@seamapi/types 1.914.0 → 1.916.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +347 -386
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1080 -1056
- package/dist/index.cjs +347 -386
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +2 -2
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge.js +1 -1
- package/lib/seam/connect/models/bridges/bridge.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +2 -5
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/customer/customer.js +1 -1
- package/lib/seam/connect/models/customer/customer.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js +25 -13
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +8 -8
- package/lib/seam/connect/models/events/client-sessions.js +1 -1
- package/lib/seam/connect/models/events/common.js +1 -1
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +4 -4
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +10 -10
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +20 -20
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.js +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +2 -2
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.js +1 -1
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
- package/lib/seam/connect/models/spaces/space.js +1 -1
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +1 -3
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +2 -5
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.js +270 -267
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1080 -1056
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -6
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -3
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -2
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +1 -3
- package/src/lib/seam/connect/models/bridges/bridge.ts +1 -3
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +2 -9
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +2 -4
- package/src/lib/seam/connect/models/customer/customer.ts +1 -3
- package/src/lib/seam/connect/models/devices/phone.ts +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +33 -21
- package/src/lib/seam/connect/models/events/action-attempts.ts +8 -8
- package/src/lib/seam/connect/models/events/client-sessions.ts +1 -1
- package/src/lib/seam/connect/models/events/common.ts +1 -3
- package/src/lib/seam/connect/models/events/connect-webviews.ts +4 -8
- package/src/lib/seam/connect/models/events/connected-accounts.ts +10 -14
- package/src/lib/seam/connect/models/events/devices.ts +20 -22
- package/src/lib/seam/connect/models/events/seam-event.ts +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +2 -6
- package/src/lib/seam/connect/models/partner/customer-portal.ts +1 -3
- package/src/lib/seam/connect/models/partner/magic-link.ts +1 -3
- package/src/lib/seam/connect/models/spaces/space.ts +1 -3
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +1 -3
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +1 -3
- package/src/lib/seam/connect/models/webhooks/webhook.ts +1 -5
- package/src/lib/seam/connect/models/workspaces/workspace.ts +2 -7
- package/src/lib/seam/connect/openapi.ts +270 -411
- package/src/lib/seam/connect/route-types.ts +1080 -1056
|
@@ -2557,7 +2557,7 @@ const openapi = {
|
|
|
2557
2557
|
type: 'string',
|
|
2558
2558
|
},
|
|
2559
2559
|
connected_account_id: {
|
|
2560
|
-
description: 'ID of the
|
|
2560
|
+
description: 'ID of the connected account that contains the access group.',
|
|
2561
2561
|
format: 'uuid',
|
|
2562
2562
|
type: 'string',
|
|
2563
2563
|
},
|
|
@@ -2999,7 +2999,7 @@ const openapi = {
|
|
|
2999
2999
|
type: 'array',
|
|
3000
3000
|
},
|
|
3001
3001
|
workspace_id: {
|
|
3002
|
-
description: 'ID of the
|
|
3002
|
+
description: 'ID of the workspace that contains the access group.',
|
|
3003
3003
|
format: 'uuid',
|
|
3004
3004
|
type: 'string',
|
|
3005
3005
|
},
|
|
@@ -3367,7 +3367,7 @@ const openapi = {
|
|
|
3367
3367
|
type: 'array',
|
|
3368
3368
|
},
|
|
3369
3369
|
workspace_id: {
|
|
3370
|
-
description: 'ID of the
|
|
3370
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
3371
3371
|
format: 'uuid',
|
|
3372
3372
|
type: 'string',
|
|
3373
3373
|
},
|
|
@@ -3450,7 +3450,7 @@ const openapi = {
|
|
|
3450
3450
|
type: 'string',
|
|
3451
3451
|
},
|
|
3452
3452
|
connected_account_id: {
|
|
3453
|
-
description: 'ID of the
|
|
3453
|
+
description: 'ID of the connected account that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3454
3454
|
format: 'uuid',
|
|
3455
3455
|
type: 'string',
|
|
3456
3456
|
},
|
|
@@ -3489,7 +3489,7 @@ const openapi = {
|
|
|
3489
3489
|
type: 'array',
|
|
3490
3490
|
},
|
|
3491
3491
|
workspace_id: {
|
|
3492
|
-
description: 'ID of the
|
|
3492
|
+
description: 'ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3493
3493
|
format: 'uuid',
|
|
3494
3494
|
type: 'string',
|
|
3495
3495
|
},
|
|
@@ -3980,7 +3980,7 @@ const openapi = {
|
|
|
3980
3980
|
},
|
|
3981
3981
|
acs_user_count: { format: 'float', type: 'number' },
|
|
3982
3982
|
connected_account_id: {
|
|
3983
|
-
description: 'ID of the
|
|
3983
|
+
description: 'ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
3984
3984
|
format: 'uuid',
|
|
3985
3985
|
type: 'string',
|
|
3986
3986
|
},
|
|
@@ -4358,7 +4358,7 @@ const openapi = {
|
|
|
4358
4358
|
type: 'array',
|
|
4359
4359
|
},
|
|
4360
4360
|
workspace_id: {
|
|
4361
|
-
description: 'ID of the
|
|
4361
|
+
description: 'ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4362
4362
|
format: 'uuid',
|
|
4363
4363
|
type: 'string',
|
|
4364
4364
|
},
|
|
@@ -4412,7 +4412,7 @@ const openapi = {
|
|
|
4412
4412
|
type: 'string',
|
|
4413
4413
|
},
|
|
4414
4414
|
connected_account_id: {
|
|
4415
|
-
description: '\n The ID of the
|
|
4415
|
+
description: '\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ',
|
|
4416
4416
|
format: 'uuid',
|
|
4417
4417
|
type: 'string',
|
|
4418
4418
|
},
|
|
@@ -5122,7 +5122,7 @@ const openapi = {
|
|
|
5122
5122
|
type: 'array',
|
|
5123
5123
|
},
|
|
5124
5124
|
workspace_id: {
|
|
5125
|
-
description: 'ID of the
|
|
5125
|
+
description: 'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
5126
5126
|
format: 'uuid',
|
|
5127
5127
|
type: 'string',
|
|
5128
5128
|
},
|
|
@@ -5899,7 +5899,7 @@ const openapi = {
|
|
|
5899
5899
|
type: 'array',
|
|
5900
5900
|
},
|
|
5901
5901
|
workspace_id: {
|
|
5902
|
-
description: 'ID of the
|
|
5902
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
5903
5903
|
format: 'uuid',
|
|
5904
5904
|
type: 'string',
|
|
5905
5905
|
},
|
|
@@ -6291,7 +6291,7 @@ const openapi = {
|
|
|
6291
6291
|
type: 'array',
|
|
6292
6292
|
},
|
|
6293
6293
|
workspace_id: {
|
|
6294
|
-
description: 'ID of the
|
|
6294
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6295
6295
|
format: 'uuid',
|
|
6296
6296
|
type: 'string',
|
|
6297
6297
|
},
|
|
@@ -6907,7 +6907,7 @@ const openapi = {
|
|
|
6907
6907
|
type: 'array',
|
|
6908
6908
|
},
|
|
6909
6909
|
workspace_id: {
|
|
6910
|
-
description: 'ID of the
|
|
6910
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6911
6911
|
format: 'uuid',
|
|
6912
6912
|
type: 'string',
|
|
6913
6913
|
},
|
|
@@ -7297,7 +7297,7 @@ const openapi = {
|
|
|
7297
7297
|
type: 'array',
|
|
7298
7298
|
},
|
|
7299
7299
|
workspace_id: {
|
|
7300
|
-
description: 'ID of the
|
|
7300
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7301
7301
|
format: 'uuid',
|
|
7302
7302
|
type: 'string',
|
|
7303
7303
|
},
|
|
@@ -7915,7 +7915,7 @@ const openapi = {
|
|
|
7915
7915
|
type: 'array',
|
|
7916
7916
|
},
|
|
7917
7917
|
workspace_id: {
|
|
7918
|
-
description: 'ID of the
|
|
7918
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7919
7919
|
format: 'uuid',
|
|
7920
7920
|
type: 'string',
|
|
7921
7921
|
},
|
|
@@ -10398,7 +10398,7 @@ const openapi = {
|
|
|
10398
10398
|
type: 'string',
|
|
10399
10399
|
},
|
|
10400
10400
|
workspace_id: {
|
|
10401
|
-
description: 'ID of the
|
|
10401
|
+
description: 'ID of the workspace with which Seam Bridge is paired.',
|
|
10402
10402
|
format: 'uuid',
|
|
10403
10403
|
type: 'string',
|
|
10404
10404
|
},
|
|
@@ -10421,7 +10421,7 @@ const openapi = {
|
|
|
10421
10421
|
description: "Represents a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens). If you want to restrict your users' access to their own devices, use client sessions.\n\nYou create each client session with a custom `user_identifier_key`. Normally, the `user_identifier_key` is a user ID that your application provides.\n\nWhen calling the Seam API from your backend using an API key, you can pass the `user_identifier_key` as a parameter to limit results to the associated client session. For example, `/devices/list?user_identifier_key=123` only returns devices associated with the client session created with the `user_identifier_key` `123`.\n\nA client session has a token that you can use with the Seam JavaScript SDK to make requests from the client (browser) directly to the Seam API. The token restricts the user's access to only the devices that they own.\n\nSee also [Get Started with React](https://docs.seam.co/ui-components/overview/getting-started-with-seam-components/get-started-with-react-components-and-client-session-tokens).",
|
|
10422
10422
|
properties: {
|
|
10423
10423
|
client_session_id: {
|
|
10424
|
-
description: 'ID of the
|
|
10424
|
+
description: 'ID of the client session.',
|
|
10425
10425
|
format: 'uuid',
|
|
10426
10426
|
type: 'string',
|
|
10427
10427
|
},
|
|
@@ -10476,7 +10476,7 @@ const openapi = {
|
|
|
10476
10476
|
'x-deprecated': 'Use `user_identity_id` instead.',
|
|
10477
10477
|
},
|
|
10478
10478
|
workspace_id: {
|
|
10479
|
-
description: 'ID of the
|
|
10479
|
+
description: 'ID of the workspace associated with the client session.',
|
|
10480
10480
|
format: 'uuid',
|
|
10481
10481
|
type: 'string',
|
|
10482
10482
|
},
|
|
@@ -10552,7 +10552,7 @@ const openapi = {
|
|
|
10552
10552
|
type: 'string',
|
|
10553
10553
|
},
|
|
10554
10554
|
connected_account_id: {
|
|
10555
|
-
description: 'ID of the
|
|
10555
|
+
description: 'ID of the connected account associated with the Connect Webview.',
|
|
10556
10556
|
format: 'uuid',
|
|
10557
10557
|
nullable: true,
|
|
10558
10558
|
type: 'string',
|
|
@@ -10613,7 +10613,7 @@ const openapi = {
|
|
|
10613
10613
|
type: 'boolean',
|
|
10614
10614
|
},
|
|
10615
10615
|
workspace_id: {
|
|
10616
|
-
description: 'ID of the
|
|
10616
|
+
description: 'ID of the workspace that contains the Connect Webview.',
|
|
10617
10617
|
format: 'uuid',
|
|
10618
10618
|
type: 'string',
|
|
10619
10619
|
},
|
|
@@ -11173,7 +11173,7 @@ const openapi = {
|
|
|
11173
11173
|
type: 'string',
|
|
11174
11174
|
},
|
|
11175
11175
|
workspace_id: {
|
|
11176
|
-
description: 'ID of the
|
|
11176
|
+
description: 'ID of the workspace associated with the customer.',
|
|
11177
11177
|
format: 'uuid',
|
|
11178
11178
|
type: 'string',
|
|
11179
11179
|
},
|
|
@@ -11206,7 +11206,7 @@ const openapi = {
|
|
|
11206
11206
|
type: 'string',
|
|
11207
11207
|
},
|
|
11208
11208
|
workspace_id: {
|
|
11209
|
-
description: 'ID of the
|
|
11209
|
+
description: 'ID of the workspace associated with the customer portal.',
|
|
11210
11210
|
format: 'uuid',
|
|
11211
11211
|
type: 'string',
|
|
11212
11212
|
},
|
|
@@ -13728,7 +13728,7 @@ const openapi = {
|
|
|
13728
13728
|
type: 'string',
|
|
13729
13729
|
},
|
|
13730
13730
|
workspace_id: {
|
|
13731
|
-
description: 'ID of the
|
|
13731
|
+
description: 'ID of the workspace that contains the thermostat schedule.',
|
|
13732
13732
|
format: 'uuid',
|
|
13733
13733
|
type: 'string',
|
|
13734
13734
|
},
|
|
@@ -14328,7 +14328,7 @@ const openapi = {
|
|
|
14328
14328
|
type: 'string',
|
|
14329
14329
|
},
|
|
14330
14330
|
workspace_id: {
|
|
14331
|
-
description: 'ID of the
|
|
14331
|
+
description: 'ID of the workspace that contains the thermostat daily program.',
|
|
14332
14332
|
format: 'uuid',
|
|
14333
14333
|
type: 'string',
|
|
14334
14334
|
},
|
|
@@ -15206,7 +15206,7 @@ const openapi = {
|
|
|
15206
15206
|
type: 'string',
|
|
15207
15207
|
},
|
|
15208
15208
|
workspace_id: {
|
|
15209
|
-
description: 'ID of the
|
|
15209
|
+
description: 'ID of the workspace that contains the enrollment automation.',
|
|
15210
15210
|
format: 'uuid',
|
|
15211
15211
|
type: 'string',
|
|
15212
15212
|
},
|
|
@@ -15223,7 +15223,7 @@ const openapi = {
|
|
|
15223
15223
|
'x-undocumented': 'Will be removed.',
|
|
15224
15224
|
},
|
|
15225
15225
|
event: {
|
|
15226
|
-
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate
|
|
15226
|
+
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate webhook system for sending the event objects directly to an endpoint on your sever. Manage webhooks through [Seam Console](https://console.seam.co). You can also use the webhooks sandbox in Seam Console to see the different payloads for each event and test them against your own endpoints.",
|
|
15227
15227
|
discriminator: { propertyName: 'event_type' },
|
|
15228
15228
|
oneOf: [
|
|
15229
15229
|
{
|
|
@@ -15242,7 +15242,7 @@ const openapi = {
|
|
|
15242
15242
|
type: 'object',
|
|
15243
15243
|
},
|
|
15244
15244
|
connected_account_id: {
|
|
15245
|
-
description: 'ID of the
|
|
15245
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15246
15246
|
format: 'uuid',
|
|
15247
15247
|
type: 'string',
|
|
15248
15248
|
},
|
|
@@ -15275,7 +15275,7 @@ const openapi = {
|
|
|
15275
15275
|
type: 'string',
|
|
15276
15276
|
},
|
|
15277
15277
|
workspace_id: {
|
|
15278
|
-
description: 'ID of the
|
|
15278
|
+
description: 'ID of the workspace associated with the event.',
|
|
15279
15279
|
format: 'uuid',
|
|
15280
15280
|
type: 'string',
|
|
15281
15281
|
},
|
|
@@ -15337,7 +15337,7 @@ const openapi = {
|
|
|
15337
15337
|
type: 'object',
|
|
15338
15338
|
},
|
|
15339
15339
|
connected_account_id: {
|
|
15340
|
-
description: 'ID of the
|
|
15340
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15341
15341
|
format: 'uuid',
|
|
15342
15342
|
type: 'string',
|
|
15343
15343
|
},
|
|
@@ -15370,7 +15370,7 @@ const openapi = {
|
|
|
15370
15370
|
type: 'string',
|
|
15371
15371
|
},
|
|
15372
15372
|
workspace_id: {
|
|
15373
|
-
description: 'ID of the
|
|
15373
|
+
description: 'ID of the workspace associated with the event.',
|
|
15374
15374
|
format: 'uuid',
|
|
15375
15375
|
type: 'string',
|
|
15376
15376
|
},
|
|
@@ -15404,7 +15404,7 @@ const openapi = {
|
|
|
15404
15404
|
type: 'object',
|
|
15405
15405
|
},
|
|
15406
15406
|
connected_account_id: {
|
|
15407
|
-
description: 'ID of the
|
|
15407
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15408
15408
|
format: 'uuid',
|
|
15409
15409
|
type: 'string',
|
|
15410
15410
|
},
|
|
@@ -15439,6 +15439,7 @@ const openapi = {
|
|
|
15439
15439
|
type: 'string',
|
|
15440
15440
|
},
|
|
15441
15441
|
from: {
|
|
15442
|
+
description: 'Previous access code name configuration.',
|
|
15442
15443
|
properties: {
|
|
15443
15444
|
name: {
|
|
15444
15445
|
description: 'Previous name of the access code.',
|
|
@@ -15455,6 +15456,7 @@ const openapi = {
|
|
|
15455
15456
|
type: 'string',
|
|
15456
15457
|
},
|
|
15457
15458
|
to: {
|
|
15459
|
+
description: 'New access code name configuration.',
|
|
15458
15460
|
properties: {
|
|
15459
15461
|
name: {
|
|
15460
15462
|
description: 'New name of the access code.',
|
|
@@ -15466,7 +15468,7 @@ const openapi = {
|
|
|
15466
15468
|
type: 'object',
|
|
15467
15469
|
},
|
|
15468
15470
|
workspace_id: {
|
|
15469
|
-
description: 'ID of the
|
|
15471
|
+
description: 'ID of the workspace associated with the event.',
|
|
15470
15472
|
format: 'uuid',
|
|
15471
15473
|
type: 'string',
|
|
15472
15474
|
},
|
|
@@ -15503,7 +15505,7 @@ const openapi = {
|
|
|
15503
15505
|
type: 'object',
|
|
15504
15506
|
},
|
|
15505
15507
|
connected_account_id: {
|
|
15506
|
-
description: 'ID of the
|
|
15508
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15507
15509
|
format: 'uuid',
|
|
15508
15510
|
type: 'string',
|
|
15509
15511
|
},
|
|
@@ -15538,6 +15540,7 @@ const openapi = {
|
|
|
15538
15540
|
type: 'string',
|
|
15539
15541
|
},
|
|
15540
15542
|
from: {
|
|
15543
|
+
description: 'Previous pin code configuration.',
|
|
15541
15544
|
properties: {
|
|
15542
15545
|
code: {
|
|
15543
15546
|
description: 'Previous pin code.',
|
|
@@ -15554,6 +15557,7 @@ const openapi = {
|
|
|
15554
15557
|
type: 'string',
|
|
15555
15558
|
},
|
|
15556
15559
|
to: {
|
|
15560
|
+
description: 'New pin code configuration.',
|
|
15557
15561
|
properties: {
|
|
15558
15562
|
code: {
|
|
15559
15563
|
description: 'New pin code.',
|
|
@@ -15565,7 +15569,7 @@ const openapi = {
|
|
|
15565
15569
|
type: 'object',
|
|
15566
15570
|
},
|
|
15567
15571
|
workspace_id: {
|
|
15568
|
-
description: 'ID of the
|
|
15572
|
+
description: 'ID of the workspace associated with the event.',
|
|
15569
15573
|
format: 'uuid',
|
|
15570
15574
|
type: 'string',
|
|
15571
15575
|
},
|
|
@@ -15602,7 +15606,7 @@ const openapi = {
|
|
|
15602
15606
|
type: 'object',
|
|
15603
15607
|
},
|
|
15604
15608
|
connected_account_id: {
|
|
15605
|
-
description: 'ID of the
|
|
15609
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15606
15610
|
format: 'uuid',
|
|
15607
15611
|
type: 'string',
|
|
15608
15612
|
},
|
|
@@ -15637,6 +15641,7 @@ const openapi = {
|
|
|
15637
15641
|
type: 'string',
|
|
15638
15642
|
},
|
|
15639
15643
|
from: {
|
|
15644
|
+
description: 'Previous time frame configuration.',
|
|
15640
15645
|
properties: {
|
|
15641
15646
|
ends_at: {
|
|
15642
15647
|
description: 'Previous end time.',
|
|
@@ -15658,6 +15663,7 @@ const openapi = {
|
|
|
15658
15663
|
type: 'string',
|
|
15659
15664
|
},
|
|
15660
15665
|
to: {
|
|
15666
|
+
description: 'New time frame configuration.',
|
|
15661
15667
|
properties: {
|
|
15662
15668
|
ends_at: {
|
|
15663
15669
|
description: 'New end time.',
|
|
@@ -15674,7 +15680,7 @@ const openapi = {
|
|
|
15674
15680
|
type: 'object',
|
|
15675
15681
|
},
|
|
15676
15682
|
workspace_id: {
|
|
15677
|
-
description: 'ID of the
|
|
15683
|
+
description: 'ID of the workspace associated with the event.',
|
|
15678
15684
|
format: 'uuid',
|
|
15679
15685
|
type: 'string',
|
|
15680
15686
|
},
|
|
@@ -15715,7 +15721,7 @@ const openapi = {
|
|
|
15715
15721
|
type: 'object',
|
|
15716
15722
|
},
|
|
15717
15723
|
connected_account_id: {
|
|
15718
|
-
description: 'ID of the
|
|
15724
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15719
15725
|
format: 'uuid',
|
|
15720
15726
|
type: 'string',
|
|
15721
15727
|
},
|
|
@@ -15751,7 +15757,7 @@ const openapi = {
|
|
|
15751
15757
|
type: 'string',
|
|
15752
15758
|
},
|
|
15753
15759
|
workspace_id: {
|
|
15754
|
-
description: 'ID of the
|
|
15760
|
+
description: 'ID of the workspace associated with the event.',
|
|
15755
15761
|
format: 'uuid',
|
|
15756
15762
|
type: 'string',
|
|
15757
15763
|
},
|
|
@@ -15790,7 +15796,7 @@ const openapi = {
|
|
|
15790
15796
|
type: 'object',
|
|
15791
15797
|
},
|
|
15792
15798
|
connected_account_id: {
|
|
15793
|
-
description: 'ID of the
|
|
15799
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15794
15800
|
format: 'uuid',
|
|
15795
15801
|
type: 'string',
|
|
15796
15802
|
},
|
|
@@ -15826,7 +15832,7 @@ const openapi = {
|
|
|
15826
15832
|
type: 'string',
|
|
15827
15833
|
},
|
|
15828
15834
|
workspace_id: {
|
|
15829
|
-
description: 'ID of the
|
|
15835
|
+
description: 'ID of the workspace associated with the event.',
|
|
15830
15836
|
format: 'uuid',
|
|
15831
15837
|
type: 'string',
|
|
15832
15838
|
},
|
|
@@ -15861,7 +15867,7 @@ const openapi = {
|
|
|
15861
15867
|
type: 'object',
|
|
15862
15868
|
},
|
|
15863
15869
|
connected_account_id: {
|
|
15864
|
-
description: 'ID of the
|
|
15870
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15865
15871
|
format: 'uuid',
|
|
15866
15872
|
type: 'string',
|
|
15867
15873
|
},
|
|
@@ -15897,7 +15903,7 @@ const openapi = {
|
|
|
15897
15903
|
type: 'string',
|
|
15898
15904
|
},
|
|
15899
15905
|
workspace_id: {
|
|
15900
|
-
description: 'ID of the
|
|
15906
|
+
description: 'ID of the workspace associated with the event.',
|
|
15901
15907
|
format: 'uuid',
|
|
15902
15908
|
type: 'string',
|
|
15903
15909
|
},
|
|
@@ -16000,7 +16006,7 @@ const openapi = {
|
|
|
16000
16006
|
type: 'array',
|
|
16001
16007
|
},
|
|
16002
16008
|
connected_account_id: {
|
|
16003
|
-
description: 'ID of the
|
|
16009
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16004
16010
|
format: 'uuid',
|
|
16005
16011
|
type: 'string',
|
|
16006
16012
|
},
|
|
@@ -16105,7 +16111,7 @@ const openapi = {
|
|
|
16105
16111
|
type: 'string',
|
|
16106
16112
|
},
|
|
16107
16113
|
workspace_id: {
|
|
16108
|
-
description: 'ID of the
|
|
16114
|
+
description: 'ID of the workspace associated with the event.',
|
|
16109
16115
|
format: 'uuid',
|
|
16110
16116
|
type: 'string',
|
|
16111
16117
|
},
|
|
@@ -16214,7 +16220,7 @@ const openapi = {
|
|
|
16214
16220
|
type: 'array',
|
|
16215
16221
|
},
|
|
16216
16222
|
connected_account_id: {
|
|
16217
|
-
description: 'ID of the
|
|
16223
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16218
16224
|
format: 'uuid',
|
|
16219
16225
|
type: 'string',
|
|
16220
16226
|
},
|
|
@@ -16319,7 +16325,7 @@ const openapi = {
|
|
|
16319
16325
|
type: 'string',
|
|
16320
16326
|
},
|
|
16321
16327
|
workspace_id: {
|
|
16322
|
-
description: 'ID of the
|
|
16328
|
+
description: 'ID of the workspace associated with the event.',
|
|
16323
16329
|
format: 'uuid',
|
|
16324
16330
|
type: 'string',
|
|
16325
16331
|
},
|
|
@@ -16364,7 +16370,7 @@ const openapi = {
|
|
|
16364
16370
|
type: 'object',
|
|
16365
16371
|
},
|
|
16366
16372
|
connected_account_id: {
|
|
16367
|
-
description: 'ID of the
|
|
16373
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16368
16374
|
format: 'uuid',
|
|
16369
16375
|
type: 'string',
|
|
16370
16376
|
},
|
|
@@ -16397,7 +16403,7 @@ const openapi = {
|
|
|
16397
16403
|
type: 'string',
|
|
16398
16404
|
},
|
|
16399
16405
|
workspace_id: {
|
|
16400
|
-
description: 'ID of the
|
|
16406
|
+
description: 'ID of the workspace associated with the event.',
|
|
16401
16407
|
format: 'uuid',
|
|
16402
16408
|
type: 'string',
|
|
16403
16409
|
},
|
|
@@ -16501,7 +16507,7 @@ const openapi = {
|
|
|
16501
16507
|
type: 'array',
|
|
16502
16508
|
},
|
|
16503
16509
|
connected_account_id: {
|
|
16504
|
-
description: 'ID of the
|
|
16510
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16505
16511
|
format: 'uuid',
|
|
16506
16512
|
type: 'string',
|
|
16507
16513
|
},
|
|
@@ -16606,7 +16612,7 @@ const openapi = {
|
|
|
16606
16612
|
type: 'string',
|
|
16607
16613
|
},
|
|
16608
16614
|
workspace_id: {
|
|
16609
|
-
description: 'ID of the
|
|
16615
|
+
description: 'ID of the workspace associated with the event.',
|
|
16610
16616
|
format: 'uuid',
|
|
16611
16617
|
type: 'string',
|
|
16612
16618
|
},
|
|
@@ -16715,7 +16721,7 @@ const openapi = {
|
|
|
16715
16721
|
type: 'array',
|
|
16716
16722
|
},
|
|
16717
16723
|
connected_account_id: {
|
|
16718
|
-
description: 'ID of the
|
|
16724
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16719
16725
|
format: 'uuid',
|
|
16720
16726
|
type: 'string',
|
|
16721
16727
|
},
|
|
@@ -16820,7 +16826,7 @@ const openapi = {
|
|
|
16820
16826
|
type: 'string',
|
|
16821
16827
|
},
|
|
16822
16828
|
workspace_id: {
|
|
16823
|
-
description: 'ID of the
|
|
16829
|
+
description: 'ID of the workspace associated with the event.',
|
|
16824
16830
|
format: 'uuid',
|
|
16825
16831
|
type: 'string',
|
|
16826
16832
|
},
|
|
@@ -16860,7 +16866,7 @@ const openapi = {
|
|
|
16860
16866
|
type: 'object',
|
|
16861
16867
|
},
|
|
16862
16868
|
connected_account_id: {
|
|
16863
|
-
description: 'ID of the
|
|
16869
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16864
16870
|
format: 'uuid',
|
|
16865
16871
|
type: 'string',
|
|
16866
16872
|
},
|
|
@@ -16896,7 +16902,7 @@ const openapi = {
|
|
|
16896
16902
|
type: 'string',
|
|
16897
16903
|
},
|
|
16898
16904
|
workspace_id: {
|
|
16899
|
-
description: 'ID of the
|
|
16905
|
+
description: 'ID of the workspace associated with the event.',
|
|
16900
16906
|
format: 'uuid',
|
|
16901
16907
|
type: 'string',
|
|
16902
16908
|
},
|
|
@@ -16930,7 +16936,7 @@ const openapi = {
|
|
|
16930
16936
|
type: 'object',
|
|
16931
16937
|
},
|
|
16932
16938
|
connected_account_id: {
|
|
16933
|
-
description: 'ID of the
|
|
16939
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16934
16940
|
format: 'uuid',
|
|
16935
16941
|
type: 'string',
|
|
16936
16942
|
},
|
|
@@ -16966,7 +16972,7 @@ const openapi = {
|
|
|
16966
16972
|
type: 'string',
|
|
16967
16973
|
},
|
|
16968
16974
|
workspace_id: {
|
|
16969
|
-
description: 'ID of the
|
|
16975
|
+
description: 'ID of the workspace associated with the event.',
|
|
16970
16976
|
format: 'uuid',
|
|
16971
16977
|
type: 'string',
|
|
16972
16978
|
},
|
|
@@ -17001,7 +17007,7 @@ const openapi = {
|
|
|
17001
17007
|
type: 'object',
|
|
17002
17008
|
},
|
|
17003
17009
|
connected_account_id: {
|
|
17004
|
-
description: 'ID of the
|
|
17010
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17005
17011
|
format: 'uuid',
|
|
17006
17012
|
type: 'string',
|
|
17007
17013
|
},
|
|
@@ -17037,7 +17043,7 @@ const openapi = {
|
|
|
17037
17043
|
type: 'string',
|
|
17038
17044
|
},
|
|
17039
17045
|
workspace_id: {
|
|
17040
|
-
description: 'ID of the
|
|
17046
|
+
description: 'ID of the workspace associated with the event.',
|
|
17041
17047
|
format: 'uuid',
|
|
17042
17048
|
type: 'string',
|
|
17043
17049
|
},
|
|
@@ -17072,7 +17078,7 @@ const openapi = {
|
|
|
17072
17078
|
type: 'object',
|
|
17073
17079
|
},
|
|
17074
17080
|
connected_account_id: {
|
|
17075
|
-
description: 'ID of the
|
|
17081
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17076
17082
|
format: 'uuid',
|
|
17077
17083
|
type: 'string',
|
|
17078
17084
|
},
|
|
@@ -17108,7 +17114,7 @@ const openapi = {
|
|
|
17108
17114
|
type: 'string',
|
|
17109
17115
|
},
|
|
17110
17116
|
workspace_id: {
|
|
17111
|
-
description: 'ID of the
|
|
17117
|
+
description: 'ID of the workspace associated with the event.',
|
|
17112
17118
|
format: 'uuid',
|
|
17113
17119
|
type: 'string',
|
|
17114
17120
|
},
|
|
@@ -17211,7 +17217,7 @@ const openapi = {
|
|
|
17211
17217
|
type: 'array',
|
|
17212
17218
|
},
|
|
17213
17219
|
connected_account_id: {
|
|
17214
|
-
description: 'ID of the
|
|
17220
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17215
17221
|
format: 'uuid',
|
|
17216
17222
|
type: 'string',
|
|
17217
17223
|
},
|
|
@@ -17316,7 +17322,7 @@ const openapi = {
|
|
|
17316
17322
|
type: 'string',
|
|
17317
17323
|
},
|
|
17318
17324
|
workspace_id: {
|
|
17319
|
-
description: 'ID of the
|
|
17325
|
+
description: 'ID of the workspace associated with the event.',
|
|
17320
17326
|
format: 'uuid',
|
|
17321
17327
|
type: 'string',
|
|
17322
17328
|
},
|
|
@@ -17356,7 +17362,7 @@ const openapi = {
|
|
|
17356
17362
|
type: 'object',
|
|
17357
17363
|
},
|
|
17358
17364
|
connected_account_id: {
|
|
17359
|
-
description: 'ID of the
|
|
17365
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17360
17366
|
format: 'uuid',
|
|
17361
17367
|
type: 'string',
|
|
17362
17368
|
},
|
|
@@ -17392,7 +17398,7 @@ const openapi = {
|
|
|
17392
17398
|
type: 'string',
|
|
17393
17399
|
},
|
|
17394
17400
|
workspace_id: {
|
|
17395
|
-
description: 'ID of the
|
|
17401
|
+
description: 'ID of the workspace associated with the event.',
|
|
17396
17402
|
format: 'uuid',
|
|
17397
17403
|
type: 'string',
|
|
17398
17404
|
},
|
|
@@ -17426,7 +17432,7 @@ const openapi = {
|
|
|
17426
17432
|
type: 'object',
|
|
17427
17433
|
},
|
|
17428
17434
|
connected_account_id: {
|
|
17429
|
-
description: 'ID of the
|
|
17435
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17430
17436
|
format: 'uuid',
|
|
17431
17437
|
type: 'string',
|
|
17432
17438
|
},
|
|
@@ -17462,7 +17468,7 @@ const openapi = {
|
|
|
17462
17468
|
type: 'string',
|
|
17463
17469
|
},
|
|
17464
17470
|
workspace_id: {
|
|
17465
|
-
description: 'ID of the
|
|
17471
|
+
description: 'ID of the workspace associated with the event.',
|
|
17466
17472
|
format: 'uuid',
|
|
17467
17473
|
type: 'string',
|
|
17468
17474
|
},
|
|
@@ -17505,7 +17511,7 @@ const openapi = {
|
|
|
17505
17511
|
type: 'string',
|
|
17506
17512
|
},
|
|
17507
17513
|
workspace_id: {
|
|
17508
|
-
description: 'ID of the
|
|
17514
|
+
description: 'ID of the workspace associated with the event.',
|
|
17509
17515
|
format: 'uuid',
|
|
17510
17516
|
type: 'string',
|
|
17511
17517
|
},
|
|
@@ -17546,7 +17552,7 @@ const openapi = {
|
|
|
17546
17552
|
type: 'string',
|
|
17547
17553
|
},
|
|
17548
17554
|
workspace_id: {
|
|
17549
|
-
description: 'ID of the
|
|
17555
|
+
description: 'ID of the workspace associated with the event.',
|
|
17550
17556
|
format: 'uuid',
|
|
17551
17557
|
type: 'string',
|
|
17552
17558
|
},
|
|
@@ -17590,7 +17596,7 @@ const openapi = {
|
|
|
17590
17596
|
type: 'string',
|
|
17591
17597
|
},
|
|
17592
17598
|
workspace_id: {
|
|
17593
|
-
description: 'ID of the
|
|
17599
|
+
description: 'ID of the workspace associated with the event.',
|
|
17594
17600
|
format: 'uuid',
|
|
17595
17601
|
type: 'string',
|
|
17596
17602
|
},
|
|
@@ -17639,7 +17645,7 @@ const openapi = {
|
|
|
17639
17645
|
type: 'string',
|
|
17640
17646
|
},
|
|
17641
17647
|
workspace_id: {
|
|
17642
|
-
description: 'ID of the
|
|
17648
|
+
description: 'ID of the workspace associated with the event.',
|
|
17643
17649
|
format: 'uuid',
|
|
17644
17650
|
type: 'string',
|
|
17645
17651
|
},
|
|
@@ -17689,7 +17695,7 @@ const openapi = {
|
|
|
17689
17695
|
type: 'string',
|
|
17690
17696
|
},
|
|
17691
17697
|
workspace_id: {
|
|
17692
|
-
description: 'ID of the
|
|
17698
|
+
description: 'ID of the workspace associated with the event.',
|
|
17693
17699
|
format: 'uuid',
|
|
17694
17700
|
type: 'string',
|
|
17695
17701
|
},
|
|
@@ -17746,7 +17752,7 @@ const openapi = {
|
|
|
17746
17752
|
type: 'string',
|
|
17747
17753
|
},
|
|
17748
17754
|
workspace_id: {
|
|
17749
|
-
description: 'ID of the
|
|
17755
|
+
description: 'ID of the workspace associated with the event.',
|
|
17750
17756
|
format: 'uuid',
|
|
17751
17757
|
type: 'string',
|
|
17752
17758
|
},
|
|
@@ -17801,7 +17807,7 @@ const openapi = {
|
|
|
17801
17807
|
type: 'string',
|
|
17802
17808
|
},
|
|
17803
17809
|
workspace_id: {
|
|
17804
|
-
description: 'ID of the
|
|
17810
|
+
description: 'ID of the workspace associated with the event.',
|
|
17805
17811
|
format: 'uuid',
|
|
17806
17812
|
type: 'string',
|
|
17807
17813
|
},
|
|
@@ -17861,7 +17867,7 @@ const openapi = {
|
|
|
17861
17867
|
type: 'string',
|
|
17862
17868
|
},
|
|
17863
17869
|
workspace_id: {
|
|
17864
|
-
description: 'ID of the
|
|
17870
|
+
description: 'ID of the workspace associated with the event.',
|
|
17865
17871
|
format: 'uuid',
|
|
17866
17872
|
type: 'string',
|
|
17867
17873
|
},
|
|
@@ -17913,7 +17919,7 @@ const openapi = {
|
|
|
17913
17919
|
type: 'string',
|
|
17914
17920
|
},
|
|
17915
17921
|
workspace_id: {
|
|
17916
|
-
description: 'ID of the
|
|
17922
|
+
description: 'ID of the workspace associated with the event.',
|
|
17917
17923
|
format: 'uuid',
|
|
17918
17924
|
type: 'string',
|
|
17919
17925
|
},
|
|
@@ -17968,7 +17974,7 @@ const openapi = {
|
|
|
17968
17974
|
type: 'string',
|
|
17969
17975
|
},
|
|
17970
17976
|
workspace_id: {
|
|
17971
|
-
description: 'ID of the
|
|
17977
|
+
description: 'ID of the workspace associated with the event.',
|
|
17972
17978
|
format: 'uuid',
|
|
17973
17979
|
type: 'string',
|
|
17974
17980
|
},
|
|
@@ -18020,7 +18026,7 @@ const openapi = {
|
|
|
18020
18026
|
type: 'string',
|
|
18021
18027
|
},
|
|
18022
18028
|
workspace_id: {
|
|
18023
|
-
description: 'ID of the
|
|
18029
|
+
description: 'ID of the workspace associated with the event.',
|
|
18024
18030
|
format: 'uuid',
|
|
18025
18031
|
type: 'string',
|
|
18026
18032
|
},
|
|
@@ -18080,7 +18086,7 @@ const openapi = {
|
|
|
18080
18086
|
type: 'string',
|
|
18081
18087
|
},
|
|
18082
18088
|
workspace_id: {
|
|
18083
|
-
description: 'ID of the
|
|
18089
|
+
description: 'ID of the workspace associated with the event.',
|
|
18084
18090
|
format: 'uuid',
|
|
18085
18091
|
type: 'string',
|
|
18086
18092
|
},
|
|
@@ -18132,7 +18138,7 @@ const openapi = {
|
|
|
18132
18138
|
type: 'string',
|
|
18133
18139
|
},
|
|
18134
18140
|
workspace_id: {
|
|
18135
|
-
description: 'ID of the
|
|
18141
|
+
description: 'ID of the workspace associated with the event.',
|
|
18136
18142
|
format: 'uuid',
|
|
18137
18143
|
type: 'string',
|
|
18138
18144
|
},
|
|
@@ -18179,7 +18185,7 @@ const openapi = {
|
|
|
18179
18185
|
type: 'string',
|
|
18180
18186
|
},
|
|
18181
18187
|
workspace_id: {
|
|
18182
|
-
description: 'ID of the
|
|
18188
|
+
description: 'ID of the workspace associated with the event.',
|
|
18183
18189
|
format: 'uuid',
|
|
18184
18190
|
type: 'string',
|
|
18185
18191
|
},
|
|
@@ -18225,7 +18231,7 @@ const openapi = {
|
|
|
18225
18231
|
type: 'string',
|
|
18226
18232
|
},
|
|
18227
18233
|
workspace_id: {
|
|
18228
|
-
description: 'ID of the
|
|
18234
|
+
description: 'ID of the workspace associated with the event.',
|
|
18229
18235
|
format: 'uuid',
|
|
18230
18236
|
type: 'string',
|
|
18231
18237
|
},
|
|
@@ -18363,7 +18369,7 @@ const openapi = {
|
|
|
18363
18369
|
type: 'string',
|
|
18364
18370
|
},
|
|
18365
18371
|
workspace_id: {
|
|
18366
|
-
description: 'ID of the
|
|
18372
|
+
description: 'ID of the workspace associated with the event.',
|
|
18367
18373
|
format: 'uuid',
|
|
18368
18374
|
type: 'string',
|
|
18369
18375
|
},
|
|
@@ -18418,7 +18424,7 @@ const openapi = {
|
|
|
18418
18424
|
type: 'string',
|
|
18419
18425
|
},
|
|
18420
18426
|
workspace_id: {
|
|
18421
|
-
description: 'ID of the
|
|
18427
|
+
description: 'ID of the workspace associated with the event.',
|
|
18422
18428
|
format: 'uuid',
|
|
18423
18429
|
type: 'string',
|
|
18424
18430
|
},
|
|
@@ -18470,7 +18476,7 @@ const openapi = {
|
|
|
18470
18476
|
type: 'string',
|
|
18471
18477
|
},
|
|
18472
18478
|
workspace_id: {
|
|
18473
|
-
description: 'ID of the
|
|
18479
|
+
description: 'ID of the workspace associated with the event.',
|
|
18474
18480
|
format: 'uuid',
|
|
18475
18481
|
type: 'string',
|
|
18476
18482
|
},
|
|
@@ -18522,7 +18528,7 @@ const openapi = {
|
|
|
18522
18528
|
type: 'string',
|
|
18523
18529
|
},
|
|
18524
18530
|
workspace_id: {
|
|
18525
|
-
description: 'ID of the
|
|
18531
|
+
description: 'ID of the workspace associated with the event.',
|
|
18526
18532
|
format: 'uuid',
|
|
18527
18533
|
type: 'string',
|
|
18528
18534
|
},
|
|
@@ -18577,7 +18583,7 @@ const openapi = {
|
|
|
18577
18583
|
type: 'string',
|
|
18578
18584
|
},
|
|
18579
18585
|
workspace_id: {
|
|
18580
|
-
description: 'ID of the
|
|
18586
|
+
description: 'ID of the workspace associated with the event.',
|
|
18581
18587
|
format: 'uuid',
|
|
18582
18588
|
type: 'string',
|
|
18583
18589
|
},
|
|
@@ -18625,7 +18631,7 @@ const openapi = {
|
|
|
18625
18631
|
type: 'string',
|
|
18626
18632
|
},
|
|
18627
18633
|
workspace_id: {
|
|
18628
|
-
description: 'ID of the
|
|
18634
|
+
description: 'ID of the workspace associated with the event.',
|
|
18629
18635
|
format: 'uuid',
|
|
18630
18636
|
type: 'string',
|
|
18631
18637
|
},
|
|
@@ -18673,7 +18679,7 @@ const openapi = {
|
|
|
18673
18679
|
type: 'string',
|
|
18674
18680
|
},
|
|
18675
18681
|
workspace_id: {
|
|
18676
|
-
description: 'ID of the
|
|
18682
|
+
description: 'ID of the workspace associated with the event.',
|
|
18677
18683
|
format: 'uuid',
|
|
18678
18684
|
type: 'string',
|
|
18679
18685
|
},
|
|
@@ -18725,7 +18731,7 @@ const openapi = {
|
|
|
18725
18731
|
type: 'string',
|
|
18726
18732
|
},
|
|
18727
18733
|
workspace_id: {
|
|
18728
|
-
description: 'ID of the
|
|
18734
|
+
description: 'ID of the workspace associated with the event.',
|
|
18729
18735
|
format: 'uuid',
|
|
18730
18736
|
type: 'string',
|
|
18731
18737
|
},
|
|
@@ -18777,7 +18783,7 @@ const openapi = {
|
|
|
18777
18783
|
type: 'string',
|
|
18778
18784
|
},
|
|
18779
18785
|
workspace_id: {
|
|
18780
|
-
description: 'ID of the
|
|
18786
|
+
description: 'ID of the workspace associated with the event.',
|
|
18781
18787
|
format: 'uuid',
|
|
18782
18788
|
type: 'string',
|
|
18783
18789
|
},
|
|
@@ -18832,7 +18838,7 @@ const openapi = {
|
|
|
18832
18838
|
type: 'string',
|
|
18833
18839
|
},
|
|
18834
18840
|
workspace_id: {
|
|
18835
|
-
description: 'ID of the
|
|
18841
|
+
description: 'ID of the workspace associated with the event.',
|
|
18836
18842
|
format: 'uuid',
|
|
18837
18843
|
type: 'string',
|
|
18838
18844
|
},
|
|
@@ -18880,7 +18886,7 @@ const openapi = {
|
|
|
18880
18886
|
type: 'string',
|
|
18881
18887
|
},
|
|
18882
18888
|
workspace_id: {
|
|
18883
|
-
description: 'ID of the
|
|
18889
|
+
description: 'ID of the workspace associated with the event.',
|
|
18884
18890
|
format: 'uuid',
|
|
18885
18891
|
type: 'string',
|
|
18886
18892
|
},
|
|
@@ -18928,7 +18934,7 @@ const openapi = {
|
|
|
18928
18934
|
type: 'string',
|
|
18929
18935
|
},
|
|
18930
18936
|
workspace_id: {
|
|
18931
|
-
description: 'ID of the
|
|
18937
|
+
description: 'ID of the workspace associated with the event.',
|
|
18932
18938
|
format: 'uuid',
|
|
18933
18939
|
type: 'string',
|
|
18934
18940
|
},
|
|
@@ -18946,7 +18952,7 @@ const openapi = {
|
|
|
18946
18952
|
'x-route-path': '/acs/entrances',
|
|
18947
18953
|
},
|
|
18948
18954
|
{
|
|
18949
|
-
description: 'A
|
|
18955
|
+
description: 'A client session was deleted.',
|
|
18950
18956
|
properties: {
|
|
18951
18957
|
client_session_id: {
|
|
18952
18958
|
description: 'ID of the affected client session.',
|
|
@@ -18970,7 +18976,7 @@ const openapi = {
|
|
|
18970
18976
|
type: 'string',
|
|
18971
18977
|
},
|
|
18972
18978
|
workspace_id: {
|
|
18973
|
-
description: 'ID of the
|
|
18979
|
+
description: 'ID of the workspace associated with the event.',
|
|
18974
18980
|
format: 'uuid',
|
|
18975
18981
|
type: 'string',
|
|
18976
18982
|
},
|
|
@@ -18987,10 +18993,10 @@ const openapi = {
|
|
|
18987
18993
|
'x-route-path': '/client_sessions',
|
|
18988
18994
|
},
|
|
18989
18995
|
{
|
|
18990
|
-
description: 'A
|
|
18996
|
+
description: 'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
18991
18997
|
properties: {
|
|
18992
18998
|
connect_webview_id: {
|
|
18993
|
-
description: 'ID of the
|
|
18999
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
18994
19000
|
format: 'uuid',
|
|
18995
19001
|
type: 'string',
|
|
18996
19002
|
},
|
|
@@ -19002,7 +19008,7 @@ const openapi = {
|
|
|
19002
19008
|
type: 'object',
|
|
19003
19009
|
},
|
|
19004
19010
|
connected_account_id: {
|
|
19005
|
-
description: 'ID of the affected
|
|
19011
|
+
description: 'ID of the affected connected account.',
|
|
19006
19012
|
format: 'uuid',
|
|
19007
19013
|
type: 'string',
|
|
19008
19014
|
},
|
|
@@ -19030,7 +19036,7 @@ const openapi = {
|
|
|
19030
19036
|
type: 'string',
|
|
19031
19037
|
},
|
|
19032
19038
|
workspace_id: {
|
|
19033
|
-
description: 'ID of the
|
|
19039
|
+
description: 'ID of the workspace associated with the event.',
|
|
19034
19040
|
format: 'uuid',
|
|
19035
19041
|
type: 'string',
|
|
19036
19042
|
},
|
|
@@ -19047,10 +19053,10 @@ const openapi = {
|
|
|
19047
19053
|
'x-route-path': '/connected_accounts',
|
|
19048
19054
|
},
|
|
19049
19055
|
{
|
|
19050
|
-
description: 'A
|
|
19056
|
+
description: 'A connected account was created.',
|
|
19051
19057
|
properties: {
|
|
19052
19058
|
connect_webview_id: {
|
|
19053
|
-
description: 'ID of the
|
|
19059
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19054
19060
|
format: 'uuid',
|
|
19055
19061
|
type: 'string',
|
|
19056
19062
|
},
|
|
@@ -19062,7 +19068,7 @@ const openapi = {
|
|
|
19062
19068
|
type: 'object',
|
|
19063
19069
|
},
|
|
19064
19070
|
connected_account_id: {
|
|
19065
|
-
description: 'ID of the affected
|
|
19071
|
+
description: 'ID of the affected connected account.',
|
|
19066
19072
|
format: 'uuid',
|
|
19067
19073
|
type: 'string',
|
|
19068
19074
|
},
|
|
@@ -19086,7 +19092,7 @@ const openapi = {
|
|
|
19086
19092
|
type: 'string',
|
|
19087
19093
|
},
|
|
19088
19094
|
workspace_id: {
|
|
19089
|
-
description: 'ID of the
|
|
19095
|
+
description: 'ID of the workspace associated with the event.',
|
|
19090
19096
|
format: 'uuid',
|
|
19091
19097
|
type: 'string',
|
|
19092
19098
|
},
|
|
@@ -19105,10 +19111,10 @@ const openapi = {
|
|
|
19105
19111
|
},
|
|
19106
19112
|
{
|
|
19107
19113
|
deprecated: true,
|
|
19108
|
-
description: 'A
|
|
19114
|
+
description: 'A connected account had a successful login using a Connect Webview.',
|
|
19109
19115
|
properties: {
|
|
19110
19116
|
connect_webview_id: {
|
|
19111
|
-
description: 'ID of the
|
|
19117
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19112
19118
|
format: 'uuid',
|
|
19113
19119
|
type: 'string',
|
|
19114
19120
|
},
|
|
@@ -19120,7 +19126,7 @@ const openapi = {
|
|
|
19120
19126
|
type: 'object',
|
|
19121
19127
|
},
|
|
19122
19128
|
connected_account_id: {
|
|
19123
|
-
description: 'ID of the affected
|
|
19129
|
+
description: 'ID of the affected connected account.',
|
|
19124
19130
|
format: 'uuid',
|
|
19125
19131
|
type: 'string',
|
|
19126
19132
|
},
|
|
@@ -19144,7 +19150,7 @@ const openapi = {
|
|
|
19144
19150
|
type: 'string',
|
|
19145
19151
|
},
|
|
19146
19152
|
workspace_id: {
|
|
19147
|
-
description: 'ID of the
|
|
19153
|
+
description: 'ID of the workspace associated with the event.',
|
|
19148
19154
|
format: 'uuid',
|
|
19149
19155
|
type: 'string',
|
|
19150
19156
|
},
|
|
@@ -19163,7 +19169,7 @@ const openapi = {
|
|
|
19163
19169
|
'x-route-path': '/connected_accounts',
|
|
19164
19170
|
},
|
|
19165
19171
|
{
|
|
19166
|
-
description: 'A
|
|
19172
|
+
description: 'A connected account was disconnected.',
|
|
19167
19173
|
properties: {
|
|
19168
19174
|
connected_account_custom_metadata: {
|
|
19169
19175
|
additionalProperties: {
|
|
@@ -19196,7 +19202,7 @@ const openapi = {
|
|
|
19196
19202
|
type: 'array',
|
|
19197
19203
|
},
|
|
19198
19204
|
connected_account_id: {
|
|
19199
|
-
description: 'ID of the affected
|
|
19205
|
+
description: 'ID of the affected connected account.',
|
|
19200
19206
|
format: 'uuid',
|
|
19201
19207
|
type: 'string',
|
|
19202
19208
|
},
|
|
@@ -19243,7 +19249,7 @@ const openapi = {
|
|
|
19243
19249
|
type: 'string',
|
|
19244
19250
|
},
|
|
19245
19251
|
workspace_id: {
|
|
19246
|
-
description: 'ID of the
|
|
19252
|
+
description: 'ID of the workspace associated with the event.',
|
|
19247
19253
|
format: 'uuid',
|
|
19248
19254
|
type: 'string',
|
|
19249
19255
|
},
|
|
@@ -19262,7 +19268,7 @@ const openapi = {
|
|
|
19262
19268
|
'x-route-path': '/connected_accounts',
|
|
19263
19269
|
},
|
|
19264
19270
|
{
|
|
19265
|
-
description: 'A
|
|
19271
|
+
description: 'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
19266
19272
|
properties: {
|
|
19267
19273
|
connected_account_custom_metadata: {
|
|
19268
19274
|
additionalProperties: {
|
|
@@ -19272,7 +19278,7 @@ const openapi = {
|
|
|
19272
19278
|
type: 'object',
|
|
19273
19279
|
},
|
|
19274
19280
|
connected_account_id: {
|
|
19275
|
-
description: 'ID of the affected
|
|
19281
|
+
description: 'ID of the affected connected account.',
|
|
19276
19282
|
format: 'uuid',
|
|
19277
19283
|
type: 'string',
|
|
19278
19284
|
},
|
|
@@ -19296,7 +19302,7 @@ const openapi = {
|
|
|
19296
19302
|
type: 'string',
|
|
19297
19303
|
},
|
|
19298
19304
|
workspace_id: {
|
|
19299
|
-
description: 'ID of the
|
|
19305
|
+
description: 'ID of the workspace associated with the event.',
|
|
19300
19306
|
format: 'uuid',
|
|
19301
19307
|
type: 'string',
|
|
19302
19308
|
},
|
|
@@ -19313,7 +19319,7 @@ const openapi = {
|
|
|
19313
19319
|
'x-route-path': '/connected_accounts',
|
|
19314
19320
|
},
|
|
19315
19321
|
{
|
|
19316
|
-
description: 'A
|
|
19322
|
+
description: 'A connected account was deleted.',
|
|
19317
19323
|
properties: {
|
|
19318
19324
|
connected_account_custom_metadata: {
|
|
19319
19325
|
additionalProperties: {
|
|
@@ -19323,7 +19329,7 @@ const openapi = {
|
|
|
19323
19329
|
type: 'object',
|
|
19324
19330
|
},
|
|
19325
19331
|
connected_account_id: {
|
|
19326
|
-
description: 'ID of the affected
|
|
19332
|
+
description: 'ID of the affected connected account.',
|
|
19327
19333
|
format: 'uuid',
|
|
19328
19334
|
type: 'string',
|
|
19329
19335
|
},
|
|
@@ -19355,7 +19361,7 @@ const openapi = {
|
|
|
19355
19361
|
type: 'string',
|
|
19356
19362
|
},
|
|
19357
19363
|
workspace_id: {
|
|
19358
|
-
description: 'ID of the
|
|
19364
|
+
description: 'ID of the workspace associated with the event.',
|
|
19359
19365
|
format: 'uuid',
|
|
19360
19366
|
type: 'string',
|
|
19361
19367
|
},
|
|
@@ -19372,7 +19378,7 @@ const openapi = {
|
|
|
19372
19378
|
'x-route-path': '/connected_accounts',
|
|
19373
19379
|
},
|
|
19374
19380
|
{
|
|
19375
|
-
description: 'A
|
|
19381
|
+
description: 'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
19376
19382
|
properties: {
|
|
19377
19383
|
connected_account_custom_metadata: {
|
|
19378
19384
|
additionalProperties: {
|
|
@@ -19382,7 +19388,7 @@ const openapi = {
|
|
|
19382
19388
|
type: 'object',
|
|
19383
19389
|
},
|
|
19384
19390
|
connected_account_id: {
|
|
19385
|
-
description: 'ID of the affected
|
|
19391
|
+
description: 'ID of the affected connected account.',
|
|
19386
19392
|
format: 'uuid',
|
|
19387
19393
|
type: 'string',
|
|
19388
19394
|
},
|
|
@@ -19408,7 +19414,7 @@ const openapi = {
|
|
|
19408
19414
|
type: 'string',
|
|
19409
19415
|
},
|
|
19410
19416
|
workspace_id: {
|
|
19411
|
-
description: 'ID of the
|
|
19417
|
+
description: 'ID of the workspace associated with the event.',
|
|
19412
19418
|
format: 'uuid',
|
|
19413
19419
|
type: 'string',
|
|
19414
19420
|
},
|
|
@@ -19425,7 +19431,7 @@ const openapi = {
|
|
|
19425
19431
|
'x-route-path': '/connected_accounts',
|
|
19426
19432
|
},
|
|
19427
19433
|
{
|
|
19428
|
-
description: 'A
|
|
19434
|
+
description: 'A connected account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.',
|
|
19429
19435
|
properties: {
|
|
19430
19436
|
connected_account_custom_metadata: {
|
|
19431
19437
|
additionalProperties: {
|
|
@@ -19458,7 +19464,7 @@ const openapi = {
|
|
|
19458
19464
|
type: 'array',
|
|
19459
19465
|
},
|
|
19460
19466
|
connected_account_id: {
|
|
19461
|
-
description: 'ID of the affected
|
|
19467
|
+
description: 'ID of the affected connected account.',
|
|
19462
19468
|
format: 'uuid',
|
|
19463
19469
|
type: 'string',
|
|
19464
19470
|
},
|
|
@@ -19505,7 +19511,7 @@ const openapi = {
|
|
|
19505
19511
|
type: 'string',
|
|
19506
19512
|
},
|
|
19507
19513
|
workspace_id: {
|
|
19508
|
-
description: 'ID of the
|
|
19514
|
+
description: 'ID of the workspace associated with the event.',
|
|
19509
19515
|
format: 'uuid',
|
|
19510
19516
|
type: 'string',
|
|
19511
19517
|
},
|
|
@@ -19524,7 +19530,7 @@ const openapi = {
|
|
|
19524
19530
|
'x-route-path': '/connected_accounts',
|
|
19525
19531
|
},
|
|
19526
19532
|
{
|
|
19527
|
-
description: 'A lock door
|
|
19533
|
+
description: 'A lock door action attempt succeeded.',
|
|
19528
19534
|
properties: {
|
|
19529
19535
|
action_attempt_id: {
|
|
19530
19536
|
description: 'ID of the affected action attempt.',
|
|
@@ -19566,7 +19572,7 @@ const openapi = {
|
|
|
19566
19572
|
},
|
|
19567
19573
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19568
19574
|
workspace_id: {
|
|
19569
|
-
description: 'ID of the
|
|
19575
|
+
description: 'ID of the workspace associated with the event.',
|
|
19570
19576
|
format: 'uuid',
|
|
19571
19577
|
type: 'string',
|
|
19572
19578
|
},
|
|
@@ -19585,7 +19591,7 @@ const openapi = {
|
|
|
19585
19591
|
'x-route-path': '/action_attempts',
|
|
19586
19592
|
},
|
|
19587
19593
|
{
|
|
19588
|
-
description: 'A lock door
|
|
19594
|
+
description: 'A lock door action attempt failed.',
|
|
19589
19595
|
properties: {
|
|
19590
19596
|
action_attempt_id: {
|
|
19591
19597
|
description: 'ID of the affected action attempt.',
|
|
@@ -19627,7 +19633,7 @@ const openapi = {
|
|
|
19627
19633
|
},
|
|
19628
19634
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19629
19635
|
workspace_id: {
|
|
19630
|
-
description: 'ID of the
|
|
19636
|
+
description: 'ID of the workspace associated with the event.',
|
|
19631
19637
|
format: 'uuid',
|
|
19632
19638
|
type: 'string',
|
|
19633
19639
|
},
|
|
@@ -19646,7 +19652,7 @@ const openapi = {
|
|
|
19646
19652
|
'x-route-path': '/action_attempts',
|
|
19647
19653
|
},
|
|
19648
19654
|
{
|
|
19649
|
-
description: 'An unlock door
|
|
19655
|
+
description: 'An unlock door action attempt succeeded.',
|
|
19650
19656
|
properties: {
|
|
19651
19657
|
action_attempt_id: {
|
|
19652
19658
|
description: 'ID of the affected action attempt.',
|
|
@@ -19688,7 +19694,7 @@ const openapi = {
|
|
|
19688
19694
|
},
|
|
19689
19695
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19690
19696
|
workspace_id: {
|
|
19691
|
-
description: 'ID of the
|
|
19697
|
+
description: 'ID of the workspace associated with the event.',
|
|
19692
19698
|
format: 'uuid',
|
|
19693
19699
|
type: 'string',
|
|
19694
19700
|
},
|
|
@@ -19707,7 +19713,7 @@ const openapi = {
|
|
|
19707
19713
|
'x-route-path': '/action_attempts',
|
|
19708
19714
|
},
|
|
19709
19715
|
{
|
|
19710
|
-
description: 'An unlock door
|
|
19716
|
+
description: 'An unlock door action attempt failed.',
|
|
19711
19717
|
properties: {
|
|
19712
19718
|
action_attempt_id: {
|
|
19713
19719
|
description: 'ID of the affected action attempt.',
|
|
@@ -19749,7 +19755,7 @@ const openapi = {
|
|
|
19749
19755
|
},
|
|
19750
19756
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19751
19757
|
workspace_id: {
|
|
19752
|
-
description: 'ID of the
|
|
19758
|
+
description: 'ID of the workspace associated with the event.',
|
|
19753
19759
|
format: 'uuid',
|
|
19754
19760
|
type: 'string',
|
|
19755
19761
|
},
|
|
@@ -19768,7 +19774,7 @@ const openapi = {
|
|
|
19768
19774
|
'x-route-path': '/action_attempts',
|
|
19769
19775
|
},
|
|
19770
19776
|
{
|
|
19771
|
-
description: 'A simulate keypad code entry
|
|
19777
|
+
description: 'A simulate keypad code entry action attempt succeeded.',
|
|
19772
19778
|
properties: {
|
|
19773
19779
|
action_attempt_id: {
|
|
19774
19780
|
description: 'ID of the affected action attempt.',
|
|
@@ -19810,7 +19816,7 @@ const openapi = {
|
|
|
19810
19816
|
},
|
|
19811
19817
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19812
19818
|
workspace_id: {
|
|
19813
|
-
description: 'ID of the
|
|
19819
|
+
description: 'ID of the workspace associated with the event.',
|
|
19814
19820
|
format: 'uuid',
|
|
19815
19821
|
type: 'string',
|
|
19816
19822
|
},
|
|
@@ -19829,7 +19835,7 @@ const openapi = {
|
|
|
19829
19835
|
'x-route-path': '/action_attempts',
|
|
19830
19836
|
},
|
|
19831
19837
|
{
|
|
19832
|
-
description: 'A simulate keypad code entry
|
|
19838
|
+
description: 'A simulate keypad code entry action attempt failed.',
|
|
19833
19839
|
properties: {
|
|
19834
19840
|
action_attempt_id: {
|
|
19835
19841
|
description: 'ID of the affected action attempt.',
|
|
@@ -19871,7 +19877,7 @@ const openapi = {
|
|
|
19871
19877
|
},
|
|
19872
19878
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19873
19879
|
workspace_id: {
|
|
19874
|
-
description: 'ID of the
|
|
19880
|
+
description: 'ID of the workspace associated with the event.',
|
|
19875
19881
|
format: 'uuid',
|
|
19876
19882
|
type: 'string',
|
|
19877
19883
|
},
|
|
@@ -19890,7 +19896,7 @@ const openapi = {
|
|
|
19890
19896
|
'x-route-path': '/action_attempts',
|
|
19891
19897
|
},
|
|
19892
19898
|
{
|
|
19893
|
-
description: 'A simulate manual lock via keypad
|
|
19899
|
+
description: 'A simulate manual lock via keypad action attempt succeeded.',
|
|
19894
19900
|
properties: {
|
|
19895
19901
|
action_attempt_id: {
|
|
19896
19902
|
description: 'ID of the affected action attempt.',
|
|
@@ -19934,7 +19940,7 @@ const openapi = {
|
|
|
19934
19940
|
},
|
|
19935
19941
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19936
19942
|
workspace_id: {
|
|
19937
|
-
description: 'ID of the
|
|
19943
|
+
description: 'ID of the workspace associated with the event.',
|
|
19938
19944
|
format: 'uuid',
|
|
19939
19945
|
type: 'string',
|
|
19940
19946
|
},
|
|
@@ -19953,7 +19959,7 @@ const openapi = {
|
|
|
19953
19959
|
'x-route-path': '/action_attempts',
|
|
19954
19960
|
},
|
|
19955
19961
|
{
|
|
19956
|
-
description: 'A simulate manual lock via keypad
|
|
19962
|
+
description: 'A simulate manual lock via keypad action attempt failed.',
|
|
19957
19963
|
properties: {
|
|
19958
19964
|
action_attempt_id: {
|
|
19959
19965
|
description: 'ID of the affected action attempt.',
|
|
@@ -19995,7 +20001,7 @@ const openapi = {
|
|
|
19995
20001
|
},
|
|
19996
20002
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19997
20003
|
workspace_id: {
|
|
19998
|
-
description: 'ID of the
|
|
20004
|
+
description: 'ID of the workspace associated with the event.',
|
|
19999
20005
|
format: 'uuid',
|
|
20000
20006
|
type: 'string',
|
|
20001
20007
|
},
|
|
@@ -20014,10 +20020,10 @@ const openapi = {
|
|
|
20014
20020
|
'x-route-path': '/action_attempts',
|
|
20015
20021
|
},
|
|
20016
20022
|
{
|
|
20017
|
-
description: 'A
|
|
20023
|
+
description: 'A Connect Webview login succeeded.',
|
|
20018
20024
|
properties: {
|
|
20019
20025
|
connect_webview_id: {
|
|
20020
|
-
description: 'ID of the affected
|
|
20026
|
+
description: 'ID of the affected Connect Webview.',
|
|
20021
20027
|
format: 'uuid',
|
|
20022
20028
|
type: 'string',
|
|
20023
20029
|
},
|
|
@@ -20029,7 +20035,7 @@ const openapi = {
|
|
|
20029
20035
|
type: 'object',
|
|
20030
20036
|
},
|
|
20031
20037
|
connected_account_id: {
|
|
20032
|
-
description: 'ID of the
|
|
20038
|
+
description: 'ID of the connected account associated with the event.',
|
|
20033
20039
|
format: 'uuid',
|
|
20034
20040
|
type: 'string',
|
|
20035
20041
|
},
|
|
@@ -20057,7 +20063,7 @@ const openapi = {
|
|
|
20057
20063
|
type: 'string',
|
|
20058
20064
|
},
|
|
20059
20065
|
workspace_id: {
|
|
20060
|
-
description: 'ID of the
|
|
20066
|
+
description: 'ID of the workspace associated with the event.',
|
|
20061
20067
|
format: 'uuid',
|
|
20062
20068
|
type: 'string',
|
|
20063
20069
|
},
|
|
@@ -20075,10 +20081,10 @@ const openapi = {
|
|
|
20075
20081
|
'x-route-path': '/connect_webviews',
|
|
20076
20082
|
},
|
|
20077
20083
|
{
|
|
20078
|
-
description: 'A
|
|
20084
|
+
description: 'A Connect Webview login failed.',
|
|
20079
20085
|
properties: {
|
|
20080
20086
|
connect_webview_id: {
|
|
20081
|
-
description: 'ID of the affected
|
|
20087
|
+
description: 'ID of the affected Connect Webview.',
|
|
20082
20088
|
format: 'uuid',
|
|
20083
20089
|
type: 'string',
|
|
20084
20090
|
},
|
|
@@ -20102,7 +20108,7 @@ const openapi = {
|
|
|
20102
20108
|
type: 'string',
|
|
20103
20109
|
},
|
|
20104
20110
|
workspace_id: {
|
|
20105
|
-
description: 'ID of the
|
|
20111
|
+
description: 'ID of the workspace associated with the event.',
|
|
20106
20112
|
format: 'uuid',
|
|
20107
20113
|
type: 'string',
|
|
20108
20114
|
},
|
|
@@ -20119,7 +20125,7 @@ const openapi = {
|
|
|
20119
20125
|
'x-route-path': '/connect_webviews',
|
|
20120
20126
|
},
|
|
20121
20127
|
{
|
|
20122
|
-
description: 'The status of a
|
|
20128
|
+
description: 'The status of a device changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.',
|
|
20123
20129
|
properties: {
|
|
20124
20130
|
connected_account_custom_metadata: {
|
|
20125
20131
|
additionalProperties: {
|
|
@@ -20129,7 +20135,7 @@ const openapi = {
|
|
|
20129
20135
|
type: 'object',
|
|
20130
20136
|
},
|
|
20131
20137
|
connected_account_id: {
|
|
20132
|
-
description: 'ID of the
|
|
20138
|
+
description: 'ID of the connected account associated with the event.',
|
|
20133
20139
|
format: 'uuid',
|
|
20134
20140
|
type: 'string',
|
|
20135
20141
|
},
|
|
@@ -20166,7 +20172,7 @@ const openapi = {
|
|
|
20166
20172
|
type: 'string',
|
|
20167
20173
|
},
|
|
20168
20174
|
workspace_id: {
|
|
20169
|
-
description: 'ID of the
|
|
20175
|
+
description: 'ID of the workspace associated with the event.',
|
|
20170
20176
|
format: 'uuid',
|
|
20171
20177
|
type: 'string',
|
|
20172
20178
|
},
|
|
@@ -20184,7 +20190,7 @@ const openapi = {
|
|
|
20184
20190
|
'x-route-path': '/devices',
|
|
20185
20191
|
},
|
|
20186
20192
|
{
|
|
20187
|
-
description: 'A
|
|
20193
|
+
description: 'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
20188
20194
|
properties: {
|
|
20189
20195
|
connected_account_custom_metadata: {
|
|
20190
20196
|
additionalProperties: {
|
|
@@ -20194,7 +20200,7 @@ const openapi = {
|
|
|
20194
20200
|
type: 'object',
|
|
20195
20201
|
},
|
|
20196
20202
|
connected_account_id: {
|
|
20197
|
-
description: 'ID of the
|
|
20203
|
+
description: 'ID of the connected account associated with the event.',
|
|
20198
20204
|
format: 'uuid',
|
|
20199
20205
|
type: 'string',
|
|
20200
20206
|
},
|
|
@@ -20231,7 +20237,7 @@ const openapi = {
|
|
|
20231
20237
|
type: 'string',
|
|
20232
20238
|
},
|
|
20233
20239
|
workspace_id: {
|
|
20234
|
-
description: 'ID of the
|
|
20240
|
+
description: 'ID of the workspace associated with the event.',
|
|
20235
20241
|
format: 'uuid',
|
|
20236
20242
|
type: 'string',
|
|
20237
20243
|
},
|
|
@@ -20259,7 +20265,7 @@ const openapi = {
|
|
|
20259
20265
|
type: 'object',
|
|
20260
20266
|
},
|
|
20261
20267
|
connected_account_id: {
|
|
20262
|
-
description: 'ID of the
|
|
20268
|
+
description: 'ID of the connected account associated with the event.',
|
|
20263
20269
|
format: 'uuid',
|
|
20264
20270
|
type: 'string',
|
|
20265
20271
|
},
|
|
@@ -20299,7 +20305,7 @@ const openapi = {
|
|
|
20299
20305
|
type: 'string',
|
|
20300
20306
|
},
|
|
20301
20307
|
workspace_id: {
|
|
20302
|
-
description: 'ID of the
|
|
20308
|
+
description: 'ID of the workspace associated with the event.',
|
|
20303
20309
|
format: 'uuid',
|
|
20304
20310
|
type: 'string',
|
|
20305
20311
|
},
|
|
@@ -20327,7 +20333,7 @@ const openapi = {
|
|
|
20327
20333
|
type: 'object',
|
|
20328
20334
|
},
|
|
20329
20335
|
connected_account_id: {
|
|
20330
|
-
description: 'ID of the
|
|
20336
|
+
description: 'ID of the connected account associated with the event.',
|
|
20331
20337
|
format: 'uuid',
|
|
20332
20338
|
type: 'string',
|
|
20333
20339
|
},
|
|
@@ -20367,7 +20373,7 @@ const openapi = {
|
|
|
20367
20373
|
type: 'string',
|
|
20368
20374
|
},
|
|
20369
20375
|
workspace_id: {
|
|
20370
|
-
description: 'ID of the
|
|
20376
|
+
description: 'ID of the workspace associated with the event.',
|
|
20371
20377
|
format: 'uuid',
|
|
20372
20378
|
type: 'string',
|
|
20373
20379
|
},
|
|
@@ -20395,7 +20401,7 @@ const openapi = {
|
|
|
20395
20401
|
type: 'object',
|
|
20396
20402
|
},
|
|
20397
20403
|
connected_account_id: {
|
|
20398
|
-
description: 'ID of the
|
|
20404
|
+
description: 'ID of the connected account associated with the event.',
|
|
20399
20405
|
format: 'uuid',
|
|
20400
20406
|
type: 'string',
|
|
20401
20407
|
},
|
|
@@ -20435,7 +20441,7 @@ const openapi = {
|
|
|
20435
20441
|
type: 'string',
|
|
20436
20442
|
},
|
|
20437
20443
|
workspace_id: {
|
|
20438
|
-
description: 'ID of the
|
|
20444
|
+
description: 'ID of the workspace associated with the event.',
|
|
20439
20445
|
format: 'uuid',
|
|
20440
20446
|
type: 'string',
|
|
20441
20447
|
},
|
|
@@ -20453,7 +20459,7 @@ const openapi = {
|
|
|
20453
20459
|
'x-route-path': '/devices/unmanaged',
|
|
20454
20460
|
},
|
|
20455
20461
|
{
|
|
20456
|
-
description: 'The status of a
|
|
20462
|
+
description: 'The status of a device changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
20457
20463
|
properties: {
|
|
20458
20464
|
connected_account_custom_metadata: {
|
|
20459
20465
|
additionalProperties: {
|
|
@@ -20486,7 +20492,7 @@ const openapi = {
|
|
|
20486
20492
|
type: 'array',
|
|
20487
20493
|
},
|
|
20488
20494
|
connected_account_id: {
|
|
20489
|
-
description: 'ID of the
|
|
20495
|
+
description: 'ID of the connected account associated with the event.',
|
|
20490
20496
|
format: 'uuid',
|
|
20491
20497
|
type: 'string',
|
|
20492
20498
|
},
|
|
@@ -20601,7 +20607,7 @@ const openapi = {
|
|
|
20601
20607
|
type: 'string',
|
|
20602
20608
|
},
|
|
20603
20609
|
workspace_id: {
|
|
20604
|
-
description: 'ID of the
|
|
20610
|
+
description: 'ID of the workspace associated with the event.',
|
|
20605
20611
|
format: 'uuid',
|
|
20606
20612
|
type: 'string',
|
|
20607
20613
|
},
|
|
@@ -20657,7 +20663,7 @@ const openapi = {
|
|
|
20657
20663
|
type: 'array',
|
|
20658
20664
|
},
|
|
20659
20665
|
connected_account_id: {
|
|
20660
|
-
description: 'ID of the
|
|
20666
|
+
description: 'ID of the connected account associated with the event.',
|
|
20661
20667
|
format: 'uuid',
|
|
20662
20668
|
type: 'string',
|
|
20663
20669
|
},
|
|
@@ -20775,7 +20781,7 @@ const openapi = {
|
|
|
20775
20781
|
type: 'string',
|
|
20776
20782
|
},
|
|
20777
20783
|
workspace_id: {
|
|
20778
|
-
description: 'ID of the
|
|
20784
|
+
description: 'ID of the workspace associated with the event.',
|
|
20779
20785
|
format: 'uuid',
|
|
20780
20786
|
type: 'string',
|
|
20781
20787
|
},
|
|
@@ -20798,7 +20804,7 @@ const openapi = {
|
|
|
20798
20804
|
'x-route-path': '/devices/unmanaged',
|
|
20799
20805
|
},
|
|
20800
20806
|
{
|
|
20801
|
-
description: 'A
|
|
20807
|
+
description: 'A device detected that it was tampered with, for example, opened or moved.',
|
|
20802
20808
|
properties: {
|
|
20803
20809
|
connected_account_custom_metadata: {
|
|
20804
20810
|
additionalProperties: {
|
|
@@ -20808,7 +20814,7 @@ const openapi = {
|
|
|
20808
20814
|
type: 'object',
|
|
20809
20815
|
},
|
|
20810
20816
|
connected_account_id: {
|
|
20811
|
-
description: 'ID of the
|
|
20817
|
+
description: 'ID of the connected account associated with the event.',
|
|
20812
20818
|
format: 'uuid',
|
|
20813
20819
|
type: 'string',
|
|
20814
20820
|
},
|
|
@@ -20845,7 +20851,7 @@ const openapi = {
|
|
|
20845
20851
|
type: 'string',
|
|
20846
20852
|
},
|
|
20847
20853
|
workspace_id: {
|
|
20848
|
-
description: 'ID of the
|
|
20854
|
+
description: 'ID of the workspace associated with the event.',
|
|
20849
20855
|
format: 'uuid',
|
|
20850
20856
|
type: 'string',
|
|
20851
20857
|
},
|
|
@@ -20863,7 +20869,7 @@ const openapi = {
|
|
|
20863
20869
|
'x-route-path': '/devices',
|
|
20864
20870
|
},
|
|
20865
20871
|
{
|
|
20866
|
-
description: 'A
|
|
20872
|
+
description: 'A device battery level dropped below the low threshold.',
|
|
20867
20873
|
properties: {
|
|
20868
20874
|
battery_level: {
|
|
20869
20875
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20880,7 +20886,7 @@ const openapi = {
|
|
|
20880
20886
|
type: 'object',
|
|
20881
20887
|
},
|
|
20882
20888
|
connected_account_id: {
|
|
20883
|
-
description: 'ID of the
|
|
20889
|
+
description: 'ID of the connected account associated with the event.',
|
|
20884
20890
|
format: 'uuid',
|
|
20885
20891
|
type: 'string',
|
|
20886
20892
|
},
|
|
@@ -20917,7 +20923,7 @@ const openapi = {
|
|
|
20917
20923
|
type: 'string',
|
|
20918
20924
|
},
|
|
20919
20925
|
workspace_id: {
|
|
20920
|
-
description: 'ID of the
|
|
20926
|
+
description: 'ID of the workspace associated with the event.',
|
|
20921
20927
|
format: 'uuid',
|
|
20922
20928
|
type: 'string',
|
|
20923
20929
|
},
|
|
@@ -20936,7 +20942,7 @@ const openapi = {
|
|
|
20936
20942
|
'x-route-path': '/devices',
|
|
20937
20943
|
},
|
|
20938
20944
|
{
|
|
20939
|
-
description: 'A
|
|
20945
|
+
description: 'A device battery status changed since the last `battery_status_changed` event.',
|
|
20940
20946
|
properties: {
|
|
20941
20947
|
battery_level: {
|
|
20942
20948
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20958,7 +20964,7 @@ const openapi = {
|
|
|
20958
20964
|
type: 'object',
|
|
20959
20965
|
},
|
|
20960
20966
|
connected_account_id: {
|
|
20961
|
-
description: 'ID of the
|
|
20967
|
+
description: 'ID of the connected account associated with the event.',
|
|
20962
20968
|
format: 'uuid',
|
|
20963
20969
|
type: 'string',
|
|
20964
20970
|
},
|
|
@@ -20998,7 +21004,7 @@ const openapi = {
|
|
|
20998
21004
|
type: 'string',
|
|
20999
21005
|
},
|
|
21000
21006
|
workspace_id: {
|
|
21001
|
-
description: 'ID of the
|
|
21007
|
+
description: 'ID of the workspace associated with the event.',
|
|
21002
21008
|
format: 'uuid',
|
|
21003
21009
|
type: 'string',
|
|
21004
21010
|
},
|
|
@@ -21018,7 +21024,7 @@ const openapi = {
|
|
|
21018
21024
|
'x-route-path': '/devices',
|
|
21019
21025
|
},
|
|
21020
21026
|
{
|
|
21021
|
-
description: 'A
|
|
21027
|
+
description: 'A device was removed externally from the connected account.',
|
|
21022
21028
|
properties: {
|
|
21023
21029
|
connected_account_custom_metadata: {
|
|
21024
21030
|
additionalProperties: {
|
|
@@ -21028,7 +21034,7 @@ const openapi = {
|
|
|
21028
21034
|
type: 'object',
|
|
21029
21035
|
},
|
|
21030
21036
|
connected_account_id: {
|
|
21031
|
-
description: 'ID of the
|
|
21037
|
+
description: 'ID of the connected account associated with the event.',
|
|
21032
21038
|
format: 'uuid',
|
|
21033
21039
|
type: 'string',
|
|
21034
21040
|
},
|
|
@@ -21065,7 +21071,7 @@ const openapi = {
|
|
|
21065
21071
|
type: 'string',
|
|
21066
21072
|
},
|
|
21067
21073
|
workspace_id: {
|
|
21068
|
-
description: 'ID of the
|
|
21074
|
+
description: 'ID of the workspace associated with the event.',
|
|
21069
21075
|
format: 'uuid',
|
|
21070
21076
|
type: 'string',
|
|
21071
21077
|
},
|
|
@@ -21083,7 +21089,7 @@ const openapi = {
|
|
|
21083
21089
|
'x-route-path': '/devices',
|
|
21084
21090
|
},
|
|
21085
21091
|
{
|
|
21086
|
-
description: 'A
|
|
21092
|
+
description: 'A device was deleted.',
|
|
21087
21093
|
properties: {
|
|
21088
21094
|
connected_account_custom_metadata: {
|
|
21089
21095
|
additionalProperties: {
|
|
@@ -21093,7 +21099,7 @@ const openapi = {
|
|
|
21093
21099
|
type: 'object',
|
|
21094
21100
|
},
|
|
21095
21101
|
connected_account_id: {
|
|
21096
|
-
description: 'ID of the
|
|
21102
|
+
description: 'ID of the connected account associated with the event.',
|
|
21097
21103
|
format: 'uuid',
|
|
21098
21104
|
type: 'string',
|
|
21099
21105
|
},
|
|
@@ -21135,7 +21141,7 @@ const openapi = {
|
|
|
21135
21141
|
type: 'string',
|
|
21136
21142
|
},
|
|
21137
21143
|
workspace_id: {
|
|
21138
|
-
description: 'ID of the
|
|
21144
|
+
description: 'ID of the workspace associated with the event.',
|
|
21139
21145
|
format: 'uuid',
|
|
21140
21146
|
type: 'string',
|
|
21141
21147
|
},
|
|
@@ -21153,7 +21159,7 @@ const openapi = {
|
|
|
21153
21159
|
'x-route-path': '/devices',
|
|
21154
21160
|
},
|
|
21155
21161
|
{
|
|
21156
|
-
description: 'Seam detected that a
|
|
21162
|
+
description: 'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
21157
21163
|
properties: {
|
|
21158
21164
|
connected_account_custom_metadata: {
|
|
21159
21165
|
additionalProperties: {
|
|
@@ -21163,7 +21169,7 @@ const openapi = {
|
|
|
21163
21169
|
type: 'object',
|
|
21164
21170
|
},
|
|
21165
21171
|
connected_account_id: {
|
|
21166
|
-
description: 'ID of the
|
|
21172
|
+
description: 'ID of the connected account associated with the event.',
|
|
21167
21173
|
format: 'uuid',
|
|
21168
21174
|
type: 'string',
|
|
21169
21175
|
},
|
|
@@ -21203,7 +21209,7 @@ const openapi = {
|
|
|
21203
21209
|
type: 'string',
|
|
21204
21210
|
},
|
|
21205
21211
|
workspace_id: {
|
|
21206
|
-
description: 'ID of the
|
|
21212
|
+
description: 'ID of the workspace associated with the event.',
|
|
21207
21213
|
format: 'uuid',
|
|
21208
21214
|
type: 'string',
|
|
21209
21215
|
},
|
|
@@ -21221,7 +21227,7 @@ const openapi = {
|
|
|
21221
21227
|
'x-route-path': '/devices',
|
|
21222
21228
|
},
|
|
21223
21229
|
{
|
|
21224
|
-
description: 'Seam detected that a
|
|
21230
|
+
description: 'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
|
|
21225
21231
|
properties: {
|
|
21226
21232
|
connected_account_custom_metadata: {
|
|
21227
21233
|
additionalProperties: {
|
|
@@ -21231,7 +21237,7 @@ const openapi = {
|
|
|
21231
21237
|
type: 'object',
|
|
21232
21238
|
},
|
|
21233
21239
|
connected_account_id: {
|
|
21234
|
-
description: 'ID of the
|
|
21240
|
+
description: 'ID of the connected account associated with the event.',
|
|
21235
21241
|
format: 'uuid',
|
|
21236
21242
|
type: 'string',
|
|
21237
21243
|
},
|
|
@@ -21271,7 +21277,7 @@ const openapi = {
|
|
|
21271
21277
|
type: 'string',
|
|
21272
21278
|
},
|
|
21273
21279
|
workspace_id: {
|
|
21274
|
-
description: 'ID of the
|
|
21280
|
+
description: 'ID of the workspace associated with the event.',
|
|
21275
21281
|
format: 'uuid',
|
|
21276
21282
|
type: 'string',
|
|
21277
21283
|
},
|
|
@@ -21299,7 +21305,7 @@ const openapi = {
|
|
|
21299
21305
|
type: 'object',
|
|
21300
21306
|
},
|
|
21301
21307
|
connected_account_id: {
|
|
21302
|
-
description: 'ID of the
|
|
21308
|
+
description: 'ID of the connected account associated with the event.',
|
|
21303
21309
|
format: 'uuid',
|
|
21304
21310
|
type: 'string',
|
|
21305
21311
|
},
|
|
@@ -21339,7 +21345,7 @@ const openapi = {
|
|
|
21339
21345
|
type: 'string',
|
|
21340
21346
|
},
|
|
21341
21347
|
workspace_id: {
|
|
21342
|
-
description: 'ID of the
|
|
21348
|
+
description: 'ID of the workspace associated with the event.',
|
|
21343
21349
|
format: 'uuid',
|
|
21344
21350
|
type: 'string',
|
|
21345
21351
|
},
|
|
@@ -21367,7 +21373,7 @@ const openapi = {
|
|
|
21367
21373
|
type: 'object',
|
|
21368
21374
|
},
|
|
21369
21375
|
connected_account_id: {
|
|
21370
|
-
description: 'ID of the
|
|
21376
|
+
description: 'ID of the connected account associated with the event.',
|
|
21371
21377
|
format: 'uuid',
|
|
21372
21378
|
type: 'string',
|
|
21373
21379
|
},
|
|
@@ -21407,7 +21413,7 @@ const openapi = {
|
|
|
21407
21413
|
type: 'string',
|
|
21408
21414
|
},
|
|
21409
21415
|
workspace_id: {
|
|
21410
|
-
description: 'ID of the
|
|
21416
|
+
description: 'ID of the workspace associated with the event.',
|
|
21411
21417
|
format: 'uuid',
|
|
21412
21418
|
type: 'string',
|
|
21413
21419
|
},
|
|
@@ -21425,7 +21431,7 @@ const openapi = {
|
|
|
21425
21431
|
'x-route-path': '/devices',
|
|
21426
21432
|
},
|
|
21427
21433
|
{
|
|
21428
|
-
description: 'Seam detected a flaky
|
|
21434
|
+
description: 'Seam detected a flaky device connection.',
|
|
21429
21435
|
properties: {
|
|
21430
21436
|
connected_account_custom_metadata: {
|
|
21431
21437
|
additionalProperties: {
|
|
@@ -21458,7 +21464,7 @@ const openapi = {
|
|
|
21458
21464
|
type: 'array',
|
|
21459
21465
|
},
|
|
21460
21466
|
connected_account_id: {
|
|
21461
|
-
description: 'ID of the
|
|
21467
|
+
description: 'ID of the connected account associated with the event.',
|
|
21462
21468
|
format: 'uuid',
|
|
21463
21469
|
type: 'string',
|
|
21464
21470
|
},
|
|
@@ -21567,7 +21573,7 @@ const openapi = {
|
|
|
21567
21573
|
type: 'string',
|
|
21568
21574
|
},
|
|
21569
21575
|
workspace_id: {
|
|
21570
|
-
description: 'ID of the
|
|
21576
|
+
description: 'ID of the workspace associated with the event.',
|
|
21571
21577
|
format: 'uuid',
|
|
21572
21578
|
type: 'string',
|
|
21573
21579
|
},
|
|
@@ -21589,7 +21595,7 @@ const openapi = {
|
|
|
21589
21595
|
'x-route-path': '/devices',
|
|
21590
21596
|
},
|
|
21591
21597
|
{
|
|
21592
|
-
description: 'Seam detected that a previously-flaky
|
|
21598
|
+
description: 'Seam detected that a previously-flaky device connection stabilized.',
|
|
21593
21599
|
properties: {
|
|
21594
21600
|
connected_account_custom_metadata: {
|
|
21595
21601
|
additionalProperties: {
|
|
@@ -21599,7 +21605,7 @@ const openapi = {
|
|
|
21599
21605
|
type: 'object',
|
|
21600
21606
|
},
|
|
21601
21607
|
connected_account_id: {
|
|
21602
|
-
description: 'ID of the
|
|
21608
|
+
description: 'ID of the connected account associated with the event.',
|
|
21603
21609
|
format: 'uuid',
|
|
21604
21610
|
type: 'string',
|
|
21605
21611
|
},
|
|
@@ -21639,7 +21645,7 @@ const openapi = {
|
|
|
21639
21645
|
type: 'string',
|
|
21640
21646
|
},
|
|
21641
21647
|
workspace_id: {
|
|
21642
|
-
description: 'ID of the
|
|
21648
|
+
description: 'ID of the workspace associated with the event.',
|
|
21643
21649
|
format: 'uuid',
|
|
21644
21650
|
type: 'string',
|
|
21645
21651
|
},
|
|
@@ -21657,7 +21663,7 @@ const openapi = {
|
|
|
21657
21663
|
'x-route-path': '/devices',
|
|
21658
21664
|
},
|
|
21659
21665
|
{
|
|
21660
|
-
description: 'A third-party subscription is required to use all
|
|
21666
|
+
description: 'A third-party subscription is required to use all device features.',
|
|
21661
21667
|
properties: {
|
|
21662
21668
|
connected_account_custom_metadata: {
|
|
21663
21669
|
additionalProperties: {
|
|
@@ -21690,7 +21696,7 @@ const openapi = {
|
|
|
21690
21696
|
type: 'array',
|
|
21691
21697
|
},
|
|
21692
21698
|
connected_account_id: {
|
|
21693
|
-
description: 'ID of the
|
|
21699
|
+
description: 'ID of the connected account associated with the event.',
|
|
21694
21700
|
format: 'uuid',
|
|
21695
21701
|
type: 'string',
|
|
21696
21702
|
},
|
|
@@ -21799,7 +21805,7 @@ const openapi = {
|
|
|
21799
21805
|
type: 'string',
|
|
21800
21806
|
},
|
|
21801
21807
|
workspace_id: {
|
|
21802
|
-
description: 'ID of the
|
|
21808
|
+
description: 'ID of the workspace associated with the event.',
|
|
21803
21809
|
format: 'uuid',
|
|
21804
21810
|
type: 'string',
|
|
21805
21811
|
},
|
|
@@ -21821,7 +21827,7 @@ const openapi = {
|
|
|
21821
21827
|
'x-route-path': '/devices',
|
|
21822
21828
|
},
|
|
21823
21829
|
{
|
|
21824
|
-
description: 'A third-party subscription is active or no longer required to use all
|
|
21830
|
+
description: 'A third-party subscription is active or no longer required to use all device features.',
|
|
21825
21831
|
properties: {
|
|
21826
21832
|
connected_account_custom_metadata: {
|
|
21827
21833
|
additionalProperties: {
|
|
@@ -21831,7 +21837,7 @@ const openapi = {
|
|
|
21831
21837
|
type: 'object',
|
|
21832
21838
|
},
|
|
21833
21839
|
connected_account_id: {
|
|
21834
|
-
description: 'ID of the
|
|
21840
|
+
description: 'ID of the connected account associated with the event.',
|
|
21835
21841
|
format: 'uuid',
|
|
21836
21842
|
type: 'string',
|
|
21837
21843
|
},
|
|
@@ -21871,7 +21877,7 @@ const openapi = {
|
|
|
21871
21877
|
type: 'string',
|
|
21872
21878
|
},
|
|
21873
21879
|
workspace_id: {
|
|
21874
|
-
description: 'ID of the
|
|
21880
|
+
description: 'ID of the workspace associated with the event.',
|
|
21875
21881
|
format: 'uuid',
|
|
21876
21882
|
type: 'string',
|
|
21877
21883
|
},
|
|
@@ -21889,7 +21895,7 @@ const openapi = {
|
|
|
21889
21895
|
'x-route-path': '/devices',
|
|
21890
21896
|
},
|
|
21891
21897
|
{
|
|
21892
|
-
description: 'An accessory keypad was connected to a
|
|
21898
|
+
description: 'An accessory keypad was connected to a device.',
|
|
21893
21899
|
properties: {
|
|
21894
21900
|
connected_account_custom_metadata: {
|
|
21895
21901
|
additionalProperties: {
|
|
@@ -21899,7 +21905,7 @@ const openapi = {
|
|
|
21899
21905
|
type: 'object',
|
|
21900
21906
|
},
|
|
21901
21907
|
connected_account_id: {
|
|
21902
|
-
description: 'ID of the
|
|
21908
|
+
description: 'ID of the connected account associated with the event.',
|
|
21903
21909
|
format: 'uuid',
|
|
21904
21910
|
type: 'string',
|
|
21905
21911
|
},
|
|
@@ -21939,7 +21945,7 @@ const openapi = {
|
|
|
21939
21945
|
type: 'string',
|
|
21940
21946
|
},
|
|
21941
21947
|
workspace_id: {
|
|
21942
|
-
description: 'ID of the
|
|
21948
|
+
description: 'ID of the workspace associated with the event.',
|
|
21943
21949
|
format: 'uuid',
|
|
21944
21950
|
type: 'string',
|
|
21945
21951
|
},
|
|
@@ -21957,7 +21963,7 @@ const openapi = {
|
|
|
21957
21963
|
'x-route-path': '/devices',
|
|
21958
21964
|
},
|
|
21959
21965
|
{
|
|
21960
|
-
description: 'An accessory keypad was disconnected from a
|
|
21966
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
21961
21967
|
properties: {
|
|
21962
21968
|
connected_account_custom_metadata: {
|
|
21963
21969
|
additionalProperties: {
|
|
@@ -21990,7 +21996,7 @@ const openapi = {
|
|
|
21990
21996
|
type: 'array',
|
|
21991
21997
|
},
|
|
21992
21998
|
connected_account_id: {
|
|
21993
|
-
description: 'ID of the
|
|
21999
|
+
description: 'ID of the connected account associated with the event.',
|
|
21994
22000
|
format: 'uuid',
|
|
21995
22001
|
type: 'string',
|
|
21996
22002
|
},
|
|
@@ -22099,7 +22105,7 @@ const openapi = {
|
|
|
22099
22105
|
type: 'string',
|
|
22100
22106
|
},
|
|
22101
22107
|
workspace_id: {
|
|
22102
|
-
description: 'ID of the
|
|
22108
|
+
description: 'ID of the workspace associated with the event.',
|
|
22103
22109
|
format: 'uuid',
|
|
22104
22110
|
type: 'string',
|
|
22105
22111
|
},
|
|
@@ -22131,7 +22137,7 @@ const openapi = {
|
|
|
22131
22137
|
type: 'object',
|
|
22132
22138
|
},
|
|
22133
22139
|
connected_account_id: {
|
|
22134
|
-
description: 'ID of the
|
|
22140
|
+
description: 'ID of the connected account associated with the event.',
|
|
22135
22141
|
format: 'uuid',
|
|
22136
22142
|
type: 'string',
|
|
22137
22143
|
},
|
|
@@ -22200,7 +22206,7 @@ const openapi = {
|
|
|
22200
22206
|
type: 'string',
|
|
22201
22207
|
},
|
|
22202
22208
|
workspace_id: {
|
|
22203
|
-
description: 'ID of the
|
|
22209
|
+
description: 'ID of the workspace associated with the event.',
|
|
22204
22210
|
format: 'uuid',
|
|
22205
22211
|
type: 'string',
|
|
22206
22212
|
},
|
|
@@ -22242,7 +22248,7 @@ const openapi = {
|
|
|
22242
22248
|
type: 'object',
|
|
22243
22249
|
},
|
|
22244
22250
|
connected_account_id: {
|
|
22245
|
-
description: 'ID of the
|
|
22251
|
+
description: 'ID of the connected account associated with the event.',
|
|
22246
22252
|
format: 'uuid',
|
|
22247
22253
|
type: 'string',
|
|
22248
22254
|
},
|
|
@@ -22292,7 +22298,7 @@ const openapi = {
|
|
|
22292
22298
|
type: 'string',
|
|
22293
22299
|
},
|
|
22294
22300
|
workspace_id: {
|
|
22295
|
-
description: 'ID of the
|
|
22301
|
+
description: 'ID of the workspace associated with the event.',
|
|
22296
22302
|
format: 'uuid',
|
|
22297
22303
|
type: 'string',
|
|
22298
22304
|
},
|
|
@@ -22350,7 +22356,7 @@ const openapi = {
|
|
|
22350
22356
|
type: 'object',
|
|
22351
22357
|
},
|
|
22352
22358
|
connected_account_id: {
|
|
22353
|
-
description: 'ID of the
|
|
22359
|
+
description: 'ID of the connected account associated with the event.',
|
|
22354
22360
|
format: 'uuid',
|
|
22355
22361
|
type: 'string',
|
|
22356
22362
|
},
|
|
@@ -22405,7 +22411,7 @@ const openapi = {
|
|
|
22405
22411
|
type: 'string',
|
|
22406
22412
|
},
|
|
22407
22413
|
workspace_id: {
|
|
22408
|
-
description: 'ID of the
|
|
22414
|
+
description: 'ID of the workspace associated with the event.',
|
|
22409
22415
|
format: 'uuid',
|
|
22410
22416
|
type: 'string',
|
|
22411
22417
|
},
|
|
@@ -22438,7 +22444,7 @@ const openapi = {
|
|
|
22438
22444
|
type: 'object',
|
|
22439
22445
|
},
|
|
22440
22446
|
connected_account_id: {
|
|
22441
|
-
description: 'ID of the
|
|
22447
|
+
description: 'ID of the connected account associated with the event.',
|
|
22442
22448
|
format: 'uuid',
|
|
22443
22449
|
type: 'string',
|
|
22444
22450
|
},
|
|
@@ -22475,7 +22481,7 @@ const openapi = {
|
|
|
22475
22481
|
type: 'string',
|
|
22476
22482
|
},
|
|
22477
22483
|
workspace_id: {
|
|
22478
|
-
description: 'ID of the
|
|
22484
|
+
description: 'ID of the workspace associated with the event.',
|
|
22479
22485
|
format: 'uuid',
|
|
22480
22486
|
type: 'string',
|
|
22481
22487
|
},
|
|
@@ -22507,7 +22513,7 @@ const openapi = {
|
|
|
22507
22513
|
type: 'object',
|
|
22508
22514
|
},
|
|
22509
22515
|
connected_account_id: {
|
|
22510
|
-
description: 'ID of the
|
|
22516
|
+
description: 'ID of the connected account associated with the event.',
|
|
22511
22517
|
format: 'uuid',
|
|
22512
22518
|
type: 'string',
|
|
22513
22519
|
},
|
|
@@ -22557,7 +22563,7 @@ const openapi = {
|
|
|
22557
22563
|
type: 'string',
|
|
22558
22564
|
},
|
|
22559
22565
|
workspace_id: {
|
|
22560
|
-
description: 'ID of the
|
|
22566
|
+
description: 'ID of the workspace associated with the event.',
|
|
22561
22567
|
format: 'uuid',
|
|
22562
22568
|
type: 'string',
|
|
22563
22569
|
},
|
|
@@ -22588,7 +22594,7 @@ const openapi = {
|
|
|
22588
22594
|
type: 'object',
|
|
22589
22595
|
},
|
|
22590
22596
|
connected_account_id: {
|
|
22591
|
-
description: 'ID of the
|
|
22597
|
+
description: 'ID of the connected account associated with the event.',
|
|
22592
22598
|
format: 'uuid',
|
|
22593
22599
|
type: 'string',
|
|
22594
22600
|
},
|
|
@@ -22663,7 +22669,7 @@ const openapi = {
|
|
|
22663
22669
|
type: 'string',
|
|
22664
22670
|
},
|
|
22665
22671
|
workspace_id: {
|
|
22666
|
-
description: 'ID of the
|
|
22672
|
+
description: 'ID of the workspace associated with the event.',
|
|
22667
22673
|
format: 'uuid',
|
|
22668
22674
|
type: 'string',
|
|
22669
22675
|
},
|
|
@@ -22692,7 +22698,7 @@ const openapi = {
|
|
|
22692
22698
|
type: 'object',
|
|
22693
22699
|
},
|
|
22694
22700
|
connected_account_id: {
|
|
22695
|
-
description: 'ID of the
|
|
22701
|
+
description: 'ID of the connected account associated with the event.',
|
|
22696
22702
|
format: 'uuid',
|
|
22697
22703
|
type: 'string',
|
|
22698
22704
|
},
|
|
@@ -22766,7 +22772,7 @@ const openapi = {
|
|
|
22766
22772
|
type: 'number',
|
|
22767
22773
|
},
|
|
22768
22774
|
workspace_id: {
|
|
22769
|
-
description: 'ID of the
|
|
22775
|
+
description: 'ID of the workspace associated with the event.',
|
|
22770
22776
|
format: 'uuid',
|
|
22771
22777
|
type: 'string',
|
|
22772
22778
|
},
|
|
@@ -22800,7 +22806,7 @@ const openapi = {
|
|
|
22800
22806
|
type: 'object',
|
|
22801
22807
|
},
|
|
22802
22808
|
connected_account_id: {
|
|
22803
|
-
description: 'ID of the
|
|
22809
|
+
description: 'ID of the connected account associated with the event.',
|
|
22804
22810
|
format: 'uuid',
|
|
22805
22811
|
type: 'string',
|
|
22806
22812
|
},
|
|
@@ -22874,7 +22880,7 @@ const openapi = {
|
|
|
22874
22880
|
type: 'number',
|
|
22875
22881
|
},
|
|
22876
22882
|
workspace_id: {
|
|
22877
|
-
description: 'ID of the
|
|
22883
|
+
description: 'ID of the workspace associated with the event.',
|
|
22878
22884
|
format: 'uuid',
|
|
22879
22885
|
type: 'string',
|
|
22880
22886
|
},
|
|
@@ -22908,7 +22914,7 @@ const openapi = {
|
|
|
22908
22914
|
type: 'object',
|
|
22909
22915
|
},
|
|
22910
22916
|
connected_account_id: {
|
|
22911
|
-
description: 'ID of the
|
|
22917
|
+
description: 'ID of the connected account associated with the event.',
|
|
22912
22918
|
format: 'uuid',
|
|
22913
22919
|
type: 'string',
|
|
22914
22920
|
},
|
|
@@ -22968,7 +22974,7 @@ const openapi = {
|
|
|
22968
22974
|
type: 'number',
|
|
22969
22975
|
},
|
|
22970
22976
|
workspace_id: {
|
|
22971
|
-
description: 'ID of the
|
|
22977
|
+
description: 'ID of the workspace associated with the event.',
|
|
22972
22978
|
format: 'uuid',
|
|
22973
22979
|
type: 'string',
|
|
22974
22980
|
},
|
|
@@ -22998,7 +23004,7 @@ const openapi = {
|
|
|
22998
23004
|
type: 'object',
|
|
22999
23005
|
},
|
|
23000
23006
|
connected_account_id: {
|
|
23001
|
-
description: 'ID of the
|
|
23007
|
+
description: 'ID of the connected account associated with the event.',
|
|
23002
23008
|
format: 'uuid',
|
|
23003
23009
|
type: 'string',
|
|
23004
23010
|
},
|
|
@@ -23048,7 +23054,7 @@ const openapi = {
|
|
|
23048
23054
|
type: 'number',
|
|
23049
23055
|
},
|
|
23050
23056
|
workspace_id: {
|
|
23051
|
-
description: 'ID of the
|
|
23057
|
+
description: 'ID of the workspace associated with the event.',
|
|
23052
23058
|
format: 'uuid',
|
|
23053
23059
|
type: 'string',
|
|
23054
23060
|
},
|
|
@@ -23068,7 +23074,7 @@ const openapi = {
|
|
|
23068
23074
|
'x-route-path': '/thermostats',
|
|
23069
23075
|
},
|
|
23070
23076
|
{
|
|
23071
|
-
description: 'The name of a
|
|
23077
|
+
description: 'The name of a device was changed.',
|
|
23072
23078
|
properties: {
|
|
23073
23079
|
connected_account_custom_metadata: {
|
|
23074
23080
|
additionalProperties: {
|
|
@@ -23078,7 +23084,7 @@ const openapi = {
|
|
|
23078
23084
|
type: 'object',
|
|
23079
23085
|
},
|
|
23080
23086
|
connected_account_id: {
|
|
23081
|
-
description: 'ID of the
|
|
23087
|
+
description: 'ID of the connected account associated with the event.',
|
|
23082
23088
|
format: 'uuid',
|
|
23083
23089
|
type: 'string',
|
|
23084
23090
|
},
|
|
@@ -23119,7 +23125,7 @@ const openapi = {
|
|
|
23119
23125
|
type: 'string',
|
|
23120
23126
|
},
|
|
23121
23127
|
workspace_id: {
|
|
23122
|
-
description: 'ID of the
|
|
23128
|
+
description: 'ID of the workspace associated with the event.',
|
|
23123
23129
|
format: 'uuid',
|
|
23124
23130
|
type: 'string',
|
|
23125
23131
|
},
|
|
@@ -23138,7 +23144,7 @@ const openapi = {
|
|
|
23138
23144
|
'x-route-path': '/devices',
|
|
23139
23145
|
},
|
|
23140
23146
|
{
|
|
23141
|
-
description: 'A
|
|
23147
|
+
description: 'A camera was activated, for example, by motion detection.',
|
|
23142
23148
|
properties: {
|
|
23143
23149
|
activation_reason: {
|
|
23144
23150
|
description: 'The reason the camera was activated.',
|
|
@@ -23153,7 +23159,7 @@ const openapi = {
|
|
|
23153
23159
|
type: 'object',
|
|
23154
23160
|
},
|
|
23155
23161
|
connected_account_id: {
|
|
23156
|
-
description: 'ID of the
|
|
23162
|
+
description: 'ID of the connected account associated with the event.',
|
|
23157
23163
|
format: 'uuid',
|
|
23158
23164
|
type: 'string',
|
|
23159
23165
|
},
|
|
@@ -23205,7 +23211,7 @@ const openapi = {
|
|
|
23205
23211
|
type: 'string',
|
|
23206
23212
|
},
|
|
23207
23213
|
workspace_id: {
|
|
23208
|
-
description: 'ID of the
|
|
23214
|
+
description: 'ID of the workspace associated with the event.',
|
|
23209
23215
|
format: 'uuid',
|
|
23210
23216
|
type: 'string',
|
|
23211
23217
|
},
|
|
@@ -23224,7 +23230,7 @@ const openapi = {
|
|
|
23224
23230
|
'x-route-path': '/devices',
|
|
23225
23231
|
},
|
|
23226
23232
|
{
|
|
23227
|
-
description: 'A doorbell button was pressed on a
|
|
23233
|
+
description: 'A doorbell button was pressed on a device.',
|
|
23228
23234
|
properties: {
|
|
23229
23235
|
connected_account_custom_metadata: {
|
|
23230
23236
|
additionalProperties: {
|
|
@@ -23234,7 +23240,7 @@ const openapi = {
|
|
|
23234
23240
|
type: 'object',
|
|
23235
23241
|
},
|
|
23236
23242
|
connected_account_id: {
|
|
23237
|
-
description: 'ID of the
|
|
23243
|
+
description: 'ID of the connected account associated with the event.',
|
|
23238
23244
|
format: 'uuid',
|
|
23239
23245
|
type: 'string',
|
|
23240
23246
|
},
|
|
@@ -23281,7 +23287,7 @@ const openapi = {
|
|
|
23281
23287
|
type: 'string',
|
|
23282
23288
|
},
|
|
23283
23289
|
workspace_id: {
|
|
23284
|
-
description: 'ID of the
|
|
23290
|
+
description: 'ID of the workspace associated with the event.',
|
|
23285
23291
|
format: 'uuid',
|
|
23286
23292
|
type: 'string',
|
|
23287
23293
|
},
|
|
@@ -23326,7 +23332,7 @@ const openapi = {
|
|
|
23326
23332
|
type: 'string',
|
|
23327
23333
|
},
|
|
23328
23334
|
workspace_id: {
|
|
23329
|
-
description: 'ID of the
|
|
23335
|
+
description: 'ID of the workspace associated with the event.',
|
|
23330
23336
|
format: 'uuid',
|
|
23331
23337
|
type: 'string',
|
|
23332
23338
|
},
|
|
@@ -23374,7 +23380,7 @@ const openapi = {
|
|
|
23374
23380
|
type: 'string',
|
|
23375
23381
|
},
|
|
23376
23382
|
workspace_id: {
|
|
23377
|
-
description: 'ID of the
|
|
23383
|
+
description: 'ID of the workspace associated with the event.',
|
|
23378
23384
|
format: 'uuid',
|
|
23379
23385
|
type: 'string',
|
|
23380
23386
|
},
|
|
@@ -23433,7 +23439,7 @@ const openapi = {
|
|
|
23433
23439
|
type: 'string',
|
|
23434
23440
|
},
|
|
23435
23441
|
workspace_id: {
|
|
23436
|
-
description: 'ID of the
|
|
23442
|
+
description: 'ID of the workspace associated with the event.',
|
|
23437
23443
|
format: 'uuid',
|
|
23438
23444
|
type: 'string',
|
|
23439
23445
|
},
|
|
@@ -23494,7 +23500,7 @@ const openapi = {
|
|
|
23494
23500
|
type: 'string',
|
|
23495
23501
|
},
|
|
23496
23502
|
workspace_id: {
|
|
23497
|
-
description: 'ID of the
|
|
23503
|
+
description: 'ID of the workspace associated with the event.',
|
|
23498
23504
|
format: 'uuid',
|
|
23499
23505
|
type: 'string',
|
|
23500
23506
|
},
|
|
@@ -23555,7 +23561,7 @@ const openapi = {
|
|
|
23555
23561
|
type: 'string',
|
|
23556
23562
|
},
|
|
23557
23563
|
workspace_id: {
|
|
23558
|
-
description: 'ID of the
|
|
23564
|
+
description: 'ID of the workspace associated with the event.',
|
|
23559
23565
|
format: 'uuid',
|
|
23560
23566
|
type: 'string',
|
|
23561
23567
|
},
|
|
@@ -23580,7 +23586,7 @@ const openapi = {
|
|
|
23580
23586
|
description: 'Represents a Seam Instant Key. For issuing Bluetooth mobile keys, Instant Keys are the fastest way to share access. With a single API call, you can create a mobile key and send it through text or email or embed it in your own app.\n\nThere’s no app to install, nor account to create. Your user just taps a link and gets a lightweight, native-feeling experience using iOS App Clip or Instant Apps on Android. Further, Instant Keys work offline, so even in areas with poor cellular or Wi-Fi, like elevator banks or concrete-walled hallways, the Instant Keys still work.',
|
|
23581
23587
|
properties: {
|
|
23582
23588
|
client_session_id: {
|
|
23583
|
-
description: 'ID of the
|
|
23589
|
+
description: 'ID of the client session associated with the Instant Key.',
|
|
23584
23590
|
format: 'uuid',
|
|
23585
23591
|
type: 'string',
|
|
23586
23592
|
},
|
|
@@ -23634,7 +23640,7 @@ const openapi = {
|
|
|
23634
23640
|
type: 'string',
|
|
23635
23641
|
},
|
|
23636
23642
|
workspace_id: {
|
|
23637
|
-
description: 'ID of the
|
|
23643
|
+
description: 'ID of the workspace that contains the Instant Key.',
|
|
23638
23644
|
format: 'uuid',
|
|
23639
23645
|
type: 'string',
|
|
23640
23646
|
},
|
|
@@ -23674,7 +23680,7 @@ const openapi = {
|
|
|
23674
23680
|
type: 'string',
|
|
23675
23681
|
},
|
|
23676
23682
|
workspace_id: {
|
|
23677
|
-
description: 'ID of the
|
|
23683
|
+
description: 'ID of the workspace associated with the magic link.',
|
|
23678
23684
|
format: 'uuid',
|
|
23679
23685
|
type: 'string',
|
|
23680
23686
|
},
|
|
@@ -23860,7 +23866,7 @@ const openapi = {
|
|
|
23860
23866
|
type: 'array',
|
|
23861
23867
|
},
|
|
23862
23868
|
workspace_id: {
|
|
23863
|
-
description: 'ID of the
|
|
23869
|
+
description: 'ID of the workspace that contains the phone.\n ',
|
|
23864
23870
|
format: 'uuid',
|
|
23865
23871
|
type: 'string',
|
|
23866
23872
|
},
|
|
@@ -24780,7 +24786,7 @@ const openapi = {
|
|
|
24780
24786
|
type: 'array',
|
|
24781
24787
|
},
|
|
24782
24788
|
workspace_id: {
|
|
24783
|
-
description: 'ID of the
|
|
24789
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
24784
24790
|
format: 'uuid',
|
|
24785
24791
|
type: 'string',
|
|
24786
24792
|
},
|
|
@@ -24977,7 +24983,7 @@ const openapi = {
|
|
|
24977
24983
|
type: 'array',
|
|
24978
24984
|
},
|
|
24979
24985
|
workspace_id: {
|
|
24980
|
-
description: 'ID of the
|
|
24986
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
24981
24987
|
format: 'uuid',
|
|
24982
24988
|
type: 'string',
|
|
24983
24989
|
},
|
|
@@ -25101,7 +25107,7 @@ const openapi = {
|
|
|
25101
25107
|
type: 'string',
|
|
25102
25108
|
},
|
|
25103
25109
|
workspace_id: {
|
|
25104
|
-
description: 'ID of the
|
|
25110
|
+
description: 'ID of the workspace associated with the space.',
|
|
25105
25111
|
format: 'uuid',
|
|
25106
25112
|
type: 'string',
|
|
25107
25113
|
},
|
|
@@ -25238,7 +25244,7 @@ const openapi = {
|
|
|
25238
25244
|
type: 'string',
|
|
25239
25245
|
},
|
|
25240
25246
|
workspace_id: {
|
|
25241
|
-
description: 'ID of the
|
|
25247
|
+
description: 'ID of the workspace that contains the thermostat daily program.',
|
|
25242
25248
|
format: 'uuid',
|
|
25243
25249
|
type: 'string',
|
|
25244
25250
|
},
|
|
@@ -25321,7 +25327,7 @@ const openapi = {
|
|
|
25321
25327
|
type: 'string',
|
|
25322
25328
|
},
|
|
25323
25329
|
workspace_id: {
|
|
25324
|
-
description: 'ID of the
|
|
25330
|
+
description: 'ID of the workspace that contains the thermostat schedule.',
|
|
25325
25331
|
format: 'uuid',
|
|
25326
25332
|
type: 'string',
|
|
25327
25333
|
},
|
|
@@ -26710,7 +26716,7 @@ const openapi = {
|
|
|
26710
26716
|
type: 'string',
|
|
26711
26717
|
},
|
|
26712
26718
|
connected_account_id: {
|
|
26713
|
-
description: 'ID of the
|
|
26719
|
+
description: 'ID of the connected account that contains the access group.',
|
|
26714
26720
|
format: 'uuid',
|
|
26715
26721
|
type: 'string',
|
|
26716
26722
|
},
|
|
@@ -27152,7 +27158,7 @@ const openapi = {
|
|
|
27152
27158
|
type: 'array',
|
|
27153
27159
|
},
|
|
27154
27160
|
workspace_id: {
|
|
27155
|
-
description: 'ID of the
|
|
27161
|
+
description: 'ID of the workspace that contains the access group.',
|
|
27156
27162
|
format: 'uuid',
|
|
27157
27163
|
type: 'string',
|
|
27158
27164
|
},
|
|
@@ -27521,7 +27527,7 @@ const openapi = {
|
|
|
27521
27527
|
type: 'array',
|
|
27522
27528
|
},
|
|
27523
27529
|
workspace_id: {
|
|
27524
|
-
description: 'ID of the
|
|
27530
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
27525
27531
|
format: 'uuid',
|
|
27526
27532
|
type: 'string',
|
|
27527
27533
|
},
|
|
@@ -27574,7 +27580,7 @@ const openapi = {
|
|
|
27574
27580
|
type: 'string',
|
|
27575
27581
|
},
|
|
27576
27582
|
connected_account_id: {
|
|
27577
|
-
description: '\n The ID of the
|
|
27583
|
+
description: '\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ',
|
|
27578
27584
|
format: 'uuid',
|
|
27579
27585
|
type: 'string',
|
|
27580
27586
|
},
|
|
@@ -28284,7 +28290,7 @@ const openapi = {
|
|
|
28284
28290
|
type: 'array',
|
|
28285
28291
|
},
|
|
28286
28292
|
workspace_id: {
|
|
28287
|
-
description: 'ID of the
|
|
28293
|
+
description: 'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
28288
28294
|
format: 'uuid',
|
|
28289
28295
|
type: 'string',
|
|
28290
28296
|
},
|
|
@@ -29909,7 +29915,7 @@ const openapi = {
|
|
|
29909
29915
|
type: 'array',
|
|
29910
29916
|
},
|
|
29911
29917
|
workspace_id: {
|
|
29912
|
-
description: 'ID of the
|
|
29918
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
29913
29919
|
format: 'uuid',
|
|
29914
29920
|
type: 'string',
|
|
29915
29921
|
},
|
|
@@ -29946,10 +29952,7 @@ const openapi = {
|
|
|
29946
29952
|
description: 'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29947
29953
|
type: 'string',
|
|
29948
29954
|
},
|
|
29949
|
-
webhook_id: {
|
|
29950
|
-
description: 'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29951
|
-
type: 'string',
|
|
29952
|
-
},
|
|
29955
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
29953
29956
|
},
|
|
29954
29957
|
required: ['webhook_id', 'url'],
|
|
29955
29958
|
type: 'object',
|
|
@@ -30011,7 +30014,7 @@ const openapi = {
|
|
|
30011
30014
|
type: 'string',
|
|
30012
30015
|
},
|
|
30013
30016
|
organization_id: {
|
|
30014
|
-
description: 'ID of the organization to which the
|
|
30017
|
+
description: 'ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization.',
|
|
30015
30018
|
format: 'uuid',
|
|
30016
30019
|
nullable: true,
|
|
30017
30020
|
type: 'string',
|
|
@@ -30021,7 +30024,7 @@ const openapi = {
|
|
|
30021
30024
|
type: 'string',
|
|
30022
30025
|
},
|
|
30023
30026
|
workspace_id: {
|
|
30024
|
-
description: 'ID of the
|
|
30027
|
+
description: 'ID of the workspace.',
|
|
30025
30028
|
format: 'uuid',
|
|
30026
30029
|
type: 'string',
|
|
30027
30030
|
},
|
|
@@ -45673,7 +45676,7 @@ const openapi = {
|
|
|
45673
45676
|
type: 'string',
|
|
45674
45677
|
},
|
|
45675
45678
|
workspace_id: {
|
|
45676
|
-
description: 'ID of the
|
|
45679
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45677
45680
|
format: 'uuid',
|
|
45678
45681
|
type: 'string',
|
|
45679
45682
|
},
|
|
@@ -45749,7 +45752,7 @@ const openapi = {
|
|
|
45749
45752
|
type: 'string',
|
|
45750
45753
|
},
|
|
45751
45754
|
workspace_id: {
|
|
45752
|
-
description: 'ID of the
|
|
45755
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45753
45756
|
format: 'uuid',
|
|
45754
45757
|
type: 'string',
|
|
45755
45758
|
},
|
|
@@ -45812,7 +45815,7 @@ const openapi = {
|
|
|
45812
45815
|
type: 'string',
|
|
45813
45816
|
},
|
|
45814
45817
|
workspace_id: {
|
|
45815
|
-
description: 'ID of the
|
|
45818
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45816
45819
|
format: 'uuid',
|
|
45817
45820
|
type: 'string',
|
|
45818
45821
|
},
|
|
@@ -45879,7 +45882,7 @@ const openapi = {
|
|
|
45879
45882
|
type: 'string',
|
|
45880
45883
|
},
|
|
45881
45884
|
workspace_id: {
|
|
45882
|
-
description: 'ID of the
|
|
45885
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45883
45886
|
format: 'uuid',
|
|
45884
45887
|
type: 'string',
|
|
45885
45888
|
},
|
|
@@ -78560,7 +78563,7 @@ const openapi = {
|
|
|
78560
78563
|
type: 'array',
|
|
78561
78564
|
},
|
|
78562
78565
|
workspace_id: {
|
|
78563
|
-
description: 'ID of the
|
|
78566
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78564
78567
|
format: 'uuid',
|
|
78565
78568
|
type: 'string',
|
|
78566
78569
|
},
|
|
@@ -78777,7 +78780,7 @@ const openapi = {
|
|
|
78777
78780
|
type: 'array',
|
|
78778
78781
|
},
|
|
78779
78782
|
workspace_id: {
|
|
78780
|
-
description: 'ID of the
|
|
78783
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78781
78784
|
format: 'uuid',
|
|
78782
78785
|
type: 'string',
|
|
78783
78786
|
},
|
|
@@ -79020,7 +79023,7 @@ const openapi = {
|
|
|
79020
79023
|
type: 'array',
|
|
79021
79024
|
},
|
|
79022
79025
|
workspace_id: {
|
|
79023
|
-
description: 'ID of the
|
|
79026
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79024
79027
|
format: 'uuid',
|
|
79025
79028
|
type: 'string',
|
|
79026
79029
|
},
|
|
@@ -79257,7 +79260,7 @@ const openapi = {
|
|
|
79257
79260
|
type: 'array',
|
|
79258
79261
|
},
|
|
79259
79262
|
workspace_id: {
|
|
79260
|
-
description: 'ID of the
|
|
79263
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79261
79264
|
format: 'uuid',
|
|
79262
79265
|
type: 'string',
|
|
79263
79266
|
},
|