@seamapi/http - v1.121.0
GitHub
Preparing search index...
index
SeamHttpNoiseSensorsNoiseThresholds
Class SeamHttpNoiseSensorsNoiseThresholds
Index
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
create
Paginator
delete
get
list
update
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
Constructors
constructor
new
SeamHttpNoiseSensorsNoiseThresholds
(
apiKeyOrOptions
?:
string
|
SeamHttpOptions
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
apiKeyOrOptions
:
string
|
SeamHttpOptions
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Properties
client
client
:
AxiosInstance
Readonly
defaults
defaults
:
Required
<
SeamHttpRequestOptions
>
Readonly
lts
Version
ltsVersion
:
"1.0.0"
= seamApiLtsVersion
Static
lts
Version
ltsVersion
:
string
= seamApiLtsVersion
Methods
create
create
(
parameters
:
NoiseSensorsNoiseThresholdsCreateParameters
,
options
?:
NoiseSensorsNoiseThresholdsCreateOptions
,
)
:
NoiseSensorsNoiseThresholdsCreateRequest
Parameters
parameters
:
NoiseSensorsNoiseThresholdsCreateParameters
options
:
NoiseSensorsNoiseThresholdsCreateOptions
= {}
Returns
NoiseSensorsNoiseThresholdsCreateRequest
create
Paginator
createPaginator
<
const
TResponse
,
const
TResponseKey
extends
string
|
number
|
symbol
,
>
(
request
:
SeamHttpRequest
<
TResponse
,
TResponseKey
>
,
)
:
SeamPaginator
<
TResponse
,
TResponseKey
>
Type Parameters
const
TResponse
const
TResponseKey
extends
string
|
number
|
symbol
Parameters
request
:
SeamHttpRequest
<
TResponse
,
TResponseKey
>
Returns
SeamPaginator
<
TResponse
,
TResponseKey
>
delete
delete
(
parameters
:
NoiseSensorsNoiseThresholdsDeleteParameters
,
options
?:
NoiseSensorsNoiseThresholdsDeleteOptions
,
)
:
NoiseSensorsNoiseThresholdsDeleteRequest
Parameters
parameters
:
NoiseSensorsNoiseThresholdsDeleteParameters
options
:
NoiseSensorsNoiseThresholdsDeleteOptions
= {}
Returns
NoiseSensorsNoiseThresholdsDeleteRequest
get
get
(
parameters
:
NoiseSensorsNoiseThresholdsGetParameters
,
options
?:
NoiseSensorsNoiseThresholdsGetOptions
,
)
:
NoiseSensorsNoiseThresholdsGetRequest
Parameters
parameters
:
NoiseSensorsNoiseThresholdsGetParameters
options
:
NoiseSensorsNoiseThresholdsGetOptions
= {}
Returns
NoiseSensorsNoiseThresholdsGetRequest
list
list
(
parameters
:
NoiseSensorsNoiseThresholdsListParameters
,
options
?:
NoiseSensorsNoiseThresholdsListOptions
,
)
:
NoiseSensorsNoiseThresholdsListRequest
Parameters
parameters
:
NoiseSensorsNoiseThresholdsListParameters
options
:
NoiseSensorsNoiseThresholdsListOptions
= {}
Returns
NoiseSensorsNoiseThresholdsListRequest
update
update
(
parameters
:
NoiseSensorsNoiseThresholdsUpdateParameters
,
options
?:
NoiseSensorsNoiseThresholdsUpdateOptions
,
)
:
NoiseSensorsNoiseThresholdsUpdateRequest
Parameters
parameters
:
NoiseSensorsNoiseThresholdsUpdateParameters
options
:
NoiseSensorsNoiseThresholdsUpdateOptions
= {}
Returns
NoiseSensorsNoiseThresholdsUpdateRequest
update
Client
Session
Token
updateClientSessionToken
(
clientSessionToken
:
string
)
:
Promise
<
void
>
Parameters
clientSessionToken
:
string
Returns
Promise
<
void
>
Static
from
Api
Key
fromApiKey
(
apiKey
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithApiKey
,
"apiKey"
>
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
apiKey
:
string
options
:
Omit
<
SeamHttpOptionsWithApiKey
,
"apiKey"
>
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Static
from
Client
fromClient
(
client
:
AxiosInstance
,
options
?:
Omit
<
SeamHttpOptionsWithClient
,
"client"
>
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
client
:
AxiosInstance
options
:
Omit
<
SeamHttpOptionsWithClient
,
"client"
>
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Static
from
Client
Session
Token
fromClientSessionToken
(
clientSessionToken
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithClientSessionToken
,
"clientSessionToken"
>
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
clientSessionToken
:
string
options
:
Omit
<
SeamHttpOptionsWithClientSessionToken
,
"clientSessionToken"
>
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Static
from
Console
Session
Token
fromConsoleSessionToken
(
consoleSessionToken
:
string
,
workspaceId
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithConsoleSessionToken
,
"consoleSessionToken"
|
"workspaceId"
,
>
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
consoleSessionToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithConsoleSessionToken
,
"consoleSessionToken"
|
"workspaceId"
,
>
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Static
from
Personal
Access
Token
fromPersonalAccessToken
(
personalAccessToken
:
string
,
workspaceId
:
string
,
options
?:
Omit
<
SeamHttpOptionsWithPersonalAccessToken
,
"personalAccessToken"
|
"workspaceId"
,
>
,
)
:
SeamHttpNoiseSensorsNoiseThresholds
Parameters
personalAccessToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithPersonalAccessToken
,
"personalAccessToken"
|
"workspaceId"
,
>
= {}
Returns
SeamHttpNoiseSensorsNoiseThresholds
Static
from
Publishable
Key
fromPublishableKey
(
publishableKey
:
string
,
userIdentifierKey
:
string
,
options
?:
SeamHttpFromPublishableKeyOptions
,
)
:
Promise
<
SeamHttpNoiseSensorsNoiseThresholds
>
Parameters
publishableKey
:
string
userIdentifierKey
:
string
options
:
SeamHttpFromPublishableKeyOptions
= {}
Returns
Promise
<
SeamHttpNoiseSensorsNoiseThresholds
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
create
Paginator
delete
get
list
update
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
GitHub
@seamapi/http - v1.121.0
Loading...