@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.
@@ -10719,6 +10719,24 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10719
10719
  }, {
10720
10720
  message: string;
10721
10721
  type: "encoding_interrupted";
10722
+ }>, z.ZodObject<{
10723
+ type: z.ZodLiteral<"credential_being_deleted">;
10724
+ message: z.ZodString;
10725
+ }, "strip", z.ZodTypeAny, {
10726
+ message: string;
10727
+ type: "credential_being_deleted";
10728
+ }, {
10729
+ message: string;
10730
+ type: "credential_being_deleted";
10731
+ }>, z.ZodObject<{
10732
+ type: z.ZodLiteral<"credential_deleted">;
10733
+ message: z.ZodString;
10734
+ }, "strip", z.ZodTypeAny, {
10735
+ message: string;
10736
+ type: "credential_deleted";
10737
+ }, {
10738
+ message: string;
10739
+ type: "credential_deleted";
10722
10740
  }>]>;
10723
10741
  }, "strip", z.ZodTypeAny, {
10724
10742
  status: "error";
@@ -10750,6 +10768,12 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10750
10768
  } | {
10751
10769
  message: string;
10752
10770
  type: "encoding_interrupted";
10771
+ } | {
10772
+ message: string;
10773
+ type: "credential_being_deleted";
10774
+ } | {
10775
+ message: string;
10776
+ type: "credential_deleted";
10753
10777
  };
10754
10778
  result: null;
10755
10779
  action_type: "ENCODE_CREDENTIAL";
@@ -10783,6 +10807,12 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10783
10807
  } | {
10784
10808
  message: string;
10785
10809
  type: "encoding_interrupted";
10810
+ } | {
10811
+ message: string;
10812
+ type: "credential_being_deleted";
10813
+ } | {
10814
+ message: string;
10815
+ type: "credential_deleted";
10786
10816
  };
10787
10817
  result: null;
10788
10818
  action_type: "ENCODE_CREDENTIAL";
@@ -22334,6 +22364,24 @@ declare const batch: z.ZodObject<{
22334
22364
  }, {
22335
22365
  message: string;
22336
22366
  type: "encoding_interrupted";
22367
+ }>, z.ZodObject<{
22368
+ type: z.ZodLiteral<"credential_being_deleted">;
22369
+ message: z.ZodString;
22370
+ }, "strip", z.ZodTypeAny, {
22371
+ message: string;
22372
+ type: "credential_being_deleted";
22373
+ }, {
22374
+ message: string;
22375
+ type: "credential_being_deleted";
22376
+ }>, z.ZodObject<{
22377
+ type: z.ZodLiteral<"credential_deleted">;
22378
+ message: z.ZodString;
22379
+ }, "strip", z.ZodTypeAny, {
22380
+ message: string;
22381
+ type: "credential_deleted";
22382
+ }, {
22383
+ message: string;
22384
+ type: "credential_deleted";
22337
22385
  }>]>;
22338
22386
  }, "strip", z.ZodTypeAny, {
22339
22387
  status: "error";
@@ -22365,6 +22413,12 @@ declare const batch: z.ZodObject<{
22365
22413
  } | {
22366
22414
  message: string;
22367
22415
  type: "encoding_interrupted";
22416
+ } | {
22417
+ message: string;
22418
+ type: "credential_being_deleted";
22419
+ } | {
22420
+ message: string;
22421
+ type: "credential_deleted";
22368
22422
  };
22369
22423
  result: null;
22370
22424
  action_type: "ENCODE_CREDENTIAL";
@@ -22398,6 +22452,12 @@ declare const batch: z.ZodObject<{
22398
22452
  } | {
22399
22453
  message: string;
22400
22454
  type: "encoding_interrupted";
22455
+ } | {
22456
+ message: string;
22457
+ type: "credential_being_deleted";
22458
+ } | {
22459
+ message: string;
22460
+ type: "credential_deleted";
22401
22461
  };
22402
22462
  result: null;
22403
22463
  action_type: "ENCODE_CREDENTIAL";
@@ -39237,6 +39297,12 @@ declare const batch: z.ZodObject<{
39237
39297
  } | {
39238
39298
  message: string;
39239
39299
  type: "encoding_interrupted";
39300
+ } | {
39301
+ message: string;
39302
+ type: "credential_being_deleted";
39303
+ } | {
39304
+ message: string;
39305
+ type: "credential_deleted";
39240
39306
  };
39241
39307
  result: null;
39242
39308
  action_type: "ENCODE_CREDENTIAL";
@@ -44112,6 +44178,12 @@ declare const batch: z.ZodObject<{
44112
44178
  } | {
44113
44179
  message: string;
44114
44180
  type: "encoding_interrupted";
44181
+ } | {
44182
+ message: string;
44183
+ type: "credential_being_deleted";
44184
+ } | {
44185
+ message: string;
44186
+ type: "credential_deleted";
44115
44187
  };
44116
44188
  result: null;
44117
44189
  action_type: "ENCODE_CREDENTIAL";
@@ -136844,6 +136916,16 @@ type Routes = {
136844
136916
  type: 'encoding_interrupted';
136845
136917
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136846
136918
  message: string;
136919
+ } | {
136920
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
136921
+ type: 'credential_being_deleted';
136922
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136923
+ message: string;
136924
+ } | {
136925
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
136926
+ type: 'credential_deleted';
136927
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136928
+ message: string;
136847
136929
  };
136848
136930
  } | {
136849
136931
  /** ID of the action attempt. */
@@ -139247,6 +139329,16 @@ type Routes = {
139247
139329
  type: 'encoding_interrupted';
139248
139330
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139249
139331
  message: string;
139332
+ } | {
139333
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
139334
+ type: 'credential_being_deleted';
139335
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139336
+ message: string;
139337
+ } | {
139338
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
139339
+ type: 'credential_deleted';
139340
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139341
+ message: string;
139250
139342
  };
139251
139343
  } | {
139252
139344
  /** ID of the action attempt. */
@@ -143347,6 +143439,16 @@ type Routes = {
143347
143439
  type: 'encoding_interrupted';
143348
143440
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143349
143441
  message: string;
143442
+ } | {
143443
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
143444
+ type: 'credential_being_deleted';
143445
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143446
+ message: string;
143447
+ } | {
143448
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
143449
+ type: 'credential_deleted';
143450
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143451
+ message: string;
143350
143452
  };
143351
143453
  } | {
143352
143454
  /** ID of the action attempt. */
@@ -145786,6 +145888,16 @@ type Routes = {
145786
145888
  type: 'encoding_interrupted';
145787
145889
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145788
145890
  message: string;
145891
+ } | {
145892
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
145893
+ type: 'credential_being_deleted';
145894
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145895
+ message: string;
145896
+ } | {
145897
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
145898
+ type: 'credential_deleted';
145899
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145900
+ message: string;
145789
145901
  };
145790
145902
  } | {
145791
145903
  /** ID of the action attempt. */
@@ -150424,6 +150536,16 @@ type Routes = {
150424
150536
  type: 'encoding_interrupted';
150425
150537
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150426
150538
  message: string;
150539
+ } | {
150540
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
150541
+ type: 'credential_being_deleted';
150542
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150543
+ message: string;
150544
+ } | {
150545
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
150546
+ type: 'credential_deleted';
150547
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150548
+ message: string;
150427
150549
  };
150428
150550
  } | {
150429
150551
  /** ID of the action attempt. */
@@ -157048,6 +157170,16 @@ type Routes = {
157048
157170
  type: 'encoding_interrupted';
157049
157171
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157050
157172
  message: string;
157173
+ } | {
157174
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
157175
+ type: 'credential_being_deleted';
157176
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157177
+ message: string;
157178
+ } | {
157179
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
157180
+ type: 'credential_deleted';
157181
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157182
+ message: string;
157051
157183
  };
157052
157184
  } | {
157053
157185
  /** ID of the action attempt. */
@@ -158491,6 +158623,16 @@ type Routes = {
158491
158623
  type: 'encoding_interrupted';
158492
158624
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158493
158625
  message: string;
158626
+ } | {
158627
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
158628
+ type: 'credential_being_deleted';
158629
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158630
+ message: string;
158631
+ } | {
158632
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
158633
+ type: 'credential_deleted';
158634
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158635
+ message: string;
158494
158636
  };
158495
158637
  } | {
158496
158638
  /** ID of the action attempt. */
@@ -160396,6 +160538,16 @@ type Routes = {
160396
160538
  type: 'encoding_interrupted';
160397
160539
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160398
160540
  message: string;
160541
+ } | {
160542
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
160543
+ type: 'credential_being_deleted';
160544
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160545
+ message: string;
160546
+ } | {
160547
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
160548
+ type: 'credential_deleted';
160549
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160550
+ message: string;
160399
160551
  };
160400
160552
  } | {
160401
160553
  /** ID of the action attempt. */
@@ -163768,6 +163920,16 @@ type Routes = {
163768
163920
  type: 'encoding_interrupted';
163769
163921
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163770
163922
  message: string;
163923
+ } | {
163924
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
163925
+ type: 'credential_being_deleted';
163926
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163927
+ message: string;
163928
+ } | {
163929
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
163930
+ type: 'credential_deleted';
163931
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163932
+ message: string;
163771
163933
  };
163772
163934
  } | {
163773
163935
  /** ID of the action attempt. */
@@ -165104,6 +165266,16 @@ type Routes = {
165104
165266
  type: 'encoding_interrupted';
165105
165267
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165106
165268
  message: string;
165269
+ } | {
165270
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
165271
+ type: 'credential_being_deleted';
165272
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165273
+ message: string;
165274
+ } | {
165275
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
165276
+ type: 'credential_deleted';
165277
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165278
+ message: string;
165107
165279
  };
165108
165280
  } | {
165109
165281
  /** ID of the action attempt. */
@@ -177981,6 +178153,16 @@ type Routes = {
177981
178153
  type: 'encoding_interrupted';
177982
178154
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
177983
178155
  message: string;
178156
+ } | {
178157
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
178158
+ type: 'credential_being_deleted';
178159
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178160
+ message: string;
178161
+ } | {
178162
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
178163
+ type: 'credential_deleted';
178164
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178165
+ message: string;
177984
178166
  };
177985
178167
  } | {
177986
178168
  /** ID of the action attempt. */
@@ -184683,6 +184865,16 @@ type Routes = {
184683
184865
  type: 'encoding_interrupted';
184684
184866
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184685
184867
  message: string;
184868
+ } | {
184869
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
184870
+ type: 'credential_being_deleted';
184871
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184872
+ message: string;
184873
+ } | {
184874
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
184875
+ type: 'credential_deleted';
184876
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184877
+ message: string;
184686
184878
  };
184687
184879
  } | {
184688
184880
  /** ID of the action attempt. */
@@ -186020,6 +186212,16 @@ type Routes = {
186020
186212
  type: 'encoding_interrupted';
186021
186213
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186022
186214
  message: string;
186215
+ } | {
186216
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
186217
+ type: 'credential_being_deleted';
186218
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186219
+ message: string;
186220
+ } | {
186221
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
186222
+ type: 'credential_deleted';
186223
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186224
+ message: string;
186023
186225
  };
186024
186226
  } | {
186025
186227
  /** ID of the action attempt. */
@@ -187355,6 +187557,16 @@ type Routes = {
187355
187557
  type: 'encoding_interrupted';
187356
187558
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187357
187559
  message: string;
187560
+ } | {
187561
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
187562
+ type: 'credential_being_deleted';
187563
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187564
+ message: string;
187565
+ } | {
187566
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
187567
+ type: 'credential_deleted';
187568
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187569
+ message: string;
187358
187570
  };
187359
187571
  } | {
187360
187572
  /** ID of the action attempt. */
@@ -188692,6 +188904,16 @@ type Routes = {
188692
188904
  type: 'encoding_interrupted';
188693
188905
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188694
188906
  message: string;
188907
+ } | {
188908
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
188909
+ type: 'credential_being_deleted';
188910
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188911
+ message: string;
188912
+ } | {
188913
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
188914
+ type: 'credential_deleted';
188915
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188916
+ message: string;
188695
188917
  };
188696
188918
  } | {
188697
188919
  /** ID of the action attempt. */
@@ -192738,6 +192960,16 @@ type Routes = {
192738
192960
  type: 'encoding_interrupted';
192739
192961
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192740
192962
  message: string;
192963
+ } | {
192964
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
192965
+ type: 'credential_being_deleted';
192966
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192967
+ message: string;
192968
+ } | {
192969
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
192970
+ type: 'credential_deleted';
192971
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192972
+ message: string;
192741
192973
  };
192742
192974
  } | {
192743
192975
  /** ID of the action attempt. */
@@ -194094,6 +194326,16 @@ type Routes = {
194094
194326
  type: 'encoding_interrupted';
194095
194327
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194096
194328
  message: string;
194329
+ } | {
194330
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
194331
+ type: 'credential_being_deleted';
194332
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194333
+ message: string;
194334
+ } | {
194335
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
194336
+ type: 'credential_deleted';
194337
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194338
+ message: string;
194097
194339
  };
194098
194340
  } | {
194099
194341
  /** ID of the action attempt. */
@@ -195506,6 +195748,16 @@ type Routes = {
195506
195748
  type: 'encoding_interrupted';
195507
195749
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195508
195750
  message: string;
195751
+ } | {
195752
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
195753
+ type: 'credential_being_deleted';
195754
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195755
+ message: string;
195756
+ } | {
195757
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
195758
+ type: 'credential_deleted';
195759
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195760
+ message: string;
195509
195761
  };
195510
195762
  } | {
195511
195763
  /** ID of the action attempt. */
@@ -197826,6 +198078,16 @@ type Routes = {
197826
198078
  type: 'encoding_interrupted';
197827
198079
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
197828
198080
  message: string;
198081
+ } | {
198082
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
198083
+ type: 'credential_being_deleted';
198084
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
198085
+ message: string;
198086
+ } | {
198087
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
198088
+ type: 'credential_deleted';
198089
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
198090
+ message: string;
197829
198091
  };
197830
198092
  } | {
197831
198093
  /** ID of the action attempt. */
@@ -206705,6 +206967,16 @@ type Routes = {
206705
206967
  type: 'encoding_interrupted';
206706
206968
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206707
206969
  message: string;
206970
+ } | {
206971
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
206972
+ type: 'credential_being_deleted';
206973
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206974
+ message: string;
206975
+ } | {
206976
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
206977
+ type: 'credential_deleted';
206978
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206979
+ message: string;
206708
206980
  };
206709
206981
  } | {
206710
206982
  /** ID of the action attempt. */
@@ -208046,6 +208318,16 @@ type Routes = {
208046
208318
  type: 'encoding_interrupted';
208047
208319
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208048
208320
  message: string;
208321
+ } | {
208322
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
208323
+ type: 'credential_being_deleted';
208324
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208325
+ message: string;
208326
+ } | {
208327
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
208328
+ type: 'credential_deleted';
208329
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208330
+ message: string;
208049
208331
  };
208050
208332
  } | {
208051
208333
  /** ID of the action attempt. */
@@ -209493,6 +209775,16 @@ type Routes = {
209493
209775
  type: 'encoding_interrupted';
209494
209776
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209495
209777
  message: string;
209778
+ } | {
209779
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
209780
+ type: 'credential_being_deleted';
209781
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209782
+ message: string;
209783
+ } | {
209784
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
209785
+ type: 'credential_deleted';
209786
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209787
+ message: string;
209496
209788
  };
209497
209789
  } | {
209498
209790
  /** ID of the action attempt. */
@@ -212190,6 +212482,16 @@ type Routes = {
212190
212482
  type: 'encoding_interrupted';
212191
212483
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212192
212484
  message: string;
212485
+ } | {
212486
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
212487
+ type: 'credential_being_deleted';
212488
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212489
+ message: string;
212490
+ } | {
212491
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
212492
+ type: 'credential_deleted';
212493
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212494
+ message: string;
212193
212495
  };
212194
212496
  } | {
212195
212497
  /** ID of the action attempt. */
@@ -213535,6 +213837,16 @@ type Routes = {
213535
213837
  type: 'encoding_interrupted';
213536
213838
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213537
213839
  message: string;
213840
+ } | {
213841
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
213842
+ type: 'credential_being_deleted';
213843
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213844
+ message: string;
213845
+ } | {
213846
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
213847
+ type: 'credential_deleted';
213848
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213849
+ message: string;
213538
213850
  };
213539
213851
  } | {
213540
213852
  /** ID of the action attempt. */
@@ -217571,6 +217883,16 @@ type Routes = {
217571
217883
  type: 'encoding_interrupted';
217572
217884
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217573
217885
  message: string;
217886
+ } | {
217887
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
217888
+ type: 'credential_being_deleted';
217889
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217890
+ message: string;
217891
+ } | {
217892
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
217893
+ type: 'credential_deleted';
217894
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217895
+ message: string;
217574
217896
  };
217575
217897
  } | {
217576
217898
  /** ID of the action attempt. */
@@ -219111,6 +219433,16 @@ type Routes = {
219111
219433
  type: 'encoding_interrupted';
219112
219434
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219113
219435
  message: string;
219436
+ } | {
219437
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
219438
+ type: 'credential_being_deleted';
219439
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219440
+ message: string;
219441
+ } | {
219442
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
219443
+ type: 'credential_deleted';
219444
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219445
+ message: string;
219114
219446
  };
219115
219447
  } | {
219116
219448
  /** ID of the action attempt. */
@@ -220479,6 +220811,16 @@ type Routes = {
220479
220811
  type: 'encoding_interrupted';
220480
220812
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220481
220813
  message: string;
220814
+ } | {
220815
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
220816
+ type: 'credential_being_deleted';
220817
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220818
+ message: string;
220819
+ } | {
220820
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
220821
+ type: 'credential_deleted';
220822
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220823
+ message: string;
220482
220824
  };
220483
220825
  } | {
220484
220826
  /** ID of the action attempt. */
@@ -221959,6 +222301,16 @@ type Routes = {
221959
222301
  type: 'encoding_interrupted';
221960
222302
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
221961
222303
  message: string;
222304
+ } | {
222305
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
222306
+ type: 'credential_being_deleted';
222307
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222308
+ message: string;
222309
+ } | {
222310
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
222311
+ type: 'credential_deleted';
222312
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222313
+ message: string;
221962
222314
  };
221963
222315
  } | {
221964
222316
  /** ID of the action attempt. */
@@ -229610,6 +229962,16 @@ type Routes = {
229610
229962
  type: 'encoding_interrupted';
229611
229963
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229612
229964
  message: string;
229965
+ } | {
229966
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
229967
+ type: 'credential_being_deleted';
229968
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229969
+ message: string;
229970
+ } | {
229971
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
229972
+ type: 'credential_deleted';
229973
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229974
+ message: string;
229613
229975
  };
229614
229976
  } | {
229615
229977
  /** ID of the action attempt. */
@@ -236490,6 +236852,16 @@ type Routes = {
236490
236852
  type: 'encoding_interrupted';
236491
236853
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236492
236854
  message: string;
236855
+ } | {
236856
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
236857
+ type: 'credential_being_deleted';
236858
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236859
+ message: string;
236860
+ } | {
236861
+ /** Error type to indicate that the credential was deleted while encoding was in progress. */
236862
+ type: 'credential_deleted';
236863
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236864
+ message: string;
236493
236865
  };
236494
236866
  } | {
236495
236867
  /** ID of the action attempt. */