@seamapi/types 1.269.1 → 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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
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 = {
|
|
@@ -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"
|