@seamapi/types 1.514.0 → 1.516.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.
@@ -1996,6 +1996,7 @@ export default {
1996
1996
  'assa_abloy_vostio_key',
1997
1997
  'salto_space_key',
1998
1998
  'latch_access',
1999
+ 'dormakaba_ambiance_credential',
1999
2000
  ],
2000
2001
  type: 'string',
2001
2002
  },
@@ -4116,6 +4117,7 @@ export default {
4116
4117
  'assa_abloy_vostio_key',
4117
4118
  'salto_space_key',
4118
4119
  'latch_access',
4120
+ 'dormakaba_ambiance_credential',
4119
4121
  ],
4120
4122
  type: 'string',
4121
4123
  },
@@ -4504,6 +4506,7 @@ export default {
4504
4506
  'assa_abloy_vostio_key',
4505
4507
  'salto_space_key',
4506
4508
  'latch_access',
4509
+ 'dormakaba_ambiance_credential',
4507
4510
  ],
4508
4511
  type: 'string',
4509
4512
  },
@@ -5070,6 +5073,7 @@ export default {
5070
5073
  'assa_abloy_vostio_key',
5071
5074
  'salto_space_key',
5072
5075
  'latch_access',
5076
+ 'dormakaba_ambiance_credential',
5073
5077
  ],
5074
5078
  type: 'string',
5075
5079
  },
@@ -5456,6 +5460,7 @@ export default {
5456
5460
  'assa_abloy_vostio_key',
5457
5461
  'salto_space_key',
5458
5462
  'latch_access',
5463
+ 'dormakaba_ambiance_credential',
5459
5464
  ],
5460
5465
  type: 'string',
5461
5466
  },
@@ -17799,6 +17804,7 @@ export default {
17799
17804
  'assa_abloy_vostio_key',
17800
17805
  'salto_space_key',
17801
17806
  'latch_access',
17807
+ 'dormakaba_ambiance_credential',
17802
17808
  ],
17803
17809
  type: 'string',
17804
17810
  },
@@ -20223,6 +20229,7 @@ export default {
20223
20229
  'assa_abloy_vostio_key',
20224
20230
  'salto_space_key',
20225
20231
  'latch_access',
20232
+ 'dormakaba_ambiance_credential',
20226
20233
  ],
20227
20234
  type: 'string',
20228
20235
  },
@@ -36682,14 +36689,6 @@ export default {
36682
36689
  description: 'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices).',
36683
36690
  operationId: 'devicesListGet',
36684
36691
  parameters: [
36685
- {
36686
- in: 'query',
36687
- name: 'customer_ids',
36688
- schema: {
36689
- items: { format: 'uuid', type: 'string' },
36690
- type: 'array',
36691
- },
36692
- },
36693
36692
  {
36694
36693
  in: 'query',
36695
36694
  name: 'customer_key',
@@ -37135,10 +37134,6 @@ export default {
37135
37134
  description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
37136
37135
  type: 'object',
37137
37136
  },
37138
- customer_ids: {
37139
- items: { format: 'uuid', type: 'string' },
37140
- type: 'array',
37141
- },
37142
37137
  customer_key: {
37143
37138
  description: 'Customer key for which you want to list devices.',
37144
37139
  type: 'string',
@@ -37934,14 +37929,6 @@ export default {
37934
37929
  description: 'Returns a list of all [unmanaged devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).\n\nAn unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).',
37935
37930
  operationId: 'devicesUnmanagedListGet',
37936
37931
  parameters: [
37937
- {
37938
- in: 'query',
37939
- name: 'customer_ids',
37940
- schema: {
37941
- items: { format: 'uuid', type: 'string' },
37942
- type: 'array',
37943
- },
37944
- },
37945
37932
  {
37946
37933
  in: 'query',
37947
37934
  name: 'customer_key',
@@ -38384,10 +38371,6 @@ export default {
38384
38371
  description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
38385
38372
  type: 'object',
38386
38373
  },
38387
- customer_ids: {
38388
- items: { format: 'uuid', type: 'string' },
38389
- type: 'array',
38390
- },
38391
38374
  customer_key: {
38392
38375
  description: 'Customer key for which you want to list devices.',
38393
38376
  type: 'string',
@@ -40227,14 +40210,6 @@ export default {
40227
40210
  description: 'Returns a list of all [locks](https://docs.seam.co/latest/capability-guides/smart-locks).',
40228
40211
  operationId: 'locksListGet',
40229
40212
  parameters: [
40230
- {
40231
- in: 'query',
40232
- name: 'customer_ids',
40233
- schema: {
40234
- items: { format: 'uuid', type: 'string' },
40235
- type: 'array',
40236
- },
40237
- },
40238
40213
  {
40239
40214
  in: 'query',
40240
40215
  name: 'customer_key',
@@ -40617,10 +40592,6 @@ export default {
40617
40592
  description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
40618
40593
  type: 'object',
40619
40594
  },
40620
- customer_ids: {
40621
- items: { format: 'uuid', type: 'string' },
40622
- type: 'array',
40623
- },
40624
40595
  customer_key: {
40625
40596
  description: 'Customer key for which you want to list devices.',
40626
40597
  type: 'string',
@@ -41112,14 +41083,6 @@ export default {
41112
41083
  description: 'Returns a list of all [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).',
41113
41084
  operationId: 'noiseSensorsListGet',
41114
41085
  parameters: [
41115
- {
41116
- in: 'query',
41117
- name: 'customer_ids',
41118
- schema: {
41119
- items: { format: 'uuid', type: 'string' },
41120
- type: 'array',
41121
- },
41122
- },
41123
41086
  {
41124
41087
  in: 'query',
41125
41088
  name: 'customer_key',
@@ -41417,10 +41380,6 @@ export default {
41417
41380
  description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
41418
41381
  type: 'object',
41419
41382
  },
41420
- customer_ids: {
41421
- items: { format: 'uuid', type: 'string' },
41422
- type: 'array',
41423
- },
41424
41383
  customer_key: {
41425
41384
  description: 'Customer key for which you want to list devices.',
41426
41385
  type: 'string',
@@ -48111,14 +48070,6 @@ export default {
48111
48070
  description: 'Returns a list of all [thermostats](https://docs.seam.co/latest/capability-guides/thermostats).',
48112
48071
  operationId: 'thermostatsListGet',
48113
48072
  parameters: [
48114
- {
48115
- in: 'query',
48116
- name: 'customer_ids',
48117
- schema: {
48118
- items: { format: 'uuid', type: 'string' },
48119
- type: 'array',
48120
- },
48121
- },
48122
48073
  {
48123
48074
  in: 'query',
48124
48075
  name: 'customer_key',
@@ -48437,10 +48388,6 @@ export default {
48437
48388
  description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
48438
48389
  type: 'object',
48439
48390
  },
48440
- customer_ids: {
48441
- items: { format: 'uuid', type: 'string' },
48442
- type: 'array',
48443
- },
48444
48391
  customer_key: {
48445
48392
  description: 'Customer key for which you want to list devices.',
48446
48393
  type: 'string',