@seamapi/types 1.914.0 → 1.916.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +347 -386
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1080 -1056
- package/dist/index.cjs +347 -386
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +2 -2
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge.js +1 -1
- package/lib/seam/connect/models/bridges/bridge.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +2 -5
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/customer/customer.js +1 -1
- package/lib/seam/connect/models/customer/customer.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js +25 -13
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +8 -8
- package/lib/seam/connect/models/events/client-sessions.js +1 -1
- package/lib/seam/connect/models/events/common.js +1 -1
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +4 -4
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +10 -10
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +20 -20
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.js +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +2 -2
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.js +1 -1
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
- package/lib/seam/connect/models/spaces/space.js +1 -1
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +1 -3
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +2 -5
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.js +270 -267
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1080 -1056
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -6
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -3
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -2
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +1 -3
- package/src/lib/seam/connect/models/bridges/bridge.ts +1 -3
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +2 -9
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +2 -4
- package/src/lib/seam/connect/models/customer/customer.ts +1 -3
- package/src/lib/seam/connect/models/devices/phone.ts +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +33 -21
- package/src/lib/seam/connect/models/events/action-attempts.ts +8 -8
- package/src/lib/seam/connect/models/events/client-sessions.ts +1 -1
- package/src/lib/seam/connect/models/events/common.ts +1 -3
- package/src/lib/seam/connect/models/events/connect-webviews.ts +4 -8
- package/src/lib/seam/connect/models/events/connected-accounts.ts +10 -14
- package/src/lib/seam/connect/models/events/devices.ts +20 -22
- package/src/lib/seam/connect/models/events/seam-event.ts +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +2 -6
- package/src/lib/seam/connect/models/partner/customer-portal.ts +1 -3
- package/src/lib/seam/connect/models/partner/magic-link.ts +1 -3
- package/src/lib/seam/connect/models/spaces/space.ts +1 -3
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +1 -3
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +1 -3
- package/src/lib/seam/connect/models/webhooks/webhook.ts +1 -5
- package/src/lib/seam/connect/models/workspaces/workspace.ts +2 -7
- package/src/lib/seam/connect/openapi.ts +270 -411
- package/src/lib/seam/connect/route-types.ts +1080 -1056
|
@@ -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
|
},
|
|
@@ -17411,6 +17406,7 @@ const openapi: OpenAPISpec = {
|
|
|
17411
17406
|
type: 'string',
|
|
17412
17407
|
},
|
|
17413
17408
|
from: {
|
|
17409
|
+
description: 'Previous access code name configuration.',
|
|
17414
17410
|
properties: {
|
|
17415
17411
|
name: {
|
|
17416
17412
|
description: 'Previous name of the access code.',
|
|
@@ -17427,6 +17423,7 @@ const openapi: OpenAPISpec = {
|
|
|
17427
17423
|
type: 'string',
|
|
17428
17424
|
},
|
|
17429
17425
|
to: {
|
|
17426
|
+
description: 'New access code name configuration.',
|
|
17430
17427
|
properties: {
|
|
17431
17428
|
name: {
|
|
17432
17429
|
description: 'New name of the access code.',
|
|
@@ -17438,8 +17435,7 @@ const openapi: OpenAPISpec = {
|
|
|
17438
17435
|
type: 'object',
|
|
17439
17436
|
},
|
|
17440
17437
|
workspace_id: {
|
|
17441
|
-
description:
|
|
17442
|
-
'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.',
|
|
17443
17439
|
format: 'uuid',
|
|
17444
17440
|
type: 'string',
|
|
17445
17441
|
},
|
|
@@ -17479,7 +17475,7 @@ const openapi: OpenAPISpec = {
|
|
|
17479
17475
|
},
|
|
17480
17476
|
connected_account_id: {
|
|
17481
17477
|
description:
|
|
17482
|
-
'ID of the
|
|
17478
|
+
'ID of the connected account associated with the affected access code.',
|
|
17483
17479
|
format: 'uuid',
|
|
17484
17480
|
type: 'string',
|
|
17485
17481
|
},
|
|
@@ -17517,6 +17513,7 @@ const openapi: OpenAPISpec = {
|
|
|
17517
17513
|
type: 'string',
|
|
17518
17514
|
},
|
|
17519
17515
|
from: {
|
|
17516
|
+
description: 'Previous pin code configuration.',
|
|
17520
17517
|
properties: {
|
|
17521
17518
|
code: {
|
|
17522
17519
|
description: 'Previous pin code.',
|
|
@@ -17533,6 +17530,7 @@ const openapi: OpenAPISpec = {
|
|
|
17533
17530
|
type: 'string',
|
|
17534
17531
|
},
|
|
17535
17532
|
to: {
|
|
17533
|
+
description: 'New pin code configuration.',
|
|
17536
17534
|
properties: {
|
|
17537
17535
|
code: {
|
|
17538
17536
|
description: 'New pin code.',
|
|
@@ -17544,8 +17542,7 @@ const openapi: OpenAPISpec = {
|
|
|
17544
17542
|
type: 'object',
|
|
17545
17543
|
},
|
|
17546
17544
|
workspace_id: {
|
|
17547
|
-
description:
|
|
17548
|
-
'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.',
|
|
17549
17546
|
format: 'uuid',
|
|
17550
17547
|
type: 'string',
|
|
17551
17548
|
},
|
|
@@ -17585,7 +17582,7 @@ const openapi: OpenAPISpec = {
|
|
|
17585
17582
|
},
|
|
17586
17583
|
connected_account_id: {
|
|
17587
17584
|
description:
|
|
17588
|
-
'ID of the
|
|
17585
|
+
'ID of the connected account associated with the affected access code.',
|
|
17589
17586
|
format: 'uuid',
|
|
17590
17587
|
type: 'string',
|
|
17591
17588
|
},
|
|
@@ -17623,6 +17620,7 @@ const openapi: OpenAPISpec = {
|
|
|
17623
17620
|
type: 'string',
|
|
17624
17621
|
},
|
|
17625
17622
|
from: {
|
|
17623
|
+
description: 'Previous time frame configuration.',
|
|
17626
17624
|
properties: {
|
|
17627
17625
|
ends_at: {
|
|
17628
17626
|
description: 'Previous end time.',
|
|
@@ -17644,6 +17642,7 @@ const openapi: OpenAPISpec = {
|
|
|
17644
17642
|
type: 'string',
|
|
17645
17643
|
},
|
|
17646
17644
|
to: {
|
|
17645
|
+
description: 'New time frame configuration.',
|
|
17647
17646
|
properties: {
|
|
17648
17647
|
ends_at: {
|
|
17649
17648
|
description: 'New end time.',
|
|
@@ -17660,8 +17659,7 @@ const openapi: OpenAPISpec = {
|
|
|
17660
17659
|
type: 'object',
|
|
17661
17660
|
},
|
|
17662
17661
|
workspace_id: {
|
|
17663
|
-
description:
|
|
17664
|
-
'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.',
|
|
17665
17663
|
format: 'uuid',
|
|
17666
17664
|
type: 'string',
|
|
17667
17665
|
},
|
|
@@ -17705,7 +17703,7 @@ const openapi: OpenAPISpec = {
|
|
|
17705
17703
|
},
|
|
17706
17704
|
connected_account_id: {
|
|
17707
17705
|
description:
|
|
17708
|
-
'ID of the
|
|
17706
|
+
'ID of the connected account associated with the affected access code.',
|
|
17709
17707
|
format: 'uuid',
|
|
17710
17708
|
type: 'string',
|
|
17711
17709
|
},
|
|
@@ -17743,8 +17741,7 @@ const openapi: OpenAPISpec = {
|
|
|
17743
17741
|
type: 'string',
|
|
17744
17742
|
},
|
|
17745
17743
|
workspace_id: {
|
|
17746
|
-
description:
|
|
17747
|
-
'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.',
|
|
17748
17745
|
format: 'uuid',
|
|
17749
17746
|
type: 'string',
|
|
17750
17747
|
},
|
|
@@ -17786,7 +17783,7 @@ const openapi: OpenAPISpec = {
|
|
|
17786
17783
|
},
|
|
17787
17784
|
connected_account_id: {
|
|
17788
17785
|
description:
|
|
17789
|
-
'ID of the
|
|
17786
|
+
'ID of the connected account associated with the affected access code.',
|
|
17790
17787
|
format: 'uuid',
|
|
17791
17788
|
type: 'string',
|
|
17792
17789
|
},
|
|
@@ -17824,8 +17821,7 @@ const openapi: OpenAPISpec = {
|
|
|
17824
17821
|
type: 'string',
|
|
17825
17822
|
},
|
|
17826
17823
|
workspace_id: {
|
|
17827
|
-
description:
|
|
17828
|
-
'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.',
|
|
17829
17825
|
format: 'uuid',
|
|
17830
17826
|
type: 'string',
|
|
17831
17827
|
},
|
|
@@ -17863,7 +17859,7 @@ const openapi: OpenAPISpec = {
|
|
|
17863
17859
|
},
|
|
17864
17860
|
connected_account_id: {
|
|
17865
17861
|
description:
|
|
17866
|
-
'ID of the
|
|
17862
|
+
'ID of the connected account associated with the affected access code.',
|
|
17867
17863
|
format: 'uuid',
|
|
17868
17864
|
type: 'string',
|
|
17869
17865
|
},
|
|
@@ -17901,8 +17897,7 @@ const openapi: OpenAPISpec = {
|
|
|
17901
17897
|
type: 'string',
|
|
17902
17898
|
},
|
|
17903
17899
|
workspace_id: {
|
|
17904
|
-
description:
|
|
17905
|
-
'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.',
|
|
17906
17901
|
format: 'uuid',
|
|
17907
17902
|
type: 'string',
|
|
17908
17903
|
},
|
|
@@ -18017,7 +18012,7 @@ const openapi: OpenAPISpec = {
|
|
|
18017
18012
|
},
|
|
18018
18013
|
connected_account_id: {
|
|
18019
18014
|
description:
|
|
18020
|
-
'ID of the
|
|
18015
|
+
'ID of the connected account associated with the affected access code.',
|
|
18021
18016
|
format: 'uuid',
|
|
18022
18017
|
type: 'string',
|
|
18023
18018
|
},
|
|
@@ -18133,8 +18128,7 @@ const openapi: OpenAPISpec = {
|
|
|
18133
18128
|
type: 'string',
|
|
18134
18129
|
},
|
|
18135
18130
|
workspace_id: {
|
|
18136
|
-
description:
|
|
18137
|
-
'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.',
|
|
18138
18132
|
format: 'uuid',
|
|
18139
18133
|
type: 'string',
|
|
18140
18134
|
},
|
|
@@ -18255,7 +18249,7 @@ const openapi: OpenAPISpec = {
|
|
|
18255
18249
|
},
|
|
18256
18250
|
connected_account_id: {
|
|
18257
18251
|
description:
|
|
18258
|
-
'ID of the
|
|
18252
|
+
'ID of the connected account associated with the affected access code.',
|
|
18259
18253
|
format: 'uuid',
|
|
18260
18254
|
type: 'string',
|
|
18261
18255
|
},
|
|
@@ -18371,8 +18365,7 @@ const openapi: OpenAPISpec = {
|
|
|
18371
18365
|
type: 'string',
|
|
18372
18366
|
},
|
|
18373
18367
|
workspace_id: {
|
|
18374
|
-
description:
|
|
18375
|
-
'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.',
|
|
18376
18369
|
format: 'uuid',
|
|
18377
18370
|
type: 'string',
|
|
18378
18371
|
},
|
|
@@ -18420,7 +18413,7 @@ const openapi: OpenAPISpec = {
|
|
|
18420
18413
|
},
|
|
18421
18414
|
connected_account_id: {
|
|
18422
18415
|
description:
|
|
18423
|
-
'ID of the
|
|
18416
|
+
'ID of the connected account associated with the affected access code.',
|
|
18424
18417
|
format: 'uuid',
|
|
18425
18418
|
type: 'string',
|
|
18426
18419
|
},
|
|
@@ -18455,8 +18448,7 @@ const openapi: OpenAPISpec = {
|
|
|
18455
18448
|
type: 'string',
|
|
18456
18449
|
},
|
|
18457
18450
|
workspace_id: {
|
|
18458
|
-
description:
|
|
18459
|
-
'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.',
|
|
18460
18452
|
format: 'uuid',
|
|
18461
18453
|
type: 'string',
|
|
18462
18454
|
},
|
|
@@ -18572,7 +18564,7 @@ const openapi: OpenAPISpec = {
|
|
|
18572
18564
|
},
|
|
18573
18565
|
connected_account_id: {
|
|
18574
18566
|
description:
|
|
18575
|
-
'ID of the
|
|
18567
|
+
'ID of the connected account associated with the affected access code.',
|
|
18576
18568
|
format: 'uuid',
|
|
18577
18569
|
type: 'string',
|
|
18578
18570
|
},
|
|
@@ -18688,8 +18680,7 @@ const openapi: OpenAPISpec = {
|
|
|
18688
18680
|
type: 'string',
|
|
18689
18681
|
},
|
|
18690
18682
|
workspace_id: {
|
|
18691
|
-
description:
|
|
18692
|
-
'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.',
|
|
18693
18684
|
format: 'uuid',
|
|
18694
18685
|
type: 'string',
|
|
18695
18686
|
},
|
|
@@ -18810,7 +18801,7 @@ const openapi: OpenAPISpec = {
|
|
|
18810
18801
|
},
|
|
18811
18802
|
connected_account_id: {
|
|
18812
18803
|
description:
|
|
18813
|
-
'ID of the
|
|
18804
|
+
'ID of the connected account associated with the affected access code.',
|
|
18814
18805
|
format: 'uuid',
|
|
18815
18806
|
type: 'string',
|
|
18816
18807
|
},
|
|
@@ -18926,8 +18917,7 @@ const openapi: OpenAPISpec = {
|
|
|
18926
18917
|
type: 'string',
|
|
18927
18918
|
},
|
|
18928
18919
|
workspace_id: {
|
|
18929
|
-
description:
|
|
18930
|
-
'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.',
|
|
18931
18921
|
format: 'uuid',
|
|
18932
18922
|
type: 'string',
|
|
18933
18923
|
},
|
|
@@ -18970,7 +18960,7 @@ const openapi: OpenAPISpec = {
|
|
|
18970
18960
|
},
|
|
18971
18961
|
connected_account_id: {
|
|
18972
18962
|
description:
|
|
18973
|
-
'ID of the
|
|
18963
|
+
'ID of the connected account associated with the affected access code.',
|
|
18974
18964
|
format: 'uuid',
|
|
18975
18965
|
type: 'string',
|
|
18976
18966
|
},
|
|
@@ -19008,8 +18998,7 @@ const openapi: OpenAPISpec = {
|
|
|
19008
18998
|
type: 'string',
|
|
19009
18999
|
},
|
|
19010
19000
|
workspace_id: {
|
|
19011
|
-
description:
|
|
19012
|
-
'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.',
|
|
19013
19002
|
format: 'uuid',
|
|
19014
19003
|
type: 'string',
|
|
19015
19004
|
},
|
|
@@ -19046,7 +19035,7 @@ const openapi: OpenAPISpec = {
|
|
|
19046
19035
|
},
|
|
19047
19036
|
connected_account_id: {
|
|
19048
19037
|
description:
|
|
19049
|
-
'ID of the
|
|
19038
|
+
'ID of the connected account associated with the affected access code.',
|
|
19050
19039
|
format: 'uuid',
|
|
19051
19040
|
type: 'string',
|
|
19052
19041
|
},
|
|
@@ -19084,8 +19073,7 @@ const openapi: OpenAPISpec = {
|
|
|
19084
19073
|
type: 'string',
|
|
19085
19074
|
},
|
|
19086
19075
|
workspace_id: {
|
|
19087
|
-
description:
|
|
19088
|
-
'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.',
|
|
19089
19077
|
format: 'uuid',
|
|
19090
19078
|
type: 'string',
|
|
19091
19079
|
},
|
|
@@ -19123,7 +19111,7 @@ const openapi: OpenAPISpec = {
|
|
|
19123
19111
|
},
|
|
19124
19112
|
connected_account_id: {
|
|
19125
19113
|
description:
|
|
19126
|
-
'ID of the
|
|
19114
|
+
'ID of the connected account associated with the affected access code.',
|
|
19127
19115
|
format: 'uuid',
|
|
19128
19116
|
type: 'string',
|
|
19129
19117
|
},
|
|
@@ -19161,8 +19149,7 @@ const openapi: OpenAPISpec = {
|
|
|
19161
19149
|
type: 'string',
|
|
19162
19150
|
},
|
|
19163
19151
|
workspace_id: {
|
|
19164
|
-
description:
|
|
19165
|
-
'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.',
|
|
19166
19153
|
format: 'uuid',
|
|
19167
19154
|
type: 'string',
|
|
19168
19155
|
},
|
|
@@ -19200,7 +19187,7 @@ const openapi: OpenAPISpec = {
|
|
|
19200
19187
|
},
|
|
19201
19188
|
connected_account_id: {
|
|
19202
19189
|
description:
|
|
19203
|
-
'ID of the
|
|
19190
|
+
'ID of the connected account associated with the affected access code.',
|
|
19204
19191
|
format: 'uuid',
|
|
19205
19192
|
type: 'string',
|
|
19206
19193
|
},
|
|
@@ -19238,8 +19225,7 @@ const openapi: OpenAPISpec = {
|
|
|
19238
19225
|
type: 'string',
|
|
19239
19226
|
},
|
|
19240
19227
|
workspace_id: {
|
|
19241
|
-
description:
|
|
19242
|
-
'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.',
|
|
19243
19229
|
format: 'uuid',
|
|
19244
19230
|
type: 'string',
|
|
19245
19231
|
},
|
|
@@ -19354,7 +19340,7 @@ const openapi: OpenAPISpec = {
|
|
|
19354
19340
|
},
|
|
19355
19341
|
connected_account_id: {
|
|
19356
19342
|
description:
|
|
19357
|
-
'ID of the
|
|
19343
|
+
'ID of the connected account associated with the affected access code.',
|
|
19358
19344
|
format: 'uuid',
|
|
19359
19345
|
type: 'string',
|
|
19360
19346
|
},
|
|
@@ -19470,8 +19456,7 @@ const openapi: OpenAPISpec = {
|
|
|
19470
19456
|
type: 'string',
|
|
19471
19457
|
},
|
|
19472
19458
|
workspace_id: {
|
|
19473
|
-
description:
|
|
19474
|
-
'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.',
|
|
19475
19460
|
format: 'uuid',
|
|
19476
19461
|
type: 'string',
|
|
19477
19462
|
},
|
|
@@ -19514,7 +19499,7 @@ const openapi: OpenAPISpec = {
|
|
|
19514
19499
|
},
|
|
19515
19500
|
connected_account_id: {
|
|
19516
19501
|
description:
|
|
19517
|
-
'ID of the
|
|
19502
|
+
'ID of the connected account associated with the affected access code.',
|
|
19518
19503
|
format: 'uuid',
|
|
19519
19504
|
type: 'string',
|
|
19520
19505
|
},
|
|
@@ -19552,8 +19537,7 @@ const openapi: OpenAPISpec = {
|
|
|
19552
19537
|
type: 'string',
|
|
19553
19538
|
},
|
|
19554
19539
|
workspace_id: {
|
|
19555
|
-
description:
|
|
19556
|
-
'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.',
|
|
19557
19541
|
format: 'uuid',
|
|
19558
19542
|
type: 'string',
|
|
19559
19543
|
},
|
|
@@ -19590,7 +19574,7 @@ const openapi: OpenAPISpec = {
|
|
|
19590
19574
|
},
|
|
19591
19575
|
connected_account_id: {
|
|
19592
19576
|
description:
|
|
19593
|
-
'ID of the
|
|
19577
|
+
'ID of the connected account associated with the affected access code.',
|
|
19594
19578
|
format: 'uuid',
|
|
19595
19579
|
type: 'string',
|
|
19596
19580
|
},
|
|
@@ -19628,8 +19612,7 @@ const openapi: OpenAPISpec = {
|
|
|
19628
19612
|
type: 'string',
|
|
19629
19613
|
},
|
|
19630
19614
|
workspace_id: {
|
|
19631
|
-
description:
|
|
19632
|
-
'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.',
|
|
19633
19616
|
format: 'uuid',
|
|
19634
19617
|
type: 'string',
|
|
19635
19618
|
},
|
|
@@ -19672,8 +19655,7 @@ const openapi: OpenAPISpec = {
|
|
|
19672
19655
|
type: 'string',
|
|
19673
19656
|
},
|
|
19674
19657
|
workspace_id: {
|
|
19675
|
-
description:
|
|
19676
|
-
'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.',
|
|
19677
19659
|
format: 'uuid',
|
|
19678
19660
|
type: 'string',
|
|
19679
19661
|
},
|
|
@@ -19714,8 +19696,7 @@ const openapi: OpenAPISpec = {
|
|
|
19714
19696
|
type: 'string',
|
|
19715
19697
|
},
|
|
19716
19698
|
workspace_id: {
|
|
19717
|
-
description:
|
|
19718
|
-
'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.',
|
|
19719
19700
|
format: 'uuid',
|
|
19720
19701
|
type: 'string',
|
|
19721
19702
|
},
|
|
@@ -19760,8 +19741,7 @@ const openapi: OpenAPISpec = {
|
|
|
19760
19741
|
type: 'string',
|
|
19761
19742
|
},
|
|
19762
19743
|
workspace_id: {
|
|
19763
|
-
description:
|
|
19764
|
-
'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.',
|
|
19765
19745
|
format: 'uuid',
|
|
19766
19746
|
type: 'string',
|
|
19767
19747
|
},
|
|
@@ -19812,8 +19792,7 @@ const openapi: OpenAPISpec = {
|
|
|
19812
19792
|
type: 'string',
|
|
19813
19793
|
},
|
|
19814
19794
|
workspace_id: {
|
|
19815
|
-
description:
|
|
19816
|
-
'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.',
|
|
19817
19796
|
format: 'uuid',
|
|
19818
19797
|
type: 'string',
|
|
19819
19798
|
},
|
|
@@ -19865,8 +19844,7 @@ const openapi: OpenAPISpec = {
|
|
|
19865
19844
|
type: 'string',
|
|
19866
19845
|
},
|
|
19867
19846
|
workspace_id: {
|
|
19868
|
-
description:
|
|
19869
|
-
'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.',
|
|
19870
19848
|
format: 'uuid',
|
|
19871
19849
|
type: 'string',
|
|
19872
19850
|
},
|
|
@@ -19923,8 +19901,7 @@ const openapi: OpenAPISpec = {
|
|
|
19923
19901
|
type: 'string',
|
|
19924
19902
|
},
|
|
19925
19903
|
workspace_id: {
|
|
19926
|
-
description:
|
|
19927
|
-
'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.',
|
|
19928
19905
|
format: 'uuid',
|
|
19929
19906
|
type: 'string',
|
|
19930
19907
|
},
|
|
@@ -19982,8 +19959,7 @@ const openapi: OpenAPISpec = {
|
|
|
19982
19959
|
type: 'string',
|
|
19983
19960
|
},
|
|
19984
19961
|
workspace_id: {
|
|
19985
|
-
description:
|
|
19986
|
-
'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.',
|
|
19987
19963
|
format: 'uuid',
|
|
19988
19964
|
type: 'string',
|
|
19989
19965
|
},
|
|
@@ -20047,8 +20023,7 @@ const openapi: OpenAPISpec = {
|
|
|
20047
20023
|
type: 'string',
|
|
20048
20024
|
},
|
|
20049
20025
|
workspace_id: {
|
|
20050
|
-
description:
|
|
20051
|
-
'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.',
|
|
20052
20027
|
format: 'uuid',
|
|
20053
20028
|
type: 'string',
|
|
20054
20029
|
},
|
|
@@ -20102,8 +20077,7 @@ const openapi: OpenAPISpec = {
|
|
|
20102
20077
|
type: 'string',
|
|
20103
20078
|
},
|
|
20104
20079
|
workspace_id: {
|
|
20105
|
-
description:
|
|
20106
|
-
'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.',
|
|
20107
20081
|
format: 'uuid',
|
|
20108
20082
|
type: 'string',
|
|
20109
20083
|
},
|
|
@@ -20161,8 +20135,7 @@ const openapi: OpenAPISpec = {
|
|
|
20161
20135
|
type: 'string',
|
|
20162
20136
|
},
|
|
20163
20137
|
workspace_id: {
|
|
20164
|
-
description:
|
|
20165
|
-
'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.',
|
|
20166
20139
|
format: 'uuid',
|
|
20167
20140
|
type: 'string',
|
|
20168
20141
|
},
|
|
@@ -20216,8 +20189,7 @@ const openapi: OpenAPISpec = {
|
|
|
20216
20189
|
type: 'string',
|
|
20217
20190
|
},
|
|
20218
20191
|
workspace_id: {
|
|
20219
|
-
description:
|
|
20220
|
-
'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.',
|
|
20221
20193
|
format: 'uuid',
|
|
20222
20194
|
type: 'string',
|
|
20223
20195
|
},
|
|
@@ -20281,8 +20253,7 @@ const openapi: OpenAPISpec = {
|
|
|
20281
20253
|
type: 'string',
|
|
20282
20254
|
},
|
|
20283
20255
|
workspace_id: {
|
|
20284
|
-
description:
|
|
20285
|
-
'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.',
|
|
20286
20257
|
format: 'uuid',
|
|
20287
20258
|
type: 'string',
|
|
20288
20259
|
},
|
|
@@ -20336,8 +20307,7 @@ const openapi: OpenAPISpec = {
|
|
|
20336
20307
|
type: 'string',
|
|
20337
20308
|
},
|
|
20338
20309
|
workspace_id: {
|
|
20339
|
-
description:
|
|
20340
|
-
'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.',
|
|
20341
20311
|
format: 'uuid',
|
|
20342
20312
|
type: 'string',
|
|
20343
20313
|
},
|
|
@@ -20385,8 +20355,7 @@ const openapi: OpenAPISpec = {
|
|
|
20385
20355
|
type: 'string',
|
|
20386
20356
|
},
|
|
20387
20357
|
workspace_id: {
|
|
20388
|
-
description:
|
|
20389
|
-
'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.',
|
|
20390
20359
|
format: 'uuid',
|
|
20391
20360
|
type: 'string',
|
|
20392
20361
|
},
|
|
@@ -20433,8 +20402,7 @@ const openapi: OpenAPISpec = {
|
|
|
20433
20402
|
type: 'string',
|
|
20434
20403
|
},
|
|
20435
20404
|
workspace_id: {
|
|
20436
|
-
description:
|
|
20437
|
-
'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.',
|
|
20438
20406
|
format: 'uuid',
|
|
20439
20407
|
type: 'string',
|
|
20440
20408
|
},
|
|
@@ -20587,8 +20555,7 @@ const openapi: OpenAPISpec = {
|
|
|
20587
20555
|
type: 'string',
|
|
20588
20556
|
},
|
|
20589
20557
|
workspace_id: {
|
|
20590
|
-
description:
|
|
20591
|
-
'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.',
|
|
20592
20559
|
format: 'uuid',
|
|
20593
20560
|
type: 'string',
|
|
20594
20561
|
},
|
|
@@ -20644,8 +20611,7 @@ const openapi: OpenAPISpec = {
|
|
|
20644
20611
|
type: 'string',
|
|
20645
20612
|
},
|
|
20646
20613
|
workspace_id: {
|
|
20647
|
-
description:
|
|
20648
|
-
'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.',
|
|
20649
20615
|
format: 'uuid',
|
|
20650
20616
|
type: 'string',
|
|
20651
20617
|
},
|
|
@@ -20698,8 +20664,7 @@ const openapi: OpenAPISpec = {
|
|
|
20698
20664
|
type: 'string',
|
|
20699
20665
|
},
|
|
20700
20666
|
workspace_id: {
|
|
20701
|
-
description:
|
|
20702
|
-
'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.',
|
|
20703
20668
|
format: 'uuid',
|
|
20704
20669
|
type: 'string',
|
|
20705
20670
|
},
|
|
@@ -20752,8 +20717,7 @@ const openapi: OpenAPISpec = {
|
|
|
20752
20717
|
type: 'string',
|
|
20753
20718
|
},
|
|
20754
20719
|
workspace_id: {
|
|
20755
|
-
description:
|
|
20756
|
-
'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.',
|
|
20757
20721
|
format: 'uuid',
|
|
20758
20722
|
type: 'string',
|
|
20759
20723
|
},
|
|
@@ -20809,8 +20773,7 @@ const openapi: OpenAPISpec = {
|
|
|
20809
20773
|
type: 'string',
|
|
20810
20774
|
},
|
|
20811
20775
|
workspace_id: {
|
|
20812
|
-
description:
|
|
20813
|
-
'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.',
|
|
20814
20777
|
format: 'uuid',
|
|
20815
20778
|
type: 'string',
|
|
20816
20779
|
},
|
|
@@ -20859,8 +20822,7 @@ const openapi: OpenAPISpec = {
|
|
|
20859
20822
|
type: 'string',
|
|
20860
20823
|
},
|
|
20861
20824
|
workspace_id: {
|
|
20862
|
-
description:
|
|
20863
|
-
'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.',
|
|
20864
20826
|
format: 'uuid',
|
|
20865
20827
|
type: 'string',
|
|
20866
20828
|
},
|
|
@@ -20909,8 +20871,7 @@ const openapi: OpenAPISpec = {
|
|
|
20909
20871
|
type: 'string',
|
|
20910
20872
|
},
|
|
20911
20873
|
workspace_id: {
|
|
20912
|
-
description:
|
|
20913
|
-
'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.',
|
|
20914
20875
|
format: 'uuid',
|
|
20915
20876
|
type: 'string',
|
|
20916
20877
|
},
|
|
@@ -20963,8 +20924,7 @@ const openapi: OpenAPISpec = {
|
|
|
20963
20924
|
type: 'string',
|
|
20964
20925
|
},
|
|
20965
20926
|
workspace_id: {
|
|
20966
|
-
description:
|
|
20967
|
-
'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.',
|
|
20968
20928
|
format: 'uuid',
|
|
20969
20929
|
type: 'string',
|
|
20970
20930
|
},
|
|
@@ -21017,8 +20977,7 @@ const openapi: OpenAPISpec = {
|
|
|
21017
20977
|
type: 'string',
|
|
21018
20978
|
},
|
|
21019
20979
|
workspace_id: {
|
|
21020
|
-
description:
|
|
21021
|
-
'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.',
|
|
21022
20981
|
format: 'uuid',
|
|
21023
20982
|
type: 'string',
|
|
21024
20983
|
},
|
|
@@ -21073,8 +21032,7 @@ const openapi: OpenAPISpec = {
|
|
|
21073
21032
|
type: 'string',
|
|
21074
21033
|
},
|
|
21075
21034
|
workspace_id: {
|
|
21076
|
-
description:
|
|
21077
|
-
'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.',
|
|
21078
21036
|
format: 'uuid',
|
|
21079
21037
|
type: 'string',
|
|
21080
21038
|
},
|
|
@@ -21123,8 +21081,7 @@ const openapi: OpenAPISpec = {
|
|
|
21123
21081
|
type: 'string',
|
|
21124
21082
|
},
|
|
21125
21083
|
workspace_id: {
|
|
21126
|
-
description:
|
|
21127
|
-
'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.',
|
|
21128
21085
|
format: 'uuid',
|
|
21129
21086
|
type: 'string',
|
|
21130
21087
|
},
|
|
@@ -21173,8 +21130,7 @@ const openapi: OpenAPISpec = {
|
|
|
21173
21130
|
type: 'string',
|
|
21174
21131
|
},
|
|
21175
21132
|
workspace_id: {
|
|
21176
|
-
description:
|
|
21177
|
-
'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.',
|
|
21178
21134
|
format: 'uuid',
|
|
21179
21135
|
type: 'string',
|
|
21180
21136
|
},
|
|
@@ -21192,8 +21148,7 @@ const openapi: OpenAPISpec = {
|
|
|
21192
21148
|
'x-route-path': '/acs/entrances',
|
|
21193
21149
|
},
|
|
21194
21150
|
{
|
|
21195
|
-
description:
|
|
21196
|
-
'A [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
21151
|
+
description: 'A client session was deleted.',
|
|
21197
21152
|
properties: {
|
|
21198
21153
|
client_session_id: {
|
|
21199
21154
|
description: 'ID of the affected client session.',
|
|
@@ -21217,8 +21172,7 @@ const openapi: OpenAPISpec = {
|
|
|
21217
21172
|
type: 'string',
|
|
21218
21173
|
},
|
|
21219
21174
|
workspace_id: {
|
|
21220
|
-
description:
|
|
21221
|
-
'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.',
|
|
21222
21176
|
format: 'uuid',
|
|
21223
21177
|
type: 'string',
|
|
21224
21178
|
},
|
|
@@ -21236,11 +21190,11 @@ const openapi: OpenAPISpec = {
|
|
|
21236
21190
|
},
|
|
21237
21191
|
{
|
|
21238
21192
|
description:
|
|
21239
|
-
'A
|
|
21193
|
+
'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
21240
21194
|
properties: {
|
|
21241
21195
|
connect_webview_id: {
|
|
21242
21196
|
description:
|
|
21243
|
-
'ID of the
|
|
21197
|
+
'ID of the Connect Webview associated with the event.',
|
|
21244
21198
|
format: 'uuid',
|
|
21245
21199
|
type: 'string',
|
|
21246
21200
|
},
|
|
@@ -21253,8 +21207,7 @@ const openapi: OpenAPISpec = {
|
|
|
21253
21207
|
type: 'object',
|
|
21254
21208
|
},
|
|
21255
21209
|
connected_account_id: {
|
|
21256
|
-
description:
|
|
21257
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21210
|
+
description: 'ID of the affected connected account.',
|
|
21258
21211
|
format: 'uuid',
|
|
21259
21212
|
type: 'string',
|
|
21260
21213
|
},
|
|
@@ -21283,8 +21236,7 @@ const openapi: OpenAPISpec = {
|
|
|
21283
21236
|
type: 'string',
|
|
21284
21237
|
},
|
|
21285
21238
|
workspace_id: {
|
|
21286
|
-
description:
|
|
21287
|
-
'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.',
|
|
21288
21240
|
format: 'uuid',
|
|
21289
21241
|
type: 'string',
|
|
21290
21242
|
},
|
|
@@ -21301,12 +21253,11 @@ const openapi: OpenAPISpec = {
|
|
|
21301
21253
|
'x-route-path': '/connected_accounts',
|
|
21302
21254
|
},
|
|
21303
21255
|
{
|
|
21304
|
-
description:
|
|
21305
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was created.',
|
|
21256
|
+
description: 'A connected account was created.',
|
|
21306
21257
|
properties: {
|
|
21307
21258
|
connect_webview_id: {
|
|
21308
21259
|
description:
|
|
21309
|
-
'ID of the
|
|
21260
|
+
'ID of the Connect Webview associated with the event.',
|
|
21310
21261
|
format: 'uuid',
|
|
21311
21262
|
type: 'string',
|
|
21312
21263
|
},
|
|
@@ -21319,8 +21270,7 @@ const openapi: OpenAPISpec = {
|
|
|
21319
21270
|
type: 'object',
|
|
21320
21271
|
},
|
|
21321
21272
|
connected_account_id: {
|
|
21322
|
-
description:
|
|
21323
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21273
|
+
description: 'ID of the affected connected account.',
|
|
21324
21274
|
format: 'uuid',
|
|
21325
21275
|
type: 'string',
|
|
21326
21276
|
},
|
|
@@ -21344,8 +21294,7 @@ const openapi: OpenAPISpec = {
|
|
|
21344
21294
|
type: 'string',
|
|
21345
21295
|
},
|
|
21346
21296
|
workspace_id: {
|
|
21347
|
-
description:
|
|
21348
|
-
'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.',
|
|
21349
21298
|
format: 'uuid',
|
|
21350
21299
|
type: 'string',
|
|
21351
21300
|
},
|
|
@@ -21365,11 +21314,11 @@ const openapi: OpenAPISpec = {
|
|
|
21365
21314
|
{
|
|
21366
21315
|
deprecated: true,
|
|
21367
21316
|
description:
|
|
21368
|
-
'A
|
|
21317
|
+
'A connected account had a successful login using a Connect Webview.',
|
|
21369
21318
|
properties: {
|
|
21370
21319
|
connect_webview_id: {
|
|
21371
21320
|
description:
|
|
21372
|
-
'ID of the
|
|
21321
|
+
'ID of the Connect Webview associated with the event.',
|
|
21373
21322
|
format: 'uuid',
|
|
21374
21323
|
type: 'string',
|
|
21375
21324
|
},
|
|
@@ -21382,8 +21331,7 @@ const openapi: OpenAPISpec = {
|
|
|
21382
21331
|
type: 'object',
|
|
21383
21332
|
},
|
|
21384
21333
|
connected_account_id: {
|
|
21385
|
-
description:
|
|
21386
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21334
|
+
description: 'ID of the affected connected account.',
|
|
21387
21335
|
format: 'uuid',
|
|
21388
21336
|
type: 'string',
|
|
21389
21337
|
},
|
|
@@ -21407,8 +21355,7 @@ const openapi: OpenAPISpec = {
|
|
|
21407
21355
|
type: 'string',
|
|
21408
21356
|
},
|
|
21409
21357
|
workspace_id: {
|
|
21410
|
-
description:
|
|
21411
|
-
'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.',
|
|
21412
21359
|
format: 'uuid',
|
|
21413
21360
|
type: 'string',
|
|
21414
21361
|
},
|
|
@@ -21427,8 +21374,7 @@ const openapi: OpenAPISpec = {
|
|
|
21427
21374
|
'x-route-path': '/connected_accounts',
|
|
21428
21375
|
},
|
|
21429
21376
|
{
|
|
21430
|
-
description:
|
|
21431
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was disconnected.',
|
|
21377
|
+
description: 'A connected account was disconnected.',
|
|
21432
21378
|
properties: {
|
|
21433
21379
|
connected_account_custom_metadata: {
|
|
21434
21380
|
additionalProperties: {
|
|
@@ -21465,8 +21411,7 @@ const openapi: OpenAPISpec = {
|
|
|
21465
21411
|
type: 'array',
|
|
21466
21412
|
},
|
|
21467
21413
|
connected_account_id: {
|
|
21468
|
-
description:
|
|
21469
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21414
|
+
description: 'ID of the affected connected account.',
|
|
21470
21415
|
format: 'uuid',
|
|
21471
21416
|
type: 'string',
|
|
21472
21417
|
},
|
|
@@ -21516,8 +21461,7 @@ const openapi: OpenAPISpec = {
|
|
|
21516
21461
|
type: 'string',
|
|
21517
21462
|
},
|
|
21518
21463
|
workspace_id: {
|
|
21519
|
-
description:
|
|
21520
|
-
'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.',
|
|
21521
21465
|
format: 'uuid',
|
|
21522
21466
|
type: 'string',
|
|
21523
21467
|
},
|
|
@@ -21537,7 +21481,7 @@ const openapi: OpenAPISpec = {
|
|
|
21537
21481
|
},
|
|
21538
21482
|
{
|
|
21539
21483
|
description:
|
|
21540
|
-
'A
|
|
21484
|
+
'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
21541
21485
|
properties: {
|
|
21542
21486
|
connected_account_custom_metadata: {
|
|
21543
21487
|
additionalProperties: {
|
|
@@ -21548,8 +21492,7 @@ const openapi: OpenAPISpec = {
|
|
|
21548
21492
|
type: 'object',
|
|
21549
21493
|
},
|
|
21550
21494
|
connected_account_id: {
|
|
21551
|
-
description:
|
|
21552
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21495
|
+
description: 'ID of the affected connected account.',
|
|
21553
21496
|
format: 'uuid',
|
|
21554
21497
|
type: 'string',
|
|
21555
21498
|
},
|
|
@@ -21573,8 +21516,7 @@ const openapi: OpenAPISpec = {
|
|
|
21573
21516
|
type: 'string',
|
|
21574
21517
|
},
|
|
21575
21518
|
workspace_id: {
|
|
21576
|
-
description:
|
|
21577
|
-
'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.',
|
|
21578
21520
|
format: 'uuid',
|
|
21579
21521
|
type: 'string',
|
|
21580
21522
|
},
|
|
@@ -21591,8 +21533,7 @@ const openapi: OpenAPISpec = {
|
|
|
21591
21533
|
'x-route-path': '/connected_accounts',
|
|
21592
21534
|
},
|
|
21593
21535
|
{
|
|
21594
|
-
description:
|
|
21595
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was deleted.',
|
|
21536
|
+
description: 'A connected account was deleted.',
|
|
21596
21537
|
properties: {
|
|
21597
21538
|
connected_account_custom_metadata: {
|
|
21598
21539
|
additionalProperties: {
|
|
@@ -21603,8 +21544,7 @@ const openapi: OpenAPISpec = {
|
|
|
21603
21544
|
type: 'object',
|
|
21604
21545
|
},
|
|
21605
21546
|
connected_account_id: {
|
|
21606
|
-
description:
|
|
21607
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21547
|
+
description: 'ID of the affected connected account.',
|
|
21608
21548
|
format: 'uuid',
|
|
21609
21549
|
type: 'string',
|
|
21610
21550
|
},
|
|
@@ -21637,8 +21577,7 @@ const openapi: OpenAPISpec = {
|
|
|
21637
21577
|
type: 'string',
|
|
21638
21578
|
},
|
|
21639
21579
|
workspace_id: {
|
|
21640
|
-
description:
|
|
21641
|
-
'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.',
|
|
21642
21581
|
format: 'uuid',
|
|
21643
21582
|
type: 'string',
|
|
21644
21583
|
},
|
|
@@ -21656,7 +21595,7 @@ const openapi: OpenAPISpec = {
|
|
|
21656
21595
|
},
|
|
21657
21596
|
{
|
|
21658
21597
|
description:
|
|
21659
|
-
'A
|
|
21598
|
+
'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
21660
21599
|
properties: {
|
|
21661
21600
|
connected_account_custom_metadata: {
|
|
21662
21601
|
additionalProperties: {
|
|
@@ -21667,8 +21606,7 @@ const openapi: OpenAPISpec = {
|
|
|
21667
21606
|
type: 'object',
|
|
21668
21607
|
},
|
|
21669
21608
|
connected_account_id: {
|
|
21670
|
-
description:
|
|
21671
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21609
|
+
description: 'ID of the affected connected account.',
|
|
21672
21610
|
format: 'uuid',
|
|
21673
21611
|
type: 'string',
|
|
21674
21612
|
},
|
|
@@ -21694,8 +21632,7 @@ const openapi: OpenAPISpec = {
|
|
|
21694
21632
|
type: 'string',
|
|
21695
21633
|
},
|
|
21696
21634
|
workspace_id: {
|
|
21697
|
-
description:
|
|
21698
|
-
'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.',
|
|
21699
21636
|
format: 'uuid',
|
|
21700
21637
|
type: 'string',
|
|
21701
21638
|
},
|
|
@@ -21713,7 +21650,7 @@ const openapi: OpenAPISpec = {
|
|
|
21713
21650
|
},
|
|
21714
21651
|
{
|
|
21715
21652
|
description:
|
|
21716
|
-
'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.',
|
|
21717
21654
|
properties: {
|
|
21718
21655
|
connected_account_custom_metadata: {
|
|
21719
21656
|
additionalProperties: {
|
|
@@ -21750,8 +21687,7 @@ const openapi: OpenAPISpec = {
|
|
|
21750
21687
|
type: 'array',
|
|
21751
21688
|
},
|
|
21752
21689
|
connected_account_id: {
|
|
21753
|
-
description:
|
|
21754
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21690
|
+
description: 'ID of the affected connected account.',
|
|
21755
21691
|
format: 'uuid',
|
|
21756
21692
|
type: 'string',
|
|
21757
21693
|
},
|
|
@@ -21801,8 +21737,7 @@ const openapi: OpenAPISpec = {
|
|
|
21801
21737
|
type: 'string',
|
|
21802
21738
|
},
|
|
21803
21739
|
workspace_id: {
|
|
21804
|
-
description:
|
|
21805
|
-
'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.',
|
|
21806
21741
|
format: 'uuid',
|
|
21807
21742
|
type: 'string',
|
|
21808
21743
|
},
|
|
@@ -21821,8 +21756,7 @@ const openapi: OpenAPISpec = {
|
|
|
21821
21756
|
'x-route-path': '/connected_accounts',
|
|
21822
21757
|
},
|
|
21823
21758
|
{
|
|
21824
|
-
description:
|
|
21825
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
21759
|
+
description: 'A lock door action attempt succeeded.',
|
|
21826
21760
|
properties: {
|
|
21827
21761
|
action_attempt_id: {
|
|
21828
21762
|
description: 'ID of the affected action attempt.',
|
|
@@ -21866,8 +21800,7 @@ const openapi: OpenAPISpec = {
|
|
|
21866
21800
|
},
|
|
21867
21801
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21868
21802
|
workspace_id: {
|
|
21869
|
-
description:
|
|
21870
|
-
'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.',
|
|
21871
21804
|
format: 'uuid',
|
|
21872
21805
|
type: 'string',
|
|
21873
21806
|
},
|
|
@@ -21886,8 +21819,7 @@ const openapi: OpenAPISpec = {
|
|
|
21886
21819
|
'x-route-path': '/action_attempts',
|
|
21887
21820
|
},
|
|
21888
21821
|
{
|
|
21889
|
-
description:
|
|
21890
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
21822
|
+
description: 'A lock door action attempt failed.',
|
|
21891
21823
|
properties: {
|
|
21892
21824
|
action_attempt_id: {
|
|
21893
21825
|
description: 'ID of the affected action attempt.',
|
|
@@ -21931,8 +21863,7 @@ const openapi: OpenAPISpec = {
|
|
|
21931
21863
|
},
|
|
21932
21864
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21933
21865
|
workspace_id: {
|
|
21934
|
-
description:
|
|
21935
|
-
'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.',
|
|
21936
21867
|
format: 'uuid',
|
|
21937
21868
|
type: 'string',
|
|
21938
21869
|
},
|
|
@@ -21951,8 +21882,7 @@ const openapi: OpenAPISpec = {
|
|
|
21951
21882
|
'x-route-path': '/action_attempts',
|
|
21952
21883
|
},
|
|
21953
21884
|
{
|
|
21954
|
-
description:
|
|
21955
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
21885
|
+
description: 'An unlock door action attempt succeeded.',
|
|
21956
21886
|
properties: {
|
|
21957
21887
|
action_attempt_id: {
|
|
21958
21888
|
description: 'ID of the affected action attempt.',
|
|
@@ -21996,8 +21926,7 @@ const openapi: OpenAPISpec = {
|
|
|
21996
21926
|
},
|
|
21997
21927
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21998
21928
|
workspace_id: {
|
|
21999
|
-
description:
|
|
22000
|
-
'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.',
|
|
22001
21930
|
format: 'uuid',
|
|
22002
21931
|
type: 'string',
|
|
22003
21932
|
},
|
|
@@ -22016,8 +21945,7 @@ const openapi: OpenAPISpec = {
|
|
|
22016
21945
|
'x-route-path': '/action_attempts',
|
|
22017
21946
|
},
|
|
22018
21947
|
{
|
|
22019
|
-
description:
|
|
22020
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
21948
|
+
description: 'An unlock door action attempt failed.',
|
|
22021
21949
|
properties: {
|
|
22022
21950
|
action_attempt_id: {
|
|
22023
21951
|
description: 'ID of the affected action attempt.',
|
|
@@ -22061,8 +21989,7 @@ const openapi: OpenAPISpec = {
|
|
|
22061
21989
|
},
|
|
22062
21990
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22063
21991
|
workspace_id: {
|
|
22064
|
-
description:
|
|
22065
|
-
'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.',
|
|
22066
21993
|
format: 'uuid',
|
|
22067
21994
|
type: 'string',
|
|
22068
21995
|
},
|
|
@@ -22082,7 +22009,7 @@ const openapi: OpenAPISpec = {
|
|
|
22082
22009
|
},
|
|
22083
22010
|
{
|
|
22084
22011
|
description:
|
|
22085
|
-
'A simulate keypad code entry
|
|
22012
|
+
'A simulate keypad code entry action attempt succeeded.',
|
|
22086
22013
|
properties: {
|
|
22087
22014
|
action_attempt_id: {
|
|
22088
22015
|
description: 'ID of the affected action attempt.',
|
|
@@ -22126,8 +22053,7 @@ const openapi: OpenAPISpec = {
|
|
|
22126
22053
|
},
|
|
22127
22054
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22128
22055
|
workspace_id: {
|
|
22129
|
-
description:
|
|
22130
|
-
'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.',
|
|
22131
22057
|
format: 'uuid',
|
|
22132
22058
|
type: 'string',
|
|
22133
22059
|
},
|
|
@@ -22146,8 +22072,7 @@ const openapi: OpenAPISpec = {
|
|
|
22146
22072
|
'x-route-path': '/action_attempts',
|
|
22147
22073
|
},
|
|
22148
22074
|
{
|
|
22149
|
-
description:
|
|
22150
|
-
'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.',
|
|
22151
22076
|
properties: {
|
|
22152
22077
|
action_attempt_id: {
|
|
22153
22078
|
description: 'ID of the affected action attempt.',
|
|
@@ -22191,8 +22116,7 @@ const openapi: OpenAPISpec = {
|
|
|
22191
22116
|
},
|
|
22192
22117
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22193
22118
|
workspace_id: {
|
|
22194
|
-
description:
|
|
22195
|
-
'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.',
|
|
22196
22120
|
format: 'uuid',
|
|
22197
22121
|
type: 'string',
|
|
22198
22122
|
},
|
|
@@ -22212,7 +22136,7 @@ const openapi: OpenAPISpec = {
|
|
|
22212
22136
|
},
|
|
22213
22137
|
{
|
|
22214
22138
|
description:
|
|
22215
|
-
'A simulate manual lock via keypad
|
|
22139
|
+
'A simulate manual lock via keypad action attempt succeeded.',
|
|
22216
22140
|
properties: {
|
|
22217
22141
|
action_attempt_id: {
|
|
22218
22142
|
description: 'ID of the affected action attempt.',
|
|
@@ -22258,8 +22182,7 @@ const openapi: OpenAPISpec = {
|
|
|
22258
22182
|
},
|
|
22259
22183
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22260
22184
|
workspace_id: {
|
|
22261
|
-
description:
|
|
22262
|
-
'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.',
|
|
22263
22186
|
format: 'uuid',
|
|
22264
22187
|
type: 'string',
|
|
22265
22188
|
},
|
|
@@ -22279,7 +22202,7 @@ const openapi: OpenAPISpec = {
|
|
|
22279
22202
|
},
|
|
22280
22203
|
{
|
|
22281
22204
|
description:
|
|
22282
|
-
'A simulate manual lock via keypad
|
|
22205
|
+
'A simulate manual lock via keypad action attempt failed.',
|
|
22283
22206
|
properties: {
|
|
22284
22207
|
action_attempt_id: {
|
|
22285
22208
|
description: 'ID of the affected action attempt.',
|
|
@@ -22323,8 +22246,7 @@ const openapi: OpenAPISpec = {
|
|
|
22323
22246
|
},
|
|
22324
22247
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22325
22248
|
workspace_id: {
|
|
22326
|
-
description:
|
|
22327
|
-
'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.',
|
|
22328
22250
|
format: 'uuid',
|
|
22329
22251
|
type: 'string',
|
|
22330
22252
|
},
|
|
@@ -22343,12 +22265,10 @@ const openapi: OpenAPISpec = {
|
|
|
22343
22265
|
'x-route-path': '/action_attempts',
|
|
22344
22266
|
},
|
|
22345
22267
|
{
|
|
22346
|
-
description:
|
|
22347
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login succeeded.',
|
|
22268
|
+
description: 'A Connect Webview login succeeded.',
|
|
22348
22269
|
properties: {
|
|
22349
22270
|
connect_webview_id: {
|
|
22350
|
-
description:
|
|
22351
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22271
|
+
description: 'ID of the affected Connect Webview.',
|
|
22352
22272
|
format: 'uuid',
|
|
22353
22273
|
type: 'string',
|
|
22354
22274
|
},
|
|
@@ -22362,7 +22282,7 @@ const openapi: OpenAPISpec = {
|
|
|
22362
22282
|
},
|
|
22363
22283
|
connected_account_id: {
|
|
22364
22284
|
description:
|
|
22365
|
-
'ID of the
|
|
22285
|
+
'ID of the connected account associated with the event.',
|
|
22366
22286
|
format: 'uuid',
|
|
22367
22287
|
type: 'string',
|
|
22368
22288
|
},
|
|
@@ -22391,8 +22311,7 @@ const openapi: OpenAPISpec = {
|
|
|
22391
22311
|
type: 'string',
|
|
22392
22312
|
},
|
|
22393
22313
|
workspace_id: {
|
|
22394
|
-
description:
|
|
22395
|
-
'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.',
|
|
22396
22315
|
format: 'uuid',
|
|
22397
22316
|
type: 'string',
|
|
22398
22317
|
},
|
|
@@ -22410,12 +22329,10 @@ const openapi: OpenAPISpec = {
|
|
|
22410
22329
|
'x-route-path': '/connect_webviews',
|
|
22411
22330
|
},
|
|
22412
22331
|
{
|
|
22413
|
-
description:
|
|
22414
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login failed.',
|
|
22332
|
+
description: 'A Connect Webview login failed.',
|
|
22415
22333
|
properties: {
|
|
22416
22334
|
connect_webview_id: {
|
|
22417
|
-
description:
|
|
22418
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22335
|
+
description: 'ID of the affected Connect Webview.',
|
|
22419
22336
|
format: 'uuid',
|
|
22420
22337
|
type: 'string',
|
|
22421
22338
|
},
|
|
@@ -22439,8 +22356,7 @@ const openapi: OpenAPISpec = {
|
|
|
22439
22356
|
type: 'string',
|
|
22440
22357
|
},
|
|
22441
22358
|
workspace_id: {
|
|
22442
|
-
description:
|
|
22443
|
-
'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.',
|
|
22444
22360
|
format: 'uuid',
|
|
22445
22361
|
type: 'string',
|
|
22446
22362
|
},
|
|
@@ -22458,7 +22374,7 @@ const openapi: OpenAPISpec = {
|
|
|
22458
22374
|
},
|
|
22459
22375
|
{
|
|
22460
22376
|
description:
|
|
22461
|
-
'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.',
|
|
22462
22378
|
properties: {
|
|
22463
22379
|
connected_account_custom_metadata: {
|
|
22464
22380
|
additionalProperties: {
|
|
@@ -22470,7 +22386,7 @@ const openapi: OpenAPISpec = {
|
|
|
22470
22386
|
},
|
|
22471
22387
|
connected_account_id: {
|
|
22472
22388
|
description:
|
|
22473
|
-
'ID of the
|
|
22389
|
+
'ID of the connected account associated with the event.',
|
|
22474
22390
|
format: 'uuid',
|
|
22475
22391
|
type: 'string',
|
|
22476
22392
|
},
|
|
@@ -22509,8 +22425,7 @@ const openapi: OpenAPISpec = {
|
|
|
22509
22425
|
type: 'string',
|
|
22510
22426
|
},
|
|
22511
22427
|
workspace_id: {
|
|
22512
|
-
description:
|
|
22513
|
-
'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.',
|
|
22514
22429
|
format: 'uuid',
|
|
22515
22430
|
type: 'string',
|
|
22516
22431
|
},
|
|
@@ -22529,7 +22444,7 @@ const openapi: OpenAPISpec = {
|
|
|
22529
22444
|
},
|
|
22530
22445
|
{
|
|
22531
22446
|
description:
|
|
22532
|
-
'A
|
|
22447
|
+
'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
22533
22448
|
properties: {
|
|
22534
22449
|
connected_account_custom_metadata: {
|
|
22535
22450
|
additionalProperties: {
|
|
@@ -22541,7 +22456,7 @@ const openapi: OpenAPISpec = {
|
|
|
22541
22456
|
},
|
|
22542
22457
|
connected_account_id: {
|
|
22543
22458
|
description:
|
|
22544
|
-
'ID of the
|
|
22459
|
+
'ID of the connected account associated with the event.',
|
|
22545
22460
|
format: 'uuid',
|
|
22546
22461
|
type: 'string',
|
|
22547
22462
|
},
|
|
@@ -22580,8 +22495,7 @@ const openapi: OpenAPISpec = {
|
|
|
22580
22495
|
type: 'string',
|
|
22581
22496
|
},
|
|
22582
22497
|
workspace_id: {
|
|
22583
|
-
description:
|
|
22584
|
-
'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.',
|
|
22585
22499
|
format: 'uuid',
|
|
22586
22500
|
type: 'string',
|
|
22587
22501
|
},
|
|
@@ -22612,7 +22526,7 @@ const openapi: OpenAPISpec = {
|
|
|
22612
22526
|
},
|
|
22613
22527
|
connected_account_id: {
|
|
22614
22528
|
description:
|
|
22615
|
-
'ID of the
|
|
22529
|
+
'ID of the connected account associated with the event.',
|
|
22616
22530
|
format: 'uuid',
|
|
22617
22531
|
type: 'string',
|
|
22618
22532
|
},
|
|
@@ -22654,8 +22568,7 @@ const openapi: OpenAPISpec = {
|
|
|
22654
22568
|
type: 'string',
|
|
22655
22569
|
},
|
|
22656
22570
|
workspace_id: {
|
|
22657
|
-
description:
|
|
22658
|
-
'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.',
|
|
22659
22572
|
format: 'uuid',
|
|
22660
22573
|
type: 'string',
|
|
22661
22574
|
},
|
|
@@ -22686,7 +22599,7 @@ const openapi: OpenAPISpec = {
|
|
|
22686
22599
|
},
|
|
22687
22600
|
connected_account_id: {
|
|
22688
22601
|
description:
|
|
22689
|
-
'ID of the
|
|
22602
|
+
'ID of the connected account associated with the event.',
|
|
22690
22603
|
format: 'uuid',
|
|
22691
22604
|
type: 'string',
|
|
22692
22605
|
},
|
|
@@ -22728,8 +22641,7 @@ const openapi: OpenAPISpec = {
|
|
|
22728
22641
|
type: 'string',
|
|
22729
22642
|
},
|
|
22730
22643
|
workspace_id: {
|
|
22731
|
-
description:
|
|
22732
|
-
'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.',
|
|
22733
22645
|
format: 'uuid',
|
|
22734
22646
|
type: 'string',
|
|
22735
22647
|
},
|
|
@@ -22760,7 +22672,7 @@ const openapi: OpenAPISpec = {
|
|
|
22760
22672
|
},
|
|
22761
22673
|
connected_account_id: {
|
|
22762
22674
|
description:
|
|
22763
|
-
'ID of the
|
|
22675
|
+
'ID of the connected account associated with the event.',
|
|
22764
22676
|
format: 'uuid',
|
|
22765
22677
|
type: 'string',
|
|
22766
22678
|
},
|
|
@@ -22802,8 +22714,7 @@ const openapi: OpenAPISpec = {
|
|
|
22802
22714
|
type: 'string',
|
|
22803
22715
|
},
|
|
22804
22716
|
workspace_id: {
|
|
22805
|
-
description:
|
|
22806
|
-
'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.',
|
|
22807
22718
|
format: 'uuid',
|
|
22808
22719
|
type: 'string',
|
|
22809
22720
|
},
|
|
@@ -22822,7 +22733,7 @@ const openapi: OpenAPISpec = {
|
|
|
22822
22733
|
},
|
|
22823
22734
|
{
|
|
22824
22735
|
description:
|
|
22825
|
-
'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`.',
|
|
22826
22737
|
properties: {
|
|
22827
22738
|
connected_account_custom_metadata: {
|
|
22828
22739
|
additionalProperties: {
|
|
@@ -22860,7 +22771,7 @@ const openapi: OpenAPISpec = {
|
|
|
22860
22771
|
},
|
|
22861
22772
|
connected_account_id: {
|
|
22862
22773
|
description:
|
|
22863
|
-
'ID of the
|
|
22774
|
+
'ID of the connected account associated with the event.',
|
|
22864
22775
|
format: 'uuid',
|
|
22865
22776
|
type: 'string',
|
|
22866
22777
|
},
|
|
@@ -22987,8 +22898,7 @@ const openapi: OpenAPISpec = {
|
|
|
22987
22898
|
type: 'string',
|
|
22988
22899
|
},
|
|
22989
22900
|
workspace_id: {
|
|
22990
|
-
description:
|
|
22991
|
-
'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.',
|
|
22992
22902
|
format: 'uuid',
|
|
22993
22903
|
type: 'string',
|
|
22994
22904
|
},
|
|
@@ -23050,7 +22960,7 @@ const openapi: OpenAPISpec = {
|
|
|
23050
22960
|
},
|
|
23051
22961
|
connected_account_id: {
|
|
23052
22962
|
description:
|
|
23053
|
-
'ID of the
|
|
22963
|
+
'ID of the connected account associated with the event.',
|
|
23054
22964
|
format: 'uuid',
|
|
23055
22965
|
type: 'string',
|
|
23056
22966
|
},
|
|
@@ -23180,8 +23090,7 @@ const openapi: OpenAPISpec = {
|
|
|
23180
23090
|
type: 'string',
|
|
23181
23091
|
},
|
|
23182
23092
|
workspace_id: {
|
|
23183
|
-
description:
|
|
23184
|
-
'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.',
|
|
23185
23094
|
format: 'uuid',
|
|
23186
23095
|
type: 'string',
|
|
23187
23096
|
},
|
|
@@ -23205,7 +23114,7 @@ const openapi: OpenAPISpec = {
|
|
|
23205
23114
|
},
|
|
23206
23115
|
{
|
|
23207
23116
|
description:
|
|
23208
|
-
'A
|
|
23117
|
+
'A device detected that it was tampered with, for example, opened or moved.',
|
|
23209
23118
|
properties: {
|
|
23210
23119
|
connected_account_custom_metadata: {
|
|
23211
23120
|
additionalProperties: {
|
|
@@ -23217,7 +23126,7 @@ const openapi: OpenAPISpec = {
|
|
|
23217
23126
|
},
|
|
23218
23127
|
connected_account_id: {
|
|
23219
23128
|
description:
|
|
23220
|
-
'ID of the
|
|
23129
|
+
'ID of the connected account associated with the event.',
|
|
23221
23130
|
format: 'uuid',
|
|
23222
23131
|
type: 'string',
|
|
23223
23132
|
},
|
|
@@ -23256,8 +23165,7 @@ const openapi: OpenAPISpec = {
|
|
|
23256
23165
|
type: 'string',
|
|
23257
23166
|
},
|
|
23258
23167
|
workspace_id: {
|
|
23259
|
-
description:
|
|
23260
|
-
'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.',
|
|
23261
23169
|
format: 'uuid',
|
|
23262
23170
|
type: 'string',
|
|
23263
23171
|
},
|
|
@@ -23276,7 +23184,7 @@ const openapi: OpenAPISpec = {
|
|
|
23276
23184
|
},
|
|
23277
23185
|
{
|
|
23278
23186
|
description:
|
|
23279
|
-
'A
|
|
23187
|
+
'A device battery level dropped below the low threshold.',
|
|
23280
23188
|
properties: {
|
|
23281
23189
|
battery_level: {
|
|
23282
23190
|
description:
|
|
@@ -23296,7 +23204,7 @@ const openapi: OpenAPISpec = {
|
|
|
23296
23204
|
},
|
|
23297
23205
|
connected_account_id: {
|
|
23298
23206
|
description:
|
|
23299
|
-
'ID of the
|
|
23207
|
+
'ID of the connected account associated with the event.',
|
|
23300
23208
|
format: 'uuid',
|
|
23301
23209
|
type: 'string',
|
|
23302
23210
|
},
|
|
@@ -23335,8 +23243,7 @@ const openapi: OpenAPISpec = {
|
|
|
23335
23243
|
type: 'string',
|
|
23336
23244
|
},
|
|
23337
23245
|
workspace_id: {
|
|
23338
|
-
description:
|
|
23339
|
-
'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.',
|
|
23340
23247
|
format: 'uuid',
|
|
23341
23248
|
type: 'string',
|
|
23342
23249
|
},
|
|
@@ -23356,7 +23263,7 @@ const openapi: OpenAPISpec = {
|
|
|
23356
23263
|
},
|
|
23357
23264
|
{
|
|
23358
23265
|
description:
|
|
23359
|
-
'A
|
|
23266
|
+
'A device battery status changed since the last `battery_status_changed` event.',
|
|
23360
23267
|
properties: {
|
|
23361
23268
|
battery_level: {
|
|
23362
23269
|
description:
|
|
@@ -23382,7 +23289,7 @@ const openapi: OpenAPISpec = {
|
|
|
23382
23289
|
},
|
|
23383
23290
|
connected_account_id: {
|
|
23384
23291
|
description:
|
|
23385
|
-
'ID of the
|
|
23292
|
+
'ID of the connected account associated with the event.',
|
|
23386
23293
|
format: 'uuid',
|
|
23387
23294
|
type: 'string',
|
|
23388
23295
|
},
|
|
@@ -23424,8 +23331,7 @@ const openapi: OpenAPISpec = {
|
|
|
23424
23331
|
type: 'string',
|
|
23425
23332
|
},
|
|
23426
23333
|
workspace_id: {
|
|
23427
|
-
description:
|
|
23428
|
-
'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.',
|
|
23429
23335
|
format: 'uuid',
|
|
23430
23336
|
type: 'string',
|
|
23431
23337
|
},
|
|
@@ -23446,7 +23352,7 @@ const openapi: OpenAPISpec = {
|
|
|
23446
23352
|
},
|
|
23447
23353
|
{
|
|
23448
23354
|
description:
|
|
23449
|
-
'A
|
|
23355
|
+
'A device was removed externally from the connected account.',
|
|
23450
23356
|
properties: {
|
|
23451
23357
|
connected_account_custom_metadata: {
|
|
23452
23358
|
additionalProperties: {
|
|
@@ -23458,7 +23364,7 @@ const openapi: OpenAPISpec = {
|
|
|
23458
23364
|
},
|
|
23459
23365
|
connected_account_id: {
|
|
23460
23366
|
description:
|
|
23461
|
-
'ID of the
|
|
23367
|
+
'ID of the connected account associated with the event.',
|
|
23462
23368
|
format: 'uuid',
|
|
23463
23369
|
type: 'string',
|
|
23464
23370
|
},
|
|
@@ -23497,8 +23403,7 @@ const openapi: OpenAPISpec = {
|
|
|
23497
23403
|
type: 'string',
|
|
23498
23404
|
},
|
|
23499
23405
|
workspace_id: {
|
|
23500
|
-
description:
|
|
23501
|
-
'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.',
|
|
23502
23407
|
format: 'uuid',
|
|
23503
23408
|
type: 'string',
|
|
23504
23409
|
},
|
|
@@ -23516,8 +23421,7 @@ const openapi: OpenAPISpec = {
|
|
|
23516
23421
|
'x-route-path': '/devices',
|
|
23517
23422
|
},
|
|
23518
23423
|
{
|
|
23519
|
-
description:
|
|
23520
|
-
'A [device](https://docs.seam.co/core-concepts/devices) was deleted.',
|
|
23424
|
+
description: 'A device was deleted.',
|
|
23521
23425
|
properties: {
|
|
23522
23426
|
connected_account_custom_metadata: {
|
|
23523
23427
|
additionalProperties: {
|
|
@@ -23529,7 +23433,7 @@ const openapi: OpenAPISpec = {
|
|
|
23529
23433
|
},
|
|
23530
23434
|
connected_account_id: {
|
|
23531
23435
|
description:
|
|
23532
|
-
'ID of the
|
|
23436
|
+
'ID of the connected account associated with the event.',
|
|
23533
23437
|
format: 'uuid',
|
|
23534
23438
|
type: 'string',
|
|
23535
23439
|
},
|
|
@@ -23574,8 +23478,7 @@ const openapi: OpenAPISpec = {
|
|
|
23574
23478
|
type: 'string',
|
|
23575
23479
|
},
|
|
23576
23480
|
workspace_id: {
|
|
23577
|
-
description:
|
|
23578
|
-
'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.',
|
|
23579
23482
|
format: 'uuid',
|
|
23580
23483
|
type: 'string',
|
|
23581
23484
|
},
|
|
@@ -23594,7 +23497,7 @@ const openapi: OpenAPISpec = {
|
|
|
23594
23497
|
},
|
|
23595
23498
|
{
|
|
23596
23499
|
description:
|
|
23597
|
-
'Seam detected that a
|
|
23500
|
+
'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
23598
23501
|
properties: {
|
|
23599
23502
|
connected_account_custom_metadata: {
|
|
23600
23503
|
additionalProperties: {
|
|
@@ -23606,7 +23509,7 @@ const openapi: OpenAPISpec = {
|
|
|
23606
23509
|
},
|
|
23607
23510
|
connected_account_id: {
|
|
23608
23511
|
description:
|
|
23609
|
-
'ID of the
|
|
23512
|
+
'ID of the connected account associated with the event.',
|
|
23610
23513
|
format: 'uuid',
|
|
23611
23514
|
type: 'string',
|
|
23612
23515
|
},
|
|
@@ -23648,8 +23551,7 @@ const openapi: OpenAPISpec = {
|
|
|
23648
23551
|
type: 'string',
|
|
23649
23552
|
},
|
|
23650
23553
|
workspace_id: {
|
|
23651
|
-
description:
|
|
23652
|
-
'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.',
|
|
23653
23555
|
format: 'uuid',
|
|
23654
23556
|
type: 'string',
|
|
23655
23557
|
},
|
|
@@ -23668,7 +23570,7 @@ const openapi: OpenAPISpec = {
|
|
|
23668
23570
|
},
|
|
23669
23571
|
{
|
|
23670
23572
|
description:
|
|
23671
|
-
'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.',
|
|
23672
23574
|
properties: {
|
|
23673
23575
|
connected_account_custom_metadata: {
|
|
23674
23576
|
additionalProperties: {
|
|
@@ -23680,7 +23582,7 @@ const openapi: OpenAPISpec = {
|
|
|
23680
23582
|
},
|
|
23681
23583
|
connected_account_id: {
|
|
23682
23584
|
description:
|
|
23683
|
-
'ID of the
|
|
23585
|
+
'ID of the connected account associated with the event.',
|
|
23684
23586
|
format: 'uuid',
|
|
23685
23587
|
type: 'string',
|
|
23686
23588
|
},
|
|
@@ -23722,8 +23624,7 @@ const openapi: OpenAPISpec = {
|
|
|
23722
23624
|
type: 'string',
|
|
23723
23625
|
},
|
|
23724
23626
|
workspace_id: {
|
|
23725
|
-
description:
|
|
23726
|
-
'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.',
|
|
23727
23628
|
format: 'uuid',
|
|
23728
23629
|
type: 'string',
|
|
23729
23630
|
},
|
|
@@ -23754,7 +23655,7 @@ const openapi: OpenAPISpec = {
|
|
|
23754
23655
|
},
|
|
23755
23656
|
connected_account_id: {
|
|
23756
23657
|
description:
|
|
23757
|
-
'ID of the
|
|
23658
|
+
'ID of the connected account associated with the event.',
|
|
23758
23659
|
format: 'uuid',
|
|
23759
23660
|
type: 'string',
|
|
23760
23661
|
},
|
|
@@ -23796,8 +23697,7 @@ const openapi: OpenAPISpec = {
|
|
|
23796
23697
|
type: 'string',
|
|
23797
23698
|
},
|
|
23798
23699
|
workspace_id: {
|
|
23799
|
-
description:
|
|
23800
|
-
'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.',
|
|
23801
23701
|
format: 'uuid',
|
|
23802
23702
|
type: 'string',
|
|
23803
23703
|
},
|
|
@@ -23828,7 +23728,7 @@ const openapi: OpenAPISpec = {
|
|
|
23828
23728
|
},
|
|
23829
23729
|
connected_account_id: {
|
|
23830
23730
|
description:
|
|
23831
|
-
'ID of the
|
|
23731
|
+
'ID of the connected account associated with the event.',
|
|
23832
23732
|
format: 'uuid',
|
|
23833
23733
|
type: 'string',
|
|
23834
23734
|
},
|
|
@@ -23870,8 +23770,7 @@ const openapi: OpenAPISpec = {
|
|
|
23870
23770
|
type: 'string',
|
|
23871
23771
|
},
|
|
23872
23772
|
workspace_id: {
|
|
23873
|
-
description:
|
|
23874
|
-
'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.',
|
|
23875
23774
|
format: 'uuid',
|
|
23876
23775
|
type: 'string',
|
|
23877
23776
|
},
|
|
@@ -23889,8 +23788,7 @@ const openapi: OpenAPISpec = {
|
|
|
23889
23788
|
'x-route-path': '/devices',
|
|
23890
23789
|
},
|
|
23891
23790
|
{
|
|
23892
|
-
description:
|
|
23893
|
-
'Seam detected a flaky [device](https://docs.seam.co/core-concepts/devices) connection.',
|
|
23791
|
+
description: 'Seam detected a flaky device connection.',
|
|
23894
23792
|
properties: {
|
|
23895
23793
|
connected_account_custom_metadata: {
|
|
23896
23794
|
additionalProperties: {
|
|
@@ -23928,7 +23826,7 @@ const openapi: OpenAPISpec = {
|
|
|
23928
23826
|
},
|
|
23929
23827
|
connected_account_id: {
|
|
23930
23828
|
description:
|
|
23931
|
-
'ID of the
|
|
23829
|
+
'ID of the connected account associated with the event.',
|
|
23932
23830
|
format: 'uuid',
|
|
23933
23831
|
type: 'string',
|
|
23934
23832
|
},
|
|
@@ -24048,8 +23946,7 @@ const openapi: OpenAPISpec = {
|
|
|
24048
23946
|
type: 'string',
|
|
24049
23947
|
},
|
|
24050
23948
|
workspace_id: {
|
|
24051
|
-
description:
|
|
24052
|
-
'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.',
|
|
24053
23950
|
format: 'uuid',
|
|
24054
23951
|
type: 'string',
|
|
24055
23952
|
},
|
|
@@ -24072,7 +23969,7 @@ const openapi: OpenAPISpec = {
|
|
|
24072
23969
|
},
|
|
24073
23970
|
{
|
|
24074
23971
|
description:
|
|
24075
|
-
'Seam detected that a previously-flaky
|
|
23972
|
+
'Seam detected that a previously-flaky device connection stabilized.',
|
|
24076
23973
|
properties: {
|
|
24077
23974
|
connected_account_custom_metadata: {
|
|
24078
23975
|
additionalProperties: {
|
|
@@ -24084,7 +23981,7 @@ const openapi: OpenAPISpec = {
|
|
|
24084
23981
|
},
|
|
24085
23982
|
connected_account_id: {
|
|
24086
23983
|
description:
|
|
24087
|
-
'ID of the
|
|
23984
|
+
'ID of the connected account associated with the event.',
|
|
24088
23985
|
format: 'uuid',
|
|
24089
23986
|
type: 'string',
|
|
24090
23987
|
},
|
|
@@ -24126,8 +24023,7 @@ const openapi: OpenAPISpec = {
|
|
|
24126
24023
|
type: 'string',
|
|
24127
24024
|
},
|
|
24128
24025
|
workspace_id: {
|
|
24129
|
-
description:
|
|
24130
|
-
'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.',
|
|
24131
24027
|
format: 'uuid',
|
|
24132
24028
|
type: 'string',
|
|
24133
24029
|
},
|
|
@@ -24146,7 +24042,7 @@ const openapi: OpenAPISpec = {
|
|
|
24146
24042
|
},
|
|
24147
24043
|
{
|
|
24148
24044
|
description:
|
|
24149
|
-
'A third-party subscription is required to use all
|
|
24045
|
+
'A third-party subscription is required to use all device features.',
|
|
24150
24046
|
properties: {
|
|
24151
24047
|
connected_account_custom_metadata: {
|
|
24152
24048
|
additionalProperties: {
|
|
@@ -24184,7 +24080,7 @@ const openapi: OpenAPISpec = {
|
|
|
24184
24080
|
},
|
|
24185
24081
|
connected_account_id: {
|
|
24186
24082
|
description:
|
|
24187
|
-
'ID of the
|
|
24083
|
+
'ID of the connected account associated with the event.',
|
|
24188
24084
|
format: 'uuid',
|
|
24189
24085
|
type: 'string',
|
|
24190
24086
|
},
|
|
@@ -24304,8 +24200,7 @@ const openapi: OpenAPISpec = {
|
|
|
24304
24200
|
type: 'string',
|
|
24305
24201
|
},
|
|
24306
24202
|
workspace_id: {
|
|
24307
|
-
description:
|
|
24308
|
-
'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.',
|
|
24309
24204
|
format: 'uuid',
|
|
24310
24205
|
type: 'string',
|
|
24311
24206
|
},
|
|
@@ -24328,7 +24223,7 @@ const openapi: OpenAPISpec = {
|
|
|
24328
24223
|
},
|
|
24329
24224
|
{
|
|
24330
24225
|
description:
|
|
24331
|
-
'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.',
|
|
24332
24227
|
properties: {
|
|
24333
24228
|
connected_account_custom_metadata: {
|
|
24334
24229
|
additionalProperties: {
|
|
@@ -24340,7 +24235,7 @@ const openapi: OpenAPISpec = {
|
|
|
24340
24235
|
},
|
|
24341
24236
|
connected_account_id: {
|
|
24342
24237
|
description:
|
|
24343
|
-
'ID of the
|
|
24238
|
+
'ID of the connected account associated with the event.',
|
|
24344
24239
|
format: 'uuid',
|
|
24345
24240
|
type: 'string',
|
|
24346
24241
|
},
|
|
@@ -24382,8 +24277,7 @@ const openapi: OpenAPISpec = {
|
|
|
24382
24277
|
type: 'string',
|
|
24383
24278
|
},
|
|
24384
24279
|
workspace_id: {
|
|
24385
|
-
description:
|
|
24386
|
-
'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.',
|
|
24387
24281
|
format: 'uuid',
|
|
24388
24282
|
type: 'string',
|
|
24389
24283
|
},
|
|
@@ -24401,8 +24295,7 @@ const openapi: OpenAPISpec = {
|
|
|
24401
24295
|
'x-route-path': '/devices',
|
|
24402
24296
|
},
|
|
24403
24297
|
{
|
|
24404
|
-
description:
|
|
24405
|
-
'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.',
|
|
24406
24299
|
properties: {
|
|
24407
24300
|
connected_account_custom_metadata: {
|
|
24408
24301
|
additionalProperties: {
|
|
@@ -24414,7 +24307,7 @@ const openapi: OpenAPISpec = {
|
|
|
24414
24307
|
},
|
|
24415
24308
|
connected_account_id: {
|
|
24416
24309
|
description:
|
|
24417
|
-
'ID of the
|
|
24310
|
+
'ID of the connected account associated with the event.',
|
|
24418
24311
|
format: 'uuid',
|
|
24419
24312
|
type: 'string',
|
|
24420
24313
|
},
|
|
@@ -24456,8 +24349,7 @@ const openapi: OpenAPISpec = {
|
|
|
24456
24349
|
type: 'string',
|
|
24457
24350
|
},
|
|
24458
24351
|
workspace_id: {
|
|
24459
|
-
description:
|
|
24460
|
-
'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.',
|
|
24461
24353
|
format: 'uuid',
|
|
24462
24354
|
type: 'string',
|
|
24463
24355
|
},
|
|
@@ -24475,8 +24367,7 @@ const openapi: OpenAPISpec = {
|
|
|
24475
24367
|
'x-route-path': '/devices',
|
|
24476
24368
|
},
|
|
24477
24369
|
{
|
|
24478
|
-
description:
|
|
24479
|
-
'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.',
|
|
24480
24371
|
properties: {
|
|
24481
24372
|
connected_account_custom_metadata: {
|
|
24482
24373
|
additionalProperties: {
|
|
@@ -24514,7 +24405,7 @@ const openapi: OpenAPISpec = {
|
|
|
24514
24405
|
},
|
|
24515
24406
|
connected_account_id: {
|
|
24516
24407
|
description:
|
|
24517
|
-
'ID of the
|
|
24408
|
+
'ID of the connected account associated with the event.',
|
|
24518
24409
|
format: 'uuid',
|
|
24519
24410
|
type: 'string',
|
|
24520
24411
|
},
|
|
@@ -24634,8 +24525,7 @@ const openapi: OpenAPISpec = {
|
|
|
24634
24525
|
type: 'string',
|
|
24635
24526
|
},
|
|
24636
24527
|
workspace_id: {
|
|
24637
|
-
description:
|
|
24638
|
-
'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.',
|
|
24639
24529
|
format: 'uuid',
|
|
24640
24530
|
type: 'string',
|
|
24641
24531
|
},
|
|
@@ -24670,7 +24560,7 @@ const openapi: OpenAPISpec = {
|
|
|
24670
24560
|
},
|
|
24671
24561
|
connected_account_id: {
|
|
24672
24562
|
description:
|
|
24673
|
-
'ID of the
|
|
24563
|
+
'ID of the connected account associated with the event.',
|
|
24674
24564
|
format: 'uuid',
|
|
24675
24565
|
type: 'string',
|
|
24676
24566
|
},
|
|
@@ -24742,8 +24632,7 @@ const openapi: OpenAPISpec = {
|
|
|
24742
24632
|
type: 'string',
|
|
24743
24633
|
},
|
|
24744
24634
|
workspace_id: {
|
|
24745
|
-
description:
|
|
24746
|
-
'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.',
|
|
24747
24636
|
format: 'uuid',
|
|
24748
24637
|
type: 'string',
|
|
24749
24638
|
},
|
|
@@ -24791,7 +24680,7 @@ const openapi: OpenAPISpec = {
|
|
|
24791
24680
|
},
|
|
24792
24681
|
connected_account_id: {
|
|
24793
24682
|
description:
|
|
24794
|
-
'ID of the
|
|
24683
|
+
'ID of the connected account associated with the event.',
|
|
24795
24684
|
format: 'uuid',
|
|
24796
24685
|
type: 'string',
|
|
24797
24686
|
},
|
|
@@ -24846,8 +24735,7 @@ const openapi: OpenAPISpec = {
|
|
|
24846
24735
|
type: 'string',
|
|
24847
24736
|
},
|
|
24848
24737
|
workspace_id: {
|
|
24849
|
-
description:
|
|
24850
|
-
'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.',
|
|
24851
24739
|
format: 'uuid',
|
|
24852
24740
|
type: 'string',
|
|
24853
24741
|
},
|
|
@@ -24914,7 +24802,7 @@ const openapi: OpenAPISpec = {
|
|
|
24914
24802
|
},
|
|
24915
24803
|
connected_account_id: {
|
|
24916
24804
|
description:
|
|
24917
|
-
'ID of the
|
|
24805
|
+
'ID of the connected account associated with the event.',
|
|
24918
24806
|
format: 'uuid',
|
|
24919
24807
|
type: 'string',
|
|
24920
24808
|
},
|
|
@@ -24975,8 +24863,7 @@ const openapi: OpenAPISpec = {
|
|
|
24975
24863
|
type: 'string',
|
|
24976
24864
|
},
|
|
24977
24865
|
workspace_id: {
|
|
24978
|
-
description:
|
|
24979
|
-
'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.',
|
|
24980
24867
|
format: 'uuid',
|
|
24981
24868
|
type: 'string',
|
|
24982
24869
|
},
|
|
@@ -25013,7 +24900,7 @@ const openapi: OpenAPISpec = {
|
|
|
25013
24900
|
},
|
|
25014
24901
|
connected_account_id: {
|
|
25015
24902
|
description:
|
|
25016
|
-
'ID of the
|
|
24903
|
+
'ID of the connected account associated with the event.',
|
|
25017
24904
|
format: 'uuid',
|
|
25018
24905
|
type: 'string',
|
|
25019
24906
|
},
|
|
@@ -25052,8 +24939,7 @@ const openapi: OpenAPISpec = {
|
|
|
25052
24939
|
type: 'string',
|
|
25053
24940
|
},
|
|
25054
24941
|
workspace_id: {
|
|
25055
|
-
description:
|
|
25056
|
-
'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.',
|
|
25057
24943
|
format: 'uuid',
|
|
25058
24944
|
type: 'string',
|
|
25059
24945
|
},
|
|
@@ -25088,7 +24974,7 @@ const openapi: OpenAPISpec = {
|
|
|
25088
24974
|
},
|
|
25089
24975
|
connected_account_id: {
|
|
25090
24976
|
description:
|
|
25091
|
-
'ID of the
|
|
24977
|
+
'ID of the connected account associated with the event.',
|
|
25092
24978
|
format: 'uuid',
|
|
25093
24979
|
type: 'string',
|
|
25094
24980
|
},
|
|
@@ -25142,8 +25028,7 @@ const openapi: OpenAPISpec = {
|
|
|
25142
25028
|
type: 'string',
|
|
25143
25029
|
},
|
|
25144
25030
|
workspace_id: {
|
|
25145
|
-
description:
|
|
25146
|
-
'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.',
|
|
25147
25032
|
format: 'uuid',
|
|
25148
25033
|
type: 'string',
|
|
25149
25034
|
},
|
|
@@ -25177,7 +25062,7 @@ const openapi: OpenAPISpec = {
|
|
|
25177
25062
|
},
|
|
25178
25063
|
connected_account_id: {
|
|
25179
25064
|
description:
|
|
25180
|
-
'ID of the
|
|
25065
|
+
'ID of the connected account associated with the event.',
|
|
25181
25066
|
format: 'uuid',
|
|
25182
25067
|
type: 'string',
|
|
25183
25068
|
},
|
|
@@ -25261,8 +25146,7 @@ const openapi: OpenAPISpec = {
|
|
|
25261
25146
|
type: 'string',
|
|
25262
25147
|
},
|
|
25263
25148
|
workspace_id: {
|
|
25264
|
-
description:
|
|
25265
|
-
'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.',
|
|
25266
25150
|
format: 'uuid',
|
|
25267
25151
|
type: 'string',
|
|
25268
25152
|
},
|
|
@@ -25294,7 +25178,7 @@ const openapi: OpenAPISpec = {
|
|
|
25294
25178
|
},
|
|
25295
25179
|
connected_account_id: {
|
|
25296
25180
|
description:
|
|
25297
|
-
'ID of the
|
|
25181
|
+
'ID of the connected account associated with the event.',
|
|
25298
25182
|
format: 'uuid',
|
|
25299
25183
|
type: 'string',
|
|
25300
25184
|
},
|
|
@@ -25376,8 +25260,7 @@ const openapi: OpenAPISpec = {
|
|
|
25376
25260
|
type: 'number',
|
|
25377
25261
|
},
|
|
25378
25262
|
workspace_id: {
|
|
25379
|
-
description:
|
|
25380
|
-
'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.',
|
|
25381
25264
|
format: 'uuid',
|
|
25382
25265
|
type: 'string',
|
|
25383
25266
|
},
|
|
@@ -25414,7 +25297,7 @@ const openapi: OpenAPISpec = {
|
|
|
25414
25297
|
},
|
|
25415
25298
|
connected_account_id: {
|
|
25416
25299
|
description:
|
|
25417
|
-
'ID of the
|
|
25300
|
+
'ID of the connected account associated with the event.',
|
|
25418
25301
|
format: 'uuid',
|
|
25419
25302
|
type: 'string',
|
|
25420
25303
|
},
|
|
@@ -25496,8 +25379,7 @@ const openapi: OpenAPISpec = {
|
|
|
25496
25379
|
type: 'number',
|
|
25497
25380
|
},
|
|
25498
25381
|
workspace_id: {
|
|
25499
|
-
description:
|
|
25500
|
-
'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.',
|
|
25501
25383
|
format: 'uuid',
|
|
25502
25384
|
type: 'string',
|
|
25503
25385
|
},
|
|
@@ -25534,7 +25416,7 @@ const openapi: OpenAPISpec = {
|
|
|
25534
25416
|
},
|
|
25535
25417
|
connected_account_id: {
|
|
25536
25418
|
description:
|
|
25537
|
-
'ID of the
|
|
25419
|
+
'ID of the connected account associated with the event.',
|
|
25538
25420
|
format: 'uuid',
|
|
25539
25421
|
type: 'string',
|
|
25540
25422
|
},
|
|
@@ -25600,8 +25482,7 @@ const openapi: OpenAPISpec = {
|
|
|
25600
25482
|
type: 'number',
|
|
25601
25483
|
},
|
|
25602
25484
|
workspace_id: {
|
|
25603
|
-
description:
|
|
25604
|
-
'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.',
|
|
25605
25486
|
format: 'uuid',
|
|
25606
25487
|
type: 'string',
|
|
25607
25488
|
},
|
|
@@ -25634,7 +25515,7 @@ const openapi: OpenAPISpec = {
|
|
|
25634
25515
|
},
|
|
25635
25516
|
connected_account_id: {
|
|
25636
25517
|
description:
|
|
25637
|
-
'ID of the
|
|
25518
|
+
'ID of the connected account associated with the event.',
|
|
25638
25519
|
format: 'uuid',
|
|
25639
25520
|
type: 'string',
|
|
25640
25521
|
},
|
|
@@ -25688,8 +25569,7 @@ const openapi: OpenAPISpec = {
|
|
|
25688
25569
|
type: 'number',
|
|
25689
25570
|
},
|
|
25690
25571
|
workspace_id: {
|
|
25691
|
-
description:
|
|
25692
|
-
'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.',
|
|
25693
25573
|
format: 'uuid',
|
|
25694
25574
|
type: 'string',
|
|
25695
25575
|
},
|
|
@@ -25709,8 +25589,7 @@ const openapi: OpenAPISpec = {
|
|
|
25709
25589
|
'x-route-path': '/thermostats',
|
|
25710
25590
|
},
|
|
25711
25591
|
{
|
|
25712
|
-
description:
|
|
25713
|
-
'The name of a [device](https://docs.seam.co/core-concepts/devices) was changed.',
|
|
25592
|
+
description: 'The name of a device was changed.',
|
|
25714
25593
|
properties: {
|
|
25715
25594
|
connected_account_custom_metadata: {
|
|
25716
25595
|
additionalProperties: {
|
|
@@ -25722,7 +25601,7 @@ const openapi: OpenAPISpec = {
|
|
|
25722
25601
|
},
|
|
25723
25602
|
connected_account_id: {
|
|
25724
25603
|
description:
|
|
25725
|
-
'ID of the
|
|
25604
|
+
'ID of the connected account associated with the event.',
|
|
25726
25605
|
format: 'uuid',
|
|
25727
25606
|
type: 'string',
|
|
25728
25607
|
},
|
|
@@ -25765,8 +25644,7 @@ const openapi: OpenAPISpec = {
|
|
|
25765
25644
|
type: 'string',
|
|
25766
25645
|
},
|
|
25767
25646
|
workspace_id: {
|
|
25768
|
-
description:
|
|
25769
|
-
'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.',
|
|
25770
25648
|
format: 'uuid',
|
|
25771
25649
|
type: 'string',
|
|
25772
25650
|
},
|
|
@@ -25786,7 +25664,7 @@ const openapi: OpenAPISpec = {
|
|
|
25786
25664
|
},
|
|
25787
25665
|
{
|
|
25788
25666
|
description:
|
|
25789
|
-
'A
|
|
25667
|
+
'A camera was activated, for example, by motion detection.',
|
|
25790
25668
|
properties: {
|
|
25791
25669
|
activation_reason: {
|
|
25792
25670
|
description: 'The reason the camera was activated.',
|
|
@@ -25803,7 +25681,7 @@ const openapi: OpenAPISpec = {
|
|
|
25803
25681
|
},
|
|
25804
25682
|
connected_account_id: {
|
|
25805
25683
|
description:
|
|
25806
|
-
'ID of the
|
|
25684
|
+
'ID of the connected account associated with the event.',
|
|
25807
25685
|
format: 'uuid',
|
|
25808
25686
|
type: 'string',
|
|
25809
25687
|
},
|
|
@@ -25859,8 +25737,7 @@ const openapi: OpenAPISpec = {
|
|
|
25859
25737
|
type: 'string',
|
|
25860
25738
|
},
|
|
25861
25739
|
workspace_id: {
|
|
25862
|
-
description:
|
|
25863
|
-
'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.',
|
|
25864
25741
|
format: 'uuid',
|
|
25865
25742
|
type: 'string',
|
|
25866
25743
|
},
|
|
@@ -25879,8 +25756,7 @@ const openapi: OpenAPISpec = {
|
|
|
25879
25756
|
'x-route-path': '/devices',
|
|
25880
25757
|
},
|
|
25881
25758
|
{
|
|
25882
|
-
description:
|
|
25883
|
-
'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.',
|
|
25884
25760
|
properties: {
|
|
25885
25761
|
connected_account_custom_metadata: {
|
|
25886
25762
|
additionalProperties: {
|
|
@@ -25892,7 +25768,7 @@ const openapi: OpenAPISpec = {
|
|
|
25892
25768
|
},
|
|
25893
25769
|
connected_account_id: {
|
|
25894
25770
|
description:
|
|
25895
|
-
'ID of the
|
|
25771
|
+
'ID of the connected account associated with the event.',
|
|
25896
25772
|
format: 'uuid',
|
|
25897
25773
|
type: 'string',
|
|
25898
25774
|
},
|
|
@@ -25943,8 +25819,7 @@ const openapi: OpenAPISpec = {
|
|
|
25943
25819
|
type: 'string',
|
|
25944
25820
|
},
|
|
25945
25821
|
workspace_id: {
|
|
25946
|
-
description:
|
|
25947
|
-
'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.',
|
|
25948
25823
|
format: 'uuid',
|
|
25949
25824
|
type: 'string',
|
|
25950
25825
|
},
|
|
@@ -25990,8 +25865,7 @@ const openapi: OpenAPISpec = {
|
|
|
25990
25865
|
type: 'string',
|
|
25991
25866
|
},
|
|
25992
25867
|
workspace_id: {
|
|
25993
|
-
description:
|
|
25994
|
-
'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.',
|
|
25995
25869
|
format: 'uuid',
|
|
25996
25870
|
type: 'string',
|
|
25997
25871
|
},
|
|
@@ -26040,8 +25914,7 @@ const openapi: OpenAPISpec = {
|
|
|
26040
25914
|
type: 'string',
|
|
26041
25915
|
},
|
|
26042
25916
|
workspace_id: {
|
|
26043
|
-
description:
|
|
26044
|
-
'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.',
|
|
26045
25918
|
format: 'uuid',
|
|
26046
25919
|
type: 'string',
|
|
26047
25920
|
},
|
|
@@ -26102,8 +25975,7 @@ const openapi: OpenAPISpec = {
|
|
|
26102
25975
|
type: 'string',
|
|
26103
25976
|
},
|
|
26104
25977
|
workspace_id: {
|
|
26105
|
-
description:
|
|
26106
|
-
'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.',
|
|
26107
25979
|
format: 'uuid',
|
|
26108
25980
|
type: 'string',
|
|
26109
25981
|
},
|
|
@@ -26166,8 +26038,7 @@ const openapi: OpenAPISpec = {
|
|
|
26166
26038
|
type: 'string',
|
|
26167
26039
|
},
|
|
26168
26040
|
workspace_id: {
|
|
26169
|
-
description:
|
|
26170
|
-
'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.',
|
|
26171
26042
|
format: 'uuid',
|
|
26172
26043
|
type: 'string',
|
|
26173
26044
|
},
|
|
@@ -26230,8 +26101,7 @@ const openapi: OpenAPISpec = {
|
|
|
26230
26101
|
type: 'string',
|
|
26231
26102
|
},
|
|
26232
26103
|
workspace_id: {
|
|
26233
|
-
description:
|
|
26234
|
-
'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.',
|
|
26235
26105
|
format: 'uuid',
|
|
26236
26106
|
type: 'string',
|
|
26237
26107
|
},
|
|
@@ -26258,7 +26128,7 @@ const openapi: OpenAPISpec = {
|
|
|
26258
26128
|
properties: {
|
|
26259
26129
|
client_session_id: {
|
|
26260
26130
|
description:
|
|
26261
|
-
'ID of the
|
|
26131
|
+
'ID of the client session associated with the Instant Key.',
|
|
26262
26132
|
format: 'uuid',
|
|
26263
26133
|
type: 'string',
|
|
26264
26134
|
},
|
|
@@ -26315,8 +26185,7 @@ const openapi: OpenAPISpec = {
|
|
|
26315
26185
|
type: 'string',
|
|
26316
26186
|
},
|
|
26317
26187
|
workspace_id: {
|
|
26318
|
-
description:
|
|
26319
|
-
'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.',
|
|
26320
26189
|
format: 'uuid',
|
|
26321
26190
|
type: 'string',
|
|
26322
26191
|
},
|
|
@@ -26357,8 +26226,7 @@ const openapi: OpenAPISpec = {
|
|
|
26357
26226
|
type: 'string',
|
|
26358
26227
|
},
|
|
26359
26228
|
workspace_id: {
|
|
26360
|
-
description:
|
|
26361
|
-
'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.',
|
|
26362
26230
|
format: 'uuid',
|
|
26363
26231
|
type: 'string',
|
|
26364
26232
|
},
|
|
@@ -26559,8 +26427,7 @@ const openapi: OpenAPISpec = {
|
|
|
26559
26427
|
type: 'array',
|
|
26560
26428
|
},
|
|
26561
26429
|
workspace_id: {
|
|
26562
|
-
description:
|
|
26563
|
-
'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 ',
|
|
26564
26431
|
format: 'uuid',
|
|
26565
26432
|
type: 'string',
|
|
26566
26433
|
},
|
|
@@ -27629,7 +27496,7 @@ const openapi: OpenAPISpec = {
|
|
|
27629
27496
|
},
|
|
27630
27497
|
workspace_id: {
|
|
27631
27498
|
description:
|
|
27632
|
-
'ID of the
|
|
27499
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
27633
27500
|
format: 'uuid',
|
|
27634
27501
|
type: 'string',
|
|
27635
27502
|
},
|
|
@@ -27847,7 +27714,7 @@ const openapi: OpenAPISpec = {
|
|
|
27847
27714
|
},
|
|
27848
27715
|
workspace_id: {
|
|
27849
27716
|
description:
|
|
27850
|
-
'ID of the
|
|
27717
|
+
'ID of the workspace that contains the user identity.',
|
|
27851
27718
|
format: 'uuid',
|
|
27852
27719
|
type: 'string',
|
|
27853
27720
|
},
|
|
@@ -27976,8 +27843,7 @@ const openapi: OpenAPISpec = {
|
|
|
27976
27843
|
type: 'string',
|
|
27977
27844
|
},
|
|
27978
27845
|
workspace_id: {
|
|
27979
|
-
description:
|
|
27980
|
-
'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.',
|
|
27981
27847
|
format: 'uuid',
|
|
27982
27848
|
type: 'string',
|
|
27983
27849
|
},
|
|
@@ -28132,7 +27998,7 @@ const openapi: OpenAPISpec = {
|
|
|
28132
27998
|
},
|
|
28133
27999
|
workspace_id: {
|
|
28134
28000
|
description:
|
|
28135
|
-
'ID of the
|
|
28001
|
+
'ID of the workspace that contains the thermostat daily program.',
|
|
28136
28002
|
format: 'uuid',
|
|
28137
28003
|
type: 'string',
|
|
28138
28004
|
},
|
|
@@ -28229,7 +28095,7 @@ const openapi: OpenAPISpec = {
|
|
|
28229
28095
|
},
|
|
28230
28096
|
workspace_id: {
|
|
28231
28097
|
description:
|
|
28232
|
-
'ID of the
|
|
28098
|
+
'ID of the workspace that contains the thermostat schedule.',
|
|
28233
28099
|
format: 'uuid',
|
|
28234
28100
|
type: 'string',
|
|
28235
28101
|
},
|
|
@@ -29830,7 +29696,7 @@ const openapi: OpenAPISpec = {
|
|
|
29830
29696
|
},
|
|
29831
29697
|
connected_account_id: {
|
|
29832
29698
|
description:
|
|
29833
|
-
'ID of the
|
|
29699
|
+
'ID of the connected account that contains the access group.',
|
|
29834
29700
|
format: 'uuid',
|
|
29835
29701
|
type: 'string',
|
|
29836
29702
|
},
|
|
@@ -30313,8 +30179,7 @@ const openapi: OpenAPISpec = {
|
|
|
30313
30179
|
type: 'array',
|
|
30314
30180
|
},
|
|
30315
30181
|
workspace_id: {
|
|
30316
|
-
description:
|
|
30317
|
-
'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.',
|
|
30318
30183
|
format: 'uuid',
|
|
30319
30184
|
type: 'string',
|
|
30320
30185
|
},
|
|
@@ -30745,7 +30610,7 @@ const openapi: OpenAPISpec = {
|
|
|
30745
30610
|
},
|
|
30746
30611
|
workspace_id: {
|
|
30747
30612
|
description:
|
|
30748
|
-
'ID of the
|
|
30613
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
30749
30614
|
format: 'uuid',
|
|
30750
30615
|
type: 'string',
|
|
30751
30616
|
},
|
|
@@ -30805,7 +30670,7 @@ const openapi: OpenAPISpec = {
|
|
|
30805
30670
|
},
|
|
30806
30671
|
connected_account_id: {
|
|
30807
30672
|
description:
|
|
30808
|
-
'\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 ',
|
|
30809
30674
|
format: 'uuid',
|
|
30810
30675
|
type: 'string',
|
|
30811
30676
|
},
|
|
@@ -31599,7 +31464,7 @@ const openapi: OpenAPISpec = {
|
|
|
31599
31464
|
},
|
|
31600
31465
|
workspace_id: {
|
|
31601
31466
|
description:
|
|
31602
|
-
'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).',
|
|
31603
31468
|
format: 'uuid',
|
|
31604
31469
|
type: 'string',
|
|
31605
31470
|
},
|
|
@@ -33452,8 +33317,7 @@ const openapi: OpenAPISpec = {
|
|
|
33452
33317
|
type: 'array',
|
|
33453
33318
|
},
|
|
33454
33319
|
workspace_id: {
|
|
33455
|
-
description:
|
|
33456
|
-
'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.',
|
|
33457
33321
|
format: 'uuid',
|
|
33458
33322
|
type: 'string',
|
|
33459
33323
|
},
|
|
@@ -33494,11 +33358,7 @@ const openapi: OpenAPISpec = {
|
|
|
33494
33358
|
'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33495
33359
|
type: 'string',
|
|
33496
33360
|
},
|
|
33497
|
-
webhook_id: {
|
|
33498
|
-
description:
|
|
33499
|
-
'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33500
|
-
type: 'string',
|
|
33501
|
-
},
|
|
33361
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
33502
33362
|
},
|
|
33503
33363
|
required: ['webhook_id', 'url'],
|
|
33504
33364
|
type: 'object',
|
|
@@ -33572,7 +33432,7 @@ const openapi: OpenAPISpec = {
|
|
|
33572
33432
|
},
|
|
33573
33433
|
organization_id: {
|
|
33574
33434
|
description:
|
|
33575
|
-
'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.',
|
|
33576
33436
|
format: 'uuid',
|
|
33577
33437
|
nullable: true,
|
|
33578
33438
|
type: 'string',
|
|
@@ -33583,8 +33443,7 @@ const openapi: OpenAPISpec = {
|
|
|
33583
33443
|
type: 'string',
|
|
33584
33444
|
},
|
|
33585
33445
|
workspace_id: {
|
|
33586
|
-
description:
|
|
33587
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
33446
|
+
description: 'ID of the workspace.',
|
|
33588
33447
|
format: 'uuid',
|
|
33589
33448
|
type: 'string',
|
|
33590
33449
|
},
|
|
@@ -50463,7 +50322,7 @@ const openapi: OpenAPISpec = {
|
|
|
50463
50322
|
},
|
|
50464
50323
|
workspace_id: {
|
|
50465
50324
|
description:
|
|
50466
|
-
'ID of the
|
|
50325
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50467
50326
|
format: 'uuid',
|
|
50468
50327
|
type: 'string',
|
|
50469
50328
|
},
|
|
@@ -50543,7 +50402,7 @@ const openapi: OpenAPISpec = {
|
|
|
50543
50402
|
},
|
|
50544
50403
|
workspace_id: {
|
|
50545
50404
|
description:
|
|
50546
|
-
'ID of the
|
|
50405
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50547
50406
|
format: 'uuid',
|
|
50548
50407
|
type: 'string',
|
|
50549
50408
|
},
|
|
@@ -50610,7 +50469,7 @@ const openapi: OpenAPISpec = {
|
|
|
50610
50469
|
},
|
|
50611
50470
|
workspace_id: {
|
|
50612
50471
|
description:
|
|
50613
|
-
'ID of the
|
|
50472
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50614
50473
|
format: 'uuid',
|
|
50615
50474
|
type: 'string',
|
|
50616
50475
|
},
|
|
@@ -50681,7 +50540,7 @@ const openapi: OpenAPISpec = {
|
|
|
50681
50540
|
},
|
|
50682
50541
|
workspace_id: {
|
|
50683
50542
|
description:
|
|
50684
|
-
'ID of the
|
|
50543
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50685
50544
|
format: 'uuid',
|
|
50686
50545
|
type: 'string',
|
|
50687
50546
|
},
|
|
@@ -85014,7 +84873,7 @@ const openapi: OpenAPISpec = {
|
|
|
85014
84873
|
},
|
|
85015
84874
|
workspace_id: {
|
|
85016
84875
|
description:
|
|
85017
|
-
'ID of the
|
|
84876
|
+
'ID of the workspace that contains the user identity.',
|
|
85018
84877
|
format: 'uuid',
|
|
85019
84878
|
type: 'string',
|
|
85020
84879
|
},
|
|
@@ -85257,7 +85116,7 @@ const openapi: OpenAPISpec = {
|
|
|
85257
85116
|
},
|
|
85258
85117
|
workspace_id: {
|
|
85259
85118
|
description:
|
|
85260
|
-
'ID of the
|
|
85119
|
+
'ID of the workspace that contains the user identity.',
|
|
85261
85120
|
format: 'uuid',
|
|
85262
85121
|
type: 'string',
|
|
85263
85122
|
},
|
|
@@ -85528,7 +85387,7 @@ const openapi: OpenAPISpec = {
|
|
|
85528
85387
|
},
|
|
85529
85388
|
workspace_id: {
|
|
85530
85389
|
description:
|
|
85531
|
-
'ID of the
|
|
85390
|
+
'ID of the workspace that contains the user identity.',
|
|
85532
85391
|
format: 'uuid',
|
|
85533
85392
|
type: 'string',
|
|
85534
85393
|
},
|
|
@@ -85794,7 +85653,7 @@ const openapi: OpenAPISpec = {
|
|
|
85794
85653
|
},
|
|
85795
85654
|
workspace_id: {
|
|
85796
85655
|
description:
|
|
85797
|
-
'ID of the
|
|
85656
|
+
'ID of the workspace that contains the user identity.',
|
|
85798
85657
|
format: 'uuid',
|
|
85799
85658
|
type: 'string',
|
|
85800
85659
|
},
|