@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
|
@@ -2915,7 +2915,7 @@ const openapi: OpenAPISpec = {
|
|
|
2915
2915
|
},
|
|
2916
2916
|
connected_account_id: {
|
|
2917
2917
|
description:
|
|
2918
|
-
'ID of the
|
|
2918
|
+
'ID of the connected account that contains the access group.',
|
|
2919
2919
|
format: 'uuid',
|
|
2920
2920
|
type: 'string',
|
|
2921
2921
|
},
|
|
@@ -3398,8 +3398,7 @@ const openapi: OpenAPISpec = {
|
|
|
3398
3398
|
type: 'array',
|
|
3399
3399
|
},
|
|
3400
3400
|
workspace_id: {
|
|
3401
|
-
description:
|
|
3402
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the access group.',
|
|
3401
|
+
description: 'ID of the workspace that contains the access group.',
|
|
3403
3402
|
format: 'uuid',
|
|
3404
3403
|
type: 'string',
|
|
3405
3404
|
},
|
|
@@ -3829,7 +3828,7 @@ const openapi: OpenAPISpec = {
|
|
|
3829
3828
|
},
|
|
3830
3829
|
workspace_id: {
|
|
3831
3830
|
description:
|
|
3832
|
-
'ID of the
|
|
3831
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
3833
3832
|
format: 'uuid',
|
|
3834
3833
|
type: 'string',
|
|
3835
3834
|
},
|
|
@@ -3916,7 +3915,7 @@ const openapi: OpenAPISpec = {
|
|
|
3916
3915
|
},
|
|
3917
3916
|
connected_account_id: {
|
|
3918
3917
|
description:
|
|
3919
|
-
'ID of the
|
|
3918
|
+
'ID of the connected account that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3920
3919
|
format: 'uuid',
|
|
3921
3920
|
type: 'string',
|
|
3922
3921
|
},
|
|
@@ -3962,7 +3961,7 @@ const openapi: OpenAPISpec = {
|
|
|
3962
3961
|
},
|
|
3963
3962
|
workspace_id: {
|
|
3964
3963
|
description:
|
|
3965
|
-
'ID of the
|
|
3964
|
+
'ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3966
3965
|
format: 'uuid',
|
|
3967
3966
|
type: 'string',
|
|
3968
3967
|
},
|
|
@@ -4519,7 +4518,7 @@ const openapi: OpenAPISpec = {
|
|
|
4519
4518
|
acs_user_count: { format: 'float', type: 'number' },
|
|
4520
4519
|
connected_account_id: {
|
|
4521
4520
|
description:
|
|
4522
|
-
'ID of the
|
|
4521
|
+
'ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4523
4522
|
format: 'uuid',
|
|
4524
4523
|
type: 'string',
|
|
4525
4524
|
},
|
|
@@ -4959,7 +4958,7 @@ const openapi: OpenAPISpec = {
|
|
|
4959
4958
|
},
|
|
4960
4959
|
workspace_id: {
|
|
4961
4960
|
description:
|
|
4962
|
-
'ID of the
|
|
4961
|
+
'ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4963
4962
|
format: 'uuid',
|
|
4964
4963
|
type: 'string',
|
|
4965
4964
|
},
|
|
@@ -5020,7 +5019,7 @@ const openapi: OpenAPISpec = {
|
|
|
5020
5019
|
},
|
|
5021
5020
|
connected_account_id: {
|
|
5022
5021
|
description:
|
|
5023
|
-
'\n The ID of the
|
|
5022
|
+
'\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 ',
|
|
5024
5023
|
format: 'uuid',
|
|
5025
5024
|
type: 'string',
|
|
5026
5025
|
},
|
|
@@ -5814,7 +5813,7 @@ const openapi: OpenAPISpec = {
|
|
|
5814
5813
|
},
|
|
5815
5814
|
workspace_id: {
|
|
5816
5815
|
description:
|
|
5817
|
-
'ID of the
|
|
5816
|
+
'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
5818
5817
|
format: 'uuid',
|
|
5819
5818
|
type: 'string',
|
|
5820
5819
|
},
|
|
@@ -6703,7 +6702,7 @@ const openapi: OpenAPISpec = {
|
|
|
6703
6702
|
},
|
|
6704
6703
|
workspace_id: {
|
|
6705
6704
|
description:
|
|
6706
|
-
'ID of the
|
|
6705
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6707
6706
|
format: 'uuid',
|
|
6708
6707
|
type: 'string',
|
|
6709
6708
|
},
|
|
@@ -7161,7 +7160,7 @@ const openapi: OpenAPISpec = {
|
|
|
7161
7160
|
},
|
|
7162
7161
|
workspace_id: {
|
|
7163
7162
|
description:
|
|
7164
|
-
'ID of the
|
|
7163
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7165
7164
|
format: 'uuid',
|
|
7166
7165
|
type: 'string',
|
|
7167
7166
|
},
|
|
@@ -7873,7 +7872,7 @@ const openapi: OpenAPISpec = {
|
|
|
7873
7872
|
},
|
|
7874
7873
|
workspace_id: {
|
|
7875
7874
|
description:
|
|
7876
|
-
'ID of the
|
|
7875
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7877
7876
|
format: 'uuid',
|
|
7878
7877
|
type: 'string',
|
|
7879
7878
|
},
|
|
@@ -8328,7 +8327,7 @@ const openapi: OpenAPISpec = {
|
|
|
8328
8327
|
},
|
|
8329
8328
|
workspace_id: {
|
|
8330
8329
|
description:
|
|
8331
|
-
'ID of the
|
|
8330
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
8332
8331
|
format: 'uuid',
|
|
8333
8332
|
type: 'string',
|
|
8334
8333
|
},
|
|
@@ -9049,7 +9048,7 @@ const openapi: OpenAPISpec = {
|
|
|
9049
9048
|
},
|
|
9050
9049
|
workspace_id: {
|
|
9051
9050
|
description:
|
|
9052
|
-
'ID of the
|
|
9051
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
9053
9052
|
format: 'uuid',
|
|
9054
9053
|
type: 'string',
|
|
9055
9054
|
},
|
|
@@ -11737,7 +11736,7 @@ const openapi: OpenAPISpec = {
|
|
|
11737
11736
|
},
|
|
11738
11737
|
workspace_id: {
|
|
11739
11738
|
description:
|
|
11740
|
-
'ID of the
|
|
11739
|
+
'ID of the workspace with which Seam Bridge is paired.',
|
|
11741
11740
|
format: 'uuid',
|
|
11742
11741
|
type: 'string',
|
|
11743
11742
|
},
|
|
@@ -11761,8 +11760,7 @@ const openapi: OpenAPISpec = {
|
|
|
11761
11760
|
"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).",
|
|
11762
11761
|
properties: {
|
|
11763
11762
|
client_session_id: {
|
|
11764
|
-
description:
|
|
11765
|
-
'ID of the [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).',
|
|
11763
|
+
description: 'ID of the client session.',
|
|
11766
11764
|
format: 'uuid',
|
|
11767
11765
|
type: 'string',
|
|
11768
11766
|
},
|
|
@@ -11828,7 +11826,7 @@ const openapi: OpenAPISpec = {
|
|
|
11828
11826
|
},
|
|
11829
11827
|
workspace_id: {
|
|
11830
11828
|
description:
|
|
11831
|
-
'ID of the
|
|
11829
|
+
'ID of the workspace associated with the client session.',
|
|
11832
11830
|
format: 'uuid',
|
|
11833
11831
|
type: 'string',
|
|
11834
11832
|
},
|
|
@@ -11911,7 +11909,7 @@ const openapi: OpenAPISpec = {
|
|
|
11911
11909
|
},
|
|
11912
11910
|
connected_account_id: {
|
|
11913
11911
|
description:
|
|
11914
|
-
'ID of the
|
|
11912
|
+
'ID of the connected account associated with the Connect Webview.',
|
|
11915
11913
|
format: 'uuid',
|
|
11916
11914
|
nullable: true,
|
|
11917
11915
|
type: 'string',
|
|
@@ -11983,7 +11981,7 @@ const openapi: OpenAPISpec = {
|
|
|
11983
11981
|
},
|
|
11984
11982
|
workspace_id: {
|
|
11985
11983
|
description:
|
|
11986
|
-
'ID of the
|
|
11984
|
+
'ID of the workspace that contains the Connect Webview.',
|
|
11987
11985
|
format: 'uuid',
|
|
11988
11986
|
type: 'string',
|
|
11989
11987
|
},
|
|
@@ -12631,8 +12629,7 @@ const openapi: OpenAPISpec = {
|
|
|
12631
12629
|
type: 'string',
|
|
12632
12630
|
},
|
|
12633
12631
|
workspace_id: {
|
|
12634
|
-
description:
|
|
12635
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the customer.',
|
|
12632
|
+
description: 'ID of the workspace associated with the customer.',
|
|
12636
12633
|
format: 'uuid',
|
|
12637
12634
|
type: 'string',
|
|
12638
12635
|
},
|
|
@@ -12669,7 +12666,7 @@ const openapi: OpenAPISpec = {
|
|
|
12669
12666
|
},
|
|
12670
12667
|
workspace_id: {
|
|
12671
12668
|
description:
|
|
12672
|
-
'ID of the
|
|
12669
|
+
'ID of the workspace associated with the customer portal.',
|
|
12673
12670
|
format: 'uuid',
|
|
12674
12671
|
type: 'string',
|
|
12675
12672
|
},
|
|
@@ -15451,7 +15448,7 @@ const openapi: OpenAPISpec = {
|
|
|
15451
15448
|
},
|
|
15452
15449
|
workspace_id: {
|
|
15453
15450
|
description:
|
|
15454
|
-
'ID of the
|
|
15451
|
+
'ID of the workspace that contains the thermostat schedule.',
|
|
15455
15452
|
format: 'uuid',
|
|
15456
15453
|
type: 'string',
|
|
15457
15454
|
},
|
|
@@ -16153,7 +16150,7 @@ const openapi: OpenAPISpec = {
|
|
|
16153
16150
|
},
|
|
16154
16151
|
workspace_id: {
|
|
16155
16152
|
description:
|
|
16156
|
-
'ID of the
|
|
16153
|
+
'ID of the workspace that contains the thermostat daily program.',
|
|
16157
16154
|
format: 'uuid',
|
|
16158
16155
|
type: 'string',
|
|
16159
16156
|
},
|
|
@@ -17154,7 +17151,7 @@ const openapi: OpenAPISpec = {
|
|
|
17154
17151
|
},
|
|
17155
17152
|
workspace_id: {
|
|
17156
17153
|
description:
|
|
17157
|
-
'ID of the
|
|
17154
|
+
'ID of the workspace that contains the enrollment automation.',
|
|
17158
17155
|
format: 'uuid',
|
|
17159
17156
|
type: 'string',
|
|
17160
17157
|
},
|
|
@@ -17172,7 +17169,7 @@ const openapi: OpenAPISpec = {
|
|
|
17172
17169
|
},
|
|
17173
17170
|
event: {
|
|
17174
17171
|
description:
|
|
17175
|
-
"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
|
|
17172
|
+
"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.",
|
|
17176
17173
|
discriminator: { propertyName: 'event_type' },
|
|
17177
17174
|
oneOf: [
|
|
17178
17175
|
{
|
|
@@ -17194,7 +17191,7 @@ const openapi: OpenAPISpec = {
|
|
|
17194
17191
|
},
|
|
17195
17192
|
connected_account_id: {
|
|
17196
17193
|
description:
|
|
17197
|
-
'ID of the
|
|
17194
|
+
'ID of the connected account associated with the affected access code.',
|
|
17198
17195
|
format: 'uuid',
|
|
17199
17196
|
type: 'string',
|
|
17200
17197
|
},
|
|
@@ -17229,8 +17226,7 @@ const openapi: OpenAPISpec = {
|
|
|
17229
17226
|
type: 'string',
|
|
17230
17227
|
},
|
|
17231
17228
|
workspace_id: {
|
|
17232
|
-
description:
|
|
17233
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17229
|
+
description: 'ID of the workspace associated with the event.',
|
|
17234
17230
|
format: 'uuid',
|
|
17235
17231
|
type: 'string',
|
|
17236
17232
|
},
|
|
@@ -17300,7 +17296,7 @@ const openapi: OpenAPISpec = {
|
|
|
17300
17296
|
},
|
|
17301
17297
|
connected_account_id: {
|
|
17302
17298
|
description:
|
|
17303
|
-
'ID of the
|
|
17299
|
+
'ID of the connected account associated with the affected access code.',
|
|
17304
17300
|
format: 'uuid',
|
|
17305
17301
|
type: 'string',
|
|
17306
17302
|
},
|
|
@@ -17335,8 +17331,7 @@ const openapi: OpenAPISpec = {
|
|
|
17335
17331
|
type: 'string',
|
|
17336
17332
|
},
|
|
17337
17333
|
workspace_id: {
|
|
17338
|
-
description:
|
|
17339
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17334
|
+
description: 'ID of the workspace associated with the event.',
|
|
17340
17335
|
format: 'uuid',
|
|
17341
17336
|
type: 'string',
|
|
17342
17337
|
},
|
|
@@ -17373,7 +17368,7 @@ const openapi: OpenAPISpec = {
|
|
|
17373
17368
|
},
|
|
17374
17369
|
connected_account_id: {
|
|
17375
17370
|
description:
|
|
17376
|
-
'ID of the
|
|
17371
|
+
'ID of the connected account associated with the affected access code.',
|
|
17377
17372
|
format: 'uuid',
|
|
17378
17373
|
type: 'string',
|
|
17379
17374
|
},
|
|
@@ -17440,8 +17435,7 @@ const openapi: OpenAPISpec = {
|
|
|
17440
17435
|
type: 'object',
|
|
17441
17436
|
},
|
|
17442
17437
|
workspace_id: {
|
|
17443
|
-
description:
|
|
17444
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17438
|
+
description: 'ID of the workspace associated with the event.',
|
|
17445
17439
|
format: 'uuid',
|
|
17446
17440
|
type: 'string',
|
|
17447
17441
|
},
|
|
@@ -17481,7 +17475,7 @@ const openapi: OpenAPISpec = {
|
|
|
17481
17475
|
},
|
|
17482
17476
|
connected_account_id: {
|
|
17483
17477
|
description:
|
|
17484
|
-
'ID of the
|
|
17478
|
+
'ID of the connected account associated with the affected access code.',
|
|
17485
17479
|
format: 'uuid',
|
|
17486
17480
|
type: 'string',
|
|
17487
17481
|
},
|
|
@@ -17548,8 +17542,7 @@ const openapi: OpenAPISpec = {
|
|
|
17548
17542
|
type: 'object',
|
|
17549
17543
|
},
|
|
17550
17544
|
workspace_id: {
|
|
17551
|
-
description:
|
|
17552
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17545
|
+
description: 'ID of the workspace associated with the event.',
|
|
17553
17546
|
format: 'uuid',
|
|
17554
17547
|
type: 'string',
|
|
17555
17548
|
},
|
|
@@ -17589,7 +17582,7 @@ const openapi: OpenAPISpec = {
|
|
|
17589
17582
|
},
|
|
17590
17583
|
connected_account_id: {
|
|
17591
17584
|
description:
|
|
17592
|
-
'ID of the
|
|
17585
|
+
'ID of the connected account associated with the affected access code.',
|
|
17593
17586
|
format: 'uuid',
|
|
17594
17587
|
type: 'string',
|
|
17595
17588
|
},
|
|
@@ -17666,8 +17659,7 @@ const openapi: OpenAPISpec = {
|
|
|
17666
17659
|
type: 'object',
|
|
17667
17660
|
},
|
|
17668
17661
|
workspace_id: {
|
|
17669
|
-
description:
|
|
17670
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17662
|
+
description: 'ID of the workspace associated with the event.',
|
|
17671
17663
|
format: 'uuid',
|
|
17672
17664
|
type: 'string',
|
|
17673
17665
|
},
|
|
@@ -17711,7 +17703,7 @@ const openapi: OpenAPISpec = {
|
|
|
17711
17703
|
},
|
|
17712
17704
|
connected_account_id: {
|
|
17713
17705
|
description:
|
|
17714
|
-
'ID of the
|
|
17706
|
+
'ID of the connected account associated with the affected access code.',
|
|
17715
17707
|
format: 'uuid',
|
|
17716
17708
|
type: 'string',
|
|
17717
17709
|
},
|
|
@@ -17749,8 +17741,7 @@ const openapi: OpenAPISpec = {
|
|
|
17749
17741
|
type: 'string',
|
|
17750
17742
|
},
|
|
17751
17743
|
workspace_id: {
|
|
17752
|
-
description:
|
|
17753
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17744
|
+
description: 'ID of the workspace associated with the event.',
|
|
17754
17745
|
format: 'uuid',
|
|
17755
17746
|
type: 'string',
|
|
17756
17747
|
},
|
|
@@ -17792,7 +17783,7 @@ const openapi: OpenAPISpec = {
|
|
|
17792
17783
|
},
|
|
17793
17784
|
connected_account_id: {
|
|
17794
17785
|
description:
|
|
17795
|
-
'ID of the
|
|
17786
|
+
'ID of the connected account associated with the affected access code.',
|
|
17796
17787
|
format: 'uuid',
|
|
17797
17788
|
type: 'string',
|
|
17798
17789
|
},
|
|
@@ -17830,8 +17821,7 @@ const openapi: OpenAPISpec = {
|
|
|
17830
17821
|
type: 'string',
|
|
17831
17822
|
},
|
|
17832
17823
|
workspace_id: {
|
|
17833
|
-
description:
|
|
17834
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17824
|
+
description: 'ID of the workspace associated with the event.',
|
|
17835
17825
|
format: 'uuid',
|
|
17836
17826
|
type: 'string',
|
|
17837
17827
|
},
|
|
@@ -17869,7 +17859,7 @@ const openapi: OpenAPISpec = {
|
|
|
17869
17859
|
},
|
|
17870
17860
|
connected_account_id: {
|
|
17871
17861
|
description:
|
|
17872
|
-
'ID of the
|
|
17862
|
+
'ID of the connected account associated with the affected access code.',
|
|
17873
17863
|
format: 'uuid',
|
|
17874
17864
|
type: 'string',
|
|
17875
17865
|
},
|
|
@@ -17907,8 +17897,7 @@ const openapi: OpenAPISpec = {
|
|
|
17907
17897
|
type: 'string',
|
|
17908
17898
|
},
|
|
17909
17899
|
workspace_id: {
|
|
17910
|
-
description:
|
|
17911
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17900
|
+
description: 'ID of the workspace associated with the event.',
|
|
17912
17901
|
format: 'uuid',
|
|
17913
17902
|
type: 'string',
|
|
17914
17903
|
},
|
|
@@ -18023,7 +18012,7 @@ const openapi: OpenAPISpec = {
|
|
|
18023
18012
|
},
|
|
18024
18013
|
connected_account_id: {
|
|
18025
18014
|
description:
|
|
18026
|
-
'ID of the
|
|
18015
|
+
'ID of the connected account associated with the affected access code.',
|
|
18027
18016
|
format: 'uuid',
|
|
18028
18017
|
type: 'string',
|
|
18029
18018
|
},
|
|
@@ -18139,8 +18128,7 @@ const openapi: OpenAPISpec = {
|
|
|
18139
18128
|
type: 'string',
|
|
18140
18129
|
},
|
|
18141
18130
|
workspace_id: {
|
|
18142
|
-
description:
|
|
18143
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18131
|
+
description: 'ID of the workspace associated with the event.',
|
|
18144
18132
|
format: 'uuid',
|
|
18145
18133
|
type: 'string',
|
|
18146
18134
|
},
|
|
@@ -18261,7 +18249,7 @@ const openapi: OpenAPISpec = {
|
|
|
18261
18249
|
},
|
|
18262
18250
|
connected_account_id: {
|
|
18263
18251
|
description:
|
|
18264
|
-
'ID of the
|
|
18252
|
+
'ID of the connected account associated with the affected access code.',
|
|
18265
18253
|
format: 'uuid',
|
|
18266
18254
|
type: 'string',
|
|
18267
18255
|
},
|
|
@@ -18377,8 +18365,7 @@ const openapi: OpenAPISpec = {
|
|
|
18377
18365
|
type: 'string',
|
|
18378
18366
|
},
|
|
18379
18367
|
workspace_id: {
|
|
18380
|
-
description:
|
|
18381
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18368
|
+
description: 'ID of the workspace associated with the event.',
|
|
18382
18369
|
format: 'uuid',
|
|
18383
18370
|
type: 'string',
|
|
18384
18371
|
},
|
|
@@ -18426,7 +18413,7 @@ const openapi: OpenAPISpec = {
|
|
|
18426
18413
|
},
|
|
18427
18414
|
connected_account_id: {
|
|
18428
18415
|
description:
|
|
18429
|
-
'ID of the
|
|
18416
|
+
'ID of the connected account associated with the affected access code.',
|
|
18430
18417
|
format: 'uuid',
|
|
18431
18418
|
type: 'string',
|
|
18432
18419
|
},
|
|
@@ -18461,8 +18448,7 @@ const openapi: OpenAPISpec = {
|
|
|
18461
18448
|
type: 'string',
|
|
18462
18449
|
},
|
|
18463
18450
|
workspace_id: {
|
|
18464
|
-
description:
|
|
18465
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18451
|
+
description: 'ID of the workspace associated with the event.',
|
|
18466
18452
|
format: 'uuid',
|
|
18467
18453
|
type: 'string',
|
|
18468
18454
|
},
|
|
@@ -18578,7 +18564,7 @@ const openapi: OpenAPISpec = {
|
|
|
18578
18564
|
},
|
|
18579
18565
|
connected_account_id: {
|
|
18580
18566
|
description:
|
|
18581
|
-
'ID of the
|
|
18567
|
+
'ID of the connected account associated with the affected access code.',
|
|
18582
18568
|
format: 'uuid',
|
|
18583
18569
|
type: 'string',
|
|
18584
18570
|
},
|
|
@@ -18694,8 +18680,7 @@ const openapi: OpenAPISpec = {
|
|
|
18694
18680
|
type: 'string',
|
|
18695
18681
|
},
|
|
18696
18682
|
workspace_id: {
|
|
18697
|
-
description:
|
|
18698
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18683
|
+
description: 'ID of the workspace associated with the event.',
|
|
18699
18684
|
format: 'uuid',
|
|
18700
18685
|
type: 'string',
|
|
18701
18686
|
},
|
|
@@ -18816,7 +18801,7 @@ const openapi: OpenAPISpec = {
|
|
|
18816
18801
|
},
|
|
18817
18802
|
connected_account_id: {
|
|
18818
18803
|
description:
|
|
18819
|
-
'ID of the
|
|
18804
|
+
'ID of the connected account associated with the affected access code.',
|
|
18820
18805
|
format: 'uuid',
|
|
18821
18806
|
type: 'string',
|
|
18822
18807
|
},
|
|
@@ -18932,8 +18917,7 @@ const openapi: OpenAPISpec = {
|
|
|
18932
18917
|
type: 'string',
|
|
18933
18918
|
},
|
|
18934
18919
|
workspace_id: {
|
|
18935
|
-
description:
|
|
18936
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18920
|
+
description: 'ID of the workspace associated with the event.',
|
|
18937
18921
|
format: 'uuid',
|
|
18938
18922
|
type: 'string',
|
|
18939
18923
|
},
|
|
@@ -18976,7 +18960,7 @@ const openapi: OpenAPISpec = {
|
|
|
18976
18960
|
},
|
|
18977
18961
|
connected_account_id: {
|
|
18978
18962
|
description:
|
|
18979
|
-
'ID of the
|
|
18963
|
+
'ID of the connected account associated with the affected access code.',
|
|
18980
18964
|
format: 'uuid',
|
|
18981
18965
|
type: 'string',
|
|
18982
18966
|
},
|
|
@@ -19014,8 +18998,7 @@ const openapi: OpenAPISpec = {
|
|
|
19014
18998
|
type: 'string',
|
|
19015
18999
|
},
|
|
19016
19000
|
workspace_id: {
|
|
19017
|
-
description:
|
|
19018
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19001
|
+
description: 'ID of the workspace associated with the event.',
|
|
19019
19002
|
format: 'uuid',
|
|
19020
19003
|
type: 'string',
|
|
19021
19004
|
},
|
|
@@ -19052,7 +19035,7 @@ const openapi: OpenAPISpec = {
|
|
|
19052
19035
|
},
|
|
19053
19036
|
connected_account_id: {
|
|
19054
19037
|
description:
|
|
19055
|
-
'ID of the
|
|
19038
|
+
'ID of the connected account associated with the affected access code.',
|
|
19056
19039
|
format: 'uuid',
|
|
19057
19040
|
type: 'string',
|
|
19058
19041
|
},
|
|
@@ -19090,8 +19073,7 @@ const openapi: OpenAPISpec = {
|
|
|
19090
19073
|
type: 'string',
|
|
19091
19074
|
},
|
|
19092
19075
|
workspace_id: {
|
|
19093
|
-
description:
|
|
19094
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19076
|
+
description: 'ID of the workspace associated with the event.',
|
|
19095
19077
|
format: 'uuid',
|
|
19096
19078
|
type: 'string',
|
|
19097
19079
|
},
|
|
@@ -19129,7 +19111,7 @@ const openapi: OpenAPISpec = {
|
|
|
19129
19111
|
},
|
|
19130
19112
|
connected_account_id: {
|
|
19131
19113
|
description:
|
|
19132
|
-
'ID of the
|
|
19114
|
+
'ID of the connected account associated with the affected access code.',
|
|
19133
19115
|
format: 'uuid',
|
|
19134
19116
|
type: 'string',
|
|
19135
19117
|
},
|
|
@@ -19167,8 +19149,7 @@ const openapi: OpenAPISpec = {
|
|
|
19167
19149
|
type: 'string',
|
|
19168
19150
|
},
|
|
19169
19151
|
workspace_id: {
|
|
19170
|
-
description:
|
|
19171
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19152
|
+
description: 'ID of the workspace associated with the event.',
|
|
19172
19153
|
format: 'uuid',
|
|
19173
19154
|
type: 'string',
|
|
19174
19155
|
},
|
|
@@ -19206,7 +19187,7 @@ const openapi: OpenAPISpec = {
|
|
|
19206
19187
|
},
|
|
19207
19188
|
connected_account_id: {
|
|
19208
19189
|
description:
|
|
19209
|
-
'ID of the
|
|
19190
|
+
'ID of the connected account associated with the affected access code.',
|
|
19210
19191
|
format: 'uuid',
|
|
19211
19192
|
type: 'string',
|
|
19212
19193
|
},
|
|
@@ -19244,8 +19225,7 @@ const openapi: OpenAPISpec = {
|
|
|
19244
19225
|
type: 'string',
|
|
19245
19226
|
},
|
|
19246
19227
|
workspace_id: {
|
|
19247
|
-
description:
|
|
19248
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19228
|
+
description: 'ID of the workspace associated with the event.',
|
|
19249
19229
|
format: 'uuid',
|
|
19250
19230
|
type: 'string',
|
|
19251
19231
|
},
|
|
@@ -19360,7 +19340,7 @@ const openapi: OpenAPISpec = {
|
|
|
19360
19340
|
},
|
|
19361
19341
|
connected_account_id: {
|
|
19362
19342
|
description:
|
|
19363
|
-
'ID of the
|
|
19343
|
+
'ID of the connected account associated with the affected access code.',
|
|
19364
19344
|
format: 'uuid',
|
|
19365
19345
|
type: 'string',
|
|
19366
19346
|
},
|
|
@@ -19476,8 +19456,7 @@ const openapi: OpenAPISpec = {
|
|
|
19476
19456
|
type: 'string',
|
|
19477
19457
|
},
|
|
19478
19458
|
workspace_id: {
|
|
19479
|
-
description:
|
|
19480
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19459
|
+
description: 'ID of the workspace associated with the event.',
|
|
19481
19460
|
format: 'uuid',
|
|
19482
19461
|
type: 'string',
|
|
19483
19462
|
},
|
|
@@ -19520,7 +19499,7 @@ const openapi: OpenAPISpec = {
|
|
|
19520
19499
|
},
|
|
19521
19500
|
connected_account_id: {
|
|
19522
19501
|
description:
|
|
19523
|
-
'ID of the
|
|
19502
|
+
'ID of the connected account associated with the affected access code.',
|
|
19524
19503
|
format: 'uuid',
|
|
19525
19504
|
type: 'string',
|
|
19526
19505
|
},
|
|
@@ -19558,8 +19537,7 @@ const openapi: OpenAPISpec = {
|
|
|
19558
19537
|
type: 'string',
|
|
19559
19538
|
},
|
|
19560
19539
|
workspace_id: {
|
|
19561
|
-
description:
|
|
19562
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19540
|
+
description: 'ID of the workspace associated with the event.',
|
|
19563
19541
|
format: 'uuid',
|
|
19564
19542
|
type: 'string',
|
|
19565
19543
|
},
|
|
@@ -19596,7 +19574,7 @@ const openapi: OpenAPISpec = {
|
|
|
19596
19574
|
},
|
|
19597
19575
|
connected_account_id: {
|
|
19598
19576
|
description:
|
|
19599
|
-
'ID of the
|
|
19577
|
+
'ID of the connected account associated with the affected access code.',
|
|
19600
19578
|
format: 'uuid',
|
|
19601
19579
|
type: 'string',
|
|
19602
19580
|
},
|
|
@@ -19634,8 +19612,7 @@ const openapi: OpenAPISpec = {
|
|
|
19634
19612
|
type: 'string',
|
|
19635
19613
|
},
|
|
19636
19614
|
workspace_id: {
|
|
19637
|
-
description:
|
|
19638
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19615
|
+
description: 'ID of the workspace associated with the event.',
|
|
19639
19616
|
format: 'uuid',
|
|
19640
19617
|
type: 'string',
|
|
19641
19618
|
},
|
|
@@ -19678,8 +19655,7 @@ const openapi: OpenAPISpec = {
|
|
|
19678
19655
|
type: 'string',
|
|
19679
19656
|
},
|
|
19680
19657
|
workspace_id: {
|
|
19681
|
-
description:
|
|
19682
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19658
|
+
description: 'ID of the workspace associated with the event.',
|
|
19683
19659
|
format: 'uuid',
|
|
19684
19660
|
type: 'string',
|
|
19685
19661
|
},
|
|
@@ -19720,8 +19696,7 @@ const openapi: OpenAPISpec = {
|
|
|
19720
19696
|
type: 'string',
|
|
19721
19697
|
},
|
|
19722
19698
|
workspace_id: {
|
|
19723
|
-
description:
|
|
19724
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19699
|
+
description: 'ID of the workspace associated with the event.',
|
|
19725
19700
|
format: 'uuid',
|
|
19726
19701
|
type: 'string',
|
|
19727
19702
|
},
|
|
@@ -19766,8 +19741,7 @@ const openapi: OpenAPISpec = {
|
|
|
19766
19741
|
type: 'string',
|
|
19767
19742
|
},
|
|
19768
19743
|
workspace_id: {
|
|
19769
|
-
description:
|
|
19770
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19744
|
+
description: 'ID of the workspace associated with the event.',
|
|
19771
19745
|
format: 'uuid',
|
|
19772
19746
|
type: 'string',
|
|
19773
19747
|
},
|
|
@@ -19818,8 +19792,7 @@ const openapi: OpenAPISpec = {
|
|
|
19818
19792
|
type: 'string',
|
|
19819
19793
|
},
|
|
19820
19794
|
workspace_id: {
|
|
19821
|
-
description:
|
|
19822
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19795
|
+
description: 'ID of the workspace associated with the event.',
|
|
19823
19796
|
format: 'uuid',
|
|
19824
19797
|
type: 'string',
|
|
19825
19798
|
},
|
|
@@ -19871,8 +19844,7 @@ const openapi: OpenAPISpec = {
|
|
|
19871
19844
|
type: 'string',
|
|
19872
19845
|
},
|
|
19873
19846
|
workspace_id: {
|
|
19874
|
-
description:
|
|
19875
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19847
|
+
description: 'ID of the workspace associated with the event.',
|
|
19876
19848
|
format: 'uuid',
|
|
19877
19849
|
type: 'string',
|
|
19878
19850
|
},
|
|
@@ -19929,8 +19901,7 @@ const openapi: OpenAPISpec = {
|
|
|
19929
19901
|
type: 'string',
|
|
19930
19902
|
},
|
|
19931
19903
|
workspace_id: {
|
|
19932
|
-
description:
|
|
19933
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19904
|
+
description: 'ID of the workspace associated with the event.',
|
|
19934
19905
|
format: 'uuid',
|
|
19935
19906
|
type: 'string',
|
|
19936
19907
|
},
|
|
@@ -19988,8 +19959,7 @@ const openapi: OpenAPISpec = {
|
|
|
19988
19959
|
type: 'string',
|
|
19989
19960
|
},
|
|
19990
19961
|
workspace_id: {
|
|
19991
|
-
description:
|
|
19992
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19962
|
+
description: 'ID of the workspace associated with the event.',
|
|
19993
19963
|
format: 'uuid',
|
|
19994
19964
|
type: 'string',
|
|
19995
19965
|
},
|
|
@@ -20053,8 +20023,7 @@ const openapi: OpenAPISpec = {
|
|
|
20053
20023
|
type: 'string',
|
|
20054
20024
|
},
|
|
20055
20025
|
workspace_id: {
|
|
20056
|
-
description:
|
|
20057
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20026
|
+
description: 'ID of the workspace associated with the event.',
|
|
20058
20027
|
format: 'uuid',
|
|
20059
20028
|
type: 'string',
|
|
20060
20029
|
},
|
|
@@ -20108,8 +20077,7 @@ const openapi: OpenAPISpec = {
|
|
|
20108
20077
|
type: 'string',
|
|
20109
20078
|
},
|
|
20110
20079
|
workspace_id: {
|
|
20111
|
-
description:
|
|
20112
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20080
|
+
description: 'ID of the workspace associated with the event.',
|
|
20113
20081
|
format: 'uuid',
|
|
20114
20082
|
type: 'string',
|
|
20115
20083
|
},
|
|
@@ -20167,8 +20135,7 @@ const openapi: OpenAPISpec = {
|
|
|
20167
20135
|
type: 'string',
|
|
20168
20136
|
},
|
|
20169
20137
|
workspace_id: {
|
|
20170
|
-
description:
|
|
20171
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20138
|
+
description: 'ID of the workspace associated with the event.',
|
|
20172
20139
|
format: 'uuid',
|
|
20173
20140
|
type: 'string',
|
|
20174
20141
|
},
|
|
@@ -20222,8 +20189,7 @@ const openapi: OpenAPISpec = {
|
|
|
20222
20189
|
type: 'string',
|
|
20223
20190
|
},
|
|
20224
20191
|
workspace_id: {
|
|
20225
|
-
description:
|
|
20226
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20192
|
+
description: 'ID of the workspace associated with the event.',
|
|
20227
20193
|
format: 'uuid',
|
|
20228
20194
|
type: 'string',
|
|
20229
20195
|
},
|
|
@@ -20287,8 +20253,7 @@ const openapi: OpenAPISpec = {
|
|
|
20287
20253
|
type: 'string',
|
|
20288
20254
|
},
|
|
20289
20255
|
workspace_id: {
|
|
20290
|
-
description:
|
|
20291
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20256
|
+
description: 'ID of the workspace associated with the event.',
|
|
20292
20257
|
format: 'uuid',
|
|
20293
20258
|
type: 'string',
|
|
20294
20259
|
},
|
|
@@ -20342,8 +20307,7 @@ const openapi: OpenAPISpec = {
|
|
|
20342
20307
|
type: 'string',
|
|
20343
20308
|
},
|
|
20344
20309
|
workspace_id: {
|
|
20345
|
-
description:
|
|
20346
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20310
|
+
description: 'ID of the workspace associated with the event.',
|
|
20347
20311
|
format: 'uuid',
|
|
20348
20312
|
type: 'string',
|
|
20349
20313
|
},
|
|
@@ -20391,8 +20355,7 @@ const openapi: OpenAPISpec = {
|
|
|
20391
20355
|
type: 'string',
|
|
20392
20356
|
},
|
|
20393
20357
|
workspace_id: {
|
|
20394
|
-
description:
|
|
20395
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20358
|
+
description: 'ID of the workspace associated with the event.',
|
|
20396
20359
|
format: 'uuid',
|
|
20397
20360
|
type: 'string',
|
|
20398
20361
|
},
|
|
@@ -20439,8 +20402,7 @@ const openapi: OpenAPISpec = {
|
|
|
20439
20402
|
type: 'string',
|
|
20440
20403
|
},
|
|
20441
20404
|
workspace_id: {
|
|
20442
|
-
description:
|
|
20443
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20405
|
+
description: 'ID of the workspace associated with the event.',
|
|
20444
20406
|
format: 'uuid',
|
|
20445
20407
|
type: 'string',
|
|
20446
20408
|
},
|
|
@@ -20593,8 +20555,7 @@ const openapi: OpenAPISpec = {
|
|
|
20593
20555
|
type: 'string',
|
|
20594
20556
|
},
|
|
20595
20557
|
workspace_id: {
|
|
20596
|
-
description:
|
|
20597
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20558
|
+
description: 'ID of the workspace associated with the event.',
|
|
20598
20559
|
format: 'uuid',
|
|
20599
20560
|
type: 'string',
|
|
20600
20561
|
},
|
|
@@ -20650,8 +20611,7 @@ const openapi: OpenAPISpec = {
|
|
|
20650
20611
|
type: 'string',
|
|
20651
20612
|
},
|
|
20652
20613
|
workspace_id: {
|
|
20653
|
-
description:
|
|
20654
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20614
|
+
description: 'ID of the workspace associated with the event.',
|
|
20655
20615
|
format: 'uuid',
|
|
20656
20616
|
type: 'string',
|
|
20657
20617
|
},
|
|
@@ -20704,8 +20664,7 @@ const openapi: OpenAPISpec = {
|
|
|
20704
20664
|
type: 'string',
|
|
20705
20665
|
},
|
|
20706
20666
|
workspace_id: {
|
|
20707
|
-
description:
|
|
20708
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20667
|
+
description: 'ID of the workspace associated with the event.',
|
|
20709
20668
|
format: 'uuid',
|
|
20710
20669
|
type: 'string',
|
|
20711
20670
|
},
|
|
@@ -20758,8 +20717,7 @@ const openapi: OpenAPISpec = {
|
|
|
20758
20717
|
type: 'string',
|
|
20759
20718
|
},
|
|
20760
20719
|
workspace_id: {
|
|
20761
|
-
description:
|
|
20762
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20720
|
+
description: 'ID of the workspace associated with the event.',
|
|
20763
20721
|
format: 'uuid',
|
|
20764
20722
|
type: 'string',
|
|
20765
20723
|
},
|
|
@@ -20815,8 +20773,7 @@ const openapi: OpenAPISpec = {
|
|
|
20815
20773
|
type: 'string',
|
|
20816
20774
|
},
|
|
20817
20775
|
workspace_id: {
|
|
20818
|
-
description:
|
|
20819
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20776
|
+
description: 'ID of the workspace associated with the event.',
|
|
20820
20777
|
format: 'uuid',
|
|
20821
20778
|
type: 'string',
|
|
20822
20779
|
},
|
|
@@ -20865,8 +20822,7 @@ const openapi: OpenAPISpec = {
|
|
|
20865
20822
|
type: 'string',
|
|
20866
20823
|
},
|
|
20867
20824
|
workspace_id: {
|
|
20868
|
-
description:
|
|
20869
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20825
|
+
description: 'ID of the workspace associated with the event.',
|
|
20870
20826
|
format: 'uuid',
|
|
20871
20827
|
type: 'string',
|
|
20872
20828
|
},
|
|
@@ -20915,8 +20871,7 @@ const openapi: OpenAPISpec = {
|
|
|
20915
20871
|
type: 'string',
|
|
20916
20872
|
},
|
|
20917
20873
|
workspace_id: {
|
|
20918
|
-
description:
|
|
20919
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20874
|
+
description: 'ID of the workspace associated with the event.',
|
|
20920
20875
|
format: 'uuid',
|
|
20921
20876
|
type: 'string',
|
|
20922
20877
|
},
|
|
@@ -20969,8 +20924,7 @@ const openapi: OpenAPISpec = {
|
|
|
20969
20924
|
type: 'string',
|
|
20970
20925
|
},
|
|
20971
20926
|
workspace_id: {
|
|
20972
|
-
description:
|
|
20973
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20927
|
+
description: 'ID of the workspace associated with the event.',
|
|
20974
20928
|
format: 'uuid',
|
|
20975
20929
|
type: 'string',
|
|
20976
20930
|
},
|
|
@@ -21023,8 +20977,7 @@ const openapi: OpenAPISpec = {
|
|
|
21023
20977
|
type: 'string',
|
|
21024
20978
|
},
|
|
21025
20979
|
workspace_id: {
|
|
21026
|
-
description:
|
|
21027
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20980
|
+
description: 'ID of the workspace associated with the event.',
|
|
21028
20981
|
format: 'uuid',
|
|
21029
20982
|
type: 'string',
|
|
21030
20983
|
},
|
|
@@ -21079,8 +21032,7 @@ const openapi: OpenAPISpec = {
|
|
|
21079
21032
|
type: 'string',
|
|
21080
21033
|
},
|
|
21081
21034
|
workspace_id: {
|
|
21082
|
-
description:
|
|
21083
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21035
|
+
description: 'ID of the workspace associated with the event.',
|
|
21084
21036
|
format: 'uuid',
|
|
21085
21037
|
type: 'string',
|
|
21086
21038
|
},
|
|
@@ -21129,8 +21081,7 @@ const openapi: OpenAPISpec = {
|
|
|
21129
21081
|
type: 'string',
|
|
21130
21082
|
},
|
|
21131
21083
|
workspace_id: {
|
|
21132
|
-
description:
|
|
21133
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21084
|
+
description: 'ID of the workspace associated with the event.',
|
|
21134
21085
|
format: 'uuid',
|
|
21135
21086
|
type: 'string',
|
|
21136
21087
|
},
|
|
@@ -21179,8 +21130,7 @@ const openapi: OpenAPISpec = {
|
|
|
21179
21130
|
type: 'string',
|
|
21180
21131
|
},
|
|
21181
21132
|
workspace_id: {
|
|
21182
|
-
description:
|
|
21183
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21133
|
+
description: 'ID of the workspace associated with the event.',
|
|
21184
21134
|
format: 'uuid',
|
|
21185
21135
|
type: 'string',
|
|
21186
21136
|
},
|
|
@@ -21198,8 +21148,7 @@ const openapi: OpenAPISpec = {
|
|
|
21198
21148
|
'x-route-path': '/acs/entrances',
|
|
21199
21149
|
},
|
|
21200
21150
|
{
|
|
21201
|
-
description:
|
|
21202
|
-
'A [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
21151
|
+
description: 'A client session was deleted.',
|
|
21203
21152
|
properties: {
|
|
21204
21153
|
client_session_id: {
|
|
21205
21154
|
description: 'ID of the affected client session.',
|
|
@@ -21223,8 +21172,7 @@ const openapi: OpenAPISpec = {
|
|
|
21223
21172
|
type: 'string',
|
|
21224
21173
|
},
|
|
21225
21174
|
workspace_id: {
|
|
21226
|
-
description:
|
|
21227
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21175
|
+
description: 'ID of the workspace associated with the event.',
|
|
21228
21176
|
format: 'uuid',
|
|
21229
21177
|
type: 'string',
|
|
21230
21178
|
},
|
|
@@ -21242,11 +21190,11 @@ const openapi: OpenAPISpec = {
|
|
|
21242
21190
|
},
|
|
21243
21191
|
{
|
|
21244
21192
|
description:
|
|
21245
|
-
'A
|
|
21193
|
+
'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
21246
21194
|
properties: {
|
|
21247
21195
|
connect_webview_id: {
|
|
21248
21196
|
description:
|
|
21249
|
-
'ID of the
|
|
21197
|
+
'ID of the Connect Webview associated with the event.',
|
|
21250
21198
|
format: 'uuid',
|
|
21251
21199
|
type: 'string',
|
|
21252
21200
|
},
|
|
@@ -21259,8 +21207,7 @@ const openapi: OpenAPISpec = {
|
|
|
21259
21207
|
type: 'object',
|
|
21260
21208
|
},
|
|
21261
21209
|
connected_account_id: {
|
|
21262
|
-
description:
|
|
21263
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21210
|
+
description: 'ID of the affected connected account.',
|
|
21264
21211
|
format: 'uuid',
|
|
21265
21212
|
type: 'string',
|
|
21266
21213
|
},
|
|
@@ -21289,8 +21236,7 @@ const openapi: OpenAPISpec = {
|
|
|
21289
21236
|
type: 'string',
|
|
21290
21237
|
},
|
|
21291
21238
|
workspace_id: {
|
|
21292
|
-
description:
|
|
21293
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21239
|
+
description: 'ID of the workspace associated with the event.',
|
|
21294
21240
|
format: 'uuid',
|
|
21295
21241
|
type: 'string',
|
|
21296
21242
|
},
|
|
@@ -21307,12 +21253,11 @@ const openapi: OpenAPISpec = {
|
|
|
21307
21253
|
'x-route-path': '/connected_accounts',
|
|
21308
21254
|
},
|
|
21309
21255
|
{
|
|
21310
|
-
description:
|
|
21311
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was created.',
|
|
21256
|
+
description: 'A connected account was created.',
|
|
21312
21257
|
properties: {
|
|
21313
21258
|
connect_webview_id: {
|
|
21314
21259
|
description:
|
|
21315
|
-
'ID of the
|
|
21260
|
+
'ID of the Connect Webview associated with the event.',
|
|
21316
21261
|
format: 'uuid',
|
|
21317
21262
|
type: 'string',
|
|
21318
21263
|
},
|
|
@@ -21325,8 +21270,7 @@ const openapi: OpenAPISpec = {
|
|
|
21325
21270
|
type: 'object',
|
|
21326
21271
|
},
|
|
21327
21272
|
connected_account_id: {
|
|
21328
|
-
description:
|
|
21329
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21273
|
+
description: 'ID of the affected connected account.',
|
|
21330
21274
|
format: 'uuid',
|
|
21331
21275
|
type: 'string',
|
|
21332
21276
|
},
|
|
@@ -21350,8 +21294,7 @@ const openapi: OpenAPISpec = {
|
|
|
21350
21294
|
type: 'string',
|
|
21351
21295
|
},
|
|
21352
21296
|
workspace_id: {
|
|
21353
|
-
description:
|
|
21354
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21297
|
+
description: 'ID of the workspace associated with the event.',
|
|
21355
21298
|
format: 'uuid',
|
|
21356
21299
|
type: 'string',
|
|
21357
21300
|
},
|
|
@@ -21371,11 +21314,11 @@ const openapi: OpenAPISpec = {
|
|
|
21371
21314
|
{
|
|
21372
21315
|
deprecated: true,
|
|
21373
21316
|
description:
|
|
21374
|
-
'A
|
|
21317
|
+
'A connected account had a successful login using a Connect Webview.',
|
|
21375
21318
|
properties: {
|
|
21376
21319
|
connect_webview_id: {
|
|
21377
21320
|
description:
|
|
21378
|
-
'ID of the
|
|
21321
|
+
'ID of the Connect Webview associated with the event.',
|
|
21379
21322
|
format: 'uuid',
|
|
21380
21323
|
type: 'string',
|
|
21381
21324
|
},
|
|
@@ -21388,8 +21331,7 @@ const openapi: OpenAPISpec = {
|
|
|
21388
21331
|
type: 'object',
|
|
21389
21332
|
},
|
|
21390
21333
|
connected_account_id: {
|
|
21391
|
-
description:
|
|
21392
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21334
|
+
description: 'ID of the affected connected account.',
|
|
21393
21335
|
format: 'uuid',
|
|
21394
21336
|
type: 'string',
|
|
21395
21337
|
},
|
|
@@ -21413,8 +21355,7 @@ const openapi: OpenAPISpec = {
|
|
|
21413
21355
|
type: 'string',
|
|
21414
21356
|
},
|
|
21415
21357
|
workspace_id: {
|
|
21416
|
-
description:
|
|
21417
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21358
|
+
description: 'ID of the workspace associated with the event.',
|
|
21418
21359
|
format: 'uuid',
|
|
21419
21360
|
type: 'string',
|
|
21420
21361
|
},
|
|
@@ -21433,8 +21374,7 @@ const openapi: OpenAPISpec = {
|
|
|
21433
21374
|
'x-route-path': '/connected_accounts',
|
|
21434
21375
|
},
|
|
21435
21376
|
{
|
|
21436
|
-
description:
|
|
21437
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was disconnected.',
|
|
21377
|
+
description: 'A connected account was disconnected.',
|
|
21438
21378
|
properties: {
|
|
21439
21379
|
connected_account_custom_metadata: {
|
|
21440
21380
|
additionalProperties: {
|
|
@@ -21471,8 +21411,7 @@ const openapi: OpenAPISpec = {
|
|
|
21471
21411
|
type: 'array',
|
|
21472
21412
|
},
|
|
21473
21413
|
connected_account_id: {
|
|
21474
|
-
description:
|
|
21475
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21414
|
+
description: 'ID of the affected connected account.',
|
|
21476
21415
|
format: 'uuid',
|
|
21477
21416
|
type: 'string',
|
|
21478
21417
|
},
|
|
@@ -21522,8 +21461,7 @@ const openapi: OpenAPISpec = {
|
|
|
21522
21461
|
type: 'string',
|
|
21523
21462
|
},
|
|
21524
21463
|
workspace_id: {
|
|
21525
|
-
description:
|
|
21526
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21464
|
+
description: 'ID of the workspace associated with the event.',
|
|
21527
21465
|
format: 'uuid',
|
|
21528
21466
|
type: 'string',
|
|
21529
21467
|
},
|
|
@@ -21543,7 +21481,7 @@ const openapi: OpenAPISpec = {
|
|
|
21543
21481
|
},
|
|
21544
21482
|
{
|
|
21545
21483
|
description:
|
|
21546
|
-
'A
|
|
21484
|
+
'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
21547
21485
|
properties: {
|
|
21548
21486
|
connected_account_custom_metadata: {
|
|
21549
21487
|
additionalProperties: {
|
|
@@ -21554,8 +21492,7 @@ const openapi: OpenAPISpec = {
|
|
|
21554
21492
|
type: 'object',
|
|
21555
21493
|
},
|
|
21556
21494
|
connected_account_id: {
|
|
21557
|
-
description:
|
|
21558
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21495
|
+
description: 'ID of the affected connected account.',
|
|
21559
21496
|
format: 'uuid',
|
|
21560
21497
|
type: 'string',
|
|
21561
21498
|
},
|
|
@@ -21579,8 +21516,7 @@ const openapi: OpenAPISpec = {
|
|
|
21579
21516
|
type: 'string',
|
|
21580
21517
|
},
|
|
21581
21518
|
workspace_id: {
|
|
21582
|
-
description:
|
|
21583
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21519
|
+
description: 'ID of the workspace associated with the event.',
|
|
21584
21520
|
format: 'uuid',
|
|
21585
21521
|
type: 'string',
|
|
21586
21522
|
},
|
|
@@ -21597,8 +21533,7 @@ const openapi: OpenAPISpec = {
|
|
|
21597
21533
|
'x-route-path': '/connected_accounts',
|
|
21598
21534
|
},
|
|
21599
21535
|
{
|
|
21600
|
-
description:
|
|
21601
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was deleted.',
|
|
21536
|
+
description: 'A connected account was deleted.',
|
|
21602
21537
|
properties: {
|
|
21603
21538
|
connected_account_custom_metadata: {
|
|
21604
21539
|
additionalProperties: {
|
|
@@ -21609,8 +21544,7 @@ const openapi: OpenAPISpec = {
|
|
|
21609
21544
|
type: 'object',
|
|
21610
21545
|
},
|
|
21611
21546
|
connected_account_id: {
|
|
21612
|
-
description:
|
|
21613
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21547
|
+
description: 'ID of the affected connected account.',
|
|
21614
21548
|
format: 'uuid',
|
|
21615
21549
|
type: 'string',
|
|
21616
21550
|
},
|
|
@@ -21643,8 +21577,7 @@ const openapi: OpenAPISpec = {
|
|
|
21643
21577
|
type: 'string',
|
|
21644
21578
|
},
|
|
21645
21579
|
workspace_id: {
|
|
21646
|
-
description:
|
|
21647
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21580
|
+
description: 'ID of the workspace associated with the event.',
|
|
21648
21581
|
format: 'uuid',
|
|
21649
21582
|
type: 'string',
|
|
21650
21583
|
},
|
|
@@ -21662,7 +21595,7 @@ const openapi: OpenAPISpec = {
|
|
|
21662
21595
|
},
|
|
21663
21596
|
{
|
|
21664
21597
|
description:
|
|
21665
|
-
'A
|
|
21598
|
+
'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
21666
21599
|
properties: {
|
|
21667
21600
|
connected_account_custom_metadata: {
|
|
21668
21601
|
additionalProperties: {
|
|
@@ -21673,8 +21606,7 @@ const openapi: OpenAPISpec = {
|
|
|
21673
21606
|
type: 'object',
|
|
21674
21607
|
},
|
|
21675
21608
|
connected_account_id: {
|
|
21676
|
-
description:
|
|
21677
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21609
|
+
description: 'ID of the affected connected account.',
|
|
21678
21610
|
format: 'uuid',
|
|
21679
21611
|
type: 'string',
|
|
21680
21612
|
},
|
|
@@ -21700,8 +21632,7 @@ const openapi: OpenAPISpec = {
|
|
|
21700
21632
|
type: 'string',
|
|
21701
21633
|
},
|
|
21702
21634
|
workspace_id: {
|
|
21703
|
-
description:
|
|
21704
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21635
|
+
description: 'ID of the workspace associated with the event.',
|
|
21705
21636
|
format: 'uuid',
|
|
21706
21637
|
type: 'string',
|
|
21707
21638
|
},
|
|
@@ -21719,7 +21650,7 @@ const openapi: OpenAPISpec = {
|
|
|
21719
21650
|
},
|
|
21720
21651
|
{
|
|
21721
21652
|
description:
|
|
21722
|
-
'A
|
|
21653
|
+
'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.',
|
|
21723
21654
|
properties: {
|
|
21724
21655
|
connected_account_custom_metadata: {
|
|
21725
21656
|
additionalProperties: {
|
|
@@ -21756,8 +21687,7 @@ const openapi: OpenAPISpec = {
|
|
|
21756
21687
|
type: 'array',
|
|
21757
21688
|
},
|
|
21758
21689
|
connected_account_id: {
|
|
21759
|
-
description:
|
|
21760
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21690
|
+
description: 'ID of the affected connected account.',
|
|
21761
21691
|
format: 'uuid',
|
|
21762
21692
|
type: 'string',
|
|
21763
21693
|
},
|
|
@@ -21807,8 +21737,7 @@ const openapi: OpenAPISpec = {
|
|
|
21807
21737
|
type: 'string',
|
|
21808
21738
|
},
|
|
21809
21739
|
workspace_id: {
|
|
21810
|
-
description:
|
|
21811
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21740
|
+
description: 'ID of the workspace associated with the event.',
|
|
21812
21741
|
format: 'uuid',
|
|
21813
21742
|
type: 'string',
|
|
21814
21743
|
},
|
|
@@ -21827,8 +21756,7 @@ const openapi: OpenAPISpec = {
|
|
|
21827
21756
|
'x-route-path': '/connected_accounts',
|
|
21828
21757
|
},
|
|
21829
21758
|
{
|
|
21830
|
-
description:
|
|
21831
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
21759
|
+
description: 'A lock door action attempt succeeded.',
|
|
21832
21760
|
properties: {
|
|
21833
21761
|
action_attempt_id: {
|
|
21834
21762
|
description: 'ID of the affected action attempt.',
|
|
@@ -21872,8 +21800,7 @@ const openapi: OpenAPISpec = {
|
|
|
21872
21800
|
},
|
|
21873
21801
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21874
21802
|
workspace_id: {
|
|
21875
|
-
description:
|
|
21876
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21803
|
+
description: 'ID of the workspace associated with the event.',
|
|
21877
21804
|
format: 'uuid',
|
|
21878
21805
|
type: 'string',
|
|
21879
21806
|
},
|
|
@@ -21892,8 +21819,7 @@ const openapi: OpenAPISpec = {
|
|
|
21892
21819
|
'x-route-path': '/action_attempts',
|
|
21893
21820
|
},
|
|
21894
21821
|
{
|
|
21895
|
-
description:
|
|
21896
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
21822
|
+
description: 'A lock door action attempt failed.',
|
|
21897
21823
|
properties: {
|
|
21898
21824
|
action_attempt_id: {
|
|
21899
21825
|
description: 'ID of the affected action attempt.',
|
|
@@ -21937,8 +21863,7 @@ const openapi: OpenAPISpec = {
|
|
|
21937
21863
|
},
|
|
21938
21864
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21939
21865
|
workspace_id: {
|
|
21940
|
-
description:
|
|
21941
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21866
|
+
description: 'ID of the workspace associated with the event.',
|
|
21942
21867
|
format: 'uuid',
|
|
21943
21868
|
type: 'string',
|
|
21944
21869
|
},
|
|
@@ -21957,8 +21882,7 @@ const openapi: OpenAPISpec = {
|
|
|
21957
21882
|
'x-route-path': '/action_attempts',
|
|
21958
21883
|
},
|
|
21959
21884
|
{
|
|
21960
|
-
description:
|
|
21961
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
21885
|
+
description: 'An unlock door action attempt succeeded.',
|
|
21962
21886
|
properties: {
|
|
21963
21887
|
action_attempt_id: {
|
|
21964
21888
|
description: 'ID of the affected action attempt.',
|
|
@@ -22002,8 +21926,7 @@ const openapi: OpenAPISpec = {
|
|
|
22002
21926
|
},
|
|
22003
21927
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22004
21928
|
workspace_id: {
|
|
22005
|
-
description:
|
|
22006
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21929
|
+
description: 'ID of the workspace associated with the event.',
|
|
22007
21930
|
format: 'uuid',
|
|
22008
21931
|
type: 'string',
|
|
22009
21932
|
},
|
|
@@ -22022,8 +21945,7 @@ const openapi: OpenAPISpec = {
|
|
|
22022
21945
|
'x-route-path': '/action_attempts',
|
|
22023
21946
|
},
|
|
22024
21947
|
{
|
|
22025
|
-
description:
|
|
22026
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
21948
|
+
description: 'An unlock door action attempt failed.',
|
|
22027
21949
|
properties: {
|
|
22028
21950
|
action_attempt_id: {
|
|
22029
21951
|
description: 'ID of the affected action attempt.',
|
|
@@ -22067,8 +21989,7 @@ const openapi: OpenAPISpec = {
|
|
|
22067
21989
|
},
|
|
22068
21990
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22069
21991
|
workspace_id: {
|
|
22070
|
-
description:
|
|
22071
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21992
|
+
description: 'ID of the workspace associated with the event.',
|
|
22072
21993
|
format: 'uuid',
|
|
22073
21994
|
type: 'string',
|
|
22074
21995
|
},
|
|
@@ -22088,7 +22009,7 @@ const openapi: OpenAPISpec = {
|
|
|
22088
22009
|
},
|
|
22089
22010
|
{
|
|
22090
22011
|
description:
|
|
22091
|
-
'A simulate keypad code entry
|
|
22012
|
+
'A simulate keypad code entry action attempt succeeded.',
|
|
22092
22013
|
properties: {
|
|
22093
22014
|
action_attempt_id: {
|
|
22094
22015
|
description: 'ID of the affected action attempt.',
|
|
@@ -22132,8 +22053,7 @@ const openapi: OpenAPISpec = {
|
|
|
22132
22053
|
},
|
|
22133
22054
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22134
22055
|
workspace_id: {
|
|
22135
|
-
description:
|
|
22136
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22056
|
+
description: 'ID of the workspace associated with the event.',
|
|
22137
22057
|
format: 'uuid',
|
|
22138
22058
|
type: 'string',
|
|
22139
22059
|
},
|
|
@@ -22152,8 +22072,7 @@ const openapi: OpenAPISpec = {
|
|
|
22152
22072
|
'x-route-path': '/action_attempts',
|
|
22153
22073
|
},
|
|
22154
22074
|
{
|
|
22155
|
-
description:
|
|
22156
|
-
'A simulate keypad code entry [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
22075
|
+
description: 'A simulate keypad code entry action attempt failed.',
|
|
22157
22076
|
properties: {
|
|
22158
22077
|
action_attempt_id: {
|
|
22159
22078
|
description: 'ID of the affected action attempt.',
|
|
@@ -22197,8 +22116,7 @@ const openapi: OpenAPISpec = {
|
|
|
22197
22116
|
},
|
|
22198
22117
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22199
22118
|
workspace_id: {
|
|
22200
|
-
description:
|
|
22201
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22119
|
+
description: 'ID of the workspace associated with the event.',
|
|
22202
22120
|
format: 'uuid',
|
|
22203
22121
|
type: 'string',
|
|
22204
22122
|
},
|
|
@@ -22218,7 +22136,7 @@ const openapi: OpenAPISpec = {
|
|
|
22218
22136
|
},
|
|
22219
22137
|
{
|
|
22220
22138
|
description:
|
|
22221
|
-
'A simulate manual lock via keypad
|
|
22139
|
+
'A simulate manual lock via keypad action attempt succeeded.',
|
|
22222
22140
|
properties: {
|
|
22223
22141
|
action_attempt_id: {
|
|
22224
22142
|
description: 'ID of the affected action attempt.',
|
|
@@ -22264,8 +22182,7 @@ const openapi: OpenAPISpec = {
|
|
|
22264
22182
|
},
|
|
22265
22183
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22266
22184
|
workspace_id: {
|
|
22267
|
-
description:
|
|
22268
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22185
|
+
description: 'ID of the workspace associated with the event.',
|
|
22269
22186
|
format: 'uuid',
|
|
22270
22187
|
type: 'string',
|
|
22271
22188
|
},
|
|
@@ -22285,7 +22202,7 @@ const openapi: OpenAPISpec = {
|
|
|
22285
22202
|
},
|
|
22286
22203
|
{
|
|
22287
22204
|
description:
|
|
22288
|
-
'A simulate manual lock via keypad
|
|
22205
|
+
'A simulate manual lock via keypad action attempt failed.',
|
|
22289
22206
|
properties: {
|
|
22290
22207
|
action_attempt_id: {
|
|
22291
22208
|
description: 'ID of the affected action attempt.',
|
|
@@ -22329,8 +22246,7 @@ const openapi: OpenAPISpec = {
|
|
|
22329
22246
|
},
|
|
22330
22247
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22331
22248
|
workspace_id: {
|
|
22332
|
-
description:
|
|
22333
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22249
|
+
description: 'ID of the workspace associated with the event.',
|
|
22334
22250
|
format: 'uuid',
|
|
22335
22251
|
type: 'string',
|
|
22336
22252
|
},
|
|
@@ -22349,12 +22265,10 @@ const openapi: OpenAPISpec = {
|
|
|
22349
22265
|
'x-route-path': '/action_attempts',
|
|
22350
22266
|
},
|
|
22351
22267
|
{
|
|
22352
|
-
description:
|
|
22353
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login succeeded.',
|
|
22268
|
+
description: 'A Connect Webview login succeeded.',
|
|
22354
22269
|
properties: {
|
|
22355
22270
|
connect_webview_id: {
|
|
22356
|
-
description:
|
|
22357
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22271
|
+
description: 'ID of the affected Connect Webview.',
|
|
22358
22272
|
format: 'uuid',
|
|
22359
22273
|
type: 'string',
|
|
22360
22274
|
},
|
|
@@ -22368,7 +22282,7 @@ const openapi: OpenAPISpec = {
|
|
|
22368
22282
|
},
|
|
22369
22283
|
connected_account_id: {
|
|
22370
22284
|
description:
|
|
22371
|
-
'ID of the
|
|
22285
|
+
'ID of the connected account associated with the event.',
|
|
22372
22286
|
format: 'uuid',
|
|
22373
22287
|
type: 'string',
|
|
22374
22288
|
},
|
|
@@ -22397,8 +22311,7 @@ const openapi: OpenAPISpec = {
|
|
|
22397
22311
|
type: 'string',
|
|
22398
22312
|
},
|
|
22399
22313
|
workspace_id: {
|
|
22400
|
-
description:
|
|
22401
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22314
|
+
description: 'ID of the workspace associated with the event.',
|
|
22402
22315
|
format: 'uuid',
|
|
22403
22316
|
type: 'string',
|
|
22404
22317
|
},
|
|
@@ -22416,12 +22329,10 @@ const openapi: OpenAPISpec = {
|
|
|
22416
22329
|
'x-route-path': '/connect_webviews',
|
|
22417
22330
|
},
|
|
22418
22331
|
{
|
|
22419
|
-
description:
|
|
22420
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login failed.',
|
|
22332
|
+
description: 'A Connect Webview login failed.',
|
|
22421
22333
|
properties: {
|
|
22422
22334
|
connect_webview_id: {
|
|
22423
|
-
description:
|
|
22424
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22335
|
+
description: 'ID of the affected Connect Webview.',
|
|
22425
22336
|
format: 'uuid',
|
|
22426
22337
|
type: 'string',
|
|
22427
22338
|
},
|
|
@@ -22445,8 +22356,7 @@ const openapi: OpenAPISpec = {
|
|
|
22445
22356
|
type: 'string',
|
|
22446
22357
|
},
|
|
22447
22358
|
workspace_id: {
|
|
22448
|
-
description:
|
|
22449
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22359
|
+
description: 'ID of the workspace associated with the event.',
|
|
22450
22360
|
format: 'uuid',
|
|
22451
22361
|
type: 'string',
|
|
22452
22362
|
},
|
|
@@ -22464,7 +22374,7 @@ const openapi: OpenAPISpec = {
|
|
|
22464
22374
|
},
|
|
22465
22375
|
{
|
|
22466
22376
|
description:
|
|
22467
|
-
'The status of a
|
|
22377
|
+
'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.',
|
|
22468
22378
|
properties: {
|
|
22469
22379
|
connected_account_custom_metadata: {
|
|
22470
22380
|
additionalProperties: {
|
|
@@ -22476,7 +22386,7 @@ const openapi: OpenAPISpec = {
|
|
|
22476
22386
|
},
|
|
22477
22387
|
connected_account_id: {
|
|
22478
22388
|
description:
|
|
22479
|
-
'ID of the
|
|
22389
|
+
'ID of the connected account associated with the event.',
|
|
22480
22390
|
format: 'uuid',
|
|
22481
22391
|
type: 'string',
|
|
22482
22392
|
},
|
|
@@ -22515,8 +22425,7 @@ const openapi: OpenAPISpec = {
|
|
|
22515
22425
|
type: 'string',
|
|
22516
22426
|
},
|
|
22517
22427
|
workspace_id: {
|
|
22518
|
-
description:
|
|
22519
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22428
|
+
description: 'ID of the workspace associated with the event.',
|
|
22520
22429
|
format: 'uuid',
|
|
22521
22430
|
type: 'string',
|
|
22522
22431
|
},
|
|
@@ -22535,7 +22444,7 @@ const openapi: OpenAPISpec = {
|
|
|
22535
22444
|
},
|
|
22536
22445
|
{
|
|
22537
22446
|
description:
|
|
22538
|
-
'A
|
|
22447
|
+
'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
22539
22448
|
properties: {
|
|
22540
22449
|
connected_account_custom_metadata: {
|
|
22541
22450
|
additionalProperties: {
|
|
@@ -22547,7 +22456,7 @@ const openapi: OpenAPISpec = {
|
|
|
22547
22456
|
},
|
|
22548
22457
|
connected_account_id: {
|
|
22549
22458
|
description:
|
|
22550
|
-
'ID of the
|
|
22459
|
+
'ID of the connected account associated with the event.',
|
|
22551
22460
|
format: 'uuid',
|
|
22552
22461
|
type: 'string',
|
|
22553
22462
|
},
|
|
@@ -22586,8 +22495,7 @@ const openapi: OpenAPISpec = {
|
|
|
22586
22495
|
type: 'string',
|
|
22587
22496
|
},
|
|
22588
22497
|
workspace_id: {
|
|
22589
|
-
description:
|
|
22590
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22498
|
+
description: 'ID of the workspace associated with the event.',
|
|
22591
22499
|
format: 'uuid',
|
|
22592
22500
|
type: 'string',
|
|
22593
22501
|
},
|
|
@@ -22618,7 +22526,7 @@ const openapi: OpenAPISpec = {
|
|
|
22618
22526
|
},
|
|
22619
22527
|
connected_account_id: {
|
|
22620
22528
|
description:
|
|
22621
|
-
'ID of the
|
|
22529
|
+
'ID of the connected account associated with the event.',
|
|
22622
22530
|
format: 'uuid',
|
|
22623
22531
|
type: 'string',
|
|
22624
22532
|
},
|
|
@@ -22660,8 +22568,7 @@ const openapi: OpenAPISpec = {
|
|
|
22660
22568
|
type: 'string',
|
|
22661
22569
|
},
|
|
22662
22570
|
workspace_id: {
|
|
22663
|
-
description:
|
|
22664
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22571
|
+
description: 'ID of the workspace associated with the event.',
|
|
22665
22572
|
format: 'uuid',
|
|
22666
22573
|
type: 'string',
|
|
22667
22574
|
},
|
|
@@ -22692,7 +22599,7 @@ const openapi: OpenAPISpec = {
|
|
|
22692
22599
|
},
|
|
22693
22600
|
connected_account_id: {
|
|
22694
22601
|
description:
|
|
22695
|
-
'ID of the
|
|
22602
|
+
'ID of the connected account associated with the event.',
|
|
22696
22603
|
format: 'uuid',
|
|
22697
22604
|
type: 'string',
|
|
22698
22605
|
},
|
|
@@ -22734,8 +22641,7 @@ const openapi: OpenAPISpec = {
|
|
|
22734
22641
|
type: 'string',
|
|
22735
22642
|
},
|
|
22736
22643
|
workspace_id: {
|
|
22737
|
-
description:
|
|
22738
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22644
|
+
description: 'ID of the workspace associated with the event.',
|
|
22739
22645
|
format: 'uuid',
|
|
22740
22646
|
type: 'string',
|
|
22741
22647
|
},
|
|
@@ -22766,7 +22672,7 @@ const openapi: OpenAPISpec = {
|
|
|
22766
22672
|
},
|
|
22767
22673
|
connected_account_id: {
|
|
22768
22674
|
description:
|
|
22769
|
-
'ID of the
|
|
22675
|
+
'ID of the connected account associated with the event.',
|
|
22770
22676
|
format: 'uuid',
|
|
22771
22677
|
type: 'string',
|
|
22772
22678
|
},
|
|
@@ -22808,8 +22714,7 @@ const openapi: OpenAPISpec = {
|
|
|
22808
22714
|
type: 'string',
|
|
22809
22715
|
},
|
|
22810
22716
|
workspace_id: {
|
|
22811
|
-
description:
|
|
22812
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22717
|
+
description: 'ID of the workspace associated with the event.',
|
|
22813
22718
|
format: 'uuid',
|
|
22814
22719
|
type: 'string',
|
|
22815
22720
|
},
|
|
@@ -22828,7 +22733,7 @@ const openapi: OpenAPISpec = {
|
|
|
22828
22733
|
},
|
|
22829
22734
|
{
|
|
22830
22735
|
description:
|
|
22831
|
-
'The status of a
|
|
22736
|
+
'The status of a device changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
22832
22737
|
properties: {
|
|
22833
22738
|
connected_account_custom_metadata: {
|
|
22834
22739
|
additionalProperties: {
|
|
@@ -22866,7 +22771,7 @@ const openapi: OpenAPISpec = {
|
|
|
22866
22771
|
},
|
|
22867
22772
|
connected_account_id: {
|
|
22868
22773
|
description:
|
|
22869
|
-
'ID of the
|
|
22774
|
+
'ID of the connected account associated with the event.',
|
|
22870
22775
|
format: 'uuid',
|
|
22871
22776
|
type: 'string',
|
|
22872
22777
|
},
|
|
@@ -22993,8 +22898,7 @@ const openapi: OpenAPISpec = {
|
|
|
22993
22898
|
type: 'string',
|
|
22994
22899
|
},
|
|
22995
22900
|
workspace_id: {
|
|
22996
|
-
description:
|
|
22997
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22901
|
+
description: 'ID of the workspace associated with the event.',
|
|
22998
22902
|
format: 'uuid',
|
|
22999
22903
|
type: 'string',
|
|
23000
22904
|
},
|
|
@@ -23056,7 +22960,7 @@ const openapi: OpenAPISpec = {
|
|
|
23056
22960
|
},
|
|
23057
22961
|
connected_account_id: {
|
|
23058
22962
|
description:
|
|
23059
|
-
'ID of the
|
|
22963
|
+
'ID of the connected account associated with the event.',
|
|
23060
22964
|
format: 'uuid',
|
|
23061
22965
|
type: 'string',
|
|
23062
22966
|
},
|
|
@@ -23186,8 +23090,7 @@ const openapi: OpenAPISpec = {
|
|
|
23186
23090
|
type: 'string',
|
|
23187
23091
|
},
|
|
23188
23092
|
workspace_id: {
|
|
23189
|
-
description:
|
|
23190
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23093
|
+
description: 'ID of the workspace associated with the event.',
|
|
23191
23094
|
format: 'uuid',
|
|
23192
23095
|
type: 'string',
|
|
23193
23096
|
},
|
|
@@ -23211,7 +23114,7 @@ const openapi: OpenAPISpec = {
|
|
|
23211
23114
|
},
|
|
23212
23115
|
{
|
|
23213
23116
|
description:
|
|
23214
|
-
'A
|
|
23117
|
+
'A device detected that it was tampered with, for example, opened or moved.',
|
|
23215
23118
|
properties: {
|
|
23216
23119
|
connected_account_custom_metadata: {
|
|
23217
23120
|
additionalProperties: {
|
|
@@ -23223,7 +23126,7 @@ const openapi: OpenAPISpec = {
|
|
|
23223
23126
|
},
|
|
23224
23127
|
connected_account_id: {
|
|
23225
23128
|
description:
|
|
23226
|
-
'ID of the
|
|
23129
|
+
'ID of the connected account associated with the event.',
|
|
23227
23130
|
format: 'uuid',
|
|
23228
23131
|
type: 'string',
|
|
23229
23132
|
},
|
|
@@ -23262,8 +23165,7 @@ const openapi: OpenAPISpec = {
|
|
|
23262
23165
|
type: 'string',
|
|
23263
23166
|
},
|
|
23264
23167
|
workspace_id: {
|
|
23265
|
-
description:
|
|
23266
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23168
|
+
description: 'ID of the workspace associated with the event.',
|
|
23267
23169
|
format: 'uuid',
|
|
23268
23170
|
type: 'string',
|
|
23269
23171
|
},
|
|
@@ -23282,7 +23184,7 @@ const openapi: OpenAPISpec = {
|
|
|
23282
23184
|
},
|
|
23283
23185
|
{
|
|
23284
23186
|
description:
|
|
23285
|
-
'A
|
|
23187
|
+
'A device battery level dropped below the low threshold.',
|
|
23286
23188
|
properties: {
|
|
23287
23189
|
battery_level: {
|
|
23288
23190
|
description:
|
|
@@ -23302,7 +23204,7 @@ const openapi: OpenAPISpec = {
|
|
|
23302
23204
|
},
|
|
23303
23205
|
connected_account_id: {
|
|
23304
23206
|
description:
|
|
23305
|
-
'ID of the
|
|
23207
|
+
'ID of the connected account associated with the event.',
|
|
23306
23208
|
format: 'uuid',
|
|
23307
23209
|
type: 'string',
|
|
23308
23210
|
},
|
|
@@ -23341,8 +23243,7 @@ const openapi: OpenAPISpec = {
|
|
|
23341
23243
|
type: 'string',
|
|
23342
23244
|
},
|
|
23343
23245
|
workspace_id: {
|
|
23344
|
-
description:
|
|
23345
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23246
|
+
description: 'ID of the workspace associated with the event.',
|
|
23346
23247
|
format: 'uuid',
|
|
23347
23248
|
type: 'string',
|
|
23348
23249
|
},
|
|
@@ -23362,7 +23263,7 @@ const openapi: OpenAPISpec = {
|
|
|
23362
23263
|
},
|
|
23363
23264
|
{
|
|
23364
23265
|
description:
|
|
23365
|
-
'A
|
|
23266
|
+
'A device battery status changed since the last `battery_status_changed` event.',
|
|
23366
23267
|
properties: {
|
|
23367
23268
|
battery_level: {
|
|
23368
23269
|
description:
|
|
@@ -23388,7 +23289,7 @@ const openapi: OpenAPISpec = {
|
|
|
23388
23289
|
},
|
|
23389
23290
|
connected_account_id: {
|
|
23390
23291
|
description:
|
|
23391
|
-
'ID of the
|
|
23292
|
+
'ID of the connected account associated with the event.',
|
|
23392
23293
|
format: 'uuid',
|
|
23393
23294
|
type: 'string',
|
|
23394
23295
|
},
|
|
@@ -23430,8 +23331,7 @@ const openapi: OpenAPISpec = {
|
|
|
23430
23331
|
type: 'string',
|
|
23431
23332
|
},
|
|
23432
23333
|
workspace_id: {
|
|
23433
|
-
description:
|
|
23434
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23334
|
+
description: 'ID of the workspace associated with the event.',
|
|
23435
23335
|
format: 'uuid',
|
|
23436
23336
|
type: 'string',
|
|
23437
23337
|
},
|
|
@@ -23452,7 +23352,7 @@ const openapi: OpenAPISpec = {
|
|
|
23452
23352
|
},
|
|
23453
23353
|
{
|
|
23454
23354
|
description:
|
|
23455
|
-
'A
|
|
23355
|
+
'A device was removed externally from the connected account.',
|
|
23456
23356
|
properties: {
|
|
23457
23357
|
connected_account_custom_metadata: {
|
|
23458
23358
|
additionalProperties: {
|
|
@@ -23464,7 +23364,7 @@ const openapi: OpenAPISpec = {
|
|
|
23464
23364
|
},
|
|
23465
23365
|
connected_account_id: {
|
|
23466
23366
|
description:
|
|
23467
|
-
'ID of the
|
|
23367
|
+
'ID of the connected account associated with the event.',
|
|
23468
23368
|
format: 'uuid',
|
|
23469
23369
|
type: 'string',
|
|
23470
23370
|
},
|
|
@@ -23503,8 +23403,7 @@ const openapi: OpenAPISpec = {
|
|
|
23503
23403
|
type: 'string',
|
|
23504
23404
|
},
|
|
23505
23405
|
workspace_id: {
|
|
23506
|
-
description:
|
|
23507
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23406
|
+
description: 'ID of the workspace associated with the event.',
|
|
23508
23407
|
format: 'uuid',
|
|
23509
23408
|
type: 'string',
|
|
23510
23409
|
},
|
|
@@ -23522,8 +23421,7 @@ const openapi: OpenAPISpec = {
|
|
|
23522
23421
|
'x-route-path': '/devices',
|
|
23523
23422
|
},
|
|
23524
23423
|
{
|
|
23525
|
-
description:
|
|
23526
|
-
'A [device](https://docs.seam.co/core-concepts/devices) was deleted.',
|
|
23424
|
+
description: 'A device was deleted.',
|
|
23527
23425
|
properties: {
|
|
23528
23426
|
connected_account_custom_metadata: {
|
|
23529
23427
|
additionalProperties: {
|
|
@@ -23535,7 +23433,7 @@ const openapi: OpenAPISpec = {
|
|
|
23535
23433
|
},
|
|
23536
23434
|
connected_account_id: {
|
|
23537
23435
|
description:
|
|
23538
|
-
'ID of the
|
|
23436
|
+
'ID of the connected account associated with the event.',
|
|
23539
23437
|
format: 'uuid',
|
|
23540
23438
|
type: 'string',
|
|
23541
23439
|
},
|
|
@@ -23580,8 +23478,7 @@ const openapi: OpenAPISpec = {
|
|
|
23580
23478
|
type: 'string',
|
|
23581
23479
|
},
|
|
23582
23480
|
workspace_id: {
|
|
23583
|
-
description:
|
|
23584
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23481
|
+
description: 'ID of the workspace associated with the event.',
|
|
23585
23482
|
format: 'uuid',
|
|
23586
23483
|
type: 'string',
|
|
23587
23484
|
},
|
|
@@ -23600,7 +23497,7 @@ const openapi: OpenAPISpec = {
|
|
|
23600
23497
|
},
|
|
23601
23498
|
{
|
|
23602
23499
|
description:
|
|
23603
|
-
'Seam detected that a
|
|
23500
|
+
'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
23604
23501
|
properties: {
|
|
23605
23502
|
connected_account_custom_metadata: {
|
|
23606
23503
|
additionalProperties: {
|
|
@@ -23612,7 +23509,7 @@ const openapi: OpenAPISpec = {
|
|
|
23612
23509
|
},
|
|
23613
23510
|
connected_account_id: {
|
|
23614
23511
|
description:
|
|
23615
|
-
'ID of the
|
|
23512
|
+
'ID of the connected account associated with the event.',
|
|
23616
23513
|
format: 'uuid',
|
|
23617
23514
|
type: 'string',
|
|
23618
23515
|
},
|
|
@@ -23654,8 +23551,7 @@ const openapi: OpenAPISpec = {
|
|
|
23654
23551
|
type: 'string',
|
|
23655
23552
|
},
|
|
23656
23553
|
workspace_id: {
|
|
23657
|
-
description:
|
|
23658
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23554
|
+
description: 'ID of the workspace associated with the event.',
|
|
23659
23555
|
format: 'uuid',
|
|
23660
23556
|
type: 'string',
|
|
23661
23557
|
},
|
|
@@ -23674,7 +23570,7 @@ const openapi: OpenAPISpec = {
|
|
|
23674
23570
|
},
|
|
23675
23571
|
{
|
|
23676
23572
|
description:
|
|
23677
|
-
'Seam detected that a
|
|
23573
|
+
'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
|
|
23678
23574
|
properties: {
|
|
23679
23575
|
connected_account_custom_metadata: {
|
|
23680
23576
|
additionalProperties: {
|
|
@@ -23686,7 +23582,7 @@ const openapi: OpenAPISpec = {
|
|
|
23686
23582
|
},
|
|
23687
23583
|
connected_account_id: {
|
|
23688
23584
|
description:
|
|
23689
|
-
'ID of the
|
|
23585
|
+
'ID of the connected account associated with the event.',
|
|
23690
23586
|
format: 'uuid',
|
|
23691
23587
|
type: 'string',
|
|
23692
23588
|
},
|
|
@@ -23728,8 +23624,7 @@ const openapi: OpenAPISpec = {
|
|
|
23728
23624
|
type: 'string',
|
|
23729
23625
|
},
|
|
23730
23626
|
workspace_id: {
|
|
23731
|
-
description:
|
|
23732
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23627
|
+
description: 'ID of the workspace associated with the event.',
|
|
23733
23628
|
format: 'uuid',
|
|
23734
23629
|
type: 'string',
|
|
23735
23630
|
},
|
|
@@ -23760,7 +23655,7 @@ const openapi: OpenAPISpec = {
|
|
|
23760
23655
|
},
|
|
23761
23656
|
connected_account_id: {
|
|
23762
23657
|
description:
|
|
23763
|
-
'ID of the
|
|
23658
|
+
'ID of the connected account associated with the event.',
|
|
23764
23659
|
format: 'uuid',
|
|
23765
23660
|
type: 'string',
|
|
23766
23661
|
},
|
|
@@ -23802,8 +23697,7 @@ const openapi: OpenAPISpec = {
|
|
|
23802
23697
|
type: 'string',
|
|
23803
23698
|
},
|
|
23804
23699
|
workspace_id: {
|
|
23805
|
-
description:
|
|
23806
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23700
|
+
description: 'ID of the workspace associated with the event.',
|
|
23807
23701
|
format: 'uuid',
|
|
23808
23702
|
type: 'string',
|
|
23809
23703
|
},
|
|
@@ -23834,7 +23728,7 @@ const openapi: OpenAPISpec = {
|
|
|
23834
23728
|
},
|
|
23835
23729
|
connected_account_id: {
|
|
23836
23730
|
description:
|
|
23837
|
-
'ID of the
|
|
23731
|
+
'ID of the connected account associated with the event.',
|
|
23838
23732
|
format: 'uuid',
|
|
23839
23733
|
type: 'string',
|
|
23840
23734
|
},
|
|
@@ -23876,8 +23770,7 @@ const openapi: OpenAPISpec = {
|
|
|
23876
23770
|
type: 'string',
|
|
23877
23771
|
},
|
|
23878
23772
|
workspace_id: {
|
|
23879
|
-
description:
|
|
23880
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23773
|
+
description: 'ID of the workspace associated with the event.',
|
|
23881
23774
|
format: 'uuid',
|
|
23882
23775
|
type: 'string',
|
|
23883
23776
|
},
|
|
@@ -23895,8 +23788,7 @@ const openapi: OpenAPISpec = {
|
|
|
23895
23788
|
'x-route-path': '/devices',
|
|
23896
23789
|
},
|
|
23897
23790
|
{
|
|
23898
|
-
description:
|
|
23899
|
-
'Seam detected a flaky [device](https://docs.seam.co/core-concepts/devices) connection.',
|
|
23791
|
+
description: 'Seam detected a flaky device connection.',
|
|
23900
23792
|
properties: {
|
|
23901
23793
|
connected_account_custom_metadata: {
|
|
23902
23794
|
additionalProperties: {
|
|
@@ -23934,7 +23826,7 @@ const openapi: OpenAPISpec = {
|
|
|
23934
23826
|
},
|
|
23935
23827
|
connected_account_id: {
|
|
23936
23828
|
description:
|
|
23937
|
-
'ID of the
|
|
23829
|
+
'ID of the connected account associated with the event.',
|
|
23938
23830
|
format: 'uuid',
|
|
23939
23831
|
type: 'string',
|
|
23940
23832
|
},
|
|
@@ -24054,8 +23946,7 @@ const openapi: OpenAPISpec = {
|
|
|
24054
23946
|
type: 'string',
|
|
24055
23947
|
},
|
|
24056
23948
|
workspace_id: {
|
|
24057
|
-
description:
|
|
24058
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23949
|
+
description: 'ID of the workspace associated with the event.',
|
|
24059
23950
|
format: 'uuid',
|
|
24060
23951
|
type: 'string',
|
|
24061
23952
|
},
|
|
@@ -24078,7 +23969,7 @@ const openapi: OpenAPISpec = {
|
|
|
24078
23969
|
},
|
|
24079
23970
|
{
|
|
24080
23971
|
description:
|
|
24081
|
-
'Seam detected that a previously-flaky
|
|
23972
|
+
'Seam detected that a previously-flaky device connection stabilized.',
|
|
24082
23973
|
properties: {
|
|
24083
23974
|
connected_account_custom_metadata: {
|
|
24084
23975
|
additionalProperties: {
|
|
@@ -24090,7 +23981,7 @@ const openapi: OpenAPISpec = {
|
|
|
24090
23981
|
},
|
|
24091
23982
|
connected_account_id: {
|
|
24092
23983
|
description:
|
|
24093
|
-
'ID of the
|
|
23984
|
+
'ID of the connected account associated with the event.',
|
|
24094
23985
|
format: 'uuid',
|
|
24095
23986
|
type: 'string',
|
|
24096
23987
|
},
|
|
@@ -24132,8 +24023,7 @@ const openapi: OpenAPISpec = {
|
|
|
24132
24023
|
type: 'string',
|
|
24133
24024
|
},
|
|
24134
24025
|
workspace_id: {
|
|
24135
|
-
description:
|
|
24136
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24026
|
+
description: 'ID of the workspace associated with the event.',
|
|
24137
24027
|
format: 'uuid',
|
|
24138
24028
|
type: 'string',
|
|
24139
24029
|
},
|
|
@@ -24152,7 +24042,7 @@ const openapi: OpenAPISpec = {
|
|
|
24152
24042
|
},
|
|
24153
24043
|
{
|
|
24154
24044
|
description:
|
|
24155
|
-
'A third-party subscription is required to use all
|
|
24045
|
+
'A third-party subscription is required to use all device features.',
|
|
24156
24046
|
properties: {
|
|
24157
24047
|
connected_account_custom_metadata: {
|
|
24158
24048
|
additionalProperties: {
|
|
@@ -24190,7 +24080,7 @@ const openapi: OpenAPISpec = {
|
|
|
24190
24080
|
},
|
|
24191
24081
|
connected_account_id: {
|
|
24192
24082
|
description:
|
|
24193
|
-
'ID of the
|
|
24083
|
+
'ID of the connected account associated with the event.',
|
|
24194
24084
|
format: 'uuid',
|
|
24195
24085
|
type: 'string',
|
|
24196
24086
|
},
|
|
@@ -24310,8 +24200,7 @@ const openapi: OpenAPISpec = {
|
|
|
24310
24200
|
type: 'string',
|
|
24311
24201
|
},
|
|
24312
24202
|
workspace_id: {
|
|
24313
|
-
description:
|
|
24314
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24203
|
+
description: 'ID of the workspace associated with the event.',
|
|
24315
24204
|
format: 'uuid',
|
|
24316
24205
|
type: 'string',
|
|
24317
24206
|
},
|
|
@@ -24334,7 +24223,7 @@ const openapi: OpenAPISpec = {
|
|
|
24334
24223
|
},
|
|
24335
24224
|
{
|
|
24336
24225
|
description:
|
|
24337
|
-
'A third-party subscription is active or no longer required to use all
|
|
24226
|
+
'A third-party subscription is active or no longer required to use all device features.',
|
|
24338
24227
|
properties: {
|
|
24339
24228
|
connected_account_custom_metadata: {
|
|
24340
24229
|
additionalProperties: {
|
|
@@ -24346,7 +24235,7 @@ const openapi: OpenAPISpec = {
|
|
|
24346
24235
|
},
|
|
24347
24236
|
connected_account_id: {
|
|
24348
24237
|
description:
|
|
24349
|
-
'ID of the
|
|
24238
|
+
'ID of the connected account associated with the event.',
|
|
24350
24239
|
format: 'uuid',
|
|
24351
24240
|
type: 'string',
|
|
24352
24241
|
},
|
|
@@ -24388,8 +24277,7 @@ const openapi: OpenAPISpec = {
|
|
|
24388
24277
|
type: 'string',
|
|
24389
24278
|
},
|
|
24390
24279
|
workspace_id: {
|
|
24391
|
-
description:
|
|
24392
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24280
|
+
description: 'ID of the workspace associated with the event.',
|
|
24393
24281
|
format: 'uuid',
|
|
24394
24282
|
type: 'string',
|
|
24395
24283
|
},
|
|
@@ -24407,8 +24295,7 @@ const openapi: OpenAPISpec = {
|
|
|
24407
24295
|
'x-route-path': '/devices',
|
|
24408
24296
|
},
|
|
24409
24297
|
{
|
|
24410
|
-
description:
|
|
24411
|
-
'An accessory keypad was connected to a [device](https://docs.seam.co/core-concepts/devices).',
|
|
24298
|
+
description: 'An accessory keypad was connected to a device.',
|
|
24412
24299
|
properties: {
|
|
24413
24300
|
connected_account_custom_metadata: {
|
|
24414
24301
|
additionalProperties: {
|
|
@@ -24420,7 +24307,7 @@ const openapi: OpenAPISpec = {
|
|
|
24420
24307
|
},
|
|
24421
24308
|
connected_account_id: {
|
|
24422
24309
|
description:
|
|
24423
|
-
'ID of the
|
|
24310
|
+
'ID of the connected account associated with the event.',
|
|
24424
24311
|
format: 'uuid',
|
|
24425
24312
|
type: 'string',
|
|
24426
24313
|
},
|
|
@@ -24462,8 +24349,7 @@ const openapi: OpenAPISpec = {
|
|
|
24462
24349
|
type: 'string',
|
|
24463
24350
|
},
|
|
24464
24351
|
workspace_id: {
|
|
24465
|
-
description:
|
|
24466
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24352
|
+
description: 'ID of the workspace associated with the event.',
|
|
24467
24353
|
format: 'uuid',
|
|
24468
24354
|
type: 'string',
|
|
24469
24355
|
},
|
|
@@ -24481,8 +24367,7 @@ const openapi: OpenAPISpec = {
|
|
|
24481
24367
|
'x-route-path': '/devices',
|
|
24482
24368
|
},
|
|
24483
24369
|
{
|
|
24484
|
-
description:
|
|
24485
|
-
'An accessory keypad was disconnected from a [device](https://docs.seam.co/core-concepts/devices).',
|
|
24370
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
24486
24371
|
properties: {
|
|
24487
24372
|
connected_account_custom_metadata: {
|
|
24488
24373
|
additionalProperties: {
|
|
@@ -24520,7 +24405,7 @@ const openapi: OpenAPISpec = {
|
|
|
24520
24405
|
},
|
|
24521
24406
|
connected_account_id: {
|
|
24522
24407
|
description:
|
|
24523
|
-
'ID of the
|
|
24408
|
+
'ID of the connected account associated with the event.',
|
|
24524
24409
|
format: 'uuid',
|
|
24525
24410
|
type: 'string',
|
|
24526
24411
|
},
|
|
@@ -24640,8 +24525,7 @@ const openapi: OpenAPISpec = {
|
|
|
24640
24525
|
type: 'string',
|
|
24641
24526
|
},
|
|
24642
24527
|
workspace_id: {
|
|
24643
|
-
description:
|
|
24644
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24528
|
+
description: 'ID of the workspace associated with the event.',
|
|
24645
24529
|
format: 'uuid',
|
|
24646
24530
|
type: 'string',
|
|
24647
24531
|
},
|
|
@@ -24676,7 +24560,7 @@ const openapi: OpenAPISpec = {
|
|
|
24676
24560
|
},
|
|
24677
24561
|
connected_account_id: {
|
|
24678
24562
|
description:
|
|
24679
|
-
'ID of the
|
|
24563
|
+
'ID of the connected account associated with the event.',
|
|
24680
24564
|
format: 'uuid',
|
|
24681
24565
|
type: 'string',
|
|
24682
24566
|
},
|
|
@@ -24748,8 +24632,7 @@ const openapi: OpenAPISpec = {
|
|
|
24748
24632
|
type: 'string',
|
|
24749
24633
|
},
|
|
24750
24634
|
workspace_id: {
|
|
24751
|
-
description:
|
|
24752
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24635
|
+
description: 'ID of the workspace associated with the event.',
|
|
24753
24636
|
format: 'uuid',
|
|
24754
24637
|
type: 'string',
|
|
24755
24638
|
},
|
|
@@ -24797,7 +24680,7 @@ const openapi: OpenAPISpec = {
|
|
|
24797
24680
|
},
|
|
24798
24681
|
connected_account_id: {
|
|
24799
24682
|
description:
|
|
24800
|
-
'ID of the
|
|
24683
|
+
'ID of the connected account associated with the event.',
|
|
24801
24684
|
format: 'uuid',
|
|
24802
24685
|
type: 'string',
|
|
24803
24686
|
},
|
|
@@ -24852,8 +24735,7 @@ const openapi: OpenAPISpec = {
|
|
|
24852
24735
|
type: 'string',
|
|
24853
24736
|
},
|
|
24854
24737
|
workspace_id: {
|
|
24855
|
-
description:
|
|
24856
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24738
|
+
description: 'ID of the workspace associated with the event.',
|
|
24857
24739
|
format: 'uuid',
|
|
24858
24740
|
type: 'string',
|
|
24859
24741
|
},
|
|
@@ -24920,7 +24802,7 @@ const openapi: OpenAPISpec = {
|
|
|
24920
24802
|
},
|
|
24921
24803
|
connected_account_id: {
|
|
24922
24804
|
description:
|
|
24923
|
-
'ID of the
|
|
24805
|
+
'ID of the connected account associated with the event.',
|
|
24924
24806
|
format: 'uuid',
|
|
24925
24807
|
type: 'string',
|
|
24926
24808
|
},
|
|
@@ -24981,8 +24863,7 @@ const openapi: OpenAPISpec = {
|
|
|
24981
24863
|
type: 'string',
|
|
24982
24864
|
},
|
|
24983
24865
|
workspace_id: {
|
|
24984
|
-
description:
|
|
24985
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24866
|
+
description: 'ID of the workspace associated with the event.',
|
|
24986
24867
|
format: 'uuid',
|
|
24987
24868
|
type: 'string',
|
|
24988
24869
|
},
|
|
@@ -25019,7 +24900,7 @@ const openapi: OpenAPISpec = {
|
|
|
25019
24900
|
},
|
|
25020
24901
|
connected_account_id: {
|
|
25021
24902
|
description:
|
|
25022
|
-
'ID of the
|
|
24903
|
+
'ID of the connected account associated with the event.',
|
|
25023
24904
|
format: 'uuid',
|
|
25024
24905
|
type: 'string',
|
|
25025
24906
|
},
|
|
@@ -25058,8 +24939,7 @@ const openapi: OpenAPISpec = {
|
|
|
25058
24939
|
type: 'string',
|
|
25059
24940
|
},
|
|
25060
24941
|
workspace_id: {
|
|
25061
|
-
description:
|
|
25062
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24942
|
+
description: 'ID of the workspace associated with the event.',
|
|
25063
24943
|
format: 'uuid',
|
|
25064
24944
|
type: 'string',
|
|
25065
24945
|
},
|
|
@@ -25094,7 +24974,7 @@ const openapi: OpenAPISpec = {
|
|
|
25094
24974
|
},
|
|
25095
24975
|
connected_account_id: {
|
|
25096
24976
|
description:
|
|
25097
|
-
'ID of the
|
|
24977
|
+
'ID of the connected account associated with the event.',
|
|
25098
24978
|
format: 'uuid',
|
|
25099
24979
|
type: 'string',
|
|
25100
24980
|
},
|
|
@@ -25148,8 +25028,7 @@ const openapi: OpenAPISpec = {
|
|
|
25148
25028
|
type: 'string',
|
|
25149
25029
|
},
|
|
25150
25030
|
workspace_id: {
|
|
25151
|
-
description:
|
|
25152
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25031
|
+
description: 'ID of the workspace associated with the event.',
|
|
25153
25032
|
format: 'uuid',
|
|
25154
25033
|
type: 'string',
|
|
25155
25034
|
},
|
|
@@ -25183,7 +25062,7 @@ const openapi: OpenAPISpec = {
|
|
|
25183
25062
|
},
|
|
25184
25063
|
connected_account_id: {
|
|
25185
25064
|
description:
|
|
25186
|
-
'ID of the
|
|
25065
|
+
'ID of the connected account associated with the event.',
|
|
25187
25066
|
format: 'uuid',
|
|
25188
25067
|
type: 'string',
|
|
25189
25068
|
},
|
|
@@ -25267,8 +25146,7 @@ const openapi: OpenAPISpec = {
|
|
|
25267
25146
|
type: 'string',
|
|
25268
25147
|
},
|
|
25269
25148
|
workspace_id: {
|
|
25270
|
-
description:
|
|
25271
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25149
|
+
description: 'ID of the workspace associated with the event.',
|
|
25272
25150
|
format: 'uuid',
|
|
25273
25151
|
type: 'string',
|
|
25274
25152
|
},
|
|
@@ -25300,7 +25178,7 @@ const openapi: OpenAPISpec = {
|
|
|
25300
25178
|
},
|
|
25301
25179
|
connected_account_id: {
|
|
25302
25180
|
description:
|
|
25303
|
-
'ID of the
|
|
25181
|
+
'ID of the connected account associated with the event.',
|
|
25304
25182
|
format: 'uuid',
|
|
25305
25183
|
type: 'string',
|
|
25306
25184
|
},
|
|
@@ -25382,8 +25260,7 @@ const openapi: OpenAPISpec = {
|
|
|
25382
25260
|
type: 'number',
|
|
25383
25261
|
},
|
|
25384
25262
|
workspace_id: {
|
|
25385
|
-
description:
|
|
25386
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25263
|
+
description: 'ID of the workspace associated with the event.',
|
|
25387
25264
|
format: 'uuid',
|
|
25388
25265
|
type: 'string',
|
|
25389
25266
|
},
|
|
@@ -25420,7 +25297,7 @@ const openapi: OpenAPISpec = {
|
|
|
25420
25297
|
},
|
|
25421
25298
|
connected_account_id: {
|
|
25422
25299
|
description:
|
|
25423
|
-
'ID of the
|
|
25300
|
+
'ID of the connected account associated with the event.',
|
|
25424
25301
|
format: 'uuid',
|
|
25425
25302
|
type: 'string',
|
|
25426
25303
|
},
|
|
@@ -25502,8 +25379,7 @@ const openapi: OpenAPISpec = {
|
|
|
25502
25379
|
type: 'number',
|
|
25503
25380
|
},
|
|
25504
25381
|
workspace_id: {
|
|
25505
|
-
description:
|
|
25506
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25382
|
+
description: 'ID of the workspace associated with the event.',
|
|
25507
25383
|
format: 'uuid',
|
|
25508
25384
|
type: 'string',
|
|
25509
25385
|
},
|
|
@@ -25540,7 +25416,7 @@ const openapi: OpenAPISpec = {
|
|
|
25540
25416
|
},
|
|
25541
25417
|
connected_account_id: {
|
|
25542
25418
|
description:
|
|
25543
|
-
'ID of the
|
|
25419
|
+
'ID of the connected account associated with the event.',
|
|
25544
25420
|
format: 'uuid',
|
|
25545
25421
|
type: 'string',
|
|
25546
25422
|
},
|
|
@@ -25606,8 +25482,7 @@ const openapi: OpenAPISpec = {
|
|
|
25606
25482
|
type: 'number',
|
|
25607
25483
|
},
|
|
25608
25484
|
workspace_id: {
|
|
25609
|
-
description:
|
|
25610
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25485
|
+
description: 'ID of the workspace associated with the event.',
|
|
25611
25486
|
format: 'uuid',
|
|
25612
25487
|
type: 'string',
|
|
25613
25488
|
},
|
|
@@ -25640,7 +25515,7 @@ const openapi: OpenAPISpec = {
|
|
|
25640
25515
|
},
|
|
25641
25516
|
connected_account_id: {
|
|
25642
25517
|
description:
|
|
25643
|
-
'ID of the
|
|
25518
|
+
'ID of the connected account associated with the event.',
|
|
25644
25519
|
format: 'uuid',
|
|
25645
25520
|
type: 'string',
|
|
25646
25521
|
},
|
|
@@ -25694,8 +25569,7 @@ const openapi: OpenAPISpec = {
|
|
|
25694
25569
|
type: 'number',
|
|
25695
25570
|
},
|
|
25696
25571
|
workspace_id: {
|
|
25697
|
-
description:
|
|
25698
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25572
|
+
description: 'ID of the workspace associated with the event.',
|
|
25699
25573
|
format: 'uuid',
|
|
25700
25574
|
type: 'string',
|
|
25701
25575
|
},
|
|
@@ -25715,8 +25589,7 @@ const openapi: OpenAPISpec = {
|
|
|
25715
25589
|
'x-route-path': '/thermostats',
|
|
25716
25590
|
},
|
|
25717
25591
|
{
|
|
25718
|
-
description:
|
|
25719
|
-
'The name of a [device](https://docs.seam.co/core-concepts/devices) was changed.',
|
|
25592
|
+
description: 'The name of a device was changed.',
|
|
25720
25593
|
properties: {
|
|
25721
25594
|
connected_account_custom_metadata: {
|
|
25722
25595
|
additionalProperties: {
|
|
@@ -25728,7 +25601,7 @@ const openapi: OpenAPISpec = {
|
|
|
25728
25601
|
},
|
|
25729
25602
|
connected_account_id: {
|
|
25730
25603
|
description:
|
|
25731
|
-
'ID of the
|
|
25604
|
+
'ID of the connected account associated with the event.',
|
|
25732
25605
|
format: 'uuid',
|
|
25733
25606
|
type: 'string',
|
|
25734
25607
|
},
|
|
@@ -25771,8 +25644,7 @@ const openapi: OpenAPISpec = {
|
|
|
25771
25644
|
type: 'string',
|
|
25772
25645
|
},
|
|
25773
25646
|
workspace_id: {
|
|
25774
|
-
description:
|
|
25775
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25647
|
+
description: 'ID of the workspace associated with the event.',
|
|
25776
25648
|
format: 'uuid',
|
|
25777
25649
|
type: 'string',
|
|
25778
25650
|
},
|
|
@@ -25792,7 +25664,7 @@ const openapi: OpenAPISpec = {
|
|
|
25792
25664
|
},
|
|
25793
25665
|
{
|
|
25794
25666
|
description:
|
|
25795
|
-
'A
|
|
25667
|
+
'A camera was activated, for example, by motion detection.',
|
|
25796
25668
|
properties: {
|
|
25797
25669
|
activation_reason: {
|
|
25798
25670
|
description: 'The reason the camera was activated.',
|
|
@@ -25809,7 +25681,7 @@ const openapi: OpenAPISpec = {
|
|
|
25809
25681
|
},
|
|
25810
25682
|
connected_account_id: {
|
|
25811
25683
|
description:
|
|
25812
|
-
'ID of the
|
|
25684
|
+
'ID of the connected account associated with the event.',
|
|
25813
25685
|
format: 'uuid',
|
|
25814
25686
|
type: 'string',
|
|
25815
25687
|
},
|
|
@@ -25865,8 +25737,7 @@ const openapi: OpenAPISpec = {
|
|
|
25865
25737
|
type: 'string',
|
|
25866
25738
|
},
|
|
25867
25739
|
workspace_id: {
|
|
25868
|
-
description:
|
|
25869
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25740
|
+
description: 'ID of the workspace associated with the event.',
|
|
25870
25741
|
format: 'uuid',
|
|
25871
25742
|
type: 'string',
|
|
25872
25743
|
},
|
|
@@ -25885,8 +25756,7 @@ const openapi: OpenAPISpec = {
|
|
|
25885
25756
|
'x-route-path': '/devices',
|
|
25886
25757
|
},
|
|
25887
25758
|
{
|
|
25888
|
-
description:
|
|
25889
|
-
'A doorbell button was pressed on a [device](https://docs.seam.co/core-concepts/devices).',
|
|
25759
|
+
description: 'A doorbell button was pressed on a device.',
|
|
25890
25760
|
properties: {
|
|
25891
25761
|
connected_account_custom_metadata: {
|
|
25892
25762
|
additionalProperties: {
|
|
@@ -25898,7 +25768,7 @@ const openapi: OpenAPISpec = {
|
|
|
25898
25768
|
},
|
|
25899
25769
|
connected_account_id: {
|
|
25900
25770
|
description:
|
|
25901
|
-
'ID of the
|
|
25771
|
+
'ID of the connected account associated with the event.',
|
|
25902
25772
|
format: 'uuid',
|
|
25903
25773
|
type: 'string',
|
|
25904
25774
|
},
|
|
@@ -25949,8 +25819,7 @@ const openapi: OpenAPISpec = {
|
|
|
25949
25819
|
type: 'string',
|
|
25950
25820
|
},
|
|
25951
25821
|
workspace_id: {
|
|
25952
|
-
description:
|
|
25953
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25822
|
+
description: 'ID of the workspace associated with the event.',
|
|
25954
25823
|
format: 'uuid',
|
|
25955
25824
|
type: 'string',
|
|
25956
25825
|
},
|
|
@@ -25996,8 +25865,7 @@ const openapi: OpenAPISpec = {
|
|
|
25996
25865
|
type: 'string',
|
|
25997
25866
|
},
|
|
25998
25867
|
workspace_id: {
|
|
25999
|
-
description:
|
|
26000
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25868
|
+
description: 'ID of the workspace associated with the event.',
|
|
26001
25869
|
format: 'uuid',
|
|
26002
25870
|
type: 'string',
|
|
26003
25871
|
},
|
|
@@ -26046,8 +25914,7 @@ const openapi: OpenAPISpec = {
|
|
|
26046
25914
|
type: 'string',
|
|
26047
25915
|
},
|
|
26048
25916
|
workspace_id: {
|
|
26049
|
-
description:
|
|
26050
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25917
|
+
description: 'ID of the workspace associated with the event.',
|
|
26051
25918
|
format: 'uuid',
|
|
26052
25919
|
type: 'string',
|
|
26053
25920
|
},
|
|
@@ -26108,8 +25975,7 @@ const openapi: OpenAPISpec = {
|
|
|
26108
25975
|
type: 'string',
|
|
26109
25976
|
},
|
|
26110
25977
|
workspace_id: {
|
|
26111
|
-
description:
|
|
26112
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25978
|
+
description: 'ID of the workspace associated with the event.',
|
|
26113
25979
|
format: 'uuid',
|
|
26114
25980
|
type: 'string',
|
|
26115
25981
|
},
|
|
@@ -26172,8 +26038,7 @@ const openapi: OpenAPISpec = {
|
|
|
26172
26038
|
type: 'string',
|
|
26173
26039
|
},
|
|
26174
26040
|
workspace_id: {
|
|
26175
|
-
description:
|
|
26176
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26041
|
+
description: 'ID of the workspace associated with the event.',
|
|
26177
26042
|
format: 'uuid',
|
|
26178
26043
|
type: 'string',
|
|
26179
26044
|
},
|
|
@@ -26236,8 +26101,7 @@ const openapi: OpenAPISpec = {
|
|
|
26236
26101
|
type: 'string',
|
|
26237
26102
|
},
|
|
26238
26103
|
workspace_id: {
|
|
26239
|
-
description:
|
|
26240
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26104
|
+
description: 'ID of the workspace associated with the event.',
|
|
26241
26105
|
format: 'uuid',
|
|
26242
26106
|
type: 'string',
|
|
26243
26107
|
},
|
|
@@ -26264,7 +26128,7 @@ const openapi: OpenAPISpec = {
|
|
|
26264
26128
|
properties: {
|
|
26265
26129
|
client_session_id: {
|
|
26266
26130
|
description:
|
|
26267
|
-
'ID of the
|
|
26131
|
+
'ID of the client session associated with the Instant Key.',
|
|
26268
26132
|
format: 'uuid',
|
|
26269
26133
|
type: 'string',
|
|
26270
26134
|
},
|
|
@@ -26321,8 +26185,7 @@ const openapi: OpenAPISpec = {
|
|
|
26321
26185
|
type: 'string',
|
|
26322
26186
|
},
|
|
26323
26187
|
workspace_id: {
|
|
26324
|
-
description:
|
|
26325
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the Instant Key.',
|
|
26188
|
+
description: 'ID of the workspace that contains the Instant Key.',
|
|
26326
26189
|
format: 'uuid',
|
|
26327
26190
|
type: 'string',
|
|
26328
26191
|
},
|
|
@@ -26363,8 +26226,7 @@ const openapi: OpenAPISpec = {
|
|
|
26363
26226
|
type: 'string',
|
|
26364
26227
|
},
|
|
26365
26228
|
workspace_id: {
|
|
26366
|
-
description:
|
|
26367
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the magic link.',
|
|
26229
|
+
description: 'ID of the workspace associated with the magic link.',
|
|
26368
26230
|
format: 'uuid',
|
|
26369
26231
|
type: 'string',
|
|
26370
26232
|
},
|
|
@@ -26565,8 +26427,7 @@ const openapi: OpenAPISpec = {
|
|
|
26565
26427
|
type: 'array',
|
|
26566
26428
|
},
|
|
26567
26429
|
workspace_id: {
|
|
26568
|
-
description:
|
|
26569
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the phone.\n ',
|
|
26430
|
+
description: 'ID of the workspace that contains the phone.\n ',
|
|
26570
26431
|
format: 'uuid',
|
|
26571
26432
|
type: 'string',
|
|
26572
26433
|
},
|
|
@@ -27635,7 +27496,7 @@ const openapi: OpenAPISpec = {
|
|
|
27635
27496
|
},
|
|
27636
27497
|
workspace_id: {
|
|
27637
27498
|
description:
|
|
27638
|
-
'ID of the
|
|
27499
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
27639
27500
|
format: 'uuid',
|
|
27640
27501
|
type: 'string',
|
|
27641
27502
|
},
|
|
@@ -27853,7 +27714,7 @@ const openapi: OpenAPISpec = {
|
|
|
27853
27714
|
},
|
|
27854
27715
|
workspace_id: {
|
|
27855
27716
|
description:
|
|
27856
|
-
'ID of the
|
|
27717
|
+
'ID of the workspace that contains the user identity.',
|
|
27857
27718
|
format: 'uuid',
|
|
27858
27719
|
type: 'string',
|
|
27859
27720
|
},
|
|
@@ -27982,8 +27843,7 @@ const openapi: OpenAPISpec = {
|
|
|
27982
27843
|
type: 'string',
|
|
27983
27844
|
},
|
|
27984
27845
|
workspace_id: {
|
|
27985
|
-
description:
|
|
27986
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the space.',
|
|
27846
|
+
description: 'ID of the workspace associated with the space.',
|
|
27987
27847
|
format: 'uuid',
|
|
27988
27848
|
type: 'string',
|
|
27989
27849
|
},
|
|
@@ -28138,7 +27998,7 @@ const openapi: OpenAPISpec = {
|
|
|
28138
27998
|
},
|
|
28139
27999
|
workspace_id: {
|
|
28140
28000
|
description:
|
|
28141
|
-
'ID of the
|
|
28001
|
+
'ID of the workspace that contains the thermostat daily program.',
|
|
28142
28002
|
format: 'uuid',
|
|
28143
28003
|
type: 'string',
|
|
28144
28004
|
},
|
|
@@ -28235,7 +28095,7 @@ const openapi: OpenAPISpec = {
|
|
|
28235
28095
|
},
|
|
28236
28096
|
workspace_id: {
|
|
28237
28097
|
description:
|
|
28238
|
-
'ID of the
|
|
28098
|
+
'ID of the workspace that contains the thermostat schedule.',
|
|
28239
28099
|
format: 'uuid',
|
|
28240
28100
|
type: 'string',
|
|
28241
28101
|
},
|
|
@@ -29836,7 +29696,7 @@ const openapi: OpenAPISpec = {
|
|
|
29836
29696
|
},
|
|
29837
29697
|
connected_account_id: {
|
|
29838
29698
|
description:
|
|
29839
|
-
'ID of the
|
|
29699
|
+
'ID of the connected account that contains the access group.',
|
|
29840
29700
|
format: 'uuid',
|
|
29841
29701
|
type: 'string',
|
|
29842
29702
|
},
|
|
@@ -30319,8 +30179,7 @@ const openapi: OpenAPISpec = {
|
|
|
30319
30179
|
type: 'array',
|
|
30320
30180
|
},
|
|
30321
30181
|
workspace_id: {
|
|
30322
|
-
description:
|
|
30323
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the access group.',
|
|
30182
|
+
description: 'ID of the workspace that contains the access group.',
|
|
30324
30183
|
format: 'uuid',
|
|
30325
30184
|
type: 'string',
|
|
30326
30185
|
},
|
|
@@ -30751,7 +30610,7 @@ const openapi: OpenAPISpec = {
|
|
|
30751
30610
|
},
|
|
30752
30611
|
workspace_id: {
|
|
30753
30612
|
description:
|
|
30754
|
-
'ID of the
|
|
30613
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
30755
30614
|
format: 'uuid',
|
|
30756
30615
|
type: 'string',
|
|
30757
30616
|
},
|
|
@@ -30811,7 +30670,7 @@ const openapi: OpenAPISpec = {
|
|
|
30811
30670
|
},
|
|
30812
30671
|
connected_account_id: {
|
|
30813
30672
|
description:
|
|
30814
|
-
'\n The ID of the
|
|
30673
|
+
'\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 ',
|
|
30815
30674
|
format: 'uuid',
|
|
30816
30675
|
type: 'string',
|
|
30817
30676
|
},
|
|
@@ -31605,7 +31464,7 @@ const openapi: OpenAPISpec = {
|
|
|
31605
31464
|
},
|
|
31606
31465
|
workspace_id: {
|
|
31607
31466
|
description:
|
|
31608
|
-
'ID of the
|
|
31467
|
+
'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
31609
31468
|
format: 'uuid',
|
|
31610
31469
|
type: 'string',
|
|
31611
31470
|
},
|
|
@@ -33458,8 +33317,7 @@ const openapi: OpenAPISpec = {
|
|
|
33458
33317
|
type: 'array',
|
|
33459
33318
|
},
|
|
33460
33319
|
workspace_id: {
|
|
33461
|
-
description:
|
|
33462
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the user identity.',
|
|
33320
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
33463
33321
|
format: 'uuid',
|
|
33464
33322
|
type: 'string',
|
|
33465
33323
|
},
|
|
@@ -33500,11 +33358,7 @@ const openapi: OpenAPISpec = {
|
|
|
33500
33358
|
'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33501
33359
|
type: 'string',
|
|
33502
33360
|
},
|
|
33503
|
-
webhook_id: {
|
|
33504
|
-
description:
|
|
33505
|
-
'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33506
|
-
type: 'string',
|
|
33507
|
-
},
|
|
33361
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
33508
33362
|
},
|
|
33509
33363
|
required: ['webhook_id', 'url'],
|
|
33510
33364
|
type: 'object',
|
|
@@ -33578,7 +33432,7 @@ const openapi: OpenAPISpec = {
|
|
|
33578
33432
|
},
|
|
33579
33433
|
organization_id: {
|
|
33580
33434
|
description:
|
|
33581
|
-
'ID of the organization to which the
|
|
33435
|
+
'ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization.',
|
|
33582
33436
|
format: 'uuid',
|
|
33583
33437
|
nullable: true,
|
|
33584
33438
|
type: 'string',
|
|
@@ -33589,8 +33443,7 @@ const openapi: OpenAPISpec = {
|
|
|
33589
33443
|
type: 'string',
|
|
33590
33444
|
},
|
|
33591
33445
|
workspace_id: {
|
|
33592
|
-
description:
|
|
33593
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
33446
|
+
description: 'ID of the workspace.',
|
|
33594
33447
|
format: 'uuid',
|
|
33595
33448
|
type: 'string',
|
|
33596
33449
|
},
|
|
@@ -50469,7 +50322,7 @@ const openapi: OpenAPISpec = {
|
|
|
50469
50322
|
},
|
|
50470
50323
|
workspace_id: {
|
|
50471
50324
|
description:
|
|
50472
|
-
'ID of the
|
|
50325
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50473
50326
|
format: 'uuid',
|
|
50474
50327
|
type: 'string',
|
|
50475
50328
|
},
|
|
@@ -50549,7 +50402,7 @@ const openapi: OpenAPISpec = {
|
|
|
50549
50402
|
},
|
|
50550
50403
|
workspace_id: {
|
|
50551
50404
|
description:
|
|
50552
|
-
'ID of the
|
|
50405
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50553
50406
|
format: 'uuid',
|
|
50554
50407
|
type: 'string',
|
|
50555
50408
|
},
|
|
@@ -50616,7 +50469,7 @@ const openapi: OpenAPISpec = {
|
|
|
50616
50469
|
},
|
|
50617
50470
|
workspace_id: {
|
|
50618
50471
|
description:
|
|
50619
|
-
'ID of the
|
|
50472
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50620
50473
|
format: 'uuid',
|
|
50621
50474
|
type: 'string',
|
|
50622
50475
|
},
|
|
@@ -50687,7 +50540,7 @@ const openapi: OpenAPISpec = {
|
|
|
50687
50540
|
},
|
|
50688
50541
|
workspace_id: {
|
|
50689
50542
|
description:
|
|
50690
|
-
'ID of the
|
|
50543
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50691
50544
|
format: 'uuid',
|
|
50692
50545
|
type: 'string',
|
|
50693
50546
|
},
|
|
@@ -85020,7 +84873,7 @@ const openapi: OpenAPISpec = {
|
|
|
85020
84873
|
},
|
|
85021
84874
|
workspace_id: {
|
|
85022
84875
|
description:
|
|
85023
|
-
'ID of the
|
|
84876
|
+
'ID of the workspace that contains the user identity.',
|
|
85024
84877
|
format: 'uuid',
|
|
85025
84878
|
type: 'string',
|
|
85026
84879
|
},
|
|
@@ -85263,7 +85116,7 @@ const openapi: OpenAPISpec = {
|
|
|
85263
85116
|
},
|
|
85264
85117
|
workspace_id: {
|
|
85265
85118
|
description:
|
|
85266
|
-
'ID of the
|
|
85119
|
+
'ID of the workspace that contains the user identity.',
|
|
85267
85120
|
format: 'uuid',
|
|
85268
85121
|
type: 'string',
|
|
85269
85122
|
},
|
|
@@ -85534,7 +85387,7 @@ const openapi: OpenAPISpec = {
|
|
|
85534
85387
|
},
|
|
85535
85388
|
workspace_id: {
|
|
85536
85389
|
description:
|
|
85537
|
-
'ID of the
|
|
85390
|
+
'ID of the workspace that contains the user identity.',
|
|
85538
85391
|
format: 'uuid',
|
|
85539
85392
|
type: 'string',
|
|
85540
85393
|
},
|
|
@@ -85800,7 +85653,7 @@ const openapi: OpenAPISpec = {
|
|
|
85800
85653
|
},
|
|
85801
85654
|
workspace_id: {
|
|
85802
85655
|
description:
|
|
85803
|
-
'ID of the
|
|
85656
|
+
'ID of the workspace that contains the user identity.',
|
|
85804
85657
|
format: 'uuid',
|
|
85805
85658
|
type: 'string',
|
|
85806
85659
|
},
|