@seamapi/types 1.861.0 → 1.862.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
|
@@ -2063,7 +2063,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2063
2063
|
"dormakaba_oracode",
|
|
2064
2064
|
"ring",
|
|
2065
2065
|
"first_alert",
|
|
2066
|
-
"korelock"
|
|
2066
|
+
"korelock",
|
|
2067
|
+
"omnitec"
|
|
2067
2068
|
],
|
|
2068
2069
|
consumer_smartlocks: [
|
|
2069
2070
|
"akiles",
|
|
@@ -2082,7 +2083,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2082
2083
|
"dormakaba_oracode",
|
|
2083
2084
|
"korelock"
|
|
2084
2085
|
],
|
|
2085
|
-
beta: [
|
|
2086
|
+
beta: [],
|
|
2086
2087
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2087
2088
|
noise_sensors: ["minut", "noiseaware"],
|
|
2088
2089
|
access_control_systems: [
|