@seamapi/types 1.300.1 → 1.301.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
@@ -989,7 +989,8 @@ var PROVIDER_CATEGORY_MAP = {
989
989
  "honeywell_resideo",
990
990
  "visionline",
991
991
  "assa_abloy_credential_service",
992
- "latch"
992
+ "latch",
993
+ "akiles"
993
994
  ],
994
995
  consumer_smartlocks: [
995
996
  "august",
@@ -12674,39 +12675,32 @@ var openapi_default = {
12674
12675
  oneOf: [
12675
12676
  {
12676
12677
  properties: {
12677
- acs_encoder_ids: {
12678
- items: { format: "uuid", type: "string" },
12679
- type: "array"
12680
- },
12681
- acs_system_ids: {
12682
- items: { format: "uuid", type: "string" },
12683
- type: "array"
12684
- },
12678
+ acs_system_id: { format: "uuid", type: "string" },
12685
12679
  limit: { default: 500, format: "float", type: "number" }
12686
12680
  },
12687
- required: ["acs_system_ids", "acs_encoder_ids"],
12681
+ required: ["acs_system_id"],
12688
12682
  type: "object"
12689
12683
  },
12690
12684
  {
12691
12685
  properties: {
12692
- acs_encoder_ids: {
12686
+ acs_system_ids: {
12693
12687
  items: { format: "uuid", type: "string" },
12694
12688
  type: "array"
12695
12689
  },
12696
12690
  limit: { default: 500, format: "float", type: "number" }
12697
12691
  },
12698
- required: ["acs_encoder_ids"],
12692
+ required: ["acs_system_ids"],
12699
12693
  type: "object"
12700
12694
  },
12701
12695
  {
12702
12696
  properties: {
12703
- acs_system_ids: {
12697
+ acs_encoder_ids: {
12704
12698
  items: { format: "uuid", type: "string" },
12705
12699
  type: "array"
12706
12700
  },
12707
12701
  limit: { default: 500, format: "float", type: "number" }
12708
12702
  },
12709
- required: ["acs_system_ids"],
12703
+ required: ["acs_encoder_ids"],
12710
12704
  type: "object"
12711
12705
  }
12712
12706
  ]