@seamapi/types 1.294.1 → 1.295.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 +4 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- 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 +2 -2
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -939,6 +939,7 @@ var DEVICE_PROVIDERS = {
|
|
|
939
939
|
GENIE: "genie",
|
|
940
940
|
DOORKING: "doorking",
|
|
941
941
|
SALTO: "salto",
|
|
942
|
+
SALTO_KS: "salto_ks",
|
|
942
943
|
LOCKLY: "lockly",
|
|
943
944
|
TTLOCK: "ttlock",
|
|
944
945
|
LINEAR: "linear",
|
|
@@ -1019,7 +1020,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1019
1020
|
"visionline",
|
|
1020
1021
|
"assa_abloy_credential_service",
|
|
1021
1022
|
"latch",
|
|
1022
|
-
"
|
|
1023
|
+
"salto_ks"
|
|
1023
1024
|
],
|
|
1024
1025
|
internal_beta: ALL_DEVICE_PROVIDERS
|
|
1025
1026
|
};
|
|
@@ -7670,6 +7671,7 @@ var openapi_default = {
|
|
|
7670
7671
|
"genie",
|
|
7671
7672
|
"doorking",
|
|
7672
7673
|
"salto",
|
|
7674
|
+
"salto_ks",
|
|
7673
7675
|
"lockly",
|
|
7674
7676
|
"ttlock",
|
|
7675
7677
|
"linear",
|
|
@@ -14708,6 +14710,7 @@ var openapi_default = {
|
|
|
14708
14710
|
"genie",
|
|
14709
14711
|
"doorking",
|
|
14710
14712
|
"salto",
|
|
14713
|
+
"salto_ks",
|
|
14711
14714
|
"lockly",
|
|
14712
14715
|
"ttlock",
|
|
14713
14716
|
"linear",
|