@seamapi/types 1.277.0 → 1.278.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.
@@ -2126,7 +2126,21 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2126
2126
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
2127
2127
  latest_desired_state_synced_with_provider_at?: string | undefined;
2128
2128
  }>]>>;
2129
+ warnings: z.ZodArray<z.ZodObject<{
2130
+ warning_code: z.ZodLiteral<"acs_credential_on_encoder_out_of_sync">;
2131
+ warning_message: z.ZodString;
2132
+ }, "strip", z.ZodTypeAny, {
2133
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2134
+ warning_message: string;
2135
+ }, {
2136
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2137
+ warning_message: string;
2138
+ }>, "many">;
2129
2139
  }, "strip", z.ZodTypeAny, {
2140
+ warnings: {
2141
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2142
+ warning_message: string;
2143
+ }[];
2130
2144
  acs_credential_on_encoder: {
2131
2145
  created_at: string | null;
2132
2146
  starts_at: string | null;
@@ -2230,6 +2244,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2230
2244
  latest_desired_state_synced_with_provider_at?: string | undefined;
2231
2245
  } | null;
2232
2246
  }, {
2247
+ warnings: {
2248
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2249
+ warning_message: string;
2250
+ }[];
2233
2251
  acs_credential_on_encoder: {
2234
2252
  created_at: string | null;
2235
2253
  starts_at: string | null;
@@ -2338,6 +2356,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2338
2356
  action_attempt_id: string;
2339
2357
  error: null;
2340
2358
  result: {
2359
+ warnings: {
2360
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2361
+ warning_message: string;
2362
+ }[];
2341
2363
  acs_credential_on_encoder: {
2342
2364
  created_at: string | null;
2343
2365
  starts_at: string | null;
@@ -2447,6 +2469,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2447
2469
  action_attempt_id: string;
2448
2470
  error: null;
2449
2471
  result: {
2472
+ warnings: {
2473
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2474
+ warning_message: string;
2475
+ }[];
2450
2476
  acs_credential_on_encoder: {
2451
2477
  created_at: string | null;
2452
2478
  starts_at: string | null;
@@ -3099,22 +3125,34 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3099
3125
  result: z.ZodNull;
3100
3126
  }>, {
3101
3127
  action_type: z.ZodLiteral<"ENCODE_CARD">;
3102
- error: z.ZodObject<{
3103
- type: z.ZodString;
3128
+ error: z.ZodUnion<[z.ZodObject<{
3129
+ type: z.ZodLiteral<"no_card_on_encoder">;
3104
3130
  message: z.ZodString;
3105
3131
  }, "strip", z.ZodTypeAny, {
3106
3132
  message: string;
3107
- type: string;
3133
+ type: "no_card_on_encoder";
3108
3134
  }, {
3109
3135
  message: string;
3110
- type: string;
3111
- }>;
3136
+ type: "no_card_on_encoder";
3137
+ }>, z.ZodObject<{
3138
+ type: z.ZodLiteral<"incompatible_card_format">;
3139
+ message: z.ZodString;
3140
+ }, "strip", z.ZodTypeAny, {
3141
+ message: string;
3142
+ type: "incompatible_card_format";
3143
+ }, {
3144
+ message: string;
3145
+ type: "incompatible_card_format";
3146
+ }>]>;
3112
3147
  }>, "strip", z.ZodTypeAny, {
3113
3148
  status: "error";
3114
3149
  action_attempt_id: string;
3115
3150
  error: {
3116
3151
  message: string;
3117
- type: string;
3152
+ type: "no_card_on_encoder";
3153
+ } | {
3154
+ message: string;
3155
+ type: "incompatible_card_format";
3118
3156
  };
3119
3157
  result: null;
3120
3158
  action_type: "ENCODE_CARD";
@@ -3123,7 +3161,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3123
3161
  action_attempt_id: string;
3124
3162
  error: {
3125
3163
  message: string;
3126
- type: string;
3164
+ type: "no_card_on_encoder";
3165
+ } | {
3166
+ message: string;
3167
+ type: "incompatible_card_format";
3127
3168
  };
3128
3169
  result: null;
3129
3170
  action_type: "ENCODE_CARD";
@@ -12336,6 +12377,7 @@ declare const _default: {
12336
12377
  properties?: never;
12337
12378
  required?: never;
12338
12379
  type?: never;
12380
+ oneOf?: never;
12339
12381
  };
12340
12382
  result: {
12341
12383
  nullable: boolean;
@@ -12369,11 +12411,13 @@ declare const _default: {
12369
12411
  properties?: never;
12370
12412
  required?: never;
12371
12413
  type?: never;
12414
+ oneOf?: never;
12372
12415
  };
12373
12416
  result: {
12374
12417
  properties: {
12375
12418
  acs_credential_on_encoder?: never;
12376
12419
  acs_credential_on_seam?: never;
12420
+ warnings?: never;
12377
12421
  access_code?: never;
12378
12422
  noise_threshold?: never;
12379
12423
  };
@@ -12415,6 +12459,7 @@ declare const _default: {
12415
12459
  required: string[];
12416
12460
  type: string;
12417
12461
  nullable?: never;
12462
+ oneOf?: never;
12418
12463
  };
12419
12464
  result: {
12420
12465
  nullable: boolean;
@@ -12448,6 +12493,7 @@ declare const _default: {
12448
12493
  properties?: never;
12449
12494
  required?: never;
12450
12495
  type?: never;
12496
+ oneOf?: never;
12451
12497
  };
12452
12498
  result: {
12453
12499
  properties: {
@@ -12699,6 +12745,22 @@ declare const _default: {
12699
12745
  type: string;
12700
12746
  }[];
12701
12747
  };
12748
+ warnings: {
12749
+ items: {
12750
+ properties: {
12751
+ warning_code: {
12752
+ enum: string[];
12753
+ type: string;
12754
+ };
12755
+ warning_message: {
12756
+ type: string;
12757
+ };
12758
+ };
12759
+ required: string[];
12760
+ type: string;
12761
+ };
12762
+ type: string;
12763
+ };
12702
12764
  access_code?: never;
12703
12765
  noise_threshold?: never;
12704
12766
  };
@@ -12740,6 +12802,7 @@ declare const _default: {
12740
12802
  required: string[];
12741
12803
  type: string;
12742
12804
  nullable?: never;
12805
+ oneOf?: never;
12743
12806
  };
12744
12807
  result: {
12745
12808
  nullable: boolean;
@@ -12773,6 +12836,7 @@ declare const _default: {
12773
12836
  properties?: never;
12774
12837
  required?: never;
12775
12838
  type?: never;
12839
+ oneOf?: never;
12776
12840
  };
12777
12841
  result: {
12778
12842
  oneOf: {
@@ -12945,6 +13009,52 @@ declare const _default: {
12945
13009
  };
12946
13010
  required: string[];
12947
13011
  type: string;
13012
+ } | {
13013
+ description: string;
13014
+ properties: {
13015
+ action_attempt_id: {
13016
+ description: string;
13017
+ format: string;
13018
+ type: string;
13019
+ 'x-title': string;
13020
+ };
13021
+ action_type: {
13022
+ enum: string[];
13023
+ type: string;
13024
+ };
13025
+ error: {
13026
+ oneOf: {
13027
+ properties: {
13028
+ message: {
13029
+ type: string;
13030
+ };
13031
+ type: {
13032
+ enum: string[];
13033
+ type: string;
13034
+ };
13035
+ };
13036
+ required: string[];
13037
+ type: string;
13038
+ }[];
13039
+ nullable?: never;
13040
+ properties?: never;
13041
+ required?: never;
13042
+ type?: never;
13043
+ };
13044
+ result: {
13045
+ nullable: boolean;
13046
+ properties?: never;
13047
+ type?: never;
13048
+ required?: never;
13049
+ oneOf?: never;
13050
+ };
13051
+ status: {
13052
+ enum: string[];
13053
+ type: string;
13054
+ };
13055
+ };
13056
+ required: string[];
13057
+ type: string;
12948
13058
  } | {
12949
13059
  properties: {
12950
13060
  action_attempt_id: {
@@ -12962,6 +13072,7 @@ declare const _default: {
12962
13072
  properties?: never;
12963
13073
  required?: never;
12964
13074
  type?: never;
13075
+ oneOf?: never;
12965
13076
  };
12966
13077
  result: {
12967
13078
  nullable: boolean;
@@ -12995,11 +13106,13 @@ declare const _default: {
12995
13106
  properties?: never;
12996
13107
  required?: never;
12997
13108
  type?: never;
13109
+ oneOf?: never;
12998
13110
  };
12999
13111
  result: {
13000
13112
  properties: {
13001
13113
  acs_credential_on_encoder?: never;
13002
13114
  acs_credential_on_seam?: never;
13115
+ warnings?: never;
13003
13116
  access_code?: never;
13004
13117
  noise_threshold?: never;
13005
13118
  };
@@ -13041,6 +13154,7 @@ declare const _default: {
13041
13154
  required: string[];
13042
13155
  type: string;
13043
13156
  nullable?: never;
13157
+ oneOf?: never;
13044
13158
  };
13045
13159
  result: {
13046
13160
  nullable: boolean;
@@ -13074,12 +13188,14 @@ declare const _default: {
13074
13188
  properties?: never;
13075
13189
  required?: never;
13076
13190
  type?: never;
13191
+ oneOf?: never;
13077
13192
  };
13078
13193
  result: {
13079
13194
  properties: {
13080
13195
  access_code: {};
13081
13196
  acs_credential_on_encoder?: never;
13082
13197
  acs_credential_on_seam?: never;
13198
+ warnings?: never;
13083
13199
  noise_threshold?: never;
13084
13200
  };
13085
13201
  type: string;
@@ -13112,12 +13228,14 @@ declare const _default: {
13112
13228
  properties?: never;
13113
13229
  required?: never;
13114
13230
  type?: never;
13231
+ oneOf?: never;
13115
13232
  };
13116
13233
  result: {
13117
13234
  properties: {
13118
13235
  noise_threshold: {};
13119
13236
  acs_credential_on_encoder?: never;
13120
13237
  acs_credential_on_seam?: never;
13238
+ warnings?: never;
13121
13239
  access_code?: never;
13122
13240
  };
13123
13241
  type: string;
@@ -31285,6 +31403,10 @@ interface Routes {
31285
31403
  } | undefined;
31286
31404
  is_managed: false;
31287
31405
  }) | null;
31406
+ warnings: Array<{
31407
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
31408
+ warning_message: string;
31409
+ }>;
31288
31410
  };
31289
31411
  } | {
31290
31412
  /** The ID of the action attempt. */
@@ -31397,7 +31519,10 @@ interface Routes {
31397
31519
  result: null;
31398
31520
  action_type: 'ENCODE_CARD';
31399
31521
  error: {
31400
- type: string;
31522
+ type: 'no_card_on_encoder';
31523
+ message: string;
31524
+ } | {
31525
+ type: 'incompatible_card_format';
31401
31526
  message: string;
31402
31527
  };
31403
31528
  } | {
@@ -32078,6 +32203,10 @@ interface Routes {
32078
32203
  } | undefined;
32079
32204
  is_managed: false;
32080
32205
  }) | null;
32206
+ warnings: Array<{
32207
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
32208
+ warning_message: string;
32209
+ }>;
32081
32210
  };
32082
32211
  } | {
32083
32212
  /** The ID of the action attempt. */
@@ -32190,7 +32319,10 @@ interface Routes {
32190
32319
  result: null;
32191
32320
  action_type: 'ENCODE_CARD';
32192
32321
  error: {
32193
- type: string;
32322
+ type: 'no_card_on_encoder';
32323
+ message: string;
32324
+ } | {
32325
+ type: 'incompatible_card_format';
32194
32326
  message: string;
32195
32327
  };
32196
32328
  } | {
@@ -33028,6 +33160,10 @@ interface Routes {
33028
33160
  } | undefined;
33029
33161
  is_managed: false;
33030
33162
  }) | null;
33163
+ warnings: Array<{
33164
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33165
+ warning_message: string;
33166
+ }>;
33031
33167
  };
33032
33168
  } | {
33033
33169
  /** The ID of the action attempt. */
@@ -33140,7 +33276,10 @@ interface Routes {
33140
33276
  result: null;
33141
33277
  action_type: 'ENCODE_CARD';
33142
33278
  error: {
33143
- type: string;
33279
+ type: 'no_card_on_encoder';
33280
+ message: string;
33281
+ } | {
33282
+ type: 'incompatible_card_format';
33144
33283
  message: string;
33145
33284
  };
33146
33285
  } | {
@@ -33808,6 +33947,10 @@ interface Routes {
33808
33947
  } | undefined;
33809
33948
  is_managed: false;
33810
33949
  }) | null;
33950
+ warnings: Array<{
33951
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33952
+ warning_message: string;
33953
+ }>;
33811
33954
  };
33812
33955
  } | {
33813
33956
  /** The ID of the action attempt. */
@@ -33920,7 +34063,10 @@ interface Routes {
33920
34063
  result: null;
33921
34064
  action_type: 'ENCODE_CARD';
33922
34065
  error: {
33923
- type: string;
34066
+ type: 'no_card_on_encoder';
34067
+ message: string;
34068
+ } | {
34069
+ type: 'incompatible_card_format';
33924
34070
  message: string;
33925
34071
  };
33926
34072
  } | {
@@ -35381,6 +35527,10 @@ interface Routes {
35381
35527
  } | undefined;
35382
35528
  is_managed: false;
35383
35529
  }) | null;
35530
+ warnings: Array<{
35531
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
35532
+ warning_message: string;
35533
+ }>;
35384
35534
  };
35385
35535
  } | {
35386
35536
  /** The ID of the action attempt. */
@@ -35493,7 +35643,10 @@ interface Routes {
35493
35643
  result: null;
35494
35644
  action_type: 'ENCODE_CARD';
35495
35645
  error: {
35496
- type: string;
35646
+ type: 'no_card_on_encoder';
35647
+ message: string;
35648
+ } | {
35649
+ type: 'incompatible_card_format';
35497
35650
  message: string;
35498
35651
  };
35499
35652
  } | {
@@ -36503,6 +36656,10 @@ interface Routes {
36503
36656
  } | undefined;
36504
36657
  is_managed: false;
36505
36658
  }) | null;
36659
+ warnings: Array<{
36660
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
36661
+ warning_message: string;
36662
+ }>;
36506
36663
  };
36507
36664
  } | {
36508
36665
  /** The ID of the action attempt. */
@@ -36615,7 +36772,10 @@ interface Routes {
36615
36772
  result: null;
36616
36773
  action_type: 'ENCODE_CARD';
36617
36774
  error: {
36618
- type: string;
36775
+ type: 'no_card_on_encoder';
36776
+ message: string;
36777
+ } | {
36778
+ type: 'incompatible_card_format';
36619
36779
  message: string;
36620
36780
  };
36621
36781
  } | {
@@ -38324,6 +38484,10 @@ interface Routes {
38324
38484
  } | undefined;
38325
38485
  is_managed: false;
38326
38486
  }) | null;
38487
+ warnings: Array<{
38488
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
38489
+ warning_message: string;
38490
+ }>;
38327
38491
  };
38328
38492
  } | {
38329
38493
  /** The ID of the action attempt. */
@@ -38436,7 +38600,10 @@ interface Routes {
38436
38600
  result: null;
38437
38601
  action_type: 'ENCODE_CARD';
38438
38602
  error: {
38439
- type: string;
38603
+ type: 'no_card_on_encoder';
38604
+ message: string;
38605
+ } | {
38606
+ type: 'incompatible_card_format';
38440
38607
  message: string;
38441
38608
  };
38442
38609
  } | {
@@ -38966,6 +39133,10 @@ interface Routes {
38966
39133
  } | undefined;
38967
39134
  is_managed: false;
38968
39135
  }) | null;
39136
+ warnings: Array<{
39137
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
39138
+ warning_message: string;
39139
+ }>;
38969
39140
  };
38970
39141
  } | {
38971
39142
  /** The ID of the action attempt. */
@@ -39078,7 +39249,10 @@ interface Routes {
39078
39249
  result: null;
39079
39250
  action_type: 'ENCODE_CARD';
39080
39251
  error: {
39081
- type: string;
39252
+ type: 'no_card_on_encoder';
39253
+ message: string;
39254
+ } | {
39255
+ type: 'incompatible_card_format';
39082
39256
  message: string;
39083
39257
  };
39084
39258
  } | {
@@ -43277,6 +43451,10 @@ interface Routes {
43277
43451
  } | undefined;
43278
43452
  is_managed: false;
43279
43453
  }) | null;
43454
+ warnings: Array<{
43455
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
43456
+ warning_message: string;
43457
+ }>;
43280
43458
  };
43281
43459
  } | {
43282
43460
  /** The ID of the action attempt. */
@@ -43389,7 +43567,10 @@ interface Routes {
43389
43567
  result: null;
43390
43568
  action_type: 'ENCODE_CARD';
43391
43569
  error: {
43392
- type: string;
43570
+ type: 'no_card_on_encoder';
43571
+ message: string;
43572
+ } | {
43573
+ type: 'incompatible_card_format';
43393
43574
  message: string;
43394
43575
  };
43395
43576
  } | {
@@ -43920,6 +44101,10 @@ interface Routes {
43920
44101
  } | undefined;
43921
44102
  is_managed: false;
43922
44103
  }) | null;
44104
+ warnings: Array<{
44105
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
44106
+ warning_message: string;
44107
+ }>;
43923
44108
  };
43924
44109
  } | {
43925
44110
  /** The ID of the action attempt. */
@@ -44032,7 +44217,10 @@ interface Routes {
44032
44217
  result: null;
44033
44218
  action_type: 'ENCODE_CARD';
44034
44219
  error: {
44035
- type: string;
44220
+ type: 'no_card_on_encoder';
44221
+ message: string;
44222
+ } | {
44223
+ type: 'incompatible_card_format';
44036
44224
  message: string;
44037
44225
  };
44038
44226
  } | {
@@ -45545,6 +45733,10 @@ interface Routes {
45545
45733
  } | undefined;
45546
45734
  is_managed: false;
45547
45735
  }) | null;
45736
+ warnings: Array<{
45737
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
45738
+ warning_message: string;
45739
+ }>;
45548
45740
  };
45549
45741
  } | {
45550
45742
  /** The ID of the action attempt. */
@@ -45657,7 +45849,10 @@ interface Routes {
45657
45849
  result: null;
45658
45850
  action_type: 'ENCODE_CARD';
45659
45851
  error: {
45660
- type: string;
45852
+ type: 'no_card_on_encoder';
45853
+ message: string;
45854
+ } | {
45855
+ type: 'incompatible_card_format';
45661
45856
  message: string;
45662
45857
  };
45663
45858
  } | {
@@ -46198,6 +46393,10 @@ interface Routes {
46198
46393
  } | undefined;
46199
46394
  is_managed: false;
46200
46395
  }) | null;
46396
+ warnings: Array<{
46397
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
46398
+ warning_message: string;
46399
+ }>;
46201
46400
  };
46202
46401
  } | {
46203
46402
  /** The ID of the action attempt. */
@@ -46310,7 +46509,10 @@ interface Routes {
46310
46509
  result: null;
46311
46510
  action_type: 'ENCODE_CARD';
46312
46511
  error: {
46313
- type: string;
46512
+ type: 'no_card_on_encoder';
46513
+ message: string;
46514
+ } | {
46515
+ type: 'incompatible_card_format';
46314
46516
  message: string;
46315
46517
  };
46316
46518
  } | {
@@ -46890,6 +47092,10 @@ interface Routes {
46890
47092
  } | undefined;
46891
47093
  is_managed: false;
46892
47094
  }) | null;
47095
+ warnings: Array<{
47096
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47097
+ warning_message: string;
47098
+ }>;
46893
47099
  };
46894
47100
  } | {
46895
47101
  /** The ID of the action attempt. */
@@ -47002,7 +47208,10 @@ interface Routes {
47002
47208
  result: null;
47003
47209
  action_type: 'ENCODE_CARD';
47004
47210
  error: {
47005
- type: string;
47211
+ type: 'no_card_on_encoder';
47212
+ message: string;
47213
+ } | {
47214
+ type: 'incompatible_card_format';
47006
47215
  message: string;
47007
47216
  };
47008
47217
  } | {
@@ -47715,6 +47924,10 @@ interface Routes {
47715
47924
  } | undefined;
47716
47925
  is_managed: false;
47717
47926
  }) | null;
47927
+ warnings: Array<{
47928
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47929
+ warning_message: string;
47930
+ }>;
47718
47931
  };
47719
47932
  } | {
47720
47933
  /** The ID of the action attempt. */
@@ -47827,7 +48040,10 @@ interface Routes {
47827
48040
  result: null;
47828
48041
  action_type: 'ENCODE_CARD';
47829
48042
  error: {
47830
- type: string;
48043
+ type: 'no_card_on_encoder';
48044
+ message: string;
48045
+ } | {
48046
+ type: 'incompatible_card_format';
47831
48047
  message: string;
47832
48048
  };
47833
48049
  } | {
@@ -48360,6 +48576,10 @@ interface Routes {
48360
48576
  } | undefined;
48361
48577
  is_managed: false;
48362
48578
  }) | null;
48579
+ warnings: Array<{
48580
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
48581
+ warning_message: string;
48582
+ }>;
48363
48583
  };
48364
48584
  } | {
48365
48585
  /** The ID of the action attempt. */
@@ -48472,7 +48692,10 @@ interface Routes {
48472
48692
  result: null;
48473
48693
  action_type: 'ENCODE_CARD';
48474
48694
  error: {
48475
- type: string;
48695
+ type: 'no_card_on_encoder';
48696
+ message: string;
48697
+ } | {
48698
+ type: 'incompatible_card_format';
48476
48699
  message: string;
48477
48700
  };
48478
48701
  } | {
@@ -49509,6 +49732,10 @@ interface Routes {
49509
49732
  } | undefined;
49510
49733
  is_managed: false;
49511
49734
  }) | null;
49735
+ warnings: Array<{
49736
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
49737
+ warning_message: string;
49738
+ }>;
49512
49739
  };
49513
49740
  } | {
49514
49741
  /** The ID of the action attempt. */
@@ -49621,7 +49848,10 @@ interface Routes {
49621
49848
  result: null;
49622
49849
  action_type: 'ENCODE_CARD';
49623
49850
  error: {
49624
- type: string;
49851
+ type: 'no_card_on_encoder';
49852
+ message: string;
49853
+ } | {
49854
+ type: 'incompatible_card_format';
49625
49855
  message: string;
49626
49856
  };
49627
49857
  } | {
@@ -50156,6 +50386,10 @@ interface Routes {
50156
50386
  } | undefined;
50157
50387
  is_managed: false;
50158
50388
  }) | null;
50389
+ warnings: Array<{
50390
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
50391
+ warning_message: string;
50392
+ }>;
50159
50393
  };
50160
50394
  } | {
50161
50395
  /** The ID of the action attempt. */
@@ -50268,7 +50502,10 @@ interface Routes {
50268
50502
  result: null;
50269
50503
  action_type: 'ENCODE_CARD';
50270
50504
  error: {
50271
- type: string;
50505
+ type: 'no_card_on_encoder';
50506
+ message: string;
50507
+ } | {
50508
+ type: 'incompatible_card_format';
50272
50509
  message: string;
50273
50510
  };
50274
50511
  } | {
@@ -51742,6 +51979,10 @@ interface Routes {
51742
51979
  } | undefined;
51743
51980
  is_managed: false;
51744
51981
  }) | null;
51982
+ warnings: Array<{
51983
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
51984
+ warning_message: string;
51985
+ }>;
51745
51986
  };
51746
51987
  } | {
51747
51988
  /** The ID of the action attempt. */
@@ -51854,7 +52095,10 @@ interface Routes {
51854
52095
  result: null;
51855
52096
  action_type: 'ENCODE_CARD';
51856
52097
  error: {
51857
- type: string;
52098
+ type: 'no_card_on_encoder';
52099
+ message: string;
52100
+ } | {
52101
+ type: 'incompatible_card_format';
51858
52102
  message: string;
51859
52103
  };
51860
52104
  } | {
@@ -52506,6 +52750,10 @@ interface Routes {
52506
52750
  } | undefined;
52507
52751
  is_managed: false;
52508
52752
  }) | null;
52753
+ warnings: Array<{
52754
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
52755
+ warning_message: string;
52756
+ }>;
52509
52757
  };
52510
52758
  } | {
52511
52759
  /** The ID of the action attempt. */
@@ -52618,7 +52866,10 @@ interface Routes {
52618
52866
  result: null;
52619
52867
  action_type: 'ENCODE_CARD';
52620
52868
  error: {
52621
- type: string;
52869
+ type: 'no_card_on_encoder';
52870
+ message: string;
52871
+ } | {
52872
+ type: 'incompatible_card_format';
52622
52873
  message: string;
52623
52874
  };
52624
52875
  } | {
@@ -54677,6 +54928,10 @@ interface Routes {
54677
54928
  } | undefined;
54678
54929
  is_managed: false;
54679
54930
  }) | null;
54931
+ warnings: Array<{
54932
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
54933
+ warning_message: string;
54934
+ }>;
54680
54935
  };
54681
54936
  } | {
54682
54937
  /** The ID of the action attempt. */
@@ -54789,7 +55044,10 @@ interface Routes {
54789
55044
  result: null;
54790
55045
  action_type: 'ENCODE_CARD';
54791
55046
  error: {
54792
- type: string;
55047
+ type: 'no_card_on_encoder';
55048
+ message: string;
55049
+ } | {
55050
+ type: 'incompatible_card_format';
54793
55051
  message: string;
54794
55052
  };
54795
55053
  } | {