@seamapi/http 1.128.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -43
- package/lib/seam/connect/api-error-types.js +0 -1
- package/lib/seam/connect/api-error-types.js.map +1 -1
- package/lib/seam/connect/index.d.ts +1 -0
- package/lib/seam/connect/index.js +1 -0
- package/lib/seam/connect/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/options.d.ts +0 -1
- package/lib/seam/connect/options.js.map +1 -1
- package/lib/seam/connect/parse-options.js +0 -2
- package/lib/seam/connect/parse-options.js.map +1 -1
- package/lib/seam/connect/resolve-action-attempt.d.ts +5 -5
- package/lib/seam/connect/resolve-action-attempt.js.map +1 -1
- package/lib/seam/connect/resources/access-code.d.ts +1 -1
- package/lib/seam/connect/resources/access-grant.d.ts +1 -1
- package/lib/seam/connect/resources/access-method.d.ts +1 -1
- package/lib/seam/connect/resources/acs-access-group.d.ts +1 -1
- package/lib/seam/connect/resources/acs-credential.d.ts +1 -1
- package/lib/seam/connect/resources/acs-encoder.d.ts +1 -1
- package/lib/seam/connect/resources/acs-entrance.d.ts +1 -1
- package/lib/seam/connect/resources/acs-system.d.ts +1 -1
- package/lib/seam/connect/resources/acs-user.d.ts +1 -2
- package/lib/seam/connect/resources/action-attempt.d.ts +1 -1
- package/lib/seam/connect/resources/batch.d.ts +53 -29
- package/lib/seam/connect/resources/client-session.d.ts +1 -1
- package/lib/seam/connect/resources/connect-webview.d.ts +1 -3
- package/lib/seam/connect/resources/connected-account.d.ts +1 -1
- package/lib/seam/connect/resources/customer-portal.d.ts +1 -1
- package/lib/seam/connect/resources/device-provider.d.ts +1 -1
- package/lib/seam/connect/resources/device.d.ts +1 -2
- package/lib/seam/connect/resources/event.d.ts +1 -9
- package/lib/seam/connect/resources/index.d.ts +32 -43
- package/lib/seam/connect/resources/instant-key.d.ts +1 -1
- package/lib/seam/connect/resources/noise-threshold.d.ts +1 -1
- package/lib/seam/connect/resources/phone.d.ts +1 -1
- package/lib/seam/connect/resources/space.d.ts +1 -3
- package/lib/seam/connect/resources/thermostat-daily-program.d.ts +1 -1
- package/lib/seam/connect/resources/thermostat-schedule.d.ts +1 -1
- package/lib/seam/connect/resources/unmanaged-access-code.d.ts +1 -1
- package/lib/seam/connect/resources/unmanaged-access-grant.d.ts +94 -0
- package/lib/seam/connect/resources/{customer.js → unmanaged-access-grant.js} +1 -1
- package/lib/seam/connect/resources/unmanaged-access-grant.js.map +1 -0
- package/lib/seam/connect/resources/unmanaged-access-method.d.ts +70 -0
- package/lib/seam/connect/resources/{acs-credential-pool.js → unmanaged-access-method.js} +1 -1
- package/lib/seam/connect/resources/unmanaged-access-method.js.map +1 -0
- package/lib/seam/connect/resources/unmanaged-device.d.ts +1 -1
- package/lib/seam/connect/resources/unmanaged-user-identity.d.ts +26 -0
- package/lib/seam/connect/resources/{bridge-client-session.js → unmanaged-user-identity.js} +1 -1
- package/lib/seam/connect/resources/unmanaged-user-identity.js.map +1 -0
- package/lib/seam/connect/resources/user-identity.d.ts +1 -1
- package/lib/seam/connect/resources/webhook.d.ts +1 -1
- package/lib/seam/connect/resources/workspace.d.ts +1 -1
- package/lib/seam/connect/routes/access-codes/access-codes.d.ts +7 -64
- package/lib/seam/connect/routes/access-codes/access-codes.js +0 -12
- package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +2 -6
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +3 -25
- package/lib/seam/connect/routes/access-grants/access-grants.d.ts +7 -35
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.d.ts +3 -15
- package/lib/seam/connect/routes/access-methods/access-methods.d.ts +15 -37
- package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.d.ts +3 -11
- package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +7 -37
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js +0 -4
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/access-groups/index.js +0 -1
- package/lib/seam/connect/routes/acs/access-groups/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/acs.d.ts +0 -4
- package/lib/seam/connect/routes/acs/acs.js +0 -8
- package/lib/seam/connect/routes/acs/acs.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +6 -61
- package/lib/seam/connect/routes/acs/credentials/credentials.js +0 -16
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/credentials/index.js +0 -1
- package/lib/seam/connect/routes/acs/credentials/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +13 -27
- package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +0 -16
- package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +9 -27
- package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
- package/lib/seam/connect/routes/acs/index.d.ts +0 -2
- package/lib/seam/connect/routes/acs/index.js +0 -2
- package/lib/seam/connect/routes/acs/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/systems/systems.d.ts +4 -20
- package/lib/seam/connect/routes/acs/users/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/users/index.js +0 -1
- package/lib/seam/connect/routes/acs/users/index.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/users.d.ts +6 -52
- package/lib/seam/connect/routes/acs/users/users.js +0 -4
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
- package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +5 -12
- package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
- package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +5 -33
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +4 -21
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +3 -24
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.d.ts +0 -4
- package/lib/seam/connect/routes/customers/customers.d.ts +2 -17
- package/lib/seam/connect/routes/customers/customers.js +0 -4
- package/lib/seam/connect/routes/customers/customers.js.map +1 -1
- package/lib/seam/connect/routes/customers/index.d.ts +0 -1
- package/lib/seam/connect/routes/customers/index.js +0 -1
- package/lib/seam/connect/routes/customers/index.js.map +1 -1
- package/lib/seam/connect/routes/devices/devices.d.ts +5 -41
- package/lib/seam/connect/routes/devices/devices.js +0 -12
- package/lib/seam/connect/routes/devices/devices.js.map +1 -1
- package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +0 -24
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +3 -17
- package/lib/seam/connect/routes/events/events.d.ts +3 -11
- package/lib/seam/connect/routes/index.d.ts +0 -3
- package/lib/seam/connect/routes/index.js +0 -3
- package/lib/seam/connect/routes/index.js.map +1 -1
- package/lib/seam/connect/routes/instant-keys/instant-keys.d.ts +3 -15
- package/lib/seam/connect/routes/locks/locks.d.ts +13 -31
- package/lib/seam/connect/routes/locks/locks.js.map +1 -1
- package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +7 -11
- package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +2 -8
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +4 -28
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +0 -4
- package/lib/seam/connect/routes/phones/phones.d.ts +3 -15
- package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +2 -6
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +1 -5
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +0 -22
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +8 -122
- package/lib/seam/connect/routes/seam-http-endpoints.js +0 -834
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- package/lib/seam/connect/routes/seam-http.d.ts +0 -4
- package/lib/seam/connect/routes/seam-http.js +0 -8
- package/lib/seam/connect/routes/seam-http.js.map +1 -1
- package/lib/seam/connect/routes/spaces/spaces.d.ts +7 -60
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +6 -16
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +4 -24
- package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +0 -8
- package/lib/seam/connect/routes/thermostats/thermostats.d.ts +27 -87
- package/lib/seam/connect/routes/thermostats/thermostats.js +0 -12
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/index.d.ts +0 -1
- package/lib/seam/connect/routes/user-identities/index.js +0 -1
- package/lib/seam/connect/routes/user-identities/index.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.d.ts +3 -15
- package/lib/seam/connect/routes/user-identities/user-identities.d.ts +14 -72
- package/lib/seam/connect/routes/user-identities/user-identities.js +0 -4
- package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
- package/lib/seam/connect/routes/webhooks/webhooks.d.ts +4 -24
- package/lib/seam/connect/routes/workspaces/index.d.ts +0 -1
- package/lib/seam/connect/routes/workspaces/index.js +0 -1
- package/lib/seam/connect/routes/workspaces/index.js.map +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.d.ts +8 -41
- package/lib/seam/connect/routes/workspaces/workspaces.js +0 -16
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
- package/lib/seam/connect/seam-http-request.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +3 -11
- package/src/lib/seam/connect/api-error-types.ts +0 -2
- package/src/lib/seam/connect/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -4
- package/src/lib/seam/connect/options.ts +0 -1
- package/src/lib/seam/connect/parse-options.ts +0 -2
- package/src/lib/seam/connect/resolve-action-attempt.ts +7 -10
- package/src/lib/seam/connect/resources/access-code.ts +1 -1
- package/src/lib/seam/connect/resources/access-grant.ts +1 -1
- package/src/lib/seam/connect/resources/access-method.ts +1 -1
- package/src/lib/seam/connect/resources/acs-access-group.ts +1 -1
- package/src/lib/seam/connect/resources/acs-credential.ts +1 -1
- package/src/lib/seam/connect/resources/acs-encoder.ts +1 -1
- package/src/lib/seam/connect/resources/acs-entrance.ts +1 -1
- package/src/lib/seam/connect/resources/acs-system.ts +1 -1
- package/src/lib/seam/connect/resources/acs-user.ts +1 -2
- package/src/lib/seam/connect/resources/action-attempt.ts +1 -1
- package/src/lib/seam/connect/resources/batch.ts +56 -29
- package/src/lib/seam/connect/resources/client-session.ts +1 -1
- package/src/lib/seam/connect/resources/connect-webview.ts +1 -5
- package/src/lib/seam/connect/resources/connected-account.ts +1 -1
- package/src/lib/seam/connect/resources/customer-portal.ts +1 -1
- package/src/lib/seam/connect/resources/device-provider.ts +1 -1
- package/src/lib/seam/connect/resources/device.ts +1 -3
- package/src/lib/seam/connect/resources/event.ts +1 -15
- package/src/lib/seam/connect/resources/index.ts +32 -43
- package/src/lib/seam/connect/resources/instant-key.ts +1 -1
- package/src/lib/seam/connect/resources/noise-threshold.ts +1 -1
- package/src/lib/seam/connect/resources/phone.ts +1 -1
- package/src/lib/seam/connect/resources/space.ts +1 -3
- package/src/lib/seam/connect/resources/thermostat-daily-program.ts +1 -1
- package/src/lib/seam/connect/resources/thermostat-schedule.ts +1 -1
- package/src/lib/seam/connect/resources/unmanaged-access-code.ts +1 -1
- package/src/lib/seam/connect/resources/unmanaged-access-grant.ts +164 -0
- package/src/lib/seam/connect/resources/unmanaged-access-method.ts +114 -0
- package/src/lib/seam/connect/resources/unmanaged-device.ts +1 -1
- package/src/lib/seam/connect/resources/unmanaged-user-identity.ts +48 -0
- package/src/lib/seam/connect/resources/user-identity.ts +1 -1
- package/src/lib/seam/connect/resources/webhook.ts +1 -1
- package/src/lib/seam/connect/resources/workspace.ts +1 -1
- package/src/lib/seam/connect/routes/access-codes/access-codes.ts +7 -107
- package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +2 -8
- package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +3 -34
- package/src/lib/seam/connect/routes/access-grants/access-grants.ts +18 -45
- package/src/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.ts +5 -20
- package/src/lib/seam/connect/routes/access-methods/access-methods.ts +20 -50
- package/src/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.ts +3 -15
- package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +7 -57
- package/src/lib/seam/connect/routes/acs/access-groups/index.ts +0 -1
- package/src/lib/seam/connect/routes/acs/acs.ts +0 -13
- package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +6 -111
- package/src/lib/seam/connect/routes/acs/credentials/index.ts +0 -1
- package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +13 -40
- package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +0 -24
- package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +7 -36
- package/src/lib/seam/connect/routes/acs/index.ts +0 -2
- package/src/lib/seam/connect/routes/acs/systems/systems.ts +4 -25
- package/src/lib/seam/connect/routes/acs/users/index.ts +0 -1
- package/src/lib/seam/connect/routes/acs/users/users.ts +6 -70
- package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +3 -15
- package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +5 -44
- package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +4 -29
- package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +3 -30
- package/src/lib/seam/connect/routes/connected-accounts/simulate/simulate.ts +0 -6
- package/src/lib/seam/connect/routes/customers/customers.ts +2 -26
- package/src/lib/seam/connect/routes/customers/index.ts +0 -1
- package/src/lib/seam/connect/routes/devices/devices.ts +5 -116
- package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +0 -33
- package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +3 -68
- package/src/lib/seam/connect/routes/events/events.ts +3 -13
- package/src/lib/seam/connect/routes/index.ts +0 -3
- package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +3 -20
- package/src/lib/seam/connect/routes/locks/locks.ts +7 -86
- package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +7 -18
- package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +2 -55
- package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +4 -41
- package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +0 -6
- package/src/lib/seam/connect/routes/phones/phones.ts +3 -18
- package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +2 -8
- package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +1 -55
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +75 -2091
- package/src/lib/seam/connect/routes/seam-http.ts +0 -10
- package/src/lib/seam/connect/routes/spaces/spaces.ts +16 -73
- package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +6 -24
- package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +4 -32
- package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +0 -12
- package/src/lib/seam/connect/routes/thermostats/thermostats.ts +15 -186
- package/src/lib/seam/connect/routes/user-identities/index.ts +0 -1
- package/src/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.ts +3 -21
- package/src/lib/seam/connect/routes/user-identities/user-identities.ts +14 -104
- package/src/lib/seam/connect/routes/webhooks/webhooks.ts +4 -29
- package/src/lib/seam/connect/routes/workspaces/index.ts +0 -1
- package/src/lib/seam/connect/routes/workspaces/workspaces.ts +6 -81
- package/src/lib/seam/connect/seam-http-request.ts +1 -1
- package/src/lib/version.ts +1 -1
- package/lib/seam/connect/resources/acs-credential-pool.d.ts +0 -9
- package/lib/seam/connect/resources/acs-credential-pool.js.map +0 -1
- package/lib/seam/connect/resources/acs-credential-provisioning-automation.d.ts +0 -7
- package/lib/seam/connect/resources/acs-credential-provisioning-automation.js +0 -6
- package/lib/seam/connect/resources/acs-credential-provisioning-automation.js.map +0 -1
- package/lib/seam/connect/resources/bridge-client-session.d.ts +0 -29
- package/lib/seam/connect/resources/bridge-client-session.js.map +0 -1
- package/lib/seam/connect/resources/bridge-connected-systems.d.ts +0 -10
- package/lib/seam/connect/resources/bridge-connected-systems.js +0 -6
- package/lib/seam/connect/resources/bridge-connected-systems.js.map +0 -1
- package/lib/seam/connect/resources/customer.d.ts +0 -5
- package/lib/seam/connect/resources/customer.js.map +0 -1
- package/lib/seam/connect/resources/customization-profile.d.ts +0 -18
- package/lib/seam/connect/resources/customization-profile.js +0 -6
- package/lib/seam/connect/resources/customization-profile.js.map +0 -1
- package/lib/seam/connect/resources/enrollment-automation.d.ts +0 -7
- package/lib/seam/connect/resources/enrollment-automation.js +0 -6
- package/lib/seam/connect/resources/enrollment-automation.js.map +0 -1
- package/lib/seam/connect/resources/magic-link.d.ts +0 -7
- package/lib/seam/connect/resources/magic-link.js +0 -6
- package/lib/seam/connect/resources/magic-link.js.map +0 -1
- package/lib/seam/connect/resources/phone-session.d.ts +0 -185
- package/lib/seam/connect/resources/phone-session.js +0 -6
- package/lib/seam/connect/resources/phone-session.js.map +0 -1
- package/lib/seam/connect/resources/staff-member.d.ts +0 -16
- package/lib/seam/connect/resources/staff-member.js +0 -6
- package/lib/seam/connect/resources/staff-member.js.map +0 -1
- package/lib/seam/connect/resources/unknown.d.ts +0 -1
- package/lib/seam/connect/resources/unknown.js +0 -6
- package/lib/seam/connect/resources/unknown.js.map +0 -1
- package/lib/seam/connect/resources/unmanaged-acs-access-group.d.ts +0 -89
- package/lib/seam/connect/resources/unmanaged-acs-access-group.js +0 -6
- package/lib/seam/connect/resources/unmanaged-acs-access-group.js.map +0 -1
- package/lib/seam/connect/resources/unmanaged-acs-credential.d.ts +0 -74
- package/lib/seam/connect/resources/unmanaged-acs-credential.js +0 -6
- package/lib/seam/connect/resources/unmanaged-acs-credential.js.map +0 -1
- package/lib/seam/connect/resources/unmanaged-acs-user.d.ts +0 -155
- package/lib/seam/connect/resources/unmanaged-acs-user.js +0 -6
- package/lib/seam/connect/resources/unmanaged-acs-user.js.map +0 -1
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js +0 -6
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/index.js.map +0 -1
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.d.ts +0 -46
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js +0 -116
- package/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.d.ts +0 -33
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js +0 -104
- package/lib/seam/connect/routes/acs/credential-pools/credential-pools.js.map +0 -1
- package/lib/seam/connect/routes/acs/credential-pools/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/credential-pools/index.js +0 -6
- package/lib/seam/connect/routes/acs/credential-pools/index.js.map +0 -1
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.d.ts +0 -33
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js +0 -104
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.js.map +0 -1
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js +0 -6
- package/lib/seam/connect/routes/acs/credential-provisioning-automations/index.js.map +0 -1
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js +0 -6
- package/lib/seam/connect/routes/acs/credentials/unmanaged/index.js.map +0 -1
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.d.ts +0 -46
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js +0 -116
- package/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/acs/users/unmanaged/index.d.ts +0 -1
- package/lib/seam/connect/routes/acs/users/unmanaged/index.js +0 -6
- package/lib/seam/connect/routes/acs/users/unmanaged/index.js.map +0 -1
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.d.ts +0 -46
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js +0 -116
- package/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/bridges/bridges.d.ts +0 -46
- package/lib/seam/connect/routes/bridges/bridges.js +0 -116
- package/lib/seam/connect/routes/bridges/bridges.js.map +0 -1
- package/lib/seam/connect/routes/bridges/index.d.ts +0 -1
- package/lib/seam/connect/routes/bridges/index.js +0 -6
- package/lib/seam/connect/routes/bridges/index.js.map +0 -1
- package/lib/seam/connect/routes/customers/reservations/index.d.ts +0 -1
- package/lib/seam/connect/routes/customers/reservations/index.js +0 -6
- package/lib/seam/connect/routes/customers/reservations/index.js.map +0 -1
- package/lib/seam/connect/routes/customers/reservations/reservations.d.ts +0 -33
- package/lib/seam/connect/routes/customers/reservations/reservations.js +0 -104
- package/lib/seam/connect/routes/customers/reservations/reservations.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/console.d.ts +0 -21
- package/lib/seam/connect/routes/seam/console/console.js +0 -95
- package/lib/seam/connect/routes/seam/console/console.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/index.d.ts +0 -2
- package/lib/seam/connect/routes/seam/console/index.js +0 -7
- package/lib/seam/connect/routes/seam/console/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/index.d.ts +0 -5
- package/lib/seam/connect/routes/seam/console/v1/index.js +0 -10
- package/lib/seam/connect/routes/seam/console/v1/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js +0 -6
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.d.ts +0 -72
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js +0 -140
- package/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/sites/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/console/v1/sites/index.js +0 -6
- package/lib/seam/connect/routes/seam/console/v1/sites/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/sites/sites.d.ts +0 -72
- package/lib/seam/connect/routes/seam/console/v1/sites/sites.js +0 -140
- package/lib/seam/connect/routes/seam/console/v1/sites/sites.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/timelines/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/console/v1/timelines/index.js +0 -6
- package/lib/seam/connect/routes/seam/console/v1/timelines/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.d.ts +0 -33
- package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js +0 -104
- package/lib/seam/connect/routes/seam/console/v1/timelines/timelines.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/v1.d.ts +0 -39
- package/lib/seam/connect/routes/seam/console/v1/v1.js +0 -116
- package/lib/seam/connect/routes/seam/console/v1/v1.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.d.ts +0 -46
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js +0 -116
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js +0 -6
- package/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/console/v1/workspace/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/console/v1/workspace/index.js +0 -6
- package/lib/seam/connect/routes/seam/console/v1/workspace/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.d.ts +0 -46
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js +0 -116
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/access-grants/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.d.ts +0 -32
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/access-methods/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automations/automations.d.ts +0 -59
- package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js +0 -128
- package/lib/seam/connect/routes/seam/customer/v1/automations/automations.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automations/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/automations/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/automations/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.d.ts +0 -115
- package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js +0 -184
- package/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/connectors/index.d.ts +0 -3
- package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js +0 -8
- package/lib/seam/connect/routes/seam/customer/v1/connectors/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.d.ts +0 -46
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js +0 -116
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/customers/customers.d.ts +0 -61
- package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js +0 -132
- package/lib/seam/connect/routes/seam/customer/v1/customers/customers.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/customers/index.d.ts +0 -2
- package/lib/seam/connect/routes/seam/customer/v1/customers/index.js +0 -7
- package/lib/seam/connect/routes/seam/customer/v1/customers/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/encoders/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/encoders/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/events/events.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/events/events.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/events/events.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/events/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/events/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/events/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/index.d.ts +0 -15
- package/lib/seam/connect/routes/seam/customer/v1/index.js +0 -20
- package/lib/seam/connect/routes/seam/customer/v1/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/portals/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/portals/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/portals/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/portals/portals.d.ts +0 -46
- package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js +0 -116
- package/lib/seam/connect/routes/seam/customer/v1/portals/portals.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/reservations/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/reservations/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.d.ts +0 -59
- package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js +0 -128
- package/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/index.d.ts +0 -2
- package/lib/seam/connect/routes/seam/customer/v1/settings/index.js +0 -7
- package/lib/seam/connect/routes/seam/customer/v1/settings/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/settings.d.ts +0 -48
- package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js +0 -120
- package/lib/seam/connect/routes/seam/customer/v1/settings/settings.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.d.ts +0 -33
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js +0 -104
- package/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/spaces/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/spaces/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.d.ts +0 -72
- package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js +0 -140
- package/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js +0 -6
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.d.ts +0 -46
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js +0 -116
- package/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.js.map +0 -1
- package/lib/seam/connect/routes/seam/customer/v1/v1.d.ts +0 -47
- package/lib/seam/connect/routes/seam/customer/v1/v1.js +0 -147
- package/lib/seam/connect/routes/seam/customer/v1/v1.js.map +0 -1
- package/lib/seam/connect/routes/seam/index.d.ts +0 -3
- package/lib/seam/connect/routes/seam/index.js +0 -8
- package/lib/seam/connect/routes/seam/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/partner/index.js +0 -6
- package/lib/seam/connect/routes/seam/partner/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.d.ts +0 -21
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js +0 -95
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.d.ts +0 -2
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js +0 -7
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js +0 -6
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.d.ts +0 -33
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js +0 -104
- package/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.js.map +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/index.d.ts +0 -1
- package/lib/seam/connect/routes/seam/partner/v1/index.js +0 -6
- package/lib/seam/connect/routes/seam/partner/v1/index.js.map +0 -1
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.d.ts +0 -72
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js +0 -140
- package/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.js.map +0 -1
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.d.ts +0 -1
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js +0 -6
- package/lib/seam/connect/routes/unstable-partner/building-blocks/index.js.map +0 -1
- package/lib/seam/connect/routes/unstable-partner/index.d.ts +0 -2
- package/lib/seam/connect/routes/unstable-partner/index.js +0 -7
- package/lib/seam/connect/routes/unstable-partner/index.js.map +0 -1
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.d.ts +0 -21
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js +0 -95
- package/lib/seam/connect/routes/unstable-partner/unstable-partner.js.map +0 -1
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.d.ts +0 -72
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js +0 -140
- package/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.js.map +0 -1
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.d.ts +0 -1
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js +0 -6
- package/lib/seam/connect/routes/user-identities/enrollment-automations/index.js.map +0 -1
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.d.ts +0 -85
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js +0 -152
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js.map +0 -1
- package/lib/seam/connect/routes/workspaces/customization-profiles/index.d.ts +0 -1
- package/lib/seam/connect/routes/workspaces/customization-profiles/index.js +0 -6
- package/lib/seam/connect/routes/workspaces/customization-profiles/index.js.map +0 -1
- package/src/lib/seam/connect/resources/acs-credential-pool.ts +0 -20
- package/src/lib/seam/connect/resources/acs-credential-provisioning-automation.ts +0 -16
- package/src/lib/seam/connect/resources/bridge-client-session.ts +0 -51
- package/src/lib/seam/connect/resources/bridge-connected-systems.ts +0 -22
- package/src/lib/seam/connect/resources/customer.ts +0 -12
- package/src/lib/seam/connect/resources/customization-profile.ts +0 -27
- package/src/lib/seam/connect/resources/enrollment-automation.ts +0 -16
- package/src/lib/seam/connect/resources/magic-link.ts +0 -16
- package/src/lib/seam/connect/resources/phone-session.ts +0 -300
- package/src/lib/seam/connect/resources/staff-member.ts +0 -23
- package/src/lib/seam/connect/resources/unknown.ts +0 -6
- package/src/lib/seam/connect/resources/unmanaged-acs-access-group.ts +0 -169
- package/src/lib/seam/connect/resources/unmanaged-acs-credential.ts +0 -127
- package/src/lib/seam/connect/resources/unmanaged-acs-user.ts +0 -262
- package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/index.ts +0 -6
- package/src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts +0 -252
- package/src/lib/seam/connect/routes/acs/credential-pools/credential-pools.ts +0 -208
- package/src/lib/seam/connect/routes/acs/credential-pools/index.ts +0 -6
- package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/credential-provisioning-automations.ts +0 -212
- package/src/lib/seam/connect/routes/acs/credential-provisioning-automations/index.ts +0 -6
- package/src/lib/seam/connect/routes/acs/credentials/unmanaged/index.ts +0 -6
- package/src/lib/seam/connect/routes/acs/credentials/unmanaged/unmanaged.ts +0 -256
- package/src/lib/seam/connect/routes/acs/users/unmanaged/index.ts +0 -6
- package/src/lib/seam/connect/routes/acs/users/unmanaged/unmanaged.ts +0 -247
- package/src/lib/seam/connect/routes/bridges/bridges.ts +0 -237
- package/src/lib/seam/connect/routes/bridges/index.ts +0 -6
- package/src/lib/seam/connect/routes/customers/reservations/index.ts +0 -6
- package/src/lib/seam/connect/routes/customers/reservations/reservations.ts +0 -209
- package/src/lib/seam/connect/routes/seam/console/console.ts +0 -173
- package/src/lib/seam/connect/routes/seam/console/index.ts +0 -7
- package/src/lib/seam/connect/routes/seam/console/v1/index.ts +0 -10
- package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/console/v1/lynx-migration/lynx-migration.ts +0 -336
- package/src/lib/seam/connect/routes/seam/console/v1/sites/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/console/v1/sites/sites.ts +0 -322
- package/src/lib/seam/connect/routes/seam/console/v1/timelines/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/console/v1/timelines/timelines.ts +0 -209
- package/src/lib/seam/connect/routes/seam/console/v1/v1.ts +0 -228
- package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/feature-flags.ts +0 -256
- package/src/lib/seam/connect/routes/seam/console/v1/workspace/feature-flags/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/console/v1/workspace/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/access-grants.ts +0 -252
- package/src/lib/seam/connect/routes/seam/customer/v1/access-grants/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/access-methods.ts +0 -215
- package/src/lib/seam/connect/routes/seam/customer/v1/access-methods/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/automation-runs.ts +0 -212
- package/src/lib/seam/connect/routes/seam/customer/v1/automation-runs/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/automations/automations.ts +0 -292
- package/src/lib/seam/connect/routes/seam/customer/v1/automations/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/connector-customers.ts +0 -212
- package/src/lib/seam/connect/routes/seam/customer/v1/connector-customers/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/connectors.ts +0 -473
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/external-sites.ts +0 -212
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/external-sites/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/ical.ts +0 -212
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/ical/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/connectors/index.ts +0 -8
- package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/automations.ts +0 -256
- package/src/lib/seam/connect/routes/seam/customer/v1/customers/automations/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/customers/customers.ts +0 -302
- package/src/lib/seam/connect/routes/seam/customer/v1/customers/index.ts +0 -7
- package/src/lib/seam/connect/routes/seam/customer/v1/encoders/encoders.ts +0 -209
- package/src/lib/seam/connect/routes/seam/customer/v1/encoders/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/events/events.ts +0 -208
- package/src/lib/seam/connect/routes/seam/customer/v1/events/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/index.ts +0 -20
- package/src/lib/seam/connect/routes/seam/customer/v1/portals/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/portals/portals.ts +0 -248
- package/src/lib/seam/connect/routes/seam/customer/v1/reservations/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/reservations/reservations.ts +0 -292
- package/src/lib/seam/connect/routes/seam/customer/v1/settings/index.ts +0 -7
- package/src/lib/seam/connect/routes/seam/customer/v1/settings/settings.ts +0 -262
- package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/settings/vertical-resource-aliases/vertical-resource-aliases.ts +0 -223
- package/src/lib/seam/connect/routes/seam/customer/v1/spaces/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/spaces/spaces.ts +0 -328
- package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/customer/v1/staff-members/staff-members.ts +0 -252
- package/src/lib/seam/connect/routes/seam/customer/v1/v1.ts +0 -265
- package/src/lib/seam/connect/routes/seam/index.ts +0 -8
- package/src/lib/seam/connect/routes/seam/partner/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/building-blocks.ts +0 -179
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/index.ts +0 -7
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/index.ts +0 -6
- package/src/lib/seam/connect/routes/seam/partner/v1/building-blocks/spaces/spaces.ts +0 -212
- package/src/lib/seam/connect/routes/seam/partner/v1/index.ts +0 -6
- package/src/lib/seam/connect/routes/unstable-partner/building-blocks/building-blocks.ts +0 -335
- package/src/lib/seam/connect/routes/unstable-partner/building-blocks/index.ts +0 -6
- package/src/lib/seam/connect/routes/unstable-partner/index.ts +0 -7
- package/src/lib/seam/connect/routes/unstable-partner/unstable-partner.ts +0 -176
- package/src/lib/seam/connect/routes/user-identities/enrollment-automations/enrollment-automations.ts +0 -332
- package/src/lib/seam/connect/routes/user-identities/enrollment-automations/index.ts +0 -6
- package/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +0 -370
- package/src/lib/seam/connect/routes/workspaces/customization-profiles/index.ts +0 -6
|
@@ -48,9 +48,6 @@ import {
|
|
|
48
48
|
type AccessCodesGetOptions,
|
|
49
49
|
type AccessCodesGetParameters,
|
|
50
50
|
type AccessCodesGetRequest,
|
|
51
|
-
type AccessCodesGetTimelineOptions,
|
|
52
|
-
type AccessCodesGetTimelineParameters,
|
|
53
|
-
type AccessCodesGetTimelineRequest,
|
|
54
51
|
type AccessCodesListOptions,
|
|
55
52
|
type AccessCodesListParameters,
|
|
56
53
|
type AccessCodesListRequest,
|
|
@@ -185,34 +182,10 @@ import {
|
|
|
185
182
|
type AcsAccessGroupsRemoveUserRequest,
|
|
186
183
|
SeamHttpAcsAccessGroups,
|
|
187
184
|
} from './acs/access-groups/index.js'
|
|
188
|
-
import {
|
|
189
|
-
type AcsAccessGroupsUnmanagedGetOptions,
|
|
190
|
-
type AcsAccessGroupsUnmanagedGetParameters,
|
|
191
|
-
type AcsAccessGroupsUnmanagedGetRequest,
|
|
192
|
-
type AcsAccessGroupsUnmanagedListOptions,
|
|
193
|
-
type AcsAccessGroupsUnmanagedListParameters,
|
|
194
|
-
type AcsAccessGroupsUnmanagedListRequest,
|
|
195
|
-
SeamHttpAcsAccessGroupsUnmanaged,
|
|
196
|
-
} from './acs/access-groups/unmanaged/index.js'
|
|
197
|
-
import {
|
|
198
|
-
type AcsCredentialPoolsListOptions,
|
|
199
|
-
type AcsCredentialPoolsListParameters,
|
|
200
|
-
type AcsCredentialPoolsListRequest,
|
|
201
|
-
SeamHttpAcsCredentialPools,
|
|
202
|
-
} from './acs/credential-pools/index.js'
|
|
203
|
-
import {
|
|
204
|
-
type AcsCredentialProvisioningAutomationsLaunchOptions,
|
|
205
|
-
type AcsCredentialProvisioningAutomationsLaunchParameters,
|
|
206
|
-
type AcsCredentialProvisioningAutomationsLaunchRequest,
|
|
207
|
-
SeamHttpAcsCredentialProvisioningAutomations,
|
|
208
|
-
} from './acs/credential-provisioning-automations/index.js'
|
|
209
185
|
import {
|
|
210
186
|
type AcsCredentialsAssignOptions,
|
|
211
187
|
type AcsCredentialsAssignParameters,
|
|
212
188
|
type AcsCredentialsAssignRequest,
|
|
213
|
-
type AcsCredentialsCreateOfflineCodeOptions,
|
|
214
|
-
type AcsCredentialsCreateOfflineCodeParameters,
|
|
215
|
-
type AcsCredentialsCreateOfflineCodeRequest,
|
|
216
189
|
type AcsCredentialsCreateOptions,
|
|
217
190
|
type AcsCredentialsCreateParameters,
|
|
218
191
|
type AcsCredentialsCreateRequest,
|
|
@@ -236,15 +209,6 @@ import {
|
|
|
236
209
|
type AcsCredentialsUpdateRequest,
|
|
237
210
|
SeamHttpAcsCredentials,
|
|
238
211
|
} from './acs/credentials/index.js'
|
|
239
|
-
import {
|
|
240
|
-
type AcsCredentialsUnmanagedGetOptions,
|
|
241
|
-
type AcsCredentialsUnmanagedGetParameters,
|
|
242
|
-
type AcsCredentialsUnmanagedGetRequest,
|
|
243
|
-
type AcsCredentialsUnmanagedListOptions,
|
|
244
|
-
type AcsCredentialsUnmanagedListParameters,
|
|
245
|
-
type AcsCredentialsUnmanagedListRequest,
|
|
246
|
-
SeamHttpAcsCredentialsUnmanaged,
|
|
247
|
-
} from './acs/credentials/unmanaged/index.js'
|
|
248
212
|
import {
|
|
249
213
|
type AcsEncodersEncodeCredentialOptions,
|
|
250
214
|
type AcsEncodersEncodeCredentialParameters,
|
|
@@ -347,15 +311,6 @@ import {
|
|
|
347
311
|
type AcsUsersUpdateRequest,
|
|
348
312
|
SeamHttpAcsUsers,
|
|
349
313
|
} from './acs/users/index.js'
|
|
350
|
-
import {
|
|
351
|
-
type AcsUsersUnmanagedGetOptions,
|
|
352
|
-
type AcsUsersUnmanagedGetParameters,
|
|
353
|
-
type AcsUsersUnmanagedGetRequest,
|
|
354
|
-
type AcsUsersUnmanagedListOptions,
|
|
355
|
-
type AcsUsersUnmanagedListParameters,
|
|
356
|
-
type AcsUsersUnmanagedListRequest,
|
|
357
|
-
SeamHttpAcsUsersUnmanaged,
|
|
358
|
-
} from './acs/users/unmanaged/index.js'
|
|
359
314
|
import {
|
|
360
315
|
type ActionAttemptsGetOptions,
|
|
361
316
|
type ActionAttemptsGetParameters,
|
|
@@ -365,15 +320,6 @@ import {
|
|
|
365
320
|
type ActionAttemptsListRequest,
|
|
366
321
|
SeamHttpActionAttempts,
|
|
367
322
|
} from './action-attempts/index.js'
|
|
368
|
-
import {
|
|
369
|
-
type BridgesGetOptions,
|
|
370
|
-
type BridgesGetParameters,
|
|
371
|
-
type BridgesGetRequest,
|
|
372
|
-
type BridgesListOptions,
|
|
373
|
-
type BridgesListParameters,
|
|
374
|
-
type BridgesListRequest,
|
|
375
|
-
SeamHttpBridges,
|
|
376
|
-
} from './bridges/index.js'
|
|
377
323
|
import {
|
|
378
324
|
type ClientSessionsCreateOptions,
|
|
379
325
|
type ClientSessionsCreateParameters,
|
|
@@ -450,15 +396,6 @@ import {
|
|
|
450
396
|
SeamHttpCustomers,
|
|
451
397
|
} from './customers/index.js'
|
|
452
398
|
import {
|
|
453
|
-
type CustomersReservationsCreateDeepLinkOptions,
|
|
454
|
-
type CustomersReservationsCreateDeepLinkParameters,
|
|
455
|
-
type CustomersReservationsCreateDeepLinkRequest,
|
|
456
|
-
SeamHttpCustomersReservations,
|
|
457
|
-
} from './customers/reservations/index.js'
|
|
458
|
-
import {
|
|
459
|
-
type DevicesDeleteOptions,
|
|
460
|
-
type DevicesDeleteParameters,
|
|
461
|
-
type DevicesDeleteRequest,
|
|
462
399
|
type DevicesGetOptions,
|
|
463
400
|
type DevicesGetParameters,
|
|
464
401
|
type DevicesGetRequest,
|
|
@@ -605,231 +542,6 @@ import {
|
|
|
605
542
|
type PhonesSimulateCreateSandboxPhoneRequest,
|
|
606
543
|
SeamHttpPhonesSimulate,
|
|
607
544
|
} from './phones/simulate/index.js'
|
|
608
|
-
import {
|
|
609
|
-
type SeamConsoleV1GetResourceLocatorOptions,
|
|
610
|
-
type SeamConsoleV1GetResourceLocatorParameters,
|
|
611
|
-
type SeamConsoleV1GetResourceLocatorRequest,
|
|
612
|
-
SeamHttpSeamConsoleV1,
|
|
613
|
-
} from './seam/console/v1/index.js'
|
|
614
|
-
import {
|
|
615
|
-
type SeamConsoleV1LynxMigrationGetPropertyMigrationStatusOptions,
|
|
616
|
-
type SeamConsoleV1LynxMigrationGetPropertyMigrationStatusParameters,
|
|
617
|
-
type SeamConsoleV1LynxMigrationGetPropertyMigrationStatusRequest,
|
|
618
|
-
type SeamConsoleV1LynxMigrationGetReservationMigrationStatusOptions,
|
|
619
|
-
type SeamConsoleV1LynxMigrationGetReservationMigrationStatusParameters,
|
|
620
|
-
type SeamConsoleV1LynxMigrationGetReservationMigrationStatusRequest,
|
|
621
|
-
type SeamConsoleV1LynxMigrationListPropertyReservationsOptions,
|
|
622
|
-
type SeamConsoleV1LynxMigrationListPropertyReservationsParameters,
|
|
623
|
-
type SeamConsoleV1LynxMigrationListPropertyReservationsRequest,
|
|
624
|
-
type SeamConsoleV1LynxMigrationMigratePropertyOptions,
|
|
625
|
-
type SeamConsoleV1LynxMigrationMigratePropertyParameters,
|
|
626
|
-
type SeamConsoleV1LynxMigrationMigratePropertyRequest,
|
|
627
|
-
SeamHttpSeamConsoleV1LynxMigration,
|
|
628
|
-
} from './seam/console/v1/lynx-migration/index.js'
|
|
629
|
-
import {
|
|
630
|
-
type SeamConsoleV1SitesCreateOptions,
|
|
631
|
-
type SeamConsoleV1SitesCreateParameters,
|
|
632
|
-
type SeamConsoleV1SitesCreateRequest,
|
|
633
|
-
type SeamConsoleV1SitesDeleteOptions,
|
|
634
|
-
type SeamConsoleV1SitesDeleteParameters,
|
|
635
|
-
type SeamConsoleV1SitesDeleteRequest,
|
|
636
|
-
type SeamConsoleV1SitesListOptions,
|
|
637
|
-
type SeamConsoleV1SitesListParameters,
|
|
638
|
-
type SeamConsoleV1SitesListRequest,
|
|
639
|
-
type SeamConsoleV1SitesUpdateOptions,
|
|
640
|
-
type SeamConsoleV1SitesUpdateParameters,
|
|
641
|
-
type SeamConsoleV1SitesUpdateRequest,
|
|
642
|
-
SeamHttpSeamConsoleV1Sites,
|
|
643
|
-
} from './seam/console/v1/sites/index.js'
|
|
644
|
-
import {
|
|
645
|
-
type SeamConsoleV1TimelinesGetOptions,
|
|
646
|
-
type SeamConsoleV1TimelinesGetParameters,
|
|
647
|
-
type SeamConsoleV1TimelinesGetRequest,
|
|
648
|
-
SeamHttpSeamConsoleV1Timelines,
|
|
649
|
-
} from './seam/console/v1/timelines/index.js'
|
|
650
|
-
import {
|
|
651
|
-
type SeamConsoleV1WorkspaceFeatureFlagsListOptions,
|
|
652
|
-
type SeamConsoleV1WorkspaceFeatureFlagsListParameters,
|
|
653
|
-
type SeamConsoleV1WorkspaceFeatureFlagsListRequest,
|
|
654
|
-
type SeamConsoleV1WorkspaceFeatureFlagsUpdateOptions,
|
|
655
|
-
type SeamConsoleV1WorkspaceFeatureFlagsUpdateParameters,
|
|
656
|
-
type SeamConsoleV1WorkspaceFeatureFlagsUpdateRequest,
|
|
657
|
-
SeamHttpSeamConsoleV1WorkspaceFeatureFlags,
|
|
658
|
-
} from './seam/console/v1/workspace/feature-flags/index.js'
|
|
659
|
-
import {
|
|
660
|
-
type SeamCustomerV1AccessGrantsListOptions,
|
|
661
|
-
type SeamCustomerV1AccessGrantsListParameters,
|
|
662
|
-
type SeamCustomerV1AccessGrantsListRequest,
|
|
663
|
-
type SeamCustomerV1AccessGrantsUpdateOptions,
|
|
664
|
-
type SeamCustomerV1AccessGrantsUpdateParameters,
|
|
665
|
-
type SeamCustomerV1AccessGrantsUpdateRequest,
|
|
666
|
-
SeamHttpSeamCustomerV1AccessGrants,
|
|
667
|
-
} from './seam/customer/v1/access-grants/index.js'
|
|
668
|
-
import {
|
|
669
|
-
type SeamCustomerV1AccessMethodsEncodeOptions,
|
|
670
|
-
type SeamCustomerV1AccessMethodsEncodeParameters,
|
|
671
|
-
type SeamCustomerV1AccessMethodsEncodeRequest,
|
|
672
|
-
SeamHttpSeamCustomerV1AccessMethods,
|
|
673
|
-
} from './seam/customer/v1/access-methods/index.js'
|
|
674
|
-
import {
|
|
675
|
-
type SeamCustomerV1AutomationRunsListOptions,
|
|
676
|
-
type SeamCustomerV1AutomationRunsListParameters,
|
|
677
|
-
type SeamCustomerV1AutomationRunsListRequest,
|
|
678
|
-
SeamHttpSeamCustomerV1AutomationRuns,
|
|
679
|
-
} from './seam/customer/v1/automation-runs/index.js'
|
|
680
|
-
import {
|
|
681
|
-
type SeamCustomerV1AutomationsDeleteOptions,
|
|
682
|
-
type SeamCustomerV1AutomationsDeleteParameters,
|
|
683
|
-
type SeamCustomerV1AutomationsDeleteRequest,
|
|
684
|
-
type SeamCustomerV1AutomationsGetOptions,
|
|
685
|
-
type SeamCustomerV1AutomationsGetParameters,
|
|
686
|
-
type SeamCustomerV1AutomationsGetRequest,
|
|
687
|
-
type SeamCustomerV1AutomationsUpdateOptions,
|
|
688
|
-
type SeamCustomerV1AutomationsUpdateParameters,
|
|
689
|
-
type SeamCustomerV1AutomationsUpdateRequest,
|
|
690
|
-
SeamHttpSeamCustomerV1Automations,
|
|
691
|
-
} from './seam/customer/v1/automations/index.js'
|
|
692
|
-
import {
|
|
693
|
-
type SeamCustomerV1ConnectorCustomersListOptions,
|
|
694
|
-
type SeamCustomerV1ConnectorCustomersListParameters,
|
|
695
|
-
type SeamCustomerV1ConnectorCustomersListRequest,
|
|
696
|
-
SeamHttpSeamCustomerV1ConnectorCustomers,
|
|
697
|
-
} from './seam/customer/v1/connector-customers/index.js'
|
|
698
|
-
import {
|
|
699
|
-
type SeamCustomerV1ConnectorsExternalSitesListOptions,
|
|
700
|
-
type SeamCustomerV1ConnectorsExternalSitesListParameters,
|
|
701
|
-
type SeamCustomerV1ConnectorsExternalSitesListRequest,
|
|
702
|
-
SeamHttpSeamCustomerV1ConnectorsExternalSites,
|
|
703
|
-
} from './seam/customer/v1/connectors/external-sites/index.js'
|
|
704
|
-
import {
|
|
705
|
-
type SeamCustomerV1ConnectorsIcalValidateConfigOptions,
|
|
706
|
-
type SeamCustomerV1ConnectorsIcalValidateConfigParameters,
|
|
707
|
-
type SeamCustomerV1ConnectorsIcalValidateConfigRequest,
|
|
708
|
-
SeamHttpSeamCustomerV1ConnectorsIcal,
|
|
709
|
-
} from './seam/customer/v1/connectors/ical/index.js'
|
|
710
|
-
import {
|
|
711
|
-
type SeamCustomerV1ConnectorsAuthorizeOptions,
|
|
712
|
-
type SeamCustomerV1ConnectorsAuthorizeParameters,
|
|
713
|
-
type SeamCustomerV1ConnectorsAuthorizeRequest,
|
|
714
|
-
type SeamCustomerV1ConnectorsConnectorTypesOptions,
|
|
715
|
-
type SeamCustomerV1ConnectorsConnectorTypesParameters,
|
|
716
|
-
type SeamCustomerV1ConnectorsConnectorTypesRequest,
|
|
717
|
-
type SeamCustomerV1ConnectorsCreateOptions,
|
|
718
|
-
type SeamCustomerV1ConnectorsCreateParameters,
|
|
719
|
-
type SeamCustomerV1ConnectorsCreateRequest,
|
|
720
|
-
type SeamCustomerV1ConnectorsDeleteOptions,
|
|
721
|
-
type SeamCustomerV1ConnectorsDeleteParameters,
|
|
722
|
-
type SeamCustomerV1ConnectorsDeleteRequest,
|
|
723
|
-
type SeamCustomerV1ConnectorsListOptions,
|
|
724
|
-
type SeamCustomerV1ConnectorsListParameters,
|
|
725
|
-
type SeamCustomerV1ConnectorsListRequest,
|
|
726
|
-
type SeamCustomerV1ConnectorsSyncOptions,
|
|
727
|
-
type SeamCustomerV1ConnectorsSyncParameters,
|
|
728
|
-
type SeamCustomerV1ConnectorsSyncRequest,
|
|
729
|
-
type SeamCustomerV1ConnectorsUpdateOptions,
|
|
730
|
-
type SeamCustomerV1ConnectorsUpdateParameters,
|
|
731
|
-
type SeamCustomerV1ConnectorsUpdateRequest,
|
|
732
|
-
SeamHttpSeamCustomerV1Connectors,
|
|
733
|
-
} from './seam/customer/v1/connectors/index.js'
|
|
734
|
-
import {
|
|
735
|
-
type SeamCustomerV1CustomersAutomationsGetOptions,
|
|
736
|
-
type SeamCustomerV1CustomersAutomationsGetParameters,
|
|
737
|
-
type SeamCustomerV1CustomersAutomationsGetRequest,
|
|
738
|
-
type SeamCustomerV1CustomersAutomationsUpdateOptions,
|
|
739
|
-
type SeamCustomerV1CustomersAutomationsUpdateParameters,
|
|
740
|
-
type SeamCustomerV1CustomersAutomationsUpdateRequest,
|
|
741
|
-
SeamHttpSeamCustomerV1CustomersAutomations,
|
|
742
|
-
} from './seam/customer/v1/customers/automations/index.js'
|
|
743
|
-
import {
|
|
744
|
-
type SeamCustomerV1CustomersListOptions,
|
|
745
|
-
type SeamCustomerV1CustomersListParameters,
|
|
746
|
-
type SeamCustomerV1CustomersListRequest,
|
|
747
|
-
type SeamCustomerV1CustomersMeOptions,
|
|
748
|
-
type SeamCustomerV1CustomersMeParameters,
|
|
749
|
-
type SeamCustomerV1CustomersMeRequest,
|
|
750
|
-
type SeamCustomerV1CustomersOpenPortalOptions,
|
|
751
|
-
type SeamCustomerV1CustomersOpenPortalParameters,
|
|
752
|
-
type SeamCustomerV1CustomersOpenPortalRequest,
|
|
753
|
-
SeamHttpSeamCustomerV1Customers,
|
|
754
|
-
} from './seam/customer/v1/customers/index.js'
|
|
755
|
-
import {
|
|
756
|
-
type SeamCustomerV1EncodersListOptions,
|
|
757
|
-
type SeamCustomerV1EncodersListParameters,
|
|
758
|
-
type SeamCustomerV1EncodersListRequest,
|
|
759
|
-
SeamHttpSeamCustomerV1Encoders,
|
|
760
|
-
} from './seam/customer/v1/encoders/index.js'
|
|
761
|
-
import {
|
|
762
|
-
type SeamCustomerV1EventsListOptions,
|
|
763
|
-
type SeamCustomerV1EventsListParameters,
|
|
764
|
-
type SeamCustomerV1EventsListRequest,
|
|
765
|
-
SeamHttpSeamCustomerV1Events,
|
|
766
|
-
} from './seam/customer/v1/events/index.js'
|
|
767
|
-
import {
|
|
768
|
-
type SeamCustomerV1PortalsGetOptions,
|
|
769
|
-
type SeamCustomerV1PortalsGetParameters,
|
|
770
|
-
type SeamCustomerV1PortalsGetRequest,
|
|
771
|
-
type SeamCustomerV1PortalsUpdateOptions,
|
|
772
|
-
type SeamCustomerV1PortalsUpdateParameters,
|
|
773
|
-
type SeamCustomerV1PortalsUpdateRequest,
|
|
774
|
-
SeamHttpSeamCustomerV1Portals,
|
|
775
|
-
} from './seam/customer/v1/portals/index.js'
|
|
776
|
-
import {
|
|
777
|
-
type SeamCustomerV1ReservationsGetOptions,
|
|
778
|
-
type SeamCustomerV1ReservationsGetParameters,
|
|
779
|
-
type SeamCustomerV1ReservationsGetRequest,
|
|
780
|
-
type SeamCustomerV1ReservationsListAccessGrantsOptions,
|
|
781
|
-
type SeamCustomerV1ReservationsListAccessGrantsParameters,
|
|
782
|
-
type SeamCustomerV1ReservationsListAccessGrantsRequest,
|
|
783
|
-
type SeamCustomerV1ReservationsListOptions,
|
|
784
|
-
type SeamCustomerV1ReservationsListParameters,
|
|
785
|
-
type SeamCustomerV1ReservationsListRequest,
|
|
786
|
-
SeamHttpSeamCustomerV1Reservations,
|
|
787
|
-
} from './seam/customer/v1/reservations/index.js'
|
|
788
|
-
import {
|
|
789
|
-
type SeamCustomerV1SettingsGetOptions,
|
|
790
|
-
type SeamCustomerV1SettingsGetParameters,
|
|
791
|
-
type SeamCustomerV1SettingsGetRequest,
|
|
792
|
-
type SeamCustomerV1SettingsUpdateOptions,
|
|
793
|
-
type SeamCustomerV1SettingsUpdateParameters,
|
|
794
|
-
type SeamCustomerV1SettingsUpdateRequest,
|
|
795
|
-
SeamHttpSeamCustomerV1Settings,
|
|
796
|
-
} from './seam/customer/v1/settings/index.js'
|
|
797
|
-
import {
|
|
798
|
-
type SeamCustomerV1SettingsVerticalResourceAliasesGetOptions,
|
|
799
|
-
type SeamCustomerV1SettingsVerticalResourceAliasesGetParameters,
|
|
800
|
-
type SeamCustomerV1SettingsVerticalResourceAliasesGetRequest,
|
|
801
|
-
SeamHttpSeamCustomerV1SettingsVerticalResourceAliases,
|
|
802
|
-
} from './seam/customer/v1/settings/vertical-resource-aliases/index.js'
|
|
803
|
-
import {
|
|
804
|
-
type SeamCustomerV1SpacesCreateOptions,
|
|
805
|
-
type SeamCustomerV1SpacesCreateParameters,
|
|
806
|
-
type SeamCustomerV1SpacesCreateRequest,
|
|
807
|
-
type SeamCustomerV1SpacesListOptions,
|
|
808
|
-
type SeamCustomerV1SpacesListParameters,
|
|
809
|
-
type SeamCustomerV1SpacesListRequest,
|
|
810
|
-
type SeamCustomerV1SpacesListReservationsOptions,
|
|
811
|
-
type SeamCustomerV1SpacesListReservationsParameters,
|
|
812
|
-
type SeamCustomerV1SpacesListReservationsRequest,
|
|
813
|
-
type SeamCustomerV1SpacesPushCommonAreasOptions,
|
|
814
|
-
type SeamCustomerV1SpacesPushCommonAreasParameters,
|
|
815
|
-
type SeamCustomerV1SpacesPushCommonAreasRequest,
|
|
816
|
-
SeamHttpSeamCustomerV1Spaces,
|
|
817
|
-
} from './seam/customer/v1/spaces/index.js'
|
|
818
|
-
import {
|
|
819
|
-
type SeamCustomerV1StaffMembersGetOptions,
|
|
820
|
-
type SeamCustomerV1StaffMembersGetParameters,
|
|
821
|
-
type SeamCustomerV1StaffMembersGetRequest,
|
|
822
|
-
type SeamCustomerV1StaffMembersListOptions,
|
|
823
|
-
type SeamCustomerV1StaffMembersListParameters,
|
|
824
|
-
type SeamCustomerV1StaffMembersListRequest,
|
|
825
|
-
SeamHttpSeamCustomerV1StaffMembers,
|
|
826
|
-
} from './seam/customer/v1/staff-members/index.js'
|
|
827
|
-
import {
|
|
828
|
-
SeamHttpSeamPartnerV1BuildingBlocksSpaces,
|
|
829
|
-
type SeamPartnerV1BuildingBlocksSpacesAutoMapOptions,
|
|
830
|
-
type SeamPartnerV1BuildingBlocksSpacesAutoMapParameters,
|
|
831
|
-
type SeamPartnerV1BuildingBlocksSpacesAutoMapRequest,
|
|
832
|
-
} from './seam/partner/v1/building-blocks/spaces/index.js'
|
|
833
545
|
import {
|
|
834
546
|
SeamHttpSpaces,
|
|
835
547
|
type SpacesAddAcsEntrancesOptions,
|
|
@@ -895,9 +607,6 @@ import {
|
|
|
895
607
|
type ThermostatsDeleteClimatePresetOptions,
|
|
896
608
|
type ThermostatsDeleteClimatePresetParameters,
|
|
897
609
|
type ThermostatsDeleteClimatePresetRequest,
|
|
898
|
-
type ThermostatsGetOptions,
|
|
899
|
-
type ThermostatsGetParameters,
|
|
900
|
-
type ThermostatsGetRequest,
|
|
901
610
|
type ThermostatsHeatCoolOptions,
|
|
902
611
|
type ThermostatsHeatCoolParameters,
|
|
903
612
|
type ThermostatsHeatCoolRequest,
|
|
@@ -956,36 +665,6 @@ import {
|
|
|
956
665
|
type ThermostatsSimulateTemperatureReachedParameters,
|
|
957
666
|
type ThermostatsSimulateTemperatureReachedRequest,
|
|
958
667
|
} from './thermostats/simulate/index.js'
|
|
959
|
-
import {
|
|
960
|
-
SeamHttpUnstablePartnerBuildingBlocks,
|
|
961
|
-
type UnstablePartnerBuildingBlocksConnectAccountsOptions,
|
|
962
|
-
type UnstablePartnerBuildingBlocksConnectAccountsParameters,
|
|
963
|
-
type UnstablePartnerBuildingBlocksConnectAccountsRequest,
|
|
964
|
-
type UnstablePartnerBuildingBlocksGenerateMagicLinkOptions,
|
|
965
|
-
type UnstablePartnerBuildingBlocksGenerateMagicLinkParameters,
|
|
966
|
-
type UnstablePartnerBuildingBlocksGenerateMagicLinkRequest,
|
|
967
|
-
type UnstablePartnerBuildingBlocksManageDevicesOptions,
|
|
968
|
-
type UnstablePartnerBuildingBlocksManageDevicesParameters,
|
|
969
|
-
type UnstablePartnerBuildingBlocksManageDevicesRequest,
|
|
970
|
-
type UnstablePartnerBuildingBlocksOrganizeSpacesOptions,
|
|
971
|
-
type UnstablePartnerBuildingBlocksOrganizeSpacesParameters,
|
|
972
|
-
type UnstablePartnerBuildingBlocksOrganizeSpacesRequest,
|
|
973
|
-
} from './unstable-partner/building-blocks/index.js'
|
|
974
|
-
import {
|
|
975
|
-
SeamHttpUserIdentitiesEnrollmentAutomations,
|
|
976
|
-
type UserIdentitiesEnrollmentAutomationsDeleteOptions,
|
|
977
|
-
type UserIdentitiesEnrollmentAutomationsDeleteParameters,
|
|
978
|
-
type UserIdentitiesEnrollmentAutomationsDeleteRequest,
|
|
979
|
-
type UserIdentitiesEnrollmentAutomationsGetOptions,
|
|
980
|
-
type UserIdentitiesEnrollmentAutomationsGetParameters,
|
|
981
|
-
type UserIdentitiesEnrollmentAutomationsGetRequest,
|
|
982
|
-
type UserIdentitiesEnrollmentAutomationsLaunchOptions,
|
|
983
|
-
type UserIdentitiesEnrollmentAutomationsLaunchParameters,
|
|
984
|
-
type UserIdentitiesEnrollmentAutomationsLaunchRequest,
|
|
985
|
-
type UserIdentitiesEnrollmentAutomationsListOptions,
|
|
986
|
-
type UserIdentitiesEnrollmentAutomationsListParameters,
|
|
987
|
-
type UserIdentitiesEnrollmentAutomationsListRequest,
|
|
988
|
-
} from './user-identities/enrollment-automations/index.js'
|
|
989
668
|
import {
|
|
990
669
|
SeamHttpUserIdentities,
|
|
991
670
|
type UserIdentitiesAddAcsUserOptions,
|
|
@@ -1061,32 +740,11 @@ import {
|
|
|
1061
740
|
type WebhooksUpdateParameters,
|
|
1062
741
|
type WebhooksUpdateRequest,
|
|
1063
742
|
} from './webhooks/index.js'
|
|
1064
|
-
import {
|
|
1065
|
-
SeamHttpWorkspacesCustomizationProfiles,
|
|
1066
|
-
type WorkspacesCustomizationProfilesCreateOptions,
|
|
1067
|
-
type WorkspacesCustomizationProfilesCreateParameters,
|
|
1068
|
-
type WorkspacesCustomizationProfilesCreateRequest,
|
|
1069
|
-
type WorkspacesCustomizationProfilesGetOptions,
|
|
1070
|
-
type WorkspacesCustomizationProfilesGetParameters,
|
|
1071
|
-
type WorkspacesCustomizationProfilesGetRequest,
|
|
1072
|
-
type WorkspacesCustomizationProfilesListOptions,
|
|
1073
|
-
type WorkspacesCustomizationProfilesListParameters,
|
|
1074
|
-
type WorkspacesCustomizationProfilesListRequest,
|
|
1075
|
-
type WorkspacesCustomizationProfilesUpdateOptions,
|
|
1076
|
-
type WorkspacesCustomizationProfilesUpdateParameters,
|
|
1077
|
-
type WorkspacesCustomizationProfilesUpdateRequest,
|
|
1078
|
-
type WorkspacesCustomizationProfilesUploadImagesOptions,
|
|
1079
|
-
type WorkspacesCustomizationProfilesUploadImagesParameters,
|
|
1080
|
-
type WorkspacesCustomizationProfilesUploadImagesRequest,
|
|
1081
|
-
} from './workspaces/customization-profiles/index.js'
|
|
1082
743
|
import {
|
|
1083
744
|
SeamHttpWorkspaces,
|
|
1084
745
|
type WorkspacesCreateOptions,
|
|
1085
746
|
type WorkspacesCreateParameters,
|
|
1086
747
|
type WorkspacesCreateRequest,
|
|
1087
|
-
type WorkspacesFindAnythingOptions,
|
|
1088
|
-
type WorkspacesFindAnythingParameters,
|
|
1089
|
-
type WorkspacesFindAnythingRequest,
|
|
1090
748
|
type WorkspacesGetOptions,
|
|
1091
749
|
type WorkspacesGetParameters,
|
|
1092
750
|
type WorkspacesGetRequest,
|
|
@@ -1293,24 +951,6 @@ export class SeamHttpEndpoints {
|
|
|
1293
951
|
}
|
|
1294
952
|
}
|
|
1295
953
|
|
|
1296
|
-
get '/access_codes/get_timeline'(): (
|
|
1297
|
-
parameters: AccessCodesGetTimelineParameters,
|
|
1298
|
-
options?: AccessCodesGetTimelineOptions,
|
|
1299
|
-
) => AccessCodesGetTimelineRequest {
|
|
1300
|
-
const { client, defaults } = this
|
|
1301
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1302
|
-
throw new Error(
|
|
1303
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1304
|
-
)
|
|
1305
|
-
}
|
|
1306
|
-
return function accessCodesGetTimeline(
|
|
1307
|
-
...args: Parameters<SeamHttpAccessCodes['getTimeline']>
|
|
1308
|
-
): ReturnType<SeamHttpAccessCodes['getTimeline']> {
|
|
1309
|
-
const seam = SeamHttpAccessCodes.fromClient(client, defaults)
|
|
1310
|
-
return seam.getTimeline(...args)
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
954
|
get '/access_codes/list'(): (
|
|
1315
955
|
parameters?: AccessCodesListParameters,
|
|
1316
956
|
options?: AccessCodesListOptions,
|
|
@@ -1794,83 +1434,6 @@ export class SeamHttpEndpoints {
|
|
|
1794
1434
|
}
|
|
1795
1435
|
}
|
|
1796
1436
|
|
|
1797
|
-
get '/acs/access_groups/unmanaged/get'(): (
|
|
1798
|
-
parameters: AcsAccessGroupsUnmanagedGetParameters,
|
|
1799
|
-
options?: AcsAccessGroupsUnmanagedGetOptions,
|
|
1800
|
-
) => AcsAccessGroupsUnmanagedGetRequest {
|
|
1801
|
-
const { client, defaults } = this
|
|
1802
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1803
|
-
throw new Error(
|
|
1804
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1805
|
-
)
|
|
1806
|
-
}
|
|
1807
|
-
return function acsAccessGroupsUnmanagedGet(
|
|
1808
|
-
...args: Parameters<SeamHttpAcsAccessGroupsUnmanaged['get']>
|
|
1809
|
-
): ReturnType<SeamHttpAcsAccessGroupsUnmanaged['get']> {
|
|
1810
|
-
const seam = SeamHttpAcsAccessGroupsUnmanaged.fromClient(client, defaults)
|
|
1811
|
-
return seam.get(...args)
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
get '/acs/access_groups/unmanaged/list'(): (
|
|
1816
|
-
parameters?: AcsAccessGroupsUnmanagedListParameters,
|
|
1817
|
-
options?: AcsAccessGroupsUnmanagedListOptions,
|
|
1818
|
-
) => AcsAccessGroupsUnmanagedListRequest {
|
|
1819
|
-
const { client, defaults } = this
|
|
1820
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1821
|
-
throw new Error(
|
|
1822
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1823
|
-
)
|
|
1824
|
-
}
|
|
1825
|
-
return function acsAccessGroupsUnmanagedList(
|
|
1826
|
-
...args: Parameters<SeamHttpAcsAccessGroupsUnmanaged['list']>
|
|
1827
|
-
): ReturnType<SeamHttpAcsAccessGroupsUnmanaged['list']> {
|
|
1828
|
-
const seam = SeamHttpAcsAccessGroupsUnmanaged.fromClient(client, defaults)
|
|
1829
|
-
return seam.list(...args)
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
get '/acs/credential_pools/list'(): (
|
|
1834
|
-
parameters: AcsCredentialPoolsListParameters,
|
|
1835
|
-
options?: AcsCredentialPoolsListOptions,
|
|
1836
|
-
) => AcsCredentialPoolsListRequest {
|
|
1837
|
-
const { client, defaults } = this
|
|
1838
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1839
|
-
throw new Error(
|
|
1840
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1841
|
-
)
|
|
1842
|
-
}
|
|
1843
|
-
return function acsCredentialPoolsList(
|
|
1844
|
-
...args: Parameters<SeamHttpAcsCredentialPools['list']>
|
|
1845
|
-
): ReturnType<SeamHttpAcsCredentialPools['list']> {
|
|
1846
|
-
const seam = SeamHttpAcsCredentialPools.fromClient(client, defaults)
|
|
1847
|
-
return seam.list(...args)
|
|
1848
|
-
}
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
get '/acs/credential_provisioning_automations/launch'(): (
|
|
1852
|
-
parameters: AcsCredentialProvisioningAutomationsLaunchParameters,
|
|
1853
|
-
options?: AcsCredentialProvisioningAutomationsLaunchOptions,
|
|
1854
|
-
) => AcsCredentialProvisioningAutomationsLaunchRequest {
|
|
1855
|
-
const { client, defaults } = this
|
|
1856
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1857
|
-
throw new Error(
|
|
1858
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1859
|
-
)
|
|
1860
|
-
}
|
|
1861
|
-
return function acsCredentialProvisioningAutomationsLaunch(
|
|
1862
|
-
...args: Parameters<
|
|
1863
|
-
SeamHttpAcsCredentialProvisioningAutomations['launch']
|
|
1864
|
-
>
|
|
1865
|
-
): ReturnType<SeamHttpAcsCredentialProvisioningAutomations['launch']> {
|
|
1866
|
-
const seam = SeamHttpAcsCredentialProvisioningAutomations.fromClient(
|
|
1867
|
-
client,
|
|
1868
|
-
defaults,
|
|
1869
|
-
)
|
|
1870
|
-
return seam.launch(...args)
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
1437
|
get '/acs/credentials/assign'(): (
|
|
1875
1438
|
parameters: AcsCredentialsAssignParameters,
|
|
1876
1439
|
options?: AcsCredentialsAssignOptions,
|
|
@@ -1897,24 +1460,6 @@ export class SeamHttpEndpoints {
|
|
|
1897
1460
|
}
|
|
1898
1461
|
}
|
|
1899
1462
|
|
|
1900
|
-
get '/acs/credentials/create_offline_code'(): (
|
|
1901
|
-
parameters: AcsCredentialsCreateOfflineCodeParameters,
|
|
1902
|
-
options?: AcsCredentialsCreateOfflineCodeOptions,
|
|
1903
|
-
) => AcsCredentialsCreateOfflineCodeRequest {
|
|
1904
|
-
const { client, defaults } = this
|
|
1905
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
1906
|
-
throw new Error(
|
|
1907
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
1908
|
-
)
|
|
1909
|
-
}
|
|
1910
|
-
return function acsCredentialsCreateOfflineCode(
|
|
1911
|
-
...args: Parameters<SeamHttpAcsCredentials['createOfflineCode']>
|
|
1912
|
-
): ReturnType<SeamHttpAcsCredentials['createOfflineCode']> {
|
|
1913
|
-
const seam = SeamHttpAcsCredentials.fromClient(client, defaults)
|
|
1914
|
-
return seam.createOfflineCode(...args)
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
1463
|
get '/acs/credentials/delete'(): (
|
|
1919
1464
|
parameters: AcsCredentialsDeleteParameters,
|
|
1920
1465
|
options?: AcsCredentialsDeleteOptions,
|
|
@@ -1993,42 +1538,6 @@ export class SeamHttpEndpoints {
|
|
|
1993
1538
|
}
|
|
1994
1539
|
}
|
|
1995
1540
|
|
|
1996
|
-
get '/acs/credentials/unmanaged/get'(): (
|
|
1997
|
-
parameters: AcsCredentialsUnmanagedGetParameters,
|
|
1998
|
-
options?: AcsCredentialsUnmanagedGetOptions,
|
|
1999
|
-
) => AcsCredentialsUnmanagedGetRequest {
|
|
2000
|
-
const { client, defaults } = this
|
|
2001
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2002
|
-
throw new Error(
|
|
2003
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2004
|
-
)
|
|
2005
|
-
}
|
|
2006
|
-
return function acsCredentialsUnmanagedGet(
|
|
2007
|
-
...args: Parameters<SeamHttpAcsCredentialsUnmanaged['get']>
|
|
2008
|
-
): ReturnType<SeamHttpAcsCredentialsUnmanaged['get']> {
|
|
2009
|
-
const seam = SeamHttpAcsCredentialsUnmanaged.fromClient(client, defaults)
|
|
2010
|
-
return seam.get(...args)
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
get '/acs/credentials/unmanaged/list'(): (
|
|
2015
|
-
parameters?: AcsCredentialsUnmanagedListParameters,
|
|
2016
|
-
options?: AcsCredentialsUnmanagedListOptions,
|
|
2017
|
-
) => AcsCredentialsUnmanagedListRequest {
|
|
2018
|
-
const { client, defaults } = this
|
|
2019
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2020
|
-
throw new Error(
|
|
2021
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2022
|
-
)
|
|
2023
|
-
}
|
|
2024
|
-
return function acsCredentialsUnmanagedList(
|
|
2025
|
-
...args: Parameters<SeamHttpAcsCredentialsUnmanaged['list']>
|
|
2026
|
-
): ReturnType<SeamHttpAcsCredentialsUnmanaged['list']> {
|
|
2027
|
-
const seam = SeamHttpAcsCredentialsUnmanaged.fromClient(client, defaults)
|
|
2028
|
-
return seam.list(...args)
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
1541
|
get '/acs/encoders/encode_credential'(): (
|
|
2033
1542
|
parameters: AcsEncodersEncodeCredentialParameters,
|
|
2034
1543
|
options?: AcsEncodersEncodeCredentialOptions,
|
|
@@ -2422,42 +1931,6 @@ export class SeamHttpEndpoints {
|
|
|
2422
1931
|
}
|
|
2423
1932
|
}
|
|
2424
1933
|
|
|
2425
|
-
get '/acs/users/unmanaged/get'(): (
|
|
2426
|
-
parameters: AcsUsersUnmanagedGetParameters,
|
|
2427
|
-
options?: AcsUsersUnmanagedGetOptions,
|
|
2428
|
-
) => AcsUsersUnmanagedGetRequest {
|
|
2429
|
-
const { client, defaults } = this
|
|
2430
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2431
|
-
throw new Error(
|
|
2432
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2433
|
-
)
|
|
2434
|
-
}
|
|
2435
|
-
return function acsUsersUnmanagedGet(
|
|
2436
|
-
...args: Parameters<SeamHttpAcsUsersUnmanaged['get']>
|
|
2437
|
-
): ReturnType<SeamHttpAcsUsersUnmanaged['get']> {
|
|
2438
|
-
const seam = SeamHttpAcsUsersUnmanaged.fromClient(client, defaults)
|
|
2439
|
-
return seam.get(...args)
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
get '/acs/users/unmanaged/list'(): (
|
|
2444
|
-
parameters?: AcsUsersUnmanagedListParameters,
|
|
2445
|
-
options?: AcsUsersUnmanagedListOptions,
|
|
2446
|
-
) => AcsUsersUnmanagedListRequest {
|
|
2447
|
-
const { client, defaults } = this
|
|
2448
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2449
|
-
throw new Error(
|
|
2450
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2451
|
-
)
|
|
2452
|
-
}
|
|
2453
|
-
return function acsUsersUnmanagedList(
|
|
2454
|
-
...args: Parameters<SeamHttpAcsUsersUnmanaged['list']>
|
|
2455
|
-
): ReturnType<SeamHttpAcsUsersUnmanaged['list']> {
|
|
2456
|
-
const seam = SeamHttpAcsUsersUnmanaged.fromClient(client, defaults)
|
|
2457
|
-
return seam.list(...args)
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
1934
|
get '/action_attempts/get'(): (
|
|
2462
1935
|
parameters: ActionAttemptsGetParameters,
|
|
2463
1936
|
options?: ActionAttemptsGetOptions,
|
|
@@ -2484,42 +1957,6 @@ export class SeamHttpEndpoints {
|
|
|
2484
1957
|
}
|
|
2485
1958
|
}
|
|
2486
1959
|
|
|
2487
|
-
get '/bridges/get'(): (
|
|
2488
|
-
parameters: BridgesGetParameters,
|
|
2489
|
-
options?: BridgesGetOptions,
|
|
2490
|
-
) => BridgesGetRequest {
|
|
2491
|
-
const { client, defaults } = this
|
|
2492
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2493
|
-
throw new Error(
|
|
2494
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2495
|
-
)
|
|
2496
|
-
}
|
|
2497
|
-
return function bridgesGet(
|
|
2498
|
-
...args: Parameters<SeamHttpBridges['get']>
|
|
2499
|
-
): ReturnType<SeamHttpBridges['get']> {
|
|
2500
|
-
const seam = SeamHttpBridges.fromClient(client, defaults)
|
|
2501
|
-
return seam.get(...args)
|
|
2502
|
-
}
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
get '/bridges/list'(): (
|
|
2506
|
-
parameters?: BridgesListParameters,
|
|
2507
|
-
options?: BridgesListOptions,
|
|
2508
|
-
) => BridgesListRequest {
|
|
2509
|
-
const { client, defaults } = this
|
|
2510
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2511
|
-
throw new Error(
|
|
2512
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2513
|
-
)
|
|
2514
|
-
}
|
|
2515
|
-
return function bridgesList(
|
|
2516
|
-
...args: Parameters<SeamHttpBridges['list']>
|
|
2517
|
-
): ReturnType<SeamHttpBridges['list']> {
|
|
2518
|
-
const seam = SeamHttpBridges.fromClient(client, defaults)
|
|
2519
|
-
return seam.list(...args)
|
|
2520
|
-
}
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
1960
|
get '/client_sessions/create'(): (
|
|
2524
1961
|
parameters?: ClientSessionsCreateParameters,
|
|
2525
1962
|
options?: ClientSessionsCreateOptions,
|
|
@@ -2783,42 +2220,6 @@ export class SeamHttpEndpoints {
|
|
|
2783
2220
|
}
|
|
2784
2221
|
}
|
|
2785
2222
|
|
|
2786
|
-
get '/customers/reservations/create_deep_link'(): (
|
|
2787
|
-
parameters: CustomersReservationsCreateDeepLinkParameters,
|
|
2788
|
-
options?: CustomersReservationsCreateDeepLinkOptions,
|
|
2789
|
-
) => CustomersReservationsCreateDeepLinkRequest {
|
|
2790
|
-
const { client, defaults } = this
|
|
2791
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2792
|
-
throw new Error(
|
|
2793
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2794
|
-
)
|
|
2795
|
-
}
|
|
2796
|
-
return function customersReservationsCreateDeepLink(
|
|
2797
|
-
...args: Parameters<SeamHttpCustomersReservations['createDeepLink']>
|
|
2798
|
-
): ReturnType<SeamHttpCustomersReservations['createDeepLink']> {
|
|
2799
|
-
const seam = SeamHttpCustomersReservations.fromClient(client, defaults)
|
|
2800
|
-
return seam.createDeepLink(...args)
|
|
2801
|
-
}
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
get '/devices/delete'(): (
|
|
2805
|
-
parameters: DevicesDeleteParameters,
|
|
2806
|
-
options?: DevicesDeleteOptions,
|
|
2807
|
-
) => DevicesDeleteRequest {
|
|
2808
|
-
const { client, defaults } = this
|
|
2809
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
2810
|
-
throw new Error(
|
|
2811
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
2812
|
-
)
|
|
2813
|
-
}
|
|
2814
|
-
return function devicesDelete(
|
|
2815
|
-
...args: Parameters<SeamHttpDevices['delete']>
|
|
2816
|
-
): ReturnType<SeamHttpDevices['delete']> {
|
|
2817
|
-
const seam = SeamHttpDevices.fromClient(client, defaults)
|
|
2818
|
-
return seam.delete(...args)
|
|
2819
|
-
}
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
2223
|
get '/devices/get'(): (
|
|
2823
2224
|
parameters?: DevicesGetParameters,
|
|
2824
2225
|
options?: DevicesGetOptions,
|
|
@@ -3315,1128 +2716,114 @@ export class SeamHttpEndpoints {
|
|
|
3315
2716
|
}
|
|
3316
2717
|
}
|
|
3317
2718
|
|
|
3318
|
-
get '/
|
|
3319
|
-
parameters
|
|
3320
|
-
options?:
|
|
3321
|
-
) =>
|
|
2719
|
+
get '/spaces/add_acs_entrances'(): (
|
|
2720
|
+
parameters: SpacesAddAcsEntrancesParameters,
|
|
2721
|
+
options?: SpacesAddAcsEntrancesOptions,
|
|
2722
|
+
) => SpacesAddAcsEntrancesRequest {
|
|
3322
2723
|
const { client, defaults } = this
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
)
|
|
3327
|
-
|
|
3328
|
-
return function seamConsoleV1GetResourceLocator(
|
|
3329
|
-
...args: Parameters<SeamHttpSeamConsoleV1['getResourceLocator']>
|
|
3330
|
-
): ReturnType<SeamHttpSeamConsoleV1['getResourceLocator']> {
|
|
3331
|
-
const seam = SeamHttpSeamConsoleV1.fromClient(client, defaults)
|
|
3332
|
-
return seam.getResourceLocator(...args)
|
|
2724
|
+
return function spacesAddAcsEntrances(
|
|
2725
|
+
...args: Parameters<SeamHttpSpaces['addAcsEntrances']>
|
|
2726
|
+
): ReturnType<SeamHttpSpaces['addAcsEntrances']> {
|
|
2727
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2728
|
+
return seam.addAcsEntrances(...args)
|
|
3333
2729
|
}
|
|
3334
2730
|
}
|
|
3335
2731
|
|
|
3336
|
-
get '/
|
|
3337
|
-
parameters:
|
|
3338
|
-
options?:
|
|
3339
|
-
) =>
|
|
2732
|
+
get '/spaces/add_connected_account'(): (
|
|
2733
|
+
parameters: SpacesAddConnectedAccountParameters,
|
|
2734
|
+
options?: SpacesAddConnectedAccountOptions,
|
|
2735
|
+
) => SpacesAddConnectedAccountRequest {
|
|
3340
2736
|
const { client, defaults } = this
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
)
|
|
3345
|
-
|
|
3346
|
-
return function seamConsoleV1LynxMigrationGetPropertyMigrationStatus(
|
|
3347
|
-
...args: Parameters<
|
|
3348
|
-
SeamHttpSeamConsoleV1LynxMigration['getPropertyMigrationStatus']
|
|
3349
|
-
>
|
|
3350
|
-
): ReturnType<
|
|
3351
|
-
SeamHttpSeamConsoleV1LynxMigration['getPropertyMigrationStatus']
|
|
3352
|
-
> {
|
|
3353
|
-
const seam = SeamHttpSeamConsoleV1LynxMigration.fromClient(
|
|
3354
|
-
client,
|
|
3355
|
-
defaults,
|
|
3356
|
-
)
|
|
3357
|
-
return seam.getPropertyMigrationStatus(...args)
|
|
2737
|
+
return function spacesAddConnectedAccount(
|
|
2738
|
+
...args: Parameters<SeamHttpSpaces['addConnectedAccount']>
|
|
2739
|
+
): ReturnType<SeamHttpSpaces['addConnectedAccount']> {
|
|
2740
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2741
|
+
return seam.addConnectedAccount(...args)
|
|
3358
2742
|
}
|
|
3359
2743
|
}
|
|
3360
2744
|
|
|
3361
|
-
get '/
|
|
3362
|
-
parameters:
|
|
3363
|
-
options?:
|
|
3364
|
-
) =>
|
|
2745
|
+
get '/spaces/add_devices'(): (
|
|
2746
|
+
parameters: SpacesAddDevicesParameters,
|
|
2747
|
+
options?: SpacesAddDevicesOptions,
|
|
2748
|
+
) => SpacesAddDevicesRequest {
|
|
3365
2749
|
const { client, defaults } = this
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
)
|
|
3370
|
-
|
|
3371
|
-
return function seamConsoleV1LynxMigrationGetReservationMigrationStatus(
|
|
3372
|
-
...args: Parameters<
|
|
3373
|
-
SeamHttpSeamConsoleV1LynxMigration['getReservationMigrationStatus']
|
|
3374
|
-
>
|
|
3375
|
-
): ReturnType<
|
|
3376
|
-
SeamHttpSeamConsoleV1LynxMigration['getReservationMigrationStatus']
|
|
3377
|
-
> {
|
|
3378
|
-
const seam = SeamHttpSeamConsoleV1LynxMigration.fromClient(
|
|
3379
|
-
client,
|
|
3380
|
-
defaults,
|
|
3381
|
-
)
|
|
3382
|
-
return seam.getReservationMigrationStatus(...args)
|
|
2750
|
+
return function spacesAddDevices(
|
|
2751
|
+
...args: Parameters<SeamHttpSpaces['addDevices']>
|
|
2752
|
+
): ReturnType<SeamHttpSpaces['addDevices']> {
|
|
2753
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2754
|
+
return seam.addDevices(...args)
|
|
3383
2755
|
}
|
|
3384
2756
|
}
|
|
3385
2757
|
|
|
3386
|
-
get '/
|
|
3387
|
-
parameters:
|
|
3388
|
-
options?:
|
|
3389
|
-
) =>
|
|
2758
|
+
get '/spaces/create'(): (
|
|
2759
|
+
parameters: SpacesCreateParameters,
|
|
2760
|
+
options?: SpacesCreateOptions,
|
|
2761
|
+
) => SpacesCreateRequest {
|
|
3390
2762
|
const { client, defaults } = this
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
)
|
|
3395
|
-
|
|
3396
|
-
return function seamConsoleV1LynxMigrationListPropertyReservations(
|
|
3397
|
-
...args: Parameters<
|
|
3398
|
-
SeamHttpSeamConsoleV1LynxMigration['listPropertyReservations']
|
|
3399
|
-
>
|
|
3400
|
-
): ReturnType<
|
|
3401
|
-
SeamHttpSeamConsoleV1LynxMigration['listPropertyReservations']
|
|
3402
|
-
> {
|
|
3403
|
-
const seam = SeamHttpSeamConsoleV1LynxMigration.fromClient(
|
|
3404
|
-
client,
|
|
3405
|
-
defaults,
|
|
3406
|
-
)
|
|
3407
|
-
return seam.listPropertyReservations(...args)
|
|
2763
|
+
return function spacesCreate(
|
|
2764
|
+
...args: Parameters<SeamHttpSpaces['create']>
|
|
2765
|
+
): ReturnType<SeamHttpSpaces['create']> {
|
|
2766
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2767
|
+
return seam.create(...args)
|
|
3408
2768
|
}
|
|
3409
2769
|
}
|
|
3410
2770
|
|
|
3411
|
-
get '/
|
|
3412
|
-
parameters:
|
|
3413
|
-
options?:
|
|
3414
|
-
) =>
|
|
2771
|
+
get '/spaces/delete'(): (
|
|
2772
|
+
parameters: SpacesDeleteParameters,
|
|
2773
|
+
options?: SpacesDeleteOptions,
|
|
2774
|
+
) => SpacesDeleteRequest {
|
|
3415
2775
|
const { client, defaults } = this
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
)
|
|
3420
|
-
|
|
3421
|
-
return function seamConsoleV1LynxMigrationMigrateProperty(
|
|
3422
|
-
...args: Parameters<SeamHttpSeamConsoleV1LynxMigration['migrateProperty']>
|
|
3423
|
-
): ReturnType<SeamHttpSeamConsoleV1LynxMigration['migrateProperty']> {
|
|
3424
|
-
const seam = SeamHttpSeamConsoleV1LynxMigration.fromClient(
|
|
3425
|
-
client,
|
|
3426
|
-
defaults,
|
|
3427
|
-
)
|
|
3428
|
-
return seam.migrateProperty(...args)
|
|
2776
|
+
return function spacesDelete(
|
|
2777
|
+
...args: Parameters<SeamHttpSpaces['delete']>
|
|
2778
|
+
): ReturnType<SeamHttpSpaces['delete']> {
|
|
2779
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2780
|
+
return seam.delete(...args)
|
|
3429
2781
|
}
|
|
3430
2782
|
}
|
|
3431
2783
|
|
|
3432
|
-
get '/
|
|
3433
|
-
parameters
|
|
3434
|
-
options?:
|
|
3435
|
-
) =>
|
|
2784
|
+
get '/spaces/get'(): (
|
|
2785
|
+
parameters?: SpacesGetParameters,
|
|
2786
|
+
options?: SpacesGetOptions,
|
|
2787
|
+
) => SpacesGetRequest {
|
|
3436
2788
|
const { client, defaults } = this
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
)
|
|
3441
|
-
|
|
3442
|
-
return function seamConsoleV1SitesCreate(
|
|
3443
|
-
...args: Parameters<SeamHttpSeamConsoleV1Sites['create']>
|
|
3444
|
-
): ReturnType<SeamHttpSeamConsoleV1Sites['create']> {
|
|
3445
|
-
const seam = SeamHttpSeamConsoleV1Sites.fromClient(client, defaults)
|
|
3446
|
-
return seam.create(...args)
|
|
2789
|
+
return function spacesGet(
|
|
2790
|
+
...args: Parameters<SeamHttpSpaces['get']>
|
|
2791
|
+
): ReturnType<SeamHttpSpaces['get']> {
|
|
2792
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2793
|
+
return seam.get(...args)
|
|
3447
2794
|
}
|
|
3448
2795
|
}
|
|
3449
2796
|
|
|
3450
|
-
get '/
|
|
3451
|
-
parameters
|
|
3452
|
-
options?:
|
|
3453
|
-
) =>
|
|
2797
|
+
get '/spaces/get_related'(): (
|
|
2798
|
+
parameters?: SpacesGetRelatedParameters,
|
|
2799
|
+
options?: SpacesGetRelatedOptions,
|
|
2800
|
+
) => SpacesGetRelatedRequest {
|
|
3454
2801
|
const { client, defaults } = this
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
)
|
|
3459
|
-
|
|
3460
|
-
return function seamConsoleV1SitesDelete(
|
|
3461
|
-
...args: Parameters<SeamHttpSeamConsoleV1Sites['delete']>
|
|
3462
|
-
): ReturnType<SeamHttpSeamConsoleV1Sites['delete']> {
|
|
3463
|
-
const seam = SeamHttpSeamConsoleV1Sites.fromClient(client, defaults)
|
|
3464
|
-
return seam.delete(...args)
|
|
2802
|
+
return function spacesGetRelated(
|
|
2803
|
+
...args: Parameters<SeamHttpSpaces['getRelated']>
|
|
2804
|
+
): ReturnType<SeamHttpSpaces['getRelated']> {
|
|
2805
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
2806
|
+
return seam.getRelated(...args)
|
|
3465
2807
|
}
|
|
3466
2808
|
}
|
|
3467
2809
|
|
|
3468
|
-
get '/
|
|
3469
|
-
parameters?:
|
|
3470
|
-
options?:
|
|
3471
|
-
) =>
|
|
2810
|
+
get '/spaces/list'(): (
|
|
2811
|
+
parameters?: SpacesListParameters,
|
|
2812
|
+
options?: SpacesListOptions,
|
|
2813
|
+
) => SpacesListRequest {
|
|
3472
2814
|
const { client, defaults } = this
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
)
|
|
3477
|
-
}
|
|
3478
|
-
return function seamConsoleV1SitesList(
|
|
3479
|
-
...args: Parameters<SeamHttpSeamConsoleV1Sites['list']>
|
|
3480
|
-
): ReturnType<SeamHttpSeamConsoleV1Sites['list']> {
|
|
3481
|
-
const seam = SeamHttpSeamConsoleV1Sites.fromClient(client, defaults)
|
|
2815
|
+
return function spacesList(
|
|
2816
|
+
...args: Parameters<SeamHttpSpaces['list']>
|
|
2817
|
+
): ReturnType<SeamHttpSpaces['list']> {
|
|
2818
|
+
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
3482
2819
|
return seam.list(...args)
|
|
3483
2820
|
}
|
|
3484
2821
|
}
|
|
3485
2822
|
|
|
3486
|
-
get '/
|
|
3487
|
-
parameters:
|
|
3488
|
-
options?:
|
|
3489
|
-
) =>
|
|
3490
|
-
const { client, defaults } = this
|
|
3491
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3492
|
-
throw new Error(
|
|
3493
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3494
|
-
)
|
|
3495
|
-
}
|
|
3496
|
-
return function seamConsoleV1SitesUpdate(
|
|
3497
|
-
...args: Parameters<SeamHttpSeamConsoleV1Sites['update']>
|
|
3498
|
-
): ReturnType<SeamHttpSeamConsoleV1Sites['update']> {
|
|
3499
|
-
const seam = SeamHttpSeamConsoleV1Sites.fromClient(client, defaults)
|
|
3500
|
-
return seam.update(...args)
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
get '/seam/console/v1/timelines/get'(): (
|
|
3505
|
-
parameters: SeamConsoleV1TimelinesGetParameters,
|
|
3506
|
-
options?: SeamConsoleV1TimelinesGetOptions,
|
|
3507
|
-
) => SeamConsoleV1TimelinesGetRequest {
|
|
3508
|
-
const { client, defaults } = this
|
|
3509
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3510
|
-
throw new Error(
|
|
3511
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3512
|
-
)
|
|
3513
|
-
}
|
|
3514
|
-
return function seamConsoleV1TimelinesGet(
|
|
3515
|
-
...args: Parameters<SeamHttpSeamConsoleV1Timelines['get']>
|
|
3516
|
-
): ReturnType<SeamHttpSeamConsoleV1Timelines['get']> {
|
|
3517
|
-
const seam = SeamHttpSeamConsoleV1Timelines.fromClient(client, defaults)
|
|
3518
|
-
return seam.get(...args)
|
|
3519
|
-
}
|
|
3520
|
-
}
|
|
3521
|
-
|
|
3522
|
-
get '/seam/console/v1/workspace/feature_flags/list'(): (
|
|
3523
|
-
parameters?: SeamConsoleV1WorkspaceFeatureFlagsListParameters,
|
|
3524
|
-
options?: SeamConsoleV1WorkspaceFeatureFlagsListOptions,
|
|
3525
|
-
) => SeamConsoleV1WorkspaceFeatureFlagsListRequest {
|
|
3526
|
-
const { client, defaults } = this
|
|
3527
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3528
|
-
throw new Error(
|
|
3529
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3530
|
-
)
|
|
3531
|
-
}
|
|
3532
|
-
return function seamConsoleV1WorkspaceFeatureFlagsList(
|
|
3533
|
-
...args: Parameters<SeamHttpSeamConsoleV1WorkspaceFeatureFlags['list']>
|
|
3534
|
-
): ReturnType<SeamHttpSeamConsoleV1WorkspaceFeatureFlags['list']> {
|
|
3535
|
-
const seam = SeamHttpSeamConsoleV1WorkspaceFeatureFlags.fromClient(
|
|
3536
|
-
client,
|
|
3537
|
-
defaults,
|
|
3538
|
-
)
|
|
3539
|
-
return seam.list(...args)
|
|
3540
|
-
}
|
|
3541
|
-
}
|
|
3542
|
-
|
|
3543
|
-
get '/seam/console/v1/workspace/feature_flags/update'(): (
|
|
3544
|
-
parameters: SeamConsoleV1WorkspaceFeatureFlagsUpdateParameters,
|
|
3545
|
-
options?: SeamConsoleV1WorkspaceFeatureFlagsUpdateOptions,
|
|
3546
|
-
) => SeamConsoleV1WorkspaceFeatureFlagsUpdateRequest {
|
|
3547
|
-
const { client, defaults } = this
|
|
3548
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3549
|
-
throw new Error(
|
|
3550
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3551
|
-
)
|
|
3552
|
-
}
|
|
3553
|
-
return function seamConsoleV1WorkspaceFeatureFlagsUpdate(
|
|
3554
|
-
...args: Parameters<SeamHttpSeamConsoleV1WorkspaceFeatureFlags['update']>
|
|
3555
|
-
): ReturnType<SeamHttpSeamConsoleV1WorkspaceFeatureFlags['update']> {
|
|
3556
|
-
const seam = SeamHttpSeamConsoleV1WorkspaceFeatureFlags.fromClient(
|
|
3557
|
-
client,
|
|
3558
|
-
defaults,
|
|
3559
|
-
)
|
|
3560
|
-
return seam.update(...args)
|
|
3561
|
-
}
|
|
3562
|
-
}
|
|
3563
|
-
|
|
3564
|
-
get '/seam/customer/v1/access_grants/list'(): (
|
|
3565
|
-
parameters?: SeamCustomerV1AccessGrantsListParameters,
|
|
3566
|
-
options?: SeamCustomerV1AccessGrantsListOptions,
|
|
3567
|
-
) => SeamCustomerV1AccessGrantsListRequest {
|
|
3568
|
-
const { client, defaults } = this
|
|
3569
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3570
|
-
throw new Error(
|
|
3571
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3572
|
-
)
|
|
3573
|
-
}
|
|
3574
|
-
return function seamCustomerV1AccessGrantsList(
|
|
3575
|
-
...args: Parameters<SeamHttpSeamCustomerV1AccessGrants['list']>
|
|
3576
|
-
): ReturnType<SeamHttpSeamCustomerV1AccessGrants['list']> {
|
|
3577
|
-
const seam = SeamHttpSeamCustomerV1AccessGrants.fromClient(
|
|
3578
|
-
client,
|
|
3579
|
-
defaults,
|
|
3580
|
-
)
|
|
3581
|
-
return seam.list(...args)
|
|
3582
|
-
}
|
|
3583
|
-
}
|
|
3584
|
-
|
|
3585
|
-
get '/seam/customer/v1/access_grants/update'(): (
|
|
3586
|
-
parameters: SeamCustomerV1AccessGrantsUpdateParameters,
|
|
3587
|
-
options?: SeamCustomerV1AccessGrantsUpdateOptions,
|
|
3588
|
-
) => SeamCustomerV1AccessGrantsUpdateRequest {
|
|
3589
|
-
const { client, defaults } = this
|
|
3590
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3591
|
-
throw new Error(
|
|
3592
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3593
|
-
)
|
|
3594
|
-
}
|
|
3595
|
-
return function seamCustomerV1AccessGrantsUpdate(
|
|
3596
|
-
...args: Parameters<SeamHttpSeamCustomerV1AccessGrants['update']>
|
|
3597
|
-
): ReturnType<SeamHttpSeamCustomerV1AccessGrants['update']> {
|
|
3598
|
-
const seam = SeamHttpSeamCustomerV1AccessGrants.fromClient(
|
|
3599
|
-
client,
|
|
3600
|
-
defaults,
|
|
3601
|
-
)
|
|
3602
|
-
return seam.update(...args)
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
|
-
|
|
3606
|
-
get '/seam/customer/v1/access_methods/encode'(): (
|
|
3607
|
-
parameters: SeamCustomerV1AccessMethodsEncodeParameters,
|
|
3608
|
-
options?: SeamCustomerV1AccessMethodsEncodeOptions,
|
|
3609
|
-
) => SeamCustomerV1AccessMethodsEncodeRequest {
|
|
3610
|
-
const { client, defaults } = this
|
|
3611
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3612
|
-
throw new Error(
|
|
3613
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3614
|
-
)
|
|
3615
|
-
}
|
|
3616
|
-
return function seamCustomerV1AccessMethodsEncode(
|
|
3617
|
-
...args: Parameters<SeamHttpSeamCustomerV1AccessMethods['encode']>
|
|
3618
|
-
): ReturnType<SeamHttpSeamCustomerV1AccessMethods['encode']> {
|
|
3619
|
-
const seam = SeamHttpSeamCustomerV1AccessMethods.fromClient(
|
|
3620
|
-
client,
|
|
3621
|
-
defaults,
|
|
3622
|
-
)
|
|
3623
|
-
return seam.encode(...args)
|
|
3624
|
-
}
|
|
3625
|
-
}
|
|
3626
|
-
|
|
3627
|
-
get '/seam/customer/v1/automation_runs/list'(): (
|
|
3628
|
-
parameters?: SeamCustomerV1AutomationRunsListParameters,
|
|
3629
|
-
options?: SeamCustomerV1AutomationRunsListOptions,
|
|
3630
|
-
) => SeamCustomerV1AutomationRunsListRequest {
|
|
3631
|
-
const { client, defaults } = this
|
|
3632
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3633
|
-
throw new Error(
|
|
3634
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3635
|
-
)
|
|
3636
|
-
}
|
|
3637
|
-
return function seamCustomerV1AutomationRunsList(
|
|
3638
|
-
...args: Parameters<SeamHttpSeamCustomerV1AutomationRuns['list']>
|
|
3639
|
-
): ReturnType<SeamHttpSeamCustomerV1AutomationRuns['list']> {
|
|
3640
|
-
const seam = SeamHttpSeamCustomerV1AutomationRuns.fromClient(
|
|
3641
|
-
client,
|
|
3642
|
-
defaults,
|
|
3643
|
-
)
|
|
3644
|
-
return seam.list(...args)
|
|
3645
|
-
}
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
get '/seam/customer/v1/automations/delete'(): (
|
|
3649
|
-
parameters?: SeamCustomerV1AutomationsDeleteParameters,
|
|
3650
|
-
options?: SeamCustomerV1AutomationsDeleteOptions,
|
|
3651
|
-
) => SeamCustomerV1AutomationsDeleteRequest {
|
|
3652
|
-
const { client, defaults } = this
|
|
3653
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3654
|
-
throw new Error(
|
|
3655
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3656
|
-
)
|
|
3657
|
-
}
|
|
3658
|
-
return function seamCustomerV1AutomationsDelete(
|
|
3659
|
-
...args: Parameters<SeamHttpSeamCustomerV1Automations['delete']>
|
|
3660
|
-
): ReturnType<SeamHttpSeamCustomerV1Automations['delete']> {
|
|
3661
|
-
const seam = SeamHttpSeamCustomerV1Automations.fromClient(
|
|
3662
|
-
client,
|
|
3663
|
-
defaults,
|
|
3664
|
-
)
|
|
3665
|
-
return seam.delete(...args)
|
|
3666
|
-
}
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
get '/seam/customer/v1/automations/get'(): (
|
|
3670
|
-
parameters?: SeamCustomerV1AutomationsGetParameters,
|
|
3671
|
-
options?: SeamCustomerV1AutomationsGetOptions,
|
|
3672
|
-
) => SeamCustomerV1AutomationsGetRequest {
|
|
3673
|
-
const { client, defaults } = this
|
|
3674
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3675
|
-
throw new Error(
|
|
3676
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3677
|
-
)
|
|
3678
|
-
}
|
|
3679
|
-
return function seamCustomerV1AutomationsGet(
|
|
3680
|
-
...args: Parameters<SeamHttpSeamCustomerV1Automations['get']>
|
|
3681
|
-
): ReturnType<SeamHttpSeamCustomerV1Automations['get']> {
|
|
3682
|
-
const seam = SeamHttpSeamCustomerV1Automations.fromClient(
|
|
3683
|
-
client,
|
|
3684
|
-
defaults,
|
|
3685
|
-
)
|
|
3686
|
-
return seam.get(...args)
|
|
3687
|
-
}
|
|
3688
|
-
}
|
|
3689
|
-
|
|
3690
|
-
get '/seam/customer/v1/automations/update'(): (
|
|
3691
|
-
parameters?: SeamCustomerV1AutomationsUpdateParameters,
|
|
3692
|
-
options?: SeamCustomerV1AutomationsUpdateOptions,
|
|
3693
|
-
) => SeamCustomerV1AutomationsUpdateRequest {
|
|
3694
|
-
const { client, defaults } = this
|
|
3695
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3696
|
-
throw new Error(
|
|
3697
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3698
|
-
)
|
|
3699
|
-
}
|
|
3700
|
-
return function seamCustomerV1AutomationsUpdate(
|
|
3701
|
-
...args: Parameters<SeamHttpSeamCustomerV1Automations['update']>
|
|
3702
|
-
): ReturnType<SeamHttpSeamCustomerV1Automations['update']> {
|
|
3703
|
-
const seam = SeamHttpSeamCustomerV1Automations.fromClient(
|
|
3704
|
-
client,
|
|
3705
|
-
defaults,
|
|
3706
|
-
)
|
|
3707
|
-
return seam.update(...args)
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
get '/seam/customer/v1/connector_customers/list'(): (
|
|
3712
|
-
parameters?: SeamCustomerV1ConnectorCustomersListParameters,
|
|
3713
|
-
options?: SeamCustomerV1ConnectorCustomersListOptions,
|
|
3714
|
-
) => SeamCustomerV1ConnectorCustomersListRequest {
|
|
3715
|
-
const { client, defaults } = this
|
|
3716
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3717
|
-
throw new Error(
|
|
3718
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3719
|
-
)
|
|
3720
|
-
}
|
|
3721
|
-
return function seamCustomerV1ConnectorCustomersList(
|
|
3722
|
-
...args: Parameters<SeamHttpSeamCustomerV1ConnectorCustomers['list']>
|
|
3723
|
-
): ReturnType<SeamHttpSeamCustomerV1ConnectorCustomers['list']> {
|
|
3724
|
-
const seam = SeamHttpSeamCustomerV1ConnectorCustomers.fromClient(
|
|
3725
|
-
client,
|
|
3726
|
-
defaults,
|
|
3727
|
-
)
|
|
3728
|
-
return seam.list(...args)
|
|
3729
|
-
}
|
|
3730
|
-
}
|
|
3731
|
-
|
|
3732
|
-
get '/seam/customer/v1/connectors/authorize'(): (
|
|
3733
|
-
parameters: SeamCustomerV1ConnectorsAuthorizeParameters,
|
|
3734
|
-
options?: SeamCustomerV1ConnectorsAuthorizeOptions,
|
|
3735
|
-
) => SeamCustomerV1ConnectorsAuthorizeRequest {
|
|
3736
|
-
const { client, defaults } = this
|
|
3737
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3738
|
-
throw new Error(
|
|
3739
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3740
|
-
)
|
|
3741
|
-
}
|
|
3742
|
-
return function seamCustomerV1ConnectorsAuthorize(
|
|
3743
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['authorize']>
|
|
3744
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['authorize']> {
|
|
3745
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3746
|
-
return seam.authorize(...args)
|
|
3747
|
-
}
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
get '/seam/customer/v1/connectors/connector_types'(): (
|
|
3751
|
-
parameters?: SeamCustomerV1ConnectorsConnectorTypesParameters,
|
|
3752
|
-
options?: SeamCustomerV1ConnectorsConnectorTypesOptions,
|
|
3753
|
-
) => SeamCustomerV1ConnectorsConnectorTypesRequest {
|
|
3754
|
-
const { client, defaults } = this
|
|
3755
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3756
|
-
throw new Error(
|
|
3757
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3758
|
-
)
|
|
3759
|
-
}
|
|
3760
|
-
return function seamCustomerV1ConnectorsConnectorTypes(
|
|
3761
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['connectorTypes']>
|
|
3762
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['connectorTypes']> {
|
|
3763
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3764
|
-
return seam.connectorTypes(...args)
|
|
3765
|
-
}
|
|
3766
|
-
}
|
|
3767
|
-
|
|
3768
|
-
get '/seam/customer/v1/connectors/create'(): (
|
|
3769
|
-
parameters: SeamCustomerV1ConnectorsCreateParameters,
|
|
3770
|
-
options?: SeamCustomerV1ConnectorsCreateOptions,
|
|
3771
|
-
) => SeamCustomerV1ConnectorsCreateRequest {
|
|
3772
|
-
const { client, defaults } = this
|
|
3773
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3774
|
-
throw new Error(
|
|
3775
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3776
|
-
)
|
|
3777
|
-
}
|
|
3778
|
-
return function seamCustomerV1ConnectorsCreate(
|
|
3779
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['create']>
|
|
3780
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['create']> {
|
|
3781
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3782
|
-
return seam.create(...args)
|
|
3783
|
-
}
|
|
3784
|
-
}
|
|
3785
|
-
|
|
3786
|
-
get '/seam/customer/v1/connectors/delete'(): (
|
|
3787
|
-
parameters: SeamCustomerV1ConnectorsDeleteParameters,
|
|
3788
|
-
options?: SeamCustomerV1ConnectorsDeleteOptions,
|
|
3789
|
-
) => SeamCustomerV1ConnectorsDeleteRequest {
|
|
3790
|
-
const { client, defaults } = this
|
|
3791
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3792
|
-
throw new Error(
|
|
3793
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3794
|
-
)
|
|
3795
|
-
}
|
|
3796
|
-
return function seamCustomerV1ConnectorsDelete(
|
|
3797
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['delete']>
|
|
3798
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['delete']> {
|
|
3799
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3800
|
-
return seam.delete(...args)
|
|
3801
|
-
}
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
|
-
get '/seam/customer/v1/connectors/list'(): (
|
|
3805
|
-
parameters?: SeamCustomerV1ConnectorsListParameters,
|
|
3806
|
-
options?: SeamCustomerV1ConnectorsListOptions,
|
|
3807
|
-
) => SeamCustomerV1ConnectorsListRequest {
|
|
3808
|
-
const { client, defaults } = this
|
|
3809
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3810
|
-
throw new Error(
|
|
3811
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3812
|
-
)
|
|
3813
|
-
}
|
|
3814
|
-
return function seamCustomerV1ConnectorsList(
|
|
3815
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['list']>
|
|
3816
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['list']> {
|
|
3817
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3818
|
-
return seam.list(...args)
|
|
3819
|
-
}
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3822
|
-
get '/seam/customer/v1/connectors/sync'(): (
|
|
3823
|
-
parameters: SeamCustomerV1ConnectorsSyncParameters,
|
|
3824
|
-
options?: SeamCustomerV1ConnectorsSyncOptions,
|
|
3825
|
-
) => SeamCustomerV1ConnectorsSyncRequest {
|
|
3826
|
-
const { client, defaults } = this
|
|
3827
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3828
|
-
throw new Error(
|
|
3829
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3830
|
-
)
|
|
3831
|
-
}
|
|
3832
|
-
return function seamCustomerV1ConnectorsSync(
|
|
3833
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['sync']>
|
|
3834
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['sync']> {
|
|
3835
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3836
|
-
return seam.sync(...args)
|
|
3837
|
-
}
|
|
3838
|
-
}
|
|
3839
|
-
|
|
3840
|
-
get '/seam/customer/v1/connectors/update'(): (
|
|
3841
|
-
parameters: SeamCustomerV1ConnectorsUpdateParameters,
|
|
3842
|
-
options?: SeamCustomerV1ConnectorsUpdateOptions,
|
|
3843
|
-
) => SeamCustomerV1ConnectorsUpdateRequest {
|
|
3844
|
-
const { client, defaults } = this
|
|
3845
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3846
|
-
throw new Error(
|
|
3847
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3848
|
-
)
|
|
3849
|
-
}
|
|
3850
|
-
return function seamCustomerV1ConnectorsUpdate(
|
|
3851
|
-
...args: Parameters<SeamHttpSeamCustomerV1Connectors['update']>
|
|
3852
|
-
): ReturnType<SeamHttpSeamCustomerV1Connectors['update']> {
|
|
3853
|
-
const seam = SeamHttpSeamCustomerV1Connectors.fromClient(client, defaults)
|
|
3854
|
-
return seam.update(...args)
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
get '/seam/customer/v1/connectors/external_sites/list'(): (
|
|
3859
|
-
parameters: SeamCustomerV1ConnectorsExternalSitesListParameters,
|
|
3860
|
-
options?: SeamCustomerV1ConnectorsExternalSitesListOptions,
|
|
3861
|
-
) => SeamCustomerV1ConnectorsExternalSitesListRequest {
|
|
3862
|
-
const { client, defaults } = this
|
|
3863
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3864
|
-
throw new Error(
|
|
3865
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3866
|
-
)
|
|
3867
|
-
}
|
|
3868
|
-
return function seamCustomerV1ConnectorsExternalSitesList(
|
|
3869
|
-
...args: Parameters<SeamHttpSeamCustomerV1ConnectorsExternalSites['list']>
|
|
3870
|
-
): ReturnType<SeamHttpSeamCustomerV1ConnectorsExternalSites['list']> {
|
|
3871
|
-
const seam = SeamHttpSeamCustomerV1ConnectorsExternalSites.fromClient(
|
|
3872
|
-
client,
|
|
3873
|
-
defaults,
|
|
3874
|
-
)
|
|
3875
|
-
return seam.list(...args)
|
|
3876
|
-
}
|
|
3877
|
-
}
|
|
3878
|
-
|
|
3879
|
-
get '/seam/customer/v1/connectors/ical/validate-config'(): (
|
|
3880
|
-
parameters: SeamCustomerV1ConnectorsIcalValidateConfigParameters,
|
|
3881
|
-
options?: SeamCustomerV1ConnectorsIcalValidateConfigOptions,
|
|
3882
|
-
) => SeamCustomerV1ConnectorsIcalValidateConfigRequest {
|
|
3883
|
-
const { client, defaults } = this
|
|
3884
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3885
|
-
throw new Error(
|
|
3886
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3887
|
-
)
|
|
3888
|
-
}
|
|
3889
|
-
return function seamCustomerV1ConnectorsIcalValidateConfig(
|
|
3890
|
-
...args: Parameters<
|
|
3891
|
-
SeamHttpSeamCustomerV1ConnectorsIcal['validateConfig']
|
|
3892
|
-
>
|
|
3893
|
-
): ReturnType<SeamHttpSeamCustomerV1ConnectorsIcal['validateConfig']> {
|
|
3894
|
-
const seam = SeamHttpSeamCustomerV1ConnectorsIcal.fromClient(
|
|
3895
|
-
client,
|
|
3896
|
-
defaults,
|
|
3897
|
-
)
|
|
3898
|
-
return seam.validateConfig(...args)
|
|
3899
|
-
}
|
|
3900
|
-
}
|
|
3901
|
-
|
|
3902
|
-
get '/seam/customer/v1/customers/automations/get'(): (
|
|
3903
|
-
parameters?: SeamCustomerV1CustomersAutomationsGetParameters,
|
|
3904
|
-
options?: SeamCustomerV1CustomersAutomationsGetOptions,
|
|
3905
|
-
) => SeamCustomerV1CustomersAutomationsGetRequest {
|
|
3906
|
-
const { client, defaults } = this
|
|
3907
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3908
|
-
throw new Error(
|
|
3909
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3910
|
-
)
|
|
3911
|
-
}
|
|
3912
|
-
return function seamCustomerV1CustomersAutomationsGet(
|
|
3913
|
-
...args: Parameters<SeamHttpSeamCustomerV1CustomersAutomations['get']>
|
|
3914
|
-
): ReturnType<SeamHttpSeamCustomerV1CustomersAutomations['get']> {
|
|
3915
|
-
const seam = SeamHttpSeamCustomerV1CustomersAutomations.fromClient(
|
|
3916
|
-
client,
|
|
3917
|
-
defaults,
|
|
3918
|
-
)
|
|
3919
|
-
return seam.get(...args)
|
|
3920
|
-
}
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
get '/seam/customer/v1/customers/automations/update'(): (
|
|
3924
|
-
parameters?: SeamCustomerV1CustomersAutomationsUpdateParameters,
|
|
3925
|
-
options?: SeamCustomerV1CustomersAutomationsUpdateOptions,
|
|
3926
|
-
) => SeamCustomerV1CustomersAutomationsUpdateRequest {
|
|
3927
|
-
const { client, defaults } = this
|
|
3928
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3929
|
-
throw new Error(
|
|
3930
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3931
|
-
)
|
|
3932
|
-
}
|
|
3933
|
-
return function seamCustomerV1CustomersAutomationsUpdate(
|
|
3934
|
-
...args: Parameters<SeamHttpSeamCustomerV1CustomersAutomations['update']>
|
|
3935
|
-
): ReturnType<SeamHttpSeamCustomerV1CustomersAutomations['update']> {
|
|
3936
|
-
const seam = SeamHttpSeamCustomerV1CustomersAutomations.fromClient(
|
|
3937
|
-
client,
|
|
3938
|
-
defaults,
|
|
3939
|
-
)
|
|
3940
|
-
return seam.update(...args)
|
|
3941
|
-
}
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
|
-
get '/seam/customer/v1/customers/list'(): (
|
|
3945
|
-
parameters?: SeamCustomerV1CustomersListParameters,
|
|
3946
|
-
options?: SeamCustomerV1CustomersListOptions,
|
|
3947
|
-
) => SeamCustomerV1CustomersListRequest {
|
|
3948
|
-
const { client, defaults } = this
|
|
3949
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3950
|
-
throw new Error(
|
|
3951
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3952
|
-
)
|
|
3953
|
-
}
|
|
3954
|
-
return function seamCustomerV1CustomersList(
|
|
3955
|
-
...args: Parameters<SeamHttpSeamCustomerV1Customers['list']>
|
|
3956
|
-
): ReturnType<SeamHttpSeamCustomerV1Customers['list']> {
|
|
3957
|
-
const seam = SeamHttpSeamCustomerV1Customers.fromClient(client, defaults)
|
|
3958
|
-
return seam.list(...args)
|
|
3959
|
-
}
|
|
3960
|
-
}
|
|
3961
|
-
|
|
3962
|
-
get '/seam/customer/v1/customers/me'(): (
|
|
3963
|
-
parameters?: SeamCustomerV1CustomersMeParameters,
|
|
3964
|
-
options?: SeamCustomerV1CustomersMeOptions,
|
|
3965
|
-
) => SeamCustomerV1CustomersMeRequest {
|
|
3966
|
-
const { client, defaults } = this
|
|
3967
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3968
|
-
throw new Error(
|
|
3969
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3970
|
-
)
|
|
3971
|
-
}
|
|
3972
|
-
return function seamCustomerV1CustomersMe(
|
|
3973
|
-
...args: Parameters<SeamHttpSeamCustomerV1Customers['me']>
|
|
3974
|
-
): ReturnType<SeamHttpSeamCustomerV1Customers['me']> {
|
|
3975
|
-
const seam = SeamHttpSeamCustomerV1Customers.fromClient(client, defaults)
|
|
3976
|
-
return seam.me(...args)
|
|
3977
|
-
}
|
|
3978
|
-
}
|
|
3979
|
-
|
|
3980
|
-
get '/seam/customer/v1/customers/open_portal'(): (
|
|
3981
|
-
parameters: SeamCustomerV1CustomersOpenPortalParameters,
|
|
3982
|
-
options?: SeamCustomerV1CustomersOpenPortalOptions,
|
|
3983
|
-
) => SeamCustomerV1CustomersOpenPortalRequest {
|
|
3984
|
-
const { client, defaults } = this
|
|
3985
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
3986
|
-
throw new Error(
|
|
3987
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
3988
|
-
)
|
|
3989
|
-
}
|
|
3990
|
-
return function seamCustomerV1CustomersOpenPortal(
|
|
3991
|
-
...args: Parameters<SeamHttpSeamCustomerV1Customers['openPortal']>
|
|
3992
|
-
): ReturnType<SeamHttpSeamCustomerV1Customers['openPortal']> {
|
|
3993
|
-
const seam = SeamHttpSeamCustomerV1Customers.fromClient(client, defaults)
|
|
3994
|
-
return seam.openPortal(...args)
|
|
3995
|
-
}
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
get '/seam/customer/v1/encoders/list'(): (
|
|
3999
|
-
parameters?: SeamCustomerV1EncodersListParameters,
|
|
4000
|
-
options?: SeamCustomerV1EncodersListOptions,
|
|
4001
|
-
) => SeamCustomerV1EncodersListRequest {
|
|
4002
|
-
const { client, defaults } = this
|
|
4003
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4004
|
-
throw new Error(
|
|
4005
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4006
|
-
)
|
|
4007
|
-
}
|
|
4008
|
-
return function seamCustomerV1EncodersList(
|
|
4009
|
-
...args: Parameters<SeamHttpSeamCustomerV1Encoders['list']>
|
|
4010
|
-
): ReturnType<SeamHttpSeamCustomerV1Encoders['list']> {
|
|
4011
|
-
const seam = SeamHttpSeamCustomerV1Encoders.fromClient(client, defaults)
|
|
4012
|
-
return seam.list(...args)
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
|
|
4016
|
-
get '/seam/customer/v1/events/list'(): (
|
|
4017
|
-
parameters: SeamCustomerV1EventsListParameters,
|
|
4018
|
-
options?: SeamCustomerV1EventsListOptions,
|
|
4019
|
-
) => SeamCustomerV1EventsListRequest {
|
|
4020
|
-
const { client, defaults } = this
|
|
4021
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4022
|
-
throw new Error(
|
|
4023
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4024
|
-
)
|
|
4025
|
-
}
|
|
4026
|
-
return function seamCustomerV1EventsList(
|
|
4027
|
-
...args: Parameters<SeamHttpSeamCustomerV1Events['list']>
|
|
4028
|
-
): ReturnType<SeamHttpSeamCustomerV1Events['list']> {
|
|
4029
|
-
const seam = SeamHttpSeamCustomerV1Events.fromClient(client, defaults)
|
|
4030
|
-
return seam.list(...args)
|
|
4031
|
-
}
|
|
4032
|
-
}
|
|
4033
|
-
|
|
4034
|
-
get '/seam/customer/v1/portals/get'(): (
|
|
4035
|
-
parameters: SeamCustomerV1PortalsGetParameters,
|
|
4036
|
-
options?: SeamCustomerV1PortalsGetOptions,
|
|
4037
|
-
) => SeamCustomerV1PortalsGetRequest {
|
|
4038
|
-
const { client, defaults } = this
|
|
4039
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4040
|
-
throw new Error(
|
|
4041
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4042
|
-
)
|
|
4043
|
-
}
|
|
4044
|
-
return function seamCustomerV1PortalsGet(
|
|
4045
|
-
...args: Parameters<SeamHttpSeamCustomerV1Portals['get']>
|
|
4046
|
-
): ReturnType<SeamHttpSeamCustomerV1Portals['get']> {
|
|
4047
|
-
const seam = SeamHttpSeamCustomerV1Portals.fromClient(client, defaults)
|
|
4048
|
-
return seam.get(...args)
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
|
|
4052
|
-
get '/seam/customer/v1/portals/update'(): (
|
|
4053
|
-
parameters: SeamCustomerV1PortalsUpdateParameters,
|
|
4054
|
-
options?: SeamCustomerV1PortalsUpdateOptions,
|
|
4055
|
-
) => SeamCustomerV1PortalsUpdateRequest {
|
|
4056
|
-
const { client, defaults } = this
|
|
4057
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4058
|
-
throw new Error(
|
|
4059
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4060
|
-
)
|
|
4061
|
-
}
|
|
4062
|
-
return function seamCustomerV1PortalsUpdate(
|
|
4063
|
-
...args: Parameters<SeamHttpSeamCustomerV1Portals['update']>
|
|
4064
|
-
): ReturnType<SeamHttpSeamCustomerV1Portals['update']> {
|
|
4065
|
-
const seam = SeamHttpSeamCustomerV1Portals.fromClient(client, defaults)
|
|
4066
|
-
return seam.update(...args)
|
|
4067
|
-
}
|
|
4068
|
-
}
|
|
4069
|
-
|
|
4070
|
-
get '/seam/customer/v1/reservations/get'(): (
|
|
4071
|
-
parameters?: SeamCustomerV1ReservationsGetParameters,
|
|
4072
|
-
options?: SeamCustomerV1ReservationsGetOptions,
|
|
4073
|
-
) => SeamCustomerV1ReservationsGetRequest {
|
|
4074
|
-
const { client, defaults } = this
|
|
4075
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4076
|
-
throw new Error(
|
|
4077
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4078
|
-
)
|
|
4079
|
-
}
|
|
4080
|
-
return function seamCustomerV1ReservationsGet(
|
|
4081
|
-
...args: Parameters<SeamHttpSeamCustomerV1Reservations['get']>
|
|
4082
|
-
): ReturnType<SeamHttpSeamCustomerV1Reservations['get']> {
|
|
4083
|
-
const seam = SeamHttpSeamCustomerV1Reservations.fromClient(
|
|
4084
|
-
client,
|
|
4085
|
-
defaults,
|
|
4086
|
-
)
|
|
4087
|
-
return seam.get(...args)
|
|
4088
|
-
}
|
|
4089
|
-
}
|
|
4090
|
-
|
|
4091
|
-
get '/seam/customer/v1/reservations/list'(): (
|
|
4092
|
-
parameters?: SeamCustomerV1ReservationsListParameters,
|
|
4093
|
-
options?: SeamCustomerV1ReservationsListOptions,
|
|
4094
|
-
) => SeamCustomerV1ReservationsListRequest {
|
|
4095
|
-
const { client, defaults } = this
|
|
4096
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4097
|
-
throw new Error(
|
|
4098
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4099
|
-
)
|
|
4100
|
-
}
|
|
4101
|
-
return function seamCustomerV1ReservationsList(
|
|
4102
|
-
...args: Parameters<SeamHttpSeamCustomerV1Reservations['list']>
|
|
4103
|
-
): ReturnType<SeamHttpSeamCustomerV1Reservations['list']> {
|
|
4104
|
-
const seam = SeamHttpSeamCustomerV1Reservations.fromClient(
|
|
4105
|
-
client,
|
|
4106
|
-
defaults,
|
|
4107
|
-
)
|
|
4108
|
-
return seam.list(...args)
|
|
4109
|
-
}
|
|
4110
|
-
}
|
|
4111
|
-
|
|
4112
|
-
get '/seam/customer/v1/reservations/list_access_grants'(): (
|
|
4113
|
-
parameters: SeamCustomerV1ReservationsListAccessGrantsParameters,
|
|
4114
|
-
options?: SeamCustomerV1ReservationsListAccessGrantsOptions,
|
|
4115
|
-
) => SeamCustomerV1ReservationsListAccessGrantsRequest {
|
|
4116
|
-
const { client, defaults } = this
|
|
4117
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4118
|
-
throw new Error(
|
|
4119
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4120
|
-
)
|
|
4121
|
-
}
|
|
4122
|
-
return function seamCustomerV1ReservationsListAccessGrants(
|
|
4123
|
-
...args: Parameters<
|
|
4124
|
-
SeamHttpSeamCustomerV1Reservations['listAccessGrants']
|
|
4125
|
-
>
|
|
4126
|
-
): ReturnType<SeamHttpSeamCustomerV1Reservations['listAccessGrants']> {
|
|
4127
|
-
const seam = SeamHttpSeamCustomerV1Reservations.fromClient(
|
|
4128
|
-
client,
|
|
4129
|
-
defaults,
|
|
4130
|
-
)
|
|
4131
|
-
return seam.listAccessGrants(...args)
|
|
4132
|
-
}
|
|
4133
|
-
}
|
|
4134
|
-
|
|
4135
|
-
get '/seam/customer/v1/settings/get'(): (
|
|
4136
|
-
parameters?: SeamCustomerV1SettingsGetParameters,
|
|
4137
|
-
options?: SeamCustomerV1SettingsGetOptions,
|
|
4138
|
-
) => SeamCustomerV1SettingsGetRequest {
|
|
4139
|
-
const { client, defaults } = this
|
|
4140
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4141
|
-
throw new Error(
|
|
4142
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4143
|
-
)
|
|
4144
|
-
}
|
|
4145
|
-
return function seamCustomerV1SettingsGet(
|
|
4146
|
-
...args: Parameters<SeamHttpSeamCustomerV1Settings['get']>
|
|
4147
|
-
): ReturnType<SeamHttpSeamCustomerV1Settings['get']> {
|
|
4148
|
-
const seam = SeamHttpSeamCustomerV1Settings.fromClient(client, defaults)
|
|
4149
|
-
return seam.get(...args)
|
|
4150
|
-
}
|
|
4151
|
-
}
|
|
4152
|
-
|
|
4153
|
-
get '/seam/customer/v1/settings/update'(): (
|
|
4154
|
-
parameters?: SeamCustomerV1SettingsUpdateParameters,
|
|
4155
|
-
options?: SeamCustomerV1SettingsUpdateOptions,
|
|
4156
|
-
) => SeamCustomerV1SettingsUpdateRequest {
|
|
4157
|
-
const { client, defaults } = this
|
|
4158
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4159
|
-
throw new Error(
|
|
4160
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4161
|
-
)
|
|
4162
|
-
}
|
|
4163
|
-
return function seamCustomerV1SettingsUpdate(
|
|
4164
|
-
...args: Parameters<SeamHttpSeamCustomerV1Settings['update']>
|
|
4165
|
-
): ReturnType<SeamHttpSeamCustomerV1Settings['update']> {
|
|
4166
|
-
const seam = SeamHttpSeamCustomerV1Settings.fromClient(client, defaults)
|
|
4167
|
-
return seam.update(...args)
|
|
4168
|
-
}
|
|
4169
|
-
}
|
|
4170
|
-
|
|
4171
|
-
get '/seam/customer/v1/settings/vertical_resource_aliases/get'(): (
|
|
4172
|
-
parameters?: SeamCustomerV1SettingsVerticalResourceAliasesGetParameters,
|
|
4173
|
-
options?: SeamCustomerV1SettingsVerticalResourceAliasesGetOptions,
|
|
4174
|
-
) => SeamCustomerV1SettingsVerticalResourceAliasesGetRequest {
|
|
4175
|
-
const { client, defaults } = this
|
|
4176
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4177
|
-
throw new Error(
|
|
4178
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4179
|
-
)
|
|
4180
|
-
}
|
|
4181
|
-
return function seamCustomerV1SettingsVerticalResourceAliasesGet(
|
|
4182
|
-
...args: Parameters<
|
|
4183
|
-
SeamHttpSeamCustomerV1SettingsVerticalResourceAliases['get']
|
|
4184
|
-
>
|
|
4185
|
-
): ReturnType<
|
|
4186
|
-
SeamHttpSeamCustomerV1SettingsVerticalResourceAliases['get']
|
|
4187
|
-
> {
|
|
4188
|
-
const seam =
|
|
4189
|
-
SeamHttpSeamCustomerV1SettingsVerticalResourceAliases.fromClient(
|
|
4190
|
-
client,
|
|
4191
|
-
defaults,
|
|
4192
|
-
)
|
|
4193
|
-
return seam.get(...args)
|
|
4194
|
-
}
|
|
4195
|
-
}
|
|
4196
|
-
|
|
4197
|
-
get '/seam/customer/v1/spaces/create'(): (
|
|
4198
|
-
parameters: SeamCustomerV1SpacesCreateParameters,
|
|
4199
|
-
options?: SeamCustomerV1SpacesCreateOptions,
|
|
4200
|
-
) => SeamCustomerV1SpacesCreateRequest {
|
|
4201
|
-
const { client, defaults } = this
|
|
4202
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4203
|
-
throw new Error(
|
|
4204
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4205
|
-
)
|
|
4206
|
-
}
|
|
4207
|
-
return function seamCustomerV1SpacesCreate(
|
|
4208
|
-
...args: Parameters<SeamHttpSeamCustomerV1Spaces['create']>
|
|
4209
|
-
): ReturnType<SeamHttpSeamCustomerV1Spaces['create']> {
|
|
4210
|
-
const seam = SeamHttpSeamCustomerV1Spaces.fromClient(client, defaults)
|
|
4211
|
-
return seam.create(...args)
|
|
4212
|
-
}
|
|
4213
|
-
}
|
|
4214
|
-
|
|
4215
|
-
get '/seam/customer/v1/spaces/list'(): (
|
|
4216
|
-
parameters?: SeamCustomerV1SpacesListParameters,
|
|
4217
|
-
options?: SeamCustomerV1SpacesListOptions,
|
|
4218
|
-
) => SeamCustomerV1SpacesListRequest {
|
|
4219
|
-
const { client, defaults } = this
|
|
4220
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4221
|
-
throw new Error(
|
|
4222
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4223
|
-
)
|
|
4224
|
-
}
|
|
4225
|
-
return function seamCustomerV1SpacesList(
|
|
4226
|
-
...args: Parameters<SeamHttpSeamCustomerV1Spaces['list']>
|
|
4227
|
-
): ReturnType<SeamHttpSeamCustomerV1Spaces['list']> {
|
|
4228
|
-
const seam = SeamHttpSeamCustomerV1Spaces.fromClient(client, defaults)
|
|
4229
|
-
return seam.list(...args)
|
|
4230
|
-
}
|
|
4231
|
-
}
|
|
4232
|
-
|
|
4233
|
-
get '/seam/customer/v1/spaces/list_reservations'(): (
|
|
4234
|
-
parameters: SeamCustomerV1SpacesListReservationsParameters,
|
|
4235
|
-
options?: SeamCustomerV1SpacesListReservationsOptions,
|
|
4236
|
-
) => SeamCustomerV1SpacesListReservationsRequest {
|
|
4237
|
-
const { client, defaults } = this
|
|
4238
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4239
|
-
throw new Error(
|
|
4240
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4241
|
-
)
|
|
4242
|
-
}
|
|
4243
|
-
return function seamCustomerV1SpacesListReservations(
|
|
4244
|
-
...args: Parameters<SeamHttpSeamCustomerV1Spaces['listReservations']>
|
|
4245
|
-
): ReturnType<SeamHttpSeamCustomerV1Spaces['listReservations']> {
|
|
4246
|
-
const seam = SeamHttpSeamCustomerV1Spaces.fromClient(client, defaults)
|
|
4247
|
-
return seam.listReservations(...args)
|
|
4248
|
-
}
|
|
4249
|
-
}
|
|
4250
|
-
|
|
4251
|
-
get '/seam/customer/v1/spaces/push_common_areas'(): (
|
|
4252
|
-
parameters?: SeamCustomerV1SpacesPushCommonAreasParameters,
|
|
4253
|
-
options?: SeamCustomerV1SpacesPushCommonAreasOptions,
|
|
4254
|
-
) => SeamCustomerV1SpacesPushCommonAreasRequest {
|
|
4255
|
-
const { client, defaults } = this
|
|
4256
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4257
|
-
throw new Error(
|
|
4258
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4259
|
-
)
|
|
4260
|
-
}
|
|
4261
|
-
return function seamCustomerV1SpacesPushCommonAreas(
|
|
4262
|
-
...args: Parameters<SeamHttpSeamCustomerV1Spaces['pushCommonAreas']>
|
|
4263
|
-
): ReturnType<SeamHttpSeamCustomerV1Spaces['pushCommonAreas']> {
|
|
4264
|
-
const seam = SeamHttpSeamCustomerV1Spaces.fromClient(client, defaults)
|
|
4265
|
-
return seam.pushCommonAreas(...args)
|
|
4266
|
-
}
|
|
4267
|
-
}
|
|
4268
|
-
|
|
4269
|
-
get '/seam/customer/v1/staff_members/get'(): (
|
|
4270
|
-
parameters: SeamCustomerV1StaffMembersGetParameters,
|
|
4271
|
-
options?: SeamCustomerV1StaffMembersGetOptions,
|
|
4272
|
-
) => SeamCustomerV1StaffMembersGetRequest {
|
|
4273
|
-
const { client, defaults } = this
|
|
4274
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4275
|
-
throw new Error(
|
|
4276
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4277
|
-
)
|
|
4278
|
-
}
|
|
4279
|
-
return function seamCustomerV1StaffMembersGet(
|
|
4280
|
-
...args: Parameters<SeamHttpSeamCustomerV1StaffMembers['get']>
|
|
4281
|
-
): ReturnType<SeamHttpSeamCustomerV1StaffMembers['get']> {
|
|
4282
|
-
const seam = SeamHttpSeamCustomerV1StaffMembers.fromClient(
|
|
4283
|
-
client,
|
|
4284
|
-
defaults,
|
|
4285
|
-
)
|
|
4286
|
-
return seam.get(...args)
|
|
4287
|
-
}
|
|
4288
|
-
}
|
|
4289
|
-
|
|
4290
|
-
get '/seam/customer/v1/staff_members/list'(): (
|
|
4291
|
-
parameters?: SeamCustomerV1StaffMembersListParameters,
|
|
4292
|
-
options?: SeamCustomerV1StaffMembersListOptions,
|
|
4293
|
-
) => SeamCustomerV1StaffMembersListRequest {
|
|
4294
|
-
const { client, defaults } = this
|
|
4295
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4296
|
-
throw new Error(
|
|
4297
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4298
|
-
)
|
|
4299
|
-
}
|
|
4300
|
-
return function seamCustomerV1StaffMembersList(
|
|
4301
|
-
...args: Parameters<SeamHttpSeamCustomerV1StaffMembers['list']>
|
|
4302
|
-
): ReturnType<SeamHttpSeamCustomerV1StaffMembers['list']> {
|
|
4303
|
-
const seam = SeamHttpSeamCustomerV1StaffMembers.fromClient(
|
|
4304
|
-
client,
|
|
4305
|
-
defaults,
|
|
4306
|
-
)
|
|
4307
|
-
return seam.list(...args)
|
|
4308
|
-
}
|
|
4309
|
-
}
|
|
4310
|
-
|
|
4311
|
-
get '/seam/partner/v1/building_blocks/spaces/auto_map'(): (
|
|
4312
|
-
parameters?: SeamPartnerV1BuildingBlocksSpacesAutoMapParameters,
|
|
4313
|
-
options?: SeamPartnerV1BuildingBlocksSpacesAutoMapOptions,
|
|
4314
|
-
) => SeamPartnerV1BuildingBlocksSpacesAutoMapRequest {
|
|
4315
|
-
const { client, defaults } = this
|
|
4316
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4317
|
-
throw new Error(
|
|
4318
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4319
|
-
)
|
|
4320
|
-
}
|
|
4321
|
-
return function seamPartnerV1BuildingBlocksSpacesAutoMap(
|
|
4322
|
-
...args: Parameters<SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap']>
|
|
4323
|
-
): ReturnType<SeamHttpSeamPartnerV1BuildingBlocksSpaces['autoMap']> {
|
|
4324
|
-
const seam = SeamHttpSeamPartnerV1BuildingBlocksSpaces.fromClient(
|
|
4325
|
-
client,
|
|
4326
|
-
defaults,
|
|
4327
|
-
)
|
|
4328
|
-
return seam.autoMap(...args)
|
|
4329
|
-
}
|
|
4330
|
-
}
|
|
4331
|
-
|
|
4332
|
-
get '/spaces/add_acs_entrances'(): (
|
|
4333
|
-
parameters: SpacesAddAcsEntrancesParameters,
|
|
4334
|
-
options?: SpacesAddAcsEntrancesOptions,
|
|
4335
|
-
) => SpacesAddAcsEntrancesRequest {
|
|
4336
|
-
const { client, defaults } = this
|
|
4337
|
-
return function spacesAddAcsEntrances(
|
|
4338
|
-
...args: Parameters<SeamHttpSpaces['addAcsEntrances']>
|
|
4339
|
-
): ReturnType<SeamHttpSpaces['addAcsEntrances']> {
|
|
4340
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4341
|
-
return seam.addAcsEntrances(...args)
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
get '/spaces/add_connected_account'(): (
|
|
4346
|
-
parameters: SpacesAddConnectedAccountParameters,
|
|
4347
|
-
options?: SpacesAddConnectedAccountOptions,
|
|
4348
|
-
) => SpacesAddConnectedAccountRequest {
|
|
4349
|
-
const { client, defaults } = this
|
|
4350
|
-
return function spacesAddConnectedAccount(
|
|
4351
|
-
...args: Parameters<SeamHttpSpaces['addConnectedAccount']>
|
|
4352
|
-
): ReturnType<SeamHttpSpaces['addConnectedAccount']> {
|
|
4353
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4354
|
-
return seam.addConnectedAccount(...args)
|
|
4355
|
-
}
|
|
4356
|
-
}
|
|
4357
|
-
|
|
4358
|
-
get '/spaces/add_devices'(): (
|
|
4359
|
-
parameters: SpacesAddDevicesParameters,
|
|
4360
|
-
options?: SpacesAddDevicesOptions,
|
|
4361
|
-
) => SpacesAddDevicesRequest {
|
|
4362
|
-
const { client, defaults } = this
|
|
4363
|
-
return function spacesAddDevices(
|
|
4364
|
-
...args: Parameters<SeamHttpSpaces['addDevices']>
|
|
4365
|
-
): ReturnType<SeamHttpSpaces['addDevices']> {
|
|
4366
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4367
|
-
return seam.addDevices(...args)
|
|
4368
|
-
}
|
|
4369
|
-
}
|
|
4370
|
-
|
|
4371
|
-
get '/spaces/create'(): (
|
|
4372
|
-
parameters: SpacesCreateParameters,
|
|
4373
|
-
options?: SpacesCreateOptions,
|
|
4374
|
-
) => SpacesCreateRequest {
|
|
4375
|
-
const { client, defaults } = this
|
|
4376
|
-
return function spacesCreate(
|
|
4377
|
-
...args: Parameters<SeamHttpSpaces['create']>
|
|
4378
|
-
): ReturnType<SeamHttpSpaces['create']> {
|
|
4379
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4380
|
-
return seam.create(...args)
|
|
4381
|
-
}
|
|
4382
|
-
}
|
|
4383
|
-
|
|
4384
|
-
get '/spaces/delete'(): (
|
|
4385
|
-
parameters: SpacesDeleteParameters,
|
|
4386
|
-
options?: SpacesDeleteOptions,
|
|
4387
|
-
) => SpacesDeleteRequest {
|
|
4388
|
-
const { client, defaults } = this
|
|
4389
|
-
return function spacesDelete(
|
|
4390
|
-
...args: Parameters<SeamHttpSpaces['delete']>
|
|
4391
|
-
): ReturnType<SeamHttpSpaces['delete']> {
|
|
4392
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4393
|
-
return seam.delete(...args)
|
|
4394
|
-
}
|
|
4395
|
-
}
|
|
4396
|
-
|
|
4397
|
-
get '/spaces/get'(): (
|
|
4398
|
-
parameters?: SpacesGetParameters,
|
|
4399
|
-
options?: SpacesGetOptions,
|
|
4400
|
-
) => SpacesGetRequest {
|
|
4401
|
-
const { client, defaults } = this
|
|
4402
|
-
return function spacesGet(
|
|
4403
|
-
...args: Parameters<SeamHttpSpaces['get']>
|
|
4404
|
-
): ReturnType<SeamHttpSpaces['get']> {
|
|
4405
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4406
|
-
return seam.get(...args)
|
|
4407
|
-
}
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
get '/spaces/get_related'(): (
|
|
4411
|
-
parameters?: SpacesGetRelatedParameters,
|
|
4412
|
-
options?: SpacesGetRelatedOptions,
|
|
4413
|
-
) => SpacesGetRelatedRequest {
|
|
4414
|
-
const { client, defaults } = this
|
|
4415
|
-
return function spacesGetRelated(
|
|
4416
|
-
...args: Parameters<SeamHttpSpaces['getRelated']>
|
|
4417
|
-
): ReturnType<SeamHttpSpaces['getRelated']> {
|
|
4418
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4419
|
-
return seam.getRelated(...args)
|
|
4420
|
-
}
|
|
4421
|
-
}
|
|
4422
|
-
|
|
4423
|
-
get '/spaces/list'(): (
|
|
4424
|
-
parameters?: SpacesListParameters,
|
|
4425
|
-
options?: SpacesListOptions,
|
|
4426
|
-
) => SpacesListRequest {
|
|
4427
|
-
const { client, defaults } = this
|
|
4428
|
-
return function spacesList(
|
|
4429
|
-
...args: Parameters<SeamHttpSpaces['list']>
|
|
4430
|
-
): ReturnType<SeamHttpSpaces['list']> {
|
|
4431
|
-
const seam = SeamHttpSpaces.fromClient(client, defaults)
|
|
4432
|
-
return seam.list(...args)
|
|
4433
|
-
}
|
|
4434
|
-
}
|
|
4435
|
-
|
|
4436
|
-
get '/spaces/remove_acs_entrances'(): (
|
|
4437
|
-
parameters: SpacesRemoveAcsEntrancesParameters,
|
|
4438
|
-
options?: SpacesRemoveAcsEntrancesOptions,
|
|
4439
|
-
) => SpacesRemoveAcsEntrancesRequest {
|
|
2823
|
+
get '/spaces/remove_acs_entrances'(): (
|
|
2824
|
+
parameters: SpacesRemoveAcsEntrancesParameters,
|
|
2825
|
+
options?: SpacesRemoveAcsEntrancesOptions,
|
|
2826
|
+
) => SpacesRemoveAcsEntrancesRequest {
|
|
4440
2827
|
const { client, defaults } = this
|
|
4441
2828
|
return function spacesRemoveAcsEntrances(
|
|
4442
2829
|
...args: Parameters<SeamHttpSpaces['removeAcsEntrances']>
|
|
@@ -4537,24 +2924,6 @@ export class SeamHttpEndpoints {
|
|
|
4537
2924
|
}
|
|
4538
2925
|
}
|
|
4539
2926
|
|
|
4540
|
-
get '/thermostats/get'(): (
|
|
4541
|
-
parameters?: ThermostatsGetParameters,
|
|
4542
|
-
options?: ThermostatsGetOptions,
|
|
4543
|
-
) => ThermostatsGetRequest {
|
|
4544
|
-
const { client, defaults } = this
|
|
4545
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4546
|
-
throw new Error(
|
|
4547
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4548
|
-
)
|
|
4549
|
-
}
|
|
4550
|
-
return function thermostatsGet(
|
|
4551
|
-
...args: Parameters<SeamHttpThermostats['get']>
|
|
4552
|
-
): ReturnType<SeamHttpThermostats['get']> {
|
|
4553
|
-
const seam = SeamHttpThermostats.fromClient(client, defaults)
|
|
4554
|
-
return seam.get(...args)
|
|
4555
|
-
}
|
|
4556
|
-
}
|
|
4557
|
-
|
|
4558
2927
|
get '/thermostats/heat'(): (
|
|
4559
2928
|
parameters: ThermostatsHeatParameters,
|
|
4560
2929
|
options?: ThermostatsHeatOptions,
|
|
@@ -4815,98 +3184,6 @@ export class SeamHttpEndpoints {
|
|
|
4815
3184
|
}
|
|
4816
3185
|
}
|
|
4817
3186
|
|
|
4818
|
-
get '/unstable_partner/building_blocks/connect_accounts'(): (
|
|
4819
|
-
parameters: UnstablePartnerBuildingBlocksConnectAccountsParameters,
|
|
4820
|
-
options?: UnstablePartnerBuildingBlocksConnectAccountsOptions,
|
|
4821
|
-
) => UnstablePartnerBuildingBlocksConnectAccountsRequest {
|
|
4822
|
-
const { client, defaults } = this
|
|
4823
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4824
|
-
throw new Error(
|
|
4825
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4826
|
-
)
|
|
4827
|
-
}
|
|
4828
|
-
return function unstablePartnerBuildingBlocksConnectAccounts(
|
|
4829
|
-
...args: Parameters<
|
|
4830
|
-
SeamHttpUnstablePartnerBuildingBlocks['connectAccounts']
|
|
4831
|
-
>
|
|
4832
|
-
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['connectAccounts']> {
|
|
4833
|
-
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
4834
|
-
client,
|
|
4835
|
-
defaults,
|
|
4836
|
-
)
|
|
4837
|
-
return seam.connectAccounts(...args)
|
|
4838
|
-
}
|
|
4839
|
-
}
|
|
4840
|
-
|
|
4841
|
-
get '/unstable_partner/building_blocks/generate_magic_link'(): (
|
|
4842
|
-
parameters: UnstablePartnerBuildingBlocksGenerateMagicLinkParameters,
|
|
4843
|
-
options?: UnstablePartnerBuildingBlocksGenerateMagicLinkOptions,
|
|
4844
|
-
) => UnstablePartnerBuildingBlocksGenerateMagicLinkRequest {
|
|
4845
|
-
const { client, defaults } = this
|
|
4846
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4847
|
-
throw new Error(
|
|
4848
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4849
|
-
)
|
|
4850
|
-
}
|
|
4851
|
-
return function unstablePartnerBuildingBlocksGenerateMagicLink(
|
|
4852
|
-
...args: Parameters<
|
|
4853
|
-
SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink']
|
|
4854
|
-
>
|
|
4855
|
-
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['generateMagicLink']> {
|
|
4856
|
-
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
4857
|
-
client,
|
|
4858
|
-
defaults,
|
|
4859
|
-
)
|
|
4860
|
-
return seam.generateMagicLink(...args)
|
|
4861
|
-
}
|
|
4862
|
-
}
|
|
4863
|
-
|
|
4864
|
-
get '/unstable_partner/building_blocks/manage_devices'(): (
|
|
4865
|
-
parameters: UnstablePartnerBuildingBlocksManageDevicesParameters,
|
|
4866
|
-
options?: UnstablePartnerBuildingBlocksManageDevicesOptions,
|
|
4867
|
-
) => UnstablePartnerBuildingBlocksManageDevicesRequest {
|
|
4868
|
-
const { client, defaults } = this
|
|
4869
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4870
|
-
throw new Error(
|
|
4871
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4872
|
-
)
|
|
4873
|
-
}
|
|
4874
|
-
return function unstablePartnerBuildingBlocksManageDevices(
|
|
4875
|
-
...args: Parameters<
|
|
4876
|
-
SeamHttpUnstablePartnerBuildingBlocks['manageDevices']
|
|
4877
|
-
>
|
|
4878
|
-
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['manageDevices']> {
|
|
4879
|
-
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
4880
|
-
client,
|
|
4881
|
-
defaults,
|
|
4882
|
-
)
|
|
4883
|
-
return seam.manageDevices(...args)
|
|
4884
|
-
}
|
|
4885
|
-
}
|
|
4886
|
-
|
|
4887
|
-
get '/unstable_partner/building_blocks/organize_spaces'(): (
|
|
4888
|
-
parameters: UnstablePartnerBuildingBlocksOrganizeSpacesParameters,
|
|
4889
|
-
options?: UnstablePartnerBuildingBlocksOrganizeSpacesOptions,
|
|
4890
|
-
) => UnstablePartnerBuildingBlocksOrganizeSpacesRequest {
|
|
4891
|
-
const { client, defaults } = this
|
|
4892
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
4893
|
-
throw new Error(
|
|
4894
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
4895
|
-
)
|
|
4896
|
-
}
|
|
4897
|
-
return function unstablePartnerBuildingBlocksOrganizeSpaces(
|
|
4898
|
-
...args: Parameters<
|
|
4899
|
-
SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces']
|
|
4900
|
-
>
|
|
4901
|
-
): ReturnType<SeamHttpUnstablePartnerBuildingBlocks['organizeSpaces']> {
|
|
4902
|
-
const seam = SeamHttpUnstablePartnerBuildingBlocks.fromClient(
|
|
4903
|
-
client,
|
|
4904
|
-
defaults,
|
|
4905
|
-
)
|
|
4906
|
-
return seam.organizeSpaces(...args)
|
|
4907
|
-
}
|
|
4908
|
-
}
|
|
4909
|
-
|
|
4910
3187
|
get '/user_identities/add_acs_user'(): (
|
|
4911
3188
|
parameters: UserIdentitiesAddAcsUserParameters,
|
|
4912
3189
|
options?: UserIdentitiesAddAcsUserOptions,
|
|
@@ -5089,90 +3366,6 @@ export class SeamHttpEndpoints {
|
|
|
5089
3366
|
}
|
|
5090
3367
|
}
|
|
5091
3368
|
|
|
5092
|
-
get '/user_identities/enrollment_automations/delete'(): (
|
|
5093
|
-
parameters: UserIdentitiesEnrollmentAutomationsDeleteParameters,
|
|
5094
|
-
options?: UserIdentitiesEnrollmentAutomationsDeleteOptions,
|
|
5095
|
-
) => UserIdentitiesEnrollmentAutomationsDeleteRequest {
|
|
5096
|
-
const { client, defaults } = this
|
|
5097
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5098
|
-
throw new Error(
|
|
5099
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5100
|
-
)
|
|
5101
|
-
}
|
|
5102
|
-
return function userIdentitiesEnrollmentAutomationsDelete(
|
|
5103
|
-
...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['delete']>
|
|
5104
|
-
): ReturnType<SeamHttpUserIdentitiesEnrollmentAutomations['delete']> {
|
|
5105
|
-
const seam = SeamHttpUserIdentitiesEnrollmentAutomations.fromClient(
|
|
5106
|
-
client,
|
|
5107
|
-
defaults,
|
|
5108
|
-
)
|
|
5109
|
-
return seam.delete(...args)
|
|
5110
|
-
}
|
|
5111
|
-
}
|
|
5112
|
-
|
|
5113
|
-
get '/user_identities/enrollment_automations/get'(): (
|
|
5114
|
-
parameters: UserIdentitiesEnrollmentAutomationsGetParameters,
|
|
5115
|
-
options?: UserIdentitiesEnrollmentAutomationsGetOptions,
|
|
5116
|
-
) => UserIdentitiesEnrollmentAutomationsGetRequest {
|
|
5117
|
-
const { client, defaults } = this
|
|
5118
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5119
|
-
throw new Error(
|
|
5120
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5121
|
-
)
|
|
5122
|
-
}
|
|
5123
|
-
return function userIdentitiesEnrollmentAutomationsGet(
|
|
5124
|
-
...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['get']>
|
|
5125
|
-
): ReturnType<SeamHttpUserIdentitiesEnrollmentAutomations['get']> {
|
|
5126
|
-
const seam = SeamHttpUserIdentitiesEnrollmentAutomations.fromClient(
|
|
5127
|
-
client,
|
|
5128
|
-
defaults,
|
|
5129
|
-
)
|
|
5130
|
-
return seam.get(...args)
|
|
5131
|
-
}
|
|
5132
|
-
}
|
|
5133
|
-
|
|
5134
|
-
get '/user_identities/enrollment_automations/launch'(): (
|
|
5135
|
-
parameters: UserIdentitiesEnrollmentAutomationsLaunchParameters,
|
|
5136
|
-
options?: UserIdentitiesEnrollmentAutomationsLaunchOptions,
|
|
5137
|
-
) => UserIdentitiesEnrollmentAutomationsLaunchRequest {
|
|
5138
|
-
const { client, defaults } = this
|
|
5139
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5140
|
-
throw new Error(
|
|
5141
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5142
|
-
)
|
|
5143
|
-
}
|
|
5144
|
-
return function userIdentitiesEnrollmentAutomationsLaunch(
|
|
5145
|
-
...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['launch']>
|
|
5146
|
-
): ReturnType<SeamHttpUserIdentitiesEnrollmentAutomations['launch']> {
|
|
5147
|
-
const seam = SeamHttpUserIdentitiesEnrollmentAutomations.fromClient(
|
|
5148
|
-
client,
|
|
5149
|
-
defaults,
|
|
5150
|
-
)
|
|
5151
|
-
return seam.launch(...args)
|
|
5152
|
-
}
|
|
5153
|
-
}
|
|
5154
|
-
|
|
5155
|
-
get '/user_identities/enrollment_automations/list'(): (
|
|
5156
|
-
parameters: UserIdentitiesEnrollmentAutomationsListParameters,
|
|
5157
|
-
options?: UserIdentitiesEnrollmentAutomationsListOptions,
|
|
5158
|
-
) => UserIdentitiesEnrollmentAutomationsListRequest {
|
|
5159
|
-
const { client, defaults } = this
|
|
5160
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5161
|
-
throw new Error(
|
|
5162
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5163
|
-
)
|
|
5164
|
-
}
|
|
5165
|
-
return function userIdentitiesEnrollmentAutomationsList(
|
|
5166
|
-
...args: Parameters<SeamHttpUserIdentitiesEnrollmentAutomations['list']>
|
|
5167
|
-
): ReturnType<SeamHttpUserIdentitiesEnrollmentAutomations['list']> {
|
|
5168
|
-
const seam = SeamHttpUserIdentitiesEnrollmentAutomations.fromClient(
|
|
5169
|
-
client,
|
|
5170
|
-
defaults,
|
|
5171
|
-
)
|
|
5172
|
-
return seam.list(...args)
|
|
5173
|
-
}
|
|
5174
|
-
}
|
|
5175
|
-
|
|
5176
3369
|
get '/user_identities/unmanaged/get'(): (
|
|
5177
3370
|
parameters: UserIdentitiesUnmanagedGetParameters,
|
|
5178
3371
|
options?: UserIdentitiesUnmanagedGetOptions,
|
|
@@ -5290,24 +3483,6 @@ export class SeamHttpEndpoints {
|
|
|
5290
3483
|
}
|
|
5291
3484
|
}
|
|
5292
3485
|
|
|
5293
|
-
get '/workspaces/find_anything'(): (
|
|
5294
|
-
parameters: WorkspacesFindAnythingParameters,
|
|
5295
|
-
options?: WorkspacesFindAnythingOptions,
|
|
5296
|
-
) => WorkspacesFindAnythingRequest {
|
|
5297
|
-
const { client, defaults } = this
|
|
5298
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5299
|
-
throw new Error(
|
|
5300
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5301
|
-
)
|
|
5302
|
-
}
|
|
5303
|
-
return function workspacesFindAnything(
|
|
5304
|
-
...args: Parameters<SeamHttpWorkspaces['findAnything']>
|
|
5305
|
-
): ReturnType<SeamHttpWorkspaces['findAnything']> {
|
|
5306
|
-
const seam = SeamHttpWorkspaces.fromClient(client, defaults)
|
|
5307
|
-
return seam.findAnything(...args)
|
|
5308
|
-
}
|
|
5309
|
-
}
|
|
5310
|
-
|
|
5311
3486
|
get '/workspaces/get'(): (
|
|
5312
3487
|
parameters?: WorkspacesGetParameters,
|
|
5313
3488
|
options?: WorkspacesGetOptions,
|
|
@@ -5359,119 +3534,11 @@ export class SeamHttpEndpoints {
|
|
|
5359
3534
|
return seam.update(...args)
|
|
5360
3535
|
}
|
|
5361
3536
|
}
|
|
5362
|
-
|
|
5363
|
-
get '/workspaces/customization_profiles/create'(): (
|
|
5364
|
-
parameters?: WorkspacesCustomizationProfilesCreateParameters,
|
|
5365
|
-
options?: WorkspacesCustomizationProfilesCreateOptions,
|
|
5366
|
-
) => WorkspacesCustomizationProfilesCreateRequest {
|
|
5367
|
-
const { client, defaults } = this
|
|
5368
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5369
|
-
throw new Error(
|
|
5370
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5371
|
-
)
|
|
5372
|
-
}
|
|
5373
|
-
return function workspacesCustomizationProfilesCreate(
|
|
5374
|
-
...args: Parameters<SeamHttpWorkspacesCustomizationProfiles['create']>
|
|
5375
|
-
): ReturnType<SeamHttpWorkspacesCustomizationProfiles['create']> {
|
|
5376
|
-
const seam = SeamHttpWorkspacesCustomizationProfiles.fromClient(
|
|
5377
|
-
client,
|
|
5378
|
-
defaults,
|
|
5379
|
-
)
|
|
5380
|
-
return seam.create(...args)
|
|
5381
|
-
}
|
|
5382
|
-
}
|
|
5383
|
-
|
|
5384
|
-
get '/workspaces/customization_profiles/get'(): (
|
|
5385
|
-
parameters: WorkspacesCustomizationProfilesGetParameters,
|
|
5386
|
-
options?: WorkspacesCustomizationProfilesGetOptions,
|
|
5387
|
-
) => WorkspacesCustomizationProfilesGetRequest {
|
|
5388
|
-
const { client, defaults } = this
|
|
5389
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5390
|
-
throw new Error(
|
|
5391
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5392
|
-
)
|
|
5393
|
-
}
|
|
5394
|
-
return function workspacesCustomizationProfilesGet(
|
|
5395
|
-
...args: Parameters<SeamHttpWorkspacesCustomizationProfiles['get']>
|
|
5396
|
-
): ReturnType<SeamHttpWorkspacesCustomizationProfiles['get']> {
|
|
5397
|
-
const seam = SeamHttpWorkspacesCustomizationProfiles.fromClient(
|
|
5398
|
-
client,
|
|
5399
|
-
defaults,
|
|
5400
|
-
)
|
|
5401
|
-
return seam.get(...args)
|
|
5402
|
-
}
|
|
5403
|
-
}
|
|
5404
|
-
|
|
5405
|
-
get '/workspaces/customization_profiles/list'(): (
|
|
5406
|
-
parameters?: WorkspacesCustomizationProfilesListParameters,
|
|
5407
|
-
options?: WorkspacesCustomizationProfilesListOptions,
|
|
5408
|
-
) => WorkspacesCustomizationProfilesListRequest {
|
|
5409
|
-
const { client, defaults } = this
|
|
5410
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5411
|
-
throw new Error(
|
|
5412
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5413
|
-
)
|
|
5414
|
-
}
|
|
5415
|
-
return function workspacesCustomizationProfilesList(
|
|
5416
|
-
...args: Parameters<SeamHttpWorkspacesCustomizationProfiles['list']>
|
|
5417
|
-
): ReturnType<SeamHttpWorkspacesCustomizationProfiles['list']> {
|
|
5418
|
-
const seam = SeamHttpWorkspacesCustomizationProfiles.fromClient(
|
|
5419
|
-
client,
|
|
5420
|
-
defaults,
|
|
5421
|
-
)
|
|
5422
|
-
return seam.list(...args)
|
|
5423
|
-
}
|
|
5424
|
-
}
|
|
5425
|
-
|
|
5426
|
-
get '/workspaces/customization_profiles/update'(): (
|
|
5427
|
-
parameters: WorkspacesCustomizationProfilesUpdateParameters,
|
|
5428
|
-
options?: WorkspacesCustomizationProfilesUpdateOptions,
|
|
5429
|
-
) => WorkspacesCustomizationProfilesUpdateRequest {
|
|
5430
|
-
const { client, defaults } = this
|
|
5431
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5432
|
-
throw new Error(
|
|
5433
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5434
|
-
)
|
|
5435
|
-
}
|
|
5436
|
-
return function workspacesCustomizationProfilesUpdate(
|
|
5437
|
-
...args: Parameters<SeamHttpWorkspacesCustomizationProfiles['update']>
|
|
5438
|
-
): ReturnType<SeamHttpWorkspacesCustomizationProfiles['update']> {
|
|
5439
|
-
const seam = SeamHttpWorkspacesCustomizationProfiles.fromClient(
|
|
5440
|
-
client,
|
|
5441
|
-
defaults,
|
|
5442
|
-
)
|
|
5443
|
-
return seam.update(...args)
|
|
5444
|
-
}
|
|
5445
|
-
}
|
|
5446
|
-
|
|
5447
|
-
get '/workspaces/customization_profiles/upload_images'(): (
|
|
5448
|
-
parameters?: WorkspacesCustomizationProfilesUploadImagesParameters,
|
|
5449
|
-
options?: WorkspacesCustomizationProfilesUploadImagesOptions,
|
|
5450
|
-
) => WorkspacesCustomizationProfilesUploadImagesRequest {
|
|
5451
|
-
const { client, defaults } = this
|
|
5452
|
-
if (!this.defaults.isUndocumentedApiEnabled) {
|
|
5453
|
-
throw new Error(
|
|
5454
|
-
'Cannot use undocumented API without isUndocumentedApiEnabled',
|
|
5455
|
-
)
|
|
5456
|
-
}
|
|
5457
|
-
return function workspacesCustomizationProfilesUploadImages(
|
|
5458
|
-
...args: Parameters<
|
|
5459
|
-
SeamHttpWorkspacesCustomizationProfiles['uploadImages']
|
|
5460
|
-
>
|
|
5461
|
-
): ReturnType<SeamHttpWorkspacesCustomizationProfiles['uploadImages']> {
|
|
5462
|
-
const seam = SeamHttpWorkspacesCustomizationProfiles.fromClient(
|
|
5463
|
-
client,
|
|
5464
|
-
defaults,
|
|
5465
|
-
)
|
|
5466
|
-
return seam.uploadImages(...args)
|
|
5467
|
-
}
|
|
5468
|
-
}
|
|
5469
3537
|
}
|
|
5470
3538
|
|
|
5471
3539
|
export type SeamHttpEndpointQueryPaths =
|
|
5472
3540
|
| '/access_codes/generate_code'
|
|
5473
3541
|
| '/access_codes/get'
|
|
5474
|
-
| '/access_codes/get_timeline'
|
|
5475
3542
|
| '/access_codes/list'
|
|
5476
3543
|
| '/access_codes/unmanaged/get'
|
|
5477
3544
|
| '/access_codes/unmanaged/list'
|
|
@@ -5489,14 +3556,9 @@ export type SeamHttpEndpointQueryPaths =
|
|
|
5489
3556
|
| '/acs/access_groups/list'
|
|
5490
3557
|
| '/acs/access_groups/list_accessible_entrances'
|
|
5491
3558
|
| '/acs/access_groups/list_users'
|
|
5492
|
-
| '/acs/access_groups/unmanaged/get'
|
|
5493
|
-
| '/acs/access_groups/unmanaged/list'
|
|
5494
|
-
| '/acs/credential_pools/list'
|
|
5495
3559
|
| '/acs/credentials/get'
|
|
5496
3560
|
| '/acs/credentials/list'
|
|
5497
3561
|
| '/acs/credentials/list_accessible_entrances'
|
|
5498
|
-
| '/acs/credentials/unmanaged/get'
|
|
5499
|
-
| '/acs/credentials/unmanaged/list'
|
|
5500
3562
|
| '/acs/encoders/get'
|
|
5501
3563
|
| '/acs/encoders/list'
|
|
5502
3564
|
| '/acs/entrances/get'
|
|
@@ -5508,12 +3570,8 @@ export type SeamHttpEndpointQueryPaths =
|
|
|
5508
3570
|
| '/acs/users/get'
|
|
5509
3571
|
| '/acs/users/list'
|
|
5510
3572
|
| '/acs/users/list_accessible_entrances'
|
|
5511
|
-
| '/acs/users/unmanaged/get'
|
|
5512
|
-
| '/acs/users/unmanaged/list'
|
|
5513
3573
|
| '/action_attempts/get'
|
|
5514
3574
|
| '/action_attempts/list'
|
|
5515
|
-
| '/bridges/get'
|
|
5516
|
-
| '/bridges/list'
|
|
5517
3575
|
| '/client_sessions/get'
|
|
5518
3576
|
| '/client_sessions/list'
|
|
5519
3577
|
| '/connect_webviews/get'
|
|
@@ -5536,62 +3594,24 @@ export type SeamHttpEndpointQueryPaths =
|
|
|
5536
3594
|
| '/noise_sensors/noise_thresholds/list'
|
|
5537
3595
|
| '/phones/get'
|
|
5538
3596
|
| '/phones/list'
|
|
5539
|
-
| '/seam/console/v1/get_resource_locator'
|
|
5540
|
-
| '/seam/console/v1/lynx_migration/get_property_migration_status'
|
|
5541
|
-
| '/seam/console/v1/lynx_migration/get_reservation_migration_status'
|
|
5542
|
-
| '/seam/console/v1/lynx_migration/list_property_reservations'
|
|
5543
|
-
| '/seam/console/v1/sites/list'
|
|
5544
|
-
| '/seam/console/v1/timelines/get'
|
|
5545
|
-
| '/seam/console/v1/workspace/feature_flags/list'
|
|
5546
|
-
| '/seam/customer/v1/access_grants/list'
|
|
5547
|
-
| '/seam/customer/v1/automation_runs/list'
|
|
5548
|
-
| '/seam/customer/v1/automations/get'
|
|
5549
|
-
| '/seam/customer/v1/connector_customers/list'
|
|
5550
|
-
| '/seam/customer/v1/connectors/authorize'
|
|
5551
|
-
| '/seam/customer/v1/connectors/connector_types'
|
|
5552
|
-
| '/seam/customer/v1/connectors/list'
|
|
5553
|
-
| '/seam/customer/v1/connectors/external_sites/list'
|
|
5554
|
-
| '/seam/customer/v1/customers/automations/get'
|
|
5555
|
-
| '/seam/customer/v1/customers/list'
|
|
5556
|
-
| '/seam/customer/v1/customers/me'
|
|
5557
|
-
| '/seam/customer/v1/encoders/list'
|
|
5558
|
-
| '/seam/customer/v1/events/list'
|
|
5559
|
-
| '/seam/customer/v1/portals/get'
|
|
5560
|
-
| '/seam/customer/v1/reservations/get'
|
|
5561
|
-
| '/seam/customer/v1/reservations/list'
|
|
5562
|
-
| '/seam/customer/v1/reservations/list_access_grants'
|
|
5563
|
-
| '/seam/customer/v1/settings/get'
|
|
5564
|
-
| '/seam/customer/v1/settings/vertical_resource_aliases/get'
|
|
5565
|
-
| '/seam/customer/v1/spaces/list'
|
|
5566
|
-
| '/seam/customer/v1/spaces/list_reservations'
|
|
5567
|
-
| '/seam/customer/v1/staff_members/get'
|
|
5568
|
-
| '/seam/customer/v1/staff_members/list'
|
|
5569
|
-
| '/seam/partner/v1/building_blocks/spaces/auto_map'
|
|
5570
3597
|
| '/spaces/get'
|
|
5571
3598
|
| '/spaces/get_related'
|
|
5572
3599
|
| '/spaces/list'
|
|
5573
|
-
| '/thermostats/get'
|
|
5574
3600
|
| '/thermostats/list'
|
|
5575
3601
|
| '/thermostats/schedules/get'
|
|
5576
3602
|
| '/thermostats/schedules/list'
|
|
5577
|
-
| '/unstable_partner/building_blocks/generate_magic_link'
|
|
5578
3603
|
| '/user_identities/get'
|
|
5579
3604
|
| '/user_identities/list'
|
|
5580
3605
|
| '/user_identities/list_accessible_devices'
|
|
5581
3606
|
| '/user_identities/list_accessible_entrances'
|
|
5582
3607
|
| '/user_identities/list_acs_systems'
|
|
5583
3608
|
| '/user_identities/list_acs_users'
|
|
5584
|
-
| '/user_identities/enrollment_automations/get'
|
|
5585
|
-
| '/user_identities/enrollment_automations/list'
|
|
5586
3609
|
| '/user_identities/unmanaged/get'
|
|
5587
3610
|
| '/user_identities/unmanaged/list'
|
|
5588
3611
|
| '/webhooks/get'
|
|
5589
3612
|
| '/webhooks/list'
|
|
5590
|
-
| '/workspaces/find_anything'
|
|
5591
3613
|
| '/workspaces/get'
|
|
5592
3614
|
| '/workspaces/list'
|
|
5593
|
-
| '/workspaces/customization_profiles/get'
|
|
5594
|
-
| '/workspaces/customization_profiles/list'
|
|
5595
3615
|
|
|
5596
3616
|
export type SeamHttpEndpointPaginatedQueryPaths =
|
|
5597
3617
|
| '/access_codes/list'
|
|
@@ -5608,10 +3628,6 @@ export type SeamHttpEndpointPaginatedQueryPaths =
|
|
|
5608
3628
|
| '/connected_accounts/list'
|
|
5609
3629
|
| '/devices/list'
|
|
5610
3630
|
| '/devices/unmanaged/list'
|
|
5611
|
-
| '/seam/customer/v1/automation_runs/list'
|
|
5612
|
-
| '/seam/customer/v1/customers/list'
|
|
5613
|
-
| '/seam/customer/v1/reservations/list'
|
|
5614
|
-
| '/seam/customer/v1/staff_members/list'
|
|
5615
3631
|
| '/spaces/list'
|
|
5616
3632
|
| '/user_identities/list'
|
|
5617
3633
|
| '/user_identities/unmanaged/list'
|
|
@@ -5640,10 +3656,8 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5640
3656
|
| '/acs/access_groups/add_user'
|
|
5641
3657
|
| '/acs/access_groups/delete'
|
|
5642
3658
|
| '/acs/access_groups/remove_user'
|
|
5643
|
-
| '/acs/credential_provisioning_automations/launch'
|
|
5644
3659
|
| '/acs/credentials/assign'
|
|
5645
3660
|
| '/acs/credentials/create'
|
|
5646
|
-
| '/acs/credentials/create_offline_code'
|
|
5647
3661
|
| '/acs/credentials/delete'
|
|
5648
3662
|
| '/acs/credentials/unassign'
|
|
5649
3663
|
| '/acs/credentials/update'
|
|
@@ -5679,8 +3693,6 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5679
3693
|
| '/customers/create_portal'
|
|
5680
3694
|
| '/customers/delete_data'
|
|
5681
3695
|
| '/customers/push_data'
|
|
5682
|
-
| '/customers/reservations/create_deep_link'
|
|
5683
|
-
| '/devices/delete'
|
|
5684
3696
|
| '/devices/report_provider_metadata'
|
|
5685
3697
|
| '/devices/update'
|
|
5686
3698
|
| '/devices/simulate/connect'
|
|
@@ -5702,26 +3714,6 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5702
3714
|
| '/noise_sensors/simulate/trigger_noise_threshold'
|
|
5703
3715
|
| '/phones/deactivate'
|
|
5704
3716
|
| '/phones/simulate/create_sandbox_phone'
|
|
5705
|
-
| '/seam/console/v1/lynx_migration/migrate_property'
|
|
5706
|
-
| '/seam/console/v1/sites/create'
|
|
5707
|
-
| '/seam/console/v1/sites/delete'
|
|
5708
|
-
| '/seam/console/v1/sites/update'
|
|
5709
|
-
| '/seam/console/v1/workspace/feature_flags/update'
|
|
5710
|
-
| '/seam/customer/v1/access_grants/update'
|
|
5711
|
-
| '/seam/customer/v1/access_methods/encode'
|
|
5712
|
-
| '/seam/customer/v1/automations/delete'
|
|
5713
|
-
| '/seam/customer/v1/automations/update'
|
|
5714
|
-
| '/seam/customer/v1/connectors/create'
|
|
5715
|
-
| '/seam/customer/v1/connectors/delete'
|
|
5716
|
-
| '/seam/customer/v1/connectors/sync'
|
|
5717
|
-
| '/seam/customer/v1/connectors/update'
|
|
5718
|
-
| '/seam/customer/v1/connectors/ical/validate-config'
|
|
5719
|
-
| '/seam/customer/v1/customers/automations/update'
|
|
5720
|
-
| '/seam/customer/v1/customers/open_portal'
|
|
5721
|
-
| '/seam/customer/v1/portals/update'
|
|
5722
|
-
| '/seam/customer/v1/settings/update'
|
|
5723
|
-
| '/seam/customer/v1/spaces/create'
|
|
5724
|
-
| '/seam/customer/v1/spaces/push_common_areas'
|
|
5725
3717
|
| '/spaces/add_acs_entrances'
|
|
5726
3718
|
| '/spaces/add_connected_account'
|
|
5727
3719
|
| '/spaces/add_devices'
|
|
@@ -5752,9 +3744,6 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5752
3744
|
| '/thermostats/schedules/update'
|
|
5753
3745
|
| '/thermostats/simulate/hvac_mode_adjusted'
|
|
5754
3746
|
| '/thermostats/simulate/temperature_reached'
|
|
5755
|
-
| '/unstable_partner/building_blocks/connect_accounts'
|
|
5756
|
-
| '/unstable_partner/building_blocks/manage_devices'
|
|
5757
|
-
| '/unstable_partner/building_blocks/organize_spaces'
|
|
5758
3747
|
| '/user_identities/add_acs_user'
|
|
5759
3748
|
| '/user_identities/create'
|
|
5760
3749
|
| '/user_identities/delete'
|
|
@@ -5763,8 +3752,6 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5763
3752
|
| '/user_identities/remove_acs_user'
|
|
5764
3753
|
| '/user_identities/revoke_access_to_device'
|
|
5765
3754
|
| '/user_identities/update'
|
|
5766
|
-
| '/user_identities/enrollment_automations/delete'
|
|
5767
|
-
| '/user_identities/enrollment_automations/launch'
|
|
5768
3755
|
| '/user_identities/unmanaged/update'
|
|
5769
3756
|
| '/webhooks/create'
|
|
5770
3757
|
| '/webhooks/delete'
|
|
@@ -5772,6 +3759,3 @@ export type SeamHttpEndpointMutationPaths =
|
|
|
5772
3759
|
| '/workspaces/create'
|
|
5773
3760
|
| '/workspaces/reset_sandbox'
|
|
5774
3761
|
| '/workspaces/update'
|
|
5775
|
-
| '/workspaces/customization_profiles/create'
|
|
5776
|
-
| '/workspaces/customization_profiles/update'
|
|
5777
|
-
| '/workspaces/customization_profiles/upload_images'
|