@seamapi/types 1.831.0 → 1.832.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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -2026,7 +2026,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2026
2026
|
"hotek",
|
|
2027
2027
|
"ultraloq",
|
|
2028
2028
|
"dormakaba_oracode",
|
|
2029
|
-
"ring"
|
|
2029
|
+
"ring",
|
|
2030
|
+
"first_alert"
|
|
2030
2031
|
],
|
|
2031
2032
|
consumer_smartlocks: [
|
|
2032
2033
|
"akiles",
|
|
@@ -2044,7 +2045,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2044
2045
|
"ultraloq",
|
|
2045
2046
|
"dormakaba_oracode"
|
|
2046
2047
|
],
|
|
2047
|
-
beta: ["korelock"
|
|
2048
|
+
beta: ["korelock"],
|
|
2048
2049
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2049
2050
|
noise_sensors: ["minut", "noiseaware"],
|
|
2050
2051
|
access_control_systems: [
|