@seamapi/http 1.33.0 → 1.35.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/dist/connect.cjs +921 -510
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +314 -147
- package/lib/seam/connect/index.d.ts +0 -1
- package/lib/seam/connect/index.js +0 -1
- package/lib/seam/connect/index.js.map +1 -1
- package/lib/seam/connect/routes/{access-codes.d.ts → access-codes/access-codes.d.ts} +13 -11
- package/lib/seam/connect/routes/{access-codes.js → access-codes/access-codes.js} +33 -30
- package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -0
- package/lib/seam/connect/routes/access-codes/index.d.ts +3 -0
- package/lib/seam/connect/routes/access-codes/index.js +8 -0
- package/lib/seam/connect/routes/access-codes/index.js.map +1 -0
- package/lib/seam/connect/routes/access-codes/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/access-codes/simulate/index.js +6 -0
- package/lib/seam/connect/routes/access-codes/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{access-codes-simulate.d.ts → access-codes/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{access-codes-simulate.js → access-codes/simulate/simulate.js} +14 -11
- package/lib/seam/connect/routes/{unstable-partner.js.map → access-codes/simulate/simulate.js.map} +1 -1
- package/lib/seam/connect/routes/access-codes/unmanaged/index.d.ts +1 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/index.js +6 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/index.js.map +1 -0
- package/lib/seam/connect/routes/{access-codes-unmanaged.d.ts → access-codes/unmanaged/unmanaged.d.ts} +10 -8
- package/lib/seam/connect/routes/{access-codes-unmanaged.js → access-codes/unmanaged/unmanaged.js} +24 -21
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js.map +1 -0
- package/lib/seam/connect/routes/access-grants/access-grants.d.ts +37 -0
- package/lib/seam/connect/routes/access-grants/access-grants.js +119 -0
- package/lib/seam/connect/routes/{noise-sensors.js.map → access-grants/access-grants.js.map} +1 -1
- package/lib/seam/connect/routes/access-grants/index.d.ts +1 -0
- package/lib/seam/connect/routes/access-grants/index.js +6 -0
- package/lib/seam/connect/routes/access-grants/index.js.map +1 -0
- package/lib/seam/connect/routes/access-methods/access-methods.d.ts +33 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js +111 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -0
- package/lib/seam/connect/routes/access-methods/index.d.ts +1 -0
- package/lib/seam/connect/routes/access-methods/index.js +6 -0
- package/lib/seam/connect/routes/access-methods/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs-access-groups.d.ts → acs/access-groups/access-groups.d.ts} +12 -10
- package/lib/seam/connect/routes/{acs-access-groups.js → acs/access-groups/access-groups.js} +29 -26
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -0
- package/lib/seam/connect/routes/acs/access-groups/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/access-groups/index.js +6 -0
- package/lib/seam/connect/routes/acs/access-groups/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs.d.ts → acs/acs.d.ts} +13 -11
- package/lib/seam/connect/routes/{acs.js → acs/acs.js} +20 -17
- package/lib/seam/connect/routes/acs/acs.js.map +1 -0
- package/lib/seam/connect/routes/{acs-credentials.d.ts → acs/credentials/credentials.d.ts} +11 -9
- package/lib/seam/connect/routes/{acs-credentials.js → acs/credentials/credentials.js} +29 -26
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -0
- package/lib/seam/connect/routes/acs/credentials/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/credentials/index.js +6 -0
- package/lib/seam/connect/routes/acs/credentials/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs-encoders.d.ts → acs/encoders/encoders.d.ts} +13 -11
- package/lib/seam/connect/routes/{acs-encoders.js → acs/encoders/encoders.js} +23 -20
- package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -0
- package/lib/seam/connect/routes/acs/encoders/index.d.ts +2 -0
- package/lib/seam/connect/routes/acs/encoders/index.js +7 -0
- package/lib/seam/connect/routes/acs/encoders/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/index.js +6 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs-encoders-simulate.d.ts → acs/encoders/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{acs-encoders-simulate.js → acs/encoders/simulate/simulate.js} +17 -14
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js.map +1 -0
- package/lib/seam/connect/routes/{acs-entrances.d.ts → acs/entrances/entrances.d.ts} +10 -8
- package/lib/seam/connect/routes/{acs-entrances.js → acs/entrances/entrances.js} +23 -20
- package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -0
- package/lib/seam/connect/routes/acs/entrances/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/entrances/index.js +6 -0
- package/lib/seam/connect/routes/acs/entrances/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/index.d.ts +7 -0
- package/lib/seam/connect/routes/acs/index.js +12 -0
- package/lib/seam/connect/routes/acs/index.js.map +1 -0
- package/lib/seam/connect/routes/acs/systems/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/systems/index.js +6 -0
- package/lib/seam/connect/routes/acs/systems/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs-systems.d.ts → acs/systems/systems.d.ts} +10 -8
- package/lib/seam/connect/routes/{acs-systems.js → acs/systems/systems.js} +22 -19
- package/lib/seam/connect/routes/acs/systems/systems.js.map +1 -0
- package/lib/seam/connect/routes/acs/users/index.d.ts +1 -0
- package/lib/seam/connect/routes/acs/users/index.js +6 -0
- package/lib/seam/connect/routes/acs/users/index.js.map +1 -0
- package/lib/seam/connect/routes/{acs-users.d.ts → acs/users/users.d.ts} +13 -11
- package/lib/seam/connect/routes/{acs-users.js → acs/users/users.js} +36 -33
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -0
- package/lib/seam/connect/routes/{action-attempts.d.ts → action-attempts/action-attempts.d.ts} +9 -7
- package/lib/seam/connect/routes/{action-attempts.js → action-attempts/action-attempts.js} +18 -15
- package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -0
- package/lib/seam/connect/routes/action-attempts/index.d.ts +1 -0
- package/lib/seam/connect/routes/action-attempts/index.js +6 -0
- package/lib/seam/connect/routes/action-attempts/index.js.map +1 -0
- package/lib/seam/connect/routes/{client-sessions.d.ts → client-sessions/client-sessions.d.ts} +11 -9
- package/lib/seam/connect/routes/{client-sessions.js → client-sessions/client-sessions.js} +26 -23
- package/lib/seam/connect/routes/client-sessions/client-sessions.js.map +1 -0
- package/lib/seam/connect/routes/client-sessions/index.d.ts +1 -0
- package/lib/seam/connect/routes/client-sessions/index.js +6 -0
- package/lib/seam/connect/routes/client-sessions/index.js.map +1 -0
- package/lib/seam/connect/routes/{connect-webviews.d.ts → connect-webviews/connect-webviews.d.ts} +10 -8
- package/lib/seam/connect/routes/{connect-webviews.js → connect-webviews/connect-webviews.js} +22 -19
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js.map +1 -0
- package/lib/seam/connect/routes/connect-webviews/index.d.ts +1 -0
- package/lib/seam/connect/routes/connect-webviews/index.js +6 -0
- package/lib/seam/connect/routes/connect-webviews/index.js.map +1 -0
- package/lib/seam/connect/routes/{connected-accounts.d.ts → connected-accounts/connected-accounts.d.ts} +10 -8
- package/lib/seam/connect/routes/{connected-accounts.js → connected-accounts/connected-accounts.js} +23 -20
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js.map +1 -0
- package/lib/seam/connect/routes/connected-accounts/index.d.ts +1 -0
- package/lib/seam/connect/routes/connected-accounts/index.js +6 -0
- package/lib/seam/connect/routes/connected-accounts/index.js.map +1 -0
- package/lib/seam/connect/routes/{devices.d.ts → devices/devices.d.ts} +13 -11
- package/lib/seam/connect/routes/{devices.js → devices/devices.js} +27 -24
- package/lib/seam/connect/routes/devices/devices.js.map +1 -0
- package/lib/seam/connect/routes/devices/index.d.ts +3 -0
- package/lib/seam/connect/routes/devices/index.js +8 -0
- package/lib/seam/connect/routes/devices/index.js.map +1 -0
- package/lib/seam/connect/routes/devices/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/devices/simulate/index.js +6 -0
- package/lib/seam/connect/routes/devices/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{devices-simulate.d.ts → devices/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{devices-simulate.js → devices/simulate/simulate.js} +16 -13
- package/lib/seam/connect/routes/devices/simulate/simulate.js.map +1 -0
- package/lib/seam/connect/routes/devices/unmanaged/index.d.ts +1 -0
- package/lib/seam/connect/routes/devices/unmanaged/index.js +6 -0
- package/lib/seam/connect/routes/devices/unmanaged/index.js.map +1 -0
- package/lib/seam/connect/routes/{devices-unmanaged.d.ts → devices/unmanaged/unmanaged.d.ts} +9 -7
- package/lib/seam/connect/routes/{devices-unmanaged.js → devices/unmanaged/unmanaged.js} +20 -17
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js.map +1 -0
- package/lib/seam/connect/routes/{events.d.ts → events/events.d.ts} +9 -7
- package/lib/seam/connect/routes/{events.js → events/events.js} +18 -15
- package/lib/seam/connect/routes/events/events.js.map +1 -0
- package/lib/seam/connect/routes/events/index.d.ts +1 -0
- package/lib/seam/connect/routes/events/index.js +6 -0
- package/lib/seam/connect/routes/events/index.js.map +1 -0
- package/lib/seam/connect/routes/index.d.ts +19 -34
- package/lib/seam/connect/routes/index.js +23 -34
- 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 +6 -0
- package/lib/seam/connect/routes/locks/index.js.map +1 -0
- package/lib/seam/connect/routes/{locks.d.ts → locks/locks.d.ts} +11 -9
- package/lib/seam/connect/routes/{locks.js → locks/locks.js} +20 -17
- package/lib/seam/connect/routes/locks/locks.js.map +1 -0
- package/lib/seam/connect/routes/noise-sensors/index.d.ts +3 -0
- package/lib/seam/connect/routes/noise-sensors/index.js +8 -0
- package/lib/seam/connect/routes/noise-sensors/index.js.map +1 -0
- package/lib/seam/connect/routes/{noise-sensors.d.ts → noise-sensors/noise-sensors.d.ts} +10 -8
- package/lib/seam/connect/routes/{noise-sensors.js → noise-sensors/noise-sensors.js} +17 -14
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js.map +1 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/index.d.ts +1 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/index.js +6 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/index.js.map +1 -0
- package/lib/seam/connect/routes/{noise-sensors-noise-thresholds.d.ts → noise-sensors/noise-thresholds/noise-thresholds.d.ts} +10 -8
- package/lib/seam/connect/routes/{noise-sensors-noise-thresholds.js → noise-sensors/noise-thresholds/noise-thresholds.js} +24 -21
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js.map +1 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/index.js +6 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{noise-sensors-simulate.d.ts → noise-sensors/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{noise-sensors-simulate.js → noise-sensors/simulate/simulate.js} +14 -11
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js.map +1 -0
- package/lib/seam/connect/routes/phones/index.d.ts +2 -0
- package/lib/seam/connect/routes/phones/index.js +7 -0
- package/lib/seam/connect/routes/phones/index.js.map +1 -0
- package/lib/seam/connect/routes/{phones.d.ts → phones/phones.d.ts} +11 -9
- package/lib/seam/connect/routes/{phones.js → phones/phones.js} +22 -19
- package/lib/seam/connect/routes/{events.js.map → phones/phones.js.map} +1 -1
- package/lib/seam/connect/routes/phones/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/phones/simulate/index.js +6 -0
- package/lib/seam/connect/routes/phones/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{phones-simulate.d.ts → phones/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{phones-simulate.js → phones/simulate/simulate.js} +14 -11
- package/lib/seam/connect/routes/phones/simulate/simulate.js.map +1 -0
- package/lib/seam/connect/{seam-http.d.ts → routes/seam-http.d.ts} +27 -7
- package/lib/seam/connect/{seam-http.js → routes/seam-http.js} +40 -10
- package/lib/seam/connect/routes/seam-http.js.map +1 -0
- package/lib/seam/connect/routes/spaces/index.d.ts +1 -0
- package/lib/seam/connect/routes/spaces/index.js +6 -0
- package/lib/seam/connect/routes/spaces/index.js.map +1 -0
- package/lib/seam/connect/routes/spaces/spaces.d.ts +57 -0
- package/lib/seam/connect/routes/spaces/spaces.js +159 -0
- package/lib/seam/connect/routes/spaces/spaces.js.map +1 -0
- package/lib/seam/connect/routes/{thermostats-daily-programs.d.ts → thermostats/daily-programs/daily-programs.d.ts} +9 -7
- package/lib/seam/connect/routes/{thermostats-daily-programs.js → thermostats/daily-programs/daily-programs.js} +18 -15
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/index.d.ts +1 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/index.js +6 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/index.js.map +1 -0
- package/lib/seam/connect/routes/thermostats/index.d.ts +4 -0
- package/lib/seam/connect/routes/thermostats/index.js +9 -0
- package/lib/seam/connect/routes/thermostats/index.js.map +1 -0
- package/lib/seam/connect/routes/thermostats/schedules/index.d.ts +1 -0
- package/lib/seam/connect/routes/thermostats/schedules/index.js +6 -0
- package/lib/seam/connect/routes/thermostats/schedules/index.js.map +1 -0
- package/lib/seam/connect/routes/{thermostats-schedules.d.ts → thermostats/schedules/schedules.d.ts} +10 -8
- package/lib/seam/connect/routes/{thermostats-schedules.js → thermostats/schedules/schedules.js} +24 -21
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js.map +1 -0
- package/lib/seam/connect/routes/thermostats/simulate/index.d.ts +1 -0
- package/lib/seam/connect/routes/thermostats/simulate/index.js +6 -0
- package/lib/seam/connect/routes/thermostats/simulate/index.js.map +1 -0
- package/lib/seam/connect/routes/{thermostats-simulate.d.ts → thermostats/simulate/simulate.d.ts} +7 -5
- package/lib/seam/connect/routes/{thermostats-simulate.js → thermostats/simulate/simulate.js} +15 -12
- package/lib/seam/connect/routes/{thermostats-daily-programs.js.map → thermostats/simulate/simulate.js.map} +1 -1
- package/lib/seam/connect/routes/{thermostats.d.ts → thermostats/thermostats.d.ts} +20 -18
- package/lib/seam/connect/routes/{thermostats.js → thermostats/thermostats.js} +34 -31
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -0
- package/lib/seam/connect/routes/{user-identities-enrollment-automations.d.ts → user-identities/enrollment-automations/enrollment-automations.d.ts} +10 -8
- package/lib/seam/connect/routes/{user-identities-enrollment-automations.js → user-identities/enrollment-automations/enrollment-automations.js} +23 -20
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +1 -0
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.d.ts +1 -0
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js +6 -0
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js.map +1 -0
- package/lib/seam/connect/routes/user-identities/index.d.ts +2 -0
- package/lib/seam/connect/routes/user-identities/index.js +7 -0
- package/lib/seam/connect/routes/user-identities/index.js.map +1 -0
- package/lib/seam/connect/routes/{user-identities.d.ts → user-identities/user-identities.d.ts} +16 -14
- package/lib/seam/connect/routes/{user-identities.js → user-identities/user-identities.js} +42 -39
- package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -0
- package/lib/seam/connect/routes/webhooks/index.d.ts +1 -0
- package/lib/seam/connect/routes/webhooks/index.js +6 -0
- package/lib/seam/connect/routes/webhooks/index.js.map +1 -0
- package/lib/seam/connect/routes/{webhooks.d.ts → webhooks/webhooks.d.ts} +12 -10
- package/lib/seam/connect/routes/{webhooks.js → webhooks/webhooks.js} +23 -20
- package/lib/seam/connect/routes/webhooks/webhooks.js.map +1 -0
- package/lib/seam/connect/routes/workspaces/index.d.ts +1 -0
- package/lib/seam/connect/routes/workspaces/index.js +6 -0
- package/lib/seam/connect/routes/workspaces/index.js.map +1 -0
- package/lib/seam/connect/routes/{workspaces.d.ts → workspaces/workspaces.d.ts} +13 -11
- package/lib/seam/connect/routes/{workspaces.js → workspaces/workspaces.js} +21 -18
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +9 -7
- package/src/lib/seam/connect/index.ts +0 -1
- package/src/lib/seam/connect/routes/{access-codes.ts → access-codes/access-codes.ts} +28 -25
- package/src/lib/seam/connect/routes/access-codes/index.ts +8 -0
- package/src/lib/seam/connect/routes/access-codes/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{access-codes-simulate.ts → access-codes/simulate/simulate.ts} +7 -5
- package/src/lib/seam/connect/routes/access-codes/unmanaged/index.ts +6 -0
- package/src/lib/seam/connect/routes/{access-codes-unmanaged.ts → access-codes/unmanaged/unmanaged.ts} +17 -15
- package/src/lib/seam/connect/routes/access-grants/access-grants.ts +239 -0
- package/src/lib/seam/connect/routes/access-grants/index.ts +6 -0
- package/src/lib/seam/connect/routes/access-methods/access-methods.ts +221 -0
- package/src/lib/seam/connect/routes/access-methods/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs-access-groups.ts → acs/access-groups/access-groups.ts} +22 -20
- package/src/lib/seam/connect/routes/acs/access-groups/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs.ts → acs/acs.ts} +16 -13
- package/src/lib/seam/connect/routes/{acs-credentials.ts → acs/credentials/credentials.ts} +24 -20
- package/src/lib/seam/connect/routes/acs/credentials/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs-encoders.ts → acs/encoders/encoders.ts} +19 -16
- package/src/lib/seam/connect/routes/acs/encoders/index.ts +7 -0
- package/src/lib/seam/connect/routes/acs/encoders/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs-encoders-simulate.ts → acs/encoders/simulate/simulate.ts} +10 -8
- package/src/lib/seam/connect/routes/{acs-entrances.ts → acs/entrances/entrances.ts} +16 -14
- package/src/lib/seam/connect/routes/acs/entrances/index.ts +6 -0
- package/src/lib/seam/connect/routes/acs/index.ts +12 -0
- package/src/lib/seam/connect/routes/acs/systems/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs-systems.ts → acs/systems/systems.ts} +15 -13
- package/src/lib/seam/connect/routes/acs/users/index.ts +6 -0
- package/src/lib/seam/connect/routes/{acs-users.ts → acs/users/users.ts} +29 -27
- package/src/lib/seam/connect/routes/{action-attempts.ts → action-attempts/action-attempts.ts} +13 -11
- package/src/lib/seam/connect/routes/action-attempts/index.ts +6 -0
- package/src/lib/seam/connect/routes/{client-sessions.ts → client-sessions/client-sessions.ts} +24 -17
- package/src/lib/seam/connect/routes/client-sessions/index.ts +6 -0
- package/src/lib/seam/connect/routes/{connect-webviews.ts → connect-webviews/connect-webviews.ts} +18 -14
- package/src/lib/seam/connect/routes/connect-webviews/index.ts +6 -0
- package/src/lib/seam/connect/routes/{connected-accounts.ts → connected-accounts/connected-accounts.ts} +17 -15
- package/src/lib/seam/connect/routes/connected-accounts/index.ts +6 -0
- package/src/lib/seam/connect/routes/{devices.ts → devices/devices.ts} +24 -19
- package/src/lib/seam/connect/routes/devices/index.ts +8 -0
- package/src/lib/seam/connect/routes/devices/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{devices-simulate.ts → devices/simulate/simulate.ts} +9 -7
- package/src/lib/seam/connect/routes/devices/unmanaged/index.ts +6 -0
- package/src/lib/seam/connect/routes/{devices-unmanaged.ts → devices/unmanaged/unmanaged.ts} +13 -11
- package/src/lib/seam/connect/routes/{events.ts → events/events.ts} +14 -10
- package/src/lib/seam/connect/routes/events/index.ts +6 -0
- package/src/lib/seam/connect/routes/index.ts +24 -34
- package/src/lib/seam/connect/routes/locks/index.ts +6 -0
- package/src/lib/seam/connect/routes/{locks.ts → locks/locks.ts} +18 -14
- package/src/lib/seam/connect/routes/noise-sensors/index.ts +8 -0
- package/src/lib/seam/connect/routes/{noise-sensors.ts → noise-sensors/noise-sensors.ts} +11 -8
- package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/index.ts +6 -0
- package/src/lib/seam/connect/routes/{noise-sensors-noise-thresholds.ts → noise-sensors/noise-thresholds/noise-thresholds.ts} +17 -15
- package/src/lib/seam/connect/routes/noise-sensors/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{noise-sensors-simulate.ts → noise-sensors/simulate/simulate.ts} +7 -5
- package/src/lib/seam/connect/routes/phones/index.ts +7 -0
- package/src/lib/seam/connect/routes/{phones.ts → phones/phones.ts} +20 -13
- package/src/lib/seam/connect/routes/phones/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{phones-simulate.ts → phones/simulate/simulate.ts} +7 -5
- package/src/lib/seam/connect/{seam-http.ts → routes/seam-http.ts} +49 -28
- package/src/lib/seam/connect/routes/spaces/index.ts +6 -0
- package/src/lib/seam/connect/routes/spaces/spaces.ts +337 -0
- package/src/lib/seam/connect/routes/{thermostats-daily-programs.ts → thermostats/daily-programs/daily-programs.ts} +12 -10
- package/src/lib/seam/connect/routes/thermostats/daily-programs/index.ts +6 -0
- package/src/lib/seam/connect/routes/thermostats/index.ts +9 -0
- package/src/lib/seam/connect/routes/thermostats/schedules/index.ts +6 -0
- package/src/lib/seam/connect/routes/{thermostats-schedules.ts → thermostats/schedules/schedules.ts} +17 -15
- package/src/lib/seam/connect/routes/thermostats/simulate/index.ts +6 -0
- package/src/lib/seam/connect/routes/{thermostats-simulate.ts → thermostats/simulate/simulate.ts} +8 -6
- package/src/lib/seam/connect/routes/{thermostats.ts → thermostats/thermostats.ts} +40 -37
- package/src/lib/seam/connect/routes/{user-identities-enrollment-automations.ts → user-identities/enrollment-automations/enrollment-automations.ts} +16 -14
- package/src/lib/seam/connect/routes/user-identities/enrollment-automations/index.ts +6 -0
- package/src/lib/seam/connect/routes/user-identities/index.ts +7 -0
- package/src/lib/seam/connect/routes/{user-identities.ts → user-identities/user-identities.ts} +38 -33
- package/src/lib/seam/connect/routes/webhooks/index.ts +6 -0
- package/src/lib/seam/connect/routes/{webhooks.ts → webhooks/webhooks.ts} +23 -17
- package/src/lib/seam/connect/routes/workspaces/index.ts +6 -0
- package/src/lib/seam/connect/routes/{workspaces.ts → workspaces/workspaces.ts} +23 -17
- package/src/lib/version.ts +1 -1
- package/lib/seam/connect/routes/access-codes-simulate.js.map +0 -1
- package/lib/seam/connect/routes/access-codes-unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/access-codes.js.map +0 -1
- package/lib/seam/connect/routes/acs-access-groups.js.map +0 -1
- package/lib/seam/connect/routes/acs-credentials.js.map +0 -1
- package/lib/seam/connect/routes/acs-encoders-simulate.js.map +0 -1
- package/lib/seam/connect/routes/acs-encoders.js.map +0 -1
- package/lib/seam/connect/routes/acs-entrances.js.map +0 -1
- package/lib/seam/connect/routes/acs-systems.js.map +0 -1
- package/lib/seam/connect/routes/acs-users.js.map +0 -1
- package/lib/seam/connect/routes/acs.js.map +0 -1
- package/lib/seam/connect/routes/action-attempts.js.map +0 -1
- package/lib/seam/connect/routes/client-sessions.js.map +0 -1
- package/lib/seam/connect/routes/connect-webviews.js.map +0 -1
- package/lib/seam/connect/routes/connected-accounts.js.map +0 -1
- package/lib/seam/connect/routes/devices-simulate.js.map +0 -1
- package/lib/seam/connect/routes/devices-unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/devices.js.map +0 -1
- package/lib/seam/connect/routes/locks.js.map +0 -1
- package/lib/seam/connect/routes/noise-sensors-noise-thresholds.js.map +0 -1
- package/lib/seam/connect/routes/noise-sensors-simulate.js.map +0 -1
- package/lib/seam/connect/routes/phones-simulate.js.map +0 -1
- package/lib/seam/connect/routes/phones.js.map +0 -1
- package/lib/seam/connect/routes/thermostats-schedules.js.map +0 -1
- package/lib/seam/connect/routes/thermostats-simulate.js.map +0 -1
- package/lib/seam/connect/routes/thermostats.js.map +0 -1
- package/lib/seam/connect/routes/unstable-partner.d.ts +0 -17
- package/lib/seam/connect/routes/unstable-partner.js +0 -83
- package/lib/seam/connect/routes/user-identities-enrollment-automations.js.map +0 -1
- package/lib/seam/connect/routes/user-identities.js.map +0 -1
- package/lib/seam/connect/routes/webhooks.js.map +0 -1
- package/lib/seam/connect/routes/workspaces.js.map +0 -1
- package/lib/seam/connect/seam-http.js.map +0 -1
- package/src/lib/seam/connect/routes/unstable-partner.ts +0 -160
package/dist/connect.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RouteRequestBody, RouteResponse, ActionAttempt, openapi } from '@seamapi/types/connect';
|
|
1
|
+
import { RouteRequestBody, RouteResponse, RouteRequestParams, ActionAttempt, openapi } from '@seamapi/types/connect';
|
|
2
2
|
import { AxiosRequestConfig, AxiosInstance, Method } from 'axios';
|
|
3
3
|
import { AxiosRetry } from 'axios-retry';
|
|
4
4
|
export * from '@seamapi/url-search-params-serializer';
|
|
@@ -73,6 +73,8 @@ type SetNonNullable<BaseType, Keys extends keyof BaseType = keyof BaseType> = {
|
|
|
73
73
|
declare class SeamHttpAccessCodesSimulate {
|
|
74
74
|
client: Client;
|
|
75
75
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
76
|
+
readonly ltsVersion = "1.0.0";
|
|
77
|
+
static ltsVersion: string;
|
|
76
78
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
77
79
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAccessCodesSimulate;
|
|
78
80
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAccessCodesSimulate;
|
|
@@ -91,6 +93,8 @@ type AccessCodesSimulateCreateUnmanagedAccessCodeOptions = never;
|
|
|
91
93
|
declare class SeamHttpAccessCodesUnmanaged {
|
|
92
94
|
client: Client;
|
|
93
95
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
96
|
+
readonly ltsVersion = "1.0.0";
|
|
97
|
+
static ltsVersion: string;
|
|
94
98
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
95
99
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAccessCodesUnmanaged;
|
|
96
100
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAccessCodesUnmanaged;
|
|
@@ -101,9 +105,9 @@ declare class SeamHttpAccessCodesUnmanaged {
|
|
|
101
105
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
102
106
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
103
107
|
convertToManaged(body?: AccessCodesUnmanagedConvertToManagedBody): SeamHttpRequest<void, undefined>;
|
|
104
|
-
delete(
|
|
105
|
-
get(
|
|
106
|
-
list(
|
|
108
|
+
delete(params?: AccessCodesUnmanagedDeleteParams): SeamHttpRequest<void, undefined>;
|
|
109
|
+
get(params?: AccessCodesUnmanagedGetParams): SeamHttpRequest<AccessCodesUnmanagedGetResponse, 'access_code'>;
|
|
110
|
+
list(params?: AccessCodesUnmanagedListParams): SeamHttpRequest<AccessCodesUnmanagedListResponse, 'access_codes'>;
|
|
107
111
|
update(body?: AccessCodesUnmanagedUpdateBody): SeamHttpRequest<void, undefined>;
|
|
108
112
|
}
|
|
109
113
|
type AccessCodesUnmanagedConvertToManagedBody = RouteRequestBody<'/access_codes/unmanaged/convert_to_managed'>;
|
|
@@ -125,6 +129,8 @@ type AccessCodesUnmanagedUpdateOptions = never;
|
|
|
125
129
|
declare class SeamHttpAccessCodes {
|
|
126
130
|
client: Client;
|
|
127
131
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
132
|
+
readonly ltsVersion = "1.0.0";
|
|
133
|
+
static ltsVersion: string;
|
|
128
134
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
129
135
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAccessCodes;
|
|
130
136
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAccessCodes;
|
|
@@ -134,14 +140,14 @@ declare class SeamHttpAccessCodes {
|
|
|
134
140
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAccessCodes;
|
|
135
141
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
136
142
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
137
|
-
get unmanaged(): SeamHttpAccessCodesUnmanaged;
|
|
138
143
|
get simulate(): SeamHttpAccessCodesSimulate;
|
|
144
|
+
get unmanaged(): SeamHttpAccessCodesUnmanaged;
|
|
139
145
|
create(body?: AccessCodesCreateBody): SeamHttpRequest<AccessCodesCreateResponse, 'access_code'>;
|
|
140
146
|
createMultiple(body?: AccessCodesCreateMultipleBody): SeamHttpRequest<AccessCodesCreateMultipleResponse, 'access_codes'>;
|
|
141
|
-
delete(
|
|
147
|
+
delete(params?: AccessCodesDeleteParams): SeamHttpRequest<void, undefined>;
|
|
142
148
|
generateCode(body?: AccessCodesGenerateCodeBody): SeamHttpRequest<AccessCodesGenerateCodeResponse, 'generated_code'>;
|
|
143
|
-
get(
|
|
144
|
-
list(
|
|
149
|
+
get(params?: AccessCodesGetParams): SeamHttpRequest<AccessCodesGetResponse, 'access_code'>;
|
|
150
|
+
list(params?: AccessCodesListParams): SeamHttpRequest<AccessCodesListResponse, 'access_codes'>;
|
|
145
151
|
pullBackupAccessCode(body?: AccessCodesPullBackupAccessCodeBody): SeamHttpRequest<AccessCodesPullBackupAccessCodeResponse, 'access_code'>;
|
|
146
152
|
reportDeviceConstraints(body?: AccessCodesReportDeviceConstraintsBody): SeamHttpRequest<void, undefined>;
|
|
147
153
|
update(body?: AccessCodesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
@@ -178,9 +184,71 @@ type AccessCodesUpdateMultipleBody = RouteRequestBody<'/access_codes/update_mult
|
|
|
178
184
|
type AccessCodesUpdateMultipleResponse = SetNonNullable<Required<RouteResponse<'/access_codes/update_multiple'>>>;
|
|
179
185
|
type AccessCodesUpdateMultipleOptions = never;
|
|
180
186
|
|
|
187
|
+
declare class SeamHttpAccessGrants {
|
|
188
|
+
client: Client;
|
|
189
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
190
|
+
readonly ltsVersion = "1.0.0";
|
|
191
|
+
static ltsVersion: string;
|
|
192
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
193
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAccessGrants;
|
|
194
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAccessGrants;
|
|
195
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAccessGrants;
|
|
196
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAccessGrants>;
|
|
197
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAccessGrants;
|
|
198
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAccessGrants;
|
|
199
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
200
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
201
|
+
create(body?: AccessGrantsCreateBody): SeamHttpRequest<AccessGrantsCreateResponse, 'access_grant'>;
|
|
202
|
+
delete(params?: AccessGrantsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
203
|
+
get(params?: AccessGrantsGetParams): SeamHttpRequest<AccessGrantsGetResponse, 'access_grant'>;
|
|
204
|
+
list(params?: AccessGrantsListParams): SeamHttpRequest<AccessGrantsListResponse, 'access_grants'>;
|
|
205
|
+
}
|
|
206
|
+
type AccessGrantsCreateBody = RouteRequestBody<'/access_grants/create'>;
|
|
207
|
+
type AccessGrantsCreateResponse = SetNonNullable<Required<RouteResponse<'/access_grants/create'>>>;
|
|
208
|
+
type AccessGrantsCreateOptions = never;
|
|
209
|
+
type AccessGrantsDeleteParams = RouteRequestBody<'/access_grants/delete'>;
|
|
210
|
+
type AccessGrantsDeleteResponse = SetNonNullable<Required<RouteResponse<'/access_grants/delete'>>>;
|
|
211
|
+
type AccessGrantsDeleteOptions = never;
|
|
212
|
+
type AccessGrantsGetParams = RouteRequestBody<'/access_grants/get'>;
|
|
213
|
+
type AccessGrantsGetResponse = SetNonNullable<Required<RouteResponse<'/access_grants/get'>>>;
|
|
214
|
+
type AccessGrantsGetOptions = never;
|
|
215
|
+
type AccessGrantsListParams = RouteRequestBody<'/access_grants/list'>;
|
|
216
|
+
type AccessGrantsListResponse = SetNonNullable<Required<RouteResponse<'/access_grants/list'>>>;
|
|
217
|
+
type AccessGrantsListOptions = never;
|
|
218
|
+
|
|
219
|
+
declare class SeamHttpAccessMethods {
|
|
220
|
+
client: Client;
|
|
221
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
222
|
+
readonly ltsVersion = "1.0.0";
|
|
223
|
+
static ltsVersion: string;
|
|
224
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
225
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAccessMethods;
|
|
226
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAccessMethods;
|
|
227
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpAccessMethods;
|
|
228
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpAccessMethods>;
|
|
229
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpAccessMethods;
|
|
230
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAccessMethods;
|
|
231
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
232
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
233
|
+
delete(params?: AccessMethodsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
234
|
+
get(params?: AccessMethodsGetParams): SeamHttpRequest<AccessMethodsGetResponse, 'access_method'>;
|
|
235
|
+
list(params?: AccessMethodsListParams): SeamHttpRequest<AccessMethodsListResponse, 'access_methods'>;
|
|
236
|
+
}
|
|
237
|
+
type AccessMethodsDeleteParams = RouteRequestBody<'/access_methods/delete'>;
|
|
238
|
+
type AccessMethodsDeleteResponse = SetNonNullable<Required<RouteResponse<'/access_methods/delete'>>>;
|
|
239
|
+
type AccessMethodsDeleteOptions = never;
|
|
240
|
+
type AccessMethodsGetParams = RouteRequestBody<'/access_methods/get'>;
|
|
241
|
+
type AccessMethodsGetResponse = SetNonNullable<Required<RouteResponse<'/access_methods/get'>>>;
|
|
242
|
+
type AccessMethodsGetOptions = never;
|
|
243
|
+
type AccessMethodsListParams = RouteRequestBody<'/access_methods/list'>;
|
|
244
|
+
type AccessMethodsListResponse = SetNonNullable<Required<RouteResponse<'/access_methods/list'>>>;
|
|
245
|
+
type AccessMethodsListOptions = never;
|
|
246
|
+
|
|
181
247
|
declare class SeamHttpAcsAccessGroups {
|
|
182
248
|
client: Client;
|
|
183
249
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
250
|
+
readonly ltsVersion = "1.0.0";
|
|
251
|
+
static ltsVersion: string;
|
|
184
252
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
185
253
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsAccessGroups;
|
|
186
254
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsAccessGroups;
|
|
@@ -191,11 +259,11 @@ declare class SeamHttpAcsAccessGroups {
|
|
|
191
259
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
192
260
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
193
261
|
addUser(body?: AcsAccessGroupsAddUserBody): SeamHttpRequest<void, undefined>;
|
|
194
|
-
get(
|
|
195
|
-
list(
|
|
196
|
-
listAccessibleEntrances(
|
|
197
|
-
listUsers(
|
|
198
|
-
removeUser(
|
|
262
|
+
get(params?: AcsAccessGroupsGetParams): SeamHttpRequest<AcsAccessGroupsGetResponse, 'acs_access_group'>;
|
|
263
|
+
list(params?: AcsAccessGroupsListParams): SeamHttpRequest<AcsAccessGroupsListResponse, 'acs_access_groups'>;
|
|
264
|
+
listAccessibleEntrances(params?: AcsAccessGroupsListAccessibleEntrancesParams): SeamHttpRequest<AcsAccessGroupsListAccessibleEntrancesResponse, 'acs_entrances'>;
|
|
265
|
+
listUsers(params?: AcsAccessGroupsListUsersParams): SeamHttpRequest<AcsAccessGroupsListUsersResponse, 'acs_users'>;
|
|
266
|
+
removeUser(params?: AcsAccessGroupsRemoveUserParams): SeamHttpRequest<void, undefined>;
|
|
199
267
|
}
|
|
200
268
|
type AcsAccessGroupsAddUserBody = RouteRequestBody<'/acs/access_groups/add_user'>;
|
|
201
269
|
type AcsAccessGroupsAddUserResponse = SetNonNullable<Required<RouteResponse<'/acs/access_groups/add_user'>>>;
|
|
@@ -219,6 +287,8 @@ type AcsAccessGroupsRemoveUserOptions = never;
|
|
|
219
287
|
declare class SeamHttpAcsCredentials {
|
|
220
288
|
client: Client;
|
|
221
289
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
290
|
+
readonly ltsVersion = "1.0.0";
|
|
291
|
+
static ltsVersion: string;
|
|
222
292
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
223
293
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsCredentials;
|
|
224
294
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsCredentials;
|
|
@@ -230,10 +300,10 @@ declare class SeamHttpAcsCredentials {
|
|
|
230
300
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
231
301
|
assign(body?: AcsCredentialsAssignBody): SeamHttpRequest<void, undefined>;
|
|
232
302
|
create(body?: AcsCredentialsCreateBody): SeamHttpRequest<AcsCredentialsCreateResponse, 'acs_credential'>;
|
|
233
|
-
delete(
|
|
234
|
-
get(
|
|
235
|
-
list(
|
|
236
|
-
listAccessibleEntrances(
|
|
303
|
+
delete(params?: AcsCredentialsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
304
|
+
get(params?: AcsCredentialsGetParams): SeamHttpRequest<AcsCredentialsGetResponse, 'acs_credential'>;
|
|
305
|
+
list(params?: AcsCredentialsListParams): SeamHttpRequest<AcsCredentialsListResponse, 'acs_credentials'>;
|
|
306
|
+
listAccessibleEntrances(params?: AcsCredentialsListAccessibleEntrancesParams): SeamHttpRequest<AcsCredentialsListAccessibleEntrancesResponse, 'acs_entrances'>;
|
|
237
307
|
unassign(body?: AcsCredentialsUnassignBody): SeamHttpRequest<void, undefined>;
|
|
238
308
|
update(body?: AcsCredentialsUpdateBody): SeamHttpRequest<void, undefined>;
|
|
239
309
|
}
|
|
@@ -265,6 +335,8 @@ type AcsCredentialsUpdateOptions = never;
|
|
|
265
335
|
declare class SeamHttpAcsEncodersSimulate {
|
|
266
336
|
client: Client;
|
|
267
337
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
338
|
+
readonly ltsVersion = "1.0.0";
|
|
339
|
+
static ltsVersion: string;
|
|
268
340
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
269
341
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsEncodersSimulate;
|
|
270
342
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsEncodersSimulate;
|
|
@@ -295,6 +367,8 @@ type AcsEncodersSimulateNextCredentialScanWillSucceedOptions = never;
|
|
|
295
367
|
declare class SeamHttpAcsEncoders {
|
|
296
368
|
client: Client;
|
|
297
369
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
370
|
+
readonly ltsVersion = "1.0.0";
|
|
371
|
+
static ltsVersion: string;
|
|
298
372
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
299
373
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsEncoders;
|
|
300
374
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsEncoders;
|
|
@@ -305,11 +379,11 @@ declare class SeamHttpAcsEncoders {
|
|
|
305
379
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
306
380
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
307
381
|
get simulate(): SeamHttpAcsEncodersSimulate;
|
|
308
|
-
encodeAccessMethod(body?: AcsEncodersEncodeAccessMethodBody, options?:
|
|
309
|
-
encodeCredential(body?: AcsEncodersEncodeCredentialBody, options?:
|
|
310
|
-
get(
|
|
311
|
-
list(
|
|
312
|
-
scanCredential(body?: AcsEncodersScanCredentialBody, options?:
|
|
382
|
+
encodeAccessMethod(body?: AcsEncodersEncodeAccessMethodBody, options?: AcsEncodersEncodeAccessMethodOptions): SeamHttpRequest<AcsEncodersEncodeAccessMethodResponse, 'action_attempt'>;
|
|
383
|
+
encodeCredential(body?: AcsEncodersEncodeCredentialBody, options?: AcsEncodersEncodeCredentialOptions): SeamHttpRequest<AcsEncodersEncodeCredentialResponse, 'action_attempt'>;
|
|
384
|
+
get(params?: AcsEncodersGetParams): SeamHttpRequest<AcsEncodersGetResponse, 'acs_encoder'>;
|
|
385
|
+
list(params?: AcsEncodersListParams): SeamHttpRequest<AcsEncodersListResponse, 'acs_encoders'>;
|
|
386
|
+
scanCredential(body?: AcsEncodersScanCredentialBody, options?: AcsEncodersScanCredentialOptions): SeamHttpRequest<AcsEncodersScanCredentialResponse, 'action_attempt'>;
|
|
313
387
|
}
|
|
314
388
|
type AcsEncodersEncodeAccessMethodBody = RouteRequestBody<'/acs/encoders/encode_access_method'>;
|
|
315
389
|
type AcsEncodersEncodeAccessMethodResponse = SetNonNullable<Required<RouteResponse<'/acs/encoders/encode_access_method'>>>;
|
|
@@ -330,6 +404,8 @@ type AcsEncodersScanCredentialOptions = Pick<SeamHttpRequestOptions, 'waitForAct
|
|
|
330
404
|
declare class SeamHttpAcsEntrances {
|
|
331
405
|
client: Client;
|
|
332
406
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
407
|
+
readonly ltsVersion = "1.0.0";
|
|
408
|
+
static ltsVersion: string;
|
|
333
409
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
334
410
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsEntrances;
|
|
335
411
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsEntrances;
|
|
@@ -339,10 +415,10 @@ declare class SeamHttpAcsEntrances {
|
|
|
339
415
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsEntrances;
|
|
340
416
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
341
417
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
342
|
-
get(
|
|
418
|
+
get(params?: AcsEntrancesGetParams): SeamHttpRequest<AcsEntrancesGetResponse, 'acs_entrance'>;
|
|
343
419
|
grantAccess(body?: AcsEntrancesGrantAccessBody): SeamHttpRequest<void, undefined>;
|
|
344
|
-
list(
|
|
345
|
-
listCredentialsWithAccess(
|
|
420
|
+
list(params?: AcsEntrancesListParams): SeamHttpRequest<AcsEntrancesListResponse, 'acs_entrances'>;
|
|
421
|
+
listCredentialsWithAccess(params?: AcsEntrancesListCredentialsWithAccessParams): SeamHttpRequest<AcsEntrancesListCredentialsWithAccessResponse, 'acs_credentials'>;
|
|
346
422
|
}
|
|
347
423
|
type AcsEntrancesGetParams = RouteRequestBody<'/acs/entrances/get'>;
|
|
348
424
|
type AcsEntrancesGetResponse = SetNonNullable<Required<RouteResponse<'/acs/entrances/get'>>>;
|
|
@@ -360,6 +436,8 @@ type AcsEntrancesListCredentialsWithAccessOptions = never;
|
|
|
360
436
|
declare class SeamHttpAcsSystems {
|
|
361
437
|
client: Client;
|
|
362
438
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
439
|
+
readonly ltsVersion = "1.0.0";
|
|
440
|
+
static ltsVersion: string;
|
|
363
441
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
364
442
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsSystems;
|
|
365
443
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsSystems;
|
|
@@ -369,9 +447,9 @@ declare class SeamHttpAcsSystems {
|
|
|
369
447
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpAcsSystems;
|
|
370
448
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
371
449
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
372
|
-
get(
|
|
373
|
-
list(
|
|
374
|
-
listCompatibleCredentialManagerAcsSystems(
|
|
450
|
+
get(params?: AcsSystemsGetParams): SeamHttpRequest<AcsSystemsGetResponse, 'acs_system'>;
|
|
451
|
+
list(params?: AcsSystemsListParams): SeamHttpRequest<AcsSystemsListResponse, 'acs_systems'>;
|
|
452
|
+
listCompatibleCredentialManagerAcsSystems(params?: AcsSystemsListCompatibleCredentialManagerAcsSystemsParams): SeamHttpRequest<AcsSystemsListCompatibleCredentialManagerAcsSystemsResponse, 'acs_systems'>;
|
|
375
453
|
}
|
|
376
454
|
type AcsSystemsGetParams = RouteRequestBody<'/acs/systems/get'>;
|
|
377
455
|
type AcsSystemsGetResponse = SetNonNullable<Required<RouteResponse<'/acs/systems/get'>>>;
|
|
@@ -386,6 +464,8 @@ type AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions = never;
|
|
|
386
464
|
declare class SeamHttpAcsUsers {
|
|
387
465
|
client: Client;
|
|
388
466
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
467
|
+
readonly ltsVersion = "1.0.0";
|
|
468
|
+
static ltsVersion: string;
|
|
389
469
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
390
470
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcsUsers;
|
|
391
471
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcsUsers;
|
|
@@ -397,12 +477,12 @@ declare class SeamHttpAcsUsers {
|
|
|
397
477
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
398
478
|
addToAccessGroup(body?: AcsUsersAddToAccessGroupBody): SeamHttpRequest<void, undefined>;
|
|
399
479
|
create(body?: AcsUsersCreateBody): SeamHttpRequest<AcsUsersCreateResponse, 'acs_user'>;
|
|
400
|
-
delete(
|
|
401
|
-
get(
|
|
402
|
-
list(
|
|
403
|
-
listAccessibleEntrances(
|
|
404
|
-
removeFromAccessGroup(
|
|
405
|
-
revokeAccessToAllEntrances(
|
|
480
|
+
delete(params?: AcsUsersDeleteParams): SeamHttpRequest<void, undefined>;
|
|
481
|
+
get(params?: AcsUsersGetParams): SeamHttpRequest<AcsUsersGetResponse, 'acs_user'>;
|
|
482
|
+
list(params?: AcsUsersListParams): SeamHttpRequest<AcsUsersListResponse, 'acs_users'>;
|
|
483
|
+
listAccessibleEntrances(params?: AcsUsersListAccessibleEntrancesParams): SeamHttpRequest<AcsUsersListAccessibleEntrancesResponse, 'acs_entrances'>;
|
|
484
|
+
removeFromAccessGroup(params?: AcsUsersRemoveFromAccessGroupParams): SeamHttpRequest<void, undefined>;
|
|
485
|
+
revokeAccessToAllEntrances(params?: AcsUsersRevokeAccessToAllEntrancesParams): SeamHttpRequest<void, undefined>;
|
|
406
486
|
suspend(body?: AcsUsersSuspendBody): SeamHttpRequest<void, undefined>;
|
|
407
487
|
unsuspend(body?: AcsUsersUnsuspendBody): SeamHttpRequest<void, undefined>;
|
|
408
488
|
update(body?: AcsUsersUpdateBody): SeamHttpRequest<void, undefined>;
|
|
@@ -444,6 +524,8 @@ type AcsUsersUpdateOptions = never;
|
|
|
444
524
|
declare class SeamHttpAcs {
|
|
445
525
|
client: Client;
|
|
446
526
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
527
|
+
readonly ltsVersion = "1.0.0";
|
|
528
|
+
static ltsVersion: string;
|
|
447
529
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
448
530
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpAcs;
|
|
449
531
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpAcs;
|
|
@@ -455,8 +537,8 @@ declare class SeamHttpAcs {
|
|
|
455
537
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
456
538
|
get accessGroups(): SeamHttpAcsAccessGroups;
|
|
457
539
|
get credentials(): SeamHttpAcsCredentials;
|
|
458
|
-
get entrances(): SeamHttpAcsEntrances;
|
|
459
540
|
get encoders(): SeamHttpAcsEncoders;
|
|
541
|
+
get entrances(): SeamHttpAcsEntrances;
|
|
460
542
|
get systems(): SeamHttpAcsSystems;
|
|
461
543
|
get users(): SeamHttpAcsUsers;
|
|
462
544
|
}
|
|
@@ -464,6 +546,8 @@ declare class SeamHttpAcs {
|
|
|
464
546
|
declare class SeamHttpActionAttempts {
|
|
465
547
|
client: Client;
|
|
466
548
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
549
|
+
readonly ltsVersion = "1.0.0";
|
|
550
|
+
static ltsVersion: string;
|
|
467
551
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
468
552
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpActionAttempts;
|
|
469
553
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpActionAttempts;
|
|
@@ -473,8 +557,8 @@ declare class SeamHttpActionAttempts {
|
|
|
473
557
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpActionAttempts;
|
|
474
558
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
475
559
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
476
|
-
get(
|
|
477
|
-
list(
|
|
560
|
+
get(params?: ActionAttemptsGetParams, options?: ActionAttemptsGetOptions): SeamHttpRequest<ActionAttemptsGetResponse, 'action_attempt'>;
|
|
561
|
+
list(params?: ActionAttemptsListParams): SeamHttpRequest<ActionAttemptsListResponse, 'action_attempts'>;
|
|
478
562
|
}
|
|
479
563
|
type ActionAttemptsGetParams = RouteRequestBody<'/action_attempts/get'>;
|
|
480
564
|
type ActionAttemptsGetResponse = SetNonNullable<Required<RouteResponse<'/action_attempts/get'>>>;
|
|
@@ -486,6 +570,8 @@ type ActionAttemptsListOptions = never;
|
|
|
486
570
|
declare class SeamHttpClientSessions {
|
|
487
571
|
client: Client;
|
|
488
572
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
573
|
+
readonly ltsVersion = "1.0.0";
|
|
574
|
+
static ltsVersion: string;
|
|
489
575
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
490
576
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpClientSessions;
|
|
491
577
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpClientSessions;
|
|
@@ -496,12 +582,12 @@ declare class SeamHttpClientSessions {
|
|
|
496
582
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
497
583
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
498
584
|
create(body?: ClientSessionsCreateBody): SeamHttpRequest<ClientSessionsCreateResponse, 'client_session'>;
|
|
499
|
-
delete(
|
|
500
|
-
get(
|
|
585
|
+
delete(params?: ClientSessionsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
586
|
+
get(params?: ClientSessionsGetParams): SeamHttpRequest<ClientSessionsGetResponse, 'client_session'>;
|
|
501
587
|
getOrCreate(body?: ClientSessionsGetOrCreateBody): SeamHttpRequest<ClientSessionsGetOrCreateResponse, 'client_session'>;
|
|
502
588
|
grantAccess(body?: ClientSessionsGrantAccessBody): SeamHttpRequest<void, undefined>;
|
|
503
|
-
list(
|
|
504
|
-
revoke(
|
|
589
|
+
list(params?: ClientSessionsListParams): SeamHttpRequest<ClientSessionsListResponse, 'client_sessions'>;
|
|
590
|
+
revoke(params?: ClientSessionsRevokeParams): SeamHttpRequest<void, undefined>;
|
|
505
591
|
}
|
|
506
592
|
type ClientSessionsCreateBody = RouteRequestBody<'/client_sessions/create'>;
|
|
507
593
|
type ClientSessionsCreateResponse = SetNonNullable<Required<RouteResponse<'/client_sessions/create'>>>;
|
|
@@ -528,6 +614,8 @@ type ClientSessionsRevokeOptions = never;
|
|
|
528
614
|
declare class SeamHttpConnectWebviews {
|
|
529
615
|
client: Client;
|
|
530
616
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
617
|
+
readonly ltsVersion = "1.0.0";
|
|
618
|
+
static ltsVersion: string;
|
|
531
619
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
532
620
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpConnectWebviews;
|
|
533
621
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpConnectWebviews;
|
|
@@ -538,9 +626,9 @@ declare class SeamHttpConnectWebviews {
|
|
|
538
626
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
539
627
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
540
628
|
create(body?: ConnectWebviewsCreateBody): SeamHttpRequest<ConnectWebviewsCreateResponse, 'connect_webview'>;
|
|
541
|
-
delete(
|
|
542
|
-
get(
|
|
543
|
-
list(
|
|
629
|
+
delete(params?: ConnectWebviewsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
630
|
+
get(params?: ConnectWebviewsGetParams): SeamHttpRequest<ConnectWebviewsGetResponse, 'connect_webview'>;
|
|
631
|
+
list(params?: ConnectWebviewsListParams): SeamHttpRequest<ConnectWebviewsListResponse, 'connect_webviews'>;
|
|
544
632
|
}
|
|
545
633
|
type ConnectWebviewsCreateBody = RouteRequestBody<'/connect_webviews/create'>;
|
|
546
634
|
type ConnectWebviewsCreateResponse = SetNonNullable<Required<RouteResponse<'/connect_webviews/create'>>>;
|
|
@@ -558,6 +646,8 @@ type ConnectWebviewsListOptions = never;
|
|
|
558
646
|
declare class SeamHttpConnectedAccounts {
|
|
559
647
|
client: Client;
|
|
560
648
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
649
|
+
readonly ltsVersion = "1.0.0";
|
|
650
|
+
static ltsVersion: string;
|
|
561
651
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
562
652
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpConnectedAccounts;
|
|
563
653
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpConnectedAccounts;
|
|
@@ -567,9 +657,9 @@ declare class SeamHttpConnectedAccounts {
|
|
|
567
657
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpConnectedAccounts;
|
|
568
658
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
569
659
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
570
|
-
delete(
|
|
571
|
-
get(
|
|
572
|
-
list(
|
|
660
|
+
delete(params?: ConnectedAccountsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
661
|
+
get(params?: ConnectedAccountsGetParams): SeamHttpRequest<ConnectedAccountsGetResponse, 'connected_account'>;
|
|
662
|
+
list(params?: ConnectedAccountsListParams): SeamHttpRequest<ConnectedAccountsListResponse, 'connected_accounts'>;
|
|
573
663
|
sync(body?: ConnectedAccountsSyncBody): SeamHttpRequest<void, undefined>;
|
|
574
664
|
update(body?: ConnectedAccountsUpdateBody): SeamHttpRequest<void, undefined>;
|
|
575
665
|
}
|
|
@@ -592,6 +682,8 @@ type ConnectedAccountsUpdateOptions = never;
|
|
|
592
682
|
declare class SeamHttpDevicesSimulate {
|
|
593
683
|
client: Client;
|
|
594
684
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
685
|
+
readonly ltsVersion = "1.0.0";
|
|
686
|
+
static ltsVersion: string;
|
|
595
687
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
596
688
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpDevicesSimulate;
|
|
597
689
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpDevicesSimulate;
|
|
@@ -618,6 +710,8 @@ type DevicesSimulateRemoveOptions = never;
|
|
|
618
710
|
declare class SeamHttpDevicesUnmanaged {
|
|
619
711
|
client: Client;
|
|
620
712
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
713
|
+
readonly ltsVersion = "1.0.0";
|
|
714
|
+
static ltsVersion: string;
|
|
621
715
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
622
716
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpDevicesUnmanaged;
|
|
623
717
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpDevicesUnmanaged;
|
|
@@ -627,8 +721,8 @@ declare class SeamHttpDevicesUnmanaged {
|
|
|
627
721
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpDevicesUnmanaged;
|
|
628
722
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
629
723
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
630
|
-
get(
|
|
631
|
-
list(
|
|
724
|
+
get(params?: DevicesUnmanagedGetParams): SeamHttpRequest<DevicesUnmanagedGetResponse, 'device'>;
|
|
725
|
+
list(params?: DevicesUnmanagedListParams): SeamHttpRequest<DevicesUnmanagedListResponse, 'devices'>;
|
|
632
726
|
update(body?: DevicesUnmanagedUpdateBody): SeamHttpRequest<void, undefined>;
|
|
633
727
|
}
|
|
634
728
|
type DevicesUnmanagedGetParams = RouteRequestBody<'/devices/unmanaged/get'>;
|
|
@@ -644,6 +738,8 @@ type DevicesUnmanagedUpdateOptions = never;
|
|
|
644
738
|
declare class SeamHttpDevices {
|
|
645
739
|
client: Client;
|
|
646
740
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
741
|
+
readonly ltsVersion = "1.0.0";
|
|
742
|
+
static ltsVersion: string;
|
|
647
743
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
648
744
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpDevices;
|
|
649
745
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpDevices;
|
|
@@ -653,11 +749,11 @@ declare class SeamHttpDevices {
|
|
|
653
749
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpDevices;
|
|
654
750
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
655
751
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
656
|
-
get unmanaged(): SeamHttpDevicesUnmanaged;
|
|
657
752
|
get simulate(): SeamHttpDevicesSimulate;
|
|
658
|
-
get(
|
|
659
|
-
|
|
660
|
-
|
|
753
|
+
get unmanaged(): SeamHttpDevicesUnmanaged;
|
|
754
|
+
get(params?: DevicesGetParams): SeamHttpRequest<DevicesGetResponse, 'device'>;
|
|
755
|
+
list(params?: DevicesListParams): SeamHttpRequest<DevicesListResponse, 'devices'>;
|
|
756
|
+
listDeviceProviders(params?: DevicesListDeviceProvidersParams): SeamHttpRequest<DevicesListDeviceProvidersResponse, 'device_providers'>;
|
|
661
757
|
update(body?: DevicesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
662
758
|
}
|
|
663
759
|
type DevicesGetParams = RouteRequestBody<'/devices/get'>;
|
|
@@ -676,6 +772,8 @@ type DevicesUpdateOptions = never;
|
|
|
676
772
|
declare class SeamHttpEvents {
|
|
677
773
|
client: Client;
|
|
678
774
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
775
|
+
readonly ltsVersion = "1.0.0";
|
|
776
|
+
static ltsVersion: string;
|
|
679
777
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
680
778
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpEvents;
|
|
681
779
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpEvents;
|
|
@@ -685,8 +783,8 @@ declare class SeamHttpEvents {
|
|
|
685
783
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpEvents;
|
|
686
784
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
687
785
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
688
|
-
get(
|
|
689
|
-
list(
|
|
786
|
+
get(params?: EventsGetParams): SeamHttpRequest<EventsGetResponse, 'event'>;
|
|
787
|
+
list(params?: EventsListParams): SeamHttpRequest<EventsListResponse, 'events'>;
|
|
690
788
|
}
|
|
691
789
|
type EventsGetParams = RouteRequestBody<'/events/get'>;
|
|
692
790
|
type EventsGetResponse = SetNonNullable<Required<RouteResponse<'/events/get'>>>;
|
|
@@ -698,6 +796,8 @@ type EventsListOptions = never;
|
|
|
698
796
|
declare class SeamHttpLocks {
|
|
699
797
|
client: Client;
|
|
700
798
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
799
|
+
readonly ltsVersion = "1.0.0";
|
|
800
|
+
static ltsVersion: string;
|
|
701
801
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
702
802
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpLocks;
|
|
703
803
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpLocks;
|
|
@@ -707,10 +807,10 @@ declare class SeamHttpLocks {
|
|
|
707
807
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpLocks;
|
|
708
808
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
709
809
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
710
|
-
get(
|
|
711
|
-
list(
|
|
712
|
-
lockDoor(body?: LocksLockDoorBody, options?:
|
|
713
|
-
unlockDoor(body?: LocksUnlockDoorBody, options?:
|
|
810
|
+
get(params?: LocksGetParams): SeamHttpRequest<LocksGetResponse, 'device'>;
|
|
811
|
+
list(params?: LocksListParams): SeamHttpRequest<LocksListResponse, 'devices'>;
|
|
812
|
+
lockDoor(body?: LocksLockDoorBody, options?: LocksLockDoorOptions): SeamHttpRequest<LocksLockDoorResponse, 'action_attempt'>;
|
|
813
|
+
unlockDoor(body?: LocksUnlockDoorBody, options?: LocksUnlockDoorOptions): SeamHttpRequest<LocksUnlockDoorResponse, 'action_attempt'>;
|
|
714
814
|
}
|
|
715
815
|
type LocksGetParams = RouteRequestBody<'/locks/get'>;
|
|
716
816
|
type LocksGetResponse = SetNonNullable<Required<RouteResponse<'/locks/get'>>>;
|
|
@@ -728,6 +828,8 @@ type LocksUnlockDoorOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt
|
|
|
728
828
|
declare class SeamHttpNoiseSensorsNoiseThresholds {
|
|
729
829
|
client: Client;
|
|
730
830
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
831
|
+
readonly ltsVersion = "1.0.0";
|
|
832
|
+
static ltsVersion: string;
|
|
731
833
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
732
834
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpNoiseSensorsNoiseThresholds;
|
|
733
835
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpNoiseSensorsNoiseThresholds;
|
|
@@ -738,9 +840,9 @@ declare class SeamHttpNoiseSensorsNoiseThresholds {
|
|
|
738
840
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
739
841
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
740
842
|
create(body?: NoiseSensorsNoiseThresholdsCreateBody): SeamHttpRequest<NoiseSensorsNoiseThresholdsCreateResponse, 'noise_threshold'>;
|
|
741
|
-
delete(
|
|
742
|
-
get(
|
|
743
|
-
list(
|
|
843
|
+
delete(params?: NoiseSensorsNoiseThresholdsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
844
|
+
get(params?: NoiseSensorsNoiseThresholdsGetParams): SeamHttpRequest<NoiseSensorsNoiseThresholdsGetResponse, 'noise_threshold'>;
|
|
845
|
+
list(params?: NoiseSensorsNoiseThresholdsListParams): SeamHttpRequest<NoiseSensorsNoiseThresholdsListResponse, 'noise_thresholds'>;
|
|
744
846
|
update(body?: NoiseSensorsNoiseThresholdsUpdateBody): SeamHttpRequest<void, undefined>;
|
|
745
847
|
}
|
|
746
848
|
type NoiseSensorsNoiseThresholdsCreateBody = RouteRequestBody<'/noise_sensors/noise_thresholds/create'>;
|
|
@@ -762,6 +864,8 @@ type NoiseSensorsNoiseThresholdsUpdateOptions = never;
|
|
|
762
864
|
declare class SeamHttpNoiseSensorsSimulate {
|
|
763
865
|
client: Client;
|
|
764
866
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
867
|
+
readonly ltsVersion = "1.0.0";
|
|
868
|
+
static ltsVersion: string;
|
|
765
869
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
766
870
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpNoiseSensorsSimulate;
|
|
767
871
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpNoiseSensorsSimulate;
|
|
@@ -780,6 +884,8 @@ type NoiseSensorsSimulateTriggerNoiseThresholdOptions = never;
|
|
|
780
884
|
declare class SeamHttpNoiseSensors {
|
|
781
885
|
client: Client;
|
|
782
886
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
887
|
+
readonly ltsVersion = "1.0.0";
|
|
888
|
+
static ltsVersion: string;
|
|
783
889
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
784
890
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpNoiseSensors;
|
|
785
891
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpNoiseSensors;
|
|
@@ -791,7 +897,7 @@ declare class SeamHttpNoiseSensors {
|
|
|
791
897
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
792
898
|
get noiseThresholds(): SeamHttpNoiseSensorsNoiseThresholds;
|
|
793
899
|
get simulate(): SeamHttpNoiseSensorsSimulate;
|
|
794
|
-
list(
|
|
900
|
+
list(params?: NoiseSensorsListParams): SeamHttpRequest<NoiseSensorsListResponse, 'devices'>;
|
|
795
901
|
}
|
|
796
902
|
type NoiseSensorsListParams = RouteRequestBody<'/noise_sensors/list'>;
|
|
797
903
|
type NoiseSensorsListResponse = SetNonNullable<Required<RouteResponse<'/noise_sensors/list'>>>;
|
|
@@ -800,6 +906,8 @@ type NoiseSensorsListOptions = never;
|
|
|
800
906
|
declare class SeamHttpPhonesSimulate {
|
|
801
907
|
client: Client;
|
|
802
908
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
909
|
+
readonly ltsVersion = "1.0.0";
|
|
910
|
+
static ltsVersion: string;
|
|
803
911
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
804
912
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpPhonesSimulate;
|
|
805
913
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpPhonesSimulate;
|
|
@@ -818,6 +926,8 @@ type PhonesSimulateCreateSandboxPhoneOptions = never;
|
|
|
818
926
|
declare class SeamHttpPhones {
|
|
819
927
|
client: Client;
|
|
820
928
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
929
|
+
readonly ltsVersion = "1.0.0";
|
|
930
|
+
static ltsVersion: string;
|
|
821
931
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
822
932
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpPhones;
|
|
823
933
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpPhones;
|
|
@@ -828,9 +938,9 @@ declare class SeamHttpPhones {
|
|
|
828
938
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
829
939
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
830
940
|
get simulate(): SeamHttpPhonesSimulate;
|
|
831
|
-
deactivate(
|
|
832
|
-
get(
|
|
833
|
-
list(
|
|
941
|
+
deactivate(params?: PhonesDeactivateParams): SeamHttpRequest<void, undefined>;
|
|
942
|
+
get(params?: PhonesGetParams): SeamHttpRequest<PhonesGetResponse, 'phone'>;
|
|
943
|
+
list(params?: PhonesListParams): SeamHttpRequest<PhonesListResponse, 'phones'>;
|
|
834
944
|
}
|
|
835
945
|
type PhonesDeactivateParams = RouteRequestBody<'/phones/deactivate'>;
|
|
836
946
|
type PhonesDeactivateResponse = SetNonNullable<Required<RouteResponse<'/phones/deactivate'>>>;
|
|
@@ -842,9 +952,63 @@ type PhonesListParams = RouteRequestBody<'/phones/list'>;
|
|
|
842
952
|
type PhonesListResponse = SetNonNullable<Required<RouteResponse<'/phones/list'>>>;
|
|
843
953
|
type PhonesListOptions = never;
|
|
844
954
|
|
|
955
|
+
declare class SeamHttpSpaces {
|
|
956
|
+
client: Client;
|
|
957
|
+
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
958
|
+
readonly ltsVersion = "1.0.0";
|
|
959
|
+
static ltsVersion: string;
|
|
960
|
+
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
961
|
+
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpSpaces;
|
|
962
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpSpaces;
|
|
963
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpSpaces;
|
|
964
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpSpaces>;
|
|
965
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpSpaces;
|
|
966
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpSpaces;
|
|
967
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
968
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
969
|
+
addAcsEntrances(body?: SpacesAddAcsEntrancesBody): SeamHttpRequest<void, undefined>;
|
|
970
|
+
addDevices(body?: SpacesAddDevicesBody): SeamHttpRequest<void, undefined>;
|
|
971
|
+
create(body?: SpacesCreateBody): SeamHttpRequest<SpacesCreateResponse, 'space'>;
|
|
972
|
+
delete(params?: SpacesDeleteParams): SeamHttpRequest<void, undefined>;
|
|
973
|
+
get(params?: SpacesGetParams): SeamHttpRequest<SpacesGetResponse, 'space'>;
|
|
974
|
+
list(params?: SpacesListParams): SeamHttpRequest<SpacesListResponse, 'spaces'>;
|
|
975
|
+
removeAcsEntrances(params?: SpacesRemoveAcsEntrancesParams): SeamHttpRequest<void, undefined>;
|
|
976
|
+
removeDevices(params?: SpacesRemoveDevicesParams): SeamHttpRequest<void, undefined>;
|
|
977
|
+
update(body?: SpacesUpdateBody): SeamHttpRequest<SpacesUpdateResponse, 'space'>;
|
|
978
|
+
}
|
|
979
|
+
type SpacesAddAcsEntrancesBody = RouteRequestBody<'/spaces/add_acs_entrances'>;
|
|
980
|
+
type SpacesAddAcsEntrancesResponse = SetNonNullable<Required<RouteResponse<'/spaces/add_acs_entrances'>>>;
|
|
981
|
+
type SpacesAddAcsEntrancesOptions = never;
|
|
982
|
+
type SpacesAddDevicesBody = RouteRequestBody<'/spaces/add_devices'>;
|
|
983
|
+
type SpacesAddDevicesResponse = SetNonNullable<Required<RouteResponse<'/spaces/add_devices'>>>;
|
|
984
|
+
type SpacesAddDevicesOptions = never;
|
|
985
|
+
type SpacesCreateBody = RouteRequestBody<'/spaces/create'>;
|
|
986
|
+
type SpacesCreateResponse = SetNonNullable<Required<RouteResponse<'/spaces/create'>>>;
|
|
987
|
+
type SpacesCreateOptions = never;
|
|
988
|
+
type SpacesDeleteParams = RouteRequestBody<'/spaces/delete'>;
|
|
989
|
+
type SpacesDeleteResponse = SetNonNullable<Required<RouteResponse<'/spaces/delete'>>>;
|
|
990
|
+
type SpacesDeleteOptions = never;
|
|
991
|
+
type SpacesGetParams = RouteRequestBody<'/spaces/get'>;
|
|
992
|
+
type SpacesGetResponse = SetNonNullable<Required<RouteResponse<'/spaces/get'>>>;
|
|
993
|
+
type SpacesGetOptions = never;
|
|
994
|
+
type SpacesListParams = RouteRequestParams<'/spaces/list'>;
|
|
995
|
+
type SpacesListResponse = SetNonNullable<Required<RouteResponse<'/spaces/list'>>>;
|
|
996
|
+
type SpacesListOptions = never;
|
|
997
|
+
type SpacesRemoveAcsEntrancesParams = RouteRequestBody<'/spaces/remove_acs_entrances'>;
|
|
998
|
+
type SpacesRemoveAcsEntrancesResponse = SetNonNullable<Required<RouteResponse<'/spaces/remove_acs_entrances'>>>;
|
|
999
|
+
type SpacesRemoveAcsEntrancesOptions = never;
|
|
1000
|
+
type SpacesRemoveDevicesParams = RouteRequestBody<'/spaces/remove_devices'>;
|
|
1001
|
+
type SpacesRemoveDevicesResponse = SetNonNullable<Required<RouteResponse<'/spaces/remove_devices'>>>;
|
|
1002
|
+
type SpacesRemoveDevicesOptions = never;
|
|
1003
|
+
type SpacesUpdateBody = RouteRequestBody<'/spaces/update'>;
|
|
1004
|
+
type SpacesUpdateResponse = SetNonNullable<Required<RouteResponse<'/spaces/update'>>>;
|
|
1005
|
+
type SpacesUpdateOptions = never;
|
|
1006
|
+
|
|
845
1007
|
declare class SeamHttpThermostatsDailyPrograms {
|
|
846
1008
|
client: Client;
|
|
847
1009
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1010
|
+
readonly ltsVersion = "1.0.0";
|
|
1011
|
+
static ltsVersion: string;
|
|
848
1012
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
849
1013
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpThermostatsDailyPrograms;
|
|
850
1014
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpThermostatsDailyPrograms;
|
|
@@ -855,8 +1019,8 @@ declare class SeamHttpThermostatsDailyPrograms {
|
|
|
855
1019
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
856
1020
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
857
1021
|
create(body?: ThermostatsDailyProgramsCreateBody): SeamHttpRequest<ThermostatsDailyProgramsCreateResponse, 'thermostat_daily_program'>;
|
|
858
|
-
delete(
|
|
859
|
-
update(body?: ThermostatsDailyProgramsUpdateBody, options?:
|
|
1022
|
+
delete(params?: ThermostatsDailyProgramsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1023
|
+
update(body?: ThermostatsDailyProgramsUpdateBody, options?: ThermostatsDailyProgramsUpdateOptions): SeamHttpRequest<ThermostatsDailyProgramsUpdateResponse, 'action_attempt'>;
|
|
860
1024
|
}
|
|
861
1025
|
type ThermostatsDailyProgramsCreateBody = RouteRequestBody<'/thermostats/daily_programs/create'>;
|
|
862
1026
|
type ThermostatsDailyProgramsCreateResponse = SetNonNullable<Required<RouteResponse<'/thermostats/daily_programs/create'>>>;
|
|
@@ -871,6 +1035,8 @@ type ThermostatsDailyProgramsUpdateOptions = Pick<SeamHttpRequestOptions, 'waitF
|
|
|
871
1035
|
declare class SeamHttpThermostatsSchedules {
|
|
872
1036
|
client: Client;
|
|
873
1037
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1038
|
+
readonly ltsVersion = "1.0.0";
|
|
1039
|
+
static ltsVersion: string;
|
|
874
1040
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
875
1041
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpThermostatsSchedules;
|
|
876
1042
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpThermostatsSchedules;
|
|
@@ -881,9 +1047,9 @@ declare class SeamHttpThermostatsSchedules {
|
|
|
881
1047
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
882
1048
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
883
1049
|
create(body?: ThermostatsSchedulesCreateBody): SeamHttpRequest<ThermostatsSchedulesCreateResponse, 'thermostat_schedule'>;
|
|
884
|
-
delete(
|
|
885
|
-
get(
|
|
886
|
-
list(
|
|
1050
|
+
delete(params?: ThermostatsSchedulesDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1051
|
+
get(params?: ThermostatsSchedulesGetParams): SeamHttpRequest<ThermostatsSchedulesGetResponse, 'thermostat_schedule'>;
|
|
1052
|
+
list(params?: ThermostatsSchedulesListParams): SeamHttpRequest<ThermostatsSchedulesListResponse, 'thermostat_schedules'>;
|
|
887
1053
|
update(body?: ThermostatsSchedulesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
888
1054
|
}
|
|
889
1055
|
type ThermostatsSchedulesCreateBody = RouteRequestBody<'/thermostats/schedules/create'>;
|
|
@@ -905,6 +1071,8 @@ type ThermostatsSchedulesUpdateOptions = never;
|
|
|
905
1071
|
declare class SeamHttpThermostatsSimulate {
|
|
906
1072
|
client: Client;
|
|
907
1073
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1074
|
+
readonly ltsVersion = "1.0.0";
|
|
1075
|
+
static ltsVersion: string;
|
|
908
1076
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
909
1077
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpThermostatsSimulate;
|
|
910
1078
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpThermostatsSimulate;
|
|
@@ -927,6 +1095,8 @@ type ThermostatsSimulateTemperatureReachedOptions = never;
|
|
|
927
1095
|
declare class SeamHttpThermostats {
|
|
928
1096
|
client: Client;
|
|
929
1097
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1098
|
+
readonly ltsVersion = "1.0.0";
|
|
1099
|
+
static ltsVersion: string;
|
|
930
1100
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
931
1101
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpThermostats;
|
|
932
1102
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpThermostats;
|
|
@@ -936,23 +1106,23 @@ declare class SeamHttpThermostats {
|
|
|
936
1106
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpThermostats;
|
|
937
1107
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
938
1108
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1109
|
+
get dailyPrograms(): SeamHttpThermostatsDailyPrograms;
|
|
939
1110
|
get schedules(): SeamHttpThermostatsSchedules;
|
|
940
1111
|
get simulate(): SeamHttpThermostatsSimulate;
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
cool(body?: ThermostatsCoolBody, options?: Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>): SeamHttpRequest<ThermostatsCoolResponse, 'action_attempt'>;
|
|
1112
|
+
activateClimatePreset(body?: ThermostatsActivateClimatePresetBody, options?: ThermostatsActivateClimatePresetOptions): SeamHttpRequest<ThermostatsActivateClimatePresetResponse, 'action_attempt'>;
|
|
1113
|
+
cool(body?: ThermostatsCoolBody, options?: ThermostatsCoolOptions): SeamHttpRequest<ThermostatsCoolResponse, 'action_attempt'>;
|
|
944
1114
|
createClimatePreset(body?: ThermostatsCreateClimatePresetBody): SeamHttpRequest<void, undefined>;
|
|
945
1115
|
deleteClimatePreset(body?: ThermostatsDeleteClimatePresetBody): SeamHttpRequest<void, undefined>;
|
|
946
|
-
heat(body?: ThermostatsHeatBody, options?:
|
|
947
|
-
heatCool(body?: ThermostatsHeatCoolBody, options?:
|
|
948
|
-
list(
|
|
949
|
-
off(body?: ThermostatsOffBody, options?:
|
|
1116
|
+
heat(body?: ThermostatsHeatBody, options?: ThermostatsHeatOptions): SeamHttpRequest<ThermostatsHeatResponse, 'action_attempt'>;
|
|
1117
|
+
heatCool(body?: ThermostatsHeatCoolBody, options?: ThermostatsHeatCoolOptions): SeamHttpRequest<ThermostatsHeatCoolResponse, 'action_attempt'>;
|
|
1118
|
+
list(params?: ThermostatsListParams): SeamHttpRequest<ThermostatsListResponse, 'devices'>;
|
|
1119
|
+
off(body?: ThermostatsOffBody, options?: ThermostatsOffOptions): SeamHttpRequest<ThermostatsOffResponse, 'action_attempt'>;
|
|
950
1120
|
setFallbackClimatePreset(body?: ThermostatsSetFallbackClimatePresetBody): SeamHttpRequest<void, undefined>;
|
|
951
|
-
setFanMode(body?: ThermostatsSetFanModeBody, options?:
|
|
952
|
-
setHvacMode(body?: ThermostatsSetHvacModeBody, options?:
|
|
1121
|
+
setFanMode(body?: ThermostatsSetFanModeBody, options?: ThermostatsSetFanModeOptions): SeamHttpRequest<ThermostatsSetFanModeResponse, 'action_attempt'>;
|
|
1122
|
+
setHvacMode(body?: ThermostatsSetHvacModeBody, options?: ThermostatsSetHvacModeOptions): SeamHttpRequest<ThermostatsSetHvacModeResponse, 'action_attempt'>;
|
|
953
1123
|
setTemperatureThreshold(body?: ThermostatsSetTemperatureThresholdBody): SeamHttpRequest<void, undefined>;
|
|
954
1124
|
updateClimatePreset(body?: ThermostatsUpdateClimatePresetBody): SeamHttpRequest<void, undefined>;
|
|
955
|
-
updateWeeklyProgram(body?: ThermostatsUpdateWeeklyProgramBody, options?:
|
|
1125
|
+
updateWeeklyProgram(body?: ThermostatsUpdateWeeklyProgramBody, options?: ThermostatsUpdateWeeklyProgramOptions): SeamHttpRequest<ThermostatsUpdateWeeklyProgramResponse, 'action_attempt'>;
|
|
956
1126
|
}
|
|
957
1127
|
type ThermostatsActivateClimatePresetBody = RouteRequestBody<'/thermostats/activate_climate_preset'>;
|
|
958
1128
|
type ThermostatsActivateClimatePresetResponse = SetNonNullable<Required<RouteResponse<'/thermostats/activate_climate_preset'>>>;
|
|
@@ -997,23 +1167,11 @@ type ThermostatsUpdateWeeklyProgramBody = RouteRequestBody<'/thermostats/update_
|
|
|
997
1167
|
type ThermostatsUpdateWeeklyProgramResponse = SetNonNullable<Required<RouteResponse<'/thermostats/update_weekly_program'>>>;
|
|
998
1168
|
type ThermostatsUpdateWeeklyProgramOptions = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>;
|
|
999
1169
|
|
|
1000
|
-
declare class SeamHttpUnstablePartner {
|
|
1001
|
-
client: Client;
|
|
1002
|
-
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1003
|
-
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1004
|
-
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUnstablePartner;
|
|
1005
|
-
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUnstablePartner;
|
|
1006
|
-
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttpUnstablePartner;
|
|
1007
|
-
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttpUnstablePartner>;
|
|
1008
|
-
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttpUnstablePartner;
|
|
1009
|
-
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUnstablePartner;
|
|
1010
|
-
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1011
|
-
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
1170
|
declare class SeamHttpUserIdentitiesEnrollmentAutomations {
|
|
1015
1171
|
client: Client;
|
|
1016
1172
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1173
|
+
readonly ltsVersion = "1.0.0";
|
|
1174
|
+
static ltsVersion: string;
|
|
1017
1175
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1018
1176
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUserIdentitiesEnrollmentAutomations;
|
|
1019
1177
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUserIdentitiesEnrollmentAutomations;
|
|
@@ -1023,10 +1181,10 @@ declare class SeamHttpUserIdentitiesEnrollmentAutomations {
|
|
|
1023
1181
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpUserIdentitiesEnrollmentAutomations;
|
|
1024
1182
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1025
1183
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1026
|
-
delete(
|
|
1027
|
-
get(
|
|
1184
|
+
delete(params?: UserIdentitiesEnrollmentAutomationsDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1185
|
+
get(params?: UserIdentitiesEnrollmentAutomationsGetParams): SeamHttpRequest<UserIdentitiesEnrollmentAutomationsGetResponse, 'enrollment_automation'>;
|
|
1028
1186
|
launch(body?: UserIdentitiesEnrollmentAutomationsLaunchBody): SeamHttpRequest<UserIdentitiesEnrollmentAutomationsLaunchResponse, 'enrollment_automation'>;
|
|
1029
|
-
list(
|
|
1187
|
+
list(params?: UserIdentitiesEnrollmentAutomationsListParams): SeamHttpRequest<UserIdentitiesEnrollmentAutomationsListResponse, 'enrollment_automations'>;
|
|
1030
1188
|
}
|
|
1031
1189
|
type UserIdentitiesEnrollmentAutomationsDeleteParams = RouteRequestBody<'/user_identities/enrollment_automations/delete'>;
|
|
1032
1190
|
type UserIdentitiesEnrollmentAutomationsDeleteResponse = SetNonNullable<Required<RouteResponse<'/user_identities/enrollment_automations/delete'>>>;
|
|
@@ -1044,6 +1202,8 @@ type UserIdentitiesEnrollmentAutomationsListOptions = never;
|
|
|
1044
1202
|
declare class SeamHttpUserIdentities {
|
|
1045
1203
|
client: Client;
|
|
1046
1204
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1205
|
+
readonly ltsVersion = "1.0.0";
|
|
1206
|
+
static ltsVersion: string;
|
|
1047
1207
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1048
1208
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpUserIdentities;
|
|
1049
1209
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpUserIdentities;
|
|
@@ -1056,16 +1216,16 @@ declare class SeamHttpUserIdentities {
|
|
|
1056
1216
|
get enrollmentAutomations(): SeamHttpUserIdentitiesEnrollmentAutomations;
|
|
1057
1217
|
addAcsUser(body?: UserIdentitiesAddAcsUserBody): SeamHttpRequest<void, undefined>;
|
|
1058
1218
|
create(body?: UserIdentitiesCreateBody): SeamHttpRequest<UserIdentitiesCreateResponse, 'user_identity'>;
|
|
1059
|
-
delete(
|
|
1219
|
+
delete(params?: UserIdentitiesDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1060
1220
|
generateInstantKey(body?: UserIdentitiesGenerateInstantKeyBody): SeamHttpRequest<UserIdentitiesGenerateInstantKeyResponse, 'instant_key'>;
|
|
1061
|
-
get(
|
|
1221
|
+
get(params?: UserIdentitiesGetParams): SeamHttpRequest<UserIdentitiesGetResponse, 'user_identity'>;
|
|
1062
1222
|
grantAccessToDevice(body?: UserIdentitiesGrantAccessToDeviceBody): SeamHttpRequest<void, undefined>;
|
|
1063
|
-
list(
|
|
1064
|
-
listAccessibleDevices(
|
|
1065
|
-
listAcsSystems(
|
|
1066
|
-
listAcsUsers(
|
|
1067
|
-
removeAcsUser(
|
|
1068
|
-
revokeAccessToDevice(
|
|
1223
|
+
list(params?: UserIdentitiesListParams): SeamHttpRequest<UserIdentitiesListResponse, 'user_identities'>;
|
|
1224
|
+
listAccessibleDevices(params?: UserIdentitiesListAccessibleDevicesParams): SeamHttpRequest<UserIdentitiesListAccessibleDevicesResponse, 'devices'>;
|
|
1225
|
+
listAcsSystems(params?: UserIdentitiesListAcsSystemsParams): SeamHttpRequest<UserIdentitiesListAcsSystemsResponse, 'acs_systems'>;
|
|
1226
|
+
listAcsUsers(params?: UserIdentitiesListAcsUsersParams): SeamHttpRequest<UserIdentitiesListAcsUsersResponse, 'acs_users'>;
|
|
1227
|
+
removeAcsUser(params?: UserIdentitiesRemoveAcsUserParams): SeamHttpRequest<void, undefined>;
|
|
1228
|
+
revokeAccessToDevice(params?: UserIdentitiesRevokeAccessToDeviceParams): SeamHttpRequest<void, undefined>;
|
|
1069
1229
|
update(body?: UserIdentitiesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
1070
1230
|
}
|
|
1071
1231
|
type UserIdentitiesAddAcsUserBody = RouteRequestBody<'/user_identities/add_acs_user'>;
|
|
@@ -1111,6 +1271,8 @@ type UserIdentitiesUpdateOptions = never;
|
|
|
1111
1271
|
declare class SeamHttpWebhooks {
|
|
1112
1272
|
client: Client;
|
|
1113
1273
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1274
|
+
readonly ltsVersion = "1.0.0";
|
|
1275
|
+
static ltsVersion: string;
|
|
1114
1276
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1115
1277
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpWebhooks;
|
|
1116
1278
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpWebhooks;
|
|
@@ -1121,9 +1283,9 @@ declare class SeamHttpWebhooks {
|
|
|
1121
1283
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1122
1284
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1123
1285
|
create(body?: WebhooksCreateBody): SeamHttpRequest<WebhooksCreateResponse, 'webhook'>;
|
|
1124
|
-
delete(
|
|
1125
|
-
get(
|
|
1126
|
-
list(
|
|
1286
|
+
delete(params?: WebhooksDeleteParams): SeamHttpRequest<void, undefined>;
|
|
1287
|
+
get(params?: WebhooksGetParams): SeamHttpRequest<WebhooksGetResponse, 'webhook'>;
|
|
1288
|
+
list(params?: WebhooksListParams): SeamHttpRequest<WebhooksListResponse, 'webhooks'>;
|
|
1127
1289
|
update(body?: WebhooksUpdateBody): SeamHttpRequest<void, undefined>;
|
|
1128
1290
|
}
|
|
1129
1291
|
type WebhooksCreateBody = RouteRequestBody<'/webhooks/create'>;
|
|
@@ -1135,7 +1297,7 @@ type WebhooksDeleteOptions = never;
|
|
|
1135
1297
|
type WebhooksGetParams = RouteRequestBody<'/webhooks/get'>;
|
|
1136
1298
|
type WebhooksGetResponse = SetNonNullable<Required<RouteResponse<'/webhooks/get'>>>;
|
|
1137
1299
|
type WebhooksGetOptions = never;
|
|
1138
|
-
type WebhooksListParams =
|
|
1300
|
+
type WebhooksListParams = RouteRequestParams<'/webhooks/list'>;
|
|
1139
1301
|
type WebhooksListResponse = SetNonNullable<Required<RouteResponse<'/webhooks/list'>>>;
|
|
1140
1302
|
type WebhooksListOptions = never;
|
|
1141
1303
|
type WebhooksUpdateBody = RouteRequestBody<'/webhooks/update'>;
|
|
@@ -1145,6 +1307,8 @@ type WebhooksUpdateOptions = never;
|
|
|
1145
1307
|
declare class SeamHttpWorkspaces {
|
|
1146
1308
|
client: Client;
|
|
1147
1309
|
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
1310
|
+
readonly ltsVersion = "1.0.0";
|
|
1311
|
+
static ltsVersion: string;
|
|
1148
1312
|
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
1149
1313
|
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttpWorkspaces;
|
|
1150
1314
|
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttpWorkspaces;
|
|
@@ -1155,18 +1319,18 @@ declare class SeamHttpWorkspaces {
|
|
|
1155
1319
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1156
1320
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1157
1321
|
create(body?: WorkspacesCreateBody): SeamHttpRequest<WorkspacesCreateResponse, 'workspace'>;
|
|
1158
|
-
get(
|
|
1159
|
-
list(
|
|
1160
|
-
resetSandbox(body?: WorkspacesResetSandboxBody, options?:
|
|
1322
|
+
get(params?: WorkspacesGetParams): SeamHttpRequest<WorkspacesGetResponse, 'workspace'>;
|
|
1323
|
+
list(params?: WorkspacesListParams): SeamHttpRequest<WorkspacesListResponse, 'workspaces'>;
|
|
1324
|
+
resetSandbox(body?: WorkspacesResetSandboxBody, options?: WorkspacesResetSandboxOptions): SeamHttpRequest<WorkspacesResetSandboxResponse, 'action_attempt'>;
|
|
1161
1325
|
update(body?: WorkspacesUpdateBody): SeamHttpRequest<void, undefined>;
|
|
1162
1326
|
}
|
|
1163
1327
|
type WorkspacesCreateBody = RouteRequestBody<'/workspaces/create'>;
|
|
1164
1328
|
type WorkspacesCreateResponse = SetNonNullable<Required<RouteResponse<'/workspaces/create'>>>;
|
|
1165
1329
|
type WorkspacesCreateOptions = never;
|
|
1166
|
-
type WorkspacesGetParams =
|
|
1330
|
+
type WorkspacesGetParams = RouteRequestParams<'/workspaces/get'>;
|
|
1167
1331
|
type WorkspacesGetResponse = SetNonNullable<Required<RouteResponse<'/workspaces/get'>>>;
|
|
1168
1332
|
type WorkspacesGetOptions = never;
|
|
1169
|
-
type WorkspacesListParams =
|
|
1333
|
+
type WorkspacesListParams = RouteRequestParams<'/workspaces/list'>;
|
|
1170
1334
|
type WorkspacesListResponse = SetNonNullable<Required<RouteResponse<'/workspaces/list'>>>;
|
|
1171
1335
|
type WorkspacesListOptions = never;
|
|
1172
1336
|
type WorkspacesResetSandboxBody = RouteRequestBody<'/workspaces/reset_sandbox'>;
|
|
@@ -1176,6 +1340,40 @@ type WorkspacesUpdateBody = RouteRequestBody<'/workspaces/update'>;
|
|
|
1176
1340
|
type WorkspacesUpdateResponse = SetNonNullable<Required<RouteResponse<'/workspaces/update'>>>;
|
|
1177
1341
|
type WorkspacesUpdateOptions = never;
|
|
1178
1342
|
|
|
1343
|
+
declare class SeamHttp {
|
|
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'>): SeamHttp;
|
|
1350
|
+
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttp;
|
|
1351
|
+
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttp;
|
|
1352
|
+
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttp>;
|
|
1353
|
+
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttp;
|
|
1354
|
+
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttp;
|
|
1355
|
+
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
1356
|
+
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
1357
|
+
get accessCodes(): SeamHttpAccessCodes;
|
|
1358
|
+
get accessGrants(): SeamHttpAccessGrants;
|
|
1359
|
+
get accessMethods(): SeamHttpAccessMethods;
|
|
1360
|
+
get acs(): SeamHttpAcs;
|
|
1361
|
+
get actionAttempts(): SeamHttpActionAttempts;
|
|
1362
|
+
get clientSessions(): SeamHttpClientSessions;
|
|
1363
|
+
get connectWebviews(): SeamHttpConnectWebviews;
|
|
1364
|
+
get connectedAccounts(): SeamHttpConnectedAccounts;
|
|
1365
|
+
get devices(): SeamHttpDevices;
|
|
1366
|
+
get events(): SeamHttpEvents;
|
|
1367
|
+
get locks(): SeamHttpLocks;
|
|
1368
|
+
get noiseSensors(): SeamHttpNoiseSensors;
|
|
1369
|
+
get phones(): SeamHttpPhones;
|
|
1370
|
+
get spaces(): SeamHttpSpaces;
|
|
1371
|
+
get thermostats(): SeamHttpThermostats;
|
|
1372
|
+
get userIdentities(): SeamHttpUserIdentities;
|
|
1373
|
+
get webhooks(): SeamHttpWebhooks;
|
|
1374
|
+
get workspaces(): SeamHttpWorkspaces;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1179
1377
|
interface ResolveActionAttemptOptions {
|
|
1180
1378
|
timeout?: number;
|
|
1181
1379
|
pollingInterval?: number;
|
|
@@ -3520,37 +3718,6 @@ declare const errorInterceptor: (err: unknown) => Promise<void>;
|
|
|
3520
3718
|
|
|
3521
3719
|
declare const getOpenapiSchema: (endpoint?: string) => Promise<typeof openapi>;
|
|
3522
3720
|
|
|
3523
|
-
declare class SeamHttp {
|
|
3524
|
-
client: Client;
|
|
3525
|
-
readonly defaults: Required<SeamHttpRequestOptions>;
|
|
3526
|
-
readonly ltsVersion = "1.0.0";
|
|
3527
|
-
static ltsVersion: string;
|
|
3528
|
-
constructor(apiKeyOrOptions?: string | SeamHttpOptions);
|
|
3529
|
-
static fromClient(client: SeamHttpOptionsWithClient['client'], options?: Omit<SeamHttpOptionsWithClient, 'client'>): SeamHttp;
|
|
3530
|
-
static fromApiKey(apiKey: SeamHttpOptionsWithApiKey['apiKey'], options?: Omit<SeamHttpOptionsWithApiKey, 'apiKey'>): SeamHttp;
|
|
3531
|
-
static fromClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken'], options?: Omit<SeamHttpOptionsWithClientSessionToken, 'clientSessionToken'>): SeamHttp;
|
|
3532
|
-
static fromPublishableKey(publishableKey: string, userIdentifierKey: string, options?: SeamHttpFromPublishableKeyOptions): Promise<SeamHttp>;
|
|
3533
|
-
static fromConsoleSessionToken(consoleSessionToken: SeamHttpOptionsWithConsoleSessionToken['consoleSessionToken'], workspaceId: SeamHttpOptionsWithConsoleSessionToken['workspaceId'], options?: Omit<SeamHttpOptionsWithConsoleSessionToken, 'consoleSessionToken' | 'workspaceId'>): SeamHttp;
|
|
3534
|
-
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttp;
|
|
3535
|
-
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
3536
|
-
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
3537
|
-
get accessCodes(): SeamHttpAccessCodes;
|
|
3538
|
-
get acs(): SeamHttpAcs;
|
|
3539
|
-
get actionAttempts(): SeamHttpActionAttempts;
|
|
3540
|
-
get clientSessions(): SeamHttpClientSessions;
|
|
3541
|
-
get connectedAccounts(): SeamHttpConnectedAccounts;
|
|
3542
|
-
get connectWebviews(): SeamHttpConnectWebviews;
|
|
3543
|
-
get devices(): SeamHttpDevices;
|
|
3544
|
-
get events(): SeamHttpEvents;
|
|
3545
|
-
get locks(): SeamHttpLocks;
|
|
3546
|
-
get noiseSensors(): SeamHttpNoiseSensors;
|
|
3547
|
-
get phones(): SeamHttpPhones;
|
|
3548
|
-
get thermostats(): SeamHttpThermostats;
|
|
3549
|
-
get userIdentities(): SeamHttpUserIdentities;
|
|
3550
|
-
get webhooks(): SeamHttpWebhooks;
|
|
3551
|
-
get workspaces(): Omit<SeamHttpWorkspaces, 'create'>;
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
3721
|
interface ApiError {
|
|
3555
3722
|
type: string;
|
|
3556
3723
|
message: string;
|
|
@@ -3598,4 +3765,4 @@ declare const isPublishableKey: (token: string) => boolean;
|
|
|
3598
3765
|
declare const isConsoleSessionToken: (token: string) => boolean;
|
|
3599
3766
|
declare const isPersonalAccessToken: (token: string) => boolean;
|
|
3600
3767
|
|
|
3601
|
-
export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeBody, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type 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 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 AcsUsersRevokeAccessToAllEntrancesOptions, type AcsUsersRevokeAccessToAllEntrancesParams, type AcsUsersRevokeAccessToAllEntrancesResponse, type AcsUsersSuspendBody, type AcsUsersSuspendOptions, type AcsUsersSuspendResponse, type AcsUsersUnsuspendBody, type AcsUsersUnsuspendOptions, type AcsUsersUnsuspendResponse, type AcsUsersUpdateBody, type AcsUsersUpdateOptions, type AcsUsersUpdateResponse, type ActionAttemptsGetOptions, type ActionAttemptsGetParams, type ActionAttemptsGetResponse, type ActionAttemptsListOptions, type ActionAttemptsListParams, type ActionAttemptsListResponse, type ClientSessionsCreateBody, type ClientSessionsCreateOptions, type ClientSessionsCreateResponse, type ClientSessionsDeleteOptions, type ClientSessionsDeleteParams, type ClientSessionsDeleteResponse, type ClientSessionsGetOptions, type ClientSessionsGetOrCreateBody, type ClientSessionsGetOrCreateOptions, type ClientSessionsGetOrCreateResponse, type ClientSessionsGetParams, type ClientSessionsGetResponse, type ClientSessionsGrantAccessBody, type ClientSessionsGrantAccessOptions, type ClientSessionsGrantAccessResponse, type ClientSessionsListOptions, type ClientSessionsListParams, type ClientSessionsListResponse, type ClientSessionsRevokeOptions, type ClientSessionsRevokeParams, type ClientSessionsRevokeResponse, type ConnectWebviewsCreateBody, type ConnectWebviewsCreateOptions, type ConnectWebviewsCreateResponse, type ConnectWebviewsDeleteOptions, type ConnectWebviewsDeleteParams, type ConnectWebviewsDeleteResponse, type ConnectWebviewsGetOptions, type ConnectWebviewsGetParams, type ConnectWebviewsGetResponse, type ConnectWebviewsListOptions, type ConnectWebviewsListParams, type ConnectWebviewsListResponse, type ConnectedAccountsDeleteOptions, type ConnectedAccountsDeleteParams, type ConnectedAccountsDeleteResponse, type ConnectedAccountsGetOptions, type ConnectedAccountsGetParams, type ConnectedAccountsGetResponse, type ConnectedAccountsListOptions, type ConnectedAccountsListParams, type ConnectedAccountsListResponse, type 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 DevicesSimulateRemoveBody, type DevicesSimulateRemoveOptions, type DevicesSimulateRemoveResponse, type DevicesUnmanagedGetOptions, type DevicesUnmanagedGetParams, type DevicesUnmanagedGetResponse, type DevicesUnmanagedListOptions, type DevicesUnmanagedListParams, type DevicesUnmanagedListResponse, type DevicesUnmanagedUpdateBody, type DevicesUnmanagedUpdateOptions, type DevicesUnmanagedUpdateResponse, type DevicesUpdateBody, type DevicesUpdateOptions, type DevicesUpdateResponse, type EventsGetOptions, type EventsGetParams, type EventsGetResponse, type EventsListOptions, type EventsListParams, type EventsListResponse, type LocksGetOptions, type LocksGetParams, type LocksGetResponse, type LocksListOptions, type LocksListParams, type LocksListResponse, type LocksLockDoorBody, type LocksLockDoorOptions, type LocksLockDoorResponse, type LocksUnlockDoorBody, type LocksUnlockDoorOptions, type LocksUnlockDoorResponse, type NoiseSensorsListOptions, type NoiseSensorsListParams, type NoiseSensorsListResponse, type NoiseSensorsNoiseThresholdsCreateBody, type NoiseSensorsNoiseThresholdsCreateOptions, type NoiseSensorsNoiseThresholdsCreateResponse, type NoiseSensorsNoiseThresholdsDeleteOptions, type NoiseSensorsNoiseThresholdsDeleteParams, type NoiseSensorsNoiseThresholdsDeleteResponse, type NoiseSensorsNoiseThresholdsGetOptions, type NoiseSensorsNoiseThresholdsGetParams, type NoiseSensorsNoiseThresholdsGetResponse, type NoiseSensorsNoiseThresholdsListOptions, type NoiseSensorsNoiseThresholdsListParams, type NoiseSensorsNoiseThresholdsListResponse, type NoiseSensorsNoiseThresholdsUpdateBody, type NoiseSensorsNoiseThresholdsUpdateOptions, type NoiseSensorsNoiseThresholdsUpdateResponse, type NoiseSensorsSimulateTriggerNoiseThresholdBody, type NoiseSensorsSimulateTriggerNoiseThresholdOptions, type NoiseSensorsSimulateTriggerNoiseThresholdResponse, type PhonesDeactivateOptions, type PhonesDeactivateParams, type PhonesDeactivateResponse, type PhonesGetOptions, type PhonesGetParams, type PhonesGetResponse, type PhonesListOptions, type PhonesListParams, type PhonesListResponse, type PhonesSimulateCreateSandboxPhoneBody, type PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, SeamHttpAcs, SeamHttpAcsAccessGroups, SeamHttpAcsCredentials, SeamHttpAcsEncoders, SeamHttpAcsEncodersSimulate, SeamHttpAcsEntrances, SeamHttpAcsSystems, SeamHttpAcsUsers, SeamHttpActionAttempts, SeamHttpApiError, 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, SeamHttpThermostats, SeamHttpThermostatsDailyPrograms, SeamHttpThermostatsSchedules, SeamHttpThermostatsSimulate, SeamHttpUnauthorizedError, SeamHttpUnstablePartner, SeamHttpUserIdentities, SeamHttpUserIdentitiesEnrollmentAutomations, SeamHttpWebhooks, SeamHttpWorkspaces, SeamPaginator, 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 ThermostatsDeleteClimatePresetBody, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetResponse, type ThermostatsHeatBody, type ThermostatsHeatCoolBody, type ThermostatsHeatCoolOptions, type ThermostatsHeatCoolResponse, type ThermostatsHeatOptions, type ThermostatsHeatResponse, type ThermostatsListOptions, type ThermostatsListParams, type ThermostatsListResponse, type ThermostatsOffBody, type ThermostatsOffOptions, type ThermostatsOffResponse, type ThermostatsSchedulesCreateBody, type ThermostatsSchedulesCreateOptions, type ThermostatsSchedulesCreateResponse, type ThermostatsSchedulesDeleteOptions, type ThermostatsSchedulesDeleteParams, type ThermostatsSchedulesDeleteResponse, type ThermostatsSchedulesGetOptions, type ThermostatsSchedulesGetParams, type ThermostatsSchedulesGetResponse, type ThermostatsSchedulesListOptions, type ThermostatsSchedulesListParams, type ThermostatsSchedulesListResponse, type ThermostatsSchedulesUpdateBody, type ThermostatsSchedulesUpdateOptions, type ThermostatsSchedulesUpdateResponse, type ThermostatsSetFallbackClimatePresetBody, type ThermostatsSetFallbackClimatePresetOptions, type ThermostatsSetFallbackClimatePresetResponse, type ThermostatsSetFanModeBody, type ThermostatsSetFanModeOptions, type ThermostatsSetFanModeResponse, type ThermostatsSetHvacModeBody, type ThermostatsSetHvacModeOptions, type ThermostatsSetHvacModeResponse, type ThermostatsSetTemperatureThresholdBody, type ThermostatsSetTemperatureThresholdOptions, type ThermostatsSetTemperatureThresholdResponse, type ThermostatsSimulateHvacModeAdjustedBody, type ThermostatsSimulateHvacModeAdjustedOptions, type ThermostatsSimulateHvacModeAdjustedResponse, type ThermostatsSimulateTemperatureReachedBody, type ThermostatsSimulateTemperatureReachedOptions, type ThermostatsSimulateTemperatureReachedResponse, type ThermostatsUpdateClimatePresetBody, type ThermostatsUpdateClimatePresetOptions, type ThermostatsUpdateClimatePresetResponse, type 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 };
|
|
3768
|
+
export { type AccessCodesCreateBody, type AccessCodesCreateMultipleBody, type AccessCodesCreateMultipleOptions, type AccessCodesCreateMultipleResponse, type AccessCodesCreateOptions, type AccessCodesCreateResponse, type AccessCodesDeleteOptions, type AccessCodesDeleteParams, type AccessCodesDeleteResponse, type AccessCodesGenerateCodeBody, type AccessCodesGenerateCodeOptions, type AccessCodesGenerateCodeResponse, type AccessCodesGetOptions, type AccessCodesGetParams, type AccessCodesGetResponse, type AccessCodesListOptions, type AccessCodesListParams, type AccessCodesListResponse, type AccessCodesPullBackupAccessCodeBody, type AccessCodesPullBackupAccessCodeOptions, type AccessCodesPullBackupAccessCodeResponse, type 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 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 AcsUsersRevokeAccessToAllEntrancesOptions, type AcsUsersRevokeAccessToAllEntrancesParams, type AcsUsersRevokeAccessToAllEntrancesResponse, type AcsUsersSuspendBody, type AcsUsersSuspendOptions, type AcsUsersSuspendResponse, type AcsUsersUnsuspendBody, type AcsUsersUnsuspendOptions, type AcsUsersUnsuspendResponse, type AcsUsersUpdateBody, type AcsUsersUpdateOptions, type AcsUsersUpdateResponse, type ActionAttemptsGetOptions, type ActionAttemptsGetParams, type ActionAttemptsGetResponse, type ActionAttemptsListOptions, type ActionAttemptsListParams, type ActionAttemptsListResponse, type ClientSessionsCreateBody, type ClientSessionsCreateOptions, type ClientSessionsCreateResponse, type ClientSessionsDeleteOptions, type ClientSessionsDeleteParams, type ClientSessionsDeleteResponse, type ClientSessionsGetOptions, type ClientSessionsGetOrCreateBody, type ClientSessionsGetOrCreateOptions, type ClientSessionsGetOrCreateResponse, type ClientSessionsGetParams, type ClientSessionsGetResponse, type ClientSessionsGrantAccessBody, type ClientSessionsGrantAccessOptions, type ClientSessionsGrantAccessResponse, type ClientSessionsListOptions, type ClientSessionsListParams, type ClientSessionsListResponse, type ClientSessionsRevokeOptions, type ClientSessionsRevokeParams, type ClientSessionsRevokeResponse, type ConnectWebviewsCreateBody, type ConnectWebviewsCreateOptions, type ConnectWebviewsCreateResponse, type ConnectWebviewsDeleteOptions, type ConnectWebviewsDeleteParams, type ConnectWebviewsDeleteResponse, type ConnectWebviewsGetOptions, type ConnectWebviewsGetParams, type ConnectWebviewsGetResponse, type ConnectWebviewsListOptions, type ConnectWebviewsListParams, type ConnectWebviewsListResponse, type ConnectedAccountsDeleteOptions, type ConnectedAccountsDeleteParams, type ConnectedAccountsDeleteResponse, type ConnectedAccountsGetOptions, type ConnectedAccountsGetParams, type ConnectedAccountsGetResponse, type ConnectedAccountsListOptions, type ConnectedAccountsListParams, type ConnectedAccountsListResponse, type 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 DevicesSimulateRemoveBody, type DevicesSimulateRemoveOptions, type DevicesSimulateRemoveResponse, type DevicesUnmanagedGetOptions, type DevicesUnmanagedGetParams, type DevicesUnmanagedGetResponse, type DevicesUnmanagedListOptions, type DevicesUnmanagedListParams, type DevicesUnmanagedListResponse, type DevicesUnmanagedUpdateBody, type DevicesUnmanagedUpdateOptions, type DevicesUnmanagedUpdateResponse, type DevicesUpdateBody, type DevicesUpdateOptions, type DevicesUpdateResponse, type EventsGetOptions, type EventsGetParams, type EventsGetResponse, type EventsListOptions, type EventsListParams, type EventsListResponse, type LocksGetOptions, type LocksGetParams, type LocksGetResponse, type LocksListOptions, type LocksListParams, type LocksListResponse, type LocksLockDoorBody, type LocksLockDoorOptions, type LocksLockDoorResponse, type LocksUnlockDoorBody, type LocksUnlockDoorOptions, type LocksUnlockDoorResponse, type NoiseSensorsListOptions, type NoiseSensorsListParams, type NoiseSensorsListResponse, type NoiseSensorsNoiseThresholdsCreateBody, type NoiseSensorsNoiseThresholdsCreateOptions, type NoiseSensorsNoiseThresholdsCreateResponse, type NoiseSensorsNoiseThresholdsDeleteOptions, type NoiseSensorsNoiseThresholdsDeleteParams, type NoiseSensorsNoiseThresholdsDeleteResponse, type NoiseSensorsNoiseThresholdsGetOptions, type NoiseSensorsNoiseThresholdsGetParams, type NoiseSensorsNoiseThresholdsGetResponse, type NoiseSensorsNoiseThresholdsListOptions, type NoiseSensorsNoiseThresholdsListParams, type NoiseSensorsNoiseThresholdsListResponse, type NoiseSensorsNoiseThresholdsUpdateBody, type NoiseSensorsNoiseThresholdsUpdateOptions, type NoiseSensorsNoiseThresholdsUpdateResponse, type NoiseSensorsSimulateTriggerNoiseThresholdBody, type NoiseSensorsSimulateTriggerNoiseThresholdOptions, type NoiseSensorsSimulateTriggerNoiseThresholdResponse, type PhonesDeactivateOptions, type PhonesDeactivateParams, type PhonesDeactivateResponse, type PhonesGetOptions, type PhonesGetParams, type PhonesGetResponse, type PhonesListOptions, type PhonesListParams, type PhonesListResponse, type PhonesSimulateCreateSandboxPhoneBody, type PhonesSimulateCreateSandboxPhoneOptions, type PhonesSimulateCreateSandboxPhoneResponse, SeamActionAttemptError, SeamActionAttemptFailedError, SeamActionAttemptTimeoutError, SeamHttp, SeamHttpAccessCodes, SeamHttpAccessCodesSimulate, SeamHttpAccessCodesUnmanaged, 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 ThermostatsDeleteClimatePresetBody, type ThermostatsDeleteClimatePresetOptions, type ThermostatsDeleteClimatePresetResponse, type ThermostatsHeatBody, type ThermostatsHeatCoolBody, type ThermostatsHeatCoolOptions, type ThermostatsHeatCoolResponse, type ThermostatsHeatOptions, type ThermostatsHeatResponse, type ThermostatsListOptions, type ThermostatsListParams, type ThermostatsListResponse, type ThermostatsOffBody, type ThermostatsOffOptions, type ThermostatsOffResponse, type ThermostatsSchedulesCreateBody, type ThermostatsSchedulesCreateOptions, type ThermostatsSchedulesCreateResponse, type ThermostatsSchedulesDeleteOptions, type ThermostatsSchedulesDeleteParams, type ThermostatsSchedulesDeleteResponse, type ThermostatsSchedulesGetOptions, type ThermostatsSchedulesGetParams, type ThermostatsSchedulesGetResponse, type ThermostatsSchedulesListOptions, type ThermostatsSchedulesListParams, type ThermostatsSchedulesListResponse, type ThermostatsSchedulesUpdateBody, type ThermostatsSchedulesUpdateOptions, type ThermostatsSchedulesUpdateResponse, type ThermostatsSetFallbackClimatePresetBody, type ThermostatsSetFallbackClimatePresetOptions, type ThermostatsSetFallbackClimatePresetResponse, type ThermostatsSetFanModeBody, type ThermostatsSetFanModeOptions, type ThermostatsSetFanModeResponse, type ThermostatsSetHvacModeBody, type ThermostatsSetHvacModeOptions, type ThermostatsSetHvacModeResponse, type ThermostatsSetTemperatureThresholdBody, type ThermostatsSetTemperatureThresholdOptions, type ThermostatsSetTemperatureThresholdResponse, type ThermostatsSimulateHvacModeAdjustedBody, type ThermostatsSimulateHvacModeAdjustedOptions, type ThermostatsSimulateHvacModeAdjustedResponse, type ThermostatsSimulateTemperatureReachedBody, type ThermostatsSimulateTemperatureReachedOptions, type ThermostatsSimulateTemperatureReachedResponse, type ThermostatsUpdateClimatePresetBody, type ThermostatsUpdateClimatePresetOptions, type ThermostatsUpdateClimatePresetResponse, type 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 };
|