@seamapi/http 1.35.1 → 1.37.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.
- package/README.md +25 -0
- package/dist/connect.cjs +6404 -1229
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +889 -2
- package/lib/seam/connect/options.d.ts +2 -1
- package/lib/seam/connect/options.js.map +1 -1
- package/lib/seam/connect/parse-options.d.ts +1 -1
- package/lib/seam/connect/parse-options.js +2 -0
- package/lib/seam/connect/parse-options.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +2 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js +4 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/access-groups/index.js +1 -0
- package/lib/seam/connect/routes/acs/access-groups/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js +6 -0
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.d.ts +29 -0
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +112 -0
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +1 -0
- package/lib/seam/connect/routes/acs/acs.d.ts +4 -0
- package/lib/seam/connect/routes/acs/acs.js +8 -0
- package/lib/seam/connect/routes/acs/acs.js.map +1 -1
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.d.ts +25 -0
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +101 -0
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +1 -0
- package/lib/seam/connect/routes/acs/credential-pools/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/credential-pools/index.js +6 -0
- package/lib/seam/connect/routes/acs/credential-pools/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.d.ts +25 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +101 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +1 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js +6 -0
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +6 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js +15 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/credentials/index.js +1 -0
- package/lib/seam/connect/routes/acs/credentials/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js +6 -0
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.d.ts +29 -0
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +112 -0
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +1 -0
- package/lib/seam/connect/routes/acs/index.d.ts +2 -0
- package/lib/seam/connect/routes/acs/index.js +2 -0
- package/lib/seam/connect/routes/acs/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/users/index.js +1 -0
- package/lib/seam/connect/routes/acs/users/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/unmanaged/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/users/unmanaged/index.js +6 -0
- package/lib/seam/connect/routes/acs/users/unmanaged/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.d.ts +29 -0
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +112 -0
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +1 -0
- package/lib/seam/connect/routes/acs/users/users.d.ts +2 -0
- package/lib/seam/connect/routes/acs/users/users.js +4 -0
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
- package/lib/seam/connect/routes/bridges/bridges.d.ts +29 -0
- package/lib/seam/connect/routes/bridges/bridges.js +112 -0
- package/lib/seam/connect/routes/bridges/bridges.js.map +1 -0
- package/lib/seam/connect/routes/bridges/index.d.ts +1 -0
- package/lib/seam/connect/routes/bridges/index.js +6 -0
- package/lib/seam/connect/routes/bridges/index.js.map +1 -0
- package/lib/seam/connect/routes/devices/devices.d.ts +4 -0
- package/lib/seam/connect/routes/devices/devices.js +11 -0
- package/lib/seam/connect/routes/devices/devices.js.map +1 -1
- package/lib/seam/connect/routes/index.d.ts +8 -0
- package/lib/seam/connect/routes/index.js +8 -0
- package/lib/seam/connect/routes/index.js.map +1 -1
- package/lib/seam/connect/routes/locks/index.d.ts +1 -0
- package/lib/seam/connect/routes/locks/index.js +1 -0
- package/lib/seam/connect/routes/locks/index.js.map +1 -1
- package/lib/seam/connect/routes/locks/locks.d.ts +2 -0
- package/lib/seam/connect/routes/locks/locks.js +4 -0
- package/lib/seam/connect/routes/locks/locks.js.map +1 -1
- package/lib/seam/connect/routes/locks/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/locks/simulate/index.js +6 -0
- package/lib/seam/connect/routes/locks/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +29 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js +114 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -0
- package/lib/seam/connect/routes/networks/index.d.ts +1 -0
- package/lib/seam/connect/routes/networks/index.js +6 -0
- package/lib/seam/connect/routes/networks/index.js.map +1 -0
- package/lib/seam/connect/routes/networks/networks.d.ts +29 -0
- package/lib/seam/connect/routes/networks/networks.js +112 -0
- package/lib/seam/connect/routes/networks/networks.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/bridge/index.js +6 -0
- package/lib/seam/connect/routes/seam/bridge/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.d.ts +41 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.js +145 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/index.js +6 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.d.ts +25 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.js +101 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/index.js +6 -0
- package/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/index.d.ts +3 -0
- package/lib/seam/connect/routes/seam/bridge/v1/index.js +8 -0
- package/lib/seam/connect/routes/seam/bridge/v1/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/bridge/v1/v1.d.ts +23 -0
- package/lib/seam/connect/routes/seam/bridge/v1/v1.js +97 -0
- package/lib/seam/connect/routes/seam/bridge/v1/v1.js.map +1 -0
- package/lib/seam/connect/routes/seam/index.d.ts +4 -0
- package/lib/seam/connect/routes/seam/index.js +9 -0
- package/lib/seam/connect/routes/seam/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/instant-key/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/instant-key/index.js +6 -0
- package/lib/seam/connect/routes/seam/instant-key/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.d.ts +25 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.js +101 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.js.map +1 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/index.js +6 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/index.d.ts +2 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/index.js +7 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/v1.d.ts +21 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/v1.js +93 -0
- package/lib/seam/connect/routes/seam/instant-key/v1/v1.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/index.js +6 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/acs.d.ts +21 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/acs.js +93 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/acs.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.d.ts +25 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.js +101 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/index.js +6 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/index.d.ts +2 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/index.js +7 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/index.d.ts +3 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/index.js +8 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/index.js +6 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.d.ts +25 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.js +101 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.js.map +1 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/v1.d.ts +23 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/v1.js +97 -0
- package/lib/seam/connect/routes/seam/mobile-sdk/v1/v1.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/partner/index.js +6 -0
- package/lib/seam/connect/routes/seam/partner/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.d.ts +21 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js +93 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.d.ts +2 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js +7 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js +6 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.d.ts +25 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +101 -0
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/index.d.ts +3 -0
- package/lib/seam/connect/routes/seam/partner/v1/index.js +8 -0
- package/lib/seam/connect/routes/seam/partner/v1/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/index.d.ts +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/index.js +6 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/index.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/resources.d.ts +25 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/resources.js +101 -0
- package/lib/seam/connect/routes/seam/partner/v1/resources/resources.js.map +1 -0
- package/lib/seam/connect/routes/seam/partner/v1/v1.d.ts +23 -0
- package/lib/seam/connect/routes/seam/partner/v1/v1.js +97 -0
- package/lib/seam/connect/routes/seam/partner/v1/v1.js.map +1 -0
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +293 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js +1820 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -0
- package/lib/seam/connect/routes/seam-http.d.ts +12 -0
- package/lib/seam/connect/routes/seam-http.js +24 -0
- package/lib/seam/connect/routes/seam-http.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/thermostats.d.ts +4 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js +11 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/unstable-access-grants/index.d.ts +1 -0
- package/lib/seam/connect/routes/unstable-access-grants/index.js +6 -0
- package/lib/seam/connect/routes/unstable-access-grants/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.d.ts +37 -0
- package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.js +134 -0
- package/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.js.map +1 -0
- package/lib/seam/connect/routes/unstable-access-methods/index.d.ts +1 -0
- package/lib/seam/connect/routes/unstable-access-methods/index.js +6 -0
- package/lib/seam/connect/routes/unstable-access-methods/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.d.ts +33 -0
- package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.js +123 -0
- package/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.js.map +1 -0
- package/lib/seam/connect/routes/unstable-locations/index.d.ts +1 -0
- package/lib/seam/connect/routes/unstable-locations/index.js +6 -0
- package/lib/seam/connect/routes/unstable-locations/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-locations/unstable-locations.d.ts +57 -0
- package/lib/seam/connect/routes/unstable-locations/unstable-locations.js +189 -0
- package/lib/seam/connect/routes/unstable-locations/unstable-locations.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.d.ts +37 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +134 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.d.ts +1 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js +6 -0
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/index.d.ts +3 -0
- package/lib/seam/connect/routes/unstable-partner/index.js +8 -0
- package/lib/seam/connect/routes/unstable-partner/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/resources/index.d.ts +1 -0
- package/lib/seam/connect/routes/unstable-partner/resources/index.js +6 -0
- package/lib/seam/connect/routes/unstable-partner/resources/index.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/resources/resources.d.ts +25 -0
- package/lib/seam/connect/routes/unstable-partner/resources/resources.js +101 -0
- package/lib/seam/connect/routes/unstable-partner/resources/resources.js.map +1 -0
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.d.ts +23 -0
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js +97 -0
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js.map +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/options.ts +2 -1
- package/src/lib/seam/connect/parse-options.ts +2 -0
- package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +9 -0
- package/src/lib/seam/connect/routes/acs/access-groups/index.ts +1 -0
- package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +226 -0
- package/src/lib/seam/connect/routes/acs/acs.ts +13 -0
- package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +195 -0
- package/src/lib/seam/connect/routes/acs/credential-pools/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +201 -0
- package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +37 -0
- package/src/lib/seam/connect/routes/acs/credentials/index.ts +1 -0
- package/src/lib/seam/connect/routes/acs/credentials/unmanaged/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +227 -0
- package/src/lib/seam/connect/routes/acs/index.ts +2 -0
- package/src/lib/seam/connect/routes/acs/users/index.ts +1 -0
- package/src/lib/seam/connect/routes/acs/users/unmanaged/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +220 -0
- package/src/lib/seam/connect/routes/acs/users/users.ts +6 -0
- package/src/lib/seam/connect/routes/bridges/bridges.ts +218 -0
- package/src/lib/seam/connect/routes/bridges/index.ts +6 -0
- package/src/lib/seam/connect/routes/devices/devices.ts +22 -0
- package/src/lib/seam/connect/routes/index.ts +8 -0
- package/src/lib/seam/connect/routes/locks/index.ts +1 -0
- package/src/lib/seam/connect/routes/locks/locks.ts +6 -0
- package/src/lib/seam/connect/routes/locks/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +233 -0
- package/src/lib/seam/connect/routes/networks/index.ts +6 -0
- package/src/lib/seam/connect/routes/networks/networks.ts +218 -0
- package/src/lib/seam/connect/routes/seam/bridge/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/bridge-client-sessions.ts +325 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-client-sessions/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/bridge-connected-systems.ts +201 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/bridge-connected-systems/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/index.ts +8 -0
- package/src/lib/seam/connect/routes/seam/bridge/v1/v1.ts +184 -0
- package/src/lib/seam/connect/routes/seam/index.ts +9 -0
- package/src/lib/seam/connect/routes/seam/instant-key/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/client-sessions.ts +204 -0
- package/src/lib/seam/connect/routes/seam/instant-key/v1/client-sessions/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/instant-key/v1/index.ts +7 -0
- package/src/lib/seam/connect/routes/seam/instant-key/v1/v1.ts +176 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/acs.ts +176 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/credentials.ts +201 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/credentials/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/acs/index.ts +7 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/index.ts +8 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/phone-sessions/phone-sessions.ts +201 -0
- package/src/lib/seam/connect/routes/seam/mobile-sdk/v1/v1.ts +181 -0
- package/src/lib/seam/connect/routes/seam/partner/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.ts +179 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.ts +7 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +201 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/index.ts +8 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/resources/index.ts +6 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/resources/resources.ts +195 -0
- package/src/lib/seam/connect/routes/seam/partner/v1/v1.ts +181 -0
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +2764 -0
- package/src/lib/seam/connect/routes/seam-http.ts +30 -0
- package/src/lib/seam/connect/routes/thermostats/thermostats.ts +24 -0
- package/src/lib/seam/connect/routes/unstable-access-grants/index.ts +6 -0
- package/src/lib/seam/connect/routes/unstable-access-grants/unstable-access-grants.ts +270 -0
- package/src/lib/seam/connect/routes/unstable-access-methods/index.ts +6 -0
- package/src/lib/seam/connect/routes/unstable-access-methods/unstable-access-methods.ts +245 -0
- package/src/lib/seam/connect/routes/unstable-locations/index.ts +6 -0
- package/src/lib/seam/connect/routes/unstable-locations/unstable-locations.ts +399 -0
- package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +292 -0
- package/src/lib/seam/connect/routes/unstable-partner/building-blocks/index.ts +6 -0
- package/src/lib/seam/connect/routes/unstable-partner/index.ts +8 -0
- package/src/lib/seam/connect/routes/unstable-partner/resources/index.ts +6 -0
- package/src/lib/seam/connect/routes/unstable-partner/resources/resources.ts +198 -0
- package/src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts +184 -0
- package/src/lib/version.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -248,6 +248,30 @@ type AccessMethodsListParams = RouteRequestBody<'/access_methods/list'>;
|
|
|
248
248
|
type AccessMethodsListResponse = SetNonNullable<Required<RouteResponse<'/access_methods/list'>>>;
|
|
249
249
|
type AccessMethodsListOptions = never;
|
|
250
250
|
|
|
251
|
+
declare class SeamHttpAcsAccessGroupsUnmanaged {
|
|
252
|
+
client: Client;
|
|
253
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
254
|
+
readonly ltsVersion = "1.0.0";
|
|
255
|
+
static ltsVersion: string;
|
|
256
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
257
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsAccessGroupsUnmanaged;
|
|
258
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsAccessGroupsUnmanaged;
|
|
259
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsAccessGroupsUnmanaged;
|
|
260
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsAccessGroupsUnmanaged>;
|
|
261
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsAccessGroupsUnmanaged;
|
|
262
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsAccessGroupsUnmanaged;
|
|
263
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
264
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
265
|
+
get(params?: AcsAccessGroupsUnmanagedGetParams): SeamHttpRequest<AcsAccessGroupsUnmanagedGetResponse, 'acs_access_group'>;
|
|
266
|
+
list(params?: AcsAccessGroupsUnmanagedListParams): SeamHttpRequest<AcsAccessGroupsUnmanagedListResponse, 'acs_access_groups'>;
|
|
267
|
+
}
|
|
268
|
+
type AcsAccessGroupsUnmanagedGetParams = RouteRequestBody<'/acs/access_groups/unmanaged/get'>;
|
|
269
|
+
type AcsAccessGroupsUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/unmanaged/get'>>>;
|
|
270
|
+
type AcsAccessGroupsUnmanagedGetOptions = never;
|
|
271
|
+
type AcsAccessGroupsUnmanagedListParams = RouteRequestBody<'/acs/access_groups/unmanaged/list'>;
|
|
272
|
+
type AcsAccessGroupsUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/unmanaged/list'>>>;
|
|
273
|
+
type AcsAccessGroupsUnmanagedListOptions = never;
|
|
274
|
+
|
|
251
275
|
declare class SeamHttpAcsAccessGroups {
|
|
252
276
|
client: Client;
|
|
253
277
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -262,6 +286,7 @@ declare class SeamHttpAcsAccessGroups {
|
|
|
262
286
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsAccessGroups;
|
|
263
287
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
264
288
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
289
|
+
get unmanaged(): SeamHttpAcsAccessGroupsUnmanaged;
|
|
265
290
|
addUser(body?: AcsAccessGroupsAddUserBody): SeamHttpRequest<void, undefined>;
|
|
266
291
|
get(params?: AcsAccessGroupsGetParams): SeamHttpRequest<AcsAccessGroupsGetResponse, 'acs_access_group'>;
|
|
267
292
|
list(params?: AcsAccessGroupsListParams): SeamHttpRequest<AcsAccessGroupsListResponse, 'acs_access_groups'>;
|
|
@@ -288,6 +313,70 @@ type AcsAccessGroupsRemoveUserParams = RouteRequestBody<'/acs/access_groups/remo
|
|
|
288
313
|
type AcsAccessGroupsRemoveUserResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/remove_user'>>>;
|
|
289
314
|
type AcsAccessGroupsRemoveUserOptions = never;
|
|
290
315
|
|
|
316
|
+
declare class SeamHttpAcsCredentialPools {
|
|
317
|
+
client: Client;
|
|
318
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
319
|
+
readonly ltsVersion = "1.0.0";
|
|
320
|
+
static ltsVersion: string;
|
|
321
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
322
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialPools;
|
|
323
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialPools;
|
|
324
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialPools;
|
|
325
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialPools>;
|
|
326
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialPools;
|
|
327
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialPools;
|
|
328
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
329
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
330
|
+
list(params?: AcsCredentialPoolsListParams): SeamHttpRequest<AcsCredentialPoolsListResponse, 'acs_credential_pools'>;
|
|
331
|
+
}
|
|
332
|
+
type AcsCredentialPoolsListParams = RouteRequestBody<'/acs/credential_pools/list'>;
|
|
333
|
+
type AcsCredentialPoolsListResponse = SetNonNullable<Required<RouteResponse<'/acs/credential_pools/list'>>>;
|
|
334
|
+
type AcsCredentialPoolsListOptions = never;
|
|
335
|
+
|
|
336
|
+
declare class SeamHttpAcsCredentialProvisioningAutomations {
|
|
337
|
+
client: Client;
|
|
338
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
339
|
+
readonly ltsVersion = "1.0.0";
|
|
340
|
+
static ltsVersion: string;
|
|
341
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
342
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialProvisioningAutomations;
|
|
343
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialProvisioningAutomations;
|
|
344
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialProvisioningAutomations;
|
|
345
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialProvisioningAutomations>;
|
|
346
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialProvisioningAutomations;
|
|
347
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialProvisioningAutomations;
|
|
348
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
349
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
350
|
+
launch(body?: AcsCredentialProvisioningAutomationsLaunchBody): SeamHttpRequest<AcsCredentialProvisioningAutomationsLaunchResponse, 'acs_credential_provisioning_automation'>;
|
|
351
|
+
}
|
|
352
|
+
type AcsCredentialProvisioningAutomationsLaunchBody = RouteRequestBody<'/acs/credential_provisioning_automations/launch'>;
|
|
353
|
+
type AcsCredentialProvisioningAutomationsLaunchResponse = SetNonNullable<Required<RouteResponse<'/acs/credential_provisioning_automations/launch'>>>;
|
|
354
|
+
type AcsCredentialProvisioningAutomationsLaunchOptions = never;
|
|
355
|
+
|
|
356
|
+
declare class SeamHttpAcsCredentialsUnmanaged {
|
|
357
|
+
client: Client;
|
|
358
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
359
|
+
readonly ltsVersion = "1.0.0";
|
|
360
|
+
static ltsVersion: string;
|
|
361
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
362
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentialsUnmanaged;
|
|
363
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentialsUnmanaged;
|
|
364
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsCredentialsUnmanaged;
|
|
365
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsCredentialsUnmanaged>;
|
|
366
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsCredentialsUnmanaged;
|
|
367
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentialsUnmanaged;
|
|
368
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
369
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
370
|
+
get(params?: AcsCredentialsUnmanagedGetParams): SeamHttpRequest<AcsCredentialsUnmanagedGetResponse, 'acs_credential'>;
|
|
371
|
+
list(params?: AcsCredentialsUnmanagedListParams): SeamHttpRequest<AcsCredentialsUnmanagedListResponse, 'acs_credentials'>;
|
|
372
|
+
}
|
|
373
|
+
type AcsCredentialsUnmanagedGetParams = RouteRequestBody<'/acs/credentials/unmanaged/get'>;
|
|
374
|
+
type AcsCredentialsUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/unmanaged/get'>>>;
|
|
375
|
+
type AcsCredentialsUnmanagedGetOptions = never;
|
|
376
|
+
type AcsCredentialsUnmanagedListParams = RouteRequestParams<'/acs/credentials/unmanaged/list'>;
|
|
377
|
+
type AcsCredentialsUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/unmanaged/list'>>>;
|
|
378
|
+
type AcsCredentialsUnmanagedListOptions = never;
|
|
379
|
+
|
|
291
380
|
declare class SeamHttpAcsCredentials {
|
|
292
381
|
client: Client;
|
|
293
382
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -302,8 +391,10 @@ declare class SeamHttpAcsCredentials {
|
|
|
302
391
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsCredentials;
|
|
303
392
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
304
393
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
394
|
+
get unmanaged(): SeamHttpAcsCredentialsUnmanaged;
|
|
305
395
|
assign(body?: AcsCredentialsAssignBody): SeamHttpRequest<void, undefined>;
|
|
306
396
|
create(body?: AcsCredentialsCreateBody): SeamHttpRequest<AcsCredentialsCreateResponse, 'acs_credential'>;
|
|
397
|
+
createOfflineCode(body?: AcsCredentialsCreateOfflineCodeBody): SeamHttpRequest<AcsCredentialsCreateOfflineCodeResponse, 'acs_credential'>;
|
|
307
398
|
delete(params?: AcsCredentialsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
308
399
|
get(params?: AcsCredentialsGetParams): SeamHttpRequest<AcsCredentialsGetResponse, 'acs_credential'>;
|
|
309
400
|
list(params?: AcsCredentialsListParams): SeamHttpRequest<AcsCredentialsListResponse, 'acs_credentials'>;
|
|
@@ -317,6 +408,9 @@ type AcsCredentialsAssignOptions = never;
|
|
|
317
408
|
type AcsCredentialsCreateBody = RouteRequestBody<'/acs/credentials/create'>;
|
|
318
409
|
type AcsCredentialsCreateResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/create'>>>;
|
|
319
410
|
type AcsCredentialsCreateOptions = never;
|
|
411
|
+
type AcsCredentialsCreateOfflineCodeBody = RouteRequestBody<'/acs/credentials/create_offline_code'>;
|
|
412
|
+
type AcsCredentialsCreateOfflineCodeResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/create_offline_code'>>>;
|
|
413
|
+
type AcsCredentialsCreateOfflineCodeOptions = never;
|
|
320
414
|
type AcsCredentialsDeleteParams = RouteRequestBody<'/acs/credentials/delete'>;
|
|
321
415
|
type AcsCredentialsDeleteResponse = SetNonNullable<Required<RouteResponse<'/acs/credentials/delete'>>>;
|
|
322
416
|
type AcsCredentialsDeleteOptions = never;
|
|
@@ -465,6 +559,30 @@ type AcsSystemsListCompatibleCredentialManagerAcsSystemsParams = RouteRequestBod
|
|
|
465
559
|
type AcsSystemsListCompatibleCredentialManagerAcsSystemsResponse = SetNonNullable<Required<RouteResponse<'/acs/systems/list_compatible_credential_manager_acs_systems'>>>;
|
|
466
560
|
type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions = never;
|
|
467
561
|
|
|
562
|
+
declare class SeamHttpAcsUsersUnmanaged {
|
|
563
|
+
client: Client;
|
|
564
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
565
|
+
readonly ltsVersion = "1.0.0";
|
|
566
|
+
static ltsVersion: string;
|
|
567
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
568
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsUsersUnmanaged;
|
|
569
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsUsersUnmanaged;
|
|
570
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAcsUsersUnmanaged;
|
|
571
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAcsUsersUnmanaged>;
|
|
572
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAcsUsersUnmanaged;
|
|
573
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsUsersUnmanaged;
|
|
574
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
575
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
576
|
+
get(params?: AcsUsersUnmanagedGetParams): SeamHttpRequest<AcsUsersUnmanagedGetResponse, 'acs_user'>;
|
|
577
|
+
list(params?: AcsUsersUnmanagedListParams): SeamHttpRequest<AcsUsersUnmanagedListResponse, 'acs_users'>;
|
|
578
|
+
}
|
|
579
|
+
type AcsUsersUnmanagedGetParams = RouteRequestBody<'/acs/users/unmanaged/get'>;
|
|
580
|
+
type AcsUsersUnmanagedGetResponse = SetNonNullable<Required<RouteResponse<'/acs/users/unmanaged/get'>>>;
|
|
581
|
+
type AcsUsersUnmanagedGetOptions = never;
|
|
582
|
+
type AcsUsersUnmanagedListParams = RouteRequestBody<'/acs/users/unmanaged/list'>;
|
|
583
|
+
type AcsUsersUnmanagedListResponse = SetNonNullable<Required<RouteResponse<'/acs/users/unmanaged/list'>>>;
|
|
584
|
+
type AcsUsersUnmanagedListOptions = never;
|
|
585
|
+
|
|
468
586
|
declare class SeamHttpAcsUsers {
|
|
469
587
|
client: Client;
|
|
470
588
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -479,6 +597,7 @@ declare class SeamHttpAcsUsers {
|
|
|
479
597
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsUsers;
|
|
480
598
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
481
599
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
600
|
+
get unmanaged(): SeamHttpAcsUsersUnmanaged;
|
|
482
601
|
addToAccessGroup(body?: AcsUsersAddToAccessGroupBody): SeamHttpRequest<void, undefined>;
|
|
483
602
|
create(body?: AcsUsersCreateBody): SeamHttpRequest<AcsUsersCreateResponse, 'acs_user'>;
|
|
484
603
|
delete(params?: AcsUsersDeleteParams): SeamHttpRequest<void, undefined>;
|
|
@@ -540,6 +659,8 @@ declare class SeamHttpAcs {
|
|
|
540
659
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
541
660
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
542
661
|
get accessGroups(): SeamHttpAcsAccessGroups;
|
|
662
|
+
get credentialPools(): SeamHttpAcsCredentialPools;
|
|
663
|
+
get credentialProvisioningAutomations(): SeamHttpAcsCredentialProvisioningAutomations;
|
|
543
664
|
get credentials(): SeamHttpAcsCredentials;
|
|
544
665
|
get encoders(): SeamHttpAcsEncoders;
|
|
545
666
|
get entrances(): SeamHttpAcsEntrances;
|
|
@@ -571,6 +692,30 @@ type ActionAttemptsListParams = RouteRequestBody<'/action_attempts/list'>;
|
|
|
571
692
|
type ActionAttemptsListResponse = SetNonNullable<Required<RouteResponse<'/action_attempts/list'>>>;
|
|
572
693
|
type ActionAttemptsListOptions = never;
|
|
573
694
|
|
|
695
|
+
declare class SeamHttpBridges {
|
|
696
|
+
client: Client;
|
|
697
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
698
|
+
readonly ltsVersion = "1.0.0";
|
|
699
|
+
static ltsVersion: string;
|
|
700
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
701
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpBridges;
|
|
702
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpBridges;
|
|
703
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpBridges;
|
|
704
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpBridges>;
|
|
705
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpBridges;
|
|
706
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpBridges;
|
|
707
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
708
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
709
|
+
get(params?: BridgesGetParams): SeamHttpRequest<BridgesGetResponse, 'bridge'>;
|
|
710
|
+
list(params?: BridgesListParams): SeamHttpRequest<BridgesListResponse, 'bridges'>;
|
|
711
|
+
}
|
|
712
|
+
type BridgesGetParams = RouteRequestBody<'/bridges/get'>;
|
|
713
|
+
type BridgesGetResponse = SetNonNullable<Required<RouteResponse<'/bridges/get'>>>;
|
|
714
|
+
type BridgesGetOptions = never;
|
|
715
|
+
type BridgesListParams = RouteRequestBody<'/bridges/list'>;
|
|
716
|
+
type BridgesListResponse = SetNonNullable<Required<RouteResponse<'/bridges/list'>>>;
|
|
717
|
+
type BridgesListOptions = never;
|
|
718
|
+
|
|
574
719
|
declare class SeamHttpClientSessions {
|
|
575
720
|
client: Client;
|
|
576
721
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -755,11 +900,15 @@ declare class SeamHttpDevices {
|
|
|
755
900
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
756
901
|
get simulate(): SeamHttpDevicesSimulate;
|
|
757
902
|
get unmanaged(): SeamHttpDevicesUnmanaged;
|
|
903
|
+
delete(params?: DevicesDeleteParams): SeamHttpRequest<void, undefined>;
|
|
758
904
|
get(params?: DevicesGetParams): SeamHttpRequest<DevicesGetResponse, 'device'>;
|
|
759
905
|
list(params?: DevicesListParams): SeamHttpRequest<DevicesListResponse, 'devices'>;
|
|
760
906
|
listDeviceProviders(params?: DevicesListDeviceProvidersParams): SeamHttpRequest<DevicesListDeviceProvidersResponse, 'device_providers'>;
|
|
761
907
|
update(body?: DevicesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
762
908
|
}
|
|
909
|
+
type DevicesDeleteParams = RouteRequestBody<'/devices/delete'>;
|
|
910
|
+
type DevicesDeleteResponse = SetNonNullable<Required<RouteResponse<'/devices/delete'>>>;
|
|
911
|
+
type DevicesDeleteOptions = never;
|
|
763
912
|
type DevicesGetParams = RouteRequestBody<'/devices/get'>;
|
|
764
913
|
type DevicesGetResponse = SetNonNullable<Required<RouteResponse<'/devices/get'>>>;
|
|
765
914
|
type DevicesGetOptions = never;
|
|
@@ -797,6 +946,30 @@ type EventsListParams = RouteRequestBody<'/events/list'>;
|
|
|
797
946
|
type EventsListResponse = SetNonNullable<Required<RouteResponse<'/events/list'>>>;
|
|
798
947
|
type EventsListOptions = never;
|
|
799
948
|
|
|
949
|
+
declare class SeamHttpLocksSimulate {
|
|
950
|
+
client: Client;
|
|
951
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
952
|
+
readonly ltsVersion = "1.0.0";
|
|
953
|
+
static ltsVersion: string;
|
|
954
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
955
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpLocksSimulate;
|
|
956
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpLocksSimulate;
|
|
957
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpLocksSimulate;
|
|
958
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpLocksSimulate>;
|
|
959
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpLocksSimulate;
|
|
960
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpLocksSimulate;
|
|
961
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
962
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
963
|
+
keypadCodeEntry(body?: LocksSimulateKeypadCodeEntryBody, options?: LocksSimulateKeypadCodeEntryOptions): SeamHttpRequest<LocksSimulateKeypadCodeEntryResponse, 'action_attempt'>;
|
|
964
|
+
manualLockViaKeypad(body?: LocksSimulateManualLockViaKeypadBody, options?: LocksSimulateManualLockViaKeypadOptions): SeamHttpRequest<LocksSimulateManualLockViaKeypadResponse, 'action_attempt'>;
|
|
965
|
+
}
|
|
966
|
+
type LocksSimulateKeypadCodeEntryBody = RouteRequestBody<'/locks/simulate/keypad_code_entry'>;
|
|
967
|
+
type LocksSimulateKeypadCodeEntryResponse = SetNonNullable<Required<RouteResponse<'/locks/simulate/keypad_code_entry'>>>;
|
|
968
|
+
type LocksSimulateKeypadCodeEntryOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
969
|
+
type LocksSimulateManualLockViaKeypadBody = RouteRequestBody<'/locks/simulate/manual_lock_via_keypad'>;
|
|
970
|
+
type LocksSimulateManualLockViaKeypadResponse = SetNonNullable<Required<RouteResponse<'/locks/simulate/manual_lock_via_keypad'>>>;
|
|
971
|
+
type LocksSimulateManualLockViaKeypadOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
972
|
+
|
|
800
973
|
declare class SeamHttpLocks {
|
|
801
974
|
client: Client;
|
|
802
975
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -811,6 +984,7 @@ declare class SeamHttpLocks {
|
|
|
811
984
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpLocks;
|
|
812
985
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
813
986
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
987
|
+
get simulate(): SeamHttpLocksSimulate;
|
|
814
988
|
get(params?: LocksGetParams): SeamHttpRequest<LocksGetResponse, 'device'>;
|
|
815
989
|
list(params?: LocksListParams): SeamHttpRequest<LocksListResponse, 'devices'>;
|
|
816
990
|
lockDoor(body?: LocksLockDoorBody, options?: LocksLockDoorOptions): SeamHttpRequest<LocksLockDoorResponse, 'action_attempt'>;
|
|
@@ -829,6 +1003,30 @@ type LocksUnlockDoorBody = RouteRequestBody<'/locks/unlock_door'>;
|
|
|
829
1003
|
type LocksUnlockDoorResponse = SetNonNullable<Required<RouteResponse<'/locks/unlock_door'>>>;
|
|
830
1004
|
type LocksUnlockDoorOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
831
1005
|
|
|
1006
|
+
declare class SeamHttpNetworks {
|
|
1007
|
+
client: Client;
|
|
1008
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1009
|
+
readonly ltsVersion = "1.0.0";
|
|
1010
|
+
static ltsVersion: string;
|
|
1011
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1012
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpNetworks;
|
|
1013
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpNetworks;
|
|
1014
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpNetworks;
|
|
1015
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpNetworks>;
|
|
1016
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpNetworks;
|
|
1017
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpNetworks;
|
|
1018
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1019
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1020
|
+
get(params?: NetworksGetParams): SeamHttpRequest<NetworksGetResponse, 'network'>;
|
|
1021
|
+
list(params?: NetworksListParams): SeamHttpRequest<NetworksListResponse, 'networks'>;
|
|
1022
|
+
}
|
|
1023
|
+
type NetworksGetParams = RouteRequestBody<'/networks/get'>;
|
|
1024
|
+
type NetworksGetResponse = SetNonNullable<Required<RouteResponse<'/networks/get'>>>;
|
|
1025
|
+
type NetworksGetOptions = never;
|
|
1026
|
+
type NetworksListParams = RouteRequestBody<'/networks/list'>;
|
|
1027
|
+
type NetworksListResponse = SetNonNullable<Required<RouteResponse<'/networks/list'>>>;
|
|
1028
|
+
type NetworksListOptions = never;
|
|
1029
|
+
|
|
832
1030
|
declare class SeamHttpNoiseSensorsNoiseThresholds {
|
|
833
1031
|
client: Client;
|
|
834
1032
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -956,6 +1154,267 @@ type PhonesListParams = RouteRequestBody<'/phones/list'>;
|
|
|
956
1154
|
type PhonesListResponse = SetNonNullable<Required<RouteResponse<'/phones/list'>>>;
|
|
957
1155
|
type PhonesListOptions = never;
|
|
958
1156
|
|
|
1157
|
+
declare class SeamHttpSeamBridgeV1BridgeClientSessions {
|
|
1158
|
+
client: Client;
|
|
1159
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1160
|
+
readonly ltsVersion = "1.0.0";
|
|
1161
|
+
static ltsVersion: string;
|
|
1162
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1163
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1164
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1165
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1166
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamBridgeV1BridgeClientSessions>;
|
|
1167
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1168
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1169
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1170
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1171
|
+
create(body?: SeamBridgeV1BridgeClientSessionsCreateBody): SeamHttpRequest<SeamBridgeV1BridgeClientSessionsCreateResponse, 'bridge_client_session'>;
|
|
1172
|
+
get(params?: SeamBridgeV1BridgeClientSessionsGetParams): SeamHttpRequest<SeamBridgeV1BridgeClientSessionsGetResponse, 'bridge_client_session'>;
|
|
1173
|
+
refreshTelemetryToken(body?: SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenBody): SeamHttpRequest<SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenResponse, 'bridge_client_session'>;
|
|
1174
|
+
regeneratePairingCode(body?: SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeBody): SeamHttpRequest<SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeResponse, 'bridge_client_session'>;
|
|
1175
|
+
reportStatus(body?: SeamBridgeV1BridgeClientSessionsReportStatusBody): SeamHttpRequest<void, undefined>;
|
|
1176
|
+
}
|
|
1177
|
+
type SeamBridgeV1BridgeClientSessionsCreateBody = RouteRequestBody<'/seam/bridge/v1/bridge_client_sessions/create'>;
|
|
1178
|
+
type SeamBridgeV1BridgeClientSessionsCreateResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_client_sessions/create'>>>;
|
|
1179
|
+
type SeamBridgeV1BridgeClientSessionsCreateOptions = never;
|
|
1180
|
+
type SeamBridgeV1BridgeClientSessionsGetParams = RouteRequestParams<'/seam/bridge/v1/bridge_client_sessions/get'>;
|
|
1181
|
+
type SeamBridgeV1BridgeClientSessionsGetResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_client_sessions/get'>>>;
|
|
1182
|
+
type SeamBridgeV1BridgeClientSessionsGetOptions = never;
|
|
1183
|
+
type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenBody = RouteRequestBody<'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'>;
|
|
1184
|
+
type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'>>>;
|
|
1185
|
+
type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenOptions = never;
|
|
1186
|
+
type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeBody = RouteRequestBody<'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'>;
|
|
1187
|
+
type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'>>>;
|
|
1188
|
+
type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeOptions = never;
|
|
1189
|
+
type SeamBridgeV1BridgeClientSessionsReportStatusBody = RouteRequestBody<'/seam/bridge/v1/bridge_client_sessions/report_status'>;
|
|
1190
|
+
type SeamBridgeV1BridgeClientSessionsReportStatusResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_client_sessions/report_status'>>>;
|
|
1191
|
+
type SeamBridgeV1BridgeClientSessionsReportStatusOptions = never;
|
|
1192
|
+
|
|
1193
|
+
declare class SeamHttpSeamBridgeV1BridgeConnectedSystems {
|
|
1194
|
+
client: Client;
|
|
1195
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1196
|
+
readonly ltsVersion = "1.0.0";
|
|
1197
|
+
static ltsVersion: string;
|
|
1198
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1199
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1200
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1201
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1202
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamBridgeV1BridgeConnectedSystems>;
|
|
1203
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1204
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1205
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1206
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1207
|
+
list(params?: SeamBridgeV1BridgeConnectedSystemsListParams): SeamHttpRequest<SeamBridgeV1BridgeConnectedSystemsListResponse, 'bridge_connected_systems'>;
|
|
1208
|
+
}
|
|
1209
|
+
type SeamBridgeV1BridgeConnectedSystemsListParams = RouteRequestParams<'/seam/bridge/v1/bridge_connected_systems/list'>;
|
|
1210
|
+
type SeamBridgeV1BridgeConnectedSystemsListResponse = SetNonNullable<Required<RouteResponse<'/seam/bridge/v1/bridge_connected_systems/list'>>>;
|
|
1211
|
+
type SeamBridgeV1BridgeConnectedSystemsListOptions = never;
|
|
1212
|
+
|
|
1213
|
+
declare class SeamHttpSeamBridgeV1 {
|
|
1214
|
+
client: Client;
|
|
1215
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1216
|
+
readonly ltsVersion = "1.0.0";
|
|
1217
|
+
static ltsVersion: string;
|
|
1218
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1219
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamBridgeV1;
|
|
1220
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamBridgeV1;
|
|
1221
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamBridgeV1;
|
|
1222
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamBridgeV1>;
|
|
1223
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamBridgeV1;
|
|
1224
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamBridgeV1;
|
|
1225
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1226
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1227
|
+
get bridgeClientSessions(): SeamHttpSeamBridgeV1BridgeClientSessions;
|
|
1228
|
+
get bridgeConnectedSystems(): SeamHttpSeamBridgeV1BridgeConnectedSystems;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
declare class SeamHttpSeamInstantKeyV1ClientSessions {
|
|
1232
|
+
client: Client;
|
|
1233
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1234
|
+
readonly ltsVersion = "1.0.0";
|
|
1235
|
+
static ltsVersion: string;
|
|
1236
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1237
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1238
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1239
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1240
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamInstantKeyV1ClientSessions>;
|
|
1241
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1242
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1243
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1244
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1245
|
+
exchangeShortCode(body?: SeamInstantKeyV1ClientSessionsExchangeShortCodeBody): SeamHttpRequest<SeamInstantKeyV1ClientSessionsExchangeShortCodeResponse, 'client_session'>;
|
|
1246
|
+
}
|
|
1247
|
+
type SeamInstantKeyV1ClientSessionsExchangeShortCodeBody = RouteRequestBody<'/seam/instant_key/v1/client_sessions/exchange_short_code'>;
|
|
1248
|
+
type SeamInstantKeyV1ClientSessionsExchangeShortCodeResponse = SetNonNullable<Required<RouteResponse<'/seam/instant_key/v1/client_sessions/exchange_short_code'>>>;
|
|
1249
|
+
type SeamInstantKeyV1ClientSessionsExchangeShortCodeOptions = never;
|
|
1250
|
+
|
|
1251
|
+
declare class SeamHttpSeamInstantKeyV1 {
|
|
1252
|
+
client: Client;
|
|
1253
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1254
|
+
readonly ltsVersion = "1.0.0";
|
|
1255
|
+
static ltsVersion: string;
|
|
1256
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1257
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamInstantKeyV1;
|
|
1258
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamInstantKeyV1;
|
|
1259
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamInstantKeyV1;
|
|
1260
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamInstantKeyV1>;
|
|
1261
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamInstantKeyV1;
|
|
1262
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamInstantKeyV1;
|
|
1263
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1264
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1265
|
+
get clientSessions(): SeamHttpSeamInstantKeyV1ClientSessions;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
declare class SeamHttpSeamMobileSdkV1AcsCredentials {
|
|
1269
|
+
client: Client;
|
|
1270
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1271
|
+
readonly ltsVersion = "1.0.0";
|
|
1272
|
+
static ltsVersion: string;
|
|
1273
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1274
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1275
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1276
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1277
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamMobileSdkV1AcsCredentials>;
|
|
1278
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1279
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1280
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1281
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1282
|
+
list(params?: SeamMobileSdkV1AcsCredentialsListParams): SeamHttpRequest<SeamMobileSdkV1AcsCredentialsListResponse, 'acs_credentials'>;
|
|
1283
|
+
}
|
|
1284
|
+
type SeamMobileSdkV1AcsCredentialsListParams = RouteRequestBody<'/seam/mobile_sdk/v1/acs/credentials/list'>;
|
|
1285
|
+
type SeamMobileSdkV1AcsCredentialsListResponse = SetNonNullable<Required<RouteResponse<'/seam/mobile_sdk/v1/acs/credentials/list'>>>;
|
|
1286
|
+
type SeamMobileSdkV1AcsCredentialsListOptions = never;
|
|
1287
|
+
|
|
1288
|
+
declare class SeamHttpSeamMobileSdkV1Acs {
|
|
1289
|
+
client: Client;
|
|
1290
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1291
|
+
readonly ltsVersion = "1.0.0";
|
|
1292
|
+
static ltsVersion: string;
|
|
1293
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1294
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamMobileSdkV1Acs;
|
|
1295
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamMobileSdkV1Acs;
|
|
1296
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamMobileSdkV1Acs;
|
|
1297
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamMobileSdkV1Acs>;
|
|
1298
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1Acs;
|
|
1299
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1Acs;
|
|
1300
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1301
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1302
|
+
get credentials(): SeamHttpSeamMobileSdkV1AcsCredentials;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
declare class SeamHttpSeamMobileSdkV1PhoneSessions {
|
|
1306
|
+
client: Client;
|
|
1307
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1308
|
+
readonly ltsVersion = "1.0.0";
|
|
1309
|
+
static ltsVersion: string;
|
|
1310
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1311
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1312
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1313
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1314
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamMobileSdkV1PhoneSessions>;
|
|
1315
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1316
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1317
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1318
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1319
|
+
getOrCreate(body?: SeamMobileSdkV1PhoneSessionsGetOrCreateBody): SeamHttpRequest<SeamMobileSdkV1PhoneSessionsGetOrCreateResponse, 'phone_session'>;
|
|
1320
|
+
}
|
|
1321
|
+
type SeamMobileSdkV1PhoneSessionsGetOrCreateBody = RouteRequestBody<'/seam/mobile_sdk/v1/phone_sessions/get_or_create'>;
|
|
1322
|
+
type SeamMobileSdkV1PhoneSessionsGetOrCreateResponse = SetNonNullable<Required<RouteResponse<'/seam/mobile_sdk/v1/phone_sessions/get_or_create'>>>;
|
|
1323
|
+
type SeamMobileSdkV1PhoneSessionsGetOrCreateOptions = never;
|
|
1324
|
+
|
|
1325
|
+
declare class SeamHttpSeamMobileSdkV1 {
|
|
1326
|
+
client: Client;
|
|
1327
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1328
|
+
readonly ltsVersion = "1.0.0";
|
|
1329
|
+
static ltsVersion: string;
|
|
1330
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1331
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamMobileSdkV1;
|
|
1332
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamMobileSdkV1;
|
|
1333
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamMobileSdkV1;
|
|
1334
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamMobileSdkV1>;
|
|
1335
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1;
|
|
1336
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamMobileSdkV1;
|
|
1337
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1338
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1339
|
+
get acs(): SeamHttpSeamMobileSdkV1Acs;
|
|
1340
|
+
get phoneSessions(): SeamHttpSeamMobileSdkV1PhoneSessions;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
declare class SeamHttpSeamPartnerV1BuildingBlocksSpaces {
|
|
1344
|
+
client: Client;
|
|
1345
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1346
|
+
readonly ltsVersion = "1.0.0";
|
|
1347
|
+
static ltsVersion: string;
|
|
1348
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1349
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1350
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1351
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1352
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamPartnerV1BuildingBlocksSpaces>;
|
|
1353
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1354
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1355
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1356
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1357
|
+
autoMap(params?: SeamPartnerV1BuildingBlocksSpacesAutoMapParams): SeamHttpRequest<SeamPartnerV1BuildingBlocksSpacesAutoMapResponse, 'spaces'>;
|
|
1358
|
+
}
|
|
1359
|
+
type SeamPartnerV1BuildingBlocksSpacesAutoMapParams = RouteRequestBody<'/seam/partner/v1/building_blocks/spaces/auto_map'>;
|
|
1360
|
+
type SeamPartnerV1BuildingBlocksSpacesAutoMapResponse = SetNonNullable<Required<RouteResponse<'/seam/partner/v1/building_blocks/spaces/auto_map'>>>;
|
|
1361
|
+
type SeamPartnerV1BuildingBlocksSpacesAutoMapOptions = never;
|
|
1362
|
+
|
|
1363
|
+
declare class SeamHttpSeamPartnerV1BuildingBlocks {
|
|
1364
|
+
client: Client;
|
|
1365
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1366
|
+
readonly ltsVersion = "1.0.0";
|
|
1367
|
+
static ltsVersion: string;
|
|
1368
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1369
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1370
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1371
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1372
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamPartnerV1BuildingBlocks>;
|
|
1373
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1374
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1375
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1376
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1377
|
+
get spaces(): SeamHttpSeamPartnerV1BuildingBlocksSpaces;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
declare class SeamHttpSeamPartnerV1Resources {
|
|
1381
|
+
client: Client;
|
|
1382
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1383
|
+
readonly ltsVersion = "1.0.0";
|
|
1384
|
+
static ltsVersion: string;
|
|
1385
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1386
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamPartnerV1Resources;
|
|
1387
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamPartnerV1Resources;
|
|
1388
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamPartnerV1Resources;
|
|
1389
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamPartnerV1Resources>;
|
|
1390
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamPartnerV1Resources;
|
|
1391
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamPartnerV1Resources;
|
|
1392
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1393
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1394
|
+
list(params?: SeamPartnerV1ResourcesListParams): SeamHttpRequest<SeamPartnerV1ResourcesListResponse, 'partner_resources'>;
|
|
1395
|
+
}
|
|
1396
|
+
type SeamPartnerV1ResourcesListParams = RouteRequestBody<'/seam/partner/v1/resources/list'>;
|
|
1397
|
+
type SeamPartnerV1ResourcesListResponse = SetNonNullable<Required<RouteResponse<'/seam/partner/v1/resources/list'>>>;
|
|
1398
|
+
type SeamPartnerV1ResourcesListOptions = never;
|
|
1399
|
+
|
|
1400
|
+
declare class SeamHttpSeamPartnerV1 {
|
|
1401
|
+
client: Client;
|
|
1402
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1403
|
+
readonly ltsVersion = "1.0.0";
|
|
1404
|
+
static ltsVersion: string;
|
|
1405
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1406
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSeamPartnerV1;
|
|
1407
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSeamPartnerV1;
|
|
1408
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSeamPartnerV1;
|
|
1409
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSeamPartnerV1>;
|
|
1410
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSeamPartnerV1;
|
|
1411
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSeamPartnerV1;
|
|
1412
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1413
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1414
|
+
get buildingBlocks(): SeamHttpSeamPartnerV1BuildingBlocks;
|
|
1415
|
+
get resources(): SeamHttpSeamPartnerV1Resources;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
959
1418
|
declare class SeamHttpSpaces {
|
|
960
1419
|
client: Client;
|
|
961
1420
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -1117,6 +1576,7 @@ declare class SeamHttpThermostats {
|
|
|
1117
1576
|
cool(body?: ThermostatsCoolBody, options?: ThermostatsCoolOptions): SeamHttpRequest<ThermostatsCoolResponse, 'action_attempt'>;
|
|
1118
1577
|
createClimatePreset(body?: ThermostatsCreateClimatePresetBody): SeamHttpRequest<void, undefined>;
|
|
1119
1578
|
deleteClimatePreset(params?: ThermostatsDeleteClimatePresetParams): SeamHttpRequest<void, undefined>;
|
|
1579
|
+
get(params?: ThermostatsGetParams): SeamHttpRequest<ThermostatsGetResponse, 'thermostat'>;
|
|
1120
1580
|
heat(body?: ThermostatsHeatBody, options?: ThermostatsHeatOptions): SeamHttpRequest<ThermostatsHeatResponse, 'action_attempt'>;
|
|
1121
1581
|
heatCool(body?: ThermostatsHeatCoolBody, options?: ThermostatsHeatCoolOptions): SeamHttpRequest<ThermostatsHeatCoolResponse, 'action_attempt'>;
|
|
1122
1582
|
list(params?: ThermostatsListParams): SeamHttpRequest<ThermostatsListResponse, 'devices'>;
|
|
@@ -1140,6 +1600,9 @@ type ThermostatsCreateClimatePresetOptions = never;
|
|
|
1140
1600
|
type ThermostatsDeleteClimatePresetParams = RouteRequestBody<'/thermostats/delete_climate_preset'>;
|
|
1141
1601
|
type ThermostatsDeleteClimatePresetResponse = SetNonNullable<Required<RouteResponse<'/thermostats/delete_climate_preset'>>>;
|
|
1142
1602
|
type ThermostatsDeleteClimatePresetOptions = never;
|
|
1603
|
+
type ThermostatsGetParams = RouteRequestBody<'/thermostats/get'>;
|
|
1604
|
+
type ThermostatsGetResponse = SetNonNullable<Required<RouteResponse<'/thermostats/get'>>>;
|
|
1605
|
+
type ThermostatsGetOptions = never;
|
|
1143
1606
|
type ThermostatsHeatBody = RouteRequestBody<'/thermostats/heat'>;
|
|
1144
1607
|
type ThermostatsHeatResponse = SetNonNullable<Required<RouteResponse<'/thermostats/heat'>>>;
|
|
1145
1608
|
type ThermostatsHeatOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
@@ -1171,6 +1634,188 @@ type ThermostatsUpdateWeeklyProgramBody = RouteRequestBody<'/thermostats/update_
|
|
|
1171
1634
|
type ThermostatsUpdateWeeklyProgramResponse = SetNonNullable<Required<RouteResponse<'/thermostats/update_weekly_program'>>>;
|
|
1172
1635
|
type ThermostatsUpdateWeeklyProgramOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
1173
1636
|
|
|
1637
|
+
declare class SeamHttpUnstableAccessGrants {
|
|
1638
|
+
client: Client;
|
|
1639
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1640
|
+
readonly ltsVersion = "1.0.0";
|
|
1641
|
+
static ltsVersion: string;
|
|
1642
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1643
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstableAccessGrants;
|
|
1644
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstableAccessGrants;
|
|
1645
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstableAccessGrants;
|
|
1646
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstableAccessGrants>;
|
|
1647
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstableAccessGrants;
|
|
1648
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstableAccessGrants;
|
|
1649
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1650
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1651
|
+
create(body?: UnstableAccessGrantsCreateBody): SeamHttpRequest<UnstableAccessGrantsCreateResponse, 'access_grant'>;
|
|
1652
|
+
delete(params?: UnstableAccessGrantsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1653
|
+
get(params?: UnstableAccessGrantsGetParams): SeamHttpRequest<UnstableAccessGrantsGetResponse, 'access_grant'>;
|
|
1654
|
+
list(params?: UnstableAccessGrantsListParams): SeamHttpRequest<UnstableAccessGrantsListResponse, 'access_grants'>;
|
|
1655
|
+
}
|
|
1656
|
+
type UnstableAccessGrantsCreateBody = RouteRequestBody<'/unstable_access_grants/create'>;
|
|
1657
|
+
type UnstableAccessGrantsCreateResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_grants/create'>>>;
|
|
1658
|
+
type UnstableAccessGrantsCreateOptions = never;
|
|
1659
|
+
type UnstableAccessGrantsDeleteParams = RouteRequestBody<'/unstable_access_grants/delete'>;
|
|
1660
|
+
type UnstableAccessGrantsDeleteResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_grants/delete'>>>;
|
|
1661
|
+
type UnstableAccessGrantsDeleteOptions = never;
|
|
1662
|
+
type UnstableAccessGrantsGetParams = RouteRequestBody<'/unstable_access_grants/get'>;
|
|
1663
|
+
type UnstableAccessGrantsGetResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_grants/get'>>>;
|
|
1664
|
+
type UnstableAccessGrantsGetOptions = never;
|
|
1665
|
+
type UnstableAccessGrantsListParams = RouteRequestBody<'/unstable_access_grants/list'>;
|
|
1666
|
+
type UnstableAccessGrantsListResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_grants/list'>>>;
|
|
1667
|
+
type UnstableAccessGrantsListOptions = never;
|
|
1668
|
+
|
|
1669
|
+
declare class SeamHttpUnstableAccessMethods {
|
|
1670
|
+
client: Client;
|
|
1671
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1672
|
+
readonly ltsVersion = "1.0.0";
|
|
1673
|
+
static ltsVersion: string;
|
|
1674
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1675
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstableAccessMethods;
|
|
1676
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstableAccessMethods;
|
|
1677
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstableAccessMethods;
|
|
1678
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstableAccessMethods>;
|
|
1679
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstableAccessMethods;
|
|
1680
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstableAccessMethods;
|
|
1681
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1682
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1683
|
+
delete(params?: UnstableAccessMethodsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1684
|
+
get(params?: UnstableAccessMethodsGetParams): SeamHttpRequest<UnstableAccessMethodsGetResponse, 'access_method'>;
|
|
1685
|
+
list(params?: UnstableAccessMethodsListParams): SeamHttpRequest<UnstableAccessMethodsListResponse, 'access_methods'>;
|
|
1686
|
+
}
|
|
1687
|
+
type UnstableAccessMethodsDeleteParams = RouteRequestBody<'/unstable_access_methods/delete'>;
|
|
1688
|
+
type UnstableAccessMethodsDeleteResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_methods/delete'>>>;
|
|
1689
|
+
type UnstableAccessMethodsDeleteOptions = never;
|
|
1690
|
+
type UnstableAccessMethodsGetParams = RouteRequestBody<'/unstable_access_methods/get'>;
|
|
1691
|
+
type UnstableAccessMethodsGetResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_methods/get'>>>;
|
|
1692
|
+
type UnstableAccessMethodsGetOptions = never;
|
|
1693
|
+
type UnstableAccessMethodsListParams = RouteRequestBody<'/unstable_access_methods/list'>;
|
|
1694
|
+
type UnstableAccessMethodsListResponse = SetNonNullable<Required<RouteResponse<'/unstable_access_methods/list'>>>;
|
|
1695
|
+
type UnstableAccessMethodsListOptions = never;
|
|
1696
|
+
|
|
1697
|
+
declare class SeamHttpUnstableLocations {
|
|
1698
|
+
client: Client;
|
|
1699
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1700
|
+
readonly ltsVersion = "1.0.0";
|
|
1701
|
+
static ltsVersion: string;
|
|
1702
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1703
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstableLocations;
|
|
1704
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstableLocations;
|
|
1705
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstableLocations;
|
|
1706
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstableLocations>;
|
|
1707
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstableLocations;
|
|
1708
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstableLocations;
|
|
1709
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1710
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1711
|
+
addAcsEntrances(body?: UnstableLocationsAddAcsEntrancesBody): SeamHttpRequest<void, undefined>;
|
|
1712
|
+
addDevices(body?: UnstableLocationsAddDevicesBody): SeamHttpRequest<void, undefined>;
|
|
1713
|
+
create(body?: UnstableLocationsCreateBody): SeamHttpRequest<UnstableLocationsCreateResponse, 'location'>;
|
|
1714
|
+
delete(params?: UnstableLocationsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1715
|
+
get(params?: UnstableLocationsGetParams): SeamHttpRequest<UnstableLocationsGetResponse, 'location'>;
|
|
1716
|
+
list(params?: UnstableLocationsListParams): SeamHttpRequest<UnstableLocationsListResponse, 'locations'>;
|
|
1717
|
+
removeAcsEntrances(params?: UnstableLocationsRemoveAcsEntrancesParams): SeamHttpRequest<void, undefined>;
|
|
1718
|
+
removeDevices(params?: UnstableLocationsRemoveDevicesParams): SeamHttpRequest<void, undefined>;
|
|
1719
|
+
update(body?: UnstableLocationsUpdateBody): SeamHttpRequest<UnstableLocationsUpdateResponse, 'location'>;
|
|
1720
|
+
}
|
|
1721
|
+
type UnstableLocationsAddAcsEntrancesBody = RouteRequestBody<'/unstable_locations/add_acs_entrances'>;
|
|
1722
|
+
type UnstableLocationsAddAcsEntrancesResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/add_acs_entrances'>>>;
|
|
1723
|
+
type UnstableLocationsAddAcsEntrancesOptions = never;
|
|
1724
|
+
type UnstableLocationsAddDevicesBody = RouteRequestBody<'/unstable_locations/add_devices'>;
|
|
1725
|
+
type UnstableLocationsAddDevicesResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/add_devices'>>>;
|
|
1726
|
+
type UnstableLocationsAddDevicesOptions = never;
|
|
1727
|
+
type UnstableLocationsCreateBody = RouteRequestBody<'/unstable_locations/create'>;
|
|
1728
|
+
type UnstableLocationsCreateResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/create'>>>;
|
|
1729
|
+
type UnstableLocationsCreateOptions = never;
|
|
1730
|
+
type UnstableLocationsDeleteParams = RouteRequestBody<'/unstable_locations/delete'>;
|
|
1731
|
+
type UnstableLocationsDeleteResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/delete'>>>;
|
|
1732
|
+
type UnstableLocationsDeleteOptions = never;
|
|
1733
|
+
type UnstableLocationsGetParams = RouteRequestBody<'/unstable_locations/get'>;
|
|
1734
|
+
type UnstableLocationsGetResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/get'>>>;
|
|
1735
|
+
type UnstableLocationsGetOptions = never;
|
|
1736
|
+
type UnstableLocationsListParams = RouteRequestParams<'/unstable_locations/list'>;
|
|
1737
|
+
type UnstableLocationsListResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/list'>>>;
|
|
1738
|
+
type UnstableLocationsListOptions = never;
|
|
1739
|
+
type UnstableLocationsRemoveAcsEntrancesParams = RouteRequestBody<'/unstable_locations/remove_acs_entrances'>;
|
|
1740
|
+
type UnstableLocationsRemoveAcsEntrancesResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/remove_acs_entrances'>>>;
|
|
1741
|
+
type UnstableLocationsRemoveAcsEntrancesOptions = never;
|
|
1742
|
+
type UnstableLocationsRemoveDevicesParams = RouteRequestBody<'/unstable_locations/remove_devices'>;
|
|
1743
|
+
type UnstableLocationsRemoveDevicesResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/remove_devices'>>>;
|
|
1744
|
+
type UnstableLocationsRemoveDevicesOptions = never;
|
|
1745
|
+
type UnstableLocationsUpdateBody = RouteRequestBody<'/unstable_locations/update'>;
|
|
1746
|
+
type UnstableLocationsUpdateResponse = SetNonNullable<Required<RouteResponse<'/unstable_locations/update'>>>;
|
|
1747
|
+
type UnstableLocationsUpdateOptions = never;
|
|
1748
|
+
|
|
1749
|
+
declare class SeamHttpUnstablePartnerBuildingBlocks {
|
|
1750
|
+
client: Client;
|
|
1751
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1752
|
+
readonly ltsVersion = "1.0.0";
|
|
1753
|
+
static ltsVersion: string;
|
|
1754
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1755
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1756
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1757
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1758
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstablePartnerBuildingBlocks>;
|
|
1759
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1760
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1761
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1762
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1763
|
+
connectAccounts(body?: UnstablePartnerBuildingBlocksConnectAccountsBody): SeamHttpRequest<UnstablePartnerBuildingBlocksConnectAccountsResponse, 'magic_link'>;
|
|
1764
|
+
generateMagicLink(params?: UnstablePartnerBuildingBlocksGenerateMagicLinkParams): SeamHttpRequest<UnstablePartnerBuildingBlocksGenerateMagicLinkResponse, 'magic_link'>;
|
|
1765
|
+
manageDevices(body?: UnstablePartnerBuildingBlocksManageDevicesBody): SeamHttpRequest<UnstablePartnerBuildingBlocksManageDevicesResponse, 'magic_link'>;
|
|
1766
|
+
organizeSpaces(body?: UnstablePartnerBuildingBlocksOrganizeSpacesBody): SeamHttpRequest<UnstablePartnerBuildingBlocksOrganizeSpacesResponse, 'magic_link'>;
|
|
1767
|
+
}
|
|
1768
|
+
type UnstablePartnerBuildingBlocksConnectAccountsBody = RouteRequestBody<'/unstable_partner/building_blocks/connect_accounts'>;
|
|
1769
|
+
type UnstablePartnerBuildingBlocksConnectAccountsResponse = SetNonNullable<Required<RouteResponse<'/unstable_partner/building_blocks/connect_accounts'>>>;
|
|
1770
|
+
type UnstablePartnerBuildingBlocksConnectAccountsOptions = never;
|
|
1771
|
+
type UnstablePartnerBuildingBlocksGenerateMagicLinkParams = RouteRequestBody<'/unstable_partner/building_blocks/generate_magic_link'>;
|
|
1772
|
+
type UnstablePartnerBuildingBlocksGenerateMagicLinkResponse = SetNonNullable<Required<RouteResponse<'/unstable_partner/building_blocks/generate_magic_link'>>>;
|
|
1773
|
+
type UnstablePartnerBuildingBlocksGenerateMagicLinkOptions = never;
|
|
1774
|
+
type UnstablePartnerBuildingBlocksManageDevicesBody = RouteRequestBody<'/unstable_partner/building_blocks/manage_devices'>;
|
|
1775
|
+
type UnstablePartnerBuildingBlocksManageDevicesResponse = SetNonNullable<Required<RouteResponse<'/unstable_partner/building_blocks/manage_devices'>>>;
|
|
1776
|
+
type UnstablePartnerBuildingBlocksManageDevicesOptions = never;
|
|
1777
|
+
type UnstablePartnerBuildingBlocksOrganizeSpacesBody = RouteRequestBody<'/unstable_partner/building_blocks/organize_spaces'>;
|
|
1778
|
+
type UnstablePartnerBuildingBlocksOrganizeSpacesResponse = SetNonNullable<Required<RouteResponse<'/unstable_partner/building_blocks/organize_spaces'>>>;
|
|
1779
|
+
type UnstablePartnerBuildingBlocksOrganizeSpacesOptions = never;
|
|
1780
|
+
|
|
1781
|
+
declare class SeamHttpUnstablePartnerResources {
|
|
1782
|
+
client: Client;
|
|
1783
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1784
|
+
readonly ltsVersion = "1.0.0";
|
|
1785
|
+
static ltsVersion: string;
|
|
1786
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1787
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstablePartnerResources;
|
|
1788
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstablePartnerResources;
|
|
1789
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstablePartnerResources;
|
|
1790
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstablePartnerResources>;
|
|
1791
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstablePartnerResources;
|
|
1792
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstablePartnerResources;
|
|
1793
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1794
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1795
|
+
push(body?: UnstablePartnerResourcesPushBody): SeamHttpRequest<void, undefined>;
|
|
1796
|
+
}
|
|
1797
|
+
type UnstablePartnerResourcesPushBody = RouteRequestBody<'/unstable_partner/resources/push'>;
|
|
1798
|
+
type UnstablePartnerResourcesPushResponse = SetNonNullable<Required<RouteResponse<'/unstable_partner/resources/push'>>>;
|
|
1799
|
+
type UnstablePartnerResourcesPushOptions = never;
|
|
1800
|
+
|
|
1801
|
+
declare class SeamHttpUnstablePartner {
|
|
1802
|
+
client: Client;
|
|
1803
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1804
|
+
readonly ltsVersion = "1.0.0";
|
|
1805
|
+
static ltsVersion: string;
|
|
1806
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1807
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstablePartner;
|
|
1808
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstablePartner;
|
|
1809
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstablePartner;
|
|
1810
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstablePartner>;
|
|
1811
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstablePartner;
|
|
1812
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstablePartner;
|
|
1813
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1814
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1815
|
+
get buildingBlocks(): SeamHttpUnstablePartnerBuildingBlocks;
|
|
1816
|
+
get resources(): SeamHttpUnstablePartnerResources;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1174
1819
|
declare class SeamHttpUserIdentitiesEnrollmentAutomations {
|
|
1175
1820
|
client: Client;
|
|
1176
1821
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
@@ -1363,21 +2008,262 @@ declare class SeamHttp {
|
|
|
1363
2008
|
get accessMethods(): SeamHttpAccessMethods;
|
|
1364
2009
|
get acs(): SeamHttpAcs;
|
|
1365
2010
|
get actionAttempts(): SeamHttpActionAttempts;
|
|
2011
|
+
get bridges(): SeamHttpBridges;
|
|
1366
2012
|
get clientSessions(): SeamHttpClientSessions;
|
|
1367
2013
|
get connectWebviews(): SeamHttpConnectWebviews;
|
|
1368
2014
|
get connectedAccounts(): SeamHttpConnectedAccounts;
|
|
1369
2015
|
get devices(): SeamHttpDevices;
|
|
1370
2016
|
get events(): SeamHttpEvents;
|
|
1371
2017
|
get locks(): SeamHttpLocks;
|
|
2018
|
+
get networks(): SeamHttpNetworks;
|
|
1372
2019
|
get noiseSensors(): SeamHttpNoiseSensors;
|
|
1373
2020
|
get phones(): SeamHttpPhones;
|
|
1374
2021
|
get spaces(): SeamHttpSpaces;
|
|
1375
2022
|
get thermostats(): SeamHttpThermostats;
|
|
2023
|
+
get unstableAccessGrants(): SeamHttpUnstableAccessGrants;
|
|
2024
|
+
get unstableAccessMethods(): SeamHttpUnstableAccessMethods;
|
|
2025
|
+
get unstableLocations(): SeamHttpUnstableLocations;
|
|
2026
|
+
get unstablePartner(): SeamHttpUnstablePartner;
|
|
1376
2027
|
get userIdentities(): SeamHttpUserIdentities;
|
|
1377
2028
|
get webhooks(): SeamHttpWebhooks;
|
|
1378
2029
|
get workspaces(): SeamHttpWorkspaces;
|
|
1379
2030
|
}
|
|
1380
2031
|
|
|
2032
|
+
declare class SeamHttpEndpoints {
|
|
2033
|
+
client: Client;
|
|
2034
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
2035
|
+
readonly ltsVersion = "1.0.0";
|
|
2036
|
+
static ltsVersion: string;
|
|
2037
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
2038
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpEndpoints;
|
|
2039
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpEndpoints;
|
|
2040
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpEndpoints;
|
|
2041
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpEndpoints>;
|
|
2042
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpEndpoints;
|
|
2043
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpEndpoints;
|
|
2044
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
2045
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
2046
|
+
get ['/access_codes/create'](): SeamHttpAccessCodes['create'];
|
|
2047
|
+
get ['/access_codes/create_multiple'](): SeamHttpAccessCodes['createMultiple'];
|
|
2048
|
+
get ['/access_codes/delete'](): SeamHttpAccessCodes['delete'];
|
|
2049
|
+
get ['/access_codes/generate_code'](): SeamHttpAccessCodes['generateCode'];
|
|
2050
|
+
get ['/access_codes/get'](): SeamHttpAccessCodes['get'];
|
|
2051
|
+
get ['/access_codes/list'](): SeamHttpAccessCodes['list'];
|
|
2052
|
+
get ['/access_codes/pull_backup_access_code'](): SeamHttpAccessCodes['pullBackupAccessCode'];
|
|
2053
|
+
get ['/access_codes/report_device_constraints'](): SeamHttpAccessCodes['reportDeviceConstraints'];
|
|
2054
|
+
get ['/access_codes/update'](): SeamHttpAccessCodes['update'];
|
|
2055
|
+
get ['/access_codes/update_multiple'](): SeamHttpAccessCodes['updateMultiple'];
|
|
2056
|
+
get ['/access_codes/simulate/create_unmanaged_access_code'](): SeamHttpAccessCodesSimulate['createUnmanagedAccessCode'];
|
|
2057
|
+
get ['/access_codes/unmanaged/convert_to_managed'](): SeamHttpAccessCodesUnmanaged['convertToManaged'];
|
|
2058
|
+
get ['/access_codes/unmanaged/delete'](): SeamHttpAccessCodesUnmanaged['delete'];
|
|
2059
|
+
get ['/access_codes/unmanaged/get'](): SeamHttpAccessCodesUnmanaged['get'];
|
|
2060
|
+
get ['/access_codes/unmanaged/list'](): SeamHttpAccessCodesUnmanaged['list'];
|
|
2061
|
+
get ['/access_codes/unmanaged/update'](): SeamHttpAccessCodesUnmanaged['update'];
|
|
2062
|
+
get ['/access_grants/create'](): SeamHttpAccessGrants['create'];
|
|
2063
|
+
get ['/access_grants/delete'](): SeamHttpAccessGrants['delete'];
|
|
2064
|
+
get ['/access_grants/get'](): SeamHttpAccessGrants['get'];
|
|
2065
|
+
get ['/access_grants/list'](): SeamHttpAccessGrants['list'];
|
|
2066
|
+
get ['/access_grants/update'](): SeamHttpAccessGrants['update'];
|
|
2067
|
+
get ['/access_methods/delete'](): SeamHttpAccessMethods['delete'];
|
|
2068
|
+
get ['/access_methods/get'](): SeamHttpAccessMethods['get'];
|
|
2069
|
+
get ['/access_methods/list'](): SeamHttpAccessMethods['list'];
|
|
2070
|
+
get ['/acs/access_groups/add_user'](): SeamHttpAcsAccessGroups['addUser'];
|
|
2071
|
+
get ['/acs/access_groups/get'](): SeamHttpAcsAccessGroups['get'];
|
|
2072
|
+
get ['/acs/access_groups/list'](): SeamHttpAcsAccessGroups['list'];
|
|
2073
|
+
get ['/acs/access_groups/list_accessible_entrances'](): SeamHttpAcsAccessGroups['listAccessibleEntrances'];
|
|
2074
|
+
get ['/acs/access_groups/list_users'](): SeamHttpAcsAccessGroups['listUsers'];
|
|
2075
|
+
get ['/acs/access_groups/remove_user'](): SeamHttpAcsAccessGroups['removeUser'];
|
|
2076
|
+
get ['/acs/access_groups/unmanaged/get'](): SeamHttpAcsAccessGroupsUnmanaged['get'];
|
|
2077
|
+
get ['/acs/access_groups/unmanaged/list'](): SeamHttpAcsAccessGroupsUnmanaged['list'];
|
|
2078
|
+
get ['/acs/credential_pools/list'](): SeamHttpAcsCredentialPools['list'];
|
|
2079
|
+
get ['/acs/credential_provisioning_automations/launch'](): SeamHttpAcsCredentialProvisioningAutomations['launch'];
|
|
2080
|
+
get ['/acs/credentials/assign'](): SeamHttpAcsCredentials['assign'];
|
|
2081
|
+
get ['/acs/credentials/create'](): SeamHttpAcsCredentials['create'];
|
|
2082
|
+
get ['/acs/credentials/create_offline_code'](): SeamHttpAcsCredentials['createOfflineCode'];
|
|
2083
|
+
get ['/acs/credentials/delete'](): SeamHttpAcsCredentials['delete'];
|
|
2084
|
+
get ['/acs/credentials/get'](): SeamHttpAcsCredentials['get'];
|
|
2085
|
+
get ['/acs/credentials/list'](): SeamHttpAcsCredentials['list'];
|
|
2086
|
+
get ['/acs/credentials/list_accessible_entrances'](): SeamHttpAcsCredentials['listAccessibleEntrances'];
|
|
2087
|
+
get ['/acs/credentials/unassign'](): SeamHttpAcsCredentials['unassign'];
|
|
2088
|
+
get ['/acs/credentials/update'](): SeamHttpAcsCredentials['update'];
|
|
2089
|
+
get ['/acs/credentials/unmanaged/get'](): SeamHttpAcsCredentialsUnmanaged['get'];
|
|
2090
|
+
get ['/acs/credentials/unmanaged/list'](): SeamHttpAcsCredentialsUnmanaged['list'];
|
|
2091
|
+
get ['/acs/encoders/encode_access_method'](): SeamHttpAcsEncoders['encodeAccessMethod'];
|
|
2092
|
+
get ['/acs/encoders/encode_credential'](): SeamHttpAcsEncoders['encodeCredential'];
|
|
2093
|
+
get ['/acs/encoders/get'](): SeamHttpAcsEncoders['get'];
|
|
2094
|
+
get ['/acs/encoders/list'](): SeamHttpAcsEncoders['list'];
|
|
2095
|
+
get ['/acs/encoders/scan_credential'](): SeamHttpAcsEncoders['scanCredential'];
|
|
2096
|
+
get ['/acs/encoders/simulate/next_credential_encode_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillFail'];
|
|
2097
|
+
get ['/acs/encoders/simulate/next_credential_encode_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialEncodeWillSucceed'];
|
|
2098
|
+
get ['/acs/encoders/simulate/next_credential_scan_will_fail'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillFail'];
|
|
2099
|
+
get ['/acs/encoders/simulate/next_credential_scan_will_succeed'](): SeamHttpAcsEncodersSimulate['nextCredentialScanWillSucceed'];
|
|
2100
|
+
get ['/acs/entrances/get'](): SeamHttpAcsEntrances['get'];
|
|
2101
|
+
get ['/acs/entrances/grant_access'](): SeamHttpAcsEntrances['grantAccess'];
|
|
2102
|
+
get ['/acs/entrances/list'](): SeamHttpAcsEntrances['list'];
|
|
2103
|
+
get ['/acs/entrances/list_credentials_with_access'](): SeamHttpAcsEntrances['listCredentialsWithAccess'];
|
|
2104
|
+
get ['/acs/systems/get'](): SeamHttpAcsSystems['get'];
|
|
2105
|
+
get ['/acs/systems/list'](): SeamHttpAcsSystems['list'];
|
|
2106
|
+
get ['/acs/systems/list_compatible_credential_manager_acs_systems'](): SeamHttpAcsSystems['listCompatibleCredentialManagerAcsSystems'];
|
|
2107
|
+
get ['/acs/users/add_to_access_group'](): SeamHttpAcsUsers['addToAccessGroup'];
|
|
2108
|
+
get ['/acs/users/create'](): SeamHttpAcsUsers['create'];
|
|
2109
|
+
get ['/acs/users/delete'](): SeamHttpAcsUsers['delete'];
|
|
2110
|
+
get ['/acs/users/get'](): SeamHttpAcsUsers['get'];
|
|
2111
|
+
get ['/acs/users/list'](): SeamHttpAcsUsers['list'];
|
|
2112
|
+
get ['/acs/users/list_accessible_entrances'](): SeamHttpAcsUsers['listAccessibleEntrances'];
|
|
2113
|
+
get ['/acs/users/remove_from_access_group'](): SeamHttpAcsUsers['removeFromAccessGroup'];
|
|
2114
|
+
get ['/acs/users/revoke_access_to_all_entrances'](): SeamHttpAcsUsers['revokeAccessToAllEntrances'];
|
|
2115
|
+
get ['/acs/users/suspend'](): SeamHttpAcsUsers['suspend'];
|
|
2116
|
+
get ['/acs/users/unsuspend'](): SeamHttpAcsUsers['unsuspend'];
|
|
2117
|
+
get ['/acs/users/update'](): SeamHttpAcsUsers['update'];
|
|
2118
|
+
get ['/acs/users/unmanaged/get'](): SeamHttpAcsUsersUnmanaged['get'];
|
|
2119
|
+
get ['/acs/users/unmanaged/list'](): SeamHttpAcsUsersUnmanaged['list'];
|
|
2120
|
+
get ['/action_attempts/get'](): SeamHttpActionAttempts['get'];
|
|
2121
|
+
get ['/action_attempts/list'](): SeamHttpActionAttempts['list'];
|
|
2122
|
+
get ['/bridges/get'](): SeamHttpBridges['get'];
|
|
2123
|
+
get ['/bridges/list'](): SeamHttpBridges['list'];
|
|
2124
|
+
get ['/client_sessions/create'](): SeamHttpClientSessions['create'];
|
|
2125
|
+
get ['/client_sessions/delete'](): SeamHttpClientSessions['delete'];
|
|
2126
|
+
get ['/client_sessions/get'](): SeamHttpClientSessions['get'];
|
|
2127
|
+
get ['/client_sessions/get_or_create'](): SeamHttpClientSessions['getOrCreate'];
|
|
2128
|
+
get ['/client_sessions/grant_access'](): SeamHttpClientSessions['grantAccess'];
|
|
2129
|
+
get ['/client_sessions/list'](): SeamHttpClientSessions['list'];
|
|
2130
|
+
get ['/client_sessions/revoke'](): SeamHttpClientSessions['revoke'];
|
|
2131
|
+
get ['/connect_webviews/create'](): SeamHttpConnectWebviews['create'];
|
|
2132
|
+
get ['/connect_webviews/delete'](): SeamHttpConnectWebviews['delete'];
|
|
2133
|
+
get ['/connect_webviews/get'](): SeamHttpConnectWebviews['get'];
|
|
2134
|
+
get ['/connect_webviews/list'](): SeamHttpConnectWebviews['list'];
|
|
2135
|
+
get ['/connected_accounts/delete'](): SeamHttpConnectedAccounts['delete'];
|
|
2136
|
+
get ['/connected_accounts/get'](): SeamHttpConnectedAccounts['get'];
|
|
2137
|
+
get ['/connected_accounts/list'](): SeamHttpConnectedAccounts['list'];
|
|
2138
|
+
get ['/connected_accounts/sync'](): SeamHttpConnectedAccounts['sync'];
|
|
2139
|
+
get ['/connected_accounts/update'](): SeamHttpConnectedAccounts['update'];
|
|
2140
|
+
get ['/devices/delete'](): SeamHttpDevices['delete'];
|
|
2141
|
+
get ['/devices/get'](): SeamHttpDevices['get'];
|
|
2142
|
+
get ['/devices/list'](): SeamHttpDevices['list'];
|
|
2143
|
+
get ['/devices/list_device_providers'](): SeamHttpDevices['listDeviceProviders'];
|
|
2144
|
+
get ['/devices/update'](): SeamHttpDevices['update'];
|
|
2145
|
+
get ['/devices/simulate/connect'](): SeamHttpDevicesSimulate['connect'];
|
|
2146
|
+
get ['/devices/simulate/disconnect'](): SeamHttpDevicesSimulate['disconnect'];
|
|
2147
|
+
get ['/devices/simulate/remove'](): SeamHttpDevicesSimulate['remove'];
|
|
2148
|
+
get ['/devices/unmanaged/get'](): SeamHttpDevicesUnmanaged['get'];
|
|
2149
|
+
get ['/devices/unmanaged/list'](): SeamHttpDevicesUnmanaged['list'];
|
|
2150
|
+
get ['/devices/unmanaged/update'](): SeamHttpDevicesUnmanaged['update'];
|
|
2151
|
+
get ['/events/get'](): SeamHttpEvents['get'];
|
|
2152
|
+
get ['/events/list'](): SeamHttpEvents['list'];
|
|
2153
|
+
get ['/locks/get'](): SeamHttpLocks['get'];
|
|
2154
|
+
get ['/locks/list'](): SeamHttpLocks['list'];
|
|
2155
|
+
get ['/locks/lock_door'](): SeamHttpLocks['lockDoor'];
|
|
2156
|
+
get ['/locks/unlock_door'](): SeamHttpLocks['unlockDoor'];
|
|
2157
|
+
get ['/locks/simulate/keypad_code_entry'](): SeamHttpLocksSimulate['keypadCodeEntry'];
|
|
2158
|
+
get ['/locks/simulate/manual_lock_via_keypad'](): SeamHttpLocksSimulate['manualLockViaKeypad'];
|
|
2159
|
+
get ['/networks/get'](): SeamHttpNetworks['get'];
|
|
2160
|
+
get ['/networks/list'](): SeamHttpNetworks['list'];
|
|
2161
|
+
get ['/noise_sensors/list'](): SeamHttpNoiseSensors['list'];
|
|
2162
|
+
get ['/noise_sensors/noise_thresholds/create'](): SeamHttpNoiseSensorsNoiseThresholds['create'];
|
|
2163
|
+
get ['/noise_sensors/noise_thresholds/delete'](): SeamHttpNoiseSensorsNoiseThresholds['delete'];
|
|
2164
|
+
get ['/noise_sensors/noise_thresholds/get'](): SeamHttpNoiseSensorsNoiseThresholds['get'];
|
|
2165
|
+
get ['/noise_sensors/noise_thresholds/list'](): SeamHttpNoiseSensorsNoiseThresholds['list'];
|
|
2166
|
+
get ['/noise_sensors/noise_thresholds/update'](): SeamHttpNoiseSensorsNoiseThresholds['update'];
|
|
2167
|
+
get ['/noise_sensors/simulate/trigger_noise_threshold'](): SeamHttpNoiseSensorsSimulate['triggerNoiseThreshold'];
|
|
2168
|
+
get ['/phones/deactivate'](): SeamHttpPhones['deactivate'];
|
|
2169
|
+
get ['/phones/get'](): SeamHttpPhones['get'];
|
|
2170
|
+
get ['/phones/list'](): SeamHttpPhones['list'];
|
|
2171
|
+
get ['/phones/simulate/create_sandbox_phone'](): SeamHttpPhonesSimulate['createSandboxPhone'];
|
|
2172
|
+
get ['/seam/bridge/v1/bridge_client_sessions/create'](): SeamHttpSeamBridgeV1BridgeClientSessions['create'];
|
|
2173
|
+
get ['/seam/bridge/v1/bridge_client_sessions/get'](): SeamHttpSeamBridgeV1BridgeClientSessions['get'];
|
|
2174
|
+
get ['/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'](): SeamHttpSeamBridgeV1BridgeClientSessions['refreshTelemetryToken'];
|
|
2175
|
+
get ['/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'](): SeamHttpSeamBridgeV1BridgeClientSessions['regeneratePairingCode'];
|
|
2176
|
+
get ['/seam/bridge/v1/bridge_client_sessions/report_status'](): SeamHttpSeamBridgeV1BridgeClientSessions['reportStatus'];
|
|
2177
|
+
get ['/seam/bridge/v1/bridge_connected_systems/list'](): SeamHttpSeamBridgeV1BridgeConnectedSystems['list'];
|
|
2178
|
+
get ['/seam/instant_key/v1/client_sessions/exchange_short_code'](): SeamHttpSeamInstantKeyV1ClientSessions['exchangeShortCode'];
|
|
2179
|
+
get ['/seam/mobile_sdk/v1/acs/credentials/list'](): SeamHttpSeamMobileSdkV1AcsCredentials['list'];
|
|
2180
|
+
get ['/seam/mobile_sdk/v1/phone_sessions/get_or_create'](): SeamHttpSeamMobileSdkV1PhoneSessions['getOrCreate'];
|
|
2181
|
+
get ['/seam/partner/v1/building_blocks/spaces/auto_map'](): SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap'];
|
|
2182
|
+
get ['/seam/partner/v1/resources/list'](): SeamHttpSeamPartnerV1Resources['list'];
|
|
2183
|
+
get ['/spaces/add_acs_entrances'](): SeamHttpSpaces['addAcsEntrances'];
|
|
2184
|
+
get ['/spaces/add_devices'](): SeamHttpSpaces['addDevices'];
|
|
2185
|
+
get ['/spaces/create'](): SeamHttpSpaces['create'];
|
|
2186
|
+
get ['/spaces/delete'](): SeamHttpSpaces['delete'];
|
|
2187
|
+
get ['/spaces/get'](): SeamHttpSpaces['get'];
|
|
2188
|
+
get ['/spaces/list'](): SeamHttpSpaces['list'];
|
|
2189
|
+
get ['/spaces/remove_acs_entrances'](): SeamHttpSpaces['removeAcsEntrances'];
|
|
2190
|
+
get ['/spaces/remove_devices'](): SeamHttpSpaces['removeDevices'];
|
|
2191
|
+
get ['/spaces/update'](): SeamHttpSpaces['update'];
|
|
2192
|
+
get ['/thermostats/activate_climate_preset'](): SeamHttpThermostats['activateClimatePreset'];
|
|
2193
|
+
get ['/thermostats/cool'](): SeamHttpThermostats['cool'];
|
|
2194
|
+
get ['/thermostats/create_climate_preset'](): SeamHttpThermostats['createClimatePreset'];
|
|
2195
|
+
get ['/thermostats/delete_climate_preset'](): SeamHttpThermostats['deleteClimatePreset'];
|
|
2196
|
+
get ['/thermostats/get'](): SeamHttpThermostats['get'];
|
|
2197
|
+
get ['/thermostats/heat'](): SeamHttpThermostats['heat'];
|
|
2198
|
+
get ['/thermostats/heat_cool'](): SeamHttpThermostats['heatCool'];
|
|
2199
|
+
get ['/thermostats/list'](): SeamHttpThermostats['list'];
|
|
2200
|
+
get ['/thermostats/off'](): SeamHttpThermostats['off'];
|
|
2201
|
+
get ['/thermostats/set_fallback_climate_preset'](): SeamHttpThermostats['setFallbackClimatePreset'];
|
|
2202
|
+
get ['/thermostats/set_fan_mode'](): SeamHttpThermostats['setFanMode'];
|
|
2203
|
+
get ['/thermostats/set_hvac_mode'](): SeamHttpThermostats['setHvacMode'];
|
|
2204
|
+
get ['/thermostats/set_temperature_threshold'](): SeamHttpThermostats['setTemperatureThreshold'];
|
|
2205
|
+
get ['/thermostats/update_climate_preset'](): SeamHttpThermostats['updateClimatePreset'];
|
|
2206
|
+
get ['/thermostats/update_weekly_program'](): SeamHttpThermostats['updateWeeklyProgram'];
|
|
2207
|
+
get ['/thermostats/daily_programs/create'](): SeamHttpThermostatsDailyPrograms['create'];
|
|
2208
|
+
get ['/thermostats/daily_programs/delete'](): SeamHttpThermostatsDailyPrograms['delete'];
|
|
2209
|
+
get ['/thermostats/daily_programs/update'](): SeamHttpThermostatsDailyPrograms['update'];
|
|
2210
|
+
get ['/thermostats/schedules/create'](): SeamHttpThermostatsSchedules['create'];
|
|
2211
|
+
get ['/thermostats/schedules/delete'](): SeamHttpThermostatsSchedules['delete'];
|
|
2212
|
+
get ['/thermostats/schedules/get'](): SeamHttpThermostatsSchedules['get'];
|
|
2213
|
+
get ['/thermostats/schedules/list'](): SeamHttpThermostatsSchedules['list'];
|
|
2214
|
+
get ['/thermostats/schedules/update'](): SeamHttpThermostatsSchedules['update'];
|
|
2215
|
+
get ['/thermostats/simulate/hvac_mode_adjusted'](): SeamHttpThermostatsSimulate['hvacModeAdjusted'];
|
|
2216
|
+
get ['/thermostats/simulate/temperature_reached'](): SeamHttpThermostatsSimulate['temperatureReached'];
|
|
2217
|
+
get ['/unstable_access_grants/create'](): SeamHttpUnstableAccessGrants['create'];
|
|
2218
|
+
get ['/unstable_access_grants/delete'](): SeamHttpUnstableAccessGrants['delete'];
|
|
2219
|
+
get ['/unstable_access_grants/get'](): SeamHttpUnstableAccessGrants['get'];
|
|
2220
|
+
get ['/unstable_access_grants/list'](): SeamHttpUnstableAccessGrants['list'];
|
|
2221
|
+
get ['/unstable_access_methods/delete'](): SeamHttpUnstableAccessMethods['delete'];
|
|
2222
|
+
get ['/unstable_access_methods/get'](): SeamHttpUnstableAccessMethods['get'];
|
|
2223
|
+
get ['/unstable_access_methods/list'](): SeamHttpUnstableAccessMethods['list'];
|
|
2224
|
+
get ['/unstable_locations/add_acs_entrances'](): SeamHttpUnstableLocations['addAcsEntrances'];
|
|
2225
|
+
get ['/unstable_locations/add_devices'](): SeamHttpUnstableLocations['addDevices'];
|
|
2226
|
+
get ['/unstable_locations/create'](): SeamHttpUnstableLocations['create'];
|
|
2227
|
+
get ['/unstable_locations/delete'](): SeamHttpUnstableLocations['delete'];
|
|
2228
|
+
get ['/unstable_locations/get'](): SeamHttpUnstableLocations['get'];
|
|
2229
|
+
get ['/unstable_locations/list'](): SeamHttpUnstableLocations['list'];
|
|
2230
|
+
get ['/unstable_locations/remove_acs_entrances'](): SeamHttpUnstableLocations['removeAcsEntrances'];
|
|
2231
|
+
get ['/unstable_locations/remove_devices'](): SeamHttpUnstableLocations['removeDevices'];
|
|
2232
|
+
get ['/unstable_locations/update'](): SeamHttpUnstableLocations['update'];
|
|
2233
|
+
get ['/unstable_partner/building_blocks/connect_accounts'](): SeamHttpUnstablePartnerBuildingBlocks['connectAccounts'];
|
|
2234
|
+
get ['/unstable_partner/building_blocks/generate_magic_link'](): SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink'];
|
|
2235
|
+
get ['/unstable_partner/building_blocks/manage_devices'](): SeamHttpUnstablePartnerBuildingBlocks['manageDevices'];
|
|
2236
|
+
get ['/unstable_partner/building_blocks/organize_spaces'](): SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces'];
|
|
2237
|
+
get ['/unstable_partner/resources/push'](): SeamHttpUnstablePartnerResources['push'];
|
|
2238
|
+
get ['/user_identities/add_acs_user'](): SeamHttpUserIdentities['addAcsUser'];
|
|
2239
|
+
get ['/user_identities/create'](): SeamHttpUserIdentities['create'];
|
|
2240
|
+
get ['/user_identities/delete'](): SeamHttpUserIdentities['delete'];
|
|
2241
|
+
get ['/user_identities/generate_instant_key'](): SeamHttpUserIdentities['generateInstantKey'];
|
|
2242
|
+
get ['/user_identities/get'](): SeamHttpUserIdentities['get'];
|
|
2243
|
+
get ['/user_identities/grant_access_to_device'](): SeamHttpUserIdentities['grantAccessToDevice'];
|
|
2244
|
+
get ['/user_identities/list'](): SeamHttpUserIdentities['list'];
|
|
2245
|
+
get ['/user_identities/list_accessible_devices'](): SeamHttpUserIdentities['listAccessibleDevices'];
|
|
2246
|
+
get ['/user_identities/list_acs_systems'](): SeamHttpUserIdentities['listAcsSystems'];
|
|
2247
|
+
get ['/user_identities/list_acs_users'](): SeamHttpUserIdentities['listAcsUsers'];
|
|
2248
|
+
get ['/user_identities/remove_acs_user'](): SeamHttpUserIdentities['removeAcsUser'];
|
|
2249
|
+
get ['/user_identities/revoke_access_to_device'](): SeamHttpUserIdentities['revokeAccessToDevice'];
|
|
2250
|
+
get ['/user_identities/update'](): SeamHttpUserIdentities['update'];
|
|
2251
|
+
get ['/user_identities/enrollment_automations/delete'](): SeamHttpUserIdentitiesEnrollmentAutomations['delete'];
|
|
2252
|
+
get ['/user_identities/enrollment_automations/get'](): SeamHttpUserIdentitiesEnrollmentAutomations['get'];
|
|
2253
|
+
get ['/user_identities/enrollment_automations/launch'](): SeamHttpUserIdentitiesEnrollmentAutomations['launch'];
|
|
2254
|
+
get ['/user_identities/enrollment_automations/list'](): SeamHttpUserIdentitiesEnrollmentAutomations['list'];
|
|
2255
|
+
get ['/webhooks/create'](): SeamHttpWebhooks['create'];
|
|
2256
|
+
get ['/webhooks/delete'](): SeamHttpWebhooks['delete'];
|
|
2257
|
+
get ['/webhooks/get'](): SeamHttpWebhooks['get'];
|
|
2258
|
+
get ['/webhooks/list'](): SeamHttpWebhooks['list'];
|
|
2259
|
+
get ['/webhooks/update'](): SeamHttpWebhooks['update'];
|
|
2260
|
+
get ['/workspaces/create'](): SeamHttpWorkspaces['create'];
|
|
2261
|
+
get ['/workspaces/get'](): SeamHttpWorkspaces['get'];
|
|
2262
|
+
get ['/workspaces/list'](): SeamHttpWorkspaces['list'];
|
|
2263
|
+
get ['/workspaces/reset_sandbox'](): SeamHttpWorkspaces['resetSandbox'];
|
|
2264
|
+
get ['/workspaces/update'](): SeamHttpWorkspaces['update'];
|
|
2265
|
+
}
|
|
2266
|
+
|
|
1381
2267
|
interface ResolveActionAttemptOptions {
|
|
1382
2268
|
timeout?: number;
|
|
1383
2269
|
pollingInterval?: number;
|
|
@@ -3666,6 +4552,7 @@ interface SeamHttpCommonOptions extends ClientOptions, SeamHttpRequestOptions {
|
|
|
3666
4552
|
}
|
|
3667
4553
|
interface SeamHttpRequestOptions {
|
|
3668
4554
|
waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
|
|
4555
|
+
isUndocumentedApiEnabled?: boolean;
|
|
3669
4556
|
}
|
|
3670
4557
|
interface SeamHttpFromPublishableKeyOptions extends SeamHttpCommonOptions {
|
|
3671
4558
|
}
|
|
@@ -3673,7 +4560,7 @@ interface SeamHttpOptionsFromEnv extends SeamHttpCommonOptions {
|
|
|
3673
4560
|
}
|
|
3674
4561
|
interface SeamHttpMultiWorkspaceOptionsFromEnv extends SeamHttpCommonOptions {
|
|
3675
4562
|
}
|
|
3676
|
-
interface SeamHttpMultiWorkspaceOptionsWithClient extends
|
|
4563
|
+
interface SeamHttpMultiWorkspaceOptionsWithClient extends SeamHttpCommonOptions {
|
|
3677
4564
|
client: Client;
|
|
3678
4565
|
}
|
|
3679
4566
|
declare const isSeamHttpMultiWorkspaceOptionsWithClient: (options: SeamHttpOptions) => options is SeamHttpMultiWorkspaceOptionsWithClient;
|
|
@@ -3769,4 +4656,4 @@ declare const isPublishableKey: (token: string) => boolean;
|
|
|
3769
4656
|
declare const isConsoleSessionToken: (token: string) => boolean;
|
|
3770
4657
|
declare const isPersonalAccessToken: (token: string) => boolean;
|
|
3771
4658
|
|
|
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 };
|
|
4659
|
+
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 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 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 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 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 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 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 LocksSimulateKeypadCodeEntryBody, type LocksSimulateKeypadCodeEntryOptions, type LocksSimulateKeypadCodeEntryResponse, type LocksSimulateManualLockViaKeypadBody, type LocksSimulateManualLockViaKeypadOptions, type LocksSimulateManualLockViaKeypadResponse, 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 PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneParams, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, type SeamBridgeV1BridgeClientSessionsCreateBody, type SeamBridgeV1BridgeClientSessionsCreateOptions, type SeamBridgeV1BridgeClientSessionsCreateResponse, type SeamBridgeV1BridgeClientSessionsGetOptions, type SeamBridgeV1BridgeClientSessionsGetParams, type SeamBridgeV1BridgeClientSessionsGetResponse, type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenBody, type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenOptions, type SeamBridgeV1BridgeClientSessionsRefreshTelemetryTokenResponse, type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeBody, type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeOptions, type SeamBridgeV1BridgeClientSessionsRegeneratePairingCodeResponse, type SeamBridgeV1BridgeClientSessionsReportStatusBody, type SeamBridgeV1BridgeClientSessionsReportStatusOptions, type SeamBridgeV1BridgeClientSessionsReportStatusResponse, type SeamBridgeV1BridgeConnectedSystemsListOptions, type SeamBridgeV1BridgeConnectedSystemsListParams, type SeamBridgeV1BridgeConnectedSystemsListResponse, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAccessGrants, SeamHttpAccessMethods, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsAccessGroupsUnmanaged, SeamHttpAcsCredentialPools, SeamHttpAcsCredentialProvisioningAutomations, SeamHttpAcsCredentials, SeamHttpAcsCredentialsUnmanaged, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpAcsUsersUnmanaged, SeamHttpActionAttempts, SeamHttpApiError, SeamHttpBridges, SeamHttpClientSessions, SeamHttpConnectWebviews, SeamHttpConnectedAccounts, SeamHttpDevices, SeamHttpDevicesSimulate, SeamHttpDevicesUnmanaged, SeamHttpEndpoints, SeamHttpEvents, type SeamHttpFromPublishableKeyOptions, SeamHttpInvalidInputError, SeamHttpInvalidOptionsError, SeamHttpInvalidTokenError, SeamHttpLocks, SeamHttpLocksSimulate, SeamHttpMultiWorkspace, SeamHttpMultiWorkspaceInvalidOptionsError, type SeamHttpMultiWorkspaceOptions, type SeamHttpMultiWorkspaceOptionsFromEnv, 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, SeamHttpSeamBridgeV1, SeamHttpSeamBridgeV1BridgeClientSessions, SeamHttpSeamBridgeV1BridgeConnectedSystems, SeamHttpSeamInstantKeyV1, SeamHttpSeamInstantKeyV1ClientSessions, SeamHttpSeamMobileSdkV1, SeamHttpSeamMobileSdkV1Acs, SeamHttpSeamMobileSdkV1AcsCredentials, SeamHttpSeamMobileSdkV1PhoneSessions, SeamHttpSeamPartnerV1, SeamHttpSeamPartnerV1BuildingBlocks, SeamHttpSeamPartnerV1BuildingBlocksSpaces, SeamHttpSeamPartnerV1Resources, SeamHttpSpaces, SeamHttpThermostats, SeamHttpThermostatsDailyPrograms, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUnstableAccessGrants, SeamHttpUnstableAccessMethods, SeamHttpUnstableLocations, SeamHttpUnstablePartner, SeamHttpUnstablePartnerBuildingBlocks, SeamHttpUnstablePartnerResources, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, type SeamInstantKeyV1ClientSessionsExchangeShortCodeBody, type SeamInstantKeyV1ClientSessionsExchangeShortCodeOptions, type SeamInstantKeyV1ClientSessionsExchangeShortCodeResponse, type SeamMobileSdkV1AcsCredentialsListOptions, type SeamMobileSdkV1AcsCredentialsListParams, type SeamMobileSdkV1AcsCredentialsListResponse, type SeamMobileSdkV1PhoneSessionsGetOrCreateBody, type SeamMobileSdkV1PhoneSessionsGetOrCreateOptions, type SeamMobileSdkV1PhoneSessionsGetOrCreateResponse, SeamPaginator, type SeamPartnerV1BuildingBlocksSpacesAutoMapOptions, type SeamPartnerV1BuildingBlocksSpacesAutoMapParams, type SeamPartnerV1BuildingBlocksSpacesAutoMapResponse, type SeamPartnerV1ResourcesListOptions, type SeamPartnerV1ResourcesListParams, type SeamPartnerV1ResourcesListResponse, 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 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 ThermostatsUpdateWeeklyProgramBody, type ThermostatsUpdateWeeklyProgramOptions, type ThermostatsUpdateWeeklyProgramResponse, type UnstableAccessGrantsCreateBody, type UnstableAccessGrantsCreateOptions, type UnstableAccessGrantsCreateResponse, type UnstableAccessGrantsDeleteOptions, type UnstableAccessGrantsDeleteParams, type UnstableAccessGrantsDeleteResponse, type UnstableAccessGrantsGetOptions, type UnstableAccessGrantsGetParams, type UnstableAccessGrantsGetResponse, type UnstableAccessGrantsListOptions, type UnstableAccessGrantsListParams, type UnstableAccessGrantsListResponse, type UnstableAccessMethodsDeleteOptions, type UnstableAccessMethodsDeleteParams, type UnstableAccessMethodsDeleteResponse, type UnstableAccessMethodsGetOptions, type UnstableAccessMethodsGetParams, type UnstableAccessMethodsGetResponse, type UnstableAccessMethodsListOptions, type UnstableAccessMethodsListParams, type UnstableAccessMethodsListResponse, type UnstableLocationsAddAcsEntrancesBody, type UnstableLocationsAddAcsEntrancesOptions, type UnstableLocationsAddAcsEntrancesResponse, type UnstableLocationsAddDevicesBody, type UnstableLocationsAddDevicesOptions, type UnstableLocationsAddDevicesResponse, type UnstableLocationsCreateBody, type UnstableLocationsCreateOptions, type UnstableLocationsCreateResponse, type UnstableLocationsDeleteOptions, type UnstableLocationsDeleteParams, type UnstableLocationsDeleteResponse, type UnstableLocationsGetOptions, type UnstableLocationsGetParams, type UnstableLocationsGetResponse, type UnstableLocationsListOptions, type UnstableLocationsListParams, type UnstableLocationsListResponse, type UnstableLocationsRemoveAcsEntrancesOptions, type UnstableLocationsRemoveAcsEntrancesParams, type UnstableLocationsRemoveAcsEntrancesResponse, type UnstableLocationsRemoveDevicesOptions, type UnstableLocationsRemoveDevicesParams, type UnstableLocationsRemoveDevicesResponse, type UnstableLocationsUpdateBody, type UnstableLocationsUpdateOptions, type UnstableLocationsUpdateResponse, type UnstablePartnerBuildingBlocksConnectAccountsBody, type UnstablePartnerBuildingBlocksConnectAccountsOptions, type UnstablePartnerBuildingBlocksConnectAccountsResponse, type UnstablePartnerBuildingBlocksGenerateMagicLinkOptions, type UnstablePartnerBuildingBlocksGenerateMagicLinkParams, type UnstablePartnerBuildingBlocksGenerateMagicLinkResponse, type UnstablePartnerBuildingBlocksManageDevicesBody, type UnstablePartnerBuildingBlocksManageDevicesOptions, type UnstablePartnerBuildingBlocksManageDevicesResponse, type UnstablePartnerBuildingBlocksOrganizeSpacesBody, type UnstablePartnerBuildingBlocksOrganizeSpacesOptions, type UnstablePartnerBuildingBlocksOrganizeSpacesResponse, type UnstablePartnerResourcesPushBody, type UnstablePartnerResourcesPushOptions, type UnstablePartnerResourcesPushResponse, 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 };
|