@seamapi/types 1.829.0 → 1.831.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 +21 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +210 -209
- package/dist/index.cjs +21 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +42 -42
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -2
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +9 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +137 -137
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -2
- package/src/lib/seam/connect/openapi.ts +9 -0
- package/src/lib/seam/connect/route-types.ts +137 -0
package/dist/index.cjs
CHANGED
|
@@ -1976,6 +1976,7 @@ var DEVICE_PROVIDERS = {
|
|
|
1976
1976
|
ASSA_ABLOY_CREDENTIAL_SERVICE: "assa_abloy_credential_service",
|
|
1977
1977
|
TEDEE: "tedee",
|
|
1978
1978
|
HONEYWELL_RESIDEO: "honeywell_resideo",
|
|
1979
|
+
FIRST_ALERT: "first_alert",
|
|
1979
1980
|
LATCH: "latch",
|
|
1980
1981
|
AKILES: "akiles",
|
|
1981
1982
|
VOSTIO: "assa_abloy_vostio",
|
|
@@ -2043,8 +2044,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2043
2044
|
"ultraloq",
|
|
2044
2045
|
"dormakaba_oracode"
|
|
2045
2046
|
],
|
|
2046
|
-
beta: ["korelock"],
|
|
2047
|
-
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo"],
|
|
2047
|
+
beta: ["korelock", "first_alert"],
|
|
2048
|
+
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2048
2049
|
noise_sensors: ["minut", "noiseaware"],
|
|
2049
2050
|
access_control_systems: [
|
|
2050
2051
|
"brivo",
|
|
@@ -3383,7 +3384,8 @@ var acs_credential_external_type = zod.z.enum([
|
|
|
3383
3384
|
"salto_space_key",
|
|
3384
3385
|
"latch_access",
|
|
3385
3386
|
"dormakaba_ambiance_credential",
|
|
3386
|
-
"hotek_card"
|
|
3387
|
+
"hotek_card",
|
|
3388
|
+
"salto_ks_tag"
|
|
3387
3389
|
]);
|
|
3388
3390
|
var acs_credential_access_method_type = zod.z.enum([
|
|
3389
3391
|
"code",
|
|
@@ -10296,7 +10298,8 @@ var openapi = {
|
|
|
10296
10298
|
"salto_space_key",
|
|
10297
10299
|
"latch_access",
|
|
10298
10300
|
"dormakaba_ambiance_credential",
|
|
10299
|
-
"hotek_card"
|
|
10301
|
+
"hotek_card",
|
|
10302
|
+
"salto_ks_tag"
|
|
10300
10303
|
],
|
|
10301
10304
|
type: "string"
|
|
10302
10305
|
},
|
|
@@ -12605,7 +12608,8 @@ var openapi = {
|
|
|
12605
12608
|
"salto_space_key",
|
|
12606
12609
|
"latch_access",
|
|
12607
12610
|
"dormakaba_ambiance_credential",
|
|
12608
|
-
"hotek_card"
|
|
12611
|
+
"hotek_card",
|
|
12612
|
+
"salto_ks_tag"
|
|
12609
12613
|
],
|
|
12610
12614
|
type: "string"
|
|
12611
12615
|
},
|
|
@@ -12995,7 +12999,8 @@ var openapi = {
|
|
|
12995
12999
|
"salto_space_key",
|
|
12996
13000
|
"latch_access",
|
|
12997
13001
|
"dormakaba_ambiance_credential",
|
|
12998
|
-
"hotek_card"
|
|
13002
|
+
"hotek_card",
|
|
13003
|
+
"salto_ks_tag"
|
|
12999
13004
|
],
|
|
13000
13005
|
type: "string"
|
|
13001
13006
|
},
|
|
@@ -13611,7 +13616,8 @@ var openapi = {
|
|
|
13611
13616
|
"salto_space_key",
|
|
13612
13617
|
"latch_access",
|
|
13613
13618
|
"dormakaba_ambiance_credential",
|
|
13614
|
-
"hotek_card"
|
|
13619
|
+
"hotek_card",
|
|
13620
|
+
"salto_ks_tag"
|
|
13615
13621
|
],
|
|
13616
13622
|
type: "string"
|
|
13617
13623
|
},
|
|
@@ -13999,7 +14005,8 @@ var openapi = {
|
|
|
13999
14005
|
"salto_space_key",
|
|
14000
14006
|
"latch_access",
|
|
14001
14007
|
"dormakaba_ambiance_credential",
|
|
14002
|
-
"hotek_card"
|
|
14008
|
+
"hotek_card",
|
|
14009
|
+
"salto_ks_tag"
|
|
14003
14010
|
],
|
|
14004
14011
|
type: "string"
|
|
14005
14012
|
},
|
|
@@ -20858,6 +20865,7 @@ var openapi = {
|
|
|
20858
20865
|
"assa_abloy_credential_service",
|
|
20859
20866
|
"tedee",
|
|
20860
20867
|
"honeywell_resideo",
|
|
20868
|
+
"first_alert",
|
|
20861
20869
|
"latch",
|
|
20862
20870
|
"akiles",
|
|
20863
20871
|
"assa_abloy_vostio",
|
|
@@ -29785,7 +29793,8 @@ var openapi = {
|
|
|
29785
29793
|
"salto_space_key",
|
|
29786
29794
|
"latch_access",
|
|
29787
29795
|
"dormakaba_ambiance_credential",
|
|
29788
|
-
"hotek_card"
|
|
29796
|
+
"hotek_card",
|
|
29797
|
+
"salto_ks_tag"
|
|
29789
29798
|
],
|
|
29790
29799
|
type: "string"
|
|
29791
29800
|
},
|
|
@@ -32760,7 +32769,8 @@ var openapi = {
|
|
|
32760
32769
|
"salto_space_key",
|
|
32761
32770
|
"latch_access",
|
|
32762
32771
|
"dormakaba_ambiance_credential",
|
|
32763
|
-
"hotek_card"
|
|
32772
|
+
"hotek_card",
|
|
32773
|
+
"salto_ks_tag"
|
|
32764
32774
|
],
|
|
32765
32775
|
type: "string"
|
|
32766
32776
|
},
|
|
@@ -51878,6 +51888,7 @@ var openapi = {
|
|
|
51878
51888
|
"assa_abloy_credential_service",
|
|
51879
51889
|
"tedee",
|
|
51880
51890
|
"honeywell_resideo",
|
|
51891
|
+
"first_alert",
|
|
51881
51892
|
"latch",
|
|
51882
51893
|
"akiles",
|
|
51883
51894
|
"assa_abloy_vostio",
|