@seamapi/types 1.601.0 → 1.603.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 +148 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +503 -2
- package/dist/index.cjs +148 -6
- 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.d.ts +121 -2
- package/lib/seam/connect/openapi.js +132 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +310 -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 +148 -4
- package/src/lib/seam/connect/route-types.ts +366 -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";
|
|
@@ -103844,6 +103916,10 @@ declare const _default: {
|
|
|
103844
103916
|
description: string;
|
|
103845
103917
|
type: string;
|
|
103846
103918
|
format?: never;
|
|
103919
|
+
default?: never;
|
|
103920
|
+
exclusiveMinimum?: never;
|
|
103921
|
+
minimum?: never;
|
|
103922
|
+
nullable?: never;
|
|
103847
103923
|
};
|
|
103848
103924
|
} | {
|
|
103849
103925
|
in: string;
|
|
@@ -103852,6 +103928,34 @@ declare const _default: {
|
|
|
103852
103928
|
description: string;
|
|
103853
103929
|
format: string;
|
|
103854
103930
|
type: string;
|
|
103931
|
+
default?: never;
|
|
103932
|
+
exclusiveMinimum?: never;
|
|
103933
|
+
minimum?: never;
|
|
103934
|
+
nullable?: never;
|
|
103935
|
+
};
|
|
103936
|
+
} | {
|
|
103937
|
+
in: string;
|
|
103938
|
+
name: string;
|
|
103939
|
+
schema: {
|
|
103940
|
+
default: number;
|
|
103941
|
+
description: string;
|
|
103942
|
+
exclusiveMinimum: boolean;
|
|
103943
|
+
minimum: number;
|
|
103944
|
+
type: string;
|
|
103945
|
+
format?: never;
|
|
103946
|
+
nullable?: never;
|
|
103947
|
+
};
|
|
103948
|
+
} | {
|
|
103949
|
+
in: string;
|
|
103950
|
+
name: string;
|
|
103951
|
+
schema: {
|
|
103952
|
+
description: string;
|
|
103953
|
+
nullable: boolean;
|
|
103954
|
+
type: string;
|
|
103955
|
+
format?: never;
|
|
103956
|
+
default?: never;
|
|
103957
|
+
exclusiveMinimum?: never;
|
|
103958
|
+
minimum?: never;
|
|
103855
103959
|
};
|
|
103856
103960
|
})[];
|
|
103857
103961
|
responses: {
|
|
@@ -103863,6 +103967,9 @@ declare const _default: {
|
|
|
103863
103967
|
ok: {
|
|
103864
103968
|
type: string;
|
|
103865
103969
|
};
|
|
103970
|
+
pagination: {
|
|
103971
|
+
$ref: string;
|
|
103972
|
+
};
|
|
103866
103973
|
user_identities: {
|
|
103867
103974
|
items: {
|
|
103868
103975
|
$ref: string;
|
|
@@ -103921,11 +104028,28 @@ declare const _default: {
|
|
|
103921
104028
|
'application/json': {
|
|
103922
104029
|
schema: {
|
|
103923
104030
|
properties: {
|
|
104031
|
+
created_before: {
|
|
104032
|
+
description: string;
|
|
104033
|
+
format: string;
|
|
104034
|
+
type: string;
|
|
104035
|
+
};
|
|
103924
104036
|
credential_manager_acs_system_id: {
|
|
103925
104037
|
description: string;
|
|
103926
104038
|
format: string;
|
|
103927
104039
|
type: string;
|
|
103928
104040
|
};
|
|
104041
|
+
limit: {
|
|
104042
|
+
default: number;
|
|
104043
|
+
description: string;
|
|
104044
|
+
exclusiveMinimum: boolean;
|
|
104045
|
+
minimum: number;
|
|
104046
|
+
type: string;
|
|
104047
|
+
};
|
|
104048
|
+
page_cursor: {
|
|
104049
|
+
description: string;
|
|
104050
|
+
nullable: boolean;
|
|
104051
|
+
type: string;
|
|
104052
|
+
};
|
|
103929
104053
|
search: {
|
|
103930
104054
|
description: string;
|
|
103931
104055
|
type: string;
|
|
@@ -103945,6 +104069,9 @@ declare const _default: {
|
|
|
103945
104069
|
ok: {
|
|
103946
104070
|
type: string;
|
|
103947
104071
|
};
|
|
104072
|
+
pagination: {
|
|
104073
|
+
$ref: string;
|
|
104074
|
+
};
|
|
103948
104075
|
user_identities: {
|
|
103949
104076
|
items: {
|
|
103950
104077
|
$ref: string;
|
|
@@ -105072,14 +105199,55 @@ declare const _default: {
|
|
|
105072
105199
|
get: {
|
|
105073
105200
|
description: string;
|
|
105074
105201
|
operationId: string;
|
|
105075
|
-
parameters: {
|
|
105202
|
+
parameters: ({
|
|
105076
105203
|
in: string;
|
|
105077
105204
|
name: string;
|
|
105078
105205
|
schema: {
|
|
105079
105206
|
description: string;
|
|
105080
105207
|
type: string;
|
|
105208
|
+
default?: never;
|
|
105209
|
+
exclusiveMinimum?: never;
|
|
105210
|
+
minimum?: never;
|
|
105211
|
+
format?: never;
|
|
105212
|
+
nullable?: never;
|
|
105081
105213
|
};
|
|
105082
|
-
}
|
|
105214
|
+
} | {
|
|
105215
|
+
in: string;
|
|
105216
|
+
name: string;
|
|
105217
|
+
schema: {
|
|
105218
|
+
default: number;
|
|
105219
|
+
description: string;
|
|
105220
|
+
exclusiveMinimum: boolean;
|
|
105221
|
+
minimum: number;
|
|
105222
|
+
type: string;
|
|
105223
|
+
format?: never;
|
|
105224
|
+
nullable?: never;
|
|
105225
|
+
};
|
|
105226
|
+
} | {
|
|
105227
|
+
in: string;
|
|
105228
|
+
name: string;
|
|
105229
|
+
schema: {
|
|
105230
|
+
description: string;
|
|
105231
|
+
format: string;
|
|
105232
|
+
type: string;
|
|
105233
|
+
default?: never;
|
|
105234
|
+
exclusiveMinimum?: never;
|
|
105235
|
+
minimum?: never;
|
|
105236
|
+
nullable?: never;
|
|
105237
|
+
};
|
|
105238
|
+
} | {
|
|
105239
|
+
in: string;
|
|
105240
|
+
name: string;
|
|
105241
|
+
schema: {
|
|
105242
|
+
description: string;
|
|
105243
|
+
nullable: boolean;
|
|
105244
|
+
type: string;
|
|
105245
|
+
default?: never;
|
|
105246
|
+
exclusiveMinimum?: never;
|
|
105247
|
+
minimum?: never;
|
|
105248
|
+
format?: never;
|
|
105249
|
+
};
|
|
105250
|
+
})[];
|
|
105083
105251
|
responses: {
|
|
105084
105252
|
200: {
|
|
105085
105253
|
content: {
|
|
@@ -105089,6 +105257,9 @@ declare const _default: {
|
|
|
105089
105257
|
ok: {
|
|
105090
105258
|
type: string;
|
|
105091
105259
|
};
|
|
105260
|
+
pagination: {
|
|
105261
|
+
$ref: string;
|
|
105262
|
+
};
|
|
105092
105263
|
user_identities: {
|
|
105093
105264
|
items: {
|
|
105094
105265
|
description: string;
|
|
@@ -105268,6 +105439,23 @@ declare const _default: {
|
|
|
105268
105439
|
'application/json': {
|
|
105269
105440
|
schema: {
|
|
105270
105441
|
properties: {
|
|
105442
|
+
created_before: {
|
|
105443
|
+
description: string;
|
|
105444
|
+
format: string;
|
|
105445
|
+
type: string;
|
|
105446
|
+
};
|
|
105447
|
+
limit: {
|
|
105448
|
+
default: number;
|
|
105449
|
+
description: string;
|
|
105450
|
+
exclusiveMinimum: boolean;
|
|
105451
|
+
minimum: number;
|
|
105452
|
+
type: string;
|
|
105453
|
+
};
|
|
105454
|
+
page_cursor: {
|
|
105455
|
+
description: string;
|
|
105456
|
+
nullable: boolean;
|
|
105457
|
+
type: string;
|
|
105458
|
+
};
|
|
105271
105459
|
search: {
|
|
105272
105460
|
description: string;
|
|
105273
105461
|
type: string;
|
|
@@ -105287,6 +105475,9 @@ declare const _default: {
|
|
|
105287
105475
|
ok: {
|
|
105288
105476
|
type: string;
|
|
105289
105477
|
};
|
|
105478
|
+
pagination: {
|
|
105479
|
+
$ref: string;
|
|
105480
|
+
};
|
|
105290
105481
|
user_identities: {
|
|
105291
105482
|
items: {
|
|
105292
105483
|
description: string;
|
|
@@ -108621,6 +108812,11 @@ type Routes = {
|
|
|
108621
108812
|
type: 'no_credential_on_encoder';
|
|
108622
108813
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108623
108814
|
message: string;
|
|
108815
|
+
} | {
|
|
108816
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
108817
|
+
type: 'no_card_on_encoder';
|
|
108818
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108819
|
+
message: string;
|
|
108624
108820
|
};
|
|
108625
108821
|
} | {
|
|
108626
108822
|
/** ID of the action attempt. */
|
|
@@ -108935,6 +109131,11 @@ type Routes = {
|
|
|
108935
109131
|
type: 'credential_cannot_be_reissued';
|
|
108936
109132
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108937
109133
|
message: string;
|
|
109134
|
+
} | {
|
|
109135
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
109136
|
+
type: 'no_card_on_encoder';
|
|
109137
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109138
|
+
message: string;
|
|
108938
109139
|
};
|
|
108939
109140
|
} | {
|
|
108940
109141
|
/** ID of the action attempt. */
|
|
@@ -110931,6 +111132,11 @@ type Routes = {
|
|
|
110931
111132
|
type: 'no_credential_on_encoder';
|
|
110932
111133
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110933
111134
|
message: string;
|
|
111135
|
+
} | {
|
|
111136
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
111137
|
+
type: 'no_card_on_encoder';
|
|
111138
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111139
|
+
message: string;
|
|
110934
111140
|
};
|
|
110935
111141
|
} | {
|
|
110936
111142
|
/** ID of the action attempt. */
|
|
@@ -111245,6 +111451,11 @@ type Routes = {
|
|
|
111245
111451
|
type: 'credential_cannot_be_reissued';
|
|
111246
111452
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111247
111453
|
message: string;
|
|
111454
|
+
} | {
|
|
111455
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
111456
|
+
type: 'no_card_on_encoder';
|
|
111457
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111458
|
+
message: string;
|
|
111248
111459
|
};
|
|
111249
111460
|
} | {
|
|
111250
111461
|
/** ID of the action attempt. */
|
|
@@ -114819,6 +115030,11 @@ type Routes = {
|
|
|
114819
115030
|
type: 'no_credential_on_encoder';
|
|
114820
115031
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
114821
115032
|
message: string;
|
|
115033
|
+
} | {
|
|
115034
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
115035
|
+
type: 'no_card_on_encoder';
|
|
115036
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115037
|
+
message: string;
|
|
114822
115038
|
};
|
|
114823
115039
|
} | {
|
|
114824
115040
|
/** ID of the action attempt. */
|
|
@@ -115133,6 +115349,11 @@ type Routes = {
|
|
|
115133
115349
|
type: 'credential_cannot_be_reissued';
|
|
115134
115350
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115135
115351
|
message: string;
|
|
115352
|
+
} | {
|
|
115353
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
115354
|
+
type: 'no_card_on_encoder';
|
|
115355
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115356
|
+
message: string;
|
|
115136
115357
|
};
|
|
115137
115358
|
} | {
|
|
115138
115359
|
/** ID of the action attempt. */
|
|
@@ -117150,6 +117371,11 @@ type Routes = {
|
|
|
117150
117371
|
type: 'no_credential_on_encoder';
|
|
117151
117372
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117152
117373
|
message: string;
|
|
117374
|
+
} | {
|
|
117375
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
117376
|
+
type: 'no_card_on_encoder';
|
|
117377
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117378
|
+
message: string;
|
|
117153
117379
|
};
|
|
117154
117380
|
} | {
|
|
117155
117381
|
/** ID of the action attempt. */
|
|
@@ -117464,6 +117690,11 @@ type Routes = {
|
|
|
117464
117690
|
type: 'credential_cannot_be_reissued';
|
|
117465
117691
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117466
117692
|
message: string;
|
|
117693
|
+
} | {
|
|
117694
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
117695
|
+
type: 'no_card_on_encoder';
|
|
117696
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117697
|
+
message: string;
|
|
117467
117698
|
};
|
|
117468
117699
|
} | {
|
|
117469
117700
|
/** ID of the action attempt. */
|
|
@@ -120663,6 +120894,11 @@ type Routes = {
|
|
|
120663
120894
|
type: 'no_credential_on_encoder';
|
|
120664
120895
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120665
120896
|
message: string;
|
|
120897
|
+
} | {
|
|
120898
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
120899
|
+
type: 'no_card_on_encoder';
|
|
120900
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120901
|
+
message: string;
|
|
120666
120902
|
};
|
|
120667
120903
|
} | {
|
|
120668
120904
|
/** ID of the action attempt. */
|
|
@@ -120977,6 +121213,11 @@ type Routes = {
|
|
|
120977
121213
|
type: 'credential_cannot_be_reissued';
|
|
120978
121214
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120979
121215
|
message: string;
|
|
121216
|
+
} | {
|
|
121217
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
121218
|
+
type: 'no_card_on_encoder';
|
|
121219
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121220
|
+
message: string;
|
|
120980
121221
|
};
|
|
120981
121222
|
} | {
|
|
120982
121223
|
/** ID of the action attempt. */
|
|
@@ -124048,6 +124289,11 @@ type Routes = {
|
|
|
124048
124289
|
type: 'no_credential_on_encoder';
|
|
124049
124290
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124050
124291
|
message: string;
|
|
124292
|
+
} | {
|
|
124293
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
124294
|
+
type: 'no_card_on_encoder';
|
|
124295
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124296
|
+
message: string;
|
|
124051
124297
|
};
|
|
124052
124298
|
} | {
|
|
124053
124299
|
/** ID of the action attempt. */
|
|
@@ -124362,6 +124608,11 @@ type Routes = {
|
|
|
124362
124608
|
type: 'credential_cannot_be_reissued';
|
|
124363
124609
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124364
124610
|
message: string;
|
|
124611
|
+
} | {
|
|
124612
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
124613
|
+
type: 'no_card_on_encoder';
|
|
124614
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124615
|
+
message: string;
|
|
124365
124616
|
};
|
|
124366
124617
|
} | {
|
|
124367
124618
|
/** ID of the action attempt. */
|
|
@@ -131441,6 +131692,11 @@ type Routes = {
|
|
|
131441
131692
|
type: 'no_credential_on_encoder';
|
|
131442
131693
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131443
131694
|
message: string;
|
|
131695
|
+
} | {
|
|
131696
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
131697
|
+
type: 'no_card_on_encoder';
|
|
131698
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131699
|
+
message: string;
|
|
131444
131700
|
};
|
|
131445
131701
|
} | {
|
|
131446
131702
|
/** ID of the action attempt. */
|
|
@@ -131755,6 +132011,11 @@ type Routes = {
|
|
|
131755
132011
|
type: 'credential_cannot_be_reissued';
|
|
131756
132012
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131757
132013
|
message: string;
|
|
132014
|
+
} | {
|
|
132015
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
132016
|
+
type: 'no_card_on_encoder';
|
|
132017
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132018
|
+
message: string;
|
|
131758
132019
|
};
|
|
131759
132020
|
} | {
|
|
131760
132021
|
/** ID of the action attempt. */
|
|
@@ -132805,6 +133066,11 @@ type Routes = {
|
|
|
132805
133066
|
type: 'no_credential_on_encoder';
|
|
132806
133067
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132807
133068
|
message: string;
|
|
133069
|
+
} | {
|
|
133070
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
133071
|
+
type: 'no_card_on_encoder';
|
|
133072
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133073
|
+
message: string;
|
|
132808
133074
|
};
|
|
132809
133075
|
} | {
|
|
132810
133076
|
/** ID of the action attempt. */
|
|
@@ -133119,6 +133385,11 @@ type Routes = {
|
|
|
133119
133385
|
type: 'credential_cannot_be_reissued';
|
|
133120
133386
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133121
133387
|
message: string;
|
|
133388
|
+
} | {
|
|
133389
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
133390
|
+
type: 'no_card_on_encoder';
|
|
133391
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133392
|
+
message: string;
|
|
133122
133393
|
};
|
|
133123
133394
|
} | {
|
|
133124
133395
|
/** ID of the action attempt. */
|
|
@@ -136433,6 +136704,11 @@ type Routes = {
|
|
|
136433
136704
|
type: 'no_credential_on_encoder';
|
|
136434
136705
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136435
136706
|
message: string;
|
|
136707
|
+
} | {
|
|
136708
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
136709
|
+
type: 'no_card_on_encoder';
|
|
136710
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136711
|
+
message: string;
|
|
136436
136712
|
};
|
|
136437
136713
|
} | {
|
|
136438
136714
|
/** ID of the action attempt. */
|
|
@@ -136747,6 +137023,11 @@ type Routes = {
|
|
|
136747
137023
|
type: 'credential_cannot_be_reissued';
|
|
136748
137024
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
136749
137025
|
message: string;
|
|
137026
|
+
} | {
|
|
137027
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
137028
|
+
type: 'no_card_on_encoder';
|
|
137029
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137030
|
+
message: string;
|
|
136750
137031
|
};
|
|
136751
137032
|
} | {
|
|
136752
137033
|
/** ID of the action attempt. */
|
|
@@ -137686,6 +137967,11 @@ type Routes = {
|
|
|
137686
137967
|
type: 'no_credential_on_encoder';
|
|
137687
137968
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137688
137969
|
message: string;
|
|
137970
|
+
} | {
|
|
137971
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
137972
|
+
type: 'no_card_on_encoder';
|
|
137973
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137974
|
+
message: string;
|
|
137689
137975
|
};
|
|
137690
137976
|
} | {
|
|
137691
137977
|
/** ID of the action attempt. */
|
|
@@ -138000,6 +138286,11 @@ type Routes = {
|
|
|
138000
138286
|
type: 'credential_cannot_be_reissued';
|
|
138001
138287
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138002
138288
|
message: string;
|
|
138289
|
+
} | {
|
|
138290
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
138291
|
+
type: 'no_card_on_encoder';
|
|
138292
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138293
|
+
message: string;
|
|
138003
138294
|
};
|
|
138004
138295
|
} | {
|
|
138005
138296
|
/** ID of the action attempt. */
|
|
@@ -153064,6 +153355,11 @@ type Routes = {
|
|
|
153064
153355
|
type: 'no_credential_on_encoder';
|
|
153065
153356
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153066
153357
|
message: string;
|
|
153358
|
+
} | {
|
|
153359
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
153360
|
+
type: 'no_card_on_encoder';
|
|
153361
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153362
|
+
message: string;
|
|
153067
153363
|
};
|
|
153068
153364
|
} | {
|
|
153069
153365
|
/** ID of the action attempt. */
|
|
@@ -153378,6 +153674,11 @@ type Routes = {
|
|
|
153378
153674
|
type: 'credential_cannot_be_reissued';
|
|
153379
153675
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153380
153676
|
message: string;
|
|
153677
|
+
} | {
|
|
153678
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
153679
|
+
type: 'no_card_on_encoder';
|
|
153680
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
153681
|
+
message: string;
|
|
153381
153682
|
};
|
|
153382
153683
|
} | {
|
|
153383
153684
|
/** ID of the action attempt. */
|
|
@@ -154324,6 +154625,11 @@ type Routes = {
|
|
|
154324
154625
|
type: 'no_credential_on_encoder';
|
|
154325
154626
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154326
154627
|
message: string;
|
|
154628
|
+
} | {
|
|
154629
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
154630
|
+
type: 'no_card_on_encoder';
|
|
154631
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154632
|
+
message: string;
|
|
154327
154633
|
};
|
|
154328
154634
|
} | {
|
|
154329
154635
|
/** ID of the action attempt. */
|
|
@@ -154638,6 +154944,11 @@ type Routes = {
|
|
|
154638
154944
|
type: 'credential_cannot_be_reissued';
|
|
154639
154945
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154640
154946
|
message: string;
|
|
154947
|
+
} | {
|
|
154948
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
154949
|
+
type: 'no_card_on_encoder';
|
|
154950
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
154951
|
+
message: string;
|
|
154641
154952
|
};
|
|
154642
154953
|
} | {
|
|
154643
154954
|
/** ID of the action attempt. */
|
|
@@ -155582,6 +155893,11 @@ type Routes = {
|
|
|
155582
155893
|
type: 'no_credential_on_encoder';
|
|
155583
155894
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155584
155895
|
message: string;
|
|
155896
|
+
} | {
|
|
155897
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
155898
|
+
type: 'no_card_on_encoder';
|
|
155899
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155900
|
+
message: string;
|
|
155585
155901
|
};
|
|
155586
155902
|
} | {
|
|
155587
155903
|
/** ID of the action attempt. */
|
|
@@ -155896,6 +156212,11 @@ type Routes = {
|
|
|
155896
156212
|
type: 'credential_cannot_be_reissued';
|
|
155897
156213
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155898
156214
|
message: string;
|
|
156215
|
+
} | {
|
|
156216
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
156217
|
+
type: 'no_card_on_encoder';
|
|
156218
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156219
|
+
message: string;
|
|
155899
156220
|
};
|
|
155900
156221
|
} | {
|
|
155901
156222
|
/** ID of the action attempt. */
|
|
@@ -156842,6 +157163,11 @@ type Routes = {
|
|
|
156842
157163
|
type: 'no_credential_on_encoder';
|
|
156843
157164
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156844
157165
|
message: string;
|
|
157166
|
+
} | {
|
|
157167
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
157168
|
+
type: 'no_card_on_encoder';
|
|
157169
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157170
|
+
message: string;
|
|
156845
157171
|
};
|
|
156846
157172
|
} | {
|
|
156847
157173
|
/** ID of the action attempt. */
|
|
@@ -157156,6 +157482,11 @@ type Routes = {
|
|
|
157156
157482
|
type: 'credential_cannot_be_reissued';
|
|
157157
157483
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157158
157484
|
message: string;
|
|
157485
|
+
} | {
|
|
157486
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
157487
|
+
type: 'no_card_on_encoder';
|
|
157488
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157489
|
+
message: string;
|
|
157159
157490
|
};
|
|
157160
157491
|
} | {
|
|
157161
157492
|
/** ID of the action attempt. */
|
|
@@ -160588,6 +160919,11 @@ type Routes = {
|
|
|
160588
160919
|
type: 'no_credential_on_encoder';
|
|
160589
160920
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160590
160921
|
message: string;
|
|
160922
|
+
} | {
|
|
160923
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
160924
|
+
type: 'no_card_on_encoder';
|
|
160925
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160926
|
+
message: string;
|
|
160591
160927
|
};
|
|
160592
160928
|
} | {
|
|
160593
160929
|
/** ID of the action attempt. */
|
|
@@ -160902,6 +161238,11 @@ type Routes = {
|
|
|
160902
161238
|
type: 'credential_cannot_be_reissued';
|
|
160903
161239
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
160904
161240
|
message: string;
|
|
161241
|
+
} | {
|
|
161242
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
161243
|
+
type: 'no_card_on_encoder';
|
|
161244
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
161245
|
+
message: string;
|
|
160905
161246
|
};
|
|
160906
161247
|
} | {
|
|
160907
161248
|
/** ID of the action attempt. */
|
|
@@ -161867,6 +162208,11 @@ type Routes = {
|
|
|
161867
162208
|
type: 'no_credential_on_encoder';
|
|
161868
162209
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
161869
162210
|
message: string;
|
|
162211
|
+
} | {
|
|
162212
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
162213
|
+
type: 'no_card_on_encoder';
|
|
162214
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162215
|
+
message: string;
|
|
161870
162216
|
};
|
|
161871
162217
|
} | {
|
|
161872
162218
|
/** ID of the action attempt. */
|
|
@@ -162181,6 +162527,11 @@ type Routes = {
|
|
|
162181
162527
|
type: 'credential_cannot_be_reissued';
|
|
162182
162528
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162183
162529
|
message: string;
|
|
162530
|
+
} | {
|
|
162531
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
162532
|
+
type: 'no_card_on_encoder';
|
|
162533
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162534
|
+
message: string;
|
|
162184
162535
|
};
|
|
162185
162536
|
} | {
|
|
162186
162537
|
/** ID of the action attempt. */
|
|
@@ -163200,6 +163551,11 @@ type Routes = {
|
|
|
163200
163551
|
type: 'no_credential_on_encoder';
|
|
163201
163552
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163202
163553
|
message: string;
|
|
163554
|
+
} | {
|
|
163555
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
163556
|
+
type: 'no_card_on_encoder';
|
|
163557
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163558
|
+
message: string;
|
|
163203
163559
|
};
|
|
163204
163560
|
} | {
|
|
163205
163561
|
/** ID of the action attempt. */
|
|
@@ -163514,6 +163870,11 @@ type Routes = {
|
|
|
163514
163870
|
type: 'credential_cannot_be_reissued';
|
|
163515
163871
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163516
163872
|
message: string;
|
|
163873
|
+
} | {
|
|
163874
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
163875
|
+
type: 'no_card_on_encoder';
|
|
163876
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163877
|
+
message: string;
|
|
163517
163878
|
};
|
|
163518
163879
|
} | {
|
|
163519
163880
|
/** ID of the action attempt. */
|
|
@@ -169998,6 +170359,11 @@ type Routes = {
|
|
|
169998
170359
|
type: 'no_credential_on_encoder';
|
|
169999
170360
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170000
170361
|
message: string;
|
|
170362
|
+
} | {
|
|
170363
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
170364
|
+
type: 'no_card_on_encoder';
|
|
170365
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170366
|
+
message: string;
|
|
170001
170367
|
};
|
|
170002
170368
|
} | {
|
|
170003
170369
|
/** ID of the action attempt. */
|
|
@@ -170312,6 +170678,11 @@ type Routes = {
|
|
|
170312
170678
|
type: 'credential_cannot_be_reissued';
|
|
170313
170679
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170314
170680
|
message: string;
|
|
170681
|
+
} | {
|
|
170682
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
170683
|
+
type: 'no_card_on_encoder';
|
|
170684
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
170685
|
+
message: string;
|
|
170315
170686
|
};
|
|
170316
170687
|
} | {
|
|
170317
170688
|
/** ID of the action attempt. */
|
|
@@ -171262,6 +171633,11 @@ type Routes = {
|
|
|
171262
171633
|
type: 'no_credential_on_encoder';
|
|
171263
171634
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171264
171635
|
message: string;
|
|
171636
|
+
} | {
|
|
171637
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
171638
|
+
type: 'no_card_on_encoder';
|
|
171639
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171640
|
+
message: string;
|
|
171265
171641
|
};
|
|
171266
171642
|
} | {
|
|
171267
171643
|
/** ID of the action attempt. */
|
|
@@ -171576,6 +171952,11 @@ type Routes = {
|
|
|
171576
171952
|
type: 'credential_cannot_be_reissued';
|
|
171577
171953
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171578
171954
|
message: string;
|
|
171955
|
+
} | {
|
|
171956
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
171957
|
+
type: 'no_card_on_encoder';
|
|
171958
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
171959
|
+
message: string;
|
|
171579
171960
|
};
|
|
171580
171961
|
} | {
|
|
171581
171962
|
/** ID of the action attempt. */
|
|
@@ -172629,6 +173010,11 @@ type Routes = {
|
|
|
172629
173010
|
type: 'no_credential_on_encoder';
|
|
172630
173011
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
172631
173012
|
message: string;
|
|
173013
|
+
} | {
|
|
173014
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
173015
|
+
type: 'no_card_on_encoder';
|
|
173016
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173017
|
+
message: string;
|
|
172632
173018
|
};
|
|
172633
173019
|
} | {
|
|
172634
173020
|
/** ID of the action attempt. */
|
|
@@ -172943,6 +173329,11 @@ type Routes = {
|
|
|
172943
173329
|
type: 'credential_cannot_be_reissued';
|
|
172944
173330
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
172945
173331
|
message: string;
|
|
173332
|
+
} | {
|
|
173333
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
173334
|
+
type: 'no_card_on_encoder';
|
|
173335
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173336
|
+
message: string;
|
|
172946
173337
|
};
|
|
172947
173338
|
} | {
|
|
172948
173339
|
/** ID of the action attempt. */
|
|
@@ -175136,6 +175527,11 @@ type Routes = {
|
|
|
175136
175527
|
type: 'no_credential_on_encoder';
|
|
175137
175528
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175138
175529
|
message: string;
|
|
175530
|
+
} | {
|
|
175531
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
175532
|
+
type: 'no_card_on_encoder';
|
|
175533
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175534
|
+
message: string;
|
|
175139
175535
|
};
|
|
175140
175536
|
} | {
|
|
175141
175537
|
/** ID of the action attempt. */
|
|
@@ -175450,6 +175846,11 @@ type Routes = {
|
|
|
175450
175846
|
type: 'credential_cannot_be_reissued';
|
|
175451
175847
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175452
175848
|
message: string;
|
|
175849
|
+
} | {
|
|
175850
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
175851
|
+
type: 'no_card_on_encoder';
|
|
175852
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
175853
|
+
message: string;
|
|
175453
175854
|
};
|
|
175454
175855
|
} | {
|
|
175455
175856
|
/** ID of the action attempt. */
|
|
@@ -176404,6 +176805,11 @@ type Routes = {
|
|
|
176404
176805
|
type: 'no_credential_on_encoder';
|
|
176405
176806
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176406
176807
|
message: string;
|
|
176808
|
+
} | {
|
|
176809
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
176810
|
+
type: 'no_card_on_encoder';
|
|
176811
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176812
|
+
message: string;
|
|
176407
176813
|
};
|
|
176408
176814
|
} | {
|
|
176409
176815
|
/** ID of the action attempt. */
|
|
@@ -176718,6 +177124,11 @@ type Routes = {
|
|
|
176718
177124
|
type: 'credential_cannot_be_reissued';
|
|
176719
177125
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176720
177126
|
message: string;
|
|
177127
|
+
} | {
|
|
177128
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
177129
|
+
type: 'no_card_on_encoder';
|
|
177130
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
177131
|
+
message: string;
|
|
176721
177132
|
};
|
|
176722
177133
|
} | {
|
|
176723
177134
|
/** ID of the action attempt. */
|
|
@@ -180140,6 +180551,11 @@ type Routes = {
|
|
|
180140
180551
|
type: 'no_credential_on_encoder';
|
|
180141
180552
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180142
180553
|
message: string;
|
|
180554
|
+
} | {
|
|
180555
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
180556
|
+
type: 'no_card_on_encoder';
|
|
180557
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180558
|
+
message: string;
|
|
180143
180559
|
};
|
|
180144
180560
|
} | {
|
|
180145
180561
|
/** ID of the action attempt. */
|
|
@@ -180454,6 +180870,11 @@ type Routes = {
|
|
|
180454
180870
|
type: 'credential_cannot_be_reissued';
|
|
180455
180871
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180456
180872
|
message: string;
|
|
180873
|
+
} | {
|
|
180874
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
180875
|
+
type: 'no_card_on_encoder';
|
|
180876
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
180877
|
+
message: string;
|
|
180457
180878
|
};
|
|
180458
180879
|
} | {
|
|
180459
180880
|
/** ID of the action attempt. */
|
|
@@ -181597,6 +182018,11 @@ type Routes = {
|
|
|
181597
182018
|
type: 'no_credential_on_encoder';
|
|
181598
182019
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
181599
182020
|
message: string;
|
|
182021
|
+
} | {
|
|
182022
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
182023
|
+
type: 'no_card_on_encoder';
|
|
182024
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
182025
|
+
message: string;
|
|
181600
182026
|
};
|
|
181601
182027
|
} | {
|
|
181602
182028
|
/** ID of the action attempt. */
|
|
@@ -181911,6 +182337,11 @@ type Routes = {
|
|
|
181911
182337
|
type: 'credential_cannot_be_reissued';
|
|
181912
182338
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
181913
182339
|
message: string;
|
|
182340
|
+
} | {
|
|
182341
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
182342
|
+
type: 'no_card_on_encoder';
|
|
182343
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
182344
|
+
message: string;
|
|
181914
182345
|
};
|
|
181915
182346
|
} | {
|
|
181916
182347
|
/** ID of the action attempt. */
|
|
@@ -182888,6 +183319,11 @@ type Routes = {
|
|
|
182888
183319
|
type: 'no_credential_on_encoder';
|
|
182889
183320
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
182890
183321
|
message: string;
|
|
183322
|
+
} | {
|
|
183323
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
183324
|
+
type: 'no_card_on_encoder';
|
|
183325
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183326
|
+
message: string;
|
|
182891
183327
|
};
|
|
182892
183328
|
} | {
|
|
182893
183329
|
/** ID of the action attempt. */
|
|
@@ -183202,6 +183638,11 @@ type Routes = {
|
|
|
183202
183638
|
type: 'credential_cannot_be_reissued';
|
|
183203
183639
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183204
183640
|
message: string;
|
|
183641
|
+
} | {
|
|
183642
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
183643
|
+
type: 'no_card_on_encoder';
|
|
183644
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183645
|
+
message: string;
|
|
183205
183646
|
};
|
|
183206
183647
|
} | {
|
|
183207
183648
|
/** ID of the action attempt. */
|
|
@@ -184287,6 +184728,11 @@ type Routes = {
|
|
|
184287
184728
|
type: 'no_credential_on_encoder';
|
|
184288
184729
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184289
184730
|
message: string;
|
|
184731
|
+
} | {
|
|
184732
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
184733
|
+
type: 'no_card_on_encoder';
|
|
184734
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184735
|
+
message: string;
|
|
184290
184736
|
};
|
|
184291
184737
|
} | {
|
|
184292
184738
|
/** ID of the action attempt. */
|
|
@@ -184601,6 +185047,11 @@ type Routes = {
|
|
|
184601
185047
|
type: 'credential_cannot_be_reissued';
|
|
184602
185048
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184603
185049
|
message: string;
|
|
185050
|
+
} | {
|
|
185051
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
185052
|
+
type: 'no_card_on_encoder';
|
|
185053
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
185054
|
+
message: string;
|
|
184604
185055
|
};
|
|
184605
185056
|
} | {
|
|
184606
185057
|
/** ID of the action attempt. */
|
|
@@ -185578,6 +186029,12 @@ type Routes = {
|
|
|
185578
186029
|
search?: string | undefined;
|
|
185579
186030
|
/** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
|
|
185580
186031
|
credential_manager_acs_system_id?: string | undefined;
|
|
186032
|
+
/** Maximum number of records to return per page. */
|
|
186033
|
+
limit?: number;
|
|
186034
|
+
/** Timestamp by which to limit returned user identities. Returns user identities created before this timestamp. */
|
|
186035
|
+
created_before?: Date | undefined;
|
|
186036
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
186037
|
+
page_cursor?: (string | undefined) | null;
|
|
185581
186038
|
};
|
|
185582
186039
|
formData: {};
|
|
185583
186040
|
jsonResponse: {
|
|
@@ -185628,6 +186085,15 @@ type Routes = {
|
|
|
185628
186085
|
/** Array of access system user IDs associated with the user identity. */
|
|
185629
186086
|
acs_user_ids: string[];
|
|
185630
186087
|
}[];
|
|
186088
|
+
/** Information about the current page of results. */
|
|
186089
|
+
pagination: {
|
|
186090
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
186091
|
+
next_page_cursor: string | null;
|
|
186092
|
+
/** Indicates whether there is another page of results after this one. */
|
|
186093
|
+
has_next_page: boolean;
|
|
186094
|
+
/** URL to get the next page of results. */
|
|
186095
|
+
next_page_url: string | null;
|
|
186096
|
+
};
|
|
185631
186097
|
};
|
|
185632
186098
|
};
|
|
185633
186099
|
'/user_identities/list_accessible_devices': {
|
|
@@ -188518,6 +188984,12 @@ type Routes = {
|
|
|
188518
188984
|
commonParams: {
|
|
188519
188985
|
/** String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`. */
|
|
188520
188986
|
search?: string | undefined;
|
|
188987
|
+
/** Maximum number of records to return per page. */
|
|
188988
|
+
limit?: number;
|
|
188989
|
+
/** Timestamp by which to limit returned unmanaged user identities. Returns user identities created before this timestamp. */
|
|
188990
|
+
created_before?: Date | undefined;
|
|
188991
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
188992
|
+
page_cursor?: (string | undefined) | null;
|
|
188521
188993
|
};
|
|
188522
188994
|
formData: {};
|
|
188523
188995
|
jsonResponse: {
|
|
@@ -188566,6 +189038,15 @@ type Routes = {
|
|
|
188566
189038
|
/** Array of access system user IDs associated with the user identity. */
|
|
188567
189039
|
acs_user_ids: string[];
|
|
188568
189040
|
}[];
|
|
189041
|
+
/** Information about the current page of results. */
|
|
189042
|
+
pagination: {
|
|
189043
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
189044
|
+
next_page_cursor: string | null;
|
|
189045
|
+
/** Indicates whether there is another page of results after this one. */
|
|
189046
|
+
has_next_page: boolean;
|
|
189047
|
+
/** URL to get the next page of results. */
|
|
189048
|
+
next_page_url: string | null;
|
|
189049
|
+
};
|
|
188569
189050
|
};
|
|
188570
189051
|
};
|
|
188571
189052
|
'/user_identities/unmanaged/update': {
|
|
@@ -191378,6 +191859,11 @@ type Routes = {
|
|
|
191378
191859
|
type: 'no_credential_on_encoder';
|
|
191379
191860
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191380
191861
|
message: string;
|
|
191862
|
+
} | {
|
|
191863
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
191864
|
+
type: 'no_card_on_encoder';
|
|
191865
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191866
|
+
message: string;
|
|
191381
191867
|
};
|
|
191382
191868
|
} | {
|
|
191383
191869
|
/** ID of the action attempt. */
|
|
@@ -191692,6 +192178,11 @@ type Routes = {
|
|
|
191692
192178
|
type: 'credential_cannot_be_reissued';
|
|
191693
192179
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191694
192180
|
message: string;
|
|
192181
|
+
} | {
|
|
192182
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
192183
|
+
type: 'no_card_on_encoder';
|
|
192184
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192185
|
+
message: string;
|
|
191695
192186
|
};
|
|
191696
192187
|
} | {
|
|
191697
192188
|
/** ID of the action attempt. */
|
|
@@ -196477,6 +196968,11 @@ type Routes = {
|
|
|
196477
196968
|
type: 'no_credential_on_encoder';
|
|
196478
196969
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196479
196970
|
message: string;
|
|
196971
|
+
} | {
|
|
196972
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
196973
|
+
type: 'no_card_on_encoder';
|
|
196974
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196975
|
+
message: string;
|
|
196480
196976
|
};
|
|
196481
196977
|
} | {
|
|
196482
196978
|
/** ID of the action attempt. */
|
|
@@ -196791,6 +197287,11 @@ type Routes = {
|
|
|
196791
197287
|
type: 'credential_cannot_be_reissued';
|
|
196792
197288
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196793
197289
|
message: string;
|
|
197290
|
+
} | {
|
|
197291
|
+
/** Error type to indicate that there is no card on the encoder. */
|
|
197292
|
+
type: 'no_card_on_encoder';
|
|
197293
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
197294
|
+
message: string;
|
|
196794
197295
|
};
|
|
196795
197296
|
} | {
|
|
196796
197297
|
/** ID of the action attempt. */
|