@seamapi/types 1.789.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.
@@ -10720,14 +10720,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10720
10720
  message: string;
10721
10721
  type: "encoding_interrupted";
10722
10722
  }>, z.ZodObject<{
10723
- type: z.ZodLiteral<"credential_being_deleted">;
10723
+ type: z.ZodLiteral<"credential_deleted">;
10724
10724
  message: z.ZodString;
10725
10725
  }, "strip", z.ZodTypeAny, {
10726
10726
  message: string;
10727
- type: "credential_being_deleted";
10727
+ type: "credential_deleted";
10728
10728
  }, {
10729
10729
  message: string;
10730
- type: "credential_being_deleted";
10730
+ type: "credential_deleted";
10731
10731
  }>]>;
10732
10732
  }, "strip", z.ZodTypeAny, {
10733
10733
  status: "error";
@@ -10761,7 +10761,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10761
10761
  type: "encoding_interrupted";
10762
10762
  } | {
10763
10763
  message: string;
10764
- type: "credential_being_deleted";
10764
+ type: "credential_deleted";
10765
10765
  };
10766
10766
  result: null;
10767
10767
  action_type: "ENCODE_CREDENTIAL";
@@ -10797,7 +10797,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10797
10797
  type: "encoding_interrupted";
10798
10798
  } | {
10799
10799
  message: string;
10800
- type: "credential_being_deleted";
10800
+ type: "credential_deleted";
10801
10801
  };
10802
10802
  result: null;
10803
10803
  action_type: "ENCODE_CREDENTIAL";
@@ -22350,14 +22350,14 @@ declare const batch: z.ZodObject<{
22350
22350
  message: string;
22351
22351
  type: "encoding_interrupted";
22352
22352
  }>, z.ZodObject<{
22353
- type: z.ZodLiteral<"credential_being_deleted">;
22353
+ type: z.ZodLiteral<"credential_deleted">;
22354
22354
  message: z.ZodString;
22355
22355
  }, "strip", z.ZodTypeAny, {
22356
22356
  message: string;
22357
- type: "credential_being_deleted";
22357
+ type: "credential_deleted";
22358
22358
  }, {
22359
22359
  message: string;
22360
- type: "credential_being_deleted";
22360
+ type: "credential_deleted";
22361
22361
  }>]>;
22362
22362
  }, "strip", z.ZodTypeAny, {
22363
22363
  status: "error";
@@ -22391,7 +22391,7 @@ declare const batch: z.ZodObject<{
22391
22391
  type: "encoding_interrupted";
22392
22392
  } | {
22393
22393
  message: string;
22394
- type: "credential_being_deleted";
22394
+ type: "credential_deleted";
22395
22395
  };
22396
22396
  result: null;
22397
22397
  action_type: "ENCODE_CREDENTIAL";
@@ -22427,7 +22427,7 @@ declare const batch: z.ZodObject<{
22427
22427
  type: "encoding_interrupted";
22428
22428
  } | {
22429
22429
  message: string;
22430
- type: "credential_being_deleted";
22430
+ type: "credential_deleted";
22431
22431
  };
22432
22432
  result: null;
22433
22433
  action_type: "ENCODE_CREDENTIAL";
@@ -39269,7 +39269,7 @@ declare const batch: z.ZodObject<{
39269
39269
  type: "encoding_interrupted";
39270
39270
  } | {
39271
39271
  message: string;
39272
- type: "credential_being_deleted";
39272
+ type: "credential_deleted";
39273
39273
  };
39274
39274
  result: null;
39275
39275
  action_type: "ENCODE_CREDENTIAL";
@@ -44147,7 +44147,7 @@ declare const batch: z.ZodObject<{
44147
44147
  type: "encoding_interrupted";
44148
44148
  } | {
44149
44149
  message: string;
44150
- type: "credential_being_deleted";
44150
+ type: "credential_deleted";
44151
44151
  };
44152
44152
  result: null;
44153
44153
  action_type: "ENCODE_CREDENTIAL";
@@ -136881,8 +136881,8 @@ type Routes = {
136881
136881
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136882
136882
  message: string;
136883
136883
  } | {
136884
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
136885
- type: 'credential_being_deleted';
136884
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
136885
+ type: 'credential_deleted';
136886
136886
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136887
136887
  message: string;
136888
136888
  };
@@ -139289,8 +139289,8 @@ type Routes = {
139289
139289
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139290
139290
  message: string;
139291
139291
  } | {
139292
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
139293
- type: 'credential_being_deleted';
139292
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
139293
+ type: 'credential_deleted';
139294
139294
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139295
139295
  message: string;
139296
139296
  };
@@ -143394,8 +143394,8 @@ type Routes = {
143394
143394
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143395
143395
  message: string;
143396
143396
  } | {
143397
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
143398
- type: 'credential_being_deleted';
143397
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
143398
+ type: 'credential_deleted';
143399
143399
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143400
143400
  message: string;
143401
143401
  };
@@ -145838,8 +145838,8 @@ type Routes = {
145838
145838
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145839
145839
  message: string;
145840
145840
  } | {
145841
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
145842
- type: 'credential_being_deleted';
145841
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
145842
+ type: 'credential_deleted';
145843
145843
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
145844
145844
  message: string;
145845
145845
  };
@@ -150481,8 +150481,8 @@ type Routes = {
150481
150481
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150482
150482
  message: string;
150483
150483
  } | {
150484
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
150485
- type: 'credential_being_deleted';
150484
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
150485
+ type: 'credential_deleted';
150486
150486
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150487
150487
  message: string;
150488
150488
  };
@@ -157110,8 +157110,8 @@ type Routes = {
157110
157110
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157111
157111
  message: string;
157112
157112
  } | {
157113
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
157114
- type: 'credential_being_deleted';
157113
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
157114
+ type: 'credential_deleted';
157115
157115
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157116
157116
  message: string;
157117
157117
  };
@@ -158558,8 +158558,8 @@ type Routes = {
158558
158558
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158559
158559
  message: string;
158560
158560
  } | {
158561
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
158562
- type: 'credential_being_deleted';
158561
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
158562
+ type: 'credential_deleted';
158563
158563
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158564
158564
  message: string;
158565
158565
  };
@@ -160468,8 +160468,8 @@ type Routes = {
160468
160468
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160469
160469
  message: string;
160470
160470
  } | {
160471
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
160472
- type: 'credential_being_deleted';
160471
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
160472
+ type: 'credential_deleted';
160473
160473
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
160474
160474
  message: string;
160475
160475
  };
@@ -163845,8 +163845,8 @@ type Routes = {
163845
163845
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163846
163846
  message: string;
163847
163847
  } | {
163848
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
163849
- type: 'credential_being_deleted';
163848
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
163849
+ type: 'credential_deleted';
163850
163850
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163851
163851
  message: string;
163852
163852
  };
@@ -165186,8 +165186,8 @@ type Routes = {
165186
165186
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165187
165187
  message: string;
165188
165188
  } | {
165189
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
165190
- type: 'credential_being_deleted';
165189
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
165190
+ type: 'credential_deleted';
165191
165191
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
165192
165192
  message: string;
165193
165193
  };
@@ -178068,8 +178068,8 @@ type Routes = {
178068
178068
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178069
178069
  message: string;
178070
178070
  } | {
178071
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
178072
- type: 'credential_being_deleted';
178071
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
178072
+ type: 'credential_deleted';
178073
178073
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
178074
178074
  message: string;
178075
178075
  };
@@ -184775,8 +184775,8 @@ type Routes = {
184775
184775
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184776
184776
  message: string;
184777
184777
  } | {
184778
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
184779
- type: 'credential_being_deleted';
184778
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
184779
+ type: 'credential_deleted';
184780
184780
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184781
184781
  message: string;
184782
184782
  };
@@ -186117,8 +186117,8 @@ type Routes = {
186117
186117
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186118
186118
  message: string;
186119
186119
  } | {
186120
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
186121
- type: 'credential_being_deleted';
186120
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
186121
+ type: 'credential_deleted';
186122
186122
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186123
186123
  message: string;
186124
186124
  };
@@ -187457,8 +187457,8 @@ type Routes = {
187457
187457
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187458
187458
  message: string;
187459
187459
  } | {
187460
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
187461
- type: 'credential_being_deleted';
187460
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
187461
+ type: 'credential_deleted';
187462
187462
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187463
187463
  message: string;
187464
187464
  };
@@ -188799,8 +188799,8 @@ type Routes = {
188799
188799
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188800
188800
  message: string;
188801
188801
  } | {
188802
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
188803
- type: 'credential_being_deleted';
188802
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
188803
+ type: 'credential_deleted';
188804
188804
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
188805
188805
  message: string;
188806
188806
  };
@@ -192850,8 +192850,8 @@ type Routes = {
192850
192850
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192851
192851
  message: string;
192852
192852
  } | {
192853
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
192854
- type: 'credential_being_deleted';
192853
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
192854
+ type: 'credential_deleted';
192855
192855
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192856
192856
  message: string;
192857
192857
  };
@@ -194211,8 +194211,8 @@ type Routes = {
194211
194211
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194212
194212
  message: string;
194213
194213
  } | {
194214
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
194215
- type: 'credential_being_deleted';
194214
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
194215
+ type: 'credential_deleted';
194216
194216
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194217
194217
  message: string;
194218
194218
  };
@@ -195628,8 +195628,8 @@ type Routes = {
195628
195628
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195629
195629
  message: string;
195630
195630
  } | {
195631
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
195632
- type: 'credential_being_deleted';
195631
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
195632
+ type: 'credential_deleted';
195633
195633
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195634
195634
  message: string;
195635
195635
  };
@@ -197953,8 +197953,8 @@ type Routes = {
197953
197953
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
197954
197954
  message: string;
197955
197955
  } | {
197956
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
197957
- type: 'credential_being_deleted';
197956
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
197957
+ type: 'credential_deleted';
197958
197958
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
197959
197959
  message: string;
197960
197960
  };
@@ -206837,8 +206837,8 @@ type Routes = {
206837
206837
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206838
206838
  message: string;
206839
206839
  } | {
206840
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
206841
- type: 'credential_being_deleted';
206840
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
206841
+ type: 'credential_deleted';
206842
206842
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206843
206843
  message: string;
206844
206844
  };
@@ -208183,8 +208183,8 @@ type Routes = {
208183
208183
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208184
208184
  message: string;
208185
208185
  } | {
208186
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
208187
- type: 'credential_being_deleted';
208186
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
208187
+ type: 'credential_deleted';
208188
208188
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
208189
208189
  message: string;
208190
208190
  };
@@ -209635,8 +209635,8 @@ type Routes = {
209635
209635
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209636
209636
  message: string;
209637
209637
  } | {
209638
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
209639
- type: 'credential_being_deleted';
209638
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
209639
+ type: 'credential_deleted';
209640
209640
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209641
209641
  message: string;
209642
209642
  };
@@ -212337,8 +212337,8 @@ type Routes = {
212337
212337
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212338
212338
  message: string;
212339
212339
  } | {
212340
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
212341
- type: 'credential_being_deleted';
212340
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
212341
+ type: 'credential_deleted';
212342
212342
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
212343
212343
  message: string;
212344
212344
  };
@@ -213687,8 +213687,8 @@ type Routes = {
213687
213687
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213688
213688
  message: string;
213689
213689
  } | {
213690
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
213691
- type: 'credential_being_deleted';
213690
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
213691
+ type: 'credential_deleted';
213692
213692
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
213693
213693
  message: string;
213694
213694
  };
@@ -217728,8 +217728,8 @@ type Routes = {
217728
217728
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217729
217729
  message: string;
217730
217730
  } | {
217731
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
217732
- type: 'credential_being_deleted';
217731
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
217732
+ type: 'credential_deleted';
217733
217733
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217734
217734
  message: string;
217735
217735
  };
@@ -219273,8 +219273,8 @@ type Routes = {
219273
219273
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219274
219274
  message: string;
219275
219275
  } | {
219276
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
219277
- type: 'credential_being_deleted';
219276
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
219277
+ type: 'credential_deleted';
219278
219278
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219279
219279
  message: string;
219280
219280
  };
@@ -220646,8 +220646,8 @@ type Routes = {
220646
220646
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220647
220647
  message: string;
220648
220648
  } | {
220649
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
220650
- type: 'credential_being_deleted';
220649
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
220650
+ type: 'credential_deleted';
220651
220651
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220652
220652
  message: string;
220653
220653
  };
@@ -222131,8 +222131,8 @@ type Routes = {
222131
222131
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222132
222132
  message: string;
222133
222133
  } | {
222134
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
222135
- type: 'credential_being_deleted';
222134
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
222135
+ type: 'credential_deleted';
222136
222136
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
222137
222137
  message: string;
222138
222138
  };
@@ -229787,8 +229787,8 @@ type Routes = {
229787
229787
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229788
229788
  message: string;
229789
229789
  } | {
229790
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
229791
- type: 'credential_being_deleted';
229790
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
229791
+ type: 'credential_deleted';
229792
229792
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
229793
229793
  message: string;
229794
229794
  };
@@ -236672,8 +236672,8 @@ type Routes = {
236672
236672
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236673
236673
  message: string;
236674
236674
  } | {
236675
- /** Error type to indicate that the credential is being deleted and can no longer be encoded. */
236676
- type: 'credential_being_deleted';
236675
+ /** Error type to indicate that the credential was deleted and can no longer be encoded. */
236676
+ type: 'credential_deleted';
236677
236677
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
236678
236678
  message: string;
236679
236679
  };
package/dist/index.cjs CHANGED
@@ -4411,15 +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."
4414
+ var credential_deleted_error = zod.z.object({
4415
+ type: zod.z.literal("credential_deleted").describe(
4416
+ "Error type to indicate that the credential was deleted and can no longer be encoded."
4417
4417
  ),
4418
4418
  message: zod.z.string().describe(
4419
4419
  "Detailed description of the error. Provides insights into the issue and potentially how to rectify it."
4420
4420
  )
4421
4421
  }).describe(
4422
- "Error to indicate that the credential is being deleted and can no longer be encoded."
4422
+ "Error to indicate that the credential was deleted and can no longer be encoded."
4423
4423
  );
4424
4424
  var error4 = zod.z.union([
4425
4425
  ...common_action_attempt_errors,
@@ -4430,7 +4430,7 @@ var error4 = zod.z.union([
4430
4430
  encoder_communication_timeout,
4431
4431
  bridge_disconnected_error,
4432
4432
  encoding_interrupted_error,
4433
- credential_being_deleted_error
4433
+ credential_deleted_error
4434
4434
  ]);
4435
4435
  var result4 = acs_credential.or(unmanaged_acs_credential).describe(
4436
4436
  "Result of an encoding attempt. If the attempt was successful, includes the credential data that was encoded onto the card."
@@ -13842,15 +13842,15 @@ var openapi_default = {
13842
13842
  type: "object"
13843
13843
  },
13844
13844
  {
13845
- description: "Error to indicate that the credential is being deleted and can no longer be encoded.",
13845
+ description: "Error to indicate that the credential was deleted and can no longer be encoded.",
13846
13846
  properties: {
13847
13847
  message: {
13848
13848
  description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
13849
13849
  type: "string"
13850
13850
  },
13851
13851
  type: {
13852
- description: "Error type to indicate that the credential is being deleted and can no longer be encoded.",
13853
- enum: ["credential_being_deleted"],
13852
+ description: "Error type to indicate that the credential was deleted and can no longer be encoded.",
13853
+ enum: ["credential_deleted"],
13854
13854
  type: "string"
13855
13855
  }
13856
13856
  },