@seamapi/types 1.548.0 → 1.550.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +217 -200
- package/dist/index.cjs +24 -8
- 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 +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +15 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +133 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +15 -0
- package/src/lib/seam/connect/route-types.ts +135 -0
package/dist/index.cjs
CHANGED
|
@@ -2521,7 +2521,8 @@ var acs_credential_external_type = zod.z.enum([
|
|
|
2521
2521
|
"assa_abloy_vostio_key",
|
|
2522
2522
|
"salto_space_key",
|
|
2523
2523
|
"latch_access",
|
|
2524
|
-
"dormakaba_ambiance_credential"
|
|
2524
|
+
"dormakaba_ambiance_credential",
|
|
2525
|
+
"hotek_card"
|
|
2525
2526
|
]);
|
|
2526
2527
|
var acs_credential_access_method_type = zod.z.enum([
|
|
2527
2528
|
"code",
|
|
@@ -7586,7 +7587,8 @@ var openapi_default = {
|
|
|
7586
7587
|
"assa_abloy_vostio_key",
|
|
7587
7588
|
"salto_space_key",
|
|
7588
7589
|
"latch_access",
|
|
7589
|
-
"dormakaba_ambiance_credential"
|
|
7590
|
+
"dormakaba_ambiance_credential",
|
|
7591
|
+
"hotek_card"
|
|
7590
7592
|
],
|
|
7591
7593
|
type: "string"
|
|
7592
7594
|
},
|
|
@@ -9733,7 +9735,8 @@ var openapi_default = {
|
|
|
9733
9735
|
"assa_abloy_vostio_key",
|
|
9734
9736
|
"salto_space_key",
|
|
9735
9737
|
"latch_access",
|
|
9736
|
-
"dormakaba_ambiance_credential"
|
|
9738
|
+
"dormakaba_ambiance_credential",
|
|
9739
|
+
"hotek_card"
|
|
9737
9740
|
],
|
|
9738
9741
|
type: "string"
|
|
9739
9742
|
},
|
|
@@ -10122,7 +10125,8 @@ var openapi_default = {
|
|
|
10122
10125
|
"assa_abloy_vostio_key",
|
|
10123
10126
|
"salto_space_key",
|
|
10124
10127
|
"latch_access",
|
|
10125
|
-
"dormakaba_ambiance_credential"
|
|
10128
|
+
"dormakaba_ambiance_credential",
|
|
10129
|
+
"hotek_card"
|
|
10126
10130
|
],
|
|
10127
10131
|
type: "string"
|
|
10128
10132
|
},
|
|
@@ -10689,7 +10693,8 @@ var openapi_default = {
|
|
|
10689
10693
|
"assa_abloy_vostio_key",
|
|
10690
10694
|
"salto_space_key",
|
|
10691
10695
|
"latch_access",
|
|
10692
|
-
"dormakaba_ambiance_credential"
|
|
10696
|
+
"dormakaba_ambiance_credential",
|
|
10697
|
+
"hotek_card"
|
|
10693
10698
|
],
|
|
10694
10699
|
type: "string"
|
|
10695
10700
|
},
|
|
@@ -11076,7 +11081,8 @@ var openapi_default = {
|
|
|
11076
11081
|
"assa_abloy_vostio_key",
|
|
11077
11082
|
"salto_space_key",
|
|
11078
11083
|
"latch_access",
|
|
11079
|
-
"dormakaba_ambiance_credential"
|
|
11084
|
+
"dormakaba_ambiance_credential",
|
|
11085
|
+
"hotek_card"
|
|
11080
11086
|
],
|
|
11081
11087
|
type: "string"
|
|
11082
11088
|
},
|
|
@@ -23527,7 +23533,8 @@ var openapi_default = {
|
|
|
23527
23533
|
"assa_abloy_vostio_key",
|
|
23528
23534
|
"salto_space_key",
|
|
23529
23535
|
"latch_access",
|
|
23530
|
-
"dormakaba_ambiance_credential"
|
|
23536
|
+
"dormakaba_ambiance_credential",
|
|
23537
|
+
"hotek_card"
|
|
23531
23538
|
],
|
|
23532
23539
|
type: "string"
|
|
23533
23540
|
},
|
|
@@ -25952,7 +25959,8 @@ var openapi_default = {
|
|
|
25952
25959
|
"assa_abloy_vostio_key",
|
|
25953
25960
|
"salto_space_key",
|
|
25954
25961
|
"latch_access",
|
|
25955
|
-
"dormakaba_ambiance_credential"
|
|
25962
|
+
"dormakaba_ambiance_credential",
|
|
25963
|
+
"hotek_card"
|
|
25956
25964
|
],
|
|
25957
25965
|
type: "string"
|
|
25958
25966
|
},
|
|
@@ -33908,6 +33916,14 @@ var openapi_default = {
|
|
|
33908
33916
|
format: "date-time",
|
|
33909
33917
|
type: "string"
|
|
33910
33918
|
},
|
|
33919
|
+
hotek_metadata: {
|
|
33920
|
+
properties: {
|
|
33921
|
+
auto_join: { type: "boolean" },
|
|
33922
|
+
override: { type: "boolean" }
|
|
33923
|
+
},
|
|
33924
|
+
type: "object",
|
|
33925
|
+
"x-undocumented": "in development"
|
|
33926
|
+
},
|
|
33911
33927
|
is_multi_phone_sync_credential: {
|
|
33912
33928
|
default: false,
|
|
33913
33929
|
description: "Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).",
|