@seamapi/types 1.991.0 → 1.993.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.
|
@@ -34839,32 +34839,10 @@ const openapi = {
|
|
|
34839
34839
|
description: 'Indicates whether the access code is managed through Seam. Note that to convert an unmanaged access code into a managed access code, use `/access_codes/unmanaged/convert_to_managed`.',
|
|
34840
34840
|
type: 'boolean',
|
|
34841
34841
|
},
|
|
34842
|
-
is_offline_access_code: {
|
|
34843
|
-
description: 'Indicates whether the access code is an [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes).',
|
|
34844
|
-
type: 'boolean',
|
|
34845
|
-
},
|
|
34846
|
-
is_one_time_use: {
|
|
34847
|
-
description: 'Indicates whether the [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) is a single-use access code.',
|
|
34848
|
-
type: 'boolean',
|
|
34849
|
-
},
|
|
34850
|
-
max_time_rounding: {
|
|
34851
|
-
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
34852
|
-
enum: ['1hour', '1day', '1h', '1d'],
|
|
34853
|
-
type: 'string',
|
|
34854
|
-
},
|
|
34855
34842
|
name: {
|
|
34856
34843
|
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.\n\n Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.\n\n To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.\n\n To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
34857
34844
|
type: 'string',
|
|
34858
34845
|
},
|
|
34859
|
-
prefer_native_scheduling: {
|
|
34860
|
-
description: 'Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`.',
|
|
34861
|
-
type: 'boolean',
|
|
34862
|
-
},
|
|
34863
|
-
preferred_code_length: {
|
|
34864
|
-
description: 'Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length.',
|
|
34865
|
-
format: 'float',
|
|
34866
|
-
type: 'number',
|
|
34867
|
-
},
|
|
34868
34846
|
starts_at: {
|
|
34869
34847
|
description: 'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
34870
34848
|
type: 'string',
|
|
@@ -34879,15 +34857,6 @@ const openapi = {
|
|
|
34879
34857
|
enum: ['ongoing', 'time_bound'],
|
|
34880
34858
|
type: 'string',
|
|
34881
34859
|
},
|
|
34882
|
-
use_backup_access_code_pool: {
|
|
34883
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
34884
|
-
type: 'boolean',
|
|
34885
|
-
},
|
|
34886
|
-
use_offline_access_code: {
|
|
34887
|
-
deprecated: true,
|
|
34888
|
-
type: 'boolean',
|
|
34889
|
-
'x-deprecated': 'Use `is_offline_access_code` instead.',
|
|
34890
|
-
},
|
|
34891
34860
|
},
|
|
34892
34861
|
required: ['access_code_id'],
|
|
34893
34862
|
type: 'object',
|
|
@@ -34976,32 +34945,10 @@ const openapi = {
|
|
|
34976
34945
|
description: 'Indicates whether the access code is managed through Seam. Note that to convert an unmanaged access code into a managed access code, use `/access_codes/unmanaged/convert_to_managed`.',
|
|
34977
34946
|
type: 'boolean',
|
|
34978
34947
|
},
|
|
34979
|
-
is_offline_access_code: {
|
|
34980
|
-
description: 'Indicates whether the access code is an [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes).',
|
|
34981
|
-
type: 'boolean',
|
|
34982
|
-
},
|
|
34983
|
-
is_one_time_use: {
|
|
34984
|
-
description: 'Indicates whether the [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) is a single-use access code.',
|
|
34985
|
-
type: 'boolean',
|
|
34986
|
-
},
|
|
34987
|
-
max_time_rounding: {
|
|
34988
|
-
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
34989
|
-
enum: ['1hour', '1day', '1h', '1d'],
|
|
34990
|
-
type: 'string',
|
|
34991
|
-
},
|
|
34992
34948
|
name: {
|
|
34993
34949
|
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.\n\n Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.\n\n To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.\n\n To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
34994
34950
|
type: 'string',
|
|
34995
34951
|
},
|
|
34996
|
-
prefer_native_scheduling: {
|
|
34997
|
-
description: 'Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`.',
|
|
34998
|
-
type: 'boolean',
|
|
34999
|
-
},
|
|
35000
|
-
preferred_code_length: {
|
|
35001
|
-
description: 'Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length.',
|
|
35002
|
-
format: 'float',
|
|
35003
|
-
type: 'number',
|
|
35004
|
-
},
|
|
35005
34952
|
starts_at: {
|
|
35006
34953
|
description: 'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
35007
34954
|
type: 'string',
|
|
@@ -35016,15 +34963,6 @@ const openapi = {
|
|
|
35016
34963
|
enum: ['ongoing', 'time_bound'],
|
|
35017
34964
|
type: 'string',
|
|
35018
34965
|
},
|
|
35019
|
-
use_backup_access_code_pool: {
|
|
35020
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
35021
|
-
type: 'boolean',
|
|
35022
|
-
},
|
|
35023
|
-
use_offline_access_code: {
|
|
35024
|
-
deprecated: true,
|
|
35025
|
-
type: 'boolean',
|
|
35026
|
-
'x-deprecated': 'Use `is_offline_access_code` instead.',
|
|
35027
|
-
},
|
|
35028
34966
|
},
|
|
35029
34967
|
required: ['access_code_id'],
|
|
35030
34968
|
type: 'object',
|
|
@@ -35113,32 +35051,10 @@ const openapi = {
|
|
|
35113
35051
|
description: 'Indicates whether the access code is managed through Seam. Note that to convert an unmanaged access code into a managed access code, use `/access_codes/unmanaged/convert_to_managed`.',
|
|
35114
35052
|
type: 'boolean',
|
|
35115
35053
|
},
|
|
35116
|
-
is_offline_access_code: {
|
|
35117
|
-
description: 'Indicates whether the access code is an [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes).',
|
|
35118
|
-
type: 'boolean',
|
|
35119
|
-
},
|
|
35120
|
-
is_one_time_use: {
|
|
35121
|
-
description: 'Indicates whether the [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) is a single-use access code.',
|
|
35122
|
-
type: 'boolean',
|
|
35123
|
-
},
|
|
35124
|
-
max_time_rounding: {
|
|
35125
|
-
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
35126
|
-
enum: ['1hour', '1day', '1h', '1d'],
|
|
35127
|
-
type: 'string',
|
|
35128
|
-
},
|
|
35129
35054
|
name: {
|
|
35130
35055
|
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.\n\n Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.\n\n To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.\n\n To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
35131
35056
|
type: 'string',
|
|
35132
35057
|
},
|
|
35133
|
-
prefer_native_scheduling: {
|
|
35134
|
-
description: 'Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`.',
|
|
35135
|
-
type: 'boolean',
|
|
35136
|
-
},
|
|
35137
|
-
preferred_code_length: {
|
|
35138
|
-
description: 'Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length.',
|
|
35139
|
-
format: 'float',
|
|
35140
|
-
type: 'number',
|
|
35141
|
-
},
|
|
35142
35058
|
starts_at: {
|
|
35143
35059
|
description: 'Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
35144
35060
|
type: 'string',
|
|
@@ -35153,15 +35069,6 @@ const openapi = {
|
|
|
35153
35069
|
enum: ['ongoing', 'time_bound'],
|
|
35154
35070
|
type: 'string',
|
|
35155
35071
|
},
|
|
35156
|
-
use_backup_access_code_pool: {
|
|
35157
|
-
description: 'Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code).',
|
|
35158
|
-
type: 'boolean',
|
|
35159
|
-
},
|
|
35160
|
-
use_offline_access_code: {
|
|
35161
|
-
deprecated: true,
|
|
35162
|
-
type: 'boolean',
|
|
35163
|
-
'x-deprecated': 'Use `is_offline_access_code` instead.',
|
|
35164
|
-
},
|
|
35165
35072
|
},
|
|
35166
35073
|
required: ['access_code_id'],
|
|
35167
35074
|
type: 'object',
|
|
@@ -52680,25 +52587,6 @@ const openapi = {
|
|
|
52680
52587
|
type: 'string',
|
|
52681
52588
|
},
|
|
52682
52589
|
},
|
|
52683
|
-
{
|
|
52684
|
-
in: 'query',
|
|
52685
|
-
name: 'user_identifier_key',
|
|
52686
|
-
schema: {
|
|
52687
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
52688
|
-
type: 'string',
|
|
52689
|
-
},
|
|
52690
|
-
},
|
|
52691
|
-
{
|
|
52692
|
-
in: 'query',
|
|
52693
|
-
name: 'custom_metadata_has',
|
|
52694
|
-
schema: {
|
|
52695
|
-
additionalProperties: {
|
|
52696
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
52697
|
-
},
|
|
52698
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
52699
|
-
type: 'object',
|
|
52700
|
-
},
|
|
52701
|
-
},
|
|
52702
52590
|
{
|
|
52703
52591
|
in: 'query',
|
|
52704
52592
|
name: 'page_cursor',
|
|
@@ -52774,26 +52662,6 @@ const openapi = {
|
|
|
52774
52662
|
'x-undocumented': 'Only used internally.',
|
|
52775
52663
|
},
|
|
52776
52664
|
},
|
|
52777
|
-
{
|
|
52778
|
-
in: 'query',
|
|
52779
|
-
name: 'unstable_location_id',
|
|
52780
|
-
schema: {
|
|
52781
|
-
deprecated: true,
|
|
52782
|
-
format: 'uuid',
|
|
52783
|
-
nullable: true,
|
|
52784
|
-
type: 'string',
|
|
52785
|
-
'x-deprecated': 'Use `space_id`.',
|
|
52786
|
-
},
|
|
52787
|
-
},
|
|
52788
|
-
{
|
|
52789
|
-
in: 'query',
|
|
52790
|
-
name: 'space_id',
|
|
52791
|
-
schema: {
|
|
52792
|
-
description: 'ID of the space for which you want to list devices.',
|
|
52793
|
-
format: 'uuid',
|
|
52794
|
-
type: 'string',
|
|
52795
|
-
},
|
|
52796
|
-
},
|
|
52797
52665
|
{
|
|
52798
52666
|
in: 'query',
|
|
52799
52667
|
name: 'search',
|
|
@@ -52881,13 +52749,6 @@ const openapi = {
|
|
|
52881
52749
|
format: 'date-time',
|
|
52882
52750
|
type: 'string',
|
|
52883
52751
|
},
|
|
52884
|
-
custom_metadata_has: {
|
|
52885
|
-
additionalProperties: {
|
|
52886
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
52887
|
-
},
|
|
52888
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
52889
|
-
type: 'object',
|
|
52890
|
-
},
|
|
52891
52752
|
customer_key: {
|
|
52892
52753
|
description: 'Customer key for which you want to list devices.',
|
|
52893
52754
|
type: 'string',
|
|
@@ -53177,22 +53038,6 @@ const openapi = {
|
|
|
53177
53038
|
minLength: 1,
|
|
53178
53039
|
type: 'string',
|
|
53179
53040
|
},
|
|
53180
|
-
space_id: {
|
|
53181
|
-
description: 'ID of the space for which you want to list devices.',
|
|
53182
|
-
format: 'uuid',
|
|
53183
|
-
type: 'string',
|
|
53184
|
-
},
|
|
53185
|
-
unstable_location_id: {
|
|
53186
|
-
deprecated: true,
|
|
53187
|
-
format: 'uuid',
|
|
53188
|
-
nullable: true,
|
|
53189
|
-
type: 'string',
|
|
53190
|
-
'x-deprecated': 'Use `space_id`.',
|
|
53191
|
-
},
|
|
53192
|
-
user_identifier_key: {
|
|
53193
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
53194
|
-
type: 'string',
|
|
53195
|
-
},
|
|
53196
53041
|
},
|
|
53197
53042
|
type: 'object',
|
|
53198
53043
|
},
|
|
@@ -55156,15 +55001,6 @@ const openapi = {
|
|
|
55156
55001
|
type: 'string',
|
|
55157
55002
|
},
|
|
55158
55003
|
},
|
|
55159
|
-
{
|
|
55160
|
-
in: 'query',
|
|
55161
|
-
name: 'connected_account_ids',
|
|
55162
|
-
schema: {
|
|
55163
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
55164
|
-
items: { format: 'uuid', type: 'string' },
|
|
55165
|
-
type: 'array',
|
|
55166
|
-
},
|
|
55167
|
-
},
|
|
55168
55004
|
{
|
|
55169
55005
|
in: 'query',
|
|
55170
55006
|
name: 'connect_webview_id',
|
|
@@ -55300,157 +55136,6 @@ const openapi = {
|
|
|
55300
55136
|
type: 'string',
|
|
55301
55137
|
},
|
|
55302
55138
|
},
|
|
55303
|
-
{
|
|
55304
|
-
in: 'query',
|
|
55305
|
-
name: 'device_ids',
|
|
55306
|
-
schema: {
|
|
55307
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
55308
|
-
items: { format: 'uuid', type: 'string' },
|
|
55309
|
-
type: 'array',
|
|
55310
|
-
},
|
|
55311
|
-
},
|
|
55312
|
-
{
|
|
55313
|
-
in: 'query',
|
|
55314
|
-
name: 'limit',
|
|
55315
|
-
schema: {
|
|
55316
|
-
default: 500,
|
|
55317
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
55318
|
-
format: 'float',
|
|
55319
|
-
type: 'number',
|
|
55320
|
-
},
|
|
55321
|
-
},
|
|
55322
|
-
{
|
|
55323
|
-
in: 'query',
|
|
55324
|
-
name: 'created_before',
|
|
55325
|
-
schema: {
|
|
55326
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
55327
|
-
format: 'date-time',
|
|
55328
|
-
type: 'string',
|
|
55329
|
-
},
|
|
55330
|
-
},
|
|
55331
|
-
{
|
|
55332
|
-
in: 'query',
|
|
55333
|
-
name: 'user_identifier_key',
|
|
55334
|
-
schema: {
|
|
55335
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
55336
|
-
type: 'string',
|
|
55337
|
-
},
|
|
55338
|
-
},
|
|
55339
|
-
{
|
|
55340
|
-
in: 'query',
|
|
55341
|
-
name: 'custom_metadata_has',
|
|
55342
|
-
schema: {
|
|
55343
|
-
additionalProperties: {
|
|
55344
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
55345
|
-
},
|
|
55346
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
55347
|
-
type: 'object',
|
|
55348
|
-
},
|
|
55349
|
-
},
|
|
55350
|
-
{
|
|
55351
|
-
in: 'query',
|
|
55352
|
-
name: 'page_cursor',
|
|
55353
|
-
schema: {
|
|
55354
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
55355
|
-
nullable: true,
|
|
55356
|
-
type: 'string',
|
|
55357
|
-
},
|
|
55358
|
-
},
|
|
55359
|
-
{
|
|
55360
|
-
in: 'query',
|
|
55361
|
-
name: 'include_if',
|
|
55362
|
-
schema: {
|
|
55363
|
-
items: {
|
|
55364
|
-
enum: [
|
|
55365
|
-
'can_remotely_unlock',
|
|
55366
|
-
'can_remotely_lock',
|
|
55367
|
-
'can_program_offline_access_codes',
|
|
55368
|
-
'can_program_online_access_codes',
|
|
55369
|
-
'can_hvac_heat',
|
|
55370
|
-
'can_hvac_cool',
|
|
55371
|
-
'can_hvac_heat_cool',
|
|
55372
|
-
'can_turn_off_hvac',
|
|
55373
|
-
'can_simulate_removal',
|
|
55374
|
-
'can_simulate_connection',
|
|
55375
|
-
'can_simulate_disconnection',
|
|
55376
|
-
'can_unlock_with_code',
|
|
55377
|
-
'can_run_thermostat_programs',
|
|
55378
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
55379
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
55380
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
55381
|
-
'can_simulate_hub_connection',
|
|
55382
|
-
'can_simulate_hub_disconnection',
|
|
55383
|
-
'can_simulate_paid_subscription',
|
|
55384
|
-
'can_configure_auto_lock',
|
|
55385
|
-
],
|
|
55386
|
-
type: 'string',
|
|
55387
|
-
},
|
|
55388
|
-
type: 'array',
|
|
55389
|
-
'x-undocumented': 'Only used internally.',
|
|
55390
|
-
},
|
|
55391
|
-
},
|
|
55392
|
-
{
|
|
55393
|
-
in: 'query',
|
|
55394
|
-
name: 'exclude_if',
|
|
55395
|
-
schema: {
|
|
55396
|
-
items: {
|
|
55397
|
-
enum: [
|
|
55398
|
-
'can_remotely_unlock',
|
|
55399
|
-
'can_remotely_lock',
|
|
55400
|
-
'can_program_offline_access_codes',
|
|
55401
|
-
'can_program_online_access_codes',
|
|
55402
|
-
'can_hvac_heat',
|
|
55403
|
-
'can_hvac_cool',
|
|
55404
|
-
'can_hvac_heat_cool',
|
|
55405
|
-
'can_turn_off_hvac',
|
|
55406
|
-
'can_simulate_removal',
|
|
55407
|
-
'can_simulate_connection',
|
|
55408
|
-
'can_simulate_disconnection',
|
|
55409
|
-
'can_unlock_with_code',
|
|
55410
|
-
'can_run_thermostat_programs',
|
|
55411
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
55412
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
55413
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
55414
|
-
'can_simulate_hub_connection',
|
|
55415
|
-
'can_simulate_hub_disconnection',
|
|
55416
|
-
'can_simulate_paid_subscription',
|
|
55417
|
-
'can_configure_auto_lock',
|
|
55418
|
-
],
|
|
55419
|
-
type: 'string',
|
|
55420
|
-
},
|
|
55421
|
-
type: 'array',
|
|
55422
|
-
'x-undocumented': 'Only used internally.',
|
|
55423
|
-
},
|
|
55424
|
-
},
|
|
55425
|
-
{
|
|
55426
|
-
in: 'query',
|
|
55427
|
-
name: 'unstable_location_id',
|
|
55428
|
-
schema: {
|
|
55429
|
-
deprecated: true,
|
|
55430
|
-
format: 'uuid',
|
|
55431
|
-
nullable: true,
|
|
55432
|
-
type: 'string',
|
|
55433
|
-
'x-deprecated': 'Use `space_id`.',
|
|
55434
|
-
},
|
|
55435
|
-
},
|
|
55436
|
-
{
|
|
55437
|
-
in: 'query',
|
|
55438
|
-
name: 'space_id',
|
|
55439
|
-
schema: {
|
|
55440
|
-
description: 'ID of the space for which you want to list devices.',
|
|
55441
|
-
format: 'uuid',
|
|
55442
|
-
type: 'string',
|
|
55443
|
-
},
|
|
55444
|
-
},
|
|
55445
|
-
{
|
|
55446
|
-
in: 'query',
|
|
55447
|
-
name: 'search',
|
|
55448
|
-
schema: {
|
|
55449
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
55450
|
-
minLength: 1,
|
|
55451
|
-
type: 'string',
|
|
55452
|
-
},
|
|
55453
|
-
},
|
|
55454
55139
|
],
|
|
55455
55140
|
responses: {
|
|
55456
55141
|
200: {
|
|
@@ -55511,32 +55196,10 @@ const openapi = {
|
|
|
55511
55196
|
format: 'uuid',
|
|
55512
55197
|
type: 'string',
|
|
55513
55198
|
},
|
|
55514
|
-
connected_account_ids: {
|
|
55515
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
55516
|
-
items: { format: 'uuid', type: 'string' },
|
|
55517
|
-
type: 'array',
|
|
55518
|
-
},
|
|
55519
|
-
created_before: {
|
|
55520
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
55521
|
-
format: 'date-time',
|
|
55522
|
-
type: 'string',
|
|
55523
|
-
},
|
|
55524
|
-
custom_metadata_has: {
|
|
55525
|
-
additionalProperties: {
|
|
55526
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
55527
|
-
},
|
|
55528
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
55529
|
-
type: 'object',
|
|
55530
|
-
},
|
|
55531
55199
|
customer_key: {
|
|
55532
55200
|
description: 'Customer key for which you want to list devices.',
|
|
55533
55201
|
type: 'string',
|
|
55534
55202
|
},
|
|
55535
|
-
device_ids: {
|
|
55536
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
55537
|
-
items: { format: 'uuid', type: 'string' },
|
|
55538
|
-
type: 'array',
|
|
55539
|
-
},
|
|
55540
55203
|
device_type: {
|
|
55541
55204
|
description: 'Device type of the locks that you want to list.',
|
|
55542
55205
|
enum: [
|
|
@@ -55613,70 +55276,6 @@ const openapi = {
|
|
|
55613
55276
|
},
|
|
55614
55277
|
type: 'array',
|
|
55615
55278
|
},
|
|
55616
|
-
exclude_if: {
|
|
55617
|
-
items: {
|
|
55618
|
-
enum: [
|
|
55619
|
-
'can_remotely_unlock',
|
|
55620
|
-
'can_remotely_lock',
|
|
55621
|
-
'can_program_offline_access_codes',
|
|
55622
|
-
'can_program_online_access_codes',
|
|
55623
|
-
'can_hvac_heat',
|
|
55624
|
-
'can_hvac_cool',
|
|
55625
|
-
'can_hvac_heat_cool',
|
|
55626
|
-
'can_turn_off_hvac',
|
|
55627
|
-
'can_simulate_removal',
|
|
55628
|
-
'can_simulate_connection',
|
|
55629
|
-
'can_simulate_disconnection',
|
|
55630
|
-
'can_unlock_with_code',
|
|
55631
|
-
'can_run_thermostat_programs',
|
|
55632
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
55633
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
55634
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
55635
|
-
'can_simulate_hub_connection',
|
|
55636
|
-
'can_simulate_hub_disconnection',
|
|
55637
|
-
'can_simulate_paid_subscription',
|
|
55638
|
-
'can_configure_auto_lock',
|
|
55639
|
-
],
|
|
55640
|
-
type: 'string',
|
|
55641
|
-
},
|
|
55642
|
-
type: 'array',
|
|
55643
|
-
'x-undocumented': 'Only used internally.',
|
|
55644
|
-
},
|
|
55645
|
-
include_if: {
|
|
55646
|
-
items: {
|
|
55647
|
-
enum: [
|
|
55648
|
-
'can_remotely_unlock',
|
|
55649
|
-
'can_remotely_lock',
|
|
55650
|
-
'can_program_offline_access_codes',
|
|
55651
|
-
'can_program_online_access_codes',
|
|
55652
|
-
'can_hvac_heat',
|
|
55653
|
-
'can_hvac_cool',
|
|
55654
|
-
'can_hvac_heat_cool',
|
|
55655
|
-
'can_turn_off_hvac',
|
|
55656
|
-
'can_simulate_removal',
|
|
55657
|
-
'can_simulate_connection',
|
|
55658
|
-
'can_simulate_disconnection',
|
|
55659
|
-
'can_unlock_with_code',
|
|
55660
|
-
'can_run_thermostat_programs',
|
|
55661
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
55662
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
55663
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
55664
|
-
'can_simulate_hub_connection',
|
|
55665
|
-
'can_simulate_hub_disconnection',
|
|
55666
|
-
'can_simulate_paid_subscription',
|
|
55667
|
-
'can_configure_auto_lock',
|
|
55668
|
-
],
|
|
55669
|
-
type: 'string',
|
|
55670
|
-
},
|
|
55671
|
-
type: 'array',
|
|
55672
|
-
'x-undocumented': 'Only used internally.',
|
|
55673
|
-
},
|
|
55674
|
-
limit: {
|
|
55675
|
-
default: 500,
|
|
55676
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
55677
|
-
format: 'float',
|
|
55678
|
-
type: 'number',
|
|
55679
|
-
},
|
|
55680
55279
|
manufacturer: {
|
|
55681
55280
|
description: 'Manufacturer of the locks that you want to list.',
|
|
55682
55281
|
enum: [
|
|
@@ -55715,32 +55314,6 @@ const openapi = {
|
|
|
55715
55314
|
],
|
|
55716
55315
|
type: 'string',
|
|
55717
55316
|
},
|
|
55718
|
-
page_cursor: {
|
|
55719
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
55720
|
-
nullable: true,
|
|
55721
|
-
type: 'string',
|
|
55722
|
-
},
|
|
55723
|
-
search: {
|
|
55724
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
55725
|
-
minLength: 1,
|
|
55726
|
-
type: 'string',
|
|
55727
|
-
},
|
|
55728
|
-
space_id: {
|
|
55729
|
-
description: 'ID of the space for which you want to list devices.',
|
|
55730
|
-
format: 'uuid',
|
|
55731
|
-
type: 'string',
|
|
55732
|
-
},
|
|
55733
|
-
unstable_location_id: {
|
|
55734
|
-
deprecated: true,
|
|
55735
|
-
format: 'uuid',
|
|
55736
|
-
nullable: true,
|
|
55737
|
-
type: 'string',
|
|
55738
|
-
'x-deprecated': 'Use `space_id`.',
|
|
55739
|
-
},
|
|
55740
|
-
user_identifier_key: {
|
|
55741
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
55742
|
-
type: 'string',
|
|
55743
|
-
},
|
|
55744
55317
|
},
|
|
55745
55318
|
type: 'object',
|
|
55746
55319
|
},
|
|
@@ -56057,15 +55630,6 @@ const openapi = {
|
|
|
56057
55630
|
type: 'string',
|
|
56058
55631
|
},
|
|
56059
55632
|
},
|
|
56060
|
-
{
|
|
56061
|
-
in: 'query',
|
|
56062
|
-
name: 'connected_account_ids',
|
|
56063
|
-
schema: {
|
|
56064
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
56065
|
-
items: { format: 'uuid', type: 'string' },
|
|
56066
|
-
type: 'array',
|
|
56067
|
-
},
|
|
56068
|
-
},
|
|
56069
55633
|
{
|
|
56070
55634
|
in: 'query',
|
|
56071
55635
|
name: 'connect_webview_id',
|
|
@@ -56106,157 +55670,6 @@ const openapi = {
|
|
|
56106
55670
|
type: 'string',
|
|
56107
55671
|
},
|
|
56108
55672
|
},
|
|
56109
|
-
{
|
|
56110
|
-
in: 'query',
|
|
56111
|
-
name: 'device_ids',
|
|
56112
|
-
schema: {
|
|
56113
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
56114
|
-
items: { format: 'uuid', type: 'string' },
|
|
56115
|
-
type: 'array',
|
|
56116
|
-
},
|
|
56117
|
-
},
|
|
56118
|
-
{
|
|
56119
|
-
in: 'query',
|
|
56120
|
-
name: 'limit',
|
|
56121
|
-
schema: {
|
|
56122
|
-
default: 500,
|
|
56123
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
56124
|
-
format: 'float',
|
|
56125
|
-
type: 'number',
|
|
56126
|
-
},
|
|
56127
|
-
},
|
|
56128
|
-
{
|
|
56129
|
-
in: 'query',
|
|
56130
|
-
name: 'created_before',
|
|
56131
|
-
schema: {
|
|
56132
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
56133
|
-
format: 'date-time',
|
|
56134
|
-
type: 'string',
|
|
56135
|
-
},
|
|
56136
|
-
},
|
|
56137
|
-
{
|
|
56138
|
-
in: 'query',
|
|
56139
|
-
name: 'user_identifier_key',
|
|
56140
|
-
schema: {
|
|
56141
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
56142
|
-
type: 'string',
|
|
56143
|
-
},
|
|
56144
|
-
},
|
|
56145
|
-
{
|
|
56146
|
-
in: 'query',
|
|
56147
|
-
name: 'custom_metadata_has',
|
|
56148
|
-
schema: {
|
|
56149
|
-
additionalProperties: {
|
|
56150
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
56151
|
-
},
|
|
56152
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
56153
|
-
type: 'object',
|
|
56154
|
-
},
|
|
56155
|
-
},
|
|
56156
|
-
{
|
|
56157
|
-
in: 'query',
|
|
56158
|
-
name: 'page_cursor',
|
|
56159
|
-
schema: {
|
|
56160
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
56161
|
-
nullable: true,
|
|
56162
|
-
type: 'string',
|
|
56163
|
-
},
|
|
56164
|
-
},
|
|
56165
|
-
{
|
|
56166
|
-
in: 'query',
|
|
56167
|
-
name: 'include_if',
|
|
56168
|
-
schema: {
|
|
56169
|
-
items: {
|
|
56170
|
-
enum: [
|
|
56171
|
-
'can_remotely_unlock',
|
|
56172
|
-
'can_remotely_lock',
|
|
56173
|
-
'can_program_offline_access_codes',
|
|
56174
|
-
'can_program_online_access_codes',
|
|
56175
|
-
'can_hvac_heat',
|
|
56176
|
-
'can_hvac_cool',
|
|
56177
|
-
'can_hvac_heat_cool',
|
|
56178
|
-
'can_turn_off_hvac',
|
|
56179
|
-
'can_simulate_removal',
|
|
56180
|
-
'can_simulate_connection',
|
|
56181
|
-
'can_simulate_disconnection',
|
|
56182
|
-
'can_unlock_with_code',
|
|
56183
|
-
'can_run_thermostat_programs',
|
|
56184
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
56185
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
56186
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
56187
|
-
'can_simulate_hub_connection',
|
|
56188
|
-
'can_simulate_hub_disconnection',
|
|
56189
|
-
'can_simulate_paid_subscription',
|
|
56190
|
-
'can_configure_auto_lock',
|
|
56191
|
-
],
|
|
56192
|
-
type: 'string',
|
|
56193
|
-
},
|
|
56194
|
-
type: 'array',
|
|
56195
|
-
'x-undocumented': 'Only used internally.',
|
|
56196
|
-
},
|
|
56197
|
-
},
|
|
56198
|
-
{
|
|
56199
|
-
in: 'query',
|
|
56200
|
-
name: 'exclude_if',
|
|
56201
|
-
schema: {
|
|
56202
|
-
items: {
|
|
56203
|
-
enum: [
|
|
56204
|
-
'can_remotely_unlock',
|
|
56205
|
-
'can_remotely_lock',
|
|
56206
|
-
'can_program_offline_access_codes',
|
|
56207
|
-
'can_program_online_access_codes',
|
|
56208
|
-
'can_hvac_heat',
|
|
56209
|
-
'can_hvac_cool',
|
|
56210
|
-
'can_hvac_heat_cool',
|
|
56211
|
-
'can_turn_off_hvac',
|
|
56212
|
-
'can_simulate_removal',
|
|
56213
|
-
'can_simulate_connection',
|
|
56214
|
-
'can_simulate_disconnection',
|
|
56215
|
-
'can_unlock_with_code',
|
|
56216
|
-
'can_run_thermostat_programs',
|
|
56217
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
56218
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
56219
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
56220
|
-
'can_simulate_hub_connection',
|
|
56221
|
-
'can_simulate_hub_disconnection',
|
|
56222
|
-
'can_simulate_paid_subscription',
|
|
56223
|
-
'can_configure_auto_lock',
|
|
56224
|
-
],
|
|
56225
|
-
type: 'string',
|
|
56226
|
-
},
|
|
56227
|
-
type: 'array',
|
|
56228
|
-
'x-undocumented': 'Only used internally.',
|
|
56229
|
-
},
|
|
56230
|
-
},
|
|
56231
|
-
{
|
|
56232
|
-
in: 'query',
|
|
56233
|
-
name: 'unstable_location_id',
|
|
56234
|
-
schema: {
|
|
56235
|
-
deprecated: true,
|
|
56236
|
-
format: 'uuid',
|
|
56237
|
-
nullable: true,
|
|
56238
|
-
type: 'string',
|
|
56239
|
-
'x-deprecated': 'Use `space_id`.',
|
|
56240
|
-
},
|
|
56241
|
-
},
|
|
56242
|
-
{
|
|
56243
|
-
in: 'query',
|
|
56244
|
-
name: 'space_id',
|
|
56245
|
-
schema: {
|
|
56246
|
-
description: 'ID of the space for which you want to list devices.',
|
|
56247
|
-
format: 'uuid',
|
|
56248
|
-
type: 'string',
|
|
56249
|
-
},
|
|
56250
|
-
},
|
|
56251
|
-
{
|
|
56252
|
-
in: 'query',
|
|
56253
|
-
name: 'search',
|
|
56254
|
-
schema: {
|
|
56255
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
56256
|
-
minLength: 1,
|
|
56257
|
-
type: 'string',
|
|
56258
|
-
},
|
|
56259
|
-
},
|
|
56260
55673
|
],
|
|
56261
55674
|
responses: {
|
|
56262
55675
|
200: {
|
|
@@ -56317,32 +55730,10 @@ const openapi = {
|
|
|
56317
55730
|
format: 'uuid',
|
|
56318
55731
|
type: 'string',
|
|
56319
55732
|
},
|
|
56320
|
-
connected_account_ids: {
|
|
56321
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
56322
|
-
items: { format: 'uuid', type: 'string' },
|
|
56323
|
-
type: 'array',
|
|
56324
|
-
},
|
|
56325
|
-
created_before: {
|
|
56326
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
56327
|
-
format: 'date-time',
|
|
56328
|
-
type: 'string',
|
|
56329
|
-
},
|
|
56330
|
-
custom_metadata_has: {
|
|
56331
|
-
additionalProperties: {
|
|
56332
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
56333
|
-
},
|
|
56334
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
56335
|
-
type: 'object',
|
|
56336
|
-
},
|
|
56337
55733
|
customer_key: {
|
|
56338
55734
|
description: 'Customer key for which you want to list devices.',
|
|
56339
55735
|
type: 'string',
|
|
56340
55736
|
},
|
|
56341
|
-
device_ids: {
|
|
56342
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
56343
|
-
items: { format: 'uuid', type: 'string' },
|
|
56344
|
-
type: 'array',
|
|
56345
|
-
},
|
|
56346
55737
|
device_type: {
|
|
56347
55738
|
description: 'Device type of the noise sensors that you want to list.',
|
|
56348
55739
|
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
@@ -56357,101 +55748,11 @@ const openapi = {
|
|
|
56357
55748
|
},
|
|
56358
55749
|
type: 'array',
|
|
56359
55750
|
},
|
|
56360
|
-
exclude_if: {
|
|
56361
|
-
items: {
|
|
56362
|
-
enum: [
|
|
56363
|
-
'can_remotely_unlock',
|
|
56364
|
-
'can_remotely_lock',
|
|
56365
|
-
'can_program_offline_access_codes',
|
|
56366
|
-
'can_program_online_access_codes',
|
|
56367
|
-
'can_hvac_heat',
|
|
56368
|
-
'can_hvac_cool',
|
|
56369
|
-
'can_hvac_heat_cool',
|
|
56370
|
-
'can_turn_off_hvac',
|
|
56371
|
-
'can_simulate_removal',
|
|
56372
|
-
'can_simulate_connection',
|
|
56373
|
-
'can_simulate_disconnection',
|
|
56374
|
-
'can_unlock_with_code',
|
|
56375
|
-
'can_run_thermostat_programs',
|
|
56376
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
56377
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
56378
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
56379
|
-
'can_simulate_hub_connection',
|
|
56380
|
-
'can_simulate_hub_disconnection',
|
|
56381
|
-
'can_simulate_paid_subscription',
|
|
56382
|
-
'can_configure_auto_lock',
|
|
56383
|
-
],
|
|
56384
|
-
type: 'string',
|
|
56385
|
-
},
|
|
56386
|
-
type: 'array',
|
|
56387
|
-
'x-undocumented': 'Only used internally.',
|
|
56388
|
-
},
|
|
56389
|
-
include_if: {
|
|
56390
|
-
items: {
|
|
56391
|
-
enum: [
|
|
56392
|
-
'can_remotely_unlock',
|
|
56393
|
-
'can_remotely_lock',
|
|
56394
|
-
'can_program_offline_access_codes',
|
|
56395
|
-
'can_program_online_access_codes',
|
|
56396
|
-
'can_hvac_heat',
|
|
56397
|
-
'can_hvac_cool',
|
|
56398
|
-
'can_hvac_heat_cool',
|
|
56399
|
-
'can_turn_off_hvac',
|
|
56400
|
-
'can_simulate_removal',
|
|
56401
|
-
'can_simulate_connection',
|
|
56402
|
-
'can_simulate_disconnection',
|
|
56403
|
-
'can_unlock_with_code',
|
|
56404
|
-
'can_run_thermostat_programs',
|
|
56405
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
56406
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
56407
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
56408
|
-
'can_simulate_hub_connection',
|
|
56409
|
-
'can_simulate_hub_disconnection',
|
|
56410
|
-
'can_simulate_paid_subscription',
|
|
56411
|
-
'can_configure_auto_lock',
|
|
56412
|
-
],
|
|
56413
|
-
type: 'string',
|
|
56414
|
-
},
|
|
56415
|
-
type: 'array',
|
|
56416
|
-
'x-undocumented': 'Only used internally.',
|
|
56417
|
-
},
|
|
56418
|
-
limit: {
|
|
56419
|
-
default: 500,
|
|
56420
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
56421
|
-
format: 'float',
|
|
56422
|
-
type: 'number',
|
|
56423
|
-
},
|
|
56424
55751
|
manufacturer: {
|
|
56425
55752
|
description: 'Manufacturers of the noise sensors that you want to list.',
|
|
56426
55753
|
enum: ['minut', 'noiseaware'],
|
|
56427
55754
|
type: 'string',
|
|
56428
55755
|
},
|
|
56429
|
-
page_cursor: {
|
|
56430
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
56431
|
-
nullable: true,
|
|
56432
|
-
type: 'string',
|
|
56433
|
-
},
|
|
56434
|
-
search: {
|
|
56435
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
56436
|
-
minLength: 1,
|
|
56437
|
-
type: 'string',
|
|
56438
|
-
},
|
|
56439
|
-
space_id: {
|
|
56440
|
-
description: 'ID of the space for which you want to list devices.',
|
|
56441
|
-
format: 'uuid',
|
|
56442
|
-
type: 'string',
|
|
56443
|
-
},
|
|
56444
|
-
unstable_location_id: {
|
|
56445
|
-
deprecated: true,
|
|
56446
|
-
format: 'uuid',
|
|
56447
|
-
nullable: true,
|
|
56448
|
-
type: 'string',
|
|
56449
|
-
'x-deprecated': 'Use `space_id`.',
|
|
56450
|
-
},
|
|
56451
|
-
user_identifier_key: {
|
|
56452
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
56453
|
-
type: 'string',
|
|
56454
|
-
},
|
|
56455
55756
|
},
|
|
56456
55757
|
type: 'object',
|
|
56457
55758
|
},
|
|
@@ -62124,6 +61425,7 @@ const openapi = {
|
|
|
62124
61425
|
'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',
|
|
62125
61426
|
'ACCESS_METHOD_DEADLINE_ERRORS',
|
|
62126
61427
|
'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
|
|
61428
|
+
'TARGETED_ACCESS_GRANT_ISSUANCE',
|
|
62127
61429
|
],
|
|
62128
61430
|
type: 'string',
|
|
62129
61431
|
},
|
|
@@ -62158,6 +61460,7 @@ const openapi = {
|
|
|
62158
61460
|
'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',
|
|
62159
61461
|
'ACCESS_METHOD_DEADLINE_ERRORS',
|
|
62160
61462
|
'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
|
|
61463
|
+
'TARGETED_ACCESS_GRANT_ISSUANCE',
|
|
62161
61464
|
],
|
|
62162
61465
|
type: 'string',
|
|
62163
61466
|
},
|
|
@@ -75824,15 +75127,6 @@ const openapi = {
|
|
|
75824
75127
|
type: 'string',
|
|
75825
75128
|
},
|
|
75826
75129
|
},
|
|
75827
|
-
{
|
|
75828
|
-
in: 'query',
|
|
75829
|
-
name: 'connected_account_ids',
|
|
75830
|
-
schema: {
|
|
75831
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
75832
|
-
items: { format: 'uuid', type: 'string' },
|
|
75833
|
-
type: 'array',
|
|
75834
|
-
},
|
|
75835
|
-
},
|
|
75836
75130
|
{
|
|
75837
75131
|
in: 'query',
|
|
75838
75132
|
name: 'connect_webview_id',
|
|
@@ -75894,157 +75188,6 @@ const openapi = {
|
|
|
75894
75188
|
type: 'string',
|
|
75895
75189
|
},
|
|
75896
75190
|
},
|
|
75897
|
-
{
|
|
75898
|
-
in: 'query',
|
|
75899
|
-
name: 'device_ids',
|
|
75900
|
-
schema: {
|
|
75901
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
75902
|
-
items: { format: 'uuid', type: 'string' },
|
|
75903
|
-
type: 'array',
|
|
75904
|
-
},
|
|
75905
|
-
},
|
|
75906
|
-
{
|
|
75907
|
-
in: 'query',
|
|
75908
|
-
name: 'limit',
|
|
75909
|
-
schema: {
|
|
75910
|
-
default: 500,
|
|
75911
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
75912
|
-
format: 'float',
|
|
75913
|
-
type: 'number',
|
|
75914
|
-
},
|
|
75915
|
-
},
|
|
75916
|
-
{
|
|
75917
|
-
in: 'query',
|
|
75918
|
-
name: 'created_before',
|
|
75919
|
-
schema: {
|
|
75920
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
75921
|
-
format: 'date-time',
|
|
75922
|
-
type: 'string',
|
|
75923
|
-
},
|
|
75924
|
-
},
|
|
75925
|
-
{
|
|
75926
|
-
in: 'query',
|
|
75927
|
-
name: 'user_identifier_key',
|
|
75928
|
-
schema: {
|
|
75929
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
75930
|
-
type: 'string',
|
|
75931
|
-
},
|
|
75932
|
-
},
|
|
75933
|
-
{
|
|
75934
|
-
in: 'query',
|
|
75935
|
-
name: 'custom_metadata_has',
|
|
75936
|
-
schema: {
|
|
75937
|
-
additionalProperties: {
|
|
75938
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
75939
|
-
},
|
|
75940
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
75941
|
-
type: 'object',
|
|
75942
|
-
},
|
|
75943
|
-
},
|
|
75944
|
-
{
|
|
75945
|
-
in: 'query',
|
|
75946
|
-
name: 'page_cursor',
|
|
75947
|
-
schema: {
|
|
75948
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
75949
|
-
nullable: true,
|
|
75950
|
-
type: 'string',
|
|
75951
|
-
},
|
|
75952
|
-
},
|
|
75953
|
-
{
|
|
75954
|
-
in: 'query',
|
|
75955
|
-
name: 'include_if',
|
|
75956
|
-
schema: {
|
|
75957
|
-
items: {
|
|
75958
|
-
enum: [
|
|
75959
|
-
'can_remotely_unlock',
|
|
75960
|
-
'can_remotely_lock',
|
|
75961
|
-
'can_program_offline_access_codes',
|
|
75962
|
-
'can_program_online_access_codes',
|
|
75963
|
-
'can_hvac_heat',
|
|
75964
|
-
'can_hvac_cool',
|
|
75965
|
-
'can_hvac_heat_cool',
|
|
75966
|
-
'can_turn_off_hvac',
|
|
75967
|
-
'can_simulate_removal',
|
|
75968
|
-
'can_simulate_connection',
|
|
75969
|
-
'can_simulate_disconnection',
|
|
75970
|
-
'can_unlock_with_code',
|
|
75971
|
-
'can_run_thermostat_programs',
|
|
75972
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
75973
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
75974
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
75975
|
-
'can_simulate_hub_connection',
|
|
75976
|
-
'can_simulate_hub_disconnection',
|
|
75977
|
-
'can_simulate_paid_subscription',
|
|
75978
|
-
'can_configure_auto_lock',
|
|
75979
|
-
],
|
|
75980
|
-
type: 'string',
|
|
75981
|
-
},
|
|
75982
|
-
type: 'array',
|
|
75983
|
-
'x-undocumented': 'Only used internally.',
|
|
75984
|
-
},
|
|
75985
|
-
},
|
|
75986
|
-
{
|
|
75987
|
-
in: 'query',
|
|
75988
|
-
name: 'exclude_if',
|
|
75989
|
-
schema: {
|
|
75990
|
-
items: {
|
|
75991
|
-
enum: [
|
|
75992
|
-
'can_remotely_unlock',
|
|
75993
|
-
'can_remotely_lock',
|
|
75994
|
-
'can_program_offline_access_codes',
|
|
75995
|
-
'can_program_online_access_codes',
|
|
75996
|
-
'can_hvac_heat',
|
|
75997
|
-
'can_hvac_cool',
|
|
75998
|
-
'can_hvac_heat_cool',
|
|
75999
|
-
'can_turn_off_hvac',
|
|
76000
|
-
'can_simulate_removal',
|
|
76001
|
-
'can_simulate_connection',
|
|
76002
|
-
'can_simulate_disconnection',
|
|
76003
|
-
'can_unlock_with_code',
|
|
76004
|
-
'can_run_thermostat_programs',
|
|
76005
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
76006
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
76007
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
76008
|
-
'can_simulate_hub_connection',
|
|
76009
|
-
'can_simulate_hub_disconnection',
|
|
76010
|
-
'can_simulate_paid_subscription',
|
|
76011
|
-
'can_configure_auto_lock',
|
|
76012
|
-
],
|
|
76013
|
-
type: 'string',
|
|
76014
|
-
},
|
|
76015
|
-
type: 'array',
|
|
76016
|
-
'x-undocumented': 'Only used internally.',
|
|
76017
|
-
},
|
|
76018
|
-
},
|
|
76019
|
-
{
|
|
76020
|
-
in: 'query',
|
|
76021
|
-
name: 'unstable_location_id',
|
|
76022
|
-
schema: {
|
|
76023
|
-
deprecated: true,
|
|
76024
|
-
format: 'uuid',
|
|
76025
|
-
nullable: true,
|
|
76026
|
-
type: 'string',
|
|
76027
|
-
'x-deprecated': 'Use `space_id`.',
|
|
76028
|
-
},
|
|
76029
|
-
},
|
|
76030
|
-
{
|
|
76031
|
-
in: 'query',
|
|
76032
|
-
name: 'space_id',
|
|
76033
|
-
schema: {
|
|
76034
|
-
description: 'ID of the space for which you want to list devices.',
|
|
76035
|
-
format: 'uuid',
|
|
76036
|
-
type: 'string',
|
|
76037
|
-
},
|
|
76038
|
-
},
|
|
76039
|
-
{
|
|
76040
|
-
in: 'query',
|
|
76041
|
-
name: 'search',
|
|
76042
|
-
schema: {
|
|
76043
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
76044
|
-
minLength: 1,
|
|
76045
|
-
type: 'string',
|
|
76046
|
-
},
|
|
76047
|
-
},
|
|
76048
75191
|
],
|
|
76049
75192
|
responses: {
|
|
76050
75193
|
200: {
|
|
@@ -76105,32 +75248,10 @@ const openapi = {
|
|
|
76105
75248
|
format: 'uuid',
|
|
76106
75249
|
type: 'string',
|
|
76107
75250
|
},
|
|
76108
|
-
connected_account_ids: {
|
|
76109
|
-
description: 'Array of IDs of the connected accounts for which you want to list devices.',
|
|
76110
|
-
items: { format: 'uuid', type: 'string' },
|
|
76111
|
-
type: 'array',
|
|
76112
|
-
},
|
|
76113
|
-
created_before: {
|
|
76114
|
-
description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
|
|
76115
|
-
format: 'date-time',
|
|
76116
|
-
type: 'string',
|
|
76117
|
-
},
|
|
76118
|
-
custom_metadata_has: {
|
|
76119
|
-
additionalProperties: {
|
|
76120
|
-
oneOf: [{ type: 'string' }, { type: 'boolean' }],
|
|
76121
|
-
},
|
|
76122
|
-
description: 'Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
76123
|
-
type: 'object',
|
|
76124
|
-
},
|
|
76125
75251
|
customer_key: {
|
|
76126
75252
|
description: 'Customer key for which you want to list devices.',
|
|
76127
75253
|
type: 'string',
|
|
76128
75254
|
},
|
|
76129
|
-
device_ids: {
|
|
76130
|
-
description: 'Array of device IDs for which you want to list devices.',
|
|
76131
|
-
items: { format: 'uuid', type: 'string' },
|
|
76132
|
-
type: 'array',
|
|
76133
|
-
},
|
|
76134
75255
|
device_type: {
|
|
76135
75256
|
description: 'Device type by which you want to filter thermostat devices.',
|
|
76136
75257
|
enum: [
|
|
@@ -76159,70 +75280,6 @@ const openapi = {
|
|
|
76159
75280
|
},
|
|
76160
75281
|
type: 'array',
|
|
76161
75282
|
},
|
|
76162
|
-
exclude_if: {
|
|
76163
|
-
items: {
|
|
76164
|
-
enum: [
|
|
76165
|
-
'can_remotely_unlock',
|
|
76166
|
-
'can_remotely_lock',
|
|
76167
|
-
'can_program_offline_access_codes',
|
|
76168
|
-
'can_program_online_access_codes',
|
|
76169
|
-
'can_hvac_heat',
|
|
76170
|
-
'can_hvac_cool',
|
|
76171
|
-
'can_hvac_heat_cool',
|
|
76172
|
-
'can_turn_off_hvac',
|
|
76173
|
-
'can_simulate_removal',
|
|
76174
|
-
'can_simulate_connection',
|
|
76175
|
-
'can_simulate_disconnection',
|
|
76176
|
-
'can_unlock_with_code',
|
|
76177
|
-
'can_run_thermostat_programs',
|
|
76178
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
76179
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
76180
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
76181
|
-
'can_simulate_hub_connection',
|
|
76182
|
-
'can_simulate_hub_disconnection',
|
|
76183
|
-
'can_simulate_paid_subscription',
|
|
76184
|
-
'can_configure_auto_lock',
|
|
76185
|
-
],
|
|
76186
|
-
type: 'string',
|
|
76187
|
-
},
|
|
76188
|
-
type: 'array',
|
|
76189
|
-
'x-undocumented': 'Only used internally.',
|
|
76190
|
-
},
|
|
76191
|
-
include_if: {
|
|
76192
|
-
items: {
|
|
76193
|
-
enum: [
|
|
76194
|
-
'can_remotely_unlock',
|
|
76195
|
-
'can_remotely_lock',
|
|
76196
|
-
'can_program_offline_access_codes',
|
|
76197
|
-
'can_program_online_access_codes',
|
|
76198
|
-
'can_hvac_heat',
|
|
76199
|
-
'can_hvac_cool',
|
|
76200
|
-
'can_hvac_heat_cool',
|
|
76201
|
-
'can_turn_off_hvac',
|
|
76202
|
-
'can_simulate_removal',
|
|
76203
|
-
'can_simulate_connection',
|
|
76204
|
-
'can_simulate_disconnection',
|
|
76205
|
-
'can_unlock_with_code',
|
|
76206
|
-
'can_run_thermostat_programs',
|
|
76207
|
-
'can_program_thermostat_programs_as_weekday_weekend',
|
|
76208
|
-
'can_program_thermostat_programs_as_different_each_day',
|
|
76209
|
-
'can_program_thermostat_programs_as_same_each_day',
|
|
76210
|
-
'can_simulate_hub_connection',
|
|
76211
|
-
'can_simulate_hub_disconnection',
|
|
76212
|
-
'can_simulate_paid_subscription',
|
|
76213
|
-
'can_configure_auto_lock',
|
|
76214
|
-
],
|
|
76215
|
-
type: 'string',
|
|
76216
|
-
},
|
|
76217
|
-
type: 'array',
|
|
76218
|
-
'x-undocumented': 'Only used internally.',
|
|
76219
|
-
},
|
|
76220
|
-
limit: {
|
|
76221
|
-
default: 500,
|
|
76222
|
-
description: 'Numerical limit on the number of devices to return.',
|
|
76223
|
-
format: 'float',
|
|
76224
|
-
type: 'number',
|
|
76225
|
-
},
|
|
76226
75283
|
manufacturer: {
|
|
76227
75284
|
description: 'Manufacturer by which you want to filter thermostat devices.',
|
|
76228
75285
|
enum: [
|
|
@@ -76235,32 +75292,6 @@ const openapi = {
|
|
|
76235
75292
|
],
|
|
76236
75293
|
type: 'string',
|
|
76237
75294
|
},
|
|
76238
|
-
page_cursor: {
|
|
76239
|
-
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
76240
|
-
nullable: true,
|
|
76241
|
-
type: 'string',
|
|
76242
|
-
},
|
|
76243
|
-
search: {
|
|
76244
|
-
description: 'String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id` (full or partial UUID prefix, minimum 4 characters), `connected_account_id`, `display_name`, `custom_metadata` or `location.location_name`.',
|
|
76245
|
-
minLength: 1,
|
|
76246
|
-
type: 'string',
|
|
76247
|
-
},
|
|
76248
|
-
space_id: {
|
|
76249
|
-
description: 'ID of the space for which you want to list devices.',
|
|
76250
|
-
format: 'uuid',
|
|
76251
|
-
type: 'string',
|
|
76252
|
-
},
|
|
76253
|
-
unstable_location_id: {
|
|
76254
|
-
deprecated: true,
|
|
76255
|
-
format: 'uuid',
|
|
76256
|
-
nullable: true,
|
|
76257
|
-
type: 'string',
|
|
76258
|
-
'x-deprecated': 'Use `space_id`.',
|
|
76259
|
-
},
|
|
76260
|
-
user_identifier_key: {
|
|
76261
|
-
description: 'Your own internal user ID for the user for which you want to list devices.',
|
|
76262
|
-
type: 'string',
|
|
76263
|
-
},
|
|
76264
75295
|
},
|
|
76265
75296
|
type: 'object',
|
|
76266
75297
|
},
|