@seamapi/types 1.790.0 → 1.791.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +4 -31
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +30 -216
- package/dist/index.cjs +4 -31
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +0 -15
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +0 -15
- package/lib/seam/connect/models/action-attempts/encode-credential.js +2 -13
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +0 -21
- package/lib/seam/connect/openapi.js +2 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +30 -180
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +2 -20
- package/src/lib/seam/connect/openapi.ts +2 -21
- package/src/lib/seam/connect/route-types.ts +30 -210
|
@@ -831,12 +831,7 @@ export type Routes = {
|
|
|
831
831
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
832
832
|
message: string;
|
|
833
833
|
} | {
|
|
834
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
834
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
840
835
|
type: 'credential_deleted';
|
|
841
836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
842
837
|
message: string;
|
|
@@ -3244,12 +3239,7 @@ export type Routes = {
|
|
|
3244
3239
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3245
3240
|
message: string;
|
|
3246
3241
|
} | {
|
|
3247
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
3242
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
3253
3243
|
type: 'credential_deleted';
|
|
3254
3244
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3255
3245
|
message: string;
|
|
@@ -7354,12 +7344,7 @@ export type Routes = {
|
|
|
7354
7344
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7355
7345
|
message: string;
|
|
7356
7346
|
} | {
|
|
7357
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
7347
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
7363
7348
|
type: 'credential_deleted';
|
|
7364
7349
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7365
7350
|
message: string;
|
|
@@ -9803,12 +9788,7 @@ export type Routes = {
|
|
|
9803
9788
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9804
9789
|
message: string;
|
|
9805
9790
|
} | {
|
|
9806
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
9791
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
9812
9792
|
type: 'credential_deleted';
|
|
9813
9793
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9814
9794
|
message: string;
|
|
@@ -14451,12 +14431,7 @@ export type Routes = {
|
|
|
14451
14431
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14452
14432
|
message: string;
|
|
14453
14433
|
} | {
|
|
14454
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
14434
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
14460
14435
|
type: 'credential_deleted';
|
|
14461
14436
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14462
14437
|
message: string;
|
|
@@ -21085,12 +21060,7 @@ export type Routes = {
|
|
|
21085
21060
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21086
21061
|
message: string;
|
|
21087
21062
|
} | {
|
|
21088
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
21063
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
21094
21064
|
type: 'credential_deleted';
|
|
21095
21065
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21096
21066
|
message: string;
|
|
@@ -22538,12 +22508,7 @@ export type Routes = {
|
|
|
22538
22508
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22539
22509
|
message: string;
|
|
22540
22510
|
} | {
|
|
22541
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
22511
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
22547
22512
|
type: 'credential_deleted';
|
|
22548
22513
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22549
22514
|
message: string;
|
|
@@ -24453,12 +24418,7 @@ export type Routes = {
|
|
|
24453
24418
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24454
24419
|
message: string;
|
|
24455
24420
|
} | {
|
|
24456
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
24421
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
24462
24422
|
type: 'credential_deleted';
|
|
24463
24423
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24464
24424
|
message: string;
|
|
@@ -27835,12 +27795,7 @@ export type Routes = {
|
|
|
27835
27795
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27836
27796
|
message: string;
|
|
27837
27797
|
} | {
|
|
27838
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
27798
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
27844
27799
|
type: 'credential_deleted';
|
|
27845
27800
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27846
27801
|
message: string;
|
|
@@ -29181,12 +29136,7 @@ export type Routes = {
|
|
|
29181
29136
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29182
29137
|
message: string;
|
|
29183
29138
|
} | {
|
|
29184
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
29139
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
29190
29140
|
type: 'credential_deleted';
|
|
29191
29141
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29192
29142
|
message: string;
|
|
@@ -42068,12 +42018,7 @@ export type Routes = {
|
|
|
42068
42018
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42069
42019
|
message: string;
|
|
42070
42020
|
} | {
|
|
42071
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
42021
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
42077
42022
|
type: 'credential_deleted';
|
|
42078
42023
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42079
42024
|
message: string;
|
|
@@ -48780,12 +48725,7 @@ export type Routes = {
|
|
|
48780
48725
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48781
48726
|
message: string;
|
|
48782
48727
|
} | {
|
|
48783
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
48728
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
48789
48729
|
type: 'credential_deleted';
|
|
48790
48730
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48791
48731
|
message: string;
|
|
@@ -50127,12 +50067,7 @@ export type Routes = {
|
|
|
50127
50067
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50128
50068
|
message: string;
|
|
50129
50069
|
} | {
|
|
50130
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
50070
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
50136
50071
|
type: 'credential_deleted';
|
|
50137
50072
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50138
50073
|
message: string;
|
|
@@ -51472,12 +51407,7 @@ export type Routes = {
|
|
|
51472
51407
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51473
51408
|
message: string;
|
|
51474
51409
|
} | {
|
|
51475
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
51410
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
51481
51411
|
type: 'credential_deleted';
|
|
51482
51412
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51483
51413
|
message: string;
|
|
@@ -52819,12 +52749,7 @@ export type Routes = {
|
|
|
52819
52749
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52820
52750
|
message: string;
|
|
52821
52751
|
} | {
|
|
52822
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
52752
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
52828
52753
|
type: 'credential_deleted';
|
|
52829
52754
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52830
52755
|
message: string;
|
|
@@ -56875,12 +56800,7 @@ export type Routes = {
|
|
|
56875
56800
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56876
56801
|
message: string;
|
|
56877
56802
|
} | {
|
|
56878
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
56803
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
56884
56804
|
type: 'credential_deleted';
|
|
56885
56805
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56886
56806
|
message: string;
|
|
@@ -58241,12 +58161,7 @@ export type Routes = {
|
|
|
58241
58161
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58242
58162
|
message: string;
|
|
58243
58163
|
} | {
|
|
58244
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
58164
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
58250
58165
|
type: 'credential_deleted';
|
|
58251
58166
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58252
58167
|
message: string;
|
|
@@ -59663,12 +59578,7 @@ export type Routes = {
|
|
|
59663
59578
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59664
59579
|
message: string;
|
|
59665
59580
|
} | {
|
|
59666
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
59581
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
59672
59582
|
type: 'credential_deleted';
|
|
59673
59583
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59674
59584
|
message: string;
|
|
@@ -61993,12 +61903,7 @@ export type Routes = {
|
|
|
61993
61903
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61994
61904
|
message: string;
|
|
61995
61905
|
} | {
|
|
61996
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
61906
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
62002
61907
|
type: 'credential_deleted';
|
|
62003
61908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62004
61909
|
message: string;
|
|
@@ -70882,12 +70787,7 @@ export type Routes = {
|
|
|
70882
70787
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70883
70788
|
message: string;
|
|
70884
70789
|
} | {
|
|
70885
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
70790
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
70891
70791
|
type: 'credential_deleted';
|
|
70892
70792
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70893
70793
|
message: string;
|
|
@@ -72233,12 +72133,7 @@ export type Routes = {
|
|
|
72233
72133
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72234
72134
|
message: string;
|
|
72235
72135
|
} | {
|
|
72236
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
72136
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
72242
72137
|
type: 'credential_deleted';
|
|
72243
72138
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72244
72139
|
message: string;
|
|
@@ -73690,12 +73585,7 @@ export type Routes = {
|
|
|
73690
73585
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73691
73586
|
message: string;
|
|
73692
73587
|
} | {
|
|
73693
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
73588
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
73699
73589
|
type: 'credential_deleted';
|
|
73700
73590
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73701
73591
|
message: string;
|
|
@@ -76397,12 +76287,7 @@ export type Routes = {
|
|
|
76397
76287
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76398
76288
|
message: string;
|
|
76399
76289
|
} | {
|
|
76400
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
76290
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
76406
76291
|
type: 'credential_deleted';
|
|
76407
76292
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76408
76293
|
message: string;
|
|
@@ -77752,12 +77637,7 @@ export type Routes = {
|
|
|
77752
77637
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77753
77638
|
message: string;
|
|
77754
77639
|
} | {
|
|
77755
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
77640
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
77761
77641
|
type: 'credential_deleted';
|
|
77762
77642
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77763
77643
|
message: string;
|
|
@@ -81798,12 +81678,7 @@ export type Routes = {
|
|
|
81798
81678
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81799
81679
|
message: string;
|
|
81800
81680
|
} | {
|
|
81801
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
81681
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
81807
81682
|
type: 'credential_deleted';
|
|
81808
81683
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81809
81684
|
message: string;
|
|
@@ -83348,12 +83223,7 @@ export type Routes = {
|
|
|
83348
83223
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83349
83224
|
message: string;
|
|
83350
83225
|
} | {
|
|
83351
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
83226
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
83357
83227
|
type: 'credential_deleted';
|
|
83358
83228
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83359
83229
|
message: string;
|
|
@@ -84726,12 +84596,7 @@ export type Routes = {
|
|
|
84726
84596
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84727
84597
|
message: string;
|
|
84728
84598
|
} | {
|
|
84729
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
84599
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
84735
84600
|
type: 'credential_deleted';
|
|
84736
84601
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84737
84602
|
message: string;
|
|
@@ -86216,12 +86081,7 @@ export type Routes = {
|
|
|
86216
86081
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86217
86082
|
message: string;
|
|
86218
86083
|
} | {
|
|
86219
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
86084
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
86225
86085
|
type: 'credential_deleted';
|
|
86226
86086
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86227
86087
|
message: string;
|
|
@@ -93877,12 +93737,7 @@ export type Routes = {
|
|
|
93877
93737
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93878
93738
|
message: string;
|
|
93879
93739
|
} | {
|
|
93880
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
93740
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
93886
93741
|
type: 'credential_deleted';
|
|
93887
93742
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
93888
93743
|
message: string;
|
|
@@ -100767,12 +100622,7 @@ export type Routes = {
|
|
|
100767
100622
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100768
100623
|
message: string;
|
|
100769
100624
|
} | {
|
|
100770
|
-
/** Error type to indicate that the credential
|
|
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. */
|
|
100625
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
100776
100626
|
type: 'credential_deleted';
|
|
100777
100627
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100778
100628
|
message: string;
|
package/package.json
CHANGED
|
@@ -124,29 +124,12 @@ 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
127
|
const credential_deleted_error = z
|
|
145
128
|
.object({
|
|
146
129
|
type: z
|
|
147
130
|
.literal('credential_deleted')
|
|
148
131
|
.describe(
|
|
149
|
-
'Error type to indicate that the credential was deleted
|
|
132
|
+
'Error type to indicate that the credential was deleted and can no longer be encoded.',
|
|
150
133
|
),
|
|
151
134
|
message: z
|
|
152
135
|
.string()
|
|
@@ -155,7 +138,7 @@ const credential_deleted_error = z
|
|
|
155
138
|
),
|
|
156
139
|
})
|
|
157
140
|
.describe(
|
|
158
|
-
'Error to indicate that the credential was deleted
|
|
141
|
+
'Error to indicate that the credential was deleted and can no longer be encoded.',
|
|
159
142
|
)
|
|
160
143
|
|
|
161
144
|
const error = z.union([
|
|
@@ -167,7 +150,6 @@ const error = z.union([
|
|
|
167
150
|
encoder_communication_timeout,
|
|
168
151
|
bridge_disconnected_error,
|
|
169
152
|
encoding_interrupted_error,
|
|
170
|
-
credential_being_deleted_error,
|
|
171
153
|
credential_deleted_error,
|
|
172
154
|
])
|
|
173
155
|
|
|
@@ -8155,7 +8155,7 @@ export default {
|
|
|
8155
8155
|
},
|
|
8156
8156
|
{
|
|
8157
8157
|
description:
|
|
8158
|
-
'Error to indicate that the credential
|
|
8158
|
+
'Error to indicate that the credential was deleted and can no longer be encoded.',
|
|
8159
8159
|
properties: {
|
|
8160
8160
|
message: {
|
|
8161
8161
|
description:
|
|
@@ -8164,26 +8164,7 @@ export default {
|
|
|
8164
8164
|
},
|
|
8165
8165
|
type: {
|
|
8166
8166
|
description:
|
|
8167
|
-
'Error type to indicate that the credential
|
|
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.',
|
|
8167
|
+
'Error type to indicate that the credential was deleted and can no longer be encoded.',
|
|
8187
8168
|
enum: ['credential_deleted'],
|
|
8188
8169
|
type: 'string',
|
|
8189
8170
|
},
|