@seamapi/types 1.891.0 → 1.892.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 +6 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -0
- 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 +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -2070,6 +2070,7 @@ var DEVICE_PROVIDERS = {
|
|
|
2070
2070
|
KEYINCODE: "keyincode",
|
|
2071
2071
|
DORMAKABA_AMBIANCE: "dormakaba_ambiance",
|
|
2072
2072
|
ULTRALOQ: "ultraloq",
|
|
2073
|
+
DUSAW: "dusaw",
|
|
2073
2074
|
SIFELY: "sifely",
|
|
2074
2075
|
RING: "ring",
|
|
2075
2076
|
ICAL: "ical",
|
|
@@ -2119,7 +2120,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2119
2120
|
"korelock",
|
|
2120
2121
|
"keyincode",
|
|
2121
2122
|
"sifely",
|
|
2122
|
-
"omnitec"
|
|
2123
|
+
"omnitec",
|
|
2124
|
+
"dusaw"
|
|
2123
2125
|
],
|
|
2124
2126
|
consumer_smartlocks: [
|
|
2125
2127
|
"akiles",
|
|
@@ -2137,6 +2139,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2137
2139
|
"ultraloq",
|
|
2138
2140
|
"dormakaba_oracode",
|
|
2139
2141
|
"korelock",
|
|
2142
|
+
"dusaw",
|
|
2140
2143
|
"keyincode",
|
|
2141
2144
|
"sifely"
|
|
2142
2145
|
],
|
|
@@ -22767,6 +22770,7 @@ var openapi = {
|
|
|
22767
22770
|
"keyincode",
|
|
22768
22771
|
"dormakaba_ambiance",
|
|
22769
22772
|
"ultraloq",
|
|
22773
|
+
"dusaw",
|
|
22770
22774
|
"sifely",
|
|
22771
22775
|
"ring",
|
|
22772
22776
|
"ical",
|
|
@@ -54435,6 +54439,7 @@ var openapi = {
|
|
|
54435
54439
|
"keyincode",
|
|
54436
54440
|
"dormakaba_ambiance",
|
|
54437
54441
|
"ultraloq",
|
|
54442
|
+
"dusaw",
|
|
54438
54443
|
"sifely",
|
|
54439
54444
|
"ring",
|
|
54440
54445
|
"ical",
|