@seamapi/types 1.992.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
  },
@@ -75826,15 +75127,6 @@ const openapi = {
75826
75127
  type: 'string',
75827
75128
  },
75828
75129
  },
75829
- {
75830
- in: 'query',
75831
- name: 'connected_account_ids',
75832
- schema: {
75833
- description: 'Array of IDs of the connected accounts for which you want to list devices.',
75834
- items: { format: 'uuid', type: 'string' },
75835
- type: 'array',
75836
- },
75837
- },
75838
75130
  {
75839
75131
  in: 'query',
75840
75132
  name: 'connect_webview_id',
@@ -75896,157 +75188,6 @@ const openapi = {
75896
75188
  type: 'string',
75897
75189
  },
75898
75190
  },
75899
- {
75900
- in: 'query',
75901
- name: 'device_ids',
75902
- schema: {
75903
- description: 'Array of device IDs for which you want to list devices.',
75904
- items: { format: 'uuid', type: 'string' },
75905
- type: 'array',
75906
- },
75907
- },
75908
- {
75909
- in: 'query',
75910
- name: 'limit',
75911
- schema: {
75912
- default: 500,
75913
- description: 'Numerical limit on the number of devices to return.',
75914
- format: 'float',
75915
- type: 'number',
75916
- },
75917
- },
75918
- {
75919
- in: 'query',
75920
- name: 'created_before',
75921
- schema: {
75922
- description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
75923
- format: 'date-time',
75924
- type: 'string',
75925
- },
75926
- },
75927
- {
75928
- in: 'query',
75929
- name: 'user_identifier_key',
75930
- schema: {
75931
- description: 'Your own internal user ID for the user for which you want to list devices.',
75932
- type: 'string',
75933
- },
75934
- },
75935
- {
75936
- in: 'query',
75937
- name: 'custom_metadata_has',
75938
- schema: {
75939
- additionalProperties: {
75940
- oneOf: [{ type: 'string' }, { type: 'boolean' }],
75941
- },
75942
- 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.',
75943
- type: 'object',
75944
- },
75945
- },
75946
- {
75947
- in: 'query',
75948
- name: 'page_cursor',
75949
- schema: {
75950
- description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
75951
- nullable: true,
75952
- type: 'string',
75953
- },
75954
- },
75955
- {
75956
- in: 'query',
75957
- name: 'include_if',
75958
- schema: {
75959
- items: {
75960
- enum: [
75961
- 'can_remotely_unlock',
75962
- 'can_remotely_lock',
75963
- 'can_program_offline_access_codes',
75964
- 'can_program_online_access_codes',
75965
- 'can_hvac_heat',
75966
- 'can_hvac_cool',
75967
- 'can_hvac_heat_cool',
75968
- 'can_turn_off_hvac',
75969
- 'can_simulate_removal',
75970
- 'can_simulate_connection',
75971
- 'can_simulate_disconnection',
75972
- 'can_unlock_with_code',
75973
- 'can_run_thermostat_programs',
75974
- 'can_program_thermostat_programs_as_weekday_weekend',
75975
- 'can_program_thermostat_programs_as_different_each_day',
75976
- 'can_program_thermostat_programs_as_same_each_day',
75977
- 'can_simulate_hub_connection',
75978
- 'can_simulate_hub_disconnection',
75979
- 'can_simulate_paid_subscription',
75980
- 'can_configure_auto_lock',
75981
- ],
75982
- type: 'string',
75983
- },
75984
- type: 'array',
75985
- 'x-undocumented': 'Only used internally.',
75986
- },
75987
- },
75988
- {
75989
- in: 'query',
75990
- name: 'exclude_if',
75991
- schema: {
75992
- items: {
75993
- enum: [
75994
- 'can_remotely_unlock',
75995
- 'can_remotely_lock',
75996
- 'can_program_offline_access_codes',
75997
- 'can_program_online_access_codes',
75998
- 'can_hvac_heat',
75999
- 'can_hvac_cool',
76000
- 'can_hvac_heat_cool',
76001
- 'can_turn_off_hvac',
76002
- 'can_simulate_removal',
76003
- 'can_simulate_connection',
76004
- 'can_simulate_disconnection',
76005
- 'can_unlock_with_code',
76006
- 'can_run_thermostat_programs',
76007
- 'can_program_thermostat_programs_as_weekday_weekend',
76008
- 'can_program_thermostat_programs_as_different_each_day',
76009
- 'can_program_thermostat_programs_as_same_each_day',
76010
- 'can_simulate_hub_connection',
76011
- 'can_simulate_hub_disconnection',
76012
- 'can_simulate_paid_subscription',
76013
- 'can_configure_auto_lock',
76014
- ],
76015
- type: 'string',
76016
- },
76017
- type: 'array',
76018
- 'x-undocumented': 'Only used internally.',
76019
- },
76020
- },
76021
- {
76022
- in: 'query',
76023
- name: 'unstable_location_id',
76024
- schema: {
76025
- deprecated: true,
76026
- format: 'uuid',
76027
- nullable: true,
76028
- type: 'string',
76029
- 'x-deprecated': 'Use `space_id`.',
76030
- },
76031
- },
76032
- {
76033
- in: 'query',
76034
- name: 'space_id',
76035
- schema: {
76036
- description: 'ID of the space for which you want to list devices.',
76037
- format: 'uuid',
76038
- type: 'string',
76039
- },
76040
- },
76041
- {
76042
- in: 'query',
76043
- name: 'search',
76044
- schema: {
76045
- 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`.',
76046
- minLength: 1,
76047
- type: 'string',
76048
- },
76049
- },
76050
75191
  ],
76051
75192
  responses: {
76052
75193
  200: {
@@ -76107,32 +75248,10 @@ const openapi = {
76107
75248
  format: 'uuid',
76108
75249
  type: 'string',
76109
75250
  },
76110
- connected_account_ids: {
76111
- description: 'Array of IDs of the connected accounts for which you want to list devices.',
76112
- items: { format: 'uuid', type: 'string' },
76113
- type: 'array',
76114
- },
76115
- created_before: {
76116
- description: 'Timestamp by which to limit returned devices. Returns devices created before this timestamp.',
76117
- format: 'date-time',
76118
- type: 'string',
76119
- },
76120
- custom_metadata_has: {
76121
- additionalProperties: {
76122
- oneOf: [{ type: 'string' }, { type: 'boolean' }],
76123
- },
76124
- 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.',
76125
- type: 'object',
76126
- },
76127
75251
  customer_key: {
76128
75252
  description: 'Customer key for which you want to list devices.',
76129
75253
  type: 'string',
76130
75254
  },
76131
- device_ids: {
76132
- description: 'Array of device IDs for which you want to list devices.',
76133
- items: { format: 'uuid', type: 'string' },
76134
- type: 'array',
76135
- },
76136
75255
  device_type: {
76137
75256
  description: 'Device type by which you want to filter thermostat devices.',
76138
75257
  enum: [
@@ -76161,70 +75280,6 @@ const openapi = {
76161
75280
  },
76162
75281
  type: 'array',
76163
75282
  },
76164
- exclude_if: {
76165
- items: {
76166
- enum: [
76167
- 'can_remotely_unlock',
76168
- 'can_remotely_lock',
76169
- 'can_program_offline_access_codes',
76170
- 'can_program_online_access_codes',
76171
- 'can_hvac_heat',
76172
- 'can_hvac_cool',
76173
- 'can_hvac_heat_cool',
76174
- 'can_turn_off_hvac',
76175
- 'can_simulate_removal',
76176
- 'can_simulate_connection',
76177
- 'can_simulate_disconnection',
76178
- 'can_unlock_with_code',
76179
- 'can_run_thermostat_programs',
76180
- 'can_program_thermostat_programs_as_weekday_weekend',
76181
- 'can_program_thermostat_programs_as_different_each_day',
76182
- 'can_program_thermostat_programs_as_same_each_day',
76183
- 'can_simulate_hub_connection',
76184
- 'can_simulate_hub_disconnection',
76185
- 'can_simulate_paid_subscription',
76186
- 'can_configure_auto_lock',
76187
- ],
76188
- type: 'string',
76189
- },
76190
- type: 'array',
76191
- 'x-undocumented': 'Only used internally.',
76192
- },
76193
- include_if: {
76194
- items: {
76195
- enum: [
76196
- 'can_remotely_unlock',
76197
- 'can_remotely_lock',
76198
- 'can_program_offline_access_codes',
76199
- 'can_program_online_access_codes',
76200
- 'can_hvac_heat',
76201
- 'can_hvac_cool',
76202
- 'can_hvac_heat_cool',
76203
- 'can_turn_off_hvac',
76204
- 'can_simulate_removal',
76205
- 'can_simulate_connection',
76206
- 'can_simulate_disconnection',
76207
- 'can_unlock_with_code',
76208
- 'can_run_thermostat_programs',
76209
- 'can_program_thermostat_programs_as_weekday_weekend',
76210
- 'can_program_thermostat_programs_as_different_each_day',
76211
- 'can_program_thermostat_programs_as_same_each_day',
76212
- 'can_simulate_hub_connection',
76213
- 'can_simulate_hub_disconnection',
76214
- 'can_simulate_paid_subscription',
76215
- 'can_configure_auto_lock',
76216
- ],
76217
- type: 'string',
76218
- },
76219
- type: 'array',
76220
- 'x-undocumented': 'Only used internally.',
76221
- },
76222
- limit: {
76223
- default: 500,
76224
- description: 'Numerical limit on the number of devices to return.',
76225
- format: 'float',
76226
- type: 'number',
76227
- },
76228
75283
  manufacturer: {
76229
75284
  description: 'Manufacturer by which you want to filter thermostat devices.',
76230
75285
  enum: [
@@ -76237,32 +75292,6 @@ const openapi = {
76237
75292
  ],
76238
75293
  type: 'string',
76239
75294
  },
76240
- page_cursor: {
76241
- description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
76242
- nullable: true,
76243
- type: 'string',
76244
- },
76245
- search: {
76246
- 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`.',
76247
- minLength: 1,
76248
- type: 'string',
76249
- },
76250
- space_id: {
76251
- description: 'ID of the space for which you want to list devices.',
76252
- format: 'uuid',
76253
- type: 'string',
76254
- },
76255
- unstable_location_id: {
76256
- deprecated: true,
76257
- format: 'uuid',
76258
- nullable: true,
76259
- type: 'string',
76260
- 'x-deprecated': 'Use `space_id`.',
76261
- },
76262
- user_identifier_key: {
76263
- description: 'Your own internal user ID for the user for which you want to list devices.',
76264
- type: 'string',
76265
- },
76266
75295
  },
76267
75296
  type: 'object',
76268
75297
  },