@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
|
@@ -2557,7 +2557,7 @@ const openapi = {
|
|
|
2557
2557
|
type: 'string',
|
|
2558
2558
|
},
|
|
2559
2559
|
connected_account_id: {
|
|
2560
|
-
description: 'ID of the
|
|
2560
|
+
description: 'ID of the connected account that contains the access group.',
|
|
2561
2561
|
format: 'uuid',
|
|
2562
2562
|
type: 'string',
|
|
2563
2563
|
},
|
|
@@ -2566,7 +2566,10 @@ const openapi = {
|
|
|
2566
2566
|
format: 'date-time',
|
|
2567
2567
|
type: 'string',
|
|
2568
2568
|
},
|
|
2569
|
-
display_name: {
|
|
2569
|
+
display_name: {
|
|
2570
|
+
description: 'Display name for the access group.',
|
|
2571
|
+
type: 'string',
|
|
2572
|
+
},
|
|
2570
2573
|
errors: {
|
|
2571
2574
|
description: 'Errors associated with the `acs_access_group`.',
|
|
2572
2575
|
items: {
|
|
@@ -2616,7 +2619,11 @@ const openapi = {
|
|
|
2616
2619
|
description: 'Display name that corresponds to the brand-specific terminology for the access group type.',
|
|
2617
2620
|
type: 'string',
|
|
2618
2621
|
},
|
|
2619
|
-
is_managed: {
|
|
2622
|
+
is_managed: {
|
|
2623
|
+
description: 'Indicates whether Seam manages the access group.',
|
|
2624
|
+
enum: [true],
|
|
2625
|
+
type: 'boolean',
|
|
2626
|
+
},
|
|
2620
2627
|
name: { description: 'Name of the access group.', type: 'string' },
|
|
2621
2628
|
pending_mutations: {
|
|
2622
2629
|
description: 'Collection of pending mutations for the access group. Represents operations that have been requested but not yet completed on the integrated access system.',
|
|
@@ -2999,7 +3006,7 @@ const openapi = {
|
|
|
2999
3006
|
type: 'array',
|
|
3000
3007
|
},
|
|
3001
3008
|
workspace_id: {
|
|
3002
|
-
description: 'ID of the
|
|
3009
|
+
description: 'ID of the workspace that contains the access group.',
|
|
3003
3010
|
format: 'uuid',
|
|
3004
3011
|
type: 'string',
|
|
3005
3012
|
},
|
|
@@ -3037,7 +3044,11 @@ const openapi = {
|
|
|
3037
3044
|
format: 'uuid',
|
|
3038
3045
|
type: 'string',
|
|
3039
3046
|
},
|
|
3040
|
-
acs_credential_pool_id: {
|
|
3047
|
+
acs_credential_pool_id: {
|
|
3048
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
3049
|
+
format: 'uuid',
|
|
3050
|
+
type: 'string',
|
|
3051
|
+
},
|
|
3041
3052
|
acs_system_id: {
|
|
3042
3053
|
description: '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).',
|
|
3043
3054
|
format: 'uuid',
|
|
@@ -3152,7 +3163,11 @@ const openapi = {
|
|
|
3152
3163
|
nullable: true,
|
|
3153
3164
|
type: 'boolean',
|
|
3154
3165
|
},
|
|
3155
|
-
is_managed: {
|
|
3166
|
+
is_managed: {
|
|
3167
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
3168
|
+
enum: [true],
|
|
3169
|
+
type: 'boolean',
|
|
3170
|
+
},
|
|
3156
3171
|
is_multi_phone_sync_credential: {
|
|
3157
3172
|
description: '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).',
|
|
3158
3173
|
type: 'boolean',
|
|
@@ -3367,7 +3382,7 @@ const openapi = {
|
|
|
3367
3382
|
type: 'array',
|
|
3368
3383
|
},
|
|
3369
3384
|
workspace_id: {
|
|
3370
|
-
description: 'ID of the
|
|
3385
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
3371
3386
|
format: 'uuid',
|
|
3372
3387
|
type: 'string',
|
|
3373
3388
|
},
|
|
@@ -3450,7 +3465,7 @@ const openapi = {
|
|
|
3450
3465
|
type: 'string',
|
|
3451
3466
|
},
|
|
3452
3467
|
connected_account_id: {
|
|
3453
|
-
description: 'ID of the
|
|
3468
|
+
description: 'ID of the connected account that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3454
3469
|
format: 'uuid',
|
|
3455
3470
|
type: 'string',
|
|
3456
3471
|
},
|
|
@@ -3489,7 +3504,7 @@ const openapi = {
|
|
|
3489
3504
|
type: 'array',
|
|
3490
3505
|
},
|
|
3491
3506
|
workspace_id: {
|
|
3492
|
-
description: 'ID of the
|
|
3507
|
+
description: 'ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).',
|
|
3493
3508
|
format: 'uuid',
|
|
3494
3509
|
type: 'string',
|
|
3495
3510
|
},
|
|
@@ -3972,15 +3987,23 @@ const openapi = {
|
|
|
3972
3987
|
acs_system: {
|
|
3973
3988
|
description: '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).',
|
|
3974
3989
|
properties: {
|
|
3975
|
-
acs_access_group_count: {
|
|
3990
|
+
acs_access_group_count: {
|
|
3991
|
+
description: 'Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
3992
|
+
format: 'float',
|
|
3993
|
+
type: 'number',
|
|
3994
|
+
},
|
|
3976
3995
|
acs_system_id: {
|
|
3977
3996
|
description: 'ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
3978
3997
|
format: 'uuid',
|
|
3979
3998
|
type: 'string',
|
|
3980
3999
|
},
|
|
3981
|
-
acs_user_count: {
|
|
4000
|
+
acs_user_count: {
|
|
4001
|
+
description: 'Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4002
|
+
format: 'float',
|
|
4003
|
+
type: 'number',
|
|
4004
|
+
},
|
|
3982
4005
|
connected_account_id: {
|
|
3983
|
-
description: 'ID of the
|
|
4006
|
+
description: 'ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
3984
4007
|
format: 'uuid',
|
|
3985
4008
|
type: 'string',
|
|
3986
4009
|
},
|
|
@@ -4042,7 +4065,10 @@ const openapi = {
|
|
|
4042
4065
|
enum: ['bridge_disconnected'],
|
|
4043
4066
|
type: 'string',
|
|
4044
4067
|
},
|
|
4045
|
-
is_bridge_error: {
|
|
4068
|
+
is_bridge_error: {
|
|
4069
|
+
description: 'Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge).',
|
|
4070
|
+
type: 'boolean',
|
|
4071
|
+
},
|
|
4046
4072
|
message: {
|
|
4047
4073
|
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
4048
4074
|
type: 'string',
|
|
@@ -4219,6 +4245,7 @@ const openapi = {
|
|
|
4219
4245
|
type: 'boolean',
|
|
4220
4246
|
},
|
|
4221
4247
|
location: {
|
|
4248
|
+
description: 'Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4222
4249
|
properties: {
|
|
4223
4250
|
time_zone: {
|
|
4224
4251
|
description: 'Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located.',
|
|
@@ -4261,6 +4288,7 @@ const openapi = {
|
|
|
4261
4288
|
'x-deprecated': 'Use `external_type_display_name`.',
|
|
4262
4289
|
},
|
|
4263
4290
|
visionline_metadata: {
|
|
4291
|
+
description: 'Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4264
4292
|
properties: {
|
|
4265
4293
|
lan_address: {
|
|
4266
4294
|
description: 'IP address or hostname of the main Visionline server relative to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge) on the local network.',
|
|
@@ -4358,7 +4386,7 @@ const openapi = {
|
|
|
4358
4386
|
type: 'array',
|
|
4359
4387
|
},
|
|
4360
4388
|
workspace_id: {
|
|
4361
|
-
description: 'ID of the
|
|
4389
|
+
description: 'ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems).',
|
|
4362
4390
|
format: 'uuid',
|
|
4363
4391
|
type: 'string',
|
|
4364
4392
|
},
|
|
@@ -4412,7 +4440,7 @@ const openapi = {
|
|
|
4412
4440
|
type: 'string',
|
|
4413
4441
|
},
|
|
4414
4442
|
connected_account_id: {
|
|
4415
|
-
description: '\n The ID of the
|
|
4443
|
+
description: '\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ',
|
|
4416
4444
|
format: 'uuid',
|
|
4417
4445
|
type: 'string',
|
|
4418
4446
|
},
|
|
@@ -4589,8 +4617,16 @@ const openapi = {
|
|
|
4589
4617
|
minLength: 1,
|
|
4590
4618
|
type: 'string',
|
|
4591
4619
|
},
|
|
4592
|
-
hid_acs_system_id: {
|
|
4593
|
-
|
|
4620
|
+
hid_acs_system_id: {
|
|
4621
|
+
description: 'ID of the HID access control system associated with the user.',
|
|
4622
|
+
format: 'uuid',
|
|
4623
|
+
type: 'string',
|
|
4624
|
+
},
|
|
4625
|
+
is_managed: {
|
|
4626
|
+
description: 'Indicates whether Seam manages the access system user.',
|
|
4627
|
+
enum: [true],
|
|
4628
|
+
type: 'boolean',
|
|
4629
|
+
},
|
|
4594
4630
|
is_suspended: {
|
|
4595
4631
|
description: '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).',
|
|
4596
4632
|
type: 'boolean',
|
|
@@ -5122,7 +5158,7 @@ const openapi = {
|
|
|
5122
5158
|
type: 'array',
|
|
5123
5159
|
},
|
|
5124
5160
|
workspace_id: {
|
|
5125
|
-
description: 'ID of the
|
|
5161
|
+
description: 'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
5126
5162
|
format: 'uuid',
|
|
5127
5163
|
type: 'string',
|
|
5128
5164
|
},
|
|
@@ -5438,7 +5474,11 @@ const openapi = {
|
|
|
5438
5474
|
nullable: true,
|
|
5439
5475
|
type: 'string',
|
|
5440
5476
|
},
|
|
5441
|
-
is_issued: {
|
|
5477
|
+
is_issued: {
|
|
5478
|
+
description: 'Indicates whether the credential has been issued (encoded onto a card).',
|
|
5479
|
+
nullable: true,
|
|
5480
|
+
type: 'boolean',
|
|
5481
|
+
},
|
|
5442
5482
|
starts_at: {
|
|
5443
5483
|
description: 'Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable.',
|
|
5444
5484
|
format: 'date-time',
|
|
@@ -5541,6 +5581,7 @@ const openapi = {
|
|
|
5541
5581
|
type: 'string',
|
|
5542
5582
|
},
|
|
5543
5583
|
acs_credential_pool_id: {
|
|
5584
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
5544
5585
|
format: 'uuid',
|
|
5545
5586
|
type: 'string',
|
|
5546
5587
|
},
|
|
@@ -5658,7 +5699,11 @@ const openapi = {
|
|
|
5658
5699
|
nullable: true,
|
|
5659
5700
|
type: 'boolean',
|
|
5660
5701
|
},
|
|
5661
|
-
is_managed: {
|
|
5702
|
+
is_managed: {
|
|
5703
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
5704
|
+
enum: [true],
|
|
5705
|
+
type: 'boolean',
|
|
5706
|
+
},
|
|
5662
5707
|
is_multi_phone_sync_credential: {
|
|
5663
5708
|
description: '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).',
|
|
5664
5709
|
type: 'boolean',
|
|
@@ -5899,7 +5944,7 @@ const openapi = {
|
|
|
5899
5944
|
type: 'array',
|
|
5900
5945
|
},
|
|
5901
5946
|
workspace_id: {
|
|
5902
|
-
description: 'ID of the
|
|
5947
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
5903
5948
|
format: 'uuid',
|
|
5904
5949
|
type: 'string',
|
|
5905
5950
|
},
|
|
@@ -5933,6 +5978,7 @@ const openapi = {
|
|
|
5933
5978
|
type: 'string',
|
|
5934
5979
|
},
|
|
5935
5980
|
acs_credential_pool_id: {
|
|
5981
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
5936
5982
|
format: 'uuid',
|
|
5937
5983
|
type: 'string',
|
|
5938
5984
|
},
|
|
@@ -6291,7 +6337,7 @@ const openapi = {
|
|
|
6291
6337
|
type: 'array',
|
|
6292
6338
|
},
|
|
6293
6339
|
workspace_id: {
|
|
6294
|
-
description: 'ID of the
|
|
6340
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6295
6341
|
format: 'uuid',
|
|
6296
6342
|
type: 'string',
|
|
6297
6343
|
},
|
|
@@ -6551,6 +6597,7 @@ const openapi = {
|
|
|
6551
6597
|
type: 'string',
|
|
6552
6598
|
},
|
|
6553
6599
|
acs_credential_pool_id: {
|
|
6600
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
6554
6601
|
format: 'uuid',
|
|
6555
6602
|
type: 'string',
|
|
6556
6603
|
},
|
|
@@ -6668,7 +6715,11 @@ const openapi = {
|
|
|
6668
6715
|
nullable: true,
|
|
6669
6716
|
type: 'boolean',
|
|
6670
6717
|
},
|
|
6671
|
-
is_managed: {
|
|
6718
|
+
is_managed: {
|
|
6719
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
6720
|
+
enum: [true],
|
|
6721
|
+
type: 'boolean',
|
|
6722
|
+
},
|
|
6672
6723
|
is_multi_phone_sync_credential: {
|
|
6673
6724
|
description: '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).',
|
|
6674
6725
|
type: 'boolean',
|
|
@@ -6907,7 +6958,7 @@ const openapi = {
|
|
|
6907
6958
|
type: 'array',
|
|
6908
6959
|
},
|
|
6909
6960
|
workspace_id: {
|
|
6910
|
-
description: 'ID of the
|
|
6961
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
6911
6962
|
format: 'uuid',
|
|
6912
6963
|
type: 'string',
|
|
6913
6964
|
},
|
|
@@ -6941,6 +6992,7 @@ const openapi = {
|
|
|
6941
6992
|
type: 'string',
|
|
6942
6993
|
},
|
|
6943
6994
|
acs_credential_pool_id: {
|
|
6995
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
6944
6996
|
format: 'uuid',
|
|
6945
6997
|
type: 'string',
|
|
6946
6998
|
},
|
|
@@ -7297,7 +7349,7 @@ const openapi = {
|
|
|
7297
7349
|
type: 'array',
|
|
7298
7350
|
},
|
|
7299
7351
|
workspace_id: {
|
|
7300
|
-
description: 'ID of the
|
|
7352
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7301
7353
|
format: 'uuid',
|
|
7302
7354
|
type: 'string',
|
|
7303
7355
|
},
|
|
@@ -7585,7 +7637,11 @@ const openapi = {
|
|
|
7585
7637
|
format: 'uuid',
|
|
7586
7638
|
type: 'string',
|
|
7587
7639
|
},
|
|
7588
|
-
acs_credential_pool_id: {
|
|
7640
|
+
acs_credential_pool_id: {
|
|
7641
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
7642
|
+
format: 'uuid',
|
|
7643
|
+
type: 'string',
|
|
7644
|
+
},
|
|
7589
7645
|
acs_system_id: {
|
|
7590
7646
|
description: '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).',
|
|
7591
7647
|
format: 'uuid',
|
|
@@ -7700,7 +7756,11 @@ const openapi = {
|
|
|
7700
7756
|
nullable: true,
|
|
7701
7757
|
type: 'boolean',
|
|
7702
7758
|
},
|
|
7703
|
-
is_managed: {
|
|
7759
|
+
is_managed: {
|
|
7760
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
7761
|
+
enum: [true],
|
|
7762
|
+
type: 'boolean',
|
|
7763
|
+
},
|
|
7704
7764
|
is_multi_phone_sync_credential: {
|
|
7705
7765
|
description: '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).',
|
|
7706
7766
|
type: 'boolean',
|
|
@@ -7915,7 +7975,7 @@ const openapi = {
|
|
|
7915
7975
|
type: 'array',
|
|
7916
7976
|
},
|
|
7917
7977
|
workspace_id: {
|
|
7918
|
-
description: 'ID of the
|
|
7978
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
7919
7979
|
format: 'uuid',
|
|
7920
7980
|
type: 'string',
|
|
7921
7981
|
},
|
|
@@ -10398,7 +10458,7 @@ const openapi = {
|
|
|
10398
10458
|
type: 'string',
|
|
10399
10459
|
},
|
|
10400
10460
|
workspace_id: {
|
|
10401
|
-
description: 'ID of the
|
|
10461
|
+
description: 'ID of the workspace with which Seam Bridge is paired.',
|
|
10402
10462
|
format: 'uuid',
|
|
10403
10463
|
type: 'string',
|
|
10404
10464
|
},
|
|
@@ -10421,7 +10481,7 @@ const openapi = {
|
|
|
10421
10481
|
description: "Represents a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens). If you want to restrict your users' access to their own devices, use client sessions.\n\nYou create each client session with a custom `user_identifier_key`. Normally, the `user_identifier_key` is a user ID that your application provides.\n\nWhen calling the Seam API from your backend using an API key, you can pass the `user_identifier_key` as a parameter to limit results to the associated client session. For example, `/devices/list?user_identifier_key=123` only returns devices associated with the client session created with the `user_identifier_key` `123`.\n\nA client session has a token that you can use with the Seam JavaScript SDK to make requests from the client (browser) directly to the Seam API. The token restricts the user's access to only the devices that they own.\n\nSee also [Get Started with React](https://docs.seam.co/ui-components/overview/getting-started-with-seam-components/get-started-with-react-components-and-client-session-tokens).",
|
|
10422
10482
|
properties: {
|
|
10423
10483
|
client_session_id: {
|
|
10424
|
-
description: 'ID of the
|
|
10484
|
+
description: 'ID of the client session.',
|
|
10425
10485
|
format: 'uuid',
|
|
10426
10486
|
type: 'string',
|
|
10427
10487
|
},
|
|
@@ -10476,7 +10536,7 @@ const openapi = {
|
|
|
10476
10536
|
'x-deprecated': 'Use `user_identity_id` instead.',
|
|
10477
10537
|
},
|
|
10478
10538
|
workspace_id: {
|
|
10479
|
-
description: 'ID of the
|
|
10539
|
+
description: 'ID of the workspace associated with the client session.',
|
|
10480
10540
|
format: 'uuid',
|
|
10481
10541
|
type: 'string',
|
|
10482
10542
|
},
|
|
@@ -10552,7 +10612,7 @@ const openapi = {
|
|
|
10552
10612
|
type: 'string',
|
|
10553
10613
|
},
|
|
10554
10614
|
connected_account_id: {
|
|
10555
|
-
description: 'ID of the
|
|
10615
|
+
description: 'ID of the connected account associated with the Connect Webview.',
|
|
10556
10616
|
format: 'uuid',
|
|
10557
10617
|
nullable: true,
|
|
10558
10618
|
type: 'string',
|
|
@@ -10586,6 +10646,7 @@ const openapi = {
|
|
|
10586
10646
|
type: 'string',
|
|
10587
10647
|
},
|
|
10588
10648
|
device_selection_mode: {
|
|
10649
|
+
description: 'Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`.',
|
|
10589
10650
|
enum: ['none', 'single', 'multiple'],
|
|
10590
10651
|
type: 'string',
|
|
10591
10652
|
},
|
|
@@ -10613,7 +10674,7 @@ const openapi = {
|
|
|
10613
10674
|
type: 'boolean',
|
|
10614
10675
|
},
|
|
10615
10676
|
workspace_id: {
|
|
10616
|
-
description: 'ID of the
|
|
10677
|
+
description: 'ID of the workspace that contains the Connect Webview.',
|
|
10617
10678
|
format: 'uuid',
|
|
10618
10679
|
type: 'string',
|
|
10619
10680
|
},
|
|
@@ -11173,7 +11234,7 @@ const openapi = {
|
|
|
11173
11234
|
type: 'string',
|
|
11174
11235
|
},
|
|
11175
11236
|
workspace_id: {
|
|
11176
|
-
description: 'ID of the
|
|
11237
|
+
description: 'ID of the workspace associated with the customer.',
|
|
11177
11238
|
format: 'uuid',
|
|
11178
11239
|
type: 'string',
|
|
11179
11240
|
},
|
|
@@ -11206,7 +11267,7 @@ const openapi = {
|
|
|
11206
11267
|
type: 'string',
|
|
11207
11268
|
},
|
|
11208
11269
|
workspace_id: {
|
|
11209
|
-
description: 'ID of the
|
|
11270
|
+
description: 'ID of the workspace associated with the customer portal.',
|
|
11210
11271
|
format: 'uuid',
|
|
11211
11272
|
type: 'string',
|
|
11212
11273
|
},
|
|
@@ -11264,30 +11325,86 @@ const openapi = {
|
|
|
11264
11325
|
device: {
|
|
11265
11326
|
description: 'Represents a [device](https://docs.seam.co/core-concepts/devices) that has been connected to Seam.',
|
|
11266
11327
|
properties: {
|
|
11267
|
-
can_configure_auto_lock: {
|
|
11268
|
-
|
|
11269
|
-
|
|
11270
|
-
|
|
11271
|
-
|
|
11272
|
-
|
|
11328
|
+
can_configure_auto_lock: {
|
|
11329
|
+
description: 'Indicates whether the lock supports configuring automatic locking.',
|
|
11330
|
+
type: 'boolean',
|
|
11331
|
+
},
|
|
11332
|
+
can_hvac_cool: {
|
|
11333
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
11334
|
+
type: 'boolean',
|
|
11335
|
+
},
|
|
11336
|
+
can_hvac_heat: {
|
|
11337
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
11338
|
+
type: 'boolean',
|
|
11339
|
+
},
|
|
11340
|
+
can_hvac_heat_cool: {
|
|
11341
|
+
description: 'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
11342
|
+
type: 'boolean',
|
|
11343
|
+
},
|
|
11344
|
+
can_program_offline_access_codes: {
|
|
11345
|
+
description: 'Indicates whether the device supports programming offline access codes.',
|
|
11346
|
+
type: 'boolean',
|
|
11347
|
+
},
|
|
11348
|
+
can_program_online_access_codes: {
|
|
11349
|
+
description: 'Indicates whether the device supports programming online access codes.',
|
|
11350
|
+
type: 'boolean',
|
|
11351
|
+
},
|
|
11273
11352
|
can_program_thermostat_programs_as_different_each_day: {
|
|
11353
|
+
description: 'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
11354
|
+
type: 'boolean',
|
|
11355
|
+
},
|
|
11356
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
11357
|
+
description: 'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
11274
11358
|
type: 'boolean',
|
|
11275
11359
|
},
|
|
11276
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
11277
11360
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
11361
|
+
description: 'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
11362
|
+
type: 'boolean',
|
|
11363
|
+
},
|
|
11364
|
+
can_remotely_lock: {
|
|
11365
|
+
description: 'Indicates whether the device supports remote locking.',
|
|
11366
|
+
type: 'boolean',
|
|
11367
|
+
},
|
|
11368
|
+
can_remotely_unlock: {
|
|
11369
|
+
description: 'Indicates whether the device supports remote unlocking.',
|
|
11370
|
+
type: 'boolean',
|
|
11371
|
+
},
|
|
11372
|
+
can_run_thermostat_programs: {
|
|
11373
|
+
description: 'Indicates whether the thermostat supports running climate programs.',
|
|
11374
|
+
type: 'boolean',
|
|
11375
|
+
},
|
|
11376
|
+
can_simulate_connection: {
|
|
11377
|
+
description: 'Indicates whether the device supports simulating connection in a sandbox.',
|
|
11378
|
+
type: 'boolean',
|
|
11379
|
+
},
|
|
11380
|
+
can_simulate_disconnection: {
|
|
11381
|
+
description: 'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
11382
|
+
type: 'boolean',
|
|
11383
|
+
},
|
|
11384
|
+
can_simulate_hub_connection: {
|
|
11385
|
+
description: 'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
11386
|
+
type: 'boolean',
|
|
11387
|
+
},
|
|
11388
|
+
can_simulate_hub_disconnection: {
|
|
11389
|
+
description: 'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
11390
|
+
type: 'boolean',
|
|
11391
|
+
},
|
|
11392
|
+
can_simulate_paid_subscription: {
|
|
11393
|
+
description: 'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
11394
|
+
type: 'boolean',
|
|
11395
|
+
},
|
|
11396
|
+
can_simulate_removal: {
|
|
11397
|
+
description: 'Indicates whether the device supports simulating removal in a sandbox.',
|
|
11398
|
+
type: 'boolean',
|
|
11399
|
+
},
|
|
11400
|
+
can_turn_off_hvac: {
|
|
11401
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
11402
|
+
type: 'boolean',
|
|
11403
|
+
},
|
|
11404
|
+
can_unlock_with_code: {
|
|
11405
|
+
description: 'Indicates whether the lock supports unlocking with an access code.',
|
|
11278
11406
|
type: 'boolean',
|
|
11279
11407
|
},
|
|
11280
|
-
can_remotely_lock: { type: 'boolean' },
|
|
11281
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
11282
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
11283
|
-
can_simulate_connection: { type: 'boolean' },
|
|
11284
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
11285
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
11286
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
11287
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
11288
|
-
can_simulate_removal: { type: 'boolean' },
|
|
11289
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
11290
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
11291
11408
|
capabilities_supported: {
|
|
11292
11409
|
description: '\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 ',
|
|
11293
11410
|
items: {
|
|
@@ -13728,7 +13845,7 @@ const openapi = {
|
|
|
13728
13845
|
type: 'string',
|
|
13729
13846
|
},
|
|
13730
13847
|
workspace_id: {
|
|
13731
|
-
description: 'ID of the
|
|
13848
|
+
description: 'ID of the workspace that contains the thermostat schedule.',
|
|
13732
13849
|
format: 'uuid',
|
|
13733
13850
|
type: 'string',
|
|
13734
13851
|
},
|
|
@@ -13759,6 +13876,7 @@ const openapi = {
|
|
|
13759
13876
|
available_climate_preset_modes: {
|
|
13760
13877
|
description: 'Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied".',
|
|
13761
13878
|
items: {
|
|
13879
|
+
description: 'Climate preset mode for the thermostat, such as `home`, `away`, `wake`, `sleep`, `occupied`, or `unoccupied`.',
|
|
13762
13880
|
enum: [
|
|
13763
13881
|
'home',
|
|
13764
13882
|
'away',
|
|
@@ -13892,6 +14010,7 @@ const openapi = {
|
|
|
13892
14010
|
available_fan_mode_settings: {
|
|
13893
14011
|
description: 'Fan mode settings that the thermostat supports.',
|
|
13894
14012
|
items: {
|
|
14013
|
+
description: 'Fan mode setting for the thermostat, such as `auto`, `on`, or `circulate`.',
|
|
13895
14014
|
enum: ['auto', 'on', 'circulate'],
|
|
13896
14015
|
type: 'string',
|
|
13897
14016
|
},
|
|
@@ -13901,6 +14020,7 @@ const openapi = {
|
|
|
13901
14020
|
available_hvac_mode_settings: {
|
|
13902
14021
|
description: 'HVAC mode settings that the thermostat supports.',
|
|
13903
14022
|
items: {
|
|
14023
|
+
description: 'HVAC mode setting for the thermostat, such as `heat`, `cool`, `heat_cool`, `eco`, or `off`.',
|
|
13904
14024
|
enum: ['off', 'heat', 'cool', 'heat_cool', 'eco'],
|
|
13905
14025
|
type: 'string',
|
|
13906
14026
|
},
|
|
@@ -14328,7 +14448,7 @@ const openapi = {
|
|
|
14328
14448
|
type: 'string',
|
|
14329
14449
|
},
|
|
14330
14450
|
workspace_id: {
|
|
14331
|
-
description: 'ID of the
|
|
14451
|
+
description: 'ID of the workspace that contains the thermostat daily program.',
|
|
14332
14452
|
format: 'uuid',
|
|
14333
14453
|
type: 'string',
|
|
14334
14454
|
},
|
|
@@ -15065,31 +15185,88 @@ const openapi = {
|
|
|
15065
15185
|
},
|
|
15066
15186
|
device_provider: {
|
|
15067
15187
|
properties: {
|
|
15068
|
-
can_configure_auto_lock: {
|
|
15069
|
-
|
|
15070
|
-
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
|
|
15188
|
+
can_configure_auto_lock: {
|
|
15189
|
+
description: 'Indicates whether the lock supports configuring automatic locking.',
|
|
15190
|
+
type: 'boolean',
|
|
15191
|
+
},
|
|
15192
|
+
can_hvac_cool: {
|
|
15193
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
15194
|
+
type: 'boolean',
|
|
15195
|
+
},
|
|
15196
|
+
can_hvac_heat: {
|
|
15197
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
15198
|
+
type: 'boolean',
|
|
15199
|
+
},
|
|
15200
|
+
can_hvac_heat_cool: {
|
|
15201
|
+
description: 'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
15202
|
+
type: 'boolean',
|
|
15203
|
+
},
|
|
15204
|
+
can_program_offline_access_codes: {
|
|
15205
|
+
description: 'Indicates whether the device supports programming offline access codes.',
|
|
15206
|
+
type: 'boolean',
|
|
15207
|
+
},
|
|
15208
|
+
can_program_online_access_codes: {
|
|
15209
|
+
description: 'Indicates whether the device supports programming online access codes.',
|
|
15210
|
+
type: 'boolean',
|
|
15211
|
+
},
|
|
15074
15212
|
can_program_thermostat_programs_as_different_each_day: {
|
|
15213
|
+
description: 'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
15214
|
+
type: 'boolean',
|
|
15215
|
+
},
|
|
15216
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
15217
|
+
description: 'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
15075
15218
|
type: 'boolean',
|
|
15076
15219
|
},
|
|
15077
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
15078
15220
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
15221
|
+
description: 'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
15222
|
+
type: 'boolean',
|
|
15223
|
+
},
|
|
15224
|
+
can_remotely_lock: {
|
|
15225
|
+
description: 'Indicates whether the device supports remote locking.',
|
|
15226
|
+
type: 'boolean',
|
|
15227
|
+
},
|
|
15228
|
+
can_remotely_unlock: {
|
|
15229
|
+
description: 'Indicates whether the device supports remote unlocking.',
|
|
15230
|
+
type: 'boolean',
|
|
15231
|
+
},
|
|
15232
|
+
can_run_thermostat_programs: {
|
|
15233
|
+
description: 'Indicates whether the thermostat supports running climate programs.',
|
|
15234
|
+
type: 'boolean',
|
|
15235
|
+
},
|
|
15236
|
+
can_simulate_connection: {
|
|
15237
|
+
description: 'Indicates whether the device supports simulating connection in a sandbox.',
|
|
15238
|
+
type: 'boolean',
|
|
15239
|
+
},
|
|
15240
|
+
can_simulate_disconnection: {
|
|
15241
|
+
description: 'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
15242
|
+
type: 'boolean',
|
|
15243
|
+
},
|
|
15244
|
+
can_simulate_hub_connection: {
|
|
15245
|
+
description: 'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
15246
|
+
type: 'boolean',
|
|
15247
|
+
},
|
|
15248
|
+
can_simulate_hub_disconnection: {
|
|
15249
|
+
description: 'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
15250
|
+
type: 'boolean',
|
|
15251
|
+
},
|
|
15252
|
+
can_simulate_paid_subscription: {
|
|
15253
|
+
description: 'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
15254
|
+
type: 'boolean',
|
|
15255
|
+
},
|
|
15256
|
+
can_simulate_removal: {
|
|
15257
|
+
description: 'Indicates whether the device supports simulating removal in a sandbox.',
|
|
15258
|
+
type: 'boolean',
|
|
15259
|
+
},
|
|
15260
|
+
can_turn_off_hvac: {
|
|
15261
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
15262
|
+
type: 'boolean',
|
|
15263
|
+
},
|
|
15264
|
+
can_unlock_with_code: {
|
|
15265
|
+
description: 'Indicates whether the lock supports unlocking with an access code.',
|
|
15079
15266
|
type: 'boolean',
|
|
15080
15267
|
},
|
|
15081
|
-
can_remotely_lock: { type: 'boolean' },
|
|
15082
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
15083
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
15084
|
-
can_simulate_connection: { type: 'boolean' },
|
|
15085
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
15086
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
15087
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
15088
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
15089
|
-
can_simulate_removal: { type: 'boolean' },
|
|
15090
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
15091
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
15092
15268
|
device_provider_name: {
|
|
15269
|
+
description: 'Name of the device provider.',
|
|
15093
15270
|
enum: [
|
|
15094
15271
|
'hotek',
|
|
15095
15272
|
'dormakaba_community',
|
|
@@ -15154,9 +15331,16 @@ const openapi = {
|
|
|
15154
15331
|
],
|
|
15155
15332
|
type: 'string',
|
|
15156
15333
|
},
|
|
15157
|
-
display_name: {
|
|
15158
|
-
|
|
15334
|
+
display_name: {
|
|
15335
|
+
description: 'Display name for the device provider.',
|
|
15336
|
+
type: 'string',
|
|
15337
|
+
},
|
|
15338
|
+
image_url: {
|
|
15339
|
+
description: 'Image URL for the device provider.',
|
|
15340
|
+
type: 'string',
|
|
15341
|
+
},
|
|
15159
15342
|
provider_categories: {
|
|
15343
|
+
description: 'List of provider categories to which the device provider belongs, such as `stable`, `consumer_smartlocks`, `thermostats`, and so on.',
|
|
15160
15344
|
items: {
|
|
15161
15345
|
enum: [
|
|
15162
15346
|
'stable',
|
|
@@ -15206,7 +15390,7 @@ const openapi = {
|
|
|
15206
15390
|
type: 'string',
|
|
15207
15391
|
},
|
|
15208
15392
|
workspace_id: {
|
|
15209
|
-
description: 'ID of the
|
|
15393
|
+
description: 'ID of the workspace that contains the enrollment automation.',
|
|
15210
15394
|
format: 'uuid',
|
|
15211
15395
|
type: 'string',
|
|
15212
15396
|
},
|
|
@@ -15223,7 +15407,7 @@ const openapi = {
|
|
|
15223
15407
|
'x-undocumented': 'Will be removed.',
|
|
15224
15408
|
},
|
|
15225
15409
|
event: {
|
|
15226
|
-
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate
|
|
15410
|
+
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate webhook system for sending the event objects directly to an endpoint on your sever. Manage webhooks through [Seam Console](https://console.seam.co). You can also use the webhooks sandbox in Seam Console to see the different payloads for each event and test them against your own endpoints.",
|
|
15227
15411
|
discriminator: { propertyName: 'event_type' },
|
|
15228
15412
|
oneOf: [
|
|
15229
15413
|
{
|
|
@@ -15242,7 +15426,7 @@ const openapi = {
|
|
|
15242
15426
|
type: 'object',
|
|
15243
15427
|
},
|
|
15244
15428
|
connected_account_id: {
|
|
15245
|
-
description: 'ID of the
|
|
15429
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15246
15430
|
format: 'uuid',
|
|
15247
15431
|
type: 'string',
|
|
15248
15432
|
},
|
|
@@ -15275,7 +15459,7 @@ const openapi = {
|
|
|
15275
15459
|
type: 'string',
|
|
15276
15460
|
},
|
|
15277
15461
|
workspace_id: {
|
|
15278
|
-
description: 'ID of the
|
|
15462
|
+
description: 'ID of the workspace associated with the event.',
|
|
15279
15463
|
format: 'uuid',
|
|
15280
15464
|
type: 'string',
|
|
15281
15465
|
},
|
|
@@ -15308,6 +15492,7 @@ const openapi = {
|
|
|
15308
15492
|
changed_properties: {
|
|
15309
15493
|
description: 'List of properties that changed on the access code.',
|
|
15310
15494
|
items: {
|
|
15495
|
+
description: 'Record describing a single changed property.',
|
|
15311
15496
|
properties: {
|
|
15312
15497
|
from: {
|
|
15313
15498
|
description: 'Previous value of the property, or null if not set.',
|
|
@@ -15337,7 +15522,7 @@ const openapi = {
|
|
|
15337
15522
|
type: 'object',
|
|
15338
15523
|
},
|
|
15339
15524
|
connected_account_id: {
|
|
15340
|
-
description: 'ID of the
|
|
15525
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15341
15526
|
format: 'uuid',
|
|
15342
15527
|
type: 'string',
|
|
15343
15528
|
},
|
|
@@ -15370,7 +15555,7 @@ const openapi = {
|
|
|
15370
15555
|
type: 'string',
|
|
15371
15556
|
},
|
|
15372
15557
|
workspace_id: {
|
|
15373
|
-
description: 'ID of the
|
|
15558
|
+
description: 'ID of the workspace associated with the event.',
|
|
15374
15559
|
format: 'uuid',
|
|
15375
15560
|
type: 'string',
|
|
15376
15561
|
},
|
|
@@ -15404,7 +15589,7 @@ const openapi = {
|
|
|
15404
15589
|
type: 'object',
|
|
15405
15590
|
},
|
|
15406
15591
|
connected_account_id: {
|
|
15407
|
-
description: 'ID of the
|
|
15592
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15408
15593
|
format: 'uuid',
|
|
15409
15594
|
type: 'string',
|
|
15410
15595
|
},
|
|
@@ -15468,7 +15653,7 @@ const openapi = {
|
|
|
15468
15653
|
type: 'object',
|
|
15469
15654
|
},
|
|
15470
15655
|
workspace_id: {
|
|
15471
|
-
description: 'ID of the
|
|
15656
|
+
description: 'ID of the workspace associated with the event.',
|
|
15472
15657
|
format: 'uuid',
|
|
15473
15658
|
type: 'string',
|
|
15474
15659
|
},
|
|
@@ -15505,7 +15690,7 @@ const openapi = {
|
|
|
15505
15690
|
type: 'object',
|
|
15506
15691
|
},
|
|
15507
15692
|
connected_account_id: {
|
|
15508
|
-
description: 'ID of the
|
|
15693
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15509
15694
|
format: 'uuid',
|
|
15510
15695
|
type: 'string',
|
|
15511
15696
|
},
|
|
@@ -15569,7 +15754,7 @@ const openapi = {
|
|
|
15569
15754
|
type: 'object',
|
|
15570
15755
|
},
|
|
15571
15756
|
workspace_id: {
|
|
15572
|
-
description: 'ID of the
|
|
15757
|
+
description: 'ID of the workspace associated with the event.',
|
|
15573
15758
|
format: 'uuid',
|
|
15574
15759
|
type: 'string',
|
|
15575
15760
|
},
|
|
@@ -15606,7 +15791,7 @@ const openapi = {
|
|
|
15606
15791
|
type: 'object',
|
|
15607
15792
|
},
|
|
15608
15793
|
connected_account_id: {
|
|
15609
|
-
description: 'ID of the
|
|
15794
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15610
15795
|
format: 'uuid',
|
|
15611
15796
|
type: 'string',
|
|
15612
15797
|
},
|
|
@@ -15680,7 +15865,7 @@ const openapi = {
|
|
|
15680
15865
|
type: 'object',
|
|
15681
15866
|
},
|
|
15682
15867
|
workspace_id: {
|
|
15683
|
-
description: 'ID of the
|
|
15868
|
+
description: 'ID of the workspace associated with the event.',
|
|
15684
15869
|
format: 'uuid',
|
|
15685
15870
|
type: 'string',
|
|
15686
15871
|
},
|
|
@@ -15721,7 +15906,7 @@ const openapi = {
|
|
|
15721
15906
|
type: 'object',
|
|
15722
15907
|
},
|
|
15723
15908
|
connected_account_id: {
|
|
15724
|
-
description: 'ID of the
|
|
15909
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15725
15910
|
format: 'uuid',
|
|
15726
15911
|
type: 'string',
|
|
15727
15912
|
},
|
|
@@ -15757,7 +15942,7 @@ const openapi = {
|
|
|
15757
15942
|
type: 'string',
|
|
15758
15943
|
},
|
|
15759
15944
|
workspace_id: {
|
|
15760
|
-
description: 'ID of the
|
|
15945
|
+
description: 'ID of the workspace associated with the event.',
|
|
15761
15946
|
format: 'uuid',
|
|
15762
15947
|
type: 'string',
|
|
15763
15948
|
},
|
|
@@ -15796,7 +15981,7 @@ const openapi = {
|
|
|
15796
15981
|
type: 'object',
|
|
15797
15982
|
},
|
|
15798
15983
|
connected_account_id: {
|
|
15799
|
-
description: 'ID of the
|
|
15984
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15800
15985
|
format: 'uuid',
|
|
15801
15986
|
type: 'string',
|
|
15802
15987
|
},
|
|
@@ -15832,7 +16017,7 @@ const openapi = {
|
|
|
15832
16017
|
type: 'string',
|
|
15833
16018
|
},
|
|
15834
16019
|
workspace_id: {
|
|
15835
|
-
description: 'ID of the
|
|
16020
|
+
description: 'ID of the workspace associated with the event.',
|
|
15836
16021
|
format: 'uuid',
|
|
15837
16022
|
type: 'string',
|
|
15838
16023
|
},
|
|
@@ -15867,7 +16052,7 @@ const openapi = {
|
|
|
15867
16052
|
type: 'object',
|
|
15868
16053
|
},
|
|
15869
16054
|
connected_account_id: {
|
|
15870
|
-
description: 'ID of the
|
|
16055
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
15871
16056
|
format: 'uuid',
|
|
15872
16057
|
type: 'string',
|
|
15873
16058
|
},
|
|
@@ -15903,7 +16088,7 @@ const openapi = {
|
|
|
15903
16088
|
type: 'string',
|
|
15904
16089
|
},
|
|
15905
16090
|
workspace_id: {
|
|
15906
|
-
description: 'ID of the
|
|
16091
|
+
description: 'ID of the workspace associated with the event.',
|
|
15907
16092
|
format: 'uuid',
|
|
15908
16093
|
type: 'string',
|
|
15909
16094
|
},
|
|
@@ -15927,6 +16112,7 @@ const openapi = {
|
|
|
15927
16112
|
access_code_errors: {
|
|
15928
16113
|
description: 'Errors associated with the access code.',
|
|
15929
16114
|
items: {
|
|
16115
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
15930
16116
|
properties: {
|
|
15931
16117
|
created_at: {
|
|
15932
16118
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -15955,6 +16141,7 @@ const openapi = {
|
|
|
15955
16141
|
access_code_warnings: {
|
|
15956
16142
|
description: 'Warnings associated with the access code.',
|
|
15957
16143
|
items: {
|
|
16144
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
15958
16145
|
properties: {
|
|
15959
16146
|
created_at: {
|
|
15960
16147
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -15985,6 +16172,7 @@ const openapi = {
|
|
|
15985
16172
|
connected_account_errors: {
|
|
15986
16173
|
description: 'Errors associated with the connected account.',
|
|
15987
16174
|
items: {
|
|
16175
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
15988
16176
|
properties: {
|
|
15989
16177
|
created_at: {
|
|
15990
16178
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16006,13 +16194,14 @@ const openapi = {
|
|
|
16006
16194
|
type: 'array',
|
|
16007
16195
|
},
|
|
16008
16196
|
connected_account_id: {
|
|
16009
|
-
description: 'ID of the
|
|
16197
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16010
16198
|
format: 'uuid',
|
|
16011
16199
|
type: 'string',
|
|
16012
16200
|
},
|
|
16013
16201
|
connected_account_warnings: {
|
|
16014
16202
|
description: 'Warnings associated with the connected account.',
|
|
16015
16203
|
items: {
|
|
16204
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16016
16205
|
properties: {
|
|
16017
16206
|
created_at: {
|
|
16018
16207
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16048,6 +16237,7 @@ const openapi = {
|
|
|
16048
16237
|
device_errors: {
|
|
16049
16238
|
description: 'Errors associated with the device.',
|
|
16050
16239
|
items: {
|
|
16240
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16051
16241
|
properties: {
|
|
16052
16242
|
created_at: {
|
|
16053
16243
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16076,6 +16266,7 @@ const openapi = {
|
|
|
16076
16266
|
device_warnings: {
|
|
16077
16267
|
description: 'Warnings associated with the device.',
|
|
16078
16268
|
items: {
|
|
16269
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16079
16270
|
properties: {
|
|
16080
16271
|
created_at: {
|
|
16081
16272
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16111,7 +16302,7 @@ const openapi = {
|
|
|
16111
16302
|
type: 'string',
|
|
16112
16303
|
},
|
|
16113
16304
|
workspace_id: {
|
|
16114
|
-
description: 'ID of the
|
|
16305
|
+
description: 'ID of the workspace associated with the event.',
|
|
16115
16306
|
format: 'uuid',
|
|
16116
16307
|
type: 'string',
|
|
16117
16308
|
},
|
|
@@ -16141,6 +16332,7 @@ const openapi = {
|
|
|
16141
16332
|
access_code_errors: {
|
|
16142
16333
|
description: 'Errors associated with the access code.',
|
|
16143
16334
|
items: {
|
|
16335
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16144
16336
|
properties: {
|
|
16145
16337
|
created_at: {
|
|
16146
16338
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16169,6 +16361,7 @@ const openapi = {
|
|
|
16169
16361
|
access_code_warnings: {
|
|
16170
16362
|
description: 'Warnings associated with the access code.',
|
|
16171
16363
|
items: {
|
|
16364
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16172
16365
|
properties: {
|
|
16173
16366
|
created_at: {
|
|
16174
16367
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16199,6 +16392,7 @@ const openapi = {
|
|
|
16199
16392
|
connected_account_errors: {
|
|
16200
16393
|
description: 'Errors associated with the connected account.',
|
|
16201
16394
|
items: {
|
|
16395
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16202
16396
|
properties: {
|
|
16203
16397
|
created_at: {
|
|
16204
16398
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16220,13 +16414,14 @@ const openapi = {
|
|
|
16220
16414
|
type: 'array',
|
|
16221
16415
|
},
|
|
16222
16416
|
connected_account_id: {
|
|
16223
|
-
description: 'ID of the
|
|
16417
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16224
16418
|
format: 'uuid',
|
|
16225
16419
|
type: 'string',
|
|
16226
16420
|
},
|
|
16227
16421
|
connected_account_warnings: {
|
|
16228
16422
|
description: 'Warnings associated with the connected account.',
|
|
16229
16423
|
items: {
|
|
16424
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16230
16425
|
properties: {
|
|
16231
16426
|
created_at: {
|
|
16232
16427
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16262,6 +16457,7 @@ const openapi = {
|
|
|
16262
16457
|
device_errors: {
|
|
16263
16458
|
description: 'Errors associated with the device.',
|
|
16264
16459
|
items: {
|
|
16460
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16265
16461
|
properties: {
|
|
16266
16462
|
created_at: {
|
|
16267
16463
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16290,6 +16486,7 @@ const openapi = {
|
|
|
16290
16486
|
device_warnings: {
|
|
16291
16487
|
description: 'Warnings associated with the device.',
|
|
16292
16488
|
items: {
|
|
16489
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16293
16490
|
properties: {
|
|
16294
16491
|
created_at: {
|
|
16295
16492
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16325,7 +16522,7 @@ const openapi = {
|
|
|
16325
16522
|
type: 'string',
|
|
16326
16523
|
},
|
|
16327
16524
|
workspace_id: {
|
|
16328
|
-
description: 'ID of the
|
|
16525
|
+
description: 'ID of the workspace associated with the event.',
|
|
16329
16526
|
format: 'uuid',
|
|
16330
16527
|
type: 'string',
|
|
16331
16528
|
},
|
|
@@ -16370,7 +16567,7 @@ const openapi = {
|
|
|
16370
16567
|
type: 'object',
|
|
16371
16568
|
},
|
|
16372
16569
|
connected_account_id: {
|
|
16373
|
-
description: 'ID of the
|
|
16570
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16374
16571
|
format: 'uuid',
|
|
16375
16572
|
type: 'string',
|
|
16376
16573
|
},
|
|
@@ -16403,7 +16600,7 @@ const openapi = {
|
|
|
16403
16600
|
type: 'string',
|
|
16404
16601
|
},
|
|
16405
16602
|
workspace_id: {
|
|
16406
|
-
description: 'ID of the
|
|
16603
|
+
description: 'ID of the workspace associated with the event.',
|
|
16407
16604
|
format: 'uuid',
|
|
16408
16605
|
type: 'string',
|
|
16409
16606
|
},
|
|
@@ -16428,6 +16625,7 @@ const openapi = {
|
|
|
16428
16625
|
access_code_errors: {
|
|
16429
16626
|
description: 'Errors associated with the access code.',
|
|
16430
16627
|
items: {
|
|
16628
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16431
16629
|
properties: {
|
|
16432
16630
|
created_at: {
|
|
16433
16631
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16456,6 +16654,7 @@ const openapi = {
|
|
|
16456
16654
|
access_code_warnings: {
|
|
16457
16655
|
description: 'Warnings associated with the access code.',
|
|
16458
16656
|
items: {
|
|
16657
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16459
16658
|
properties: {
|
|
16460
16659
|
created_at: {
|
|
16461
16660
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16486,6 +16685,7 @@ const openapi = {
|
|
|
16486
16685
|
connected_account_errors: {
|
|
16487
16686
|
description: 'Errors associated with the connected account.',
|
|
16488
16687
|
items: {
|
|
16688
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16489
16689
|
properties: {
|
|
16490
16690
|
created_at: {
|
|
16491
16691
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16507,13 +16707,14 @@ const openapi = {
|
|
|
16507
16707
|
type: 'array',
|
|
16508
16708
|
},
|
|
16509
16709
|
connected_account_id: {
|
|
16510
|
-
description: 'ID of the
|
|
16710
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16511
16711
|
format: 'uuid',
|
|
16512
16712
|
type: 'string',
|
|
16513
16713
|
},
|
|
16514
16714
|
connected_account_warnings: {
|
|
16515
16715
|
description: 'Warnings associated with the connected account.',
|
|
16516
16716
|
items: {
|
|
16717
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16517
16718
|
properties: {
|
|
16518
16719
|
created_at: {
|
|
16519
16720
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16549,6 +16750,7 @@ const openapi = {
|
|
|
16549
16750
|
device_errors: {
|
|
16550
16751
|
description: 'Errors associated with the device.',
|
|
16551
16752
|
items: {
|
|
16753
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16552
16754
|
properties: {
|
|
16553
16755
|
created_at: {
|
|
16554
16756
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16577,6 +16779,7 @@ const openapi = {
|
|
|
16577
16779
|
device_warnings: {
|
|
16578
16780
|
description: 'Warnings associated with the device.',
|
|
16579
16781
|
items: {
|
|
16782
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16580
16783
|
properties: {
|
|
16581
16784
|
created_at: {
|
|
16582
16785
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16612,7 +16815,7 @@ const openapi = {
|
|
|
16612
16815
|
type: 'string',
|
|
16613
16816
|
},
|
|
16614
16817
|
workspace_id: {
|
|
16615
|
-
description: 'ID of the
|
|
16818
|
+
description: 'ID of the workspace associated with the event.',
|
|
16616
16819
|
format: 'uuid',
|
|
16617
16820
|
type: 'string',
|
|
16618
16821
|
},
|
|
@@ -16642,6 +16845,7 @@ const openapi = {
|
|
|
16642
16845
|
access_code_errors: {
|
|
16643
16846
|
description: 'Errors associated with the access code.',
|
|
16644
16847
|
items: {
|
|
16848
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16645
16849
|
properties: {
|
|
16646
16850
|
created_at: {
|
|
16647
16851
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16670,6 +16874,7 @@ const openapi = {
|
|
|
16670
16874
|
access_code_warnings: {
|
|
16671
16875
|
description: 'Warnings associated with the access code.',
|
|
16672
16876
|
items: {
|
|
16877
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16673
16878
|
properties: {
|
|
16674
16879
|
created_at: {
|
|
16675
16880
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16700,6 +16905,7 @@ const openapi = {
|
|
|
16700
16905
|
connected_account_errors: {
|
|
16701
16906
|
description: 'Errors associated with the connected account.',
|
|
16702
16907
|
items: {
|
|
16908
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16703
16909
|
properties: {
|
|
16704
16910
|
created_at: {
|
|
16705
16911
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16721,13 +16927,14 @@ const openapi = {
|
|
|
16721
16927
|
type: 'array',
|
|
16722
16928
|
},
|
|
16723
16929
|
connected_account_id: {
|
|
16724
|
-
description: 'ID of the
|
|
16930
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16725
16931
|
format: 'uuid',
|
|
16726
16932
|
type: 'string',
|
|
16727
16933
|
},
|
|
16728
16934
|
connected_account_warnings: {
|
|
16729
16935
|
description: 'Warnings associated with the connected account.',
|
|
16730
16936
|
items: {
|
|
16937
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16731
16938
|
properties: {
|
|
16732
16939
|
created_at: {
|
|
16733
16940
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16763,6 +16970,7 @@ const openapi = {
|
|
|
16763
16970
|
device_errors: {
|
|
16764
16971
|
description: 'Errors associated with the device.',
|
|
16765
16972
|
items: {
|
|
16973
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
16766
16974
|
properties: {
|
|
16767
16975
|
created_at: {
|
|
16768
16976
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -16791,6 +16999,7 @@ const openapi = {
|
|
|
16791
16999
|
device_warnings: {
|
|
16792
17000
|
description: 'Warnings associated with the device.',
|
|
16793
17001
|
items: {
|
|
17002
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
16794
17003
|
properties: {
|
|
16795
17004
|
created_at: {
|
|
16796
17005
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -16826,7 +17035,7 @@ const openapi = {
|
|
|
16826
17035
|
type: 'string',
|
|
16827
17036
|
},
|
|
16828
17037
|
workspace_id: {
|
|
16829
|
-
description: 'ID of the
|
|
17038
|
+
description: 'ID of the workspace associated with the event.',
|
|
16830
17039
|
format: 'uuid',
|
|
16831
17040
|
type: 'string',
|
|
16832
17041
|
},
|
|
@@ -16866,7 +17075,7 @@ const openapi = {
|
|
|
16866
17075
|
type: 'object',
|
|
16867
17076
|
},
|
|
16868
17077
|
connected_account_id: {
|
|
16869
|
-
description: 'ID of the
|
|
17078
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16870
17079
|
format: 'uuid',
|
|
16871
17080
|
type: 'string',
|
|
16872
17081
|
},
|
|
@@ -16902,7 +17111,7 @@ const openapi = {
|
|
|
16902
17111
|
type: 'string',
|
|
16903
17112
|
},
|
|
16904
17113
|
workspace_id: {
|
|
16905
|
-
description: 'ID of the
|
|
17114
|
+
description: 'ID of the workspace associated with the event.',
|
|
16906
17115
|
format: 'uuid',
|
|
16907
17116
|
type: 'string',
|
|
16908
17117
|
},
|
|
@@ -16936,7 +17145,7 @@ const openapi = {
|
|
|
16936
17145
|
type: 'object',
|
|
16937
17146
|
},
|
|
16938
17147
|
connected_account_id: {
|
|
16939
|
-
description: 'ID of the
|
|
17148
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
16940
17149
|
format: 'uuid',
|
|
16941
17150
|
type: 'string',
|
|
16942
17151
|
},
|
|
@@ -16972,7 +17181,7 @@ const openapi = {
|
|
|
16972
17181
|
type: 'string',
|
|
16973
17182
|
},
|
|
16974
17183
|
workspace_id: {
|
|
16975
|
-
description: 'ID of the
|
|
17184
|
+
description: 'ID of the workspace associated with the event.',
|
|
16976
17185
|
format: 'uuid',
|
|
16977
17186
|
type: 'string',
|
|
16978
17187
|
},
|
|
@@ -16998,7 +17207,10 @@ const openapi = {
|
|
|
16998
17207
|
format: 'uuid',
|
|
16999
17208
|
type: 'string',
|
|
17000
17209
|
},
|
|
17001
|
-
backup_access_code_id: {
|
|
17210
|
+
backup_access_code_id: {
|
|
17211
|
+
description: 'ID of the backup access code that was pulled from the pool.',
|
|
17212
|
+
type: 'string',
|
|
17213
|
+
},
|
|
17002
17214
|
connected_account_custom_metadata: {
|
|
17003
17215
|
additionalProperties: {
|
|
17004
17216
|
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
@@ -17007,7 +17219,7 @@ const openapi = {
|
|
|
17007
17219
|
type: 'object',
|
|
17008
17220
|
},
|
|
17009
17221
|
connected_account_id: {
|
|
17010
|
-
description: 'ID of the
|
|
17222
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17011
17223
|
format: 'uuid',
|
|
17012
17224
|
type: 'string',
|
|
17013
17225
|
},
|
|
@@ -17043,7 +17255,7 @@ const openapi = {
|
|
|
17043
17255
|
type: 'string',
|
|
17044
17256
|
},
|
|
17045
17257
|
workspace_id: {
|
|
17046
|
-
description: 'ID of the
|
|
17258
|
+
description: 'ID of the workspace associated with the event.',
|
|
17047
17259
|
format: 'uuid',
|
|
17048
17260
|
type: 'string',
|
|
17049
17261
|
},
|
|
@@ -17078,7 +17290,7 @@ const openapi = {
|
|
|
17078
17290
|
type: 'object',
|
|
17079
17291
|
},
|
|
17080
17292
|
connected_account_id: {
|
|
17081
|
-
description: 'ID of the
|
|
17293
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17082
17294
|
format: 'uuid',
|
|
17083
17295
|
type: 'string',
|
|
17084
17296
|
},
|
|
@@ -17114,7 +17326,7 @@ const openapi = {
|
|
|
17114
17326
|
type: 'string',
|
|
17115
17327
|
},
|
|
17116
17328
|
workspace_id: {
|
|
17117
|
-
description: 'ID of the
|
|
17329
|
+
description: 'ID of the workspace associated with the event.',
|
|
17118
17330
|
format: 'uuid',
|
|
17119
17331
|
type: 'string',
|
|
17120
17332
|
},
|
|
@@ -17138,6 +17350,7 @@ const openapi = {
|
|
|
17138
17350
|
access_code_errors: {
|
|
17139
17351
|
description: 'Errors associated with the access code.',
|
|
17140
17352
|
items: {
|
|
17353
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
17141
17354
|
properties: {
|
|
17142
17355
|
created_at: {
|
|
17143
17356
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -17166,6 +17379,7 @@ const openapi = {
|
|
|
17166
17379
|
access_code_warnings: {
|
|
17167
17380
|
description: 'Warnings associated with the access code.',
|
|
17168
17381
|
items: {
|
|
17382
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
17169
17383
|
properties: {
|
|
17170
17384
|
created_at: {
|
|
17171
17385
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -17196,6 +17410,7 @@ const openapi = {
|
|
|
17196
17410
|
connected_account_errors: {
|
|
17197
17411
|
description: 'Errors associated with the connected account.',
|
|
17198
17412
|
items: {
|
|
17413
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
17199
17414
|
properties: {
|
|
17200
17415
|
created_at: {
|
|
17201
17416
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -17217,13 +17432,14 @@ const openapi = {
|
|
|
17217
17432
|
type: 'array',
|
|
17218
17433
|
},
|
|
17219
17434
|
connected_account_id: {
|
|
17220
|
-
description: 'ID of the
|
|
17435
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17221
17436
|
format: 'uuid',
|
|
17222
17437
|
type: 'string',
|
|
17223
17438
|
},
|
|
17224
17439
|
connected_account_warnings: {
|
|
17225
17440
|
description: 'Warnings associated with the connected account.',
|
|
17226
17441
|
items: {
|
|
17442
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
17227
17443
|
properties: {
|
|
17228
17444
|
created_at: {
|
|
17229
17445
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -17259,6 +17475,7 @@ const openapi = {
|
|
|
17259
17475
|
device_errors: {
|
|
17260
17476
|
description: 'Errors associated with the device.',
|
|
17261
17477
|
items: {
|
|
17478
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
17262
17479
|
properties: {
|
|
17263
17480
|
created_at: {
|
|
17264
17481
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -17287,6 +17504,7 @@ const openapi = {
|
|
|
17287
17504
|
device_warnings: {
|
|
17288
17505
|
description: 'Warnings associated with the device.',
|
|
17289
17506
|
items: {
|
|
17507
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
17290
17508
|
properties: {
|
|
17291
17509
|
created_at: {
|
|
17292
17510
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -17322,7 +17540,7 @@ const openapi = {
|
|
|
17322
17540
|
type: 'string',
|
|
17323
17541
|
},
|
|
17324
17542
|
workspace_id: {
|
|
17325
|
-
description: 'ID of the
|
|
17543
|
+
description: 'ID of the workspace associated with the event.',
|
|
17326
17544
|
format: 'uuid',
|
|
17327
17545
|
type: 'string',
|
|
17328
17546
|
},
|
|
@@ -17362,7 +17580,7 @@ const openapi = {
|
|
|
17362
17580
|
type: 'object',
|
|
17363
17581
|
},
|
|
17364
17582
|
connected_account_id: {
|
|
17365
|
-
description: 'ID of the
|
|
17583
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17366
17584
|
format: 'uuid',
|
|
17367
17585
|
type: 'string',
|
|
17368
17586
|
},
|
|
@@ -17398,7 +17616,7 @@ const openapi = {
|
|
|
17398
17616
|
type: 'string',
|
|
17399
17617
|
},
|
|
17400
17618
|
workspace_id: {
|
|
17401
|
-
description: 'ID of the
|
|
17619
|
+
description: 'ID of the workspace associated with the event.',
|
|
17402
17620
|
format: 'uuid',
|
|
17403
17621
|
type: 'string',
|
|
17404
17622
|
},
|
|
@@ -17432,7 +17650,7 @@ const openapi = {
|
|
|
17432
17650
|
type: 'object',
|
|
17433
17651
|
},
|
|
17434
17652
|
connected_account_id: {
|
|
17435
|
-
description: 'ID of the
|
|
17653
|
+
description: 'ID of the connected account associated with the affected access code.',
|
|
17436
17654
|
format: 'uuid',
|
|
17437
17655
|
type: 'string',
|
|
17438
17656
|
},
|
|
@@ -17468,7 +17686,7 @@ const openapi = {
|
|
|
17468
17686
|
type: 'string',
|
|
17469
17687
|
},
|
|
17470
17688
|
workspace_id: {
|
|
17471
|
-
description: 'ID of the
|
|
17689
|
+
description: 'ID of the workspace associated with the event.',
|
|
17472
17690
|
format: 'uuid',
|
|
17473
17691
|
type: 'string',
|
|
17474
17692
|
},
|
|
@@ -17511,7 +17729,7 @@ const openapi = {
|
|
|
17511
17729
|
type: 'string',
|
|
17512
17730
|
},
|
|
17513
17731
|
workspace_id: {
|
|
17514
|
-
description: 'ID of the
|
|
17732
|
+
description: 'ID of the workspace associated with the event.',
|
|
17515
17733
|
format: 'uuid',
|
|
17516
17734
|
type: 'string',
|
|
17517
17735
|
},
|
|
@@ -17552,7 +17770,7 @@ const openapi = {
|
|
|
17552
17770
|
type: 'string',
|
|
17553
17771
|
},
|
|
17554
17772
|
workspace_id: {
|
|
17555
|
-
description: 'ID of the
|
|
17773
|
+
description: 'ID of the workspace associated with the event.',
|
|
17556
17774
|
format: 'uuid',
|
|
17557
17775
|
type: 'string',
|
|
17558
17776
|
},
|
|
@@ -17596,7 +17814,7 @@ const openapi = {
|
|
|
17596
17814
|
type: 'string',
|
|
17597
17815
|
},
|
|
17598
17816
|
workspace_id: {
|
|
17599
|
-
description: 'ID of the
|
|
17817
|
+
description: 'ID of the workspace associated with the event.',
|
|
17600
17818
|
format: 'uuid',
|
|
17601
17819
|
type: 'string',
|
|
17602
17820
|
},
|
|
@@ -17645,7 +17863,7 @@ const openapi = {
|
|
|
17645
17863
|
type: 'string',
|
|
17646
17864
|
},
|
|
17647
17865
|
workspace_id: {
|
|
17648
|
-
description: 'ID of the
|
|
17866
|
+
description: 'ID of the workspace associated with the event.',
|
|
17649
17867
|
format: 'uuid',
|
|
17650
17868
|
type: 'string',
|
|
17651
17869
|
},
|
|
@@ -17695,7 +17913,7 @@ const openapi = {
|
|
|
17695
17913
|
type: 'string',
|
|
17696
17914
|
},
|
|
17697
17915
|
workspace_id: {
|
|
17698
|
-
description: 'ID of the
|
|
17916
|
+
description: 'ID of the workspace associated with the event.',
|
|
17699
17917
|
format: 'uuid',
|
|
17700
17918
|
type: 'string',
|
|
17701
17919
|
},
|
|
@@ -17752,7 +17970,7 @@ const openapi = {
|
|
|
17752
17970
|
type: 'string',
|
|
17753
17971
|
},
|
|
17754
17972
|
workspace_id: {
|
|
17755
|
-
description: 'ID of the
|
|
17973
|
+
description: 'ID of the workspace associated with the event.',
|
|
17756
17974
|
format: 'uuid',
|
|
17757
17975
|
type: 'string',
|
|
17758
17976
|
},
|
|
@@ -17807,7 +18025,7 @@ const openapi = {
|
|
|
17807
18025
|
type: 'string',
|
|
17808
18026
|
},
|
|
17809
18027
|
workspace_id: {
|
|
17810
|
-
description: 'ID of the
|
|
18028
|
+
description: 'ID of the workspace associated with the event.',
|
|
17811
18029
|
format: 'uuid',
|
|
17812
18030
|
type: 'string',
|
|
17813
18031
|
},
|
|
@@ -17867,7 +18085,7 @@ const openapi = {
|
|
|
17867
18085
|
type: 'string',
|
|
17868
18086
|
},
|
|
17869
18087
|
workspace_id: {
|
|
17870
|
-
description: 'ID of the
|
|
18088
|
+
description: 'ID of the workspace associated with the event.',
|
|
17871
18089
|
format: 'uuid',
|
|
17872
18090
|
type: 'string',
|
|
17873
18091
|
},
|
|
@@ -17919,7 +18137,7 @@ const openapi = {
|
|
|
17919
18137
|
type: 'string',
|
|
17920
18138
|
},
|
|
17921
18139
|
workspace_id: {
|
|
17922
|
-
description: 'ID of the
|
|
18140
|
+
description: 'ID of the workspace associated with the event.',
|
|
17923
18141
|
format: 'uuid',
|
|
17924
18142
|
type: 'string',
|
|
17925
18143
|
},
|
|
@@ -17974,7 +18192,7 @@ const openapi = {
|
|
|
17974
18192
|
type: 'string',
|
|
17975
18193
|
},
|
|
17976
18194
|
workspace_id: {
|
|
17977
|
-
description: 'ID of the
|
|
18195
|
+
description: 'ID of the workspace associated with the event.',
|
|
17978
18196
|
format: 'uuid',
|
|
17979
18197
|
type: 'string',
|
|
17980
18198
|
},
|
|
@@ -18026,7 +18244,7 @@ const openapi = {
|
|
|
18026
18244
|
type: 'string',
|
|
18027
18245
|
},
|
|
18028
18246
|
workspace_id: {
|
|
18029
|
-
description: 'ID of the
|
|
18247
|
+
description: 'ID of the workspace associated with the event.',
|
|
18030
18248
|
format: 'uuid',
|
|
18031
18249
|
type: 'string',
|
|
18032
18250
|
},
|
|
@@ -18086,7 +18304,7 @@ const openapi = {
|
|
|
18086
18304
|
type: 'string',
|
|
18087
18305
|
},
|
|
18088
18306
|
workspace_id: {
|
|
18089
|
-
description: 'ID of the
|
|
18307
|
+
description: 'ID of the workspace associated with the event.',
|
|
18090
18308
|
format: 'uuid',
|
|
18091
18309
|
type: 'string',
|
|
18092
18310
|
},
|
|
@@ -18138,7 +18356,7 @@ const openapi = {
|
|
|
18138
18356
|
type: 'string',
|
|
18139
18357
|
},
|
|
18140
18358
|
workspace_id: {
|
|
18141
|
-
description: 'ID of the
|
|
18359
|
+
description: 'ID of the workspace associated with the event.',
|
|
18142
18360
|
format: 'uuid',
|
|
18143
18361
|
type: 'string',
|
|
18144
18362
|
},
|
|
@@ -18185,7 +18403,7 @@ const openapi = {
|
|
|
18185
18403
|
type: 'string',
|
|
18186
18404
|
},
|
|
18187
18405
|
workspace_id: {
|
|
18188
|
-
description: 'ID of the
|
|
18406
|
+
description: 'ID of the workspace associated with the event.',
|
|
18189
18407
|
format: 'uuid',
|
|
18190
18408
|
type: 'string',
|
|
18191
18409
|
},
|
|
@@ -18231,7 +18449,7 @@ const openapi = {
|
|
|
18231
18449
|
type: 'string',
|
|
18232
18450
|
},
|
|
18233
18451
|
workspace_id: {
|
|
18234
|
-
description: 'ID of the
|
|
18452
|
+
description: 'ID of the workspace associated with the event.',
|
|
18235
18453
|
format: 'uuid',
|
|
18236
18454
|
type: 'string',
|
|
18237
18455
|
},
|
|
@@ -18253,6 +18471,7 @@ const openapi = {
|
|
|
18253
18471
|
acs_system_errors: {
|
|
18254
18472
|
description: 'Errors associated with the access control system.',
|
|
18255
18473
|
items: {
|
|
18474
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18256
18475
|
properties: {
|
|
18257
18476
|
created_at: {
|
|
18258
18477
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -18281,6 +18500,7 @@ const openapi = {
|
|
|
18281
18500
|
acs_system_warnings: {
|
|
18282
18501
|
description: 'Warnings associated with the access control system.',
|
|
18283
18502
|
items: {
|
|
18503
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18284
18504
|
properties: {
|
|
18285
18505
|
created_at: {
|
|
18286
18506
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -18304,6 +18524,7 @@ const openapi = {
|
|
|
18304
18524
|
connected_account_errors: {
|
|
18305
18525
|
description: 'Errors associated with the connected account.',
|
|
18306
18526
|
items: {
|
|
18527
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
18307
18528
|
properties: {
|
|
18308
18529
|
created_at: {
|
|
18309
18530
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -18332,6 +18553,7 @@ const openapi = {
|
|
|
18332
18553
|
connected_account_warnings: {
|
|
18333
18554
|
description: 'Warnings associated with the connected account.',
|
|
18334
18555
|
items: {
|
|
18556
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
18335
18557
|
properties: {
|
|
18336
18558
|
created_at: {
|
|
18337
18559
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -18369,7 +18591,7 @@ const openapi = {
|
|
|
18369
18591
|
type: 'string',
|
|
18370
18592
|
},
|
|
18371
18593
|
workspace_id: {
|
|
18372
|
-
description: 'ID of the
|
|
18594
|
+
description: 'ID of the workspace associated with the event.',
|
|
18373
18595
|
format: 'uuid',
|
|
18374
18596
|
type: 'string',
|
|
18375
18597
|
},
|
|
@@ -18424,7 +18646,7 @@ const openapi = {
|
|
|
18424
18646
|
type: 'string',
|
|
18425
18647
|
},
|
|
18426
18648
|
workspace_id: {
|
|
18427
|
-
description: 'ID of the
|
|
18649
|
+
description: 'ID of the workspace associated with the event.',
|
|
18428
18650
|
format: 'uuid',
|
|
18429
18651
|
type: 'string',
|
|
18430
18652
|
},
|
|
@@ -18476,7 +18698,7 @@ const openapi = {
|
|
|
18476
18698
|
type: 'string',
|
|
18477
18699
|
},
|
|
18478
18700
|
workspace_id: {
|
|
18479
|
-
description: 'ID of the
|
|
18701
|
+
description: 'ID of the workspace associated with the event.',
|
|
18480
18702
|
format: 'uuid',
|
|
18481
18703
|
type: 'string',
|
|
18482
18704
|
},
|
|
@@ -18528,7 +18750,7 @@ const openapi = {
|
|
|
18528
18750
|
type: 'string',
|
|
18529
18751
|
},
|
|
18530
18752
|
workspace_id: {
|
|
18531
|
-
description: 'ID of the
|
|
18753
|
+
description: 'ID of the workspace associated with the event.',
|
|
18532
18754
|
format: 'uuid',
|
|
18533
18755
|
type: 'string',
|
|
18534
18756
|
},
|
|
@@ -18583,7 +18805,7 @@ const openapi = {
|
|
|
18583
18805
|
type: 'string',
|
|
18584
18806
|
},
|
|
18585
18807
|
workspace_id: {
|
|
18586
|
-
description: 'ID of the
|
|
18808
|
+
description: 'ID of the workspace associated with the event.',
|
|
18587
18809
|
format: 'uuid',
|
|
18588
18810
|
type: 'string',
|
|
18589
18811
|
},
|
|
@@ -18608,7 +18830,11 @@ const openapi = {
|
|
|
18608
18830
|
format: 'uuid',
|
|
18609
18831
|
type: 'string',
|
|
18610
18832
|
},
|
|
18611
|
-
acs_user_id: {
|
|
18833
|
+
acs_user_id: {
|
|
18834
|
+
description: 'ID of the affected access system user.',
|
|
18835
|
+
format: 'uuid',
|
|
18836
|
+
type: 'string',
|
|
18837
|
+
},
|
|
18612
18838
|
connected_account_id: {
|
|
18613
18839
|
description: 'ID of the connected account.',
|
|
18614
18840
|
format: 'uuid',
|
|
@@ -18631,7 +18857,7 @@ const openapi = {
|
|
|
18631
18857
|
type: 'string',
|
|
18632
18858
|
},
|
|
18633
18859
|
workspace_id: {
|
|
18634
|
-
description: 'ID of the
|
|
18860
|
+
description: 'ID of the workspace associated with the event.',
|
|
18635
18861
|
format: 'uuid',
|
|
18636
18862
|
type: 'string',
|
|
18637
18863
|
},
|
|
@@ -18656,7 +18882,11 @@ const openapi = {
|
|
|
18656
18882
|
format: 'uuid',
|
|
18657
18883
|
type: 'string',
|
|
18658
18884
|
},
|
|
18659
|
-
acs_user_id: {
|
|
18885
|
+
acs_user_id: {
|
|
18886
|
+
description: 'ID of the affected access system user.',
|
|
18887
|
+
format: 'uuid',
|
|
18888
|
+
type: 'string',
|
|
18889
|
+
},
|
|
18660
18890
|
connected_account_id: {
|
|
18661
18891
|
description: 'ID of the connected account.',
|
|
18662
18892
|
format: 'uuid',
|
|
@@ -18679,7 +18909,7 @@ const openapi = {
|
|
|
18679
18909
|
type: 'string',
|
|
18680
18910
|
},
|
|
18681
18911
|
workspace_id: {
|
|
18682
|
-
description: 'ID of the
|
|
18912
|
+
description: 'ID of the workspace associated with the event.',
|
|
18683
18913
|
format: 'uuid',
|
|
18684
18914
|
type: 'string',
|
|
18685
18915
|
},
|
|
@@ -18731,7 +18961,7 @@ const openapi = {
|
|
|
18731
18961
|
type: 'string',
|
|
18732
18962
|
},
|
|
18733
18963
|
workspace_id: {
|
|
18734
|
-
description: 'ID of the
|
|
18964
|
+
description: 'ID of the workspace associated with the event.',
|
|
18735
18965
|
format: 'uuid',
|
|
18736
18966
|
type: 'string',
|
|
18737
18967
|
},
|
|
@@ -18783,7 +19013,7 @@ const openapi = {
|
|
|
18783
19013
|
type: 'string',
|
|
18784
19014
|
},
|
|
18785
19015
|
workspace_id: {
|
|
18786
|
-
description: 'ID of the
|
|
19016
|
+
description: 'ID of the workspace associated with the event.',
|
|
18787
19017
|
format: 'uuid',
|
|
18788
19018
|
type: 'string',
|
|
18789
19019
|
},
|
|
@@ -18838,7 +19068,7 @@ const openapi = {
|
|
|
18838
19068
|
type: 'string',
|
|
18839
19069
|
},
|
|
18840
19070
|
workspace_id: {
|
|
18841
|
-
description: 'ID of the
|
|
19071
|
+
description: 'ID of the workspace associated with the event.',
|
|
18842
19072
|
format: 'uuid',
|
|
18843
19073
|
type: 'string',
|
|
18844
19074
|
},
|
|
@@ -18858,7 +19088,11 @@ const openapi = {
|
|
|
18858
19088
|
{
|
|
18859
19089
|
description: 'An [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was added.',
|
|
18860
19090
|
properties: {
|
|
18861
|
-
acs_entrance_id: {
|
|
19091
|
+
acs_entrance_id: {
|
|
19092
|
+
description: 'ID of the affected entrance.',
|
|
19093
|
+
format: 'uuid',
|
|
19094
|
+
type: 'string',
|
|
19095
|
+
},
|
|
18862
19096
|
acs_system_id: {
|
|
18863
19097
|
description: 'ID of the access system.',
|
|
18864
19098
|
format: 'uuid',
|
|
@@ -18886,7 +19120,7 @@ const openapi = {
|
|
|
18886
19120
|
type: 'string',
|
|
18887
19121
|
},
|
|
18888
19122
|
workspace_id: {
|
|
18889
|
-
description: 'ID of the
|
|
19123
|
+
description: 'ID of the workspace associated with the event.',
|
|
18890
19124
|
format: 'uuid',
|
|
18891
19125
|
type: 'string',
|
|
18892
19126
|
},
|
|
@@ -18906,7 +19140,11 @@ const openapi = {
|
|
|
18906
19140
|
{
|
|
18907
19141
|
description: 'An [access system entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was removed.',
|
|
18908
19142
|
properties: {
|
|
18909
|
-
acs_entrance_id: {
|
|
19143
|
+
acs_entrance_id: {
|
|
19144
|
+
description: 'ID of the affected entrance.',
|
|
19145
|
+
format: 'uuid',
|
|
19146
|
+
type: 'string',
|
|
19147
|
+
},
|
|
18910
19148
|
acs_system_id: {
|
|
18911
19149
|
description: 'ID of the access system.',
|
|
18912
19150
|
format: 'uuid',
|
|
@@ -18934,7 +19172,7 @@ const openapi = {
|
|
|
18934
19172
|
type: 'string',
|
|
18935
19173
|
},
|
|
18936
19174
|
workspace_id: {
|
|
18937
|
-
description: 'ID of the
|
|
19175
|
+
description: 'ID of the workspace associated with the event.',
|
|
18938
19176
|
format: 'uuid',
|
|
18939
19177
|
type: 'string',
|
|
18940
19178
|
},
|
|
@@ -18952,7 +19190,7 @@ const openapi = {
|
|
|
18952
19190
|
'x-route-path': '/acs/entrances',
|
|
18953
19191
|
},
|
|
18954
19192
|
{
|
|
18955
|
-
description: 'A
|
|
19193
|
+
description: 'A client session was deleted.',
|
|
18956
19194
|
properties: {
|
|
18957
19195
|
client_session_id: {
|
|
18958
19196
|
description: 'ID of the affected client session.',
|
|
@@ -18976,7 +19214,7 @@ const openapi = {
|
|
|
18976
19214
|
type: 'string',
|
|
18977
19215
|
},
|
|
18978
19216
|
workspace_id: {
|
|
18979
|
-
description: 'ID of the
|
|
19217
|
+
description: 'ID of the workspace associated with the event.',
|
|
18980
19218
|
format: 'uuid',
|
|
18981
19219
|
type: 'string',
|
|
18982
19220
|
},
|
|
@@ -18993,10 +19231,10 @@ const openapi = {
|
|
|
18993
19231
|
'x-route-path': '/client_sessions',
|
|
18994
19232
|
},
|
|
18995
19233
|
{
|
|
18996
|
-
description: 'A
|
|
19234
|
+
description: 'A connected account was connected for the first time or was reconnected after being disconnected.',
|
|
18997
19235
|
properties: {
|
|
18998
19236
|
connect_webview_id: {
|
|
18999
|
-
description: 'ID of the
|
|
19237
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19000
19238
|
format: 'uuid',
|
|
19001
19239
|
type: 'string',
|
|
19002
19240
|
},
|
|
@@ -19008,7 +19246,7 @@ const openapi = {
|
|
|
19008
19246
|
type: 'object',
|
|
19009
19247
|
},
|
|
19010
19248
|
connected_account_id: {
|
|
19011
|
-
description: 'ID of the affected
|
|
19249
|
+
description: 'ID of the affected connected account.',
|
|
19012
19250
|
format: 'uuid',
|
|
19013
19251
|
type: 'string',
|
|
19014
19252
|
},
|
|
@@ -19036,7 +19274,7 @@ const openapi = {
|
|
|
19036
19274
|
type: 'string',
|
|
19037
19275
|
},
|
|
19038
19276
|
workspace_id: {
|
|
19039
|
-
description: 'ID of the
|
|
19277
|
+
description: 'ID of the workspace associated with the event.',
|
|
19040
19278
|
format: 'uuid',
|
|
19041
19279
|
type: 'string',
|
|
19042
19280
|
},
|
|
@@ -19053,10 +19291,10 @@ const openapi = {
|
|
|
19053
19291
|
'x-route-path': '/connected_accounts',
|
|
19054
19292
|
},
|
|
19055
19293
|
{
|
|
19056
|
-
description: 'A
|
|
19294
|
+
description: 'A connected account was created.',
|
|
19057
19295
|
properties: {
|
|
19058
19296
|
connect_webview_id: {
|
|
19059
|
-
description: 'ID of the
|
|
19297
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19060
19298
|
format: 'uuid',
|
|
19061
19299
|
type: 'string',
|
|
19062
19300
|
},
|
|
@@ -19068,7 +19306,7 @@ const openapi = {
|
|
|
19068
19306
|
type: 'object',
|
|
19069
19307
|
},
|
|
19070
19308
|
connected_account_id: {
|
|
19071
|
-
description: 'ID of the affected
|
|
19309
|
+
description: 'ID of the affected connected account.',
|
|
19072
19310
|
format: 'uuid',
|
|
19073
19311
|
type: 'string',
|
|
19074
19312
|
},
|
|
@@ -19092,7 +19330,7 @@ const openapi = {
|
|
|
19092
19330
|
type: 'string',
|
|
19093
19331
|
},
|
|
19094
19332
|
workspace_id: {
|
|
19095
|
-
description: 'ID of the
|
|
19333
|
+
description: 'ID of the workspace associated with the event.',
|
|
19096
19334
|
format: 'uuid',
|
|
19097
19335
|
type: 'string',
|
|
19098
19336
|
},
|
|
@@ -19111,10 +19349,10 @@ const openapi = {
|
|
|
19111
19349
|
},
|
|
19112
19350
|
{
|
|
19113
19351
|
deprecated: true,
|
|
19114
|
-
description: 'A
|
|
19352
|
+
description: 'A connected account had a successful login using a Connect Webview.',
|
|
19115
19353
|
properties: {
|
|
19116
19354
|
connect_webview_id: {
|
|
19117
|
-
description: 'ID of the
|
|
19355
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
19118
19356
|
format: 'uuid',
|
|
19119
19357
|
type: 'string',
|
|
19120
19358
|
},
|
|
@@ -19126,7 +19364,7 @@ const openapi = {
|
|
|
19126
19364
|
type: 'object',
|
|
19127
19365
|
},
|
|
19128
19366
|
connected_account_id: {
|
|
19129
|
-
description: 'ID of the affected
|
|
19367
|
+
description: 'ID of the affected connected account.',
|
|
19130
19368
|
format: 'uuid',
|
|
19131
19369
|
type: 'string',
|
|
19132
19370
|
},
|
|
@@ -19150,7 +19388,7 @@ const openapi = {
|
|
|
19150
19388
|
type: 'string',
|
|
19151
19389
|
},
|
|
19152
19390
|
workspace_id: {
|
|
19153
|
-
description: 'ID of the
|
|
19391
|
+
description: 'ID of the workspace associated with the event.',
|
|
19154
19392
|
format: 'uuid',
|
|
19155
19393
|
type: 'string',
|
|
19156
19394
|
},
|
|
@@ -19169,7 +19407,7 @@ const openapi = {
|
|
|
19169
19407
|
'x-route-path': '/connected_accounts',
|
|
19170
19408
|
},
|
|
19171
19409
|
{
|
|
19172
|
-
description: 'A
|
|
19410
|
+
description: 'A connected account was disconnected.',
|
|
19173
19411
|
properties: {
|
|
19174
19412
|
connected_account_custom_metadata: {
|
|
19175
19413
|
additionalProperties: {
|
|
@@ -19181,6 +19419,7 @@ const openapi = {
|
|
|
19181
19419
|
connected_account_errors: {
|
|
19182
19420
|
description: 'Errors associated with the connected account.',
|
|
19183
19421
|
items: {
|
|
19422
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
19184
19423
|
properties: {
|
|
19185
19424
|
created_at: {
|
|
19186
19425
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -19202,13 +19441,14 @@ const openapi = {
|
|
|
19202
19441
|
type: 'array',
|
|
19203
19442
|
},
|
|
19204
19443
|
connected_account_id: {
|
|
19205
|
-
description: 'ID of the affected
|
|
19444
|
+
description: 'ID of the affected connected account.',
|
|
19206
19445
|
format: 'uuid',
|
|
19207
19446
|
type: 'string',
|
|
19208
19447
|
},
|
|
19209
19448
|
connected_account_warnings: {
|
|
19210
19449
|
description: 'Warnings associated with the connected account.',
|
|
19211
19450
|
items: {
|
|
19451
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
19212
19452
|
properties: {
|
|
19213
19453
|
created_at: {
|
|
19214
19454
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -19249,7 +19489,7 @@ const openapi = {
|
|
|
19249
19489
|
type: 'string',
|
|
19250
19490
|
},
|
|
19251
19491
|
workspace_id: {
|
|
19252
|
-
description: 'ID of the
|
|
19492
|
+
description: 'ID of the workspace associated with the event.',
|
|
19253
19493
|
format: 'uuid',
|
|
19254
19494
|
type: 'string',
|
|
19255
19495
|
},
|
|
@@ -19268,7 +19508,7 @@ const openapi = {
|
|
|
19268
19508
|
'x-route-path': '/connected_accounts',
|
|
19269
19509
|
},
|
|
19270
19510
|
{
|
|
19271
|
-
description: 'A
|
|
19511
|
+
description: 'A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
19272
19512
|
properties: {
|
|
19273
19513
|
connected_account_custom_metadata: {
|
|
19274
19514
|
additionalProperties: {
|
|
@@ -19278,7 +19518,7 @@ const openapi = {
|
|
|
19278
19518
|
type: 'object',
|
|
19279
19519
|
},
|
|
19280
19520
|
connected_account_id: {
|
|
19281
|
-
description: 'ID of the affected
|
|
19521
|
+
description: 'ID of the affected connected account.',
|
|
19282
19522
|
format: 'uuid',
|
|
19283
19523
|
type: 'string',
|
|
19284
19524
|
},
|
|
@@ -19302,7 +19542,7 @@ const openapi = {
|
|
|
19302
19542
|
type: 'string',
|
|
19303
19543
|
},
|
|
19304
19544
|
workspace_id: {
|
|
19305
|
-
description: 'ID of the
|
|
19545
|
+
description: 'ID of the workspace associated with the event.',
|
|
19306
19546
|
format: 'uuid',
|
|
19307
19547
|
type: 'string',
|
|
19308
19548
|
},
|
|
@@ -19319,7 +19559,7 @@ const openapi = {
|
|
|
19319
19559
|
'x-route-path': '/connected_accounts',
|
|
19320
19560
|
},
|
|
19321
19561
|
{
|
|
19322
|
-
description: 'A
|
|
19562
|
+
description: 'A connected account was deleted.',
|
|
19323
19563
|
properties: {
|
|
19324
19564
|
connected_account_custom_metadata: {
|
|
19325
19565
|
additionalProperties: {
|
|
@@ -19329,7 +19569,7 @@ const openapi = {
|
|
|
19329
19569
|
type: 'object',
|
|
19330
19570
|
},
|
|
19331
19571
|
connected_account_id: {
|
|
19332
|
-
description: 'ID of the affected
|
|
19572
|
+
description: 'ID of the affected connected account.',
|
|
19333
19573
|
format: 'uuid',
|
|
19334
19574
|
type: 'string',
|
|
19335
19575
|
},
|
|
@@ -19361,7 +19601,7 @@ const openapi = {
|
|
|
19361
19601
|
type: 'string',
|
|
19362
19602
|
},
|
|
19363
19603
|
workspace_id: {
|
|
19364
|
-
description: 'ID of the
|
|
19604
|
+
description: 'ID of the workspace associated with the event.',
|
|
19365
19605
|
format: 'uuid',
|
|
19366
19606
|
type: 'string',
|
|
19367
19607
|
},
|
|
@@ -19378,7 +19618,7 @@ const openapi = {
|
|
|
19378
19618
|
'x-route-path': '/connected_accounts',
|
|
19379
19619
|
},
|
|
19380
19620
|
{
|
|
19381
|
-
description: 'A
|
|
19621
|
+
description: 'A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
19382
19622
|
properties: {
|
|
19383
19623
|
connected_account_custom_metadata: {
|
|
19384
19624
|
additionalProperties: {
|
|
@@ -19388,7 +19628,7 @@ const openapi = {
|
|
|
19388
19628
|
type: 'object',
|
|
19389
19629
|
},
|
|
19390
19630
|
connected_account_id: {
|
|
19391
|
-
description: 'ID of the affected
|
|
19631
|
+
description: 'ID of the affected connected account.',
|
|
19392
19632
|
format: 'uuid',
|
|
19393
19633
|
type: 'string',
|
|
19394
19634
|
},
|
|
@@ -19414,7 +19654,7 @@ const openapi = {
|
|
|
19414
19654
|
type: 'string',
|
|
19415
19655
|
},
|
|
19416
19656
|
workspace_id: {
|
|
19417
|
-
description: 'ID of the
|
|
19657
|
+
description: 'ID of the workspace associated with the event.',
|
|
19418
19658
|
format: 'uuid',
|
|
19419
19659
|
type: 'string',
|
|
19420
19660
|
},
|
|
@@ -19431,7 +19671,7 @@ const openapi = {
|
|
|
19431
19671
|
'x-route-path': '/connected_accounts',
|
|
19432
19672
|
},
|
|
19433
19673
|
{
|
|
19434
|
-
description: 'A
|
|
19674
|
+
description: 'A connected account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.',
|
|
19435
19675
|
properties: {
|
|
19436
19676
|
connected_account_custom_metadata: {
|
|
19437
19677
|
additionalProperties: {
|
|
@@ -19443,6 +19683,7 @@ const openapi = {
|
|
|
19443
19683
|
connected_account_errors: {
|
|
19444
19684
|
description: 'Errors associated with the connected account.',
|
|
19445
19685
|
items: {
|
|
19686
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
19446
19687
|
properties: {
|
|
19447
19688
|
created_at: {
|
|
19448
19689
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -19464,13 +19705,14 @@ const openapi = {
|
|
|
19464
19705
|
type: 'array',
|
|
19465
19706
|
},
|
|
19466
19707
|
connected_account_id: {
|
|
19467
|
-
description: 'ID of the affected
|
|
19708
|
+
description: 'ID of the affected connected account.',
|
|
19468
19709
|
format: 'uuid',
|
|
19469
19710
|
type: 'string',
|
|
19470
19711
|
},
|
|
19471
19712
|
connected_account_warnings: {
|
|
19472
19713
|
description: 'Warnings associated with the connected account.',
|
|
19473
19714
|
items: {
|
|
19715
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
19474
19716
|
properties: {
|
|
19475
19717
|
created_at: {
|
|
19476
19718
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -19511,7 +19753,7 @@ const openapi = {
|
|
|
19511
19753
|
type: 'string',
|
|
19512
19754
|
},
|
|
19513
19755
|
workspace_id: {
|
|
19514
|
-
description: 'ID of the
|
|
19756
|
+
description: 'ID of the workspace associated with the event.',
|
|
19515
19757
|
format: 'uuid',
|
|
19516
19758
|
type: 'string',
|
|
19517
19759
|
},
|
|
@@ -19530,7 +19772,7 @@ const openapi = {
|
|
|
19530
19772
|
'x-route-path': '/connected_accounts',
|
|
19531
19773
|
},
|
|
19532
19774
|
{
|
|
19533
|
-
description: 'A lock door
|
|
19775
|
+
description: 'A lock door action attempt succeeded.',
|
|
19534
19776
|
properties: {
|
|
19535
19777
|
action_attempt_id: {
|
|
19536
19778
|
description: 'ID of the affected action attempt.',
|
|
@@ -19572,7 +19814,7 @@ const openapi = {
|
|
|
19572
19814
|
},
|
|
19573
19815
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19574
19816
|
workspace_id: {
|
|
19575
|
-
description: 'ID of the
|
|
19817
|
+
description: 'ID of the workspace associated with the event.',
|
|
19576
19818
|
format: 'uuid',
|
|
19577
19819
|
type: 'string',
|
|
19578
19820
|
},
|
|
@@ -19591,7 +19833,7 @@ const openapi = {
|
|
|
19591
19833
|
'x-route-path': '/action_attempts',
|
|
19592
19834
|
},
|
|
19593
19835
|
{
|
|
19594
|
-
description: 'A lock door
|
|
19836
|
+
description: 'A lock door action attempt failed.',
|
|
19595
19837
|
properties: {
|
|
19596
19838
|
action_attempt_id: {
|
|
19597
19839
|
description: 'ID of the affected action attempt.',
|
|
@@ -19633,7 +19875,7 @@ const openapi = {
|
|
|
19633
19875
|
},
|
|
19634
19876
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19635
19877
|
workspace_id: {
|
|
19636
|
-
description: 'ID of the
|
|
19878
|
+
description: 'ID of the workspace associated with the event.',
|
|
19637
19879
|
format: 'uuid',
|
|
19638
19880
|
type: 'string',
|
|
19639
19881
|
},
|
|
@@ -19652,7 +19894,7 @@ const openapi = {
|
|
|
19652
19894
|
'x-route-path': '/action_attempts',
|
|
19653
19895
|
},
|
|
19654
19896
|
{
|
|
19655
|
-
description: 'An unlock door
|
|
19897
|
+
description: 'An unlock door action attempt succeeded.',
|
|
19656
19898
|
properties: {
|
|
19657
19899
|
action_attempt_id: {
|
|
19658
19900
|
description: 'ID of the affected action attempt.',
|
|
@@ -19694,7 +19936,7 @@ const openapi = {
|
|
|
19694
19936
|
},
|
|
19695
19937
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19696
19938
|
workspace_id: {
|
|
19697
|
-
description: 'ID of the
|
|
19939
|
+
description: 'ID of the workspace associated with the event.',
|
|
19698
19940
|
format: 'uuid',
|
|
19699
19941
|
type: 'string',
|
|
19700
19942
|
},
|
|
@@ -19713,7 +19955,7 @@ const openapi = {
|
|
|
19713
19955
|
'x-route-path': '/action_attempts',
|
|
19714
19956
|
},
|
|
19715
19957
|
{
|
|
19716
|
-
description: 'An unlock door
|
|
19958
|
+
description: 'An unlock door action attempt failed.',
|
|
19717
19959
|
properties: {
|
|
19718
19960
|
action_attempt_id: {
|
|
19719
19961
|
description: 'ID of the affected action attempt.',
|
|
@@ -19755,7 +19997,7 @@ const openapi = {
|
|
|
19755
19997
|
},
|
|
19756
19998
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19757
19999
|
workspace_id: {
|
|
19758
|
-
description: 'ID of the
|
|
20000
|
+
description: 'ID of the workspace associated with the event.',
|
|
19759
20001
|
format: 'uuid',
|
|
19760
20002
|
type: 'string',
|
|
19761
20003
|
},
|
|
@@ -19774,7 +20016,7 @@ const openapi = {
|
|
|
19774
20016
|
'x-route-path': '/action_attempts',
|
|
19775
20017
|
},
|
|
19776
20018
|
{
|
|
19777
|
-
description: 'A simulate keypad code entry
|
|
20019
|
+
description: 'A simulate keypad code entry action attempt succeeded.',
|
|
19778
20020
|
properties: {
|
|
19779
20021
|
action_attempt_id: {
|
|
19780
20022
|
description: 'ID of the affected action attempt.',
|
|
@@ -19816,7 +20058,7 @@ const openapi = {
|
|
|
19816
20058
|
},
|
|
19817
20059
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19818
20060
|
workspace_id: {
|
|
19819
|
-
description: 'ID of the
|
|
20061
|
+
description: 'ID of the workspace associated with the event.',
|
|
19820
20062
|
format: 'uuid',
|
|
19821
20063
|
type: 'string',
|
|
19822
20064
|
},
|
|
@@ -19835,7 +20077,7 @@ const openapi = {
|
|
|
19835
20077
|
'x-route-path': '/action_attempts',
|
|
19836
20078
|
},
|
|
19837
20079
|
{
|
|
19838
|
-
description: 'A simulate keypad code entry
|
|
20080
|
+
description: 'A simulate keypad code entry action attempt failed.',
|
|
19839
20081
|
properties: {
|
|
19840
20082
|
action_attempt_id: {
|
|
19841
20083
|
description: 'ID of the affected action attempt.',
|
|
@@ -19877,7 +20119,7 @@ const openapi = {
|
|
|
19877
20119
|
},
|
|
19878
20120
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19879
20121
|
workspace_id: {
|
|
19880
|
-
description: 'ID of the
|
|
20122
|
+
description: 'ID of the workspace associated with the event.',
|
|
19881
20123
|
format: 'uuid',
|
|
19882
20124
|
type: 'string',
|
|
19883
20125
|
},
|
|
@@ -19896,7 +20138,7 @@ const openapi = {
|
|
|
19896
20138
|
'x-route-path': '/action_attempts',
|
|
19897
20139
|
},
|
|
19898
20140
|
{
|
|
19899
|
-
description: 'A simulate manual lock via keypad
|
|
20141
|
+
description: 'A simulate manual lock via keypad action attempt succeeded.',
|
|
19900
20142
|
properties: {
|
|
19901
20143
|
action_attempt_id: {
|
|
19902
20144
|
description: 'ID of the affected action attempt.',
|
|
@@ -19940,7 +20182,7 @@ const openapi = {
|
|
|
19940
20182
|
},
|
|
19941
20183
|
status: { description: 'Status of the action.', type: 'string' },
|
|
19942
20184
|
workspace_id: {
|
|
19943
|
-
description: 'ID of the
|
|
20185
|
+
description: 'ID of the workspace associated with the event.',
|
|
19944
20186
|
format: 'uuid',
|
|
19945
20187
|
type: 'string',
|
|
19946
20188
|
},
|
|
@@ -19959,7 +20201,7 @@ const openapi = {
|
|
|
19959
20201
|
'x-route-path': '/action_attempts',
|
|
19960
20202
|
},
|
|
19961
20203
|
{
|
|
19962
|
-
description: 'A simulate manual lock via keypad
|
|
20204
|
+
description: 'A simulate manual lock via keypad action attempt failed.',
|
|
19963
20205
|
properties: {
|
|
19964
20206
|
action_attempt_id: {
|
|
19965
20207
|
description: 'ID of the affected action attempt.',
|
|
@@ -20001,7 +20243,7 @@ const openapi = {
|
|
|
20001
20243
|
},
|
|
20002
20244
|
status: { description: 'Status of the action.', type: 'string' },
|
|
20003
20245
|
workspace_id: {
|
|
20004
|
-
description: 'ID of the
|
|
20246
|
+
description: 'ID of the workspace associated with the event.',
|
|
20005
20247
|
format: 'uuid',
|
|
20006
20248
|
type: 'string',
|
|
20007
20249
|
},
|
|
@@ -20020,10 +20262,10 @@ const openapi = {
|
|
|
20020
20262
|
'x-route-path': '/action_attempts',
|
|
20021
20263
|
},
|
|
20022
20264
|
{
|
|
20023
|
-
description: 'A
|
|
20265
|
+
description: 'A Connect Webview login succeeded.',
|
|
20024
20266
|
properties: {
|
|
20025
20267
|
connect_webview_id: {
|
|
20026
|
-
description: 'ID of the affected
|
|
20268
|
+
description: 'ID of the affected Connect Webview.',
|
|
20027
20269
|
format: 'uuid',
|
|
20028
20270
|
type: 'string',
|
|
20029
20271
|
},
|
|
@@ -20035,7 +20277,7 @@ const openapi = {
|
|
|
20035
20277
|
type: 'object',
|
|
20036
20278
|
},
|
|
20037
20279
|
connected_account_id: {
|
|
20038
|
-
description: 'ID of the
|
|
20280
|
+
description: 'ID of the connected account associated with the event.',
|
|
20039
20281
|
format: 'uuid',
|
|
20040
20282
|
type: 'string',
|
|
20041
20283
|
},
|
|
@@ -20063,7 +20305,7 @@ const openapi = {
|
|
|
20063
20305
|
type: 'string',
|
|
20064
20306
|
},
|
|
20065
20307
|
workspace_id: {
|
|
20066
|
-
description: 'ID of the
|
|
20308
|
+
description: 'ID of the workspace associated with the event.',
|
|
20067
20309
|
format: 'uuid',
|
|
20068
20310
|
type: 'string',
|
|
20069
20311
|
},
|
|
@@ -20081,10 +20323,10 @@ const openapi = {
|
|
|
20081
20323
|
'x-route-path': '/connect_webviews',
|
|
20082
20324
|
},
|
|
20083
20325
|
{
|
|
20084
|
-
description: 'A
|
|
20326
|
+
description: 'A Connect Webview login failed.',
|
|
20085
20327
|
properties: {
|
|
20086
20328
|
connect_webview_id: {
|
|
20087
|
-
description: 'ID of the affected
|
|
20329
|
+
description: 'ID of the affected Connect Webview.',
|
|
20088
20330
|
format: 'uuid',
|
|
20089
20331
|
type: 'string',
|
|
20090
20332
|
},
|
|
@@ -20108,7 +20350,7 @@ const openapi = {
|
|
|
20108
20350
|
type: 'string',
|
|
20109
20351
|
},
|
|
20110
20352
|
workspace_id: {
|
|
20111
|
-
description: 'ID of the
|
|
20353
|
+
description: 'ID of the workspace associated with the event.',
|
|
20112
20354
|
format: 'uuid',
|
|
20113
20355
|
type: 'string',
|
|
20114
20356
|
},
|
|
@@ -20125,7 +20367,7 @@ const openapi = {
|
|
|
20125
20367
|
'x-route-path': '/connect_webviews',
|
|
20126
20368
|
},
|
|
20127
20369
|
{
|
|
20128
|
-
description: 'The status of a
|
|
20370
|
+
description: 'The status of a device changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.',
|
|
20129
20371
|
properties: {
|
|
20130
20372
|
connected_account_custom_metadata: {
|
|
20131
20373
|
additionalProperties: {
|
|
@@ -20135,7 +20377,7 @@ const openapi = {
|
|
|
20135
20377
|
type: 'object',
|
|
20136
20378
|
},
|
|
20137
20379
|
connected_account_id: {
|
|
20138
|
-
description: 'ID of the
|
|
20380
|
+
description: 'ID of the connected account associated with the event.',
|
|
20139
20381
|
format: 'uuid',
|
|
20140
20382
|
type: 'string',
|
|
20141
20383
|
},
|
|
@@ -20172,7 +20414,7 @@ const openapi = {
|
|
|
20172
20414
|
type: 'string',
|
|
20173
20415
|
},
|
|
20174
20416
|
workspace_id: {
|
|
20175
|
-
description: 'ID of the
|
|
20417
|
+
description: 'ID of the workspace associated with the event.',
|
|
20176
20418
|
format: 'uuid',
|
|
20177
20419
|
type: 'string',
|
|
20178
20420
|
},
|
|
@@ -20190,7 +20432,7 @@ const openapi = {
|
|
|
20190
20432
|
'x-route-path': '/devices',
|
|
20191
20433
|
},
|
|
20192
20434
|
{
|
|
20193
|
-
description: 'A
|
|
20435
|
+
description: 'A device was added to Seam or was re-added to Seam after having been removed.',
|
|
20194
20436
|
properties: {
|
|
20195
20437
|
connected_account_custom_metadata: {
|
|
20196
20438
|
additionalProperties: {
|
|
@@ -20200,7 +20442,7 @@ const openapi = {
|
|
|
20200
20442
|
type: 'object',
|
|
20201
20443
|
},
|
|
20202
20444
|
connected_account_id: {
|
|
20203
|
-
description: 'ID of the
|
|
20445
|
+
description: 'ID of the connected account associated with the event.',
|
|
20204
20446
|
format: 'uuid',
|
|
20205
20447
|
type: 'string',
|
|
20206
20448
|
},
|
|
@@ -20237,7 +20479,7 @@ const openapi = {
|
|
|
20237
20479
|
type: 'string',
|
|
20238
20480
|
},
|
|
20239
20481
|
workspace_id: {
|
|
20240
|
-
description: 'ID of the
|
|
20482
|
+
description: 'ID of the workspace associated with the event.',
|
|
20241
20483
|
format: 'uuid',
|
|
20242
20484
|
type: 'string',
|
|
20243
20485
|
},
|
|
@@ -20265,7 +20507,7 @@ const openapi = {
|
|
|
20265
20507
|
type: 'object',
|
|
20266
20508
|
},
|
|
20267
20509
|
connected_account_id: {
|
|
20268
|
-
description: 'ID of the
|
|
20510
|
+
description: 'ID of the connected account associated with the event.',
|
|
20269
20511
|
format: 'uuid',
|
|
20270
20512
|
type: 'string',
|
|
20271
20513
|
},
|
|
@@ -20305,7 +20547,7 @@ const openapi = {
|
|
|
20305
20547
|
type: 'string',
|
|
20306
20548
|
},
|
|
20307
20549
|
workspace_id: {
|
|
20308
|
-
description: 'ID of the
|
|
20550
|
+
description: 'ID of the workspace associated with the event.',
|
|
20309
20551
|
format: 'uuid',
|
|
20310
20552
|
type: 'string',
|
|
20311
20553
|
},
|
|
@@ -20333,7 +20575,7 @@ const openapi = {
|
|
|
20333
20575
|
type: 'object',
|
|
20334
20576
|
},
|
|
20335
20577
|
connected_account_id: {
|
|
20336
|
-
description: 'ID of the
|
|
20578
|
+
description: 'ID of the connected account associated with the event.',
|
|
20337
20579
|
format: 'uuid',
|
|
20338
20580
|
type: 'string',
|
|
20339
20581
|
},
|
|
@@ -20373,7 +20615,7 @@ const openapi = {
|
|
|
20373
20615
|
type: 'string',
|
|
20374
20616
|
},
|
|
20375
20617
|
workspace_id: {
|
|
20376
|
-
description: 'ID of the
|
|
20618
|
+
description: 'ID of the workspace associated with the event.',
|
|
20377
20619
|
format: 'uuid',
|
|
20378
20620
|
type: 'string',
|
|
20379
20621
|
},
|
|
@@ -20401,7 +20643,7 @@ const openapi = {
|
|
|
20401
20643
|
type: 'object',
|
|
20402
20644
|
},
|
|
20403
20645
|
connected_account_id: {
|
|
20404
|
-
description: 'ID of the
|
|
20646
|
+
description: 'ID of the connected account associated with the event.',
|
|
20405
20647
|
format: 'uuid',
|
|
20406
20648
|
type: 'string',
|
|
20407
20649
|
},
|
|
@@ -20441,7 +20683,7 @@ const openapi = {
|
|
|
20441
20683
|
type: 'string',
|
|
20442
20684
|
},
|
|
20443
20685
|
workspace_id: {
|
|
20444
|
-
description: 'ID of the
|
|
20686
|
+
description: 'ID of the workspace associated with the event.',
|
|
20445
20687
|
format: 'uuid',
|
|
20446
20688
|
type: 'string',
|
|
20447
20689
|
},
|
|
@@ -20459,7 +20701,7 @@ const openapi = {
|
|
|
20459
20701
|
'x-route-path': '/devices/unmanaged',
|
|
20460
20702
|
},
|
|
20461
20703
|
{
|
|
20462
|
-
description: 'The status of a
|
|
20704
|
+
description: 'The status of a device changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
20463
20705
|
properties: {
|
|
20464
20706
|
connected_account_custom_metadata: {
|
|
20465
20707
|
additionalProperties: {
|
|
@@ -20471,6 +20713,7 @@ const openapi = {
|
|
|
20471
20713
|
connected_account_errors: {
|
|
20472
20714
|
description: 'Errors associated with the connected account.',
|
|
20473
20715
|
items: {
|
|
20716
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20474
20717
|
properties: {
|
|
20475
20718
|
created_at: {
|
|
20476
20719
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20492,13 +20735,14 @@ const openapi = {
|
|
|
20492
20735
|
type: 'array',
|
|
20493
20736
|
},
|
|
20494
20737
|
connected_account_id: {
|
|
20495
|
-
description: 'ID of the
|
|
20738
|
+
description: 'ID of the connected account associated with the event.',
|
|
20496
20739
|
format: 'uuid',
|
|
20497
20740
|
type: 'string',
|
|
20498
20741
|
},
|
|
20499
20742
|
connected_account_warnings: {
|
|
20500
20743
|
description: 'Warnings associated with the connected account.',
|
|
20501
20744
|
items: {
|
|
20745
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20502
20746
|
properties: {
|
|
20503
20747
|
created_at: {
|
|
20504
20748
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20538,6 +20782,7 @@ const openapi = {
|
|
|
20538
20782
|
device_errors: {
|
|
20539
20783
|
description: 'Errors associated with the device.',
|
|
20540
20784
|
items: {
|
|
20785
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20541
20786
|
properties: {
|
|
20542
20787
|
created_at: {
|
|
20543
20788
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20566,6 +20811,7 @@ const openapi = {
|
|
|
20566
20811
|
device_warnings: {
|
|
20567
20812
|
description: 'Warnings associated with the device.',
|
|
20568
20813
|
items: {
|
|
20814
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20569
20815
|
properties: {
|
|
20570
20816
|
created_at: {
|
|
20571
20817
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20607,7 +20853,7 @@ const openapi = {
|
|
|
20607
20853
|
type: 'string',
|
|
20608
20854
|
},
|
|
20609
20855
|
workspace_id: {
|
|
20610
|
-
description: 'ID of the
|
|
20856
|
+
description: 'ID of the workspace associated with the event.',
|
|
20611
20857
|
format: 'uuid',
|
|
20612
20858
|
type: 'string',
|
|
20613
20859
|
},
|
|
@@ -20642,6 +20888,7 @@ const openapi = {
|
|
|
20642
20888
|
connected_account_errors: {
|
|
20643
20889
|
description: 'Errors associated with the connected account.',
|
|
20644
20890
|
items: {
|
|
20891
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20645
20892
|
properties: {
|
|
20646
20893
|
created_at: {
|
|
20647
20894
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20663,13 +20910,14 @@ const openapi = {
|
|
|
20663
20910
|
type: 'array',
|
|
20664
20911
|
},
|
|
20665
20912
|
connected_account_id: {
|
|
20666
|
-
description: 'ID of the
|
|
20913
|
+
description: 'ID of the connected account associated with the event.',
|
|
20667
20914
|
format: 'uuid',
|
|
20668
20915
|
type: 'string',
|
|
20669
20916
|
},
|
|
20670
20917
|
connected_account_warnings: {
|
|
20671
20918
|
description: 'Warnings associated with the connected account.',
|
|
20672
20919
|
items: {
|
|
20920
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20673
20921
|
properties: {
|
|
20674
20922
|
created_at: {
|
|
20675
20923
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20709,6 +20957,7 @@ const openapi = {
|
|
|
20709
20957
|
device_errors: {
|
|
20710
20958
|
description: 'Errors associated with the device.',
|
|
20711
20959
|
items: {
|
|
20960
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
20712
20961
|
properties: {
|
|
20713
20962
|
created_at: {
|
|
20714
20963
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20737,6 +20986,7 @@ const openapi = {
|
|
|
20737
20986
|
device_warnings: {
|
|
20738
20987
|
description: 'Warnings associated with the device.',
|
|
20739
20988
|
items: {
|
|
20989
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
20740
20990
|
properties: {
|
|
20741
20991
|
created_at: {
|
|
20742
20992
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20781,7 +21031,7 @@ const openapi = {
|
|
|
20781
21031
|
type: 'string',
|
|
20782
21032
|
},
|
|
20783
21033
|
workspace_id: {
|
|
20784
|
-
description: 'ID of the
|
|
21034
|
+
description: 'ID of the workspace associated with the event.',
|
|
20785
21035
|
format: 'uuid',
|
|
20786
21036
|
type: 'string',
|
|
20787
21037
|
},
|
|
@@ -20804,7 +21054,7 @@ const openapi = {
|
|
|
20804
21054
|
'x-route-path': '/devices/unmanaged',
|
|
20805
21055
|
},
|
|
20806
21056
|
{
|
|
20807
|
-
description: 'A
|
|
21057
|
+
description: 'A device detected that it was tampered with, for example, opened or moved.',
|
|
20808
21058
|
properties: {
|
|
20809
21059
|
connected_account_custom_metadata: {
|
|
20810
21060
|
additionalProperties: {
|
|
@@ -20814,7 +21064,7 @@ const openapi = {
|
|
|
20814
21064
|
type: 'object',
|
|
20815
21065
|
},
|
|
20816
21066
|
connected_account_id: {
|
|
20817
|
-
description: 'ID of the
|
|
21067
|
+
description: 'ID of the connected account associated with the event.',
|
|
20818
21068
|
format: 'uuid',
|
|
20819
21069
|
type: 'string',
|
|
20820
21070
|
},
|
|
@@ -20851,7 +21101,7 @@ const openapi = {
|
|
|
20851
21101
|
type: 'string',
|
|
20852
21102
|
},
|
|
20853
21103
|
workspace_id: {
|
|
20854
|
-
description: 'ID of the
|
|
21104
|
+
description: 'ID of the workspace associated with the event.',
|
|
20855
21105
|
format: 'uuid',
|
|
20856
21106
|
type: 'string',
|
|
20857
21107
|
},
|
|
@@ -20869,7 +21119,7 @@ const openapi = {
|
|
|
20869
21119
|
'x-route-path': '/devices',
|
|
20870
21120
|
},
|
|
20871
21121
|
{
|
|
20872
|
-
description: 'A
|
|
21122
|
+
description: 'A device battery level dropped below the low threshold.',
|
|
20873
21123
|
properties: {
|
|
20874
21124
|
battery_level: {
|
|
20875
21125
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20886,7 +21136,7 @@ const openapi = {
|
|
|
20886
21136
|
type: 'object',
|
|
20887
21137
|
},
|
|
20888
21138
|
connected_account_id: {
|
|
20889
|
-
description: 'ID of the
|
|
21139
|
+
description: 'ID of the connected account associated with the event.',
|
|
20890
21140
|
format: 'uuid',
|
|
20891
21141
|
type: 'string',
|
|
20892
21142
|
},
|
|
@@ -20923,7 +21173,7 @@ const openapi = {
|
|
|
20923
21173
|
type: 'string',
|
|
20924
21174
|
},
|
|
20925
21175
|
workspace_id: {
|
|
20926
|
-
description: 'ID of the
|
|
21176
|
+
description: 'ID of the workspace associated with the event.',
|
|
20927
21177
|
format: 'uuid',
|
|
20928
21178
|
type: 'string',
|
|
20929
21179
|
},
|
|
@@ -20942,7 +21192,7 @@ const openapi = {
|
|
|
20942
21192
|
'x-route-path': '/devices',
|
|
20943
21193
|
},
|
|
20944
21194
|
{
|
|
20945
|
-
description: 'A
|
|
21195
|
+
description: 'A device battery status changed since the last `battery_status_changed` event.',
|
|
20946
21196
|
properties: {
|
|
20947
21197
|
battery_level: {
|
|
20948
21198
|
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
@@ -20964,7 +21214,7 @@ const openapi = {
|
|
|
20964
21214
|
type: 'object',
|
|
20965
21215
|
},
|
|
20966
21216
|
connected_account_id: {
|
|
20967
|
-
description: 'ID of the
|
|
21217
|
+
description: 'ID of the connected account associated with the event.',
|
|
20968
21218
|
format: 'uuid',
|
|
20969
21219
|
type: 'string',
|
|
20970
21220
|
},
|
|
@@ -21004,7 +21254,7 @@ const openapi = {
|
|
|
21004
21254
|
type: 'string',
|
|
21005
21255
|
},
|
|
21006
21256
|
workspace_id: {
|
|
21007
|
-
description: 'ID of the
|
|
21257
|
+
description: 'ID of the workspace associated with the event.',
|
|
21008
21258
|
format: 'uuid',
|
|
21009
21259
|
type: 'string',
|
|
21010
21260
|
},
|
|
@@ -21024,7 +21274,7 @@ const openapi = {
|
|
|
21024
21274
|
'x-route-path': '/devices',
|
|
21025
21275
|
},
|
|
21026
21276
|
{
|
|
21027
|
-
description: 'A
|
|
21277
|
+
description: 'A device was removed externally from the connected account.',
|
|
21028
21278
|
properties: {
|
|
21029
21279
|
connected_account_custom_metadata: {
|
|
21030
21280
|
additionalProperties: {
|
|
@@ -21034,7 +21284,7 @@ const openapi = {
|
|
|
21034
21284
|
type: 'object',
|
|
21035
21285
|
},
|
|
21036
21286
|
connected_account_id: {
|
|
21037
|
-
description: 'ID of the
|
|
21287
|
+
description: 'ID of the connected account associated with the event.',
|
|
21038
21288
|
format: 'uuid',
|
|
21039
21289
|
type: 'string',
|
|
21040
21290
|
},
|
|
@@ -21071,7 +21321,7 @@ const openapi = {
|
|
|
21071
21321
|
type: 'string',
|
|
21072
21322
|
},
|
|
21073
21323
|
workspace_id: {
|
|
21074
|
-
description: 'ID of the
|
|
21324
|
+
description: 'ID of the workspace associated with the event.',
|
|
21075
21325
|
format: 'uuid',
|
|
21076
21326
|
type: 'string',
|
|
21077
21327
|
},
|
|
@@ -21089,7 +21339,7 @@ const openapi = {
|
|
|
21089
21339
|
'x-route-path': '/devices',
|
|
21090
21340
|
},
|
|
21091
21341
|
{
|
|
21092
|
-
description: 'A
|
|
21342
|
+
description: 'A device was deleted.',
|
|
21093
21343
|
properties: {
|
|
21094
21344
|
connected_account_custom_metadata: {
|
|
21095
21345
|
additionalProperties: {
|
|
@@ -21099,7 +21349,7 @@ const openapi = {
|
|
|
21099
21349
|
type: 'object',
|
|
21100
21350
|
},
|
|
21101
21351
|
connected_account_id: {
|
|
21102
|
-
description: 'ID of the
|
|
21352
|
+
description: 'ID of the connected account associated with the event.',
|
|
21103
21353
|
format: 'uuid',
|
|
21104
21354
|
type: 'string',
|
|
21105
21355
|
},
|
|
@@ -21141,7 +21391,7 @@ const openapi = {
|
|
|
21141
21391
|
type: 'string',
|
|
21142
21392
|
},
|
|
21143
21393
|
workspace_id: {
|
|
21144
|
-
description: 'ID of the
|
|
21394
|
+
description: 'ID of the workspace associated with the event.',
|
|
21145
21395
|
format: 'uuid',
|
|
21146
21396
|
type: 'string',
|
|
21147
21397
|
},
|
|
@@ -21159,7 +21409,7 @@ const openapi = {
|
|
|
21159
21409
|
'x-route-path': '/devices',
|
|
21160
21410
|
},
|
|
21161
21411
|
{
|
|
21162
|
-
description: 'Seam detected that a
|
|
21412
|
+
description: 'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
21163
21413
|
properties: {
|
|
21164
21414
|
connected_account_custom_metadata: {
|
|
21165
21415
|
additionalProperties: {
|
|
@@ -21169,7 +21419,7 @@ const openapi = {
|
|
|
21169
21419
|
type: 'object',
|
|
21170
21420
|
},
|
|
21171
21421
|
connected_account_id: {
|
|
21172
|
-
description: 'ID of the
|
|
21422
|
+
description: 'ID of the connected account associated with the event.',
|
|
21173
21423
|
format: 'uuid',
|
|
21174
21424
|
type: 'string',
|
|
21175
21425
|
},
|
|
@@ -21209,7 +21459,7 @@ const openapi = {
|
|
|
21209
21459
|
type: 'string',
|
|
21210
21460
|
},
|
|
21211
21461
|
workspace_id: {
|
|
21212
|
-
description: 'ID of the
|
|
21462
|
+
description: 'ID of the workspace associated with the event.',
|
|
21213
21463
|
format: 'uuid',
|
|
21214
21464
|
type: 'string',
|
|
21215
21465
|
},
|
|
@@ -21227,7 +21477,7 @@ const openapi = {
|
|
|
21227
21477
|
'x-route-path': '/devices',
|
|
21228
21478
|
},
|
|
21229
21479
|
{
|
|
21230
|
-
description: 'Seam detected that a
|
|
21480
|
+
description: 'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
|
|
21231
21481
|
properties: {
|
|
21232
21482
|
connected_account_custom_metadata: {
|
|
21233
21483
|
additionalProperties: {
|
|
@@ -21237,7 +21487,7 @@ const openapi = {
|
|
|
21237
21487
|
type: 'object',
|
|
21238
21488
|
},
|
|
21239
21489
|
connected_account_id: {
|
|
21240
|
-
description: 'ID of the
|
|
21490
|
+
description: 'ID of the connected account associated with the event.',
|
|
21241
21491
|
format: 'uuid',
|
|
21242
21492
|
type: 'string',
|
|
21243
21493
|
},
|
|
@@ -21277,7 +21527,7 @@ const openapi = {
|
|
|
21277
21527
|
type: 'string',
|
|
21278
21528
|
},
|
|
21279
21529
|
workspace_id: {
|
|
21280
|
-
description: 'ID of the
|
|
21530
|
+
description: 'ID of the workspace associated with the event.',
|
|
21281
21531
|
format: 'uuid',
|
|
21282
21532
|
type: 'string',
|
|
21283
21533
|
},
|
|
@@ -21305,7 +21555,7 @@ const openapi = {
|
|
|
21305
21555
|
type: 'object',
|
|
21306
21556
|
},
|
|
21307
21557
|
connected_account_id: {
|
|
21308
|
-
description: 'ID of the
|
|
21558
|
+
description: 'ID of the connected account associated with the event.',
|
|
21309
21559
|
format: 'uuid',
|
|
21310
21560
|
type: 'string',
|
|
21311
21561
|
},
|
|
@@ -21345,7 +21595,7 @@ const openapi = {
|
|
|
21345
21595
|
type: 'string',
|
|
21346
21596
|
},
|
|
21347
21597
|
workspace_id: {
|
|
21348
|
-
description: 'ID of the
|
|
21598
|
+
description: 'ID of the workspace associated with the event.',
|
|
21349
21599
|
format: 'uuid',
|
|
21350
21600
|
type: 'string',
|
|
21351
21601
|
},
|
|
@@ -21373,7 +21623,7 @@ const openapi = {
|
|
|
21373
21623
|
type: 'object',
|
|
21374
21624
|
},
|
|
21375
21625
|
connected_account_id: {
|
|
21376
|
-
description: 'ID of the
|
|
21626
|
+
description: 'ID of the connected account associated with the event.',
|
|
21377
21627
|
format: 'uuid',
|
|
21378
21628
|
type: 'string',
|
|
21379
21629
|
},
|
|
@@ -21413,7 +21663,7 @@ const openapi = {
|
|
|
21413
21663
|
type: 'string',
|
|
21414
21664
|
},
|
|
21415
21665
|
workspace_id: {
|
|
21416
|
-
description: 'ID of the
|
|
21666
|
+
description: 'ID of the workspace associated with the event.',
|
|
21417
21667
|
format: 'uuid',
|
|
21418
21668
|
type: 'string',
|
|
21419
21669
|
},
|
|
@@ -21431,7 +21681,7 @@ const openapi = {
|
|
|
21431
21681
|
'x-route-path': '/devices',
|
|
21432
21682
|
},
|
|
21433
21683
|
{
|
|
21434
|
-
description: 'Seam detected a flaky
|
|
21684
|
+
description: 'Seam detected a flaky device connection.',
|
|
21435
21685
|
properties: {
|
|
21436
21686
|
connected_account_custom_metadata: {
|
|
21437
21687
|
additionalProperties: {
|
|
@@ -21443,6 +21693,7 @@ const openapi = {
|
|
|
21443
21693
|
connected_account_errors: {
|
|
21444
21694
|
description: 'Errors associated with the connected account.',
|
|
21445
21695
|
items: {
|
|
21696
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21446
21697
|
properties: {
|
|
21447
21698
|
created_at: {
|
|
21448
21699
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -21464,13 +21715,14 @@ const openapi = {
|
|
|
21464
21715
|
type: 'array',
|
|
21465
21716
|
},
|
|
21466
21717
|
connected_account_id: {
|
|
21467
|
-
description: 'ID of the
|
|
21718
|
+
description: 'ID of the connected account associated with the event.',
|
|
21468
21719
|
format: 'uuid',
|
|
21469
21720
|
type: 'string',
|
|
21470
21721
|
},
|
|
21471
21722
|
connected_account_warnings: {
|
|
21472
21723
|
description: 'Warnings associated with the connected account.',
|
|
21473
21724
|
items: {
|
|
21725
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21474
21726
|
properties: {
|
|
21475
21727
|
created_at: {
|
|
21476
21728
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -21510,6 +21762,7 @@ const openapi = {
|
|
|
21510
21762
|
device_errors: {
|
|
21511
21763
|
description: 'Errors associated with the device.',
|
|
21512
21764
|
items: {
|
|
21765
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21513
21766
|
properties: {
|
|
21514
21767
|
created_at: {
|
|
21515
21768
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -21538,6 +21791,7 @@ const openapi = {
|
|
|
21538
21791
|
device_warnings: {
|
|
21539
21792
|
description: 'Warnings associated with the device.',
|
|
21540
21793
|
items: {
|
|
21794
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21541
21795
|
properties: {
|
|
21542
21796
|
created_at: {
|
|
21543
21797
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -21573,7 +21827,7 @@ const openapi = {
|
|
|
21573
21827
|
type: 'string',
|
|
21574
21828
|
},
|
|
21575
21829
|
workspace_id: {
|
|
21576
|
-
description: 'ID of the
|
|
21830
|
+
description: 'ID of the workspace associated with the event.',
|
|
21577
21831
|
format: 'uuid',
|
|
21578
21832
|
type: 'string',
|
|
21579
21833
|
},
|
|
@@ -21595,7 +21849,7 @@ const openapi = {
|
|
|
21595
21849
|
'x-route-path': '/devices',
|
|
21596
21850
|
},
|
|
21597
21851
|
{
|
|
21598
|
-
description: 'Seam detected that a previously-flaky
|
|
21852
|
+
description: 'Seam detected that a previously-flaky device connection stabilized.',
|
|
21599
21853
|
properties: {
|
|
21600
21854
|
connected_account_custom_metadata: {
|
|
21601
21855
|
additionalProperties: {
|
|
@@ -21605,7 +21859,7 @@ const openapi = {
|
|
|
21605
21859
|
type: 'object',
|
|
21606
21860
|
},
|
|
21607
21861
|
connected_account_id: {
|
|
21608
|
-
description: 'ID of the
|
|
21862
|
+
description: 'ID of the connected account associated with the event.',
|
|
21609
21863
|
format: 'uuid',
|
|
21610
21864
|
type: 'string',
|
|
21611
21865
|
},
|
|
@@ -21645,7 +21899,7 @@ const openapi = {
|
|
|
21645
21899
|
type: 'string',
|
|
21646
21900
|
},
|
|
21647
21901
|
workspace_id: {
|
|
21648
|
-
description: 'ID of the
|
|
21902
|
+
description: 'ID of the workspace associated with the event.',
|
|
21649
21903
|
format: 'uuid',
|
|
21650
21904
|
type: 'string',
|
|
21651
21905
|
},
|
|
@@ -21663,7 +21917,7 @@ const openapi = {
|
|
|
21663
21917
|
'x-route-path': '/devices',
|
|
21664
21918
|
},
|
|
21665
21919
|
{
|
|
21666
|
-
description: 'A third-party subscription is required to use all
|
|
21920
|
+
description: 'A third-party subscription is required to use all device features.',
|
|
21667
21921
|
properties: {
|
|
21668
21922
|
connected_account_custom_metadata: {
|
|
21669
21923
|
additionalProperties: {
|
|
@@ -21675,6 +21929,7 @@ const openapi = {
|
|
|
21675
21929
|
connected_account_errors: {
|
|
21676
21930
|
description: 'Errors associated with the connected account.',
|
|
21677
21931
|
items: {
|
|
21932
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21678
21933
|
properties: {
|
|
21679
21934
|
created_at: {
|
|
21680
21935
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -21696,13 +21951,14 @@ const openapi = {
|
|
|
21696
21951
|
type: 'array',
|
|
21697
21952
|
},
|
|
21698
21953
|
connected_account_id: {
|
|
21699
|
-
description: 'ID of the
|
|
21954
|
+
description: 'ID of the connected account associated with the event.',
|
|
21700
21955
|
format: 'uuid',
|
|
21701
21956
|
type: 'string',
|
|
21702
21957
|
},
|
|
21703
21958
|
connected_account_warnings: {
|
|
21704
21959
|
description: 'Warnings associated with the connected account.',
|
|
21705
21960
|
items: {
|
|
21961
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21706
21962
|
properties: {
|
|
21707
21963
|
created_at: {
|
|
21708
21964
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -21742,6 +21998,7 @@ const openapi = {
|
|
|
21742
21998
|
device_errors: {
|
|
21743
21999
|
description: 'Errors associated with the device.',
|
|
21744
22000
|
items: {
|
|
22001
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21745
22002
|
properties: {
|
|
21746
22003
|
created_at: {
|
|
21747
22004
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -21770,6 +22027,7 @@ const openapi = {
|
|
|
21770
22027
|
device_warnings: {
|
|
21771
22028
|
description: 'Warnings associated with the device.',
|
|
21772
22029
|
items: {
|
|
22030
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
21773
22031
|
properties: {
|
|
21774
22032
|
created_at: {
|
|
21775
22033
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -21805,7 +22063,7 @@ const openapi = {
|
|
|
21805
22063
|
type: 'string',
|
|
21806
22064
|
},
|
|
21807
22065
|
workspace_id: {
|
|
21808
|
-
description: 'ID of the
|
|
22066
|
+
description: 'ID of the workspace associated with the event.',
|
|
21809
22067
|
format: 'uuid',
|
|
21810
22068
|
type: 'string',
|
|
21811
22069
|
},
|
|
@@ -21827,7 +22085,7 @@ const openapi = {
|
|
|
21827
22085
|
'x-route-path': '/devices',
|
|
21828
22086
|
},
|
|
21829
22087
|
{
|
|
21830
|
-
description: 'A third-party subscription is active or no longer required to use all
|
|
22088
|
+
description: 'A third-party subscription is active or no longer required to use all device features.',
|
|
21831
22089
|
properties: {
|
|
21832
22090
|
connected_account_custom_metadata: {
|
|
21833
22091
|
additionalProperties: {
|
|
@@ -21837,7 +22095,7 @@ const openapi = {
|
|
|
21837
22095
|
type: 'object',
|
|
21838
22096
|
},
|
|
21839
22097
|
connected_account_id: {
|
|
21840
|
-
description: 'ID of the
|
|
22098
|
+
description: 'ID of the connected account associated with the event.',
|
|
21841
22099
|
format: 'uuid',
|
|
21842
22100
|
type: 'string',
|
|
21843
22101
|
},
|
|
@@ -21877,7 +22135,7 @@ const openapi = {
|
|
|
21877
22135
|
type: 'string',
|
|
21878
22136
|
},
|
|
21879
22137
|
workspace_id: {
|
|
21880
|
-
description: 'ID of the
|
|
22138
|
+
description: 'ID of the workspace associated with the event.',
|
|
21881
22139
|
format: 'uuid',
|
|
21882
22140
|
type: 'string',
|
|
21883
22141
|
},
|
|
@@ -21895,7 +22153,7 @@ const openapi = {
|
|
|
21895
22153
|
'x-route-path': '/devices',
|
|
21896
22154
|
},
|
|
21897
22155
|
{
|
|
21898
|
-
description: 'An accessory keypad was connected to a
|
|
22156
|
+
description: 'An accessory keypad was connected to a device.',
|
|
21899
22157
|
properties: {
|
|
21900
22158
|
connected_account_custom_metadata: {
|
|
21901
22159
|
additionalProperties: {
|
|
@@ -21905,7 +22163,7 @@ const openapi = {
|
|
|
21905
22163
|
type: 'object',
|
|
21906
22164
|
},
|
|
21907
22165
|
connected_account_id: {
|
|
21908
|
-
description: 'ID of the
|
|
22166
|
+
description: 'ID of the connected account associated with the event.',
|
|
21909
22167
|
format: 'uuid',
|
|
21910
22168
|
type: 'string',
|
|
21911
22169
|
},
|
|
@@ -21945,7 +22203,7 @@ const openapi = {
|
|
|
21945
22203
|
type: 'string',
|
|
21946
22204
|
},
|
|
21947
22205
|
workspace_id: {
|
|
21948
|
-
description: 'ID of the
|
|
22206
|
+
description: 'ID of the workspace associated with the event.',
|
|
21949
22207
|
format: 'uuid',
|
|
21950
22208
|
type: 'string',
|
|
21951
22209
|
},
|
|
@@ -21963,7 +22221,7 @@ const openapi = {
|
|
|
21963
22221
|
'x-route-path': '/devices',
|
|
21964
22222
|
},
|
|
21965
22223
|
{
|
|
21966
|
-
description: 'An accessory keypad was disconnected from a
|
|
22224
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
21967
22225
|
properties: {
|
|
21968
22226
|
connected_account_custom_metadata: {
|
|
21969
22227
|
additionalProperties: {
|
|
@@ -21975,6 +22233,7 @@ const openapi = {
|
|
|
21975
22233
|
connected_account_errors: {
|
|
21976
22234
|
description: 'Errors associated with the connected account.',
|
|
21977
22235
|
items: {
|
|
22236
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
21978
22237
|
properties: {
|
|
21979
22238
|
created_at: {
|
|
21980
22239
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -21996,13 +22255,14 @@ const openapi = {
|
|
|
21996
22255
|
type: 'array',
|
|
21997
22256
|
},
|
|
21998
22257
|
connected_account_id: {
|
|
21999
|
-
description: 'ID of the
|
|
22258
|
+
description: 'ID of the connected account associated with the event.',
|
|
22000
22259
|
format: 'uuid',
|
|
22001
22260
|
type: 'string',
|
|
22002
22261
|
},
|
|
22003
22262
|
connected_account_warnings: {
|
|
22004
22263
|
description: 'Warnings associated with the connected account.',
|
|
22005
22264
|
items: {
|
|
22265
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
22006
22266
|
properties: {
|
|
22007
22267
|
created_at: {
|
|
22008
22268
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -22042,6 +22302,7 @@ const openapi = {
|
|
|
22042
22302
|
device_errors: {
|
|
22043
22303
|
description: 'Errors associated with the device.',
|
|
22044
22304
|
items: {
|
|
22305
|
+
description: 'Error associated with the resource, including the error code, message, and creation timestamp.',
|
|
22045
22306
|
properties: {
|
|
22046
22307
|
created_at: {
|
|
22047
22308
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -22070,6 +22331,7 @@ const openapi = {
|
|
|
22070
22331
|
device_warnings: {
|
|
22071
22332
|
description: 'Warnings associated with the device.',
|
|
22072
22333
|
items: {
|
|
22334
|
+
description: 'Warning associated with the resource, including the warning code, message, and creation timestamp.',
|
|
22073
22335
|
properties: {
|
|
22074
22336
|
created_at: {
|
|
22075
22337
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -22105,7 +22367,7 @@ const openapi = {
|
|
|
22105
22367
|
type: 'string',
|
|
22106
22368
|
},
|
|
22107
22369
|
workspace_id: {
|
|
22108
|
-
description: 'ID of the
|
|
22370
|
+
description: 'ID of the workspace associated with the event.',
|
|
22109
22371
|
format: 'uuid',
|
|
22110
22372
|
type: 'string',
|
|
22111
22373
|
},
|
|
@@ -22137,7 +22399,7 @@ const openapi = {
|
|
|
22137
22399
|
type: 'object',
|
|
22138
22400
|
},
|
|
22139
22401
|
connected_account_id: {
|
|
22140
|
-
description: 'ID of the
|
|
22402
|
+
description: 'ID of the connected account associated with the event.',
|
|
22141
22403
|
format: 'uuid',
|
|
22142
22404
|
type: 'string',
|
|
22143
22405
|
},
|
|
@@ -22206,7 +22468,7 @@ const openapi = {
|
|
|
22206
22468
|
type: 'string',
|
|
22207
22469
|
},
|
|
22208
22470
|
workspace_id: {
|
|
22209
|
-
description: 'ID of the
|
|
22471
|
+
description: 'ID of the workspace associated with the event.',
|
|
22210
22472
|
format: 'uuid',
|
|
22211
22473
|
type: 'string',
|
|
22212
22474
|
},
|
|
@@ -22248,7 +22510,7 @@ const openapi = {
|
|
|
22248
22510
|
type: 'object',
|
|
22249
22511
|
},
|
|
22250
22512
|
connected_account_id: {
|
|
22251
|
-
description: 'ID of the
|
|
22513
|
+
description: 'ID of the connected account associated with the event.',
|
|
22252
22514
|
format: 'uuid',
|
|
22253
22515
|
type: 'string',
|
|
22254
22516
|
},
|
|
@@ -22298,7 +22560,7 @@ const openapi = {
|
|
|
22298
22560
|
type: 'string',
|
|
22299
22561
|
},
|
|
22300
22562
|
workspace_id: {
|
|
22301
|
-
description: 'ID of the
|
|
22563
|
+
description: 'ID of the workspace associated with the event.',
|
|
22302
22564
|
format: 'uuid',
|
|
22303
22565
|
type: 'string',
|
|
22304
22566
|
},
|
|
@@ -22356,7 +22618,7 @@ const openapi = {
|
|
|
22356
22618
|
type: 'object',
|
|
22357
22619
|
},
|
|
22358
22620
|
connected_account_id: {
|
|
22359
|
-
description: 'ID of the
|
|
22621
|
+
description: 'ID of the connected account associated with the event.',
|
|
22360
22622
|
format: 'uuid',
|
|
22361
22623
|
type: 'string',
|
|
22362
22624
|
},
|
|
@@ -22411,7 +22673,7 @@ const openapi = {
|
|
|
22411
22673
|
type: 'string',
|
|
22412
22674
|
},
|
|
22413
22675
|
workspace_id: {
|
|
22414
|
-
description: 'ID of the
|
|
22676
|
+
description: 'ID of the workspace associated with the event.',
|
|
22415
22677
|
format: 'uuid',
|
|
22416
22678
|
type: 'string',
|
|
22417
22679
|
},
|
|
@@ -22444,7 +22706,7 @@ const openapi = {
|
|
|
22444
22706
|
type: 'object',
|
|
22445
22707
|
},
|
|
22446
22708
|
connected_account_id: {
|
|
22447
|
-
description: 'ID of the
|
|
22709
|
+
description: 'ID of the connected account associated with the event.',
|
|
22448
22710
|
format: 'uuid',
|
|
22449
22711
|
type: 'string',
|
|
22450
22712
|
},
|
|
@@ -22481,7 +22743,7 @@ const openapi = {
|
|
|
22481
22743
|
type: 'string',
|
|
22482
22744
|
},
|
|
22483
22745
|
workspace_id: {
|
|
22484
|
-
description: 'ID of the
|
|
22746
|
+
description: 'ID of the workspace associated with the event.',
|
|
22485
22747
|
format: 'uuid',
|
|
22486
22748
|
type: 'string',
|
|
22487
22749
|
},
|
|
@@ -22513,7 +22775,7 @@ const openapi = {
|
|
|
22513
22775
|
type: 'object',
|
|
22514
22776
|
},
|
|
22515
22777
|
connected_account_id: {
|
|
22516
|
-
description: 'ID of the
|
|
22778
|
+
description: 'ID of the connected account associated with the event.',
|
|
22517
22779
|
format: 'uuid',
|
|
22518
22780
|
type: 'string',
|
|
22519
22781
|
},
|
|
@@ -22563,7 +22825,7 @@ const openapi = {
|
|
|
22563
22825
|
type: 'string',
|
|
22564
22826
|
},
|
|
22565
22827
|
workspace_id: {
|
|
22566
|
-
description: 'ID of the
|
|
22828
|
+
description: 'ID of the workspace associated with the event.',
|
|
22567
22829
|
format: 'uuid',
|
|
22568
22830
|
type: 'string',
|
|
22569
22831
|
},
|
|
@@ -22594,7 +22856,7 @@ const openapi = {
|
|
|
22594
22856
|
type: 'object',
|
|
22595
22857
|
},
|
|
22596
22858
|
connected_account_id: {
|
|
22597
|
-
description: 'ID of the
|
|
22859
|
+
description: 'ID of the connected account associated with the event.',
|
|
22598
22860
|
format: 'uuid',
|
|
22599
22861
|
type: 'string',
|
|
22600
22862
|
},
|
|
@@ -22669,7 +22931,7 @@ const openapi = {
|
|
|
22669
22931
|
type: 'string',
|
|
22670
22932
|
},
|
|
22671
22933
|
workspace_id: {
|
|
22672
|
-
description: 'ID of the
|
|
22934
|
+
description: 'ID of the workspace associated with the event.',
|
|
22673
22935
|
format: 'uuid',
|
|
22674
22936
|
type: 'string',
|
|
22675
22937
|
},
|
|
@@ -22698,7 +22960,7 @@ const openapi = {
|
|
|
22698
22960
|
type: 'object',
|
|
22699
22961
|
},
|
|
22700
22962
|
connected_account_id: {
|
|
22701
|
-
description: 'ID of the
|
|
22963
|
+
description: 'ID of the connected account associated with the event.',
|
|
22702
22964
|
format: 'uuid',
|
|
22703
22965
|
type: 'string',
|
|
22704
22966
|
},
|
|
@@ -22772,7 +23034,7 @@ const openapi = {
|
|
|
22772
23034
|
type: 'number',
|
|
22773
23035
|
},
|
|
22774
23036
|
workspace_id: {
|
|
22775
|
-
description: 'ID of the
|
|
23037
|
+
description: 'ID of the workspace associated with the event.',
|
|
22776
23038
|
format: 'uuid',
|
|
22777
23039
|
type: 'string',
|
|
22778
23040
|
},
|
|
@@ -22806,7 +23068,7 @@ const openapi = {
|
|
|
22806
23068
|
type: 'object',
|
|
22807
23069
|
},
|
|
22808
23070
|
connected_account_id: {
|
|
22809
|
-
description: 'ID of the
|
|
23071
|
+
description: 'ID of the connected account associated with the event.',
|
|
22810
23072
|
format: 'uuid',
|
|
22811
23073
|
type: 'string',
|
|
22812
23074
|
},
|
|
@@ -22880,7 +23142,7 @@ const openapi = {
|
|
|
22880
23142
|
type: 'number',
|
|
22881
23143
|
},
|
|
22882
23144
|
workspace_id: {
|
|
22883
|
-
description: 'ID of the
|
|
23145
|
+
description: 'ID of the workspace associated with the event.',
|
|
22884
23146
|
format: 'uuid',
|
|
22885
23147
|
type: 'string',
|
|
22886
23148
|
},
|
|
@@ -22914,7 +23176,7 @@ const openapi = {
|
|
|
22914
23176
|
type: 'object',
|
|
22915
23177
|
},
|
|
22916
23178
|
connected_account_id: {
|
|
22917
|
-
description: 'ID of the
|
|
23179
|
+
description: 'ID of the connected account associated with the event.',
|
|
22918
23180
|
format: 'uuid',
|
|
22919
23181
|
type: 'string',
|
|
22920
23182
|
},
|
|
@@ -22974,7 +23236,7 @@ const openapi = {
|
|
|
22974
23236
|
type: 'number',
|
|
22975
23237
|
},
|
|
22976
23238
|
workspace_id: {
|
|
22977
|
-
description: 'ID of the
|
|
23239
|
+
description: 'ID of the workspace associated with the event.',
|
|
22978
23240
|
format: 'uuid',
|
|
22979
23241
|
type: 'string',
|
|
22980
23242
|
},
|
|
@@ -23004,7 +23266,7 @@ const openapi = {
|
|
|
23004
23266
|
type: 'object',
|
|
23005
23267
|
},
|
|
23006
23268
|
connected_account_id: {
|
|
23007
|
-
description: 'ID of the
|
|
23269
|
+
description: 'ID of the connected account associated with the event.',
|
|
23008
23270
|
format: 'uuid',
|
|
23009
23271
|
type: 'string',
|
|
23010
23272
|
},
|
|
@@ -23054,7 +23316,7 @@ const openapi = {
|
|
|
23054
23316
|
type: 'number',
|
|
23055
23317
|
},
|
|
23056
23318
|
workspace_id: {
|
|
23057
|
-
description: 'ID of the
|
|
23319
|
+
description: 'ID of the workspace associated with the event.',
|
|
23058
23320
|
format: 'uuid',
|
|
23059
23321
|
type: 'string',
|
|
23060
23322
|
},
|
|
@@ -23074,7 +23336,7 @@ const openapi = {
|
|
|
23074
23336
|
'x-route-path': '/thermostats',
|
|
23075
23337
|
},
|
|
23076
23338
|
{
|
|
23077
|
-
description: 'The name of a
|
|
23339
|
+
description: 'The name of a device was changed.',
|
|
23078
23340
|
properties: {
|
|
23079
23341
|
connected_account_custom_metadata: {
|
|
23080
23342
|
additionalProperties: {
|
|
@@ -23084,7 +23346,7 @@ const openapi = {
|
|
|
23084
23346
|
type: 'object',
|
|
23085
23347
|
},
|
|
23086
23348
|
connected_account_id: {
|
|
23087
|
-
description: 'ID of the
|
|
23349
|
+
description: 'ID of the connected account associated with the event.',
|
|
23088
23350
|
format: 'uuid',
|
|
23089
23351
|
type: 'string',
|
|
23090
23352
|
},
|
|
@@ -23125,7 +23387,7 @@ const openapi = {
|
|
|
23125
23387
|
type: 'string',
|
|
23126
23388
|
},
|
|
23127
23389
|
workspace_id: {
|
|
23128
|
-
description: 'ID of the
|
|
23390
|
+
description: 'ID of the workspace associated with the event.',
|
|
23129
23391
|
format: 'uuid',
|
|
23130
23392
|
type: 'string',
|
|
23131
23393
|
},
|
|
@@ -23144,7 +23406,7 @@ const openapi = {
|
|
|
23144
23406
|
'x-route-path': '/devices',
|
|
23145
23407
|
},
|
|
23146
23408
|
{
|
|
23147
|
-
description: 'A
|
|
23409
|
+
description: 'A camera was activated, for example, by motion detection.',
|
|
23148
23410
|
properties: {
|
|
23149
23411
|
activation_reason: {
|
|
23150
23412
|
description: 'The reason the camera was activated.',
|
|
@@ -23159,7 +23421,7 @@ const openapi = {
|
|
|
23159
23421
|
type: 'object',
|
|
23160
23422
|
},
|
|
23161
23423
|
connected_account_id: {
|
|
23162
|
-
description: 'ID of the
|
|
23424
|
+
description: 'ID of the connected account associated with the event.',
|
|
23163
23425
|
format: 'uuid',
|
|
23164
23426
|
type: 'string',
|
|
23165
23427
|
},
|
|
@@ -23211,7 +23473,7 @@ const openapi = {
|
|
|
23211
23473
|
type: 'string',
|
|
23212
23474
|
},
|
|
23213
23475
|
workspace_id: {
|
|
23214
|
-
description: 'ID of the
|
|
23476
|
+
description: 'ID of the workspace associated with the event.',
|
|
23215
23477
|
format: 'uuid',
|
|
23216
23478
|
type: 'string',
|
|
23217
23479
|
},
|
|
@@ -23230,7 +23492,7 @@ const openapi = {
|
|
|
23230
23492
|
'x-route-path': '/devices',
|
|
23231
23493
|
},
|
|
23232
23494
|
{
|
|
23233
|
-
description: 'A doorbell button was pressed on a
|
|
23495
|
+
description: 'A doorbell button was pressed on a device.',
|
|
23234
23496
|
properties: {
|
|
23235
23497
|
connected_account_custom_metadata: {
|
|
23236
23498
|
additionalProperties: {
|
|
@@ -23240,7 +23502,7 @@ const openapi = {
|
|
|
23240
23502
|
type: 'object',
|
|
23241
23503
|
},
|
|
23242
23504
|
connected_account_id: {
|
|
23243
|
-
description: 'ID of the
|
|
23505
|
+
description: 'ID of the connected account associated with the event.',
|
|
23244
23506
|
format: 'uuid',
|
|
23245
23507
|
type: 'string',
|
|
23246
23508
|
},
|
|
@@ -23287,7 +23549,7 @@ const openapi = {
|
|
|
23287
23549
|
type: 'string',
|
|
23288
23550
|
},
|
|
23289
23551
|
workspace_id: {
|
|
23290
|
-
description: 'ID of the
|
|
23552
|
+
description: 'ID of the workspace associated with the event.',
|
|
23291
23553
|
format: 'uuid',
|
|
23292
23554
|
type: 'string',
|
|
23293
23555
|
},
|
|
@@ -23332,7 +23594,7 @@ const openapi = {
|
|
|
23332
23594
|
type: 'string',
|
|
23333
23595
|
},
|
|
23334
23596
|
workspace_id: {
|
|
23335
|
-
description: 'ID of the
|
|
23597
|
+
description: 'ID of the workspace associated with the event.',
|
|
23336
23598
|
format: 'uuid',
|
|
23337
23599
|
type: 'string',
|
|
23338
23600
|
},
|
|
@@ -23380,7 +23642,7 @@ const openapi = {
|
|
|
23380
23642
|
type: 'string',
|
|
23381
23643
|
},
|
|
23382
23644
|
workspace_id: {
|
|
23383
|
-
description: 'ID of the
|
|
23645
|
+
description: 'ID of the workspace associated with the event.',
|
|
23384
23646
|
format: 'uuid',
|
|
23385
23647
|
type: 'string',
|
|
23386
23648
|
},
|
|
@@ -23439,7 +23701,7 @@ const openapi = {
|
|
|
23439
23701
|
type: 'string',
|
|
23440
23702
|
},
|
|
23441
23703
|
workspace_id: {
|
|
23442
|
-
description: 'ID of the
|
|
23704
|
+
description: 'ID of the workspace associated with the event.',
|
|
23443
23705
|
format: 'uuid',
|
|
23444
23706
|
type: 'string',
|
|
23445
23707
|
},
|
|
@@ -23500,7 +23762,7 @@ const openapi = {
|
|
|
23500
23762
|
type: 'string',
|
|
23501
23763
|
},
|
|
23502
23764
|
workspace_id: {
|
|
23503
|
-
description: 'ID of the
|
|
23765
|
+
description: 'ID of the workspace associated with the event.',
|
|
23504
23766
|
format: 'uuid',
|
|
23505
23767
|
type: 'string',
|
|
23506
23768
|
},
|
|
@@ -23561,7 +23823,7 @@ const openapi = {
|
|
|
23561
23823
|
type: 'string',
|
|
23562
23824
|
},
|
|
23563
23825
|
workspace_id: {
|
|
23564
|
-
description: 'ID of the
|
|
23826
|
+
description: 'ID of the workspace associated with the event.',
|
|
23565
23827
|
format: 'uuid',
|
|
23566
23828
|
type: 'string',
|
|
23567
23829
|
},
|
|
@@ -23586,7 +23848,7 @@ const openapi = {
|
|
|
23586
23848
|
description: 'Represents a Seam Instant Key. For issuing Bluetooth mobile keys, Instant Keys are the fastest way to share access. With a single API call, you can create a mobile key and send it through text or email or embed it in your own app.\n\nThere’s no app to install, nor account to create. Your user just taps a link and gets a lightweight, native-feeling experience using iOS App Clip or Instant Apps on Android. Further, Instant Keys work offline, so even in areas with poor cellular or Wi-Fi, like elevator banks or concrete-walled hallways, the Instant Keys still work.',
|
|
23587
23849
|
properties: {
|
|
23588
23850
|
client_session_id: {
|
|
23589
|
-
description: 'ID of the
|
|
23851
|
+
description: 'ID of the client session associated with the Instant Key.',
|
|
23590
23852
|
format: 'uuid',
|
|
23591
23853
|
type: 'string',
|
|
23592
23854
|
},
|
|
@@ -23640,7 +23902,7 @@ const openapi = {
|
|
|
23640
23902
|
type: 'string',
|
|
23641
23903
|
},
|
|
23642
23904
|
workspace_id: {
|
|
23643
|
-
description: 'ID of the
|
|
23905
|
+
description: 'ID of the workspace that contains the Instant Key.',
|
|
23644
23906
|
format: 'uuid',
|
|
23645
23907
|
type: 'string',
|
|
23646
23908
|
},
|
|
@@ -23680,7 +23942,7 @@ const openapi = {
|
|
|
23680
23942
|
type: 'string',
|
|
23681
23943
|
},
|
|
23682
23944
|
workspace_id: {
|
|
23683
|
-
description: 'ID of the
|
|
23945
|
+
description: 'ID of the workspace associated with the magic link.',
|
|
23684
23946
|
format: 'uuid',
|
|
23685
23947
|
type: 'string',
|
|
23686
23948
|
},
|
|
@@ -23783,7 +24045,7 @@ const openapi = {
|
|
|
23783
24045
|
type: 'string',
|
|
23784
24046
|
},
|
|
23785
24047
|
device_type: {
|
|
23786
|
-
description: '
|
|
24048
|
+
description: 'Type of the phone device, such as `ios_phone` or `android_phone`.',
|
|
23787
24049
|
enum: ['ios_phone', 'android_phone'],
|
|
23788
24050
|
type: 'string',
|
|
23789
24051
|
},
|
|
@@ -23795,8 +24057,14 @@ const openapi = {
|
|
|
23795
24057
|
description: 'Errors associated with the phone.',
|
|
23796
24058
|
items: {
|
|
23797
24059
|
properties: {
|
|
23798
|
-
error_code: {
|
|
23799
|
-
|
|
24060
|
+
error_code: {
|
|
24061
|
+
description: 'Unique identifier of the type of error.',
|
|
24062
|
+
type: 'string',
|
|
24063
|
+
},
|
|
24064
|
+
message: {
|
|
24065
|
+
description: 'Detailed description of the error.',
|
|
24066
|
+
type: 'string',
|
|
24067
|
+
},
|
|
23800
24068
|
},
|
|
23801
24069
|
required: ['error_code', 'message'],
|
|
23802
24070
|
type: 'object',
|
|
@@ -23808,7 +24076,7 @@ const openapi = {
|
|
|
23808
24076
|
type: 'string',
|
|
23809
24077
|
},
|
|
23810
24078
|
properties: {
|
|
23811
|
-
description: '
|
|
24079
|
+
description: 'Properties of the phone.',
|
|
23812
24080
|
properties: {
|
|
23813
24081
|
assa_abloy_credential_service_metadata: {
|
|
23814
24082
|
description: 'ASSA ABLOY Credential Service metadata for the phone.',
|
|
@@ -23857,8 +24125,14 @@ const openapi = {
|
|
|
23857
24125
|
description: 'Warnings associated with the phone.',
|
|
23858
24126
|
items: {
|
|
23859
24127
|
properties: {
|
|
23860
|
-
message: {
|
|
23861
|
-
|
|
24128
|
+
message: {
|
|
24129
|
+
description: 'Detailed description of the warning.',
|
|
24130
|
+
type: 'string',
|
|
24131
|
+
},
|
|
24132
|
+
warning_code: {
|
|
24133
|
+
description: 'Unique identifier of the type of warning.',
|
|
24134
|
+
type: 'string',
|
|
24135
|
+
},
|
|
23862
24136
|
},
|
|
23863
24137
|
required: ['warning_code', 'message'],
|
|
23864
24138
|
type: 'object',
|
|
@@ -23866,7 +24140,7 @@ const openapi = {
|
|
|
23866
24140
|
type: 'array',
|
|
23867
24141
|
},
|
|
23868
24142
|
workspace_id: {
|
|
23869
|
-
description: 'ID of the
|
|
24143
|
+
description: 'ID of the workspace that contains the phone.\n ',
|
|
23870
24144
|
format: 'uuid',
|
|
23871
24145
|
type: 'string',
|
|
23872
24146
|
},
|
|
@@ -23937,6 +24211,7 @@ const openapi = {
|
|
|
23937
24211
|
},
|
|
23938
24212
|
acs_credential_id: { nullable: true, type: 'string' },
|
|
23939
24213
|
acs_credential_pool_id: {
|
|
24214
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
23940
24215
|
format: 'uuid',
|
|
23941
24216
|
type: 'string',
|
|
23942
24217
|
},
|
|
@@ -24547,7 +24822,11 @@ const openapi = {
|
|
|
24547
24822
|
nullable: true,
|
|
24548
24823
|
type: 'boolean',
|
|
24549
24824
|
},
|
|
24550
|
-
is_managed: {
|
|
24825
|
+
is_managed: {
|
|
24826
|
+
description: 'Indicates whether Seam manages the credential.',
|
|
24827
|
+
enum: [true],
|
|
24828
|
+
type: 'boolean',
|
|
24829
|
+
},
|
|
24551
24830
|
is_multi_phone_sync_credential: {
|
|
24552
24831
|
description: '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).',
|
|
24553
24832
|
type: 'boolean',
|
|
@@ -24786,7 +25065,7 @@ const openapi = {
|
|
|
24786
25065
|
type: 'array',
|
|
24787
25066
|
},
|
|
24788
25067
|
workspace_id: {
|
|
24789
|
-
description: 'ID of the
|
|
25068
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
24790
25069
|
format: 'uuid',
|
|
24791
25070
|
type: 'string',
|
|
24792
25071
|
},
|
|
@@ -24857,7 +25136,11 @@ const openapi = {
|
|
|
24857
25136
|
format: 'date-time',
|
|
24858
25137
|
type: 'string',
|
|
24859
25138
|
},
|
|
24860
|
-
display_name: {
|
|
25139
|
+
display_name: {
|
|
25140
|
+
description: 'Display name for the user identity.',
|
|
25141
|
+
minLength: 1,
|
|
25142
|
+
type: 'string',
|
|
25143
|
+
},
|
|
24861
25144
|
email_address: {
|
|
24862
25145
|
description: 'Unique email address for the user identity.',
|
|
24863
25146
|
format: 'email',
|
|
@@ -24911,7 +25194,12 @@ const openapi = {
|
|
|
24911
25194
|
},
|
|
24912
25195
|
type: 'array',
|
|
24913
25196
|
},
|
|
24914
|
-
full_name: {
|
|
25197
|
+
full_name: {
|
|
25198
|
+
description: 'Full name of the user associated with the user identity.',
|
|
25199
|
+
minLength: 1,
|
|
25200
|
+
nullable: true,
|
|
25201
|
+
type: 'string',
|
|
25202
|
+
},
|
|
24915
25203
|
phone_number: {
|
|
24916
25204
|
description: 'Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).',
|
|
24917
25205
|
nullable: true,
|
|
@@ -24983,7 +25271,7 @@ const openapi = {
|
|
|
24983
25271
|
type: 'array',
|
|
24984
25272
|
},
|
|
24985
25273
|
workspace_id: {
|
|
24986
|
-
description: 'ID of the
|
|
25274
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
24987
25275
|
format: 'uuid',
|
|
24988
25276
|
type: 'string',
|
|
24989
25277
|
},
|
|
@@ -25107,7 +25395,7 @@ const openapi = {
|
|
|
25107
25395
|
type: 'string',
|
|
25108
25396
|
},
|
|
25109
25397
|
workspace_id: {
|
|
25110
|
-
description: 'ID of the
|
|
25398
|
+
description: 'ID of the workspace associated with the space.',
|
|
25111
25399
|
format: 'uuid',
|
|
25112
25400
|
type: 'string',
|
|
25113
25401
|
},
|
|
@@ -25244,7 +25532,7 @@ const openapi = {
|
|
|
25244
25532
|
type: 'string',
|
|
25245
25533
|
},
|
|
25246
25534
|
workspace_id: {
|
|
25247
|
-
description: 'ID of the
|
|
25535
|
+
description: 'ID of the workspace that contains the thermostat daily program.',
|
|
25248
25536
|
format: 'uuid',
|
|
25249
25537
|
type: 'string',
|
|
25250
25538
|
},
|
|
@@ -25327,7 +25615,7 @@ const openapi = {
|
|
|
25327
25615
|
type: 'string',
|
|
25328
25616
|
},
|
|
25329
25617
|
workspace_id: {
|
|
25330
|
-
description: 'ID of the
|
|
25618
|
+
description: 'ID of the workspace that contains the thermostat schedule.',
|
|
25331
25619
|
format: 'uuid',
|
|
25332
25620
|
type: 'string',
|
|
25333
25621
|
},
|
|
@@ -26716,7 +27004,7 @@ const openapi = {
|
|
|
26716
27004
|
type: 'string',
|
|
26717
27005
|
},
|
|
26718
27006
|
connected_account_id: {
|
|
26719
|
-
description: 'ID of the
|
|
27007
|
+
description: 'ID of the connected account that contains the access group.',
|
|
26720
27008
|
format: 'uuid',
|
|
26721
27009
|
type: 'string',
|
|
26722
27010
|
},
|
|
@@ -26725,7 +27013,10 @@ const openapi = {
|
|
|
26725
27013
|
format: 'date-time',
|
|
26726
27014
|
type: 'string',
|
|
26727
27015
|
},
|
|
26728
|
-
display_name: {
|
|
27016
|
+
display_name: {
|
|
27017
|
+
description: 'Display name for the access group.',
|
|
27018
|
+
type: 'string',
|
|
27019
|
+
},
|
|
26729
27020
|
errors: {
|
|
26730
27021
|
description: 'Errors associated with the `acs_access_group`.',
|
|
26731
27022
|
items: {
|
|
@@ -27158,7 +27449,7 @@ const openapi = {
|
|
|
27158
27449
|
type: 'array',
|
|
27159
27450
|
},
|
|
27160
27451
|
workspace_id: {
|
|
27161
|
-
description: 'ID of the
|
|
27452
|
+
description: 'ID of the workspace that contains the access group.',
|
|
27162
27453
|
format: 'uuid',
|
|
27163
27454
|
type: 'string',
|
|
27164
27455
|
},
|
|
@@ -27197,7 +27488,11 @@ const openapi = {
|
|
|
27197
27488
|
format: 'uuid',
|
|
27198
27489
|
type: 'string',
|
|
27199
27490
|
},
|
|
27200
|
-
acs_credential_pool_id: {
|
|
27491
|
+
acs_credential_pool_id: {
|
|
27492
|
+
description: 'ID of the credential pool to which the credential belongs.',
|
|
27493
|
+
format: 'uuid',
|
|
27494
|
+
type: 'string',
|
|
27495
|
+
},
|
|
27201
27496
|
acs_system_id: {
|
|
27202
27497
|
description: '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).',
|
|
27203
27498
|
format: 'uuid',
|
|
@@ -27527,7 +27822,7 @@ const openapi = {
|
|
|
27527
27822
|
type: 'array',
|
|
27528
27823
|
},
|
|
27529
27824
|
workspace_id: {
|
|
27530
|
-
description: 'ID of the
|
|
27825
|
+
description: 'ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
|
|
27531
27826
|
format: 'uuid',
|
|
27532
27827
|
type: 'string',
|
|
27533
27828
|
},
|
|
@@ -27580,7 +27875,7 @@ const openapi = {
|
|
|
27580
27875
|
type: 'string',
|
|
27581
27876
|
},
|
|
27582
27877
|
connected_account_id: {
|
|
27583
|
-
description: '\n The ID of the
|
|
27878
|
+
description: '\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ',
|
|
27584
27879
|
format: 'uuid',
|
|
27585
27880
|
type: 'string',
|
|
27586
27881
|
},
|
|
@@ -27757,7 +28052,11 @@ const openapi = {
|
|
|
27757
28052
|
minLength: 1,
|
|
27758
28053
|
type: 'string',
|
|
27759
28054
|
},
|
|
27760
|
-
hid_acs_system_id: {
|
|
28055
|
+
hid_acs_system_id: {
|
|
28056
|
+
description: 'ID of the HID access control system associated with the user.',
|
|
28057
|
+
format: 'uuid',
|
|
28058
|
+
type: 'string',
|
|
28059
|
+
},
|
|
27761
28060
|
is_managed: { enum: [false], type: 'boolean' },
|
|
27762
28061
|
is_suspended: {
|
|
27763
28062
|
description: '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).',
|
|
@@ -28290,7 +28589,7 @@ const openapi = {
|
|
|
28290
28589
|
type: 'array',
|
|
28291
28590
|
},
|
|
28292
28591
|
workspace_id: {
|
|
28293
|
-
description: 'ID of the
|
|
28592
|
+
description: 'ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).',
|
|
28294
28593
|
format: 'uuid',
|
|
28295
28594
|
type: 'string',
|
|
28296
28595
|
},
|
|
@@ -28314,30 +28613,86 @@ const openapi = {
|
|
|
28314
28613
|
unmanaged_device: {
|
|
28315
28614
|
description: '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).',
|
|
28316
28615
|
properties: {
|
|
28317
|
-
can_configure_auto_lock: {
|
|
28318
|
-
|
|
28319
|
-
|
|
28320
|
-
|
|
28321
|
-
|
|
28322
|
-
|
|
28616
|
+
can_configure_auto_lock: {
|
|
28617
|
+
description: 'Indicates whether the lock supports configuring automatic locking.',
|
|
28618
|
+
type: 'boolean',
|
|
28619
|
+
},
|
|
28620
|
+
can_hvac_cool: {
|
|
28621
|
+
description: 'Indicates whether the thermostat supports cooling.',
|
|
28622
|
+
type: 'boolean',
|
|
28623
|
+
},
|
|
28624
|
+
can_hvac_heat: {
|
|
28625
|
+
description: 'Indicates whether the thermostat supports heating.',
|
|
28626
|
+
type: 'boolean',
|
|
28627
|
+
},
|
|
28628
|
+
can_hvac_heat_cool: {
|
|
28629
|
+
description: 'Indicates whether the thermostat supports simultaneous heating and cooling.',
|
|
28630
|
+
type: 'boolean',
|
|
28631
|
+
},
|
|
28632
|
+
can_program_offline_access_codes: {
|
|
28633
|
+
description: 'Indicates whether the device supports programming offline access codes.',
|
|
28634
|
+
type: 'boolean',
|
|
28635
|
+
},
|
|
28636
|
+
can_program_online_access_codes: {
|
|
28637
|
+
description: 'Indicates whether the device supports programming online access codes.',
|
|
28638
|
+
type: 'boolean',
|
|
28639
|
+
},
|
|
28323
28640
|
can_program_thermostat_programs_as_different_each_day: {
|
|
28641
|
+
description: 'Indicates whether the thermostat supports different climate programs for each day of the week.',
|
|
28642
|
+
type: 'boolean',
|
|
28643
|
+
},
|
|
28644
|
+
can_program_thermostat_programs_as_same_each_day: {
|
|
28645
|
+
description: 'Indicates whether the thermostat supports a single climate program applied to every day.',
|
|
28324
28646
|
type: 'boolean',
|
|
28325
28647
|
},
|
|
28326
|
-
can_program_thermostat_programs_as_same_each_day: { type: 'boolean' },
|
|
28327
28648
|
can_program_thermostat_programs_as_weekday_weekend: {
|
|
28649
|
+
description: 'Indicates whether the thermostat supports weekday/weekend climate programs.',
|
|
28650
|
+
type: 'boolean',
|
|
28651
|
+
},
|
|
28652
|
+
can_remotely_lock: {
|
|
28653
|
+
description: 'Indicates whether the device supports remote locking.',
|
|
28654
|
+
type: 'boolean',
|
|
28655
|
+
},
|
|
28656
|
+
can_remotely_unlock: {
|
|
28657
|
+
description: 'Indicates whether the device supports remote unlocking.',
|
|
28658
|
+
type: 'boolean',
|
|
28659
|
+
},
|
|
28660
|
+
can_run_thermostat_programs: {
|
|
28661
|
+
description: 'Indicates whether the thermostat supports running climate programs.',
|
|
28662
|
+
type: 'boolean',
|
|
28663
|
+
},
|
|
28664
|
+
can_simulate_connection: {
|
|
28665
|
+
description: 'Indicates whether the device supports simulating connection in a sandbox.',
|
|
28666
|
+
type: 'boolean',
|
|
28667
|
+
},
|
|
28668
|
+
can_simulate_disconnection: {
|
|
28669
|
+
description: 'Indicates whether the device supports simulating disconnection in a sandbox.',
|
|
28670
|
+
type: 'boolean',
|
|
28671
|
+
},
|
|
28672
|
+
can_simulate_hub_connection: {
|
|
28673
|
+
description: 'Indicates whether the hub supports simulating connection in a sandbox.',
|
|
28674
|
+
type: 'boolean',
|
|
28675
|
+
},
|
|
28676
|
+
can_simulate_hub_disconnection: {
|
|
28677
|
+
description: 'Indicates whether the hub supports simulating disconnection in a sandbox.',
|
|
28678
|
+
type: 'boolean',
|
|
28679
|
+
},
|
|
28680
|
+
can_simulate_paid_subscription: {
|
|
28681
|
+
description: 'Indicates whether the device supports simulating a paid subscription in a sandbox.',
|
|
28682
|
+
type: 'boolean',
|
|
28683
|
+
},
|
|
28684
|
+
can_simulate_removal: {
|
|
28685
|
+
description: 'Indicates whether the device supports simulating removal in a sandbox.',
|
|
28686
|
+
type: 'boolean',
|
|
28687
|
+
},
|
|
28688
|
+
can_turn_off_hvac: {
|
|
28689
|
+
description: 'Indicates whether the thermostat can be turned off.',
|
|
28690
|
+
type: 'boolean',
|
|
28691
|
+
},
|
|
28692
|
+
can_unlock_with_code: {
|
|
28693
|
+
description: 'Indicates whether the lock supports unlocking with an access code.',
|
|
28328
28694
|
type: 'boolean',
|
|
28329
28695
|
},
|
|
28330
|
-
can_remotely_lock: { type: 'boolean' },
|
|
28331
|
-
can_remotely_unlock: { type: 'boolean' },
|
|
28332
|
-
can_run_thermostat_programs: { type: 'boolean' },
|
|
28333
|
-
can_simulate_connection: { type: 'boolean' },
|
|
28334
|
-
can_simulate_disconnection: { type: 'boolean' },
|
|
28335
|
-
can_simulate_hub_connection: { type: 'boolean' },
|
|
28336
|
-
can_simulate_hub_disconnection: { type: 'boolean' },
|
|
28337
|
-
can_simulate_paid_subscription: { type: 'boolean' },
|
|
28338
|
-
can_simulate_removal: { type: 'boolean' },
|
|
28339
|
-
can_turn_off_hvac: { type: 'boolean' },
|
|
28340
|
-
can_unlock_with_code: { type: 'boolean' },
|
|
28341
28696
|
capabilities_supported: {
|
|
28342
28697
|
description: '\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 ',
|
|
28343
28698
|
items: {
|
|
@@ -28982,7 +29337,11 @@ const openapi = {
|
|
|
28982
29337
|
thermostats: { name: 'Thermostats' },
|
|
28983
29338
|
},
|
|
28984
29339
|
},
|
|
28985
|
-
is_managed: {
|
|
29340
|
+
is_managed: {
|
|
29341
|
+
description: 'Indicates that Seam does not manage the device.',
|
|
29342
|
+
enum: [false],
|
|
29343
|
+
type: 'boolean',
|
|
29344
|
+
},
|
|
28986
29345
|
location: {
|
|
28987
29346
|
description: 'Location information for the device.',
|
|
28988
29347
|
properties: {
|
|
@@ -29791,7 +30150,11 @@ const openapi = {
|
|
|
29791
30150
|
format: 'date-time',
|
|
29792
30151
|
type: 'string',
|
|
29793
30152
|
},
|
|
29794
|
-
display_name: {
|
|
30153
|
+
display_name: {
|
|
30154
|
+
description: 'Display name for the user identity.',
|
|
30155
|
+
minLength: 1,
|
|
30156
|
+
type: 'string',
|
|
30157
|
+
},
|
|
29795
30158
|
email_address: {
|
|
29796
30159
|
description: 'Unique email address for the user identity.',
|
|
29797
30160
|
format: 'email',
|
|
@@ -29845,7 +30208,12 @@ const openapi = {
|
|
|
29845
30208
|
},
|
|
29846
30209
|
type: 'array',
|
|
29847
30210
|
},
|
|
29848
|
-
full_name: {
|
|
30211
|
+
full_name: {
|
|
30212
|
+
description: 'Full name of the user associated with the user identity.',
|
|
30213
|
+
minLength: 1,
|
|
30214
|
+
nullable: true,
|
|
30215
|
+
type: 'string',
|
|
30216
|
+
},
|
|
29849
30217
|
phone_number: {
|
|
29850
30218
|
description: 'Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).',
|
|
29851
30219
|
nullable: true,
|
|
@@ -29915,7 +30283,7 @@ const openapi = {
|
|
|
29915
30283
|
type: 'array',
|
|
29916
30284
|
},
|
|
29917
30285
|
workspace_id: {
|
|
29918
|
-
description: 'ID of the
|
|
30286
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
29919
30287
|
format: 'uuid',
|
|
29920
30288
|
type: 'string',
|
|
29921
30289
|
},
|
|
@@ -29952,10 +30320,7 @@ const openapi = {
|
|
|
29952
30320
|
description: 'URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29953
30321
|
type: 'string',
|
|
29954
30322
|
},
|
|
29955
|
-
webhook_id: {
|
|
29956
|
-
description: 'ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).',
|
|
29957
|
-
type: 'string',
|
|
29958
|
-
},
|
|
30323
|
+
webhook_id: { description: 'ID of the webhook.', type: 'string' },
|
|
29959
30324
|
},
|
|
29960
30325
|
required: ['webhook_id', 'url'],
|
|
29961
30326
|
type: 'object',
|
|
@@ -30017,7 +30382,7 @@ const openapi = {
|
|
|
30017
30382
|
type: 'string',
|
|
30018
30383
|
},
|
|
30019
30384
|
organization_id: {
|
|
30020
|
-
description: 'ID of the organization to which the
|
|
30385
|
+
description: 'ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization.',
|
|
30021
30386
|
format: 'uuid',
|
|
30022
30387
|
nullable: true,
|
|
30023
30388
|
type: 'string',
|
|
@@ -30027,7 +30392,7 @@ const openapi = {
|
|
|
30027
30392
|
type: 'string',
|
|
30028
30393
|
},
|
|
30029
30394
|
workspace_id: {
|
|
30030
|
-
description: 'ID of the
|
|
30395
|
+
description: 'ID of the workspace.',
|
|
30031
30396
|
format: 'uuid',
|
|
30032
30397
|
type: 'string',
|
|
30033
30398
|
},
|
|
@@ -32961,6 +33326,7 @@ const openapi = {
|
|
|
32961
33326
|
type: 'string',
|
|
32962
33327
|
},
|
|
32963
33328
|
full_name: {
|
|
33329
|
+
description: 'Full name of the user associated with the user identity.',
|
|
32964
33330
|
minLength: 1,
|
|
32965
33331
|
nullable: true,
|
|
32966
33332
|
type: 'string',
|
|
@@ -45240,7 +45606,11 @@ const openapi = {
|
|
|
45240
45606
|
minLength: 1,
|
|
45241
45607
|
type: 'string',
|
|
45242
45608
|
},
|
|
45243
|
-
hid_acs_system_id: {
|
|
45609
|
+
hid_acs_system_id: {
|
|
45610
|
+
description: 'ID of the HID access control system associated with the user.',
|
|
45611
|
+
format: 'uuid',
|
|
45612
|
+
type: 'string',
|
|
45613
|
+
},
|
|
45244
45614
|
phone_number: {
|
|
45245
45615
|
description: '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`).',
|
|
45246
45616
|
type: 'string',
|
|
@@ -45336,7 +45706,11 @@ const openapi = {
|
|
|
45336
45706
|
minLength: 1,
|
|
45337
45707
|
type: 'string',
|
|
45338
45708
|
},
|
|
45339
|
-
hid_acs_system_id: {
|
|
45709
|
+
hid_acs_system_id: {
|
|
45710
|
+
description: 'ID of the HID access control system associated with the user.',
|
|
45711
|
+
format: 'uuid',
|
|
45712
|
+
type: 'string',
|
|
45713
|
+
},
|
|
45340
45714
|
phone_number: {
|
|
45341
45715
|
description: '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`).',
|
|
45342
45716
|
type: 'string',
|
|
@@ -45679,7 +46053,7 @@ const openapi = {
|
|
|
45679
46053
|
type: 'string',
|
|
45680
46054
|
},
|
|
45681
46055
|
workspace_id: {
|
|
45682
|
-
description: 'ID of the
|
|
46056
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45683
46057
|
format: 'uuid',
|
|
45684
46058
|
type: 'string',
|
|
45685
46059
|
},
|
|
@@ -45755,7 +46129,7 @@ const openapi = {
|
|
|
45755
46129
|
type: 'string',
|
|
45756
46130
|
},
|
|
45757
46131
|
workspace_id: {
|
|
45758
|
-
description: 'ID of the
|
|
46132
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45759
46133
|
format: 'uuid',
|
|
45760
46134
|
type: 'string',
|
|
45761
46135
|
},
|
|
@@ -45818,7 +46192,7 @@ const openapi = {
|
|
|
45818
46192
|
type: 'string',
|
|
45819
46193
|
},
|
|
45820
46194
|
workspace_id: {
|
|
45821
|
-
description: 'ID of the
|
|
46195
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45822
46196
|
format: 'uuid',
|
|
45823
46197
|
type: 'string',
|
|
45824
46198
|
},
|
|
@@ -45885,7 +46259,7 @@ const openapi = {
|
|
|
45885
46259
|
type: 'string',
|
|
45886
46260
|
},
|
|
45887
46261
|
workspace_id: {
|
|
45888
|
-
description: 'ID of the
|
|
46262
|
+
description: 'ID of the workspace that contains Seam Bridge.',
|
|
45889
46263
|
format: 'uuid',
|
|
45890
46264
|
type: 'string',
|
|
45891
46265
|
},
|
|
@@ -75145,6 +75519,7 @@ const openapi = {
|
|
|
75145
75519
|
},
|
|
75146
75520
|
fan_mode: {
|
|
75147
75521
|
deprecated: true,
|
|
75522
|
+
description: 'Fan mode setting for the thermostat, such as `auto`, `on`, or `circulate`.',
|
|
75148
75523
|
enum: ['auto', 'on', 'circulate'],
|
|
75149
75524
|
type: 'string',
|
|
75150
75525
|
'x-deprecated': 'Use `fan_mode_setting` instead.',
|
|
@@ -78434,7 +78809,11 @@ const openapi = {
|
|
|
78434
78809
|
format: 'date-time',
|
|
78435
78810
|
type: 'string',
|
|
78436
78811
|
},
|
|
78437
|
-
display_name: {
|
|
78812
|
+
display_name: {
|
|
78813
|
+
description: 'Display name for the user identity.',
|
|
78814
|
+
minLength: 1,
|
|
78815
|
+
type: 'string',
|
|
78816
|
+
},
|
|
78438
78817
|
email_address: {
|
|
78439
78818
|
description: 'Unique email address for the user identity.',
|
|
78440
78819
|
format: 'email',
|
|
@@ -78489,6 +78868,7 @@ const openapi = {
|
|
|
78489
78868
|
type: 'array',
|
|
78490
78869
|
},
|
|
78491
78870
|
full_name: {
|
|
78871
|
+
description: 'Full name of the user associated with the user identity.',
|
|
78492
78872
|
minLength: 1,
|
|
78493
78873
|
nullable: true,
|
|
78494
78874
|
type: 'string',
|
|
@@ -78566,7 +78946,7 @@ const openapi = {
|
|
|
78566
78946
|
type: 'array',
|
|
78567
78947
|
},
|
|
78568
78948
|
workspace_id: {
|
|
78569
|
-
description: 'ID of the
|
|
78949
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78570
78950
|
format: 'uuid',
|
|
78571
78951
|
type: 'string',
|
|
78572
78952
|
},
|
|
@@ -78651,7 +79031,11 @@ const openapi = {
|
|
|
78651
79031
|
format: 'date-time',
|
|
78652
79032
|
type: 'string',
|
|
78653
79033
|
},
|
|
78654
|
-
display_name: {
|
|
79034
|
+
display_name: {
|
|
79035
|
+
description: 'Display name for the user identity.',
|
|
79036
|
+
minLength: 1,
|
|
79037
|
+
type: 'string',
|
|
79038
|
+
},
|
|
78655
79039
|
email_address: {
|
|
78656
79040
|
description: 'Unique email address for the user identity.',
|
|
78657
79041
|
format: 'email',
|
|
@@ -78706,6 +79090,7 @@ const openapi = {
|
|
|
78706
79090
|
type: 'array',
|
|
78707
79091
|
},
|
|
78708
79092
|
full_name: {
|
|
79093
|
+
description: 'Full name of the user associated with the user identity.',
|
|
78709
79094
|
minLength: 1,
|
|
78710
79095
|
nullable: true,
|
|
78711
79096
|
type: 'string',
|
|
@@ -78783,7 +79168,7 @@ const openapi = {
|
|
|
78783
79168
|
type: 'array',
|
|
78784
79169
|
},
|
|
78785
79170
|
workspace_id: {
|
|
78786
|
-
description: 'ID of the
|
|
79171
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
78787
79172
|
format: 'uuid',
|
|
78788
79173
|
type: 'string',
|
|
78789
79174
|
},
|
|
@@ -78894,7 +79279,11 @@ const openapi = {
|
|
|
78894
79279
|
format: 'date-time',
|
|
78895
79280
|
type: 'string',
|
|
78896
79281
|
},
|
|
78897
|
-
display_name: {
|
|
79282
|
+
display_name: {
|
|
79283
|
+
description: 'Display name for the user identity.',
|
|
79284
|
+
minLength: 1,
|
|
79285
|
+
type: 'string',
|
|
79286
|
+
},
|
|
78898
79287
|
email_address: {
|
|
78899
79288
|
description: 'Unique email address for the user identity.',
|
|
78900
79289
|
format: 'email',
|
|
@@ -78949,6 +79338,7 @@ const openapi = {
|
|
|
78949
79338
|
type: 'array',
|
|
78950
79339
|
},
|
|
78951
79340
|
full_name: {
|
|
79341
|
+
description: 'Full name of the user associated with the user identity.',
|
|
78952
79342
|
minLength: 1,
|
|
78953
79343
|
nullable: true,
|
|
78954
79344
|
type: 'string',
|
|
@@ -79026,7 +79416,7 @@ const openapi = {
|
|
|
79026
79416
|
type: 'array',
|
|
79027
79417
|
},
|
|
79028
79418
|
workspace_id: {
|
|
79029
|
-
description: 'ID of the
|
|
79419
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79030
79420
|
format: 'uuid',
|
|
79031
79421
|
type: 'string',
|
|
79032
79422
|
},
|
|
@@ -79131,7 +79521,11 @@ const openapi = {
|
|
|
79131
79521
|
format: 'date-time',
|
|
79132
79522
|
type: 'string',
|
|
79133
79523
|
},
|
|
79134
|
-
display_name: {
|
|
79524
|
+
display_name: {
|
|
79525
|
+
description: 'Display name for the user identity.',
|
|
79526
|
+
minLength: 1,
|
|
79527
|
+
type: 'string',
|
|
79528
|
+
},
|
|
79135
79529
|
email_address: {
|
|
79136
79530
|
description: 'Unique email address for the user identity.',
|
|
79137
79531
|
format: 'email',
|
|
@@ -79186,6 +79580,7 @@ const openapi = {
|
|
|
79186
79580
|
type: 'array',
|
|
79187
79581
|
},
|
|
79188
79582
|
full_name: {
|
|
79583
|
+
description: 'Full name of the user associated with the user identity.',
|
|
79189
79584
|
minLength: 1,
|
|
79190
79585
|
nullable: true,
|
|
79191
79586
|
type: 'string',
|
|
@@ -79263,7 +79658,7 @@ const openapi = {
|
|
|
79263
79658
|
type: 'array',
|
|
79264
79659
|
},
|
|
79265
79660
|
workspace_id: {
|
|
79266
|
-
description: 'ID of the
|
|
79661
|
+
description: 'ID of the workspace that contains the user identity.',
|
|
79267
79662
|
format: 'uuid',
|
|
79268
79663
|
type: 'string',
|
|
79269
79664
|
},
|