@seamapi/http 2.1.0 → 2.2.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/lib/seam/connect/resources/access-code.d.ts +743 -56
- package/lib/seam/connect/resources/access-grant.d.ts +279 -10
- package/lib/seam/connect/resources/access-method.d.ts +204 -8
- package/lib/seam/connect/resources/acs-access-group.d.ts +242 -9
- package/lib/seam/connect/resources/acs-credential.d.ts +212 -6
- package/lib/seam/connect/resources/acs-encoder.d.ts +46 -0
- package/lib/seam/connect/resources/acs-entrance.d.ts +298 -5
- package/lib/seam/connect/resources/acs-system.d.ts +227 -11
- package/lib/seam/connect/resources/acs-user.d.ts +388 -19
- package/lib/seam/connect/resources/action-attempt.d.ts +954 -0
- package/lib/seam/connect/resources/batch.d.ts +3 -0
- package/lib/seam/connect/resources/client-session.d.ts +48 -0
- package/lib/seam/connect/resources/connect-webview.d.ts +70 -0
- package/lib/seam/connect/resources/connected-account.d.ts +281 -12
- package/lib/seam/connect/resources/customer-portal.d.ts +22 -0
- package/lib/seam/connect/resources/device-provider.d.ts +72 -0
- package/lib/seam/connect/resources/device.d.ts +2063 -41
- package/lib/seam/connect/resources/event.d.ts +4014 -0
- package/lib/seam/connect/resources/instant-key.d.ts +41 -0
- package/lib/seam/connect/resources/noise-threshold.d.ts +24 -0
- package/lib/seam/connect/resources/phone.d.ts +72 -0
- package/lib/seam/connect/resources/space.d.ts +54 -0
- package/lib/seam/connect/resources/thermostat-daily-program.d.ts +27 -0
- package/lib/seam/connect/resources/thermostat-schedule.d.ts +45 -0
- package/lib/seam/connect/resources/unmanaged-access-code.d.ts +602 -50
- package/lib/seam/connect/resources/unmanaged-access-grant.d.ts +267 -10
- package/lib/seam/connect/resources/unmanaged-access-method.d.ts +195 -8
- package/lib/seam/connect/resources/unmanaged-device.d.ts +810 -120
- package/lib/seam/connect/resources/unmanaged-user-identity.d.ts +79 -3
- package/lib/seam/connect/resources/user-identity.d.ts +82 -3
- package/lib/seam/connect/resources/webhook.d.ts +15 -0
- package/lib/seam/connect/resources/workspace.d.ts +45 -0
- package/lib/seam/connect/routes/access-codes/access-codes.d.ts +288 -0
- package/lib/seam/connect/routes/access-codes/access-codes.js +60 -0
- package/lib/seam/connect/routes/access-codes/access-codes.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/simulate/simulate.d.ts +12 -0
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/access-codes/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.d.ts +72 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js +21 -0
- package/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-grants/access-grants.d.ts +177 -0
- package/lib/seam/connect/routes/access-grants/access-grants.js +21 -0
- package/lib/seam/connect/routes/access-grants/access-grants.js.map +1 -1
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.d.ts +43 -0
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.js +13 -0
- package/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/access-methods.d.ts +78 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js +21 -0
- package/lib/seam/connect/routes/access-methods/access-methods.js.map +1 -1
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.d.ts +21 -0
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.js +6 -0
- package/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/acs/access-groups/access-groups.d.ts +63 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js +21 -0
- package/lib/seam/connect/routes/acs/access-groups/access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs/credentials/credentials.d.ts +126 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js +24 -0
- package/lib/seam/connect/routes/acs/credentials/credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/encoders.d.ts +66 -0
- package/lib/seam/connect/routes/acs/encoders/encoders.js +15 -0
- package/lib/seam/connect/routes/acs/encoders/encoders.js.map +1 -1
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.d.ts +39 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js +12 -0
- package/lib/seam/connect/routes/acs/encoders/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/acs/entrances/entrances.d.ts +72 -0
- package/lib/seam/connect/routes/acs/entrances/entrances.js +15 -0
- package/lib/seam/connect/routes/acs/entrances/entrances.js.map +1 -1
- package/lib/seam/connect/routes/acs/systems/systems.d.ts +64 -0
- package/lib/seam/connect/routes/acs/systems/systems.js +16 -0
- package/lib/seam/connect/routes/acs/systems/systems.js.map +1 -1
- package/lib/seam/connect/routes/acs/users/users.d.ts +189 -0
- package/lib/seam/connect/routes/acs/users/users.js +33 -0
- package/lib/seam/connect/routes/acs/users/users.js.map +1 -1
- package/lib/seam/connect/routes/action-attempts/action-attempts.d.ts +21 -0
- package/lib/seam/connect/routes/action-attempts/action-attempts.js +6 -0
- package/lib/seam/connect/routes/action-attempts/action-attempts.js.map +1 -1
- package/lib/seam/connect/routes/client-sessions/client-sessions.d.ts +113 -0
- package/lib/seam/connect/routes/client-sessions/client-sessions.js +23 -0
- package/lib/seam/connect/routes/client-sessions/client-sessions.js.map +1 -1
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.d.ts +76 -0
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js +22 -0
- package/lib/seam/connect/routes/connect-webviews/connect-webviews.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.d.ts +70 -0
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js +19 -0
- package/lib/seam/connect/routes/connected-accounts/connected-accounts.js.map +1 -1
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.d.ts +6 -0
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/connected-accounts/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/customers/customers.d.ts +1042 -0
- package/lib/seam/connect/routes/customers/customers.js +10 -0
- package/lib/seam/connect/routes/customers/customers.js.map +1 -1
- package/lib/seam/connect/routes/devices/devices.d.ts +122 -0
- package/lib/seam/connect/routes/devices/devices.js +23 -0
- package/lib/seam/connect/routes/devices/devices.js.map +1 -1
- package/lib/seam/connect/routes/devices/simulate/simulate.d.ts +42 -0
- package/lib/seam/connect/routes/devices/simulate/simulate.js +27 -0
- package/lib/seam/connect/routes/devices/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.d.ts +80 -0
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js +17 -0
- package/lib/seam/connect/routes/devices/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/events/events.d.ts +99 -0
- package/lib/seam/connect/routes/events/events.js +6 -0
- package/lib/seam/connect/routes/events/events.js.map +1 -1
- package/lib/seam/connect/routes/instant-keys/instant-keys.d.ts +21 -0
- package/lib/seam/connect/routes/instant-keys/instant-keys.js +9 -0
- package/lib/seam/connect/routes/instant-keys/instant-keys.js.map +1 -1
- package/lib/seam/connect/routes/locks/locks.d.ts +85 -0
- package/lib/seam/connect/routes/locks/locks.js +16 -0
- package/lib/seam/connect/routes/locks/locks.js.map +1 -1
- package/lib/seam/connect/routes/locks/simulate/simulate.d.ts +15 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js +6 -0
- package/lib/seam/connect/routes/locks/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.d.ts +51 -0
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js +3 -0
- package/lib/seam/connect/routes/noise-sensors/noise-sensors.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.d.ts +66 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js +15 -0
- package/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.js.map +1 -1
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.d.ts +6 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/noise-sensors/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/phones/phones.d.ts +21 -0
- package/lib/seam/connect/routes/phones/phones.js +9 -0
- package/lib/seam/connect/routes/phones/phones.js.map +1 -1
- package/lib/seam/connect/routes/phones/simulate/simulate.d.ts +45 -0
- package/lib/seam/connect/routes/phones/simulate/simulate.js +3 -0
- package/lib/seam/connect/routes/phones/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.d.ts +6 -0
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js +6 -0
- package/lib/seam/connect/routes/seam-http-endpoints-without-workspace.js.map +1 -1
- package/lib/seam/connect/routes/seam-http-endpoints.d.ts +696 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js +696 -0
- package/lib/seam/connect/routes/seam-http-endpoints.js.map +1 -1
- package/lib/seam/connect/routes/spaces/spaces.d.ts +165 -0
- package/lib/seam/connect/routes/spaces/spaces.js +36 -0
- package/lib/seam/connect/routes/spaces/spaces.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.d.ts +42 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js +9 -0
- package/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/schedules/schedules.d.ts +69 -0
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js +15 -0
- package/lib/seam/connect/routes/thermostats/schedules/schedules.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/simulate/simulate.d.ts +33 -0
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js +6 -0
- package/lib/seam/connect/routes/thermostats/simulate/simulate.js.map +1 -1
- package/lib/seam/connect/routes/thermostats/thermostats.d.ts +300 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js +42 -0
- package/lib/seam/connect/routes/thermostats/thermostats.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.d.ts +35 -0
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.js +11 -0
- package/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.js.map +1 -1
- package/lib/seam/connect/routes/user-identities/user-identities.d.ts +145 -0
- package/lib/seam/connect/routes/user-identities/user-identities.js +46 -0
- package/lib/seam/connect/routes/user-identities/user-identities.js.map +1 -1
- package/lib/seam/connect/routes/webhooks/webhooks.d.ts +33 -0
- package/lib/seam/connect/routes/webhooks/webhooks.js +15 -0
- package/lib/seam/connect/routes/webhooks/webhooks.js.map +1 -1
- package/lib/seam/connect/routes/workspaces/workspaces.d.ts +88 -0
- package/lib/seam/connect/routes/workspaces/workspaces.js +15 -0
- package/lib/seam/connect/routes/workspaces/workspaces.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/resources/access-code.ts +719 -35
- package/src/lib/seam/connect/resources/access-grant.ts +284 -16
- package/src/lib/seam/connect/resources/access-method.ts +205 -10
- package/src/lib/seam/connect/resources/acs-access-group.ts +247 -14
- package/src/lib/seam/connect/resources/acs-credential.ts +210 -5
- package/src/lib/seam/connect/resources/acs-encoder.ts +46 -0
- package/src/lib/seam/connect/resources/acs-entrance.ts +296 -4
- package/src/lib/seam/connect/resources/acs-system.ts +223 -9
- package/src/lib/seam/connect/resources/acs-user.ts +382 -16
- package/src/lib/seam/connect/resources/action-attempt.ts +956 -0
- package/src/lib/seam/connect/resources/batch.ts +3 -0
- package/src/lib/seam/connect/resources/client-session.ts +48 -0
- package/src/lib/seam/connect/resources/connect-webview.ts +70 -0
- package/src/lib/seam/connect/resources/connected-account.ts +277 -10
- package/src/lib/seam/connect/resources/customer-portal.ts +22 -0
- package/src/lib/seam/connect/resources/device-provider.ts +72 -0
- package/src/lib/seam/connect/resources/device.ts +2059 -39
- package/src/lib/seam/connect/resources/event.ts +4015 -0
- package/src/lib/seam/connect/resources/instant-key.ts +41 -0
- package/src/lib/seam/connect/resources/noise-threshold.ts +24 -0
- package/src/lib/seam/connect/resources/phone.ts +72 -0
- package/src/lib/seam/connect/resources/space.ts +54 -0
- package/src/lib/seam/connect/resources/thermostat-daily-program.ts +27 -0
- package/src/lib/seam/connect/resources/thermostat-schedule.ts +45 -0
- package/src/lib/seam/connect/resources/unmanaged-access-code.ts +580 -30
- package/src/lib/seam/connect/resources/unmanaged-access-grant.ts +272 -16
- package/src/lib/seam/connect/resources/unmanaged-access-method.ts +196 -10
- package/src/lib/seam/connect/resources/unmanaged-device.ts +727 -39
- package/src/lib/seam/connect/resources/unmanaged-user-identity.ts +84 -8
- package/src/lib/seam/connect/resources/user-identity.ts +87 -8
- package/src/lib/seam/connect/resources/webhook.ts +15 -0
- package/src/lib/seam/connect/resources/workspace.ts +46 -0
- package/src/lib/seam/connect/routes/access-codes/access-codes.ts +291 -0
- package/src/lib/seam/connect/routes/access-codes/simulate/simulate.ts +12 -0
- package/src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts +73 -0
- package/src/lib/seam/connect/routes/access-grants/access-grants.ts +180 -0
- package/src/lib/seam/connect/routes/access-grants/unmanaged/unmanaged.ts +43 -0
- package/src/lib/seam/connect/routes/access-methods/access-methods.ts +79 -0
- package/src/lib/seam/connect/routes/access-methods/unmanaged/unmanaged.ts +21 -0
- package/src/lib/seam/connect/routes/acs/access-groups/access-groups.ts +63 -0
- package/src/lib/seam/connect/routes/acs/credentials/credentials.ts +133 -0
- package/src/lib/seam/connect/routes/acs/encoders/encoders.ts +66 -0
- package/src/lib/seam/connect/routes/acs/encoders/simulate/simulate.ts +40 -0
- package/src/lib/seam/connect/routes/acs/entrances/entrances.ts +72 -0
- package/src/lib/seam/connect/routes/acs/systems/systems.ts +64 -0
- package/src/lib/seam/connect/routes/acs/users/users.ts +189 -0
- package/src/lib/seam/connect/routes/action-attempts/action-attempts.ts +21 -0
- package/src/lib/seam/connect/routes/client-sessions/client-sessions.ts +113 -0
- package/src/lib/seam/connect/routes/connect-webviews/connect-webviews.ts +76 -0
- package/src/lib/seam/connect/routes/connected-accounts/connected-accounts.ts +70 -0
- package/src/lib/seam/connect/routes/connected-accounts/simulate/simulate.ts +6 -0
- package/src/lib/seam/connect/routes/customers/customers.ts +1058 -0
- package/src/lib/seam/connect/routes/devices/devices.ts +123 -0
- package/src/lib/seam/connect/routes/devices/simulate/simulate.ts +42 -0
- package/src/lib/seam/connect/routes/devices/unmanaged/unmanaged.ts +80 -0
- package/src/lib/seam/connect/routes/events/events.ts +99 -0
- package/src/lib/seam/connect/routes/instant-keys/instant-keys.ts +21 -0
- package/src/lib/seam/connect/routes/locks/locks.ts +85 -0
- package/src/lib/seam/connect/routes/locks/simulate/simulate.ts +15 -0
- package/src/lib/seam/connect/routes/noise-sensors/noise-sensors.ts +51 -0
- package/src/lib/seam/connect/routes/noise-sensors/noise-thresholds/noise-thresholds.ts +66 -0
- package/src/lib/seam/connect/routes/noise-sensors/simulate/simulate.ts +6 -0
- package/src/lib/seam/connect/routes/phones/phones.ts +21 -0
- package/src/lib/seam/connect/routes/phones/simulate/simulate.ts +45 -0
- package/src/lib/seam/connect/routes/seam-http-endpoints-without-workspace.ts +6 -0
- package/src/lib/seam/connect/routes/seam-http-endpoints.ts +696 -0
- package/src/lib/seam/connect/routes/spaces/spaces.ts +166 -0
- package/src/lib/seam/connect/routes/thermostats/daily-programs/daily-programs.ts +42 -0
- package/src/lib/seam/connect/routes/thermostats/schedules/schedules.ts +69 -0
- package/src/lib/seam/connect/routes/thermostats/simulate/simulate.ts +33 -0
- package/src/lib/seam/connect/routes/thermostats/thermostats.ts +300 -0
- package/src/lib/seam/connect/routes/user-identities/unmanaged/unmanaged.ts +35 -0
- package/src/lib/seam/connect/routes/user-identities/user-identities.ts +146 -0
- package/src/lib/seam/connect/routes/webhooks/webhooks.ts +33 -0
- package/src/lib/seam/connect/routes/workspaces/workspaces.ts +88 -0
- package/src/lib/version.ts +1 -1
|
@@ -57,206 +57,902 @@ export declare class SeamHttpEndpoints {
|
|
|
57
57
|
static fromPersonalAccessToken(personalAccessToken: SeamHttpOptionsWithPersonalAccessToken['personalAccessToken'], workspaceId: SeamHttpOptionsWithPersonalAccessToken['workspaceId'], options?: Omit<SeamHttpOptionsWithPersonalAccessToken, 'personalAccessToken' | 'workspaceId'>): SeamHttpEndpoints;
|
|
58
58
|
createPaginator<const TResponse, const TResponseKey extends keyof TResponse>(request: SeamHttpRequest<TResponse, TResponseKey>): SeamPaginator<TResponse, TResponseKey>;
|
|
59
59
|
updateClientSessionToken(clientSessionToken: SeamHttpOptionsWithClientSessionToken['clientSessionToken']): Promise<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Creates a new [access code](https://docs.seam.co/low-level-apis/access-codes). For granting access, we recommend [Access Grants](https://docs.seam.co/use-cases/granting-access) instead: they work across both standalone smart locks and access control systems and manage the underlying codes for you. Use this low-level endpoint only when you need direct control over a code on a single device, such as setting a custom PIN value.
|
|
62
|
+
*/
|
|
60
63
|
get '/access_codes/create'(): (parameters: AccessCodesCreateParameters, options?: AccessCodesCreateOptions) => AccessCodesCreateRequest;
|
|
64
|
+
/**
|
|
65
|
+
* Creates new [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes) that share a common code across multiple devices.
|
|
66
|
+
*
|
|
67
|
+
* Users with more than one door lock in a property may want to create groups of linked access codes, all of which have the same code (PIN). For example, a short-term rental host may want to provide guests the same PIN for both a front door lock and a back door lock.
|
|
68
|
+
*
|
|
69
|
+
* If you specify a custom code, Seam assigns this custom code to each of the resulting access codes. However, in this case, Seam does not link these access codes together with a `common_code_key`. That is, `common_code_key` remains null for these access codes.
|
|
70
|
+
*
|
|
71
|
+
* If you want to change these access codes that are not linked by a `common_code_key`, you cannot use `/access_codes/update_multiple`. However, you can update each of these access codes individually, using `/access_codes/update`.
|
|
72
|
+
*
|
|
73
|
+
* See also [Creating and Updating Multiple Linked Access Codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/creating-and-updating-multiple-linked-access-codes).
|
|
74
|
+
*
|
|
75
|
+
* For granting a person access to a space, [Access Grants](https://docs.seam.co/use-cases/granting-access) are the default and recommended approach and work across both standalone smart locks and access systems. Use the lower-level Access Codes API directly only when you specifically need to manage individual PIN codes.
|
|
76
|
+
*/
|
|
61
77
|
get '/access_codes/create_multiple'(): (parameters: AccessCodesCreateMultipleParameters, options?: AccessCodesCreateMultipleOptions) => AccessCodesCreateMultipleRequest;
|
|
78
|
+
/**
|
|
79
|
+
* Deletes an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).
|
|
80
|
+
*/
|
|
62
81
|
get '/access_codes/delete'(): (parameters: AccessCodesDeleteParameters, options?: AccessCodesDeleteOptions) => AccessCodesDeleteRequest;
|
|
82
|
+
/**
|
|
83
|
+
* Generates a code for an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes), given a device ID.
|
|
84
|
+
*/
|
|
63
85
|
get '/access_codes/generate_code'(): (parameters: AccessCodesGenerateCodeParameters, options?: AccessCodesGenerateCodeOptions) => AccessCodesGenerateCodeRequest;
|
|
86
|
+
/**
|
|
87
|
+
* Returns a specified [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).
|
|
88
|
+
*
|
|
89
|
+
* You must specify either `access_code_id` or both `device_id` and `code`.
|
|
90
|
+
*/
|
|
64
91
|
get '/access_codes/get'(): (parameters?: AccessCodesGetParameters, options?: AccessCodesGetOptions) => AccessCodesGetRequest;
|
|
92
|
+
/**
|
|
93
|
+
* Returns a list of all [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes).
|
|
94
|
+
*
|
|
95
|
+
* Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.
|
|
96
|
+
*/
|
|
65
97
|
get '/access_codes/list'(): (parameters?: AccessCodesListParameters, options?: AccessCodesListOptions) => AccessCodesListRequest;
|
|
98
|
+
/**
|
|
99
|
+
* Retrieves a backup access code for an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). See also [Managing Backup Access Codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes).
|
|
100
|
+
*
|
|
101
|
+
* A backup access code pool is a collection of pre-programmed access codes stored on a device, ready for use. These codes are programmed in addition to the regular access codes on Seam, serving as a safety net for any issues with the primary codes. If there's ever a complication with a primary access code—be it due to intermittent connectivity, manual removal from a device, or provider outages—a backup code can be retrieved. Its end time can then be adjusted to align with the original code, facilitating seamless and uninterrupted access.
|
|
102
|
+
*
|
|
103
|
+
* You can pull a backup access code from the pool at any time. These backup codes are guaranteed to work immediately and automatically programmed to be removed from the device after the access code ends.
|
|
104
|
+
*
|
|
105
|
+
* You can only pull backup access codes for time-bound access codes.
|
|
106
|
+
*
|
|
107
|
+
* Before pulling a backup access code, make sure that the device's `properties.supports_backup_access_code_pool` is `true`. Then, to activate the backup pool, set `use_backup_access_code_pool` to `true` when creating an access code.
|
|
108
|
+
*/
|
|
66
109
|
get '/access_codes/pull_backup_access_code'(): (parameters: AccessCodesPullBackupAccessCodeParameters, options?: AccessCodesPullBackupAccessCodeOptions) => AccessCodesPullBackupAccessCodeRequest;
|
|
110
|
+
/**
|
|
111
|
+
* Enables you to report access code-related constraints for a device. Currently, supports reporting supported code length constraints for SmartThings devices.
|
|
112
|
+
*
|
|
113
|
+
* Specify either `supported_code_lengths` or `min_code_length`/`max_code_length`.
|
|
114
|
+
*/
|
|
67
115
|
get '/access_codes/report_device_constraints'(): (parameters: AccessCodesReportDeviceConstraintsParameters, options?: AccessCodesReportDeviceConstraintsOptions) => AccessCodesReportDeviceConstraintsRequest;
|
|
116
|
+
/**
|
|
117
|
+
* Updates a specified active or upcoming [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).
|
|
118
|
+
*
|
|
119
|
+
* See also [Modifying Access Codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/modifying-access-codes).
|
|
120
|
+
*/
|
|
68
121
|
get '/access_codes/update'(): (parameters: AccessCodesUpdateParameters, options?: AccessCodesUpdateOptions) => AccessCodesUpdateRequest;
|
|
122
|
+
/**
|
|
123
|
+
* Updates [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes) that share a common code across multiple devices.
|
|
124
|
+
*
|
|
125
|
+
* Specify the `common_code_key` to identify the set of access codes that you want to update.
|
|
126
|
+
*
|
|
127
|
+
* See also [Update Linked Access Codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/creating-and-updating-multiple-linked-access-codes#update-linked-access-codes).
|
|
128
|
+
*/
|
|
69
129
|
get '/access_codes/update_multiple'(): (parameters: AccessCodesUpdateMultipleParameters, options?: AccessCodesUpdateMultipleOptions) => AccessCodesUpdateMultipleRequest;
|
|
130
|
+
/**
|
|
131
|
+
* Simulates the creation of an [unmanaged access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) in a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
132
|
+
*/
|
|
70
133
|
get '/access_codes/simulate/create_unmanaged_access_code'(): (parameters: AccessCodesSimulateCreateUnmanagedAccessCodeParameters, options?: AccessCodesSimulateCreateUnmanagedAccessCodeOptions) => AccessCodesSimulateCreateUnmanagedAccessCodeRequest;
|
|
134
|
+
/**
|
|
135
|
+
* Converts an [unmanaged access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) to an [access code managed through Seam](https://docs.seam.co/low-level-apis/smart-locks/access-codes).
|
|
136
|
+
*
|
|
137
|
+
* An unmanaged access code has a limited set of operations that you can perform on it. Once you convert an unmanaged access code to a managed access code, the full set of access code operations and lifecycle events becomes available for it.
|
|
138
|
+
*
|
|
139
|
+
* Note that not all device providers support converting an unmanaged access code to a managed access code.
|
|
140
|
+
*/
|
|
71
141
|
get '/access_codes/unmanaged/convert_to_managed'(): (parameters: AccessCodesUnmanagedConvertToManagedParameters, options?: AccessCodesUnmanagedConvertToManagedOptions) => AccessCodesUnmanagedConvertToManagedRequest;
|
|
142
|
+
/**
|
|
143
|
+
* Deletes an [unmanaged access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes).
|
|
144
|
+
*/
|
|
72
145
|
get '/access_codes/unmanaged/delete'(): (parameters: AccessCodesUnmanagedDeleteParameters, options?: AccessCodesUnmanagedDeleteOptions) => AccessCodesUnmanagedDeleteRequest;
|
|
146
|
+
/**
|
|
147
|
+
* Returns a specified [unmanaged access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes).
|
|
148
|
+
*
|
|
149
|
+
* You must specify either `access_code_id` or both `device_id` and `code`.
|
|
150
|
+
*/
|
|
73
151
|
get '/access_codes/unmanaged/get'(): (parameters?: AccessCodesUnmanagedGetParameters, options?: AccessCodesUnmanagedGetOptions) => AccessCodesUnmanagedGetRequest;
|
|
152
|
+
/**
|
|
153
|
+
* Returns a list of all [unmanaged access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes).
|
|
154
|
+
*/
|
|
74
155
|
get '/access_codes/unmanaged/list'(): (parameters: AccessCodesUnmanagedListParameters, options?: AccessCodesUnmanagedListOptions) => AccessCodesUnmanagedListRequest;
|
|
156
|
+
/**
|
|
157
|
+
* Updates a specified [unmanaged access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes).
|
|
158
|
+
*/
|
|
75
159
|
get '/access_codes/unmanaged/update'(): (parameters: AccessCodesUnmanagedUpdateParameters, options?: AccessCodesUnmanagedUpdateOptions) => AccessCodesUnmanagedUpdateRequest;
|
|
160
|
+
/**
|
|
161
|
+
* Creates a new [Access Grant](https://docs.seam.co/use-cases/granting-access/access-grants). Access Grants are the default and recommended way to grant a user access to any physical space, irrespective of the locking hardware. They work with both standalone smart locks (using `device_ids`) and access control systems (using `acs_entrance_ids` or `space_ids`), and can issue PIN codes, key cards, and mobile keys through a single request.
|
|
162
|
+
*/
|
|
76
163
|
get '/access_grants/create'(): (parameters: AccessGrantsCreateParameters, options?: AccessGrantsCreateOptions) => AccessGrantsCreateRequest;
|
|
164
|
+
/**
|
|
165
|
+
* Delete an Access Grant.
|
|
166
|
+
*/
|
|
77
167
|
get '/access_grants/delete'(): (parameters: AccessGrantsDeleteParameters, options?: AccessGrantsDeleteOptions) => AccessGrantsDeleteRequest;
|
|
168
|
+
/**
|
|
169
|
+
* Get an Access Grant.
|
|
170
|
+
*/
|
|
78
171
|
get '/access_grants/get'(): (parameters?: AccessGrantsGetParameters, options?: AccessGrantsGetOptions) => AccessGrantsGetRequest;
|
|
172
|
+
/**
|
|
173
|
+
* Gets all related resources for one or more Access Grants.
|
|
174
|
+
*/
|
|
79
175
|
get '/access_grants/get_related'(): (parameters?: AccessGrantsGetRelatedParameters, options?: AccessGrantsGetRelatedOptions) => AccessGrantsGetRelatedRequest;
|
|
176
|
+
/**
|
|
177
|
+
* Gets an Access Grant.
|
|
178
|
+
*/
|
|
80
179
|
get '/access_grants/list'(): (parameters?: AccessGrantsListParameters, options?: AccessGrantsListOptions) => AccessGrantsListRequest;
|
|
180
|
+
/**
|
|
181
|
+
* Adds additional requested access methods to an existing Access Grant.
|
|
182
|
+
*/
|
|
81
183
|
get '/access_grants/request_access_methods'(): (parameters: AccessGrantsRequestAccessMethodsParameters, options?: AccessGrantsRequestAccessMethodsOptions) => AccessGrantsRequestAccessMethodsRequest;
|
|
184
|
+
/**
|
|
185
|
+
* Updates an existing Access Grant's time window.
|
|
186
|
+
*/
|
|
82
187
|
get '/access_grants/update'(): (parameters?: AccessGrantsUpdateParameters, options?: AccessGrantsUpdateOptions) => AccessGrantsUpdateRequest;
|
|
188
|
+
/**
|
|
189
|
+
* Get an unmanaged Access Grant (where is_managed = false).
|
|
190
|
+
*/
|
|
83
191
|
get '/access_grants/unmanaged/get'(): (parameters: AccessGrantsUnmanagedGetParameters, options?: AccessGrantsUnmanagedGetOptions) => AccessGrantsUnmanagedGetRequest;
|
|
192
|
+
/**
|
|
193
|
+
* Gets unmanaged Access Grants (where is_managed = false).
|
|
194
|
+
*/
|
|
84
195
|
get '/access_grants/unmanaged/list'(): (parameters?: AccessGrantsUnmanagedListParameters, options?: AccessGrantsUnmanagedListOptions) => AccessGrantsUnmanagedListRequest;
|
|
196
|
+
/**
|
|
197
|
+
* Updates an unmanaged Access Grant to make it managed.
|
|
198
|
+
*
|
|
199
|
+
* This endpoint can only be used to convert unmanaged access grants to managed ones by setting `is_managed` to `true`. It cannot be used to convert managed access grants back to unmanaged.
|
|
200
|
+
*
|
|
201
|
+
* When converting an unmanaged access grant to managed, all associated access methods will also be converted to managed.
|
|
202
|
+
*/
|
|
85
203
|
get '/access_grants/unmanaged/update'(): (parameters: AccessGrantsUnmanagedUpdateParameters, options?: AccessGrantsUnmanagedUpdateOptions) => AccessGrantsUnmanagedUpdateRequest;
|
|
204
|
+
/**
|
|
205
|
+
* Assigns a pre-registered card credential, identified by `card_number`, to a card-mode access method. Use this endpoint for access systems that use pre-registered cards, where a physical card must be associated with an access method before it can be used for access. Assigning a card credential also triggers issuance of the access method.
|
|
206
|
+
*/
|
|
86
207
|
get '/access_methods/assign_card'(): (parameters: AccessMethodsAssignCardParameters, options?: AccessMethodsAssignCardOptions) => AccessMethodsAssignCardRequest;
|
|
208
|
+
/**
|
|
209
|
+
* Deletes an access method.
|
|
210
|
+
*/
|
|
87
211
|
get '/access_methods/delete'(): (parameters?: AccessMethodsDeleteParameters, options?: AccessMethodsDeleteOptions) => AccessMethodsDeleteRequest;
|
|
212
|
+
/**
|
|
213
|
+
* Encodes an existing access method onto a plastic card placed on the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).
|
|
214
|
+
*/
|
|
88
215
|
get '/access_methods/encode'(): (parameters: AccessMethodsEncodeParameters, options?: AccessMethodsEncodeOptions) => AccessMethodsEncodeRequest;
|
|
216
|
+
/**
|
|
217
|
+
* Gets an access method.
|
|
218
|
+
*/
|
|
89
219
|
get '/access_methods/get'(): (parameters: AccessMethodsGetParameters, options?: AccessMethodsGetOptions) => AccessMethodsGetRequest;
|
|
220
|
+
/**
|
|
221
|
+
* Gets all related resources for one or more Access Methods.
|
|
222
|
+
*/
|
|
90
223
|
get '/access_methods/get_related'(): (parameters: AccessMethodsGetRelatedParameters, options?: AccessMethodsGetRelatedOptions) => AccessMethodsGetRelatedRequest;
|
|
224
|
+
/**
|
|
225
|
+
* Lists all access methods, usually filtered by Access Grant.
|
|
226
|
+
*/
|
|
91
227
|
get '/access_methods/list'(): (parameters?: AccessMethodsListParameters, options?: AccessMethodsListOptions) => AccessMethodsListRequest;
|
|
228
|
+
/**
|
|
229
|
+
* Remotely unlocks a specified [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) using the cloud key credential associated with an access method. Returns an action attempt that tracks the progress of the unlock operation.
|
|
230
|
+
*/
|
|
92
231
|
get '/access_methods/unlock_door'(): (parameters: AccessMethodsUnlockDoorParameters, options?: AccessMethodsUnlockDoorOptions) => AccessMethodsUnlockDoorRequest;
|
|
232
|
+
/**
|
|
233
|
+
* Gets an unmanaged access method (where is_managed = false).
|
|
234
|
+
*/
|
|
93
235
|
get '/access_methods/unmanaged/get'(): (parameters: AccessMethodsUnmanagedGetParameters, options?: AccessMethodsUnmanagedGetOptions) => AccessMethodsUnmanagedGetRequest;
|
|
236
|
+
/**
|
|
237
|
+
* Lists all unmanaged access methods (where is_managed = false), usually filtered by Access Grant.
|
|
238
|
+
*/
|
|
94
239
|
get '/access_methods/unmanaged/list'(): (parameters: AccessMethodsUnmanagedListParameters, options?: AccessMethodsUnmanagedListOptions) => AccessMethodsUnmanagedListRequest;
|
|
240
|
+
/**
|
|
241
|
+
* Adds a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) to a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
242
|
+
*/
|
|
95
243
|
get '/acs/access_groups/add_user'(): (parameters: AcsAccessGroupsAddUserParameters, options?: AcsAccessGroupsAddUserOptions) => AcsAccessGroupsAddUserRequest;
|
|
244
|
+
/**
|
|
245
|
+
* Deletes a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
246
|
+
*/
|
|
96
247
|
get '/acs/access_groups/delete'(): (parameters: AcsAccessGroupsDeleteParameters, options?: AcsAccessGroupsDeleteOptions) => AcsAccessGroupsDeleteRequest;
|
|
248
|
+
/**
|
|
249
|
+
* Returns a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
250
|
+
*/
|
|
97
251
|
get '/acs/access_groups/get'(): (parameters: AcsAccessGroupsGetParameters, options?: AcsAccessGroupsGetOptions) => AcsAccessGroupsGetRequest;
|
|
252
|
+
/**
|
|
253
|
+
* Returns a list of all [access groups](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
254
|
+
*/
|
|
98
255
|
get '/acs/access_groups/list'(): (parameters?: AcsAccessGroupsListParameters, options?: AcsAccessGroupsListOptions) => AcsAccessGroupsListRequest;
|
|
256
|
+
/**
|
|
257
|
+
* Returns a list of all accessible entrances for a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
258
|
+
*/
|
|
99
259
|
get '/acs/access_groups/list_accessible_entrances'(): (parameters: AcsAccessGroupsListAccessibleEntrancesParameters, options?: AcsAccessGroupsListAccessibleEntrancesOptions) => AcsAccessGroupsListAccessibleEntrancesRequest;
|
|
260
|
+
/**
|
|
261
|
+
* Returns a list of all [access system users](https://docs.seam.co/low-level-apis/access-systems/user-management) in an [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
262
|
+
*/
|
|
100
263
|
get '/acs/access_groups/list_users'(): (parameters: AcsAccessGroupsListUsersParameters, options?: AcsAccessGroupsListUsersOptions) => AcsAccessGroupsListUsersRequest;
|
|
264
|
+
/**
|
|
265
|
+
* Removes a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) from a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
266
|
+
*/
|
|
101
267
|
get '/acs/access_groups/remove_user'(): (parameters: AcsAccessGroupsRemoveUserParameters, options?: AcsAccessGroupsRemoveUserOptions) => AcsAccessGroupsRemoveUserRequest;
|
|
268
|
+
/**
|
|
269
|
+
* Assigns a specified [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) to a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
270
|
+
*/
|
|
102
271
|
get '/acs/credentials/assign'(): (parameters: AcsCredentialsAssignParameters, options?: AcsCredentialsAssignOptions) => AcsCredentialsAssignRequest;
|
|
272
|
+
/**
|
|
273
|
+
* Creates a new [credential](https://docs.seam.co/low-level-apis/managing-credentials) for a specified [ACS user](https://docs.seam.co/low-level-apis/access-systems/user-management). For granting access, we recommend [Access Grants](https://docs.seam.co/use-cases/granting-access) instead: they create and manage the underlying credentials for you, across access systems and standalone smart locks alike. Use this low-level endpoint only when you need direct control over an individual ACS credential.
|
|
274
|
+
*/
|
|
103
275
|
get '/acs/credentials/create'(): (parameters: AcsCredentialsCreateParameters, options?: AcsCredentialsCreateOptions) => AcsCredentialsCreateRequest;
|
|
276
|
+
/**
|
|
277
|
+
* Deletes a specified [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).
|
|
278
|
+
*/
|
|
104
279
|
get '/acs/credentials/delete'(): (parameters: AcsCredentialsDeleteParameters, options?: AcsCredentialsDeleteOptions) => AcsCredentialsDeleteRequest;
|
|
280
|
+
/**
|
|
281
|
+
* Returns a specified [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).
|
|
282
|
+
*/
|
|
105
283
|
get '/acs/credentials/get'(): (parameters: AcsCredentialsGetParameters, options?: AcsCredentialsGetOptions) => AcsCredentialsGetRequest;
|
|
284
|
+
/**
|
|
285
|
+
* Returns a list of all [credentials](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).
|
|
286
|
+
*/
|
|
106
287
|
get '/acs/credentials/list'(): (parameters?: AcsCredentialsListParameters, options?: AcsCredentialsListOptions) => AcsCredentialsListRequest;
|
|
288
|
+
/**
|
|
289
|
+
* Returns a list of all [entrances](https://docs.seam.co/api/acs/entrances) to which a [credential](https://docs.seam.co/api/acs/credentials) grants access.
|
|
290
|
+
*/
|
|
107
291
|
get '/acs/credentials/list_accessible_entrances'(): (parameters: AcsCredentialsListAccessibleEntrancesParameters, options?: AcsCredentialsListAccessibleEntrancesOptions) => AcsCredentialsListAccessibleEntrancesRequest;
|
|
292
|
+
/**
|
|
293
|
+
* Unassigns a specified [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) from a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
294
|
+
*/
|
|
108
295
|
get '/acs/credentials/unassign'(): (parameters: AcsCredentialsUnassignParameters, options?: AcsCredentialsUnassignOptions) => AcsCredentialsUnassignRequest;
|
|
296
|
+
/**
|
|
297
|
+
* Updates the code and ends at date and time for a specified [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).
|
|
298
|
+
*/
|
|
109
299
|
get '/acs/credentials/update'(): (parameters: AcsCredentialsUpdateParameters, options?: AcsCredentialsUpdateOptions) => AcsCredentialsUpdateRequest;
|
|
300
|
+
/**
|
|
301
|
+
* Encodes an existing [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) onto a plastic card placed on the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). Either provide an `acs_credential_id` or an `access_method_id`
|
|
302
|
+
*/
|
|
110
303
|
get '/acs/encoders/encode_credential'(): (parameters: AcsEncodersEncodeCredentialParameters, options?: AcsEncodersEncodeCredentialOptions) => AcsEncodersEncodeCredentialRequest;
|
|
304
|
+
/**
|
|
305
|
+
* Returns a specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).
|
|
306
|
+
*/
|
|
111
307
|
get '/acs/encoders/get'(): (parameters: AcsEncodersGetParameters, options?: AcsEncodersGetOptions) => AcsEncodersGetRequest;
|
|
308
|
+
/**
|
|
309
|
+
* Returns a list of all [encoders](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).
|
|
310
|
+
*/
|
|
112
311
|
get '/acs/encoders/list'(): (parameters?: AcsEncodersListParameters, options?: AcsEncodersListOptions) => AcsEncodersListRequest;
|
|
312
|
+
/**
|
|
313
|
+
* Scans an encoded [acs_credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) from a plastic card placed on the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).
|
|
314
|
+
*/
|
|
113
315
|
get '/acs/encoders/scan_credential'(): (parameters: AcsEncodersScanCredentialParameters, options?: AcsEncodersScanCredentialOptions) => AcsEncodersScanCredentialRequest;
|
|
316
|
+
/**
|
|
317
|
+
* Scans a physical card placed on the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners) and assigns the scanned credential to an ACS user. Provide either an `acs_user_id` or a `user_identity_id`.
|
|
318
|
+
*/
|
|
114
319
|
get '/acs/encoders/scan_to_assign_credential'(): (parameters: AcsEncodersScanToAssignCredentialParameters, options?: AcsEncodersScanToAssignCredentialOptions) => AcsEncodersScanToAssignCredentialRequest;
|
|
320
|
+
/**
|
|
321
|
+
* Simulates that the next attempt to encode a [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) using the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners) will fail. You can only perform this action within a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
322
|
+
*/
|
|
115
323
|
get '/acs/encoders/simulate/next_credential_encode_will_fail'(): (parameters: AcsEncodersSimulateNextCredentialEncodeWillFailParameters, options?: AcsEncodersSimulateNextCredentialEncodeWillFailOptions) => AcsEncodersSimulateNextCredentialEncodeWillFailRequest;
|
|
324
|
+
/**
|
|
325
|
+
* Simulates that the next attempt to encode a [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) using the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners) will succeed. You can only perform this action within a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
326
|
+
*/
|
|
116
327
|
get '/acs/encoders/simulate/next_credential_encode_will_succeed'(): (parameters: AcsEncodersSimulateNextCredentialEncodeWillSucceedParameters, options?: AcsEncodersSimulateNextCredentialEncodeWillSucceedOptions) => AcsEncodersSimulateNextCredentialEncodeWillSucceedRequest;
|
|
328
|
+
/**
|
|
329
|
+
* Simulates that the next attempt to scan a [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) using the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners) will fail. You can only perform this action within a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
330
|
+
*/
|
|
117
331
|
get '/acs/encoders/simulate/next_credential_scan_will_fail'(): (parameters: AcsEncodersSimulateNextCredentialScanWillFailParameters, options?: AcsEncodersSimulateNextCredentialScanWillFailOptions) => AcsEncodersSimulateNextCredentialScanWillFailRequest;
|
|
332
|
+
/**
|
|
333
|
+
* Simulates that the next attempt to scan a [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) using the specified [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners) will succeed. You can only perform this action within a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
334
|
+
*/
|
|
118
335
|
get '/acs/encoders/simulate/next_credential_scan_will_succeed'(): (parameters: AcsEncodersSimulateNextCredentialScanWillSucceedParameters, options?: AcsEncodersSimulateNextCredentialScanWillSucceedOptions) => AcsEncodersSimulateNextCredentialScanWillSucceedRequest;
|
|
336
|
+
/**
|
|
337
|
+
* Returns a specified [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
338
|
+
*/
|
|
119
339
|
get '/acs/entrances/get'(): (parameters: AcsEntrancesGetParameters, options?: AcsEntrancesGetOptions) => AcsEntrancesGetRequest;
|
|
340
|
+
/**
|
|
341
|
+
* Grants a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) access to a specified [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
342
|
+
*/
|
|
120
343
|
get '/acs/entrances/grant_access'(): (parameters: AcsEntrancesGrantAccessParameters, options?: AcsEntrancesGrantAccessOptions) => AcsEntrancesGrantAccessRequest;
|
|
344
|
+
/**
|
|
345
|
+
* Returns a list of all [access system entrances](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
346
|
+
*/
|
|
121
347
|
get '/acs/entrances/list'(): (parameters?: AcsEntrancesListParameters, options?: AcsEntrancesListOptions) => AcsEntrancesListRequest;
|
|
348
|
+
/**
|
|
349
|
+
* Returns a list of all [credentials](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) with access to a specified [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
|
|
350
|
+
*/
|
|
122
351
|
get '/acs/entrances/list_credentials_with_access'(): (parameters: AcsEntrancesListCredentialsWithAccessParameters, options?: AcsEntrancesListCredentialsWithAccessOptions) => AcsEntrancesListCredentialsWithAccessRequest;
|
|
352
|
+
/**
|
|
353
|
+
* Remotely unlocks a specified [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) using a cloud_key credential. Returns an action attempt that tracks the progress of the unlock operation.
|
|
354
|
+
*/
|
|
123
355
|
get '/acs/entrances/unlock'(): (parameters: AcsEntrancesUnlockParameters, options?: AcsEntrancesUnlockOptions) => AcsEntrancesUnlockRequest;
|
|
356
|
+
/**
|
|
357
|
+
* Returns a specified [access system](https://docs.seam.co/low-level-apis/access-systems).
|
|
358
|
+
*/
|
|
124
359
|
get '/acs/systems/get'(): (parameters: AcsSystemsGetParameters, options?: AcsSystemsGetOptions) => AcsSystemsGetRequest;
|
|
360
|
+
/**
|
|
361
|
+
* Returns a list of all [access systems](https://docs.seam.co/low-level-apis/access-systems).
|
|
362
|
+
*
|
|
363
|
+
* To filter the list of returned access systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access systems connected to your workspace.
|
|
364
|
+
*/
|
|
125
365
|
get '/acs/systems/list'(): (parameters?: AcsSystemsListParameters, options?: AcsSystemsListOptions) => AcsSystemsListRequest;
|
|
366
|
+
/**
|
|
367
|
+
* Returns a list of all credential manager systems that are compatible with a specified [access system](https://docs.seam.co/low-level-apis/access-systems).
|
|
368
|
+
*
|
|
369
|
+
* Specify the access system for which you want to retrieve all compatible credential manager systems by including the corresponding `acs_system_id` in the request body.
|
|
370
|
+
*/
|
|
126
371
|
get '/acs/systems/list_compatible_credential_manager_acs_systems'(): (parameters: AcsSystemsListCompatibleCredentialManagerAcsSystemsParameters, options?: AcsSystemsListCompatibleCredentialManagerAcsSystemsOptions) => AcsSystemsListCompatibleCredentialManagerAcsSystemsRequest;
|
|
372
|
+
/**
|
|
373
|
+
* Reports ACS system device status including encoders and entrances.
|
|
374
|
+
*/
|
|
127
375
|
get '/acs/systems/report_devices'(): (parameters: AcsSystemsReportDevicesParameters, options?: AcsSystemsReportDevicesOptions) => AcsSystemsReportDevicesRequest;
|
|
376
|
+
/**
|
|
377
|
+
* Adds a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) to a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
378
|
+
*/
|
|
128
379
|
get '/acs/users/add_to_access_group'(): (parameters: AcsUsersAddToAccessGroupParameters, options?: AcsUsersAddToAccessGroupOptions) => AcsUsersAddToAccessGroupRequest;
|
|
380
|
+
/**
|
|
381
|
+
* Creates a new [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
382
|
+
*/
|
|
129
383
|
get '/acs/users/create'(): (parameters: AcsUsersCreateParameters, options?: AcsUsersCreateOptions) => AcsUsersCreateRequest;
|
|
384
|
+
/**
|
|
385
|
+
* Deletes a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) and invalidates the access system user's [credentials](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).
|
|
386
|
+
*/
|
|
130
387
|
get '/acs/users/delete'(): (parameters?: AcsUsersDeleteParameters, options?: AcsUsersDeleteOptions) => AcsUsersDeleteRequest;
|
|
388
|
+
/**
|
|
389
|
+
* Returns a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
390
|
+
*/
|
|
131
391
|
get '/acs/users/get'(): (parameters?: AcsUsersGetParameters, options?: AcsUsersGetOptions) => AcsUsersGetRequest;
|
|
392
|
+
/**
|
|
393
|
+
* Returns a list of all [access system users](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
394
|
+
*/
|
|
132
395
|
get '/acs/users/list'(): (parameters?: AcsUsersListParameters, options?: AcsUsersListOptions) => AcsUsersListRequest;
|
|
396
|
+
/**
|
|
397
|
+
* Lists the [entrances](https://docs.seam.co/api/acs/entrances) to which a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) has access.
|
|
398
|
+
*/
|
|
133
399
|
get '/acs/users/list_accessible_entrances'(): (parameters?: AcsUsersListAccessibleEntrancesParameters, options?: AcsUsersListAccessibleEntrancesOptions) => AcsUsersListAccessibleEntrancesRequest;
|
|
400
|
+
/**
|
|
401
|
+
* Removes a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) from a specified [access group](https://docs.seam.co/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).
|
|
402
|
+
*/
|
|
134
403
|
get '/acs/users/remove_from_access_group'(): (parameters: AcsUsersRemoveFromAccessGroupParameters, options?: AcsUsersRemoveFromAccessGroupOptions) => AcsUsersRemoveFromAccessGroupRequest;
|
|
404
|
+
/**
|
|
405
|
+
* Revokes access to all [entrances](https://docs.seam.co/api/acs/entrances) for a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
406
|
+
*/
|
|
135
407
|
get '/acs/users/revoke_access_to_all_entrances'(): (parameters?: AcsUsersRevokeAccessToAllEntrancesParameters, options?: AcsUsersRevokeAccessToAllEntrancesOptions) => AcsUsersRevokeAccessToAllEntrancesRequest;
|
|
408
|
+
/**
|
|
409
|
+
* [Suspends](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users#suspend-an-acs-user) a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). Suspending an access system user revokes their access temporarily. To restore an access system user's access, you can [unsuspend](https://docs.seam.co/api/acs/users/unsuspend) them.
|
|
410
|
+
*/
|
|
136
411
|
get '/acs/users/suspend'(): (parameters?: AcsUsersSuspendParameters, options?: AcsUsersSuspendOptions) => AcsUsersSuspendRequest;
|
|
412
|
+
/**
|
|
413
|
+
* [Unsuspends](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users#unsuspend-an-acs-user) a specified suspended [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). While [suspending an access system user](https://docs.seam.co/api/acs/users/suspend) revokes their access temporarily, unsuspending the access system user restores their access.
|
|
414
|
+
*/
|
|
137
415
|
get '/acs/users/unsuspend'(): (parameters?: AcsUsersUnsuspendParameters, options?: AcsUsersUnsuspendOptions) => AcsUsersUnsuspendRequest;
|
|
416
|
+
/**
|
|
417
|
+
* Updates the properties of a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
418
|
+
*/
|
|
138
419
|
get '/acs/users/update'(): (parameters?: AcsUsersUpdateParameters, options?: AcsUsersUpdateOptions) => AcsUsersUpdateRequest;
|
|
420
|
+
/**
|
|
421
|
+
* Returns a specified [action attempt](https://docs.seam.co/core-concepts/action-attempts).
|
|
422
|
+
*/
|
|
139
423
|
get '/action_attempts/get'(): (parameters: ActionAttemptsGetParameters, options?: ActionAttemptsGetOptions) => ActionAttemptsGetRequest;
|
|
424
|
+
/**
|
|
425
|
+
* Returns a list of the [action attempts](https://docs.seam.co/core-concepts/action-attempts) that you specify as an array of `action_attempt_id`s.
|
|
426
|
+
*/
|
|
140
427
|
get '/action_attempts/list'(): (parameters?: ActionAttemptsListParameters, options?: ActionAttemptsListOptions) => ActionAttemptsListRequest;
|
|
428
|
+
/**
|
|
429
|
+
* Creates a new [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).
|
|
430
|
+
*/
|
|
141
431
|
get '/client_sessions/create'(): (parameters?: ClientSessionsCreateParameters, options?: ClientSessionsCreateOptions) => ClientSessionsCreateRequest;
|
|
432
|
+
/**
|
|
433
|
+
* Deletes a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).
|
|
434
|
+
*/
|
|
142
435
|
get '/client_sessions/delete'(): (parameters: ClientSessionsDeleteParameters, options?: ClientSessionsDeleteOptions) => ClientSessionsDeleteRequest;
|
|
436
|
+
/**
|
|
437
|
+
* Returns a specified [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).
|
|
438
|
+
*/
|
|
143
439
|
get '/client_sessions/get'(): (parameters?: ClientSessionsGetParameters, options?: ClientSessionsGetOptions) => ClientSessionsGetRequest;
|
|
440
|
+
/**
|
|
441
|
+
* Returns a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) with specific characteristics or creates a new client session with these characteristics if it does not yet exist.
|
|
442
|
+
*/
|
|
144
443
|
get '/client_sessions/get_or_create'(): (parameters?: ClientSessionsGetOrCreateParameters, options?: ClientSessionsGetOrCreateOptions) => ClientSessionsGetOrCreateRequest;
|
|
444
|
+
/**
|
|
445
|
+
* Grants a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) access to one or more resources, such as [Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews), [user identities](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity), and so on.
|
|
446
|
+
*/
|
|
145
447
|
get '/client_sessions/grant_access'(): (parameters?: ClientSessionsGrantAccessParameters, options?: ClientSessionsGrantAccessOptions) => ClientSessionsGrantAccessRequest;
|
|
448
|
+
/**
|
|
449
|
+
* Returns a list of all [client sessions](https://docs.seam.co/core-concepts/authentication/client-session-tokens).
|
|
450
|
+
*/
|
|
146
451
|
get '/client_sessions/list'(): (parameters?: ClientSessionsListParameters, options?: ClientSessionsListOptions) => ClientSessionsListRequest;
|
|
452
|
+
/**
|
|
453
|
+
* Revokes a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).
|
|
454
|
+
*
|
|
455
|
+
* Note that [deleting a client session](https://docs.seam.co/api/client_sessions/delete) is a separate action.
|
|
456
|
+
*/
|
|
147
457
|
get '/client_sessions/revoke'(): (parameters: ClientSessionsRevokeParameters, options?: ClientSessionsRevokeOptions) => ClientSessionsRevokeRequest;
|
|
458
|
+
/**
|
|
459
|
+
* Creates a new [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).
|
|
460
|
+
*
|
|
461
|
+
* To enable a user to connect their devices or systems to Seam, they must sign in to their device or system account. To enable a user to sign in, you create a `connect_webview`. After creating the Connect Webview, you receive a URL that you can use to display the visual component of this Connect Webview for your user. You can open an iframe or new window to display the Connect Webview.
|
|
462
|
+
*
|
|
463
|
+
* You should make a new `connect_webview` for each unique login request. Each `connect_webview` tracks the user that signed in with it. You receive an error if you reuse a Connect Webview for the same user twice or if you use the same Connect Webview for multiple users.
|
|
464
|
+
*
|
|
465
|
+
* See also: [Connect Webview Process](https://docs.seam.co/core-concepts/connect-webviews/connect-webview-process).
|
|
466
|
+
*/
|
|
148
467
|
get '/connect_webviews/create'(): (parameters?: ConnectWebviewsCreateParameters, options?: ConnectWebviewsCreateOptions) => ConnectWebviewsCreateRequest;
|
|
468
|
+
/**
|
|
469
|
+
* Deletes a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).
|
|
470
|
+
*
|
|
471
|
+
* You do not need to delete a Connect Webview once a user completes it. Instead, you can simply ignore completed Connect Webviews.
|
|
472
|
+
*/
|
|
149
473
|
get '/connect_webviews/delete'(): (parameters: ConnectWebviewsDeleteParameters, options?: ConnectWebviewsDeleteOptions) => ConnectWebviewsDeleteRequest;
|
|
474
|
+
/**
|
|
475
|
+
* Returns a specified [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).
|
|
476
|
+
*
|
|
477
|
+
* Unless you're using a `custom_redirect_url`, you should poll a newly-created `connect_webview` to find out if the user has signed in or to get details about what devices they've connected.
|
|
478
|
+
*/
|
|
150
479
|
get '/connect_webviews/get'(): (parameters: ConnectWebviewsGetParameters, options?: ConnectWebviewsGetOptions) => ConnectWebviewsGetRequest;
|
|
480
|
+
/**
|
|
481
|
+
* Returns a list of all [Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews).
|
|
482
|
+
*/
|
|
151
483
|
get '/connect_webviews/list'(): (parameters?: ConnectWebviewsListParameters, options?: ConnectWebviewsListOptions) => ConnectWebviewsListRequest;
|
|
484
|
+
/**
|
|
485
|
+
* Deletes a specified [connected account](https://docs.seam.co/core-concepts/connected-accounts).
|
|
486
|
+
*
|
|
487
|
+
* Deleting a connected account triggers a `connected_account.deleted` event and removes the connected account and all data associated with the connected account from Seam, including devices, events, access codes, and so on. For every deleted resource, Seam sends a corresponding deleted event, but the resource is not deleted from the provider.
|
|
488
|
+
*
|
|
489
|
+
* For example, if you delete a connected account with a device that has an access code, Seam sends a `connected_account.deleted` event, a `device.deleted` event, and an `access_code.deleted` event, but Seam does not remove the access code from the device.
|
|
490
|
+
*/
|
|
152
491
|
get '/connected_accounts/delete'(): (parameters: ConnectedAccountsDeleteParameters, options?: ConnectedAccountsDeleteOptions) => ConnectedAccountsDeleteRequest;
|
|
492
|
+
/**
|
|
493
|
+
* Returns a specified [connected account](https://docs.seam.co/core-concepts/connected-accounts).
|
|
494
|
+
*/
|
|
153
495
|
get '/connected_accounts/get'(): (parameters?: ConnectedAccountsGetParameters, options?: ConnectedAccountsGetOptions) => ConnectedAccountsGetRequest;
|
|
496
|
+
/**
|
|
497
|
+
* Returns a list of all [connected accounts](https://docs.seam.co/core-concepts/connected-accounts).
|
|
498
|
+
*/
|
|
154
499
|
get '/connected_accounts/list'(): (parameters?: ConnectedAccountsListParameters, options?: ConnectedAccountsListOptions) => ConnectedAccountsListRequest;
|
|
500
|
+
/**
|
|
501
|
+
* Request a [connected account](https://docs.seam.co/core-concepts/connected-accounts) sync attempt for the specified `connected_account_id`.
|
|
502
|
+
*/
|
|
155
503
|
get '/connected_accounts/sync'(): (parameters: ConnectedAccountsSyncParameters, options?: ConnectedAccountsSyncOptions) => ConnectedAccountsSyncRequest;
|
|
504
|
+
/**
|
|
505
|
+
* Updates a [connected account](https://docs.seam.co/core-concepts/connected-accounts).
|
|
506
|
+
*/
|
|
156
507
|
get '/connected_accounts/update'(): (parameters: ConnectedAccountsUpdateParameters, options?: ConnectedAccountsUpdateOptions) => ConnectedAccountsUpdateRequest;
|
|
508
|
+
/**
|
|
509
|
+
* Simulates a connected account becoming disconnected from Seam. Only applicable for [sandbox workspaces](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
510
|
+
*/
|
|
157
511
|
get '/connected_accounts/simulate/disconnect'(): (parameters: ConnectedAccountsSimulateDisconnectParameters, options?: ConnectedAccountsSimulateDisconnectOptions) => ConnectedAccountsSimulateDisconnectRequest;
|
|
512
|
+
/**
|
|
513
|
+
* Creates a new customer portal magic link with configurable features.
|
|
514
|
+
*/
|
|
158
515
|
get '/customers/create_portal'(): (parameters?: CustomersCreatePortalParameters, options?: CustomersCreatePortalOptions) => CustomersCreatePortalRequest;
|
|
516
|
+
/**
|
|
517
|
+
* Deletes customer data including resources like spaces, properties, rooms, users, etc.
|
|
518
|
+
* This will delete the partner resources and any related Seam resources (user identities, access grants, spaces).
|
|
519
|
+
*/
|
|
159
520
|
get '/customers/delete_data'(): (parameters?: CustomersDeleteDataParameters, options?: CustomersDeleteDataOptions) => CustomersDeleteDataRequest;
|
|
521
|
+
/**
|
|
522
|
+
* Pushes customer data including resources like spaces, properties, rooms, users, etc.
|
|
523
|
+
*/
|
|
160
524
|
get '/customers/push_data'(): (parameters: CustomersPushDataParameters, options?: CustomersPushDataOptions) => CustomersPushDataRequest;
|
|
525
|
+
/**
|
|
526
|
+
* Returns a specified [device](https://docs.seam.co/core-concepts/devices).
|
|
527
|
+
*
|
|
528
|
+
* You must specify either `device_id` or `name`.
|
|
529
|
+
*/
|
|
161
530
|
get '/devices/get'(): (parameters?: DevicesGetParameters, options?: DevicesGetOptions) => DevicesGetRequest;
|
|
531
|
+
/**
|
|
532
|
+
* Returns a list of all [devices](https://docs.seam.co/core-concepts/devices).
|
|
533
|
+
*/
|
|
162
534
|
get '/devices/list'(): (parameters?: DevicesListParameters, options?: DevicesListOptions) => DevicesListRequest;
|
|
535
|
+
/**
|
|
536
|
+
* Returns a list of all device providers.
|
|
537
|
+
*
|
|
538
|
+
* The information that this endpoint returns for each provider includes a set of [capability flags](https://docs.seam.co/capability-guides/device-and-system-capabilities#capability-flags), such as `device_provider.can_remotely_unlock`. If at least one supported device from a provider has a specific capability, the corresponding capability flag is `true`.
|
|
539
|
+
*
|
|
540
|
+
* When you create a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews), you can customize the providers—that is, the brands—that it displays. In the `/connect_webviews/create` request, include the desired set of device provider keys in the `accepted_providers` parameter. See also [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).
|
|
541
|
+
*/
|
|
163
542
|
get '/devices/list_device_providers'(): (parameters?: DevicesListDeviceProvidersParameters, options?: DevicesListDeviceProvidersOptions) => DevicesListDeviceProvidersRequest;
|
|
543
|
+
/**
|
|
544
|
+
* Updates provider-specific metadata for devices.
|
|
545
|
+
*/
|
|
164
546
|
get '/devices/report_provider_metadata'(): (parameters: DevicesReportProviderMetadataParameters, options?: DevicesReportProviderMetadataOptions) => DevicesReportProviderMetadataRequest;
|
|
547
|
+
/**
|
|
548
|
+
* Updates a specified [device](https://docs.seam.co/core-concepts/devices).
|
|
549
|
+
*
|
|
550
|
+
* You can add or change [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) for a device, change the device's name, or [convert a managed device to unmanaged](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices).
|
|
551
|
+
*/
|
|
165
552
|
get '/devices/update'(): (parameters: DevicesUpdateParameters, options?: DevicesUpdateOptions) => DevicesUpdateRequest;
|
|
553
|
+
/**
|
|
554
|
+
* Simulates connecting a device to Seam. Only applicable for [sandbox devices](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).
|
|
555
|
+
*/
|
|
166
556
|
get '/devices/simulate/connect'(): (parameters: DevicesSimulateConnectParameters, options?: DevicesSimulateConnectOptions) => DevicesSimulateConnectRequest;
|
|
557
|
+
/**
|
|
558
|
+
* Simulates bringing the Wi‑Fi hub (bridge) back online for a device.
|
|
559
|
+
* Only applicable for sandbox workspaces and currently
|
|
560
|
+
* implemented for August and TTLock locks.
|
|
561
|
+
* This will clear the `hub_disconnected` error on the device.
|
|
562
|
+
*/
|
|
167
563
|
get '/devices/simulate/connect_to_hub'(): (parameters: DevicesSimulateConnectToHubParameters, options?: DevicesSimulateConnectToHubOptions) => DevicesSimulateConnectToHubRequest;
|
|
564
|
+
/**
|
|
565
|
+
* Simulates disconnecting a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).
|
|
566
|
+
*/
|
|
168
567
|
get '/devices/simulate/disconnect'(): (parameters: DevicesSimulateDisconnectParameters, options?: DevicesSimulateDisconnectOptions) => DevicesSimulateDisconnectRequest;
|
|
568
|
+
/**
|
|
569
|
+
* Simulates taking the Wi‑Fi hub (bridge) offline for a device.
|
|
570
|
+
* Only applicable for sandbox workspaces and currently
|
|
571
|
+
* implemented for August, TTLock, and IglooHome devices.
|
|
572
|
+
* This will set the `hub_disconnected` error on the device, or mark the
|
|
573
|
+
* IglooHome bridge offline in sandbox.
|
|
574
|
+
*/
|
|
169
575
|
get '/devices/simulate/disconnect_from_hub'(): (parameters: DevicesSimulateDisconnectFromHubParameters, options?: DevicesSimulateDisconnectFromHubOptions) => DevicesSimulateDisconnectFromHubRequest;
|
|
576
|
+
/**
|
|
577
|
+
* Toggle the simulated Nuki Smart Hosting subscription for a device (sandbox only).
|
|
578
|
+
* Send `is_expired: true` to simulate an expired subscription, or `false` to simulate an active subscription.
|
|
579
|
+
* The actual device error is created/cleared by the poller after this state change.
|
|
580
|
+
*/
|
|
170
581
|
get '/devices/simulate/paid_subscription'(): (parameters: DevicesSimulatePaidSubscriptionParameters, options?: DevicesSimulatePaidSubscriptionOptions) => DevicesSimulatePaidSubscriptionRequest;
|
|
582
|
+
/**
|
|
583
|
+
* Simulates removing a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).
|
|
584
|
+
*/
|
|
171
585
|
get '/devices/simulate/remove'(): (parameters: DevicesSimulateRemoveParameters, options?: DevicesSimulateRemoveOptions) => DevicesSimulateRemoveRequest;
|
|
586
|
+
/**
|
|
587
|
+
* Returns a specified [unmanaged device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices).
|
|
588
|
+
*
|
|
589
|
+
* An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).
|
|
590
|
+
*
|
|
591
|
+
* You must specify either `device_id` or `name`.
|
|
592
|
+
*/
|
|
172
593
|
get '/devices/unmanaged/get'(): (parameters?: DevicesUnmanagedGetParameters, options?: DevicesUnmanagedGetOptions) => DevicesUnmanagedGetRequest;
|
|
594
|
+
/**
|
|
595
|
+
* Returns a list of all [unmanaged devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices).
|
|
596
|
+
*
|
|
597
|
+
* An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).
|
|
598
|
+
*/
|
|
173
599
|
get '/devices/unmanaged/list'(): (parameters?: DevicesUnmanagedListParameters, options?: DevicesUnmanagedListOptions) => DevicesUnmanagedListRequest;
|
|
600
|
+
/**
|
|
601
|
+
* Updates a specified [unmanaged device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). To convert an unmanaged device to managed, set `is_managed` to `true`.
|
|
602
|
+
*
|
|
603
|
+
* An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).
|
|
604
|
+
*/
|
|
174
605
|
get '/devices/unmanaged/update'(): (parameters: DevicesUnmanagedUpdateParameters, options?: DevicesUnmanagedUpdateOptions) => DevicesUnmanagedUpdateRequest;
|
|
606
|
+
/**
|
|
607
|
+
* Returns a specified event. This endpoint returns the same event that would be sent to a [webhook](https://docs.seam.co/developer-tools/webhooks), but it enables you to retrieve an event that already took place.
|
|
608
|
+
*/
|
|
175
609
|
get '/events/get'(): (parameters?: EventsGetParameters, options?: EventsGetOptions) => EventsGetRequest;
|
|
610
|
+
/**
|
|
611
|
+
* Returns a list of all events. This endpoint returns the same events that would be sent to a [webhook](https://docs.seam.co/developer-tools/webhooks), but it enables you to filter or see events that already took place.
|
|
612
|
+
*/
|
|
176
613
|
get '/events/list'(): (parameters?: EventsListParameters, options?: EventsListOptions) => EventsListRequest;
|
|
614
|
+
/**
|
|
615
|
+
* Deletes a specified [Instant Key](https://docs.seam.co/capability-guides/instant-keys).
|
|
616
|
+
*/
|
|
177
617
|
get '/instant_keys/delete'(): (parameters: InstantKeysDeleteParameters, options?: InstantKeysDeleteOptions) => InstantKeysDeleteRequest;
|
|
618
|
+
/**
|
|
619
|
+
* Gets an [instant key](https://docs.seam.co/capability-guides/instant-keys).
|
|
620
|
+
*/
|
|
178
621
|
get '/instant_keys/get'(): (parameters?: InstantKeysGetParameters, options?: InstantKeysGetOptions) => InstantKeysGetRequest;
|
|
622
|
+
/**
|
|
623
|
+
* Returns a list of all [instant keys](https://docs.seam.co/capability-guides/instant-keys).
|
|
624
|
+
*/
|
|
179
625
|
get '/instant_keys/list'(): (parameters?: InstantKeysListParameters, options?: InstantKeysListOptions) => InstantKeysListRequest;
|
|
626
|
+
/**
|
|
627
|
+
* Configures the auto-lock setting for a specified [lock](https://docs.seam.co/low-level-apis/smart-locks).
|
|
628
|
+
*/
|
|
180
629
|
get '/locks/configure_auto_lock'(): (parameters: LocksConfigureAutoLockParameters, options?: LocksConfigureAutoLockOptions) => LocksConfigureAutoLockRequest;
|
|
630
|
+
/**
|
|
631
|
+
* Returns a specified [lock](https://docs.seam.co/low-level-apis/smart-locks).
|
|
632
|
+
* @deprecated Use `/devices/get` instead.
|
|
633
|
+
*/
|
|
181
634
|
get '/locks/get'(): (parameters?: LocksGetParameters, options?: LocksGetOptions) => LocksGetRequest;
|
|
635
|
+
/**
|
|
636
|
+
* Returns a list of all [locks](https://docs.seam.co/low-level-apis/smart-locks).
|
|
637
|
+
*/
|
|
182
638
|
get '/locks/list'(): (parameters?: LocksListParameters, options?: LocksListOptions) => LocksListRequest;
|
|
639
|
+
/**
|
|
640
|
+
* Locks a [lock](https://docs.seam.co/low-level-apis/smart-locks). See also [Locking and Unlocking Smart Locks](https://docs.seam.co/low-level-apis/smart-locks/lock-and-unlock).
|
|
641
|
+
*/
|
|
183
642
|
get '/locks/lock_door'(): (parameters: LocksLockDoorParameters, options?: LocksLockDoorOptions) => LocksLockDoorRequest;
|
|
643
|
+
/**
|
|
644
|
+
* Unlocks a [lock](https://docs.seam.co/low-level-apis/smart-locks). See also [Locking and Unlocking Smart Locks](https://docs.seam.co/low-level-apis/smart-locks/lock-and-unlock).
|
|
645
|
+
*/
|
|
184
646
|
get '/locks/unlock_door'(): (parameters: LocksUnlockDoorParameters, options?: LocksUnlockDoorOptions) => LocksUnlockDoorRequest;
|
|
647
|
+
/**
|
|
648
|
+
* Simulates the entry of a code on a keypad. You can only perform this action for [August](https://docs.seam.co/device-and-system-integration-guides/august-locks) devices within [sandbox workspaces](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
649
|
+
*/
|
|
185
650
|
get '/locks/simulate/keypad_code_entry'(): (parameters: LocksSimulateKeypadCodeEntryParameters, options?: LocksSimulateKeypadCodeEntryOptions) => LocksSimulateKeypadCodeEntryRequest;
|
|
651
|
+
/**
|
|
652
|
+
* Simulates a manual lock action using a keypad. You can only perform this action for [August](https://docs.seam.co/device-and-system-integration-guides/august-locks) devices within [sandbox workspaces](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
653
|
+
*/
|
|
186
654
|
get '/locks/simulate/manual_lock_via_keypad'(): (parameters: LocksSimulateManualLockViaKeypadParameters, options?: LocksSimulateManualLockViaKeypadOptions) => LocksSimulateManualLockViaKeypadRequest;
|
|
655
|
+
/**
|
|
656
|
+
* Returns a list of all [noise sensors](https://docs.seam.co/capability-guides/noise-sensors).
|
|
657
|
+
*/
|
|
187
658
|
get '/noise_sensors/list'(): (parameters?: NoiseSensorsListParameters, options?: NoiseSensorsListOptions) => NoiseSensorsListRequest;
|
|
659
|
+
/**
|
|
660
|
+
* Creates a new [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors). Thresholds represent the limits of noise tolerated at a property, which can be customized for each hour of the day. Each device has its own default thresholds, but you can use the Seam API to modify them.
|
|
661
|
+
*/
|
|
188
662
|
get '/noise_sensors/noise_thresholds/create'(): (parameters: NoiseSensorsNoiseThresholdsCreateParameters, options?: NoiseSensorsNoiseThresholdsCreateOptions) => NoiseSensorsNoiseThresholdsCreateRequest;
|
|
663
|
+
/**
|
|
664
|
+
* Deletes a [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) from a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors).
|
|
665
|
+
*/
|
|
189
666
|
get '/noise_sensors/noise_thresholds/delete'(): (parameters: NoiseSensorsNoiseThresholdsDeleteParameters, options?: NoiseSensorsNoiseThresholdsDeleteOptions) => NoiseSensorsNoiseThresholdsDeleteRequest;
|
|
667
|
+
/**
|
|
668
|
+
* Returns a specified [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors).
|
|
669
|
+
*/
|
|
190
670
|
get '/noise_sensors/noise_thresholds/get'(): (parameters: NoiseSensorsNoiseThresholdsGetParameters, options?: NoiseSensorsNoiseThresholdsGetOptions) => NoiseSensorsNoiseThresholdsGetRequest;
|
|
671
|
+
/**
|
|
672
|
+
* Returns a list of all [noise thresholds](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors).
|
|
673
|
+
*/
|
|
191
674
|
get '/noise_sensors/noise_thresholds/list'(): (parameters: NoiseSensorsNoiseThresholdsListParameters, options?: NoiseSensorsNoiseThresholdsListOptions) => NoiseSensorsNoiseThresholdsListRequest;
|
|
675
|
+
/**
|
|
676
|
+
* Updates a [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors).
|
|
677
|
+
*/
|
|
192
678
|
get '/noise_sensors/noise_thresholds/update'(): (parameters: NoiseSensorsNoiseThresholdsUpdateParameters, options?: NoiseSensorsNoiseThresholdsUpdateOptions) => NoiseSensorsNoiseThresholdsUpdateRequest;
|
|
679
|
+
/**
|
|
680
|
+
* Simulates the triggering of a [noise threshold](https://docs.seam.co/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](https://docs.seam.co/capability-guides/noise-sensors) in a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces).
|
|
681
|
+
*/
|
|
193
682
|
get '/noise_sensors/simulate/trigger_noise_threshold'(): (parameters: NoiseSensorsSimulateTriggerNoiseThresholdParameters, options?: NoiseSensorsSimulateTriggerNoiseThresholdOptions) => NoiseSensorsSimulateTriggerNoiseThresholdRequest;
|
|
683
|
+
/**
|
|
684
|
+
* Deactivates a phone, which is useful, for example, if a user has lost their phone. For more information, see [App User Lost Phone Process](https://docs.seam.co/capability-guides/mobile-access/managing-phones-for-a-user-identity#app-user-lost-phone-process).
|
|
685
|
+
*/
|
|
194
686
|
get '/phones/deactivate'(): (parameters: PhonesDeactivateParameters, options?: PhonesDeactivateOptions) => PhonesDeactivateRequest;
|
|
687
|
+
/**
|
|
688
|
+
* Returns a specified [phone](https://docs.seam.co/capability-guides/mobile-access/managing-phones-for-a-user-identity).
|
|
689
|
+
*/
|
|
195
690
|
get '/phones/get'(): (parameters: PhonesGetParameters, options?: PhonesGetOptions) => PhonesGetRequest;
|
|
691
|
+
/**
|
|
692
|
+
* Returns a list of all [phones](https://docs.seam.co/capability-guides/mobile-access/managing-phones-for-a-user-identity). To filter the list of returned phones by a specific owner user identity or credential, include the `owner_user_identity_id` or `acs_credential_id`, respectively, in the request body.
|
|
693
|
+
*/
|
|
196
694
|
get '/phones/list'(): (parameters?: PhonesListParameters, options?: PhonesListOptions) => PhonesListRequest;
|
|
695
|
+
/**
|
|
696
|
+
* Creates a new simulated phone in a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Creating a Simulated Phone for a User Identity](https://docs.seam.co/capability-guides/mobile-access/developing-in-a-sandbox-workspace#creating-a-simulated-phone-for-a-user-identity).
|
|
697
|
+
*/
|
|
197
698
|
get '/phones/simulate/create_sandbox_phone'(): (parameters: PhonesSimulateCreateSandboxPhoneParameters, options?: PhonesSimulateCreateSandboxPhoneOptions) => PhonesSimulateCreateSandboxPhoneRequest;
|
|
699
|
+
/**
|
|
700
|
+
* Adds [entrances](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) to a specific space.
|
|
701
|
+
*/
|
|
198
702
|
get '/spaces/add_acs_entrances'(): (parameters: SpacesAddAcsEntrancesParameters, options?: SpacesAddAcsEntrancesOptions) => SpacesAddAcsEntrancesRequest;
|
|
703
|
+
/**
|
|
704
|
+
* Adds a [connected account](https://docs.seam.co/core-concepts/connected-accounts) to a specific space.
|
|
705
|
+
*/
|
|
199
706
|
get '/spaces/add_connected_account'(): (parameters: SpacesAddConnectedAccountParameters, options?: SpacesAddConnectedAccountOptions) => SpacesAddConnectedAccountRequest;
|
|
707
|
+
/**
|
|
708
|
+
* Adds devices to a specific space.
|
|
709
|
+
*/
|
|
200
710
|
get '/spaces/add_devices'(): (parameters: SpacesAddDevicesParameters, options?: SpacesAddDevicesOptions) => SpacesAddDevicesRequest;
|
|
711
|
+
/**
|
|
712
|
+
* Creates a new space.
|
|
713
|
+
*/
|
|
201
714
|
get '/spaces/create'(): (parameters: SpacesCreateParameters, options?: SpacesCreateOptions) => SpacesCreateRequest;
|
|
715
|
+
/**
|
|
716
|
+
* Deletes a space.
|
|
717
|
+
*/
|
|
202
718
|
get '/spaces/delete'(): (parameters: SpacesDeleteParameters, options?: SpacesDeleteOptions) => SpacesDeleteRequest;
|
|
719
|
+
/**
|
|
720
|
+
* Gets a space.
|
|
721
|
+
*/
|
|
203
722
|
get '/spaces/get'(): (parameters?: SpacesGetParameters, options?: SpacesGetOptions) => SpacesGetRequest;
|
|
723
|
+
/**
|
|
724
|
+
* Gets all related resources for one or more Spaces.
|
|
725
|
+
*/
|
|
204
726
|
get '/spaces/get_related'(): (parameters?: SpacesGetRelatedParameters, options?: SpacesGetRelatedOptions) => SpacesGetRelatedRequest;
|
|
727
|
+
/**
|
|
728
|
+
* Returns a list of all spaces.
|
|
729
|
+
*/
|
|
205
730
|
get '/spaces/list'(): (parameters?: SpacesListParameters, options?: SpacesListOptions) => SpacesListRequest;
|
|
731
|
+
/**
|
|
732
|
+
* Removes [entrances](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) from a specific space.
|
|
733
|
+
*/
|
|
206
734
|
get '/spaces/remove_acs_entrances'(): (parameters: SpacesRemoveAcsEntrancesParameters, options?: SpacesRemoveAcsEntrancesOptions) => SpacesRemoveAcsEntrancesRequest;
|
|
735
|
+
/**
|
|
736
|
+
* Removes a [connected account](https://docs.seam.co/core-concepts/connected-accounts) from a specific space.
|
|
737
|
+
*/
|
|
207
738
|
get '/spaces/remove_connected_account'(): (parameters: SpacesRemoveConnectedAccountParameters, options?: SpacesRemoveConnectedAccountOptions) => SpacesRemoveConnectedAccountRequest;
|
|
739
|
+
/**
|
|
740
|
+
* Removes devices from a specific space.
|
|
741
|
+
*/
|
|
208
742
|
get '/spaces/remove_devices'(): (parameters: SpacesRemoveDevicesParameters, options?: SpacesRemoveDevicesOptions) => SpacesRemoveDevicesRequest;
|
|
743
|
+
/**
|
|
744
|
+
* Updates an existing space.
|
|
745
|
+
*/
|
|
209
746
|
get '/spaces/update'(): (parameters?: SpacesUpdateParameters, options?: SpacesUpdateOptions) => SpacesUpdateRequest;
|
|
747
|
+
/**
|
|
748
|
+
* Activates a specified [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
749
|
+
*/
|
|
210
750
|
get '/thermostats/activate_climate_preset'(): (parameters: ThermostatsActivateClimatePresetParameters, options?: ThermostatsActivateClimatePresetOptions) => ThermostatsActivateClimatePresetRequest;
|
|
751
|
+
/**
|
|
752
|
+
* Sets a specified [thermostat](https://docs.seam.co/capability-guides/thermostats) to [cool mode](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings).
|
|
753
|
+
*/
|
|
211
754
|
get '/thermostats/cool'(): (parameters: ThermostatsCoolParameters, options?: ThermostatsCoolOptions) => ThermostatsCoolRequest;
|
|
755
|
+
/**
|
|
756
|
+
* Creates a [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
757
|
+
*/
|
|
212
758
|
get '/thermostats/create_climate_preset'(): (parameters: ThermostatsCreateClimatePresetParameters, options?: ThermostatsCreateClimatePresetOptions) => ThermostatsCreateClimatePresetRequest;
|
|
759
|
+
/**
|
|
760
|
+
* Deletes a specified [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
761
|
+
*/
|
|
213
762
|
get '/thermostats/delete_climate_preset'(): (parameters: ThermostatsDeleteClimatePresetParameters, options?: ThermostatsDeleteClimatePresetOptions) => ThermostatsDeleteClimatePresetRequest;
|
|
763
|
+
/**
|
|
764
|
+
* Sets a specified [thermostat](https://docs.seam.co/capability-guides/thermostats) to [heat mode](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings).
|
|
765
|
+
*/
|
|
214
766
|
get '/thermostats/heat'(): (parameters: ThermostatsHeatParameters, options?: ThermostatsHeatOptions) => ThermostatsHeatRequest;
|
|
767
|
+
/**
|
|
768
|
+
* Sets a specified [thermostat](https://docs.seam.co/capability-guides/thermostats) to [heat-cool ("auto") mode](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings).
|
|
769
|
+
*/
|
|
215
770
|
get '/thermostats/heat_cool'(): (parameters: ThermostatsHeatCoolParameters, options?: ThermostatsHeatCoolOptions) => ThermostatsHeatCoolRequest;
|
|
771
|
+
/**
|
|
772
|
+
* Returns a list of all [thermostats](https://docs.seam.co/capability-guides/thermostats).
|
|
773
|
+
*/
|
|
216
774
|
get '/thermostats/list'(): (parameters?: ThermostatsListParameters, options?: ThermostatsListOptions) => ThermostatsListRequest;
|
|
775
|
+
/**
|
|
776
|
+
* Sets a specified [thermostat](https://docs.seam.co/capability-guides/thermostats) to ["off" mode](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings).
|
|
777
|
+
*/
|
|
217
778
|
get '/thermostats/off'(): (parameters: ThermostatsOffParameters, options?: ThermostatsOffOptions) => ThermostatsOffRequest;
|
|
779
|
+
/**
|
|
780
|
+
* Sets a specified [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) as the ["fallback"](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) preset for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
781
|
+
*/
|
|
218
782
|
get '/thermostats/set_fallback_climate_preset'(): (parameters: ThermostatsSetFallbackClimatePresetParameters, options?: ThermostatsSetFallbackClimatePresetOptions) => ThermostatsSetFallbackClimatePresetRequest;
|
|
783
|
+
/**
|
|
784
|
+
* Sets the [fan mode setting](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
785
|
+
*/
|
|
219
786
|
get '/thermostats/set_fan_mode'(): (parameters: ThermostatsSetFanModeParameters, options?: ThermostatsSetFanModeOptions) => ThermostatsSetFanModeRequest;
|
|
787
|
+
/**
|
|
788
|
+
* Sets the [HVAC mode](https://docs.seam.co/capability-guides/thermostats/configure-current-climate-settings) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
789
|
+
*/
|
|
220
790
|
get '/thermostats/set_hvac_mode'(): (parameters: ThermostatsSetHvacModeParameters, options?: ThermostatsSetHvacModeOptions) => ThermostatsSetHvacModeRequest;
|
|
791
|
+
/**
|
|
792
|
+
* Sets a [temperature threshold](https://docs.seam.co/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds) for a specified thermostat. Seam emits a `thermostat.temperature_threshold_exceeded` event and adds a warning on a thermostat if it reports a temperature outside the threshold range.
|
|
793
|
+
*/
|
|
221
794
|
get '/thermostats/set_temperature_threshold'(): (parameters: ThermostatsSetTemperatureThresholdParameters, options?: ThermostatsSetTemperatureThresholdOptions) => ThermostatsSetTemperatureThresholdRequest;
|
|
795
|
+
/**
|
|
796
|
+
* Updates a specified [climate preset](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
797
|
+
*/
|
|
222
798
|
get '/thermostats/update_climate_preset'(): (parameters: ThermostatsUpdateClimatePresetParameters, options?: ThermostatsUpdateClimatePresetOptions) => ThermostatsUpdateClimatePresetRequest;
|
|
799
|
+
/**
|
|
800
|
+
* Updates the thermostat weekly program for a thermostat device. To configure a weekly program, specify the ID of the daily program that you want to use for each day of the week. When you update a weekly program, the set of programs that you specify overwrites any previous weekly program for the thermostat.
|
|
801
|
+
*/
|
|
223
802
|
get '/thermostats/update_weekly_program'(): (parameters: ThermostatsUpdateWeeklyProgramParameters, options?: ThermostatsUpdateWeeklyProgramOptions) => ThermostatsUpdateWeeklyProgramRequest;
|
|
803
|
+
/**
|
|
804
|
+
* Creates a new thermostat daily program. A daily program consists of a set of periods, where each period includes a start time and the key of a configured climate preset. Once you have defined a daily program, you can assign it to one or more days within a weekly program.
|
|
805
|
+
*/
|
|
224
806
|
get '/thermostats/daily_programs/create'(): (parameters: ThermostatsDailyProgramsCreateParameters, options?: ThermostatsDailyProgramsCreateOptions) => ThermostatsDailyProgramsCreateRequest;
|
|
807
|
+
/**
|
|
808
|
+
* Deletes a thermostat daily program.
|
|
809
|
+
*/
|
|
225
810
|
get '/thermostats/daily_programs/delete'(): (parameters: ThermostatsDailyProgramsDeleteParameters, options?: ThermostatsDailyProgramsDeleteOptions) => ThermostatsDailyProgramsDeleteRequest;
|
|
811
|
+
/**
|
|
812
|
+
* Updates a specified thermostat daily program. The periods that you specify overwrite any existing periods for the daily program.
|
|
813
|
+
*/
|
|
226
814
|
get '/thermostats/daily_programs/update'(): (parameters: ThermostatsDailyProgramsUpdateParameters, options?: ThermostatsDailyProgramsUpdateOptions) => ThermostatsDailyProgramsUpdateRequest;
|
|
815
|
+
/**
|
|
816
|
+
* Creates a new [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
817
|
+
*/
|
|
227
818
|
get '/thermostats/schedules/create'(): (parameters: ThermostatsSchedulesCreateParameters, options?: ThermostatsSchedulesCreateOptions) => ThermostatsSchedulesCreateRequest;
|
|
819
|
+
/**
|
|
820
|
+
* Deletes a [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
821
|
+
*/
|
|
228
822
|
get '/thermostats/schedules/delete'(): (parameters: ThermostatsSchedulesDeleteParameters, options?: ThermostatsSchedulesDeleteOptions) => ThermostatsSchedulesDeleteRequest;
|
|
823
|
+
/**
|
|
824
|
+
* Returns a specified [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
|
|
825
|
+
*/
|
|
229
826
|
get '/thermostats/schedules/get'(): (parameters: ThermostatsSchedulesGetParameters, options?: ThermostatsSchedulesGetOptions) => ThermostatsSchedulesGetRequest;
|
|
827
|
+
/**
|
|
828
|
+
* Returns a list of all [thermostat schedules](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules) for a specified [thermostat](https://docs.seam.co/capability-guides/thermostats).
|
|
829
|
+
*/
|
|
230
830
|
get '/thermostats/schedules/list'(): (parameters: ThermostatsSchedulesListParameters, options?: ThermostatsSchedulesListOptions) => ThermostatsSchedulesListRequest;
|
|
831
|
+
/**
|
|
832
|
+
* Updates a specified [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
|
|
833
|
+
*/
|
|
231
834
|
get '/thermostats/schedules/update'(): (parameters: ThermostatsSchedulesUpdateParameters, options?: ThermostatsSchedulesUpdateOptions) => ThermostatsSchedulesUpdateRequest;
|
|
835
|
+
/**
|
|
836
|
+
* Simulates having adjusted the [HVAC mode](https://docs.seam.co/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) for a [thermostat](https://docs.seam.co/capability-guides/thermostats). Only applicable for [sandbox devices](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your Thermostat App with Simulate Endpoints](https://docs.seam.co/capability-guides/thermostats/testing-your-thermostat-app-with-simulate-endpoints).
|
|
837
|
+
*/
|
|
232
838
|
get '/thermostats/simulate/hvac_mode_adjusted'(): (parameters: ThermostatsSimulateHvacModeAdjustedParameters, options?: ThermostatsSimulateHvacModeAdjustedOptions) => ThermostatsSimulateHvacModeAdjustedRequest;
|
|
839
|
+
/**
|
|
840
|
+
* Simulates a [thermostat](https://docs.seam.co/capability-guides/thermostats) reaching a specified temperature. Only applicable for [sandbox devices](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your Thermostat App with Simulate Endpoints](https://docs.seam.co/capability-guides/thermostats/testing-your-thermostat-app-with-simulate-endpoints).
|
|
841
|
+
*/
|
|
233
842
|
get '/thermostats/simulate/temperature_reached'(): (parameters: ThermostatsSimulateTemperatureReachedParameters, options?: ThermostatsSimulateTemperatureReachedOptions) => ThermostatsSimulateTemperatureReachedRequest;
|
|
843
|
+
/**
|
|
844
|
+
* Adds a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) to a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
845
|
+
*
|
|
846
|
+
* You must specify either `user_identity_id` or `user_identity_key` to identify the user identity.
|
|
847
|
+
*
|
|
848
|
+
* If `user_identity_key` is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.
|
|
849
|
+
*/
|
|
234
850
|
get '/user_identities/add_acs_user'(): (parameters: UserIdentitiesAddAcsUserParameters, options?: UserIdentitiesAddAcsUserOptions) => UserIdentitiesAddAcsUserRequest;
|
|
851
|
+
/**
|
|
852
|
+
* Creates a new [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
853
|
+
*/
|
|
235
854
|
get '/user_identities/create'(): (parameters?: UserIdentitiesCreateParameters, options?: UserIdentitiesCreateOptions) => UserIdentitiesCreateRequest;
|
|
855
|
+
/**
|
|
856
|
+
* Deletes a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This deletes the user identity and all associated resources, including any [credentials](https://docs.seam.co/api/acs/credentials), [acs users](https://docs.seam.co/api/acs/users) and [client sessions](https://docs.seam.co/api/client_sessions).
|
|
857
|
+
*/
|
|
236
858
|
get '/user_identities/delete'(): (parameters: UserIdentitiesDeleteParameters, options?: UserIdentitiesDeleteOptions) => UserIdentitiesDeleteRequest;
|
|
859
|
+
/**
|
|
860
|
+
* Generates a new [instant key](https://docs.seam.co/capability-guides/instant-keys) for a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
861
|
+
*/
|
|
237
862
|
get '/user_identities/generate_instant_key'(): (parameters: UserIdentitiesGenerateInstantKeyParameters, options?: UserIdentitiesGenerateInstantKeyOptions) => UserIdentitiesGenerateInstantKeyRequest;
|
|
863
|
+
/**
|
|
864
|
+
* Returns a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
865
|
+
*/
|
|
238
866
|
get '/user_identities/get'(): (parameters?: UserIdentitiesGetParameters, options?: UserIdentitiesGetOptions) => UserIdentitiesGetRequest;
|
|
867
|
+
/**
|
|
868
|
+
* Grants a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) access to a specified [device](https://docs.seam.co/core-concepts/devices/).
|
|
869
|
+
*/
|
|
239
870
|
get '/user_identities/grant_access_to_device'(): (parameters: UserIdentitiesGrantAccessToDeviceParameters, options?: UserIdentitiesGrantAccessToDeviceOptions) => UserIdentitiesGrantAccessToDeviceRequest;
|
|
871
|
+
/**
|
|
872
|
+
* Returns a list of all [user identities](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
873
|
+
*/
|
|
240
874
|
get '/user_identities/list'(): (parameters?: UserIdentitiesListParameters, options?: UserIdentitiesListOptions) => UserIdentitiesListRequest;
|
|
875
|
+
/**
|
|
876
|
+
* Returns a list of all [devices](https://docs.seam.co/core-concepts/devices) associated with a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This includes devices derived from the access grants assigned to the user identity and devices directly linked to the user identity.
|
|
877
|
+
*/
|
|
241
878
|
get '/user_identities/list_accessible_devices'(): (parameters: UserIdentitiesListAccessibleDevicesParameters, options?: UserIdentitiesListAccessibleDevicesOptions) => UserIdentitiesListAccessibleDevicesRequest;
|
|
879
|
+
/**
|
|
880
|
+
* Returns a list of all [ACS entrances](https://docs.seam.co/api/acs/entrances) accessible to a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This includes entrances derived from the access grants assigned to the user identity and entrances accessible through ACS users linked to the user identity.
|
|
881
|
+
*/
|
|
242
882
|
get '/user_identities/list_accessible_entrances'(): (parameters: UserIdentitiesListAccessibleEntrancesParameters, options?: UserIdentitiesListAccessibleEntrancesOptions) => UserIdentitiesListAccessibleEntrancesRequest;
|
|
883
|
+
/**
|
|
884
|
+
* Returns a list of all [access systems](https://docs.seam.co/low-level-apis/access-systems) associated with a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
885
|
+
*/
|
|
243
886
|
get '/user_identities/list_acs_systems'(): (parameters: UserIdentitiesListAcsSystemsParameters, options?: UserIdentitiesListAcsSystemsOptions) => UserIdentitiesListAcsSystemsRequest;
|
|
887
|
+
/**
|
|
888
|
+
* Returns a list of all [access system users](https://docs.seam.co/low-level-apis/access-systems/user-management) assigned to a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
889
|
+
*/
|
|
244
890
|
get '/user_identities/list_acs_users'(): (parameters: UserIdentitiesListAcsUsersParameters, options?: UserIdentitiesListAcsUsersOptions) => UserIdentitiesListAcsUsersRequest;
|
|
891
|
+
/**
|
|
892
|
+
* Removes a specified [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) from a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
893
|
+
*/
|
|
245
894
|
get '/user_identities/remove_acs_user'(): (parameters: UserIdentitiesRemoveAcsUserParameters, options?: UserIdentitiesRemoveAcsUserOptions) => UserIdentitiesRemoveAcsUserRequest;
|
|
895
|
+
/**
|
|
896
|
+
* Revokes access to a specified [device](https://docs.seam.co/core-concepts/devices/) from a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
897
|
+
*/
|
|
246
898
|
get '/user_identities/revoke_access_to_device'(): (parameters: UserIdentitiesRevokeAccessToDeviceParameters, options?: UserIdentitiesRevokeAccessToDeviceOptions) => UserIdentitiesRevokeAccessToDeviceRequest;
|
|
899
|
+
/**
|
|
900
|
+
* Updates a specified [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).
|
|
901
|
+
*/
|
|
247
902
|
get '/user_identities/update'(): (parameters: UserIdentitiesUpdateParameters, options?: UserIdentitiesUpdateOptions) => UserIdentitiesUpdateRequest;
|
|
903
|
+
/**
|
|
904
|
+
* Returns a specified unmanaged [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) (where is_managed = false).
|
|
905
|
+
*/
|
|
248
906
|
get '/user_identities/unmanaged/get'(): (parameters: UserIdentitiesUnmanagedGetParameters, options?: UserIdentitiesUnmanagedGetOptions) => UserIdentitiesUnmanagedGetRequest;
|
|
907
|
+
/**
|
|
908
|
+
* Returns a list of all unmanaged [user identities](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) (where is_managed = false).
|
|
909
|
+
*/
|
|
249
910
|
get '/user_identities/unmanaged/list'(): (parameters?: UserIdentitiesUnmanagedListParameters, options?: UserIdentitiesUnmanagedListOptions) => UserIdentitiesUnmanagedListRequest;
|
|
911
|
+
/**
|
|
912
|
+
* Updates an unmanaged [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) to make it managed.
|
|
913
|
+
*
|
|
914
|
+
* This endpoint can only be used to convert unmanaged user identities to managed ones by setting `is_managed` to `true`. It cannot be used to convert managed user identities back to unmanaged.
|
|
915
|
+
*/
|
|
250
916
|
get '/user_identities/unmanaged/update'(): (parameters: UserIdentitiesUnmanagedUpdateParameters, options?: UserIdentitiesUnmanagedUpdateOptions) => UserIdentitiesUnmanagedUpdateRequest;
|
|
917
|
+
/**
|
|
918
|
+
* Creates a new [webhook](https://docs.seam.co/developer-tools/webhooks).
|
|
919
|
+
*/
|
|
251
920
|
get '/webhooks/create'(): (parameters: WebhooksCreateParameters, options?: WebhooksCreateOptions) => WebhooksCreateRequest;
|
|
921
|
+
/**
|
|
922
|
+
* Deletes a specified [webhook](https://docs.seam.co/developer-tools/webhooks).
|
|
923
|
+
*/
|
|
252
924
|
get '/webhooks/delete'(): (parameters: WebhooksDeleteParameters, options?: WebhooksDeleteOptions) => WebhooksDeleteRequest;
|
|
925
|
+
/**
|
|
926
|
+
* Gets a specified [webhook](https://docs.seam.co/developer-tools/webhooks).
|
|
927
|
+
*/
|
|
253
928
|
get '/webhooks/get'(): (parameters: WebhooksGetParameters, options?: WebhooksGetOptions) => WebhooksGetRequest;
|
|
929
|
+
/**
|
|
930
|
+
* Returns a list of all [webhooks](https://docs.seam.co/developer-tools/webhooks).
|
|
931
|
+
*/
|
|
254
932
|
get '/webhooks/list'(): (parameters?: WebhooksListParameters, options?: WebhooksListOptions) => WebhooksListRequest;
|
|
933
|
+
/**
|
|
934
|
+
* Updates a specified [webhook](https://docs.seam.co/developer-tools/webhooks).
|
|
935
|
+
*/
|
|
255
936
|
get '/webhooks/update'(): (parameters: WebhooksUpdateParameters, options?: WebhooksUpdateOptions) => WebhooksUpdateRequest;
|
|
937
|
+
/**
|
|
938
|
+
* Creates a new [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
939
|
+
*/
|
|
256
940
|
get '/workspaces/create'(): (parameters: WorkspacesCreateParameters, options?: WorkspacesCreateOptions) => WorkspacesCreateRequest;
|
|
941
|
+
/**
|
|
942
|
+
* Returns the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the authentication value.
|
|
943
|
+
*/
|
|
257
944
|
get '/workspaces/get'(): (parameters?: WorkspacesGetParameters, options?: WorkspacesGetOptions) => WorkspacesGetRequest;
|
|
945
|
+
/**
|
|
946
|
+
* Returns a list of [workspaces](https://docs.seam.co/core-concepts/workspaces) associated with the authentication value.
|
|
947
|
+
*/
|
|
258
948
|
get '/workspaces/list'(): (parameters?: WorkspacesListParameters, options?: WorkspacesListOptions) => WorkspacesListRequest;
|
|
949
|
+
/**
|
|
950
|
+
* Resets the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) associated with the authentication value. Note that this endpoint is only available for sandbox workspaces.
|
|
951
|
+
*/
|
|
259
952
|
get '/workspaces/reset_sandbox'(): (parameters?: WorkspacesResetSandboxParameters, options?: WorkspacesResetSandboxOptions) => WorkspacesResetSandboxRequest;
|
|
953
|
+
/**
|
|
954
|
+
* Updates the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the authentication value.
|
|
955
|
+
*/
|
|
260
956
|
get '/workspaces/update'(): (parameters?: WorkspacesUpdateParameters, options?: WorkspacesUpdateOptions) => WorkspacesUpdateRequest;
|
|
261
957
|
}
|
|
262
958
|
export type SeamHttpEndpointQueryPaths = '/access_codes/generate_code' | '/access_codes/get' | '/access_codes/list' | '/access_codes/unmanaged/get' | '/access_codes/unmanaged/list' | '/access_grants/get' | '/access_grants/get_related' | '/access_grants/list' | '/access_grants/unmanaged/get' | '/access_grants/unmanaged/list' | '/access_methods/get' | '/access_methods/get_related' | '/access_methods/list' | '/access_methods/unmanaged/get' | '/access_methods/unmanaged/list' | '/acs/access_groups/get' | '/acs/access_groups/list' | '/acs/access_groups/list_accessible_entrances' | '/acs/access_groups/list_users' | '/acs/credentials/get' | '/acs/credentials/list' | '/acs/credentials/list_accessible_entrances' | '/acs/encoders/get' | '/acs/encoders/list' | '/acs/entrances/get' | '/acs/entrances/list' | '/acs/entrances/list_credentials_with_access' | '/acs/systems/get' | '/acs/systems/list' | '/acs/systems/list_compatible_credential_manager_acs_systems' | '/acs/users/get' | '/acs/users/list' | '/acs/users/list_accessible_entrances' | '/action_attempts/get' | '/action_attempts/list' | '/client_sessions/get' | '/client_sessions/list' | '/connect_webviews/get' | '/connect_webviews/list' | '/connected_accounts/get' | '/connected_accounts/list' | '/devices/get' | '/devices/list' | '/devices/list_device_providers' | '/devices/unmanaged/get' | '/devices/unmanaged/list' | '/events/get' | '/events/list' | '/instant_keys/get' | '/instant_keys/list' | '/locks/get' | '/locks/list' | '/noise_sensors/list' | '/noise_sensors/noise_thresholds/get' | '/noise_sensors/noise_thresholds/list' | '/phones/get' | '/phones/list' | '/spaces/get' | '/spaces/get_related' | '/spaces/list' | '/thermostats/list' | '/thermostats/schedules/get' | '/thermostats/schedules/list' | '/user_identities/get' | '/user_identities/list' | '/user_identities/list_accessible_devices' | '/user_identities/list_accessible_entrances' | '/user_identities/list_acs_systems' | '/user_identities/list_acs_users' | '/user_identities/unmanaged/get' | '/user_identities/unmanaged/list' | '/webhooks/get' | '/webhooks/list' | '/workspaces/get' | '/workspaces/list';
|