@seamapi/types 1.937.0 → 1.938.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 +30 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +250 -250
- package/dist/index.cjs +30 -15
- 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/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +29 -29
- 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/action-attempts/scan-to-assign-credential.d.ts +5 -5
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +203 -203
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +203 -0
package/dist/index.cjs
CHANGED
|
@@ -3671,7 +3671,8 @@ var acs_credential_external_type = zod.z.enum([
|
|
|
3671
3671
|
"dormakaba_ambiance_credential",
|
|
3672
3672
|
"hotek_card",
|
|
3673
3673
|
"salto_ks_tag",
|
|
3674
|
-
"avigilon_alta_credential"
|
|
3674
|
+
"avigilon_alta_credential",
|
|
3675
|
+
"kisi_credential"
|
|
3675
3676
|
]);
|
|
3676
3677
|
var acs_credential_access_method_type = zod.z.enum([
|
|
3677
3678
|
"code",
|
|
@@ -4135,7 +4136,8 @@ var acs_system_external_type = zod.z.enum([
|
|
|
4135
4136
|
"legic_connect_credential_service",
|
|
4136
4137
|
"assa_abloy_vostio",
|
|
4137
4138
|
"assa_abloy_vostio_credential_service",
|
|
4138
|
-
"hotek_site"
|
|
4139
|
+
"hotek_site",
|
|
4140
|
+
"kisi_organization"
|
|
4139
4141
|
]);
|
|
4140
4142
|
var common_acs_system_error = zod.z.object({
|
|
4141
4143
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -4534,7 +4536,8 @@ var acs_user_external_type = zod.z.enum([
|
|
|
4534
4536
|
"latch_user",
|
|
4535
4537
|
"dormakaba_community_user",
|
|
4536
4538
|
"salto_space_user",
|
|
4537
|
-
"avigilon_alta_user"
|
|
4539
|
+
"avigilon_alta_user",
|
|
4540
|
+
"kisi_user"
|
|
4538
4541
|
]);
|
|
4539
4542
|
var common_acs_user_error = zod.z.object({
|
|
4540
4543
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -10667,7 +10670,8 @@ var openapi = {
|
|
|
10667
10670
|
"dormakaba_ambiance_credential",
|
|
10668
10671
|
"hotek_card",
|
|
10669
10672
|
"salto_ks_tag",
|
|
10670
|
-
"avigilon_alta_credential"
|
|
10673
|
+
"avigilon_alta_credential",
|
|
10674
|
+
"kisi_credential"
|
|
10671
10675
|
],
|
|
10672
10676
|
type: "string"
|
|
10673
10677
|
},
|
|
@@ -11754,7 +11758,8 @@ var openapi = {
|
|
|
11754
11758
|
"legic_connect_credential_service",
|
|
11755
11759
|
"assa_abloy_vostio",
|
|
11756
11760
|
"assa_abloy_vostio_credential_service",
|
|
11757
|
-
"hotek_site"
|
|
11761
|
+
"hotek_site",
|
|
11762
|
+
"kisi_organization"
|
|
11758
11763
|
],
|
|
11759
11764
|
type: "string"
|
|
11760
11765
|
},
|
|
@@ -11807,7 +11812,8 @@ var openapi = {
|
|
|
11807
11812
|
"legic_connect_credential_service",
|
|
11808
11813
|
"assa_abloy_vostio",
|
|
11809
11814
|
"assa_abloy_vostio_credential_service",
|
|
11810
|
-
"hotek_site"
|
|
11815
|
+
"hotek_site",
|
|
11816
|
+
"kisi_organization"
|
|
11811
11817
|
],
|
|
11812
11818
|
type: "string",
|
|
11813
11819
|
"x-deprecated": "Use `external_type`."
|
|
@@ -12140,7 +12146,8 @@ var openapi = {
|
|
|
12140
12146
|
"latch_user",
|
|
12141
12147
|
"dormakaba_community_user",
|
|
12142
12148
|
"salto_space_user",
|
|
12143
|
-
"avigilon_alta_user"
|
|
12149
|
+
"avigilon_alta_user",
|
|
12150
|
+
"kisi_user"
|
|
12144
12151
|
],
|
|
12145
12152
|
type: "string"
|
|
12146
12153
|
},
|
|
@@ -13218,7 +13225,8 @@ var openapi = {
|
|
|
13218
13225
|
"dormakaba_ambiance_credential",
|
|
13219
13226
|
"hotek_card",
|
|
13220
13227
|
"salto_ks_tag",
|
|
13221
|
-
"avigilon_alta_credential"
|
|
13228
|
+
"avigilon_alta_credential",
|
|
13229
|
+
"kisi_credential"
|
|
13222
13230
|
],
|
|
13223
13231
|
type: "string"
|
|
13224
13232
|
},
|
|
@@ -13615,7 +13623,8 @@ var openapi = {
|
|
|
13615
13623
|
"dormakaba_ambiance_credential",
|
|
13616
13624
|
"hotek_card",
|
|
13617
13625
|
"salto_ks_tag",
|
|
13618
|
-
"avigilon_alta_credential"
|
|
13626
|
+
"avigilon_alta_credential",
|
|
13627
|
+
"kisi_credential"
|
|
13619
13628
|
],
|
|
13620
13629
|
type: "string"
|
|
13621
13630
|
},
|
|
@@ -14234,7 +14243,8 @@ var openapi = {
|
|
|
14234
14243
|
"dormakaba_ambiance_credential",
|
|
14235
14244
|
"hotek_card",
|
|
14236
14245
|
"salto_ks_tag",
|
|
14237
|
-
"avigilon_alta_credential"
|
|
14246
|
+
"avigilon_alta_credential",
|
|
14247
|
+
"kisi_credential"
|
|
14238
14248
|
],
|
|
14239
14249
|
type: "string"
|
|
14240
14250
|
},
|
|
@@ -14629,7 +14639,8 @@ var openapi = {
|
|
|
14629
14639
|
"dormakaba_ambiance_credential",
|
|
14630
14640
|
"hotek_card",
|
|
14631
14641
|
"salto_ks_tag",
|
|
14632
|
-
"avigilon_alta_credential"
|
|
14642
|
+
"avigilon_alta_credential",
|
|
14643
|
+
"kisi_credential"
|
|
14633
14644
|
],
|
|
14634
14645
|
type: "string"
|
|
14635
14646
|
},
|
|
@@ -15275,7 +15286,8 @@ var openapi = {
|
|
|
15275
15286
|
"dormakaba_ambiance_credential",
|
|
15276
15287
|
"hotek_card",
|
|
15277
15288
|
"salto_ks_tag",
|
|
15278
|
-
"avigilon_alta_credential"
|
|
15289
|
+
"avigilon_alta_credential",
|
|
15290
|
+
"kisi_credential"
|
|
15279
15291
|
],
|
|
15280
15292
|
type: "string"
|
|
15281
15293
|
},
|
|
@@ -32684,7 +32696,8 @@ var openapi = {
|
|
|
32684
32696
|
"dormakaba_ambiance_credential",
|
|
32685
32697
|
"hotek_card",
|
|
32686
32698
|
"salto_ks_tag",
|
|
32687
|
-
"avigilon_alta_credential"
|
|
32699
|
+
"avigilon_alta_credential",
|
|
32700
|
+
"kisi_credential"
|
|
32688
32701
|
],
|
|
32689
32702
|
type: "string"
|
|
32690
32703
|
},
|
|
@@ -35440,7 +35453,8 @@ var openapi = {
|
|
|
35440
35453
|
"dormakaba_ambiance_credential",
|
|
35441
35454
|
"hotek_card",
|
|
35442
35455
|
"salto_ks_tag",
|
|
35443
|
-
"avigilon_alta_credential"
|
|
35456
|
+
"avigilon_alta_credential",
|
|
35457
|
+
"kisi_credential"
|
|
35444
35458
|
],
|
|
35445
35459
|
type: "string"
|
|
35446
35460
|
},
|
|
@@ -35895,7 +35909,8 @@ var openapi = {
|
|
|
35895
35909
|
"latch_user",
|
|
35896
35910
|
"dormakaba_community_user",
|
|
35897
35911
|
"salto_space_user",
|
|
35898
|
-
"avigilon_alta_user"
|
|
35912
|
+
"avigilon_alta_user",
|
|
35913
|
+
"kisi_user"
|
|
35899
35914
|
],
|
|
35900
35915
|
type: "string"
|
|
35901
35916
|
},
|