@seamapi/types 1.788.0 → 1.790.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 +55 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +372 -0
- package/dist/index.cjs +55 -1
- 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 +30 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js +22 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +42 -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 +300 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +36 -0
- package/src/lib/seam/connect/openapi.ts +38 -0
- package/src/lib/seam/connect/route-types.ts +360 -0
|
@@ -997,6 +997,18 @@ export type Routes = {
|
|
|
997
997
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
998
998
|
message: string
|
|
999
999
|
}
|
|
1000
|
+
| {
|
|
1001
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
1002
|
+
type: 'credential_being_deleted'
|
|
1003
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1004
|
+
message: string
|
|
1005
|
+
}
|
|
1006
|
+
| {
|
|
1007
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
1008
|
+
type: 'credential_deleted'
|
|
1009
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1010
|
+
message: string
|
|
1011
|
+
}
|
|
1000
1012
|
}
|
|
1001
1013
|
| {
|
|
1002
1014
|
/** ID of the action attempt. */
|
|
@@ -3723,6 +3735,18 @@ export type Routes = {
|
|
|
3723
3735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3724
3736
|
message: string
|
|
3725
3737
|
}
|
|
3738
|
+
| {
|
|
3739
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
3740
|
+
type: 'credential_being_deleted'
|
|
3741
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3742
|
+
message: string
|
|
3743
|
+
}
|
|
3744
|
+
| {
|
|
3745
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
3746
|
+
type: 'credential_deleted'
|
|
3747
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3748
|
+
message: string
|
|
3749
|
+
}
|
|
3726
3750
|
}
|
|
3727
3751
|
| {
|
|
3728
3752
|
/** ID of the action attempt. */
|
|
@@ -8355,6 +8379,18 @@ export type Routes = {
|
|
|
8355
8379
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8356
8380
|
message: string
|
|
8357
8381
|
}
|
|
8382
|
+
| {
|
|
8383
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
8384
|
+
type: 'credential_being_deleted'
|
|
8385
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8386
|
+
message: string
|
|
8387
|
+
}
|
|
8388
|
+
| {
|
|
8389
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
8390
|
+
type: 'credential_deleted'
|
|
8391
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8392
|
+
message: string
|
|
8393
|
+
}
|
|
8358
8394
|
}
|
|
8359
8395
|
| {
|
|
8360
8396
|
/** ID of the action attempt. */
|
|
@@ -11117,6 +11153,18 @@ export type Routes = {
|
|
|
11117
11153
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11118
11154
|
message: string
|
|
11119
11155
|
}
|
|
11156
|
+
| {
|
|
11157
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
11158
|
+
type: 'credential_being_deleted'
|
|
11159
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11160
|
+
message: string
|
|
11161
|
+
}
|
|
11162
|
+
| {
|
|
11163
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
11164
|
+
type: 'credential_deleted'
|
|
11165
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11166
|
+
message: string
|
|
11167
|
+
}
|
|
11120
11168
|
}
|
|
11121
11169
|
| {
|
|
11122
11170
|
/** ID of the action attempt. */
|
|
@@ -16565,6 +16613,18 @@ export type Routes = {
|
|
|
16565
16613
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16566
16614
|
message: string
|
|
16567
16615
|
}
|
|
16616
|
+
| {
|
|
16617
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
16618
|
+
type: 'credential_being_deleted'
|
|
16619
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16620
|
+
message: string
|
|
16621
|
+
}
|
|
16622
|
+
| {
|
|
16623
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
16624
|
+
type: 'credential_deleted'
|
|
16625
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16626
|
+
message: string
|
|
16627
|
+
}
|
|
16568
16628
|
}
|
|
16569
16629
|
| {
|
|
16570
16630
|
/** ID of the action attempt. */
|
|
@@ -24391,6 +24451,18 @@ export type Routes = {
|
|
|
24391
24451
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24392
24452
|
message: string
|
|
24393
24453
|
}
|
|
24454
|
+
| {
|
|
24455
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
24456
|
+
type: 'credential_being_deleted'
|
|
24457
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24458
|
+
message: string
|
|
24459
|
+
}
|
|
24460
|
+
| {
|
|
24461
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
24462
|
+
type: 'credential_deleted'
|
|
24463
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24464
|
+
message: string
|
|
24465
|
+
}
|
|
24394
24466
|
}
|
|
24395
24467
|
| {
|
|
24396
24468
|
/** ID of the action attempt. */
|
|
@@ -26049,6 +26121,18 @@ export type Routes = {
|
|
|
26049
26121
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26050
26122
|
message: string
|
|
26051
26123
|
}
|
|
26124
|
+
| {
|
|
26125
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
26126
|
+
type: 'credential_being_deleted'
|
|
26127
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26128
|
+
message: string
|
|
26129
|
+
}
|
|
26130
|
+
| {
|
|
26131
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
26132
|
+
type: 'credential_deleted'
|
|
26133
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26134
|
+
message: string
|
|
26135
|
+
}
|
|
26052
26136
|
}
|
|
26053
26137
|
| {
|
|
26054
26138
|
/** ID of the action attempt. */
|
|
@@ -28261,6 +28345,18 @@ export type Routes = {
|
|
|
28261
28345
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28262
28346
|
message: string
|
|
28263
28347
|
}
|
|
28348
|
+
| {
|
|
28349
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
28350
|
+
type: 'credential_being_deleted'
|
|
28351
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28352
|
+
message: string
|
|
28353
|
+
}
|
|
28354
|
+
| {
|
|
28355
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
28356
|
+
type: 'credential_deleted'
|
|
28357
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28358
|
+
message: string
|
|
28359
|
+
}
|
|
28264
28360
|
}
|
|
28265
28361
|
| {
|
|
28266
28362
|
/** ID of the action attempt. */
|
|
@@ -32213,6 +32309,18 @@ export type Routes = {
|
|
|
32213
32309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32214
32310
|
message: string
|
|
32215
32311
|
}
|
|
32312
|
+
| {
|
|
32313
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
32314
|
+
type: 'credential_being_deleted'
|
|
32315
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32316
|
+
message: string
|
|
32317
|
+
}
|
|
32318
|
+
| {
|
|
32319
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
32320
|
+
type: 'credential_deleted'
|
|
32321
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32322
|
+
message: string
|
|
32323
|
+
}
|
|
32216
32324
|
}
|
|
32217
32325
|
| {
|
|
32218
32326
|
/** ID of the action attempt. */
|
|
@@ -33760,6 +33868,18 @@ export type Routes = {
|
|
|
33760
33868
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33761
33869
|
message: string
|
|
33762
33870
|
}
|
|
33871
|
+
| {
|
|
33872
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
33873
|
+
type: 'credential_being_deleted'
|
|
33874
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33875
|
+
message: string
|
|
33876
|
+
}
|
|
33877
|
+
| {
|
|
33878
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
33879
|
+
type: 'credential_deleted'
|
|
33880
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33881
|
+
message: string
|
|
33882
|
+
}
|
|
33763
33883
|
}
|
|
33764
33884
|
| {
|
|
33765
33885
|
/** ID of the action attempt. */
|
|
@@ -49768,6 +49888,18 @@ export type Routes = {
|
|
|
49768
49888
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49769
49889
|
message: string
|
|
49770
49890
|
}
|
|
49891
|
+
| {
|
|
49892
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
49893
|
+
type: 'credential_being_deleted'
|
|
49894
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49895
|
+
message: string
|
|
49896
|
+
}
|
|
49897
|
+
| {
|
|
49898
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
49899
|
+
type: 'credential_deleted'
|
|
49900
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49901
|
+
message: string
|
|
49902
|
+
}
|
|
49771
49903
|
}
|
|
49772
49904
|
| {
|
|
49773
49905
|
/** ID of the action attempt. */
|
|
@@ -58121,6 +58253,18 @@ export type Routes = {
|
|
|
58121
58253
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58122
58254
|
message: string
|
|
58123
58255
|
}
|
|
58256
|
+
| {
|
|
58257
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
58258
|
+
type: 'credential_being_deleted'
|
|
58259
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58260
|
+
message: string
|
|
58261
|
+
}
|
|
58262
|
+
| {
|
|
58263
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
58264
|
+
type: 'credential_deleted'
|
|
58265
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58266
|
+
message: string
|
|
58267
|
+
}
|
|
58124
58268
|
}
|
|
58125
58269
|
| {
|
|
58126
58270
|
/** ID of the action attempt. */
|
|
@@ -59669,6 +59813,18 @@ export type Routes = {
|
|
|
59669
59813
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59670
59814
|
message: string
|
|
59671
59815
|
}
|
|
59816
|
+
| {
|
|
59817
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
59818
|
+
type: 'credential_being_deleted'
|
|
59819
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59820
|
+
message: string
|
|
59821
|
+
}
|
|
59822
|
+
| {
|
|
59823
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
59824
|
+
type: 'credential_deleted'
|
|
59825
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59826
|
+
message: string
|
|
59827
|
+
}
|
|
59672
59828
|
}
|
|
59673
59829
|
| {
|
|
59674
59830
|
/** ID of the action attempt. */
|
|
@@ -61215,6 +61371,18 @@ export type Routes = {
|
|
|
61215
61371
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61216
61372
|
message: string
|
|
61217
61373
|
}
|
|
61374
|
+
| {
|
|
61375
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
61376
|
+
type: 'credential_being_deleted'
|
|
61377
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61378
|
+
message: string
|
|
61379
|
+
}
|
|
61380
|
+
| {
|
|
61381
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
61382
|
+
type: 'credential_deleted'
|
|
61383
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61384
|
+
message: string
|
|
61385
|
+
}
|
|
61218
61386
|
}
|
|
61219
61387
|
| {
|
|
61220
61388
|
/** ID of the action attempt. */
|
|
@@ -62763,6 +62931,18 @@ export type Routes = {
|
|
|
62763
62931
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62764
62932
|
message: string
|
|
62765
62933
|
}
|
|
62934
|
+
| {
|
|
62935
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
62936
|
+
type: 'credential_being_deleted'
|
|
62937
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62938
|
+
message: string
|
|
62939
|
+
}
|
|
62940
|
+
| {
|
|
62941
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
62942
|
+
type: 'credential_deleted'
|
|
62943
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62944
|
+
message: string
|
|
62945
|
+
}
|
|
62766
62946
|
}
|
|
62767
62947
|
| {
|
|
62768
62948
|
/** ID of the action attempt. */
|
|
@@ -67718,6 +67898,18 @@ export type Routes = {
|
|
|
67718
67898
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67719
67899
|
message: string
|
|
67720
67900
|
}
|
|
67901
|
+
| {
|
|
67902
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
67903
|
+
type: 'credential_being_deleted'
|
|
67904
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67905
|
+
message: string
|
|
67906
|
+
}
|
|
67907
|
+
| {
|
|
67908
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
67909
|
+
type: 'credential_deleted'
|
|
67910
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67911
|
+
message: string
|
|
67912
|
+
}
|
|
67721
67913
|
}
|
|
67722
67914
|
| {
|
|
67723
67915
|
/** ID of the action attempt. */
|
|
@@ -69285,6 +69477,18 @@ export type Routes = {
|
|
|
69285
69477
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69286
69478
|
message: string
|
|
69287
69479
|
}
|
|
69480
|
+
| {
|
|
69481
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
69482
|
+
type: 'credential_being_deleted'
|
|
69483
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69484
|
+
message: string
|
|
69485
|
+
}
|
|
69486
|
+
| {
|
|
69487
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
69488
|
+
type: 'credential_deleted'
|
|
69489
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69490
|
+
message: string
|
|
69491
|
+
}
|
|
69288
69492
|
}
|
|
69289
69493
|
| {
|
|
69290
69494
|
/** ID of the action attempt. */
|
|
@@ -70908,6 +71112,18 @@ export type Routes = {
|
|
|
70908
71112
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70909
71113
|
message: string
|
|
70910
71114
|
}
|
|
71115
|
+
| {
|
|
71116
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
71117
|
+
type: 'credential_being_deleted'
|
|
71118
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71119
|
+
message: string
|
|
71120
|
+
}
|
|
71121
|
+
| {
|
|
71122
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
71123
|
+
type: 'credential_deleted'
|
|
71124
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71125
|
+
message: string
|
|
71126
|
+
}
|
|
70911
71127
|
}
|
|
70912
71128
|
| {
|
|
70913
71129
|
/** ID of the action attempt. */
|
|
@@ -73505,6 +73721,18 @@ export type Routes = {
|
|
|
73505
73721
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73506
73722
|
message: string
|
|
73507
73723
|
}
|
|
73724
|
+
| {
|
|
73725
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
73726
|
+
type: 'credential_being_deleted'
|
|
73727
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73728
|
+
message: string
|
|
73729
|
+
}
|
|
73730
|
+
| {
|
|
73731
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
73732
|
+
type: 'credential_deleted'
|
|
73733
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73734
|
+
message: string
|
|
73735
|
+
}
|
|
73508
73736
|
}
|
|
73509
73737
|
| {
|
|
73510
73738
|
/** ID of the action attempt. */
|
|
@@ -84050,6 +84278,18 @@ export type Routes = {
|
|
|
84050
84278
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84051
84279
|
message: string
|
|
84052
84280
|
}
|
|
84281
|
+
| {
|
|
84282
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
84283
|
+
type: 'credential_being_deleted'
|
|
84284
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84285
|
+
message: string
|
|
84286
|
+
}
|
|
84287
|
+
| {
|
|
84288
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
84289
|
+
type: 'credential_deleted'
|
|
84290
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84291
|
+
message: string
|
|
84292
|
+
}
|
|
84053
84293
|
}
|
|
84054
84294
|
| {
|
|
84055
84295
|
/** ID of the action attempt. */
|
|
@@ -85602,6 +85842,18 @@ export type Routes = {
|
|
|
85602
85842
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85603
85843
|
message: string
|
|
85604
85844
|
}
|
|
85845
|
+
| {
|
|
85846
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
85847
|
+
type: 'credential_being_deleted'
|
|
85848
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85849
|
+
message: string
|
|
85850
|
+
}
|
|
85851
|
+
| {
|
|
85852
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
85853
|
+
type: 'credential_deleted'
|
|
85854
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85855
|
+
message: string
|
|
85856
|
+
}
|
|
85605
85857
|
}
|
|
85606
85858
|
| {
|
|
85607
85859
|
/** ID of the action attempt. */
|
|
@@ -87266,6 +87518,18 @@ export type Routes = {
|
|
|
87266
87518
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87267
87519
|
message: string
|
|
87268
87520
|
}
|
|
87521
|
+
| {
|
|
87522
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
87523
|
+
type: 'credential_being_deleted'
|
|
87524
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87525
|
+
message: string
|
|
87526
|
+
}
|
|
87527
|
+
| {
|
|
87528
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
87529
|
+
type: 'credential_deleted'
|
|
87530
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87531
|
+
message: string
|
|
87532
|
+
}
|
|
87269
87533
|
}
|
|
87270
87534
|
| {
|
|
87271
87535
|
/** ID of the action attempt. */
|
|
@@ -90499,6 +90763,18 @@ export type Routes = {
|
|
|
90499
90763
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90500
90764
|
message: string
|
|
90501
90765
|
}
|
|
90766
|
+
| {
|
|
90767
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
90768
|
+
type: 'credential_being_deleted'
|
|
90769
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90770
|
+
message: string
|
|
90771
|
+
}
|
|
90772
|
+
| {
|
|
90773
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
90774
|
+
type: 'credential_deleted'
|
|
90775
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90776
|
+
message: string
|
|
90777
|
+
}
|
|
90502
90778
|
}
|
|
90503
90779
|
| {
|
|
90504
90780
|
/** ID of the action attempt. */
|
|
@@ -92055,6 +92331,18 @@ export type Routes = {
|
|
|
92055
92331
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92056
92332
|
message: string
|
|
92057
92333
|
}
|
|
92334
|
+
| {
|
|
92335
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
92336
|
+
type: 'credential_being_deleted'
|
|
92337
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92338
|
+
message: string
|
|
92339
|
+
}
|
|
92340
|
+
| {
|
|
92341
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
92342
|
+
type: 'credential_deleted'
|
|
92343
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92344
|
+
message: string
|
|
92345
|
+
}
|
|
92058
92346
|
}
|
|
92059
92347
|
| {
|
|
92060
92348
|
/** ID of the action attempt. */
|
|
@@ -97027,6 +97315,18 @@ export type Routes = {
|
|
|
97027
97315
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97028
97316
|
message: string
|
|
97029
97317
|
}
|
|
97318
|
+
| {
|
|
97319
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
97320
|
+
type: 'credential_being_deleted'
|
|
97321
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97322
|
+
message: string
|
|
97323
|
+
}
|
|
97324
|
+
| {
|
|
97325
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
97326
|
+
type: 'credential_deleted'
|
|
97327
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97328
|
+
message: string
|
|
97329
|
+
}
|
|
97030
97330
|
}
|
|
97031
97331
|
| {
|
|
97032
97332
|
/** ID of the action attempt. */
|
|
@@ -98778,6 +99078,18 @@ export type Routes = {
|
|
|
98778
99078
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98779
99079
|
message: string
|
|
98780
99080
|
}
|
|
99081
|
+
| {
|
|
99082
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
99083
|
+
type: 'credential_being_deleted'
|
|
99084
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99085
|
+
message: string
|
|
99086
|
+
}
|
|
99087
|
+
| {
|
|
99088
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
99089
|
+
type: 'credential_deleted'
|
|
99090
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99091
|
+
message: string
|
|
99092
|
+
}
|
|
98781
99093
|
}
|
|
98782
99094
|
| {
|
|
98783
99095
|
/** ID of the action attempt. */
|
|
@@ -100362,6 +100674,18 @@ export type Routes = {
|
|
|
100362
100674
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100363
100675
|
message: string
|
|
100364
100676
|
}
|
|
100677
|
+
| {
|
|
100678
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
100679
|
+
type: 'credential_being_deleted'
|
|
100680
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100681
|
+
message: string
|
|
100682
|
+
}
|
|
100683
|
+
| {
|
|
100684
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
100685
|
+
type: 'credential_deleted'
|
|
100686
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100687
|
+
message: string
|
|
100688
|
+
}
|
|
100365
100689
|
}
|
|
100366
100690
|
| {
|
|
100367
100691
|
/** ID of the action attempt. */
|
|
@@ -102063,6 +102387,18 @@ export type Routes = {
|
|
|
102063
102387
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102064
102388
|
message: string
|
|
102065
102389
|
}
|
|
102390
|
+
| {
|
|
102391
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
102392
|
+
type: 'credential_being_deleted'
|
|
102393
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102394
|
+
message: string
|
|
102395
|
+
}
|
|
102396
|
+
| {
|
|
102397
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
102398
|
+
type: 'credential_deleted'
|
|
102399
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102400
|
+
message: string
|
|
102401
|
+
}
|
|
102066
102402
|
}
|
|
102067
102403
|
| {
|
|
102068
102404
|
/** ID of the action attempt. */
|
|
@@ -111283,6 +111619,18 @@ export type Routes = {
|
|
|
111283
111619
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111284
111620
|
message: string
|
|
111285
111621
|
}
|
|
111622
|
+
| {
|
|
111623
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
111624
|
+
type: 'credential_being_deleted'
|
|
111625
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111626
|
+
message: string
|
|
111627
|
+
}
|
|
111628
|
+
| {
|
|
111629
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
111630
|
+
type: 'credential_deleted'
|
|
111631
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111632
|
+
message: string
|
|
111633
|
+
}
|
|
111286
111634
|
}
|
|
111287
111635
|
| {
|
|
111288
111636
|
/** ID of the action attempt. */
|
|
@@ -119166,6 +119514,18 @@ export type Routes = {
|
|
|
119166
119514
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119167
119515
|
message: string
|
|
119168
119516
|
}
|
|
119517
|
+
| {
|
|
119518
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
119519
|
+
type: 'credential_being_deleted'
|
|
119520
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119521
|
+
message: string
|
|
119522
|
+
}
|
|
119523
|
+
| {
|
|
119524
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
119525
|
+
type: 'credential_deleted'
|
|
119526
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119527
|
+
message: string
|
|
119528
|
+
}
|
|
119169
119529
|
}
|
|
119170
119530
|
| {
|
|
119171
119531
|
/** ID of the action attempt. */
|