You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/seam/connect/route-types.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14284,6 +14284,8 @@ export type Routes = {
14284
14284
client_session_token?: string | undefined
14285
14285
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
14286
14286
is_encoding_required?: boolean | undefined
14287
+
/** 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. */
14288
+
is_ready_for_encoding?: boolean | undefined
14287
14289
/** The actual PIN code for code access methods. */
14288
14290
code?: (string | null) | undefined
14289
14291
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -16710,6 +16712,8 @@ export type Routes = {
16710
16712
client_session_token?: string | undefined
16711
16713
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
16712
16714
is_encoding_required?: boolean | undefined
16715
+
/** 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. */
16716
+
is_ready_for_encoding?: boolean | undefined
16713
16717
/** The actual PIN code for code access methods. */
16714
16718
code?: (string | null) | undefined
16715
16719
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -18878,6 +18882,8 @@ export type Routes = {
18878
18882
client_session_token?: string | undefined
18879
18883
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
18880
18884
is_encoding_required?: boolean | undefined
18885
+
/** 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. */
18886
+
is_ready_for_encoding?: boolean | undefined
18881
18887
/** The actual PIN code for code access methods. */
18882
18888
code?: (string | null) | undefined
18883
18889
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19238,6 +19244,8 @@ export type Routes = {
19238
19244
client_session_token?: string | undefined
19239
19245
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19240
19246
is_encoding_required?: boolean | undefined
19247
+
/** 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. */
19248
+
is_ready_for_encoding?: boolean | undefined
19241
19249
/** The actual PIN code for code access methods. */
19242
19250
code?: (string | null) | undefined
19243
19251
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19365,6 +19373,8 @@ export type Routes = {
19365
19373
is_issued: boolean
19366
19374
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19367
19375
is_encoding_required?: boolean | undefined
19376
+
/** 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. */
19377
+
is_ready_for_encoding?: boolean | undefined
19368
19378
/** The actual PIN code for code access methods. */
19369
19379
code?: (string | null) | undefined
19370
19380
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -19495,6 +19505,8 @@ export type Routes = {
19495
19505
is_issued: boolean
19496
19506
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
19497
19507
is_encoding_required?: boolean | undefined
19508
+
/** 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. */
19509
+
is_ready_for_encoding?: boolean | undefined
19498
19510
/** The actual PIN code for code access methods. */
19499
19511
code?: (string | null) | undefined
19500
19512
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -79008,6 +79020,8 @@ export type Routes = {
79008
79020
client_session_token?: string | undefined
79009
79021
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
79010
79022
is_encoding_required?: boolean | undefined
79023
+
/** 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. */
79024
+
is_ready_for_encoding?: boolean | undefined
79011
79025
/** The actual PIN code for code access methods. */
79012
79026
code?: (string | null) | undefined
79013
79027
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
@@ -108120,6 +108134,8 @@ export type Routes = {
108120
108134
client_session_token?: string | undefined
108121
108135
/** Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method. */
108122
108136
is_encoding_required?: boolean | undefined
108137
+
/** 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. */
108138
+
is_ready_for_encoding?: boolean | undefined
108123
108139
/** The actual PIN code for code access methods. */
108124
108140
code?: (string | null) | undefined
108125
108141
/** Warnings associated with the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). */
0 commit comments