@seamapi/types 1.771.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.
@@ -488,7 +488,7 @@ export type Routes = {
488
488
  message: string;
489
489
  } | {
490
490
  /** Error type to indicate that communication with the encoder timed out. */
491
- type: 'encoder_timeout_error';
491
+ type: 'encoder_communication_timeout';
492
492
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
493
493
  message: string;
494
494
  } | {
@@ -817,7 +817,7 @@ export type Routes = {
817
817
  message: string;
818
818
  } | {
819
819
  /** Error type to indicate that communication with the encoder timed out. */
820
- type: 'encoder_timeout_error';
820
+ type: 'encoder_communication_timeout';
821
821
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
822
822
  message: string;
823
823
  } | {
@@ -2891,7 +2891,7 @@ export type Routes = {
2891
2891
  message: string;
2892
2892
  } | {
2893
2893
  /** Error type to indicate that communication with the encoder timed out. */
2894
- type: 'encoder_timeout_error';
2894
+ type: 'encoder_communication_timeout';
2895
2895
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2896
2896
  message: string;
2897
2897
  } | {
@@ -3220,7 +3220,7 @@ export type Routes = {
3220
3220
  message: string;
3221
3221
  } | {
3222
3222
  /** Error type to indicate that communication with the encoder timed out. */
3223
- type: 'encoder_timeout_error';
3223
+ type: 'encoder_communication_timeout';
3224
3224
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3225
3225
  message: string;
3226
3226
  } | {
@@ -6989,7 +6989,7 @@ export type Routes = {
6989
6989
  message: string;
6990
6990
  } | {
6991
6991
  /** Error type to indicate that communication with the encoder timed out. */
6992
- type: 'encoder_timeout_error';
6992
+ type: 'encoder_communication_timeout';
6993
6993
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6994
6994
  message: string;
6995
6995
  } | {
@@ -7318,7 +7318,7 @@ export type Routes = {
7318
7318
  message: string;
7319
7319
  } | {
7320
7320
  /** Error type to indicate that communication with the encoder timed out. */
7321
- type: 'encoder_timeout_error';
7321
+ type: 'encoder_communication_timeout';
7322
7322
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7323
7323
  message: string;
7324
7324
  } | {
@@ -9428,7 +9428,7 @@ export type Routes = {
9428
9428
  message: string;
9429
9429
  } | {
9430
9430
  /** Error type to indicate that communication with the encoder timed out. */
9431
- type: 'encoder_timeout_error';
9431
+ type: 'encoder_communication_timeout';
9432
9432
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9433
9433
  message: string;
9434
9434
  } | {
@@ -9757,7 +9757,7 @@ export type Routes = {
9757
9757
  message: string;
9758
9758
  } | {
9759
9759
  /** Error type to indicate that communication with the encoder timed out. */
9760
- type: 'encoder_timeout_error';
9760
+ type: 'encoder_communication_timeout';
9761
9761
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9762
9762
  message: string;
9763
9763
  } | {
@@ -14048,7 +14048,7 @@ export type Routes = {
14048
14048
  message: string;
14049
14049
  } | {
14050
14050
  /** Error type to indicate that communication with the encoder timed out. */
14051
- type: 'encoder_timeout_error';
14051
+ type: 'encoder_communication_timeout';
14052
14052
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
14053
14053
  message: string;
14054
14054
  } | {
@@ -14377,7 +14377,7 @@ export type Routes = {
14377
14377
  message: string;
14378
14378
  } | {
14379
14379
  /** Error type to indicate that communication with the encoder timed out. */
14380
- type: 'encoder_timeout_error';
14380
+ type: 'encoder_communication_timeout';
14381
14381
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
14382
14382
  message: string;
14383
14383
  } | {
@@ -20627,7 +20627,7 @@ export type Routes = {
20627
20627
  message: string;
20628
20628
  } | {
20629
20629
  /** Error type to indicate that communication with the encoder timed out. */
20630
- type: 'encoder_timeout_error';
20630
+ type: 'encoder_communication_timeout';
20631
20631
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
20632
20632
  message: string;
20633
20633
  } | {
@@ -20956,7 +20956,7 @@ export type Routes = {
20956
20956
  message: string;
20957
20957
  } | {
20958
20958
  /** Error type to indicate that communication with the encoder timed out. */
20959
- type: 'encoder_timeout_error';
20959
+ type: 'encoder_communication_timeout';
20960
20960
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
20961
20961
  message: string;
20962
20962
  } | {
@@ -22070,7 +22070,7 @@ export type Routes = {
22070
22070
  message: string;
22071
22071
  } | {
22072
22072
  /** Error type to indicate that communication with the encoder timed out. */
22073
- type: 'encoder_timeout_error';
22073
+ type: 'encoder_communication_timeout';
22074
22074
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
22075
22075
  message: string;
22076
22076
  } | {
@@ -22399,7 +22399,7 @@ export type Routes = {
22399
22399
  message: string;
22400
22400
  } | {
22401
22401
  /** Error type to indicate that communication with the encoder timed out. */
22402
- type: 'encoder_timeout_error';
22402
+ type: 'encoder_communication_timeout';
22403
22403
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
22404
22404
  message: string;
22405
22405
  } | {
@@ -23975,7 +23975,7 @@ export type Routes = {
23975
23975
  message: string;
23976
23976
  } | {
23977
23977
  /** Error type to indicate that communication with the encoder timed out. */
23978
- type: 'encoder_timeout_error';
23978
+ type: 'encoder_communication_timeout';
23979
23979
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
23980
23980
  message: string;
23981
23981
  } | {
@@ -24304,7 +24304,7 @@ export type Routes = {
24304
24304
  message: string;
24305
24305
  } | {
24306
24306
  /** Error type to indicate that communication with the encoder timed out. */
24307
- type: 'encoder_timeout_error';
24307
+ type: 'encoder_communication_timeout';
24308
24308
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
24309
24309
  message: string;
24310
24310
  } | {
@@ -27347,7 +27347,7 @@ export type Routes = {
27347
27347
  message: string;
27348
27348
  } | {
27349
27349
  /** Error type to indicate that communication with the encoder timed out. */
27350
- type: 'encoder_timeout_error';
27350
+ type: 'encoder_communication_timeout';
27351
27351
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27352
27352
  message: string;
27353
27353
  } | {
@@ -27676,7 +27676,7 @@ export type Routes = {
27676
27676
  message: string;
27677
27677
  } | {
27678
27678
  /** Error type to indicate that communication with the encoder timed out. */
27679
- type: 'encoder_timeout_error';
27679
+ type: 'encoder_communication_timeout';
27680
27680
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27681
27681
  message: string;
27682
27682
  } | {
@@ -28683,7 +28683,7 @@ export type Routes = {
28683
28683
  message: string;
28684
28684
  } | {
28685
28685
  /** Error type to indicate that communication with the encoder timed out. */
28686
- type: 'encoder_timeout_error';
28686
+ type: 'encoder_communication_timeout';
28687
28687
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
28688
28688
  message: string;
28689
28689
  } | {
@@ -29012,7 +29012,7 @@ export type Routes = {
29012
29012
  message: string;
29013
29013
  } | {
29014
29014
  /** Error type to indicate that communication with the encoder timed out. */
29015
- type: 'encoder_timeout_error';
29015
+ type: 'encoder_communication_timeout';
29016
29016
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
29017
29017
  message: string;
29018
29018
  } | {
@@ -41540,7 +41540,7 @@ export type Routes = {
41540
41540
  message: string;
41541
41541
  } | {
41542
41542
  /** Error type to indicate that communication with the encoder timed out. */
41543
- type: 'encoder_timeout_error';
41543
+ type: 'encoder_communication_timeout';
41544
41544
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
41545
41545
  message: string;
41546
41546
  } | {
@@ -41869,7 +41869,7 @@ export type Routes = {
41869
41869
  message: string;
41870
41870
  } | {
41871
41871
  /** Error type to indicate that communication with the encoder timed out. */
41872
- type: 'encoder_timeout_error';
41872
+ type: 'encoder_communication_timeout';
41873
41873
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
41874
41874
  message: string;
41875
41875
  } | {
@@ -48222,7 +48222,7 @@ export type Routes = {
48222
48222
  message: string;
48223
48223
  } | {
48224
48224
  /** Error type to indicate that communication with the encoder timed out. */
48225
- type: 'encoder_timeout_error';
48225
+ type: 'encoder_communication_timeout';
48226
48226
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
48227
48227
  message: string;
48228
48228
  } | {
@@ -48551,7 +48551,7 @@ export type Routes = {
48551
48551
  message: string;
48552
48552
  } | {
48553
48553
  /** Error type to indicate that communication with the encoder timed out. */
48554
- type: 'encoder_timeout_error';
48554
+ type: 'encoder_communication_timeout';
48555
48555
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
48556
48556
  message: string;
48557
48557
  } | {
@@ -49559,7 +49559,7 @@ export type Routes = {
49559
49559
  message: string;
49560
49560
  } | {
49561
49561
  /** Error type to indicate that communication with the encoder timed out. */
49562
- type: 'encoder_timeout_error';
49562
+ type: 'encoder_communication_timeout';
49563
49563
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49564
49564
  message: string;
49565
49565
  } | {
@@ -49888,7 +49888,7 @@ export type Routes = {
49888
49888
  message: string;
49889
49889
  } | {
49890
49890
  /** Error type to indicate that communication with the encoder timed out. */
49891
- type: 'encoder_timeout_error';
49891
+ type: 'encoder_communication_timeout';
49892
49892
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49893
49893
  message: string;
49894
49894
  } | {
@@ -50894,7 +50894,7 @@ export type Routes = {
50894
50894
  message: string;
50895
50895
  } | {
50896
50896
  /** Error type to indicate that communication with the encoder timed out. */
50897
- type: 'encoder_timeout_error';
50897
+ type: 'encoder_communication_timeout';
50898
50898
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
50899
50899
  message: string;
50900
50900
  } | {
@@ -51223,7 +51223,7 @@ export type Routes = {
51223
51223
  message: string;
51224
51224
  } | {
51225
51225
  /** Error type to indicate that communication with the encoder timed out. */
51226
- type: 'encoder_timeout_error';
51226
+ type: 'encoder_communication_timeout';
51227
51227
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
51228
51228
  message: string;
51229
51229
  } | {
@@ -52231,7 +52231,7 @@ export type Routes = {
52231
52231
  message: string;
52232
52232
  } | {
52233
52233
  /** Error type to indicate that communication with the encoder timed out. */
52234
- type: 'encoder_timeout_error';
52234
+ type: 'encoder_communication_timeout';
52235
52235
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
52236
52236
  message: string;
52237
52237
  } | {
@@ -52560,7 +52560,7 @@ export type Routes = {
52560
52560
  message: string;
52561
52561
  } | {
52562
52562
  /** Error type to indicate that communication with the encoder timed out. */
52563
- type: 'encoder_timeout_error';
52563
+ type: 'encoder_communication_timeout';
52564
52564
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
52565
52565
  message: string;
52566
52566
  } | {
@@ -56267,7 +56267,7 @@ export type Routes = {
56267
56267
  message: string;
56268
56268
  } | {
56269
56269
  /** Error type to indicate that communication with the encoder timed out. */
56270
- type: 'encoder_timeout_error';
56270
+ type: 'encoder_communication_timeout';
56271
56271
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
56272
56272
  message: string;
56273
56273
  } | {
@@ -56596,7 +56596,7 @@ export type Routes = {
56596
56596
  message: string;
56597
56597
  } | {
56598
56598
  /** Error type to indicate that communication with the encoder timed out. */
56599
- type: 'encoder_timeout_error';
56599
+ type: 'encoder_communication_timeout';
56600
56600
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
56601
56601
  message: string;
56602
56602
  } | {
@@ -57623,7 +57623,7 @@ export type Routes = {
57623
57623
  message: string;
57624
57624
  } | {
57625
57625
  /** Error type to indicate that communication with the encoder timed out. */
57626
- type: 'encoder_timeout_error';
57626
+ type: 'encoder_communication_timeout';
57627
57627
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
57628
57628
  message: string;
57629
57629
  } | {
@@ -57952,7 +57952,7 @@ export type Routes = {
57952
57952
  message: string;
57953
57953
  } | {
57954
57954
  /** Error type to indicate that communication with the encoder timed out. */
57955
- type: 'encoder_timeout_error';
57955
+ type: 'encoder_communication_timeout';
57956
57956
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
57957
57957
  message: string;
57958
57958
  } | {
@@ -59035,7 +59035,7 @@ export type Routes = {
59035
59035
  message: string;
59036
59036
  } | {
59037
59037
  /** Error type to indicate that communication with the encoder timed out. */
59038
- type: 'encoder_timeout_error';
59038
+ type: 'encoder_communication_timeout';
59039
59039
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
59040
59040
  message: string;
59041
59041
  } | {
@@ -59364,7 +59364,7 @@ export type Routes = {
59364
59364
  message: string;
59365
59365
  } | {
59366
59366
  /** Error type to indicate that communication with the encoder timed out. */
59367
- type: 'encoder_timeout_error';
59367
+ type: 'encoder_communication_timeout';
59368
59368
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
59369
59369
  message: string;
59370
59370
  } | {
@@ -61341,7 +61341,7 @@ export type Routes = {
61341
61341
  message: string;
61342
61342
  } | {
61343
61343
  /** Error type to indicate that communication with the encoder timed out. */
61344
- type: 'encoder_timeout_error';
61344
+ type: 'encoder_communication_timeout';
61345
61345
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
61346
61346
  message: string;
61347
61347
  } | {
@@ -61670,7 +61670,7 @@ export type Routes = {
61670
61670
  message: string;
61671
61671
  } | {
61672
61672
  /** Error type to indicate that communication with the encoder timed out. */
61673
- type: 'encoder_timeout_error';
61673
+ type: 'encoder_communication_timeout';
61674
61674
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
61675
61675
  message: string;
61676
61676
  } | {
@@ -69992,7 +69992,7 @@ export type Routes = {
69992
69992
  message: string;
69993
69993
  } | {
69994
69994
  /** Error type to indicate that communication with the encoder timed out. */
69995
- type: 'encoder_timeout_error';
69995
+ type: 'encoder_communication_timeout';
69996
69996
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
69997
69997
  message: string;
69998
69998
  } | {
@@ -70321,7 +70321,7 @@ export type Routes = {
70321
70321
  message: string;
70322
70322
  } | {
70323
70323
  /** Error type to indicate that communication with the encoder timed out. */
70324
- type: 'encoder_timeout_error';
70324
+ type: 'encoder_communication_timeout';
70325
70325
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70326
70326
  message: string;
70327
70327
  } | {
@@ -71333,7 +71333,7 @@ export type Routes = {
71333
71333
  message: string;
71334
71334
  } | {
71335
71335
  /** Error type to indicate that communication with the encoder timed out. */
71336
- type: 'encoder_timeout_error';
71336
+ type: 'encoder_communication_timeout';
71337
71337
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71338
71338
  message: string;
71339
71339
  } | {
@@ -71662,7 +71662,7 @@ export type Routes = {
71662
71662
  message: string;
71663
71663
  } | {
71664
71664
  /** Error type to indicate that communication with the encoder timed out. */
71665
- type: 'encoder_timeout_error';
71665
+ type: 'encoder_communication_timeout';
71666
71666
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71667
71667
  message: string;
71668
71668
  } | {
@@ -72780,7 +72780,7 @@ export type Routes = {
72780
72780
  message: string;
72781
72781
  } | {
72782
72782
  /** Error type to indicate that communication with the encoder timed out. */
72783
- type: 'encoder_timeout_error';
72783
+ type: 'encoder_communication_timeout';
72784
72784
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72785
72785
  message: string;
72786
72786
  } | {
@@ -73109,7 +73109,7 @@ export type Routes = {
73109
73109
  message: string;
73110
73110
  } | {
73111
73111
  /** Error type to indicate that communication with the encoder timed out. */
73112
- type: 'encoder_timeout_error';
73112
+ type: 'encoder_communication_timeout';
73113
73113
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73114
73114
  message: string;
73115
73115
  } | {
@@ -75472,7 +75472,7 @@ export type Routes = {
75472
75472
  message: string;
75473
75473
  } | {
75474
75474
  /** Error type to indicate that communication with the encoder timed out. */
75475
- type: 'encoder_timeout_error';
75475
+ type: 'encoder_communication_timeout';
75476
75476
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75477
75477
  message: string;
75478
75478
  } | {
@@ -75801,7 +75801,7 @@ export type Routes = {
75801
75801
  message: string;
75802
75802
  } | {
75803
75803
  /** Error type to indicate that communication with the encoder timed out. */
75804
- type: 'encoder_timeout_error';
75804
+ type: 'encoder_communication_timeout';
75805
75805
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75806
75806
  message: string;
75807
75807
  } | {
@@ -76817,7 +76817,7 @@ export type Routes = {
76817
76817
  message: string;
76818
76818
  } | {
76819
76819
  /** Error type to indicate that communication with the encoder timed out. */
76820
- type: 'encoder_timeout_error';
76820
+ type: 'encoder_communication_timeout';
76821
76821
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
76822
76822
  message: string;
76823
76823
  } | {
@@ -77146,7 +77146,7 @@ export type Routes = {
77146
77146
  message: string;
77147
77147
  } | {
77148
77148
  /** Error type to indicate that communication with the encoder timed out. */
77149
- type: 'encoder_timeout_error';
77149
+ type: 'encoder_communication_timeout';
77150
77150
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
77151
77151
  message: string;
77152
77152
  } | {
@@ -80843,7 +80843,7 @@ export type Routes = {
80843
80843
  message: string;
80844
80844
  } | {
80845
80845
  /** Error type to indicate that communication with the encoder timed out. */
80846
- type: 'encoder_timeout_error';
80846
+ type: 'encoder_communication_timeout';
80847
80847
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
80848
80848
  message: string;
80849
80849
  } | {
@@ -81172,7 +81172,7 @@ export type Routes = {
81172
81172
  message: string;
81173
81173
  } | {
81174
81174
  /** Error type to indicate that communication with the encoder timed out. */
81175
- type: 'encoder_timeout_error';
81175
+ type: 'encoder_communication_timeout';
81176
81176
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
81177
81177
  message: string;
81178
81178
  } | {
@@ -82383,7 +82383,7 @@ export type Routes = {
82383
82383
  message: string;
82384
82384
  } | {
82385
82385
  /** Error type to indicate that communication with the encoder timed out. */
82386
- type: 'encoder_timeout_error';
82386
+ type: 'encoder_communication_timeout';
82387
82387
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
82388
82388
  message: string;
82389
82389
  } | {
@@ -82712,7 +82712,7 @@ export type Routes = {
82712
82712
  message: string;
82713
82713
  } | {
82714
82714
  /** Error type to indicate that communication with the encoder timed out. */
82715
- type: 'encoder_timeout_error';
82715
+ type: 'encoder_communication_timeout';
82716
82716
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
82717
82717
  message: string;
82718
82718
  } | {
@@ -83751,7 +83751,7 @@ export type Routes = {
83751
83751
  message: string;
83752
83752
  } | {
83753
83753
  /** Error type to indicate that communication with the encoder timed out. */
83754
- type: 'encoder_timeout_error';
83754
+ type: 'encoder_communication_timeout';
83755
83755
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83756
83756
  message: string;
83757
83757
  } | {
@@ -84080,7 +84080,7 @@ export type Routes = {
84080
84080
  message: string;
84081
84081
  } | {
84082
84082
  /** Error type to indicate that communication with the encoder timed out. */
84083
- type: 'encoder_timeout_error';
84083
+ type: 'encoder_communication_timeout';
84084
84084
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84085
84085
  message: string;
84086
84086
  } | {
@@ -85231,7 +85231,7 @@ export type Routes = {
85231
85231
  message: string;
85232
85232
  } | {
85233
85233
  /** Error type to indicate that communication with the encoder timed out. */
85234
- type: 'encoder_timeout_error';
85234
+ type: 'encoder_communication_timeout';
85235
85235
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85236
85236
  message: string;
85237
85237
  } | {
@@ -85560,7 +85560,7 @@ export type Routes = {
85560
85560
  message: string;
85561
85561
  } | {
85562
85562
  /** Error type to indicate that communication with the encoder timed out. */
85563
- type: 'encoder_timeout_error';
85563
+ type: 'encoder_communication_timeout';
85564
85564
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85565
85565
  message: string;
85566
85566
  } | {
@@ -92709,7 +92709,7 @@ export type Routes = {
92709
92709
  message: string;
92710
92710
  } | {
92711
92711
  /** Error type to indicate that communication with the encoder timed out. */
92712
- type: 'encoder_timeout_error';
92712
+ type: 'encoder_communication_timeout';
92713
92713
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
92714
92714
  message: string;
92715
92715
  } | {
@@ -93038,7 +93038,7 @@ export type Routes = {
93038
93038
  message: string;
93039
93039
  } | {
93040
93040
  /** Error type to indicate that communication with the encoder timed out. */
93041
- type: 'encoder_timeout_error';
93041
+ type: 'encoder_communication_timeout';
93042
93042
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
93043
93043
  message: string;
93044
93044
  } | {
@@ -99575,7 +99575,7 @@ export type Routes = {
99575
99575
  message: string;
99576
99576
  } | {
99577
99577
  /** Error type to indicate that communication with the encoder timed out. */
99578
- type: 'encoder_timeout_error';
99578
+ type: 'encoder_communication_timeout';
99579
99579
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99580
99580
  message: string;
99581
99581
  } | {
@@ -99904,7 +99904,7 @@ export type Routes = {
99904
99904
  message: string;
99905
99905
  } | {
99906
99906
  /** Error type to indicate that communication with the encoder timed out. */
99907
- type: 'encoder_timeout_error';
99907
+ type: 'encoder_communication_timeout';
99908
99908
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99909
99909
  message: string;
99910
99910
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.771.0",
3
+ "version": "1.772.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -75,10 +75,10 @@ const encoder_not_online_error = z
75
75
  })
76
76
  .describe('Error to indicate that the encoder is not online.')
77
77
 
78
- const encoder_timeout_error = z
78
+ const encoder_communication_timeout = z
79
79
  .object({
80
80
  type: z
81
- .literal('encoder_timeout_error')
81
+ .literal('encoder_communication_timeout')
82
82
  .describe(
83
83
  'Error type to indicate that communication with the encoder timed out.',
84
84
  ),
@@ -130,7 +130,7 @@ const error = z.union([
130
130
  incompatible_card_format_error,
131
131
  credential_cannot_be_reissued,
132
132
  encoder_not_online_error,
133
- encoder_timeout_error,
133
+ encoder_communication_timeout,
134
134
  bridge_disconnected_error,
135
135
  encoding_interrupted_error,
136
136
  ])
@@ -44,10 +44,10 @@ const encoder_not_online_error = z
44
44
  })
45
45
  .describe('Error to indicate that the encoder is not online.')
46
46
 
47
- const encoder_timeout_error = z
47
+ const encoder_communication_timeout = z
48
48
  .object({
49
49
  type: z
50
- .literal('encoder_timeout_error')
50
+ .literal('encoder_communication_timeout')
51
51
  .describe(
52
52
  'Error type to indicate that communication with the encoder timed out.',
53
53
  ),
@@ -80,7 +80,7 @@ const error = z.union([
80
80
  ...common_action_attempt_errors,
81
81
  no_credential_on_encoder_error,
82
82
  encoder_not_online_error,
83
- encoder_timeout_error,
83
+ encoder_communication_timeout,
84
84
  bridge_disconnected_error,
85
85
  ])
86
86
 
@@ -6904,7 +6904,7 @@ export default {
6904
6904
  type: {
6905
6905
  description:
6906
6906
  'Error type to indicate that communication with the encoder timed out.',
6907
- enum: ['encoder_timeout_error'],
6907
+ enum: ['encoder_communication_timeout'],
6908
6908
  type: 'string',
6909
6909
  },
6910
6910
  },
@@ -8072,7 +8072,7 @@ export default {
8072
8072
  type: {
8073
8073
  description:
8074
8074
  'Error type to indicate that communication with the encoder timed out.',
8075
- enum: ['encoder_timeout_error'],
8075
+ enum: ['encoder_communication_timeout'],
8076
8076
  type: 'string',
8077
8077
  },
8078
8078
  },