@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/dist/connect.cjs CHANGED
@@ -2500,7 +2500,8 @@ var acs_credential_external_type = zod.z.enum([
2500
2500
  "salto_ks_credential",
2501
2501
  "assa_abloy_vostio_key",
2502
2502
  "salto_space_key",
2503
- "latch_access"
2503
+ "latch_access",
2504
+ "dormakaba_ambiance_credential"
2504
2505
  ]);
2505
2506
  var acs_credential_access_method_type = zod.z.enum([
2506
2507
  "code",
@@ -7536,7 +7537,8 @@ var openapi_default = {
7536
7537
  "salto_ks_credential",
7537
7538
  "assa_abloy_vostio_key",
7538
7539
  "salto_space_key",
7539
- "latch_access"
7540
+ "latch_access",
7541
+ "dormakaba_ambiance_credential"
7540
7542
  ],
7541
7543
  type: "string"
7542
7544
  },
@@ -9656,7 +9658,8 @@ var openapi_default = {
9656
9658
  "salto_ks_credential",
9657
9659
  "assa_abloy_vostio_key",
9658
9660
  "salto_space_key",
9659
- "latch_access"
9661
+ "latch_access",
9662
+ "dormakaba_ambiance_credential"
9660
9663
  ],
9661
9664
  type: "string"
9662
9665
  },
@@ -10044,7 +10047,8 @@ var openapi_default = {
10044
10047
  "salto_ks_credential",
10045
10048
  "assa_abloy_vostio_key",
10046
10049
  "salto_space_key",
10047
- "latch_access"
10050
+ "latch_access",
10051
+ "dormakaba_ambiance_credential"
10048
10052
  ],
10049
10053
  type: "string"
10050
10054
  },
@@ -10610,7 +10614,8 @@ var openapi_default = {
10610
10614
  "salto_ks_credential",
10611
10615
  "assa_abloy_vostio_key",
10612
10616
  "salto_space_key",
10613
- "latch_access"
10617
+ "latch_access",
10618
+ "dormakaba_ambiance_credential"
10614
10619
  ],
10615
10620
  type: "string"
10616
10621
  },
@@ -10996,7 +11001,8 @@ var openapi_default = {
10996
11001
  "salto_ks_credential",
10997
11002
  "assa_abloy_vostio_key",
10998
11003
  "salto_space_key",
10999
- "latch_access"
11004
+ "latch_access",
11005
+ "dormakaba_ambiance_credential"
11000
11006
  ],
11001
11007
  type: "string"
11002
11008
  },
@@ -23339,7 +23345,8 @@ var openapi_default = {
23339
23345
  "salto_ks_credential",
23340
23346
  "assa_abloy_vostio_key",
23341
23347
  "salto_space_key",
23342
- "latch_access"
23348
+ "latch_access",
23349
+ "dormakaba_ambiance_credential"
23343
23350
  ],
23344
23351
  type: "string"
23345
23352
  },
@@ -25763,7 +25770,8 @@ var openapi_default = {
25763
25770
  "salto_ks_credential",
25764
25771
  "assa_abloy_vostio_key",
25765
25772
  "salto_space_key",
25766
- "latch_access"
25773
+ "latch_access",
25774
+ "dormakaba_ambiance_credential"
25767
25775
  ],
25768
25776
  type: "string"
25769
25777
  },
@@ -42223,14 +42231,6 @@ var openapi_default = {
42223
42231
  description: "Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices).",
42224
42232
  operationId: "devicesListGet",
42225
42233
  parameters: [
42226
- {
42227
- in: "query",
42228
- name: "customer_ids",
42229
- schema: {
42230
- items: { format: "uuid", type: "string" },
42231
- type: "array"
42232
- }
42233
- },
42234
42234
  {
42235
42235
  in: "query",
42236
42236
  name: "customer_key",
@@ -42676,10 +42676,6 @@ var openapi_default = {
42676
42676
  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.",
42677
42677
  type: "object"
42678
42678
  },
42679
- customer_ids: {
42680
- items: { format: "uuid", type: "string" },
42681
- type: "array"
42682
- },
42683
42679
  customer_key: {
42684
42680
  description: "Customer key for which you want to list devices.",
42685
42681
  type: "string"
@@ -43475,14 +43471,6 @@ var openapi_default = {
43475
43471
  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).",
43476
43472
  operationId: "devicesUnmanagedListGet",
43477
43473
  parameters: [
43478
- {
43479
- in: "query",
43480
- name: "customer_ids",
43481
- schema: {
43482
- items: { format: "uuid", type: "string" },
43483
- type: "array"
43484
- }
43485
- },
43486
43474
  {
43487
43475
  in: "query",
43488
43476
  name: "customer_key",
@@ -43925,10 +43913,6 @@ var openapi_default = {
43925
43913
  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.",
43926
43914
  type: "object"
43927
43915
  },
43928
- customer_ids: {
43929
- items: { format: "uuid", type: "string" },
43930
- type: "array"
43931
- },
43932
43916
  customer_key: {
43933
43917
  description: "Customer key for which you want to list devices.",
43934
43918
  type: "string"
@@ -45768,14 +45752,6 @@ var openapi_default = {
45768
45752
  description: "Returns a list of all [locks](https://docs.seam.co/latest/capability-guides/smart-locks).",
45769
45753
  operationId: "locksListGet",
45770
45754
  parameters: [
45771
- {
45772
- in: "query",
45773
- name: "customer_ids",
45774
- schema: {
45775
- items: { format: "uuid", type: "string" },
45776
- type: "array"
45777
- }
45778
- },
45779
45755
  {
45780
45756
  in: "query",
45781
45757
  name: "customer_key",
@@ -46158,10 +46134,6 @@ var openapi_default = {
46158
46134
  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.",
46159
46135
  type: "object"
46160
46136
  },
46161
- customer_ids: {
46162
- items: { format: "uuid", type: "string" },
46163
- type: "array"
46164
- },
46165
46137
  customer_key: {
46166
46138
  description: "Customer key for which you want to list devices.",
46167
46139
  type: "string"
@@ -46653,14 +46625,6 @@ var openapi_default = {
46653
46625
  description: "Returns a list of all [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).",
46654
46626
  operationId: "noiseSensorsListGet",
46655
46627
  parameters: [
46656
- {
46657
- in: "query",
46658
- name: "customer_ids",
46659
- schema: {
46660
- items: { format: "uuid", type: "string" },
46661
- type: "array"
46662
- }
46663
- },
46664
46628
  {
46665
46629
  in: "query",
46666
46630
  name: "customer_key",
@@ -46958,10 +46922,6 @@ var openapi_default = {
46958
46922
  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.",
46959
46923
  type: "object"
46960
46924
  },
46961
- customer_ids: {
46962
- items: { format: "uuid", type: "string" },
46963
- type: "array"
46964
- },
46965
46925
  customer_key: {
46966
46926
  description: "Customer key for which you want to list devices.",
46967
46927
  type: "string"
@@ -53652,14 +53612,6 @@ var openapi_default = {
53652
53612
  description: "Returns a list of all [thermostats](https://docs.seam.co/latest/capability-guides/thermostats).",
53653
53613
  operationId: "thermostatsListGet",
53654
53614
  parameters: [
53655
- {
53656
- in: "query",
53657
- name: "customer_ids",
53658
- schema: {
53659
- items: { format: "uuid", type: "string" },
53660
- type: "array"
53661
- }
53662
- },
53663
53615
  {
53664
53616
  in: "query",
53665
53617
  name: "customer_key",
@@ -53978,10 +53930,6 @@ var openapi_default = {
53978
53930
  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.",
53979
53931
  type: "object"
53980
53932
  },
53981
- customer_ids: {
53982
- items: { format: "uuid", type: "string" },
53983
- type: "array"
53984
- },
53985
53933
  customer_key: {
53986
53934
  description: "Customer key for which you want to list devices.",
53987
53935
  type: "string"