@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.
@@ -830,6 +830,16 @@ export type Routes = {
830
830
  type: 'encoding_interrupted';
831
831
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
832
832
  message: string;
833
+ } | {
834
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
835
+ type: 'credential_being_deleted';
836
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
833
843
  };
834
844
  } | {
835
845
  /** ID of the action attempt. */
@@ -3233,6 +3243,16 @@ export type Routes = {
3233
3243
  type: 'encoding_interrupted';
3234
3244
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3235
3245
  message: string;
3246
+ } | {
3247
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
3248
+ type: 'credential_being_deleted';
3249
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
3236
3256
  };
3237
3257
  } | {
3238
3258
  /** ID of the action attempt. */
@@ -7333,6 +7353,16 @@ export type Routes = {
7333
7353
  type: 'encoding_interrupted';
7334
7354
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7335
7355
  message: string;
7356
+ } | {
7357
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
7358
+ type: 'credential_being_deleted';
7359
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
7336
7366
  };
7337
7367
  } | {
7338
7368
  /** ID of the action attempt. */
@@ -9772,6 +9802,16 @@ export type Routes = {
9772
9802
  type: 'encoding_interrupted';
9773
9803
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9774
9804
  message: string;
9805
+ } | {
9806
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
9807
+ type: 'credential_being_deleted';
9808
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
9775
9815
  };
9776
9816
  } | {
9777
9817
  /** ID of the action attempt. */
@@ -14410,6 +14450,16 @@ export type Routes = {
14410
14450
  type: 'encoding_interrupted';
14411
14451
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
14412
14452
  message: string;
14453
+ } | {
14454
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
14455
+ type: 'credential_being_deleted';
14456
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
14413
14463
  };
14414
14464
  } | {
14415
14465
  /** ID of the action attempt. */
@@ -21034,6 +21084,16 @@ export type Routes = {
21034
21084
  type: 'encoding_interrupted';
21035
21085
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
21036
21086
  message: string;
21087
+ } | {
21088
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
21089
+ type: 'credential_being_deleted';
21090
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
21037
21097
  };
21038
21098
  } | {
21039
21099
  /** ID of the action attempt. */
@@ -22477,6 +22537,16 @@ export type Routes = {
22477
22537
  type: 'encoding_interrupted';
22478
22538
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
22479
22539
  message: string;
22540
+ } | {
22541
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
22542
+ type: 'credential_being_deleted';
22543
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
22480
22550
  };
22481
22551
  } | {
22482
22552
  /** ID of the action attempt. */
@@ -24382,6 +24452,16 @@ export type Routes = {
24382
24452
  type: 'encoding_interrupted';
24383
24453
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
24384
24454
  message: string;
24455
+ } | {
24456
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
24457
+ type: 'credential_being_deleted';
24458
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
24385
24465
  };
24386
24466
  } | {
24387
24467
  /** ID of the action attempt. */
@@ -27754,6 +27834,16 @@ export type Routes = {
27754
27834
  type: 'encoding_interrupted';
27755
27835
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27756
27836
  message: string;
27837
+ } | {
27838
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
27839
+ type: 'credential_being_deleted';
27840
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
27757
27847
  };
27758
27848
  } | {
27759
27849
  /** ID of the action attempt. */
@@ -29090,6 +29180,16 @@ export type Routes = {
29090
29180
  type: 'encoding_interrupted';
29091
29181
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
29092
29182
  message: string;
29183
+ } | {
29184
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
29185
+ type: 'credential_being_deleted';
29186
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
29093
29193
  };
29094
29194
  } | {
29095
29195
  /** ID of the action attempt. */
@@ -41967,6 +42067,16 @@ export type Routes = {
41967
42067
  type: 'encoding_interrupted';
41968
42068
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
41969
42069
  message: string;
42070
+ } | {
42071
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
42072
+ type: 'credential_being_deleted';
42073
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
41970
42080
  };
41971
42081
  } | {
41972
42082
  /** ID of the action attempt. */
@@ -48669,6 +48779,16 @@ export type Routes = {
48669
48779
  type: 'encoding_interrupted';
48670
48780
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
48671
48781
  message: string;
48782
+ } | {
48783
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
48784
+ type: 'credential_being_deleted';
48785
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
48672
48792
  };
48673
48793
  } | {
48674
48794
  /** ID of the action attempt. */
@@ -50006,6 +50126,16 @@ export type Routes = {
50006
50126
  type: 'encoding_interrupted';
50007
50127
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
50008
50128
  message: string;
50129
+ } | {
50130
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
50131
+ type: 'credential_being_deleted';
50132
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
50009
50139
  };
50010
50140
  } | {
50011
50141
  /** ID of the action attempt. */
@@ -51341,6 +51471,16 @@ export type Routes = {
51341
51471
  type: 'encoding_interrupted';
51342
51472
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
51343
51473
  message: string;
51474
+ } | {
51475
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
51476
+ type: 'credential_being_deleted';
51477
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
51344
51484
  };
51345
51485
  } | {
51346
51486
  /** ID of the action attempt. */
@@ -52678,6 +52818,16 @@ export type Routes = {
52678
52818
  type: 'encoding_interrupted';
52679
52819
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
52680
52820
  message: string;
52821
+ } | {
52822
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
52823
+ type: 'credential_being_deleted';
52824
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
52681
52831
  };
52682
52832
  } | {
52683
52833
  /** ID of the action attempt. */
@@ -56724,6 +56874,16 @@ export type Routes = {
56724
56874
  type: 'encoding_interrupted';
56725
56875
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
56726
56876
  message: string;
56877
+ } | {
56878
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
56879
+ type: 'credential_being_deleted';
56880
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
56727
56887
  };
56728
56888
  } | {
56729
56889
  /** ID of the action attempt. */
@@ -58080,6 +58240,16 @@ export type Routes = {
58080
58240
  type: 'encoding_interrupted';
58081
58241
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58082
58242
  message: string;
58243
+ } | {
58244
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
58245
+ type: 'credential_being_deleted';
58246
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
58083
58253
  };
58084
58254
  } | {
58085
58255
  /** ID of the action attempt. */
@@ -59492,6 +59662,16 @@ export type Routes = {
59492
59662
  type: 'encoding_interrupted';
59493
59663
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
59494
59664
  message: string;
59665
+ } | {
59666
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
59667
+ type: 'credential_being_deleted';
59668
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
59495
59675
  };
59496
59676
  } | {
59497
59677
  /** ID of the action attempt. */
@@ -61812,6 +61992,16 @@ export type Routes = {
61812
61992
  type: 'encoding_interrupted';
61813
61993
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
61814
61994
  message: string;
61995
+ } | {
61996
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
61997
+ type: 'credential_being_deleted';
61998
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
61815
62005
  };
61816
62006
  } | {
61817
62007
  /** ID of the action attempt. */
@@ -70691,6 +70881,16 @@ export type Routes = {
70691
70881
  type: 'encoding_interrupted';
70692
70882
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70693
70883
  message: string;
70884
+ } | {
70885
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
70886
+ type: 'credential_being_deleted';
70887
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
70694
70894
  };
70695
70895
  } | {
70696
70896
  /** ID of the action attempt. */
@@ -72032,6 +72232,16 @@ export type Routes = {
72032
72232
  type: 'encoding_interrupted';
72033
72233
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72034
72234
  message: string;
72235
+ } | {
72236
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
72237
+ type: 'credential_being_deleted';
72238
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
72035
72245
  };
72036
72246
  } | {
72037
72247
  /** ID of the action attempt. */
@@ -73479,6 +73689,16 @@ export type Routes = {
73479
73689
  type: 'encoding_interrupted';
73480
73690
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73481
73691
  message: string;
73692
+ } | {
73693
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
73694
+ type: 'credential_being_deleted';
73695
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
73482
73702
  };
73483
73703
  } | {
73484
73704
  /** ID of the action attempt. */
@@ -76176,6 +76396,16 @@ export type Routes = {
76176
76396
  type: 'encoding_interrupted';
76177
76397
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
76178
76398
  message: string;
76399
+ } | {
76400
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
76401
+ type: 'credential_being_deleted';
76402
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
76179
76409
  };
76180
76410
  } | {
76181
76411
  /** ID of the action attempt. */
@@ -77521,6 +77751,16 @@ export type Routes = {
77521
77751
  type: 'encoding_interrupted';
77522
77752
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
77523
77753
  message: string;
77754
+ } | {
77755
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
77756
+ type: 'credential_being_deleted';
77757
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
77524
77764
  };
77525
77765
  } | {
77526
77766
  /** ID of the action attempt. */
@@ -81557,6 +81797,16 @@ export type Routes = {
81557
81797
  type: 'encoding_interrupted';
81558
81798
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
81559
81799
  message: string;
81800
+ } | {
81801
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
81802
+ type: 'credential_being_deleted';
81803
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
81560
81810
  };
81561
81811
  } | {
81562
81812
  /** ID of the action attempt. */
@@ -83097,6 +83347,16 @@ export type Routes = {
83097
83347
  type: 'encoding_interrupted';
83098
83348
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83099
83349
  message: string;
83350
+ } | {
83351
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
83352
+ type: 'credential_being_deleted';
83353
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
83100
83360
  };
83101
83361
  } | {
83102
83362
  /** ID of the action attempt. */
@@ -84465,6 +84725,16 @@ export type Routes = {
84465
84725
  type: 'encoding_interrupted';
84466
84726
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84467
84727
  message: string;
84728
+ } | {
84729
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
84730
+ type: 'credential_being_deleted';
84731
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
84468
84738
  };
84469
84739
  } | {
84470
84740
  /** ID of the action attempt. */
@@ -85945,6 +86215,16 @@ export type Routes = {
85945
86215
  type: 'encoding_interrupted';
85946
86216
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85947
86217
  message: string;
86218
+ } | {
86219
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
86220
+ type: 'credential_being_deleted';
86221
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
85948
86228
  };
85949
86229
  } | {
85950
86230
  /** ID of the action attempt. */
@@ -93596,6 +93876,16 @@ export type Routes = {
93596
93876
  type: 'encoding_interrupted';
93597
93877
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
93598
93878
  message: string;
93879
+ } | {
93880
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
93881
+ type: 'credential_being_deleted';
93882
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
93599
93889
  };
93600
93890
  } | {
93601
93891
  /** ID of the action attempt. */
@@ -100476,6 +100766,16 @@ export type Routes = {
100476
100766
  type: 'encoding_interrupted';
100477
100767
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100478
100768
  message: string;
100769
+ } | {
100770
+ /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
100771
+ type: 'credential_being_deleted';
100772
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
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;
100479
100779
  };
100480
100780
  } | {
100481
100781
  /** ID of the action attempt. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.788.0",
3
+ "version": "1.790.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -124,6 +124,40 @@ const encoding_interrupted_error = z
124
124
  'Error to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete.',
125
125
  )
126
126
 
127
+ const credential_being_deleted_error = z
128
+ .object({
129
+ type: z
130
+ .literal('credential_being_deleted')
131
+ .describe(
132
+ 'Error type to indicate that the credential is being deleted and can no longer be encoded.',
133
+ ),
134
+ message: z
135
+ .string()
136
+ .describe(
137
+ 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
138
+ ),
139
+ })
140
+ .describe(
141
+ 'Error to indicate that the credential is being deleted and can no longer be encoded.',
142
+ )
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
+
127
161
  const error = z.union([
128
162
  ...common_action_attempt_errors,
129
163
  no_credential_on_encoder_error,
@@ -133,6 +167,8 @@ const error = z.union([
133
167
  encoder_communication_timeout,
134
168
  bridge_disconnected_error,
135
169
  encoding_interrupted_error,
170
+ credential_being_deleted_error,
171
+ credential_deleted_error,
136
172
  ])
137
173
 
138
174
  const result = acs_credential
@@ -8153,6 +8153,44 @@ export default {
8153
8153
  required: ['type', 'message'],
8154
8154
  type: 'object',
8155
8155
  },
8156
+ {
8157
+ description:
8158
+ 'Error to indicate that the credential is being deleted and can no longer be encoded.',
8159
+ properties: {
8160
+ message: {
8161
+ description:
8162
+ 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
8163
+ type: 'string',
8164
+ },
8165
+ type: {
8166
+ description:
8167
+ 'Error type to indicate that the credential is being deleted and can no longer be encoded.',
8168
+ enum: ['credential_being_deleted'],
8169
+ type: 'string',
8170
+ },
8171
+ },
8172
+ required: ['type', 'message'],
8173
+ type: 'object',
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
+ },
8156
8194
  ],
8157
8195
  },
8158
8196
  result: {