@seamapi/types 1.269.0 → 1.270.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
@@ -910,7 +910,8 @@ var DEVICE_PROVIDERS = {
910
910
  TEDEE: "tedee",
911
911
  HONEYWELL_RESIDEO: "honeywell_resideo",
912
912
  LATCH: "latch",
913
- AKILES: "akiles"
913
+ AKILES: "akiles",
914
+ VOSTIO: "vostio"
914
915
  };
915
916
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
916
917
  var PROVIDER_CATEGORY_MAP = {
@@ -1275,7 +1276,7 @@ var acs_system_capability_flags = zod.z.object({
1275
1276
  var acs_system_external_type = zod.z.enum([
1276
1277
  "pti_site",
1277
1278
  "alta_org",
1278
- "salto_site",
1279
+ "salto_ks_site",
1279
1280
  "brivo_account",
1280
1281
  "hid_credential_manager_organization",
1281
1282
  "visionline_system",
@@ -3171,7 +3172,7 @@ var openapi_default = {
3171
3172
  enum: [
3172
3173
  "pti_site",
3173
3174
  "alta_org",
3174
- "salto_site",
3175
+ "salto_ks_site",
3175
3176
  "brivo_account",
3176
3177
  "hid_credential_manager_organization",
3177
3178
  "visionline_system",
@@ -3202,7 +3203,7 @@ var openapi_default = {
3202
3203
  enum: [
3203
3204
  "pti_site",
3204
3205
  "alta_org",
3205
- "salto_site",
3206
+ "salto_ks_site",
3206
3207
  "brivo_account",
3207
3208
  "hid_credential_manager_organization",
3208
3209
  "visionline_system",
@@ -6653,7 +6654,8 @@ var openapi_default = {
6653
6654
  "tedee",
6654
6655
  "honeywell_resideo",
6655
6656
  "latch",
6656
- "akiles"
6657
+ "akiles",
6658
+ "vostio"
6657
6659
  ],
6658
6660
  type: "string"
6659
6661
  },
@@ -13142,6 +13144,7 @@ var openapi_default = {
13142
13144
  "honeywell_resideo",
13143
13145
  "latch",
13144
13146
  "akiles",
13147
+ "vostio",
13145
13148
  "yale_access",
13146
13149
  "hid_cm",
13147
13150
  "google_nest"