@seamapi/types 1.810.0 → 1.811.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/connect.cjs
CHANGED
|
@@ -2014,7 +2014,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2014
2014
|
"keynest",
|
|
2015
2015
|
"hotek",
|
|
2016
2016
|
"ultraloq",
|
|
2017
|
-
"dormakaba_oracode"
|
|
2017
|
+
"dormakaba_oracode",
|
|
2018
|
+
"ring"
|
|
2018
2019
|
],
|
|
2019
2020
|
consumer_smartlocks: [
|
|
2020
2021
|
"akiles",
|
|
@@ -2032,7 +2033,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2032
2033
|
"ultraloq",
|
|
2033
2034
|
"dormakaba_oracode"
|
|
2034
2035
|
],
|
|
2035
|
-
beta: ["korelock"
|
|
2036
|
+
beta: ["korelock"],
|
|
2036
2037
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo"],
|
|
2037
2038
|
noise_sensors: ["minut", "noiseaware"],
|
|
2038
2039
|
access_control_systems: [
|