@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.
@@ -10719,15 +10719,6 @@ 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
10722
  }>, z.ZodObject<{
10732
10723
  type: z.ZodLiteral<"credential_deleted">;
10733
10724
  message: z.ZodString;
@@ -10768,9 +10759,6 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10768
10759
  } | {
10769
10760
  message: string;
10770
10761
  type: "encoding_interrupted";
10771
- } | {
10772
- message: string;
10773
- type: "credential_being_deleted";
10774
10762
  } | {
10775
10763
  message: string;
10776
10764
  type: "credential_deleted";
@@ -10807,9 +10795,6 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10807
10795
  } | {
10808
10796
  message: string;
10809
10797
  type: "encoding_interrupted";
10810
- } | {
10811
- message: string;
10812
- type: "credential_being_deleted";
10813
10798
  } | {
10814
10799
  message: string;
10815
10800
  type: "credential_deleted";
@@ -22364,15 +22349,6 @@ declare const batch: z.ZodObject<{
22364
22349
  }, {
22365
22350
  message: string;
22366
22351
  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
22352
  }>, z.ZodObject<{
22377
22353
  type: z.ZodLiteral<"credential_deleted">;
22378
22354
  message: z.ZodString;
@@ -22413,9 +22389,6 @@ declare const batch: z.ZodObject<{
22413
22389
  } | {
22414
22390
  message: string;
22415
22391
  type: "encoding_interrupted";
22416
- } | {
22417
- message: string;
22418
- type: "credential_being_deleted";
22419
22392
  } | {
22420
22393
  message: string;
22421
22394
  type: "credential_deleted";
@@ -22452,9 +22425,6 @@ declare const batch: z.ZodObject<{
22452
22425
  } | {
22453
22426
  message: string;
22454
22427
  type: "encoding_interrupted";
22455
- } | {
22456
- message: string;
22457
- type: "credential_being_deleted";
22458
22428
  } | {
22459
22429
  message: string;
22460
22430
  type: "credential_deleted";
@@ -39297,9 +39267,6 @@ declare const batch: z.ZodObject<{
39297
39267
  } | {
39298
39268
  message: string;
39299
39269
  type: "encoding_interrupted";
39300
- } | {
39301
- message: string;
39302
- type: "credential_being_deleted";
39303
39270
  } | {
39304
39271
  message: string;
39305
39272
  type: "credential_deleted";
@@ -44178,9 +44145,6 @@ declare const batch: z.ZodObject<{
44178
44145
  } | {
44179
44146
  message: string;
44180
44147
  type: "encoding_interrupted";
44181
- } | {
44182
- message: string;
44183
- type: "credential_being_deleted";
44184
44148
  } | {
44185
44149
  message: string;
44186
44150
  type: "credential_deleted";
@@ -136917,12 +136881,7 @@ type Routes = {
136917
136881
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136918
136882
  message: string;
136919
136883
  } | {
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. */
136884
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
136926
136885
  type: 'credential_deleted';
136927
136886
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136928
136887
  message: string;
@@ -139330,12 +139289,7 @@ type Routes = {
139330
139289
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139331
139290
  message: string;
139332
139291
  } | {
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. */
139292
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
139339
139293
  type: 'credential_deleted';
139340
139294
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139341
139295
  message: string;
@@ -143440,12 +143394,7 @@ type Routes = {
143440
143394
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143441
143395
  message: string;
143442
143396
  } | {
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. */
143397
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
143449
143398
  type: 'credential_deleted';
143450
143399
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143451
143400
  message: string;
@@ -145889,12 +145838,7 @@ type Routes = {
145889
145838
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145890
145839
  message: string;
145891
145840
  } | {
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. */
145841
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
145898
145842
  type: 'credential_deleted';
145899
145843
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145900
145844
  message: string;
@@ -150537,12 +150481,7 @@ type Routes = {
150537
150481
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150538
150482
  message: string;
150539
150483
  } | {
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. */
150484
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
150546
150485
  type: 'credential_deleted';
150547
150486
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150548
150487
  message: string;
@@ -157171,12 +157110,7 @@ type Routes = {
157171
157110
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157172
157111
  message: string;
157173
157112
  } | {
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. */
157113
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
157180
157114
  type: 'credential_deleted';
157181
157115
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157182
157116
  message: string;
@@ -158624,12 +158558,7 @@ type Routes = {
158624
158558
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158625
158559
  message: string;
158626
158560
  } | {
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. */
158561
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
158633
158562
  type: 'credential_deleted';
158634
158563
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158635
158564
  message: string;
@@ -160539,12 +160468,7 @@ type Routes = {
160539
160468
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160540
160469
  message: string;
160541
160470
  } | {
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. */
160471
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
160548
160472
  type: 'credential_deleted';
160549
160473
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160550
160474
  message: string;
@@ -163921,12 +163845,7 @@ type Routes = {
163921
163845
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163922
163846
  message: string;
163923
163847
  } | {
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. */
163848
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
163930
163849
  type: 'credential_deleted';
163931
163850
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163932
163851
  message: string;
@@ -165267,12 +165186,7 @@ type Routes = {
165267
165186
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165268
165187
  message: string;
165269
165188
  } | {
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. */
165189
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
165276
165190
  type: 'credential_deleted';
165277
165191
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165278
165192
  message: string;
@@ -178154,12 +178068,7 @@ type Routes = {
178154
178068
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178155
178069
  message: string;
178156
178070
  } | {
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. */
178071
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
178163
178072
  type: 'credential_deleted';
178164
178073
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178165
178074
  message: string;
@@ -184866,12 +184775,7 @@ type Routes = {
184866
184775
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184867
184776
  message: string;
184868
184777
  } | {
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. */
184778
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
184875
184779
  type: 'credential_deleted';
184876
184780
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184877
184781
  message: string;
@@ -186213,12 +186117,7 @@ type Routes = {
186213
186117
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186214
186118
  message: string;
186215
186119
  } | {
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. */
186120
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
186222
186121
  type: 'credential_deleted';
186223
186122
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186224
186123
  message: string;
@@ -187558,12 +187457,7 @@ type Routes = {
187558
187457
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187559
187458
  message: string;
187560
187459
  } | {
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. */
187460
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
187567
187461
  type: 'credential_deleted';
187568
187462
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187569
187463
  message: string;
@@ -188905,12 +188799,7 @@ type Routes = {
188905
188799
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188906
188800
  message: string;
188907
188801
  } | {
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. */
188802
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
188914
188803
  type: 'credential_deleted';
188915
188804
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188916
188805
  message: string;
@@ -192961,12 +192850,7 @@ type Routes = {
192961
192850
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192962
192851
  message: string;
192963
192852
  } | {
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. */
192853
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
192970
192854
  type: 'credential_deleted';
192971
192855
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192972
192856
  message: string;
@@ -194327,12 +194211,7 @@ type Routes = {
194327
194211
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194328
194212
  message: string;
194329
194213
  } | {
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. */
194214
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
194336
194215
  type: 'credential_deleted';
194337
194216
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194338
194217
  message: string;
@@ -195749,12 +195628,7 @@ type Routes = {
195749
195628
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195750
195629
  message: string;
195751
195630
  } | {
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. */
195631
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
195758
195632
  type: 'credential_deleted';
195759
195633
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195760
195634
  message: string;
@@ -198079,12 +197953,7 @@ type Routes = {
198079
197953
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
198080
197954
  message: string;
198081
197955
  } | {
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. */
197956
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
198088
197957
  type: 'credential_deleted';
198089
197958
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
198090
197959
  message: string;
@@ -206968,12 +206837,7 @@ type Routes = {
206968
206837
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206969
206838
  message: string;
206970
206839
  } | {
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. */
206840
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
206977
206841
  type: 'credential_deleted';
206978
206842
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206979
206843
  message: string;
@@ -208319,12 +208183,7 @@ type Routes = {
208319
208183
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208320
208184
  message: string;
208321
208185
  } | {
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. */
208186
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
208328
208187
  type: 'credential_deleted';
208329
208188
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208330
208189
  message: string;
@@ -209776,12 +209635,7 @@ type Routes = {
209776
209635
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209777
209636
  message: string;
209778
209637
  } | {
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. */
209638
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
209785
209639
  type: 'credential_deleted';
209786
209640
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209787
209641
  message: string;
@@ -212483,12 +212337,7 @@ type Routes = {
212483
212337
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212484
212338
  message: string;
212485
212339
  } | {
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. */
212340
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
212492
212341
  type: 'credential_deleted';
212493
212342
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212494
212343
  message: string;
@@ -213838,12 +213687,7 @@ type Routes = {
213838
213687
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213839
213688
  message: string;
213840
213689
  } | {
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. */
213690
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
213847
213691
  type: 'credential_deleted';
213848
213692
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213849
213693
  message: string;
@@ -217884,12 +217728,7 @@ type Routes = {
217884
217728
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217885
217729
  message: string;
217886
217730
  } | {
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. */
217731
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
217893
217732
  type: 'credential_deleted';
217894
217733
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217895
217734
  message: string;
@@ -219434,12 +219273,7 @@ type Routes = {
219434
219273
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219435
219274
  message: string;
219436
219275
  } | {
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. */
219276
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
219443
219277
  type: 'credential_deleted';
219444
219278
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219445
219279
  message: string;
@@ -220812,12 +220646,7 @@ type Routes = {
220812
220646
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220813
220647
  message: string;
220814
220648
  } | {
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. */
220649
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
220821
220650
  type: 'credential_deleted';
220822
220651
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220823
220652
  message: string;
@@ -222302,12 +222131,7 @@ type Routes = {
222302
222131
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222303
222132
  message: string;
222304
222133
  } | {
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. */
222134
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
222311
222135
  type: 'credential_deleted';
222312
222136
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222313
222137
  message: string;
@@ -229963,12 +229787,7 @@ type Routes = {
229963
229787
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229964
229788
  message: string;
229965
229789
  } | {
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. */
229790
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
229972
229791
  type: 'credential_deleted';
229973
229792
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229974
229793
  message: string;
@@ -236853,12 +236672,7 @@ type Routes = {
236853
236672
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236854
236673
  message: string;
236855
236674
  } | {
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. */
236675
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
236862
236676
  type: 'credential_deleted';
236863
236677
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236864
236678
  message: string;
package/dist/index.cjs CHANGED
@@ -4411,25 +4411,15 @@ var encoding_interrupted_error = zod.z.object({
4411
4411
  }).describe(
4412
4412
  "Error to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete."
4413
4413
  );
4414
- var credential_being_deleted_error = zod.z.object({
4415
- type: zod.z.literal("credential_being_deleted").describe(
4416
- "Error type to indicate that the credential is being deleted and can no longer be encoded."
4417
- ),
4418
- message: zod.z.string().describe(
4419
- "Detailed description of the error. Provides insights into the issue and potentially how to rectify it."
4420
- )
4421
- }).describe(
4422
- "Error to indicate that the credential is being deleted and can no longer be encoded."
4423
- );
4424
4414
  var credential_deleted_error = zod.z.object({
4425
4415
  type: zod.z.literal("credential_deleted").describe(
4426
- "Error type to indicate that the credential was deleted while encoding was in progress."
4416
+ "Error type to indicate that the credential was deleted and can no longer be encoded."
4427
4417
  ),
4428
4418
  message: zod.z.string().describe(
4429
4419
  "Detailed description of the error. Provides insights into the issue and potentially how to rectify it."
4430
4420
  )
4431
4421
  }).describe(
4432
- "Error to indicate that the credential was deleted while encoding was in progress."
4422
+ "Error to indicate that the credential was deleted and can no longer be encoded."
4433
4423
  );
4434
4424
  var error4 = zod.z.union([
4435
4425
  ...common_action_attempt_errors,
@@ -4440,7 +4430,6 @@ var error4 = zod.z.union([
4440
4430
  encoder_communication_timeout,
4441
4431
  bridge_disconnected_error,
4442
4432
  encoding_interrupted_error,
4443
- credential_being_deleted_error,
4444
4433
  credential_deleted_error
4445
4434
  ]);
4446
4435
  var result4 = acs_credential.or(unmanaged_acs_credential).describe(
@@ -13853,30 +13842,14 @@ var openapi_default = {
13853
13842
  type: "object"
13854
13843
  },
13855
13844
  {
13856
- description: "Error to indicate that the credential is being deleted and can no longer be encoded.",
13857
- properties: {
13858
- message: {
13859
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
13860
- type: "string"
13861
- },
13862
- type: {
13863
- description: "Error type to indicate that the credential is being deleted and can no longer be encoded.",
13864
- enum: ["credential_being_deleted"],
13865
- type: "string"
13866
- }
13867
- },
13868
- required: ["type", "message"],
13869
- type: "object"
13870
- },
13871
- {
13872
- description: "Error to indicate that the credential was deleted while encoding was in progress.",
13845
+ description: "Error to indicate that the credential was deleted and can no longer be encoded.",
13873
13846
  properties: {
13874
13847
  message: {
13875
13848
  description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
13876
13849
  type: "string"
13877
13850
  },
13878
13851
  type: {
13879
- description: "Error type to indicate that the credential was deleted while encoding was in progress.",
13852
+ description: "Error type to indicate that the credential was deleted and can no longer be encoded.",
13880
13853
  enum: ["credential_deleted"],
13881
13854
  type: "string"
13882
13855
  }