@seamapi/types 1.523.0 → 1.524.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 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- 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 -0
package/dist/connect.cjs
CHANGED
|
@@ -1810,7 +1810,9 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1810
1810
|
"salto_ks",
|
|
1811
1811
|
"assa_abloy_vostio",
|
|
1812
1812
|
"salto_space",
|
|
1813
|
-
"dormakaba_ambiance"
|
|
1813
|
+
"dormakaba_ambiance",
|
|
1814
|
+
"dormakaba_community",
|
|
1815
|
+
"legic_connect"
|
|
1814
1816
|
],
|
|
1815
1817
|
internal_beta: ALL_DEVICE_PROVIDERS
|
|
1816
1818
|
};
|