@seamapi/types 1.748.0 → 1.749.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 +27 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +527 -527
- package/dist/index.cjs +27 -18
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +14 -14
- package/lib/seam/connect/models/acs/acs-credential.js +3 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +48 -48
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +20 -20
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +28 -28
- package/lib/seam/connect/models/batch.d.ts +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +24 -24
- package/lib/seam/connect/openapi.js +23 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +383 -383
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -1
- package/src/lib/seam/connect/openapi.ts +23 -16
- package/src/lib/seam/connect/route-types.ts +615 -256
package/package.json
CHANGED
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
export const acs_credential_external_type = z.enum([
|
|
10
10
|
'pti_card',
|
|
11
11
|
'brivo_credential',
|
|
12
|
+
'brivo_digital_credential',
|
|
12
13
|
'hid_credential',
|
|
13
14
|
'visionline_card',
|
|
14
15
|
'salto_ks_credential',
|
|
@@ -23,6 +24,7 @@ export const acs_credential_access_method_type = z.enum([
|
|
|
23
24
|
'code',
|
|
24
25
|
'card',
|
|
25
26
|
'mobile_key',
|
|
27
|
+
'cloud_key',
|
|
26
28
|
])
|
|
27
29
|
|
|
28
30
|
export type AcsCredentialExternalType = z.infer<
|
|
@@ -214,7 +216,7 @@ const common_acs_credential = z.object({
|
|
|
214
216
|
'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card.',
|
|
215
217
|
),
|
|
216
218
|
access_method: acs_credential_access_method_type.describe(
|
|
217
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
219
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
218
220
|
),
|
|
219
221
|
external_type: acs_credential_external_type
|
|
220
222
|
.optional()
|
|
@@ -3246,8 +3246,8 @@ export default {
|
|
|
3246
3246
|
properties: {
|
|
3247
3247
|
access_method: {
|
|
3248
3248
|
description:
|
|
3249
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
3250
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
3249
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
3250
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
3251
3251
|
type: 'string',
|
|
3252
3252
|
},
|
|
3253
3253
|
acs_credential_id: {
|
|
@@ -3360,6 +3360,7 @@ export default {
|
|
|
3360
3360
|
enum: [
|
|
3361
3361
|
'pti_card',
|
|
3362
3362
|
'brivo_credential',
|
|
3363
|
+
'brivo_digital_credential',
|
|
3363
3364
|
'hid_credential',
|
|
3364
3365
|
'visionline_card',
|
|
3365
3366
|
'salto_ks_credential',
|
|
@@ -5807,8 +5808,8 @@ export default {
|
|
|
5807
5808
|
properties: {
|
|
5808
5809
|
access_method: {
|
|
5809
5810
|
description:
|
|
5810
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
5811
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
5811
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
5812
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
5812
5813
|
type: 'string',
|
|
5813
5814
|
},
|
|
5814
5815
|
acs_credential_id: {
|
|
@@ -5926,6 +5927,7 @@ export default {
|
|
|
5926
5927
|
enum: [
|
|
5927
5928
|
'pti_card',
|
|
5928
5929
|
'brivo_credential',
|
|
5930
|
+
'brivo_digital_credential',
|
|
5929
5931
|
'hid_credential',
|
|
5930
5932
|
'visionline_card',
|
|
5931
5933
|
'salto_ks_credential',
|
|
@@ -6263,8 +6265,8 @@ export default {
|
|
|
6263
6265
|
properties: {
|
|
6264
6266
|
access_method: {
|
|
6265
6267
|
description:
|
|
6266
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
6267
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
6268
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
6269
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
6268
6270
|
type: 'string',
|
|
6269
6271
|
},
|
|
6270
6272
|
acs_credential_id: {
|
|
@@ -6382,6 +6384,7 @@ export default {
|
|
|
6382
6384
|
enum: [
|
|
6383
6385
|
'pti_card',
|
|
6384
6386
|
'brivo_credential',
|
|
6387
|
+
'brivo_digital_credential',
|
|
6385
6388
|
'hid_credential',
|
|
6386
6389
|
'visionline_card',
|
|
6387
6390
|
'salto_ks_credential',
|
|
@@ -6938,8 +6941,8 @@ export default {
|
|
|
6938
6941
|
properties: {
|
|
6939
6942
|
access_method: {
|
|
6940
6943
|
description:
|
|
6941
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
6942
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
6944
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
6945
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
6943
6946
|
type: 'string',
|
|
6944
6947
|
},
|
|
6945
6948
|
acs_credential_id: {
|
|
@@ -7056,6 +7059,7 @@ export default {
|
|
|
7056
7059
|
enum: [
|
|
7057
7060
|
'pti_card',
|
|
7058
7061
|
'brivo_credential',
|
|
7062
|
+
'brivo_digital_credential',
|
|
7059
7063
|
'hid_credential',
|
|
7060
7064
|
'visionline_card',
|
|
7061
7065
|
'salto_ks_credential',
|
|
@@ -7391,8 +7395,8 @@ export default {
|
|
|
7391
7395
|
properties: {
|
|
7392
7396
|
access_method: {
|
|
7393
7397
|
description:
|
|
7394
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
7395
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
7398
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
7399
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
7396
7400
|
type: 'string',
|
|
7397
7401
|
},
|
|
7398
7402
|
acs_credential_id: {
|
|
@@ -7509,6 +7513,7 @@ export default {
|
|
|
7509
7513
|
enum: [
|
|
7510
7514
|
'pti_card',
|
|
7511
7515
|
'brivo_credential',
|
|
7516
|
+
'brivo_digital_credential',
|
|
7512
7517
|
'hid_credential',
|
|
7513
7518
|
'visionline_card',
|
|
7514
7519
|
'salto_ks_credential',
|
|
@@ -23985,8 +23990,8 @@ export default {
|
|
|
23985
23990
|
properties: {
|
|
23986
23991
|
access_method: {
|
|
23987
23992
|
description:
|
|
23988
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
23989
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
23993
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
23994
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
23990
23995
|
type: 'string',
|
|
23991
23996
|
},
|
|
23992
23997
|
acs_credential_id: { nullable: true, type: 'string' },
|
|
@@ -24480,6 +24485,7 @@ export default {
|
|
|
24480
24485
|
enum: [
|
|
24481
24486
|
'pti_card',
|
|
24482
24487
|
'brivo_credential',
|
|
24488
|
+
'brivo_digital_credential',
|
|
24483
24489
|
'hid_credential',
|
|
24484
24490
|
'visionline_card',
|
|
24485
24491
|
'salto_ks_credential',
|
|
@@ -27629,8 +27635,8 @@ export default {
|
|
|
27629
27635
|
properties: {
|
|
27630
27636
|
access_method: {
|
|
27631
27637
|
description:
|
|
27632
|
-
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
|
|
27633
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
27638
|
+
'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
27639
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
27634
27640
|
type: 'string',
|
|
27635
27641
|
},
|
|
27636
27642
|
acs_credential_id: {
|
|
@@ -27743,6 +27749,7 @@ export default {
|
|
|
27743
27749
|
enum: [
|
|
27744
27750
|
'pti_card',
|
|
27745
27751
|
'brivo_credential',
|
|
27752
|
+
'brivo_digital_credential',
|
|
27746
27753
|
'hid_credential',
|
|
27747
27754
|
'visionline_card',
|
|
27748
27755
|
'salto_ks_credential',
|
|
@@ -41591,8 +41598,8 @@ export default {
|
|
|
41591
41598
|
properties: {
|
|
41592
41599
|
access_method: {
|
|
41593
41600
|
description:
|
|
41594
|
-
'Access method for the new credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
41595
|
-
enum: ['code', 'card', 'mobile_key'],
|
|
41601
|
+
'Access method for the new credential. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
|
|
41602
|
+
enum: ['code', 'card', 'mobile_key', 'cloud_key'],
|
|
41596
41603
|
type: 'string',
|
|
41597
41604
|
},
|
|
41598
41605
|
acs_system_id: {
|