@seamapi/types 1.277.0 → 1.279.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;
@@ -30704,6 +30822,9 @@ declare const _default: {
30704
30822
  webview_primary_button_color: {
30705
30823
  type: string;
30706
30824
  };
30825
+ webview_primary_button_text_color: {
30826
+ type: string;
30827
+ };
30707
30828
  };
30708
30829
  required: string[];
30709
30830
  type: string;
@@ -31285,6 +31406,10 @@ interface Routes {
31285
31406
  } | undefined;
31286
31407
  is_managed: false;
31287
31408
  }) | null;
31409
+ warnings: Array<{
31410
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
31411
+ warning_message: string;
31412
+ }>;
31288
31413
  };
31289
31414
  } | {
31290
31415
  /** The ID of the action attempt. */
@@ -31397,7 +31522,10 @@ interface Routes {
31397
31522
  result: null;
31398
31523
  action_type: 'ENCODE_CARD';
31399
31524
  error: {
31400
- type: string;
31525
+ type: 'no_card_on_encoder';
31526
+ message: string;
31527
+ } | {
31528
+ type: 'incompatible_card_format';
31401
31529
  message: string;
31402
31530
  };
31403
31531
  } | {
@@ -32078,6 +32206,10 @@ interface Routes {
32078
32206
  } | undefined;
32079
32207
  is_managed: false;
32080
32208
  }) | null;
32209
+ warnings: Array<{
32210
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
32211
+ warning_message: string;
32212
+ }>;
32081
32213
  };
32082
32214
  } | {
32083
32215
  /** The ID of the action attempt. */
@@ -32190,7 +32322,10 @@ interface Routes {
32190
32322
  result: null;
32191
32323
  action_type: 'ENCODE_CARD';
32192
32324
  error: {
32193
- type: string;
32325
+ type: 'no_card_on_encoder';
32326
+ message: string;
32327
+ } | {
32328
+ type: 'incompatible_card_format';
32194
32329
  message: string;
32195
32330
  };
32196
32331
  } | {
@@ -33028,6 +33163,10 @@ interface Routes {
33028
33163
  } | undefined;
33029
33164
  is_managed: false;
33030
33165
  }) | null;
33166
+ warnings: Array<{
33167
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33168
+ warning_message: string;
33169
+ }>;
33031
33170
  };
33032
33171
  } | {
33033
33172
  /** The ID of the action attempt. */
@@ -33140,7 +33279,10 @@ interface Routes {
33140
33279
  result: null;
33141
33280
  action_type: 'ENCODE_CARD';
33142
33281
  error: {
33143
- type: string;
33282
+ type: 'no_card_on_encoder';
33283
+ message: string;
33284
+ } | {
33285
+ type: 'incompatible_card_format';
33144
33286
  message: string;
33145
33287
  };
33146
33288
  } | {
@@ -33808,6 +33950,10 @@ interface Routes {
33808
33950
  } | undefined;
33809
33951
  is_managed: false;
33810
33952
  }) | null;
33953
+ warnings: Array<{
33954
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33955
+ warning_message: string;
33956
+ }>;
33811
33957
  };
33812
33958
  } | {
33813
33959
  /** The ID of the action attempt. */
@@ -33920,7 +34066,10 @@ interface Routes {
33920
34066
  result: null;
33921
34067
  action_type: 'ENCODE_CARD';
33922
34068
  error: {
33923
- type: string;
34069
+ type: 'no_card_on_encoder';
34070
+ message: string;
34071
+ } | {
34072
+ type: 'incompatible_card_format';
33924
34073
  message: string;
33925
34074
  };
33926
34075
  } | {
@@ -35381,6 +35530,10 @@ interface Routes {
35381
35530
  } | undefined;
35382
35531
  is_managed: false;
35383
35532
  }) | null;
35533
+ warnings: Array<{
35534
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
35535
+ warning_message: string;
35536
+ }>;
35384
35537
  };
35385
35538
  } | {
35386
35539
  /** The ID of the action attempt. */
@@ -35493,7 +35646,10 @@ interface Routes {
35493
35646
  result: null;
35494
35647
  action_type: 'ENCODE_CARD';
35495
35648
  error: {
35496
- type: string;
35649
+ type: 'no_card_on_encoder';
35650
+ message: string;
35651
+ } | {
35652
+ type: 'incompatible_card_format';
35497
35653
  message: string;
35498
35654
  };
35499
35655
  } | {
@@ -36503,6 +36659,10 @@ interface Routes {
36503
36659
  } | undefined;
36504
36660
  is_managed: false;
36505
36661
  }) | null;
36662
+ warnings: Array<{
36663
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
36664
+ warning_message: string;
36665
+ }>;
36506
36666
  };
36507
36667
  } | {
36508
36668
  /** The ID of the action attempt. */
@@ -36615,7 +36775,10 @@ interface Routes {
36615
36775
  result: null;
36616
36776
  action_type: 'ENCODE_CARD';
36617
36777
  error: {
36618
- type: string;
36778
+ type: 'no_card_on_encoder';
36779
+ message: string;
36780
+ } | {
36781
+ type: 'incompatible_card_format';
36619
36782
  message: string;
36620
36783
  };
36621
36784
  } | {
@@ -38324,6 +38487,10 @@ interface Routes {
38324
38487
  } | undefined;
38325
38488
  is_managed: false;
38326
38489
  }) | null;
38490
+ warnings: Array<{
38491
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
38492
+ warning_message: string;
38493
+ }>;
38327
38494
  };
38328
38495
  } | {
38329
38496
  /** The ID of the action attempt. */
@@ -38436,7 +38603,10 @@ interface Routes {
38436
38603
  result: null;
38437
38604
  action_type: 'ENCODE_CARD';
38438
38605
  error: {
38439
- type: string;
38606
+ type: 'no_card_on_encoder';
38607
+ message: string;
38608
+ } | {
38609
+ type: 'incompatible_card_format';
38440
38610
  message: string;
38441
38611
  };
38442
38612
  } | {
@@ -38966,6 +39136,10 @@ interface Routes {
38966
39136
  } | undefined;
38967
39137
  is_managed: false;
38968
39138
  }) | null;
39139
+ warnings: Array<{
39140
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
39141
+ warning_message: string;
39142
+ }>;
38969
39143
  };
38970
39144
  } | {
38971
39145
  /** The ID of the action attempt. */
@@ -39078,7 +39252,10 @@ interface Routes {
39078
39252
  result: null;
39079
39253
  action_type: 'ENCODE_CARD';
39080
39254
  error: {
39081
- type: string;
39255
+ type: 'no_card_on_encoder';
39256
+ message: string;
39257
+ } | {
39258
+ type: 'incompatible_card_format';
39082
39259
  message: string;
39083
39260
  };
39084
39261
  } | {
@@ -43277,6 +43454,10 @@ interface Routes {
43277
43454
  } | undefined;
43278
43455
  is_managed: false;
43279
43456
  }) | null;
43457
+ warnings: Array<{
43458
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
43459
+ warning_message: string;
43460
+ }>;
43280
43461
  };
43281
43462
  } | {
43282
43463
  /** The ID of the action attempt. */
@@ -43389,7 +43570,10 @@ interface Routes {
43389
43570
  result: null;
43390
43571
  action_type: 'ENCODE_CARD';
43391
43572
  error: {
43392
- type: string;
43573
+ type: 'no_card_on_encoder';
43574
+ message: string;
43575
+ } | {
43576
+ type: 'incompatible_card_format';
43393
43577
  message: string;
43394
43578
  };
43395
43579
  } | {
@@ -43920,6 +44104,10 @@ interface Routes {
43920
44104
  } | undefined;
43921
44105
  is_managed: false;
43922
44106
  }) | null;
44107
+ warnings: Array<{
44108
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
44109
+ warning_message: string;
44110
+ }>;
43923
44111
  };
43924
44112
  } | {
43925
44113
  /** The ID of the action attempt. */
@@ -44032,7 +44220,10 @@ interface Routes {
44032
44220
  result: null;
44033
44221
  action_type: 'ENCODE_CARD';
44034
44222
  error: {
44035
- type: string;
44223
+ type: 'no_card_on_encoder';
44224
+ message: string;
44225
+ } | {
44226
+ type: 'incompatible_card_format';
44036
44227
  message: string;
44037
44228
  };
44038
44229
  } | {
@@ -45545,6 +45736,10 @@ interface Routes {
45545
45736
  } | undefined;
45546
45737
  is_managed: false;
45547
45738
  }) | null;
45739
+ warnings: Array<{
45740
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
45741
+ warning_message: string;
45742
+ }>;
45548
45743
  };
45549
45744
  } | {
45550
45745
  /** The ID of the action attempt. */
@@ -45657,7 +45852,10 @@ interface Routes {
45657
45852
  result: null;
45658
45853
  action_type: 'ENCODE_CARD';
45659
45854
  error: {
45660
- type: string;
45855
+ type: 'no_card_on_encoder';
45856
+ message: string;
45857
+ } | {
45858
+ type: 'incompatible_card_format';
45661
45859
  message: string;
45662
45860
  };
45663
45861
  } | {
@@ -46198,6 +46396,10 @@ interface Routes {
46198
46396
  } | undefined;
46199
46397
  is_managed: false;
46200
46398
  }) | null;
46399
+ warnings: Array<{
46400
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
46401
+ warning_message: string;
46402
+ }>;
46201
46403
  };
46202
46404
  } | {
46203
46405
  /** The ID of the action attempt. */
@@ -46310,7 +46512,10 @@ interface Routes {
46310
46512
  result: null;
46311
46513
  action_type: 'ENCODE_CARD';
46312
46514
  error: {
46313
- type: string;
46515
+ type: 'no_card_on_encoder';
46516
+ message: string;
46517
+ } | {
46518
+ type: 'incompatible_card_format';
46314
46519
  message: string;
46315
46520
  };
46316
46521
  } | {
@@ -46890,6 +47095,10 @@ interface Routes {
46890
47095
  } | undefined;
46891
47096
  is_managed: false;
46892
47097
  }) | null;
47098
+ warnings: Array<{
47099
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47100
+ warning_message: string;
47101
+ }>;
46893
47102
  };
46894
47103
  } | {
46895
47104
  /** The ID of the action attempt. */
@@ -47002,7 +47211,10 @@ interface Routes {
47002
47211
  result: null;
47003
47212
  action_type: 'ENCODE_CARD';
47004
47213
  error: {
47005
- type: string;
47214
+ type: 'no_card_on_encoder';
47215
+ message: string;
47216
+ } | {
47217
+ type: 'incompatible_card_format';
47006
47218
  message: string;
47007
47219
  };
47008
47220
  } | {
@@ -47715,6 +47927,10 @@ interface Routes {
47715
47927
  } | undefined;
47716
47928
  is_managed: false;
47717
47929
  }) | null;
47930
+ warnings: Array<{
47931
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47932
+ warning_message: string;
47933
+ }>;
47718
47934
  };
47719
47935
  } | {
47720
47936
  /** The ID of the action attempt. */
@@ -47827,7 +48043,10 @@ interface Routes {
47827
48043
  result: null;
47828
48044
  action_type: 'ENCODE_CARD';
47829
48045
  error: {
47830
- type: string;
48046
+ type: 'no_card_on_encoder';
48047
+ message: string;
48048
+ } | {
48049
+ type: 'incompatible_card_format';
47831
48050
  message: string;
47832
48051
  };
47833
48052
  } | {
@@ -48360,6 +48579,10 @@ interface Routes {
48360
48579
  } | undefined;
48361
48580
  is_managed: false;
48362
48581
  }) | null;
48582
+ warnings: Array<{
48583
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
48584
+ warning_message: string;
48585
+ }>;
48363
48586
  };
48364
48587
  } | {
48365
48588
  /** The ID of the action attempt. */
@@ -48472,7 +48695,10 @@ interface Routes {
48472
48695
  result: null;
48473
48696
  action_type: 'ENCODE_CARD';
48474
48697
  error: {
48475
- type: string;
48698
+ type: 'no_card_on_encoder';
48699
+ message: string;
48700
+ } | {
48701
+ type: 'incompatible_card_format';
48476
48702
  message: string;
48477
48703
  };
48478
48704
  } | {
@@ -49509,6 +49735,10 @@ interface Routes {
49509
49735
  } | undefined;
49510
49736
  is_managed: false;
49511
49737
  }) | null;
49738
+ warnings: Array<{
49739
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
49740
+ warning_message: string;
49741
+ }>;
49512
49742
  };
49513
49743
  } | {
49514
49744
  /** The ID of the action attempt. */
@@ -49621,7 +49851,10 @@ interface Routes {
49621
49851
  result: null;
49622
49852
  action_type: 'ENCODE_CARD';
49623
49853
  error: {
49624
- type: string;
49854
+ type: 'no_card_on_encoder';
49855
+ message: string;
49856
+ } | {
49857
+ type: 'incompatible_card_format';
49625
49858
  message: string;
49626
49859
  };
49627
49860
  } | {
@@ -50156,6 +50389,10 @@ interface Routes {
50156
50389
  } | undefined;
50157
50390
  is_managed: false;
50158
50391
  }) | null;
50392
+ warnings: Array<{
50393
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
50394
+ warning_message: string;
50395
+ }>;
50159
50396
  };
50160
50397
  } | {
50161
50398
  /** The ID of the action attempt. */
@@ -50268,7 +50505,10 @@ interface Routes {
50268
50505
  result: null;
50269
50506
  action_type: 'ENCODE_CARD';
50270
50507
  error: {
50271
- type: string;
50508
+ type: 'no_card_on_encoder';
50509
+ message: string;
50510
+ } | {
50511
+ type: 'incompatible_card_format';
50272
50512
  message: string;
50273
50513
  };
50274
50514
  } | {
@@ -51742,6 +51982,10 @@ interface Routes {
51742
51982
  } | undefined;
51743
51983
  is_managed: false;
51744
51984
  }) | null;
51985
+ warnings: Array<{
51986
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
51987
+ warning_message: string;
51988
+ }>;
51745
51989
  };
51746
51990
  } | {
51747
51991
  /** The ID of the action attempt. */
@@ -51854,7 +52098,10 @@ interface Routes {
51854
52098
  result: null;
51855
52099
  action_type: 'ENCODE_CARD';
51856
52100
  error: {
51857
- type: string;
52101
+ type: 'no_card_on_encoder';
52102
+ message: string;
52103
+ } | {
52104
+ type: 'incompatible_card_format';
51858
52105
  message: string;
51859
52106
  };
51860
52107
  } | {
@@ -52506,6 +52753,10 @@ interface Routes {
52506
52753
  } | undefined;
52507
52754
  is_managed: false;
52508
52755
  }) | null;
52756
+ warnings: Array<{
52757
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
52758
+ warning_message: string;
52759
+ }>;
52509
52760
  };
52510
52761
  } | {
52511
52762
  /** The ID of the action attempt. */
@@ -52618,7 +52869,10 @@ interface Routes {
52618
52869
  result: null;
52619
52870
  action_type: 'ENCODE_CARD';
52620
52871
  error: {
52621
- type: string;
52872
+ type: 'no_card_on_encoder';
52873
+ message: string;
52874
+ } | {
52875
+ type: 'incompatible_card_format';
52622
52876
  message: string;
52623
52877
  };
52624
52878
  } | {
@@ -54445,6 +54699,7 @@ interface Routes {
54445
54699
  connect_partner_name?: ((string | null) | null) | undefined;
54446
54700
  is_sandbox?: boolean;
54447
54701
  webview_primary_button_color?: string | undefined;
54702
+ webview_primary_button_text_color?: string | undefined;
54448
54703
  webview_logo_shape?: ('circle' | 'square') | undefined;
54449
54704
  };
54450
54705
  commonParams: {};
@@ -54677,6 +54932,10 @@ interface Routes {
54677
54932
  } | undefined;
54678
54933
  is_managed: false;
54679
54934
  }) | null;
54935
+ warnings: Array<{
54936
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
54937
+ warning_message: string;
54938
+ }>;
54680
54939
  };
54681
54940
  } | {
54682
54941
  /** The ID of the action attempt. */
@@ -54789,7 +55048,10 @@ interface Routes {
54789
55048
  result: null;
54790
55049
  action_type: 'ENCODE_CARD';
54791
55050
  error: {
54792
- type: string;
55051
+ type: 'no_card_on_encoder';
55052
+ message: string;
55053
+ } | {
55054
+ type: 'incompatible_card_format';
54793
55055
  message: string;
54794
55056
  };
54795
55057
  } | {