@seamapi/types 1.893.0 → 1.894.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 +7 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/dist/index.cjs +7 -2
- 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
|
@@ -2086,6 +2086,7 @@ var DEVICE_PROVIDERS = {
|
|
|
2086
2086
|
ULTRALOQ: "ultraloq",
|
|
2087
2087
|
DUSAW: "dusaw",
|
|
2088
2088
|
SIFELY: "sifely",
|
|
2089
|
+
THIRTY_THREE_LOCK: "thirty_three_lock",
|
|
2089
2090
|
RING: "ring",
|
|
2090
2091
|
ICAL: "ical",
|
|
2091
2092
|
LODGIFY: "lodgify",
|
|
@@ -2135,7 +2136,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2135
2136
|
"keyincode",
|
|
2136
2137
|
"sifely",
|
|
2137
2138
|
"omnitec",
|
|
2138
|
-
"dusaw"
|
|
2139
|
+
"dusaw",
|
|
2140
|
+
"thirty_three_lock"
|
|
2139
2141
|
],
|
|
2140
2142
|
consumer_smartlocks: [
|
|
2141
2143
|
"akiles",
|
|
@@ -2155,7 +2157,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2155
2157
|
"korelock",
|
|
2156
2158
|
"dusaw",
|
|
2157
2159
|
"keyincode",
|
|
2158
|
-
"sifely"
|
|
2160
|
+
"sifely",
|
|
2161
|
+
"thirty_three_lock"
|
|
2159
2162
|
],
|
|
2160
2163
|
beta: [],
|
|
2161
2164
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
@@ -22894,6 +22897,7 @@ var openapi = {
|
|
|
22894
22897
|
"ultraloq",
|
|
22895
22898
|
"dusaw",
|
|
22896
22899
|
"sifely",
|
|
22900
|
+
"thirty_three_lock",
|
|
22897
22901
|
"ring",
|
|
22898
22902
|
"ical",
|
|
22899
22903
|
"lodgify",
|
|
@@ -54621,6 +54625,7 @@ var openapi = {
|
|
|
54621
54625
|
"ultraloq",
|
|
54622
54626
|
"dusaw",
|
|
54623
54627
|
"sifely",
|
|
54628
|
+
"thirty_three_lock",
|
|
54624
54629
|
"ring",
|
|
54625
54630
|
"ical",
|
|
54626
54631
|
"lodgify",
|