@seamapi/http 1.36.0 → 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 +13 -0
- package/dist/connect.cjs +4853 -981
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +703 -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 +7 -0
- package/lib/seam/connect/routes/index.js +7 -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 +69 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js +510 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- 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 +7 -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 +822 -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
|
@@ -38,13 +38,19 @@ import { SeamHttpAccessCodesUnmanaged } from './access-codes/unmanaged/index.js'
|
|
|
38
38
|
import { SeamHttpAccessGrants } from './access-grants/index.js'
|
|
39
39
|
import { SeamHttpAccessMethods } from './access-methods/index.js'
|
|
40
40
|
import { SeamHttpAcsAccessGroups } from './acs/access-groups/index.js'
|
|
41
|
+
import { SeamHttpAcsAccessGroupsUnmanaged } from './acs/access-groups/unmanaged/index.js'
|
|
42
|
+
import { SeamHttpAcsCredentialPools } from './acs/credential-pools/index.js'
|
|
43
|
+
import { SeamHttpAcsCredentialProvisioningAutomations } from './acs/credential-provisioning-automations/index.js'
|
|
41
44
|
import { SeamHttpAcsCredentials } from './acs/credentials/index.js'
|
|
45
|
+
import { SeamHttpAcsCredentialsUnmanaged } from './acs/credentials/unmanaged/index.js'
|
|
42
46
|
import { SeamHttpAcsEncoders } from './acs/encoders/index.js'
|
|
43
47
|
import { SeamHttpAcsEncodersSimulate } from './acs/encoders/simulate/index.js'
|
|
44
48
|
import { SeamHttpAcsEntrances } from './acs/entrances/index.js'
|
|
45
49
|
import { SeamHttpAcsSystems } from './acs/systems/index.js'
|
|
46
50
|
import { SeamHttpAcsUsers } from './acs/users/index.js'
|
|
51
|
+
import { SeamHttpAcsUsersUnmanaged } from './acs/users/unmanaged/index.js'
|
|
47
52
|
import { SeamHttpActionAttempts } from './action-attempts/index.js'
|
|
53
|
+
import { SeamHttpBridges } from './bridges/index.js'
|
|
48
54
|
import { SeamHttpClientSessions } from './client-sessions/index.js'
|
|
49
55
|
import { SeamHttpConnectWebviews } from './connect-webviews/index.js'
|
|
50
56
|
import { SeamHttpConnectedAccounts } from './connected-accounts/index.js'
|
|
@@ -53,16 +59,30 @@ import { SeamHttpDevicesSimulate } from './devices/simulate/index.js'
|
|
|
53
59
|
import { SeamHttpDevicesUnmanaged } from './devices/unmanaged/index.js'
|
|
54
60
|
import { SeamHttpEvents } from './events/index.js'
|
|
55
61
|
import { SeamHttpLocks } from './locks/index.js'
|
|
62
|
+
import { SeamHttpLocksSimulate } from './locks/simulate/index.js'
|
|
63
|
+
import { SeamHttpNetworks } from './networks/index.js'
|
|
56
64
|
import { SeamHttpNoiseSensors } from './noise-sensors/index.js'
|
|
57
65
|
import { SeamHttpNoiseSensorsNoiseThresholds } from './noise-sensors/noise-thresholds/index.js'
|
|
58
66
|
import { SeamHttpNoiseSensorsSimulate } from './noise-sensors/simulate/index.js'
|
|
59
67
|
import { SeamHttpPhones } from './phones/index.js'
|
|
60
68
|
import { SeamHttpPhonesSimulate } from './phones/simulate/index.js'
|
|
69
|
+
import { SeamHttpSeamBridgeV1BridgeClientSessions } from './seam/bridge/v1/bridge-client-sessions/index.js'
|
|
70
|
+
import { SeamHttpSeamBridgeV1BridgeConnectedSystems } from './seam/bridge/v1/bridge-connected-systems/index.js'
|
|
71
|
+
import { SeamHttpSeamInstantKeyV1ClientSessions } from './seam/instant-key/v1/client-sessions/index.js'
|
|
72
|
+
import { SeamHttpSeamMobileSdkV1AcsCredentials } from './seam/mobile-sdk/v1/acs/credentials/index.js'
|
|
73
|
+
import { SeamHttpSeamMobileSdkV1PhoneSessions } from './seam/mobile-sdk/v1/phone-sessions/index.js'
|
|
74
|
+
import { SeamHttpSeamPartnerV1BuildingBlocksSpaces } from './seam/partner/v1/building-blocks/spaces/index.js'
|
|
75
|
+
import { SeamHttpSeamPartnerV1Resources } from './seam/partner/v1/resources/index.js'
|
|
61
76
|
import { SeamHttpSpaces } from './spaces/index.js'
|
|
62
77
|
import { SeamHttpThermostatsDailyPrograms } from './thermostats/daily-programs/index.js'
|
|
63
78
|
import { SeamHttpThermostats } from './thermostats/index.js'
|
|
64
79
|
import { SeamHttpThermostatsSchedules } from './thermostats/schedules/index.js'
|
|
65
80
|
import { SeamHttpThermostatsSimulate } from './thermostats/simulate/index.js'
|
|
81
|
+
import { SeamHttpUnstableAccessGrants } from './unstable-access-grants/index.js'
|
|
82
|
+
import { SeamHttpUnstableAccessMethods } from './unstable-access-methods/index.js'
|
|
83
|
+
import { SeamHttpUnstableLocations } from './unstable-locations/index.js'
|
|
84
|
+
import { SeamHttpUnstablePartnerBuildingBlocks } from './unstable-partner/building-blocks/index.js'
|
|
85
|
+
import { SeamHttpUnstablePartnerResources } from './unstable-partner/resources/index.js'
|
|
66
86
|
import { SeamHttpUserIdentitiesEnrollmentAutomations } from './user-identities/enrollment-automations/index.js'
|
|
67
87
|
import { SeamHttpUserIdentities } from './user-identities/index.js'
|
|
68
88
|
import { SeamHttpWebhooks } from './webhooks/index.js'
|
|
@@ -497,6 +517,71 @@ export class SeamHttpEndpoints {
|
|
|
497
517
|
}
|
|
498
518
|
}
|
|
499
519
|
|
|
520
|
+
get ['/acs/access_groups/unmanaged/get'](): SeamHttpAcsAccessGroupsUnmanaged['get'] {
|
|
521
|
+
const { client, defaults } = this
|
|
522
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
523
|
+
throw new Error(
|
|
524
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
525
|
+
)
|
|
526
|
+
}
|
|
527
|
+
return function acsAccessGroupsUnmanagedGet(
|
|
528
|
+
...args: Parameters<SeamHttpAcsAccessGroupsUnmanaged['get']>
|
|
529
|
+
): ReturnType<SeamHttpAcsAccessGroupsUnmanaged['get']> {
|
|
530
|
+
const seam = SeamHttpAcsAccessGroupsUnmanaged.fromClient(client, defaults)
|
|
531
|
+
return seam.get(...args)
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
get ['/acs/access_groups/unmanaged/list'](): SeamHttpAcsAccessGroupsUnmanaged['list'] {
|
|
536
|
+
const { client, defaults } = this
|
|
537
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
538
|
+
throw new Error(
|
|
539
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
540
|
+
)
|
|
541
|
+
}
|
|
542
|
+
return function acsAccessGroupsUnmanagedList(
|
|
543
|
+
...args: Parameters<SeamHttpAcsAccessGroupsUnmanaged['list']>
|
|
544
|
+
): ReturnType<SeamHttpAcsAccessGroupsUnmanaged['list']> {
|
|
545
|
+
const seam = SeamHttpAcsAccessGroupsUnmanaged.fromClient(client, defaults)
|
|
546
|
+
return seam.list(...args)
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
get ['/acs/credential_pools/list'](): SeamHttpAcsCredentialPools['list'] {
|
|
551
|
+
const { client, defaults } = this
|
|
552
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
553
|
+
throw new Error(
|
|
554
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
555
|
+
)
|
|
556
|
+
}
|
|
557
|
+
return function acsCredentialPoolsList(
|
|
558
|
+
...args: Parameters<SeamHttpAcsCredentialPools['list']>
|
|
559
|
+
): ReturnType<SeamHttpAcsCredentialPools['list']> {
|
|
560
|
+
const seam = SeamHttpAcsCredentialPools.fromClient(client, defaults)
|
|
561
|
+
return seam.list(...args)
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
get ['/acs/credential_provisioning_automations/launch'](): SeamHttpAcsCredentialProvisioningAutomations['launch'] {
|
|
566
|
+
const { client, defaults } = this
|
|
567
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
568
|
+
throw new Error(
|
|
569
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
570
|
+
)
|
|
571
|
+
}
|
|
572
|
+
return function acsCredentialProvisioningAutomationsLaunch(
|
|
573
|
+
...args: Parameters<
|
|
574
|
+
SeamHttpAcsCredentialProvisioningAutomations['launch']
|
|
575
|
+
>
|
|
576
|
+
): ReturnType<SeamHttpAcsCredentialProvisioningAutomations['launch']> {
|
|
577
|
+
const seam = SeamHttpAcsCredentialProvisioningAutomations.fromClient(
|
|
578
|
+
client,
|
|
579
|
+
defaults,
|
|
580
|
+
)
|
|
581
|
+
return seam.launch(...args)
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
|
|
500
585
|
get ['/acs/credentials/assign'](): SeamHttpAcsCredentials['assign'] {
|
|
501
586
|
const { client, defaults } = this
|
|
502
587
|
return function acsCredentialsAssign(
|
|
@@ -517,6 +602,21 @@ export class SeamHttpEndpoints {
|
|
|
517
602
|
}
|
|
518
603
|
}
|
|
519
604
|
|
|
605
|
+
get ['/acs/credentials/create_offline_code'](): SeamHttpAcsCredentials['createOfflineCode'] {
|
|
606
|
+
const { client, defaults } = this
|
|
607
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
608
|
+
throw new Error(
|
|
609
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
610
|
+
)
|
|
611
|
+
}
|
|
612
|
+
return function acsCredentialsCreateOfflineCode(
|
|
613
|
+
...args: Parameters<SeamHttpAcsCredentials['createOfflineCode']>
|
|
614
|
+
): ReturnType<SeamHttpAcsCredentials['createOfflineCode']> {
|
|
615
|
+
const seam = SeamHttpAcsCredentials.fromClient(client, defaults)
|
|
616
|
+
return seam.createOfflineCode(...args)
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
|
|
520
620
|
get ['/acs/credentials/delete'](): SeamHttpAcsCredentials['delete'] {
|
|
521
621
|
const { client, defaults } = this
|
|
522
622
|
return function acsCredentialsDelete(
|
|
@@ -577,6 +677,36 @@ export class SeamHttpEndpoints {
|
|
|
577
677
|
}
|
|
578
678
|
}
|
|
579
679
|
|
|
680
|
+
get ['/acs/credentials/unmanaged/get'](): SeamHttpAcsCredentialsUnmanaged['get'] {
|
|
681
|
+
const { client, defaults } = this
|
|
682
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
683
|
+
throw new Error(
|
|
684
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
685
|
+
)
|
|
686
|
+
}
|
|
687
|
+
return function acsCredentialsUnmanagedGet(
|
|
688
|
+
...args: Parameters<SeamHttpAcsCredentialsUnmanaged['get']>
|
|
689
|
+
): ReturnType<SeamHttpAcsCredentialsUnmanaged['get']> {
|
|
690
|
+
const seam = SeamHttpAcsCredentialsUnmanaged.fromClient(client, defaults)
|
|
691
|
+
return seam.get(...args)
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
get ['/acs/credentials/unmanaged/list'](): SeamHttpAcsCredentialsUnmanaged['list'] {
|
|
696
|
+
const { client, defaults } = this
|
|
697
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
698
|
+
throw new Error(
|
|
699
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
700
|
+
)
|
|
701
|
+
}
|
|
702
|
+
return function acsCredentialsUnmanagedList(
|
|
703
|
+
...args: Parameters<SeamHttpAcsCredentialsUnmanaged['list']>
|
|
704
|
+
): ReturnType<SeamHttpAcsCredentialsUnmanaged['list']> {
|
|
705
|
+
const seam = SeamHttpAcsCredentialsUnmanaged.fromClient(client, defaults)
|
|
706
|
+
return seam.list(...args)
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
|
|
580
710
|
get ['/acs/encoders/encode_access_method'](): SeamHttpAcsEncoders['encodeAccessMethod'] {
|
|
581
711
|
const { client, defaults } = this
|
|
582
712
|
return function acsEncodersEncodeAccessMethod(
|
|
@@ -863,6 +993,36 @@ export class SeamHttpEndpoints {
|
|
|
863
993
|
}
|
|
864
994
|
}
|
|
865
995
|
|
|
996
|
+
get ['/acs/users/unmanaged/get'](): SeamHttpAcsUsersUnmanaged['get'] {
|
|
997
|
+
const { client, defaults } = this
|
|
998
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
999
|
+
throw new Error(
|
|
1000
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1001
|
+
)
|
|
1002
|
+
}
|
|
1003
|
+
return function acsUsersUnmanagedGet(
|
|
1004
|
+
...args: Parameters<SeamHttpAcsUsersUnmanaged['get']>
|
|
1005
|
+
): ReturnType<SeamHttpAcsUsersUnmanaged['get']> {
|
|
1006
|
+
const seam = SeamHttpAcsUsersUnmanaged.fromClient(client, defaults)
|
|
1007
|
+
return seam.get(...args)
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
get ['/acs/users/unmanaged/list'](): SeamHttpAcsUsersUnmanaged['list'] {
|
|
1012
|
+
const { client, defaults } = this
|
|
1013
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1014
|
+
throw new Error(
|
|
1015
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1016
|
+
)
|
|
1017
|
+
}
|
|
1018
|
+
return function acsUsersUnmanagedList(
|
|
1019
|
+
...args: Parameters<SeamHttpAcsUsersUnmanaged['list']>
|
|
1020
|
+
): ReturnType<SeamHttpAcsUsersUnmanaged['list']> {
|
|
1021
|
+
const seam = SeamHttpAcsUsersUnmanaged.fromClient(client, defaults)
|
|
1022
|
+
return seam.list(...args)
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
|
|
866
1026
|
get ['/action_attempts/get'](): SeamHttpActionAttempts['get'] {
|
|
867
1027
|
const { client, defaults } = this
|
|
868
1028
|
return function actionAttemptsGet(
|
|
@@ -883,6 +1043,36 @@ export class SeamHttpEndpoints {
|
|
|
883
1043
|
}
|
|
884
1044
|
}
|
|
885
1045
|
|
|
1046
|
+
get ['/bridges/get'](): SeamHttpBridges['get'] {
|
|
1047
|
+
const { client, defaults } = this
|
|
1048
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1049
|
+
throw new Error(
|
|
1050
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1051
|
+
)
|
|
1052
|
+
}
|
|
1053
|
+
return function bridgesGet(
|
|
1054
|
+
...args: Parameters<SeamHttpBridges['get']>
|
|
1055
|
+
): ReturnType<SeamHttpBridges['get']> {
|
|
1056
|
+
const seam = SeamHttpBridges.fromClient(client, defaults)
|
|
1057
|
+
return seam.get(...args)
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
get ['/bridges/list'](): SeamHttpBridges['list'] {
|
|
1062
|
+
const { client, defaults } = this
|
|
1063
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1064
|
+
throw new Error(
|
|
1065
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1066
|
+
)
|
|
1067
|
+
}
|
|
1068
|
+
return function bridgesList(
|
|
1069
|
+
...args: Parameters<SeamHttpBridges['list']>
|
|
1070
|
+
): ReturnType<SeamHttpBridges['list']> {
|
|
1071
|
+
const seam = SeamHttpBridges.fromClient(client, defaults)
|
|
1072
|
+
return seam.list(...args)
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
|
|
886
1076
|
get ['/client_sessions/create'](): SeamHttpClientSessions['create'] {
|
|
887
1077
|
const { client, defaults } = this
|
|
888
1078
|
return function clientSessionsCreate(
|
|
@@ -1043,6 +1233,21 @@ export class SeamHttpEndpoints {
|
|
|
1043
1233
|
}
|
|
1044
1234
|
}
|
|
1045
1235
|
|
|
1236
|
+
get ['/devices/delete'](): SeamHttpDevices['delete'] {
|
|
1237
|
+
const { client, defaults } = this
|
|
1238
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1239
|
+
throw new Error(
|
|
1240
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1241
|
+
)
|
|
1242
|
+
}
|
|
1243
|
+
return function devicesDelete(
|
|
1244
|
+
...args: Parameters<SeamHttpDevices['delete']>
|
|
1245
|
+
): ReturnType<SeamHttpDevices['delete']> {
|
|
1246
|
+
const seam = SeamHttpDevices.fromClient(client, defaults)
|
|
1247
|
+
return seam.delete(...args)
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1046
1251
|
get ['/devices/get'](): SeamHttpDevices['get'] {
|
|
1047
1252
|
const { client, defaults } = this
|
|
1048
1253
|
return function devicesGet(
|
|
@@ -1203,6 +1408,66 @@ export class SeamHttpEndpoints {
|
|
|
1203
1408
|
}
|
|
1204
1409
|
}
|
|
1205
1410
|
|
|
1411
|
+
get ['/locks/simulate/keypad_code_entry'](): SeamHttpLocksSimulate['keypadCodeEntry'] {
|
|
1412
|
+
const { client, defaults } = this
|
|
1413
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1414
|
+
throw new Error(
|
|
1415
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1416
|
+
)
|
|
1417
|
+
}
|
|
1418
|
+
return function locksSimulateKeypadCodeEntry(
|
|
1419
|
+
...args: Parameters<SeamHttpLocksSimulate['keypadCodeEntry']>
|
|
1420
|
+
): ReturnType<SeamHttpLocksSimulate['keypadCodeEntry']> {
|
|
1421
|
+
const seam = SeamHttpLocksSimulate.fromClient(client, defaults)
|
|
1422
|
+
return seam.keypadCodeEntry(...args)
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
get ['/locks/simulate/manual_lock_via_keypad'](): SeamHttpLocksSimulate['manualLockViaKeypad'] {
|
|
1427
|
+
const { client, defaults } = this
|
|
1428
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1429
|
+
throw new Error(
|
|
1430
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1431
|
+
)
|
|
1432
|
+
}
|
|
1433
|
+
return function locksSimulateManualLockViaKeypad(
|
|
1434
|
+
...args: Parameters<SeamHttpLocksSimulate['manualLockViaKeypad']>
|
|
1435
|
+
): ReturnType<SeamHttpLocksSimulate['manualLockViaKeypad']> {
|
|
1436
|
+
const seam = SeamHttpLocksSimulate.fromClient(client, defaults)
|
|
1437
|
+
return seam.manualLockViaKeypad(...args)
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
get ['/networks/get'](): SeamHttpNetworks['get'] {
|
|
1442
|
+
const { client, defaults } = this
|
|
1443
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1444
|
+
throw new Error(
|
|
1445
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1446
|
+
)
|
|
1447
|
+
}
|
|
1448
|
+
return function networksGet(
|
|
1449
|
+
...args: Parameters<SeamHttpNetworks['get']>
|
|
1450
|
+
): ReturnType<SeamHttpNetworks['get']> {
|
|
1451
|
+
const seam = SeamHttpNetworks.fromClient(client, defaults)
|
|
1452
|
+
return seam.get(...args)
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
get ['/networks/list'](): SeamHttpNetworks['list'] {
|
|
1457
|
+
const { client, defaults } = this
|
|
1458
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1459
|
+
throw new Error(
|
|
1460
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1461
|
+
)
|
|
1462
|
+
}
|
|
1463
|
+
return function networksList(
|
|
1464
|
+
...args: Parameters<SeamHttpNetworks['list']>
|
|
1465
|
+
): ReturnType<SeamHttpNetworks['list']> {
|
|
1466
|
+
const seam = SeamHttpNetworks.fromClient(client, defaults)
|
|
1467
|
+
return seam.list(...args)
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1206
1471
|
get ['/noise_sensors/list'](): SeamHttpNoiseSensors['list'] {
|
|
1207
1472
|
const { client, defaults } = this
|
|
1208
1473
|
return function noiseSensorsList(
|
|
@@ -1328,6 +1593,213 @@ export class SeamHttpEndpoints {
|
|
|
1328
1593
|
}
|
|
1329
1594
|
}
|
|
1330
1595
|
|
|
1596
|
+
get ['/seam/bridge/v1/bridge_client_sessions/create'](): SeamHttpSeamBridgeV1BridgeClientSessions['create'] {
|
|
1597
|
+
const { client, defaults } = this
|
|
1598
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1599
|
+
throw new Error(
|
|
1600
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1601
|
+
)
|
|
1602
|
+
}
|
|
1603
|
+
return function seamBridgeV1BridgeClientSessionsCreate(
|
|
1604
|
+
...args: Parameters<SeamHttpSeamBridgeV1BridgeClientSessions['create']>
|
|
1605
|
+
): ReturnType<SeamHttpSeamBridgeV1BridgeClientSessions['create']> {
|
|
1606
|
+
const seam = SeamHttpSeamBridgeV1BridgeClientSessions.fromClient(
|
|
1607
|
+
client,
|
|
1608
|
+
defaults,
|
|
1609
|
+
)
|
|
1610
|
+
return seam.create(...args)
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
get ['/seam/bridge/v1/bridge_client_sessions/get'](): SeamHttpSeamBridgeV1BridgeClientSessions['get'] {
|
|
1615
|
+
const { client, defaults } = this
|
|
1616
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1617
|
+
throw new Error(
|
|
1618
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1619
|
+
)
|
|
1620
|
+
}
|
|
1621
|
+
return function seamBridgeV1BridgeClientSessionsGet(
|
|
1622
|
+
...args: Parameters<SeamHttpSeamBridgeV1BridgeClientSessions['get']>
|
|
1623
|
+
): ReturnType<SeamHttpSeamBridgeV1BridgeClientSessions['get']> {
|
|
1624
|
+
const seam = SeamHttpSeamBridgeV1BridgeClientSessions.fromClient(
|
|
1625
|
+
client,
|
|
1626
|
+
defaults,
|
|
1627
|
+
)
|
|
1628
|
+
return seam.get(...args)
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
get ['/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'](): SeamHttpSeamBridgeV1BridgeClientSessions['refreshTelemetryToken'] {
|
|
1633
|
+
const { client, defaults } = this
|
|
1634
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1635
|
+
throw new Error(
|
|
1636
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1637
|
+
)
|
|
1638
|
+
}
|
|
1639
|
+
return function seamBridgeV1BridgeClientSessionsRefreshTelemetryToken(
|
|
1640
|
+
...args: Parameters<
|
|
1641
|
+
SeamHttpSeamBridgeV1BridgeClientSessions['refreshTelemetryToken']
|
|
1642
|
+
>
|
|
1643
|
+
): ReturnType<
|
|
1644
|
+
SeamHttpSeamBridgeV1BridgeClientSessions['refreshTelemetryToken']
|
|
1645
|
+
> {
|
|
1646
|
+
const seam = SeamHttpSeamBridgeV1BridgeClientSessions.fromClient(
|
|
1647
|
+
client,
|
|
1648
|
+
defaults,
|
|
1649
|
+
)
|
|
1650
|
+
return seam.refreshTelemetryToken(...args)
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
get ['/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'](): SeamHttpSeamBridgeV1BridgeClientSessions['regeneratePairingCode'] {
|
|
1655
|
+
const { client, defaults } = this
|
|
1656
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1657
|
+
throw new Error(
|
|
1658
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1659
|
+
)
|
|
1660
|
+
}
|
|
1661
|
+
return function seamBridgeV1BridgeClientSessionsRegeneratePairingCode(
|
|
1662
|
+
...args: Parameters<
|
|
1663
|
+
SeamHttpSeamBridgeV1BridgeClientSessions['regeneratePairingCode']
|
|
1664
|
+
>
|
|
1665
|
+
): ReturnType<
|
|
1666
|
+
SeamHttpSeamBridgeV1BridgeClientSessions['regeneratePairingCode']
|
|
1667
|
+
> {
|
|
1668
|
+
const seam = SeamHttpSeamBridgeV1BridgeClientSessions.fromClient(
|
|
1669
|
+
client,
|
|
1670
|
+
defaults,
|
|
1671
|
+
)
|
|
1672
|
+
return seam.regeneratePairingCode(...args)
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
get ['/seam/bridge/v1/bridge_client_sessions/report_status'](): SeamHttpSeamBridgeV1BridgeClientSessions['reportStatus'] {
|
|
1677
|
+
const { client, defaults } = this
|
|
1678
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1679
|
+
throw new Error(
|
|
1680
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1681
|
+
)
|
|
1682
|
+
}
|
|
1683
|
+
return function seamBridgeV1BridgeClientSessionsReportStatus(
|
|
1684
|
+
...args: Parameters<
|
|
1685
|
+
SeamHttpSeamBridgeV1BridgeClientSessions['reportStatus']
|
|
1686
|
+
>
|
|
1687
|
+
): ReturnType<SeamHttpSeamBridgeV1BridgeClientSessions['reportStatus']> {
|
|
1688
|
+
const seam = SeamHttpSeamBridgeV1BridgeClientSessions.fromClient(
|
|
1689
|
+
client,
|
|
1690
|
+
defaults,
|
|
1691
|
+
)
|
|
1692
|
+
return seam.reportStatus(...args)
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
get ['/seam/bridge/v1/bridge_connected_systems/list'](): SeamHttpSeamBridgeV1BridgeConnectedSystems['list'] {
|
|
1697
|
+
const { client, defaults } = this
|
|
1698
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1699
|
+
throw new Error(
|
|
1700
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1701
|
+
)
|
|
1702
|
+
}
|
|
1703
|
+
return function seamBridgeV1BridgeConnectedSystemsList(
|
|
1704
|
+
...args: Parameters<SeamHttpSeamBridgeV1BridgeConnectedSystems['list']>
|
|
1705
|
+
): ReturnType<SeamHttpSeamBridgeV1BridgeConnectedSystems['list']> {
|
|
1706
|
+
const seam = SeamHttpSeamBridgeV1BridgeConnectedSystems.fromClient(
|
|
1707
|
+
client,
|
|
1708
|
+
defaults,
|
|
1709
|
+
)
|
|
1710
|
+
return seam.list(...args)
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
get ['/seam/instant_key/v1/client_sessions/exchange_short_code'](): SeamHttpSeamInstantKeyV1ClientSessions['exchangeShortCode'] {
|
|
1715
|
+
const { client, defaults } = this
|
|
1716
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1717
|
+
throw new Error(
|
|
1718
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1719
|
+
)
|
|
1720
|
+
}
|
|
1721
|
+
return function seamInstantKeyV1ClientSessionsExchangeShortCode(
|
|
1722
|
+
...args: Parameters<
|
|
1723
|
+
SeamHttpSeamInstantKeyV1ClientSessions['exchangeShortCode']
|
|
1724
|
+
>
|
|
1725
|
+
): ReturnType<SeamHttpSeamInstantKeyV1ClientSessions['exchangeShortCode']> {
|
|
1726
|
+
const seam = SeamHttpSeamInstantKeyV1ClientSessions.fromClient(
|
|
1727
|
+
client,
|
|
1728
|
+
defaults,
|
|
1729
|
+
)
|
|
1730
|
+
return seam.exchangeShortCode(...args)
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
get ['/seam/mobile_sdk/v1/acs/credentials/list'](): SeamHttpSeamMobileSdkV1AcsCredentials['list'] {
|
|
1735
|
+
const { client, defaults } = this
|
|
1736
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1737
|
+
throw new Error(
|
|
1738
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1739
|
+
)
|
|
1740
|
+
}
|
|
1741
|
+
return function seamMobileSdkV1AcsCredentialsList(
|
|
1742
|
+
...args: Parameters<SeamHttpSeamMobileSdkV1AcsCredentials['list']>
|
|
1743
|
+
): ReturnType<SeamHttpSeamMobileSdkV1AcsCredentials['list']> {
|
|
1744
|
+
const seam = SeamHttpSeamMobileSdkV1AcsCredentials.fromClient(
|
|
1745
|
+
client,
|
|
1746
|
+
defaults,
|
|
1747
|
+
)
|
|
1748
|
+
return seam.list(...args)
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
get ['/seam/mobile_sdk/v1/phone_sessions/get_or_create'](): SeamHttpSeamMobileSdkV1PhoneSessions['getOrCreate'] {
|
|
1753
|
+
const { client, defaults } = this
|
|
1754
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1755
|
+
throw new Error(
|
|
1756
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1757
|
+
)
|
|
1758
|
+
}
|
|
1759
|
+
return function seamMobileSdkV1PhoneSessionsGetOrCreate(
|
|
1760
|
+
...args: Parameters<SeamHttpSeamMobileSdkV1PhoneSessions['getOrCreate']>
|
|
1761
|
+
): ReturnType<SeamHttpSeamMobileSdkV1PhoneSessions['getOrCreate']> {
|
|
1762
|
+
const seam = SeamHttpSeamMobileSdkV1PhoneSessions.fromClient(
|
|
1763
|
+
client,
|
|
1764
|
+
defaults,
|
|
1765
|
+
)
|
|
1766
|
+
return seam.getOrCreate(...args)
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
get ['/seam/partner/v1/building_blocks/spaces/auto_map'](): SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap'] {
|
|
1771
|
+
const { client, defaults } = this
|
|
1772
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1773
|
+
throw new Error(
|
|
1774
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1775
|
+
)
|
|
1776
|
+
}
|
|
1777
|
+
return function seamPartnerV1BuildingBlocksSpacesAutoMap(
|
|
1778
|
+
...args: Parameters<SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap']>
|
|
1779
|
+
): ReturnType<SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap']> {
|
|
1780
|
+
const seam = SeamHttpSeamPartnerV1BuildingBlocksSpaces.fromClient(
|
|
1781
|
+
client,
|
|
1782
|
+
defaults,
|
|
1783
|
+
)
|
|
1784
|
+
return seam.autoMap(...args)
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
get ['/seam/partner/v1/resources/list'](): SeamHttpSeamPartnerV1Resources['list'] {
|
|
1789
|
+
const { client, defaults } = this
|
|
1790
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1791
|
+
throw new Error(
|
|
1792
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1793
|
+
)
|
|
1794
|
+
}
|
|
1795
|
+
return function seamPartnerV1ResourcesList(
|
|
1796
|
+
...args: Parameters<SeamHttpSeamPartnerV1Resources['list']>
|
|
1797
|
+
): ReturnType<SeamHttpSeamPartnerV1Resources['list']> {
|
|
1798
|
+
const seam = SeamHttpSeamPartnerV1Resources.fromClient(client, defaults)
|
|
1799
|
+
return seam.list(...args)
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1331
1803
|
get ['/spaces/add_acs_entrances'](): SeamHttpSpaces['addAcsEntrances'] {
|
|
1332
1804
|
const { client, defaults } = this
|
|
1333
1805
|
return function spacesAddAcsEntrances(
|
|
@@ -1458,6 +1930,21 @@ export class SeamHttpEndpoints {
|
|
|
1458
1930
|
}
|
|
1459
1931
|
}
|
|
1460
1932
|
|
|
1933
|
+
get ['/thermostats/get'](): SeamHttpThermostats['get'] {
|
|
1934
|
+
const { client, defaults } = this
|
|
1935
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1936
|
+
throw new Error(
|
|
1937
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1938
|
+
)
|
|
1939
|
+
}
|
|
1940
|
+
return function thermostatsGet(
|
|
1941
|
+
...args: Parameters<SeamHttpThermostats['get']>
|
|
1942
|
+
): ReturnType<SeamHttpThermostats['get']> {
|
|
1943
|
+
const seam = SeamHttpThermostats.fromClient(client, defaults)
|
|
1944
|
+
return seam.get(...args)
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1461
1948
|
get ['/thermostats/heat'](): SeamHttpThermostats['heat'] {
|
|
1462
1949
|
const { client, defaults } = this
|
|
1463
1950
|
return function thermostatsHeat(
|
|
@@ -1658,6 +2145,341 @@ export class SeamHttpEndpoints {
|
|
|
1658
2145
|
}
|
|
1659
2146
|
}
|
|
1660
2147
|
|
|
2148
|
+
get ['/unstable_access_grants/create'](): SeamHttpUnstableAccessGrants['create'] {
|
|
2149
|
+
const { client, defaults } = this
|
|
2150
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2151
|
+
throw new Error(
|
|
2152
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2153
|
+
)
|
|
2154
|
+
}
|
|
2155
|
+
return function unstableAccessGrantsCreate(
|
|
2156
|
+
...args: Parameters<SeamHttpUnstableAccessGrants['create']>
|
|
2157
|
+
): ReturnType<SeamHttpUnstableAccessGrants['create']> {
|
|
2158
|
+
const seam = SeamHttpUnstableAccessGrants.fromClient(client, defaults)
|
|
2159
|
+
return seam.create(...args)
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
get ['/unstable_access_grants/delete'](): SeamHttpUnstableAccessGrants['delete'] {
|
|
2164
|
+
const { client, defaults } = this
|
|
2165
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2166
|
+
throw new Error(
|
|
2167
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2168
|
+
)
|
|
2169
|
+
}
|
|
2170
|
+
return function unstableAccessGrantsDelete(
|
|
2171
|
+
...args: Parameters<SeamHttpUnstableAccessGrants['delete']>
|
|
2172
|
+
): ReturnType<SeamHttpUnstableAccessGrants['delete']> {
|
|
2173
|
+
const seam = SeamHttpUnstableAccessGrants.fromClient(client, defaults)
|
|
2174
|
+
return seam.delete(...args)
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
get ['/unstable_access_grants/get'](): SeamHttpUnstableAccessGrants['get'] {
|
|
2179
|
+
const { client, defaults } = this
|
|
2180
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2181
|
+
throw new Error(
|
|
2182
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2183
|
+
)
|
|
2184
|
+
}
|
|
2185
|
+
return function unstableAccessGrantsGet(
|
|
2186
|
+
...args: Parameters<SeamHttpUnstableAccessGrants['get']>
|
|
2187
|
+
): ReturnType<SeamHttpUnstableAccessGrants['get']> {
|
|
2188
|
+
const seam = SeamHttpUnstableAccessGrants.fromClient(client, defaults)
|
|
2189
|
+
return seam.get(...args)
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
get ['/unstable_access_grants/list'](): SeamHttpUnstableAccessGrants['list'] {
|
|
2194
|
+
const { client, defaults } = this
|
|
2195
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2196
|
+
throw new Error(
|
|
2197
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2198
|
+
)
|
|
2199
|
+
}
|
|
2200
|
+
return function unstableAccessGrantsList(
|
|
2201
|
+
...args: Parameters<SeamHttpUnstableAccessGrants['list']>
|
|
2202
|
+
): ReturnType<SeamHttpUnstableAccessGrants['list']> {
|
|
2203
|
+
const seam = SeamHttpUnstableAccessGrants.fromClient(client, defaults)
|
|
2204
|
+
return seam.list(...args)
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
get ['/unstable_access_methods/delete'](): SeamHttpUnstableAccessMethods['delete'] {
|
|
2209
|
+
const { client, defaults } = this
|
|
2210
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2211
|
+
throw new Error(
|
|
2212
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2213
|
+
)
|
|
2214
|
+
}
|
|
2215
|
+
return function unstableAccessMethodsDelete(
|
|
2216
|
+
...args: Parameters<SeamHttpUnstableAccessMethods['delete']>
|
|
2217
|
+
): ReturnType<SeamHttpUnstableAccessMethods['delete']> {
|
|
2218
|
+
const seam = SeamHttpUnstableAccessMethods.fromClient(client, defaults)
|
|
2219
|
+
return seam.delete(...args)
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
get ['/unstable_access_methods/get'](): SeamHttpUnstableAccessMethods['get'] {
|
|
2224
|
+
const { client, defaults } = this
|
|
2225
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2226
|
+
throw new Error(
|
|
2227
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2228
|
+
)
|
|
2229
|
+
}
|
|
2230
|
+
return function unstableAccessMethodsGet(
|
|
2231
|
+
...args: Parameters<SeamHttpUnstableAccessMethods['get']>
|
|
2232
|
+
): ReturnType<SeamHttpUnstableAccessMethods['get']> {
|
|
2233
|
+
const seam = SeamHttpUnstableAccessMethods.fromClient(client, defaults)
|
|
2234
|
+
return seam.get(...args)
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
get ['/unstable_access_methods/list'](): SeamHttpUnstableAccessMethods['list'] {
|
|
2239
|
+
const { client, defaults } = this
|
|
2240
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2241
|
+
throw new Error(
|
|
2242
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2243
|
+
)
|
|
2244
|
+
}
|
|
2245
|
+
return function unstableAccessMethodsList(
|
|
2246
|
+
...args: Parameters<SeamHttpUnstableAccessMethods['list']>
|
|
2247
|
+
): ReturnType<SeamHttpUnstableAccessMethods['list']> {
|
|
2248
|
+
const seam = SeamHttpUnstableAccessMethods.fromClient(client, defaults)
|
|
2249
|
+
return seam.list(...args)
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
get ['/unstable_locations/add_acs_entrances'](): SeamHttpUnstableLocations['addAcsEntrances'] {
|
|
2254
|
+
const { client, defaults } = this
|
|
2255
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2256
|
+
throw new Error(
|
|
2257
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2258
|
+
)
|
|
2259
|
+
}
|
|
2260
|
+
return function unstableLocationsAddAcsEntrances(
|
|
2261
|
+
...args: Parameters<SeamHttpUnstableLocations['addAcsEntrances']>
|
|
2262
|
+
): ReturnType<SeamHttpUnstableLocations['addAcsEntrances']> {
|
|
2263
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2264
|
+
return seam.addAcsEntrances(...args)
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
get ['/unstable_locations/add_devices'](): SeamHttpUnstableLocations['addDevices'] {
|
|
2269
|
+
const { client, defaults } = this
|
|
2270
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2271
|
+
throw new Error(
|
|
2272
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2273
|
+
)
|
|
2274
|
+
}
|
|
2275
|
+
return function unstableLocationsAddDevices(
|
|
2276
|
+
...args: Parameters<SeamHttpUnstableLocations['addDevices']>
|
|
2277
|
+
): ReturnType<SeamHttpUnstableLocations['addDevices']> {
|
|
2278
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2279
|
+
return seam.addDevices(...args)
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
get ['/unstable_locations/create'](): SeamHttpUnstableLocations['create'] {
|
|
2284
|
+
const { client, defaults } = this
|
|
2285
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2286
|
+
throw new Error(
|
|
2287
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2288
|
+
)
|
|
2289
|
+
}
|
|
2290
|
+
return function unstableLocationsCreate(
|
|
2291
|
+
...args: Parameters<SeamHttpUnstableLocations['create']>
|
|
2292
|
+
): ReturnType<SeamHttpUnstableLocations['create']> {
|
|
2293
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2294
|
+
return seam.create(...args)
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
get ['/unstable_locations/delete'](): SeamHttpUnstableLocations['delete'] {
|
|
2299
|
+
const { client, defaults } = this
|
|
2300
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2301
|
+
throw new Error(
|
|
2302
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2303
|
+
)
|
|
2304
|
+
}
|
|
2305
|
+
return function unstableLocationsDelete(
|
|
2306
|
+
...args: Parameters<SeamHttpUnstableLocations['delete']>
|
|
2307
|
+
): ReturnType<SeamHttpUnstableLocations['delete']> {
|
|
2308
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2309
|
+
return seam.delete(...args)
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
get ['/unstable_locations/get'](): SeamHttpUnstableLocations['get'] {
|
|
2314
|
+
const { client, defaults } = this
|
|
2315
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2316
|
+
throw new Error(
|
|
2317
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2318
|
+
)
|
|
2319
|
+
}
|
|
2320
|
+
return function unstableLocationsGet(
|
|
2321
|
+
...args: Parameters<SeamHttpUnstableLocations['get']>
|
|
2322
|
+
): ReturnType<SeamHttpUnstableLocations['get']> {
|
|
2323
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2324
|
+
return seam.get(...args)
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
get ['/unstable_locations/list'](): SeamHttpUnstableLocations['list'] {
|
|
2329
|
+
const { client, defaults } = this
|
|
2330
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2331
|
+
throw new Error(
|
|
2332
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2333
|
+
)
|
|
2334
|
+
}
|
|
2335
|
+
return function unstableLocationsList(
|
|
2336
|
+
...args: Parameters<SeamHttpUnstableLocations['list']>
|
|
2337
|
+
): ReturnType<SeamHttpUnstableLocations['list']> {
|
|
2338
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2339
|
+
return seam.list(...args)
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
get ['/unstable_locations/remove_acs_entrances'](): SeamHttpUnstableLocations['removeAcsEntrances'] {
|
|
2344
|
+
const { client, defaults } = this
|
|
2345
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2346
|
+
throw new Error(
|
|
2347
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2348
|
+
)
|
|
2349
|
+
}
|
|
2350
|
+
return function unstableLocationsRemoveAcsEntrances(
|
|
2351
|
+
...args: Parameters<SeamHttpUnstableLocations['removeAcsEntrances']>
|
|
2352
|
+
): ReturnType<SeamHttpUnstableLocations['removeAcsEntrances']> {
|
|
2353
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2354
|
+
return seam.removeAcsEntrances(...args)
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
get ['/unstable_locations/remove_devices'](): SeamHttpUnstableLocations['removeDevices'] {
|
|
2359
|
+
const { client, defaults } = this
|
|
2360
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2361
|
+
throw new Error(
|
|
2362
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2363
|
+
)
|
|
2364
|
+
}
|
|
2365
|
+
return function unstableLocationsRemoveDevices(
|
|
2366
|
+
...args: Parameters<SeamHttpUnstableLocations['removeDevices']>
|
|
2367
|
+
): ReturnType<SeamHttpUnstableLocations['removeDevices']> {
|
|
2368
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2369
|
+
return seam.removeDevices(...args)
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
get ['/unstable_locations/update'](): SeamHttpUnstableLocations['update'] {
|
|
2374
|
+
const { client, defaults } = this
|
|
2375
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2376
|
+
throw new Error(
|
|
2377
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2378
|
+
)
|
|
2379
|
+
}
|
|
2380
|
+
return function unstableLocationsUpdate(
|
|
2381
|
+
...args: Parameters<SeamHttpUnstableLocations['update']>
|
|
2382
|
+
): ReturnType<SeamHttpUnstableLocations['update']> {
|
|
2383
|
+
const seam = SeamHttpUnstableLocations.fromClient(client, defaults)
|
|
2384
|
+
return seam.update(...args)
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
get ['/unstable_partner/building_blocks/connect_accounts'](): SeamHttpUnstablePartnerBuildingBlocks['connectAccounts'] {
|
|
2389
|
+
const { client, defaults } = this
|
|
2390
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2391
|
+
throw new Error(
|
|
2392
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2393
|
+
)
|
|
2394
|
+
}
|
|
2395
|
+
return function unstablePartnerBuildingBlocksConnectAccounts(
|
|
2396
|
+
...args: Parameters<
|
|
2397
|
+
SeamHttpUnstablePartnerBuildingBlocks['connectAccounts']
|
|
2398
|
+
>
|
|
2399
|
+
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['connectAccounts']> {
|
|
2400
|
+
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
2401
|
+
client,
|
|
2402
|
+
defaults,
|
|
2403
|
+
)
|
|
2404
|
+
return seam.connectAccounts(...args)
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
get ['/unstable_partner/building_blocks/generate_magic_link'](): SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink'] {
|
|
2409
|
+
const { client, defaults } = this
|
|
2410
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2411
|
+
throw new Error(
|
|
2412
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2413
|
+
)
|
|
2414
|
+
}
|
|
2415
|
+
return function unstablePartnerBuildingBlocksGenerateMagicLink(
|
|
2416
|
+
...args: Parameters<
|
|
2417
|
+
SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink']
|
|
2418
|
+
>
|
|
2419
|
+
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink']> {
|
|
2420
|
+
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
2421
|
+
client,
|
|
2422
|
+
defaults,
|
|
2423
|
+
)
|
|
2424
|
+
return seam.generateMagicLink(...args)
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
get ['/unstable_partner/building_blocks/manage_devices'](): SeamHttpUnstablePartnerBuildingBlocks['manageDevices'] {
|
|
2429
|
+
const { client, defaults } = this
|
|
2430
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2431
|
+
throw new Error(
|
|
2432
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2433
|
+
)
|
|
2434
|
+
}
|
|
2435
|
+
return function unstablePartnerBuildingBlocksManageDevices(
|
|
2436
|
+
...args: Parameters<
|
|
2437
|
+
SeamHttpUnstablePartnerBuildingBlocks['manageDevices']
|
|
2438
|
+
>
|
|
2439
|
+
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['manageDevices']> {
|
|
2440
|
+
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
2441
|
+
client,
|
|
2442
|
+
defaults,
|
|
2443
|
+
)
|
|
2444
|
+
return seam.manageDevices(...args)
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
get ['/unstable_partner/building_blocks/organize_spaces'](): SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces'] {
|
|
2449
|
+
const { client, defaults } = this
|
|
2450
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2451
|
+
throw new Error(
|
|
2452
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2453
|
+
)
|
|
2454
|
+
}
|
|
2455
|
+
return function unstablePartnerBuildingBlocksOrganizeSpaces(
|
|
2456
|
+
...args: Parameters<
|
|
2457
|
+
SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces']
|
|
2458
|
+
>
|
|
2459
|
+
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces']> {
|
|
2460
|
+
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
2461
|
+
client,
|
|
2462
|
+
defaults,
|
|
2463
|
+
)
|
|
2464
|
+
return seam.organizeSpaces(...args)
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
get ['/unstable_partner/resources/push'](): SeamHttpUnstablePartnerResources['push'] {
|
|
2469
|
+
const { client, defaults } = this
|
|
2470
|
+
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2471
|
+
throw new Error(
|
|
2472
|
+
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2473
|
+
)
|
|
2474
|
+
}
|
|
2475
|
+
return function unstablePartnerResourcesPush(
|
|
2476
|
+
...args: Parameters<SeamHttpUnstablePartnerResources['push']>
|
|
2477
|
+
): ReturnType<SeamHttpUnstablePartnerResources['push']> {
|
|
2478
|
+
const seam = SeamHttpUnstablePartnerResources.fromClient(client, defaults)
|
|
2479
|
+
return seam.push(...args)
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
|
|
1661
2483
|
get ['/user_identities/add_acs_user'](): SeamHttpUserIdentities['addAcsUser'] {
|
|
1662
2484
|
const { client, defaults } = this
|
|
1663
2485
|
return function userIdentitiesAddAcsUser(
|