@seamapi/types 1.915.0 → 1.917.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 +938 -540
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1928 -1071
- package/dist/index.cjs +938 -540
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +6 -4
- 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 +13 -4
- 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 +17 -7
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +10 -4
- 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 +3 -3
- 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/device-provider.js +8 -4
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +60 -20
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +11 -7
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +3 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +8 -4
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/entrances.js +3 -5
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +6 -5
- package/lib/seam/connect/models/events/acs/users.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 +9 -5
- 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/modes.js +9 -16
- package/lib/seam/connect/models/thermostats/modes.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 +10 -3
- 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 +758 -363
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1928 -1071
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +6 -8
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -3
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -4
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +27 -7
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +12 -4
- 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 +5 -5
- package/src/lib/seam/connect/models/customer/customer.ts +1 -3
- package/src/lib/seam/connect/models/devices/device-provider.ts +10 -4
- package/src/lib/seam/connect/models/devices/device.ts +90 -20
- package/src/lib/seam/connect/models/devices/phone.ts +13 -7
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +3 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +19 -15
- package/src/lib/seam/connect/models/events/acs/entrances.ts +3 -5
- package/src/lib/seam/connect/models/events/acs/users.ts +6 -5
- 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 +33 -27
- 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/modes.ts +15 -16
- 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 +10 -5
- 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 +905 -507
- package/src/lib/seam/connect/route-types.ts +1928 -1071
|
@@ -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
|
},
|
|
@@ -2924,7 +2924,10 @@ const openapi: OpenAPISpec = {
|
|
|
2924
2924
|
format: 'date-time',
|
|
2925
2925
|
type: 'string',
|
|
2926
2926
|
},
|
|
2927
|
-
display_name: {
|
|
2927
|
+
display_name: {
|
|
2928
|
+
description: 'Display name for the access group.',
|
|
2929
|
+
type: 'string',
|
|
2930
|
+
},
|
|
2928
2931
|
errors: {
|
|
2929
2932
|
description: 'Errors associated with the `acs_access_group`.',
|
|
2930
2933
|
items: {
|
|
@@ -2980,7 +2983,11 @@ const openapi: OpenAPISpec = {
|
|
|
2980
2983
|
'Display name that corresponds to the brand-specific terminology for the access group type.',
|
|
2981
2984
|
type: 'string',
|
|
2982
2985
|
},
|
|
2983
|
-
is_managed: {
|
|
2986
|
+
is_managed: {
|
|
2987
|
+
description: 'Indicates whether Seam manages the access group.',
|
|
2988
|
+
enum: [true],
|
|
2989
|
+
type: 'boolean',
|
|
2990
|
+
},
|
|
2984
2991
|
name: { description: 'Name of the access group.', type: 'string' },
|
|
2985
2992
|
pending_mutations: {
|
|
2986
2993
|
description:
|
|
@@ -3398,8 +3405,7 @@ const openapi: OpenAPISpec = {
|
|
|
3398
3405
|
type: 'array',
|
|
3399
3406
|
},
|
|
3400
3407
|
workspace_id: {
|
|
3401
|
-
description:
|
|
3402
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the access group.',
|
|
3408
|
+
description: 'ID of the workspace that contains the access group.',
|
|
3403
3409
|
format: 'uuid',
|
|
3404
3410
|
type: 'string',
|
|
3405
3411
|
},
|
|
@@ -3440,7 +3446,12 @@ const openapi: OpenAPISpec = {
|
|
|
3440
3446
|
format: 'uuid',
|
|
3441
3447
|
type: 'string',
|
|
3442
3448
|
},
|
|
3443
|
-
acs_credential_pool_id: {
|
|
3449
|
+
acs_credential_pool_id: {
|
|
3450
|
+
description:
|
|
3451
|
+
'ID of the credential pool to which the credential belongs.',
|
|
3452
|
+
format: 'uuid',
|
|
3453
|
+
type: 'string',
|
|
3454
|
+
},
|
|
3444
3455
|
acs_system_id: {
|
|
3445
3456
|
description:
|
|
3446
3457
|
'ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
@@ -3573,7 +3584,11 @@ const openapi: OpenAPISpec = {
|
|
|
3573
3584
|
nullable: true,
|
|
3574
3585
|
type: 'boolean',
|
|
3575
3586
|
},
|
|
3576
|
-
is_managed: {
|
|
3587
|
+
is_managed: {
|
|
3588
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
3589
|
+
enum: [true],
|
|
3590
|
+
type: 'boolean',
|
|
3591
|
+
},
|
|
3577
3592
|
is_multi_phone_sync_credential: {
|
|
3578
3593
|
description:
|
|
3579
3594
|
'Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).',
|
|
@@ -3829,7 +3844,7 @@ const openapi: OpenAPISpec = {
|
|
|
3829
3844
|
},
|
|
3830
3845
|
workspace_id: {
|
|
3831
3846
|
description:
|
|
3832
|
-
'ID of the
|
|
3847
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
3833
3848
|
format: 'uuid',
|
|
3834
3849
|
type: 'string',
|
|
3835
3850
|
},
|
|
@@ -3916,7 +3931,7 @@ const openapi: OpenAPISpec = {
|
|
|
3916
3931
|
},
|
|
3917
3932
|
connected_account_id: {
|
|
3918
3933
|
description:
|
|
3919
|
-
'ID of the
|
|
3934
|
+
'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
3935
|
format: 'uuid',
|
|
3921
3936
|
type: 'string',
|
|
3922
3937
|
},
|
|
@@ -3962,7 +3977,7 @@ const openapi: OpenAPISpec = {
|
|
|
3962
3977
|
},
|
|
3963
3978
|
workspace_id: {
|
|
3964
3979
|
description:
|
|
3965
|
-
'ID of the
|
|
3980
|
+
'ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3966
3981
|
format: 'uuid',
|
|
3967
3982
|
type: 'string',
|
|
3968
3983
|
},
|
|
@@ -4509,17 +4524,27 @@ const openapi: OpenAPISpec = {
|
|
|
4509
4524
|
description:
|
|
4510
4525
|
'Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).\n\nWithin an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users#acs_user) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials#acs_credential) to grant access to the `acs_user`s.\n\nFor details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/api/acs).',
|
|
4511
4526
|
properties: {
|
|
4512
|
-
acs_access_group_count: {
|
|
4527
|
+
acs_access_group_count: {
|
|
4528
|
+
description:
|
|
4529
|
+
'Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4530
|
+
format: 'float',
|
|
4531
|
+
type: 'number',
|
|
4532
|
+
},
|
|
4513
4533
|
acs_system_id: {
|
|
4514
4534
|
description:
|
|
4515
4535
|
'ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4516
4536
|
format: 'uuid',
|
|
4517
4537
|
type: 'string',
|
|
4518
4538
|
},
|
|
4519
|
-
acs_user_count: {
|
|
4539
|
+
acs_user_count: {
|
|
4540
|
+
description:
|
|
4541
|
+
'Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4542
|
+
format: 'float',
|
|
4543
|
+
type: 'number',
|
|
4544
|
+
},
|
|
4520
4545
|
connected_account_id: {
|
|
4521
4546
|
description:
|
|
4522
|
-
'ID of the
|
|
4547
|
+
'ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4523
4548
|
format: 'uuid',
|
|
4524
4549
|
type: 'string',
|
|
4525
4550
|
},
|
|
@@ -4593,7 +4618,11 @@ const openapi: OpenAPISpec = {
|
|
|
4593
4618
|
enum: ['bridge_disconnected'],
|
|
4594
4619
|
type: 'string',
|
|
4595
4620
|
},
|
|
4596
|
-
is_bridge_error: {
|
|
4621
|
+
is_bridge_error: {
|
|
4622
|
+
description:
|
|
4623
|
+
'Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
4624
|
+
type: 'boolean',
|
|
4625
|
+
},
|
|
4597
4626
|
message: {
|
|
4598
4627
|
description:
|
|
4599
4628
|
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
@@ -4800,6 +4829,8 @@ const openapi: OpenAPISpec = {
|
|
|
4800
4829
|
type: 'boolean',
|
|
4801
4830
|
},
|
|
4802
4831
|
location: {
|
|
4832
|
+
description:
|
|
4833
|
+
'Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4803
4834
|
properties: {
|
|
4804
4835
|
time_zone: {
|
|
4805
4836
|
description:
|
|
@@ -4844,6 +4875,8 @@ const openapi: OpenAPISpec = {
|
|
|
4844
4875
|
'x-deprecated': 'Use `external_type_display_name`.',
|
|
4845
4876
|
},
|
|
4846
4877
|
visionline_metadata: {
|
|
4878
|
+
description:
|
|
4879
|
+
'Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4847
4880
|
properties: {
|
|
4848
4881
|
lan_address: {
|
|
4849
4882
|
description:
|
|
@@ -4959,7 +4992,7 @@ const openapi: OpenAPISpec = {
|
|
|
4959
4992
|
},
|
|
4960
4993
|
workspace_id: {
|
|
4961
4994
|
description:
|
|
4962
|
-
'ID of the
|
|
4995
|
+
'ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4963
4996
|
format: 'uuid',
|
|
4964
4997
|
type: 'string',
|
|
4965
4998
|
},
|
|
@@ -5020,7 +5053,7 @@ const openapi: OpenAPISpec = {
|
|
|
5020
5053
|
},
|
|
5021
5054
|
connected_account_id: {
|
|
5022
5055
|
description:
|
|
5023
|
-
'\n The ID of the
|
|
5056
|
+
'\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
5057
|
format: 'uuid',
|
|
5025
5058
|
type: 'string',
|
|
5026
5059
|
},
|
|
@@ -5223,8 +5256,18 @@ const openapi: OpenAPISpec = {
|
|
|
5223
5256
|
minLength: 1,
|
|
5224
5257
|
type: 'string',
|
|
5225
5258
|
},
|
|
5226
|
-
hid_acs_system_id: {
|
|
5227
|
-
|
|
5259
|
+
hid_acs_system_id: {
|
|
5260
|
+
description:
|
|
5261
|
+
'ID of the HID access control system associated with the user.',
|
|
5262
|
+
format: 'uuid',
|
|
5263
|
+
type: 'string',
|
|
5264
|
+
},
|
|
5265
|
+
is_managed: {
|
|
5266
|
+
description:
|
|
5267
|
+
'Indicates whether Seam manages the access system user.',
|
|
5268
|
+
enum: [true],
|
|
5269
|
+
type: 'boolean',
|
|
5270
|
+
},
|
|
5228
5271
|
is_suspended: {
|
|
5229
5272
|
description:
|
|
5230
5273
|
'Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users).',
|
|
@@ -5814,7 +5857,7 @@ const openapi: OpenAPISpec = {
|
|
|
5814
5857
|
},
|
|
5815
5858
|
workspace_id: {
|
|
5816
5859
|
description:
|
|
5817
|
-
'ID of the
|
|
5860
|
+
'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
5818
5861
|
format: 'uuid',
|
|
5819
5862
|
type: 'string',
|
|
5820
5863
|
},
|
|
@@ -6161,7 +6204,12 @@ const openapi: OpenAPISpec = {
|
|
|
6161
6204
|
nullable: true,
|
|
6162
6205
|
type: 'string',
|
|
6163
6206
|
},
|
|
6164
|
-
is_issued: {
|
|
6207
|
+
is_issued: {
|
|
6208
|
+
description:
|
|
6209
|
+
'Indicates whether the credential has been issued (encoded onto a card).',
|
|
6210
|
+
nullable: true,
|
|
6211
|
+
type: 'boolean',
|
|
6212
|
+
},
|
|
6165
6213
|
starts_at: {
|
|
6166
6214
|
description:
|
|
6167
6215
|
'Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable.',
|
|
@@ -6282,6 +6330,8 @@ const openapi: OpenAPISpec = {
|
|
|
6282
6330
|
type: 'string',
|
|
6283
6331
|
},
|
|
6284
6332
|
acs_credential_pool_id: {
|
|
6333
|
+
description:
|
|
6334
|
+
'ID of the credential pool to which the credential belongs.',
|
|
6285
6335
|
format: 'uuid',
|
|
6286
6336
|
type: 'string',
|
|
6287
6337
|
},
|
|
@@ -6419,7 +6469,12 @@ const openapi: OpenAPISpec = {
|
|
|
6419
6469
|
nullable: true,
|
|
6420
6470
|
type: 'boolean',
|
|
6421
6471
|
},
|
|
6422
|
-
is_managed: {
|
|
6472
|
+
is_managed: {
|
|
6473
|
+
description:
|
|
6474
|
+
'Indicates whether Seam manages the credential.',
|
|
6475
|
+
enum: [true],
|
|
6476
|
+
type: 'boolean',
|
|
6477
|
+
},
|
|
6423
6478
|
is_multi_phone_sync_credential: {
|
|
6424
6479
|
description:
|
|
6425
6480
|
'Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).',
|
|
@@ -6703,7 +6758,7 @@ const openapi: OpenAPISpec = {
|
|
|
6703
6758
|
},
|
|
6704
6759
|
workspace_id: {
|
|
6705
6760
|
description:
|
|
6706
|
-
'ID of the
|
|
6761
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6707
6762
|
format: 'uuid',
|
|
6708
6763
|
type: 'string',
|
|
6709
6764
|
},
|
|
@@ -6740,6 +6795,8 @@ const openapi: OpenAPISpec = {
|
|
|
6740
6795
|
type: 'string',
|
|
6741
6796
|
},
|
|
6742
6797
|
acs_credential_pool_id: {
|
|
6798
|
+
description:
|
|
6799
|
+
'ID of the credential pool to which the credential belongs.',
|
|
6743
6800
|
format: 'uuid',
|
|
6744
6801
|
type: 'string',
|
|
6745
6802
|
},
|
|
@@ -7161,7 +7218,7 @@ const openapi: OpenAPISpec = {
|
|
|
7161
7218
|
},
|
|
7162
7219
|
workspace_id: {
|
|
7163
7220
|
description:
|
|
7164
|
-
'ID of the
|
|
7221
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7165
7222
|
format: 'uuid',
|
|
7166
7223
|
type: 'string',
|
|
7167
7224
|
},
|
|
@@ -7455,6 +7512,8 @@ const openapi: OpenAPISpec = {
|
|
|
7455
7512
|
type: 'string',
|
|
7456
7513
|
},
|
|
7457
7514
|
acs_credential_pool_id: {
|
|
7515
|
+
description:
|
|
7516
|
+
'ID of the credential pool to which the credential belongs.',
|
|
7458
7517
|
format: 'uuid',
|
|
7459
7518
|
type: 'string',
|
|
7460
7519
|
},
|
|
@@ -7591,7 +7650,12 @@ const openapi: OpenAPISpec = {
|
|
|
7591
7650
|
nullable: true,
|
|
7592
7651
|
type: 'boolean',
|
|
7593
7652
|
},
|
|
7594
|
-
is_managed: {
|
|
7653
|
+
is_managed: {
|
|
7654
|
+
description:
|
|
7655
|
+
'Indicates whether Seam manages the credential.',
|
|
7656
|
+
enum: [true],
|
|
7657
|
+
type: 'boolean',
|
|
7658
|
+
},
|
|
7595
7659
|
is_multi_phone_sync_credential: {
|
|
7596
7660
|
description:
|
|
7597
7661
|
'Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).',
|
|
@@ -7873,7 +7937,7 @@ const openapi: OpenAPISpec = {
|
|
|
7873
7937
|
},
|
|
7874
7938
|
workspace_id: {
|
|
7875
7939
|
description:
|
|
7876
|
-
'ID of the
|
|
7940
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7877
7941
|
format: 'uuid',
|
|
7878
7942
|
type: 'string',
|
|
7879
7943
|
},
|
|
@@ -7910,6 +7974,8 @@ const openapi: OpenAPISpec = {
|
|
|
7910
7974
|
type: 'string',
|
|
7911
7975
|
},
|
|
7912
7976
|
acs_credential_pool_id: {
|
|
7977
|
+
description:
|
|
7978
|
+
'ID of the credential pool to which the credential belongs.',
|
|
7913
7979
|
format: 'uuid',
|
|
7914
7980
|
type: 'string',
|
|
7915
7981
|
},
|
|
@@ -8328,7 +8394,7 @@ const openapi: OpenAPISpec = {
|
|
|
8328
8394
|
},
|
|
8329
8395
|
workspace_id: {
|
|
8330
8396
|
description:
|
|
8331
|
-
'ID of the
|
|
8397
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
8332
8398
|
format: 'uuid',
|
|
8333
8399
|
type: 'string',
|
|
8334
8400
|
},
|
|
@@ -8658,7 +8724,12 @@ const openapi: OpenAPISpec = {
|
|
|
8658
8724
|
format: 'uuid',
|
|
8659
8725
|
type: 'string',
|
|
8660
8726
|
},
|
|
8661
|
-
acs_credential_pool_id: {
|
|
8727
|
+
acs_credential_pool_id: {
|
|
8728
|
+
description:
|
|
8729
|
+
'ID of the credential pool to which the credential belongs.',
|
|
8730
|
+
format: 'uuid',
|
|
8731
|
+
type: 'string',
|
|
8732
|
+
},
|
|
8662
8733
|
acs_system_id: {
|
|
8663
8734
|
description:
|
|
8664
8735
|
'ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
@@ -8791,7 +8862,12 @@ const openapi: OpenAPISpec = {
|
|
|
8791
8862
|
nullable: true,
|
|
8792
8863
|
type: 'boolean',
|
|
8793
8864
|
},
|
|
8794
|
-
is_managed: {
|
|
8865
|
+
is_managed: {
|
|
8866
|
+
description:
|
|
8867
|
+
'Indicates whether Seam manages the credential.',
|
|
8868
|
+
enum: [true],
|
|
8869
|
+
type: 'boolean',
|
|
8870
|
+
},
|
|
8795
8871
|
is_multi_phone_sync_credential: {
|
|
8796
8872
|
description:
|
|
8797
8873
|
'Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).',
|
|
@@ -9049,7 +9125,7 @@ const openapi: OpenAPISpec = {
|
|
|
9049
9125
|
},
|
|
9050
9126
|
workspace_id: {
|
|
9051
9127
|
description:
|
|
9052
|
-
'ID of the
|
|
9128
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
9053
9129
|
format: 'uuid',
|
|
9054
9130
|
type: 'string',
|
|
9055
9131
|
},
|
|
@@ -11737,7 +11813,7 @@ const openapi: OpenAPISpec = {
|
|
|
11737
11813
|
},
|
|
11738
11814
|
workspace_id: {
|
|
11739
11815
|
description:
|
|
11740
|
-
'ID of the
|
|
11816
|
+
'ID of the workspace with which Seam Bridge is paired.',
|
|
11741
11817
|
format: 'uuid',
|
|
11742
11818
|
type: 'string',
|
|
11743
11819
|
},
|
|
@@ -11761,8 +11837,7 @@ const openapi: OpenAPISpec = {
|
|
|
11761
11837
|
"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
11838
|
properties: {
|
|
11763
11839
|
client_session_id: {
|
|
11764
|
-
description:
|
|
11765
|
-
'ID of the [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens).',
|
|
11840
|
+
description: 'ID of the client session.',
|
|
11766
11841
|
format: 'uuid',
|
|
11767
11842
|
type: 'string',
|
|
11768
11843
|
},
|
|
@@ -11828,7 +11903,7 @@ const openapi: OpenAPISpec = {
|
|
|
11828
11903
|
},
|
|
11829
11904
|
workspace_id: {
|
|
11830
11905
|
description:
|
|
11831
|
-
'ID of the
|
|
11906
|
+
'ID of the workspace associated with the client session.',
|
|
11832
11907
|
format: 'uuid',
|
|
11833
11908
|
type: 'string',
|
|
11834
11909
|
},
|
|
@@ -11911,7 +11986,7 @@ const openapi: OpenAPISpec = {
|
|
|
11911
11986
|
},
|
|
11912
11987
|
connected_account_id: {
|
|
11913
11988
|
description:
|
|
11914
|
-
'ID of the
|
|
11989
|
+
'ID of the connected account associated with the Connect Webview.',
|
|
11915
11990
|
format: 'uuid',
|
|
11916
11991
|
nullable: true,
|
|
11917
11992
|
type: 'string',
|
|
@@ -11950,6 +12025,8 @@ const openapi: OpenAPISpec = {
|
|
|
11950
12025
|
type: 'string',
|
|
11951
12026
|
},
|
|
11952
12027
|
device_selection_mode: {
|
|
12028
|
+
description:
|
|
12029
|
+
'Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`.',
|
|
11953
12030
|
enum: ['none', 'single', 'multiple'],
|
|
11954
12031
|
type: 'string',
|
|
11955
12032
|
},
|
|
@@ -11983,7 +12060,7 @@ const openapi: OpenAPISpec = {
|
|
|
11983
12060
|
},
|
|
11984
12061
|
workspace_id: {
|
|
11985
12062
|
description:
|
|
11986
|
-
'ID of the
|
|
12063
|
+
'ID of the workspace that contains the Connect Webview.',
|
|
11987
12064
|
format: 'uuid',
|
|
11988
12065
|
type: 'string',
|
|
11989
12066
|
},
|
|
@@ -12631,8 +12708,7 @@ const openapi: OpenAPISpec = {
|
|
|
12631
12708
|
type: 'string',
|
|
12632
12709
|
},
|
|
12633
12710
|
workspace_id: {
|
|
12634
|
-
description:
|
|
12635
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the customer.',
|
|
12711
|
+
description: 'ID of the workspace associated with the customer.',
|
|
12636
12712
|
format: 'uuid',
|
|
12637
12713
|
type: 'string',
|
|
12638
12714
|
},
|
|
@@ -12669,7 +12745,7 @@ const openapi: OpenAPISpec = {
|
|
|
12669
12745
|
},
|
|
12670
12746
|
workspace_id: {
|
|
12671
12747
|
description:
|
|
12672
|
-
'ID of the
|
|
12748
|
+
'ID of the workspace associated with the customer portal.',
|
|
12673
12749
|
format: 'uuid',
|
|
12674
12750
|
type: 'string',
|
|
12675
12751
|
},
|
|
@@ -12728,30 +12804,103 @@ const openapi: OpenAPISpec = {
|
|
|
12728
12804
|
description:
|
|
12729
12805
|
'Represents a [device](https://docs.seam.co/core-concepts/devices) that has been connected to Seam.',
|
|
12730
12806
|
properties: {
|
|
12731
|
-
can_configure_auto_lock: {
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12807
|
+
can_configure_auto_lock: {
|
|
12808
|
+
description:
|
|
12809
|
+
'Indicates whether the lock supports configuring automatic locking.',
|
|
12810
|
+
type: 'boolean',
|
|
12811
|
+
},
|
|
12812
|
+
can_hvac_cool: {
|
|
12813
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
12814
|
+
type: 'boolean',
|
|
12815
|
+
},
|
|
12816
|
+
can_hvac_heat: {
|
|
12817
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
12818
|
+
type: 'boolean',
|
|
12819
|
+
},
|
|
12820
|
+
can_hvac_heat_cool: {
|
|
12821
|
+
description:
|
|
12822
|
+
'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
12823
|
+
type: 'boolean',
|
|
12824
|
+
},
|
|
12825
|
+
can_program_offline_access_codes: {
|
|
12826
|
+
description:
|
|
12827
|
+
'Indicates whether the device supports programming offline access codes.',
|
|
12828
|
+
type: 'boolean',
|
|
12829
|
+
},
|
|
12830
|
+
can_program_online_access_codes: {
|
|
12831
|
+
description:
|
|
12832
|
+
'Indicates whether the device supports programming online access codes.',
|
|
12833
|
+
type: 'boolean',
|
|
12834
|
+
},
|
|
12737
12835
|
can_program_thermostat_programs_as_different_each_day: {
|
|
12836
|
+
description:
|
|
12837
|
+
'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
12838
|
+
type: 'boolean',
|
|
12839
|
+
},
|
|
12840
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
12841
|
+
description:
|
|
12842
|
+
'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
12738
12843
|
type: 'boolean',
|
|
12739
12844
|
},
|
|
12740
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
12741
12845
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
12846
|
+
description:
|
|
12847
|
+
'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
12848
|
+
type: 'boolean',
|
|
12849
|
+
},
|
|
12850
|
+
can_remotely_lock: {
|
|
12851
|
+
description:
|
|
12852
|
+
'Indicates whether the device supports remote locking.',
|
|
12853
|
+
type: 'boolean',
|
|
12854
|
+
},
|
|
12855
|
+
can_remotely_unlock: {
|
|
12856
|
+
description:
|
|
12857
|
+
'Indicates whether the device supports remote unlocking.',
|
|
12858
|
+
type: 'boolean',
|
|
12859
|
+
},
|
|
12860
|
+
can_run_thermostat_programs: {
|
|
12861
|
+
description:
|
|
12862
|
+
'Indicates whether the thermostat supports running climate programs.',
|
|
12863
|
+
type: 'boolean',
|
|
12864
|
+
},
|
|
12865
|
+
can_simulate_connection: {
|
|
12866
|
+
description:
|
|
12867
|
+
'Indicates whether the device supports simulating connection in a sandbox.',
|
|
12868
|
+
type: 'boolean',
|
|
12869
|
+
},
|
|
12870
|
+
can_simulate_disconnection: {
|
|
12871
|
+
description:
|
|
12872
|
+
'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
12873
|
+
type: 'boolean',
|
|
12874
|
+
},
|
|
12875
|
+
can_simulate_hub_connection: {
|
|
12876
|
+
description:
|
|
12877
|
+
'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
12878
|
+
type: 'boolean',
|
|
12879
|
+
},
|
|
12880
|
+
can_simulate_hub_disconnection: {
|
|
12881
|
+
description:
|
|
12882
|
+
'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
12883
|
+
type: 'boolean',
|
|
12884
|
+
},
|
|
12885
|
+
can_simulate_paid_subscription: {
|
|
12886
|
+
description:
|
|
12887
|
+
'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
12888
|
+
type: 'boolean',
|
|
12889
|
+
},
|
|
12890
|
+
can_simulate_removal: {
|
|
12891
|
+
description:
|
|
12892
|
+
'Indicates whether the device supports simulating removal in a sandbox.',
|
|
12893
|
+
type: 'boolean',
|
|
12894
|
+
},
|
|
12895
|
+
can_turn_off_hvac: {
|
|
12896
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
12897
|
+
type: 'boolean',
|
|
12898
|
+
},
|
|
12899
|
+
can_unlock_with_code: {
|
|
12900
|
+
description:
|
|
12901
|
+
'Indicates whether the lock supports unlocking with an access code.',
|
|
12742
12902
|
type: 'boolean',
|
|
12743
12903
|
},
|
|
12744
|
-
can_remotely_lock: { type: 'boolean' },
|
|
12745
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
12746
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
12747
|
-
can_simulate_connection: { type: 'boolean' },
|
|
12748
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
12749
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
12750
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
12751
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
12752
|
-
can_simulate_removal: { type: 'boolean' },
|
|
12753
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
12754
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
12755
12904
|
capabilities_supported: {
|
|
12756
12905
|
description:
|
|
12757
12906
|
'\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/capability-guides/device-and-system-capabilities#capability-flags).\n ',
|
|
@@ -15451,7 +15600,7 @@ const openapi: OpenAPISpec = {
|
|
|
15451
15600
|
},
|
|
15452
15601
|
workspace_id: {
|
|
15453
15602
|
description:
|
|
15454
|
-
'ID of the
|
|
15603
|
+
'ID of the workspace that contains the thermostat schedule.',
|
|
15455
15604
|
format: 'uuid',
|
|
15456
15605
|
type: 'string',
|
|
15457
15606
|
},
|
|
@@ -15485,6 +15634,8 @@ const openapi: OpenAPISpec = {
|
|
|
15485
15634
|
description:
|
|
15486
15635
|
'Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied".',
|
|
15487
15636
|
items: {
|
|
15637
|
+
description:
|
|
15638
|
+
'Climate preset mode for the thermostat, such as `home`, `away`, `wake`, `sleep`, `occupied`, or `unoccupied`.',
|
|
15488
15639
|
enum: [
|
|
15489
15640
|
'home',
|
|
15490
15641
|
'away',
|
|
@@ -15639,6 +15790,8 @@ const openapi: OpenAPISpec = {
|
|
|
15639
15790
|
description:
|
|
15640
15791
|
'Fan mode settings that the thermostat supports.',
|
|
15641
15792
|
items: {
|
|
15793
|
+
description:
|
|
15794
|
+
'Fan mode setting for the thermostat, such as `auto`, `on`, or `circulate`.',
|
|
15642
15795
|
enum: ['auto', 'on', 'circulate'],
|
|
15643
15796
|
type: 'string',
|
|
15644
15797
|
},
|
|
@@ -15649,6 +15802,8 @@ const openapi: OpenAPISpec = {
|
|
|
15649
15802
|
description:
|
|
15650
15803
|
'HVAC mode settings that the thermostat supports.',
|
|
15651
15804
|
items: {
|
|
15805
|
+
description:
|
|
15806
|
+
'HVAC mode setting for the thermostat, such as `heat`, `cool`, `heat_cool`, `eco`, or `off`.',
|
|
15652
15807
|
enum: ['off', 'heat', 'cool', 'heat_cool', 'eco'],
|
|
15653
15808
|
type: 'string',
|
|
15654
15809
|
},
|
|
@@ -16153,7 +16308,7 @@ const openapi: OpenAPISpec = {
|
|
|
16153
16308
|
},
|
|
16154
16309
|
workspace_id: {
|
|
16155
16310
|
description:
|
|
16156
|
-
'ID of the
|
|
16311
|
+
'ID of the workspace that contains the thermostat daily program.',
|
|
16157
16312
|
format: 'uuid',
|
|
16158
16313
|
type: 'string',
|
|
16159
16314
|
},
|
|
@@ -17008,31 +17163,105 @@ const openapi: OpenAPISpec = {
|
|
|
17008
17163
|
},
|
|
17009
17164
|
device_provider: {
|
|
17010
17165
|
properties: {
|
|
17011
|
-
can_configure_auto_lock: {
|
|
17012
|
-
|
|
17013
|
-
|
|
17014
|
-
|
|
17015
|
-
|
|
17016
|
-
|
|
17166
|
+
can_configure_auto_lock: {
|
|
17167
|
+
description:
|
|
17168
|
+
'Indicates whether the lock supports configuring automatic locking.',
|
|
17169
|
+
type: 'boolean',
|
|
17170
|
+
},
|
|
17171
|
+
can_hvac_cool: {
|
|
17172
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
17173
|
+
type: 'boolean',
|
|
17174
|
+
},
|
|
17175
|
+
can_hvac_heat: {
|
|
17176
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
17177
|
+
type: 'boolean',
|
|
17178
|
+
},
|
|
17179
|
+
can_hvac_heat_cool: {
|
|
17180
|
+
description:
|
|
17181
|
+
'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
17182
|
+
type: 'boolean',
|
|
17183
|
+
},
|
|
17184
|
+
can_program_offline_access_codes: {
|
|
17185
|
+
description:
|
|
17186
|
+
'Indicates whether the device supports programming offline access codes.',
|
|
17187
|
+
type: 'boolean',
|
|
17188
|
+
},
|
|
17189
|
+
can_program_online_access_codes: {
|
|
17190
|
+
description:
|
|
17191
|
+
'Indicates whether the device supports programming online access codes.',
|
|
17192
|
+
type: 'boolean',
|
|
17193
|
+
},
|
|
17017
17194
|
can_program_thermostat_programs_as_different_each_day: {
|
|
17195
|
+
description:
|
|
17196
|
+
'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
17197
|
+
type: 'boolean',
|
|
17198
|
+
},
|
|
17199
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
17200
|
+
description:
|
|
17201
|
+
'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
17018
17202
|
type: 'boolean',
|
|
17019
17203
|
},
|
|
17020
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
17021
17204
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
17205
|
+
description:
|
|
17206
|
+
'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
17207
|
+
type: 'boolean',
|
|
17208
|
+
},
|
|
17209
|
+
can_remotely_lock: {
|
|
17210
|
+
description:
|
|
17211
|
+
'Indicates whether the device supports remote locking.',
|
|
17212
|
+
type: 'boolean',
|
|
17213
|
+
},
|
|
17214
|
+
can_remotely_unlock: {
|
|
17215
|
+
description:
|
|
17216
|
+
'Indicates whether the device supports remote unlocking.',
|
|
17217
|
+
type: 'boolean',
|
|
17218
|
+
},
|
|
17219
|
+
can_run_thermostat_programs: {
|
|
17220
|
+
description:
|
|
17221
|
+
'Indicates whether the thermostat supports running climate programs.',
|
|
17222
|
+
type: 'boolean',
|
|
17223
|
+
},
|
|
17224
|
+
can_simulate_connection: {
|
|
17225
|
+
description:
|
|
17226
|
+
'Indicates whether the device supports simulating connection in a sandbox.',
|
|
17227
|
+
type: 'boolean',
|
|
17228
|
+
},
|
|
17229
|
+
can_simulate_disconnection: {
|
|
17230
|
+
description:
|
|
17231
|
+
'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
17232
|
+
type: 'boolean',
|
|
17233
|
+
},
|
|
17234
|
+
can_simulate_hub_connection: {
|
|
17235
|
+
description:
|
|
17236
|
+
'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
17237
|
+
type: 'boolean',
|
|
17238
|
+
},
|
|
17239
|
+
can_simulate_hub_disconnection: {
|
|
17240
|
+
description:
|
|
17241
|
+
'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
17242
|
+
type: 'boolean',
|
|
17243
|
+
},
|
|
17244
|
+
can_simulate_paid_subscription: {
|
|
17245
|
+
description:
|
|
17246
|
+
'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
17247
|
+
type: 'boolean',
|
|
17248
|
+
},
|
|
17249
|
+
can_simulate_removal: {
|
|
17250
|
+
description:
|
|
17251
|
+
'Indicates whether the device supports simulating removal in a sandbox.',
|
|
17252
|
+
type: 'boolean',
|
|
17253
|
+
},
|
|
17254
|
+
can_turn_off_hvac: {
|
|
17255
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
17256
|
+
type: 'boolean',
|
|
17257
|
+
},
|
|
17258
|
+
can_unlock_with_code: {
|
|
17259
|
+
description:
|
|
17260
|
+
'Indicates whether the lock supports unlocking with an access code.',
|
|
17022
17261
|
type: 'boolean',
|
|
17023
17262
|
},
|
|
17024
|
-
can_remotely_lock: { type: 'boolean' },
|
|
17025
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
17026
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
17027
|
-
can_simulate_connection: { type: 'boolean' },
|
|
17028
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
17029
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
17030
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
17031
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
17032
|
-
can_simulate_removal: { type: 'boolean' },
|
|
17033
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
17034
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
17035
17263
|
device_provider_name: {
|
|
17264
|
+
description: 'Name of the device provider.',
|
|
17036
17265
|
enum: [
|
|
17037
17266
|
'hotek',
|
|
17038
17267
|
'dormakaba_community',
|
|
@@ -17097,9 +17326,17 @@ const openapi: OpenAPISpec = {
|
|
|
17097
17326
|
],
|
|
17098
17327
|
type: 'string',
|
|
17099
17328
|
},
|
|
17100
|
-
display_name: {
|
|
17101
|
-
|
|
17329
|
+
display_name: {
|
|
17330
|
+
description: 'Display name for the device provider.',
|
|
17331
|
+
type: 'string',
|
|
17332
|
+
},
|
|
17333
|
+
image_url: {
|
|
17334
|
+
description: 'Image URL for the device provider.',
|
|
17335
|
+
type: 'string',
|
|
17336
|
+
},
|
|
17102
17337
|
provider_categories: {
|
|
17338
|
+
description:
|
|
17339
|
+
'List of provider categories to which the device provider belongs, such as `stable`, `consumer_smartlocks`, `thermostats`, and so on.',
|
|
17103
17340
|
items: {
|
|
17104
17341
|
enum: [
|
|
17105
17342
|
'stable',
|
|
@@ -17154,7 +17391,7 @@ const openapi: OpenAPISpec = {
|
|
|
17154
17391
|
},
|
|
17155
17392
|
workspace_id: {
|
|
17156
17393
|
description:
|
|
17157
|
-
'ID of the
|
|
17394
|
+
'ID of the workspace that contains the enrollment automation.',
|
|
17158
17395
|
format: 'uuid',
|
|
17159
17396
|
type: 'string',
|
|
17160
17397
|
},
|
|
@@ -17172,7 +17409,7 @@ const openapi: OpenAPISpec = {
|
|
|
17172
17409
|
},
|
|
17173
17410
|
event: {
|
|
17174
17411
|
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
|
|
17412
|
+
"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
17413
|
discriminator: { propertyName: 'event_type' },
|
|
17177
17414
|
oneOf: [
|
|
17178
17415
|
{
|
|
@@ -17194,7 +17431,7 @@ const openapi: OpenAPISpec = {
|
|
|
17194
17431
|
},
|
|
17195
17432
|
connected_account_id: {
|
|
17196
17433
|
description:
|
|
17197
|
-
'ID of the
|
|
17434
|
+
'ID of the connected account associated with the affected access code.',
|
|
17198
17435
|
format: 'uuid',
|
|
17199
17436
|
type: 'string',
|
|
17200
17437
|
},
|
|
@@ -17229,8 +17466,7 @@ const openapi: OpenAPISpec = {
|
|
|
17229
17466
|
type: 'string',
|
|
17230
17467
|
},
|
|
17231
17468
|
workspace_id: {
|
|
17232
|
-
description:
|
|
17233
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17469
|
+
description: 'ID of the workspace associated with the event.',
|
|
17234
17470
|
format: 'uuid',
|
|
17235
17471
|
type: 'string',
|
|
17236
17472
|
},
|
|
@@ -17266,6 +17502,7 @@ const openapi: OpenAPISpec = {
|
|
|
17266
17502
|
description:
|
|
17267
17503
|
'List of properties that changed on the access code.',
|
|
17268
17504
|
items: {
|
|
17505
|
+
description: 'Record describing a single changed property.',
|
|
17269
17506
|
properties: {
|
|
17270
17507
|
from: {
|
|
17271
17508
|
description:
|
|
@@ -17300,7 +17537,7 @@ const openapi: OpenAPISpec = {
|
|
|
17300
17537
|
},
|
|
17301
17538
|
connected_account_id: {
|
|
17302
17539
|
description:
|
|
17303
|
-
'ID of the
|
|
17540
|
+
'ID of the connected account associated with the affected access code.',
|
|
17304
17541
|
format: 'uuid',
|
|
17305
17542
|
type: 'string',
|
|
17306
17543
|
},
|
|
@@ -17335,8 +17572,7 @@ const openapi: OpenAPISpec = {
|
|
|
17335
17572
|
type: 'string',
|
|
17336
17573
|
},
|
|
17337
17574
|
workspace_id: {
|
|
17338
|
-
description:
|
|
17339
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17575
|
+
description: 'ID of the workspace associated with the event.',
|
|
17340
17576
|
format: 'uuid',
|
|
17341
17577
|
type: 'string',
|
|
17342
17578
|
},
|
|
@@ -17373,7 +17609,7 @@ const openapi: OpenAPISpec = {
|
|
|
17373
17609
|
},
|
|
17374
17610
|
connected_account_id: {
|
|
17375
17611
|
description:
|
|
17376
|
-
'ID of the
|
|
17612
|
+
'ID of the connected account associated with the affected access code.',
|
|
17377
17613
|
format: 'uuid',
|
|
17378
17614
|
type: 'string',
|
|
17379
17615
|
},
|
|
@@ -17440,8 +17676,7 @@ const openapi: OpenAPISpec = {
|
|
|
17440
17676
|
type: 'object',
|
|
17441
17677
|
},
|
|
17442
17678
|
workspace_id: {
|
|
17443
|
-
description:
|
|
17444
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17679
|
+
description: 'ID of the workspace associated with the event.',
|
|
17445
17680
|
format: 'uuid',
|
|
17446
17681
|
type: 'string',
|
|
17447
17682
|
},
|
|
@@ -17481,7 +17716,7 @@ const openapi: OpenAPISpec = {
|
|
|
17481
17716
|
},
|
|
17482
17717
|
connected_account_id: {
|
|
17483
17718
|
description:
|
|
17484
|
-
'ID of the
|
|
17719
|
+
'ID of the connected account associated with the affected access code.',
|
|
17485
17720
|
format: 'uuid',
|
|
17486
17721
|
type: 'string',
|
|
17487
17722
|
},
|
|
@@ -17548,8 +17783,7 @@ const openapi: OpenAPISpec = {
|
|
|
17548
17783
|
type: 'object',
|
|
17549
17784
|
},
|
|
17550
17785
|
workspace_id: {
|
|
17551
|
-
description:
|
|
17552
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17786
|
+
description: 'ID of the workspace associated with the event.',
|
|
17553
17787
|
format: 'uuid',
|
|
17554
17788
|
type: 'string',
|
|
17555
17789
|
},
|
|
@@ -17589,7 +17823,7 @@ const openapi: OpenAPISpec = {
|
|
|
17589
17823
|
},
|
|
17590
17824
|
connected_account_id: {
|
|
17591
17825
|
description:
|
|
17592
|
-
'ID of the
|
|
17826
|
+
'ID of the connected account associated with the affected access code.',
|
|
17593
17827
|
format: 'uuid',
|
|
17594
17828
|
type: 'string',
|
|
17595
17829
|
},
|
|
@@ -17666,8 +17900,7 @@ const openapi: OpenAPISpec = {
|
|
|
17666
17900
|
type: 'object',
|
|
17667
17901
|
},
|
|
17668
17902
|
workspace_id: {
|
|
17669
|
-
description:
|
|
17670
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17903
|
+
description: 'ID of the workspace associated with the event.',
|
|
17671
17904
|
format: 'uuid',
|
|
17672
17905
|
type: 'string',
|
|
17673
17906
|
},
|
|
@@ -17711,7 +17944,7 @@ const openapi: OpenAPISpec = {
|
|
|
17711
17944
|
},
|
|
17712
17945
|
connected_account_id: {
|
|
17713
17946
|
description:
|
|
17714
|
-
'ID of the
|
|
17947
|
+
'ID of the connected account associated with the affected access code.',
|
|
17715
17948
|
format: 'uuid',
|
|
17716
17949
|
type: 'string',
|
|
17717
17950
|
},
|
|
@@ -17749,8 +17982,7 @@ const openapi: OpenAPISpec = {
|
|
|
17749
17982
|
type: 'string',
|
|
17750
17983
|
},
|
|
17751
17984
|
workspace_id: {
|
|
17752
|
-
description:
|
|
17753
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
17985
|
+
description: 'ID of the workspace associated with the event.',
|
|
17754
17986
|
format: 'uuid',
|
|
17755
17987
|
type: 'string',
|
|
17756
17988
|
},
|
|
@@ -17792,7 +18024,7 @@ const openapi: OpenAPISpec = {
|
|
|
17792
18024
|
},
|
|
17793
18025
|
connected_account_id: {
|
|
17794
18026
|
description:
|
|
17795
|
-
'ID of the
|
|
18027
|
+
'ID of the connected account associated with the affected access code.',
|
|
17796
18028
|
format: 'uuid',
|
|
17797
18029
|
type: 'string',
|
|
17798
18030
|
},
|
|
@@ -17830,8 +18062,7 @@ const openapi: OpenAPISpec = {
|
|
|
17830
18062
|
type: 'string',
|
|
17831
18063
|
},
|
|
17832
18064
|
workspace_id: {
|
|
17833
|
-
description:
|
|
17834
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18065
|
+
description: 'ID of the workspace associated with the event.',
|
|
17835
18066
|
format: 'uuid',
|
|
17836
18067
|
type: 'string',
|
|
17837
18068
|
},
|
|
@@ -17869,7 +18100,7 @@ const openapi: OpenAPISpec = {
|
|
|
17869
18100
|
},
|
|
17870
18101
|
connected_account_id: {
|
|
17871
18102
|
description:
|
|
17872
|
-
'ID of the
|
|
18103
|
+
'ID of the connected account associated with the affected access code.',
|
|
17873
18104
|
format: 'uuid',
|
|
17874
18105
|
type: 'string',
|
|
17875
18106
|
},
|
|
@@ -17907,8 +18138,7 @@ const openapi: OpenAPISpec = {
|
|
|
17907
18138
|
type: 'string',
|
|
17908
18139
|
},
|
|
17909
18140
|
workspace_id: {
|
|
17910
|
-
description:
|
|
17911
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18141
|
+
description: 'ID of the workspace associated with the event.',
|
|
17912
18142
|
format: 'uuid',
|
|
17913
18143
|
type: 'string',
|
|
17914
18144
|
},
|
|
@@ -17933,6 +18163,8 @@ const openapi: OpenAPISpec = {
|
|
|
17933
18163
|
access_code_errors: {
|
|
17934
18164
|
description: 'Errors associated with the access code.',
|
|
17935
18165
|
items: {
|
|
18166
|
+
description:
|
|
18167
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
17936
18168
|
properties: {
|
|
17937
18169
|
created_at: {
|
|
17938
18170
|
description:
|
|
@@ -17964,6 +18196,8 @@ const openapi: OpenAPISpec = {
|
|
|
17964
18196
|
access_code_warnings: {
|
|
17965
18197
|
description: 'Warnings associated with the access code.',
|
|
17966
18198
|
items: {
|
|
18199
|
+
description:
|
|
18200
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
17967
18201
|
properties: {
|
|
17968
18202
|
created_at: {
|
|
17969
18203
|
description:
|
|
@@ -17998,6 +18232,8 @@ const openapi: OpenAPISpec = {
|
|
|
17998
18232
|
connected_account_errors: {
|
|
17999
18233
|
description: 'Errors associated with the connected account.',
|
|
18000
18234
|
items: {
|
|
18235
|
+
description:
|
|
18236
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18001
18237
|
properties: {
|
|
18002
18238
|
created_at: {
|
|
18003
18239
|
description:
|
|
@@ -18023,13 +18259,15 @@ const openapi: OpenAPISpec = {
|
|
|
18023
18259
|
},
|
|
18024
18260
|
connected_account_id: {
|
|
18025
18261
|
description:
|
|
18026
|
-
'ID of the
|
|
18262
|
+
'ID of the connected account associated with the affected access code.',
|
|
18027
18263
|
format: 'uuid',
|
|
18028
18264
|
type: 'string',
|
|
18029
18265
|
},
|
|
18030
18266
|
connected_account_warnings: {
|
|
18031
18267
|
description: 'Warnings associated with the connected account.',
|
|
18032
18268
|
items: {
|
|
18269
|
+
description:
|
|
18270
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18033
18271
|
properties: {
|
|
18034
18272
|
created_at: {
|
|
18035
18273
|
description:
|
|
@@ -18069,6 +18307,8 @@ const openapi: OpenAPISpec = {
|
|
|
18069
18307
|
device_errors: {
|
|
18070
18308
|
description: 'Errors associated with the device.',
|
|
18071
18309
|
items: {
|
|
18310
|
+
description:
|
|
18311
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18072
18312
|
properties: {
|
|
18073
18313
|
created_at: {
|
|
18074
18314
|
description:
|
|
@@ -18101,6 +18341,8 @@ const openapi: OpenAPISpec = {
|
|
|
18101
18341
|
device_warnings: {
|
|
18102
18342
|
description: 'Warnings associated with the device.',
|
|
18103
18343
|
items: {
|
|
18344
|
+
description:
|
|
18345
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18104
18346
|
properties: {
|
|
18105
18347
|
created_at: {
|
|
18106
18348
|
description:
|
|
@@ -18139,8 +18381,7 @@ const openapi: OpenAPISpec = {
|
|
|
18139
18381
|
type: 'string',
|
|
18140
18382
|
},
|
|
18141
18383
|
workspace_id: {
|
|
18142
|
-
description:
|
|
18143
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18384
|
+
description: 'ID of the workspace associated with the event.',
|
|
18144
18385
|
format: 'uuid',
|
|
18145
18386
|
type: 'string',
|
|
18146
18387
|
},
|
|
@@ -18171,6 +18412,8 @@ const openapi: OpenAPISpec = {
|
|
|
18171
18412
|
access_code_errors: {
|
|
18172
18413
|
description: 'Errors associated with the access code.',
|
|
18173
18414
|
items: {
|
|
18415
|
+
description:
|
|
18416
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18174
18417
|
properties: {
|
|
18175
18418
|
created_at: {
|
|
18176
18419
|
description:
|
|
@@ -18202,6 +18445,8 @@ const openapi: OpenAPISpec = {
|
|
|
18202
18445
|
access_code_warnings: {
|
|
18203
18446
|
description: 'Warnings associated with the access code.',
|
|
18204
18447
|
items: {
|
|
18448
|
+
description:
|
|
18449
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18205
18450
|
properties: {
|
|
18206
18451
|
created_at: {
|
|
18207
18452
|
description:
|
|
@@ -18236,6 +18481,8 @@ const openapi: OpenAPISpec = {
|
|
|
18236
18481
|
connected_account_errors: {
|
|
18237
18482
|
description: 'Errors associated with the connected account.',
|
|
18238
18483
|
items: {
|
|
18484
|
+
description:
|
|
18485
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18239
18486
|
properties: {
|
|
18240
18487
|
created_at: {
|
|
18241
18488
|
description:
|
|
@@ -18261,13 +18508,15 @@ const openapi: OpenAPISpec = {
|
|
|
18261
18508
|
},
|
|
18262
18509
|
connected_account_id: {
|
|
18263
18510
|
description:
|
|
18264
|
-
'ID of the
|
|
18511
|
+
'ID of the connected account associated with the affected access code.',
|
|
18265
18512
|
format: 'uuid',
|
|
18266
18513
|
type: 'string',
|
|
18267
18514
|
},
|
|
18268
18515
|
connected_account_warnings: {
|
|
18269
18516
|
description: 'Warnings associated with the connected account.',
|
|
18270
18517
|
items: {
|
|
18518
|
+
description:
|
|
18519
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18271
18520
|
properties: {
|
|
18272
18521
|
created_at: {
|
|
18273
18522
|
description:
|
|
@@ -18307,6 +18556,8 @@ const openapi: OpenAPISpec = {
|
|
|
18307
18556
|
device_errors: {
|
|
18308
18557
|
description: 'Errors associated with the device.',
|
|
18309
18558
|
items: {
|
|
18559
|
+
description:
|
|
18560
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18310
18561
|
properties: {
|
|
18311
18562
|
created_at: {
|
|
18312
18563
|
description:
|
|
@@ -18339,6 +18590,8 @@ const openapi: OpenAPISpec = {
|
|
|
18339
18590
|
device_warnings: {
|
|
18340
18591
|
description: 'Warnings associated with the device.',
|
|
18341
18592
|
items: {
|
|
18593
|
+
description:
|
|
18594
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18342
18595
|
properties: {
|
|
18343
18596
|
created_at: {
|
|
18344
18597
|
description:
|
|
@@ -18377,8 +18630,7 @@ const openapi: OpenAPISpec = {
|
|
|
18377
18630
|
type: 'string',
|
|
18378
18631
|
},
|
|
18379
18632
|
workspace_id: {
|
|
18380
|
-
description:
|
|
18381
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18633
|
+
description: 'ID of the workspace associated with the event.',
|
|
18382
18634
|
format: 'uuid',
|
|
18383
18635
|
type: 'string',
|
|
18384
18636
|
},
|
|
@@ -18426,7 +18678,7 @@ const openapi: OpenAPISpec = {
|
|
|
18426
18678
|
},
|
|
18427
18679
|
connected_account_id: {
|
|
18428
18680
|
description:
|
|
18429
|
-
'ID of the
|
|
18681
|
+
'ID of the connected account associated with the affected access code.',
|
|
18430
18682
|
format: 'uuid',
|
|
18431
18683
|
type: 'string',
|
|
18432
18684
|
},
|
|
@@ -18461,8 +18713,7 @@ const openapi: OpenAPISpec = {
|
|
|
18461
18713
|
type: 'string',
|
|
18462
18714
|
},
|
|
18463
18715
|
workspace_id: {
|
|
18464
|
-
description:
|
|
18465
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18716
|
+
description: 'ID of the workspace associated with the event.',
|
|
18466
18717
|
format: 'uuid',
|
|
18467
18718
|
type: 'string',
|
|
18468
18719
|
},
|
|
@@ -18488,6 +18739,8 @@ const openapi: OpenAPISpec = {
|
|
|
18488
18739
|
access_code_errors: {
|
|
18489
18740
|
description: 'Errors associated with the access code.',
|
|
18490
18741
|
items: {
|
|
18742
|
+
description:
|
|
18743
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18491
18744
|
properties: {
|
|
18492
18745
|
created_at: {
|
|
18493
18746
|
description:
|
|
@@ -18519,6 +18772,8 @@ const openapi: OpenAPISpec = {
|
|
|
18519
18772
|
access_code_warnings: {
|
|
18520
18773
|
description: 'Warnings associated with the access code.',
|
|
18521
18774
|
items: {
|
|
18775
|
+
description:
|
|
18776
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18522
18777
|
properties: {
|
|
18523
18778
|
created_at: {
|
|
18524
18779
|
description:
|
|
@@ -18553,6 +18808,8 @@ const openapi: OpenAPISpec = {
|
|
|
18553
18808
|
connected_account_errors: {
|
|
18554
18809
|
description: 'Errors associated with the connected account.',
|
|
18555
18810
|
items: {
|
|
18811
|
+
description:
|
|
18812
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18556
18813
|
properties: {
|
|
18557
18814
|
created_at: {
|
|
18558
18815
|
description:
|
|
@@ -18578,13 +18835,15 @@ const openapi: OpenAPISpec = {
|
|
|
18578
18835
|
},
|
|
18579
18836
|
connected_account_id: {
|
|
18580
18837
|
description:
|
|
18581
|
-
'ID of the
|
|
18838
|
+
'ID of the connected account associated with the affected access code.',
|
|
18582
18839
|
format: 'uuid',
|
|
18583
18840
|
type: 'string',
|
|
18584
18841
|
},
|
|
18585
18842
|
connected_account_warnings: {
|
|
18586
18843
|
description: 'Warnings associated with the connected account.',
|
|
18587
18844
|
items: {
|
|
18845
|
+
description:
|
|
18846
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18588
18847
|
properties: {
|
|
18589
18848
|
created_at: {
|
|
18590
18849
|
description:
|
|
@@ -18624,6 +18883,8 @@ const openapi: OpenAPISpec = {
|
|
|
18624
18883
|
device_errors: {
|
|
18625
18884
|
description: 'Errors associated with the device.',
|
|
18626
18885
|
items: {
|
|
18886
|
+
description:
|
|
18887
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18627
18888
|
properties: {
|
|
18628
18889
|
created_at: {
|
|
18629
18890
|
description:
|
|
@@ -18656,6 +18917,8 @@ const openapi: OpenAPISpec = {
|
|
|
18656
18917
|
device_warnings: {
|
|
18657
18918
|
description: 'Warnings associated with the device.',
|
|
18658
18919
|
items: {
|
|
18920
|
+
description:
|
|
18921
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18659
18922
|
properties: {
|
|
18660
18923
|
created_at: {
|
|
18661
18924
|
description:
|
|
@@ -18694,8 +18957,7 @@ const openapi: OpenAPISpec = {
|
|
|
18694
18957
|
type: 'string',
|
|
18695
18958
|
},
|
|
18696
18959
|
workspace_id: {
|
|
18697
|
-
description:
|
|
18698
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
18960
|
+
description: 'ID of the workspace associated with the event.',
|
|
18699
18961
|
format: 'uuid',
|
|
18700
18962
|
type: 'string',
|
|
18701
18963
|
},
|
|
@@ -18726,6 +18988,8 @@ const openapi: OpenAPISpec = {
|
|
|
18726
18988
|
access_code_errors: {
|
|
18727
18989
|
description: 'Errors associated with the access code.',
|
|
18728
18990
|
items: {
|
|
18991
|
+
description:
|
|
18992
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18729
18993
|
properties: {
|
|
18730
18994
|
created_at: {
|
|
18731
18995
|
description:
|
|
@@ -18757,6 +19021,8 @@ const openapi: OpenAPISpec = {
|
|
|
18757
19021
|
access_code_warnings: {
|
|
18758
19022
|
description: 'Warnings associated with the access code.',
|
|
18759
19023
|
items: {
|
|
19024
|
+
description:
|
|
19025
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18760
19026
|
properties: {
|
|
18761
19027
|
created_at: {
|
|
18762
19028
|
description:
|
|
@@ -18791,6 +19057,8 @@ const openapi: OpenAPISpec = {
|
|
|
18791
19057
|
connected_account_errors: {
|
|
18792
19058
|
description: 'Errors associated with the connected account.',
|
|
18793
19059
|
items: {
|
|
19060
|
+
description:
|
|
19061
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18794
19062
|
properties: {
|
|
18795
19063
|
created_at: {
|
|
18796
19064
|
description:
|
|
@@ -18816,13 +19084,15 @@ const openapi: OpenAPISpec = {
|
|
|
18816
19084
|
},
|
|
18817
19085
|
connected_account_id: {
|
|
18818
19086
|
description:
|
|
18819
|
-
'ID of the
|
|
19087
|
+
'ID of the connected account associated with the affected access code.',
|
|
18820
19088
|
format: 'uuid',
|
|
18821
19089
|
type: 'string',
|
|
18822
19090
|
},
|
|
18823
19091
|
connected_account_warnings: {
|
|
18824
19092
|
description: 'Warnings associated with the connected account.',
|
|
18825
19093
|
items: {
|
|
19094
|
+
description:
|
|
19095
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18826
19096
|
properties: {
|
|
18827
19097
|
created_at: {
|
|
18828
19098
|
description:
|
|
@@ -18862,6 +19132,8 @@ const openapi: OpenAPISpec = {
|
|
|
18862
19132
|
device_errors: {
|
|
18863
19133
|
description: 'Errors associated with the device.',
|
|
18864
19134
|
items: {
|
|
19135
|
+
description:
|
|
19136
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18865
19137
|
properties: {
|
|
18866
19138
|
created_at: {
|
|
18867
19139
|
description:
|
|
@@ -18894,6 +19166,8 @@ const openapi: OpenAPISpec = {
|
|
|
18894
19166
|
device_warnings: {
|
|
18895
19167
|
description: 'Warnings associated with the device.',
|
|
18896
19168
|
items: {
|
|
19169
|
+
description:
|
|
19170
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18897
19171
|
properties: {
|
|
18898
19172
|
created_at: {
|
|
18899
19173
|
description:
|
|
@@ -18932,8 +19206,7 @@ const openapi: OpenAPISpec = {
|
|
|
18932
19206
|
type: 'string',
|
|
18933
19207
|
},
|
|
18934
19208
|
workspace_id: {
|
|
18935
|
-
description:
|
|
18936
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19209
|
+
description: 'ID of the workspace associated with the event.',
|
|
18937
19210
|
format: 'uuid',
|
|
18938
19211
|
type: 'string',
|
|
18939
19212
|
},
|
|
@@ -18976,7 +19249,7 @@ const openapi: OpenAPISpec = {
|
|
|
18976
19249
|
},
|
|
18977
19250
|
connected_account_id: {
|
|
18978
19251
|
description:
|
|
18979
|
-
'ID of the
|
|
19252
|
+
'ID of the connected account associated with the affected access code.',
|
|
18980
19253
|
format: 'uuid',
|
|
18981
19254
|
type: 'string',
|
|
18982
19255
|
},
|
|
@@ -19014,8 +19287,7 @@ const openapi: OpenAPISpec = {
|
|
|
19014
19287
|
type: 'string',
|
|
19015
19288
|
},
|
|
19016
19289
|
workspace_id: {
|
|
19017
|
-
description:
|
|
19018
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19290
|
+
description: 'ID of the workspace associated with the event.',
|
|
19019
19291
|
format: 'uuid',
|
|
19020
19292
|
type: 'string',
|
|
19021
19293
|
},
|
|
@@ -19052,7 +19324,7 @@ const openapi: OpenAPISpec = {
|
|
|
19052
19324
|
},
|
|
19053
19325
|
connected_account_id: {
|
|
19054
19326
|
description:
|
|
19055
|
-
'ID of the
|
|
19327
|
+
'ID of the connected account associated with the affected access code.',
|
|
19056
19328
|
format: 'uuid',
|
|
19057
19329
|
type: 'string',
|
|
19058
19330
|
},
|
|
@@ -19090,8 +19362,7 @@ const openapi: OpenAPISpec = {
|
|
|
19090
19362
|
type: 'string',
|
|
19091
19363
|
},
|
|
19092
19364
|
workspace_id: {
|
|
19093
|
-
description:
|
|
19094
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19365
|
+
description: 'ID of the workspace associated with the event.',
|
|
19095
19366
|
format: 'uuid',
|
|
19096
19367
|
type: 'string',
|
|
19097
19368
|
},
|
|
@@ -19118,7 +19389,11 @@ const openapi: OpenAPISpec = {
|
|
|
19118
19389
|
format: 'uuid',
|
|
19119
19390
|
type: 'string',
|
|
19120
19391
|
},
|
|
19121
|
-
backup_access_code_id: {
|
|
19392
|
+
backup_access_code_id: {
|
|
19393
|
+
description:
|
|
19394
|
+
'ID of the backup access code that was pulled from the pool.',
|
|
19395
|
+
type: 'string',
|
|
19396
|
+
},
|
|
19122
19397
|
connected_account_custom_metadata: {
|
|
19123
19398
|
additionalProperties: {
|
|
19124
19399
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
@@ -19129,7 +19404,7 @@ const openapi: OpenAPISpec = {
|
|
|
19129
19404
|
},
|
|
19130
19405
|
connected_account_id: {
|
|
19131
19406
|
description:
|
|
19132
|
-
'ID of the
|
|
19407
|
+
'ID of the connected account associated with the affected access code.',
|
|
19133
19408
|
format: 'uuid',
|
|
19134
19409
|
type: 'string',
|
|
19135
19410
|
},
|
|
@@ -19167,8 +19442,7 @@ const openapi: OpenAPISpec = {
|
|
|
19167
19442
|
type: 'string',
|
|
19168
19443
|
},
|
|
19169
19444
|
workspace_id: {
|
|
19170
|
-
description:
|
|
19171
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19445
|
+
description: 'ID of the workspace associated with the event.',
|
|
19172
19446
|
format: 'uuid',
|
|
19173
19447
|
type: 'string',
|
|
19174
19448
|
},
|
|
@@ -19206,7 +19480,7 @@ const openapi: OpenAPISpec = {
|
|
|
19206
19480
|
},
|
|
19207
19481
|
connected_account_id: {
|
|
19208
19482
|
description:
|
|
19209
|
-
'ID of the
|
|
19483
|
+
'ID of the connected account associated with the affected access code.',
|
|
19210
19484
|
format: 'uuid',
|
|
19211
19485
|
type: 'string',
|
|
19212
19486
|
},
|
|
@@ -19244,8 +19518,7 @@ const openapi: OpenAPISpec = {
|
|
|
19244
19518
|
type: 'string',
|
|
19245
19519
|
},
|
|
19246
19520
|
workspace_id: {
|
|
19247
|
-
description:
|
|
19248
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19521
|
+
description: 'ID of the workspace associated with the event.',
|
|
19249
19522
|
format: 'uuid',
|
|
19250
19523
|
type: 'string',
|
|
19251
19524
|
},
|
|
@@ -19270,6 +19543,8 @@ const openapi: OpenAPISpec = {
|
|
|
19270
19543
|
access_code_errors: {
|
|
19271
19544
|
description: 'Errors associated with the access code.',
|
|
19272
19545
|
items: {
|
|
19546
|
+
description:
|
|
19547
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
19273
19548
|
properties: {
|
|
19274
19549
|
created_at: {
|
|
19275
19550
|
description:
|
|
@@ -19301,6 +19576,8 @@ const openapi: OpenAPISpec = {
|
|
|
19301
19576
|
access_code_warnings: {
|
|
19302
19577
|
description: 'Warnings associated with the access code.',
|
|
19303
19578
|
items: {
|
|
19579
|
+
description:
|
|
19580
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
19304
19581
|
properties: {
|
|
19305
19582
|
created_at: {
|
|
19306
19583
|
description:
|
|
@@ -19335,6 +19612,8 @@ const openapi: OpenAPISpec = {
|
|
|
19335
19612
|
connected_account_errors: {
|
|
19336
19613
|
description: 'Errors associated with the connected account.',
|
|
19337
19614
|
items: {
|
|
19615
|
+
description:
|
|
19616
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
19338
19617
|
properties: {
|
|
19339
19618
|
created_at: {
|
|
19340
19619
|
description:
|
|
@@ -19360,13 +19639,15 @@ const openapi: OpenAPISpec = {
|
|
|
19360
19639
|
},
|
|
19361
19640
|
connected_account_id: {
|
|
19362
19641
|
description:
|
|
19363
|
-
'ID of the
|
|
19642
|
+
'ID of the connected account associated with the affected access code.',
|
|
19364
19643
|
format: 'uuid',
|
|
19365
19644
|
type: 'string',
|
|
19366
19645
|
},
|
|
19367
19646
|
connected_account_warnings: {
|
|
19368
19647
|
description: 'Warnings associated with the connected account.',
|
|
19369
19648
|
items: {
|
|
19649
|
+
description:
|
|
19650
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
19370
19651
|
properties: {
|
|
19371
19652
|
created_at: {
|
|
19372
19653
|
description:
|
|
@@ -19406,6 +19687,8 @@ const openapi: OpenAPISpec = {
|
|
|
19406
19687
|
device_errors: {
|
|
19407
19688
|
description: 'Errors associated with the device.',
|
|
19408
19689
|
items: {
|
|
19690
|
+
description:
|
|
19691
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
19409
19692
|
properties: {
|
|
19410
19693
|
created_at: {
|
|
19411
19694
|
description:
|
|
@@ -19438,6 +19721,8 @@ const openapi: OpenAPISpec = {
|
|
|
19438
19721
|
device_warnings: {
|
|
19439
19722
|
description: 'Warnings associated with the device.',
|
|
19440
19723
|
items: {
|
|
19724
|
+
description:
|
|
19725
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
19441
19726
|
properties: {
|
|
19442
19727
|
created_at: {
|
|
19443
19728
|
description:
|
|
@@ -19476,8 +19761,7 @@ const openapi: OpenAPISpec = {
|
|
|
19476
19761
|
type: 'string',
|
|
19477
19762
|
},
|
|
19478
19763
|
workspace_id: {
|
|
19479
|
-
description:
|
|
19480
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19764
|
+
description: 'ID of the workspace associated with the event.',
|
|
19481
19765
|
format: 'uuid',
|
|
19482
19766
|
type: 'string',
|
|
19483
19767
|
},
|
|
@@ -19520,7 +19804,7 @@ const openapi: OpenAPISpec = {
|
|
|
19520
19804
|
},
|
|
19521
19805
|
connected_account_id: {
|
|
19522
19806
|
description:
|
|
19523
|
-
'ID of the
|
|
19807
|
+
'ID of the connected account associated with the affected access code.',
|
|
19524
19808
|
format: 'uuid',
|
|
19525
19809
|
type: 'string',
|
|
19526
19810
|
},
|
|
@@ -19558,8 +19842,7 @@ const openapi: OpenAPISpec = {
|
|
|
19558
19842
|
type: 'string',
|
|
19559
19843
|
},
|
|
19560
19844
|
workspace_id: {
|
|
19561
|
-
description:
|
|
19562
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19845
|
+
description: 'ID of the workspace associated with the event.',
|
|
19563
19846
|
format: 'uuid',
|
|
19564
19847
|
type: 'string',
|
|
19565
19848
|
},
|
|
@@ -19596,7 +19879,7 @@ const openapi: OpenAPISpec = {
|
|
|
19596
19879
|
},
|
|
19597
19880
|
connected_account_id: {
|
|
19598
19881
|
description:
|
|
19599
|
-
'ID of the
|
|
19882
|
+
'ID of the connected account associated with the affected access code.',
|
|
19600
19883
|
format: 'uuid',
|
|
19601
19884
|
type: 'string',
|
|
19602
19885
|
},
|
|
@@ -19634,8 +19917,7 @@ const openapi: OpenAPISpec = {
|
|
|
19634
19917
|
type: 'string',
|
|
19635
19918
|
},
|
|
19636
19919
|
workspace_id: {
|
|
19637
|
-
description:
|
|
19638
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19920
|
+
description: 'ID of the workspace associated with the event.',
|
|
19639
19921
|
format: 'uuid',
|
|
19640
19922
|
type: 'string',
|
|
19641
19923
|
},
|
|
@@ -19678,8 +19960,7 @@ const openapi: OpenAPISpec = {
|
|
|
19678
19960
|
type: 'string',
|
|
19679
19961
|
},
|
|
19680
19962
|
workspace_id: {
|
|
19681
|
-
description:
|
|
19682
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
19963
|
+
description: 'ID of the workspace associated with the event.',
|
|
19683
19964
|
format: 'uuid',
|
|
19684
19965
|
type: 'string',
|
|
19685
19966
|
},
|
|
@@ -19720,8 +20001,7 @@ const openapi: OpenAPISpec = {
|
|
|
19720
20001
|
type: 'string',
|
|
19721
20002
|
},
|
|
19722
20003
|
workspace_id: {
|
|
19723
|
-
description:
|
|
19724
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20004
|
+
description: 'ID of the workspace associated with the event.',
|
|
19725
20005
|
format: 'uuid',
|
|
19726
20006
|
type: 'string',
|
|
19727
20007
|
},
|
|
@@ -19766,8 +20046,7 @@ const openapi: OpenAPISpec = {
|
|
|
19766
20046
|
type: 'string',
|
|
19767
20047
|
},
|
|
19768
20048
|
workspace_id: {
|
|
19769
|
-
description:
|
|
19770
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20049
|
+
description: 'ID of the workspace associated with the event.',
|
|
19771
20050
|
format: 'uuid',
|
|
19772
20051
|
type: 'string',
|
|
19773
20052
|
},
|
|
@@ -19818,8 +20097,7 @@ const openapi: OpenAPISpec = {
|
|
|
19818
20097
|
type: 'string',
|
|
19819
20098
|
},
|
|
19820
20099
|
workspace_id: {
|
|
19821
|
-
description:
|
|
19822
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20100
|
+
description: 'ID of the workspace associated with the event.',
|
|
19823
20101
|
format: 'uuid',
|
|
19824
20102
|
type: 'string',
|
|
19825
20103
|
},
|
|
@@ -19871,8 +20149,7 @@ const openapi: OpenAPISpec = {
|
|
|
19871
20149
|
type: 'string',
|
|
19872
20150
|
},
|
|
19873
20151
|
workspace_id: {
|
|
19874
|
-
description:
|
|
19875
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20152
|
+
description: 'ID of the workspace associated with the event.',
|
|
19876
20153
|
format: 'uuid',
|
|
19877
20154
|
type: 'string',
|
|
19878
20155
|
},
|
|
@@ -19929,8 +20206,7 @@ const openapi: OpenAPISpec = {
|
|
|
19929
20206
|
type: 'string',
|
|
19930
20207
|
},
|
|
19931
20208
|
workspace_id: {
|
|
19932
|
-
description:
|
|
19933
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20209
|
+
description: 'ID of the workspace associated with the event.',
|
|
19934
20210
|
format: 'uuid',
|
|
19935
20211
|
type: 'string',
|
|
19936
20212
|
},
|
|
@@ -19988,8 +20264,7 @@ const openapi: OpenAPISpec = {
|
|
|
19988
20264
|
type: 'string',
|
|
19989
20265
|
},
|
|
19990
20266
|
workspace_id: {
|
|
19991
|
-
description:
|
|
19992
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20267
|
+
description: 'ID of the workspace associated with the event.',
|
|
19993
20268
|
format: 'uuid',
|
|
19994
20269
|
type: 'string',
|
|
19995
20270
|
},
|
|
@@ -20053,8 +20328,7 @@ const openapi: OpenAPISpec = {
|
|
|
20053
20328
|
type: 'string',
|
|
20054
20329
|
},
|
|
20055
20330
|
workspace_id: {
|
|
20056
|
-
description:
|
|
20057
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20331
|
+
description: 'ID of the workspace associated with the event.',
|
|
20058
20332
|
format: 'uuid',
|
|
20059
20333
|
type: 'string',
|
|
20060
20334
|
},
|
|
@@ -20108,8 +20382,7 @@ const openapi: OpenAPISpec = {
|
|
|
20108
20382
|
type: 'string',
|
|
20109
20383
|
},
|
|
20110
20384
|
workspace_id: {
|
|
20111
|
-
description:
|
|
20112
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20385
|
+
description: 'ID of the workspace associated with the event.',
|
|
20113
20386
|
format: 'uuid',
|
|
20114
20387
|
type: 'string',
|
|
20115
20388
|
},
|
|
@@ -20167,8 +20440,7 @@ const openapi: OpenAPISpec = {
|
|
|
20167
20440
|
type: 'string',
|
|
20168
20441
|
},
|
|
20169
20442
|
workspace_id: {
|
|
20170
|
-
description:
|
|
20171
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20443
|
+
description: 'ID of the workspace associated with the event.',
|
|
20172
20444
|
format: 'uuid',
|
|
20173
20445
|
type: 'string',
|
|
20174
20446
|
},
|
|
@@ -20222,8 +20494,7 @@ const openapi: OpenAPISpec = {
|
|
|
20222
20494
|
type: 'string',
|
|
20223
20495
|
},
|
|
20224
20496
|
workspace_id: {
|
|
20225
|
-
description:
|
|
20226
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20497
|
+
description: 'ID of the workspace associated with the event.',
|
|
20227
20498
|
format: 'uuid',
|
|
20228
20499
|
type: 'string',
|
|
20229
20500
|
},
|
|
@@ -20287,8 +20558,7 @@ const openapi: OpenAPISpec = {
|
|
|
20287
20558
|
type: 'string',
|
|
20288
20559
|
},
|
|
20289
20560
|
workspace_id: {
|
|
20290
|
-
description:
|
|
20291
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20561
|
+
description: 'ID of the workspace associated with the event.',
|
|
20292
20562
|
format: 'uuid',
|
|
20293
20563
|
type: 'string',
|
|
20294
20564
|
},
|
|
@@ -20342,8 +20612,7 @@ const openapi: OpenAPISpec = {
|
|
|
20342
20612
|
type: 'string',
|
|
20343
20613
|
},
|
|
20344
20614
|
workspace_id: {
|
|
20345
|
-
description:
|
|
20346
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20615
|
+
description: 'ID of the workspace associated with the event.',
|
|
20347
20616
|
format: 'uuid',
|
|
20348
20617
|
type: 'string',
|
|
20349
20618
|
},
|
|
@@ -20391,8 +20660,7 @@ const openapi: OpenAPISpec = {
|
|
|
20391
20660
|
type: 'string',
|
|
20392
20661
|
},
|
|
20393
20662
|
workspace_id: {
|
|
20394
|
-
description:
|
|
20395
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20663
|
+
description: 'ID of the workspace associated with the event.',
|
|
20396
20664
|
format: 'uuid',
|
|
20397
20665
|
type: 'string',
|
|
20398
20666
|
},
|
|
@@ -20439,8 +20707,7 @@ const openapi: OpenAPISpec = {
|
|
|
20439
20707
|
type: 'string',
|
|
20440
20708
|
},
|
|
20441
20709
|
workspace_id: {
|
|
20442
|
-
description:
|
|
20443
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20710
|
+
description: 'ID of the workspace associated with the event.',
|
|
20444
20711
|
format: 'uuid',
|
|
20445
20712
|
type: 'string',
|
|
20446
20713
|
},
|
|
@@ -20464,6 +20731,8 @@ const openapi: OpenAPISpec = {
|
|
|
20464
20731
|
description:
|
|
20465
20732
|
'Errors associated with the access control system.',
|
|
20466
20733
|
items: {
|
|
20734
|
+
description:
|
|
20735
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20467
20736
|
properties: {
|
|
20468
20737
|
created_at: {
|
|
20469
20738
|
description:
|
|
@@ -20496,6 +20765,8 @@ const openapi: OpenAPISpec = {
|
|
|
20496
20765
|
description:
|
|
20497
20766
|
'Warnings associated with the access control system.',
|
|
20498
20767
|
items: {
|
|
20768
|
+
description:
|
|
20769
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20499
20770
|
properties: {
|
|
20500
20771
|
created_at: {
|
|
20501
20772
|
description:
|
|
@@ -20522,6 +20793,8 @@ const openapi: OpenAPISpec = {
|
|
|
20522
20793
|
connected_account_errors: {
|
|
20523
20794
|
description: 'Errors associated with the connected account.',
|
|
20524
20795
|
items: {
|
|
20796
|
+
description:
|
|
20797
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20525
20798
|
properties: {
|
|
20526
20799
|
created_at: {
|
|
20527
20800
|
description:
|
|
@@ -20553,6 +20826,8 @@ const openapi: OpenAPISpec = {
|
|
|
20553
20826
|
connected_account_warnings: {
|
|
20554
20827
|
description: 'Warnings associated with the connected account.',
|
|
20555
20828
|
items: {
|
|
20829
|
+
description:
|
|
20830
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20556
20831
|
properties: {
|
|
20557
20832
|
created_at: {
|
|
20558
20833
|
description:
|
|
@@ -20593,8 +20868,7 @@ const openapi: OpenAPISpec = {
|
|
|
20593
20868
|
type: 'string',
|
|
20594
20869
|
},
|
|
20595
20870
|
workspace_id: {
|
|
20596
|
-
description:
|
|
20597
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
20871
|
+
description: 'ID of the workspace associated with the event.',
|
|
20598
20872
|
format: 'uuid',
|
|
20599
20873
|
type: 'string',
|
|
20600
20874
|
},
|
|
@@ -20650,8 +20924,7 @@ const openapi: OpenAPISpec = {
|
|
|
20650
20924
|
type: 'string',
|
|
20651
20925
|
},
|
|
20652
20926
|
workspace_id: {
|
|
20653
|
-
description:
|
|
20654
|
-
'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.',
|
|
20655
20928
|
format: 'uuid',
|
|
20656
20929
|
type: 'string',
|
|
20657
20930
|
},
|
|
@@ -20704,8 +20977,7 @@ const openapi: OpenAPISpec = {
|
|
|
20704
20977
|
type: 'string',
|
|
20705
20978
|
},
|
|
20706
20979
|
workspace_id: {
|
|
20707
|
-
description:
|
|
20708
|
-
'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.',
|
|
20709
20981
|
format: 'uuid',
|
|
20710
20982
|
type: 'string',
|
|
20711
20983
|
},
|
|
@@ -20758,8 +21030,7 @@ const openapi: OpenAPISpec = {
|
|
|
20758
21030
|
type: 'string',
|
|
20759
21031
|
},
|
|
20760
21032
|
workspace_id: {
|
|
20761
|
-
description:
|
|
20762
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21033
|
+
description: 'ID of the workspace associated with the event.',
|
|
20763
21034
|
format: 'uuid',
|
|
20764
21035
|
type: 'string',
|
|
20765
21036
|
},
|
|
@@ -20815,8 +21086,7 @@ const openapi: OpenAPISpec = {
|
|
|
20815
21086
|
type: 'string',
|
|
20816
21087
|
},
|
|
20817
21088
|
workspace_id: {
|
|
20818
|
-
description:
|
|
20819
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21089
|
+
description: 'ID of the workspace associated with the event.',
|
|
20820
21090
|
format: 'uuid',
|
|
20821
21091
|
type: 'string',
|
|
20822
21092
|
},
|
|
@@ -20842,7 +21112,11 @@ const openapi: OpenAPISpec = {
|
|
|
20842
21112
|
format: 'uuid',
|
|
20843
21113
|
type: 'string',
|
|
20844
21114
|
},
|
|
20845
|
-
acs_user_id: {
|
|
21115
|
+
acs_user_id: {
|
|
21116
|
+
description: 'ID of the affected access system user.',
|
|
21117
|
+
format: 'uuid',
|
|
21118
|
+
type: 'string',
|
|
21119
|
+
},
|
|
20846
21120
|
connected_account_id: {
|
|
20847
21121
|
description: 'ID of the connected account.',
|
|
20848
21122
|
format: 'uuid',
|
|
@@ -20865,8 +21139,7 @@ const openapi: OpenAPISpec = {
|
|
|
20865
21139
|
type: 'string',
|
|
20866
21140
|
},
|
|
20867
21141
|
workspace_id: {
|
|
20868
|
-
description:
|
|
20869
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21142
|
+
description: 'ID of the workspace associated with the event.',
|
|
20870
21143
|
format: 'uuid',
|
|
20871
21144
|
type: 'string',
|
|
20872
21145
|
},
|
|
@@ -20892,7 +21165,11 @@ const openapi: OpenAPISpec = {
|
|
|
20892
21165
|
format: 'uuid',
|
|
20893
21166
|
type: 'string',
|
|
20894
21167
|
},
|
|
20895
|
-
acs_user_id: {
|
|
21168
|
+
acs_user_id: {
|
|
21169
|
+
description: 'ID of the affected access system user.',
|
|
21170
|
+
format: 'uuid',
|
|
21171
|
+
type: 'string',
|
|
21172
|
+
},
|
|
20896
21173
|
connected_account_id: {
|
|
20897
21174
|
description: 'ID of the connected account.',
|
|
20898
21175
|
format: 'uuid',
|
|
@@ -20915,8 +21192,7 @@ const openapi: OpenAPISpec = {
|
|
|
20915
21192
|
type: 'string',
|
|
20916
21193
|
},
|
|
20917
21194
|
workspace_id: {
|
|
20918
|
-
description:
|
|
20919
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21195
|
+
description: 'ID of the workspace associated with the event.',
|
|
20920
21196
|
format: 'uuid',
|
|
20921
21197
|
type: 'string',
|
|
20922
21198
|
},
|
|
@@ -20969,8 +21245,7 @@ const openapi: OpenAPISpec = {
|
|
|
20969
21245
|
type: 'string',
|
|
20970
21246
|
},
|
|
20971
21247
|
workspace_id: {
|
|
20972
|
-
description:
|
|
20973
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21248
|
+
description: 'ID of the workspace associated with the event.',
|
|
20974
21249
|
format: 'uuid',
|
|
20975
21250
|
type: 'string',
|
|
20976
21251
|
},
|
|
@@ -21023,8 +21298,7 @@ const openapi: OpenAPISpec = {
|
|
|
21023
21298
|
type: 'string',
|
|
21024
21299
|
},
|
|
21025
21300
|
workspace_id: {
|
|
21026
|
-
description:
|
|
21027
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21301
|
+
description: 'ID of the workspace associated with the event.',
|
|
21028
21302
|
format: 'uuid',
|
|
21029
21303
|
type: 'string',
|
|
21030
21304
|
},
|
|
@@ -21079,8 +21353,7 @@ const openapi: OpenAPISpec = {
|
|
|
21079
21353
|
type: 'string',
|
|
21080
21354
|
},
|
|
21081
21355
|
workspace_id: {
|
|
21082
|
-
description:
|
|
21083
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21356
|
+
description: 'ID of the workspace associated with the event.',
|
|
21084
21357
|
format: 'uuid',
|
|
21085
21358
|
type: 'string',
|
|
21086
21359
|
},
|
|
@@ -21101,7 +21374,11 @@ const openapi: OpenAPISpec = {
|
|
|
21101
21374
|
description:
|
|
21102
21375
|
'An [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was added.',
|
|
21103
21376
|
properties: {
|
|
21104
|
-
acs_entrance_id: {
|
|
21377
|
+
acs_entrance_id: {
|
|
21378
|
+
description: 'ID of the affected entrance.',
|
|
21379
|
+
format: 'uuid',
|
|
21380
|
+
type: 'string',
|
|
21381
|
+
},
|
|
21105
21382
|
acs_system_id: {
|
|
21106
21383
|
description: 'ID of the access system.',
|
|
21107
21384
|
format: 'uuid',
|
|
@@ -21129,8 +21406,7 @@ const openapi: OpenAPISpec = {
|
|
|
21129
21406
|
type: 'string',
|
|
21130
21407
|
},
|
|
21131
21408
|
workspace_id: {
|
|
21132
|
-
description:
|
|
21133
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21409
|
+
description: 'ID of the workspace associated with the event.',
|
|
21134
21410
|
format: 'uuid',
|
|
21135
21411
|
type: 'string',
|
|
21136
21412
|
},
|
|
@@ -21151,7 +21427,11 @@ const openapi: OpenAPISpec = {
|
|
|
21151
21427
|
description:
|
|
21152
21428
|
'An [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was removed.',
|
|
21153
21429
|
properties: {
|
|
21154
|
-
acs_entrance_id: {
|
|
21430
|
+
acs_entrance_id: {
|
|
21431
|
+
description: 'ID of the affected entrance.',
|
|
21432
|
+
format: 'uuid',
|
|
21433
|
+
type: 'string',
|
|
21434
|
+
},
|
|
21155
21435
|
acs_system_id: {
|
|
21156
21436
|
description: 'ID of the access system.',
|
|
21157
21437
|
format: 'uuid',
|
|
@@ -21179,8 +21459,7 @@ const openapi: OpenAPISpec = {
|
|
|
21179
21459
|
type: 'string',
|
|
21180
21460
|
},
|
|
21181
21461
|
workspace_id: {
|
|
21182
|
-
description:
|
|
21183
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21462
|
+
description: 'ID of the workspace associated with the event.',
|
|
21184
21463
|
format: 'uuid',
|
|
21185
21464
|
type: 'string',
|
|
21186
21465
|
},
|
|
@@ -21198,8 +21477,7 @@ const openapi: OpenAPISpec = {
|
|
|
21198
21477
|
'x-route-path': '/acs/entrances',
|
|
21199
21478
|
},
|
|
21200
21479
|
{
|
|
21201
|
-
description:
|
|
21202
|
-
'A [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
21480
|
+
description: 'A client session was deleted.',
|
|
21203
21481
|
properties: {
|
|
21204
21482
|
client_session_id: {
|
|
21205
21483
|
description: 'ID of the affected client session.',
|
|
@@ -21223,8 +21501,7 @@ const openapi: OpenAPISpec = {
|
|
|
21223
21501
|
type: 'string',
|
|
21224
21502
|
},
|
|
21225
21503
|
workspace_id: {
|
|
21226
|
-
description:
|
|
21227
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21504
|
+
description: 'ID of the workspace associated with the event.',
|
|
21228
21505
|
format: 'uuid',
|
|
21229
21506
|
type: 'string',
|
|
21230
21507
|
},
|
|
@@ -21242,11 +21519,11 @@ const openapi: OpenAPISpec = {
|
|
|
21242
21519
|
},
|
|
21243
21520
|
{
|
|
21244
21521
|
description:
|
|
21245
|
-
'A
|
|
21522
|
+
'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
21246
21523
|
properties: {
|
|
21247
21524
|
connect_webview_id: {
|
|
21248
21525
|
description:
|
|
21249
|
-
'ID of the
|
|
21526
|
+
'ID of the Connect Webview associated with the event.',
|
|
21250
21527
|
format: 'uuid',
|
|
21251
21528
|
type: 'string',
|
|
21252
21529
|
},
|
|
@@ -21259,8 +21536,7 @@ const openapi: OpenAPISpec = {
|
|
|
21259
21536
|
type: 'object',
|
|
21260
21537
|
},
|
|
21261
21538
|
connected_account_id: {
|
|
21262
|
-
description:
|
|
21263
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21539
|
+
description: 'ID of the affected connected account.',
|
|
21264
21540
|
format: 'uuid',
|
|
21265
21541
|
type: 'string',
|
|
21266
21542
|
},
|
|
@@ -21289,8 +21565,7 @@ const openapi: OpenAPISpec = {
|
|
|
21289
21565
|
type: 'string',
|
|
21290
21566
|
},
|
|
21291
21567
|
workspace_id: {
|
|
21292
|
-
description:
|
|
21293
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21568
|
+
description: 'ID of the workspace associated with the event.',
|
|
21294
21569
|
format: 'uuid',
|
|
21295
21570
|
type: 'string',
|
|
21296
21571
|
},
|
|
@@ -21307,12 +21582,11 @@ const openapi: OpenAPISpec = {
|
|
|
21307
21582
|
'x-route-path': '/connected_accounts',
|
|
21308
21583
|
},
|
|
21309
21584
|
{
|
|
21310
|
-
description:
|
|
21311
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was created.',
|
|
21585
|
+
description: 'A connected account was created.',
|
|
21312
21586
|
properties: {
|
|
21313
21587
|
connect_webview_id: {
|
|
21314
21588
|
description:
|
|
21315
|
-
'ID of the
|
|
21589
|
+
'ID of the Connect Webview associated with the event.',
|
|
21316
21590
|
format: 'uuid',
|
|
21317
21591
|
type: 'string',
|
|
21318
21592
|
},
|
|
@@ -21325,8 +21599,7 @@ const openapi: OpenAPISpec = {
|
|
|
21325
21599
|
type: 'object',
|
|
21326
21600
|
},
|
|
21327
21601
|
connected_account_id: {
|
|
21328
|
-
description:
|
|
21329
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21602
|
+
description: 'ID of the affected connected account.',
|
|
21330
21603
|
format: 'uuid',
|
|
21331
21604
|
type: 'string',
|
|
21332
21605
|
},
|
|
@@ -21350,8 +21623,7 @@ const openapi: OpenAPISpec = {
|
|
|
21350
21623
|
type: 'string',
|
|
21351
21624
|
},
|
|
21352
21625
|
workspace_id: {
|
|
21353
|
-
description:
|
|
21354
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21626
|
+
description: 'ID of the workspace associated with the event.',
|
|
21355
21627
|
format: 'uuid',
|
|
21356
21628
|
type: 'string',
|
|
21357
21629
|
},
|
|
@@ -21371,11 +21643,11 @@ const openapi: OpenAPISpec = {
|
|
|
21371
21643
|
{
|
|
21372
21644
|
deprecated: true,
|
|
21373
21645
|
description:
|
|
21374
|
-
'A
|
|
21646
|
+
'A connected account had a successful login using a Connect Webview.',
|
|
21375
21647
|
properties: {
|
|
21376
21648
|
connect_webview_id: {
|
|
21377
21649
|
description:
|
|
21378
|
-
'ID of the
|
|
21650
|
+
'ID of the Connect Webview associated with the event.',
|
|
21379
21651
|
format: 'uuid',
|
|
21380
21652
|
type: 'string',
|
|
21381
21653
|
},
|
|
@@ -21388,8 +21660,7 @@ const openapi: OpenAPISpec = {
|
|
|
21388
21660
|
type: 'object',
|
|
21389
21661
|
},
|
|
21390
21662
|
connected_account_id: {
|
|
21391
|
-
description:
|
|
21392
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21663
|
+
description: 'ID of the affected connected account.',
|
|
21393
21664
|
format: 'uuid',
|
|
21394
21665
|
type: 'string',
|
|
21395
21666
|
},
|
|
@@ -21413,8 +21684,7 @@ const openapi: OpenAPISpec = {
|
|
|
21413
21684
|
type: 'string',
|
|
21414
21685
|
},
|
|
21415
21686
|
workspace_id: {
|
|
21416
|
-
description:
|
|
21417
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21687
|
+
description: 'ID of the workspace associated with the event.',
|
|
21418
21688
|
format: 'uuid',
|
|
21419
21689
|
type: 'string',
|
|
21420
21690
|
},
|
|
@@ -21433,8 +21703,7 @@ const openapi: OpenAPISpec = {
|
|
|
21433
21703
|
'x-route-path': '/connected_accounts',
|
|
21434
21704
|
},
|
|
21435
21705
|
{
|
|
21436
|
-
description:
|
|
21437
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was disconnected.',
|
|
21706
|
+
description: 'A connected account was disconnected.',
|
|
21438
21707
|
properties: {
|
|
21439
21708
|
connected_account_custom_metadata: {
|
|
21440
21709
|
additionalProperties: {
|
|
@@ -21447,6 +21716,8 @@ const openapi: OpenAPISpec = {
|
|
|
21447
21716
|
connected_account_errors: {
|
|
21448
21717
|
description: 'Errors associated with the connected account.',
|
|
21449
21718
|
items: {
|
|
21719
|
+
description:
|
|
21720
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21450
21721
|
properties: {
|
|
21451
21722
|
created_at: {
|
|
21452
21723
|
description:
|
|
@@ -21471,14 +21742,15 @@ const openapi: OpenAPISpec = {
|
|
|
21471
21742
|
type: 'array',
|
|
21472
21743
|
},
|
|
21473
21744
|
connected_account_id: {
|
|
21474
|
-
description:
|
|
21475
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21745
|
+
description: 'ID of the affected connected account.',
|
|
21476
21746
|
format: 'uuid',
|
|
21477
21747
|
type: 'string',
|
|
21478
21748
|
},
|
|
21479
21749
|
connected_account_warnings: {
|
|
21480
21750
|
description: 'Warnings associated with the connected account.',
|
|
21481
21751
|
items: {
|
|
21752
|
+
description:
|
|
21753
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21482
21754
|
properties: {
|
|
21483
21755
|
created_at: {
|
|
21484
21756
|
description:
|
|
@@ -21522,8 +21794,7 @@ const openapi: OpenAPISpec = {
|
|
|
21522
21794
|
type: 'string',
|
|
21523
21795
|
},
|
|
21524
21796
|
workspace_id: {
|
|
21525
|
-
description:
|
|
21526
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21797
|
+
description: 'ID of the workspace associated with the event.',
|
|
21527
21798
|
format: 'uuid',
|
|
21528
21799
|
type: 'string',
|
|
21529
21800
|
},
|
|
@@ -21543,7 +21814,7 @@ const openapi: OpenAPISpec = {
|
|
|
21543
21814
|
},
|
|
21544
21815
|
{
|
|
21545
21816
|
description:
|
|
21546
|
-
'A
|
|
21817
|
+
'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
21547
21818
|
properties: {
|
|
21548
21819
|
connected_account_custom_metadata: {
|
|
21549
21820
|
additionalProperties: {
|
|
@@ -21554,8 +21825,7 @@ const openapi: OpenAPISpec = {
|
|
|
21554
21825
|
type: 'object',
|
|
21555
21826
|
},
|
|
21556
21827
|
connected_account_id: {
|
|
21557
|
-
description:
|
|
21558
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21828
|
+
description: 'ID of the affected connected account.',
|
|
21559
21829
|
format: 'uuid',
|
|
21560
21830
|
type: 'string',
|
|
21561
21831
|
},
|
|
@@ -21579,8 +21849,7 @@ const openapi: OpenAPISpec = {
|
|
|
21579
21849
|
type: 'string',
|
|
21580
21850
|
},
|
|
21581
21851
|
workspace_id: {
|
|
21582
|
-
description:
|
|
21583
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21852
|
+
description: 'ID of the workspace associated with the event.',
|
|
21584
21853
|
format: 'uuid',
|
|
21585
21854
|
type: 'string',
|
|
21586
21855
|
},
|
|
@@ -21597,8 +21866,7 @@ const openapi: OpenAPISpec = {
|
|
|
21597
21866
|
'x-route-path': '/connected_accounts',
|
|
21598
21867
|
},
|
|
21599
21868
|
{
|
|
21600
|
-
description:
|
|
21601
|
-
'A [connected account](https://docs.seam.co/core-concepts/connected-accounts) was deleted.',
|
|
21869
|
+
description: 'A connected account was deleted.',
|
|
21602
21870
|
properties: {
|
|
21603
21871
|
connected_account_custom_metadata: {
|
|
21604
21872
|
additionalProperties: {
|
|
@@ -21609,8 +21877,7 @@ const openapi: OpenAPISpec = {
|
|
|
21609
21877
|
type: 'object',
|
|
21610
21878
|
},
|
|
21611
21879
|
connected_account_id: {
|
|
21612
|
-
description:
|
|
21613
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21880
|
+
description: 'ID of the affected connected account.',
|
|
21614
21881
|
format: 'uuid',
|
|
21615
21882
|
type: 'string',
|
|
21616
21883
|
},
|
|
@@ -21643,8 +21910,7 @@ const openapi: OpenAPISpec = {
|
|
|
21643
21910
|
type: 'string',
|
|
21644
21911
|
},
|
|
21645
21912
|
workspace_id: {
|
|
21646
|
-
description:
|
|
21647
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21913
|
+
description: 'ID of the workspace associated with the event.',
|
|
21648
21914
|
format: 'uuid',
|
|
21649
21915
|
type: 'string',
|
|
21650
21916
|
},
|
|
@@ -21662,7 +21928,7 @@ const openapi: OpenAPISpec = {
|
|
|
21662
21928
|
},
|
|
21663
21929
|
{
|
|
21664
21930
|
description:
|
|
21665
|
-
'A
|
|
21931
|
+
'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
21666
21932
|
properties: {
|
|
21667
21933
|
connected_account_custom_metadata: {
|
|
21668
21934
|
additionalProperties: {
|
|
@@ -21673,8 +21939,7 @@ const openapi: OpenAPISpec = {
|
|
|
21673
21939
|
type: 'object',
|
|
21674
21940
|
},
|
|
21675
21941
|
connected_account_id: {
|
|
21676
|
-
description:
|
|
21677
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
21942
|
+
description: 'ID of the affected connected account.',
|
|
21678
21943
|
format: 'uuid',
|
|
21679
21944
|
type: 'string',
|
|
21680
21945
|
},
|
|
@@ -21700,8 +21965,7 @@ const openapi: OpenAPISpec = {
|
|
|
21700
21965
|
type: 'string',
|
|
21701
21966
|
},
|
|
21702
21967
|
workspace_id: {
|
|
21703
|
-
description:
|
|
21704
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
21968
|
+
description: 'ID of the workspace associated with the event.',
|
|
21705
21969
|
format: 'uuid',
|
|
21706
21970
|
type: 'string',
|
|
21707
21971
|
},
|
|
@@ -21719,7 +21983,7 @@ const openapi: OpenAPISpec = {
|
|
|
21719
21983
|
},
|
|
21720
21984
|
{
|
|
21721
21985
|
description:
|
|
21722
|
-
'A
|
|
21986
|
+
'A connected account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.',
|
|
21723
21987
|
properties: {
|
|
21724
21988
|
connected_account_custom_metadata: {
|
|
21725
21989
|
additionalProperties: {
|
|
@@ -21732,6 +21996,8 @@ const openapi: OpenAPISpec = {
|
|
|
21732
21996
|
connected_account_errors: {
|
|
21733
21997
|
description: 'Errors associated with the connected account.',
|
|
21734
21998
|
items: {
|
|
21999
|
+
description:
|
|
22000
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21735
22001
|
properties: {
|
|
21736
22002
|
created_at: {
|
|
21737
22003
|
description:
|
|
@@ -21756,14 +22022,15 @@ const openapi: OpenAPISpec = {
|
|
|
21756
22022
|
type: 'array',
|
|
21757
22023
|
},
|
|
21758
22024
|
connected_account_id: {
|
|
21759
|
-
description:
|
|
21760
|
-
'ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts).',
|
|
22025
|
+
description: 'ID of the affected connected account.',
|
|
21761
22026
|
format: 'uuid',
|
|
21762
22027
|
type: 'string',
|
|
21763
22028
|
},
|
|
21764
22029
|
connected_account_warnings: {
|
|
21765
22030
|
description: 'Warnings associated with the connected account.',
|
|
21766
22031
|
items: {
|
|
22032
|
+
description:
|
|
22033
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21767
22034
|
properties: {
|
|
21768
22035
|
created_at: {
|
|
21769
22036
|
description:
|
|
@@ -21807,8 +22074,7 @@ const openapi: OpenAPISpec = {
|
|
|
21807
22074
|
type: 'string',
|
|
21808
22075
|
},
|
|
21809
22076
|
workspace_id: {
|
|
21810
|
-
description:
|
|
21811
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22077
|
+
description: 'ID of the workspace associated with the event.',
|
|
21812
22078
|
format: 'uuid',
|
|
21813
22079
|
type: 'string',
|
|
21814
22080
|
},
|
|
@@ -21827,8 +22093,7 @@ const openapi: OpenAPISpec = {
|
|
|
21827
22093
|
'x-route-path': '/connected_accounts',
|
|
21828
22094
|
},
|
|
21829
22095
|
{
|
|
21830
|
-
description:
|
|
21831
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
22096
|
+
description: 'A lock door action attempt succeeded.',
|
|
21832
22097
|
properties: {
|
|
21833
22098
|
action_attempt_id: {
|
|
21834
22099
|
description: 'ID of the affected action attempt.',
|
|
@@ -21872,8 +22137,7 @@ const openapi: OpenAPISpec = {
|
|
|
21872
22137
|
},
|
|
21873
22138
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21874
22139
|
workspace_id: {
|
|
21875
|
-
description:
|
|
21876
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22140
|
+
description: 'ID of the workspace associated with the event.',
|
|
21877
22141
|
format: 'uuid',
|
|
21878
22142
|
type: 'string',
|
|
21879
22143
|
},
|
|
@@ -21892,8 +22156,7 @@ const openapi: OpenAPISpec = {
|
|
|
21892
22156
|
'x-route-path': '/action_attempts',
|
|
21893
22157
|
},
|
|
21894
22158
|
{
|
|
21895
|
-
description:
|
|
21896
|
-
'A lock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
22159
|
+
description: 'A lock door action attempt failed.',
|
|
21897
22160
|
properties: {
|
|
21898
22161
|
action_attempt_id: {
|
|
21899
22162
|
description: 'ID of the affected action attempt.',
|
|
@@ -21937,8 +22200,7 @@ const openapi: OpenAPISpec = {
|
|
|
21937
22200
|
},
|
|
21938
22201
|
status: { description: 'Status of the action.', type: 'string' },
|
|
21939
22202
|
workspace_id: {
|
|
21940
|
-
description:
|
|
21941
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22203
|
+
description: 'ID of the workspace associated with the event.',
|
|
21942
22204
|
format: 'uuid',
|
|
21943
22205
|
type: 'string',
|
|
21944
22206
|
},
|
|
@@ -21957,8 +22219,7 @@ const openapi: OpenAPISpec = {
|
|
|
21957
22219
|
'x-route-path': '/action_attempts',
|
|
21958
22220
|
},
|
|
21959
22221
|
{
|
|
21960
|
-
description:
|
|
21961
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) succeeded.',
|
|
22222
|
+
description: 'An unlock door action attempt succeeded.',
|
|
21962
22223
|
properties: {
|
|
21963
22224
|
action_attempt_id: {
|
|
21964
22225
|
description: 'ID of the affected action attempt.',
|
|
@@ -22002,8 +22263,7 @@ const openapi: OpenAPISpec = {
|
|
|
22002
22263
|
},
|
|
22003
22264
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22004
22265
|
workspace_id: {
|
|
22005
|
-
description:
|
|
22006
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22266
|
+
description: 'ID of the workspace associated with the event.',
|
|
22007
22267
|
format: 'uuid',
|
|
22008
22268
|
type: 'string',
|
|
22009
22269
|
},
|
|
@@ -22022,8 +22282,7 @@ const openapi: OpenAPISpec = {
|
|
|
22022
22282
|
'x-route-path': '/action_attempts',
|
|
22023
22283
|
},
|
|
22024
22284
|
{
|
|
22025
|
-
description:
|
|
22026
|
-
'An unlock door [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
22285
|
+
description: 'An unlock door action attempt failed.',
|
|
22027
22286
|
properties: {
|
|
22028
22287
|
action_attempt_id: {
|
|
22029
22288
|
description: 'ID of the affected action attempt.',
|
|
@@ -22067,8 +22326,7 @@ const openapi: OpenAPISpec = {
|
|
|
22067
22326
|
},
|
|
22068
22327
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22069
22328
|
workspace_id: {
|
|
22070
|
-
description:
|
|
22071
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22329
|
+
description: 'ID of the workspace associated with the event.',
|
|
22072
22330
|
format: 'uuid',
|
|
22073
22331
|
type: 'string',
|
|
22074
22332
|
},
|
|
@@ -22088,7 +22346,7 @@ const openapi: OpenAPISpec = {
|
|
|
22088
22346
|
},
|
|
22089
22347
|
{
|
|
22090
22348
|
description:
|
|
22091
|
-
'A simulate keypad code entry
|
|
22349
|
+
'A simulate keypad code entry action attempt succeeded.',
|
|
22092
22350
|
properties: {
|
|
22093
22351
|
action_attempt_id: {
|
|
22094
22352
|
description: 'ID of the affected action attempt.',
|
|
@@ -22132,8 +22390,7 @@ const openapi: OpenAPISpec = {
|
|
|
22132
22390
|
},
|
|
22133
22391
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22134
22392
|
workspace_id: {
|
|
22135
|
-
description:
|
|
22136
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22393
|
+
description: 'ID of the workspace associated with the event.',
|
|
22137
22394
|
format: 'uuid',
|
|
22138
22395
|
type: 'string',
|
|
22139
22396
|
},
|
|
@@ -22152,8 +22409,7 @@ const openapi: OpenAPISpec = {
|
|
|
22152
22409
|
'x-route-path': '/action_attempts',
|
|
22153
22410
|
},
|
|
22154
22411
|
{
|
|
22155
|
-
description:
|
|
22156
|
-
'A simulate keypad code entry [action attempt](https://docs.seam.co/core-concepts/action-attempts) failed.',
|
|
22412
|
+
description: 'A simulate keypad code entry action attempt failed.',
|
|
22157
22413
|
properties: {
|
|
22158
22414
|
action_attempt_id: {
|
|
22159
22415
|
description: 'ID of the affected action attempt.',
|
|
@@ -22197,8 +22453,7 @@ const openapi: OpenAPISpec = {
|
|
|
22197
22453
|
},
|
|
22198
22454
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22199
22455
|
workspace_id: {
|
|
22200
|
-
description:
|
|
22201
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22456
|
+
description: 'ID of the workspace associated with the event.',
|
|
22202
22457
|
format: 'uuid',
|
|
22203
22458
|
type: 'string',
|
|
22204
22459
|
},
|
|
@@ -22218,7 +22473,7 @@ const openapi: OpenAPISpec = {
|
|
|
22218
22473
|
},
|
|
22219
22474
|
{
|
|
22220
22475
|
description:
|
|
22221
|
-
'A simulate manual lock via keypad
|
|
22476
|
+
'A simulate manual lock via keypad action attempt succeeded.',
|
|
22222
22477
|
properties: {
|
|
22223
22478
|
action_attempt_id: {
|
|
22224
22479
|
description: 'ID of the affected action attempt.',
|
|
@@ -22264,8 +22519,7 @@ const openapi: OpenAPISpec = {
|
|
|
22264
22519
|
},
|
|
22265
22520
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22266
22521
|
workspace_id: {
|
|
22267
|
-
description:
|
|
22268
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22522
|
+
description: 'ID of the workspace associated with the event.',
|
|
22269
22523
|
format: 'uuid',
|
|
22270
22524
|
type: 'string',
|
|
22271
22525
|
},
|
|
@@ -22285,7 +22539,7 @@ const openapi: OpenAPISpec = {
|
|
|
22285
22539
|
},
|
|
22286
22540
|
{
|
|
22287
22541
|
description:
|
|
22288
|
-
'A simulate manual lock via keypad
|
|
22542
|
+
'A simulate manual lock via keypad action attempt failed.',
|
|
22289
22543
|
properties: {
|
|
22290
22544
|
action_attempt_id: {
|
|
22291
22545
|
description: 'ID of the affected action attempt.',
|
|
@@ -22329,8 +22583,7 @@ const openapi: OpenAPISpec = {
|
|
|
22329
22583
|
},
|
|
22330
22584
|
status: { description: 'Status of the action.', type: 'string' },
|
|
22331
22585
|
workspace_id: {
|
|
22332
|
-
description:
|
|
22333
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22586
|
+
description: 'ID of the workspace associated with the event.',
|
|
22334
22587
|
format: 'uuid',
|
|
22335
22588
|
type: 'string',
|
|
22336
22589
|
},
|
|
@@ -22349,12 +22602,10 @@ const openapi: OpenAPISpec = {
|
|
|
22349
22602
|
'x-route-path': '/action_attempts',
|
|
22350
22603
|
},
|
|
22351
22604
|
{
|
|
22352
|
-
description:
|
|
22353
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login succeeded.',
|
|
22605
|
+
description: 'A Connect Webview login succeeded.',
|
|
22354
22606
|
properties: {
|
|
22355
22607
|
connect_webview_id: {
|
|
22356
|
-
description:
|
|
22357
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22608
|
+
description: 'ID of the affected Connect Webview.',
|
|
22358
22609
|
format: 'uuid',
|
|
22359
22610
|
type: 'string',
|
|
22360
22611
|
},
|
|
@@ -22368,7 +22619,7 @@ const openapi: OpenAPISpec = {
|
|
|
22368
22619
|
},
|
|
22369
22620
|
connected_account_id: {
|
|
22370
22621
|
description:
|
|
22371
|
-
'ID of the
|
|
22622
|
+
'ID of the connected account associated with the event.',
|
|
22372
22623
|
format: 'uuid',
|
|
22373
22624
|
type: 'string',
|
|
22374
22625
|
},
|
|
@@ -22397,8 +22648,7 @@ const openapi: OpenAPISpec = {
|
|
|
22397
22648
|
type: 'string',
|
|
22398
22649
|
},
|
|
22399
22650
|
workspace_id: {
|
|
22400
|
-
description:
|
|
22401
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22651
|
+
description: 'ID of the workspace associated with the event.',
|
|
22402
22652
|
format: 'uuid',
|
|
22403
22653
|
type: 'string',
|
|
22404
22654
|
},
|
|
@@ -22416,12 +22666,10 @@ const openapi: OpenAPISpec = {
|
|
|
22416
22666
|
'x-route-path': '/connect_webviews',
|
|
22417
22667
|
},
|
|
22418
22668
|
{
|
|
22419
|
-
description:
|
|
22420
|
-
'A [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) login failed.',
|
|
22669
|
+
description: 'A Connect Webview login failed.',
|
|
22421
22670
|
properties: {
|
|
22422
22671
|
connect_webview_id: {
|
|
22423
|
-
description:
|
|
22424
|
-
'ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews).',
|
|
22672
|
+
description: 'ID of the affected Connect Webview.',
|
|
22425
22673
|
format: 'uuid',
|
|
22426
22674
|
type: 'string',
|
|
22427
22675
|
},
|
|
@@ -22445,8 +22693,7 @@ const openapi: OpenAPISpec = {
|
|
|
22445
22693
|
type: 'string',
|
|
22446
22694
|
},
|
|
22447
22695
|
workspace_id: {
|
|
22448
|
-
description:
|
|
22449
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22696
|
+
description: 'ID of the workspace associated with the event.',
|
|
22450
22697
|
format: 'uuid',
|
|
22451
22698
|
type: 'string',
|
|
22452
22699
|
},
|
|
@@ -22464,7 +22711,7 @@ const openapi: OpenAPISpec = {
|
|
|
22464
22711
|
},
|
|
22465
22712
|
{
|
|
22466
22713
|
description:
|
|
22467
|
-
'The status of a
|
|
22714
|
+
'The status of a device changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.',
|
|
22468
22715
|
properties: {
|
|
22469
22716
|
connected_account_custom_metadata: {
|
|
22470
22717
|
additionalProperties: {
|
|
@@ -22476,7 +22723,7 @@ const openapi: OpenAPISpec = {
|
|
|
22476
22723
|
},
|
|
22477
22724
|
connected_account_id: {
|
|
22478
22725
|
description:
|
|
22479
|
-
'ID of the
|
|
22726
|
+
'ID of the connected account associated with the event.',
|
|
22480
22727
|
format: 'uuid',
|
|
22481
22728
|
type: 'string',
|
|
22482
22729
|
},
|
|
@@ -22515,8 +22762,7 @@ const openapi: OpenAPISpec = {
|
|
|
22515
22762
|
type: 'string',
|
|
22516
22763
|
},
|
|
22517
22764
|
workspace_id: {
|
|
22518
|
-
description:
|
|
22519
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22765
|
+
description: 'ID of the workspace associated with the event.',
|
|
22520
22766
|
format: 'uuid',
|
|
22521
22767
|
type: 'string',
|
|
22522
22768
|
},
|
|
@@ -22535,7 +22781,7 @@ const openapi: OpenAPISpec = {
|
|
|
22535
22781
|
},
|
|
22536
22782
|
{
|
|
22537
22783
|
description:
|
|
22538
|
-
'A
|
|
22784
|
+
'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
22539
22785
|
properties: {
|
|
22540
22786
|
connected_account_custom_metadata: {
|
|
22541
22787
|
additionalProperties: {
|
|
@@ -22547,7 +22793,7 @@ const openapi: OpenAPISpec = {
|
|
|
22547
22793
|
},
|
|
22548
22794
|
connected_account_id: {
|
|
22549
22795
|
description:
|
|
22550
|
-
'ID of the
|
|
22796
|
+
'ID of the connected account associated with the event.',
|
|
22551
22797
|
format: 'uuid',
|
|
22552
22798
|
type: 'string',
|
|
22553
22799
|
},
|
|
@@ -22586,8 +22832,7 @@ const openapi: OpenAPISpec = {
|
|
|
22586
22832
|
type: 'string',
|
|
22587
22833
|
},
|
|
22588
22834
|
workspace_id: {
|
|
22589
|
-
description:
|
|
22590
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22835
|
+
description: 'ID of the workspace associated with the event.',
|
|
22591
22836
|
format: 'uuid',
|
|
22592
22837
|
type: 'string',
|
|
22593
22838
|
},
|
|
@@ -22618,7 +22863,7 @@ const openapi: OpenAPISpec = {
|
|
|
22618
22863
|
},
|
|
22619
22864
|
connected_account_id: {
|
|
22620
22865
|
description:
|
|
22621
|
-
'ID of the
|
|
22866
|
+
'ID of the connected account associated with the event.',
|
|
22622
22867
|
format: 'uuid',
|
|
22623
22868
|
type: 'string',
|
|
22624
22869
|
},
|
|
@@ -22660,8 +22905,7 @@ const openapi: OpenAPISpec = {
|
|
|
22660
22905
|
type: 'string',
|
|
22661
22906
|
},
|
|
22662
22907
|
workspace_id: {
|
|
22663
|
-
description:
|
|
22664
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22908
|
+
description: 'ID of the workspace associated with the event.',
|
|
22665
22909
|
format: 'uuid',
|
|
22666
22910
|
type: 'string',
|
|
22667
22911
|
},
|
|
@@ -22692,7 +22936,7 @@ const openapi: OpenAPISpec = {
|
|
|
22692
22936
|
},
|
|
22693
22937
|
connected_account_id: {
|
|
22694
22938
|
description:
|
|
22695
|
-
'ID of the
|
|
22939
|
+
'ID of the connected account associated with the event.',
|
|
22696
22940
|
format: 'uuid',
|
|
22697
22941
|
type: 'string',
|
|
22698
22942
|
},
|
|
@@ -22734,8 +22978,7 @@ const openapi: OpenAPISpec = {
|
|
|
22734
22978
|
type: 'string',
|
|
22735
22979
|
},
|
|
22736
22980
|
workspace_id: {
|
|
22737
|
-
description:
|
|
22738
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
22981
|
+
description: 'ID of the workspace associated with the event.',
|
|
22739
22982
|
format: 'uuid',
|
|
22740
22983
|
type: 'string',
|
|
22741
22984
|
},
|
|
@@ -22766,7 +23009,7 @@ const openapi: OpenAPISpec = {
|
|
|
22766
23009
|
},
|
|
22767
23010
|
connected_account_id: {
|
|
22768
23011
|
description:
|
|
22769
|
-
'ID of the
|
|
23012
|
+
'ID of the connected account associated with the event.',
|
|
22770
23013
|
format: 'uuid',
|
|
22771
23014
|
type: 'string',
|
|
22772
23015
|
},
|
|
@@ -22808,8 +23051,7 @@ const openapi: OpenAPISpec = {
|
|
|
22808
23051
|
type: 'string',
|
|
22809
23052
|
},
|
|
22810
23053
|
workspace_id: {
|
|
22811
|
-
description:
|
|
22812
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23054
|
+
description: 'ID of the workspace associated with the event.',
|
|
22813
23055
|
format: 'uuid',
|
|
22814
23056
|
type: 'string',
|
|
22815
23057
|
},
|
|
@@ -22828,7 +23070,7 @@ const openapi: OpenAPISpec = {
|
|
|
22828
23070
|
},
|
|
22829
23071
|
{
|
|
22830
23072
|
description:
|
|
22831
|
-
'The status of a
|
|
23073
|
+
'The status of a device changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
22832
23074
|
properties: {
|
|
22833
23075
|
connected_account_custom_metadata: {
|
|
22834
23076
|
additionalProperties: {
|
|
@@ -22841,6 +23083,8 @@ const openapi: OpenAPISpec = {
|
|
|
22841
23083
|
connected_account_errors: {
|
|
22842
23084
|
description: 'Errors associated with the connected account.',
|
|
22843
23085
|
items: {
|
|
23086
|
+
description:
|
|
23087
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
22844
23088
|
properties: {
|
|
22845
23089
|
created_at: {
|
|
22846
23090
|
description:
|
|
@@ -22866,13 +23110,15 @@ const openapi: OpenAPISpec = {
|
|
|
22866
23110
|
},
|
|
22867
23111
|
connected_account_id: {
|
|
22868
23112
|
description:
|
|
22869
|
-
'ID of the
|
|
23113
|
+
'ID of the connected account associated with the event.',
|
|
22870
23114
|
format: 'uuid',
|
|
22871
23115
|
type: 'string',
|
|
22872
23116
|
},
|
|
22873
23117
|
connected_account_warnings: {
|
|
22874
23118
|
description: 'Warnings associated with the connected account.',
|
|
22875
23119
|
items: {
|
|
23120
|
+
description:
|
|
23121
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
22876
23122
|
properties: {
|
|
22877
23123
|
created_at: {
|
|
22878
23124
|
description:
|
|
@@ -22917,6 +23163,8 @@ const openapi: OpenAPISpec = {
|
|
|
22917
23163
|
device_errors: {
|
|
22918
23164
|
description: 'Errors associated with the device.',
|
|
22919
23165
|
items: {
|
|
23166
|
+
description:
|
|
23167
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
22920
23168
|
properties: {
|
|
22921
23169
|
created_at: {
|
|
22922
23170
|
description:
|
|
@@ -22948,6 +23196,8 @@ const openapi: OpenAPISpec = {
|
|
|
22948
23196
|
device_warnings: {
|
|
22949
23197
|
description: 'Warnings associated with the device.',
|
|
22950
23198
|
items: {
|
|
23199
|
+
description:
|
|
23200
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
22951
23201
|
properties: {
|
|
22952
23202
|
created_at: {
|
|
22953
23203
|
description:
|
|
@@ -22993,8 +23243,7 @@ const openapi: OpenAPISpec = {
|
|
|
22993
23243
|
type: 'string',
|
|
22994
23244
|
},
|
|
22995
23245
|
workspace_id: {
|
|
22996
|
-
description:
|
|
22997
|
-
'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.',
|
|
22998
23247
|
format: 'uuid',
|
|
22999
23248
|
type: 'string',
|
|
23000
23249
|
},
|
|
@@ -23031,6 +23280,8 @@ const openapi: OpenAPISpec = {
|
|
|
23031
23280
|
connected_account_errors: {
|
|
23032
23281
|
description: 'Errors associated with the connected account.',
|
|
23033
23282
|
items: {
|
|
23283
|
+
description:
|
|
23284
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
23034
23285
|
properties: {
|
|
23035
23286
|
created_at: {
|
|
23036
23287
|
description:
|
|
@@ -23056,13 +23307,15 @@ const openapi: OpenAPISpec = {
|
|
|
23056
23307
|
},
|
|
23057
23308
|
connected_account_id: {
|
|
23058
23309
|
description:
|
|
23059
|
-
'ID of the
|
|
23310
|
+
'ID of the connected account associated with the event.',
|
|
23060
23311
|
format: 'uuid',
|
|
23061
23312
|
type: 'string',
|
|
23062
23313
|
},
|
|
23063
23314
|
connected_account_warnings: {
|
|
23064
23315
|
description: 'Warnings associated with the connected account.',
|
|
23065
23316
|
items: {
|
|
23317
|
+
description:
|
|
23318
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
23066
23319
|
properties: {
|
|
23067
23320
|
created_at: {
|
|
23068
23321
|
description:
|
|
@@ -23107,6 +23360,8 @@ const openapi: OpenAPISpec = {
|
|
|
23107
23360
|
device_errors: {
|
|
23108
23361
|
description: 'Errors associated with the device.',
|
|
23109
23362
|
items: {
|
|
23363
|
+
description:
|
|
23364
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
23110
23365
|
properties: {
|
|
23111
23366
|
created_at: {
|
|
23112
23367
|
description:
|
|
@@ -23138,6 +23393,8 @@ const openapi: OpenAPISpec = {
|
|
|
23138
23393
|
device_warnings: {
|
|
23139
23394
|
description: 'Warnings associated with the device.',
|
|
23140
23395
|
items: {
|
|
23396
|
+
description:
|
|
23397
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
23141
23398
|
properties: {
|
|
23142
23399
|
created_at: {
|
|
23143
23400
|
description:
|
|
@@ -23186,8 +23443,7 @@ const openapi: OpenAPISpec = {
|
|
|
23186
23443
|
type: 'string',
|
|
23187
23444
|
},
|
|
23188
23445
|
workspace_id: {
|
|
23189
|
-
description:
|
|
23190
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23446
|
+
description: 'ID of the workspace associated with the event.',
|
|
23191
23447
|
format: 'uuid',
|
|
23192
23448
|
type: 'string',
|
|
23193
23449
|
},
|
|
@@ -23211,7 +23467,7 @@ const openapi: OpenAPISpec = {
|
|
|
23211
23467
|
},
|
|
23212
23468
|
{
|
|
23213
23469
|
description:
|
|
23214
|
-
'A
|
|
23470
|
+
'A device detected that it was tampered with, for example, opened or moved.',
|
|
23215
23471
|
properties: {
|
|
23216
23472
|
connected_account_custom_metadata: {
|
|
23217
23473
|
additionalProperties: {
|
|
@@ -23223,7 +23479,7 @@ const openapi: OpenAPISpec = {
|
|
|
23223
23479
|
},
|
|
23224
23480
|
connected_account_id: {
|
|
23225
23481
|
description:
|
|
23226
|
-
'ID of the
|
|
23482
|
+
'ID of the connected account associated with the event.',
|
|
23227
23483
|
format: 'uuid',
|
|
23228
23484
|
type: 'string',
|
|
23229
23485
|
},
|
|
@@ -23262,8 +23518,7 @@ const openapi: OpenAPISpec = {
|
|
|
23262
23518
|
type: 'string',
|
|
23263
23519
|
},
|
|
23264
23520
|
workspace_id: {
|
|
23265
|
-
description:
|
|
23266
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23521
|
+
description: 'ID of the workspace associated with the event.',
|
|
23267
23522
|
format: 'uuid',
|
|
23268
23523
|
type: 'string',
|
|
23269
23524
|
},
|
|
@@ -23282,7 +23537,7 @@ const openapi: OpenAPISpec = {
|
|
|
23282
23537
|
},
|
|
23283
23538
|
{
|
|
23284
23539
|
description:
|
|
23285
|
-
'A
|
|
23540
|
+
'A device battery level dropped below the low threshold.',
|
|
23286
23541
|
properties: {
|
|
23287
23542
|
battery_level: {
|
|
23288
23543
|
description:
|
|
@@ -23302,7 +23557,7 @@ const openapi: OpenAPISpec = {
|
|
|
23302
23557
|
},
|
|
23303
23558
|
connected_account_id: {
|
|
23304
23559
|
description:
|
|
23305
|
-
'ID of the
|
|
23560
|
+
'ID of the connected account associated with the event.',
|
|
23306
23561
|
format: 'uuid',
|
|
23307
23562
|
type: 'string',
|
|
23308
23563
|
},
|
|
@@ -23341,8 +23596,7 @@ const openapi: OpenAPISpec = {
|
|
|
23341
23596
|
type: 'string',
|
|
23342
23597
|
},
|
|
23343
23598
|
workspace_id: {
|
|
23344
|
-
description:
|
|
23345
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23599
|
+
description: 'ID of the workspace associated with the event.',
|
|
23346
23600
|
format: 'uuid',
|
|
23347
23601
|
type: 'string',
|
|
23348
23602
|
},
|
|
@@ -23362,7 +23616,7 @@ const openapi: OpenAPISpec = {
|
|
|
23362
23616
|
},
|
|
23363
23617
|
{
|
|
23364
23618
|
description:
|
|
23365
|
-
'A
|
|
23619
|
+
'A device battery status changed since the last `battery_status_changed` event.',
|
|
23366
23620
|
properties: {
|
|
23367
23621
|
battery_level: {
|
|
23368
23622
|
description:
|
|
@@ -23388,7 +23642,7 @@ const openapi: OpenAPISpec = {
|
|
|
23388
23642
|
},
|
|
23389
23643
|
connected_account_id: {
|
|
23390
23644
|
description:
|
|
23391
|
-
'ID of the
|
|
23645
|
+
'ID of the connected account associated with the event.',
|
|
23392
23646
|
format: 'uuid',
|
|
23393
23647
|
type: 'string',
|
|
23394
23648
|
},
|
|
@@ -23430,8 +23684,7 @@ const openapi: OpenAPISpec = {
|
|
|
23430
23684
|
type: 'string',
|
|
23431
23685
|
},
|
|
23432
23686
|
workspace_id: {
|
|
23433
|
-
description:
|
|
23434
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23687
|
+
description: 'ID of the workspace associated with the event.',
|
|
23435
23688
|
format: 'uuid',
|
|
23436
23689
|
type: 'string',
|
|
23437
23690
|
},
|
|
@@ -23452,7 +23705,7 @@ const openapi: OpenAPISpec = {
|
|
|
23452
23705
|
},
|
|
23453
23706
|
{
|
|
23454
23707
|
description:
|
|
23455
|
-
'A
|
|
23708
|
+
'A device was removed externally from the connected account.',
|
|
23456
23709
|
properties: {
|
|
23457
23710
|
connected_account_custom_metadata: {
|
|
23458
23711
|
additionalProperties: {
|
|
@@ -23464,7 +23717,7 @@ const openapi: OpenAPISpec = {
|
|
|
23464
23717
|
},
|
|
23465
23718
|
connected_account_id: {
|
|
23466
23719
|
description:
|
|
23467
|
-
'ID of the
|
|
23720
|
+
'ID of the connected account associated with the event.',
|
|
23468
23721
|
format: 'uuid',
|
|
23469
23722
|
type: 'string',
|
|
23470
23723
|
},
|
|
@@ -23503,8 +23756,7 @@ const openapi: OpenAPISpec = {
|
|
|
23503
23756
|
type: 'string',
|
|
23504
23757
|
},
|
|
23505
23758
|
workspace_id: {
|
|
23506
|
-
description:
|
|
23507
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23759
|
+
description: 'ID of the workspace associated with the event.',
|
|
23508
23760
|
format: 'uuid',
|
|
23509
23761
|
type: 'string',
|
|
23510
23762
|
},
|
|
@@ -23522,8 +23774,7 @@ const openapi: OpenAPISpec = {
|
|
|
23522
23774
|
'x-route-path': '/devices',
|
|
23523
23775
|
},
|
|
23524
23776
|
{
|
|
23525
|
-
description:
|
|
23526
|
-
'A [device](https://docs.seam.co/core-concepts/devices) was deleted.',
|
|
23777
|
+
description: 'A device was deleted.',
|
|
23527
23778
|
properties: {
|
|
23528
23779
|
connected_account_custom_metadata: {
|
|
23529
23780
|
additionalProperties: {
|
|
@@ -23535,7 +23786,7 @@ const openapi: OpenAPISpec = {
|
|
|
23535
23786
|
},
|
|
23536
23787
|
connected_account_id: {
|
|
23537
23788
|
description:
|
|
23538
|
-
'ID of the
|
|
23789
|
+
'ID of the connected account associated with the event.',
|
|
23539
23790
|
format: 'uuid',
|
|
23540
23791
|
type: 'string',
|
|
23541
23792
|
},
|
|
@@ -23580,8 +23831,7 @@ const openapi: OpenAPISpec = {
|
|
|
23580
23831
|
type: 'string',
|
|
23581
23832
|
},
|
|
23582
23833
|
workspace_id: {
|
|
23583
|
-
description:
|
|
23584
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23834
|
+
description: 'ID of the workspace associated with the event.',
|
|
23585
23835
|
format: 'uuid',
|
|
23586
23836
|
type: 'string',
|
|
23587
23837
|
},
|
|
@@ -23600,7 +23850,7 @@ const openapi: OpenAPISpec = {
|
|
|
23600
23850
|
},
|
|
23601
23851
|
{
|
|
23602
23852
|
description:
|
|
23603
|
-
'Seam detected that a
|
|
23853
|
+
'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
23604
23854
|
properties: {
|
|
23605
23855
|
connected_account_custom_metadata: {
|
|
23606
23856
|
additionalProperties: {
|
|
@@ -23612,7 +23862,7 @@ const openapi: OpenAPISpec = {
|
|
|
23612
23862
|
},
|
|
23613
23863
|
connected_account_id: {
|
|
23614
23864
|
description:
|
|
23615
|
-
'ID of the
|
|
23865
|
+
'ID of the connected account associated with the event.',
|
|
23616
23866
|
format: 'uuid',
|
|
23617
23867
|
type: 'string',
|
|
23618
23868
|
},
|
|
@@ -23654,8 +23904,7 @@ const openapi: OpenAPISpec = {
|
|
|
23654
23904
|
type: 'string',
|
|
23655
23905
|
},
|
|
23656
23906
|
workspace_id: {
|
|
23657
|
-
description:
|
|
23658
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23907
|
+
description: 'ID of the workspace associated with the event.',
|
|
23659
23908
|
format: 'uuid',
|
|
23660
23909
|
type: 'string',
|
|
23661
23910
|
},
|
|
@@ -23674,7 +23923,7 @@ const openapi: OpenAPISpec = {
|
|
|
23674
23923
|
},
|
|
23675
23924
|
{
|
|
23676
23925
|
description:
|
|
23677
|
-
'Seam detected that a
|
|
23926
|
+
'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
|
|
23678
23927
|
properties: {
|
|
23679
23928
|
connected_account_custom_metadata: {
|
|
23680
23929
|
additionalProperties: {
|
|
@@ -23686,7 +23935,7 @@ const openapi: OpenAPISpec = {
|
|
|
23686
23935
|
},
|
|
23687
23936
|
connected_account_id: {
|
|
23688
23937
|
description:
|
|
23689
|
-
'ID of the
|
|
23938
|
+
'ID of the connected account associated with the event.',
|
|
23690
23939
|
format: 'uuid',
|
|
23691
23940
|
type: 'string',
|
|
23692
23941
|
},
|
|
@@ -23728,8 +23977,7 @@ const openapi: OpenAPISpec = {
|
|
|
23728
23977
|
type: 'string',
|
|
23729
23978
|
},
|
|
23730
23979
|
workspace_id: {
|
|
23731
|
-
description:
|
|
23732
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
23980
|
+
description: 'ID of the workspace associated with the event.',
|
|
23733
23981
|
format: 'uuid',
|
|
23734
23982
|
type: 'string',
|
|
23735
23983
|
},
|
|
@@ -23760,7 +24008,7 @@ const openapi: OpenAPISpec = {
|
|
|
23760
24008
|
},
|
|
23761
24009
|
connected_account_id: {
|
|
23762
24010
|
description:
|
|
23763
|
-
'ID of the
|
|
24011
|
+
'ID of the connected account associated with the event.',
|
|
23764
24012
|
format: 'uuid',
|
|
23765
24013
|
type: 'string',
|
|
23766
24014
|
},
|
|
@@ -23802,8 +24050,7 @@ const openapi: OpenAPISpec = {
|
|
|
23802
24050
|
type: 'string',
|
|
23803
24051
|
},
|
|
23804
24052
|
workspace_id: {
|
|
23805
|
-
description:
|
|
23806
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24053
|
+
description: 'ID of the workspace associated with the event.',
|
|
23807
24054
|
format: 'uuid',
|
|
23808
24055
|
type: 'string',
|
|
23809
24056
|
},
|
|
@@ -23834,7 +24081,7 @@ const openapi: OpenAPISpec = {
|
|
|
23834
24081
|
},
|
|
23835
24082
|
connected_account_id: {
|
|
23836
24083
|
description:
|
|
23837
|
-
'ID of the
|
|
24084
|
+
'ID of the connected account associated with the event.',
|
|
23838
24085
|
format: 'uuid',
|
|
23839
24086
|
type: 'string',
|
|
23840
24087
|
},
|
|
@@ -23876,8 +24123,7 @@ const openapi: OpenAPISpec = {
|
|
|
23876
24123
|
type: 'string',
|
|
23877
24124
|
},
|
|
23878
24125
|
workspace_id: {
|
|
23879
|
-
description:
|
|
23880
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24126
|
+
description: 'ID of the workspace associated with the event.',
|
|
23881
24127
|
format: 'uuid',
|
|
23882
24128
|
type: 'string',
|
|
23883
24129
|
},
|
|
@@ -23895,8 +24141,7 @@ const openapi: OpenAPISpec = {
|
|
|
23895
24141
|
'x-route-path': '/devices',
|
|
23896
24142
|
},
|
|
23897
24143
|
{
|
|
23898
|
-
description:
|
|
23899
|
-
'Seam detected a flaky [device](https://docs.seam.co/core-concepts/devices) connection.',
|
|
24144
|
+
description: 'Seam detected a flaky device connection.',
|
|
23900
24145
|
properties: {
|
|
23901
24146
|
connected_account_custom_metadata: {
|
|
23902
24147
|
additionalProperties: {
|
|
@@ -23909,6 +24154,8 @@ const openapi: OpenAPISpec = {
|
|
|
23909
24154
|
connected_account_errors: {
|
|
23910
24155
|
description: 'Errors associated with the connected account.',
|
|
23911
24156
|
items: {
|
|
24157
|
+
description:
|
|
24158
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
23912
24159
|
properties: {
|
|
23913
24160
|
created_at: {
|
|
23914
24161
|
description:
|
|
@@ -23934,13 +24181,15 @@ const openapi: OpenAPISpec = {
|
|
|
23934
24181
|
},
|
|
23935
24182
|
connected_account_id: {
|
|
23936
24183
|
description:
|
|
23937
|
-
'ID of the
|
|
24184
|
+
'ID of the connected account associated with the event.',
|
|
23938
24185
|
format: 'uuid',
|
|
23939
24186
|
type: 'string',
|
|
23940
24187
|
},
|
|
23941
24188
|
connected_account_warnings: {
|
|
23942
24189
|
description: 'Warnings associated with the connected account.',
|
|
23943
24190
|
items: {
|
|
24191
|
+
description:
|
|
24192
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
23944
24193
|
properties: {
|
|
23945
24194
|
created_at: {
|
|
23946
24195
|
description:
|
|
@@ -23985,6 +24234,8 @@ const openapi: OpenAPISpec = {
|
|
|
23985
24234
|
device_errors: {
|
|
23986
24235
|
description: 'Errors associated with the device.',
|
|
23987
24236
|
items: {
|
|
24237
|
+
description:
|
|
24238
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
23988
24239
|
properties: {
|
|
23989
24240
|
created_at: {
|
|
23990
24241
|
description:
|
|
@@ -24016,6 +24267,8 @@ const openapi: OpenAPISpec = {
|
|
|
24016
24267
|
device_warnings: {
|
|
24017
24268
|
description: 'Warnings associated with the device.',
|
|
24018
24269
|
items: {
|
|
24270
|
+
description:
|
|
24271
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
24019
24272
|
properties: {
|
|
24020
24273
|
created_at: {
|
|
24021
24274
|
description:
|
|
@@ -24054,8 +24307,7 @@ const openapi: OpenAPISpec = {
|
|
|
24054
24307
|
type: 'string',
|
|
24055
24308
|
},
|
|
24056
24309
|
workspace_id: {
|
|
24057
|
-
description:
|
|
24058
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24310
|
+
description: 'ID of the workspace associated with the event.',
|
|
24059
24311
|
format: 'uuid',
|
|
24060
24312
|
type: 'string',
|
|
24061
24313
|
},
|
|
@@ -24078,7 +24330,7 @@ const openapi: OpenAPISpec = {
|
|
|
24078
24330
|
},
|
|
24079
24331
|
{
|
|
24080
24332
|
description:
|
|
24081
|
-
'Seam detected that a previously-flaky
|
|
24333
|
+
'Seam detected that a previously-flaky device connection stabilized.',
|
|
24082
24334
|
properties: {
|
|
24083
24335
|
connected_account_custom_metadata: {
|
|
24084
24336
|
additionalProperties: {
|
|
@@ -24090,7 +24342,7 @@ const openapi: OpenAPISpec = {
|
|
|
24090
24342
|
},
|
|
24091
24343
|
connected_account_id: {
|
|
24092
24344
|
description:
|
|
24093
|
-
'ID of the
|
|
24345
|
+
'ID of the connected account associated with the event.',
|
|
24094
24346
|
format: 'uuid',
|
|
24095
24347
|
type: 'string',
|
|
24096
24348
|
},
|
|
@@ -24132,8 +24384,7 @@ const openapi: OpenAPISpec = {
|
|
|
24132
24384
|
type: 'string',
|
|
24133
24385
|
},
|
|
24134
24386
|
workspace_id: {
|
|
24135
|
-
description:
|
|
24136
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24387
|
+
description: 'ID of the workspace associated with the event.',
|
|
24137
24388
|
format: 'uuid',
|
|
24138
24389
|
type: 'string',
|
|
24139
24390
|
},
|
|
@@ -24152,7 +24403,7 @@ const openapi: OpenAPISpec = {
|
|
|
24152
24403
|
},
|
|
24153
24404
|
{
|
|
24154
24405
|
description:
|
|
24155
|
-
'A third-party subscription is required to use all
|
|
24406
|
+
'A third-party subscription is required to use all device features.',
|
|
24156
24407
|
properties: {
|
|
24157
24408
|
connected_account_custom_metadata: {
|
|
24158
24409
|
additionalProperties: {
|
|
@@ -24165,6 +24416,8 @@ const openapi: OpenAPISpec = {
|
|
|
24165
24416
|
connected_account_errors: {
|
|
24166
24417
|
description: 'Errors associated with the connected account.',
|
|
24167
24418
|
items: {
|
|
24419
|
+
description:
|
|
24420
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
24168
24421
|
properties: {
|
|
24169
24422
|
created_at: {
|
|
24170
24423
|
description:
|
|
@@ -24190,13 +24443,15 @@ const openapi: OpenAPISpec = {
|
|
|
24190
24443
|
},
|
|
24191
24444
|
connected_account_id: {
|
|
24192
24445
|
description:
|
|
24193
|
-
'ID of the
|
|
24446
|
+
'ID of the connected account associated with the event.',
|
|
24194
24447
|
format: 'uuid',
|
|
24195
24448
|
type: 'string',
|
|
24196
24449
|
},
|
|
24197
24450
|
connected_account_warnings: {
|
|
24198
24451
|
description: 'Warnings associated with the connected account.',
|
|
24199
24452
|
items: {
|
|
24453
|
+
description:
|
|
24454
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
24200
24455
|
properties: {
|
|
24201
24456
|
created_at: {
|
|
24202
24457
|
description:
|
|
@@ -24241,6 +24496,8 @@ const openapi: OpenAPISpec = {
|
|
|
24241
24496
|
device_errors: {
|
|
24242
24497
|
description: 'Errors associated with the device.',
|
|
24243
24498
|
items: {
|
|
24499
|
+
description:
|
|
24500
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
24244
24501
|
properties: {
|
|
24245
24502
|
created_at: {
|
|
24246
24503
|
description:
|
|
@@ -24272,6 +24529,8 @@ const openapi: OpenAPISpec = {
|
|
|
24272
24529
|
device_warnings: {
|
|
24273
24530
|
description: 'Warnings associated with the device.',
|
|
24274
24531
|
items: {
|
|
24532
|
+
description:
|
|
24533
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
24275
24534
|
properties: {
|
|
24276
24535
|
created_at: {
|
|
24277
24536
|
description:
|
|
@@ -24310,8 +24569,7 @@ const openapi: OpenAPISpec = {
|
|
|
24310
24569
|
type: 'string',
|
|
24311
24570
|
},
|
|
24312
24571
|
workspace_id: {
|
|
24313
|
-
description:
|
|
24314
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24572
|
+
description: 'ID of the workspace associated with the event.',
|
|
24315
24573
|
format: 'uuid',
|
|
24316
24574
|
type: 'string',
|
|
24317
24575
|
},
|
|
@@ -24334,7 +24592,7 @@ const openapi: OpenAPISpec = {
|
|
|
24334
24592
|
},
|
|
24335
24593
|
{
|
|
24336
24594
|
description:
|
|
24337
|
-
'A third-party subscription is active or no longer required to use all
|
|
24595
|
+
'A third-party subscription is active or no longer required to use all device features.',
|
|
24338
24596
|
properties: {
|
|
24339
24597
|
connected_account_custom_metadata: {
|
|
24340
24598
|
additionalProperties: {
|
|
@@ -24346,7 +24604,7 @@ const openapi: OpenAPISpec = {
|
|
|
24346
24604
|
},
|
|
24347
24605
|
connected_account_id: {
|
|
24348
24606
|
description:
|
|
24349
|
-
'ID of the
|
|
24607
|
+
'ID of the connected account associated with the event.',
|
|
24350
24608
|
format: 'uuid',
|
|
24351
24609
|
type: 'string',
|
|
24352
24610
|
},
|
|
@@ -24388,8 +24646,7 @@ const openapi: OpenAPISpec = {
|
|
|
24388
24646
|
type: 'string',
|
|
24389
24647
|
},
|
|
24390
24648
|
workspace_id: {
|
|
24391
|
-
description:
|
|
24392
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24649
|
+
description: 'ID of the workspace associated with the event.',
|
|
24393
24650
|
format: 'uuid',
|
|
24394
24651
|
type: 'string',
|
|
24395
24652
|
},
|
|
@@ -24407,8 +24664,7 @@ const openapi: OpenAPISpec = {
|
|
|
24407
24664
|
'x-route-path': '/devices',
|
|
24408
24665
|
},
|
|
24409
24666
|
{
|
|
24410
|
-
description:
|
|
24411
|
-
'An accessory keypad was connected to a [device](https://docs.seam.co/core-concepts/devices).',
|
|
24667
|
+
description: 'An accessory keypad was connected to a device.',
|
|
24412
24668
|
properties: {
|
|
24413
24669
|
connected_account_custom_metadata: {
|
|
24414
24670
|
additionalProperties: {
|
|
@@ -24420,7 +24676,7 @@ const openapi: OpenAPISpec = {
|
|
|
24420
24676
|
},
|
|
24421
24677
|
connected_account_id: {
|
|
24422
24678
|
description:
|
|
24423
|
-
'ID of the
|
|
24679
|
+
'ID of the connected account associated with the event.',
|
|
24424
24680
|
format: 'uuid',
|
|
24425
24681
|
type: 'string',
|
|
24426
24682
|
},
|
|
@@ -24462,8 +24718,7 @@ const openapi: OpenAPISpec = {
|
|
|
24462
24718
|
type: 'string',
|
|
24463
24719
|
},
|
|
24464
24720
|
workspace_id: {
|
|
24465
|
-
description:
|
|
24466
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24721
|
+
description: 'ID of the workspace associated with the event.',
|
|
24467
24722
|
format: 'uuid',
|
|
24468
24723
|
type: 'string',
|
|
24469
24724
|
},
|
|
@@ -24481,8 +24736,7 @@ const openapi: OpenAPISpec = {
|
|
|
24481
24736
|
'x-route-path': '/devices',
|
|
24482
24737
|
},
|
|
24483
24738
|
{
|
|
24484
|
-
description:
|
|
24485
|
-
'An accessory keypad was disconnected from a [device](https://docs.seam.co/core-concepts/devices).',
|
|
24739
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
24486
24740
|
properties: {
|
|
24487
24741
|
connected_account_custom_metadata: {
|
|
24488
24742
|
additionalProperties: {
|
|
@@ -24495,6 +24749,8 @@ const openapi: OpenAPISpec = {
|
|
|
24495
24749
|
connected_account_errors: {
|
|
24496
24750
|
description: 'Errors associated with the connected account.',
|
|
24497
24751
|
items: {
|
|
24752
|
+
description:
|
|
24753
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
24498
24754
|
properties: {
|
|
24499
24755
|
created_at: {
|
|
24500
24756
|
description:
|
|
@@ -24520,13 +24776,15 @@ const openapi: OpenAPISpec = {
|
|
|
24520
24776
|
},
|
|
24521
24777
|
connected_account_id: {
|
|
24522
24778
|
description:
|
|
24523
|
-
'ID of the
|
|
24779
|
+
'ID of the connected account associated with the event.',
|
|
24524
24780
|
format: 'uuid',
|
|
24525
24781
|
type: 'string',
|
|
24526
24782
|
},
|
|
24527
24783
|
connected_account_warnings: {
|
|
24528
24784
|
description: 'Warnings associated with the connected account.',
|
|
24529
24785
|
items: {
|
|
24786
|
+
description:
|
|
24787
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
24530
24788
|
properties: {
|
|
24531
24789
|
created_at: {
|
|
24532
24790
|
description:
|
|
@@ -24571,6 +24829,8 @@ const openapi: OpenAPISpec = {
|
|
|
24571
24829
|
device_errors: {
|
|
24572
24830
|
description: 'Errors associated with the device.',
|
|
24573
24831
|
items: {
|
|
24832
|
+
description:
|
|
24833
|
+
'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
24574
24834
|
properties: {
|
|
24575
24835
|
created_at: {
|
|
24576
24836
|
description:
|
|
@@ -24602,6 +24862,8 @@ const openapi: OpenAPISpec = {
|
|
|
24602
24862
|
device_warnings: {
|
|
24603
24863
|
description: 'Warnings associated with the device.',
|
|
24604
24864
|
items: {
|
|
24865
|
+
description:
|
|
24866
|
+
'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
24605
24867
|
properties: {
|
|
24606
24868
|
created_at: {
|
|
24607
24869
|
description:
|
|
@@ -24640,8 +24902,7 @@ const openapi: OpenAPISpec = {
|
|
|
24640
24902
|
type: 'string',
|
|
24641
24903
|
},
|
|
24642
24904
|
workspace_id: {
|
|
24643
|
-
description:
|
|
24644
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
24905
|
+
description: 'ID of the workspace associated with the event.',
|
|
24645
24906
|
format: 'uuid',
|
|
24646
24907
|
type: 'string',
|
|
24647
24908
|
},
|
|
@@ -24676,7 +24937,7 @@ const openapi: OpenAPISpec = {
|
|
|
24676
24937
|
},
|
|
24677
24938
|
connected_account_id: {
|
|
24678
24939
|
description:
|
|
24679
|
-
'ID of the
|
|
24940
|
+
'ID of the connected account associated with the event.',
|
|
24680
24941
|
format: 'uuid',
|
|
24681
24942
|
type: 'string',
|
|
24682
24943
|
},
|
|
@@ -24748,8 +25009,7 @@ const openapi: OpenAPISpec = {
|
|
|
24748
25009
|
type: 'string',
|
|
24749
25010
|
},
|
|
24750
25011
|
workspace_id: {
|
|
24751
|
-
description:
|
|
24752
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25012
|
+
description: 'ID of the workspace associated with the event.',
|
|
24753
25013
|
format: 'uuid',
|
|
24754
25014
|
type: 'string',
|
|
24755
25015
|
},
|
|
@@ -24797,7 +25057,7 @@ const openapi: OpenAPISpec = {
|
|
|
24797
25057
|
},
|
|
24798
25058
|
connected_account_id: {
|
|
24799
25059
|
description:
|
|
24800
|
-
'ID of the
|
|
25060
|
+
'ID of the connected account associated with the event.',
|
|
24801
25061
|
format: 'uuid',
|
|
24802
25062
|
type: 'string',
|
|
24803
25063
|
},
|
|
@@ -24852,8 +25112,7 @@ const openapi: OpenAPISpec = {
|
|
|
24852
25112
|
type: 'string',
|
|
24853
25113
|
},
|
|
24854
25114
|
workspace_id: {
|
|
24855
|
-
description:
|
|
24856
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25115
|
+
description: 'ID of the workspace associated with the event.',
|
|
24857
25116
|
format: 'uuid',
|
|
24858
25117
|
type: 'string',
|
|
24859
25118
|
},
|
|
@@ -24920,7 +25179,7 @@ const openapi: OpenAPISpec = {
|
|
|
24920
25179
|
},
|
|
24921
25180
|
connected_account_id: {
|
|
24922
25181
|
description:
|
|
24923
|
-
'ID of the
|
|
25182
|
+
'ID of the connected account associated with the event.',
|
|
24924
25183
|
format: 'uuid',
|
|
24925
25184
|
type: 'string',
|
|
24926
25185
|
},
|
|
@@ -24981,8 +25240,7 @@ const openapi: OpenAPISpec = {
|
|
|
24981
25240
|
type: 'string',
|
|
24982
25241
|
},
|
|
24983
25242
|
workspace_id: {
|
|
24984
|
-
description:
|
|
24985
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25243
|
+
description: 'ID of the workspace associated with the event.',
|
|
24986
25244
|
format: 'uuid',
|
|
24987
25245
|
type: 'string',
|
|
24988
25246
|
},
|
|
@@ -25019,7 +25277,7 @@ const openapi: OpenAPISpec = {
|
|
|
25019
25277
|
},
|
|
25020
25278
|
connected_account_id: {
|
|
25021
25279
|
description:
|
|
25022
|
-
'ID of the
|
|
25280
|
+
'ID of the connected account associated with the event.',
|
|
25023
25281
|
format: 'uuid',
|
|
25024
25282
|
type: 'string',
|
|
25025
25283
|
},
|
|
@@ -25058,8 +25316,7 @@ const openapi: OpenAPISpec = {
|
|
|
25058
25316
|
type: 'string',
|
|
25059
25317
|
},
|
|
25060
25318
|
workspace_id: {
|
|
25061
|
-
description:
|
|
25062
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25319
|
+
description: 'ID of the workspace associated with the event.',
|
|
25063
25320
|
format: 'uuid',
|
|
25064
25321
|
type: 'string',
|
|
25065
25322
|
},
|
|
@@ -25094,7 +25351,7 @@ const openapi: OpenAPISpec = {
|
|
|
25094
25351
|
},
|
|
25095
25352
|
connected_account_id: {
|
|
25096
25353
|
description:
|
|
25097
|
-
'ID of the
|
|
25354
|
+
'ID of the connected account associated with the event.',
|
|
25098
25355
|
format: 'uuid',
|
|
25099
25356
|
type: 'string',
|
|
25100
25357
|
},
|
|
@@ -25148,8 +25405,7 @@ const openapi: OpenAPISpec = {
|
|
|
25148
25405
|
type: 'string',
|
|
25149
25406
|
},
|
|
25150
25407
|
workspace_id: {
|
|
25151
|
-
description:
|
|
25152
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25408
|
+
description: 'ID of the workspace associated with the event.',
|
|
25153
25409
|
format: 'uuid',
|
|
25154
25410
|
type: 'string',
|
|
25155
25411
|
},
|
|
@@ -25183,7 +25439,7 @@ const openapi: OpenAPISpec = {
|
|
|
25183
25439
|
},
|
|
25184
25440
|
connected_account_id: {
|
|
25185
25441
|
description:
|
|
25186
|
-
'ID of the
|
|
25442
|
+
'ID of the connected account associated with the event.',
|
|
25187
25443
|
format: 'uuid',
|
|
25188
25444
|
type: 'string',
|
|
25189
25445
|
},
|
|
@@ -25267,8 +25523,7 @@ const openapi: OpenAPISpec = {
|
|
|
25267
25523
|
type: 'string',
|
|
25268
25524
|
},
|
|
25269
25525
|
workspace_id: {
|
|
25270
|
-
description:
|
|
25271
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25526
|
+
description: 'ID of the workspace associated with the event.',
|
|
25272
25527
|
format: 'uuid',
|
|
25273
25528
|
type: 'string',
|
|
25274
25529
|
},
|
|
@@ -25300,7 +25555,7 @@ const openapi: OpenAPISpec = {
|
|
|
25300
25555
|
},
|
|
25301
25556
|
connected_account_id: {
|
|
25302
25557
|
description:
|
|
25303
|
-
'ID of the
|
|
25558
|
+
'ID of the connected account associated with the event.',
|
|
25304
25559
|
format: 'uuid',
|
|
25305
25560
|
type: 'string',
|
|
25306
25561
|
},
|
|
@@ -25382,8 +25637,7 @@ const openapi: OpenAPISpec = {
|
|
|
25382
25637
|
type: 'number',
|
|
25383
25638
|
},
|
|
25384
25639
|
workspace_id: {
|
|
25385
|
-
description:
|
|
25386
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25640
|
+
description: 'ID of the workspace associated with the event.',
|
|
25387
25641
|
format: 'uuid',
|
|
25388
25642
|
type: 'string',
|
|
25389
25643
|
},
|
|
@@ -25420,7 +25674,7 @@ const openapi: OpenAPISpec = {
|
|
|
25420
25674
|
},
|
|
25421
25675
|
connected_account_id: {
|
|
25422
25676
|
description:
|
|
25423
|
-
'ID of the
|
|
25677
|
+
'ID of the connected account associated with the event.',
|
|
25424
25678
|
format: 'uuid',
|
|
25425
25679
|
type: 'string',
|
|
25426
25680
|
},
|
|
@@ -25502,8 +25756,7 @@ const openapi: OpenAPISpec = {
|
|
|
25502
25756
|
type: 'number',
|
|
25503
25757
|
},
|
|
25504
25758
|
workspace_id: {
|
|
25505
|
-
description:
|
|
25506
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25759
|
+
description: 'ID of the workspace associated with the event.',
|
|
25507
25760
|
format: 'uuid',
|
|
25508
25761
|
type: 'string',
|
|
25509
25762
|
},
|
|
@@ -25540,7 +25793,7 @@ const openapi: OpenAPISpec = {
|
|
|
25540
25793
|
},
|
|
25541
25794
|
connected_account_id: {
|
|
25542
25795
|
description:
|
|
25543
|
-
'ID of the
|
|
25796
|
+
'ID of the connected account associated with the event.',
|
|
25544
25797
|
format: 'uuid',
|
|
25545
25798
|
type: 'string',
|
|
25546
25799
|
},
|
|
@@ -25606,8 +25859,7 @@ const openapi: OpenAPISpec = {
|
|
|
25606
25859
|
type: 'number',
|
|
25607
25860
|
},
|
|
25608
25861
|
workspace_id: {
|
|
25609
|
-
description:
|
|
25610
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25862
|
+
description: 'ID of the workspace associated with the event.',
|
|
25611
25863
|
format: 'uuid',
|
|
25612
25864
|
type: 'string',
|
|
25613
25865
|
},
|
|
@@ -25640,7 +25892,7 @@ const openapi: OpenAPISpec = {
|
|
|
25640
25892
|
},
|
|
25641
25893
|
connected_account_id: {
|
|
25642
25894
|
description:
|
|
25643
|
-
'ID of the
|
|
25895
|
+
'ID of the connected account associated with the event.',
|
|
25644
25896
|
format: 'uuid',
|
|
25645
25897
|
type: 'string',
|
|
25646
25898
|
},
|
|
@@ -25694,8 +25946,7 @@ const openapi: OpenAPISpec = {
|
|
|
25694
25946
|
type: 'number',
|
|
25695
25947
|
},
|
|
25696
25948
|
workspace_id: {
|
|
25697
|
-
description:
|
|
25698
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
25949
|
+
description: 'ID of the workspace associated with the event.',
|
|
25699
25950
|
format: 'uuid',
|
|
25700
25951
|
type: 'string',
|
|
25701
25952
|
},
|
|
@@ -25715,8 +25966,7 @@ const openapi: OpenAPISpec = {
|
|
|
25715
25966
|
'x-route-path': '/thermostats',
|
|
25716
25967
|
},
|
|
25717
25968
|
{
|
|
25718
|
-
description:
|
|
25719
|
-
'The name of a [device](https://docs.seam.co/core-concepts/devices) was changed.',
|
|
25969
|
+
description: 'The name of a device was changed.',
|
|
25720
25970
|
properties: {
|
|
25721
25971
|
connected_account_custom_metadata: {
|
|
25722
25972
|
additionalProperties: {
|
|
@@ -25728,7 +25978,7 @@ const openapi: OpenAPISpec = {
|
|
|
25728
25978
|
},
|
|
25729
25979
|
connected_account_id: {
|
|
25730
25980
|
description:
|
|
25731
|
-
'ID of the
|
|
25981
|
+
'ID of the connected account associated with the event.',
|
|
25732
25982
|
format: 'uuid',
|
|
25733
25983
|
type: 'string',
|
|
25734
25984
|
},
|
|
@@ -25771,8 +26021,7 @@ const openapi: OpenAPISpec = {
|
|
|
25771
26021
|
type: 'string',
|
|
25772
26022
|
},
|
|
25773
26023
|
workspace_id: {
|
|
25774
|
-
description:
|
|
25775
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26024
|
+
description: 'ID of the workspace associated with the event.',
|
|
25776
26025
|
format: 'uuid',
|
|
25777
26026
|
type: 'string',
|
|
25778
26027
|
},
|
|
@@ -25792,7 +26041,7 @@ const openapi: OpenAPISpec = {
|
|
|
25792
26041
|
},
|
|
25793
26042
|
{
|
|
25794
26043
|
description:
|
|
25795
|
-
'A
|
|
26044
|
+
'A camera was activated, for example, by motion detection.',
|
|
25796
26045
|
properties: {
|
|
25797
26046
|
activation_reason: {
|
|
25798
26047
|
description: 'The reason the camera was activated.',
|
|
@@ -25809,7 +26058,7 @@ const openapi: OpenAPISpec = {
|
|
|
25809
26058
|
},
|
|
25810
26059
|
connected_account_id: {
|
|
25811
26060
|
description:
|
|
25812
|
-
'ID of the
|
|
26061
|
+
'ID of the connected account associated with the event.',
|
|
25813
26062
|
format: 'uuid',
|
|
25814
26063
|
type: 'string',
|
|
25815
26064
|
},
|
|
@@ -25865,8 +26114,7 @@ const openapi: OpenAPISpec = {
|
|
|
25865
26114
|
type: 'string',
|
|
25866
26115
|
},
|
|
25867
26116
|
workspace_id: {
|
|
25868
|
-
description:
|
|
25869
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26117
|
+
description: 'ID of the workspace associated with the event.',
|
|
25870
26118
|
format: 'uuid',
|
|
25871
26119
|
type: 'string',
|
|
25872
26120
|
},
|
|
@@ -25885,8 +26133,7 @@ const openapi: OpenAPISpec = {
|
|
|
25885
26133
|
'x-route-path': '/devices',
|
|
25886
26134
|
},
|
|
25887
26135
|
{
|
|
25888
|
-
description:
|
|
25889
|
-
'A doorbell button was pressed on a [device](https://docs.seam.co/core-concepts/devices).',
|
|
26136
|
+
description: 'A doorbell button was pressed on a device.',
|
|
25890
26137
|
properties: {
|
|
25891
26138
|
connected_account_custom_metadata: {
|
|
25892
26139
|
additionalProperties: {
|
|
@@ -25898,7 +26145,7 @@ const openapi: OpenAPISpec = {
|
|
|
25898
26145
|
},
|
|
25899
26146
|
connected_account_id: {
|
|
25900
26147
|
description:
|
|
25901
|
-
'ID of the
|
|
26148
|
+
'ID of the connected account associated with the event.',
|
|
25902
26149
|
format: 'uuid',
|
|
25903
26150
|
type: 'string',
|
|
25904
26151
|
},
|
|
@@ -25949,8 +26196,7 @@ const openapi: OpenAPISpec = {
|
|
|
25949
26196
|
type: 'string',
|
|
25950
26197
|
},
|
|
25951
26198
|
workspace_id: {
|
|
25952
|
-
description:
|
|
25953
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26199
|
+
description: 'ID of the workspace associated with the event.',
|
|
25954
26200
|
format: 'uuid',
|
|
25955
26201
|
type: 'string',
|
|
25956
26202
|
},
|
|
@@ -25996,8 +26242,7 @@ const openapi: OpenAPISpec = {
|
|
|
25996
26242
|
type: 'string',
|
|
25997
26243
|
},
|
|
25998
26244
|
workspace_id: {
|
|
25999
|
-
description:
|
|
26000
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26245
|
+
description: 'ID of the workspace associated with the event.',
|
|
26001
26246
|
format: 'uuid',
|
|
26002
26247
|
type: 'string',
|
|
26003
26248
|
},
|
|
@@ -26046,8 +26291,7 @@ const openapi: OpenAPISpec = {
|
|
|
26046
26291
|
type: 'string',
|
|
26047
26292
|
},
|
|
26048
26293
|
workspace_id: {
|
|
26049
|
-
description:
|
|
26050
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26294
|
+
description: 'ID of the workspace associated with the event.',
|
|
26051
26295
|
format: 'uuid',
|
|
26052
26296
|
type: 'string',
|
|
26053
26297
|
},
|
|
@@ -26108,8 +26352,7 @@ const openapi: OpenAPISpec = {
|
|
|
26108
26352
|
type: 'string',
|
|
26109
26353
|
},
|
|
26110
26354
|
workspace_id: {
|
|
26111
|
-
description:
|
|
26112
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26355
|
+
description: 'ID of the workspace associated with the event.',
|
|
26113
26356
|
format: 'uuid',
|
|
26114
26357
|
type: 'string',
|
|
26115
26358
|
},
|
|
@@ -26172,8 +26415,7 @@ const openapi: OpenAPISpec = {
|
|
|
26172
26415
|
type: 'string',
|
|
26173
26416
|
},
|
|
26174
26417
|
workspace_id: {
|
|
26175
|
-
description:
|
|
26176
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26418
|
+
description: 'ID of the workspace associated with the event.',
|
|
26177
26419
|
format: 'uuid',
|
|
26178
26420
|
type: 'string',
|
|
26179
26421
|
},
|
|
@@ -26236,8 +26478,7 @@ const openapi: OpenAPISpec = {
|
|
|
26236
26478
|
type: 'string',
|
|
26237
26479
|
},
|
|
26238
26480
|
workspace_id: {
|
|
26239
|
-
description:
|
|
26240
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event.',
|
|
26481
|
+
description: 'ID of the workspace associated with the event.',
|
|
26241
26482
|
format: 'uuid',
|
|
26242
26483
|
type: 'string',
|
|
26243
26484
|
},
|
|
@@ -26264,7 +26505,7 @@ const openapi: OpenAPISpec = {
|
|
|
26264
26505
|
properties: {
|
|
26265
26506
|
client_session_id: {
|
|
26266
26507
|
description:
|
|
26267
|
-
'ID of the
|
|
26508
|
+
'ID of the client session associated with the Instant Key.',
|
|
26268
26509
|
format: 'uuid',
|
|
26269
26510
|
type: 'string',
|
|
26270
26511
|
},
|
|
@@ -26321,8 +26562,7 @@ const openapi: OpenAPISpec = {
|
|
|
26321
26562
|
type: 'string',
|
|
26322
26563
|
},
|
|
26323
26564
|
workspace_id: {
|
|
26324
|
-
description:
|
|
26325
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the Instant Key.',
|
|
26565
|
+
description: 'ID of the workspace that contains the Instant Key.',
|
|
26326
26566
|
format: 'uuid',
|
|
26327
26567
|
type: 'string',
|
|
26328
26568
|
},
|
|
@@ -26363,8 +26603,7 @@ const openapi: OpenAPISpec = {
|
|
|
26363
26603
|
type: 'string',
|
|
26364
26604
|
},
|
|
26365
26605
|
workspace_id: {
|
|
26366
|
-
description:
|
|
26367
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the magic link.',
|
|
26606
|
+
description: 'ID of the workspace associated with the magic link.',
|
|
26368
26607
|
format: 'uuid',
|
|
26369
26608
|
type: 'string',
|
|
26370
26609
|
},
|
|
@@ -26475,7 +26714,8 @@ const openapi: OpenAPISpec = {
|
|
|
26475
26714
|
type: 'string',
|
|
26476
26715
|
},
|
|
26477
26716
|
device_type: {
|
|
26478
|
-
description:
|
|
26717
|
+
description:
|
|
26718
|
+
'Type of the phone device, such as `ios_phone` or `android_phone`.',
|
|
26479
26719
|
enum: ['ios_phone', 'android_phone'],
|
|
26480
26720
|
type: 'string',
|
|
26481
26721
|
},
|
|
@@ -26488,8 +26728,14 @@ const openapi: OpenAPISpec = {
|
|
|
26488
26728
|
description: 'Errors associated with the phone.',
|
|
26489
26729
|
items: {
|
|
26490
26730
|
properties: {
|
|
26491
|
-
error_code: {
|
|
26492
|
-
|
|
26731
|
+
error_code: {
|
|
26732
|
+
description: 'Unique identifier of the type of error.',
|
|
26733
|
+
type: 'string',
|
|
26734
|
+
},
|
|
26735
|
+
message: {
|
|
26736
|
+
description: 'Detailed description of the error.',
|
|
26737
|
+
type: 'string',
|
|
26738
|
+
},
|
|
26493
26739
|
},
|
|
26494
26740
|
required: ['error_code', 'message'],
|
|
26495
26741
|
type: 'object',
|
|
@@ -26502,7 +26748,7 @@ const openapi: OpenAPISpec = {
|
|
|
26502
26748
|
type: 'string',
|
|
26503
26749
|
},
|
|
26504
26750
|
properties: {
|
|
26505
|
-
description: '
|
|
26751
|
+
description: 'Properties of the phone.',
|
|
26506
26752
|
properties: {
|
|
26507
26753
|
assa_abloy_credential_service_metadata: {
|
|
26508
26754
|
description:
|
|
@@ -26556,8 +26802,14 @@ const openapi: OpenAPISpec = {
|
|
|
26556
26802
|
description: 'Warnings associated with the phone.',
|
|
26557
26803
|
items: {
|
|
26558
26804
|
properties: {
|
|
26559
|
-
message: {
|
|
26560
|
-
|
|
26805
|
+
message: {
|
|
26806
|
+
description: 'Detailed description of the warning.',
|
|
26807
|
+
type: 'string',
|
|
26808
|
+
},
|
|
26809
|
+
warning_code: {
|
|
26810
|
+
description: 'Unique identifier of the type of warning.',
|
|
26811
|
+
type: 'string',
|
|
26812
|
+
},
|
|
26561
26813
|
},
|
|
26562
26814
|
required: ['warning_code', 'message'],
|
|
26563
26815
|
type: 'object',
|
|
@@ -26565,8 +26817,7 @@ const openapi: OpenAPISpec = {
|
|
|
26565
26817
|
type: 'array',
|
|
26566
26818
|
},
|
|
26567
26819
|
workspace_id: {
|
|
26568
|
-
description:
|
|
26569
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the phone.\n ',
|
|
26820
|
+
description: 'ID of the workspace that contains the phone.\n ',
|
|
26570
26821
|
format: 'uuid',
|
|
26571
26822
|
type: 'string',
|
|
26572
26823
|
},
|
|
@@ -26640,6 +26891,8 @@ const openapi: OpenAPISpec = {
|
|
|
26640
26891
|
},
|
|
26641
26892
|
acs_credential_id: { nullable: true, type: 'string' },
|
|
26642
26893
|
acs_credential_pool_id: {
|
|
26894
|
+
description:
|
|
26895
|
+
'ID of the credential pool to which the credential belongs.',
|
|
26643
26896
|
format: 'uuid',
|
|
26644
26897
|
type: 'string',
|
|
26645
26898
|
},
|
|
@@ -27353,7 +27606,12 @@ const openapi: OpenAPISpec = {
|
|
|
27353
27606
|
nullable: true,
|
|
27354
27607
|
type: 'boolean',
|
|
27355
27608
|
},
|
|
27356
|
-
is_managed: {
|
|
27609
|
+
is_managed: {
|
|
27610
|
+
description:
|
|
27611
|
+
'Indicates whether Seam manages the credential.',
|
|
27612
|
+
enum: [true],
|
|
27613
|
+
type: 'boolean',
|
|
27614
|
+
},
|
|
27357
27615
|
is_multi_phone_sync_credential: {
|
|
27358
27616
|
description:
|
|
27359
27617
|
'Indicates whether the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) is a [multi-phone sync credential](https://docs.seam.co/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).',
|
|
@@ -27635,7 +27893,7 @@ const openapi: OpenAPISpec = {
|
|
|
27635
27893
|
},
|
|
27636
27894
|
workspace_id: {
|
|
27637
27895
|
description:
|
|
27638
|
-
'ID of the
|
|
27896
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
27639
27897
|
format: 'uuid',
|
|
27640
27898
|
type: 'string',
|
|
27641
27899
|
},
|
|
@@ -27709,7 +27967,11 @@ const openapi: OpenAPISpec = {
|
|
|
27709
27967
|
format: 'date-time',
|
|
27710
27968
|
type: 'string',
|
|
27711
27969
|
},
|
|
27712
|
-
display_name: {
|
|
27970
|
+
display_name: {
|
|
27971
|
+
description: 'Display name for the user identity.',
|
|
27972
|
+
minLength: 1,
|
|
27973
|
+
type: 'string',
|
|
27974
|
+
},
|
|
27713
27975
|
email_address: {
|
|
27714
27976
|
description: 'Unique email address for the user identity.',
|
|
27715
27977
|
format: 'email',
|
|
@@ -27770,7 +28032,13 @@ const openapi: OpenAPISpec = {
|
|
|
27770
28032
|
},
|
|
27771
28033
|
type: 'array',
|
|
27772
28034
|
},
|
|
27773
|
-
full_name: {
|
|
28035
|
+
full_name: {
|
|
28036
|
+
description:
|
|
28037
|
+
'Full name of the user associated with the user identity.',
|
|
28038
|
+
minLength: 1,
|
|
28039
|
+
nullable: true,
|
|
28040
|
+
type: 'string',
|
|
28041
|
+
},
|
|
27774
28042
|
phone_number: {
|
|
27775
28043
|
description:
|
|
27776
28044
|
'Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).',
|
|
@@ -27853,7 +28121,7 @@ const openapi: OpenAPISpec = {
|
|
|
27853
28121
|
},
|
|
27854
28122
|
workspace_id: {
|
|
27855
28123
|
description:
|
|
27856
|
-
'ID of the
|
|
28124
|
+
'ID of the workspace that contains the user identity.',
|
|
27857
28125
|
format: 'uuid',
|
|
27858
28126
|
type: 'string',
|
|
27859
28127
|
},
|
|
@@ -27982,8 +28250,7 @@ const openapi: OpenAPISpec = {
|
|
|
27982
28250
|
type: 'string',
|
|
27983
28251
|
},
|
|
27984
28252
|
workspace_id: {
|
|
27985
|
-
description:
|
|
27986
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the space.',
|
|
28253
|
+
description: 'ID of the workspace associated with the space.',
|
|
27987
28254
|
format: 'uuid',
|
|
27988
28255
|
type: 'string',
|
|
27989
28256
|
},
|
|
@@ -28138,7 +28405,7 @@ const openapi: OpenAPISpec = {
|
|
|
28138
28405
|
},
|
|
28139
28406
|
workspace_id: {
|
|
28140
28407
|
description:
|
|
28141
|
-
'ID of the
|
|
28408
|
+
'ID of the workspace that contains the thermostat daily program.',
|
|
28142
28409
|
format: 'uuid',
|
|
28143
28410
|
type: 'string',
|
|
28144
28411
|
},
|
|
@@ -28235,7 +28502,7 @@ const openapi: OpenAPISpec = {
|
|
|
28235
28502
|
},
|
|
28236
28503
|
workspace_id: {
|
|
28237
28504
|
description:
|
|
28238
|
-
'ID of the
|
|
28505
|
+
'ID of the workspace that contains the thermostat schedule.',
|
|
28239
28506
|
format: 'uuid',
|
|
28240
28507
|
type: 'string',
|
|
28241
28508
|
},
|
|
@@ -29836,7 +30103,7 @@ const openapi: OpenAPISpec = {
|
|
|
29836
30103
|
},
|
|
29837
30104
|
connected_account_id: {
|
|
29838
30105
|
description:
|
|
29839
|
-
'ID of the
|
|
30106
|
+
'ID of the connected account that contains the access group.',
|
|
29840
30107
|
format: 'uuid',
|
|
29841
30108
|
type: 'string',
|
|
29842
30109
|
},
|
|
@@ -29845,7 +30112,10 @@ const openapi: OpenAPISpec = {
|
|
|
29845
30112
|
format: 'date-time',
|
|
29846
30113
|
type: 'string',
|
|
29847
30114
|
},
|
|
29848
|
-
display_name: {
|
|
30115
|
+
display_name: {
|
|
30116
|
+
description: 'Display name for the access group.',
|
|
30117
|
+
type: 'string',
|
|
30118
|
+
},
|
|
29849
30119
|
errors: {
|
|
29850
30120
|
description: 'Errors associated with the `acs_access_group`.',
|
|
29851
30121
|
items: {
|
|
@@ -30319,8 +30589,7 @@ const openapi: OpenAPISpec = {
|
|
|
30319
30589
|
type: 'array',
|
|
30320
30590
|
},
|
|
30321
30591
|
workspace_id: {
|
|
30322
|
-
description:
|
|
30323
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the access group.',
|
|
30592
|
+
description: 'ID of the workspace that contains the access group.',
|
|
30324
30593
|
format: 'uuid',
|
|
30325
30594
|
type: 'string',
|
|
30326
30595
|
},
|
|
@@ -30362,7 +30631,12 @@ const openapi: OpenAPISpec = {
|
|
|
30362
30631
|
format: 'uuid',
|
|
30363
30632
|
type: 'string',
|
|
30364
30633
|
},
|
|
30365
|
-
acs_credential_pool_id: {
|
|
30634
|
+
acs_credential_pool_id: {
|
|
30635
|
+
description:
|
|
30636
|
+
'ID of the credential pool to which the credential belongs.',
|
|
30637
|
+
format: 'uuid',
|
|
30638
|
+
type: 'string',
|
|
30639
|
+
},
|
|
30366
30640
|
acs_system_id: {
|
|
30367
30641
|
description:
|
|
30368
30642
|
'ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
@@ -30751,7 +31025,7 @@ const openapi: OpenAPISpec = {
|
|
|
30751
31025
|
},
|
|
30752
31026
|
workspace_id: {
|
|
30753
31027
|
description:
|
|
30754
|
-
'ID of the
|
|
31028
|
+
'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
30755
31029
|
format: 'uuid',
|
|
30756
31030
|
type: 'string',
|
|
30757
31031
|
},
|
|
@@ -30811,7 +31085,7 @@ const openapi: OpenAPISpec = {
|
|
|
30811
31085
|
},
|
|
30812
31086
|
connected_account_id: {
|
|
30813
31087
|
description:
|
|
30814
|
-
'\n The ID of the
|
|
31088
|
+
'\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ',
|
|
30815
31089
|
format: 'uuid',
|
|
30816
31090
|
type: 'string',
|
|
30817
31091
|
},
|
|
@@ -31014,7 +31288,12 @@ const openapi: OpenAPISpec = {
|
|
|
31014
31288
|
minLength: 1,
|
|
31015
31289
|
type: 'string',
|
|
31016
31290
|
},
|
|
31017
|
-
hid_acs_system_id: {
|
|
31291
|
+
hid_acs_system_id: {
|
|
31292
|
+
description:
|
|
31293
|
+
'ID of the HID access control system associated with the user.',
|
|
31294
|
+
format: 'uuid',
|
|
31295
|
+
type: 'string',
|
|
31296
|
+
},
|
|
31018
31297
|
is_managed: { enum: [false], type: 'boolean' },
|
|
31019
31298
|
is_suspended: {
|
|
31020
31299
|
description:
|
|
@@ -31605,7 +31884,7 @@ const openapi: OpenAPISpec = {
|
|
|
31605
31884
|
},
|
|
31606
31885
|
workspace_id: {
|
|
31607
31886
|
description:
|
|
31608
|
-
'ID of the
|
|
31887
|
+
'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
31609
31888
|
format: 'uuid',
|
|
31610
31889
|
type: 'string',
|
|
31611
31890
|
},
|
|
@@ -31630,30 +31909,103 @@ const openapi: OpenAPISpec = {
|
|
|
31630
31909
|
description:
|
|
31631
31910
|
'Represents an [unmanaged device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).',
|
|
31632
31911
|
properties: {
|
|
31633
|
-
can_configure_auto_lock: {
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
|
|
31912
|
+
can_configure_auto_lock: {
|
|
31913
|
+
description:
|
|
31914
|
+
'Indicates whether the lock supports configuring automatic locking.',
|
|
31915
|
+
type: 'boolean',
|
|
31916
|
+
},
|
|
31917
|
+
can_hvac_cool: {
|
|
31918
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
31919
|
+
type: 'boolean',
|
|
31920
|
+
},
|
|
31921
|
+
can_hvac_heat: {
|
|
31922
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
31923
|
+
type: 'boolean',
|
|
31924
|
+
},
|
|
31925
|
+
can_hvac_heat_cool: {
|
|
31926
|
+
description:
|
|
31927
|
+
'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
31928
|
+
type: 'boolean',
|
|
31929
|
+
},
|
|
31930
|
+
can_program_offline_access_codes: {
|
|
31931
|
+
description:
|
|
31932
|
+
'Indicates whether the device supports programming offline access codes.',
|
|
31933
|
+
type: 'boolean',
|
|
31934
|
+
},
|
|
31935
|
+
can_program_online_access_codes: {
|
|
31936
|
+
description:
|
|
31937
|
+
'Indicates whether the device supports programming online access codes.',
|
|
31938
|
+
type: 'boolean',
|
|
31939
|
+
},
|
|
31639
31940
|
can_program_thermostat_programs_as_different_each_day: {
|
|
31941
|
+
description:
|
|
31942
|
+
'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
31943
|
+
type: 'boolean',
|
|
31944
|
+
},
|
|
31945
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
31946
|
+
description:
|
|
31947
|
+
'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
31640
31948
|
type: 'boolean',
|
|
31641
31949
|
},
|
|
31642
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
31643
31950
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
31951
|
+
description:
|
|
31952
|
+
'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
31953
|
+
type: 'boolean',
|
|
31954
|
+
},
|
|
31955
|
+
can_remotely_lock: {
|
|
31956
|
+
description:
|
|
31957
|
+
'Indicates whether the device supports remote locking.',
|
|
31958
|
+
type: 'boolean',
|
|
31959
|
+
},
|
|
31960
|
+
can_remotely_unlock: {
|
|
31961
|
+
description:
|
|
31962
|
+
'Indicates whether the device supports remote unlocking.',
|
|
31963
|
+
type: 'boolean',
|
|
31964
|
+
},
|
|
31965
|
+
can_run_thermostat_programs: {
|
|
31966
|
+
description:
|
|
31967
|
+
'Indicates whether the thermostat supports running climate programs.',
|
|
31968
|
+
type: 'boolean',
|
|
31969
|
+
},
|
|
31970
|
+
can_simulate_connection: {
|
|
31971
|
+
description:
|
|
31972
|
+
'Indicates whether the device supports simulating connection in a sandbox.',
|
|
31973
|
+
type: 'boolean',
|
|
31974
|
+
},
|
|
31975
|
+
can_simulate_disconnection: {
|
|
31976
|
+
description:
|
|
31977
|
+
'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
31978
|
+
type: 'boolean',
|
|
31979
|
+
},
|
|
31980
|
+
can_simulate_hub_connection: {
|
|
31981
|
+
description:
|
|
31982
|
+
'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
31983
|
+
type: 'boolean',
|
|
31984
|
+
},
|
|
31985
|
+
can_simulate_hub_disconnection: {
|
|
31986
|
+
description:
|
|
31987
|
+
'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
31988
|
+
type: 'boolean',
|
|
31989
|
+
},
|
|
31990
|
+
can_simulate_paid_subscription: {
|
|
31991
|
+
description:
|
|
31992
|
+
'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
31993
|
+
type: 'boolean',
|
|
31994
|
+
},
|
|
31995
|
+
can_simulate_removal: {
|
|
31996
|
+
description:
|
|
31997
|
+
'Indicates whether the device supports simulating removal in a sandbox.',
|
|
31998
|
+
type: 'boolean',
|
|
31999
|
+
},
|
|
32000
|
+
can_turn_off_hvac: {
|
|
32001
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
32002
|
+
type: 'boolean',
|
|
32003
|
+
},
|
|
32004
|
+
can_unlock_with_code: {
|
|
32005
|
+
description:
|
|
32006
|
+
'Indicates whether the lock supports unlocking with an access code.',
|
|
31644
32007
|
type: 'boolean',
|
|
31645
32008
|
},
|
|
31646
|
-
can_remotely_lock: { type: 'boolean' },
|
|
31647
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
31648
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
31649
|
-
can_simulate_connection: { type: 'boolean' },
|
|
31650
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
31651
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
31652
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
31653
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
31654
|
-
can_simulate_removal: { type: 'boolean' },
|
|
31655
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
31656
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
31657
32009
|
capabilities_supported: {
|
|
31658
32010
|
description:
|
|
31659
32011
|
'\n Collection of capabilities that the device supports when connected to Seam. Values are `access_code`, which indicates that the device can manage and utilize digital PIN codes for secure access; `lock`, which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; `noise_detection`, which indicates that the device supports monitoring and responding to ambient noise levels; `thermostat`, which indicates that the device can regulate and adjust indoor temperatures; `battery`, which indicates that the device can manage battery life and health; and `phone`, which indicates that the device is a mobile device, such as a smartphone. **Important:** Superseded by [capability flags](https://docs.seam.co/capability-guides/device-and-system-capabilities#capability-flags).\n ',
|
|
@@ -32381,7 +32733,11 @@ const openapi: OpenAPISpec = {
|
|
|
32381
32733
|
thermostats: { name: 'Thermostats' },
|
|
32382
32734
|
},
|
|
32383
32735
|
},
|
|
32384
|
-
is_managed: {
|
|
32736
|
+
is_managed: {
|
|
32737
|
+
description: 'Indicates that Seam does not manage the device.',
|
|
32738
|
+
enum: [false],
|
|
32739
|
+
type: 'boolean',
|
|
32740
|
+
},
|
|
32385
32741
|
location: {
|
|
32386
32742
|
description: 'Location information for the device.',
|
|
32387
32743
|
properties: {
|
|
@@ -33317,7 +33673,11 @@ const openapi: OpenAPISpec = {
|
|
|
33317
33673
|
format: 'date-time',
|
|
33318
33674
|
type: 'string',
|
|
33319
33675
|
},
|
|
33320
|
-
display_name: {
|
|
33676
|
+
display_name: {
|
|
33677
|
+
description: 'Display name for the user identity.',
|
|
33678
|
+
minLength: 1,
|
|
33679
|
+
type: 'string',
|
|
33680
|
+
},
|
|
33321
33681
|
email_address: {
|
|
33322
33682
|
description: 'Unique email address for the user identity.',
|
|
33323
33683
|
format: 'email',
|
|
@@ -33378,7 +33738,13 @@ const openapi: OpenAPISpec = {
|
|
|
33378
33738
|
},
|
|
33379
33739
|
type: 'array',
|
|
33380
33740
|
},
|
|
33381
|
-
full_name: {
|
|
33741
|
+
full_name: {
|
|
33742
|
+
description:
|
|
33743
|
+
'Full name of the user associated with the user identity.',
|
|
33744
|
+
minLength: 1,
|
|
33745
|
+
nullable: true,
|
|
33746
|
+
type: 'string',
|
|
33747
|
+
},
|
|
33382
33748
|
phone_number: {
|
|
33383
33749
|
description:
|
|
33384
33750
|
'Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).',
|
|
@@ -33458,8 +33824,7 @@ const openapi: OpenAPISpec = {
|
|
|
33458
33824
|
type: 'array',
|
|
33459
33825
|
},
|
|
33460
33826
|
workspace_id: {
|
|
33461
|
-
description:
|
|
33462
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the user identity.',
|
|
33827
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
33463
33828
|
format: 'uuid',
|
|
33464
33829
|
type: 'string',
|
|
33465
33830
|
},
|
|
@@ -33500,11 +33865,7 @@ const openapi: OpenAPISpec = {
|
|
|
33500
33865
|
'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33501
33866
|
type: 'string',
|
|
33502
33867
|
},
|
|
33503
|
-
webhook_id: {
|
|
33504
|
-
description:
|
|
33505
|
-
'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
33506
|
-
type: 'string',
|
|
33507
|
-
},
|
|
33868
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
33508
33869
|
},
|
|
33509
33870
|
required: ['webhook_id', 'url'],
|
|
33510
33871
|
type: 'object',
|
|
@@ -33578,7 +33939,7 @@ const openapi: OpenAPISpec = {
|
|
|
33578
33939
|
},
|
|
33579
33940
|
organization_id: {
|
|
33580
33941
|
description:
|
|
33581
|
-
'ID of the organization to which the
|
|
33942
|
+
'ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization.',
|
|
33582
33943
|
format: 'uuid',
|
|
33583
33944
|
nullable: true,
|
|
33584
33945
|
type: 'string',
|
|
@@ -33589,8 +33950,7 @@ const openapi: OpenAPISpec = {
|
|
|
33589
33950
|
type: 'string',
|
|
33590
33951
|
},
|
|
33591
33952
|
workspace_id: {
|
|
33592
|
-
description:
|
|
33593
|
-
'ID of the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
33953
|
+
description: 'ID of the workspace.',
|
|
33594
33954
|
format: 'uuid',
|
|
33595
33955
|
type: 'string',
|
|
33596
33956
|
},
|
|
@@ -36742,6 +37102,8 @@ const openapi: OpenAPISpec = {
|
|
|
36742
37102
|
type: 'string',
|
|
36743
37103
|
},
|
|
36744
37104
|
full_name: {
|
|
37105
|
+
description:
|
|
37106
|
+
'Full name of the user associated with the user identity.',
|
|
36745
37107
|
minLength: 1,
|
|
36746
37108
|
nullable: true,
|
|
36747
37109
|
type: 'string',
|
|
@@ -50003,7 +50365,12 @@ const openapi: OpenAPISpec = {
|
|
|
50003
50365
|
minLength: 1,
|
|
50004
50366
|
type: 'string',
|
|
50005
50367
|
},
|
|
50006
|
-
hid_acs_system_id: {
|
|
50368
|
+
hid_acs_system_id: {
|
|
50369
|
+
description:
|
|
50370
|
+
'ID of the HID access control system associated with the user.',
|
|
50371
|
+
format: 'uuid',
|
|
50372
|
+
type: 'string',
|
|
50373
|
+
},
|
|
50007
50374
|
phone_number: {
|
|
50008
50375
|
description:
|
|
50009
50376
|
'Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`).',
|
|
@@ -50109,7 +50476,12 @@ const openapi: OpenAPISpec = {
|
|
|
50109
50476
|
minLength: 1,
|
|
50110
50477
|
type: 'string',
|
|
50111
50478
|
},
|
|
50112
|
-
hid_acs_system_id: {
|
|
50479
|
+
hid_acs_system_id: {
|
|
50480
|
+
description:
|
|
50481
|
+
'ID of the HID access control system associated with the user.',
|
|
50482
|
+
format: 'uuid',
|
|
50483
|
+
type: 'string',
|
|
50484
|
+
},
|
|
50113
50485
|
phone_number: {
|
|
50114
50486
|
description:
|
|
50115
50487
|
'Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`).',
|
|
@@ -50469,7 +50841,7 @@ const openapi: OpenAPISpec = {
|
|
|
50469
50841
|
},
|
|
50470
50842
|
workspace_id: {
|
|
50471
50843
|
description:
|
|
50472
|
-
'ID of the
|
|
50844
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50473
50845
|
format: 'uuid',
|
|
50474
50846
|
type: 'string',
|
|
50475
50847
|
},
|
|
@@ -50549,7 +50921,7 @@ const openapi: OpenAPISpec = {
|
|
|
50549
50921
|
},
|
|
50550
50922
|
workspace_id: {
|
|
50551
50923
|
description:
|
|
50552
|
-
'ID of the
|
|
50924
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50553
50925
|
format: 'uuid',
|
|
50554
50926
|
type: 'string',
|
|
50555
50927
|
},
|
|
@@ -50616,7 +50988,7 @@ const openapi: OpenAPISpec = {
|
|
|
50616
50988
|
},
|
|
50617
50989
|
workspace_id: {
|
|
50618
50990
|
description:
|
|
50619
|
-
'ID of the
|
|
50991
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50620
50992
|
format: 'uuid',
|
|
50621
50993
|
type: 'string',
|
|
50622
50994
|
},
|
|
@@ -50687,7 +51059,7 @@ const openapi: OpenAPISpec = {
|
|
|
50687
51059
|
},
|
|
50688
51060
|
workspace_id: {
|
|
50689
51061
|
description:
|
|
50690
|
-
'ID of the
|
|
51062
|
+
'ID of the workspace that contains Seam Bridge.',
|
|
50691
51063
|
format: 'uuid',
|
|
50692
51064
|
type: 'string',
|
|
50693
51065
|
},
|
|
@@ -81355,6 +81727,8 @@ const openapi: OpenAPISpec = {
|
|
|
81355
81727
|
},
|
|
81356
81728
|
fan_mode: {
|
|
81357
81729
|
deprecated: true,
|
|
81730
|
+
description:
|
|
81731
|
+
'Fan mode setting for the thermostat, such as `auto`, `on`, or `circulate`.',
|
|
81358
81732
|
enum: ['auto', 'on', 'circulate'],
|
|
81359
81733
|
type: 'string',
|
|
81360
81734
|
'x-deprecated': 'Use `fan_mode_setting` instead.',
|
|
@@ -84867,7 +85241,11 @@ const openapi: OpenAPISpec = {
|
|
|
84867
85241
|
format: 'date-time',
|
|
84868
85242
|
type: 'string',
|
|
84869
85243
|
},
|
|
84870
|
-
display_name: {
|
|
85244
|
+
display_name: {
|
|
85245
|
+
description: 'Display name for the user identity.',
|
|
85246
|
+
minLength: 1,
|
|
85247
|
+
type: 'string',
|
|
85248
|
+
},
|
|
84871
85249
|
email_address: {
|
|
84872
85250
|
description:
|
|
84873
85251
|
'Unique email address for the user identity.',
|
|
@@ -84931,6 +85309,8 @@ const openapi: OpenAPISpec = {
|
|
|
84931
85309
|
type: 'array',
|
|
84932
85310
|
},
|
|
84933
85311
|
full_name: {
|
|
85312
|
+
description:
|
|
85313
|
+
'Full name of the user associated with the user identity.',
|
|
84934
85314
|
minLength: 1,
|
|
84935
85315
|
nullable: true,
|
|
84936
85316
|
type: 'string',
|
|
@@ -85020,7 +85400,7 @@ const openapi: OpenAPISpec = {
|
|
|
85020
85400
|
},
|
|
85021
85401
|
workspace_id: {
|
|
85022
85402
|
description:
|
|
85023
|
-
'ID of the
|
|
85403
|
+
'ID of the workspace that contains the user identity.',
|
|
85024
85404
|
format: 'uuid',
|
|
85025
85405
|
type: 'string',
|
|
85026
85406
|
},
|
|
@@ -85110,7 +85490,11 @@ const openapi: OpenAPISpec = {
|
|
|
85110
85490
|
format: 'date-time',
|
|
85111
85491
|
type: 'string',
|
|
85112
85492
|
},
|
|
85113
|
-
display_name: {
|
|
85493
|
+
display_name: {
|
|
85494
|
+
description: 'Display name for the user identity.',
|
|
85495
|
+
minLength: 1,
|
|
85496
|
+
type: 'string',
|
|
85497
|
+
},
|
|
85114
85498
|
email_address: {
|
|
85115
85499
|
description:
|
|
85116
85500
|
'Unique email address for the user identity.',
|
|
@@ -85174,6 +85558,8 @@ const openapi: OpenAPISpec = {
|
|
|
85174
85558
|
type: 'array',
|
|
85175
85559
|
},
|
|
85176
85560
|
full_name: {
|
|
85561
|
+
description:
|
|
85562
|
+
'Full name of the user associated with the user identity.',
|
|
85177
85563
|
minLength: 1,
|
|
85178
85564
|
nullable: true,
|
|
85179
85565
|
type: 'string',
|
|
@@ -85263,7 +85649,7 @@ const openapi: OpenAPISpec = {
|
|
|
85263
85649
|
},
|
|
85264
85650
|
workspace_id: {
|
|
85265
85651
|
description:
|
|
85266
|
-
'ID of the
|
|
85652
|
+
'ID of the workspace that contains the user identity.',
|
|
85267
85653
|
format: 'uuid',
|
|
85268
85654
|
type: 'string',
|
|
85269
85655
|
},
|
|
@@ -85381,7 +85767,11 @@ const openapi: OpenAPISpec = {
|
|
|
85381
85767
|
format: 'date-time',
|
|
85382
85768
|
type: 'string',
|
|
85383
85769
|
},
|
|
85384
|
-
display_name: {
|
|
85770
|
+
display_name: {
|
|
85771
|
+
description: 'Display name for the user identity.',
|
|
85772
|
+
minLength: 1,
|
|
85773
|
+
type: 'string',
|
|
85774
|
+
},
|
|
85385
85775
|
email_address: {
|
|
85386
85776
|
description:
|
|
85387
85777
|
'Unique email address for the user identity.',
|
|
@@ -85445,6 +85835,8 @@ const openapi: OpenAPISpec = {
|
|
|
85445
85835
|
type: 'array',
|
|
85446
85836
|
},
|
|
85447
85837
|
full_name: {
|
|
85838
|
+
description:
|
|
85839
|
+
'Full name of the user associated with the user identity.',
|
|
85448
85840
|
minLength: 1,
|
|
85449
85841
|
nullable: true,
|
|
85450
85842
|
type: 'string',
|
|
@@ -85534,7 +85926,7 @@ const openapi: OpenAPISpec = {
|
|
|
85534
85926
|
},
|
|
85535
85927
|
workspace_id: {
|
|
85536
85928
|
description:
|
|
85537
|
-
'ID of the
|
|
85929
|
+
'ID of the workspace that contains the user identity.',
|
|
85538
85930
|
format: 'uuid',
|
|
85539
85931
|
type: 'string',
|
|
85540
85932
|
},
|
|
@@ -85647,7 +86039,11 @@ const openapi: OpenAPISpec = {
|
|
|
85647
86039
|
format: 'date-time',
|
|
85648
86040
|
type: 'string',
|
|
85649
86041
|
},
|
|
85650
|
-
display_name: {
|
|
86042
|
+
display_name: {
|
|
86043
|
+
description: 'Display name for the user identity.',
|
|
86044
|
+
minLength: 1,
|
|
86045
|
+
type: 'string',
|
|
86046
|
+
},
|
|
85651
86047
|
email_address: {
|
|
85652
86048
|
description:
|
|
85653
86049
|
'Unique email address for the user identity.',
|
|
@@ -85711,6 +86107,8 @@ const openapi: OpenAPISpec = {
|
|
|
85711
86107
|
type: 'array',
|
|
85712
86108
|
},
|
|
85713
86109
|
full_name: {
|
|
86110
|
+
description:
|
|
86111
|
+
'Full name of the user associated with the user identity.',
|
|
85714
86112
|
minLength: 1,
|
|
85715
86113
|
nullable: true,
|
|
85716
86114
|
type: 'string',
|
|
@@ -85800,7 +86198,7 @@ const openapi: OpenAPISpec = {
|
|
|
85800
86198
|
},
|
|
85801
86199
|
workspace_id: {
|
|
85802
86200
|
description:
|
|
85803
|
-
'ID of the
|
|
86201
|
+
'ID of the workspace that contains the user identity.',
|
|
85804
86202
|
format: 'uuid',
|
|
85805
86203
|
type: 'string',
|
|
85806
86204
|
},
|