@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.514.0",
3
+ "version": "1.516.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15,6 +15,7 @@ export const acs_credential_external_type = z.enum([
15
15
  'assa_abloy_vostio_key',
16
16
  'salto_space_key',
17
17
  'latch_access',
18
+ 'dormakaba_ambiance_credential',
18
19
  ])
19
20
 
20
21
  export const acs_credential_access_method_type = z.enum([
@@ -2291,6 +2291,7 @@ export default {
2291
2291
  'assa_abloy_vostio_key',
2292
2292
  'salto_space_key',
2293
2293
  'latch_access',
2294
+ 'dormakaba_ambiance_credential',
2294
2295
  ],
2295
2296
  type: 'string',
2296
2297
  },
@@ -4699,6 +4700,7 @@ export default {
4699
4700
  'assa_abloy_vostio_key',
4700
4701
  'salto_space_key',
4701
4702
  'latch_access',
4703
+ 'dormakaba_ambiance_credential',
4702
4704
  ],
4703
4705
  type: 'string',
4704
4706
  },
@@ -5153,6 +5155,7 @@ export default {
5153
5155
  'assa_abloy_vostio_key',
5154
5156
  'salto_space_key',
5155
5157
  'latch_access',
5158
+ 'dormakaba_ambiance_credential',
5156
5159
  ],
5157
5160
  type: 'string',
5158
5161
  },
@@ -5806,6 +5809,7 @@ export default {
5806
5809
  'assa_abloy_vostio_key',
5807
5810
  'salto_space_key',
5808
5811
  'latch_access',
5812
+ 'dormakaba_ambiance_credential',
5809
5813
  ],
5810
5814
  type: 'string',
5811
5815
  },
@@ -6257,6 +6261,7 @@ export default {
6257
6261
  'assa_abloy_vostio_key',
6258
6262
  'salto_space_key',
6259
6263
  'latch_access',
6264
+ 'dormakaba_ambiance_credential',
6260
6265
  ],
6261
6266
  type: 'string',
6262
6267
  },
@@ -19780,6 +19785,7 @@ export default {
19780
19785
  'assa_abloy_vostio_key',
19781
19786
  'salto_space_key',
19782
19787
  'latch_access',
19788
+ 'dormakaba_ambiance_credential',
19783
19789
  ],
19784
19790
  type: 'string',
19785
19791
  },
@@ -22559,6 +22565,7 @@ export default {
22559
22565
  'assa_abloy_vostio_key',
22560
22566
  'salto_space_key',
22561
22567
  'latch_access',
22568
+ 'dormakaba_ambiance_credential',
22562
22569
  ],
22563
22570
  type: 'string',
22564
22571
  },
@@ -40240,14 +40247,6 @@ export default {
40240
40247
  'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices).',
40241
40248
  operationId: 'devicesListGet',
40242
40249
  parameters: [
40243
- {
40244
- in: 'query',
40245
- name: 'customer_ids',
40246
- schema: {
40247
- items: { format: 'uuid', type: 'string' },
40248
- type: 'array',
40249
- },
40250
- },
40251
40250
  {
40252
40251
  in: 'query',
40253
40252
  name: 'customer_key',
@@ -40713,10 +40712,6 @@ export default {
40713
40712
  '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.',
40714
40713
  type: 'object',
40715
40714
  },
40716
- customer_ids: {
40717
- items: { format: 'uuid', type: 'string' },
40718
- type: 'array',
40719
- },
40720
40715
  customer_key: {
40721
40716
  description:
40722
40717
  'Customer key for which you want to list devices.',
@@ -41544,14 +41539,6 @@ export default {
41544
41539
  '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).',
41545
41540
  operationId: 'devicesUnmanagedListGet',
41546
41541
  parameters: [
41547
- {
41548
- in: 'query',
41549
- name: 'customer_ids',
41550
- schema: {
41551
- items: { format: 'uuid', type: 'string' },
41552
- type: 'array',
41553
- },
41554
- },
41555
41542
  {
41556
41543
  in: 'query',
41557
41544
  name: 'customer_key',
@@ -42014,10 +42001,6 @@ export default {
42014
42001
  '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.',
42015
42002
  type: 'object',
42016
42003
  },
42017
- customer_ids: {
42018
- items: { format: 'uuid', type: 'string' },
42019
- type: 'array',
42020
- },
42021
42004
  customer_key: {
42022
42005
  description:
42023
42006
  'Customer key for which you want to list devices.',
@@ -43926,14 +43909,6 @@ export default {
43926
43909
  'Returns a list of all [locks](https://docs.seam.co/latest/capability-guides/smart-locks).',
43927
43910
  operationId: 'locksListGet',
43928
43911
  parameters: [
43929
- {
43930
- in: 'query',
43931
- name: 'customer_ids',
43932
- schema: {
43933
- items: { format: 'uuid', type: 'string' },
43934
- type: 'array',
43935
- },
43936
- },
43937
43912
  {
43938
43913
  in: 'query',
43939
43914
  name: 'customer_key',
@@ -44335,10 +44310,6 @@ export default {
44335
44310
  '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.',
44336
44311
  type: 'object',
44337
44312
  },
44338
- customer_ids: {
44339
- items: { format: 'uuid', type: 'string' },
44340
- type: 'array',
44341
- },
44342
44313
  customer_key: {
44343
44314
  description:
44344
44315
  'Customer key for which you want to list devices.',
@@ -44848,14 +44819,6 @@ export default {
44848
44819
  'Returns a list of all [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).',
44849
44820
  operationId: 'noiseSensorsListGet',
44850
44821
  parameters: [
44851
- {
44852
- in: 'query',
44853
- name: 'customer_ids',
44854
- schema: {
44855
- items: { format: 'uuid', type: 'string' },
44856
- type: 'array',
44857
- },
44858
- },
44859
44822
  {
44860
44823
  in: 'query',
44861
44824
  name: 'customer_key',
@@ -45175,10 +45138,6 @@ export default {
45175
45138
  '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.',
45176
45139
  type: 'object',
45177
45140
  },
45178
- customer_ids: {
45179
- items: { format: 'uuid', type: 'string' },
45180
- type: 'array',
45181
- },
45182
45141
  customer_key: {
45183
45142
  description:
45184
45143
  'Customer key for which you want to list devices.',
@@ -52126,14 +52085,6 @@ export default {
52126
52085
  'Returns a list of all [thermostats](https://docs.seam.co/latest/capability-guides/thermostats).',
52127
52086
  operationId: 'thermostatsListGet',
52128
52087
  parameters: [
52129
- {
52130
- in: 'query',
52131
- name: 'customer_ids',
52132
- schema: {
52133
- items: { format: 'uuid', type: 'string' },
52134
- type: 'array',
52135
- },
52136
- },
52137
52088
  {
52138
52089
  in: 'query',
52139
52090
  name: 'customer_key',
@@ -52474,10 +52425,6 @@ export default {
52474
52425
  '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.',
52475
52426
  type: 'object',
52476
52427
  },
52477
- customer_ids: {
52478
- items: { format: 'uuid', type: 'string' },
52479
- type: 'array',
52480
- },
52481
52428
  customer_key: {
52482
52429
  description:
52483
52430
  'Customer key for which you want to list devices.',