@seamapi/types 1.816.0 → 1.817.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 +0 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -207
- package/dist/index.cjs +0 -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 +0 -1
- 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/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +0 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +135 -135
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +0 -7
- package/src/lib/seam/connect/route-types.ts +0 -135
package/package.json
CHANGED
|
@@ -3796,7 +3796,6 @@ export default {
|
|
|
3796
3796
|
enum: [
|
|
3797
3797
|
'pti_card',
|
|
3798
3798
|
'brivo_credential',
|
|
3799
|
-
'brivo_digital_credential',
|
|
3800
3799
|
'hid_credential',
|
|
3801
3800
|
'visionline_card',
|
|
3802
3801
|
'salto_ks_credential',
|
|
@@ -6368,7 +6367,6 @@ export default {
|
|
|
6368
6367
|
enum: [
|
|
6369
6368
|
'pti_card',
|
|
6370
6369
|
'brivo_credential',
|
|
6371
|
-
'brivo_digital_credential',
|
|
6372
6370
|
'hid_credential',
|
|
6373
6371
|
'visionline_card',
|
|
6374
6372
|
'salto_ks_credential',
|
|
@@ -6825,7 +6823,6 @@ export default {
|
|
|
6825
6823
|
enum: [
|
|
6826
6824
|
'pti_card',
|
|
6827
6825
|
'brivo_credential',
|
|
6828
|
-
'brivo_digital_credential',
|
|
6829
6826
|
'hid_credential',
|
|
6830
6827
|
'visionline_card',
|
|
6831
6828
|
'salto_ks_credential',
|
|
@@ -7538,7 +7535,6 @@ export default {
|
|
|
7538
7535
|
enum: [
|
|
7539
7536
|
'pti_card',
|
|
7540
7537
|
'brivo_credential',
|
|
7541
|
-
'brivo_digital_credential',
|
|
7542
7538
|
'hid_credential',
|
|
7543
7539
|
'visionline_card',
|
|
7544
7540
|
'salto_ks_credential',
|
|
@@ -7992,7 +7988,6 @@ export default {
|
|
|
7992
7988
|
enum: [
|
|
7993
7989
|
'pti_card',
|
|
7994
7990
|
'brivo_credential',
|
|
7995
|
-
'brivo_digital_credential',
|
|
7996
7991
|
'hid_credential',
|
|
7997
7992
|
'visionline_card',
|
|
7998
7993
|
'salto_ks_credential',
|
|
@@ -25267,7 +25262,6 @@ export default {
|
|
|
25267
25262
|
enum: [
|
|
25268
25263
|
'pti_card',
|
|
25269
25264
|
'brivo_credential',
|
|
25270
|
-
'brivo_digital_credential',
|
|
25271
25265
|
'hid_credential',
|
|
25272
25266
|
'visionline_card',
|
|
25273
25267
|
'salto_ks_credential',
|
|
@@ -28647,7 +28641,6 @@ export default {
|
|
|
28647
28641
|
enum: [
|
|
28648
28642
|
'pti_card',
|
|
28649
28643
|
'brivo_credential',
|
|
28650
|
-
'brivo_digital_credential',
|
|
28651
28644
|
'hid_credential',
|
|
28652
28645
|
'visionline_card',
|
|
28653
28646
|
'salto_ks_credential',
|