@seamapi/types 1.790.0 → 1.791.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 +4 -31
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +30 -216
- package/dist/index.cjs +4 -31
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +0 -15
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +0 -15
- package/lib/seam/connect/models/action-attempts/encode-credential.js +2 -13
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +0 -21
- package/lib/seam/connect/openapi.js +2 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +30 -180
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +2 -20
- package/src/lib/seam/connect/openapi.ts +2 -21
- package/src/lib/seam/connect/route-types.ts +30 -210
|
@@ -998,13 +998,7 @@ export type Routes = {
|
|
|
998
998
|
message: string
|
|
999
999
|
}
|
|
1000
1000
|
| {
|
|
1001
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
1001
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
1008
1002
|
type: 'credential_deleted'
|
|
1009
1003
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1010
1004
|
message: string
|
|
@@ -3736,13 +3730,7 @@ export type Routes = {
|
|
|
3736
3730
|
message: string
|
|
3737
3731
|
}
|
|
3738
3732
|
| {
|
|
3739
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
3733
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
3746
3734
|
type: 'credential_deleted'
|
|
3747
3735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3748
3736
|
message: string
|
|
@@ -8380,13 +8368,7 @@ export type Routes = {
|
|
|
8380
8368
|
message: string
|
|
8381
8369
|
}
|
|
8382
8370
|
| {
|
|
8383
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
8371
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
8390
8372
|
type: 'credential_deleted'
|
|
8391
8373
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8392
8374
|
message: string
|
|
@@ -11154,13 +11136,7 @@ export type Routes = {
|
|
|
11154
11136
|
message: string
|
|
11155
11137
|
}
|
|
11156
11138
|
| {
|
|
11157
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
11139
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
11164
11140
|
type: 'credential_deleted'
|
|
11165
11141
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11166
11142
|
message: string
|
|
@@ -16614,13 +16590,7 @@ export type Routes = {
|
|
|
16614
16590
|
message: string
|
|
16615
16591
|
}
|
|
16616
16592
|
| {
|
|
16617
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
16593
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
16624
16594
|
type: 'credential_deleted'
|
|
16625
16595
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16626
16596
|
message: string
|
|
@@ -24452,13 +24422,7 @@ export type Routes = {
|
|
|
24452
24422
|
message: string
|
|
24453
24423
|
}
|
|
24454
24424
|
| {
|
|
24455
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
24425
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
24462
24426
|
type: 'credential_deleted'
|
|
24463
24427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24464
24428
|
message: string
|
|
@@ -26122,13 +26086,7 @@ export type Routes = {
|
|
|
26122
26086
|
message: string
|
|
26123
26087
|
}
|
|
26124
26088
|
| {
|
|
26125
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
26089
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
26132
26090
|
type: 'credential_deleted'
|
|
26133
26091
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26134
26092
|
message: string
|
|
@@ -28346,13 +28304,7 @@ export type Routes = {
|
|
|
28346
28304
|
message: string
|
|
28347
28305
|
}
|
|
28348
28306
|
| {
|
|
28349
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
28307
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
28356
28308
|
type: 'credential_deleted'
|
|
28357
28309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28358
28310
|
message: string
|
|
@@ -32310,13 +32262,7 @@ export type Routes = {
|
|
|
32310
32262
|
message: string
|
|
32311
32263
|
}
|
|
32312
32264
|
| {
|
|
32313
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
32265
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
32320
32266
|
type: 'credential_deleted'
|
|
32321
32267
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32322
32268
|
message: string
|
|
@@ -33869,13 +33815,7 @@ export type Routes = {
|
|
|
33869
33815
|
message: string
|
|
33870
33816
|
}
|
|
33871
33817
|
| {
|
|
33872
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
33818
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
33879
33819
|
type: 'credential_deleted'
|
|
33880
33820
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33881
33821
|
message: string
|
|
@@ -49889,13 +49829,7 @@ export type Routes = {
|
|
|
49889
49829
|
message: string
|
|
49890
49830
|
}
|
|
49891
49831
|
| {
|
|
49892
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
49832
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
49899
49833
|
type: 'credential_deleted'
|
|
49900
49834
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49901
49835
|
message: string
|
|
@@ -58254,13 +58188,7 @@ export type Routes = {
|
|
|
58254
58188
|
message: string
|
|
58255
58189
|
}
|
|
58256
58190
|
| {
|
|
58257
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
58191
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
58264
58192
|
type: 'credential_deleted'
|
|
58265
58193
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58266
58194
|
message: string
|
|
@@ -59814,13 +59742,7 @@ export type Routes = {
|
|
|
59814
59742
|
message: string
|
|
59815
59743
|
}
|
|
59816
59744
|
| {
|
|
59817
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
59745
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
59824
59746
|
type: 'credential_deleted'
|
|
59825
59747
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59826
59748
|
message: string
|
|
@@ -61372,13 +61294,7 @@ export type Routes = {
|
|
|
61372
61294
|
message: string
|
|
61373
61295
|
}
|
|
61374
61296
|
| {
|
|
61375
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
61297
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
61382
61298
|
type: 'credential_deleted'
|
|
61383
61299
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61384
61300
|
message: string
|
|
@@ -62932,13 +62848,7 @@ export type Routes = {
|
|
|
62932
62848
|
message: string
|
|
62933
62849
|
}
|
|
62934
62850
|
| {
|
|
62935
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
62851
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
62942
62852
|
type: 'credential_deleted'
|
|
62943
62853
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62944
62854
|
message: string
|
|
@@ -67899,13 +67809,7 @@ export type Routes = {
|
|
|
67899
67809
|
message: string
|
|
67900
67810
|
}
|
|
67901
67811
|
| {
|
|
67902
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
67812
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
67909
67813
|
type: 'credential_deleted'
|
|
67910
67814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67911
67815
|
message: string
|
|
@@ -69478,13 +69382,7 @@ export type Routes = {
|
|
|
69478
69382
|
message: string
|
|
69479
69383
|
}
|
|
69480
69384
|
| {
|
|
69481
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
69385
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
69488
69386
|
type: 'credential_deleted'
|
|
69489
69387
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69490
69388
|
message: string
|
|
@@ -71113,13 +71011,7 @@ export type Routes = {
|
|
|
71113
71011
|
message: string
|
|
71114
71012
|
}
|
|
71115
71013
|
| {
|
|
71116
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
71014
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
71123
71015
|
type: 'credential_deleted'
|
|
71124
71016
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71125
71017
|
message: string
|
|
@@ -73722,13 +73614,7 @@ export type Routes = {
|
|
|
73722
73614
|
message: string
|
|
73723
73615
|
}
|
|
73724
73616
|
| {
|
|
73725
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
73617
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
73732
73618
|
type: 'credential_deleted'
|
|
73733
73619
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73734
73620
|
message: string
|
|
@@ -84279,13 +84165,7 @@ export type Routes = {
|
|
|
84279
84165
|
message: string
|
|
84280
84166
|
}
|
|
84281
84167
|
| {
|
|
84282
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
84168
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
84289
84169
|
type: 'credential_deleted'
|
|
84290
84170
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84291
84171
|
message: string
|
|
@@ -85843,13 +85723,7 @@ export type Routes = {
|
|
|
85843
85723
|
message: string
|
|
85844
85724
|
}
|
|
85845
85725
|
| {
|
|
85846
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
85726
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
85853
85727
|
type: 'credential_deleted'
|
|
85854
85728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85855
85729
|
message: string
|
|
@@ -87519,13 +87393,7 @@ export type Routes = {
|
|
|
87519
87393
|
message: string
|
|
87520
87394
|
}
|
|
87521
87395
|
| {
|
|
87522
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
87396
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
87529
87397
|
type: 'credential_deleted'
|
|
87530
87398
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87531
87399
|
message: string
|
|
@@ -90764,13 +90632,7 @@ export type Routes = {
|
|
|
90764
90632
|
message: string
|
|
90765
90633
|
}
|
|
90766
90634
|
| {
|
|
90767
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
90635
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
90774
90636
|
type: 'credential_deleted'
|
|
90775
90637
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90776
90638
|
message: string
|
|
@@ -92332,13 +92194,7 @@ export type Routes = {
|
|
|
92332
92194
|
message: string
|
|
92333
92195
|
}
|
|
92334
92196
|
| {
|
|
92335
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
92197
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
92342
92198
|
type: 'credential_deleted'
|
|
92343
92199
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92344
92200
|
message: string
|
|
@@ -97316,13 +97172,7 @@ export type Routes = {
|
|
|
97316
97172
|
message: string
|
|
97317
97173
|
}
|
|
97318
97174
|
| {
|
|
97319
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
97175
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
97326
97176
|
type: 'credential_deleted'
|
|
97327
97177
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97328
97178
|
message: string
|
|
@@ -99079,13 +98929,7 @@ export type Routes = {
|
|
|
99079
98929
|
message: string
|
|
99080
98930
|
}
|
|
99081
98931
|
| {
|
|
99082
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
98932
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
99089
98933
|
type: 'credential_deleted'
|
|
99090
98934
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99091
98935
|
message: string
|
|
@@ -100675,13 +100519,7 @@ export type Routes = {
|
|
|
100675
100519
|
message: string
|
|
100676
100520
|
}
|
|
100677
100521
|
| {
|
|
100678
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
100522
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
100685
100523
|
type: 'credential_deleted'
|
|
100686
100524
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100687
100525
|
message: string
|
|
@@ -102388,13 +102226,7 @@ export type Routes = {
|
|
|
102388
102226
|
message: string
|
|
102389
102227
|
}
|
|
102390
102228
|
| {
|
|
102391
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
102229
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
102398
102230
|
type: 'credential_deleted'
|
|
102399
102231
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102400
102232
|
message: string
|
|
@@ -111620,13 +111452,7 @@ export type Routes = {
|
|
|
111620
111452
|
message: string
|
|
111621
111453
|
}
|
|
111622
111454
|
| {
|
|
111623
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
111455
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
111630
111456
|
type: 'credential_deleted'
|
|
111631
111457
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111632
111458
|
message: string
|
|
@@ -119515,13 +119341,7 @@ export type Routes = {
|
|
|
119515
119341
|
message: string
|
|
119516
119342
|
}
|
|
119517
119343
|
| {
|
|
119518
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
119344
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
119525
119345
|
type: 'credential_deleted'
|
|
119526
119346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119527
119347
|
message: string
|