@seamapi/http 1.35.1 → 1.36.0

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.
@@ -1378,6 +1378,192 @@ declare class SeamHttp {
1378
1378
  get workspaces(): SeamHttpWorkspaces;
1379
1379
  }
1380
1380
 
1381
+ declare class SeamHttpEndpoints {
1382
+ client: Client;
1383
+ readonly defaults: Required<SeamHttpRequestOptions>;
1384
+ readonly ltsVersion = "1.0.0";
1385
+ static ltsVersion: string;
1386
+ constructor(apiKeyOrOptions?: string | SeamHttpOptions);
1387
+ static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpEndpoints;
1388
+ static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpEndpoints;
1389
+ static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpEndpoints;
1390
+ static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpEndpoints>;
1391
+ static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpEndpoints;
1392
+ static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpEndpoints;
1393
+ createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
1394
+ updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
1395
+ get ['/access_codes/create'](): SeamHttpAccessCodes['create'];
1396
+ get ['/access_codes/create_multiple'](): SeamHttpAccessCodes['createMultiple'];
1397
+ get ['/access_codes/delete'](): SeamHttpAccessCodes['delete'];
1398
+ get ['/access_codes/generate_code'](): SeamHttpAccessCodes['generateCode'];
1399
+ get ['/access_codes/get'](): SeamHttpAccessCodes['get'];
1400
+ get ['/access_codes/list'](): SeamHttpAccessCodes['list'];
1401
+ get ['/access_codes/pull_backup_access_code'](): SeamHttpAccessCodes['pullBackupAccessCode'];
1402
+ get ['/access_codes/report_device_constraints'](): SeamHttpAccessCodes['reportDeviceConstraints'];
1403
+ get ['/access_codes/update'](): SeamHttpAccessCodes['update'];
1404
+ get ['/access_codes/update_multiple'](): SeamHttpAccessCodes['updateMultiple'];
1405
+ get ['/access_codes/simulate/create_unmanaged_access_code'](): SeamHttpAccessCodesSimulate['createUnmanagedAccessCode'];
1406
+ get ['/access_codes/unmanaged/convert_to_managed'](): SeamHttpAccessCodesUnmanaged['convertToManaged'];
1407
+ get ['/access_codes/unmanaged/delete'](): SeamHttpAccessCodesUnmanaged['delete'];
1408
+ get ['/access_codes/unmanaged/get'](): SeamHttpAccessCodesUnmanaged['get'];
1409
+ get ['/access_codes/unmanaged/list'](): SeamHttpAccessCodesUnmanaged['list'];
1410
+ get ['/access_codes/unmanaged/update'](): SeamHttpAccessCodesUnmanaged['update'];
1411
+ get ['/access_grants/create'](): SeamHttpAccessGrants['create'];
1412
+ get ['/access_grants/delete'](): SeamHttpAccessGrants['delete'];
1413
+ get ['/access_grants/get'](): SeamHttpAccessGrants['get'];
1414
+ get ['/access_grants/list'](): SeamHttpAccessGrants['list'];
1415
+ get ['/access_grants/update'](): SeamHttpAccessGrants['update'];
1416
+ get ['/access_methods/delete'](): SeamHttpAccessMethods['delete'];
1417
+ get ['/access_methods/get'](): SeamHttpAccessMethods['get'];
1418
+ get ['/access_methods/list'](): SeamHttpAccessMethods['list'];
1419
+ get ['/acs/access_groups/add_user'](): SeamHttpAcsAccessGroups['addUser'];
1420
+ get ['/acs/access_groups/get'](): SeamHttpAcsAccessGroups['get'];
1421
+ get ['/acs/access_groups/list'](): SeamHttpAcsAccessGroups['list'];
1422
+ get ['/acs/access_groups/list_accessible_entrances'](): SeamHttpAcsAccessGroups['listAccessibleEntrances'];
1423
+ get ['/acs/access_groups/list_users'](): SeamHttpAcsAccessGroups['listUsers'];
1424
+ get ['/acs/access_groups/remove_user'](): SeamHttpAcsAccessGroups['removeUser'];
1425
+ get ['/acs/credentials/assign'](): SeamHttpAcsCredentials['assign'];
1426
+ get ['/acs/credentials/create'](): SeamHttpAcsCredentials['create'];
1427
+ get ['/acs/credentials/delete'](): SeamHttpAcsCredentials['delete'];
1428
+ get ['/acs/credentials/get'](): SeamHttpAcsCredentials['get'];
1429
+ get ['/acs/credentials/list'](): SeamHttpAcsCredentials['list'];
1430
+ get ['/acs/credentials/list_accessible_entrances'](): SeamHttpAcsCredentials['listAccessibleEntrances'];
1431
+ get ['/acs/credentials/unassign'](): SeamHttpAcsCredentials['unassign'];
1432
+ get ['/acs/credentials/update'](): SeamHttpAcsCredentials['update'];
1433
+ get ['/acs/encoders/encode_access_method'](): SeamHttpAcsEncoders['encodeAccessMethod'];
1434
+ get ['/acs/encoders/encode_credential'](): SeamHttpAcsEncoders['encodeCredential'];
1435
+ get ['/acs/encoders/get'](): SeamHttpAcsEncoders['get'];
1436
+ get ['/acs/encoders/list'](): SeamHttpAcsEncoders['list'];
1437
+ get ['/acs/encoders/scan_credential'](): SeamHttpAcsEncoders['scanCredential'];
1438
+ get ['/acs/encoders/simulate/next_credential_encode_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillFail'];
1439
+ get ['/acs/encoders/simulate/next_credential_encode_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillSucceed'];
1440
+ get ['/acs/encoders/simulate/next_credential_scan_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillFail'];
1441
+ get ['/acs/encoders/simulate/next_credential_scan_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillSucceed'];
1442
+ get ['/acs/entrances/get'](): SeamHttpAcsEntrances['get'];
1443
+ get ['/acs/entrances/grant_access'](): SeamHttpAcsEntrances['grantAccess'];
1444
+ get ['/acs/entrances/list'](): SeamHttpAcsEntrances['list'];
1445
+ get ['/acs/entrances/list_credentials_with_access'](): SeamHttpAcsEntrances['listCredentialsWithAccess'];
1446
+ get ['/acs/systems/get'](): SeamHttpAcsSystems['get'];
1447
+ get ['/acs/systems/list'](): SeamHttpAcsSystems['list'];
1448
+ get ['/acs/systems/list_compatible_credential_manager_acs_systems'](): SeamHttpAcsSystems['listCompatibleCredentialManagerAcsSystems'];
1449
+ get ['/acs/users/add_to_access_group'](): SeamHttpAcsUsers['addToAccessGroup'];
1450
+ get ['/acs/users/create'](): SeamHttpAcsUsers['create'];
1451
+ get ['/acs/users/delete'](): SeamHttpAcsUsers['delete'];
1452
+ get ['/acs/users/get'](): SeamHttpAcsUsers['get'];
1453
+ get ['/acs/users/list'](): SeamHttpAcsUsers['list'];
1454
+ get ['/acs/users/list_accessible_entrances'](): SeamHttpAcsUsers['listAccessibleEntrances'];
1455
+ get ['/acs/users/remove_from_access_group'](): SeamHttpAcsUsers['removeFromAccessGroup'];
1456
+ get ['/acs/users/revoke_access_to_all_entrances'](): SeamHttpAcsUsers['revokeAccessToAllEntrances'];
1457
+ get ['/acs/users/suspend'](): SeamHttpAcsUsers['suspend'];
1458
+ get ['/acs/users/unsuspend'](): SeamHttpAcsUsers['unsuspend'];
1459
+ get ['/acs/users/update'](): SeamHttpAcsUsers['update'];
1460
+ get ['/action_attempts/get'](): SeamHttpActionAttempts['get'];
1461
+ get ['/action_attempts/list'](): SeamHttpActionAttempts['list'];
1462
+ get ['/client_sessions/create'](): SeamHttpClientSessions['create'];
1463
+ get ['/client_sessions/delete'](): SeamHttpClientSessions['delete'];
1464
+ get ['/client_sessions/get'](): SeamHttpClientSessions['get'];
1465
+ get ['/client_sessions/get_or_create'](): SeamHttpClientSessions['getOrCreate'];
1466
+ get ['/client_sessions/grant_access'](): SeamHttpClientSessions['grantAccess'];
1467
+ get ['/client_sessions/list'](): SeamHttpClientSessions['list'];
1468
+ get ['/client_sessions/revoke'](): SeamHttpClientSessions['revoke'];
1469
+ get ['/connect_webviews/create'](): SeamHttpConnectWebviews['create'];
1470
+ get ['/connect_webviews/delete'](): SeamHttpConnectWebviews['delete'];
1471
+ get ['/connect_webviews/get'](): SeamHttpConnectWebviews['get'];
1472
+ get ['/connect_webviews/list'](): SeamHttpConnectWebviews['list'];
1473
+ get ['/connected_accounts/delete'](): SeamHttpConnectedAccounts['delete'];
1474
+ get ['/connected_accounts/get'](): SeamHttpConnectedAccounts['get'];
1475
+ get ['/connected_accounts/list'](): SeamHttpConnectedAccounts['list'];
1476
+ get ['/connected_accounts/sync'](): SeamHttpConnectedAccounts['sync'];
1477
+ get ['/connected_accounts/update'](): SeamHttpConnectedAccounts['update'];
1478
+ get ['/devices/get'](): SeamHttpDevices['get'];
1479
+ get ['/devices/list'](): SeamHttpDevices['list'];
1480
+ get ['/devices/list_device_providers'](): SeamHttpDevices['listDeviceProviders'];
1481
+ get ['/devices/update'](): SeamHttpDevices['update'];
1482
+ get ['/devices/simulate/connect'](): SeamHttpDevicesSimulate['connect'];
1483
+ get ['/devices/simulate/disconnect'](): SeamHttpDevicesSimulate['disconnect'];
1484
+ get ['/devices/simulate/remove'](): SeamHttpDevicesSimulate['remove'];
1485
+ get ['/devices/unmanaged/get'](): SeamHttpDevicesUnmanaged['get'];
1486
+ get ['/devices/unmanaged/list'](): SeamHttpDevicesUnmanaged['list'];
1487
+ get ['/devices/unmanaged/update'](): SeamHttpDevicesUnmanaged['update'];
1488
+ get ['/events/get'](): SeamHttpEvents['get'];
1489
+ get ['/events/list'](): SeamHttpEvents['list'];
1490
+ get ['/locks/get'](): SeamHttpLocks['get'];
1491
+ get ['/locks/list'](): SeamHttpLocks['list'];
1492
+ get ['/locks/lock_door'](): SeamHttpLocks['lockDoor'];
1493
+ get ['/locks/unlock_door'](): SeamHttpLocks['unlockDoor'];
1494
+ get ['/noise_sensors/list'](): SeamHttpNoiseSensors['list'];
1495
+ get ['/noise_sensors/noise_thresholds/create'](): SeamHttpNoiseSensorsNoiseThresholds['create'];
1496
+ get ['/noise_sensors/noise_thresholds/delete'](): SeamHttpNoiseSensorsNoiseThresholds['delete'];
1497
+ get ['/noise_sensors/noise_thresholds/get'](): SeamHttpNoiseSensorsNoiseThresholds['get'];
1498
+ get ['/noise_sensors/noise_thresholds/list'](): SeamHttpNoiseSensorsNoiseThresholds['list'];
1499
+ get ['/noise_sensors/noise_thresholds/update'](): SeamHttpNoiseSensorsNoiseThresholds['update'];
1500
+ get ['/noise_sensors/simulate/trigger_noise_threshold'](): SeamHttpNoiseSensorsSimulate['triggerNoiseThreshold'];
1501
+ get ['/phones/deactivate'](): SeamHttpPhones['deactivate'];
1502
+ get ['/phones/get'](): SeamHttpPhones['get'];
1503
+ get ['/phones/list'](): SeamHttpPhones['list'];
1504
+ get ['/phones/simulate/create_sandbox_phone'](): SeamHttpPhonesSimulate['createSandboxPhone'];
1505
+ get ['/spaces/add_acs_entrances'](): SeamHttpSpaces['addAcsEntrances'];
1506
+ get ['/spaces/add_devices'](): SeamHttpSpaces['addDevices'];
1507
+ get ['/spaces/create'](): SeamHttpSpaces['create'];
1508
+ get ['/spaces/delete'](): SeamHttpSpaces['delete'];
1509
+ get ['/spaces/get'](): SeamHttpSpaces['get'];
1510
+ get ['/spaces/list'](): SeamHttpSpaces['list'];
1511
+ get ['/spaces/remove_acs_entrances'](): SeamHttpSpaces['removeAcsEntrances'];
1512
+ get ['/spaces/remove_devices'](): SeamHttpSpaces['removeDevices'];
1513
+ get ['/spaces/update'](): SeamHttpSpaces['update'];
1514
+ get ['/thermostats/activate_climate_preset'](): SeamHttpThermostats['activateClimatePreset'];
1515
+ get ['/thermostats/cool'](): SeamHttpThermostats['cool'];
1516
+ get ['/thermostats/create_climate_preset'](): SeamHttpThermostats['createClimatePreset'];
1517
+ get ['/thermostats/delete_climate_preset'](): SeamHttpThermostats['deleteClimatePreset'];
1518
+ get ['/thermostats/heat'](): SeamHttpThermostats['heat'];
1519
+ get ['/thermostats/heat_cool'](): SeamHttpThermostats['heatCool'];
1520
+ get ['/thermostats/list'](): SeamHttpThermostats['list'];
1521
+ get ['/thermostats/off'](): SeamHttpThermostats['off'];
1522
+ get ['/thermostats/set_fallback_climate_preset'](): SeamHttpThermostats['setFallbackClimatePreset'];
1523
+ get ['/thermostats/set_fan_mode'](): SeamHttpThermostats['setFanMode'];
1524
+ get ['/thermostats/set_hvac_mode'](): SeamHttpThermostats['setHvacMode'];
1525
+ get ['/thermostats/set_temperature_threshold'](): SeamHttpThermostats['setTemperatureThreshold'];
1526
+ get ['/thermostats/update_climate_preset'](): SeamHttpThermostats['updateClimatePreset'];
1527
+ get ['/thermostats/update_weekly_program'](): SeamHttpThermostats['updateWeeklyProgram'];
1528
+ get ['/thermostats/daily_programs/create'](): SeamHttpThermostatsDailyPrograms['create'];
1529
+ get ['/thermostats/daily_programs/delete'](): SeamHttpThermostatsDailyPrograms['delete'];
1530
+ get ['/thermostats/daily_programs/update'](): SeamHttpThermostatsDailyPrograms['update'];
1531
+ get ['/thermostats/schedules/create'](): SeamHttpThermostatsSchedules['create'];
1532
+ get ['/thermostats/schedules/delete'](): SeamHttpThermostatsSchedules['delete'];
1533
+ get ['/thermostats/schedules/get'](): SeamHttpThermostatsSchedules['get'];
1534
+ get ['/thermostats/schedules/list'](): SeamHttpThermostatsSchedules['list'];
1535
+ get ['/thermostats/schedules/update'](): SeamHttpThermostatsSchedules['update'];
1536
+ get ['/thermostats/simulate/hvac_mode_adjusted'](): SeamHttpThermostatsSimulate['hvacModeAdjusted'];
1537
+ get ['/thermostats/simulate/temperature_reached'](): SeamHttpThermostatsSimulate['temperatureReached'];
1538
+ get ['/user_identities/add_acs_user'](): SeamHttpUserIdentities['addAcsUser'];
1539
+ get ['/user_identities/create'](): SeamHttpUserIdentities['create'];
1540
+ get ['/user_identities/delete'](): SeamHttpUserIdentities['delete'];
1541
+ get ['/user_identities/generate_instant_key'](): SeamHttpUserIdentities['generateInstantKey'];
1542
+ get ['/user_identities/get'](): SeamHttpUserIdentities['get'];
1543
+ get ['/user_identities/grant_access_to_device'](): SeamHttpUserIdentities['grantAccessToDevice'];
1544
+ get ['/user_identities/list'](): SeamHttpUserIdentities['list'];
1545
+ get ['/user_identities/list_accessible_devices'](): SeamHttpUserIdentities['listAccessibleDevices'];
1546
+ get ['/user_identities/list_acs_systems'](): SeamHttpUserIdentities['listAcsSystems'];
1547
+ get ['/user_identities/list_acs_users'](): SeamHttpUserIdentities['listAcsUsers'];
1548
+ get ['/user_identities/remove_acs_user'](): SeamHttpUserIdentities['removeAcsUser'];
1549
+ get ['/user_identities/revoke_access_to_device'](): SeamHttpUserIdentities['revokeAccessToDevice'];
1550
+ get ['/user_identities/update'](): SeamHttpUserIdentities['update'];
1551
+ get ['/user_identities/enrollment_automations/delete'](): SeamHttpUserIdentitiesEnrollmentAutomations['delete'];
1552
+ get ['/user_identities/enrollment_automations/get'](): SeamHttpUserIdentitiesEnrollmentAutomations['get'];
1553
+ get ['/user_identities/enrollment_automations/launch'](): SeamHttpUserIdentitiesEnrollmentAutomations['launch'];
1554
+ get ['/user_identities/enrollment_automations/list'](): SeamHttpUserIdentitiesEnrollmentAutomations['list'];
1555
+ get ['/webhooks/create'](): SeamHttpWebhooks['create'];
1556
+ get ['/webhooks/delete'](): SeamHttpWebhooks['delete'];
1557
+ get ['/webhooks/get'](): SeamHttpWebhooks['get'];
1558
+ get ['/webhooks/list'](): SeamHttpWebhooks['list'];
1559
+ get ['/webhooks/update'](): SeamHttpWebhooks['update'];
1560
+ get ['/workspaces/create'](): SeamHttpWorkspaces['create'];
1561
+ get ['/workspaces/get'](): SeamHttpWorkspaces['get'];
1562
+ get ['/workspaces/list'](): SeamHttpWorkspaces['list'];
1563
+ get ['/workspaces/reset_sandbox'](): SeamHttpWorkspaces['resetSandbox'];
1564
+ get ['/workspaces/update'](): SeamHttpWorkspaces['update'];
1565
+ }
1566
+
1381
1567
  interface ResolveActionAttemptOptions {
1382
1568
  timeout?: number;
1383
1569
  pollingInterval?: number;
@@ -3769,4 +3955,4 @@ declare const isPublishableKey: (token: string) => boolean;
3769
3955
  declare const isConsoleSessionToken: (token: string) => boolean;
3770
3956
  declare const isPersonalAccessToken: (token: string) => boolean;
3771
3957
 
3772
- export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeParams, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type AccessCodesReportDeviceConstraintsBody, type AccessCodesReportDeviceConstraintsOptions, type AccessCodesReportDeviceConstraintsResponse, 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 AccessGrantsCreateBody, type AccessGrantsCreateOptions, type AccessGrantsCreateResponse, type AccessGrantsDeleteOptions, type AccessGrantsDeleteParams, type AccessGrantsDeleteResponse, type AccessGrantsGetOptions, type AccessGrantsGetParams, type AccessGrantsGetResponse, type AccessGrantsListOptions, type AccessGrantsListParams, type AccessGrantsListResponse, type AccessGrantsUpdateBody, type AccessGrantsUpdateOptions, type AccessGrantsUpdateResponse, type AccessMethodsDeleteOptions, type AccessMethodsDeleteParams, type AccessMethodsDeleteResponse, type AccessMethodsGetOptions, type AccessMethodsGetParams, type AccessMethodsGetResponse, type AccessMethodsListOptions, type AccessMethodsListParams, type AccessMethodsListResponse, 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 AcsEncodersEncodeAccessMethodBody, type AcsEncodersEncodeAccessMethodOptions, type AcsEncodersEncodeAccessMethodResponse, type AcsEncodersEncodeCredentialBody, type AcsEncodersEncodeCredentialOptions, type AcsEncodersEncodeCredentialResponse, type AcsEncodersGetOptions, type AcsEncodersGetParams, type AcsEncodersGetResponse, 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 AcsUsersRevokeAccessToAllEntrancesBody, type AcsUsersRevokeAccessToAllEntrancesOptions, 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 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 ClientSessionsRevokeBody, type ClientSessionsRevokeOptions, 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 ConnectedAccountsSyncBody, type ConnectedAccountsSyncOptions, type ConnectedAccountsSyncResponse, 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 DevicesSimulateRemoveOptions, type DevicesSimulateRemoveParams, 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 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 PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneParams, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAccessGrants, SeamHttpAccessMethods, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsCredentials, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpActionAttempts, SeamHttpApiError, SeamHttpClientSessions, SeamHttpConnectWebviews, SeamHttpConnectedAccounts, SeamHttpDevices, SeamHttpDevicesSimulate, SeamHttpDevicesUnmanaged, SeamHttpEvents, type SeamHttpFromPublishableKeyOptions, SeamHttpInvalidInputError, SeamHttpInvalidOptionsError, SeamHttpInvalidTokenError, SeamHttpLocks, SeamHttpMultiWorkspace, SeamHttpMultiWorkspaceInvalidOptionsError, type SeamHttpMultiWorkspaceOptions, type SeamHttpMultiWorkspaceOptionsFromEnv, type SeamHttpMultiWorkspaceOptionsWithClient, type SeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, type SeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, SeamHttpNoiseSensors, SeamHttpNoiseSensorsNoiseThresholds, SeamHttpNoiseSensorsSimulate, type SeamHttpOptions, type SeamHttpOptionsFromEnv, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, SeamHttpPhones, SeamHttpPhonesSimulate, SeamHttpRequest, type SeamHttpRequestOptions, SeamHttpSpaces, SeamHttpThermostats, SeamHttpThermostatsDailyPrograms, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, SeamPaginator, type SpacesAddAcsEntrancesBody, type SpacesAddAcsEntrancesOptions, type SpacesAddAcsEntrancesResponse, type SpacesAddDevicesBody, type SpacesAddDevicesOptions, type SpacesAddDevicesResponse, type SpacesCreateBody, type SpacesCreateOptions, type SpacesCreateResponse, type SpacesDeleteOptions, type SpacesDeleteParams, type SpacesDeleteResponse, type SpacesGetOptions, type SpacesGetParams, type SpacesGetResponse, type SpacesListOptions, type SpacesListParams, type SpacesListResponse, type SpacesRemoveAcsEntrancesOptions, type SpacesRemoveAcsEntrancesParams, type SpacesRemoveAcsEntrancesResponse, type SpacesRemoveDevicesOptions, type SpacesRemoveDevicesParams, type SpacesRemoveDevicesResponse, type SpacesUpdateBody, type SpacesUpdateOptions, type SpacesUpdateResponse, type ThermostatsActivateClimatePresetBody, type ThermostatsActivateClimatePresetOptions, type ThermostatsActivateClimatePresetResponse, type ThermostatsCoolBody, type ThermostatsCoolOptions, type ThermostatsCoolResponse, type ThermostatsCreateClimatePresetBody, type ThermostatsCreateClimatePresetOptions, type ThermostatsCreateClimatePresetResponse, type ThermostatsDailyProgramsCreateBody, type ThermostatsDailyProgramsCreateOptions, type ThermostatsDailyProgramsCreateResponse, type ThermostatsDailyProgramsDeleteOptions, type ThermostatsDailyProgramsDeleteParams, type ThermostatsDailyProgramsDeleteResponse, type ThermostatsDailyProgramsUpdateBody, type ThermostatsDailyProgramsUpdateOptions, type ThermostatsDailyProgramsUpdateResponse, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetParams, 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 ThermostatsUpdateWeeklyProgramBody, type ThermostatsUpdateWeeklyProgramOptions, type ThermostatsUpdateWeeklyProgramResponse, 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 UserIdentitiesGenerateInstantKeyBody, type UserIdentitiesGenerateInstantKeyOptions, type UserIdentitiesGenerateInstantKeyResponse, 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, type WorkspacesUpdateBody, type WorkspacesUpdateOptions, type WorkspacesUpdateResponse, errorInterceptor, getOpenapiSchema, isApiKey, isClientSessionToken, isConsoleSessionToken, isPersonalAccessToken, isPublishableKey, isSeamActionAttemptError, isSeamActionAttemptFailedError, isSeamActionAttemptTimeoutError, isSeamHttpApiError, isSeamHttpInvalidInputError, isSeamHttpMultiWorkspaceOptionsWithClient, isSeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, isSeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, isSeamHttpUnauthorizedError };
3958
+ export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeParams, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type AccessCodesReportDeviceConstraintsBody, type AccessCodesReportDeviceConstraintsOptions, type AccessCodesReportDeviceConstraintsResponse, 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 AccessGrantsCreateBody, type AccessGrantsCreateOptions, type AccessGrantsCreateResponse, type AccessGrantsDeleteOptions, type AccessGrantsDeleteParams, type AccessGrantsDeleteResponse, type AccessGrantsGetOptions, type AccessGrantsGetParams, type AccessGrantsGetResponse, type AccessGrantsListOptions, type AccessGrantsListParams, type AccessGrantsListResponse, type AccessGrantsUpdateBody, type AccessGrantsUpdateOptions, type AccessGrantsUpdateResponse, type AccessMethodsDeleteOptions, type AccessMethodsDeleteParams, type AccessMethodsDeleteResponse, type AccessMethodsGetOptions, type AccessMethodsGetParams, type AccessMethodsGetResponse, type AccessMethodsListOptions, type AccessMethodsListParams, type AccessMethodsListResponse, 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 AcsEncodersEncodeAccessMethodBody, type AcsEncodersEncodeAccessMethodOptions, type AcsEncodersEncodeAccessMethodResponse, type AcsEncodersEncodeCredentialBody, type AcsEncodersEncodeCredentialOptions, type AcsEncodersEncodeCredentialResponse, type AcsEncodersGetOptions, type AcsEncodersGetParams, type AcsEncodersGetResponse, 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 AcsUsersRevokeAccessToAllEntrancesBody, type AcsUsersRevokeAccessToAllEntrancesOptions, 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 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 ClientSessionsRevokeBody, type ClientSessionsRevokeOptions, 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 ConnectedAccountsSyncBody, type ConnectedAccountsSyncOptions, type ConnectedAccountsSyncResponse, 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 DevicesSimulateRemoveOptions, type DevicesSimulateRemoveParams, 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 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 PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneParams, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAccessGrants, SeamHttpAccessMethods, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsCredentials, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpActionAttempts, SeamHttpApiError, SeamHttpClientSessions, SeamHttpConnectWebviews, SeamHttpConnectedAccounts, SeamHttpDevices, SeamHttpDevicesSimulate, SeamHttpDevicesUnmanaged, SeamHttpEndpoints, SeamHttpEvents, type SeamHttpFromPublishableKeyOptions, SeamHttpInvalidInputError, SeamHttpInvalidOptionsError, SeamHttpInvalidTokenError, SeamHttpLocks, SeamHttpMultiWorkspace, SeamHttpMultiWorkspaceInvalidOptionsError, type SeamHttpMultiWorkspaceOptions, type SeamHttpMultiWorkspaceOptionsFromEnv, type SeamHttpMultiWorkspaceOptionsWithClient, type SeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, type SeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, SeamHttpNoiseSensors, SeamHttpNoiseSensorsNoiseThresholds, SeamHttpNoiseSensorsSimulate, type SeamHttpOptions, type SeamHttpOptionsFromEnv, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, SeamHttpPhones, SeamHttpPhonesSimulate, SeamHttpRequest, type SeamHttpRequestOptions, SeamHttpSpaces, SeamHttpThermostats, SeamHttpThermostatsDailyPrograms, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, SeamPaginator, type SpacesAddAcsEntrancesBody, type SpacesAddAcsEntrancesOptions, type SpacesAddAcsEntrancesResponse, type SpacesAddDevicesBody, type SpacesAddDevicesOptions, type SpacesAddDevicesResponse, type SpacesCreateBody, type SpacesCreateOptions, type SpacesCreateResponse, type SpacesDeleteOptions, type SpacesDeleteParams, type SpacesDeleteResponse, type SpacesGetOptions, type SpacesGetParams, type SpacesGetResponse, type SpacesListOptions, type SpacesListParams, type SpacesListResponse, type SpacesRemoveAcsEntrancesOptions, type SpacesRemoveAcsEntrancesParams, type SpacesRemoveAcsEntrancesResponse, type SpacesRemoveDevicesOptions, type SpacesRemoveDevicesParams, type SpacesRemoveDevicesResponse, type SpacesUpdateBody, type SpacesUpdateOptions, type SpacesUpdateResponse, type ThermostatsActivateClimatePresetBody, type ThermostatsActivateClimatePresetOptions, type ThermostatsActivateClimatePresetResponse, type ThermostatsCoolBody, type ThermostatsCoolOptions, type ThermostatsCoolResponse, type ThermostatsCreateClimatePresetBody, type ThermostatsCreateClimatePresetOptions, type ThermostatsCreateClimatePresetResponse, type ThermostatsDailyProgramsCreateBody, type ThermostatsDailyProgramsCreateOptions, type ThermostatsDailyProgramsCreateResponse, type ThermostatsDailyProgramsDeleteOptions, type ThermostatsDailyProgramsDeleteParams, type ThermostatsDailyProgramsDeleteResponse, type ThermostatsDailyProgramsUpdateBody, type ThermostatsDailyProgramsUpdateOptions, type ThermostatsDailyProgramsUpdateResponse, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetParams, 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 ThermostatsUpdateWeeklyProgramBody, type ThermostatsUpdateWeeklyProgramOptions, type ThermostatsUpdateWeeklyProgramResponse, 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 UserIdentitiesGenerateInstantKeyBody, type UserIdentitiesGenerateInstantKeyOptions, type UserIdentitiesGenerateInstantKeyResponse, 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, type WorkspacesUpdateBody, type WorkspacesUpdateOptions, type WorkspacesUpdateResponse, errorInterceptor, getOpenapiSchema, isApiKey, isClientSessionToken, isConsoleSessionToken, isPersonalAccessToken, isPublishableKey, isSeamActionAttemptError, isSeamActionAttemptFailedError, isSeamActionAttemptTimeoutError, isSeamHttpApiError, isSeamHttpInvalidInputError, isSeamHttpMultiWorkspaceOptionsWithClient, isSeamHttpMultiWorkspaceOptionsWithConsoleSessionToken, isSeamHttpMultiWorkspaceOptionsWithPersonalAccessToken, isSeamHttpOptionsWithApiKey, isSeamHttpOptionsWithClient, isSeamHttpOptionsWithClientSessionToken, isSeamHttpOptionsWithConsoleSessionToken, isSeamHttpOptionsWithPersonalAccessToken, isSeamHttpUnauthorizedError };
@@ -12,6 +12,7 @@ export * from './locks/index.js';
12
12
  export * from './noise-sensors/index.js';
13
13
  export * from './phones/index.js';
14
14
  export * from './seam-http.js';
15
+ export * from './seam-http-endpoints.js';
15
16
  export * from './spaces/index.js';
16
17
  export * from './thermostats/index.js';
17
18
  export * from './user-identities/index.js';
@@ -16,6 +16,7 @@ export * from './locks/index.js';
16
16
  export * from './noise-sensors/index.js';
17
17
  export * from './phones/index.js';
18
18
  export * from './seam-http.js';
19
+ export * from './seam-http-endpoints.js';
19
20
  export * from './spaces/index.js';
20
21
  export * from './thermostats/index.js';
21
22
  export * from './user-identities/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/routes/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/routes/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
@@ -0,0 +1,224 @@
1
+ import { type Client } from '../../../../lib/seam/connect/client.js';
2
+ import { type SeamHttpFromPublishableKeyOptions, type SeamHttpOptions, type SeamHttpOptionsWithApiKey, type SeamHttpOptionsWithClient, type SeamHttpOptionsWithClientSessionToken, type SeamHttpOptionsWithConsoleSessionToken, type SeamHttpOptionsWithPersonalAccessToken, type SeamHttpRequestOptions } from '../../../../lib/seam/connect/options.js';
3
+ import type { SeamHttpRequest } from '../../../../lib/seam/connect/seam-http-request.js';
4
+ import { SeamPaginator } from '../../../../lib/seam/connect/seam-paginator.js';
5
+ import { SeamHttpAccessCodes } from './access-codes/index.js';
6
+ import { SeamHttpAccessCodesSimulate } from './access-codes/simulate/index.js';
7
+ import { SeamHttpAccessCodesUnmanaged } from './access-codes/unmanaged/index.js';
8
+ import { SeamHttpAccessGrants } from './access-grants/index.js';
9
+ import { SeamHttpAccessMethods } from './access-methods/index.js';
10
+ import { SeamHttpAcsAccessGroups } from './acs/access-groups/index.js';
11
+ import { SeamHttpAcsCredentials } from './acs/credentials/index.js';
12
+ import { SeamHttpAcsEncoders } from './acs/encoders/index.js';
13
+ import { SeamHttpAcsEncodersSimulate } from './acs/encoders/simulate/index.js';
14
+ import { SeamHttpAcsEntrances } from './acs/entrances/index.js';
15
+ import { SeamHttpAcsSystems } from './acs/systems/index.js';
16
+ import { SeamHttpAcsUsers } from './acs/users/index.js';
17
+ import { SeamHttpActionAttempts } from './action-attempts/index.js';
18
+ import { SeamHttpClientSessions } from './client-sessions/index.js';
19
+ import { SeamHttpConnectWebviews } from './connect-webviews/index.js';
20
+ import { SeamHttpConnectedAccounts } from './connected-accounts/index.js';
21
+ import { SeamHttpDevices } from './devices/index.js';
22
+ import { SeamHttpDevicesSimulate } from './devices/simulate/index.js';
23
+ import { SeamHttpDevicesUnmanaged } from './devices/unmanaged/index.js';
24
+ import { SeamHttpEvents } from './events/index.js';
25
+ import { SeamHttpLocks } from './locks/index.js';
26
+ import { SeamHttpNoiseSensors } from './noise-sensors/index.js';
27
+ import { SeamHttpNoiseSensorsNoiseThresholds } from './noise-sensors/noise-thresholds/index.js';
28
+ import { SeamHttpNoiseSensorsSimulate } from './noise-sensors/simulate/index.js';
29
+ import { SeamHttpPhones } from './phones/index.js';
30
+ import { SeamHttpPhonesSimulate } from './phones/simulate/index.js';
31
+ import { SeamHttpSpaces } from './spaces/index.js';
32
+ import { SeamHttpThermostatsDailyPrograms } from './thermostats/daily-programs/index.js';
33
+ import { SeamHttpThermostats } from './thermostats/index.js';
34
+ import { SeamHttpThermostatsSchedules } from './thermostats/schedules/index.js';
35
+ import { SeamHttpThermostatsSimulate } from './thermostats/simulate/index.js';
36
+ import { SeamHttpUserIdentitiesEnrollmentAutomations } from './user-identities/enrollment-automations/index.js';
37
+ import { SeamHttpUserIdentities } from './user-identities/index.js';
38
+ import { SeamHttpWebhooks } from './webhooks/index.js';
39
+ import { SeamHttpWorkspaces } from './workspaces/index.js';
40
+ export declare class SeamHttpEndpoints {
41
+ client: Client;
42
+ readonly defaults: Required<SeamHttpRequestOptions>;
43
+ readonly ltsVersion = "1.0.0";
44
+ static ltsVersion: string;
45
+ constructor(apiKeyOrOptions?: string | SeamHttpOptions);
46
+ static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpEndpoints;
47
+ static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpEndpoints;
48
+ static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpEndpoints;
49
+ static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpEndpoints>;
50
+ static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpEndpoints;
51
+ static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpEndpoints;
52
+ createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
53
+ updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
54
+ get ['/access_codes/create'](): SeamHttpAccessCodes['create'];
55
+ get ['/access_codes/create_multiple'](): SeamHttpAccessCodes['createMultiple'];
56
+ get ['/access_codes/delete'](): SeamHttpAccessCodes['delete'];
57
+ get ['/access_codes/generate_code'](): SeamHttpAccessCodes['generateCode'];
58
+ get ['/access_codes/get'](): SeamHttpAccessCodes['get'];
59
+ get ['/access_codes/list'](): SeamHttpAccessCodes['list'];
60
+ get ['/access_codes/pull_backup_access_code'](): SeamHttpAccessCodes['pullBackupAccessCode'];
61
+ get ['/access_codes/report_device_constraints'](): SeamHttpAccessCodes['reportDeviceConstraints'];
62
+ get ['/access_codes/update'](): SeamHttpAccessCodes['update'];
63
+ get ['/access_codes/update_multiple'](): SeamHttpAccessCodes['updateMultiple'];
64
+ get ['/access_codes/simulate/create_unmanaged_access_code'](): SeamHttpAccessCodesSimulate['createUnmanagedAccessCode'];
65
+ get ['/access_codes/unmanaged/convert_to_managed'](): SeamHttpAccessCodesUnmanaged['convertToManaged'];
66
+ get ['/access_codes/unmanaged/delete'](): SeamHttpAccessCodesUnmanaged['delete'];
67
+ get ['/access_codes/unmanaged/get'](): SeamHttpAccessCodesUnmanaged['get'];
68
+ get ['/access_codes/unmanaged/list'](): SeamHttpAccessCodesUnmanaged['list'];
69
+ get ['/access_codes/unmanaged/update'](): SeamHttpAccessCodesUnmanaged['update'];
70
+ get ['/access_grants/create'](): SeamHttpAccessGrants['create'];
71
+ get ['/access_grants/delete'](): SeamHttpAccessGrants['delete'];
72
+ get ['/access_grants/get'](): SeamHttpAccessGrants['get'];
73
+ get ['/access_grants/list'](): SeamHttpAccessGrants['list'];
74
+ get ['/access_grants/update'](): SeamHttpAccessGrants['update'];
75
+ get ['/access_methods/delete'](): SeamHttpAccessMethods['delete'];
76
+ get ['/access_methods/get'](): SeamHttpAccessMethods['get'];
77
+ get ['/access_methods/list'](): SeamHttpAccessMethods['list'];
78
+ get ['/acs/access_groups/add_user'](): SeamHttpAcsAccessGroups['addUser'];
79
+ get ['/acs/access_groups/get'](): SeamHttpAcsAccessGroups['get'];
80
+ get ['/acs/access_groups/list'](): SeamHttpAcsAccessGroups['list'];
81
+ get ['/acs/access_groups/list_accessible_entrances'](): SeamHttpAcsAccessGroups['listAccessibleEntrances'];
82
+ get ['/acs/access_groups/list_users'](): SeamHttpAcsAccessGroups['listUsers'];
83
+ get ['/acs/access_groups/remove_user'](): SeamHttpAcsAccessGroups['removeUser'];
84
+ get ['/acs/credentials/assign'](): SeamHttpAcsCredentials['assign'];
85
+ get ['/acs/credentials/create'](): SeamHttpAcsCredentials['create'];
86
+ get ['/acs/credentials/delete'](): SeamHttpAcsCredentials['delete'];
87
+ get ['/acs/credentials/get'](): SeamHttpAcsCredentials['get'];
88
+ get ['/acs/credentials/list'](): SeamHttpAcsCredentials['list'];
89
+ get ['/acs/credentials/list_accessible_entrances'](): SeamHttpAcsCredentials['listAccessibleEntrances'];
90
+ get ['/acs/credentials/unassign'](): SeamHttpAcsCredentials['unassign'];
91
+ get ['/acs/credentials/update'](): SeamHttpAcsCredentials['update'];
92
+ get ['/acs/encoders/encode_access_method'](): SeamHttpAcsEncoders['encodeAccessMethod'];
93
+ get ['/acs/encoders/encode_credential'](): SeamHttpAcsEncoders['encodeCredential'];
94
+ get ['/acs/encoders/get'](): SeamHttpAcsEncoders['get'];
95
+ get ['/acs/encoders/list'](): SeamHttpAcsEncoders['list'];
96
+ get ['/acs/encoders/scan_credential'](): SeamHttpAcsEncoders['scanCredential'];
97
+ get ['/acs/encoders/simulate/next_credential_encode_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillFail'];
98
+ get ['/acs/encoders/simulate/next_credential_encode_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillSucceed'];
99
+ get ['/acs/encoders/simulate/next_credential_scan_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillFail'];
100
+ get ['/acs/encoders/simulate/next_credential_scan_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillSucceed'];
101
+ get ['/acs/entrances/get'](): SeamHttpAcsEntrances['get'];
102
+ get ['/acs/entrances/grant_access'](): SeamHttpAcsEntrances['grantAccess'];
103
+ get ['/acs/entrances/list'](): SeamHttpAcsEntrances['list'];
104
+ get ['/acs/entrances/list_credentials_with_access'](): SeamHttpAcsEntrances['listCredentialsWithAccess'];
105
+ get ['/acs/systems/get'](): SeamHttpAcsSystems['get'];
106
+ get ['/acs/systems/list'](): SeamHttpAcsSystems['list'];
107
+ get ['/acs/systems/list_compatible_credential_manager_acs_systems'](): SeamHttpAcsSystems['listCompatibleCredentialManagerAcsSystems'];
108
+ get ['/acs/users/add_to_access_group'](): SeamHttpAcsUsers['addToAccessGroup'];
109
+ get ['/acs/users/create'](): SeamHttpAcsUsers['create'];
110
+ get ['/acs/users/delete'](): SeamHttpAcsUsers['delete'];
111
+ get ['/acs/users/get'](): SeamHttpAcsUsers['get'];
112
+ get ['/acs/users/list'](): SeamHttpAcsUsers['list'];
113
+ get ['/acs/users/list_accessible_entrances'](): SeamHttpAcsUsers['listAccessibleEntrances'];
114
+ get ['/acs/users/remove_from_access_group'](): SeamHttpAcsUsers['removeFromAccessGroup'];
115
+ get ['/acs/users/revoke_access_to_all_entrances'](): SeamHttpAcsUsers['revokeAccessToAllEntrances'];
116
+ get ['/acs/users/suspend'](): SeamHttpAcsUsers['suspend'];
117
+ get ['/acs/users/unsuspend'](): SeamHttpAcsUsers['unsuspend'];
118
+ get ['/acs/users/update'](): SeamHttpAcsUsers['update'];
119
+ get ['/action_attempts/get'](): SeamHttpActionAttempts['get'];
120
+ get ['/action_attempts/list'](): SeamHttpActionAttempts['list'];
121
+ get ['/client_sessions/create'](): SeamHttpClientSessions['create'];
122
+ get ['/client_sessions/delete'](): SeamHttpClientSessions['delete'];
123
+ get ['/client_sessions/get'](): SeamHttpClientSessions['get'];
124
+ get ['/client_sessions/get_or_create'](): SeamHttpClientSessions['getOrCreate'];
125
+ get ['/client_sessions/grant_access'](): SeamHttpClientSessions['grantAccess'];
126
+ get ['/client_sessions/list'](): SeamHttpClientSessions['list'];
127
+ get ['/client_sessions/revoke'](): SeamHttpClientSessions['revoke'];
128
+ get ['/connect_webviews/create'](): SeamHttpConnectWebviews['create'];
129
+ get ['/connect_webviews/delete'](): SeamHttpConnectWebviews['delete'];
130
+ get ['/connect_webviews/get'](): SeamHttpConnectWebviews['get'];
131
+ get ['/connect_webviews/list'](): SeamHttpConnectWebviews['list'];
132
+ get ['/connected_accounts/delete'](): SeamHttpConnectedAccounts['delete'];
133
+ get ['/connected_accounts/get'](): SeamHttpConnectedAccounts['get'];
134
+ get ['/connected_accounts/list'](): SeamHttpConnectedAccounts['list'];
135
+ get ['/connected_accounts/sync'](): SeamHttpConnectedAccounts['sync'];
136
+ get ['/connected_accounts/update'](): SeamHttpConnectedAccounts['update'];
137
+ get ['/devices/get'](): SeamHttpDevices['get'];
138
+ get ['/devices/list'](): SeamHttpDevices['list'];
139
+ get ['/devices/list_device_providers'](): SeamHttpDevices['listDeviceProviders'];
140
+ get ['/devices/update'](): SeamHttpDevices['update'];
141
+ get ['/devices/simulate/connect'](): SeamHttpDevicesSimulate['connect'];
142
+ get ['/devices/simulate/disconnect'](): SeamHttpDevicesSimulate['disconnect'];
143
+ get ['/devices/simulate/remove'](): SeamHttpDevicesSimulate['remove'];
144
+ get ['/devices/unmanaged/get'](): SeamHttpDevicesUnmanaged['get'];
145
+ get ['/devices/unmanaged/list'](): SeamHttpDevicesUnmanaged['list'];
146
+ get ['/devices/unmanaged/update'](): SeamHttpDevicesUnmanaged['update'];
147
+ get ['/events/get'](): SeamHttpEvents['get'];
148
+ get ['/events/list'](): SeamHttpEvents['list'];
149
+ get ['/locks/get'](): SeamHttpLocks['get'];
150
+ get ['/locks/list'](): SeamHttpLocks['list'];
151
+ get ['/locks/lock_door'](): SeamHttpLocks['lockDoor'];
152
+ get ['/locks/unlock_door'](): SeamHttpLocks['unlockDoor'];
153
+ get ['/noise_sensors/list'](): SeamHttpNoiseSensors['list'];
154
+ get ['/noise_sensors/noise_thresholds/create'](): SeamHttpNoiseSensorsNoiseThresholds['create'];
155
+ get ['/noise_sensors/noise_thresholds/delete'](): SeamHttpNoiseSensorsNoiseThresholds['delete'];
156
+ get ['/noise_sensors/noise_thresholds/get'](): SeamHttpNoiseSensorsNoiseThresholds['get'];
157
+ get ['/noise_sensors/noise_thresholds/list'](): SeamHttpNoiseSensorsNoiseThresholds['list'];
158
+ get ['/noise_sensors/noise_thresholds/update'](): SeamHttpNoiseSensorsNoiseThresholds['update'];
159
+ get ['/noise_sensors/simulate/trigger_noise_threshold'](): SeamHttpNoiseSensorsSimulate['triggerNoiseThreshold'];
160
+ get ['/phones/deactivate'](): SeamHttpPhones['deactivate'];
161
+ get ['/phones/get'](): SeamHttpPhones['get'];
162
+ get ['/phones/list'](): SeamHttpPhones['list'];
163
+ get ['/phones/simulate/create_sandbox_phone'](): SeamHttpPhonesSimulate['createSandboxPhone'];
164
+ get ['/spaces/add_acs_entrances'](): SeamHttpSpaces['addAcsEntrances'];
165
+ get ['/spaces/add_devices'](): SeamHttpSpaces['addDevices'];
166
+ get ['/spaces/create'](): SeamHttpSpaces['create'];
167
+ get ['/spaces/delete'](): SeamHttpSpaces['delete'];
168
+ get ['/spaces/get'](): SeamHttpSpaces['get'];
169
+ get ['/spaces/list'](): SeamHttpSpaces['list'];
170
+ get ['/spaces/remove_acs_entrances'](): SeamHttpSpaces['removeAcsEntrances'];
171
+ get ['/spaces/remove_devices'](): SeamHttpSpaces['removeDevices'];
172
+ get ['/spaces/update'](): SeamHttpSpaces['update'];
173
+ get ['/thermostats/activate_climate_preset'](): SeamHttpThermostats['activateClimatePreset'];
174
+ get ['/thermostats/cool'](): SeamHttpThermostats['cool'];
175
+ get ['/thermostats/create_climate_preset'](): SeamHttpThermostats['createClimatePreset'];
176
+ get ['/thermostats/delete_climate_preset'](): SeamHttpThermostats['deleteClimatePreset'];
177
+ get ['/thermostats/heat'](): SeamHttpThermostats['heat'];
178
+ get ['/thermostats/heat_cool'](): SeamHttpThermostats['heatCool'];
179
+ get ['/thermostats/list'](): SeamHttpThermostats['list'];
180
+ get ['/thermostats/off'](): SeamHttpThermostats['off'];
181
+ get ['/thermostats/set_fallback_climate_preset'](): SeamHttpThermostats['setFallbackClimatePreset'];
182
+ get ['/thermostats/set_fan_mode'](): SeamHttpThermostats['setFanMode'];
183
+ get ['/thermostats/set_hvac_mode'](): SeamHttpThermostats['setHvacMode'];
184
+ get ['/thermostats/set_temperature_threshold'](): SeamHttpThermostats['setTemperatureThreshold'];
185
+ get ['/thermostats/update_climate_preset'](): SeamHttpThermostats['updateClimatePreset'];
186
+ get ['/thermostats/update_weekly_program'](): SeamHttpThermostats['updateWeeklyProgram'];
187
+ get ['/thermostats/daily_programs/create'](): SeamHttpThermostatsDailyPrograms['create'];
188
+ get ['/thermostats/daily_programs/delete'](): SeamHttpThermostatsDailyPrograms['delete'];
189
+ get ['/thermostats/daily_programs/update'](): SeamHttpThermostatsDailyPrograms['update'];
190
+ get ['/thermostats/schedules/create'](): SeamHttpThermostatsSchedules['create'];
191
+ get ['/thermostats/schedules/delete'](): SeamHttpThermostatsSchedules['delete'];
192
+ get ['/thermostats/schedules/get'](): SeamHttpThermostatsSchedules['get'];
193
+ get ['/thermostats/schedules/list'](): SeamHttpThermostatsSchedules['list'];
194
+ get ['/thermostats/schedules/update'](): SeamHttpThermostatsSchedules['update'];
195
+ get ['/thermostats/simulate/hvac_mode_adjusted'](): SeamHttpThermostatsSimulate['hvacModeAdjusted'];
196
+ get ['/thermostats/simulate/temperature_reached'](): SeamHttpThermostatsSimulate['temperatureReached'];
197
+ get ['/user_identities/add_acs_user'](): SeamHttpUserIdentities['addAcsUser'];
198
+ get ['/user_identities/create'](): SeamHttpUserIdentities['create'];
199
+ get ['/user_identities/delete'](): SeamHttpUserIdentities['delete'];
200
+ get ['/user_identities/generate_instant_key'](): SeamHttpUserIdentities['generateInstantKey'];
201
+ get ['/user_identities/get'](): SeamHttpUserIdentities['get'];
202
+ get ['/user_identities/grant_access_to_device'](): SeamHttpUserIdentities['grantAccessToDevice'];
203
+ get ['/user_identities/list'](): SeamHttpUserIdentities['list'];
204
+ get ['/user_identities/list_accessible_devices'](): SeamHttpUserIdentities['listAccessibleDevices'];
205
+ get ['/user_identities/list_acs_systems'](): SeamHttpUserIdentities['listAcsSystems'];
206
+ get ['/user_identities/list_acs_users'](): SeamHttpUserIdentities['listAcsUsers'];
207
+ get ['/user_identities/remove_acs_user'](): SeamHttpUserIdentities['removeAcsUser'];
208
+ get ['/user_identities/revoke_access_to_device'](): SeamHttpUserIdentities['revokeAccessToDevice'];
209
+ get ['/user_identities/update'](): SeamHttpUserIdentities['update'];
210
+ get ['/user_identities/enrollment_automations/delete'](): SeamHttpUserIdentitiesEnrollmentAutomations['delete'];
211
+ get ['/user_identities/enrollment_automations/get'](): SeamHttpUserIdentitiesEnrollmentAutomations['get'];
212
+ get ['/user_identities/enrollment_automations/launch'](): SeamHttpUserIdentitiesEnrollmentAutomations['launch'];
213
+ get ['/user_identities/enrollment_automations/list'](): SeamHttpUserIdentitiesEnrollmentAutomations['list'];
214
+ get ['/webhooks/create'](): SeamHttpWebhooks['create'];
215
+ get ['/webhooks/delete'](): SeamHttpWebhooks['delete'];
216
+ get ['/webhooks/get'](): SeamHttpWebhooks['get'];
217
+ get ['/webhooks/list'](): SeamHttpWebhooks['list'];
218
+ get ['/webhooks/update'](): SeamHttpWebhooks['update'];
219
+ get ['/workspaces/create'](): SeamHttpWorkspaces['create'];
220
+ get ['/workspaces/get'](): SeamHttpWorkspaces['get'];
221
+ get ['/workspaces/list'](): SeamHttpWorkspaces['list'];
222
+ get ['/workspaces/reset_sandbox'](): SeamHttpWorkspaces['resetSandbox'];
223
+ get ['/workspaces/update'](): SeamHttpWorkspaces['update'];
224
+ }