@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/package.json
CHANGED
|
@@ -142,6 +142,13 @@ const common_acs_credential = z.object({
|
|
|
142
142
|
.describe(
|
|
143
143
|
'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.',
|
|
144
144
|
),
|
|
145
|
+
user_identity_id: z
|
|
146
|
+
.string()
|
|
147
|
+
.uuid()
|
|
148
|
+
.optional()
|
|
149
|
+
.describe(
|
|
150
|
+
'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.',
|
|
151
|
+
),
|
|
145
152
|
connected_account_id: z
|
|
146
153
|
.string()
|
|
147
154
|
.uuid()
|
|
@@ -2289,6 +2289,12 @@ export default {
|
|
|
2289
2289
|
'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.',
|
|
2290
2290
|
type: 'string',
|
|
2291
2291
|
},
|
|
2292
|
+
user_identity_id: {
|
|
2293
|
+
description:
|
|
2294
|
+
'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.',
|
|
2295
|
+
format: 'uuid',
|
|
2296
|
+
type: 'string',
|
|
2297
|
+
},
|
|
2292
2298
|
visionline_metadata: {
|
|
2293
2299
|
description:
|
|
2294
2300
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -4663,6 +4669,12 @@ export default {
|
|
|
4663
4669
|
'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.',
|
|
4664
4670
|
type: 'string',
|
|
4665
4671
|
},
|
|
4672
|
+
user_identity_id: {
|
|
4673
|
+
description:
|
|
4674
|
+
'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.',
|
|
4675
|
+
format: 'uuid',
|
|
4676
|
+
type: 'string',
|
|
4677
|
+
},
|
|
4666
4678
|
visionline_metadata: {
|
|
4667
4679
|
description:
|
|
4668
4680
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -5111,6 +5123,12 @@ export default {
|
|
|
5111
5123
|
'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.',
|
|
5112
5124
|
type: 'string',
|
|
5113
5125
|
},
|
|
5126
|
+
user_identity_id: {
|
|
5127
|
+
description:
|
|
5128
|
+
'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.',
|
|
5129
|
+
format: 'uuid',
|
|
5130
|
+
type: 'string',
|
|
5131
|
+
},
|
|
5114
5132
|
visionline_metadata: {
|
|
5115
5133
|
description:
|
|
5116
5134
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -5758,6 +5776,12 @@ export default {
|
|
|
5758
5776
|
'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.',
|
|
5759
5777
|
type: 'string',
|
|
5760
5778
|
},
|
|
5779
|
+
user_identity_id: {
|
|
5780
|
+
description:
|
|
5781
|
+
'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.',
|
|
5782
|
+
format: 'uuid',
|
|
5783
|
+
type: 'string',
|
|
5784
|
+
},
|
|
5761
5785
|
visionline_metadata: {
|
|
5762
5786
|
description:
|
|
5763
5787
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -6203,6 +6227,12 @@ export default {
|
|
|
6203
6227
|
'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.',
|
|
6204
6228
|
type: 'string',
|
|
6205
6229
|
},
|
|
6230
|
+
user_identity_id: {
|
|
6231
|
+
description:
|
|
6232
|
+
'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.',
|
|
6233
|
+
format: 'uuid',
|
|
6234
|
+
type: 'string',
|
|
6235
|
+
},
|
|
6206
6236
|
visionline_metadata: {
|
|
6207
6237
|
description:
|
|
6208
6238
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -18725,6 +18755,12 @@ export default {
|
|
|
18725
18755
|
'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.',
|
|
18726
18756
|
type: 'string',
|
|
18727
18757
|
},
|
|
18758
|
+
user_identity_id: {
|
|
18759
|
+
description:
|
|
18760
|
+
'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.',
|
|
18761
|
+
format: 'uuid',
|
|
18762
|
+
type: 'string',
|
|
18763
|
+
},
|
|
18728
18764
|
visionline_metadata: {
|
|
18729
18765
|
description:
|
|
18730
18766
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|
|
@@ -21293,6 +21329,12 @@ export default {
|
|
|
21293
21329
|
'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.',
|
|
21294
21330
|
type: 'string',
|
|
21295
21331
|
},
|
|
21332
|
+
user_identity_id: {
|
|
21333
|
+
description:
|
|
21334
|
+
'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.',
|
|
21335
|
+
format: 'uuid',
|
|
21336
|
+
type: 'string',
|
|
21337
|
+
},
|
|
21296
21338
|
visionline_metadata: {
|
|
21297
21339
|
description:
|
|
21298
21340
|
'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
|