@seamapi/types 1.877.1 → 1.878.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 +46 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +42 -0
- package/dist/index.cjs +46 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +12 -0
- package/lib/seam/connect/models/access-grants/access-method.js +8 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/openapi.js +40 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +36 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +50 -0
- package/src/lib/seam/connect/route-types.ts +36 -0
package/dist/connect.cjs
CHANGED
|
@@ -3224,6 +3224,12 @@ var access_method = zod.z.object({
|
|
|
3224
3224
|
is_ready_for_encoding: zod.z.boolean().optional().describe(
|
|
3225
3225
|
"Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued."
|
|
3226
3226
|
),
|
|
3227
|
+
is_assignment_required: zod.z.boolean().optional().describe(
|
|
3228
|
+
"Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment."
|
|
3229
|
+
),
|
|
3230
|
+
is_ready_for_assignment: zod.z.boolean().optional().describe(
|
|
3231
|
+
"Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment."
|
|
3232
|
+
),
|
|
3227
3233
|
code: zod.z.string().nullable().optional().describe("The actual PIN code for code access methods."),
|
|
3228
3234
|
warnings: zod.z.array(access_method_warning).describe(
|
|
3229
3235
|
"Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods)."
|
|
@@ -9844,6 +9850,10 @@ var openapi = {
|
|
|
9844
9850
|
format: "uri",
|
|
9845
9851
|
type: "string"
|
|
9846
9852
|
},
|
|
9853
|
+
is_assignment_required: {
|
|
9854
|
+
description: "Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.",
|
|
9855
|
+
type: "boolean"
|
|
9856
|
+
},
|
|
9847
9857
|
is_encoding_required: {
|
|
9848
9858
|
description: "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.",
|
|
9849
9859
|
type: "boolean"
|
|
@@ -9852,6 +9862,10 @@ var openapi = {
|
|
|
9852
9862
|
description: "Indicates whether the access method has been issued.",
|
|
9853
9863
|
type: "boolean"
|
|
9854
9864
|
},
|
|
9865
|
+
is_ready_for_assignment: {
|
|
9866
|
+
description: "Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.",
|
|
9867
|
+
type: "boolean"
|
|
9868
|
+
},
|
|
9855
9869
|
is_ready_for_encoding: {
|
|
9856
9870
|
description: "Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.",
|
|
9857
9871
|
type: "boolean"
|
|
@@ -44673,6 +44687,10 @@ var openapi = {
|
|
|
44673
44687
|
description: "Display name of the access method.",
|
|
44674
44688
|
type: "string"
|
|
44675
44689
|
},
|
|
44690
|
+
is_assignment_required: {
|
|
44691
|
+
description: "Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.",
|
|
44692
|
+
type: "boolean"
|
|
44693
|
+
},
|
|
44676
44694
|
is_encoding_required: {
|
|
44677
44695
|
description: "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.",
|
|
44678
44696
|
type: "boolean"
|
|
@@ -44681,6 +44699,10 @@ var openapi = {
|
|
|
44681
44699
|
description: "Indicates whether the access method has been issued.",
|
|
44682
44700
|
type: "boolean"
|
|
44683
44701
|
},
|
|
44702
|
+
is_ready_for_assignment: {
|
|
44703
|
+
description: "Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.",
|
|
44704
|
+
type: "boolean"
|
|
44705
|
+
},
|
|
44684
44706
|
is_ready_for_encoding: {
|
|
44685
44707
|
description: "Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.",
|
|
44686
44708
|
type: "boolean"
|
|
@@ -45068,6 +45090,10 @@ var openapi = {
|
|
|
45068
45090
|
description: "Display name of the access method.",
|
|
45069
45091
|
type: "string"
|
|
45070
45092
|
},
|
|
45093
|
+
is_assignment_required: {
|
|
45094
|
+
description: "Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.",
|
|
45095
|
+
type: "boolean"
|
|
45096
|
+
},
|
|
45071
45097
|
is_encoding_required: {
|
|
45072
45098
|
description: "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.",
|
|
45073
45099
|
type: "boolean"
|
|
@@ -45076,6 +45102,10 @@ var openapi = {
|
|
|
45076
45102
|
description: "Indicates whether the access method has been issued.",
|
|
45077
45103
|
type: "boolean"
|
|
45078
45104
|
},
|
|
45105
|
+
is_ready_for_assignment: {
|
|
45106
|
+
description: "Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.",
|
|
45107
|
+
type: "boolean"
|
|
45108
|
+
},
|
|
45079
45109
|
is_ready_for_encoding: {
|
|
45080
45110
|
description: "Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.",
|
|
45081
45111
|
type: "boolean"
|
|
@@ -45491,6 +45521,10 @@ var openapi = {
|
|
|
45491
45521
|
description: "Display name of the access method.",
|
|
45492
45522
|
type: "string"
|
|
45493
45523
|
},
|
|
45524
|
+
is_assignment_required: {
|
|
45525
|
+
description: "Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.",
|
|
45526
|
+
type: "boolean"
|
|
45527
|
+
},
|
|
45494
45528
|
is_encoding_required: {
|
|
45495
45529
|
description: "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.",
|
|
45496
45530
|
type: "boolean"
|
|
@@ -45499,6 +45533,10 @@ var openapi = {
|
|
|
45499
45533
|
description: "Indicates whether the access method has been issued.",
|
|
45500
45534
|
type: "boolean"
|
|
45501
45535
|
},
|
|
45536
|
+
is_ready_for_assignment: {
|
|
45537
|
+
description: "Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.",
|
|
45538
|
+
type: "boolean"
|
|
45539
|
+
},
|
|
45502
45540
|
is_ready_for_encoding: {
|
|
45503
45541
|
description: "Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.",
|
|
45504
45542
|
type: "boolean"
|
|
@@ -45905,6 +45943,10 @@ var openapi = {
|
|
|
45905
45943
|
description: "Display name of the access method.",
|
|
45906
45944
|
type: "string"
|
|
45907
45945
|
},
|
|
45946
|
+
is_assignment_required: {
|
|
45947
|
+
description: "Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.",
|
|
45948
|
+
type: "boolean"
|
|
45949
|
+
},
|
|
45908
45950
|
is_encoding_required: {
|
|
45909
45951
|
description: "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.",
|
|
45910
45952
|
type: "boolean"
|
|
@@ -45913,6 +45955,10 @@ var openapi = {
|
|
|
45913
45955
|
description: "Indicates whether the access method has been issued.",
|
|
45914
45956
|
type: "boolean"
|
|
45915
45957
|
},
|
|
45958
|
+
is_ready_for_assignment: {
|
|
45959
|
+
description: "Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.",
|
|
45960
|
+
type: "boolean"
|
|
45961
|
+
},
|
|
45916
45962
|
is_ready_for_encoding: {
|
|
45917
45963
|
description: "Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.",
|
|
45918
45964
|
type: "boolean"
|