@seamapi/types 1.915.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 +335 -380
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1056 -1056
- package/dist/index.cjs +335 -380
- 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 +1 -1
- 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 +264 -267
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1056 -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 +1 -1
- 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 +264 -411
- package/src/lib/seam/connect/route-types.ts +1056 -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
|
},
|
|
@@ -15468,7 +15468,7 @@ const openapi = {
|
|
|
15468
15468
|
type: 'object',
|
|
15469
15469
|
},
|
|
15470
15470
|
workspace_id: {
|
|
15471
|
-
description: 'ID of the
|
|
15471
|
+
description: 'ID of the workspace associated with the event.',
|
|
15472
15472
|
format: 'uuid',
|
|
15473
15473
|
type: 'string',
|
|
15474
15474
|
},
|
|
@@ -15505,7 +15505,7 @@ const openapi = {
|
|
|
15505
15505
|
type: 'object',
|
|
15506
15506
|
},
|
|
15507
15507
|
connected_account_id: {
|
|
15508
|
-
description: 'ID of the
|
|
15508
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15509
15509
|
format: 'uuid',
|
|
15510
15510
|
type: 'string',
|
|
15511
15511
|
},
|
|
@@ -15569,7 +15569,7 @@ const openapi = {
|
|
|
15569
15569
|
type: 'object',
|
|
15570
15570
|
},
|
|
15571
15571
|
workspace_id: {
|
|
15572
|
-
description: 'ID of the
|
|
15572
|
+
description: 'ID of the workspace associated with the event.',
|
|
15573
15573
|
format: 'uuid',
|
|
15574
15574
|
type: 'string',
|
|
15575
15575
|
},
|
|
@@ -15606,7 +15606,7 @@ const openapi = {
|
|
|
15606
15606
|
type: 'object',
|
|
15607
15607
|
},
|
|
15608
15608
|
connected_account_id: {
|
|
15609
|
-
description: 'ID of the
|
|
15609
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15610
15610
|
format: 'uuid',
|
|
15611
15611
|
type: 'string',
|
|
15612
15612
|
},
|
|
@@ -15680,7 +15680,7 @@ const openapi = {
|
|
|
15680
15680
|
type: 'object',
|
|
15681
15681
|
},
|
|
15682
15682
|
workspace_id: {
|
|
15683
|
-
description: 'ID of the
|
|
15683
|
+
description: 'ID of the workspace associated with the event.',
|
|
15684
15684
|
format: 'uuid',
|
|
15685
15685
|
type: 'string',
|
|
15686
15686
|
},
|
|
@@ -15721,7 +15721,7 @@ const openapi = {
|
|
|
15721
15721
|
type: 'object',
|
|
15722
15722
|
},
|
|
15723
15723
|
connected_account_id: {
|
|
15724
|
-
description: 'ID of the
|
|
15724
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15725
15725
|
format: 'uuid',
|
|
15726
15726
|
type: 'string',
|
|
15727
15727
|
},
|
|
@@ -15757,7 +15757,7 @@ const openapi = {
|
|
|
15757
15757
|
type: 'string',
|
|
15758
15758
|
},
|
|
15759
15759
|
workspace_id: {
|
|
15760
|
-
description: 'ID of the
|
|
15760
|
+
description: 'ID of the workspace associated with the event.',
|
|
15761
15761
|
format: 'uuid',
|
|
15762
15762
|
type: 'string',
|
|
15763
15763
|
},
|
|
@@ -15796,7 +15796,7 @@ const openapi = {
|
|
|
15796
15796
|
type: 'object',
|
|
15797
15797
|
},
|
|
15798
15798
|
connected_account_id: {
|
|
15799
|
-
description: 'ID of the
|
|
15799
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15800
15800
|
format: 'uuid',
|
|
15801
15801
|
type: 'string',
|
|
15802
15802
|
},
|
|
@@ -15832,7 +15832,7 @@ const openapi = {
|
|
|
15832
15832
|
type: 'string',
|
|
15833
15833
|
},
|
|
15834
15834
|
workspace_id: {
|
|
15835
|
-
description: 'ID of the
|
|
15835
|
+
description: 'ID of the workspace associated with the event.',
|
|
15836
15836
|
format: 'uuid',
|
|
15837
15837
|
type: 'string',
|
|
15838
15838
|
},
|
|
@@ -15867,7 +15867,7 @@ const openapi = {
|
|
|
15867
15867
|
type: 'object',
|
|
15868
15868
|
},
|
|
15869
15869
|
connected_account_id: {
|
|
15870
|
-
description: 'ID of the
|
|
15870
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15871
15871
|
format: 'uuid',
|
|
15872
15872
|
type: 'string',
|
|
15873
15873
|
},
|
|
@@ -15903,7 +15903,7 @@ const openapi = {
|
|
|
15903
15903
|
type: 'string',
|
|
15904
15904
|
},
|
|
15905
15905
|
workspace_id: {
|
|
15906
|
-
description: 'ID of the
|
|
15906
|
+
description: 'ID of the workspace associated with the event.',
|
|
15907
15907
|
format: 'uuid',
|
|
15908
15908
|
type: 'string',
|
|
15909
15909
|
},
|
|
@@ -16006,7 +16006,7 @@ const openapi = {
|
|
|
16006
16006
|
type: 'array',
|
|
16007
16007
|
},
|
|
16008
16008
|
connected_account_id: {
|
|
16009
|
-
description: 'ID of the
|
|
16009
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16010
16010
|
format: 'uuid',
|
|
16011
16011
|
type: 'string',
|
|
16012
16012
|
},
|
|
@@ -16111,7 +16111,7 @@ const openapi = {
|
|
|
16111
16111
|
type: 'string',
|
|
16112
16112
|
},
|
|
16113
16113
|
workspace_id: {
|
|
16114
|
-
description: 'ID of the
|
|
16114
|
+
description: 'ID of the workspace associated with the event.',
|
|
16115
16115
|
format: 'uuid',
|
|
16116
16116
|
type: 'string',
|
|
16117
16117
|
},
|
|
@@ -16220,7 +16220,7 @@ const openapi = {
|
|
|
16220
16220
|
type: 'array',
|
|
16221
16221
|
},
|
|
16222
16222
|
connected_account_id: {
|
|
16223
|
-
description: 'ID of the
|
|
16223
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16224
16224
|
format: 'uuid',
|
|
16225
16225
|
type: 'string',
|
|
16226
16226
|
},
|
|
@@ -16325,7 +16325,7 @@ const openapi = {
|
|
|
16325
16325
|
type: 'string',
|
|
16326
16326
|
},
|
|
16327
16327
|
workspace_id: {
|
|
16328
|
-
description: 'ID of the
|
|
16328
|
+
description: 'ID of the workspace associated with the event.',
|
|
16329
16329
|
format: 'uuid',
|
|
16330
16330
|
type: 'string',
|
|
16331
16331
|
},
|
|
@@ -16370,7 +16370,7 @@ const openapi = {
|
|
|
16370
16370
|
type: 'object',
|
|
16371
16371
|
},
|
|
16372
16372
|
connected_account_id: {
|
|
16373
|
-
description: 'ID of the
|
|
16373
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16374
16374
|
format: 'uuid',
|
|
16375
16375
|
type: 'string',
|
|
16376
16376
|
},
|
|
@@ -16403,7 +16403,7 @@ const openapi = {
|
|
|
16403
16403
|
type: 'string',
|
|
16404
16404
|
},
|
|
16405
16405
|
workspace_id: {
|
|
16406
|
-
description: 'ID of the
|
|
16406
|
+
description: 'ID of the workspace associated with the event.',
|
|
16407
16407
|
format: 'uuid',
|
|
16408
16408
|
type: 'string',
|
|
16409
16409
|
},
|
|
@@ -16507,7 +16507,7 @@ const openapi = {
|
|
|
16507
16507
|
type: 'array',
|
|
16508
16508
|
},
|
|
16509
16509
|
connected_account_id: {
|
|
16510
|
-
description: 'ID of the
|
|
16510
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16511
16511
|
format: 'uuid',
|
|
16512
16512
|
type: 'string',
|
|
16513
16513
|
},
|
|
@@ -16612,7 +16612,7 @@ const openapi = {
|
|
|
16612
16612
|
type: 'string',
|
|
16613
16613
|
},
|
|
16614
16614
|
workspace_id: {
|
|
16615
|
-
description: 'ID of the
|
|
16615
|
+
description: 'ID of the workspace associated with the event.',
|
|
16616
16616
|
format: 'uuid',
|
|
16617
16617
|
type: 'string',
|
|
16618
16618
|
},
|
|
@@ -16721,7 +16721,7 @@ const openapi = {
|
|
|
16721
16721
|
type: 'array',
|
|
16722
16722
|
},
|
|
16723
16723
|
connected_account_id: {
|
|
16724
|
-
description: 'ID of the
|
|
16724
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16725
16725
|
format: 'uuid',
|
|
16726
16726
|
type: 'string',
|
|
16727
16727
|
},
|
|
@@ -16826,7 +16826,7 @@ const openapi = {
|
|
|
16826
16826
|
type: 'string',
|
|
16827
16827
|
},
|
|
16828
16828
|
workspace_id: {
|
|
16829
|
-
description: 'ID of the
|
|
16829
|
+
description: 'ID of the workspace associated with the event.',
|
|
16830
16830
|
format: 'uuid',
|
|
16831
16831
|
type: 'string',
|
|
16832
16832
|
},
|
|
@@ -16866,7 +16866,7 @@ const openapi = {
|
|
|
16866
16866
|
type: 'object',
|
|
16867
16867
|
},
|
|
16868
16868
|
connected_account_id: {
|
|
16869
|
-
description: 'ID of the
|
|
16869
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16870
16870
|
format: 'uuid',
|
|
16871
16871
|
type: 'string',
|
|
16872
16872
|
},
|
|
@@ -16902,7 +16902,7 @@ const openapi = {
|
|
|
16902
16902
|
type: 'string',
|
|
16903
16903
|
},
|
|
16904
16904
|
workspace_id: {
|
|
16905
|
-
description: 'ID of the
|
|
16905
|
+
description: 'ID of the workspace associated with the event.',
|
|
16906
16906
|
format: 'uuid',
|
|
16907
16907
|
type: 'string',
|
|
16908
16908
|
},
|
|
@@ -16936,7 +16936,7 @@ const openapi = {
|
|
|
16936
16936
|
type: 'object',
|
|
16937
16937
|
},
|
|
16938
16938
|
connected_account_id: {
|
|
16939
|
-
description: 'ID of the
|
|
16939
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16940
16940
|
format: 'uuid',
|
|
16941
16941
|
type: 'string',
|
|
16942
16942
|
},
|
|
@@ -16972,7 +16972,7 @@ const openapi = {
|
|
|
16972
16972
|
type: 'string',
|
|
16973
16973
|
},
|
|
16974
16974
|
workspace_id: {
|
|
16975
|
-
description: 'ID of the
|
|
16975
|
+
description: 'ID of the workspace associated with the event.',
|
|
16976
16976
|
format: 'uuid',
|
|
16977
16977
|
type: 'string',
|
|
16978
16978
|
},
|
|
@@ -17007,7 +17007,7 @@ const openapi = {
|
|
|
17007
17007
|
type: 'object',
|
|
17008
17008
|
},
|
|
17009
17009
|
connected_account_id: {
|
|
17010
|
-
description: 'ID of the
|
|
17010
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17011
17011
|
format: 'uuid',
|
|
17012
17012
|
type: 'string',
|
|
17013
17013
|
},
|
|
@@ -17043,7 +17043,7 @@ const openapi = {
|
|
|
17043
17043
|
type: 'string',
|
|
17044
17044
|
},
|
|
17045
17045
|
workspace_id: {
|
|
17046
|
-
description: 'ID of the
|
|
17046
|
+
description: 'ID of the workspace associated with the event.',
|
|
17047
17047
|
format: 'uuid',
|
|
17048
17048
|
type: 'string',
|
|
17049
17049
|
},
|
|
@@ -17078,7 +17078,7 @@ const openapi = {
|
|
|
17078
17078
|
type: 'object',
|
|
17079
17079
|
},
|
|
17080
17080
|
connected_account_id: {
|
|
17081
|
-
description: 'ID of the
|
|
17081
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17082
17082
|
format: 'uuid',
|
|
17083
17083
|
type: 'string',
|
|
17084
17084
|
},
|
|
@@ -17114,7 +17114,7 @@ const openapi = {
|
|
|
17114
17114
|
type: 'string',
|
|
17115
17115
|
},
|
|
17116
17116
|
workspace_id: {
|
|
17117
|
-
description: 'ID of the
|
|
17117
|
+
description: 'ID of the workspace associated with the event.',
|
|
17118
17118
|
format: 'uuid',
|
|
17119
17119
|
type: 'string',
|
|
17120
17120
|
},
|
|
@@ -17217,7 +17217,7 @@ const openapi = {
|
|
|
17217
17217
|
type: 'array',
|
|
17218
17218
|
},
|
|
17219
17219
|
connected_account_id: {
|
|
17220
|
-
description: 'ID of the
|
|
17220
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17221
17221
|
format: 'uuid',
|
|
17222
17222
|
type: 'string',
|
|
17223
17223
|
},
|
|
@@ -17322,7 +17322,7 @@ const openapi = {
|
|
|
17322
17322
|
type: 'string',
|
|
17323
17323
|
},
|
|
17324
17324
|
workspace_id: {
|
|
17325
|
-
description: 'ID of the
|
|
17325
|
+
description: 'ID of the workspace associated with the event.',
|
|
17326
17326
|
format: 'uuid',
|
|
17327
17327
|
type: 'string',
|
|
17328
17328
|
},
|
|
@@ -17362,7 +17362,7 @@ const openapi = {
|
|
|
17362
17362
|
type: 'object',
|
|
17363
17363
|
},
|
|
17364
17364
|
connected_account_id: {
|
|
17365
|
-
description: 'ID of the
|
|
17365
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17366
17366
|
format: 'uuid',
|
|
17367
17367
|
type: 'string',
|
|
17368
17368
|
},
|
|
@@ -17398,7 +17398,7 @@ const openapi = {
|
|
|
17398
17398
|
type: 'string',
|
|
17399
17399
|
},
|
|
17400
17400
|
workspace_id: {
|
|
17401
|
-
description: 'ID of the
|
|
17401
|
+
description: 'ID of the workspace associated with the event.',
|
|
17402
17402
|
format: 'uuid',
|
|
17403
17403
|
type: 'string',
|
|
17404
17404
|
},
|
|
@@ -17432,7 +17432,7 @@ const openapi = {
|
|
|
17432
17432
|
type: 'object',
|
|
17433
17433
|
},
|
|
17434
17434
|
connected_account_id: {
|
|
17435
|
-
description: 'ID of the
|
|
17435
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17436
17436
|
format: 'uuid',
|
|
17437
17437
|
type: 'string',
|
|
17438
17438
|
},
|
|
@@ -17468,7 +17468,7 @@ const openapi = {
|
|
|
17468
17468
|
type: 'string',
|
|
17469
17469
|
},
|
|
17470
17470
|
workspace_id: {
|
|
17471
|
-
description: 'ID of the
|
|
17471
|
+
description: 'ID of the workspace associated with the event.',
|
|
17472
17472
|
format: 'uuid',
|
|
17473
17473
|
type: 'string',
|
|
17474
17474
|
},
|
|
@@ -17511,7 +17511,7 @@ const openapi = {
|
|
|
17511
17511
|
type: 'string',
|
|
17512
17512
|
},
|
|
17513
17513
|
workspace_id: {
|
|
17514
|
-
description: 'ID of the
|
|
17514
|
+
description: 'ID of the workspace associated with the event.',
|
|
17515
17515
|
format: 'uuid',
|
|
17516
17516
|
type: 'string',
|
|
17517
17517
|
},
|
|
@@ -17552,7 +17552,7 @@ const openapi = {
|
|
|
17552
17552
|
type: 'string',
|
|
17553
17553
|
},
|
|
17554
17554
|
workspace_id: {
|
|
17555
|
-
description: 'ID of the
|
|
17555
|
+
description: 'ID of the workspace associated with the event.',
|
|
17556
17556
|
format: 'uuid',
|
|
17557
17557
|
type: 'string',
|
|
17558
17558
|
},
|
|
@@ -17596,7 +17596,7 @@ const openapi = {
|
|
|
17596
17596
|
type: 'string',
|
|
17597
17597
|
},
|
|
17598
17598
|
workspace_id: {
|
|
17599
|
-
description: 'ID of the
|
|
17599
|
+
description: 'ID of the workspace associated with the event.',
|
|
17600
17600
|
format: 'uuid',
|
|
17601
17601
|
type: 'string',
|
|
17602
17602
|
},
|
|
@@ -17645,7 +17645,7 @@ const openapi = {
|
|
|
17645
17645
|
type: 'string',
|
|
17646
17646
|
},
|
|
17647
17647
|
workspace_id: {
|
|
17648
|
-
description: 'ID of the
|
|
17648
|
+
description: 'ID of the workspace associated with the event.',
|
|
17649
17649
|
format: 'uuid',
|
|
17650
17650
|
type: 'string',
|
|
17651
17651
|
},
|
|
@@ -17695,7 +17695,7 @@ const openapi = {
|
|
|
17695
17695
|
type: 'string',
|
|
17696
17696
|
},
|
|
17697
17697
|
workspace_id: {
|
|
17698
|
-
description: 'ID of the
|
|
17698
|
+
description: 'ID of the workspace associated with the event.',
|
|
17699
17699
|
format: 'uuid',
|
|
17700
17700
|
type: 'string',
|
|
17701
17701
|
},
|
|
@@ -17752,7 +17752,7 @@ const openapi = {
|
|
|
17752
17752
|
type: 'string',
|
|
17753
17753
|
},
|
|
17754
17754
|
workspace_id: {
|
|
17755
|
-
description: 'ID of the
|
|
17755
|
+
description: 'ID of the workspace associated with the event.',
|
|
17756
17756
|
format: 'uuid',
|
|
17757
17757
|
type: 'string',
|
|
17758
17758
|
},
|
|
@@ -17807,7 +17807,7 @@ const openapi = {
|
|
|
17807
17807
|
type: 'string',
|
|
17808
17808
|
},
|
|
17809
17809
|
workspace_id: {
|
|
17810
|
-
description: 'ID of the
|
|
17810
|
+
description: 'ID of the workspace associated with the event.',
|
|
17811
17811
|
format: 'uuid',
|
|
17812
17812
|
type: 'string',
|
|
17813
17813
|
},
|
|
@@ -17867,7 +17867,7 @@ const openapi = {
|
|
|
17867
17867
|
type: 'string',
|
|
17868
17868
|
},
|
|
17869
17869
|
workspace_id: {
|
|
17870
|
-
description: 'ID of the
|
|
17870
|
+
description: 'ID of the workspace associated with the event.',
|
|
17871
17871
|
format: 'uuid',
|
|
17872
17872
|
type: 'string',
|
|
17873
17873
|
},
|
|
@@ -17919,7 +17919,7 @@ const openapi = {
|
|
|
17919
17919
|
type: 'string',
|
|
17920
17920
|
},
|
|
17921
17921
|
workspace_id: {
|
|
17922
|
-
description: 'ID of the
|
|
17922
|
+
description: 'ID of the workspace associated with the event.',
|
|
17923
17923
|
format: 'uuid',
|
|
17924
17924
|
type: 'string',
|
|
17925
17925
|
},
|
|
@@ -17974,7 +17974,7 @@ const openapi = {
|
|
|
17974
17974
|
type: 'string',
|
|
17975
17975
|
},
|
|
17976
17976
|
workspace_id: {
|
|
17977
|
-
description: 'ID of the
|
|
17977
|
+
description: 'ID of the workspace associated with the event.',
|
|
17978
17978
|
format: 'uuid',
|
|
17979
17979
|
type: 'string',
|
|
17980
17980
|
},
|
|
@@ -18026,7 +18026,7 @@ const openapi = {
|
|
|
18026
18026
|
type: 'string',
|
|
18027
18027
|
},
|
|
18028
18028
|
workspace_id: {
|
|
18029
|
-
description: 'ID of the
|
|
18029
|
+
description: 'ID of the workspace associated with the event.',
|
|
18030
18030
|
format: 'uuid',
|
|
18031
18031
|
type: 'string',
|
|
18032
18032
|
},
|
|
@@ -18086,7 +18086,7 @@ const openapi = {
|
|
|
18086
18086
|
type: 'string',
|
|
18087
18087
|
},
|
|
18088
18088
|
workspace_id: {
|
|
18089
|
-
description: 'ID of the
|
|
18089
|
+
description: 'ID of the workspace associated with the event.',
|
|
18090
18090
|
format: 'uuid',
|
|
18091
18091
|
type: 'string',
|
|
18092
18092
|
},
|
|
@@ -18138,7 +18138,7 @@ const openapi = {
|
|
|
18138
18138
|
type: 'string',
|
|
18139
18139
|
},
|
|
18140
18140
|
workspace_id: {
|
|
18141
|
-
description: 'ID of the
|
|
18141
|
+
description: 'ID of the workspace associated with the event.',
|
|
18142
18142
|
format: 'uuid',
|
|
18143
18143
|
type: 'string',
|
|
18144
18144
|
},
|
|
@@ -18185,7 +18185,7 @@ const openapi = {
|
|
|
18185
18185
|
type: 'string',
|
|
18186
18186
|
},
|
|
18187
18187
|
workspace_id: {
|
|
18188
|
-
description: 'ID of the
|
|
18188
|
+
description: 'ID of the workspace associated with the event.',
|
|
18189
18189
|
format: 'uuid',
|
|
18190
18190
|
type: 'string',
|
|
18191
18191
|
},
|
|
@@ -18231,7 +18231,7 @@ const openapi = {
|
|
|
18231
18231
|
type: 'string',
|
|
18232
18232
|
},
|
|
18233
18233
|
workspace_id: {
|
|
18234
|
-
description: 'ID of the
|
|
18234
|
+
description: 'ID of the workspace associated with the event.',
|
|
18235
18235
|
format: 'uuid',
|
|
18236
18236
|
type: 'string',
|
|
18237
18237
|
},
|
|
@@ -18369,7 +18369,7 @@ const openapi = {
|
|
|
18369
18369
|
type: 'string',
|
|
18370
18370
|
},
|
|
18371
18371
|
workspace_id: {
|
|
18372
|
-
description: 'ID of the
|
|
18372
|
+
description: 'ID of the workspace associated with the event.',
|
|
18373
18373
|
format: 'uuid',
|
|
18374
18374
|
type: 'string',
|
|
18375
18375
|
},
|
|
@@ -18424,7 +18424,7 @@ const openapi = {
|
|
|
18424
18424
|
type: 'string',
|
|
18425
18425
|
},
|
|
18426
18426
|
workspace_id: {
|
|
18427
|
-
description: 'ID of the
|
|
18427
|
+
description: 'ID of the workspace associated with the event.',
|
|
18428
18428
|
format: 'uuid',
|
|
18429
18429
|
type: 'string',
|
|
18430
18430
|
},
|
|
@@ -18476,7 +18476,7 @@ const openapi = {
|
|
|
18476
18476
|
type: 'string',
|
|
18477
18477
|
},
|
|
18478
18478
|
workspace_id: {
|
|
18479
|
-
description: 'ID of the
|
|
18479
|
+
description: 'ID of the workspace associated with the event.',
|
|
18480
18480
|
format: 'uuid',
|
|
18481
18481
|
type: 'string',
|
|
18482
18482
|
},
|
|
@@ -18528,7 +18528,7 @@ const openapi = {
|
|
|
18528
18528
|
type: 'string',
|
|
18529
18529
|
},
|
|
18530
18530
|
workspace_id: {
|
|
18531
|
-
description: 'ID of the
|
|
18531
|
+
description: 'ID of the workspace associated with the event.',
|
|
18532
18532
|
format: 'uuid',
|
|
18533
18533
|
type: 'string',
|
|
18534
18534
|
},
|
|
@@ -18583,7 +18583,7 @@ const openapi = {
|
|
|
18583
18583
|
type: 'string',
|
|
18584
18584
|
},
|
|
18585
18585
|
workspace_id: {
|
|
18586
|
-
description: 'ID of the
|
|
18586
|
+
description: 'ID of the workspace associated with the event.',
|
|
18587
18587
|
format: 'uuid',
|
|
18588
18588
|
type: 'string',
|
|
18589
18589
|
},
|
|
@@ -18631,7 +18631,7 @@ const openapi = {
|
|
|
18631
18631
|
type: 'string',
|
|
18632
18632
|
},
|
|
18633
18633
|
workspace_id: {
|
|
18634
|
-
description: 'ID of the
|
|
18634
|
+
description: 'ID of the workspace associated with the event.',
|
|
18635
18635
|
format: 'uuid',
|
|
18636
18636
|
type: 'string',
|
|
18637
18637
|
},
|
|
@@ -18679,7 +18679,7 @@ const openapi = {
|
|
|
18679
18679
|
type: 'string',
|
|
18680
18680
|
},
|
|
18681
18681
|
workspace_id: {
|
|
18682
|
-
description: 'ID of the
|
|
18682
|
+
description: 'ID of the workspace associated with the event.',
|
|
18683
18683
|
format: 'uuid',
|
|
18684
18684
|
type: 'string',
|
|
18685
18685
|
},
|
|
@@ -18731,7 +18731,7 @@ const openapi = {
|
|
|
18731
18731
|
type: 'string',
|
|
18732
18732
|
},
|
|
18733
18733
|
workspace_id: {
|
|
18734
|
-
description: 'ID of the
|
|
18734
|
+
description: 'ID of the workspace associated with the event.',
|
|
18735
18735
|
format: 'uuid',
|
|
18736
18736
|
type: 'string',
|
|
18737
18737
|
},
|
|
@@ -18783,7 +18783,7 @@ const openapi = {
|
|
|
18783
18783
|
type: 'string',
|
|
18784
18784
|
},
|
|
18785
18785
|
workspace_id: {
|
|
18786
|
-
description: 'ID of the
|
|
18786
|
+
description: 'ID of the workspace associated with the event.',
|
|
18787
18787
|
format: 'uuid',
|
|
18788
18788
|
type: 'string',
|
|
18789
18789
|
},
|
|
@@ -18838,7 +18838,7 @@ const openapi = {
|
|
|
18838
18838
|
type: 'string',
|
|
18839
18839
|
},
|
|
18840
18840
|
workspace_id: {
|
|
18841
|
-
description: 'ID of the
|
|
18841
|
+
description: 'ID of the workspace associated with the event.',
|
|
18842
18842
|
format: 'uuid',
|
|
18843
18843
|
type: 'string',
|
|
18844
18844
|
},
|
|
@@ -18886,7 +18886,7 @@ const openapi = {
|
|
|
18886
18886
|
type: 'string',
|
|
18887
18887
|
},
|
|
18888
18888
|
workspace_id: {
|
|
18889
|
-
description: 'ID of the
|
|
18889
|
+
description: 'ID of the workspace associated with the event.',
|
|
18890
18890
|
format: 'uuid',
|
|
18891
18891
|
type: 'string',
|
|
18892
18892
|
},
|
|
@@ -18934,7 +18934,7 @@ const openapi = {
|
|
|
18934
18934
|
type: 'string',
|
|
18935
18935
|
},
|
|
18936
18936
|
workspace_id: {
|
|
18937
|
-
description: 'ID of the
|
|
18937
|
+
description: 'ID of the workspace associated with the event.',
|
|
18938
18938
|
format: 'uuid',
|
|
18939
18939
|
type: 'string',
|
|
18940
18940
|
},
|
|
@@ -18952,7 +18952,7 @@ const openapi = {
|
|
|
18952
18952
|
'x-route-path': '/acs/entrances',
|
|
18953
18953
|
},
|
|
18954
18954
|
{
|
|
18955
|
-
description: 'A
|
|
18955
|
+
description: 'A client session was deleted.',
|
|
18956
18956
|
properties: {
|
|
18957
18957
|
client_session_id: {
|
|
18958
18958
|
description: 'ID of the affected client session.',
|
|
@@ -18976,7 +18976,7 @@ const openapi = {
|
|
|
18976
18976
|
type: 'string',
|
|
18977
18977
|
},
|
|
18978
18978
|
workspace_id: {
|
|
18979
|
-
description: 'ID of the
|
|
18979
|
+
description: 'ID of the workspace associated with the event.',
|
|
18980
18980
|
format: 'uuid',
|
|
18981
18981
|
type: 'string',
|
|
18982
18982
|
},
|
|
@@ -18993,10 +18993,10 @@ const openapi = {
|
|
|
18993
18993
|
'x-route-path': '/client_sessions',
|
|
18994
18994
|
},
|
|
18995
18995
|
{
|
|
18996
|
-
description: 'A
|
|
18996
|
+
description: 'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
18997
18997
|
properties: {
|
|
18998
18998
|
connect_webview_id: {
|
|
18999
|
-
description: 'ID of the
|
|
18999
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19000
19000
|
format: 'uuid',
|
|
19001
19001
|
type: 'string',
|
|
19002
19002
|
},
|
|
@@ -19008,7 +19008,7 @@ const openapi = {
|
|
|
19008
19008
|
type: 'object',
|
|
19009
19009
|
},
|
|
19010
19010
|
connected_account_id: {
|
|
19011
|
-
description: 'ID of the affected
|
|
19011
|
+
description: 'ID of the affected connected account.',
|
|
19012
19012
|
format: 'uuid',
|
|
19013
19013
|
type: 'string',
|
|
19014
19014
|
},
|
|
@@ -19036,7 +19036,7 @@ const openapi = {
|
|
|
19036
19036
|
type: 'string',
|
|
19037
19037
|
},
|
|
19038
19038
|
workspace_id: {
|
|
19039
|
-
description: 'ID of the
|
|
19039
|
+
description: 'ID of the workspace associated with the event.',
|
|
19040
19040
|
format: 'uuid',
|
|
19041
19041
|
type: 'string',
|
|
19042
19042
|
},
|
|
@@ -19053,10 +19053,10 @@ const openapi = {
|
|
|
19053
19053
|
'x-route-path': '/connected_accounts',
|
|
19054
19054
|
},
|
|
19055
19055
|
{
|
|
19056
|
-
description: 'A
|
|
19056
|
+
description: 'A connected account was created.',
|
|
19057
19057
|
properties: {
|
|
19058
19058
|
connect_webview_id: {
|
|
19059
|
-
description: 'ID of the
|
|
19059
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19060
19060
|
format: 'uuid',
|
|
19061
19061
|
type: 'string',
|
|
19062
19062
|
},
|
|
@@ -19068,7 +19068,7 @@ const openapi = {
|
|
|
19068
19068
|
type: 'object',
|
|
19069
19069
|
},
|
|
19070
19070
|
connected_account_id: {
|
|
19071
|
-
description: 'ID of the affected
|
|
19071
|
+
description: 'ID of the affected connected account.',
|
|
19072
19072
|
format: 'uuid',
|
|
19073
19073
|
type: 'string',
|
|
19074
19074
|
},
|
|
@@ -19092,7 +19092,7 @@ const openapi = {
|
|
|
19092
19092
|
type: 'string',
|
|
19093
19093
|
},
|
|
19094
19094
|
workspace_id: {
|
|
19095
|
-
description: 'ID of the
|
|
19095
|
+
description: 'ID of the workspace associated with the event.',
|
|
19096
19096
|
format: 'uuid',
|
|
19097
19097
|
type: 'string',
|
|
19098
19098
|
},
|
|
@@ -19111,10 +19111,10 @@ const openapi = {
|
|
|
19111
19111
|
},
|
|
19112
19112
|
{
|
|
19113
19113
|
deprecated: true,
|
|
19114
|
-
description: 'A
|
|
19114
|
+
description: 'A connected account had a successful login using a Connect Webview.',
|
|
19115
19115
|
properties: {
|
|
19116
19116
|
connect_webview_id: {
|
|
19117
|
-
description: 'ID of the
|
|
19117
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19118
19118
|
format: 'uuid',
|
|
19119
19119
|
type: 'string',
|
|
19120
19120
|
},
|
|
@@ -19126,7 +19126,7 @@ const openapi = {
|
|
|
19126
19126
|
type: 'object',
|
|
19127
19127
|
},
|
|
19128
19128
|
connected_account_id: {
|
|
19129
|
-
description: 'ID of the affected
|
|
19129
|
+
description: 'ID of the affected connected account.',
|
|
19130
19130
|
format: 'uuid',
|
|
19131
19131
|
type: 'string',
|
|
19132
19132
|
},
|
|
@@ -19150,7 +19150,7 @@ const openapi = {
|
|
|
19150
19150
|
type: 'string',
|
|
19151
19151
|
},
|
|
19152
19152
|
workspace_id: {
|
|
19153
|
-
description: 'ID of the
|
|
19153
|
+
description: 'ID of the workspace associated with the event.',
|
|
19154
19154
|
format: 'uuid',
|
|
19155
19155
|
type: 'string',
|
|
19156
19156
|
},
|
|
@@ -19169,7 +19169,7 @@ const openapi = {
|
|
|
19169
19169
|
'x-route-path': '/connected_accounts',
|
|
19170
19170
|
},
|
|
19171
19171
|
{
|
|
19172
|
-
description: 'A
|
|
19172
|
+
description: 'A connected account was disconnected.',
|
|
19173
19173
|
properties: {
|
|
19174
19174
|
connected_account_custom_metadata: {
|
|
19175
19175
|
additionalProperties: {
|
|
@@ -19202,7 +19202,7 @@ const openapi = {
|
|
|
19202
19202
|
type: 'array',
|
|
19203
19203
|
},
|
|
19204
19204
|
connected_account_id: {
|
|
19205
|
-
description: 'ID of the affected
|
|
19205
|
+
description: 'ID of the affected connected account.',
|
|
19206
19206
|
format: 'uuid',
|
|
19207
19207
|
type: 'string',
|
|
19208
19208
|
},
|
|
@@ -19249,7 +19249,7 @@ const openapi = {
|
|
|
19249
19249
|
type: 'string',
|
|
19250
19250
|
},
|
|
19251
19251
|
workspace_id: {
|
|
19252
|
-
description: 'ID of the
|
|
19252
|
+
description: 'ID of the workspace associated with the event.',
|
|
19253
19253
|
format: 'uuid',
|
|
19254
19254
|
type: 'string',
|
|
19255
19255
|
},
|
|
@@ -19268,7 +19268,7 @@ const openapi = {
|
|
|
19268
19268
|
'x-route-path': '/connected_accounts',
|
|
19269
19269
|
},
|
|
19270
19270
|
{
|
|
19271
|
-
description: 'A
|
|
19271
|
+
description: 'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
19272
19272
|
properties: {
|
|
19273
19273
|
connected_account_custom_metadata: {
|
|
19274
19274
|
additionalProperties: {
|
|
@@ -19278,7 +19278,7 @@ const openapi = {
|
|
|
19278
19278
|
type: 'object',
|
|
19279
19279
|
},
|
|
19280
19280
|
connected_account_id: {
|
|
19281
|
-
description: 'ID of the affected
|
|
19281
|
+
description: 'ID of the affected connected account.',
|
|
19282
19282
|
format: 'uuid',
|
|
19283
19283
|
type: 'string',
|
|
19284
19284
|
},
|
|
@@ -19302,7 +19302,7 @@ const openapi = {
|
|
|
19302
19302
|
type: 'string',
|
|
19303
19303
|
},
|
|
19304
19304
|
workspace_id: {
|
|
19305
|
-
description: 'ID of the
|
|
19305
|
+
description: 'ID of the workspace associated with the event.',
|
|
19306
19306
|
format: 'uuid',
|
|
19307
19307
|
type: 'string',
|
|
19308
19308
|
},
|
|
@@ -19319,7 +19319,7 @@ const openapi = {
|
|
|
19319
19319
|
'x-route-path': '/connected_accounts',
|
|
19320
19320
|
},
|
|
19321
19321
|
{
|
|
19322
|
-
description: 'A
|
|
19322
|
+
description: 'A connected account was deleted.',
|
|
19323
19323
|
properties: {
|
|
19324
19324
|
connected_account_custom_metadata: {
|
|
19325
19325
|
additionalProperties: {
|
|
@@ -19329,7 +19329,7 @@ const openapi = {
|
|
|
19329
19329
|
type: 'object',
|
|
19330
19330
|
},
|
|
19331
19331
|
connected_account_id: {
|
|
19332
|
-
description: 'ID of the affected
|
|
19332
|
+
description: 'ID of the affected connected account.',
|
|
19333
19333
|
format: 'uuid',
|
|
19334
19334
|
type: 'string',
|
|
19335
19335
|
},
|
|
@@ -19361,7 +19361,7 @@ const openapi = {
|
|
|
19361
19361
|
type: 'string',
|
|
19362
19362
|
},
|
|
19363
19363
|
workspace_id: {
|
|
19364
|
-
description: 'ID of the
|
|
19364
|
+
description: 'ID of the workspace associated with the event.',
|
|
19365
19365
|
format: 'uuid',
|
|
19366
19366
|
type: 'string',
|
|
19367
19367
|
},
|
|
@@ -19378,7 +19378,7 @@ const openapi = {
|
|
|
19378
19378
|
'x-route-path': '/connected_accounts',
|
|
19379
19379
|
},
|
|
19380
19380
|
{
|
|
19381
|
-
description: 'A
|
|
19381
|
+
description: 'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
19382
19382
|
properties: {
|
|
19383
19383
|
connected_account_custom_metadata: {
|
|
19384
19384
|
additionalProperties: {
|
|
@@ -19388,7 +19388,7 @@ const openapi = {
|
|
|
19388
19388
|
type: 'object',
|
|
19389
19389
|
},
|
|
19390
19390
|
connected_account_id: {
|
|
19391
|
-
description: 'ID of the affected
|
|
19391
|
+
description: 'ID of the affected connected account.',
|
|
19392
19392
|
format: 'uuid',
|
|
19393
19393
|
type: 'string',
|
|
19394
19394
|
},
|
|
@@ -19414,7 +19414,7 @@ const openapi = {
|
|
|
19414
19414
|
type: 'string',
|
|
19415
19415
|
},
|
|
19416
19416
|
workspace_id: {
|
|
19417
|
-
description: 'ID of the
|
|
19417
|
+
description: 'ID of the workspace associated with the event.',
|
|
19418
19418
|
format: 'uuid',
|
|
19419
19419
|
type: 'string',
|
|
19420
19420
|
},
|
|
@@ -19431,7 +19431,7 @@ const openapi = {
|
|
|
19431
19431
|
'x-route-path': '/connected_accounts',
|
|
19432
19432
|
},
|
|
19433
19433
|
{
|
|
19434
|
-
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.',
|
|
19435
19435
|
properties: {
|
|
19436
19436
|
connected_account_custom_metadata: {
|
|
19437
19437
|
additionalProperties: {
|
|
@@ -19464,7 +19464,7 @@ const openapi = {
|
|
|
19464
19464
|
type: 'array',
|
|
19465
19465
|
},
|
|
19466
19466
|
connected_account_id: {
|
|
19467
|
-
description: 'ID of the affected
|
|
19467
|
+
description: 'ID of the affected connected account.',
|
|
19468
19468
|
format: 'uuid',
|
|
19469
19469
|
type: 'string',
|
|
19470
19470
|
},
|
|
@@ -19511,7 +19511,7 @@ const openapi = {
|
|
|
19511
19511
|
type: 'string',
|
|
19512
19512
|
},
|
|
19513
19513
|
workspace_id: {
|
|
19514
|
-
description: 'ID of the
|
|
19514
|
+
description: 'ID of the workspace associated with the event.',
|
|
19515
19515
|
format: 'uuid',
|
|
19516
19516
|
type: 'string',
|
|
19517
19517
|
},
|
|
@@ -19530,7 +19530,7 @@ const openapi = {
|
|
|
19530
19530
|
'x-route-path': '/connected_accounts',
|
|
19531
19531
|
},
|
|
19532
19532
|
{
|
|
19533
|
-
description: 'A lock door
|
|
19533
|
+
description: 'A lock door action attempt succeeded.',
|
|
19534
19534
|
properties: {
|
|
19535
19535
|
action_attempt_id: {
|
|
19536
19536
|
description: 'ID of the affected action attempt.',
|
|
@@ -19572,7 +19572,7 @@ const openapi = {
|
|
|
19572
19572
|
},
|
|
19573
19573
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19574
19574
|
workspace_id: {
|
|
19575
|
-
description: 'ID of the
|
|
19575
|
+
description: 'ID of the workspace associated with the event.',
|
|
19576
19576
|
format: 'uuid',
|
|
19577
19577
|
type: 'string',
|
|
19578
19578
|
},
|
|
@@ -19591,7 +19591,7 @@ const openapi = {
|
|
|
19591
19591
|
'x-route-path': '/action_attempts',
|
|
19592
19592
|
},
|
|
19593
19593
|
{
|
|
19594
|
-
description: 'A lock door
|
|
19594
|
+
description: 'A lock door action attempt failed.',
|
|
19595
19595
|
properties: {
|
|
19596
19596
|
action_attempt_id: {
|
|
19597
19597
|
description: 'ID of the affected action attempt.',
|
|
@@ -19633,7 +19633,7 @@ const openapi = {
|
|
|
19633
19633
|
},
|
|
19634
19634
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19635
19635
|
workspace_id: {
|
|
19636
|
-
description: 'ID of the
|
|
19636
|
+
description: 'ID of the workspace associated with the event.',
|
|
19637
19637
|
format: 'uuid',
|
|
19638
19638
|
type: 'string',
|
|
19639
19639
|
},
|
|
@@ -19652,7 +19652,7 @@ const openapi = {
|
|
|
19652
19652
|
'x-route-path': '/action_attempts',
|
|
19653
19653
|
},
|
|
19654
19654
|
{
|
|
19655
|
-
description: 'An unlock door
|
|
19655
|
+
description: 'An unlock door action attempt succeeded.',
|
|
19656
19656
|
properties: {
|
|
19657
19657
|
action_attempt_id: {
|
|
19658
19658
|
description: 'ID of the affected action attempt.',
|
|
@@ -19694,7 +19694,7 @@ const openapi = {
|
|
|
19694
19694
|
},
|
|
19695
19695
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19696
19696
|
workspace_id: {
|
|
19697
|
-
description: 'ID of the
|
|
19697
|
+
description: 'ID of the workspace associated with the event.',
|
|
19698
19698
|
format: 'uuid',
|
|
19699
19699
|
type: 'string',
|
|
19700
19700
|
},
|
|
@@ -19713,7 +19713,7 @@ const openapi = {
|
|
|
19713
19713
|
'x-route-path': '/action_attempts',
|
|
19714
19714
|
},
|
|
19715
19715
|
{
|
|
19716
|
-
description: 'An unlock door
|
|
19716
|
+
description: 'An unlock door action attempt failed.',
|
|
19717
19717
|
properties: {
|
|
19718
19718
|
action_attempt_id: {
|
|
19719
19719
|
description: 'ID of the affected action attempt.',
|
|
@@ -19755,7 +19755,7 @@ const openapi = {
|
|
|
19755
19755
|
},
|
|
19756
19756
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19757
19757
|
workspace_id: {
|
|
19758
|
-
description: 'ID of the
|
|
19758
|
+
description: 'ID of the workspace associated with the event.',
|
|
19759
19759
|
format: 'uuid',
|
|
19760
19760
|
type: 'string',
|
|
19761
19761
|
},
|
|
@@ -19774,7 +19774,7 @@ const openapi = {
|
|
|
19774
19774
|
'x-route-path': '/action_attempts',
|
|
19775
19775
|
},
|
|
19776
19776
|
{
|
|
19777
|
-
description: 'A simulate keypad code entry
|
|
19777
|
+
description: 'A simulate keypad code entry action attempt succeeded.',
|
|
19778
19778
|
properties: {
|
|
19779
19779
|
action_attempt_id: {
|
|
19780
19780
|
description: 'ID of the affected action attempt.',
|
|
@@ -19816,7 +19816,7 @@ const openapi = {
|
|
|
19816
19816
|
},
|
|
19817
19817
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19818
19818
|
workspace_id: {
|
|
19819
|
-
description: 'ID of the
|
|
19819
|
+
description: 'ID of the workspace associated with the event.',
|
|
19820
19820
|
format: 'uuid',
|
|
19821
19821
|
type: 'string',
|
|
19822
19822
|
},
|
|
@@ -19835,7 +19835,7 @@ const openapi = {
|
|
|
19835
19835
|
'x-route-path': '/action_attempts',
|
|
19836
19836
|
},
|
|
19837
19837
|
{
|
|
19838
|
-
description: 'A simulate keypad code entry
|
|
19838
|
+
description: 'A simulate keypad code entry action attempt failed.',
|
|
19839
19839
|
properties: {
|
|
19840
19840
|
action_attempt_id: {
|
|
19841
19841
|
description: 'ID of the affected action attempt.',
|
|
@@ -19877,7 +19877,7 @@ const openapi = {
|
|
|
19877
19877
|
},
|
|
19878
19878
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19879
19879
|
workspace_id: {
|
|
19880
|
-
description: 'ID of the
|
|
19880
|
+
description: 'ID of the workspace associated with the event.',
|
|
19881
19881
|
format: 'uuid',
|
|
19882
19882
|
type: 'string',
|
|
19883
19883
|
},
|
|
@@ -19896,7 +19896,7 @@ const openapi = {
|
|
|
19896
19896
|
'x-route-path': '/action_attempts',
|
|
19897
19897
|
},
|
|
19898
19898
|
{
|
|
19899
|
-
description: 'A simulate manual lock via keypad
|
|
19899
|
+
description: 'A simulate manual lock via keypad action attempt succeeded.',
|
|
19900
19900
|
properties: {
|
|
19901
19901
|
action_attempt_id: {
|
|
19902
19902
|
description: 'ID of the affected action attempt.',
|
|
@@ -19940,7 +19940,7 @@ const openapi = {
|
|
|
19940
19940
|
},
|
|
19941
19941
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19942
19942
|
workspace_id: {
|
|
19943
|
-
description: 'ID of the
|
|
19943
|
+
description: 'ID of the workspace associated with the event.',
|
|
19944
19944
|
format: 'uuid',
|
|
19945
19945
|
type: 'string',
|
|
19946
19946
|
},
|
|
@@ -19959,7 +19959,7 @@ const openapi = {
|
|
|
19959
19959
|
'x-route-path': '/action_attempts',
|
|
19960
19960
|
},
|
|
19961
19961
|
{
|
|
19962
|
-
description: 'A simulate manual lock via keypad
|
|
19962
|
+
description: 'A simulate manual lock via keypad action attempt failed.',
|
|
19963
19963
|
properties: {
|
|
19964
19964
|
action_attempt_id: {
|
|
19965
19965
|
description: 'ID of the affected action attempt.',
|
|
@@ -20001,7 +20001,7 @@ const openapi = {
|
|
|
20001
20001
|
},
|
|
20002
20002
|
status: { description: 'Status of the action.', type: 'string' },
|
|
20003
20003
|
workspace_id: {
|
|
20004
|
-
description: 'ID of the
|
|
20004
|
+
description: 'ID of the workspace associated with the event.',
|
|
20005
20005
|
format: 'uuid',
|
|
20006
20006
|
type: 'string',
|
|
20007
20007
|
},
|
|
@@ -20020,10 +20020,10 @@ const openapi = {
|
|
|
20020
20020
|
'x-route-path': '/action_attempts',
|
|
20021
20021
|
},
|
|
20022
20022
|
{
|
|
20023
|
-
description: 'A
|
|
20023
|
+
description: 'A Connect Webview login succeeded.',
|
|
20024
20024
|
properties: {
|
|
20025
20025
|
connect_webview_id: {
|
|
20026
|
-
description: 'ID of the affected
|
|
20026
|
+
description: 'ID of the affected Connect Webview.',
|
|
20027
20027
|
format: 'uuid',
|
|
20028
20028
|
type: 'string',
|
|
20029
20029
|
},
|
|
@@ -20035,7 +20035,7 @@ const openapi = {
|
|
|
20035
20035
|
type: 'object',
|
|
20036
20036
|
},
|
|
20037
20037
|
connected_account_id: {
|
|
20038
|
-
description: 'ID of the
|
|
20038
|
+
description: 'ID of the connected account associated with the event.',
|
|
20039
20039
|
format: 'uuid',
|
|
20040
20040
|
type: 'string',
|
|
20041
20041
|
},
|
|
@@ -20063,7 +20063,7 @@ const openapi = {
|
|
|
20063
20063
|
type: 'string',
|
|
20064
20064
|
},
|
|
20065
20065
|
workspace_id: {
|
|
20066
|
-
description: 'ID of the
|
|
20066
|
+
description: 'ID of the workspace associated with the event.',
|
|
20067
20067
|
format: 'uuid',
|
|
20068
20068
|
type: 'string',
|
|
20069
20069
|
},
|
|
@@ -20081,10 +20081,10 @@ const openapi = {
|
|
|
20081
20081
|
'x-route-path': '/connect_webviews',
|
|
20082
20082
|
},
|
|
20083
20083
|
{
|
|
20084
|
-
description: 'A
|
|
20084
|
+
description: 'A Connect Webview login failed.',
|
|
20085
20085
|
properties: {
|
|
20086
20086
|
connect_webview_id: {
|
|
20087
|
-
description: 'ID of the affected
|
|
20087
|
+
description: 'ID of the affected Connect Webview.',
|
|
20088
20088
|
format: 'uuid',
|
|
20089
20089
|
type: 'string',
|
|
20090
20090
|
},
|
|
@@ -20108,7 +20108,7 @@ const openapi = {
|
|
|
20108
20108
|
type: 'string',
|
|
20109
20109
|
},
|
|
20110
20110
|
workspace_id: {
|
|
20111
|
-
description: 'ID of the
|
|
20111
|
+
description: 'ID of the workspace associated with the event.',
|
|
20112
20112
|
format: 'uuid',
|
|
20113
20113
|
type: 'string',
|
|
20114
20114
|
},
|
|
@@ -20125,7 +20125,7 @@ const openapi = {
|
|
|
20125
20125
|
'x-route-path': '/connect_webviews',
|
|
20126
20126
|
},
|
|
20127
20127
|
{
|
|
20128
|
-
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.',
|
|
20129
20129
|
properties: {
|
|
20130
20130
|
connected_account_custom_metadata: {
|
|
20131
20131
|
additionalProperties: {
|
|
@@ -20135,7 +20135,7 @@ const openapi = {
|
|
|
20135
20135
|
type: 'object',
|
|
20136
20136
|
},
|
|
20137
20137
|
connected_account_id: {
|
|
20138
|
-
description: 'ID of the
|
|
20138
|
+
description: 'ID of the connected account associated with the event.',
|
|
20139
20139
|
format: 'uuid',
|
|
20140
20140
|
type: 'string',
|
|
20141
20141
|
},
|
|
@@ -20172,7 +20172,7 @@ const openapi = {
|
|
|
20172
20172
|
type: 'string',
|
|
20173
20173
|
},
|
|
20174
20174
|
workspace_id: {
|
|
20175
|
-
description: 'ID of the
|
|
20175
|
+
description: 'ID of the workspace associated with the event.',
|
|
20176
20176
|
format: 'uuid',
|
|
20177
20177
|
type: 'string',
|
|
20178
20178
|
},
|
|
@@ -20190,7 +20190,7 @@ const openapi = {
|
|
|
20190
20190
|
'x-route-path': '/devices',
|
|
20191
20191
|
},
|
|
20192
20192
|
{
|
|
20193
|
-
description: 'A
|
|
20193
|
+
description: 'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
20194
20194
|
properties: {
|
|
20195
20195
|
connected_account_custom_metadata: {
|
|
20196
20196
|
additionalProperties: {
|
|
@@ -20200,7 +20200,7 @@ const openapi = {
|
|
|
20200
20200
|
type: 'object',
|
|
20201
20201
|
},
|
|
20202
20202
|
connected_account_id: {
|
|
20203
|
-
description: 'ID of the
|
|
20203
|
+
description: 'ID of the connected account associated with the event.',
|
|
20204
20204
|
format: 'uuid',
|
|
20205
20205
|
type: 'string',
|
|
20206
20206
|
},
|
|
@@ -20237,7 +20237,7 @@ const openapi = {
|
|
|
20237
20237
|
type: 'string',
|
|
20238
20238
|
},
|
|
20239
20239
|
workspace_id: {
|
|
20240
|
-
description: 'ID of the
|
|
20240
|
+
description: 'ID of the workspace associated with the event.',
|
|
20241
20241
|
format: 'uuid',
|
|
20242
20242
|
type: 'string',
|
|
20243
20243
|
},
|
|
@@ -20265,7 +20265,7 @@ const openapi = {
|
|
|
20265
20265
|
type: 'object',
|
|
20266
20266
|
},
|
|
20267
20267
|
connected_account_id: {
|
|
20268
|
-
description: 'ID of the
|
|
20268
|
+
description: 'ID of the connected account associated with the event.',
|
|
20269
20269
|
format: 'uuid',
|
|
20270
20270
|
type: 'string',
|
|
20271
20271
|
},
|
|
@@ -20305,7 +20305,7 @@ const openapi = {
|
|
|
20305
20305
|
type: 'string',
|
|
20306
20306
|
},
|
|
20307
20307
|
workspace_id: {
|
|
20308
|
-
description: 'ID of the
|
|
20308
|
+
description: 'ID of the workspace associated with the event.',
|
|
20309
20309
|
format: 'uuid',
|
|
20310
20310
|
type: 'string',
|
|
20311
20311
|
},
|
|
@@ -20333,7 +20333,7 @@ const openapi = {
|
|
|
20333
20333
|
type: 'object',
|
|
20334
20334
|
},
|
|
20335
20335
|
connected_account_id: {
|
|
20336
|
-
description: 'ID of the
|
|
20336
|
+
description: 'ID of the connected account associated with the event.',
|
|
20337
20337
|
format: 'uuid',
|
|
20338
20338
|
type: 'string',
|
|
20339
20339
|
},
|
|
@@ -20373,7 +20373,7 @@ const openapi = {
|
|
|
20373
20373
|
type: 'string',
|
|
20374
20374
|
},
|
|
20375
20375
|
workspace_id: {
|
|
20376
|
-
description: 'ID of the
|
|
20376
|
+
description: 'ID of the workspace associated with the event.',
|
|
20377
20377
|
format: 'uuid',
|
|
20378
20378
|
type: 'string',
|
|
20379
20379
|
},
|
|
@@ -20401,7 +20401,7 @@ const openapi = {
|
|
|
20401
20401
|
type: 'object',
|
|
20402
20402
|
},
|
|
20403
20403
|
connected_account_id: {
|
|
20404
|
-
description: 'ID of the
|
|
20404
|
+
description: 'ID of the connected account associated with the event.',
|
|
20405
20405
|
format: 'uuid',
|
|
20406
20406
|
type: 'string',
|
|
20407
20407
|
},
|
|
@@ -20441,7 +20441,7 @@ const openapi = {
|
|
|
20441
20441
|
type: 'string',
|
|
20442
20442
|
},
|
|
20443
20443
|
workspace_id: {
|
|
20444
|
-
description: 'ID of the
|
|
20444
|
+
description: 'ID of the workspace associated with the event.',
|
|
20445
20445
|
format: 'uuid',
|
|
20446
20446
|
type: 'string',
|
|
20447
20447
|
},
|
|
@@ -20459,7 +20459,7 @@ const openapi = {
|
|
|
20459
20459
|
'x-route-path': '/devices/unmanaged',
|
|
20460
20460
|
},
|
|
20461
20461
|
{
|
|
20462
|
-
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`.',
|
|
20463
20463
|
properties: {
|
|
20464
20464
|
connected_account_custom_metadata: {
|
|
20465
20465
|
additionalProperties: {
|
|
@@ -20492,7 +20492,7 @@ const openapi = {
|
|
|
20492
20492
|
type: 'array',
|
|
20493
20493
|
},
|
|
20494
20494
|
connected_account_id: {
|
|
20495
|
-
description: 'ID of the
|
|
20495
|
+
description: 'ID of the connected account associated with the event.',
|
|
20496
20496
|
format: 'uuid',
|
|
20497
20497
|
type: 'string',
|
|
20498
20498
|
},
|
|
@@ -20607,7 +20607,7 @@ const openapi = {
|
|
|
20607
20607
|
type: 'string',
|
|
20608
20608
|
},
|
|
20609
20609
|
workspace_id: {
|
|
20610
|
-
description: 'ID of the
|
|
20610
|
+
description: 'ID of the workspace associated with the event.',
|
|
20611
20611
|
format: 'uuid',
|
|
20612
20612
|
type: 'string',
|
|
20613
20613
|
},
|
|
@@ -20663,7 +20663,7 @@ const openapi = {
|
|
|
20663
20663
|
type: 'array',
|
|
20664
20664
|
},
|
|
20665
20665
|
connected_account_id: {
|
|
20666
|
-
description: 'ID of the
|
|
20666
|
+
description: 'ID of the connected account associated with the event.',
|
|
20667
20667
|
format: 'uuid',
|
|
20668
20668
|
type: 'string',
|
|
20669
20669
|
},
|
|
@@ -20781,7 +20781,7 @@ const openapi = {
|
|
|
20781
20781
|
type: 'string',
|
|
20782
20782
|
},
|
|
20783
20783
|
workspace_id: {
|
|
20784
|
-
description: 'ID of the
|
|
20784
|
+
description: 'ID of the workspace associated with the event.',
|
|
20785
20785
|
format: 'uuid',
|
|
20786
20786
|
type: 'string',
|
|
20787
20787
|
},
|
|
@@ -20804,7 +20804,7 @@ const openapi = {
|
|
|
20804
20804
|
'x-route-path': '/devices/unmanaged',
|
|
20805
20805
|
},
|
|
20806
20806
|
{
|
|
20807
|
-
description: 'A
|
|
20807
|
+
description: 'A device detected that it was tampered with, for example, opened or moved.',
|
|
20808
20808
|
properties: {
|
|
20809
20809
|
connected_account_custom_metadata: {
|
|
20810
20810
|
additionalProperties: {
|
|
@@ -20814,7 +20814,7 @@ const openapi = {
|
|
|
20814
20814
|
type: 'object',
|
|
20815
20815
|
},
|
|
20816
20816
|
connected_account_id: {
|
|
20817
|
-
description: 'ID of the
|
|
20817
|
+
description: 'ID of the connected account associated with the event.',
|
|
20818
20818
|
format: 'uuid',
|
|
20819
20819
|
type: 'string',
|
|
20820
20820
|
},
|
|
@@ -20851,7 +20851,7 @@ const openapi = {
|
|
|
20851
20851
|
type: 'string',
|
|
20852
20852
|
},
|
|
20853
20853
|
workspace_id: {
|
|
20854
|
-
description: 'ID of the
|
|
20854
|
+
description: 'ID of the workspace associated with the event.',
|
|
20855
20855
|
format: 'uuid',
|
|
20856
20856
|
type: 'string',
|
|
20857
20857
|
},
|
|
@@ -20869,7 +20869,7 @@ const openapi = {
|
|
|
20869
20869
|
'x-route-path': '/devices',
|
|
20870
20870
|
},
|
|
20871
20871
|
{
|
|
20872
|
-
description: 'A
|
|
20872
|
+
description: 'A device battery level dropped below the low threshold.',
|
|
20873
20873
|
properties: {
|
|
20874
20874
|
battery_level: {
|
|
20875
20875
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20886,7 +20886,7 @@ const openapi = {
|
|
|
20886
20886
|
type: 'object',
|
|
20887
20887
|
},
|
|
20888
20888
|
connected_account_id: {
|
|
20889
|
-
description: 'ID of the
|
|
20889
|
+
description: 'ID of the connected account associated with the event.',
|
|
20890
20890
|
format: 'uuid',
|
|
20891
20891
|
type: 'string',
|
|
20892
20892
|
},
|
|
@@ -20923,7 +20923,7 @@ const openapi = {
|
|
|
20923
20923
|
type: 'string',
|
|
20924
20924
|
},
|
|
20925
20925
|
workspace_id: {
|
|
20926
|
-
description: 'ID of the
|
|
20926
|
+
description: 'ID of the workspace associated with the event.',
|
|
20927
20927
|
format: 'uuid',
|
|
20928
20928
|
type: 'string',
|
|
20929
20929
|
},
|
|
@@ -20942,7 +20942,7 @@ const openapi = {
|
|
|
20942
20942
|
'x-route-path': '/devices',
|
|
20943
20943
|
},
|
|
20944
20944
|
{
|
|
20945
|
-
description: 'A
|
|
20945
|
+
description: 'A device battery status changed since the last `battery_status_changed` event.',
|
|
20946
20946
|
properties: {
|
|
20947
20947
|
battery_level: {
|
|
20948
20948
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20964,7 +20964,7 @@ const openapi = {
|
|
|
20964
20964
|
type: 'object',
|
|
20965
20965
|
},
|
|
20966
20966
|
connected_account_id: {
|
|
20967
|
-
description: 'ID of the
|
|
20967
|
+
description: 'ID of the connected account associated with the event.',
|
|
20968
20968
|
format: 'uuid',
|
|
20969
20969
|
type: 'string',
|
|
20970
20970
|
},
|
|
@@ -21004,7 +21004,7 @@ const openapi = {
|
|
|
21004
21004
|
type: 'string',
|
|
21005
21005
|
},
|
|
21006
21006
|
workspace_id: {
|
|
21007
|
-
description: 'ID of the
|
|
21007
|
+
description: 'ID of the workspace associated with the event.',
|
|
21008
21008
|
format: 'uuid',
|
|
21009
21009
|
type: 'string',
|
|
21010
21010
|
},
|
|
@@ -21024,7 +21024,7 @@ const openapi = {
|
|
|
21024
21024
|
'x-route-path': '/devices',
|
|
21025
21025
|
},
|
|
21026
21026
|
{
|
|
21027
|
-
description: 'A
|
|
21027
|
+
description: 'A device was removed externally from the connected account.',
|
|
21028
21028
|
properties: {
|
|
21029
21029
|
connected_account_custom_metadata: {
|
|
21030
21030
|
additionalProperties: {
|
|
@@ -21034,7 +21034,7 @@ const openapi = {
|
|
|
21034
21034
|
type: 'object',
|
|
21035
21035
|
},
|
|
21036
21036
|
connected_account_id: {
|
|
21037
|
-
description: 'ID of the
|
|
21037
|
+
description: 'ID of the connected account associated with the event.',
|
|
21038
21038
|
format: 'uuid',
|
|
21039
21039
|
type: 'string',
|
|
21040
21040
|
},
|
|
@@ -21071,7 +21071,7 @@ const openapi = {
|
|
|
21071
21071
|
type: 'string',
|
|
21072
21072
|
},
|
|
21073
21073
|
workspace_id: {
|
|
21074
|
-
description: 'ID of the
|
|
21074
|
+
description: 'ID of the workspace associated with the event.',
|
|
21075
21075
|
format: 'uuid',
|
|
21076
21076
|
type: 'string',
|
|
21077
21077
|
},
|
|
@@ -21089,7 +21089,7 @@ const openapi = {
|
|
|
21089
21089
|
'x-route-path': '/devices',
|
|
21090
21090
|
},
|
|
21091
21091
|
{
|
|
21092
|
-
description: 'A
|
|
21092
|
+
description: 'A device was deleted.',
|
|
21093
21093
|
properties: {
|
|
21094
21094
|
connected_account_custom_metadata: {
|
|
21095
21095
|
additionalProperties: {
|
|
@@ -21099,7 +21099,7 @@ const openapi = {
|
|
|
21099
21099
|
type: 'object',
|
|
21100
21100
|
},
|
|
21101
21101
|
connected_account_id: {
|
|
21102
|
-
description: 'ID of the
|
|
21102
|
+
description: 'ID of the connected account associated with the event.',
|
|
21103
21103
|
format: 'uuid',
|
|
21104
21104
|
type: 'string',
|
|
21105
21105
|
},
|
|
@@ -21141,7 +21141,7 @@ const openapi = {
|
|
|
21141
21141
|
type: 'string',
|
|
21142
21142
|
},
|
|
21143
21143
|
workspace_id: {
|
|
21144
|
-
description: 'ID of the
|
|
21144
|
+
description: 'ID of the workspace associated with the event.',
|
|
21145
21145
|
format: 'uuid',
|
|
21146
21146
|
type: 'string',
|
|
21147
21147
|
},
|
|
@@ -21159,7 +21159,7 @@ const openapi = {
|
|
|
21159
21159
|
'x-route-path': '/devices',
|
|
21160
21160
|
},
|
|
21161
21161
|
{
|
|
21162
|
-
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.',
|
|
21163
21163
|
properties: {
|
|
21164
21164
|
connected_account_custom_metadata: {
|
|
21165
21165
|
additionalProperties: {
|
|
@@ -21169,7 +21169,7 @@ const openapi = {
|
|
|
21169
21169
|
type: 'object',
|
|
21170
21170
|
},
|
|
21171
21171
|
connected_account_id: {
|
|
21172
|
-
description: 'ID of the
|
|
21172
|
+
description: 'ID of the connected account associated with the event.',
|
|
21173
21173
|
format: 'uuid',
|
|
21174
21174
|
type: 'string',
|
|
21175
21175
|
},
|
|
@@ -21209,7 +21209,7 @@ const openapi = {
|
|
|
21209
21209
|
type: 'string',
|
|
21210
21210
|
},
|
|
21211
21211
|
workspace_id: {
|
|
21212
|
-
description: 'ID of the
|
|
21212
|
+
description: 'ID of the workspace associated with the event.',
|
|
21213
21213
|
format: 'uuid',
|
|
21214
21214
|
type: 'string',
|
|
21215
21215
|
},
|
|
@@ -21227,7 +21227,7 @@ const openapi = {
|
|
|
21227
21227
|
'x-route-path': '/devices',
|
|
21228
21228
|
},
|
|
21229
21229
|
{
|
|
21230
|
-
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.',
|
|
21231
21231
|
properties: {
|
|
21232
21232
|
connected_account_custom_metadata: {
|
|
21233
21233
|
additionalProperties: {
|
|
@@ -21237,7 +21237,7 @@ const openapi = {
|
|
|
21237
21237
|
type: 'object',
|
|
21238
21238
|
},
|
|
21239
21239
|
connected_account_id: {
|
|
21240
|
-
description: 'ID of the
|
|
21240
|
+
description: 'ID of the connected account associated with the event.',
|
|
21241
21241
|
format: 'uuid',
|
|
21242
21242
|
type: 'string',
|
|
21243
21243
|
},
|
|
@@ -21277,7 +21277,7 @@ const openapi = {
|
|
|
21277
21277
|
type: 'string',
|
|
21278
21278
|
},
|
|
21279
21279
|
workspace_id: {
|
|
21280
|
-
description: 'ID of the
|
|
21280
|
+
description: 'ID of the workspace associated with the event.',
|
|
21281
21281
|
format: 'uuid',
|
|
21282
21282
|
type: 'string',
|
|
21283
21283
|
},
|
|
@@ -21305,7 +21305,7 @@ const openapi = {
|
|
|
21305
21305
|
type: 'object',
|
|
21306
21306
|
},
|
|
21307
21307
|
connected_account_id: {
|
|
21308
|
-
description: 'ID of the
|
|
21308
|
+
description: 'ID of the connected account associated with the event.',
|
|
21309
21309
|
format: 'uuid',
|
|
21310
21310
|
type: 'string',
|
|
21311
21311
|
},
|
|
@@ -21345,7 +21345,7 @@ const openapi = {
|
|
|
21345
21345
|
type: 'string',
|
|
21346
21346
|
},
|
|
21347
21347
|
workspace_id: {
|
|
21348
|
-
description: 'ID of the
|
|
21348
|
+
description: 'ID of the workspace associated with the event.',
|
|
21349
21349
|
format: 'uuid',
|
|
21350
21350
|
type: 'string',
|
|
21351
21351
|
},
|
|
@@ -21373,7 +21373,7 @@ const openapi = {
|
|
|
21373
21373
|
type: 'object',
|
|
21374
21374
|
},
|
|
21375
21375
|
connected_account_id: {
|
|
21376
|
-
description: 'ID of the
|
|
21376
|
+
description: 'ID of the connected account associated with the event.',
|
|
21377
21377
|
format: 'uuid',
|
|
21378
21378
|
type: 'string',
|
|
21379
21379
|
},
|
|
@@ -21413,7 +21413,7 @@ const openapi = {
|
|
|
21413
21413
|
type: 'string',
|
|
21414
21414
|
},
|
|
21415
21415
|
workspace_id: {
|
|
21416
|
-
description: 'ID of the
|
|
21416
|
+
description: 'ID of the workspace associated with the event.',
|
|
21417
21417
|
format: 'uuid',
|
|
21418
21418
|
type: 'string',
|
|
21419
21419
|
},
|
|
@@ -21431,7 +21431,7 @@ const openapi = {
|
|
|
21431
21431
|
'x-route-path': '/devices',
|
|
21432
21432
|
},
|
|
21433
21433
|
{
|
|
21434
|
-
description: 'Seam detected a flaky
|
|
21434
|
+
description: 'Seam detected a flaky device connection.',
|
|
21435
21435
|
properties: {
|
|
21436
21436
|
connected_account_custom_metadata: {
|
|
21437
21437
|
additionalProperties: {
|
|
@@ -21464,7 +21464,7 @@ const openapi = {
|
|
|
21464
21464
|
type: 'array',
|
|
21465
21465
|
},
|
|
21466
21466
|
connected_account_id: {
|
|
21467
|
-
description: 'ID of the
|
|
21467
|
+
description: 'ID of the connected account associated with the event.',
|
|
21468
21468
|
format: 'uuid',
|
|
21469
21469
|
type: 'string',
|
|
21470
21470
|
},
|
|
@@ -21573,7 +21573,7 @@ const openapi = {
|
|
|
21573
21573
|
type: 'string',
|
|
21574
21574
|
},
|
|
21575
21575
|
workspace_id: {
|
|
21576
|
-
description: 'ID of the
|
|
21576
|
+
description: 'ID of the workspace associated with the event.',
|
|
21577
21577
|
format: 'uuid',
|
|
21578
21578
|
type: 'string',
|
|
21579
21579
|
},
|
|
@@ -21595,7 +21595,7 @@ const openapi = {
|
|
|
21595
21595
|
'x-route-path': '/devices',
|
|
21596
21596
|
},
|
|
21597
21597
|
{
|
|
21598
|
-
description: 'Seam detected that a previously-flaky
|
|
21598
|
+
description: 'Seam detected that a previously-flaky device connection stabilized.',
|
|
21599
21599
|
properties: {
|
|
21600
21600
|
connected_account_custom_metadata: {
|
|
21601
21601
|
additionalProperties: {
|
|
@@ -21605,7 +21605,7 @@ const openapi = {
|
|
|
21605
21605
|
type: 'object',
|
|
21606
21606
|
},
|
|
21607
21607
|
connected_account_id: {
|
|
21608
|
-
description: 'ID of the
|
|
21608
|
+
description: 'ID of the connected account associated with the event.',
|
|
21609
21609
|
format: 'uuid',
|
|
21610
21610
|
type: 'string',
|
|
21611
21611
|
},
|
|
@@ -21645,7 +21645,7 @@ const openapi = {
|
|
|
21645
21645
|
type: 'string',
|
|
21646
21646
|
},
|
|
21647
21647
|
workspace_id: {
|
|
21648
|
-
description: 'ID of the
|
|
21648
|
+
description: 'ID of the workspace associated with the event.',
|
|
21649
21649
|
format: 'uuid',
|
|
21650
21650
|
type: 'string',
|
|
21651
21651
|
},
|
|
@@ -21663,7 +21663,7 @@ const openapi = {
|
|
|
21663
21663
|
'x-route-path': '/devices',
|
|
21664
21664
|
},
|
|
21665
21665
|
{
|
|
21666
|
-
description: 'A third-party subscription is required to use all
|
|
21666
|
+
description: 'A third-party subscription is required to use all device features.',
|
|
21667
21667
|
properties: {
|
|
21668
21668
|
connected_account_custom_metadata: {
|
|
21669
21669
|
additionalProperties: {
|
|
@@ -21696,7 +21696,7 @@ const openapi = {
|
|
|
21696
21696
|
type: 'array',
|
|
21697
21697
|
},
|
|
21698
21698
|
connected_account_id: {
|
|
21699
|
-
description: 'ID of the
|
|
21699
|
+
description: 'ID of the connected account associated with the event.',
|
|
21700
21700
|
format: 'uuid',
|
|
21701
21701
|
type: 'string',
|
|
21702
21702
|
},
|
|
@@ -21805,7 +21805,7 @@ const openapi = {
|
|
|
21805
21805
|
type: 'string',
|
|
21806
21806
|
},
|
|
21807
21807
|
workspace_id: {
|
|
21808
|
-
description: 'ID of the
|
|
21808
|
+
description: 'ID of the workspace associated with the event.',
|
|
21809
21809
|
format: 'uuid',
|
|
21810
21810
|
type: 'string',
|
|
21811
21811
|
},
|
|
@@ -21827,7 +21827,7 @@ const openapi = {
|
|
|
21827
21827
|
'x-route-path': '/devices',
|
|
21828
21828
|
},
|
|
21829
21829
|
{
|
|
21830
|
-
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.',
|
|
21831
21831
|
properties: {
|
|
21832
21832
|
connected_account_custom_metadata: {
|
|
21833
21833
|
additionalProperties: {
|
|
@@ -21837,7 +21837,7 @@ const openapi = {
|
|
|
21837
21837
|
type: 'object',
|
|
21838
21838
|
},
|
|
21839
21839
|
connected_account_id: {
|
|
21840
|
-
description: 'ID of the
|
|
21840
|
+
description: 'ID of the connected account associated with the event.',
|
|
21841
21841
|
format: 'uuid',
|
|
21842
21842
|
type: 'string',
|
|
21843
21843
|
},
|
|
@@ -21877,7 +21877,7 @@ const openapi = {
|
|
|
21877
21877
|
type: 'string',
|
|
21878
21878
|
},
|
|
21879
21879
|
workspace_id: {
|
|
21880
|
-
description: 'ID of the
|
|
21880
|
+
description: 'ID of the workspace associated with the event.',
|
|
21881
21881
|
format: 'uuid',
|
|
21882
21882
|
type: 'string',
|
|
21883
21883
|
},
|
|
@@ -21895,7 +21895,7 @@ const openapi = {
|
|
|
21895
21895
|
'x-route-path': '/devices',
|
|
21896
21896
|
},
|
|
21897
21897
|
{
|
|
21898
|
-
description: 'An accessory keypad was connected to a
|
|
21898
|
+
description: 'An accessory keypad was connected to a device.',
|
|
21899
21899
|
properties: {
|
|
21900
21900
|
connected_account_custom_metadata: {
|
|
21901
21901
|
additionalProperties: {
|
|
@@ -21905,7 +21905,7 @@ const openapi = {
|
|
|
21905
21905
|
type: 'object',
|
|
21906
21906
|
},
|
|
21907
21907
|
connected_account_id: {
|
|
21908
|
-
description: 'ID of the
|
|
21908
|
+
description: 'ID of the connected account associated with the event.',
|
|
21909
21909
|
format: 'uuid',
|
|
21910
21910
|
type: 'string',
|
|
21911
21911
|
},
|
|
@@ -21945,7 +21945,7 @@ const openapi = {
|
|
|
21945
21945
|
type: 'string',
|
|
21946
21946
|
},
|
|
21947
21947
|
workspace_id: {
|
|
21948
|
-
description: 'ID of the
|
|
21948
|
+
description: 'ID of the workspace associated with the event.',
|
|
21949
21949
|
format: 'uuid',
|
|
21950
21950
|
type: 'string',
|
|
21951
21951
|
},
|
|
@@ -21963,7 +21963,7 @@ const openapi = {
|
|
|
21963
21963
|
'x-route-path': '/devices',
|
|
21964
21964
|
},
|
|
21965
21965
|
{
|
|
21966
|
-
description: 'An accessory keypad was disconnected from a
|
|
21966
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
21967
21967
|
properties: {
|
|
21968
21968
|
connected_account_custom_metadata: {
|
|
21969
21969
|
additionalProperties: {
|
|
@@ -21996,7 +21996,7 @@ const openapi = {
|
|
|
21996
21996
|
type: 'array',
|
|
21997
21997
|
},
|
|
21998
21998
|
connected_account_id: {
|
|
21999
|
-
description: 'ID of the
|
|
21999
|
+
description: 'ID of the connected account associated with the event.',
|
|
22000
22000
|
format: 'uuid',
|
|
22001
22001
|
type: 'string',
|
|
22002
22002
|
},
|
|
@@ -22105,7 +22105,7 @@ const openapi = {
|
|
|
22105
22105
|
type: 'string',
|
|
22106
22106
|
},
|
|
22107
22107
|
workspace_id: {
|
|
22108
|
-
description: 'ID of the
|
|
22108
|
+
description: 'ID of the workspace associated with the event.',
|
|
22109
22109
|
format: 'uuid',
|
|
22110
22110
|
type: 'string',
|
|
22111
22111
|
},
|
|
@@ -22137,7 +22137,7 @@ const openapi = {
|
|
|
22137
22137
|
type: 'object',
|
|
22138
22138
|
},
|
|
22139
22139
|
connected_account_id: {
|
|
22140
|
-
description: 'ID of the
|
|
22140
|
+
description: 'ID of the connected account associated with the event.',
|
|
22141
22141
|
format: 'uuid',
|
|
22142
22142
|
type: 'string',
|
|
22143
22143
|
},
|
|
@@ -22206,7 +22206,7 @@ const openapi = {
|
|
|
22206
22206
|
type: 'string',
|
|
22207
22207
|
},
|
|
22208
22208
|
workspace_id: {
|
|
22209
|
-
description: 'ID of the
|
|
22209
|
+
description: 'ID of the workspace associated with the event.',
|
|
22210
22210
|
format: 'uuid',
|
|
22211
22211
|
type: 'string',
|
|
22212
22212
|
},
|
|
@@ -22248,7 +22248,7 @@ const openapi = {
|
|
|
22248
22248
|
type: 'object',
|
|
22249
22249
|
},
|
|
22250
22250
|
connected_account_id: {
|
|
22251
|
-
description: 'ID of the
|
|
22251
|
+
description: 'ID of the connected account associated with the event.',
|
|
22252
22252
|
format: 'uuid',
|
|
22253
22253
|
type: 'string',
|
|
22254
22254
|
},
|
|
@@ -22298,7 +22298,7 @@ const openapi = {
|
|
|
22298
22298
|
type: 'string',
|
|
22299
22299
|
},
|
|
22300
22300
|
workspace_id: {
|
|
22301
|
-
description: 'ID of the
|
|
22301
|
+
description: 'ID of the workspace associated with the event.',
|
|
22302
22302
|
format: 'uuid',
|
|
22303
22303
|
type: 'string',
|
|
22304
22304
|
},
|
|
@@ -22356,7 +22356,7 @@ const openapi = {
|
|
|
22356
22356
|
type: 'object',
|
|
22357
22357
|
},
|
|
22358
22358
|
connected_account_id: {
|
|
22359
|
-
description: 'ID of the
|
|
22359
|
+
description: 'ID of the connected account associated with the event.',
|
|
22360
22360
|
format: 'uuid',
|
|
22361
22361
|
type: 'string',
|
|
22362
22362
|
},
|
|
@@ -22411,7 +22411,7 @@ const openapi = {
|
|
|
22411
22411
|
type: 'string',
|
|
22412
22412
|
},
|
|
22413
22413
|
workspace_id: {
|
|
22414
|
-
description: 'ID of the
|
|
22414
|
+
description: 'ID of the workspace associated with the event.',
|
|
22415
22415
|
format: 'uuid',
|
|
22416
22416
|
type: 'string',
|
|
22417
22417
|
},
|
|
@@ -22444,7 +22444,7 @@ const openapi = {
|
|
|
22444
22444
|
type: 'object',
|
|
22445
22445
|
},
|
|
22446
22446
|
connected_account_id: {
|
|
22447
|
-
description: 'ID of the
|
|
22447
|
+
description: 'ID of the connected account associated with the event.',
|
|
22448
22448
|
format: 'uuid',
|
|
22449
22449
|
type: 'string',
|
|
22450
22450
|
},
|
|
@@ -22481,7 +22481,7 @@ const openapi = {
|
|
|
22481
22481
|
type: 'string',
|
|
22482
22482
|
},
|
|
22483
22483
|
workspace_id: {
|
|
22484
|
-
description: 'ID of the
|
|
22484
|
+
description: 'ID of the workspace associated with the event.',
|
|
22485
22485
|
format: 'uuid',
|
|
22486
22486
|
type: 'string',
|
|
22487
22487
|
},
|
|
@@ -22513,7 +22513,7 @@ const openapi = {
|
|
|
22513
22513
|
type: 'object',
|
|
22514
22514
|
},
|
|
22515
22515
|
connected_account_id: {
|
|
22516
|
-
description: 'ID of the
|
|
22516
|
+
description: 'ID of the connected account associated with the event.',
|
|
22517
22517
|
format: 'uuid',
|
|
22518
22518
|
type: 'string',
|
|
22519
22519
|
},
|
|
@@ -22563,7 +22563,7 @@ const openapi = {
|
|
|
22563
22563
|
type: 'string',
|
|
22564
22564
|
},
|
|
22565
22565
|
workspace_id: {
|
|
22566
|
-
description: 'ID of the
|
|
22566
|
+
description: 'ID of the workspace associated with the event.',
|
|
22567
22567
|
format: 'uuid',
|
|
22568
22568
|
type: 'string',
|
|
22569
22569
|
},
|
|
@@ -22594,7 +22594,7 @@ const openapi = {
|
|
|
22594
22594
|
type: 'object',
|
|
22595
22595
|
},
|
|
22596
22596
|
connected_account_id: {
|
|
22597
|
-
description: 'ID of the
|
|
22597
|
+
description: 'ID of the connected account associated with the event.',
|
|
22598
22598
|
format: 'uuid',
|
|
22599
22599
|
type: 'string',
|
|
22600
22600
|
},
|
|
@@ -22669,7 +22669,7 @@ const openapi = {
|
|
|
22669
22669
|
type: 'string',
|
|
22670
22670
|
},
|
|
22671
22671
|
workspace_id: {
|
|
22672
|
-
description: 'ID of the
|
|
22672
|
+
description: 'ID of the workspace associated with the event.',
|
|
22673
22673
|
format: 'uuid',
|
|
22674
22674
|
type: 'string',
|
|
22675
22675
|
},
|
|
@@ -22698,7 +22698,7 @@ const openapi = {
|
|
|
22698
22698
|
type: 'object',
|
|
22699
22699
|
},
|
|
22700
22700
|
connected_account_id: {
|
|
22701
|
-
description: 'ID of the
|
|
22701
|
+
description: 'ID of the connected account associated with the event.',
|
|
22702
22702
|
format: 'uuid',
|
|
22703
22703
|
type: 'string',
|
|
22704
22704
|
},
|
|
@@ -22772,7 +22772,7 @@ const openapi = {
|
|
|
22772
22772
|
type: 'number',
|
|
22773
22773
|
},
|
|
22774
22774
|
workspace_id: {
|
|
22775
|
-
description: 'ID of the
|
|
22775
|
+
description: 'ID of the workspace associated with the event.',
|
|
22776
22776
|
format: 'uuid',
|
|
22777
22777
|
type: 'string',
|
|
22778
22778
|
},
|
|
@@ -22806,7 +22806,7 @@ const openapi = {
|
|
|
22806
22806
|
type: 'object',
|
|
22807
22807
|
},
|
|
22808
22808
|
connected_account_id: {
|
|
22809
|
-
description: 'ID of the
|
|
22809
|
+
description: 'ID of the connected account associated with the event.',
|
|
22810
22810
|
format: 'uuid',
|
|
22811
22811
|
type: 'string',
|
|
22812
22812
|
},
|
|
@@ -22880,7 +22880,7 @@ const openapi = {
|
|
|
22880
22880
|
type: 'number',
|
|
22881
22881
|
},
|
|
22882
22882
|
workspace_id: {
|
|
22883
|
-
description: 'ID of the
|
|
22883
|
+
description: 'ID of the workspace associated with the event.',
|
|
22884
22884
|
format: 'uuid',
|
|
22885
22885
|
type: 'string',
|
|
22886
22886
|
},
|
|
@@ -22914,7 +22914,7 @@ const openapi = {
|
|
|
22914
22914
|
type: 'object',
|
|
22915
22915
|
},
|
|
22916
22916
|
connected_account_id: {
|
|
22917
|
-
description: 'ID of the
|
|
22917
|
+
description: 'ID of the connected account associated with the event.',
|
|
22918
22918
|
format: 'uuid',
|
|
22919
22919
|
type: 'string',
|
|
22920
22920
|
},
|
|
@@ -22974,7 +22974,7 @@ const openapi = {
|
|
|
22974
22974
|
type: 'number',
|
|
22975
22975
|
},
|
|
22976
22976
|
workspace_id: {
|
|
22977
|
-
description: 'ID of the
|
|
22977
|
+
description: 'ID of the workspace associated with the event.',
|
|
22978
22978
|
format: 'uuid',
|
|
22979
22979
|
type: 'string',
|
|
22980
22980
|
},
|
|
@@ -23004,7 +23004,7 @@ const openapi = {
|
|
|
23004
23004
|
type: 'object',
|
|
23005
23005
|
},
|
|
23006
23006
|
connected_account_id: {
|
|
23007
|
-
description: 'ID of the
|
|
23007
|
+
description: 'ID of the connected account associated with the event.',
|
|
23008
23008
|
format: 'uuid',
|
|
23009
23009
|
type: 'string',
|
|
23010
23010
|
},
|
|
@@ -23054,7 +23054,7 @@ const openapi = {
|
|
|
23054
23054
|
type: 'number',
|
|
23055
23055
|
},
|
|
23056
23056
|
workspace_id: {
|
|
23057
|
-
description: 'ID of the
|
|
23057
|
+
description: 'ID of the workspace associated with the event.',
|
|
23058
23058
|
format: 'uuid',
|
|
23059
23059
|
type: 'string',
|
|
23060
23060
|
},
|
|
@@ -23074,7 +23074,7 @@ const openapi = {
|
|
|
23074
23074
|
'x-route-path': '/thermostats',
|
|
23075
23075
|
},
|
|
23076
23076
|
{
|
|
23077
|
-
description: 'The name of a
|
|
23077
|
+
description: 'The name of a device was changed.',
|
|
23078
23078
|
properties: {
|
|
23079
23079
|
connected_account_custom_metadata: {
|
|
23080
23080
|
additionalProperties: {
|
|
@@ -23084,7 +23084,7 @@ const openapi = {
|
|
|
23084
23084
|
type: 'object',
|
|
23085
23085
|
},
|
|
23086
23086
|
connected_account_id: {
|
|
23087
|
-
description: 'ID of the
|
|
23087
|
+
description: 'ID of the connected account associated with the event.',
|
|
23088
23088
|
format: 'uuid',
|
|
23089
23089
|
type: 'string',
|
|
23090
23090
|
},
|
|
@@ -23125,7 +23125,7 @@ const openapi = {
|
|
|
23125
23125
|
type: 'string',
|
|
23126
23126
|
},
|
|
23127
23127
|
workspace_id: {
|
|
23128
|
-
description: 'ID of the
|
|
23128
|
+
description: 'ID of the workspace associated with the event.',
|
|
23129
23129
|
format: 'uuid',
|
|
23130
23130
|
type: 'string',
|
|
23131
23131
|
},
|
|
@@ -23144,7 +23144,7 @@ const openapi = {
|
|
|
23144
23144
|
'x-route-path': '/devices',
|
|
23145
23145
|
},
|
|
23146
23146
|
{
|
|
23147
|
-
description: 'A
|
|
23147
|
+
description: 'A camera was activated, for example, by motion detection.',
|
|
23148
23148
|
properties: {
|
|
23149
23149
|
activation_reason: {
|
|
23150
23150
|
description: 'The reason the camera was activated.',
|
|
@@ -23159,7 +23159,7 @@ const openapi = {
|
|
|
23159
23159
|
type: 'object',
|
|
23160
23160
|
},
|
|
23161
23161
|
connected_account_id: {
|
|
23162
|
-
description: 'ID of the
|
|
23162
|
+
description: 'ID of the connected account associated with the event.',
|
|
23163
23163
|
format: 'uuid',
|
|
23164
23164
|
type: 'string',
|
|
23165
23165
|
},
|
|
@@ -23211,7 +23211,7 @@ const openapi = {
|
|
|
23211
23211
|
type: 'string',
|
|
23212
23212
|
},
|
|
23213
23213
|
workspace_id: {
|
|
23214
|
-
description: 'ID of the
|
|
23214
|
+
description: 'ID of the workspace associated with the event.',
|
|
23215
23215
|
format: 'uuid',
|
|
23216
23216
|
type: 'string',
|
|
23217
23217
|
},
|
|
@@ -23230,7 +23230,7 @@ const openapi = {
|
|
|
23230
23230
|
'x-route-path': '/devices',
|
|
23231
23231
|
},
|
|
23232
23232
|
{
|
|
23233
|
-
description: 'A doorbell button was pressed on a
|
|
23233
|
+
description: 'A doorbell button was pressed on a device.',
|
|
23234
23234
|
properties: {
|
|
23235
23235
|
connected_account_custom_metadata: {
|
|
23236
23236
|
additionalProperties: {
|
|
@@ -23240,7 +23240,7 @@ const openapi = {
|
|
|
23240
23240
|
type: 'object',
|
|
23241
23241
|
},
|
|
23242
23242
|
connected_account_id: {
|
|
23243
|
-
description: 'ID of the
|
|
23243
|
+
description: 'ID of the connected account associated with the event.',
|
|
23244
23244
|
format: 'uuid',
|
|
23245
23245
|
type: 'string',
|
|
23246
23246
|
},
|
|
@@ -23287,7 +23287,7 @@ const openapi = {
|
|
|
23287
23287
|
type: 'string',
|
|
23288
23288
|
},
|
|
23289
23289
|
workspace_id: {
|
|
23290
|
-
description: 'ID of the
|
|
23290
|
+
description: 'ID of the workspace associated with the event.',
|
|
23291
23291
|
format: 'uuid',
|
|
23292
23292
|
type: 'string',
|
|
23293
23293
|
},
|
|
@@ -23332,7 +23332,7 @@ const openapi = {
|
|
|
23332
23332
|
type: 'string',
|
|
23333
23333
|
},
|
|
23334
23334
|
workspace_id: {
|
|
23335
|
-
description: 'ID of the
|
|
23335
|
+
description: 'ID of the workspace associated with the event.',
|
|
23336
23336
|
format: 'uuid',
|
|
23337
23337
|
type: 'string',
|
|
23338
23338
|
},
|
|
@@ -23380,7 +23380,7 @@ const openapi = {
|
|
|
23380
23380
|
type: 'string',
|
|
23381
23381
|
},
|
|
23382
23382
|
workspace_id: {
|
|
23383
|
-
description: 'ID of the
|
|
23383
|
+
description: 'ID of the workspace associated with the event.',
|
|
23384
23384
|
format: 'uuid',
|
|
23385
23385
|
type: 'string',
|
|
23386
23386
|
},
|
|
@@ -23439,7 +23439,7 @@ const openapi = {
|
|
|
23439
23439
|
type: 'string',
|
|
23440
23440
|
},
|
|
23441
23441
|
workspace_id: {
|
|
23442
|
-
description: 'ID of the
|
|
23442
|
+
description: 'ID of the workspace associated with the event.',
|
|
23443
23443
|
format: 'uuid',
|
|
23444
23444
|
type: 'string',
|
|
23445
23445
|
},
|
|
@@ -23500,7 +23500,7 @@ const openapi = {
|
|
|
23500
23500
|
type: 'string',
|
|
23501
23501
|
},
|
|
23502
23502
|
workspace_id: {
|
|
23503
|
-
description: 'ID of the
|
|
23503
|
+
description: 'ID of the workspace associated with the event.',
|
|
23504
23504
|
format: 'uuid',
|
|
23505
23505
|
type: 'string',
|
|
23506
23506
|
},
|
|
@@ -23561,7 +23561,7 @@ const openapi = {
|
|
|
23561
23561
|
type: 'string',
|
|
23562
23562
|
},
|
|
23563
23563
|
workspace_id: {
|
|
23564
|
-
description: 'ID of the
|
|
23564
|
+
description: 'ID of the workspace associated with the event.',
|
|
23565
23565
|
format: 'uuid',
|
|
23566
23566
|
type: 'string',
|
|
23567
23567
|
},
|
|
@@ -23586,7 +23586,7 @@ const openapi = {
|
|
|
23586
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.',
|
|
23587
23587
|
properties: {
|
|
23588
23588
|
client_session_id: {
|
|
23589
|
-
description: 'ID of the
|
|
23589
|
+
description: 'ID of the client session associated with the Instant Key.',
|
|
23590
23590
|
format: 'uuid',
|
|
23591
23591
|
type: 'string',
|
|
23592
23592
|
},
|
|
@@ -23640,7 +23640,7 @@ const openapi = {
|
|
|
23640
23640
|
type: 'string',
|
|
23641
23641
|
},
|
|
23642
23642
|
workspace_id: {
|
|
23643
|
-
description: 'ID of the
|
|
23643
|
+
description: 'ID of the workspace that contains the Instant Key.',
|
|
23644
23644
|
format: 'uuid',
|
|
23645
23645
|
type: 'string',
|
|
23646
23646
|
},
|
|
@@ -23680,7 +23680,7 @@ const openapi = {
|
|
|
23680
23680
|
type: 'string',
|
|
23681
23681
|
},
|
|
23682
23682
|
workspace_id: {
|
|
23683
|
-
description: 'ID of the
|
|
23683
|
+
description: 'ID of the workspace associated with the magic link.',
|
|
23684
23684
|
format: 'uuid',
|
|
23685
23685
|
type: 'string',
|
|
23686
23686
|
},
|
|
@@ -23866,7 +23866,7 @@ const openapi = {
|
|
|
23866
23866
|
type: 'array',
|
|
23867
23867
|
},
|
|
23868
23868
|
workspace_id: {
|
|
23869
|
-
description: 'ID of the
|
|
23869
|
+
description: 'ID of the workspace that contains the phone.\n ',
|
|
23870
23870
|
format: 'uuid',
|
|
23871
23871
|
type: 'string',
|
|
23872
23872
|
},
|
|
@@ -24786,7 +24786,7 @@ const openapi = {
|
|
|
24786
24786
|
type: 'array',
|
|
24787
24787
|
},
|
|
24788
24788
|
workspace_id: {
|
|
24789
|
-
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).',
|
|
24790
24790
|
format: 'uuid',
|
|
24791
24791
|
type: 'string',
|
|
24792
24792
|
},
|
|
@@ -24983,7 +24983,7 @@ const openapi = {
|
|
|
24983
24983
|
type: 'array',
|
|
24984
24984
|
},
|
|
24985
24985
|
workspace_id: {
|
|
24986
|
-
description: 'ID of the
|
|
24986
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
24987
24987
|
format: 'uuid',
|
|
24988
24988
|
type: 'string',
|
|
24989
24989
|
},
|
|
@@ -25107,7 +25107,7 @@ const openapi = {
|
|
|
25107
25107
|
type: 'string',
|
|
25108
25108
|
},
|
|
25109
25109
|
workspace_id: {
|
|
25110
|
-
description: 'ID of the
|
|
25110
|
+
description: 'ID of the workspace associated with the space.',
|
|
25111
25111
|
format: 'uuid',
|
|
25112
25112
|
type: 'string',
|
|
25113
25113
|
},
|
|
@@ -25244,7 +25244,7 @@ const openapi = {
|
|
|
25244
25244
|
type: 'string',
|
|
25245
25245
|
},
|
|
25246
25246
|
workspace_id: {
|
|
25247
|
-
description: 'ID of the
|
|
25247
|
+
description: 'ID of the workspace that contains the thermostat daily program.',
|
|
25248
25248
|
format: 'uuid',
|
|
25249
25249
|
type: 'string',
|
|
25250
25250
|
},
|
|
@@ -25327,7 +25327,7 @@ const openapi = {
|
|
|
25327
25327
|
type: 'string',
|
|
25328
25328
|
},
|
|
25329
25329
|
workspace_id: {
|
|
25330
|
-
description: 'ID of the
|
|
25330
|
+
description: 'ID of the workspace that contains the thermostat schedule.',
|
|
25331
25331
|
format: 'uuid',
|
|
25332
25332
|
type: 'string',
|
|
25333
25333
|
},
|
|
@@ -26716,7 +26716,7 @@ const openapi = {
|
|
|
26716
26716
|
type: 'string',
|
|
26717
26717
|
},
|
|
26718
26718
|
connected_account_id: {
|
|
26719
|
-
description: 'ID of the
|
|
26719
|
+
description: 'ID of the connected account that contains the access group.',
|
|
26720
26720
|
format: 'uuid',
|
|
26721
26721
|
type: 'string',
|
|
26722
26722
|
},
|
|
@@ -27158,7 +27158,7 @@ const openapi = {
|
|
|
27158
27158
|
type: 'array',
|
|
27159
27159
|
},
|
|
27160
27160
|
workspace_id: {
|
|
27161
|
-
description: 'ID of the
|
|
27161
|
+
description: 'ID of the workspace that contains the access group.',
|
|
27162
27162
|
format: 'uuid',
|
|
27163
27163
|
type: 'string',
|
|
27164
27164
|
},
|
|
@@ -27527,7 +27527,7 @@ const openapi = {
|
|
|
27527
27527
|
type: 'array',
|
|
27528
27528
|
},
|
|
27529
27529
|
workspace_id: {
|
|
27530
|
-
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).',
|
|
27531
27531
|
format: 'uuid',
|
|
27532
27532
|
type: 'string',
|
|
27533
27533
|
},
|
|
@@ -27580,7 +27580,7 @@ const openapi = {
|
|
|
27580
27580
|
type: 'string',
|
|
27581
27581
|
},
|
|
27582
27582
|
connected_account_id: {
|
|
27583
|
-
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 ',
|
|
27584
27584
|
format: 'uuid',
|
|
27585
27585
|
type: 'string',
|
|
27586
27586
|
},
|
|
@@ -28290,7 +28290,7 @@ const openapi = {
|
|
|
28290
28290
|
type: 'array',
|
|
28291
28291
|
},
|
|
28292
28292
|
workspace_id: {
|
|
28293
|
-
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).',
|
|
28294
28294
|
format: 'uuid',
|
|
28295
28295
|
type: 'string',
|
|
28296
28296
|
},
|
|
@@ -29915,7 +29915,7 @@ const openapi = {
|
|
|
29915
29915
|
type: 'array',
|
|
29916
29916
|
},
|
|
29917
29917
|
workspace_id: {
|
|
29918
|
-
description: 'ID of the
|
|
29918
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
29919
29919
|
format: 'uuid',
|
|
29920
29920
|
type: 'string',
|
|
29921
29921
|
},
|
|
@@ -29952,10 +29952,7 @@ const openapi = {
|
|
|
29952
29952
|
description: 'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29953
29953
|
type: 'string',
|
|
29954
29954
|
},
|
|
29955
|
-
webhook_id: {
|
|
29956
|
-
description: 'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29957
|
-
type: 'string',
|
|
29958
|
-
},
|
|
29955
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
29959
29956
|
},
|
|
29960
29957
|
required: ['webhook_id', 'url'],
|
|
29961
29958
|
type: 'object',
|
|
@@ -30017,7 +30014,7 @@ const openapi = {
|
|
|
30017
30014
|
type: 'string',
|
|
30018
30015
|
},
|
|
30019
30016
|
organization_id: {
|
|
30020
|
-
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.',
|
|
30021
30018
|
format: 'uuid',
|
|
30022
30019
|
nullable: true,
|
|
30023
30020
|
type: 'string',
|
|
@@ -30027,7 +30024,7 @@ const openapi = {
|
|
|
30027
30024
|
type: 'string',
|
|
30028
30025
|
},
|
|
30029
30026
|
workspace_id: {
|
|
30030
|
-
description: 'ID of the
|
|
30027
|
+
description: 'ID of the workspace.',
|
|
30031
30028
|
format: 'uuid',
|
|
30032
30029
|
type: 'string',
|
|
30033
30030
|
},
|
|
@@ -45679,7 +45676,7 @@ const openapi = {
|
|
|
45679
45676
|
type: 'string',
|
|
45680
45677
|
},
|
|
45681
45678
|
workspace_id: {
|
|
45682
|
-
description: 'ID of the
|
|
45679
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45683
45680
|
format: 'uuid',
|
|
45684
45681
|
type: 'string',
|
|
45685
45682
|
},
|
|
@@ -45755,7 +45752,7 @@ const openapi = {
|
|
|
45755
45752
|
type: 'string',
|
|
45756
45753
|
},
|
|
45757
45754
|
workspace_id: {
|
|
45758
|
-
description: 'ID of the
|
|
45755
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45759
45756
|
format: 'uuid',
|
|
45760
45757
|
type: 'string',
|
|
45761
45758
|
},
|
|
@@ -45818,7 +45815,7 @@ const openapi = {
|
|
|
45818
45815
|
type: 'string',
|
|
45819
45816
|
},
|
|
45820
45817
|
workspace_id: {
|
|
45821
|
-
description: 'ID of the
|
|
45818
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45822
45819
|
format: 'uuid',
|
|
45823
45820
|
type: 'string',
|
|
45824
45821
|
},
|
|
@@ -45885,7 +45882,7 @@ const openapi = {
|
|
|
45885
45882
|
type: 'string',
|
|
45886
45883
|
},
|
|
45887
45884
|
workspace_id: {
|
|
45888
|
-
description: 'ID of the
|
|
45885
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45889
45886
|
format: 'uuid',
|
|
45890
45887
|
type: 'string',
|
|
45891
45888
|
},
|
|
@@ -78566,7 +78563,7 @@ const openapi = {
|
|
|
78566
78563
|
type: 'array',
|
|
78567
78564
|
},
|
|
78568
78565
|
workspace_id: {
|
|
78569
|
-
description: 'ID of the
|
|
78566
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78570
78567
|
format: 'uuid',
|
|
78571
78568
|
type: 'string',
|
|
78572
78569
|
},
|
|
@@ -78783,7 +78780,7 @@ const openapi = {
|
|
|
78783
78780
|
type: 'array',
|
|
78784
78781
|
},
|
|
78785
78782
|
workspace_id: {
|
|
78786
|
-
description: 'ID of the
|
|
78783
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78787
78784
|
format: 'uuid',
|
|
78788
78785
|
type: 'string',
|
|
78789
78786
|
},
|
|
@@ -79026,7 +79023,7 @@ const openapi = {
|
|
|
79026
79023
|
type: 'array',
|
|
79027
79024
|
},
|
|
79028
79025
|
workspace_id: {
|
|
79029
|
-
description: 'ID of the
|
|
79026
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79030
79027
|
format: 'uuid',
|
|
79031
79028
|
type: 'string',
|
|
79032
79029
|
},
|
|
@@ -79263,7 +79260,7 @@ const openapi = {
|
|
|
79263
79260
|
type: 'array',
|
|
79264
79261
|
},
|
|
79265
79262
|
workspace_id: {
|
|
79266
|
-
description: 'ID of the
|
|
79263
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79267
79264
|
format: 'uuid',
|
|
79268
79265
|
type: 'string',
|
|
79269
79266
|
},
|