@seamapi/types 1.770.0 → 1.772.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.
@@ -9571,14 +9571,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
9571
9571
  message: string;
9572
9572
  type: "encoder_not_online";
9573
9573
  }>, z.ZodObject<{
9574
- type: z.ZodLiteral<"encoder_timeout_error">;
9574
+ type: z.ZodLiteral<"encoder_communication_timeout">;
9575
9575
  message: z.ZodString;
9576
9576
  }, "strip", z.ZodTypeAny, {
9577
9577
  message: string;
9578
- type: "encoder_timeout_error";
9578
+ type: "encoder_communication_timeout";
9579
9579
  }, {
9580
9580
  message: string;
9581
- type: "encoder_timeout_error";
9581
+ type: "encoder_communication_timeout";
9582
9582
  }>, z.ZodObject<{
9583
9583
  type: z.ZodLiteral<"bridge_disconnected">;
9584
9584
  message: z.ZodString;
@@ -9606,7 +9606,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
9606
9606
  type: "encoder_not_online";
9607
9607
  } | {
9608
9608
  message: string;
9609
- type: "encoder_timeout_error";
9609
+ type: "encoder_communication_timeout";
9610
9610
  } | {
9611
9611
  message: string;
9612
9612
  type: "bridge_disconnected";
@@ -9630,7 +9630,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
9630
9630
  type: "encoder_not_online";
9631
9631
  } | {
9632
9632
  message: string;
9633
- type: "encoder_timeout_error";
9633
+ type: "encoder_communication_timeout";
9634
9634
  } | {
9635
9635
  message: string;
9636
9636
  type: "bridge_disconnected";
@@ -10645,14 +10645,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10645
10645
  message: string;
10646
10646
  type: "encoder_not_online";
10647
10647
  }>, z.ZodObject<{
10648
- type: z.ZodLiteral<"encoder_timeout_error">;
10648
+ type: z.ZodLiteral<"encoder_communication_timeout">;
10649
10649
  message: z.ZodString;
10650
10650
  }, "strip", z.ZodTypeAny, {
10651
10651
  message: string;
10652
- type: "encoder_timeout_error";
10652
+ type: "encoder_communication_timeout";
10653
10653
  }, {
10654
10654
  message: string;
10655
- type: "encoder_timeout_error";
10655
+ type: "encoder_communication_timeout";
10656
10656
  }>, z.ZodObject<{
10657
10657
  type: z.ZodLiteral<"bridge_disconnected">;
10658
10658
  message: z.ZodString;
@@ -10662,6 +10662,15 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10662
10662
  }, {
10663
10663
  message: string;
10664
10664
  type: "bridge_disconnected";
10665
+ }>, z.ZodObject<{
10666
+ type: z.ZodLiteral<"encoding_interrupted">;
10667
+ message: z.ZodString;
10668
+ }, "strip", z.ZodTypeAny, {
10669
+ message: string;
10670
+ type: "encoding_interrupted";
10671
+ }, {
10672
+ message: string;
10673
+ type: "encoding_interrupted";
10665
10674
  }>]>;
10666
10675
  }, "strip", z.ZodTypeAny, {
10667
10676
  status: "error";
@@ -10686,10 +10695,13 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10686
10695
  type: "encoder_not_online";
10687
10696
  } | {
10688
10697
  message: string;
10689
- type: "encoder_timeout_error";
10698
+ type: "encoder_communication_timeout";
10690
10699
  } | {
10691
10700
  message: string;
10692
10701
  type: "bridge_disconnected";
10702
+ } | {
10703
+ message: string;
10704
+ type: "encoding_interrupted";
10693
10705
  };
10694
10706
  result: null;
10695
10707
  action_type: "ENCODE_CREDENTIAL";
@@ -10716,10 +10728,13 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
10716
10728
  type: "encoder_not_online";
10717
10729
  } | {
10718
10730
  message: string;
10719
- type: "encoder_timeout_error";
10731
+ type: "encoder_communication_timeout";
10720
10732
  } | {
10721
10733
  message: string;
10722
10734
  type: "bridge_disconnected";
10735
+ } | {
10736
+ message: string;
10737
+ type: "encoding_interrupted";
10723
10738
  };
10724
10739
  result: null;
10725
10740
  action_type: "ENCODE_CREDENTIAL";
@@ -21132,14 +21147,14 @@ declare const batch: z.ZodObject<{
21132
21147
  message: string;
21133
21148
  type: "encoder_not_online";
21134
21149
  }>, z.ZodObject<{
21135
- type: z.ZodLiteral<"encoder_timeout_error">;
21150
+ type: z.ZodLiteral<"encoder_communication_timeout">;
21136
21151
  message: z.ZodString;
21137
21152
  }, "strip", z.ZodTypeAny, {
21138
21153
  message: string;
21139
- type: "encoder_timeout_error";
21154
+ type: "encoder_communication_timeout";
21140
21155
  }, {
21141
21156
  message: string;
21142
- type: "encoder_timeout_error";
21157
+ type: "encoder_communication_timeout";
21143
21158
  }>, z.ZodObject<{
21144
21159
  type: z.ZodLiteral<"bridge_disconnected">;
21145
21160
  message: z.ZodString;
@@ -21167,7 +21182,7 @@ declare const batch: z.ZodObject<{
21167
21182
  type: "encoder_not_online";
21168
21183
  } | {
21169
21184
  message: string;
21170
- type: "encoder_timeout_error";
21185
+ type: "encoder_communication_timeout";
21171
21186
  } | {
21172
21187
  message: string;
21173
21188
  type: "bridge_disconnected";
@@ -21191,7 +21206,7 @@ declare const batch: z.ZodObject<{
21191
21206
  type: "encoder_not_online";
21192
21207
  } | {
21193
21208
  message: string;
21194
- type: "encoder_timeout_error";
21209
+ type: "encoder_communication_timeout";
21195
21210
  } | {
21196
21211
  message: string;
21197
21212
  type: "bridge_disconnected";
@@ -22206,14 +22221,14 @@ declare const batch: z.ZodObject<{
22206
22221
  message: string;
22207
22222
  type: "encoder_not_online";
22208
22223
  }>, z.ZodObject<{
22209
- type: z.ZodLiteral<"encoder_timeout_error">;
22224
+ type: z.ZodLiteral<"encoder_communication_timeout">;
22210
22225
  message: z.ZodString;
22211
22226
  }, "strip", z.ZodTypeAny, {
22212
22227
  message: string;
22213
- type: "encoder_timeout_error";
22228
+ type: "encoder_communication_timeout";
22214
22229
  }, {
22215
22230
  message: string;
22216
- type: "encoder_timeout_error";
22231
+ type: "encoder_communication_timeout";
22217
22232
  }>, z.ZodObject<{
22218
22233
  type: z.ZodLiteral<"bridge_disconnected">;
22219
22234
  message: z.ZodString;
@@ -22223,6 +22238,15 @@ declare const batch: z.ZodObject<{
22223
22238
  }, {
22224
22239
  message: string;
22225
22240
  type: "bridge_disconnected";
22241
+ }>, z.ZodObject<{
22242
+ type: z.ZodLiteral<"encoding_interrupted">;
22243
+ message: z.ZodString;
22244
+ }, "strip", z.ZodTypeAny, {
22245
+ message: string;
22246
+ type: "encoding_interrupted";
22247
+ }, {
22248
+ message: string;
22249
+ type: "encoding_interrupted";
22226
22250
  }>]>;
22227
22251
  }, "strip", z.ZodTypeAny, {
22228
22252
  status: "error";
@@ -22247,10 +22271,13 @@ declare const batch: z.ZodObject<{
22247
22271
  type: "encoder_not_online";
22248
22272
  } | {
22249
22273
  message: string;
22250
- type: "encoder_timeout_error";
22274
+ type: "encoder_communication_timeout";
22251
22275
  } | {
22252
22276
  message: string;
22253
22277
  type: "bridge_disconnected";
22278
+ } | {
22279
+ message: string;
22280
+ type: "encoding_interrupted";
22254
22281
  };
22255
22282
  result: null;
22256
22283
  action_type: "ENCODE_CREDENTIAL";
@@ -22277,10 +22304,13 @@ declare const batch: z.ZodObject<{
22277
22304
  type: "encoder_not_online";
22278
22305
  } | {
22279
22306
  message: string;
22280
- type: "encoder_timeout_error";
22307
+ type: "encoder_communication_timeout";
22281
22308
  } | {
22282
22309
  message: string;
22283
22310
  type: "bridge_disconnected";
22311
+ } | {
22312
+ message: string;
22313
+ type: "encoding_interrupted";
22284
22314
  };
22285
22315
  result: null;
22286
22316
  action_type: "ENCODE_CREDENTIAL";
@@ -39071,10 +39101,13 @@ declare const batch: z.ZodObject<{
39071
39101
  type: "encoder_not_online";
39072
39102
  } | {
39073
39103
  message: string;
39074
- type: "encoder_timeout_error";
39104
+ type: "encoder_communication_timeout";
39075
39105
  } | {
39076
39106
  message: string;
39077
39107
  type: "bridge_disconnected";
39108
+ } | {
39109
+ message: string;
39110
+ type: "encoding_interrupted";
39078
39111
  };
39079
39112
  result: null;
39080
39113
  action_type: "ENCODE_CREDENTIAL";
@@ -39343,7 +39376,7 @@ declare const batch: z.ZodObject<{
39343
39376
  type: "encoder_not_online";
39344
39377
  } | {
39345
39378
  message: string;
39346
- type: "encoder_timeout_error";
39379
+ type: "encoder_communication_timeout";
39347
39380
  } | {
39348
39381
  message: string;
39349
39382
  type: "bridge_disconnected";
@@ -43929,10 +43962,13 @@ declare const batch: z.ZodObject<{
43929
43962
  type: "encoder_not_online";
43930
43963
  } | {
43931
43964
  message: string;
43932
- type: "encoder_timeout_error";
43965
+ type: "encoder_communication_timeout";
43933
43966
  } | {
43934
43967
  message: string;
43935
43968
  type: "bridge_disconnected";
43969
+ } | {
43970
+ message: string;
43971
+ type: "encoding_interrupted";
43936
43972
  };
43937
43973
  result: null;
43938
43974
  action_type: "ENCODE_CREDENTIAL";
@@ -44201,7 +44237,7 @@ declare const batch: z.ZodObject<{
44201
44237
  type: "encoder_not_online";
44202
44238
  } | {
44203
44239
  message: string;
44204
- type: "encoder_timeout_error";
44240
+ type: "encoder_communication_timeout";
44205
44241
  } | {
44206
44242
  message: string;
44207
44243
  type: "bridge_disconnected";
@@ -118190,6 +118226,958 @@ declare const _default: {
118190
118226
  'x-undocumented': string;
118191
118227
  };
118192
118228
  };
118229
+ '/seam/customer/v1/portals/update': {
118230
+ patch: {
118231
+ description: string;
118232
+ operationId: string;
118233
+ requestBody: {
118234
+ content: {
118235
+ 'application/json': {
118236
+ schema: {
118237
+ properties: {
118238
+ customer_portal_id: {
118239
+ description: string;
118240
+ format: string;
118241
+ type: string;
118242
+ };
118243
+ portal_configuration: {
118244
+ description: string;
118245
+ properties: {
118246
+ customer_resources_filters: {
118247
+ description: string;
118248
+ items: {
118249
+ properties: {
118250
+ field: {
118251
+ description: string;
118252
+ pattern: string;
118253
+ type: string;
118254
+ };
118255
+ operation: {
118256
+ description: string;
118257
+ enum: string[];
118258
+ type: string;
118259
+ };
118260
+ value: {
118261
+ description: string;
118262
+ oneOf: {
118263
+ type: string;
118264
+ }[];
118265
+ };
118266
+ };
118267
+ required: string[];
118268
+ type: string;
118269
+ };
118270
+ type: string;
118271
+ };
118272
+ customization_profile_id: {
118273
+ description: string;
118274
+ format: string;
118275
+ type: string;
118276
+ };
118277
+ deep_link: {
118278
+ description: string;
118279
+ properties: {
118280
+ resource_key: {
118281
+ type: string;
118282
+ };
118283
+ resource_type: {
118284
+ enum: string[];
118285
+ type: string;
118286
+ };
118287
+ };
118288
+ required: string[];
118289
+ type: string;
118290
+ 'x-undocumented': string;
118291
+ };
118292
+ exclude_locale_picker: {
118293
+ default: boolean;
118294
+ description: string;
118295
+ type: string;
118296
+ };
118297
+ features: {
118298
+ default: {};
118299
+ properties: {
118300
+ configure: {
118301
+ default: {};
118302
+ description: string;
118303
+ properties: {
118304
+ allow_access_automation_rule_customization: {
118305
+ default: boolean;
118306
+ description: string;
118307
+ type: string;
118308
+ };
118309
+ allow_climate_automation_rule_customization: {
118310
+ default: boolean;
118311
+ description: string;
118312
+ type: string;
118313
+ };
118314
+ allow_instant_key_customization: {
118315
+ default: boolean;
118316
+ description: string;
118317
+ type: string;
118318
+ };
118319
+ exclude: {
118320
+ default: boolean;
118321
+ description: string;
118322
+ type: string;
118323
+ };
118324
+ };
118325
+ type: string;
118326
+ };
118327
+ connect: {
118328
+ default: {};
118329
+ description: string;
118330
+ properties: {
118331
+ accepted_providers: {
118332
+ description: string;
118333
+ items: {
118334
+ type: string;
118335
+ };
118336
+ type: string;
118337
+ };
118338
+ exclude: {
118339
+ default: boolean;
118340
+ description: string;
118341
+ type: string;
118342
+ };
118343
+ excluded_providers: {
118344
+ description: string;
118345
+ items: {
118346
+ type: string;
118347
+ };
118348
+ type: string;
118349
+ };
118350
+ };
118351
+ type: string;
118352
+ };
118353
+ manage: {
118354
+ default: {};
118355
+ description: string;
118356
+ properties: {
118357
+ events: {
118358
+ description: string;
118359
+ properties: {
118360
+ allowed_events: {
118361
+ description: string;
118362
+ items: {
118363
+ type: string;
118364
+ };
118365
+ type: string;
118366
+ };
118367
+ default_events: {
118368
+ description: string;
118369
+ items: {
118370
+ type: string;
118371
+ };
118372
+ type: string;
118373
+ };
118374
+ };
118375
+ type: string;
118376
+ };
118377
+ exclude: {
118378
+ default: boolean;
118379
+ description: string;
118380
+ type: string;
118381
+ };
118382
+ exclude_reservation_management: {
118383
+ default: boolean;
118384
+ description: string;
118385
+ type: string;
118386
+ };
118387
+ exclude_reservation_technical_details: {
118388
+ default: boolean;
118389
+ description: string;
118390
+ type: string;
118391
+ };
118392
+ exclude_staff_management: {
118393
+ default: boolean;
118394
+ description: string;
118395
+ type: string;
118396
+ };
118397
+ };
118398
+ type: string;
118399
+ };
118400
+ manage_devices: {
118401
+ default: {};
118402
+ description: string;
118403
+ properties: {
118404
+ exclude: {
118405
+ default: boolean;
118406
+ description: string;
118407
+ type: string;
118408
+ };
118409
+ };
118410
+ type: string;
118411
+ };
118412
+ organize: {
118413
+ default: {};
118414
+ description: string;
118415
+ properties: {
118416
+ exclude: {
118417
+ default: boolean;
118418
+ description: string;
118419
+ type: string;
118420
+ };
118421
+ };
118422
+ type: string;
118423
+ };
118424
+ };
118425
+ type: string;
118426
+ };
118427
+ is_embedded: {
118428
+ default: boolean;
118429
+ description: string;
118430
+ type: string;
118431
+ };
118432
+ landing_page: {
118433
+ description: string;
118434
+ properties: {
118435
+ manage: {
118436
+ oneOf: ({
118437
+ oneOf: ({
118438
+ properties: {
118439
+ space_key: {
118440
+ type: string;
118441
+ };
118442
+ property_key?: never;
118443
+ room_key?: never;
118444
+ common_area_key?: never;
118445
+ unit_key?: never;
118446
+ facility_key?: never;
118447
+ building_key?: never;
118448
+ listing_key?: never;
118449
+ property_listing_key?: never;
118450
+ site_key?: never;
118451
+ };
118452
+ required: string[];
118453
+ type: string;
118454
+ } | {
118455
+ properties: {
118456
+ property_key: {
118457
+ type: string;
118458
+ };
118459
+ space_key?: never;
118460
+ room_key?: never;
118461
+ common_area_key?: never;
118462
+ unit_key?: never;
118463
+ facility_key?: never;
118464
+ building_key?: never;
118465
+ listing_key?: never;
118466
+ property_listing_key?: never;
118467
+ site_key?: never;
118468
+ };
118469
+ required: string[];
118470
+ type: string;
118471
+ } | {
118472
+ properties: {
118473
+ room_key: {
118474
+ type: string;
118475
+ };
118476
+ space_key?: never;
118477
+ property_key?: never;
118478
+ common_area_key?: never;
118479
+ unit_key?: never;
118480
+ facility_key?: never;
118481
+ building_key?: never;
118482
+ listing_key?: never;
118483
+ property_listing_key?: never;
118484
+ site_key?: never;
118485
+ };
118486
+ required: string[];
118487
+ type: string;
118488
+ } | {
118489
+ properties: {
118490
+ common_area_key: {
118491
+ type: string;
118492
+ };
118493
+ space_key?: never;
118494
+ property_key?: never;
118495
+ room_key?: never;
118496
+ unit_key?: never;
118497
+ facility_key?: never;
118498
+ building_key?: never;
118499
+ listing_key?: never;
118500
+ property_listing_key?: never;
118501
+ site_key?: never;
118502
+ };
118503
+ required: string[];
118504
+ type: string;
118505
+ } | {
118506
+ properties: {
118507
+ unit_key: {
118508
+ type: string;
118509
+ };
118510
+ space_key?: never;
118511
+ property_key?: never;
118512
+ room_key?: never;
118513
+ common_area_key?: never;
118514
+ facility_key?: never;
118515
+ building_key?: never;
118516
+ listing_key?: never;
118517
+ property_listing_key?: never;
118518
+ site_key?: never;
118519
+ };
118520
+ required: string[];
118521
+ type: string;
118522
+ } | {
118523
+ properties: {
118524
+ facility_key: {
118525
+ type: string;
118526
+ };
118527
+ space_key?: never;
118528
+ property_key?: never;
118529
+ room_key?: never;
118530
+ common_area_key?: never;
118531
+ unit_key?: never;
118532
+ building_key?: never;
118533
+ listing_key?: never;
118534
+ property_listing_key?: never;
118535
+ site_key?: never;
118536
+ };
118537
+ required: string[];
118538
+ type: string;
118539
+ } | {
118540
+ properties: {
118541
+ building_key: {
118542
+ type: string;
118543
+ };
118544
+ space_key?: never;
118545
+ property_key?: never;
118546
+ room_key?: never;
118547
+ common_area_key?: never;
118548
+ unit_key?: never;
118549
+ facility_key?: never;
118550
+ listing_key?: never;
118551
+ property_listing_key?: never;
118552
+ site_key?: never;
118553
+ };
118554
+ required: string[];
118555
+ type: string;
118556
+ } | {
118557
+ properties: {
118558
+ listing_key: {
118559
+ type: string;
118560
+ };
118561
+ space_key?: never;
118562
+ property_key?: never;
118563
+ room_key?: never;
118564
+ common_area_key?: never;
118565
+ unit_key?: never;
118566
+ facility_key?: never;
118567
+ building_key?: never;
118568
+ property_listing_key?: never;
118569
+ site_key?: never;
118570
+ };
118571
+ required: string[];
118572
+ type: string;
118573
+ } | {
118574
+ properties: {
118575
+ property_listing_key: {
118576
+ type: string;
118577
+ };
118578
+ space_key?: never;
118579
+ property_key?: never;
118580
+ room_key?: never;
118581
+ common_area_key?: never;
118582
+ unit_key?: never;
118583
+ facility_key?: never;
118584
+ building_key?: never;
118585
+ listing_key?: never;
118586
+ site_key?: never;
118587
+ };
118588
+ required: string[];
118589
+ type: string;
118590
+ } | {
118591
+ properties: {
118592
+ site_key: {
118593
+ type: string;
118594
+ };
118595
+ space_key?: never;
118596
+ property_key?: never;
118597
+ room_key?: never;
118598
+ common_area_key?: never;
118599
+ unit_key?: never;
118600
+ facility_key?: never;
118601
+ building_key?: never;
118602
+ listing_key?: never;
118603
+ property_listing_key?: never;
118604
+ };
118605
+ required: string[];
118606
+ type: string;
118607
+ })[];
118608
+ } | {
118609
+ oneOf: ({
118610
+ properties: {
118611
+ reservation_key: {
118612
+ type: string;
118613
+ };
118614
+ booking_key?: never;
118615
+ access_grant_key?: never;
118616
+ };
118617
+ required: string[];
118618
+ type: string;
118619
+ } | {
118620
+ properties: {
118621
+ booking_key: {
118622
+ type: string;
118623
+ };
118624
+ reservation_key?: never;
118625
+ access_grant_key?: never;
118626
+ };
118627
+ required: string[];
118628
+ type: string;
118629
+ } | {
118630
+ properties: {
118631
+ access_grant_key: {
118632
+ type: string;
118633
+ };
118634
+ reservation_key?: never;
118635
+ booking_key?: never;
118636
+ };
118637
+ required: string[];
118638
+ type: string;
118639
+ })[];
118640
+ })[];
118641
+ };
118642
+ };
118643
+ type: string;
118644
+ };
118645
+ locale: {
118646
+ description: string;
118647
+ enum: string[];
118648
+ type: string;
118649
+ };
118650
+ navigation_mode: {
118651
+ default: string;
118652
+ description: string;
118653
+ enum: string[];
118654
+ type: string;
118655
+ };
118656
+ };
118657
+ type: string;
118658
+ };
118659
+ };
118660
+ required: string[];
118661
+ type: string;
118662
+ };
118663
+ };
118664
+ };
118665
+ };
118666
+ responses: {
118667
+ 200: {
118668
+ content: {
118669
+ 'application/json': {
118670
+ schema: {
118671
+ properties: {
118672
+ ok: {
118673
+ type: string;
118674
+ };
118675
+ };
118676
+ required: string[];
118677
+ type: string;
118678
+ };
118679
+ };
118680
+ };
118681
+ description: string;
118682
+ };
118683
+ 400: {
118684
+ description: string;
118685
+ };
118686
+ 401: {
118687
+ description: string;
118688
+ };
118689
+ };
118690
+ security: ({
118691
+ console_session_with_workspace: never[];
118692
+ api_key?: never;
118693
+ } | {
118694
+ api_key: never[];
118695
+ console_session_with_workspace?: never;
118696
+ })[];
118697
+ summary: string;
118698
+ tags: never[];
118699
+ 'x-fern-sdk-group-name': string[];
118700
+ 'x-fern-sdk-method-name': string;
118701
+ 'x-response-key': null;
118702
+ 'x-title': string;
118703
+ 'x-undocumented': string;
118704
+ };
118705
+ post: {
118706
+ description: string;
118707
+ operationId: string;
118708
+ requestBody: {
118709
+ content: {
118710
+ 'application/json': {
118711
+ schema: {
118712
+ properties: {
118713
+ customer_portal_id: {
118714
+ description: string;
118715
+ format: string;
118716
+ type: string;
118717
+ };
118718
+ portal_configuration: {
118719
+ description: string;
118720
+ properties: {
118721
+ customer_resources_filters: {
118722
+ description: string;
118723
+ items: {
118724
+ properties: {
118725
+ field: {
118726
+ description: string;
118727
+ pattern: string;
118728
+ type: string;
118729
+ };
118730
+ operation: {
118731
+ description: string;
118732
+ enum: string[];
118733
+ type: string;
118734
+ };
118735
+ value: {
118736
+ description: string;
118737
+ oneOf: {
118738
+ type: string;
118739
+ }[];
118740
+ };
118741
+ };
118742
+ required: string[];
118743
+ type: string;
118744
+ };
118745
+ type: string;
118746
+ };
118747
+ customization_profile_id: {
118748
+ description: string;
118749
+ format: string;
118750
+ type: string;
118751
+ };
118752
+ deep_link: {
118753
+ description: string;
118754
+ properties: {
118755
+ resource_key: {
118756
+ type: string;
118757
+ };
118758
+ resource_type: {
118759
+ enum: string[];
118760
+ type: string;
118761
+ };
118762
+ };
118763
+ required: string[];
118764
+ type: string;
118765
+ 'x-undocumented': string;
118766
+ };
118767
+ exclude_locale_picker: {
118768
+ default: boolean;
118769
+ description: string;
118770
+ type: string;
118771
+ };
118772
+ features: {
118773
+ default: {};
118774
+ properties: {
118775
+ configure: {
118776
+ default: {};
118777
+ description: string;
118778
+ properties: {
118779
+ allow_access_automation_rule_customization: {
118780
+ default: boolean;
118781
+ description: string;
118782
+ type: string;
118783
+ };
118784
+ allow_climate_automation_rule_customization: {
118785
+ default: boolean;
118786
+ description: string;
118787
+ type: string;
118788
+ };
118789
+ allow_instant_key_customization: {
118790
+ default: boolean;
118791
+ description: string;
118792
+ type: string;
118793
+ };
118794
+ exclude: {
118795
+ default: boolean;
118796
+ description: string;
118797
+ type: string;
118798
+ };
118799
+ };
118800
+ type: string;
118801
+ };
118802
+ connect: {
118803
+ default: {};
118804
+ description: string;
118805
+ properties: {
118806
+ accepted_providers: {
118807
+ description: string;
118808
+ items: {
118809
+ type: string;
118810
+ };
118811
+ type: string;
118812
+ };
118813
+ exclude: {
118814
+ default: boolean;
118815
+ description: string;
118816
+ type: string;
118817
+ };
118818
+ excluded_providers: {
118819
+ description: string;
118820
+ items: {
118821
+ type: string;
118822
+ };
118823
+ type: string;
118824
+ };
118825
+ };
118826
+ type: string;
118827
+ };
118828
+ manage: {
118829
+ default: {};
118830
+ description: string;
118831
+ properties: {
118832
+ events: {
118833
+ description: string;
118834
+ properties: {
118835
+ allowed_events: {
118836
+ description: string;
118837
+ items: {
118838
+ type: string;
118839
+ };
118840
+ type: string;
118841
+ };
118842
+ default_events: {
118843
+ description: string;
118844
+ items: {
118845
+ type: string;
118846
+ };
118847
+ type: string;
118848
+ };
118849
+ };
118850
+ type: string;
118851
+ };
118852
+ exclude: {
118853
+ default: boolean;
118854
+ description: string;
118855
+ type: string;
118856
+ };
118857
+ exclude_reservation_management: {
118858
+ default: boolean;
118859
+ description: string;
118860
+ type: string;
118861
+ };
118862
+ exclude_reservation_technical_details: {
118863
+ default: boolean;
118864
+ description: string;
118865
+ type: string;
118866
+ };
118867
+ exclude_staff_management: {
118868
+ default: boolean;
118869
+ description: string;
118870
+ type: string;
118871
+ };
118872
+ };
118873
+ type: string;
118874
+ };
118875
+ manage_devices: {
118876
+ default: {};
118877
+ description: string;
118878
+ properties: {
118879
+ exclude: {
118880
+ default: boolean;
118881
+ description: string;
118882
+ type: string;
118883
+ };
118884
+ };
118885
+ type: string;
118886
+ };
118887
+ organize: {
118888
+ default: {};
118889
+ description: string;
118890
+ properties: {
118891
+ exclude: {
118892
+ default: boolean;
118893
+ description: string;
118894
+ type: string;
118895
+ };
118896
+ };
118897
+ type: string;
118898
+ };
118899
+ };
118900
+ type: string;
118901
+ };
118902
+ is_embedded: {
118903
+ default: boolean;
118904
+ description: string;
118905
+ type: string;
118906
+ };
118907
+ landing_page: {
118908
+ description: string;
118909
+ properties: {
118910
+ manage: {
118911
+ oneOf: ({
118912
+ oneOf: ({
118913
+ properties: {
118914
+ space_key: {
118915
+ type: string;
118916
+ };
118917
+ property_key?: never;
118918
+ room_key?: never;
118919
+ common_area_key?: never;
118920
+ unit_key?: never;
118921
+ facility_key?: never;
118922
+ building_key?: never;
118923
+ listing_key?: never;
118924
+ property_listing_key?: never;
118925
+ site_key?: never;
118926
+ };
118927
+ required: string[];
118928
+ type: string;
118929
+ } | {
118930
+ properties: {
118931
+ property_key: {
118932
+ type: string;
118933
+ };
118934
+ space_key?: never;
118935
+ room_key?: never;
118936
+ common_area_key?: never;
118937
+ unit_key?: never;
118938
+ facility_key?: never;
118939
+ building_key?: never;
118940
+ listing_key?: never;
118941
+ property_listing_key?: never;
118942
+ site_key?: never;
118943
+ };
118944
+ required: string[];
118945
+ type: string;
118946
+ } | {
118947
+ properties: {
118948
+ room_key: {
118949
+ type: string;
118950
+ };
118951
+ space_key?: never;
118952
+ property_key?: never;
118953
+ common_area_key?: never;
118954
+ unit_key?: never;
118955
+ facility_key?: never;
118956
+ building_key?: never;
118957
+ listing_key?: never;
118958
+ property_listing_key?: never;
118959
+ site_key?: never;
118960
+ };
118961
+ required: string[];
118962
+ type: string;
118963
+ } | {
118964
+ properties: {
118965
+ common_area_key: {
118966
+ type: string;
118967
+ };
118968
+ space_key?: never;
118969
+ property_key?: never;
118970
+ room_key?: never;
118971
+ unit_key?: never;
118972
+ facility_key?: never;
118973
+ building_key?: never;
118974
+ listing_key?: never;
118975
+ property_listing_key?: never;
118976
+ site_key?: never;
118977
+ };
118978
+ required: string[];
118979
+ type: string;
118980
+ } | {
118981
+ properties: {
118982
+ unit_key: {
118983
+ type: string;
118984
+ };
118985
+ space_key?: never;
118986
+ property_key?: never;
118987
+ room_key?: never;
118988
+ common_area_key?: never;
118989
+ facility_key?: never;
118990
+ building_key?: never;
118991
+ listing_key?: never;
118992
+ property_listing_key?: never;
118993
+ site_key?: never;
118994
+ };
118995
+ required: string[];
118996
+ type: string;
118997
+ } | {
118998
+ properties: {
118999
+ facility_key: {
119000
+ type: string;
119001
+ };
119002
+ space_key?: never;
119003
+ property_key?: never;
119004
+ room_key?: never;
119005
+ common_area_key?: never;
119006
+ unit_key?: never;
119007
+ building_key?: never;
119008
+ listing_key?: never;
119009
+ property_listing_key?: never;
119010
+ site_key?: never;
119011
+ };
119012
+ required: string[];
119013
+ type: string;
119014
+ } | {
119015
+ properties: {
119016
+ building_key: {
119017
+ type: string;
119018
+ };
119019
+ space_key?: never;
119020
+ property_key?: never;
119021
+ room_key?: never;
119022
+ common_area_key?: never;
119023
+ unit_key?: never;
119024
+ facility_key?: never;
119025
+ listing_key?: never;
119026
+ property_listing_key?: never;
119027
+ site_key?: never;
119028
+ };
119029
+ required: string[];
119030
+ type: string;
119031
+ } | {
119032
+ properties: {
119033
+ listing_key: {
119034
+ type: string;
119035
+ };
119036
+ space_key?: never;
119037
+ property_key?: never;
119038
+ room_key?: never;
119039
+ common_area_key?: never;
119040
+ unit_key?: never;
119041
+ facility_key?: never;
119042
+ building_key?: never;
119043
+ property_listing_key?: never;
119044
+ site_key?: never;
119045
+ };
119046
+ required: string[];
119047
+ type: string;
119048
+ } | {
119049
+ properties: {
119050
+ property_listing_key: {
119051
+ type: string;
119052
+ };
119053
+ space_key?: never;
119054
+ property_key?: never;
119055
+ room_key?: never;
119056
+ common_area_key?: never;
119057
+ unit_key?: never;
119058
+ facility_key?: never;
119059
+ building_key?: never;
119060
+ listing_key?: never;
119061
+ site_key?: never;
119062
+ };
119063
+ required: string[];
119064
+ type: string;
119065
+ } | {
119066
+ properties: {
119067
+ site_key: {
119068
+ type: string;
119069
+ };
119070
+ space_key?: never;
119071
+ property_key?: never;
119072
+ room_key?: never;
119073
+ common_area_key?: never;
119074
+ unit_key?: never;
119075
+ facility_key?: never;
119076
+ building_key?: never;
119077
+ listing_key?: never;
119078
+ property_listing_key?: never;
119079
+ };
119080
+ required: string[];
119081
+ type: string;
119082
+ })[];
119083
+ } | {
119084
+ oneOf: ({
119085
+ properties: {
119086
+ reservation_key: {
119087
+ type: string;
119088
+ };
119089
+ booking_key?: never;
119090
+ access_grant_key?: never;
119091
+ };
119092
+ required: string[];
119093
+ type: string;
119094
+ } | {
119095
+ properties: {
119096
+ booking_key: {
119097
+ type: string;
119098
+ };
119099
+ reservation_key?: never;
119100
+ access_grant_key?: never;
119101
+ };
119102
+ required: string[];
119103
+ type: string;
119104
+ } | {
119105
+ properties: {
119106
+ access_grant_key: {
119107
+ type: string;
119108
+ };
119109
+ reservation_key?: never;
119110
+ booking_key?: never;
119111
+ };
119112
+ required: string[];
119113
+ type: string;
119114
+ })[];
119115
+ })[];
119116
+ };
119117
+ };
119118
+ type: string;
119119
+ };
119120
+ locale: {
119121
+ description: string;
119122
+ enum: string[];
119123
+ type: string;
119124
+ };
119125
+ navigation_mode: {
119126
+ default: string;
119127
+ description: string;
119128
+ enum: string[];
119129
+ type: string;
119130
+ };
119131
+ };
119132
+ type: string;
119133
+ };
119134
+ };
119135
+ required: string[];
119136
+ type: string;
119137
+ };
119138
+ };
119139
+ };
119140
+ };
119141
+ responses: {
119142
+ 200: {
119143
+ content: {
119144
+ 'application/json': {
119145
+ schema: {
119146
+ properties: {
119147
+ ok: {
119148
+ type: string;
119149
+ };
119150
+ };
119151
+ required: string[];
119152
+ type: string;
119153
+ };
119154
+ };
119155
+ };
119156
+ description: string;
119157
+ };
119158
+ 400: {
119159
+ description: string;
119160
+ };
119161
+ 401: {
119162
+ description: string;
119163
+ };
119164
+ };
119165
+ security: ({
119166
+ console_session_with_workspace: never[];
119167
+ api_key?: never;
119168
+ } | {
119169
+ api_key: never[];
119170
+ console_session_with_workspace?: never;
119171
+ })[];
119172
+ summary: string;
119173
+ tags: never[];
119174
+ 'x-fern-sdk-group-name': string[];
119175
+ 'x-fern-sdk-method-name': string;
119176
+ 'x-response-key': null;
119177
+ 'x-title': string;
119178
+ 'x-undocumented': string;
119179
+ };
119180
+ };
118193
119181
  '/seam/customer/v1/reservations/get': {
118194
119182
  get: {
118195
119183
  description: string;
@@ -134337,7 +135325,7 @@ type Routes = {
134337
135325
  message: string;
134338
135326
  } | {
134339
135327
  /** Error type to indicate that communication with the encoder timed out. */
134340
- type: 'encoder_timeout_error';
135328
+ type: 'encoder_communication_timeout';
134341
135329
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
134342
135330
  message: string;
134343
135331
  } | {
@@ -134666,7 +135654,7 @@ type Routes = {
134666
135654
  message: string;
134667
135655
  } | {
134668
135656
  /** Error type to indicate that communication with the encoder timed out. */
134669
- type: 'encoder_timeout_error';
135657
+ type: 'encoder_communication_timeout';
134670
135658
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
134671
135659
  message: string;
134672
135660
  } | {
@@ -134674,6 +135662,11 @@ type Routes = {
134674
135662
  type: 'bridge_disconnected';
134675
135663
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
134676
135664
  message: string;
135665
+ } | {
135666
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
135667
+ type: 'encoding_interrupted';
135668
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
135669
+ message: string;
134677
135670
  };
134678
135671
  } | {
134679
135672
  /** ID of the action attempt. */
@@ -136735,7 +137728,7 @@ type Routes = {
136735
137728
  message: string;
136736
137729
  } | {
136737
137730
  /** Error type to indicate that communication with the encoder timed out. */
136738
- type: 'encoder_timeout_error';
137731
+ type: 'encoder_communication_timeout';
136739
137732
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136740
137733
  message: string;
136741
137734
  } | {
@@ -137064,7 +138057,7 @@ type Routes = {
137064
138057
  message: string;
137065
138058
  } | {
137066
138059
  /** Error type to indicate that communication with the encoder timed out. */
137067
- type: 'encoder_timeout_error';
138060
+ type: 'encoder_communication_timeout';
137068
138061
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
137069
138062
  message: string;
137070
138063
  } | {
@@ -137072,6 +138065,11 @@ type Routes = {
137072
138065
  type: 'bridge_disconnected';
137073
138066
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
137074
138067
  message: string;
138068
+ } | {
138069
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
138070
+ type: 'encoding_interrupted';
138071
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138072
+ message: string;
137075
138073
  };
137076
138074
  } | {
137077
138075
  /** ID of the action attempt. */
@@ -140828,7 +141826,7 @@ type Routes = {
140828
141826
  message: string;
140829
141827
  } | {
140830
141828
  /** Error type to indicate that communication with the encoder timed out. */
140831
- type: 'encoder_timeout_error';
141829
+ type: 'encoder_communication_timeout';
140832
141830
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140833
141831
  message: string;
140834
141832
  } | {
@@ -141157,7 +142155,7 @@ type Routes = {
141157
142155
  message: string;
141158
142156
  } | {
141159
142157
  /** Error type to indicate that communication with the encoder timed out. */
141160
- type: 'encoder_timeout_error';
142158
+ type: 'encoder_communication_timeout';
141161
142159
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
141162
142160
  message: string;
141163
142161
  } | {
@@ -141165,6 +142163,11 @@ type Routes = {
141165
142163
  type: 'bridge_disconnected';
141166
142164
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
141167
142165
  message: string;
142166
+ } | {
142167
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
142168
+ type: 'encoding_interrupted';
142169
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142170
+ message: string;
141168
142171
  };
141169
142172
  } | {
141170
142173
  /** ID of the action attempt. */
@@ -143262,7 +144265,7 @@ type Routes = {
143262
144265
  message: string;
143263
144266
  } | {
143264
144267
  /** Error type to indicate that communication with the encoder timed out. */
143265
- type: 'encoder_timeout_error';
144268
+ type: 'encoder_communication_timeout';
143266
144269
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143267
144270
  message: string;
143268
144271
  } | {
@@ -143591,7 +144594,7 @@ type Routes = {
143591
144594
  message: string;
143592
144595
  } | {
143593
144596
  /** Error type to indicate that communication with the encoder timed out. */
143594
- type: 'encoder_timeout_error';
144597
+ type: 'encoder_communication_timeout';
143595
144598
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143596
144599
  message: string;
143597
144600
  } | {
@@ -143599,6 +144602,11 @@ type Routes = {
143599
144602
  type: 'bridge_disconnected';
143600
144603
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143601
144604
  message: string;
144605
+ } | {
144606
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
144607
+ type: 'encoding_interrupted';
144608
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
144609
+ message: string;
143602
144610
  };
143603
144611
  } | {
143604
144612
  /** ID of the action attempt. */
@@ -147877,7 +148885,7 @@ type Routes = {
147877
148885
  message: string;
147878
148886
  } | {
147879
148887
  /** Error type to indicate that communication with the encoder timed out. */
147880
- type: 'encoder_timeout_error';
148888
+ type: 'encoder_communication_timeout';
147881
148889
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147882
148890
  message: string;
147883
148891
  } | {
@@ -148206,7 +149214,7 @@ type Routes = {
148206
149214
  message: string;
148207
149215
  } | {
148208
149216
  /** Error type to indicate that communication with the encoder timed out. */
148209
- type: 'encoder_timeout_error';
149217
+ type: 'encoder_communication_timeout';
148210
149218
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148211
149219
  message: string;
148212
149220
  } | {
@@ -148214,6 +149222,11 @@ type Routes = {
148214
149222
  type: 'bridge_disconnected';
148215
149223
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148216
149224
  message: string;
149225
+ } | {
149226
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
149227
+ type: 'encoding_interrupted';
149228
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149229
+ message: string;
148217
149230
  };
148218
149231
  } | {
148219
149232
  /** ID of the action attempt. */
@@ -154451,7 +155464,7 @@ type Routes = {
154451
155464
  message: string;
154452
155465
  } | {
154453
155466
  /** Error type to indicate that communication with the encoder timed out. */
154454
- type: 'encoder_timeout_error';
155467
+ type: 'encoder_communication_timeout';
154455
155468
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
154456
155469
  message: string;
154457
155470
  } | {
@@ -154780,7 +155793,7 @@ type Routes = {
154780
155793
  message: string;
154781
155794
  } | {
154782
155795
  /** Error type to indicate that communication with the encoder timed out. */
154783
- type: 'encoder_timeout_error';
155796
+ type: 'encoder_communication_timeout';
154784
155797
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
154785
155798
  message: string;
154786
155799
  } | {
@@ -154788,6 +155801,11 @@ type Routes = {
154788
155801
  type: 'bridge_disconnected';
154789
155802
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
154790
155803
  message: string;
155804
+ } | {
155805
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
155806
+ type: 'encoding_interrupted';
155807
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
155808
+ message: string;
154791
155809
  };
154792
155810
  } | {
154793
155811
  /** ID of the action attempt. */
@@ -155889,7 +156907,7 @@ type Routes = {
155889
156907
  message: string;
155890
156908
  } | {
155891
156909
  /** Error type to indicate that communication with the encoder timed out. */
155892
- type: 'encoder_timeout_error';
156910
+ type: 'encoder_communication_timeout';
155893
156911
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
155894
156912
  message: string;
155895
156913
  } | {
@@ -156218,7 +157236,7 @@ type Routes = {
156218
157236
  message: string;
156219
157237
  } | {
156220
157238
  /** Error type to indicate that communication with the encoder timed out. */
156221
- type: 'encoder_timeout_error';
157239
+ type: 'encoder_communication_timeout';
156222
157240
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
156223
157241
  message: string;
156224
157242
  } | {
@@ -156226,6 +157244,11 @@ type Routes = {
156226
157244
  type: 'bridge_disconnected';
156227
157245
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
156228
157246
  message: string;
157247
+ } | {
157248
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
157249
+ type: 'encoding_interrupted';
157250
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157251
+ message: string;
156229
157252
  };
156230
157253
  } | {
156231
157254
  /** ID of the action attempt. */
@@ -156776,7 +157799,7 @@ type Routes = {
156776
157799
  /** ID of the `acs_encoder` that will be used in the next request to encode the `acs_credential`. */
156777
157800
  acs_encoder_id: string;
156778
157801
  /** Code of the error to simulate. */
156779
- error_code?: 'no_credential_on_encoder';
157802
+ error_code?: 'no_credential_on_encoder' | 'encoding_interrupted';
156780
157803
  } | {
156781
157804
  /** ID of the `acs_encoder` that will be used in the next request to encode the `acs_credential`. */
156782
157805
  acs_encoder_id: string;
@@ -157789,7 +158812,7 @@ type Routes = {
157789
158812
  message: string;
157790
158813
  } | {
157791
158814
  /** Error type to indicate that communication with the encoder timed out. */
157792
- type: 'encoder_timeout_error';
158815
+ type: 'encoder_communication_timeout';
157793
158816
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
157794
158817
  message: string;
157795
158818
  } | {
@@ -158118,7 +159141,7 @@ type Routes = {
158118
159141
  message: string;
158119
159142
  } | {
158120
159143
  /** Error type to indicate that communication with the encoder timed out. */
158121
- type: 'encoder_timeout_error';
159144
+ type: 'encoder_communication_timeout';
158122
159145
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158123
159146
  message: string;
158124
159147
  } | {
@@ -158126,6 +159149,11 @@ type Routes = {
158126
159149
  type: 'bridge_disconnected';
158127
159150
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158128
159151
  message: string;
159152
+ } | {
159153
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
159154
+ type: 'encoding_interrupted';
159155
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
159156
+ message: string;
158129
159157
  };
158130
159158
  } | {
158131
159159
  /** ID of the action attempt. */
@@ -161156,7 +162184,7 @@ type Routes = {
161156
162184
  message: string;
161157
162185
  } | {
161158
162186
  /** Error type to indicate that communication with the encoder timed out. */
161159
- type: 'encoder_timeout_error';
162187
+ type: 'encoder_communication_timeout';
161160
162188
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
161161
162189
  message: string;
161162
162190
  } | {
@@ -161485,7 +162513,7 @@ type Routes = {
161485
162513
  message: string;
161486
162514
  } | {
161487
162515
  /** Error type to indicate that communication with the encoder timed out. */
161488
- type: 'encoder_timeout_error';
162516
+ type: 'encoder_communication_timeout';
161489
162517
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
161490
162518
  message: string;
161491
162519
  } | {
@@ -161493,6 +162521,11 @@ type Routes = {
161493
162521
  type: 'bridge_disconnected';
161494
162522
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
161495
162523
  message: string;
162524
+ } | {
162525
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
162526
+ type: 'encoding_interrupted';
162527
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
162528
+ message: string;
161496
162529
  };
161497
162530
  } | {
161498
162531
  /** ID of the action attempt. */
@@ -162487,7 +163520,7 @@ type Routes = {
162487
163520
  message: string;
162488
163521
  } | {
162489
163522
  /** Error type to indicate that communication with the encoder timed out. */
162490
- type: 'encoder_timeout_error';
163523
+ type: 'encoder_communication_timeout';
162491
163524
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
162492
163525
  message: string;
162493
163526
  } | {
@@ -162816,7 +163849,7 @@ type Routes = {
162816
163849
  message: string;
162817
163850
  } | {
162818
163851
  /** Error type to indicate that communication with the encoder timed out. */
162819
- type: 'encoder_timeout_error';
163852
+ type: 'encoder_communication_timeout';
162820
163853
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
162821
163854
  message: string;
162822
163855
  } | {
@@ -162824,6 +163857,11 @@ type Routes = {
162824
163857
  type: 'bridge_disconnected';
162825
163858
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
162826
163859
  message: string;
163860
+ } | {
163861
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
163862
+ type: 'encoding_interrupted';
163863
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
163864
+ message: string;
162827
163865
  };
162828
163866
  } | {
162829
163867
  /** ID of the action attempt. */
@@ -175339,7 +176377,7 @@ type Routes = {
175339
176377
  message: string;
175340
176378
  } | {
175341
176379
  /** Error type to indicate that communication with the encoder timed out. */
175342
- type: 'encoder_timeout_error';
176380
+ type: 'encoder_communication_timeout';
175343
176381
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
175344
176382
  message: string;
175345
176383
  } | {
@@ -175668,7 +176706,7 @@ type Routes = {
175668
176706
  message: string;
175669
176707
  } | {
175670
176708
  /** Error type to indicate that communication with the encoder timed out. */
175671
- type: 'encoder_timeout_error';
176709
+ type: 'encoder_communication_timeout';
175672
176710
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
175673
176711
  message: string;
175674
176712
  } | {
@@ -175676,6 +176714,11 @@ type Routes = {
175676
176714
  type: 'bridge_disconnected';
175677
176715
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
175678
176716
  message: string;
176717
+ } | {
176718
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
176719
+ type: 'encoding_interrupted';
176720
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
176721
+ message: string;
175679
176722
  };
175680
176723
  } | {
175681
176724
  /** ID of the action attempt. */
@@ -182016,7 +183059,7 @@ type Routes = {
182016
183059
  message: string;
182017
183060
  } | {
182018
183061
  /** Error type to indicate that communication with the encoder timed out. */
182019
- type: 'encoder_timeout_error';
183062
+ type: 'encoder_communication_timeout';
182020
183063
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
182021
183064
  message: string;
182022
183065
  } | {
@@ -182345,7 +183388,7 @@ type Routes = {
182345
183388
  message: string;
182346
183389
  } | {
182347
183390
  /** Error type to indicate that communication with the encoder timed out. */
182348
- type: 'encoder_timeout_error';
183391
+ type: 'encoder_communication_timeout';
182349
183392
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
182350
183393
  message: string;
182351
183394
  } | {
@@ -182353,6 +183396,11 @@ type Routes = {
182353
183396
  type: 'bridge_disconnected';
182354
183397
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
182355
183398
  message: string;
183399
+ } | {
183400
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
183401
+ type: 'encoding_interrupted';
183402
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
183403
+ message: string;
182356
183404
  };
182357
183405
  } | {
182358
183406
  /** ID of the action attempt. */
@@ -183348,7 +184396,7 @@ type Routes = {
183348
184396
  message: string;
183349
184397
  } | {
183350
184398
  /** Error type to indicate that communication with the encoder timed out. */
183351
- type: 'encoder_timeout_error';
184399
+ type: 'encoder_communication_timeout';
183352
184400
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
183353
184401
  message: string;
183354
184402
  } | {
@@ -183677,7 +184725,7 @@ type Routes = {
183677
184725
  message: string;
183678
184726
  } | {
183679
184727
  /** Error type to indicate that communication with the encoder timed out. */
183680
- type: 'encoder_timeout_error';
184728
+ type: 'encoder_communication_timeout';
183681
184729
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
183682
184730
  message: string;
183683
184731
  } | {
@@ -183685,6 +184733,11 @@ type Routes = {
183685
184733
  type: 'bridge_disconnected';
183686
184734
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
183687
184735
  message: string;
184736
+ } | {
184737
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
184738
+ type: 'encoding_interrupted';
184739
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184740
+ message: string;
183688
184741
  };
183689
184742
  } | {
183690
184743
  /** ID of the action attempt. */
@@ -184678,7 +185731,7 @@ type Routes = {
184678
185731
  message: string;
184679
185732
  } | {
184680
185733
  /** Error type to indicate that communication with the encoder timed out. */
184681
- type: 'encoder_timeout_error';
185734
+ type: 'encoder_communication_timeout';
184682
185735
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
184683
185736
  message: string;
184684
185737
  } | {
@@ -185007,7 +186060,7 @@ type Routes = {
185007
186060
  message: string;
185008
186061
  } | {
185009
186062
  /** Error type to indicate that communication with the encoder timed out. */
185010
- type: 'encoder_timeout_error';
186063
+ type: 'encoder_communication_timeout';
185011
186064
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
185012
186065
  message: string;
185013
186066
  } | {
@@ -185015,6 +186068,11 @@ type Routes = {
185015
186068
  type: 'bridge_disconnected';
185016
186069
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
185017
186070
  message: string;
186071
+ } | {
186072
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
186073
+ type: 'encoding_interrupted';
186074
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186075
+ message: string;
185018
186076
  };
185019
186077
  } | {
185020
186078
  /** ID of the action attempt. */
@@ -186010,7 +187068,7 @@ type Routes = {
186010
187068
  message: string;
186011
187069
  } | {
186012
187070
  /** Error type to indicate that communication with the encoder timed out. */
186013
- type: 'encoder_timeout_error';
187071
+ type: 'encoder_communication_timeout';
186014
187072
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186015
187073
  message: string;
186016
187074
  } | {
@@ -186339,7 +187397,7 @@ type Routes = {
186339
187397
  message: string;
186340
187398
  } | {
186341
187399
  /** Error type to indicate that communication with the encoder timed out. */
186342
- type: 'encoder_timeout_error';
187400
+ type: 'encoder_communication_timeout';
186343
187401
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186344
187402
  message: string;
186345
187403
  } | {
@@ -186347,6 +187405,11 @@ type Routes = {
186347
187405
  type: 'bridge_disconnected';
186348
187406
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
186349
187407
  message: string;
187408
+ } | {
187409
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
187410
+ type: 'encoding_interrupted';
187411
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
187412
+ message: string;
186350
187413
  };
186351
187414
  } | {
186352
187415
  /** ID of the action attempt. */
@@ -190041,7 +191104,7 @@ type Routes = {
190041
191104
  message: string;
190042
191105
  } | {
190043
191106
  /** Error type to indicate that communication with the encoder timed out. */
190044
- type: 'encoder_timeout_error';
191107
+ type: 'encoder_communication_timeout';
190045
191108
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
190046
191109
  message: string;
190047
191110
  } | {
@@ -190370,7 +191433,7 @@ type Routes = {
190370
191433
  message: string;
190371
191434
  } | {
190372
191435
  /** Error type to indicate that communication with the encoder timed out. */
190373
- type: 'encoder_timeout_error';
191436
+ type: 'encoder_communication_timeout';
190374
191437
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
190375
191438
  message: string;
190376
191439
  } | {
@@ -190378,6 +191441,11 @@ type Routes = {
190378
191441
  type: 'bridge_disconnected';
190379
191442
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
190380
191443
  message: string;
191444
+ } | {
191445
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
191446
+ type: 'encoding_interrupted';
191447
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191448
+ message: string;
190381
191449
  };
190382
191450
  } | {
190383
191451
  /** ID of the action attempt. */
@@ -191392,7 +192460,7 @@ type Routes = {
191392
192460
  message: string;
191393
192461
  } | {
191394
192462
  /** Error type to indicate that communication with the encoder timed out. */
191395
- type: 'encoder_timeout_error';
192463
+ type: 'encoder_communication_timeout';
191396
192464
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191397
192465
  message: string;
191398
192466
  } | {
@@ -191721,7 +192789,7 @@ type Routes = {
191721
192789
  message: string;
191722
192790
  } | {
191723
192791
  /** Error type to indicate that communication with the encoder timed out. */
191724
- type: 'encoder_timeout_error';
192792
+ type: 'encoder_communication_timeout';
191725
192793
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191726
192794
  message: string;
191727
192795
  } | {
@@ -191729,6 +192797,11 @@ type Routes = {
191729
192797
  type: 'bridge_disconnected';
191730
192798
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191731
192799
  message: string;
192800
+ } | {
192801
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
192802
+ type: 'encoding_interrupted';
192803
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192804
+ message: string;
191732
192805
  };
191733
192806
  } | {
191734
192807
  /** ID of the action attempt. */
@@ -192799,7 +193872,7 @@ type Routes = {
192799
193872
  message: string;
192800
193873
  } | {
192801
193874
  /** Error type to indicate that communication with the encoder timed out. */
192802
- type: 'encoder_timeout_error';
193875
+ type: 'encoder_communication_timeout';
192803
193876
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
192804
193877
  message: string;
192805
193878
  } | {
@@ -193128,7 +194201,7 @@ type Routes = {
193128
194201
  message: string;
193129
194202
  } | {
193130
194203
  /** Error type to indicate that communication with the encoder timed out. */
193131
- type: 'encoder_timeout_error';
194204
+ type: 'encoder_communication_timeout';
193132
194205
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
193133
194206
  message: string;
193134
194207
  } | {
@@ -193136,6 +194209,11 @@ type Routes = {
193136
194209
  type: 'bridge_disconnected';
193137
194210
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
193138
194211
  message: string;
194212
+ } | {
194213
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
194214
+ type: 'encoding_interrupted';
194215
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
194216
+ message: string;
193139
194217
  };
193140
194218
  } | {
193141
194219
  /** ID of the action attempt. */
@@ -195100,7 +196178,7 @@ type Routes = {
195100
196178
  message: string;
195101
196179
  } | {
195102
196180
  /** Error type to indicate that communication with the encoder timed out. */
195103
- type: 'encoder_timeout_error';
196181
+ type: 'encoder_communication_timeout';
195104
196182
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195105
196183
  message: string;
195106
196184
  } | {
@@ -195429,7 +196507,7 @@ type Routes = {
195429
196507
  message: string;
195430
196508
  } | {
195431
196509
  /** Error type to indicate that communication with the encoder timed out. */
195432
- type: 'encoder_timeout_error';
196510
+ type: 'encoder_communication_timeout';
195433
196511
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195434
196512
  message: string;
195435
196513
  } | {
@@ -195437,6 +196515,11 @@ type Routes = {
195437
196515
  type: 'bridge_disconnected';
195438
196516
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
195439
196517
  message: string;
196518
+ } | {
196519
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
196520
+ type: 'encoding_interrupted';
196521
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
196522
+ message: string;
195440
196523
  };
195441
196524
  } | {
195442
196525
  /** ID of the action attempt. */
@@ -199606,6 +200689,129 @@ type Routes = {
199606
200689
  };
199607
200690
  maxDuration: undefined;
199608
200691
  };
200692
+ '/seam/customer/v1/portals/update': {
200693
+ route: '/seam/customer/v1/portals/update';
200694
+ method: 'PATCH' | 'POST';
200695
+ queryParams: {};
200696
+ jsonBody: {
200697
+ /** ID of the customer portal to update. */
200698
+ customer_portal_id: string;
200699
+ /** Partial portal configuration to merge with the existing configuration. */
200700
+ portal_configuration: {
200701
+ features?: {
200702
+ /** Configuration for the connect accounts feature. */
200703
+ connect?: {
200704
+ /** Whether to exclude this feature from the portal. */
200705
+ exclude?: boolean;
200706
+ /** List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account. */
200707
+ accepted_providers?: string[] | undefined;
200708
+ /** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
200709
+ excluded_providers?: string[] | undefined;
200710
+ };
200711
+ /** Configuration for the manage feature. */
200712
+ manage?: {
200713
+ /** Whether to exclude this feature from the portal. */
200714
+ exclude?: boolean;
200715
+ /** Indicates whether the customer can manage reservations for their properties. */
200716
+ exclude_reservation_management?: boolean;
200717
+ /** Indicates whether to exclude technical details from reservation views. */
200718
+ exclude_reservation_technical_details?: boolean;
200719
+ /** Indicates whether the customer can manage staff for their properties. */
200720
+ exclude_staff_management?: boolean;
200721
+ /** Configuration for event type filtering in the manage feature. */
200722
+ events?: {
200723
+ /** List of event types to show in the events filter. When set, only these event types will be available. Leave empty to show all events. */
200724
+ allowed_events?: string[] | undefined;
200725
+ /** List of event types that are pre-selected in the events filter when the user first loads the events tab. */
200726
+ default_events?: string[] | undefined;
200727
+ } | undefined;
200728
+ };
200729
+ /** Configuration for the manage devices feature.
200730
+ ---
200731
+ deprecated: Use `manage` instead.
200732
+ --- */
200733
+ manage_devices?: {
200734
+ /** Whether to exclude this feature from the portal. */
200735
+ exclude?: boolean;
200736
+ };
200737
+ /** Configuration for the organize feature. */
200738
+ organize?: {
200739
+ /** Whether to exclude this feature from the portal. */
200740
+ exclude?: boolean;
200741
+ };
200742
+ /** Configuration for the configure feature. */
200743
+ configure?: {
200744
+ /** Whether to exclude this feature from the portal. */
200745
+ exclude?: boolean;
200746
+ /** Indicates whether the customer can customize the access automation rules for their properties. */
200747
+ allow_access_automation_rule_customization?: boolean;
200748
+ /** Indicates whether the customer can customize the climate automation rules for their properties. */
200749
+ allow_climate_automation_rule_customization?: boolean;
200750
+ /** Indicates whether the customer can customize the Instant Key profile for their properties. */
200751
+ allow_instant_key_customization?: boolean;
200752
+ };
200753
+ } | undefined;
200754
+ /** Whether the portal is embedded in another application. */
200755
+ is_embedded?: boolean | undefined;
200756
+ /** Configuration for the landing page when the portal loads. */
200757
+ landing_page?: ({
200758
+ manage?: (({
200759
+ space_key: string;
200760
+ } | {
200761
+ property_key: string;
200762
+ } | {
200763
+ room_key: string;
200764
+ } | {
200765
+ common_area_key: string;
200766
+ } | {
200767
+ unit_key: string;
200768
+ } | {
200769
+ facility_key: string;
200770
+ } | {
200771
+ building_key: string;
200772
+ } | {
200773
+ listing_key: string;
200774
+ } | {
200775
+ property_listing_key: string;
200776
+ } | {
200777
+ site_key: string;
200778
+ }) | ({
200779
+ reservation_key: string;
200780
+ } | {
200781
+ booking_key: string;
200782
+ } | {
200783
+ access_grant_key: string;
200784
+ })) | undefined;
200785
+ } | undefined) | undefined;
200786
+ /** The locale to use for the portal. */
200787
+ locale?: (('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined) | undefined;
200788
+ /** Whether to exclude the option to select a locale within the portal UI. */
200789
+ exclude_locale_picker?: boolean | undefined;
200790
+ /** The ID of the customization profile to use for the portal. */
200791
+ customization_profile_id?: (string | undefined) | undefined;
200792
+ /** Filter configuration for resources based on their custom_metadata. Each filter specifies a field, operation, and value to match against resource custom_metadata. */
200793
+ customer_resources_filters?: ({
200794
+ /** The custom_metadata field name to filter on. */
200795
+ field: string;
200796
+ /** The comparison operation. Currently only '=' is supported. */
200797
+ operation: '=';
200798
+ /** The value to compare against. */
200799
+ value: string | boolean;
200800
+ }[] | undefined) | undefined;
200801
+ /** Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links. */
200802
+ navigation_mode?: ('full' | 'restricted') | undefined;
200803
+ /** Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource. */
200804
+ deep_link?: ({
200805
+ resource_type: 'reservation' | 'space';
200806
+ resource_key: string;
200807
+ } | undefined) | undefined;
200808
+ };
200809
+ };
200810
+ commonParams: {};
200811
+ formData: {};
200812
+ jsonResponse: {};
200813
+ maxDuration: undefined;
200814
+ };
199609
200815
  '/seam/customer/v1/reservations/get': {
199610
200816
  route: '/seam/customer/v1/reservations/get';
199611
200817
  method: 'GET' | 'POST';
@@ -203623,7 +204829,7 @@ type Routes = {
203623
204829
  message: string;
203624
204830
  } | {
203625
204831
  /** Error type to indicate that communication with the encoder timed out. */
203626
- type: 'encoder_timeout_error';
204832
+ type: 'encoder_communication_timeout';
203627
204833
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
203628
204834
  message: string;
203629
204835
  } | {
@@ -203952,7 +205158,7 @@ type Routes = {
203952
205158
  message: string;
203953
205159
  } | {
203954
205160
  /** Error type to indicate that communication with the encoder timed out. */
203955
- type: 'encoder_timeout_error';
205161
+ type: 'encoder_communication_timeout';
203956
205162
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
203957
205163
  message: string;
203958
205164
  } | {
@@ -203960,6 +205166,11 @@ type Routes = {
203960
205166
  type: 'bridge_disconnected';
203961
205167
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
203962
205168
  message: string;
205169
+ } | {
205170
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
205171
+ type: 'encoding_interrupted';
205172
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
205173
+ message: string;
203963
205174
  };
203964
205175
  } | {
203965
205176
  /** ID of the action attempt. */
@@ -204959,7 +206170,7 @@ type Routes = {
204959
206170
  message: string;
204960
206171
  } | {
204961
206172
  /** Error type to indicate that communication with the encoder timed out. */
204962
- type: 'encoder_timeout_error';
206173
+ type: 'encoder_communication_timeout';
204963
206174
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
204964
206175
  message: string;
204965
206176
  } | {
@@ -205288,7 +206499,7 @@ type Routes = {
205288
206499
  message: string;
205289
206500
  } | {
205290
206501
  /** Error type to indicate that communication with the encoder timed out. */
205291
- type: 'encoder_timeout_error';
206502
+ type: 'encoder_communication_timeout';
205292
206503
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
205293
206504
  message: string;
205294
206505
  } | {
@@ -205296,6 +206507,11 @@ type Routes = {
205296
206507
  type: 'bridge_disconnected';
205297
206508
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
205298
206509
  message: string;
206510
+ } | {
206511
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
206512
+ type: 'encoding_interrupted';
206513
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206514
+ message: string;
205299
206515
  };
205300
206516
  } | {
205301
206517
  /** ID of the action attempt. */
@@ -206401,7 +207617,7 @@ type Routes = {
206401
207617
  message: string;
206402
207618
  } | {
206403
207619
  /** Error type to indicate that communication with the encoder timed out. */
206404
- type: 'encoder_timeout_error';
207620
+ type: 'encoder_communication_timeout';
206405
207621
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206406
207622
  message: string;
206407
207623
  } | {
@@ -206730,7 +207946,7 @@ type Routes = {
206730
207946
  message: string;
206731
207947
  } | {
206732
207948
  /** Error type to indicate that communication with the encoder timed out. */
206733
- type: 'encoder_timeout_error';
207949
+ type: 'encoder_communication_timeout';
206734
207950
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206735
207951
  message: string;
206736
207952
  } | {
@@ -206738,6 +207954,11 @@ type Routes = {
206738
207954
  type: 'bridge_disconnected';
206739
207955
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
206740
207956
  message: string;
207957
+ } | {
207958
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
207959
+ type: 'encoding_interrupted';
207960
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
207961
+ message: string;
206741
207962
  };
206742
207963
  } | {
206743
207964
  /** ID of the action attempt. */
@@ -209088,7 +210309,7 @@ type Routes = {
209088
210309
  message: string;
209089
210310
  } | {
209090
210311
  /** Error type to indicate that communication with the encoder timed out. */
209091
- type: 'encoder_timeout_error';
210312
+ type: 'encoder_communication_timeout';
209092
210313
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209093
210314
  message: string;
209094
210315
  } | {
@@ -209417,7 +210638,7 @@ type Routes = {
209417
210638
  message: string;
209418
210639
  } | {
209419
210640
  /** Error type to indicate that communication with the encoder timed out. */
209420
- type: 'encoder_timeout_error';
210641
+ type: 'encoder_communication_timeout';
209421
210642
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209422
210643
  message: string;
209423
210644
  } | {
@@ -209425,6 +210646,11 @@ type Routes = {
209425
210646
  type: 'bridge_disconnected';
209426
210647
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
209427
210648
  message: string;
210649
+ } | {
210650
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
210651
+ type: 'encoding_interrupted';
210652
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
210653
+ message: string;
209428
210654
  };
209429
210655
  } | {
209430
210656
  /** ID of the action attempt. */
@@ -210428,7 +211654,7 @@ type Routes = {
210428
211654
  message: string;
210429
211655
  } | {
210430
211656
  /** Error type to indicate that communication with the encoder timed out. */
210431
- type: 'encoder_timeout_error';
211657
+ type: 'encoder_communication_timeout';
210432
211658
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
210433
211659
  message: string;
210434
211660
  } | {
@@ -210757,7 +211983,7 @@ type Routes = {
210757
211983
  message: string;
210758
211984
  } | {
210759
211985
  /** Error type to indicate that communication with the encoder timed out. */
210760
- type: 'encoder_timeout_error';
211986
+ type: 'encoder_communication_timeout';
210761
211987
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
210762
211988
  message: string;
210763
211989
  } | {
@@ -210765,6 +211991,11 @@ type Routes = {
210765
211991
  type: 'bridge_disconnected';
210766
211992
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
210767
211993
  message: string;
211994
+ } | {
211995
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
211996
+ type: 'encoding_interrupted';
211997
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
211998
+ message: string;
210768
211999
  };
210769
212000
  } | {
210770
212001
  /** ID of the action attempt. */
@@ -214449,7 +215680,7 @@ type Routes = {
214449
215680
  message: string;
214450
215681
  } | {
214451
215682
  /** Error type to indicate that communication with the encoder timed out. */
214452
- type: 'encoder_timeout_error';
215683
+ type: 'encoder_communication_timeout';
214453
215684
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
214454
215685
  message: string;
214455
215686
  } | {
@@ -214778,7 +216009,7 @@ type Routes = {
214778
216009
  message: string;
214779
216010
  } | {
214780
216011
  /** Error type to indicate that communication with the encoder timed out. */
214781
- type: 'encoder_timeout_error';
216012
+ type: 'encoder_communication_timeout';
214782
216013
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
214783
216014
  message: string;
214784
216015
  } | {
@@ -214786,6 +216017,11 @@ type Routes = {
214786
216017
  type: 'bridge_disconnected';
214787
216018
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
214788
216019
  message: string;
216020
+ } | {
216021
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
216022
+ type: 'encoding_interrupted';
216023
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
216024
+ message: string;
214789
216025
  };
214790
216026
  } | {
214791
216027
  /** ID of the action attempt. */
@@ -215984,7 +217220,7 @@ type Routes = {
215984
217220
  message: string;
215985
217221
  } | {
215986
217222
  /** Error type to indicate that communication with the encoder timed out. */
215987
- type: 'encoder_timeout_error';
217223
+ type: 'encoder_communication_timeout';
215988
217224
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
215989
217225
  message: string;
215990
217226
  } | {
@@ -216313,7 +217549,7 @@ type Routes = {
216313
217549
  message: string;
216314
217550
  } | {
216315
217551
  /** Error type to indicate that communication with the encoder timed out. */
216316
- type: 'encoder_timeout_error';
217552
+ type: 'encoder_communication_timeout';
216317
217553
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
216318
217554
  message: string;
216319
217555
  } | {
@@ -216321,6 +217557,11 @@ type Routes = {
216321
217557
  type: 'bridge_disconnected';
216322
217558
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
216323
217559
  message: string;
217560
+ } | {
217561
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
217562
+ type: 'encoding_interrupted';
217563
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217564
+ message: string;
216324
217565
  };
216325
217566
  } | {
216326
217567
  /** ID of the action attempt. */
@@ -217347,7 +218588,7 @@ type Routes = {
217347
218588
  message: string;
217348
218589
  } | {
217349
218590
  /** Error type to indicate that communication with the encoder timed out. */
217350
- type: 'encoder_timeout_error';
218591
+ type: 'encoder_communication_timeout';
217351
218592
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217352
218593
  message: string;
217353
218594
  } | {
@@ -217676,7 +218917,7 @@ type Routes = {
217676
218917
  message: string;
217677
218918
  } | {
217678
218919
  /** Error type to indicate that communication with the encoder timed out. */
217679
- type: 'encoder_timeout_error';
218920
+ type: 'encoder_communication_timeout';
217680
218921
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217681
218922
  message: string;
217682
218923
  } | {
@@ -217684,6 +218925,11 @@ type Routes = {
217684
218925
  type: 'bridge_disconnected';
217685
218926
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
217686
218927
  message: string;
218928
+ } | {
218929
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
218930
+ type: 'encoding_interrupted';
218931
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
218932
+ message: string;
217687
218933
  };
217688
218934
  } | {
217689
218935
  /** ID of the action attempt. */
@@ -218822,7 +220068,7 @@ type Routes = {
218822
220068
  message: string;
218823
220069
  } | {
218824
220070
  /** Error type to indicate that communication with the encoder timed out. */
218825
- type: 'encoder_timeout_error';
220071
+ type: 'encoder_communication_timeout';
218826
220072
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
218827
220073
  message: string;
218828
220074
  } | {
@@ -219151,7 +220397,7 @@ type Routes = {
219151
220397
  message: string;
219152
220398
  } | {
219153
220399
  /** Error type to indicate that communication with the encoder timed out. */
219154
- type: 'encoder_timeout_error';
220400
+ type: 'encoder_communication_timeout';
219155
220401
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219156
220402
  message: string;
219157
220403
  } | {
@@ -219159,6 +220405,11 @@ type Routes = {
219159
220405
  type: 'bridge_disconnected';
219160
220406
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
219161
220407
  message: string;
220408
+ } | {
220409
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
220410
+ type: 'encoding_interrupted';
220411
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
220412
+ message: string;
219162
220413
  };
219163
220414
  } | {
219164
220415
  /** ID of the action attempt. */
@@ -226295,7 +227546,7 @@ type Routes = {
226295
227546
  message: string;
226296
227547
  } | {
226297
227548
  /** Error type to indicate that communication with the encoder timed out. */
226298
- type: 'encoder_timeout_error';
227549
+ type: 'encoder_communication_timeout';
226299
227550
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
226300
227551
  message: string;
226301
227552
  } | {
@@ -226624,7 +227875,7 @@ type Routes = {
226624
227875
  message: string;
226625
227876
  } | {
226626
227877
  /** Error type to indicate that communication with the encoder timed out. */
226627
- type: 'encoder_timeout_error';
227878
+ type: 'encoder_communication_timeout';
226628
227879
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
226629
227880
  message: string;
226630
227881
  } | {
@@ -226632,6 +227883,11 @@ type Routes = {
226632
227883
  type: 'bridge_disconnected';
226633
227884
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
226634
227885
  message: string;
227886
+ } | {
227887
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
227888
+ type: 'encoding_interrupted';
227889
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
227890
+ message: string;
226635
227891
  };
226636
227892
  } | {
226637
227893
  /** ID of the action attempt. */
@@ -233156,7 +234412,7 @@ type Routes = {
233156
234412
  message: string;
233157
234413
  } | {
233158
234414
  /** Error type to indicate that communication with the encoder timed out. */
233159
- type: 'encoder_timeout_error';
234415
+ type: 'encoder_communication_timeout';
233160
234416
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
233161
234417
  message: string;
233162
234418
  } | {
@@ -233485,7 +234741,7 @@ type Routes = {
233485
234741
  message: string;
233486
234742
  } | {
233487
234743
  /** Error type to indicate that communication with the encoder timed out. */
233488
- type: 'encoder_timeout_error';
234744
+ type: 'encoder_communication_timeout';
233489
234745
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
233490
234746
  message: string;
233491
234747
  } | {
@@ -233493,6 +234749,11 @@ type Routes = {
233493
234749
  type: 'bridge_disconnected';
233494
234750
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
233495
234751
  message: string;
234752
+ } | {
234753
+ /** Error type to indicate that encoding was interrupted, for example, if the card was removed from the encoder before writing was complete. */
234754
+ type: 'encoding_interrupted';
234755
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
234756
+ message: string;
233496
234757
  };
233497
234758
  } | {
233498
234759
  /** ID of the action attempt. */