@seamapi/types 1.789.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 +28 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +186 -0
- package/dist/index.cjs +28 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +15 -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/batch.d.ts +21 -0
- package/lib/seam/connect/openapi.js +16 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +150 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +18 -0
- package/src/lib/seam/connect/openapi.ts +19 -0
- package/src/lib/seam/connect/route-types.ts +180 -0
|
@@ -835,6 +835,11 @@ export type Routes = {
|
|
|
835
835
|
type: 'credential_being_deleted';
|
|
836
836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
837
837
|
message: string;
|
|
838
|
+
} | {
|
|
839
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
840
|
+
type: 'credential_deleted';
|
|
841
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
842
|
+
message: string;
|
|
838
843
|
};
|
|
839
844
|
} | {
|
|
840
845
|
/** ID of the action attempt. */
|
|
@@ -3243,6 +3248,11 @@ export type Routes = {
|
|
|
3243
3248
|
type: 'credential_being_deleted';
|
|
3244
3249
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3245
3250
|
message: string;
|
|
3251
|
+
} | {
|
|
3252
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
3253
|
+
type: 'credential_deleted';
|
|
3254
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3255
|
+
message: string;
|
|
3246
3256
|
};
|
|
3247
3257
|
} | {
|
|
3248
3258
|
/** ID of the action attempt. */
|
|
@@ -7348,6 +7358,11 @@ export type Routes = {
|
|
|
7348
7358
|
type: 'credential_being_deleted';
|
|
7349
7359
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7350
7360
|
message: string;
|
|
7361
|
+
} | {
|
|
7362
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
7363
|
+
type: 'credential_deleted';
|
|
7364
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7365
|
+
message: string;
|
|
7351
7366
|
};
|
|
7352
7367
|
} | {
|
|
7353
7368
|
/** ID of the action attempt. */
|
|
@@ -9792,6 +9807,11 @@ export type Routes = {
|
|
|
9792
9807
|
type: 'credential_being_deleted';
|
|
9793
9808
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9794
9809
|
message: string;
|
|
9810
|
+
} | {
|
|
9811
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
9812
|
+
type: 'credential_deleted';
|
|
9813
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9814
|
+
message: string;
|
|
9795
9815
|
};
|
|
9796
9816
|
} | {
|
|
9797
9817
|
/** ID of the action attempt. */
|
|
@@ -14435,6 +14455,11 @@ export type Routes = {
|
|
|
14435
14455
|
type: 'credential_being_deleted';
|
|
14436
14456
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14437
14457
|
message: string;
|
|
14458
|
+
} | {
|
|
14459
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
14460
|
+
type: 'credential_deleted';
|
|
14461
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14462
|
+
message: string;
|
|
14438
14463
|
};
|
|
14439
14464
|
} | {
|
|
14440
14465
|
/** ID of the action attempt. */
|
|
@@ -21064,6 +21089,11 @@ export type Routes = {
|
|
|
21064
21089
|
type: 'credential_being_deleted';
|
|
21065
21090
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21066
21091
|
message: string;
|
|
21092
|
+
} | {
|
|
21093
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
21094
|
+
type: 'credential_deleted';
|
|
21095
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21096
|
+
message: string;
|
|
21067
21097
|
};
|
|
21068
21098
|
} | {
|
|
21069
21099
|
/** ID of the action attempt. */
|
|
@@ -22512,6 +22542,11 @@ export type Routes = {
|
|
|
22512
22542
|
type: 'credential_being_deleted';
|
|
22513
22543
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22514
22544
|
message: string;
|
|
22545
|
+
} | {
|
|
22546
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
22547
|
+
type: 'credential_deleted';
|
|
22548
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22549
|
+
message: string;
|
|
22515
22550
|
};
|
|
22516
22551
|
} | {
|
|
22517
22552
|
/** ID of the action attempt. */
|
|
@@ -24422,6 +24457,11 @@ export type Routes = {
|
|
|
24422
24457
|
type: 'credential_being_deleted';
|
|
24423
24458
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24424
24459
|
message: string;
|
|
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;
|
|
24425
24465
|
};
|
|
24426
24466
|
} | {
|
|
24427
24467
|
/** ID of the action attempt. */
|
|
@@ -27799,6 +27839,11 @@ export type Routes = {
|
|
|
27799
27839
|
type: 'credential_being_deleted';
|
|
27800
27840
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27801
27841
|
message: string;
|
|
27842
|
+
} | {
|
|
27843
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
27844
|
+
type: 'credential_deleted';
|
|
27845
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27846
|
+
message: string;
|
|
27802
27847
|
};
|
|
27803
27848
|
} | {
|
|
27804
27849
|
/** ID of the action attempt. */
|
|
@@ -29140,6 +29185,11 @@ export type Routes = {
|
|
|
29140
29185
|
type: 'credential_being_deleted';
|
|
29141
29186
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29142
29187
|
message: string;
|
|
29188
|
+
} | {
|
|
29189
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
29190
|
+
type: 'credential_deleted';
|
|
29191
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29192
|
+
message: string;
|
|
29143
29193
|
};
|
|
29144
29194
|
} | {
|
|
29145
29195
|
/** ID of the action attempt. */
|
|
@@ -42022,6 +42072,11 @@ export type Routes = {
|
|
|
42022
42072
|
type: 'credential_being_deleted';
|
|
42023
42073
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42024
42074
|
message: string;
|
|
42075
|
+
} | {
|
|
42076
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
42077
|
+
type: 'credential_deleted';
|
|
42078
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42079
|
+
message: string;
|
|
42025
42080
|
};
|
|
42026
42081
|
} | {
|
|
42027
42082
|
/** ID of the action attempt. */
|
|
@@ -48729,6 +48784,11 @@ export type Routes = {
|
|
|
48729
48784
|
type: 'credential_being_deleted';
|
|
48730
48785
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48731
48786
|
message: string;
|
|
48787
|
+
} | {
|
|
48788
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
48789
|
+
type: 'credential_deleted';
|
|
48790
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48791
|
+
message: string;
|
|
48732
48792
|
};
|
|
48733
48793
|
} | {
|
|
48734
48794
|
/** ID of the action attempt. */
|
|
@@ -50071,6 +50131,11 @@ export type Routes = {
|
|
|
50071
50131
|
type: 'credential_being_deleted';
|
|
50072
50132
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50073
50133
|
message: string;
|
|
50134
|
+
} | {
|
|
50135
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
50136
|
+
type: 'credential_deleted';
|
|
50137
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50138
|
+
message: string;
|
|
50074
50139
|
};
|
|
50075
50140
|
} | {
|
|
50076
50141
|
/** ID of the action attempt. */
|
|
@@ -51411,6 +51476,11 @@ export type Routes = {
|
|
|
51411
51476
|
type: 'credential_being_deleted';
|
|
51412
51477
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51413
51478
|
message: string;
|
|
51479
|
+
} | {
|
|
51480
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
51481
|
+
type: 'credential_deleted';
|
|
51482
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51483
|
+
message: string;
|
|
51414
51484
|
};
|
|
51415
51485
|
} | {
|
|
51416
51486
|
/** ID of the action attempt. */
|
|
@@ -52753,6 +52823,11 @@ export type Routes = {
|
|
|
52753
52823
|
type: 'credential_being_deleted';
|
|
52754
52824
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52755
52825
|
message: string;
|
|
52826
|
+
} | {
|
|
52827
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
52828
|
+
type: 'credential_deleted';
|
|
52829
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52830
|
+
message: string;
|
|
52756
52831
|
};
|
|
52757
52832
|
} | {
|
|
52758
52833
|
/** ID of the action attempt. */
|
|
@@ -56804,6 +56879,11 @@ export type Routes = {
|
|
|
56804
56879
|
type: 'credential_being_deleted';
|
|
56805
56880
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56806
56881
|
message: string;
|
|
56882
|
+
} | {
|
|
56883
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
56884
|
+
type: 'credential_deleted';
|
|
56885
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56886
|
+
message: string;
|
|
56807
56887
|
};
|
|
56808
56888
|
} | {
|
|
56809
56889
|
/** ID of the action attempt. */
|
|
@@ -58165,6 +58245,11 @@ export type Routes = {
|
|
|
58165
58245
|
type: 'credential_being_deleted';
|
|
58166
58246
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58167
58247
|
message: string;
|
|
58248
|
+
} | {
|
|
58249
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
58250
|
+
type: 'credential_deleted';
|
|
58251
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58252
|
+
message: string;
|
|
58168
58253
|
};
|
|
58169
58254
|
} | {
|
|
58170
58255
|
/** ID of the action attempt. */
|
|
@@ -59582,6 +59667,11 @@ export type Routes = {
|
|
|
59582
59667
|
type: 'credential_being_deleted';
|
|
59583
59668
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59584
59669
|
message: string;
|
|
59670
|
+
} | {
|
|
59671
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
59672
|
+
type: 'credential_deleted';
|
|
59673
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59674
|
+
message: string;
|
|
59585
59675
|
};
|
|
59586
59676
|
} | {
|
|
59587
59677
|
/** ID of the action attempt. */
|
|
@@ -61907,6 +61997,11 @@ export type Routes = {
|
|
|
61907
61997
|
type: 'credential_being_deleted';
|
|
61908
61998
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61909
61999
|
message: string;
|
|
62000
|
+
} | {
|
|
62001
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
62002
|
+
type: 'credential_deleted';
|
|
62003
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62004
|
+
message: string;
|
|
61910
62005
|
};
|
|
61911
62006
|
} | {
|
|
61912
62007
|
/** ID of the action attempt. */
|
|
@@ -70791,6 +70886,11 @@ export type Routes = {
|
|
|
70791
70886
|
type: 'credential_being_deleted';
|
|
70792
70887
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70793
70888
|
message: string;
|
|
70889
|
+
} | {
|
|
70890
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
70891
|
+
type: 'credential_deleted';
|
|
70892
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70893
|
+
message: string;
|
|
70794
70894
|
};
|
|
70795
70895
|
} | {
|
|
70796
70896
|
/** ID of the action attempt. */
|
|
@@ -72137,6 +72237,11 @@ export type Routes = {
|
|
|
72137
72237
|
type: 'credential_being_deleted';
|
|
72138
72238
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72139
72239
|
message: string;
|
|
72240
|
+
} | {
|
|
72241
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
72242
|
+
type: 'credential_deleted';
|
|
72243
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72244
|
+
message: string;
|
|
72140
72245
|
};
|
|
72141
72246
|
} | {
|
|
72142
72247
|
/** ID of the action attempt. */
|
|
@@ -73589,6 +73694,11 @@ export type Routes = {
|
|
|
73589
73694
|
type: 'credential_being_deleted';
|
|
73590
73695
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73591
73696
|
message: string;
|
|
73697
|
+
} | {
|
|
73698
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
73699
|
+
type: 'credential_deleted';
|
|
73700
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73701
|
+
message: string;
|
|
73592
73702
|
};
|
|
73593
73703
|
} | {
|
|
73594
73704
|
/** ID of the action attempt. */
|
|
@@ -76291,6 +76401,11 @@ export type Routes = {
|
|
|
76291
76401
|
type: 'credential_being_deleted';
|
|
76292
76402
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76293
76403
|
message: string;
|
|
76404
|
+
} | {
|
|
76405
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
76406
|
+
type: 'credential_deleted';
|
|
76407
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76408
|
+
message: string;
|
|
76294
76409
|
};
|
|
76295
76410
|
} | {
|
|
76296
76411
|
/** ID of the action attempt. */
|
|
@@ -77641,6 +77756,11 @@ export type Routes = {
|
|
|
77641
77756
|
type: 'credential_being_deleted';
|
|
77642
77757
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77643
77758
|
message: string;
|
|
77759
|
+
} | {
|
|
77760
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
77761
|
+
type: 'credential_deleted';
|
|
77762
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77763
|
+
message: string;
|
|
77644
77764
|
};
|
|
77645
77765
|
} | {
|
|
77646
77766
|
/** ID of the action attempt. */
|
|
@@ -81682,6 +81802,11 @@ export type Routes = {
|
|
|
81682
81802
|
type: 'credential_being_deleted';
|
|
81683
81803
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81684
81804
|
message: string;
|
|
81805
|
+
} | {
|
|
81806
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
81807
|
+
type: 'credential_deleted';
|
|
81808
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81809
|
+
message: string;
|
|
81685
81810
|
};
|
|
81686
81811
|
} | {
|
|
81687
81812
|
/** ID of the action attempt. */
|
|
@@ -83227,6 +83352,11 @@ export type Routes = {
|
|
|
83227
83352
|
type: 'credential_being_deleted';
|
|
83228
83353
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83229
83354
|
message: string;
|
|
83355
|
+
} | {
|
|
83356
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
83357
|
+
type: 'credential_deleted';
|
|
83358
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83359
|
+
message: string;
|
|
83230
83360
|
};
|
|
83231
83361
|
} | {
|
|
83232
83362
|
/** ID of the action attempt. */
|
|
@@ -84600,6 +84730,11 @@ export type Routes = {
|
|
|
84600
84730
|
type: 'credential_being_deleted';
|
|
84601
84731
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84602
84732
|
message: string;
|
|
84733
|
+
} | {
|
|
84734
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
84735
|
+
type: 'credential_deleted';
|
|
84736
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84737
|
+
message: string;
|
|
84603
84738
|
};
|
|
84604
84739
|
} | {
|
|
84605
84740
|
/** ID of the action attempt. */
|
|
@@ -86085,6 +86220,11 @@ export type Routes = {
|
|
|
86085
86220
|
type: 'credential_being_deleted';
|
|
86086
86221
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86087
86222
|
message: string;
|
|
86223
|
+
} | {
|
|
86224
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
86225
|
+
type: 'credential_deleted';
|
|
86226
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86227
|
+
message: string;
|
|
86088
86228
|
};
|
|
86089
86229
|
} | {
|
|
86090
86230
|
/** ID of the action attempt. */
|
|
@@ -93741,6 +93881,11 @@ export type Routes = {
|
|
|
93741
93881
|
type: 'credential_being_deleted';
|
|
93742
93882
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93743
93883
|
message: string;
|
|
93884
|
+
} | {
|
|
93885
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
93886
|
+
type: 'credential_deleted';
|
|
93887
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93888
|
+
message: string;
|
|
93744
93889
|
};
|
|
93745
93890
|
} | {
|
|
93746
93891
|
/** ID of the action attempt. */
|
|
@@ -100626,6 +100771,11 @@ export type Routes = {
|
|
|
100626
100771
|
type: 'credential_being_deleted';
|
|
100627
100772
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100628
100773
|
message: string;
|
|
100774
|
+
} | {
|
|
100775
|
+
/** Error type to indicate that the credential was deleted while encoding was in progress. */
|
|
100776
|
+
type: 'credential_deleted';
|
|
100777
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100778
|
+
message: string;
|
|
100629
100779
|
};
|
|
100630
100780
|
} | {
|
|
100631
100781
|
/** ID of the action attempt. */
|
package/package.json
CHANGED
|
@@ -141,6 +141,23 @@ const credential_being_deleted_error = z
|
|
|
141
141
|
'Error to indicate that the credential is being deleted and can no longer be encoded.',
|
|
142
142
|
)
|
|
143
143
|
|
|
144
|
+
const credential_deleted_error = z
|
|
145
|
+
.object({
|
|
146
|
+
type: z
|
|
147
|
+
.literal('credential_deleted')
|
|
148
|
+
.describe(
|
|
149
|
+
'Error type to indicate that the credential was deleted while encoding was in progress.',
|
|
150
|
+
),
|
|
151
|
+
message: z
|
|
152
|
+
.string()
|
|
153
|
+
.describe(
|
|
154
|
+
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
155
|
+
),
|
|
156
|
+
})
|
|
157
|
+
.describe(
|
|
158
|
+
'Error to indicate that the credential was deleted while encoding was in progress.',
|
|
159
|
+
)
|
|
160
|
+
|
|
144
161
|
const error = z.union([
|
|
145
162
|
...common_action_attempt_errors,
|
|
146
163
|
no_credential_on_encoder_error,
|
|
@@ -151,6 +168,7 @@ const error = z.union([
|
|
|
151
168
|
bridge_disconnected_error,
|
|
152
169
|
encoding_interrupted_error,
|
|
153
170
|
credential_being_deleted_error,
|
|
171
|
+
credential_deleted_error,
|
|
154
172
|
])
|
|
155
173
|
|
|
156
174
|
const result = acs_credential
|
|
@@ -8172,6 +8172,25 @@ export default {
|
|
|
8172
8172
|
required: ['type', 'message'],
|
|
8173
8173
|
type: 'object',
|
|
8174
8174
|
},
|
|
8175
|
+
{
|
|
8176
|
+
description:
|
|
8177
|
+
'Error to indicate that the credential was deleted while encoding was in progress.',
|
|
8178
|
+
properties: {
|
|
8179
|
+
message: {
|
|
8180
|
+
description:
|
|
8181
|
+
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
8182
|
+
type: 'string',
|
|
8183
|
+
},
|
|
8184
|
+
type: {
|
|
8185
|
+
description:
|
|
8186
|
+
'Error type to indicate that the credential was deleted while encoding was in progress.',
|
|
8187
|
+
enum: ['credential_deleted'],
|
|
8188
|
+
type: 'string',
|
|
8189
|
+
},
|
|
8190
|
+
},
|
|
8191
|
+
required: ['type', 'message'],
|
|
8192
|
+
type: 'object',
|
|
8193
|
+
},
|
|
8175
8194
|
],
|
|
8176
8195
|
},
|
|
8177
8196
|
result: {
|