@seamapi/types 1.829.0 → 1.830.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/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -2
- 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 +3 -2
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -1976,6 +1976,7 @@ var DEVICE_PROVIDERS = {
|
|
|
1976
1976
|
ASSA_ABLOY_CREDENTIAL_SERVICE: "assa_abloy_credential_service",
|
|
1977
1977
|
TEDEE: "tedee",
|
|
1978
1978
|
HONEYWELL_RESIDEO: "honeywell_resideo",
|
|
1979
|
+
FIRST_ALERT: "first_alert",
|
|
1979
1980
|
LATCH: "latch",
|
|
1980
1981
|
AKILES: "akiles",
|
|
1981
1982
|
VOSTIO: "assa_abloy_vostio",
|
|
@@ -2043,8 +2044,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2043
2044
|
"ultraloq",
|
|
2044
2045
|
"dormakaba_oracode"
|
|
2045
2046
|
],
|
|
2046
|
-
beta: ["korelock"],
|
|
2047
|
-
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo"],
|
|
2047
|
+
beta: ["korelock", "first_alert"],
|
|
2048
|
+
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2048
2049
|
noise_sensors: ["minut", "noiseaware"],
|
|
2049
2050
|
access_control_systems: [
|
|
2050
2051
|
"brivo",
|
|
@@ -20858,6 +20859,7 @@ var openapi = {
|
|
|
20858
20859
|
"assa_abloy_credential_service",
|
|
20859
20860
|
"tedee",
|
|
20860
20861
|
"honeywell_resideo",
|
|
20862
|
+
"first_alert",
|
|
20861
20863
|
"latch",
|
|
20862
20864
|
"akiles",
|
|
20863
20865
|
"assa_abloy_vostio",
|
|
@@ -51878,6 +51880,7 @@ var openapi = {
|
|
|
51878
51880
|
"assa_abloy_credential_service",
|
|
51879
51881
|
"tedee",
|
|
51880
51882
|
"honeywell_resideo",
|
|
51883
|
+
"first_alert",
|
|
51881
51884
|
"latch",
|
|
51882
51885
|
"akiles",
|
|
51883
51886
|
"assa_abloy_vostio",
|