@seamapi/types 1.237.0 → 1.238.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
@@ -850,7 +850,8 @@ var DEVICE_PROVIDERS = {
850
850
  SEAM_BRIDGE: "seam_bridge",
851
851
  TEDEE: "tedee",
852
852
  HONEYWELL_RESIDEO: "honeywell_resideo",
853
- LATCH: "latch"
853
+ LATCH: "latch",
854
+ AKILES: "akiles"
854
855
  };
855
856
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
856
857
  var PROVIDER_CATEGORY_MAP = {
@@ -5413,7 +5414,8 @@ var openapi_default = {
5413
5414
  "seam_bridge",
5414
5415
  "tedee",
5415
5416
  "honeywell_resideo",
5416
- "latch"
5417
+ "latch",
5418
+ "akiles"
5417
5419
  ],
5418
5420
  type: "string"
5419
5421
  },
@@ -10963,6 +10965,7 @@ var openapi_default = {
10963
10965
  "tedee",
10964
10966
  "honeywell_resideo",
10965
10967
  "latch",
10968
+ "akiles",
10966
10969
  "yale_access",
10967
10970
  "hid_cm",
10968
10971
  "google_nest"