@seamapi/http 1.25.1 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/connect.cjs +0 -536
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +88 -207
  4. package/lib/seam/connect/resolve-action-attempt.d.ts +116 -116
  5. package/lib/seam/connect/routes/acs-access-groups.d.ts +0 -2
  6. package/lib/seam/connect/routes/acs-access-groups.js +0 -4
  7. package/lib/seam/connect/routes/acs-access-groups.js.map +1 -1
  8. package/lib/seam/connect/routes/acs-credentials.d.ts +0 -6
  9. package/lib/seam/connect/routes/acs-credentials.js +0 -12
  10. package/lib/seam/connect/routes/acs-credentials.js.map +1 -1
  11. package/lib/seam/connect/routes/acs-users.d.ts +0 -2
  12. package/lib/seam/connect/routes/acs-users.js +0 -4
  13. package/lib/seam/connect/routes/acs-users.js.map +1 -1
  14. package/lib/seam/connect/routes/acs.d.ts +0 -4
  15. package/lib/seam/connect/routes/acs.js +0 -8
  16. package/lib/seam/connect/routes/acs.js.map +1 -1
  17. package/lib/seam/connect/routes/devices.d.ts +0 -4
  18. package/lib/seam/connect/routes/devices.js +0 -8
  19. package/lib/seam/connect/routes/devices.js.map +1 -1
  20. package/lib/seam/connect/routes/index.d.ts +0 -5
  21. package/lib/seam/connect/routes/index.js +0 -5
  22. package/lib/seam/connect/routes/index.js.map +1 -1
  23. package/lib/seam/connect/routes/thermostats.d.ts +0 -4
  24. package/lib/seam/connect/routes/thermostats.js +0 -8
  25. package/lib/seam/connect/routes/thermostats.js.map +1 -1
  26. package/lib/version.d.ts +1 -1
  27. package/lib/version.js +1 -1
  28. package/package.json +3 -3
  29. package/src/lib/seam/connect/routes/acs-access-groups.ts +0 -8
  30. package/src/lib/seam/connect/routes/acs-credentials.ts +0 -31
  31. package/src/lib/seam/connect/routes/acs-users.ts +0 -5
  32. package/src/lib/seam/connect/routes/acs.ts +0 -13
  33. package/src/lib/seam/connect/routes/devices.ts +0 -17
  34. package/src/lib/seam/connect/routes/index.ts +0 -5
  35. package/src/lib/seam/connect/routes/thermostats.ts +0 -19
  36. package/src/lib/version.ts +1 -1
  37. package/lib/seam/connect/routes/acs-access-groups-unmanaged.d.ts +0 -27
  38. package/lib/seam/connect/routes/acs-access-groups-unmanaged.js +0 -100
  39. package/lib/seam/connect/routes/acs-access-groups-unmanaged.js.map +0 -1
  40. package/lib/seam/connect/routes/acs-credential-pools.d.ts +0 -23
  41. package/lib/seam/connect/routes/acs-credential-pools.js +0 -92
  42. package/lib/seam/connect/routes/acs-credential-pools.js.map +0 -1
  43. package/lib/seam/connect/routes/acs-credential-provisioning-automations.d.ts +0 -23
  44. package/lib/seam/connect/routes/acs-credential-provisioning-automations.js +0 -92
  45. package/lib/seam/connect/routes/acs-credential-provisioning-automations.js.map +0 -1
  46. package/lib/seam/connect/routes/acs-credentials-unmanaged.d.ts +0 -27
  47. package/lib/seam/connect/routes/acs-credentials-unmanaged.js +0 -100
  48. package/lib/seam/connect/routes/acs-credentials-unmanaged.js.map +0 -1
  49. package/lib/seam/connect/routes/acs-users-unmanaged.d.ts +0 -27
  50. package/lib/seam/connect/routes/acs-users-unmanaged.js +0 -100
  51. package/lib/seam/connect/routes/acs-users-unmanaged.js.map +0 -1
  52. package/src/lib/seam/connect/routes/acs-access-groups-unmanaged.ts +0 -209
  53. package/src/lib/seam/connect/routes/acs-credential-pools.ts +0 -183
  54. package/src/lib/seam/connect/routes/acs-credential-provisioning-automations.ts +0 -189
  55. package/src/lib/seam/connect/routes/acs-credentials-unmanaged.ts +0 -206
  56. package/src/lib/seam/connect/routes/acs-users-unmanaged.ts +0 -203
@@ -174,28 +174,6 @@ type AccessCodesUpdateMultipleBody = RouteRequestBody<'/access_codes/update_mult
174
174
  type AccessCodesUpdateMultipleResponse = SetNonNullable<Required<RouteResponse<'/access_codes/update_multiple'>>>;
175
175
  type AccessCodesUpdateMultipleOptions = never;
176
176
 
177
- declare class SeamHttpAcsAccessGroupsUnmanaged {
178
- client: Client;
179
- readonly defaults: Required<SeamHttpRequestOptions>;
180
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
181
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsAccessGroupsUnmanaged;
182
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsAccessGroupsUnmanaged;
183
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsAccessGroupsUnmanaged;
184
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsAccessGroupsUnmanaged>;
185
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsAccessGroupsUnmanaged;
186
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsAccessGroupsUnmanaged;
187
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
188
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
189
- get(body?: AcsAccessGroupsUnmanagedGetParams): SeamHttpRequest<AcsAccessGroupsUnmanagedGetResponse, 'acs_access_group'>;
190
- list(body?: AcsAccessGroupsUnmanagedListParams): SeamHttpRequest<AcsAccessGroupsUnmanagedListResponse, 'acs_access_groups'>;
191
- }
192
- type AcsAccessGroupsUnmanagedGetParams = RouteRequestBody<'/acs/access_groups/unmanaged/get'>;
193
- type AcsAccessGroupsUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/unmanaged/get'>>>;
194
- type AcsAccessGroupsUnmanagedGetOptions = never;
195
- type AcsAccessGroupsUnmanagedListParams = RouteRequestBody<'/acs/access_groups/unmanaged/list'>;
196
- type AcsAccessGroupsUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/unmanaged/list'>>>;
197
- type AcsAccessGroupsUnmanagedListOptions = never;
198
-
199
177
  declare class SeamHttpAcsAccessGroups {
200
178
  client: Client;
201
179
  readonly defaults: Required<SeamHttpRequestOptions>;
@@ -208,7 +186,6 @@ declare class SeamHttpAcsAccessGroups {
208
186
  static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsAccessGroups;
209
187
  createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
210
188
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
211
- get unmanaged(): SeamHttpAcsAccessGroupsUnmanaged;
212
189
  addUser(body?: AcsAccessGroupsAddUserBody): SeamHttpRequest<void, undefined>;
213
190
  get(body?: AcsAccessGroupsGetParams): SeamHttpRequest<AcsAccessGroupsGetResponse, 'acs_access_group'>;
214
191
  list(body?: AcsAccessGroupsListParams): SeamHttpRequest<AcsAccessGroupsListResponse, 'acs_access_groups'>;
@@ -235,64 +212,6 @@ type AcsAccessGroupsRemoveUserParams = RouteRequestBody<'/acs/access_groups/remo
235
212
  type AcsAccessGroupsRemoveUserResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/remove_user'>>>;
236
213
  type AcsAccessGroupsRemoveUserOptions = never;
237
214
 
238
- declare class SeamHttpAcsCredentialPools {
239
- client: Client;
240
- readonly defaults: Required<SeamHttpRequestOptions>;
241
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
242
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialPools;
243
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialPools;
244
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialPools;
245
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialPools>;
246
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialPools;
247
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialPools;
248
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
249
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
250
- list(body?: AcsCredentialPoolsListParams): SeamHttpRequest<AcsCredentialPoolsListResponse, 'acs_credential_pools'>;
251
- }
252
- type AcsCredentialPoolsListParams = RouteRequestBody<'/acs/credential_pools/list'>;
253
- type AcsCredentialPoolsListResponse = SetNonNullable<Required<RouteResponse<'/acs/credential_pools/list'>>>;
254
- type AcsCredentialPoolsListOptions = never;
255
-
256
- declare class SeamHttpAcsCredentialProvisioningAutomations {
257
- client: Client;
258
- readonly defaults: Required<SeamHttpRequestOptions>;
259
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
260
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialProvisioningAutomations;
261
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialProvisioningAutomations;
262
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialProvisioningAutomations;
263
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialProvisioningAutomations>;
264
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialProvisioningAutomations;
265
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialProvisioningAutomations;
266
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
267
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
268
- launch(body?: AcsCredentialProvisioningAutomationsLaunchBody): SeamHttpRequest<AcsCredentialProvisioningAutomationsLaunchResponse, 'acs_credential_provisioning_automation'>;
269
- }
270
- type AcsCredentialProvisioningAutomationsLaunchBody = RouteRequestBody<'/acs/credential_provisioning_automations/launch'>;
271
- type AcsCredentialProvisioningAutomationsLaunchResponse = SetNonNullable<Required<RouteResponse<'/acs/credential_provisioning_automations/launch'>>>;
272
- type AcsCredentialProvisioningAutomationsLaunchOptions = never;
273
-
274
- declare class SeamHttpAcsCredentialsUnmanaged {
275
- client: Client;
276
- readonly defaults: Required<SeamHttpRequestOptions>;
277
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
278
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialsUnmanaged;
279
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialsUnmanaged;
280
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialsUnmanaged;
281
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialsUnmanaged>;
282
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialsUnmanaged;
283
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialsUnmanaged;
284
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
285
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
286
- get(body?: AcsCredentialsUnmanagedGetParams): SeamHttpRequest<AcsCredentialsUnmanagedGetResponse, 'acs_credential'>;
287
- list(body?: AcsCredentialsUnmanagedListParams): SeamHttpRequest<AcsCredentialsUnmanagedListResponse, 'acs_credentials'>;
288
- }
289
- type AcsCredentialsUnmanagedGetParams = RouteRequestBody<'/acs/credentials/unmanaged/get'>;
290
- type AcsCredentialsUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/unmanaged/get'>>>;
291
- type AcsCredentialsUnmanagedGetOptions = never;
292
- type AcsCredentialsUnmanagedListParams = RouteRequestBody<'/acs/credentials/unmanaged/list'>;
293
- type AcsCredentialsUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/unmanaged/list'>>>;
294
- type AcsCredentialsUnmanagedListOptions = never;
295
-
296
215
  declare class SeamHttpAcsCredentials {
297
216
  client: Client;
298
217
  readonly defaults: Required<SeamHttpRequestOptions>;
@@ -305,10 +224,8 @@ declare class SeamHttpAcsCredentials {
305
224
  static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentials;
306
225
  createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
307
226
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
308
- get unmanaged(): SeamHttpAcsCredentialsUnmanaged;
309
227
  assign(body?: AcsCredentialsAssignBody): SeamHttpRequest<void, undefined>;
310
228
  create(body?: AcsCredentialsCreateBody): SeamHttpRequest<AcsCredentialsCreateResponse, 'acs_credential'>;
311
- createOfflineCode(body?: AcsCredentialsCreateOfflineCodeBody): SeamHttpRequest<AcsCredentialsCreateOfflineCodeResponse, 'acs_credential'>;
312
229
  delete(body?: AcsCredentialsDeleteParams): SeamHttpRequest<void, undefined>;
313
230
  get(body?: AcsCredentialsGetParams): SeamHttpRequest<AcsCredentialsGetResponse, 'acs_credential'>;
314
231
  list(body?: AcsCredentialsListParams): SeamHttpRequest<AcsCredentialsListResponse, 'acs_credentials'>;
@@ -322,9 +239,6 @@ type AcsCredentialsAssignOptions = never;
322
239
  type AcsCredentialsCreateBody = RouteRequestBody<'/acs/credentials/create'>;
323
240
  type AcsCredentialsCreateResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/create'>>>;
324
241
  type AcsCredentialsCreateOptions = never;
325
- type AcsCredentialsCreateOfflineCodeBody = RouteRequestBody<'/acs/credentials/create_offline_code'>;
326
- type AcsCredentialsCreateOfflineCodeResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/create_offline_code'>>>;
327
- type AcsCredentialsCreateOfflineCodeOptions = never;
328
242
  type AcsCredentialsDeleteParams = RouteRequestBody<'/acs/credentials/delete'>;
329
243
  type AcsCredentialsDeleteResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/delete'>>>;
330
244
  type AcsCredentialsDeleteOptions = never;
@@ -457,28 +371,6 @@ type AcsSystemsListCompatibleCredentialManagerAcsSystemsParams = RouteRequestBod
457
371
  type AcsSystemsListCompatibleCredentialManagerAcsSystemsResponse = SetNonNullable<Required<RouteResponse<'/acs/systems/list_compatible_credential_manager_acs_systems'>>>;
458
372
  type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions = never;
459
373
 
460
- declare class SeamHttpAcsUsersUnmanaged {
461
- client: Client;
462
- readonly defaults: Required<SeamHttpRequestOptions>;
463
- constructor(apiKeyOrOptions?: string | SeamHttpOptions);
464
- static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsUsersUnmanaged;
465
- static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsUsersUnmanaged;
466
- static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsUsersUnmanaged;
467
- static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsUsersUnmanaged>;
468
- static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsUsersUnmanaged;
469
- static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsUsersUnmanaged;
470
- createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
471
- updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
472
- get(body?: AcsUsersUnmanagedGetParams): SeamHttpRequest<AcsUsersUnmanagedGetResponse, 'acs_user'>;
473
- list(body?: AcsUsersUnmanagedListParams): SeamHttpRequest<AcsUsersUnmanagedListResponse, 'acs_users'>;
474
- }
475
- type AcsUsersUnmanagedGetParams = RouteRequestBody<'/acs/users/unmanaged/get'>;
476
- type AcsUsersUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/users/unmanaged/get'>>>;
477
- type AcsUsersUnmanagedGetOptions = never;
478
- type AcsUsersUnmanagedListParams = RouteRequestBody<'/acs/users/unmanaged/list'>;
479
- type AcsUsersUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/users/unmanaged/list'>>>;
480
- type AcsUsersUnmanagedListOptions = never;
481
-
482
374
  declare class SeamHttpAcsUsers {
483
375
  client: Client;
484
376
  readonly defaults: Required<SeamHttpRequestOptions>;
@@ -491,7 +383,6 @@ declare class SeamHttpAcsUsers {
491
383
  static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsUsers;
492
384
  createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
493
385
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
494
- get unmanaged(): SeamHttpAcsUsersUnmanaged;
495
386
  addToAccessGroup(body?: AcsUsersAddToAccessGroupBody): SeamHttpRequest<void, undefined>;
496
387
  create(body?: AcsUsersCreateBody): SeamHttpRequest<AcsUsersCreateResponse, 'acs_user'>;
497
388
  delete(body?: AcsUsersDeleteParams): SeamHttpRequest<void, undefined>;
@@ -551,8 +442,6 @@ declare class SeamHttpAcs {
551
442
  createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
552
443
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
553
444
  get accessGroups(): SeamHttpAcsAccessGroups;
554
- get credentialPools(): SeamHttpAcsCredentialPools;
555
- get credentialProvisioningAutomations(): SeamHttpAcsCredentialProvisioningAutomations;
556
445
  get credentials(): SeamHttpAcsCredentials;
557
446
  get entrances(): SeamHttpAcsEntrances;
558
447
  get encoders(): SeamHttpAcsEncoders;
@@ -772,15 +661,11 @@ declare class SeamHttpDevices {
772
661
  updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
773
662
  get unmanaged(): SeamHttpDevicesUnmanaged;
774
663
  get simulate(): SeamHttpDevicesSimulate;
775
- delete(body?: DevicesDeleteParams): SeamHttpRequest<void, undefined>;
776
664
  get(body?: DevicesGetParams): SeamHttpRequest<DevicesGetResponse, 'device'>;
777
665
  list(body?: DevicesListParams): SeamHttpRequest<DevicesListResponse, 'devices'>;
778
666
  listDeviceProviders(body?: DevicesListDeviceProvidersParams): SeamHttpRequest<DevicesListDeviceProvidersResponse, 'device_providers'>;
779
667
  update(body?: DevicesUpdateBody): SeamHttpRequest<void, undefined>;
780
668
  }
781
- type DevicesDeleteParams = RouteRequestBody<'/devices/delete'>;
782
- type DevicesDeleteResponse = SetNonNullable<Required<RouteResponse<'/devices/delete'>>>;
783
- type DevicesDeleteOptions = never;
784
669
  type DevicesGetParams = RouteRequestBody<'/devices/get'>;
785
670
  type DevicesGetResponse = SetNonNullable<Required<RouteResponse<'/devices/get'>>>;
786
671
  type DevicesGetOptions = never;
@@ -1059,7 +944,6 @@ declare class SeamHttpThermostats {
1059
944
  cool(body?: ThermostatsCoolBody, options?: Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>): SeamHttpRequest<ThermostatsCoolResponse, 'action_attempt'>;
1060
945
  createClimatePreset(body?: ThermostatsCreateClimatePresetBody): SeamHttpRequest<void, undefined>;
1061
946
  deleteClimatePreset(body?: ThermostatsDeleteClimatePresetBody): SeamHttpRequest<void, undefined>;
1062
- get(body?: ThermostatsGetParams): SeamHttpRequest<ThermostatsGetResponse, 'thermostat'>;
1063
947
  heat(body?: ThermostatsHeatBody, options?: Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>): SeamHttpRequest<ThermostatsHeatResponse, 'action_attempt'>;
1064
948
  heatCool(body?: ThermostatsHeatCoolBody, options?: Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>): SeamHttpRequest<ThermostatsHeatCoolResponse, 'action_attempt'>;
1065
949
  list(body?: ThermostatsListParams): SeamHttpRequest<ThermostatsListResponse, 'devices'>;
@@ -1082,9 +966,6 @@ type ThermostatsCreateClimatePresetOptions = never;
1082
966
  type ThermostatsDeleteClimatePresetBody = RouteRequestBody<'/thermostats/delete_climate_preset'>;
1083
967
  type ThermostatsDeleteClimatePresetResponse = SetNonNullable<Required<RouteResponse<'/thermostats/delete_climate_preset'>>>;
1084
968
  type ThermostatsDeleteClimatePresetOptions = never;
1085
- type ThermostatsGetParams = RouteRequestBody<'/thermostats/get'>;
1086
- type ThermostatsGetResponse = SetNonNullable<Required<RouteResponse<'/thermostats/get'>>>;
1087
- type ThermostatsGetOptions = never;
1088
969
  type ThermostatsHeatBody = RouteRequestBody<'/thermostats/heat'>;
1089
970
  type ThermostatsHeatResponse = SetNonNullable<Required<RouteResponse<'/thermostats/heat'>>>;
1090
971
  type ThermostatsHeatOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
@@ -1332,9 +1213,9 @@ declare const isSeamActionAttemptError: <T extends {
1332
1213
  warning_message: string;
1333
1214
  }[];
1334
1215
  acs_credential_on_encoder: {
1335
- created_at: string | null;
1336
1216
  starts_at: string | null;
1337
1217
  ends_at: string | null;
1218
+ created_at: string | null;
1338
1219
  card_number: string | null;
1339
1220
  is_issued: boolean | null;
1340
1221
  visionline_metadata?: {
@@ -1353,6 +1234,7 @@ declare const isSeamActionAttemptError: <T extends {
1353
1234
  } | undefined;
1354
1235
  } | null;
1355
1236
  acs_credential_on_seam: {
1237
+ display_name: string;
1356
1238
  created_at: string;
1357
1239
  errors: {
1358
1240
  message: string;
@@ -1360,30 +1242,29 @@ declare const isSeamActionAttemptError: <T extends {
1360
1242
  }[];
1361
1243
  warnings: ({
1362
1244
  message: string;
1363
- warning_code: "waiting_to_be_issued";
1364
1245
  created_at: string;
1246
+ warning_code: "waiting_to_be_issued";
1365
1247
  } | {
1366
1248
  message: string;
1367
- warning_code: "schedule_externally_modified";
1368
1249
  created_at: string;
1250
+ warning_code: "schedule_externally_modified";
1369
1251
  } | {
1370
1252
  message: string;
1371
- warning_code: "schedule_modified";
1372
1253
  created_at: string;
1254
+ warning_code: "schedule_modified";
1373
1255
  } | {
1374
1256
  message: string;
1375
- warning_code: "being_deleted";
1376
1257
  created_at: string;
1258
+ warning_code: "being_deleted";
1377
1259
  } | {
1378
1260
  message: string;
1379
- warning_code: "unknown_issue_with_acs_credential";
1380
1261
  created_at: string;
1262
+ warning_code: "unknown_issue_with_acs_credential";
1381
1263
  } | {
1382
1264
  message: string;
1383
- warning_code: "needs_to_be_reissued";
1384
1265
  created_at: string;
1266
+ warning_code: "needs_to_be_reissued";
1385
1267
  })[];
1386
- display_name: string;
1387
1268
  workspace_id: string;
1388
1269
  is_managed: true;
1389
1270
  acs_system_id: string;
@@ -1422,6 +1303,7 @@ declare const isSeamActionAttemptError: <T extends {
1422
1303
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1423
1304
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
1424
1305
  } | {
1306
+ display_name: string;
1425
1307
  created_at: string;
1426
1308
  errors: {
1427
1309
  message: string;
@@ -1429,30 +1311,29 @@ declare const isSeamActionAttemptError: <T extends {
1429
1311
  }[];
1430
1312
  warnings: ({
1431
1313
  message: string;
1432
- warning_code: "waiting_to_be_issued";
1433
1314
  created_at: string;
1315
+ warning_code: "waiting_to_be_issued";
1434
1316
  } | {
1435
1317
  message: string;
1436
- warning_code: "schedule_externally_modified";
1437
1318
  created_at: string;
1319
+ warning_code: "schedule_externally_modified";
1438
1320
  } | {
1439
1321
  message: string;
1440
- warning_code: "schedule_modified";
1441
1322
  created_at: string;
1323
+ warning_code: "schedule_modified";
1442
1324
  } | {
1443
1325
  message: string;
1444
- warning_code: "being_deleted";
1445
1326
  created_at: string;
1327
+ warning_code: "being_deleted";
1446
1328
  } | {
1447
1329
  message: string;
1448
- warning_code: "unknown_issue_with_acs_credential";
1449
1330
  created_at: string;
1331
+ warning_code: "unknown_issue_with_acs_credential";
1450
1332
  } | {
1451
1333
  message: string;
1452
- warning_code: "needs_to_be_reissued";
1453
1334
  created_at: string;
1335
+ warning_code: "needs_to_be_reissued";
1454
1336
  })[];
1455
- display_name: string;
1456
1337
  workspace_id: string;
1457
1338
  is_managed: false;
1458
1339
  acs_system_id: string;
@@ -1519,6 +1400,7 @@ declare const isSeamActionAttemptError: <T extends {
1519
1400
  status: "success";
1520
1401
  action_attempt_id: string;
1521
1402
  result: {
1403
+ display_name: string;
1522
1404
  created_at: string;
1523
1405
  errors: {
1524
1406
  message: string;
@@ -1526,30 +1408,29 @@ declare const isSeamActionAttemptError: <T extends {
1526
1408
  }[];
1527
1409
  warnings: ({
1528
1410
  message: string;
1529
- warning_code: "waiting_to_be_issued";
1530
1411
  created_at: string;
1412
+ warning_code: "waiting_to_be_issued";
1531
1413
  } | {
1532
1414
  message: string;
1533
- warning_code: "schedule_externally_modified";
1534
1415
  created_at: string;
1416
+ warning_code: "schedule_externally_modified";
1535
1417
  } | {
1536
1418
  message: string;
1537
- warning_code: "schedule_modified";
1538
1419
  created_at: string;
1420
+ warning_code: "schedule_modified";
1539
1421
  } | {
1540
1422
  message: string;
1541
- warning_code: "being_deleted";
1542
1423
  created_at: string;
1424
+ warning_code: "being_deleted";
1543
1425
  } | {
1544
1426
  message: string;
1545
- warning_code: "unknown_issue_with_acs_credential";
1546
1427
  created_at: string;
1428
+ warning_code: "unknown_issue_with_acs_credential";
1547
1429
  } | {
1548
1430
  message: string;
1549
- warning_code: "needs_to_be_reissued";
1550
1431
  created_at: string;
1432
+ warning_code: "needs_to_be_reissued";
1551
1433
  })[];
1552
- display_name: string;
1553
1434
  workspace_id: string;
1554
1435
  is_managed: true;
1555
1436
  acs_system_id: string;
@@ -1588,6 +1469,7 @@ declare const isSeamActionAttemptError: <T extends {
1588
1469
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1589
1470
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
1590
1471
  } | {
1472
+ display_name: string;
1591
1473
  created_at: string;
1592
1474
  errors: {
1593
1475
  message: string;
@@ -1595,30 +1477,29 @@ declare const isSeamActionAttemptError: <T extends {
1595
1477
  }[];
1596
1478
  warnings: ({
1597
1479
  message: string;
1598
- warning_code: "waiting_to_be_issued";
1599
1480
  created_at: string;
1481
+ warning_code: "waiting_to_be_issued";
1600
1482
  } | {
1601
1483
  message: string;
1602
- warning_code: "schedule_externally_modified";
1603
1484
  created_at: string;
1485
+ warning_code: "schedule_externally_modified";
1604
1486
  } | {
1605
1487
  message: string;
1606
- warning_code: "schedule_modified";
1607
1488
  created_at: string;
1489
+ warning_code: "schedule_modified";
1608
1490
  } | {
1609
1491
  message: string;
1610
- warning_code: "being_deleted";
1611
1492
  created_at: string;
1493
+ warning_code: "being_deleted";
1612
1494
  } | {
1613
1495
  message: string;
1614
- warning_code: "unknown_issue_with_acs_credential";
1615
1496
  created_at: string;
1497
+ warning_code: "unknown_issue_with_acs_credential";
1616
1498
  } | {
1617
1499
  message: string;
1618
- warning_code: "needs_to_be_reissued";
1619
1500
  created_at: string;
1501
+ warning_code: "needs_to_be_reissued";
1620
1502
  })[];
1621
- display_name: string;
1622
1503
  workspace_id: string;
1623
1504
  is_managed: false;
1624
1505
  acs_system_id: string;
@@ -1981,9 +1862,9 @@ declare const isSeamActionAttemptFailedError: <T extends {
1981
1862
  warning_message: string;
1982
1863
  }[];
1983
1864
  acs_credential_on_encoder: {
1984
- created_at: string | null;
1985
1865
  starts_at: string | null;
1986
1866
  ends_at: string | null;
1867
+ created_at: string | null;
1987
1868
  card_number: string | null;
1988
1869
  is_issued: boolean | null;
1989
1870
  visionline_metadata?: {
@@ -2002,6 +1883,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
2002
1883
  } | undefined;
2003
1884
  } | null;
2004
1885
  acs_credential_on_seam: {
1886
+ display_name: string;
2005
1887
  created_at: string;
2006
1888
  errors: {
2007
1889
  message: string;
@@ -2009,30 +1891,29 @@ declare const isSeamActionAttemptFailedError: <T extends {
2009
1891
  }[];
2010
1892
  warnings: ({
2011
1893
  message: string;
2012
- warning_code: "waiting_to_be_issued";
2013
1894
  created_at: string;
1895
+ warning_code: "waiting_to_be_issued";
2014
1896
  } | {
2015
1897
  message: string;
2016
- warning_code: "schedule_externally_modified";
2017
1898
  created_at: string;
1899
+ warning_code: "schedule_externally_modified";
2018
1900
  } | {
2019
1901
  message: string;
2020
- warning_code: "schedule_modified";
2021
1902
  created_at: string;
1903
+ warning_code: "schedule_modified";
2022
1904
  } | {
2023
1905
  message: string;
2024
- warning_code: "being_deleted";
2025
1906
  created_at: string;
1907
+ warning_code: "being_deleted";
2026
1908
  } | {
2027
1909
  message: string;
2028
- warning_code: "unknown_issue_with_acs_credential";
2029
1910
  created_at: string;
1911
+ warning_code: "unknown_issue_with_acs_credential";
2030
1912
  } | {
2031
1913
  message: string;
2032
- warning_code: "needs_to_be_reissued";
2033
1914
  created_at: string;
1915
+ warning_code: "needs_to_be_reissued";
2034
1916
  })[];
2035
- display_name: string;
2036
1917
  workspace_id: string;
2037
1918
  is_managed: true;
2038
1919
  acs_system_id: string;
@@ -2071,6 +1952,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
2071
1952
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2072
1953
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
2073
1954
  } | {
1955
+ display_name: string;
2074
1956
  created_at: string;
2075
1957
  errors: {
2076
1958
  message: string;
@@ -2078,30 +1960,29 @@ declare const isSeamActionAttemptFailedError: <T extends {
2078
1960
  }[];
2079
1961
  warnings: ({
2080
1962
  message: string;
2081
- warning_code: "waiting_to_be_issued";
2082
1963
  created_at: string;
1964
+ warning_code: "waiting_to_be_issued";
2083
1965
  } | {
2084
1966
  message: string;
2085
- warning_code: "schedule_externally_modified";
2086
1967
  created_at: string;
1968
+ warning_code: "schedule_externally_modified";
2087
1969
  } | {
2088
1970
  message: string;
2089
- warning_code: "schedule_modified";
2090
1971
  created_at: string;
1972
+ warning_code: "schedule_modified";
2091
1973
  } | {
2092
1974
  message: string;
2093
- warning_code: "being_deleted";
2094
1975
  created_at: string;
1976
+ warning_code: "being_deleted";
2095
1977
  } | {
2096
1978
  message: string;
2097
- warning_code: "unknown_issue_with_acs_credential";
2098
1979
  created_at: string;
1980
+ warning_code: "unknown_issue_with_acs_credential";
2099
1981
  } | {
2100
1982
  message: string;
2101
- warning_code: "needs_to_be_reissued";
2102
1983
  created_at: string;
1984
+ warning_code: "needs_to_be_reissued";
2103
1985
  })[];
2104
- display_name: string;
2105
1986
  workspace_id: string;
2106
1987
  is_managed: false;
2107
1988
  acs_system_id: string;
@@ -2168,6 +2049,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
2168
2049
  status: "success";
2169
2050
  action_attempt_id: string;
2170
2051
  result: {
2052
+ display_name: string;
2171
2053
  created_at: string;
2172
2054
  errors: {
2173
2055
  message: string;
@@ -2175,30 +2057,29 @@ declare const isSeamActionAttemptFailedError: <T extends {
2175
2057
  }[];
2176
2058
  warnings: ({
2177
2059
  message: string;
2178
- warning_code: "waiting_to_be_issued";
2179
2060
  created_at: string;
2061
+ warning_code: "waiting_to_be_issued";
2180
2062
  } | {
2181
2063
  message: string;
2182
- warning_code: "schedule_externally_modified";
2183
2064
  created_at: string;
2065
+ warning_code: "schedule_externally_modified";
2184
2066
  } | {
2185
2067
  message: string;
2186
- warning_code: "schedule_modified";
2187
2068
  created_at: string;
2069
+ warning_code: "schedule_modified";
2188
2070
  } | {
2189
2071
  message: string;
2190
- warning_code: "being_deleted";
2191
2072
  created_at: string;
2073
+ warning_code: "being_deleted";
2192
2074
  } | {
2193
2075
  message: string;
2194
- warning_code: "unknown_issue_with_acs_credential";
2195
2076
  created_at: string;
2077
+ warning_code: "unknown_issue_with_acs_credential";
2196
2078
  } | {
2197
2079
  message: string;
2198
- warning_code: "needs_to_be_reissued";
2199
2080
  created_at: string;
2081
+ warning_code: "needs_to_be_reissued";
2200
2082
  })[];
2201
- display_name: string;
2202
2083
  workspace_id: string;
2203
2084
  is_managed: true;
2204
2085
  acs_system_id: string;
@@ -2237,6 +2118,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
2237
2118
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2238
2119
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
2239
2120
  } | {
2121
+ display_name: string;
2240
2122
  created_at: string;
2241
2123
  errors: {
2242
2124
  message: string;
@@ -2244,30 +2126,29 @@ declare const isSeamActionAttemptFailedError: <T extends {
2244
2126
  }[];
2245
2127
  warnings: ({
2246
2128
  message: string;
2247
- warning_code: "waiting_to_be_issued";
2248
2129
  created_at: string;
2130
+ warning_code: "waiting_to_be_issued";
2249
2131
  } | {
2250
2132
  message: string;
2251
- warning_code: "schedule_externally_modified";
2252
2133
  created_at: string;
2134
+ warning_code: "schedule_externally_modified";
2253
2135
  } | {
2254
2136
  message: string;
2255
- warning_code: "schedule_modified";
2256
2137
  created_at: string;
2138
+ warning_code: "schedule_modified";
2257
2139
  } | {
2258
2140
  message: string;
2259
- warning_code: "being_deleted";
2260
2141
  created_at: string;
2142
+ warning_code: "being_deleted";
2261
2143
  } | {
2262
2144
  message: string;
2263
- warning_code: "unknown_issue_with_acs_credential";
2264
2145
  created_at: string;
2146
+ warning_code: "unknown_issue_with_acs_credential";
2265
2147
  } | {
2266
2148
  message: string;
2267
- warning_code: "needs_to_be_reissued";
2268
2149
  created_at: string;
2150
+ warning_code: "needs_to_be_reissued";
2269
2151
  })[];
2270
- display_name: string;
2271
2152
  workspace_id: string;
2272
2153
  is_managed: false;
2273
2154
  acs_system_id: string;
@@ -2630,9 +2511,9 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2630
2511
  warning_message: string;
2631
2512
  }[];
2632
2513
  acs_credential_on_encoder: {
2633
- created_at: string | null;
2634
2514
  starts_at: string | null;
2635
2515
  ends_at: string | null;
2516
+ created_at: string | null;
2636
2517
  card_number: string | null;
2637
2518
  is_issued: boolean | null;
2638
2519
  visionline_metadata?: {
@@ -2651,6 +2532,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2651
2532
  } | undefined;
2652
2533
  } | null;
2653
2534
  acs_credential_on_seam: {
2535
+ display_name: string;
2654
2536
  created_at: string;
2655
2537
  errors: {
2656
2538
  message: string;
@@ -2658,30 +2540,29 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2658
2540
  }[];
2659
2541
  warnings: ({
2660
2542
  message: string;
2661
- warning_code: "waiting_to_be_issued";
2662
2543
  created_at: string;
2544
+ warning_code: "waiting_to_be_issued";
2663
2545
  } | {
2664
2546
  message: string;
2665
- warning_code: "schedule_externally_modified";
2666
2547
  created_at: string;
2548
+ warning_code: "schedule_externally_modified";
2667
2549
  } | {
2668
2550
  message: string;
2669
- warning_code: "schedule_modified";
2670
2551
  created_at: string;
2552
+ warning_code: "schedule_modified";
2671
2553
  } | {
2672
2554
  message: string;
2673
- warning_code: "being_deleted";
2674
2555
  created_at: string;
2556
+ warning_code: "being_deleted";
2675
2557
  } | {
2676
2558
  message: string;
2677
- warning_code: "unknown_issue_with_acs_credential";
2678
2559
  created_at: string;
2560
+ warning_code: "unknown_issue_with_acs_credential";
2679
2561
  } | {
2680
2562
  message: string;
2681
- warning_code: "needs_to_be_reissued";
2682
2563
  created_at: string;
2564
+ warning_code: "needs_to_be_reissued";
2683
2565
  })[];
2684
- display_name: string;
2685
2566
  workspace_id: string;
2686
2567
  is_managed: true;
2687
2568
  acs_system_id: string;
@@ -2720,6 +2601,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2720
2601
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2721
2602
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
2722
2603
  } | {
2604
+ display_name: string;
2723
2605
  created_at: string;
2724
2606
  errors: {
2725
2607
  message: string;
@@ -2727,30 +2609,29 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2727
2609
  }[];
2728
2610
  warnings: ({
2729
2611
  message: string;
2730
- warning_code: "waiting_to_be_issued";
2731
2612
  created_at: string;
2613
+ warning_code: "waiting_to_be_issued";
2732
2614
  } | {
2733
2615
  message: string;
2734
- warning_code: "schedule_externally_modified";
2735
2616
  created_at: string;
2617
+ warning_code: "schedule_externally_modified";
2736
2618
  } | {
2737
2619
  message: string;
2738
- warning_code: "schedule_modified";
2739
2620
  created_at: string;
2621
+ warning_code: "schedule_modified";
2740
2622
  } | {
2741
2623
  message: string;
2742
- warning_code: "being_deleted";
2743
2624
  created_at: string;
2625
+ warning_code: "being_deleted";
2744
2626
  } | {
2745
2627
  message: string;
2746
- warning_code: "unknown_issue_with_acs_credential";
2747
2628
  created_at: string;
2629
+ warning_code: "unknown_issue_with_acs_credential";
2748
2630
  } | {
2749
2631
  message: string;
2750
- warning_code: "needs_to_be_reissued";
2751
2632
  created_at: string;
2633
+ warning_code: "needs_to_be_reissued";
2752
2634
  })[];
2753
- display_name: string;
2754
2635
  workspace_id: string;
2755
2636
  is_managed: false;
2756
2637
  acs_system_id: string;
@@ -2817,6 +2698,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2817
2698
  status: "success";
2818
2699
  action_attempt_id: string;
2819
2700
  result: {
2701
+ display_name: string;
2820
2702
  created_at: string;
2821
2703
  errors: {
2822
2704
  message: string;
@@ -2824,30 +2706,29 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2824
2706
  }[];
2825
2707
  warnings: ({
2826
2708
  message: string;
2827
- warning_code: "waiting_to_be_issued";
2828
2709
  created_at: string;
2710
+ warning_code: "waiting_to_be_issued";
2829
2711
  } | {
2830
2712
  message: string;
2831
- warning_code: "schedule_externally_modified";
2832
2713
  created_at: string;
2714
+ warning_code: "schedule_externally_modified";
2833
2715
  } | {
2834
2716
  message: string;
2835
- warning_code: "schedule_modified";
2836
2717
  created_at: string;
2718
+ warning_code: "schedule_modified";
2837
2719
  } | {
2838
2720
  message: string;
2839
- warning_code: "being_deleted";
2840
2721
  created_at: string;
2722
+ warning_code: "being_deleted";
2841
2723
  } | {
2842
2724
  message: string;
2843
- warning_code: "unknown_issue_with_acs_credential";
2844
2725
  created_at: string;
2726
+ warning_code: "unknown_issue_with_acs_credential";
2845
2727
  } | {
2846
2728
  message: string;
2847
- warning_code: "needs_to_be_reissued";
2848
2729
  created_at: string;
2730
+ warning_code: "needs_to_be_reissued";
2849
2731
  })[];
2850
- display_name: string;
2851
2732
  workspace_id: string;
2852
2733
  is_managed: true;
2853
2734
  acs_system_id: string;
@@ -2886,6 +2767,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2886
2767
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2887
2768
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
2888
2769
  } | {
2770
+ display_name: string;
2889
2771
  created_at: string;
2890
2772
  errors: {
2891
2773
  message: string;
@@ -2893,30 +2775,29 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
2893
2775
  }[];
2894
2776
  warnings: ({
2895
2777
  message: string;
2896
- warning_code: "waiting_to_be_issued";
2897
2778
  created_at: string;
2779
+ warning_code: "waiting_to_be_issued";
2898
2780
  } | {
2899
2781
  message: string;
2900
- warning_code: "schedule_externally_modified";
2901
2782
  created_at: string;
2783
+ warning_code: "schedule_externally_modified";
2902
2784
  } | {
2903
2785
  message: string;
2904
- warning_code: "schedule_modified";
2905
2786
  created_at: string;
2787
+ warning_code: "schedule_modified";
2906
2788
  } | {
2907
2789
  message: string;
2908
- warning_code: "being_deleted";
2909
2790
  created_at: string;
2791
+ warning_code: "being_deleted";
2910
2792
  } | {
2911
2793
  message: string;
2912
- warning_code: "unknown_issue_with_acs_credential";
2913
2794
  created_at: string;
2795
+ warning_code: "unknown_issue_with_acs_credential";
2914
2796
  } | {
2915
2797
  message: string;
2916
- warning_code: "needs_to_be_reissued";
2917
2798
  created_at: string;
2799
+ warning_code: "needs_to_be_reissued";
2918
2800
  })[];
2919
- display_name: string;
2920
2801
  workspace_id: string;
2921
2802
  is_managed: false;
2922
2803
  acs_system_id: string;
@@ -3364,4 +3245,4 @@ declare const isPublishableKey: (token: string) => boolean;
3364
3245
  declare const isConsoleSessionToken: (token: string) => boolean;
3365
3246
  declare const isPersonalAccessToken: (token: string) => boolean;
3366
3247
 
3367
- export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeBody, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type AccessCodesSimulateCreateUnmanagedAccessCodeBody, type AccessCodesSimulateCreateUnmanagedAccessCodeOptions, type AccessCodesSimulateCreateUnmanagedAccessCodeResponse, type AccessCodesUnmanagedConvertToManagedBody, type AccessCodesUnmanagedConvertToManagedOptions, type AccessCodesUnmanagedConvertToManagedResponse, type AccessCodesUnmanagedDeleteOptions, type AccessCodesUnmanagedDeleteParams, type AccessCodesUnmanagedDeleteResponse, type AccessCodesUnmanagedGetOptions, type AccessCodesUnmanagedGetParams, type AccessCodesUnmanagedGetResponse, type AccessCodesUnmanagedListOptions, type AccessCodesUnmanagedListParams, type AccessCodesUnmanagedListResponse, type AccessCodesUnmanagedUpdateBody, type AccessCodesUnmanagedUpdateOptions, type AccessCodesUnmanagedUpdateResponse, type AccessCodesUpdateBody, type AccessCodesUpdateMultipleBody, type AccessCodesUpdateMultipleOptions, type AccessCodesUpdateMultipleResponse, type AccessCodesUpdateOptions, type AccessCodesUpdateResponse, type AcsAccessGroupsAddUserBody, type AcsAccessGroupsAddUserOptions, type AcsAccessGroupsAddUserResponse, type AcsAccessGroupsGetOptions, type AcsAccessGroupsGetParams, type AcsAccessGroupsGetResponse, type AcsAccessGroupsListAccessibleEntrancesOptions, type AcsAccessGroupsListAccessibleEntrancesParams, type AcsAccessGroupsListAccessibleEntrancesResponse, type AcsAccessGroupsListOptions, type AcsAccessGroupsListParams, type AcsAccessGroupsListResponse, type AcsAccessGroupsListUsersOptions, type AcsAccessGroupsListUsersParams, type AcsAccessGroupsListUsersResponse, type AcsAccessGroupsRemoveUserOptions, type AcsAccessGroupsRemoveUserParams, type AcsAccessGroupsRemoveUserResponse, type AcsAccessGroupsUnmanagedGetOptions, type AcsAccessGroupsUnmanagedGetParams, type AcsAccessGroupsUnmanagedGetResponse, type AcsAccessGroupsUnmanagedListOptions, type AcsAccessGroupsUnmanagedListParams, type AcsAccessGroupsUnmanagedListResponse, type AcsCredentialPoolsListOptions, type AcsCredentialPoolsListParams, type AcsCredentialPoolsListResponse, type AcsCredentialProvisioningAutomationsLaunchBody, type AcsCredentialProvisioningAutomationsLaunchOptions, type AcsCredentialProvisioningAutomationsLaunchResponse, type AcsCredentialsAssignBody, type AcsCredentialsAssignOptions, type AcsCredentialsAssignResponse, type AcsCredentialsCreateBody, type AcsCredentialsCreateOfflineCodeBody, type AcsCredentialsCreateOfflineCodeOptions, type AcsCredentialsCreateOfflineCodeResponse, type AcsCredentialsCreateOptions, type AcsCredentialsCreateResponse, type AcsCredentialsDeleteOptions, type AcsCredentialsDeleteParams, type AcsCredentialsDeleteResponse, type AcsCredentialsGetOptions, type AcsCredentialsGetParams, type AcsCredentialsGetResponse, type AcsCredentialsListAccessibleEntrancesOptions, type AcsCredentialsListAccessibleEntrancesParams, type AcsCredentialsListAccessibleEntrancesResponse, type AcsCredentialsListOptions, type AcsCredentialsListParams, type AcsCredentialsListResponse, type AcsCredentialsUnassignBody, type AcsCredentialsUnassignOptions, type AcsCredentialsUnassignResponse, type AcsCredentialsUnmanagedGetOptions, type AcsCredentialsUnmanagedGetParams, type AcsCredentialsUnmanagedGetResponse, type AcsCredentialsUnmanagedListOptions, type AcsCredentialsUnmanagedListParams, type AcsCredentialsUnmanagedListResponse, type AcsCredentialsUpdateBody, type AcsCredentialsUpdateOptions, type AcsCredentialsUpdateResponse, type AcsEncodersEncodeCredentialBody, type AcsEncodersEncodeCredentialOptions, type AcsEncodersEncodeCredentialResponse, type AcsEncodersListOptions, type AcsEncodersListParams, type AcsEncodersListResponse, type AcsEncodersScanCredentialBody, type AcsEncodersScanCredentialOptions, type AcsEncodersScanCredentialResponse, type AcsEncodersSimulateNextCredentialEncodeWillFailBody, type AcsEncodersSimulateNextCredentialEncodeWillFailOptions, type AcsEncodersSimulateNextCredentialEncodeWillFailResponse, type AcsEncodersSimulateNextCredentialEncodeWillSucceedBody, type AcsEncodersSimulateNextCredentialEncodeWillSucceedOptions, type AcsEncodersSimulateNextCredentialEncodeWillSucceedResponse, type AcsEncodersSimulateNextCredentialScanWillFailBody, type AcsEncodersSimulateNextCredentialScanWillFailOptions, type AcsEncodersSimulateNextCredentialScanWillFailResponse, type AcsEncodersSimulateNextCredentialScanWillSucceedBody, type AcsEncodersSimulateNextCredentialScanWillSucceedOptions, type AcsEncodersSimulateNextCredentialScanWillSucceedResponse, type AcsEntrancesGetOptions, type AcsEntrancesGetParams, type AcsEntrancesGetResponse, type AcsEntrancesGrantAccessBody, type AcsEntrancesGrantAccessOptions, type AcsEntrancesGrantAccessResponse, type AcsEntrancesListCredentialsWithAccessOptions, type AcsEntrancesListCredentialsWithAccessParams, type AcsEntrancesListCredentialsWithAccessResponse, type AcsEntrancesListOptions, type AcsEntrancesListParams, type AcsEntrancesListResponse, type AcsSystemsGetOptions, type AcsSystemsGetParams, type AcsSystemsGetResponse, type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions, type AcsSystemsListCompatibleCredentialManagerAcsSystemsParams, type AcsSystemsListCompatibleCredentialManagerAcsSystemsResponse, type AcsSystemsListOptions, type AcsSystemsListParams, type AcsSystemsListResponse, type AcsUsersAddToAccessGroupBody, type AcsUsersAddToAccessGroupOptions, type AcsUsersAddToAccessGroupResponse, type AcsUsersCreateBody, type AcsUsersCreateOptions, type AcsUsersCreateResponse, type AcsUsersDeleteOptions, type AcsUsersDeleteParams, type AcsUsersDeleteResponse, type AcsUsersGetOptions, type AcsUsersGetParams, type AcsUsersGetResponse, type AcsUsersListAccessibleEntrancesOptions, type AcsUsersListAccessibleEntrancesParams, type AcsUsersListAccessibleEntrancesResponse, type AcsUsersListOptions, type AcsUsersListParams, type AcsUsersListResponse, type AcsUsersRemoveFromAccessGroupOptions, type AcsUsersRemoveFromAccessGroupParams, type AcsUsersRemoveFromAccessGroupResponse, type AcsUsersRevokeAccessToAllEntrancesOptions, type AcsUsersRevokeAccessToAllEntrancesParams, type AcsUsersRevokeAccessToAllEntrancesResponse, type AcsUsersSuspendBody, type AcsUsersSuspendOptions, type AcsUsersSuspendResponse, type AcsUsersUnmanagedGetOptions, type AcsUsersUnmanagedGetParams, type AcsUsersUnmanagedGetResponse, type AcsUsersUnmanagedListOptions, type AcsUsersUnmanagedListParams, type AcsUsersUnmanagedListResponse, type AcsUsersUnsuspendBody, type AcsUsersUnsuspendOptions, type AcsUsersUnsuspendResponse, type AcsUsersUpdateBody, type AcsUsersUpdateOptions, type AcsUsersUpdateResponse, type ActionAttemptsGetOptions, type ActionAttemptsGetParams, type ActionAttemptsGetResponse, type ActionAttemptsListOptions, type ActionAttemptsListParams, type ActionAttemptsListResponse, type BridgesGetOptions, type BridgesGetParams, type BridgesGetResponse, type BridgesListOptions, type BridgesListParams, type BridgesListResponse, type ClientSessionsCreateBody, type ClientSessionsCreateOptions, type ClientSessionsCreateResponse, type ClientSessionsDeleteOptions, type ClientSessionsDeleteParams, type ClientSessionsDeleteResponse, type ClientSessionsGetOptions, type ClientSessionsGetOrCreateBody, type ClientSessionsGetOrCreateOptions, type ClientSessionsGetOrCreateResponse, type ClientSessionsGetParams, type ClientSessionsGetResponse, type ClientSessionsGrantAccessBody, type ClientSessionsGrantAccessOptions, type ClientSessionsGrantAccessResponse, type ClientSessionsListOptions, type ClientSessionsListParams, type ClientSessionsListResponse, type ClientSessionsRevokeOptions, type ClientSessionsRevokeParams, type ClientSessionsRevokeResponse, type ConnectWebviewsCreateBody, type ConnectWebviewsCreateOptions, type ConnectWebviewsCreateResponse, type ConnectWebviewsDeleteOptions, type ConnectWebviewsDeleteParams, type ConnectWebviewsDeleteResponse, type ConnectWebviewsGetOptions, type ConnectWebviewsGetParams, type ConnectWebviewsGetResponse, type ConnectWebviewsListOptions, type ConnectWebviewsListParams, type ConnectWebviewsListResponse, type ConnectedAccountsDeleteOptions, type ConnectedAccountsDeleteParams, type ConnectedAccountsDeleteResponse, type ConnectedAccountsGetOptions, type ConnectedAccountsGetParams, type ConnectedAccountsGetResponse, type ConnectedAccountsListOptions, type ConnectedAccountsListParams, type ConnectedAccountsListResponse, type ConnectedAccountsUpdateBody, type ConnectedAccountsUpdateOptions, type ConnectedAccountsUpdateResponse, type DevicesDeleteOptions, type DevicesDeleteParams, type DevicesDeleteResponse, type DevicesGetOptions, type DevicesGetParams, type DevicesGetResponse, type DevicesListDeviceProvidersOptions, type DevicesListDeviceProvidersParams, type DevicesListDeviceProvidersResponse, type DevicesListOptions, type DevicesListParams, type DevicesListResponse, type DevicesSimulateConnectBody, type DevicesSimulateConnectOptions, type DevicesSimulateConnectResponse, type DevicesSimulateDisconnectBody, type DevicesSimulateDisconnectOptions, type DevicesSimulateDisconnectResponse, type DevicesSimulateRemoveBody, type DevicesSimulateRemoveOptions, type DevicesSimulateRemoveResponse, type DevicesUnmanagedGetOptions, type DevicesUnmanagedGetParams, type DevicesUnmanagedGetResponse, type DevicesUnmanagedListOptions, type DevicesUnmanagedListParams, type DevicesUnmanagedListResponse, type DevicesUnmanagedUpdateBody, type DevicesUnmanagedUpdateOptions, type DevicesUnmanagedUpdateResponse, type DevicesUpdateBody, type DevicesUpdateOptions, type DevicesUpdateResponse, type EventsGetOptions, type EventsGetParams, type EventsGetResponse, type EventsListOptions, type EventsListParams, type EventsListResponse, type LocksGetOptions, type LocksGetParams, type LocksGetResponse, type LocksListOptions, type LocksListParams, type LocksListResponse, type LocksLockDoorBody, type LocksLockDoorOptions, type LocksLockDoorResponse, type LocksUnlockDoorBody, type LocksUnlockDoorOptions, type LocksUnlockDoorResponse, type NetworksGetOptions, type NetworksGetParams, type NetworksGetResponse, type NetworksListOptions, type NetworksListParams, type NetworksListResponse, type NoiseSensorsListOptions, type NoiseSensorsListParams, type NoiseSensorsListResponse, type NoiseSensorsNoiseThresholdsCreateBody, type NoiseSensorsNoiseThresholdsCreateOptions, type NoiseSensorsNoiseThresholdsCreateResponse, type NoiseSensorsNoiseThresholdsDeleteOptions, type NoiseSensorsNoiseThresholdsDeleteParams, type NoiseSensorsNoiseThresholdsDeleteResponse, type NoiseSensorsNoiseThresholdsGetOptions, type NoiseSensorsNoiseThresholdsGetParams, type NoiseSensorsNoiseThresholdsGetResponse, type NoiseSensorsNoiseThresholdsListOptions, type NoiseSensorsNoiseThresholdsListParams, type NoiseSensorsNoiseThresholdsListResponse, type NoiseSensorsNoiseThresholdsUpdateBody, type NoiseSensorsNoiseThresholdsUpdateOptions, type NoiseSensorsNoiseThresholdsUpdateResponse, type NoiseSensorsSimulateTriggerNoiseThresholdBody, type NoiseSensorsSimulateTriggerNoiseThresholdOptions, type NoiseSensorsSimulateTriggerNoiseThresholdResponse, type PhonesDeactivateOptions, type PhonesDeactivateParams, type PhonesDeactivateResponse, type PhonesGetOptions, type PhonesGetParams, type PhonesGetResponse, type PhonesListOptions, type PhonesListParams, type PhonesListResponse, type PhonesSimulateCreateSandboxPhoneBody, type PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsAccessGroupsUnmanaged, SeamHttpAcsCredentialPools, SeamHttpAcsCredentialProvisioningAutomations, SeamHttpAcsCredentials, SeamHttpAcsCredentialsUnmanaged, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpAcsUsersUnmanaged, SeamHttpActionAttempts, SeamHttpApiError, SeamHttpBridges, SeamHttpClientSessions, SeamHttpConnectWebviews, SeamHttpConnectedAccounts, SeamHttpDevices, SeamHttpDevicesSimulate, SeamHttpDevicesUnmanaged, SeamHttpEvents, type SeamHttpFromPublishableKeyOptions, SeamHttpInvalidInputError, SeamHttpInvalidOptionsError, SeamHttpInvalidTokenError, SeamHttpLocks, SeamHttpMultiWorkspace, SeamHttpMultiWorkspaceInvalidOptionsError, type SeamHttpMultiWorkspaceOptions, type SeamHttpMultiWorkspaceOptionsWithClient, type SeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, type SeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, SeamHttpNetworks, SeamHttpNoiseSensors, SeamHttpNoiseSensorsNoiseThresholds, SeamHttpNoiseSensorsSimulate, type SeamHttpOptions, type SeamHttpOptionsFromEnv, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, SeamHttpPhones, SeamHttpPhonesSimulate, SeamHttpRequest, type SeamHttpRequestOptions, SeamHttpThermostats, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, SeamPaginator, type ThermostatsActivateClimatePresetBody, type ThermostatsActivateClimatePresetOptions, type ThermostatsActivateClimatePresetResponse, type ThermostatsCoolBody, type ThermostatsCoolOptions, type ThermostatsCoolResponse, type ThermostatsCreateClimatePresetBody, type ThermostatsCreateClimatePresetOptions, type ThermostatsCreateClimatePresetResponse, type ThermostatsDeleteClimatePresetBody, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetResponse, type ThermostatsGetOptions, type ThermostatsGetParams, type ThermostatsGetResponse, type ThermostatsHeatBody, type ThermostatsHeatCoolBody, type ThermostatsHeatCoolOptions, type ThermostatsHeatCoolResponse, type ThermostatsHeatOptions, type ThermostatsHeatResponse, type ThermostatsListOptions, type ThermostatsListParams, type ThermostatsListResponse, type ThermostatsOffBody, type ThermostatsOffOptions, type ThermostatsOffResponse, type ThermostatsSchedulesCreateBody, type ThermostatsSchedulesCreateOptions, type ThermostatsSchedulesCreateResponse, type ThermostatsSchedulesDeleteOptions, type ThermostatsSchedulesDeleteParams, type ThermostatsSchedulesDeleteResponse, type ThermostatsSchedulesGetOptions, type ThermostatsSchedulesGetParams, type ThermostatsSchedulesGetResponse, type ThermostatsSchedulesListOptions, type ThermostatsSchedulesListParams, type ThermostatsSchedulesListResponse, type ThermostatsSchedulesUpdateBody, type ThermostatsSchedulesUpdateOptions, type ThermostatsSchedulesUpdateResponse, type ThermostatsSetFallbackClimatePresetBody, type ThermostatsSetFallbackClimatePresetOptions, type ThermostatsSetFallbackClimatePresetResponse, type ThermostatsSetFanModeBody, type ThermostatsSetFanModeOptions, type ThermostatsSetFanModeResponse, type ThermostatsSetHvacModeBody, type ThermostatsSetHvacModeOptions, type ThermostatsSetHvacModeResponse, type ThermostatsSetTemperatureThresholdBody, type ThermostatsSetTemperatureThresholdOptions, type ThermostatsSetTemperatureThresholdResponse, type ThermostatsSimulateHvacModeAdjustedBody, type ThermostatsSimulateHvacModeAdjustedOptions, type ThermostatsSimulateHvacModeAdjustedResponse, type ThermostatsSimulateTemperatureReachedBody, type ThermostatsSimulateTemperatureReachedOptions, type ThermostatsSimulateTemperatureReachedResponse, type ThermostatsUpdateClimatePresetBody, type ThermostatsUpdateClimatePresetOptions, type ThermostatsUpdateClimatePresetResponse, type UserIdentitiesAddAcsUserBody, type UserIdentitiesAddAcsUserOptions, type UserIdentitiesAddAcsUserResponse, type UserIdentitiesCreateBody, type UserIdentitiesCreateOptions, type UserIdentitiesCreateResponse, type UserIdentitiesDeleteOptions, type UserIdentitiesDeleteParams, type UserIdentitiesDeleteResponse, type UserIdentitiesEnrollmentAutomationsDeleteOptions, type UserIdentitiesEnrollmentAutomationsDeleteParams, type UserIdentitiesEnrollmentAutomationsDeleteResponse, type UserIdentitiesEnrollmentAutomationsGetOptions, type UserIdentitiesEnrollmentAutomationsGetParams, type UserIdentitiesEnrollmentAutomationsGetResponse, type UserIdentitiesEnrollmentAutomationsLaunchBody, type UserIdentitiesEnrollmentAutomationsLaunchOptions, type UserIdentitiesEnrollmentAutomationsLaunchResponse, type UserIdentitiesEnrollmentAutomationsListOptions, type UserIdentitiesEnrollmentAutomationsListParams, type UserIdentitiesEnrollmentAutomationsListResponse, type UserIdentitiesGetOptions, type UserIdentitiesGetParams, type UserIdentitiesGetResponse, type UserIdentitiesGrantAccessToDeviceBody, type UserIdentitiesGrantAccessToDeviceOptions, type UserIdentitiesGrantAccessToDeviceResponse, type UserIdentitiesListAccessibleDevicesOptions, type UserIdentitiesListAccessibleDevicesParams, type UserIdentitiesListAccessibleDevicesResponse, type UserIdentitiesListAcsSystemsOptions, type UserIdentitiesListAcsSystemsParams, type UserIdentitiesListAcsSystemsResponse, type UserIdentitiesListAcsUsersOptions, type UserIdentitiesListAcsUsersParams, type UserIdentitiesListAcsUsersResponse, type UserIdentitiesListOptions, type UserIdentitiesListParams, type UserIdentitiesListResponse, type UserIdentitiesRemoveAcsUserOptions, type UserIdentitiesRemoveAcsUserParams, type UserIdentitiesRemoveAcsUserResponse, type UserIdentitiesRevokeAccessToDeviceOptions, type UserIdentitiesRevokeAccessToDeviceParams, type UserIdentitiesRevokeAccessToDeviceResponse, type UserIdentitiesUpdateBody, type UserIdentitiesUpdateOptions, type UserIdentitiesUpdateResponse, type WebhooksCreateBody, type WebhooksCreateOptions, type WebhooksCreateResponse, type WebhooksDeleteOptions, type WebhooksDeleteParams, type WebhooksDeleteResponse, type WebhooksGetOptions, type WebhooksGetParams, type WebhooksGetResponse, type WebhooksListOptions, type WebhooksListParams, type WebhooksListResponse, type WebhooksUpdateBody, type WebhooksUpdateOptions, type WebhooksUpdateResponse, type WorkspacesCreateBody, type WorkspacesCreateOptions, type WorkspacesCreateResponse, type WorkspacesGetOptions, type WorkspacesGetParams, type WorkspacesGetResponse, type WorkspacesListOptions, type WorkspacesListParams, type WorkspacesListResponse, type WorkspacesResetSandboxBody, type WorkspacesResetSandboxOptions, type WorkspacesResetSandboxResponse, errorInterceptor, getOpenapiSchema, isApiKey, isClientSessionToken, isConsoleSessionToken, isPersonalAccessToken, isPublishableKey, isSeamActionAttemptError, isSeamActionAttemptFailedError, isSeamActionAttemptTimeoutError, isSeamHttpApiError, isSeamHttpInvalidInputError, isSeamHttpMultiWorkspaceOptionsWithClient, isSeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, isSeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, isSeamHttpUnauthorizedError };
3248
+ export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeBody, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type AccessCodesSimulateCreateUnmanagedAccessCodeBody, type AccessCodesSimulateCreateUnmanagedAccessCodeOptions, type AccessCodesSimulateCreateUnmanagedAccessCodeResponse, type AccessCodesUnmanagedConvertToManagedBody, type AccessCodesUnmanagedConvertToManagedOptions, type AccessCodesUnmanagedConvertToManagedResponse, type AccessCodesUnmanagedDeleteOptions, type AccessCodesUnmanagedDeleteParams, type AccessCodesUnmanagedDeleteResponse, type AccessCodesUnmanagedGetOptions, type AccessCodesUnmanagedGetParams, type AccessCodesUnmanagedGetResponse, type AccessCodesUnmanagedListOptions, type AccessCodesUnmanagedListParams, type AccessCodesUnmanagedListResponse, type AccessCodesUnmanagedUpdateBody, type AccessCodesUnmanagedUpdateOptions, type AccessCodesUnmanagedUpdateResponse, type AccessCodesUpdateBody, type AccessCodesUpdateMultipleBody, type AccessCodesUpdateMultipleOptions, type AccessCodesUpdateMultipleResponse, type AccessCodesUpdateOptions, type AccessCodesUpdateResponse, type AcsAccessGroupsAddUserBody, type AcsAccessGroupsAddUserOptions, type AcsAccessGroupsAddUserResponse, type AcsAccessGroupsGetOptions, type AcsAccessGroupsGetParams, type AcsAccessGroupsGetResponse, type AcsAccessGroupsListAccessibleEntrancesOptions, type AcsAccessGroupsListAccessibleEntrancesParams, type AcsAccessGroupsListAccessibleEntrancesResponse, type AcsAccessGroupsListOptions, type AcsAccessGroupsListParams, type AcsAccessGroupsListResponse, type AcsAccessGroupsListUsersOptions, type AcsAccessGroupsListUsersParams, type AcsAccessGroupsListUsersResponse, type AcsAccessGroupsRemoveUserOptions, type AcsAccessGroupsRemoveUserParams, type AcsAccessGroupsRemoveUserResponse, type AcsCredentialsAssignBody, type AcsCredentialsAssignOptions, type AcsCredentialsAssignResponse, type AcsCredentialsCreateBody, type AcsCredentialsCreateOptions, type AcsCredentialsCreateResponse, type AcsCredentialsDeleteOptions, type AcsCredentialsDeleteParams, type AcsCredentialsDeleteResponse, type AcsCredentialsGetOptions, type AcsCredentialsGetParams, type AcsCredentialsGetResponse, type AcsCredentialsListAccessibleEntrancesOptions, type AcsCredentialsListAccessibleEntrancesParams, type AcsCredentialsListAccessibleEntrancesResponse, type AcsCredentialsListOptions, type AcsCredentialsListParams, type AcsCredentialsListResponse, type AcsCredentialsUnassignBody, type AcsCredentialsUnassignOptions, type AcsCredentialsUnassignResponse, type AcsCredentialsUpdateBody, type AcsCredentialsUpdateOptions, type AcsCredentialsUpdateResponse, type AcsEncodersEncodeCredentialBody, type AcsEncodersEncodeCredentialOptions, type AcsEncodersEncodeCredentialResponse, type AcsEncodersListOptions, type AcsEncodersListParams, type AcsEncodersListResponse, type AcsEncodersScanCredentialBody, type AcsEncodersScanCredentialOptions, type AcsEncodersScanCredentialResponse, type AcsEncodersSimulateNextCredentialEncodeWillFailBody, type AcsEncodersSimulateNextCredentialEncodeWillFailOptions, type AcsEncodersSimulateNextCredentialEncodeWillFailResponse, type AcsEncodersSimulateNextCredentialEncodeWillSucceedBody, type AcsEncodersSimulateNextCredentialEncodeWillSucceedOptions, type AcsEncodersSimulateNextCredentialEncodeWillSucceedResponse, type AcsEncodersSimulateNextCredentialScanWillFailBody, type AcsEncodersSimulateNextCredentialScanWillFailOptions, type AcsEncodersSimulateNextCredentialScanWillFailResponse, type AcsEncodersSimulateNextCredentialScanWillSucceedBody, type AcsEncodersSimulateNextCredentialScanWillSucceedOptions, type AcsEncodersSimulateNextCredentialScanWillSucceedResponse, type AcsEntrancesGetOptions, type AcsEntrancesGetParams, type AcsEntrancesGetResponse, type AcsEntrancesGrantAccessBody, type AcsEntrancesGrantAccessOptions, type AcsEntrancesGrantAccessResponse, type AcsEntrancesListCredentialsWithAccessOptions, type AcsEntrancesListCredentialsWithAccessParams, type AcsEntrancesListCredentialsWithAccessResponse, type AcsEntrancesListOptions, type AcsEntrancesListParams, type AcsEntrancesListResponse, type AcsSystemsGetOptions, type AcsSystemsGetParams, type AcsSystemsGetResponse, type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions, type AcsSystemsListCompatibleCredentialManagerAcsSystemsParams, type AcsSystemsListCompatibleCredentialManagerAcsSystemsResponse, type AcsSystemsListOptions, type AcsSystemsListParams, type AcsSystemsListResponse, type AcsUsersAddToAccessGroupBody, type AcsUsersAddToAccessGroupOptions, type AcsUsersAddToAccessGroupResponse, type AcsUsersCreateBody, type AcsUsersCreateOptions, type AcsUsersCreateResponse, type AcsUsersDeleteOptions, type AcsUsersDeleteParams, type AcsUsersDeleteResponse, type AcsUsersGetOptions, type AcsUsersGetParams, type AcsUsersGetResponse, type AcsUsersListAccessibleEntrancesOptions, type AcsUsersListAccessibleEntrancesParams, type AcsUsersListAccessibleEntrancesResponse, type AcsUsersListOptions, type AcsUsersListParams, type AcsUsersListResponse, type AcsUsersRemoveFromAccessGroupOptions, type AcsUsersRemoveFromAccessGroupParams, type AcsUsersRemoveFromAccessGroupResponse, type AcsUsersRevokeAccessToAllEntrancesOptions, type AcsUsersRevokeAccessToAllEntrancesParams, type AcsUsersRevokeAccessToAllEntrancesResponse, type AcsUsersSuspendBody, type AcsUsersSuspendOptions, type AcsUsersSuspendResponse, type AcsUsersUnsuspendBody, type AcsUsersUnsuspendOptions, type AcsUsersUnsuspendResponse, type AcsUsersUpdateBody, type AcsUsersUpdateOptions, type AcsUsersUpdateResponse, type ActionAttemptsGetOptions, type ActionAttemptsGetParams, type ActionAttemptsGetResponse, type ActionAttemptsListOptions, type ActionAttemptsListParams, type ActionAttemptsListResponse, type BridgesGetOptions, type BridgesGetParams, type BridgesGetResponse, type BridgesListOptions, type BridgesListParams, type BridgesListResponse, type ClientSessionsCreateBody, type ClientSessionsCreateOptions, type ClientSessionsCreateResponse, type ClientSessionsDeleteOptions, type ClientSessionsDeleteParams, type ClientSessionsDeleteResponse, type ClientSessionsGetOptions, type ClientSessionsGetOrCreateBody, type ClientSessionsGetOrCreateOptions, type ClientSessionsGetOrCreateResponse, type ClientSessionsGetParams, type ClientSessionsGetResponse, type ClientSessionsGrantAccessBody, type ClientSessionsGrantAccessOptions, type ClientSessionsGrantAccessResponse, type ClientSessionsListOptions, type ClientSessionsListParams, type ClientSessionsListResponse, type ClientSessionsRevokeOptions, type ClientSessionsRevokeParams, type ClientSessionsRevokeResponse, type ConnectWebviewsCreateBody, type ConnectWebviewsCreateOptions, type ConnectWebviewsCreateResponse, type ConnectWebviewsDeleteOptions, type ConnectWebviewsDeleteParams, type ConnectWebviewsDeleteResponse, type ConnectWebviewsGetOptions, type ConnectWebviewsGetParams, type ConnectWebviewsGetResponse, type ConnectWebviewsListOptions, type ConnectWebviewsListParams, type ConnectWebviewsListResponse, type ConnectedAccountsDeleteOptions, type ConnectedAccountsDeleteParams, type ConnectedAccountsDeleteResponse, type ConnectedAccountsGetOptions, type ConnectedAccountsGetParams, type ConnectedAccountsGetResponse, type ConnectedAccountsListOptions, type ConnectedAccountsListParams, type ConnectedAccountsListResponse, type ConnectedAccountsUpdateBody, type ConnectedAccountsUpdateOptions, type ConnectedAccountsUpdateResponse, type DevicesGetOptions, type DevicesGetParams, type DevicesGetResponse, type DevicesListDeviceProvidersOptions, type DevicesListDeviceProvidersParams, type DevicesListDeviceProvidersResponse, type DevicesListOptions, type DevicesListParams, type DevicesListResponse, type DevicesSimulateConnectBody, type DevicesSimulateConnectOptions, type DevicesSimulateConnectResponse, type DevicesSimulateDisconnectBody, type DevicesSimulateDisconnectOptions, type DevicesSimulateDisconnectResponse, type DevicesSimulateRemoveBody, type DevicesSimulateRemoveOptions, type DevicesSimulateRemoveResponse, type DevicesUnmanagedGetOptions, type DevicesUnmanagedGetParams, type DevicesUnmanagedGetResponse, type DevicesUnmanagedListOptions, type DevicesUnmanagedListParams, type DevicesUnmanagedListResponse, type DevicesUnmanagedUpdateBody, type DevicesUnmanagedUpdateOptions, type DevicesUnmanagedUpdateResponse, type DevicesUpdateBody, type DevicesUpdateOptions, type DevicesUpdateResponse, type EventsGetOptions, type EventsGetParams, type EventsGetResponse, type EventsListOptions, type EventsListParams, type EventsListResponse, type LocksGetOptions, type LocksGetParams, type LocksGetResponse, type LocksListOptions, type LocksListParams, type LocksListResponse, type LocksLockDoorBody, type LocksLockDoorOptions, type LocksLockDoorResponse, type LocksUnlockDoorBody, type LocksUnlockDoorOptions, type LocksUnlockDoorResponse, type NetworksGetOptions, type NetworksGetParams, type NetworksGetResponse, type NetworksListOptions, type NetworksListParams, type NetworksListResponse, type NoiseSensorsListOptions, type NoiseSensorsListParams, type NoiseSensorsListResponse, type NoiseSensorsNoiseThresholdsCreateBody, type NoiseSensorsNoiseThresholdsCreateOptions, type NoiseSensorsNoiseThresholdsCreateResponse, type NoiseSensorsNoiseThresholdsDeleteOptions, type NoiseSensorsNoiseThresholdsDeleteParams, type NoiseSensorsNoiseThresholdsDeleteResponse, type NoiseSensorsNoiseThresholdsGetOptions, type NoiseSensorsNoiseThresholdsGetParams, type NoiseSensorsNoiseThresholdsGetResponse, type NoiseSensorsNoiseThresholdsListOptions, type NoiseSensorsNoiseThresholdsListParams, type NoiseSensorsNoiseThresholdsListResponse, type NoiseSensorsNoiseThresholdsUpdateBody, type NoiseSensorsNoiseThresholdsUpdateOptions, type NoiseSensorsNoiseThresholdsUpdateResponse, type NoiseSensorsSimulateTriggerNoiseThresholdBody, type NoiseSensorsSimulateTriggerNoiseThresholdOptions, type NoiseSensorsSimulateTriggerNoiseThresholdResponse, type PhonesDeactivateOptions, type PhonesDeactivateParams, type PhonesDeactivateResponse, type PhonesGetOptions, type PhonesGetParams, type PhonesGetResponse, type PhonesListOptions, type PhonesListParams, type PhonesListResponse, type PhonesSimulateCreateSandboxPhoneBody, type PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsCredentials, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpActionAttempts, SeamHttpApiError, SeamHttpBridges, SeamHttpClientSessions, SeamHttpConnectWebviews, SeamHttpConnectedAccounts, SeamHttpDevices, SeamHttpDevicesSimulate, SeamHttpDevicesUnmanaged, SeamHttpEvents, type SeamHttpFromPublishableKeyOptions, SeamHttpInvalidInputError, SeamHttpInvalidOptionsError, SeamHttpInvalidTokenError, SeamHttpLocks, SeamHttpMultiWorkspace, SeamHttpMultiWorkspaceInvalidOptionsError, type SeamHttpMultiWorkspaceOptions, type SeamHttpMultiWorkspaceOptionsWithClient, type SeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, type SeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, SeamHttpNetworks, SeamHttpNoiseSensors, SeamHttpNoiseSensorsNoiseThresholds, SeamHttpNoiseSensorsSimulate, type SeamHttpOptions, type SeamHttpOptionsFromEnv, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, SeamHttpPhones, SeamHttpPhonesSimulate, SeamHttpRequest, type SeamHttpRequestOptions, SeamHttpThermostats, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, SeamPaginator, type ThermostatsActivateClimatePresetBody, type ThermostatsActivateClimatePresetOptions, type ThermostatsActivateClimatePresetResponse, type ThermostatsCoolBody, type ThermostatsCoolOptions, type ThermostatsCoolResponse, type ThermostatsCreateClimatePresetBody, type ThermostatsCreateClimatePresetOptions, type ThermostatsCreateClimatePresetResponse, type ThermostatsDeleteClimatePresetBody, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetResponse, type ThermostatsHeatBody, type ThermostatsHeatCoolBody, type ThermostatsHeatCoolOptions, type ThermostatsHeatCoolResponse, type ThermostatsHeatOptions, type ThermostatsHeatResponse, type ThermostatsListOptions, type ThermostatsListParams, type ThermostatsListResponse, type ThermostatsOffBody, type ThermostatsOffOptions, type ThermostatsOffResponse, type ThermostatsSchedulesCreateBody, type ThermostatsSchedulesCreateOptions, type ThermostatsSchedulesCreateResponse, type ThermostatsSchedulesDeleteOptions, type ThermostatsSchedulesDeleteParams, type ThermostatsSchedulesDeleteResponse, type ThermostatsSchedulesGetOptions, type ThermostatsSchedulesGetParams, type ThermostatsSchedulesGetResponse, type ThermostatsSchedulesListOptions, type ThermostatsSchedulesListParams, type ThermostatsSchedulesListResponse, type ThermostatsSchedulesUpdateBody, type ThermostatsSchedulesUpdateOptions, type ThermostatsSchedulesUpdateResponse, type ThermostatsSetFallbackClimatePresetBody, type ThermostatsSetFallbackClimatePresetOptions, type ThermostatsSetFallbackClimatePresetResponse, type ThermostatsSetFanModeBody, type ThermostatsSetFanModeOptions, type ThermostatsSetFanModeResponse, type ThermostatsSetHvacModeBody, type ThermostatsSetHvacModeOptions, type ThermostatsSetHvacModeResponse, type ThermostatsSetTemperatureThresholdBody, type ThermostatsSetTemperatureThresholdOptions, type ThermostatsSetTemperatureThresholdResponse, type ThermostatsSimulateHvacModeAdjustedBody, type ThermostatsSimulateHvacModeAdjustedOptions, type ThermostatsSimulateHvacModeAdjustedResponse, type ThermostatsSimulateTemperatureReachedBody, type ThermostatsSimulateTemperatureReachedOptions, type ThermostatsSimulateTemperatureReachedResponse, type ThermostatsUpdateClimatePresetBody, type ThermostatsUpdateClimatePresetOptions, type ThermostatsUpdateClimatePresetResponse, type UserIdentitiesAddAcsUserBody, type UserIdentitiesAddAcsUserOptions, type UserIdentitiesAddAcsUserResponse, type UserIdentitiesCreateBody, type UserIdentitiesCreateOptions, type UserIdentitiesCreateResponse, type UserIdentitiesDeleteOptions, type UserIdentitiesDeleteParams, type UserIdentitiesDeleteResponse, type UserIdentitiesEnrollmentAutomationsDeleteOptions, type UserIdentitiesEnrollmentAutomationsDeleteParams, type UserIdentitiesEnrollmentAutomationsDeleteResponse, type UserIdentitiesEnrollmentAutomationsGetOptions, type UserIdentitiesEnrollmentAutomationsGetParams, type UserIdentitiesEnrollmentAutomationsGetResponse, type UserIdentitiesEnrollmentAutomationsLaunchBody, type UserIdentitiesEnrollmentAutomationsLaunchOptions, type UserIdentitiesEnrollmentAutomationsLaunchResponse, type UserIdentitiesEnrollmentAutomationsListOptions, type UserIdentitiesEnrollmentAutomationsListParams, type UserIdentitiesEnrollmentAutomationsListResponse, type UserIdentitiesGetOptions, type UserIdentitiesGetParams, type UserIdentitiesGetResponse, type UserIdentitiesGrantAccessToDeviceBody, type UserIdentitiesGrantAccessToDeviceOptions, type UserIdentitiesGrantAccessToDeviceResponse, type UserIdentitiesListAccessibleDevicesOptions, type UserIdentitiesListAccessibleDevicesParams, type UserIdentitiesListAccessibleDevicesResponse, type UserIdentitiesListAcsSystemsOptions, type UserIdentitiesListAcsSystemsParams, type UserIdentitiesListAcsSystemsResponse, type UserIdentitiesListAcsUsersOptions, type UserIdentitiesListAcsUsersParams, type UserIdentitiesListAcsUsersResponse, type UserIdentitiesListOptions, type UserIdentitiesListParams, type UserIdentitiesListResponse, type UserIdentitiesRemoveAcsUserOptions, type UserIdentitiesRemoveAcsUserParams, type UserIdentitiesRemoveAcsUserResponse, type UserIdentitiesRevokeAccessToDeviceOptions, type UserIdentitiesRevokeAccessToDeviceParams, type UserIdentitiesRevokeAccessToDeviceResponse, type UserIdentitiesUpdateBody, type UserIdentitiesUpdateOptions, type UserIdentitiesUpdateResponse, type WebhooksCreateBody, type WebhooksCreateOptions, type WebhooksCreateResponse, type WebhooksDeleteOptions, type WebhooksDeleteParams, type WebhooksDeleteResponse, type WebhooksGetOptions, type WebhooksGetParams, type WebhooksGetResponse, type WebhooksListOptions, type WebhooksListParams, type WebhooksListResponse, type WebhooksUpdateBody, type WebhooksUpdateOptions, type WebhooksUpdateResponse, type WorkspacesCreateBody, type WorkspacesCreateOptions, type WorkspacesCreateResponse, type WorkspacesGetOptions, type WorkspacesGetParams, type WorkspacesGetResponse, type WorkspacesListOptions, type WorkspacesListParams, type WorkspacesListResponse, type WorkspacesResetSandboxBody, type WorkspacesResetSandboxOptions, type WorkspacesResetSandboxResponse, errorInterceptor, getOpenapiSchema, isApiKey, isClientSessionToken, isConsoleSessionToken, isPersonalAccessToken, isPublishableKey, isSeamActionAttemptError, isSeamActionAttemptFailedError, isSeamActionAttemptTimeoutError, isSeamHttpApiError, isSeamHttpInvalidInputError, isSeamHttpMultiWorkspaceOptionsWithClient, isSeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, isSeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, isSeamHttpUnauthorizedError };