@seamapi/types 1.601.0 → 1.602.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 +48 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +352 -0
- package/dist/index.cjs +48 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +30 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js +11 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.js +11 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +84 -0
- package/lib/seam/connect/openapi.js +32 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +280 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +14 -0
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +38 -0
- package/src/lib/seam/connect/route-types.ts +336 -0
package/dist/connect.d.cts
CHANGED
|
@@ -7980,6 +7980,15 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7980
7980
|
}, {
|
|
7981
7981
|
message: string;
|
|
7982
7982
|
type: "no_credential_on_encoder";
|
|
7983
|
+
}>, z.ZodObject<{
|
|
7984
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
7985
|
+
message: z.ZodString;
|
|
7986
|
+
}, "strip", z.ZodTypeAny, {
|
|
7987
|
+
message: string;
|
|
7988
|
+
type: "no_card_on_encoder";
|
|
7989
|
+
}, {
|
|
7990
|
+
message: string;
|
|
7991
|
+
type: "no_card_on_encoder";
|
|
7983
7992
|
}>]>;
|
|
7984
7993
|
}, "strip", z.ZodTypeAny, {
|
|
7985
7994
|
status: "error";
|
|
@@ -7993,6 +8002,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7993
8002
|
} | {
|
|
7994
8003
|
message: string;
|
|
7995
8004
|
type: "no_credential_on_encoder";
|
|
8005
|
+
} | {
|
|
8006
|
+
message: string;
|
|
8007
|
+
type: "no_card_on_encoder";
|
|
7996
8008
|
};
|
|
7997
8009
|
result: null;
|
|
7998
8010
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -8008,6 +8020,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8008
8020
|
} | {
|
|
8009
8021
|
message: string;
|
|
8010
8022
|
type: "no_credential_on_encoder";
|
|
8023
|
+
} | {
|
|
8024
|
+
message: string;
|
|
8025
|
+
type: "no_card_on_encoder";
|
|
8011
8026
|
};
|
|
8012
8027
|
result: null;
|
|
8013
8028
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -9009,6 +9024,15 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9009
9024
|
}, {
|
|
9010
9025
|
message: string;
|
|
9011
9026
|
type: "credential_cannot_be_reissued";
|
|
9027
|
+
}>, z.ZodObject<{
|
|
9028
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
9029
|
+
message: z.ZodString;
|
|
9030
|
+
}, "strip", z.ZodTypeAny, {
|
|
9031
|
+
message: string;
|
|
9032
|
+
type: "no_card_on_encoder";
|
|
9033
|
+
}, {
|
|
9034
|
+
message: string;
|
|
9035
|
+
type: "no_card_on_encoder";
|
|
9012
9036
|
}>]>;
|
|
9013
9037
|
}, "strip", z.ZodTypeAny, {
|
|
9014
9038
|
status: "error";
|
|
@@ -9028,6 +9052,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9028
9052
|
} | {
|
|
9029
9053
|
message: string;
|
|
9030
9054
|
type: "credential_cannot_be_reissued";
|
|
9055
|
+
} | {
|
|
9056
|
+
message: string;
|
|
9057
|
+
type: "no_card_on_encoder";
|
|
9031
9058
|
};
|
|
9032
9059
|
result: null;
|
|
9033
9060
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -9049,6 +9076,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9049
9076
|
} | {
|
|
9050
9077
|
message: string;
|
|
9051
9078
|
type: "credential_cannot_be_reissued";
|
|
9079
|
+
} | {
|
|
9080
|
+
message: string;
|
|
9081
|
+
type: "no_card_on_encoder";
|
|
9052
9082
|
};
|
|
9053
9083
|
result: null;
|
|
9054
9084
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -18142,6 +18172,15 @@ declare const batch: z.ZodObject<{
|
|
|
18142
18172
|
}, {
|
|
18143
18173
|
message: string;
|
|
18144
18174
|
type: "no_credential_on_encoder";
|
|
18175
|
+
}>, z.ZodObject<{
|
|
18176
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
18177
|
+
message: z.ZodString;
|
|
18178
|
+
}, "strip", z.ZodTypeAny, {
|
|
18179
|
+
message: string;
|
|
18180
|
+
type: "no_card_on_encoder";
|
|
18181
|
+
}, {
|
|
18182
|
+
message: string;
|
|
18183
|
+
type: "no_card_on_encoder";
|
|
18145
18184
|
}>]>;
|
|
18146
18185
|
}, "strip", z.ZodTypeAny, {
|
|
18147
18186
|
status: "error";
|
|
@@ -18155,6 +18194,9 @@ declare const batch: z.ZodObject<{
|
|
|
18155
18194
|
} | {
|
|
18156
18195
|
message: string;
|
|
18157
18196
|
type: "no_credential_on_encoder";
|
|
18197
|
+
} | {
|
|
18198
|
+
message: string;
|
|
18199
|
+
type: "no_card_on_encoder";
|
|
18158
18200
|
};
|
|
18159
18201
|
result: null;
|
|
18160
18202
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -18170,6 +18212,9 @@ declare const batch: z.ZodObject<{
|
|
|
18170
18212
|
} | {
|
|
18171
18213
|
message: string;
|
|
18172
18214
|
type: "no_credential_on_encoder";
|
|
18215
|
+
} | {
|
|
18216
|
+
message: string;
|
|
18217
|
+
type: "no_card_on_encoder";
|
|
18173
18218
|
};
|
|
18174
18219
|
result: null;
|
|
18175
18220
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -19171,6 +19216,15 @@ declare const batch: z.ZodObject<{
|
|
|
19171
19216
|
}, {
|
|
19172
19217
|
message: string;
|
|
19173
19218
|
type: "credential_cannot_be_reissued";
|
|
19219
|
+
}>, z.ZodObject<{
|
|
19220
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
19221
|
+
message: z.ZodString;
|
|
19222
|
+
}, "strip", z.ZodTypeAny, {
|
|
19223
|
+
message: string;
|
|
19224
|
+
type: "no_card_on_encoder";
|
|
19225
|
+
}, {
|
|
19226
|
+
message: string;
|
|
19227
|
+
type: "no_card_on_encoder";
|
|
19174
19228
|
}>]>;
|
|
19175
19229
|
}, "strip", z.ZodTypeAny, {
|
|
19176
19230
|
status: "error";
|
|
@@ -19190,6 +19244,9 @@ declare const batch: z.ZodObject<{
|
|
|
19190
19244
|
} | {
|
|
19191
19245
|
message: string;
|
|
19192
19246
|
type: "credential_cannot_be_reissued";
|
|
19247
|
+
} | {
|
|
19248
|
+
message: string;
|
|
19249
|
+
type: "no_card_on_encoder";
|
|
19193
19250
|
};
|
|
19194
19251
|
result: null;
|
|
19195
19252
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -19211,6 +19268,9 @@ declare const batch: z.ZodObject<{
|
|
|
19211
19268
|
} | {
|
|
19212
19269
|
message: string;
|
|
19213
19270
|
type: "credential_cannot_be_reissued";
|
|
19271
|
+
} | {
|
|
19272
|
+
message: string;
|
|
19273
|
+
type: "no_card_on_encoder";
|
|
19214
19274
|
};
|
|
19215
19275
|
result: null;
|
|
19216
19276
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -32509,6 +32569,9 @@ declare const batch: z.ZodObject<{
|
|
|
32509
32569
|
} | {
|
|
32510
32570
|
message: string;
|
|
32511
32571
|
type: "credential_cannot_be_reissued";
|
|
32572
|
+
} | {
|
|
32573
|
+
message: string;
|
|
32574
|
+
type: "no_card_on_encoder";
|
|
32512
32575
|
};
|
|
32513
32576
|
result: null;
|
|
32514
32577
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -32770,6 +32833,9 @@ declare const batch: z.ZodObject<{
|
|
|
32770
32833
|
} | {
|
|
32771
32834
|
message: string;
|
|
32772
32835
|
type: "no_credential_on_encoder";
|
|
32836
|
+
} | {
|
|
32837
|
+
message: string;
|
|
32838
|
+
type: "no_card_on_encoder";
|
|
32773
32839
|
};
|
|
32774
32840
|
result: null;
|
|
32775
32841
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -36412,6 +36478,9 @@ declare const batch: z.ZodObject<{
|
|
|
36412
36478
|
} | {
|
|
36413
36479
|
message: string;
|
|
36414
36480
|
type: "credential_cannot_be_reissued";
|
|
36481
|
+
} | {
|
|
36482
|
+
message: string;
|
|
36483
|
+
type: "no_card_on_encoder";
|
|
36415
36484
|
};
|
|
36416
36485
|
result: null;
|
|
36417
36486
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -36673,6 +36742,9 @@ declare const batch: z.ZodObject<{
|
|
|
36673
36742
|
} | {
|
|
36674
36743
|
message: string;
|
|
36675
36744
|
type: "no_credential_on_encoder";
|
|
36745
|
+
} | {
|
|
36746
|
+
message: string;
|
|
36747
|
+
type: "no_card_on_encoder";
|
|
36676
36748
|
};
|
|
36677
36749
|
result: null;
|
|
36678
36750
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -108621,6 +108693,11 @@ type Routes = {
|
|
|
108621
108693
|
type: 'no_credential_on_encoder';
|
|
108622
108694
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108623
108695
|
message: string;
|
|
108696
|
+
} | {
|
|
108697
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
108698
|
+
type: 'no_card_on_encoder';
|
|
108699
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108700
|
+
message: string;
|
|
108624
108701
|
};
|
|
108625
108702
|
} | {
|
|
108626
108703
|
/** ID of the action attempt. */
|
|
@@ -108935,6 +109012,11 @@ type Routes = {
|
|
|
108935
109012
|
type: 'credential_cannot_be_reissued';
|
|
108936
109013
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108937
109014
|
message: string;
|
|
109015
|
+
} | {
|
|
109016
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
109017
|
+
type: 'no_card_on_encoder';
|
|
109018
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109019
|
+
message: string;
|
|
108938
109020
|
};
|
|
108939
109021
|
} | {
|
|
108940
109022
|
/** ID of the action attempt. */
|
|
@@ -110931,6 +111013,11 @@ type Routes = {
|
|
|
110931
111013
|
type: 'no_credential_on_encoder';
|
|
110932
111014
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110933
111015
|
message: string;
|
|
111016
|
+
} | {
|
|
111017
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
111018
|
+
type: 'no_card_on_encoder';
|
|
111019
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111020
|
+
message: string;
|
|
110934
111021
|
};
|
|
110935
111022
|
} | {
|
|
110936
111023
|
/** ID of the action attempt. */
|
|
@@ -111245,6 +111332,11 @@ type Routes = {
|
|
|
111245
111332
|
type: 'credential_cannot_be_reissued';
|
|
111246
111333
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111247
111334
|
message: string;
|
|
111335
|
+
} | {
|
|
111336
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
111337
|
+
type: 'no_card_on_encoder';
|
|
111338
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111339
|
+
message: string;
|
|
111248
111340
|
};
|
|
111249
111341
|
} | {
|
|
111250
111342
|
/** ID of the action attempt. */
|
|
@@ -114819,6 +114911,11 @@ type Routes = {
|
|
|
114819
114911
|
type: 'no_credential_on_encoder';
|
|
114820
114912
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
114821
114913
|
message: string;
|
|
114914
|
+
} | {
|
|
114915
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
114916
|
+
type: 'no_card_on_encoder';
|
|
114917
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
114918
|
+
message: string;
|
|
114822
114919
|
};
|
|
114823
114920
|
} | {
|
|
114824
114921
|
/** ID of the action attempt. */
|
|
@@ -115133,6 +115230,11 @@ type Routes = {
|
|
|
115133
115230
|
type: 'credential_cannot_be_reissued';
|
|
115134
115231
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115135
115232
|
message: string;
|
|
115233
|
+
} | {
|
|
115234
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
115235
|
+
type: 'no_card_on_encoder';
|
|
115236
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115237
|
+
message: string;
|
|
115136
115238
|
};
|
|
115137
115239
|
} | {
|
|
115138
115240
|
/** ID of the action attempt. */
|
|
@@ -117150,6 +117252,11 @@ type Routes = {
|
|
|
117150
117252
|
type: 'no_credential_on_encoder';
|
|
117151
117253
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117152
117254
|
message: string;
|
|
117255
|
+
} | {
|
|
117256
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
117257
|
+
type: 'no_card_on_encoder';
|
|
117258
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117259
|
+
message: string;
|
|
117153
117260
|
};
|
|
117154
117261
|
} | {
|
|
117155
117262
|
/** ID of the action attempt. */
|
|
@@ -117464,6 +117571,11 @@ type Routes = {
|
|
|
117464
117571
|
type: 'credential_cannot_be_reissued';
|
|
117465
117572
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117466
117573
|
message: string;
|
|
117574
|
+
} | {
|
|
117575
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
117576
|
+
type: 'no_card_on_encoder';
|
|
117577
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117578
|
+
message: string;
|
|
117467
117579
|
};
|
|
117468
117580
|
} | {
|
|
117469
117581
|
/** ID of the action attempt. */
|
|
@@ -120663,6 +120775,11 @@ type Routes = {
|
|
|
120663
120775
|
type: 'no_credential_on_encoder';
|
|
120664
120776
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120665
120777
|
message: string;
|
|
120778
|
+
} | {
|
|
120779
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
120780
|
+
type: 'no_card_on_encoder';
|
|
120781
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120782
|
+
message: string;
|
|
120666
120783
|
};
|
|
120667
120784
|
} | {
|
|
120668
120785
|
/** ID of the action attempt. */
|
|
@@ -120977,6 +121094,11 @@ type Routes = {
|
|
|
120977
121094
|
type: 'credential_cannot_be_reissued';
|
|
120978
121095
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120979
121096
|
message: string;
|
|
121097
|
+
} | {
|
|
121098
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
121099
|
+
type: 'no_card_on_encoder';
|
|
121100
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121101
|
+
message: string;
|
|
120980
121102
|
};
|
|
120981
121103
|
} | {
|
|
120982
121104
|
/** ID of the action attempt. */
|
|
@@ -124048,6 +124170,11 @@ type Routes = {
|
|
|
124048
124170
|
type: 'no_credential_on_encoder';
|
|
124049
124171
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124050
124172
|
message: string;
|
|
124173
|
+
} | {
|
|
124174
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
124175
|
+
type: 'no_card_on_encoder';
|
|
124176
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124177
|
+
message: string;
|
|
124051
124178
|
};
|
|
124052
124179
|
} | {
|
|
124053
124180
|
/** ID of the action attempt. */
|
|
@@ -124362,6 +124489,11 @@ type Routes = {
|
|
|
124362
124489
|
type: 'credential_cannot_be_reissued';
|
|
124363
124490
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124364
124491
|
message: string;
|
|
124492
|
+
} | {
|
|
124493
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
124494
|
+
type: 'no_card_on_encoder';
|
|
124495
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124496
|
+
message: string;
|
|
124365
124497
|
};
|
|
124366
124498
|
} | {
|
|
124367
124499
|
/** ID of the action attempt. */
|
|
@@ -131441,6 +131573,11 @@ type Routes = {
|
|
|
131441
131573
|
type: 'no_credential_on_encoder';
|
|
131442
131574
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131443
131575
|
message: string;
|
|
131576
|
+
} | {
|
|
131577
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
131578
|
+
type: 'no_card_on_encoder';
|
|
131579
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131580
|
+
message: string;
|
|
131444
131581
|
};
|
|
131445
131582
|
} | {
|
|
131446
131583
|
/** ID of the action attempt. */
|
|
@@ -131755,6 +131892,11 @@ type Routes = {
|
|
|
131755
131892
|
type: 'credential_cannot_be_reissued';
|
|
131756
131893
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131757
131894
|
message: string;
|
|
131895
|
+
} | {
|
|
131896
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
131897
|
+
type: 'no_card_on_encoder';
|
|
131898
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131899
|
+
message: string;
|
|
131758
131900
|
};
|
|
131759
131901
|
} | {
|
|
131760
131902
|
/** ID of the action attempt. */
|
|
@@ -132805,6 +132947,11 @@ type Routes = {
|
|
|
132805
132947
|
type: 'no_credential_on_encoder';
|
|
132806
132948
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132807
132949
|
message: string;
|
|
132950
|
+
} | {
|
|
132951
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
132952
|
+
type: 'no_card_on_encoder';
|
|
132953
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132954
|
+
message: string;
|
|
132808
132955
|
};
|
|
132809
132956
|
} | {
|
|
132810
132957
|
/** ID of the action attempt. */
|
|
@@ -133119,6 +133266,11 @@ type Routes = {
|
|
|
133119
133266
|
type: 'credential_cannot_be_reissued';
|
|
133120
133267
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133121
133268
|
message: string;
|
|
133269
|
+
} | {
|
|
133270
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
133271
|
+
type: 'no_card_on_encoder';
|
|
133272
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133273
|
+
message: string;
|
|
133122
133274
|
};
|
|
133123
133275
|
} | {
|
|
133124
133276
|
/** ID of the action attempt. */
|
|
@@ -136433,6 +136585,11 @@ type Routes = {
|
|
|
136433
136585
|
type: 'no_credential_on_encoder';
|
|
136434
136586
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136435
136587
|
message: string;
|
|
136588
|
+
} | {
|
|
136589
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
136590
|
+
type: 'no_card_on_encoder';
|
|
136591
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136592
|
+
message: string;
|
|
136436
136593
|
};
|
|
136437
136594
|
} | {
|
|
136438
136595
|
/** ID of the action attempt. */
|
|
@@ -136747,6 +136904,11 @@ type Routes = {
|
|
|
136747
136904
|
type: 'credential_cannot_be_reissued';
|
|
136748
136905
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136749
136906
|
message: string;
|
|
136907
|
+
} | {
|
|
136908
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
136909
|
+
type: 'no_card_on_encoder';
|
|
136910
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136911
|
+
message: string;
|
|
136750
136912
|
};
|
|
136751
136913
|
} | {
|
|
136752
136914
|
/** ID of the action attempt. */
|
|
@@ -137686,6 +137848,11 @@ type Routes = {
|
|
|
137686
137848
|
type: 'no_credential_on_encoder';
|
|
137687
137849
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137688
137850
|
message: string;
|
|
137851
|
+
} | {
|
|
137852
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
137853
|
+
type: 'no_card_on_encoder';
|
|
137854
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137855
|
+
message: string;
|
|
137689
137856
|
};
|
|
137690
137857
|
} | {
|
|
137691
137858
|
/** ID of the action attempt. */
|
|
@@ -138000,6 +138167,11 @@ type Routes = {
|
|
|
138000
138167
|
type: 'credential_cannot_be_reissued';
|
|
138001
138168
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138002
138169
|
message: string;
|
|
138170
|
+
} | {
|
|
138171
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
138172
|
+
type: 'no_card_on_encoder';
|
|
138173
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138174
|
+
message: string;
|
|
138003
138175
|
};
|
|
138004
138176
|
} | {
|
|
138005
138177
|
/** ID of the action attempt. */
|
|
@@ -153064,6 +153236,11 @@ type Routes = {
|
|
|
153064
153236
|
type: 'no_credential_on_encoder';
|
|
153065
153237
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153066
153238
|
message: string;
|
|
153239
|
+
} | {
|
|
153240
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
153241
|
+
type: 'no_card_on_encoder';
|
|
153242
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153243
|
+
message: string;
|
|
153067
153244
|
};
|
|
153068
153245
|
} | {
|
|
153069
153246
|
/** ID of the action attempt. */
|
|
@@ -153378,6 +153555,11 @@ type Routes = {
|
|
|
153378
153555
|
type: 'credential_cannot_be_reissued';
|
|
153379
153556
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153380
153557
|
message: string;
|
|
153558
|
+
} | {
|
|
153559
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
153560
|
+
type: 'no_card_on_encoder';
|
|
153561
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153562
|
+
message: string;
|
|
153381
153563
|
};
|
|
153382
153564
|
} | {
|
|
153383
153565
|
/** ID of the action attempt. */
|
|
@@ -154324,6 +154506,11 @@ type Routes = {
|
|
|
154324
154506
|
type: 'no_credential_on_encoder';
|
|
154325
154507
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154326
154508
|
message: string;
|
|
154509
|
+
} | {
|
|
154510
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
154511
|
+
type: 'no_card_on_encoder';
|
|
154512
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154513
|
+
message: string;
|
|
154327
154514
|
};
|
|
154328
154515
|
} | {
|
|
154329
154516
|
/** ID of the action attempt. */
|
|
@@ -154638,6 +154825,11 @@ type Routes = {
|
|
|
154638
154825
|
type: 'credential_cannot_be_reissued';
|
|
154639
154826
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154640
154827
|
message: string;
|
|
154828
|
+
} | {
|
|
154829
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
154830
|
+
type: 'no_card_on_encoder';
|
|
154831
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154832
|
+
message: string;
|
|
154641
154833
|
};
|
|
154642
154834
|
} | {
|
|
154643
154835
|
/** ID of the action attempt. */
|
|
@@ -155582,6 +155774,11 @@ type Routes = {
|
|
|
155582
155774
|
type: 'no_credential_on_encoder';
|
|
155583
155775
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155584
155776
|
message: string;
|
|
155777
|
+
} | {
|
|
155778
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
155779
|
+
type: 'no_card_on_encoder';
|
|
155780
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155781
|
+
message: string;
|
|
155585
155782
|
};
|
|
155586
155783
|
} | {
|
|
155587
155784
|
/** ID of the action attempt. */
|
|
@@ -155896,6 +156093,11 @@ type Routes = {
|
|
|
155896
156093
|
type: 'credential_cannot_be_reissued';
|
|
155897
156094
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155898
156095
|
message: string;
|
|
156096
|
+
} | {
|
|
156097
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
156098
|
+
type: 'no_card_on_encoder';
|
|
156099
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156100
|
+
message: string;
|
|
155899
156101
|
};
|
|
155900
156102
|
} | {
|
|
155901
156103
|
/** ID of the action attempt. */
|
|
@@ -156842,6 +157044,11 @@ type Routes = {
|
|
|
156842
157044
|
type: 'no_credential_on_encoder';
|
|
156843
157045
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156844
157046
|
message: string;
|
|
157047
|
+
} | {
|
|
157048
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
157049
|
+
type: 'no_card_on_encoder';
|
|
157050
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157051
|
+
message: string;
|
|
156845
157052
|
};
|
|
156846
157053
|
} | {
|
|
156847
157054
|
/** ID of the action attempt. */
|
|
@@ -157156,6 +157363,11 @@ type Routes = {
|
|
|
157156
157363
|
type: 'credential_cannot_be_reissued';
|
|
157157
157364
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157158
157365
|
message: string;
|
|
157366
|
+
} | {
|
|
157367
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
157368
|
+
type: 'no_card_on_encoder';
|
|
157369
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157370
|
+
message: string;
|
|
157159
157371
|
};
|
|
157160
157372
|
} | {
|
|
157161
157373
|
/** ID of the action attempt. */
|
|
@@ -160588,6 +160800,11 @@ type Routes = {
|
|
|
160588
160800
|
type: 'no_credential_on_encoder';
|
|
160589
160801
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160590
160802
|
message: string;
|
|
160803
|
+
} | {
|
|
160804
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
160805
|
+
type: 'no_card_on_encoder';
|
|
160806
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160807
|
+
message: string;
|
|
160591
160808
|
};
|
|
160592
160809
|
} | {
|
|
160593
160810
|
/** ID of the action attempt. */
|
|
@@ -160902,6 +161119,11 @@ type Routes = {
|
|
|
160902
161119
|
type: 'credential_cannot_be_reissued';
|
|
160903
161120
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160904
161121
|
message: string;
|
|
161122
|
+
} | {
|
|
161123
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
161124
|
+
type: 'no_card_on_encoder';
|
|
161125
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
161126
|
+
message: string;
|
|
160905
161127
|
};
|
|
160906
161128
|
} | {
|
|
160907
161129
|
/** ID of the action attempt. */
|
|
@@ -161867,6 +162089,11 @@ type Routes = {
|
|
|
161867
162089
|
type: 'no_credential_on_encoder';
|
|
161868
162090
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
161869
162091
|
message: string;
|
|
162092
|
+
} | {
|
|
162093
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
162094
|
+
type: 'no_card_on_encoder';
|
|
162095
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162096
|
+
message: string;
|
|
161870
162097
|
};
|
|
161871
162098
|
} | {
|
|
161872
162099
|
/** ID of the action attempt. */
|
|
@@ -162181,6 +162408,11 @@ type Routes = {
|
|
|
162181
162408
|
type: 'credential_cannot_be_reissued';
|
|
162182
162409
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162183
162410
|
message: string;
|
|
162411
|
+
} | {
|
|
162412
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
162413
|
+
type: 'no_card_on_encoder';
|
|
162414
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162415
|
+
message: string;
|
|
162184
162416
|
};
|
|
162185
162417
|
} | {
|
|
162186
162418
|
/** ID of the action attempt. */
|
|
@@ -163200,6 +163432,11 @@ type Routes = {
|
|
|
163200
163432
|
type: 'no_credential_on_encoder';
|
|
163201
163433
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163202
163434
|
message: string;
|
|
163435
|
+
} | {
|
|
163436
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
163437
|
+
type: 'no_card_on_encoder';
|
|
163438
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163439
|
+
message: string;
|
|
163203
163440
|
};
|
|
163204
163441
|
} | {
|
|
163205
163442
|
/** ID of the action attempt. */
|
|
@@ -163514,6 +163751,11 @@ type Routes = {
|
|
|
163514
163751
|
type: 'credential_cannot_be_reissued';
|
|
163515
163752
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163516
163753
|
message: string;
|
|
163754
|
+
} | {
|
|
163755
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
163756
|
+
type: 'no_card_on_encoder';
|
|
163757
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163758
|
+
message: string;
|
|
163517
163759
|
};
|
|
163518
163760
|
} | {
|
|
163519
163761
|
/** ID of the action attempt. */
|
|
@@ -169998,6 +170240,11 @@ type Routes = {
|
|
|
169998
170240
|
type: 'no_credential_on_encoder';
|
|
169999
170241
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170000
170242
|
message: string;
|
|
170243
|
+
} | {
|
|
170244
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
170245
|
+
type: 'no_card_on_encoder';
|
|
170246
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170247
|
+
message: string;
|
|
170001
170248
|
};
|
|
170002
170249
|
} | {
|
|
170003
170250
|
/** ID of the action attempt. */
|
|
@@ -170312,6 +170559,11 @@ type Routes = {
|
|
|
170312
170559
|
type: 'credential_cannot_be_reissued';
|
|
170313
170560
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170314
170561
|
message: string;
|
|
170562
|
+
} | {
|
|
170563
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
170564
|
+
type: 'no_card_on_encoder';
|
|
170565
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170566
|
+
message: string;
|
|
170315
170567
|
};
|
|
170316
170568
|
} | {
|
|
170317
170569
|
/** ID of the action attempt. */
|
|
@@ -171262,6 +171514,11 @@ type Routes = {
|
|
|
171262
171514
|
type: 'no_credential_on_encoder';
|
|
171263
171515
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171264
171516
|
message: string;
|
|
171517
|
+
} | {
|
|
171518
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
171519
|
+
type: 'no_card_on_encoder';
|
|
171520
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171521
|
+
message: string;
|
|
171265
171522
|
};
|
|
171266
171523
|
} | {
|
|
171267
171524
|
/** ID of the action attempt. */
|
|
@@ -171576,6 +171833,11 @@ type Routes = {
|
|
|
171576
171833
|
type: 'credential_cannot_be_reissued';
|
|
171577
171834
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171578
171835
|
message: string;
|
|
171836
|
+
} | {
|
|
171837
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
171838
|
+
type: 'no_card_on_encoder';
|
|
171839
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171840
|
+
message: string;
|
|
171579
171841
|
};
|
|
171580
171842
|
} | {
|
|
171581
171843
|
/** ID of the action attempt. */
|
|
@@ -172629,6 +172891,11 @@ type Routes = {
|
|
|
172629
172891
|
type: 'no_credential_on_encoder';
|
|
172630
172892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
172631
172893
|
message: string;
|
|
172894
|
+
} | {
|
|
172895
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
172896
|
+
type: 'no_card_on_encoder';
|
|
172897
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
172898
|
+
message: string;
|
|
172632
172899
|
};
|
|
172633
172900
|
} | {
|
|
172634
172901
|
/** ID of the action attempt. */
|
|
@@ -172943,6 +173210,11 @@ type Routes = {
|
|
|
172943
173210
|
type: 'credential_cannot_be_reissued';
|
|
172944
173211
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
172945
173212
|
message: string;
|
|
173213
|
+
} | {
|
|
173214
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
173215
|
+
type: 'no_card_on_encoder';
|
|
173216
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173217
|
+
message: string;
|
|
172946
173218
|
};
|
|
172947
173219
|
} | {
|
|
172948
173220
|
/** ID of the action attempt. */
|
|
@@ -175136,6 +175408,11 @@ type Routes = {
|
|
|
175136
175408
|
type: 'no_credential_on_encoder';
|
|
175137
175409
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175138
175410
|
message: string;
|
|
175411
|
+
} | {
|
|
175412
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
175413
|
+
type: 'no_card_on_encoder';
|
|
175414
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175415
|
+
message: string;
|
|
175139
175416
|
};
|
|
175140
175417
|
} | {
|
|
175141
175418
|
/** ID of the action attempt. */
|
|
@@ -175450,6 +175727,11 @@ type Routes = {
|
|
|
175450
175727
|
type: 'credential_cannot_be_reissued';
|
|
175451
175728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175452
175729
|
message: string;
|
|
175730
|
+
} | {
|
|
175731
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
175732
|
+
type: 'no_card_on_encoder';
|
|
175733
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175734
|
+
message: string;
|
|
175453
175735
|
};
|
|
175454
175736
|
} | {
|
|
175455
175737
|
/** ID of the action attempt. */
|
|
@@ -176404,6 +176686,11 @@ type Routes = {
|
|
|
176404
176686
|
type: 'no_credential_on_encoder';
|
|
176405
176687
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176406
176688
|
message: string;
|
|
176689
|
+
} | {
|
|
176690
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
176691
|
+
type: 'no_card_on_encoder';
|
|
176692
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176693
|
+
message: string;
|
|
176407
176694
|
};
|
|
176408
176695
|
} | {
|
|
176409
176696
|
/** ID of the action attempt. */
|
|
@@ -176718,6 +177005,11 @@ type Routes = {
|
|
|
176718
177005
|
type: 'credential_cannot_be_reissued';
|
|
176719
177006
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176720
177007
|
message: string;
|
|
177008
|
+
} | {
|
|
177009
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
177010
|
+
type: 'no_card_on_encoder';
|
|
177011
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
177012
|
+
message: string;
|
|
176721
177013
|
};
|
|
176722
177014
|
} | {
|
|
176723
177015
|
/** ID of the action attempt. */
|
|
@@ -180140,6 +180432,11 @@ type Routes = {
|
|
|
180140
180432
|
type: 'no_credential_on_encoder';
|
|
180141
180433
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180142
180434
|
message: string;
|
|
180435
|
+
} | {
|
|
180436
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
180437
|
+
type: 'no_card_on_encoder';
|
|
180438
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180439
|
+
message: string;
|
|
180143
180440
|
};
|
|
180144
180441
|
} | {
|
|
180145
180442
|
/** ID of the action attempt. */
|
|
@@ -180454,6 +180751,11 @@ type Routes = {
|
|
|
180454
180751
|
type: 'credential_cannot_be_reissued';
|
|
180455
180752
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180456
180753
|
message: string;
|
|
180754
|
+
} | {
|
|
180755
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
180756
|
+
type: 'no_card_on_encoder';
|
|
180757
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180758
|
+
message: string;
|
|
180457
180759
|
};
|
|
180458
180760
|
} | {
|
|
180459
180761
|
/** ID of the action attempt. */
|
|
@@ -181597,6 +181899,11 @@ type Routes = {
|
|
|
181597
181899
|
type: 'no_credential_on_encoder';
|
|
181598
181900
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
181599
181901
|
message: string;
|
|
181902
|
+
} | {
|
|
181903
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
181904
|
+
type: 'no_card_on_encoder';
|
|
181905
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
181906
|
+
message: string;
|
|
181600
181907
|
};
|
|
181601
181908
|
} | {
|
|
181602
181909
|
/** ID of the action attempt. */
|
|
@@ -181911,6 +182218,11 @@ type Routes = {
|
|
|
181911
182218
|
type: 'credential_cannot_be_reissued';
|
|
181912
182219
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
181913
182220
|
message: string;
|
|
182221
|
+
} | {
|
|
182222
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
182223
|
+
type: 'no_card_on_encoder';
|
|
182224
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
182225
|
+
message: string;
|
|
181914
182226
|
};
|
|
181915
182227
|
} | {
|
|
181916
182228
|
/** ID of the action attempt. */
|
|
@@ -182888,6 +183200,11 @@ type Routes = {
|
|
|
182888
183200
|
type: 'no_credential_on_encoder';
|
|
182889
183201
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
182890
183202
|
message: string;
|
|
183203
|
+
} | {
|
|
183204
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
183205
|
+
type: 'no_card_on_encoder';
|
|
183206
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183207
|
+
message: string;
|
|
182891
183208
|
};
|
|
182892
183209
|
} | {
|
|
182893
183210
|
/** ID of the action attempt. */
|
|
@@ -183202,6 +183519,11 @@ type Routes = {
|
|
|
183202
183519
|
type: 'credential_cannot_be_reissued';
|
|
183203
183520
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183204
183521
|
message: string;
|
|
183522
|
+
} | {
|
|
183523
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
183524
|
+
type: 'no_card_on_encoder';
|
|
183525
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183526
|
+
message: string;
|
|
183205
183527
|
};
|
|
183206
183528
|
} | {
|
|
183207
183529
|
/** ID of the action attempt. */
|
|
@@ -184287,6 +184609,11 @@ type Routes = {
|
|
|
184287
184609
|
type: 'no_credential_on_encoder';
|
|
184288
184610
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184289
184611
|
message: string;
|
|
184612
|
+
} | {
|
|
184613
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
184614
|
+
type: 'no_card_on_encoder';
|
|
184615
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184616
|
+
message: string;
|
|
184290
184617
|
};
|
|
184291
184618
|
} | {
|
|
184292
184619
|
/** ID of the action attempt. */
|
|
@@ -184601,6 +184928,11 @@ type Routes = {
|
|
|
184601
184928
|
type: 'credential_cannot_be_reissued';
|
|
184602
184929
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184603
184930
|
message: string;
|
|
184931
|
+
} | {
|
|
184932
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
184933
|
+
type: 'no_card_on_encoder';
|
|
184934
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184935
|
+
message: string;
|
|
184604
184936
|
};
|
|
184605
184937
|
} | {
|
|
184606
184938
|
/** ID of the action attempt. */
|
|
@@ -191378,6 +191710,11 @@ type Routes = {
|
|
|
191378
191710
|
type: 'no_credential_on_encoder';
|
|
191379
191711
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191380
191712
|
message: string;
|
|
191713
|
+
} | {
|
|
191714
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
191715
|
+
type: 'no_card_on_encoder';
|
|
191716
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191717
|
+
message: string;
|
|
191381
191718
|
};
|
|
191382
191719
|
} | {
|
|
191383
191720
|
/** ID of the action attempt. */
|
|
@@ -191692,6 +192029,11 @@ type Routes = {
|
|
|
191692
192029
|
type: 'credential_cannot_be_reissued';
|
|
191693
192030
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191694
192031
|
message: string;
|
|
192032
|
+
} | {
|
|
192033
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
192034
|
+
type: 'no_card_on_encoder';
|
|
192035
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192036
|
+
message: string;
|
|
191695
192037
|
};
|
|
191696
192038
|
} | {
|
|
191697
192039
|
/** ID of the action attempt. */
|
|
@@ -196477,6 +196819,11 @@ type Routes = {
|
|
|
196477
196819
|
type: 'no_credential_on_encoder';
|
|
196478
196820
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196479
196821
|
message: string;
|
|
196822
|
+
} | {
|
|
196823
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
196824
|
+
type: 'no_card_on_encoder';
|
|
196825
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196826
|
+
message: string;
|
|
196480
196827
|
};
|
|
196481
196828
|
} | {
|
|
196482
196829
|
/** ID of the action attempt. */
|
|
@@ -196791,6 +197138,11 @@ type Routes = {
|
|
|
196791
197138
|
type: 'credential_cannot_be_reissued';
|
|
196792
197139
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196793
197140
|
message: string;
|
|
197141
|
+
} | {
|
|
197142
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
197143
|
+
type: 'no_card_on_encoder';
|
|
197144
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
197145
|
+
message: string;
|
|
196794
197146
|
};
|
|
196795
197147
|
} | {
|
|
196796
197148
|
/** ID of the action attempt. */
|