@seamapi/types 1.430.0 → 1.431.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 +38 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +297 -0
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-credential.js +5 -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 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -0
- package/lib/seam/connect/openapi.d.ts +35 -0
- package/lib/seam/connect/openapi.js +35 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +232 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +42 -0
- package/src/lib/seam/connect/route-types.ts +232 -0
package/dist/connect.cjs
CHANGED
|
@@ -2650,6 +2650,9 @@ var common_acs_credential = zod.z.object({
|
|
|
2650
2650
|
acs_user_id: zod.z.string().uuid().optional().describe(
|
|
2651
2651
|
"ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs."
|
|
2652
2652
|
),
|
|
2653
|
+
user_identity_id: zod.z.string().uuid().optional().describe(
|
|
2654
|
+
"ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs."
|
|
2655
|
+
),
|
|
2653
2656
|
connected_account_id: zod.z.string().uuid().describe(
|
|
2654
2657
|
"ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs."
|
|
2655
2658
|
),
|
|
@@ -7412,6 +7415,11 @@ var openapi_default = {
|
|
|
7412
7415
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
7413
7416
|
type: "string"
|
|
7414
7417
|
},
|
|
7418
|
+
user_identity_id: {
|
|
7419
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
7420
|
+
format: "uuid",
|
|
7421
|
+
type: "string"
|
|
7422
|
+
},
|
|
7415
7423
|
visionline_metadata: {
|
|
7416
7424
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
7417
7425
|
properties: {
|
|
@@ -9502,6 +9510,11 @@ var openapi_default = {
|
|
|
9502
9510
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
9503
9511
|
type: "string"
|
|
9504
9512
|
},
|
|
9513
|
+
user_identity_id: {
|
|
9514
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
9515
|
+
format: "uuid",
|
|
9516
|
+
type: "string"
|
|
9517
|
+
},
|
|
9505
9518
|
visionline_metadata: {
|
|
9506
9519
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
9507
9520
|
properties: {
|
|
@@ -9885,6 +9898,11 @@ var openapi_default = {
|
|
|
9885
9898
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
9886
9899
|
type: "string"
|
|
9887
9900
|
},
|
|
9901
|
+
user_identity_id: {
|
|
9902
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
9903
|
+
format: "uuid",
|
|
9904
|
+
type: "string"
|
|
9905
|
+
},
|
|
9888
9906
|
visionline_metadata: {
|
|
9889
9907
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
9890
9908
|
properties: {
|
|
@@ -10446,6 +10464,11 @@ var openapi_default = {
|
|
|
10446
10464
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
10447
10465
|
type: "string"
|
|
10448
10466
|
},
|
|
10467
|
+
user_identity_id: {
|
|
10468
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
10469
|
+
format: "uuid",
|
|
10470
|
+
type: "string"
|
|
10471
|
+
},
|
|
10449
10472
|
visionline_metadata: {
|
|
10450
10473
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
10451
10474
|
properties: {
|
|
@@ -10827,6 +10850,11 @@ var openapi_default = {
|
|
|
10827
10850
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
10828
10851
|
type: "string"
|
|
10829
10852
|
},
|
|
10853
|
+
user_identity_id: {
|
|
10854
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
10855
|
+
format: "uuid",
|
|
10856
|
+
type: "string"
|
|
10857
|
+
},
|
|
10830
10858
|
visionline_metadata: {
|
|
10831
10859
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
10832
10860
|
properties: {
|
|
@@ -22295,6 +22323,11 @@ var openapi_default = {
|
|
|
22295
22323
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
22296
22324
|
type: "string"
|
|
22297
22325
|
},
|
|
22326
|
+
user_identity_id: {
|
|
22327
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
22328
|
+
format: "uuid",
|
|
22329
|
+
type: "string"
|
|
22330
|
+
},
|
|
22298
22331
|
visionline_metadata: {
|
|
22299
22332
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
22300
22333
|
properties: {
|
|
@@ -24530,6 +24563,11 @@ var openapi_default = {
|
|
|
24530
24563
|
description: "Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
24531
24564
|
type: "string"
|
|
24532
24565
|
},
|
|
24566
|
+
user_identity_id: {
|
|
24567
|
+
description: "ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.",
|
|
24568
|
+
format: "uuid",
|
|
24569
|
+
type: "string"
|
|
24570
|
+
},
|
|
24533
24571
|
visionline_metadata: {
|
|
24534
24572
|
description: "Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
|
|
24535
24573
|
properties: {
|