@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.
- package/dist/connect.cjs +8 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +84 -84
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -14
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +60 -60
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +60 -60
|
@@ -581,7 +581,7 @@ export type Routes = {
|
|
|
581
581
|
}
|
|
582
582
|
| {
|
|
583
583
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
584
|
-
type: '
|
|
584
|
+
type: 'encoder_communication_timeout'
|
|
585
585
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
586
586
|
message: string
|
|
587
587
|
}
|
|
@@ -981,7 +981,7 @@ export type Routes = {
|
|
|
981
981
|
}
|
|
982
982
|
| {
|
|
983
983
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
984
|
-
type: '
|
|
984
|
+
type: 'encoder_communication_timeout'
|
|
985
985
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
986
986
|
message: string
|
|
987
987
|
}
|
|
@@ -3307,7 +3307,7 @@ export type Routes = {
|
|
|
3307
3307
|
}
|
|
3308
3308
|
| {
|
|
3309
3309
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
3310
|
-
type: '
|
|
3310
|
+
type: 'encoder_communication_timeout'
|
|
3311
3311
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3312
3312
|
message: string
|
|
3313
3313
|
}
|
|
@@ -3707,7 +3707,7 @@ export type Routes = {
|
|
|
3707
3707
|
}
|
|
3708
3708
|
| {
|
|
3709
3709
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
3710
|
-
type: '
|
|
3710
|
+
type: 'encoder_communication_timeout'
|
|
3711
3711
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3712
3712
|
message: string
|
|
3713
3713
|
}
|
|
@@ -7937,7 +7937,7 @@ export type Routes = {
|
|
|
7937
7937
|
}
|
|
7938
7938
|
| {
|
|
7939
7939
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
7940
|
-
type: '
|
|
7940
|
+
type: 'encoder_communication_timeout'
|
|
7941
7941
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7942
7942
|
message: string
|
|
7943
7943
|
}
|
|
@@ -8337,7 +8337,7 @@ export type Routes = {
|
|
|
8337
8337
|
}
|
|
8338
8338
|
| {
|
|
8339
8339
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
8340
|
-
type: '
|
|
8340
|
+
type: 'encoder_communication_timeout'
|
|
8341
8341
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8342
8342
|
message: string
|
|
8343
8343
|
}
|
|
@@ -10699,7 +10699,7 @@ export type Routes = {
|
|
|
10699
10699
|
}
|
|
10700
10700
|
| {
|
|
10701
10701
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
10702
|
-
type: '
|
|
10702
|
+
type: 'encoder_communication_timeout'
|
|
10703
10703
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10704
10704
|
message: string
|
|
10705
10705
|
}
|
|
@@ -11099,7 +11099,7 @@ export type Routes = {
|
|
|
11099
11099
|
}
|
|
11100
11100
|
| {
|
|
11101
11101
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
11102
|
-
type: '
|
|
11102
|
+
type: 'encoder_communication_timeout'
|
|
11103
11103
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11104
11104
|
message: string
|
|
11105
11105
|
}
|
|
@@ -16125,7 +16125,7 @@ export type Routes = {
|
|
|
16125
16125
|
}
|
|
16126
16126
|
| {
|
|
16127
16127
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
16128
|
-
type: '
|
|
16128
|
+
type: 'encoder_communication_timeout'
|
|
16129
16129
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16130
16130
|
message: string
|
|
16131
16131
|
}
|
|
@@ -16525,7 +16525,7 @@ export type Routes = {
|
|
|
16525
16525
|
}
|
|
16526
16526
|
| {
|
|
16527
16527
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
16528
|
-
type: '
|
|
16528
|
+
type: 'encoder_communication_timeout'
|
|
16529
16529
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16530
16530
|
message: string
|
|
16531
16531
|
}
|
|
@@ -23902,7 +23902,7 @@ export type Routes = {
|
|
|
23902
23902
|
}
|
|
23903
23903
|
| {
|
|
23904
23904
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
23905
|
-
type: '
|
|
23905
|
+
type: 'encoder_communication_timeout'
|
|
23906
23906
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23907
23907
|
message: string
|
|
23908
23908
|
}
|
|
@@ -24302,7 +24302,7 @@ export type Routes = {
|
|
|
24302
24302
|
}
|
|
24303
24303
|
| {
|
|
24304
24304
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
24305
|
-
type: '
|
|
24305
|
+
type: 'encoder_communication_timeout'
|
|
24306
24306
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24307
24307
|
message: string
|
|
24308
24308
|
}
|
|
@@ -25560,7 +25560,7 @@ export type Routes = {
|
|
|
25560
25560
|
}
|
|
25561
25561
|
| {
|
|
25562
25562
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
25563
|
-
type: '
|
|
25563
|
+
type: 'encoder_communication_timeout'
|
|
25564
25564
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
25565
25565
|
message: string
|
|
25566
25566
|
}
|
|
@@ -25960,7 +25960,7 @@ export type Routes = {
|
|
|
25960
25960
|
}
|
|
25961
25961
|
| {
|
|
25962
25962
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
25963
|
-
type: '
|
|
25963
|
+
type: 'encoder_communication_timeout'
|
|
25964
25964
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
25965
25965
|
message: string
|
|
25966
25966
|
}
|
|
@@ -27772,7 +27772,7 @@ export type Routes = {
|
|
|
27772
27772
|
}
|
|
27773
27773
|
| {
|
|
27774
27774
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
27775
|
-
type: '
|
|
27775
|
+
type: 'encoder_communication_timeout'
|
|
27776
27776
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27777
27777
|
message: string
|
|
27778
27778
|
}
|
|
@@ -28172,7 +28172,7 @@ export type Routes = {
|
|
|
28172
28172
|
}
|
|
28173
28173
|
| {
|
|
28174
28174
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
28175
|
-
type: '
|
|
28175
|
+
type: 'encoder_communication_timeout'
|
|
28176
28176
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28177
28177
|
message: string
|
|
28178
28178
|
}
|
|
@@ -31724,7 +31724,7 @@ export type Routes = {
|
|
|
31724
31724
|
}
|
|
31725
31725
|
| {
|
|
31726
31726
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
31727
|
-
type: '
|
|
31727
|
+
type: 'encoder_communication_timeout'
|
|
31728
31728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31729
31729
|
message: string
|
|
31730
31730
|
}
|
|
@@ -32124,7 +32124,7 @@ export type Routes = {
|
|
|
32124
32124
|
}
|
|
32125
32125
|
| {
|
|
32126
32126
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
32127
|
-
type: '
|
|
32127
|
+
type: 'encoder_communication_timeout'
|
|
32128
32128
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32129
32129
|
message: string
|
|
32130
32130
|
}
|
|
@@ -33271,7 +33271,7 @@ export type Routes = {
|
|
|
33271
33271
|
}
|
|
33272
33272
|
| {
|
|
33273
33273
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
33274
|
-
type: '
|
|
33274
|
+
type: 'encoder_communication_timeout'
|
|
33275
33275
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33276
33276
|
message: string
|
|
33277
33277
|
}
|
|
@@ -33671,7 +33671,7 @@ export type Routes = {
|
|
|
33671
33671
|
}
|
|
33672
33672
|
| {
|
|
33673
33673
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
33674
|
-
type: '
|
|
33674
|
+
type: 'encoder_communication_timeout'
|
|
33675
33675
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33676
33676
|
message: string
|
|
33677
33677
|
}
|
|
@@ -49251,7 +49251,7 @@ export type Routes = {
|
|
|
49251
49251
|
}
|
|
49252
49252
|
| {
|
|
49253
49253
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
49254
|
-
type: '
|
|
49254
|
+
type: 'encoder_communication_timeout'
|
|
49255
49255
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49256
49256
|
message: string
|
|
49257
49257
|
}
|
|
@@ -49651,7 +49651,7 @@ export type Routes = {
|
|
|
49651
49651
|
}
|
|
49652
49652
|
| {
|
|
49653
49653
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
49654
|
-
type: '
|
|
49654
|
+
type: 'encoder_communication_timeout'
|
|
49655
49655
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49656
49656
|
message: string
|
|
49657
49657
|
}
|
|
@@ -57576,7 +57576,7 @@ export type Routes = {
|
|
|
57576
57576
|
}
|
|
57577
57577
|
| {
|
|
57578
57578
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
57579
|
-
type: '
|
|
57579
|
+
type: 'encoder_communication_timeout'
|
|
57580
57580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57581
57581
|
message: string
|
|
57582
57582
|
}
|
|
@@ -57976,7 +57976,7 @@ export type Routes = {
|
|
|
57976
57976
|
}
|
|
57977
57977
|
| {
|
|
57978
57978
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
57979
|
-
type: '
|
|
57979
|
+
type: 'encoder_communication_timeout'
|
|
57980
57980
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57981
57981
|
message: string
|
|
57982
57982
|
}
|
|
@@ -59124,7 +59124,7 @@ export type Routes = {
|
|
|
59124
59124
|
}
|
|
59125
59125
|
| {
|
|
59126
59126
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
59127
|
-
type: '
|
|
59127
|
+
type: 'encoder_communication_timeout'
|
|
59128
59128
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59129
59129
|
message: string
|
|
59130
59130
|
}
|
|
@@ -59524,7 +59524,7 @@ export type Routes = {
|
|
|
59524
59524
|
}
|
|
59525
59525
|
| {
|
|
59526
59526
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
59527
|
-
type: '
|
|
59527
|
+
type: 'encoder_communication_timeout'
|
|
59528
59528
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59529
59529
|
message: string
|
|
59530
59530
|
}
|
|
@@ -60670,7 +60670,7 @@ export type Routes = {
|
|
|
60670
60670
|
}
|
|
60671
60671
|
| {
|
|
60672
60672
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
60673
|
-
type: '
|
|
60673
|
+
type: 'encoder_communication_timeout'
|
|
60674
60674
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60675
60675
|
message: string
|
|
60676
60676
|
}
|
|
@@ -61070,7 +61070,7 @@ export type Routes = {
|
|
|
61070
61070
|
}
|
|
61071
61071
|
| {
|
|
61072
61072
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
61073
|
-
type: '
|
|
61073
|
+
type: 'encoder_communication_timeout'
|
|
61074
61074
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61075
61075
|
message: string
|
|
61076
61076
|
}
|
|
@@ -62218,7 +62218,7 @@ export type Routes = {
|
|
|
62218
62218
|
}
|
|
62219
62219
|
| {
|
|
62220
62220
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
62221
|
-
type: '
|
|
62221
|
+
type: 'encoder_communication_timeout'
|
|
62222
62222
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62223
62223
|
message: string
|
|
62224
62224
|
}
|
|
@@ -62618,7 +62618,7 @@ export type Routes = {
|
|
|
62618
62618
|
}
|
|
62619
62619
|
| {
|
|
62620
62620
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
62621
|
-
type: '
|
|
62621
|
+
type: 'encoder_communication_timeout'
|
|
62622
62622
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62623
62623
|
message: string
|
|
62624
62624
|
}
|
|
@@ -67159,7 +67159,7 @@ export type Routes = {
|
|
|
67159
67159
|
}
|
|
67160
67160
|
| {
|
|
67161
67161
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
67162
|
-
type: '
|
|
67162
|
+
type: 'encoder_communication_timeout'
|
|
67163
67163
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67164
67164
|
message: string
|
|
67165
67165
|
}
|
|
@@ -67559,7 +67559,7 @@ export type Routes = {
|
|
|
67559
67559
|
}
|
|
67560
67560
|
| {
|
|
67561
67561
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
67562
|
-
type: '
|
|
67562
|
+
type: 'encoder_communication_timeout'
|
|
67563
67563
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67564
67564
|
message: string
|
|
67565
67565
|
}
|
|
@@ -68726,7 +68726,7 @@ export type Routes = {
|
|
|
68726
68726
|
}
|
|
68727
68727
|
| {
|
|
68728
68728
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
68729
|
-
type: '
|
|
68729
|
+
type: 'encoder_communication_timeout'
|
|
68730
68730
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68731
68731
|
message: string
|
|
68732
68732
|
}
|
|
@@ -69126,7 +69126,7 @@ export type Routes = {
|
|
|
69126
69126
|
}
|
|
69127
69127
|
| {
|
|
69128
69128
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
69129
|
-
type: '
|
|
69129
|
+
type: 'encoder_communication_timeout'
|
|
69130
69130
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69131
69131
|
message: string
|
|
69132
69132
|
}
|
|
@@ -70349,7 +70349,7 @@ export type Routes = {
|
|
|
70349
70349
|
}
|
|
70350
70350
|
| {
|
|
70351
70351
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
70352
|
-
type: '
|
|
70352
|
+
type: 'encoder_communication_timeout'
|
|
70353
70353
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70354
70354
|
message: string
|
|
70355
70355
|
}
|
|
@@ -70749,7 +70749,7 @@ export type Routes = {
|
|
|
70749
70749
|
}
|
|
70750
70750
|
| {
|
|
70751
70751
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
70752
|
-
type: '
|
|
70752
|
+
type: 'encoder_communication_timeout'
|
|
70753
70753
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70754
70754
|
message: string
|
|
70755
70755
|
}
|
|
@@ -72932,7 +72932,7 @@ export type Routes = {
|
|
|
72932
72932
|
}
|
|
72933
72933
|
| {
|
|
72934
72934
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
72935
|
-
type: '
|
|
72935
|
+
type: 'encoder_communication_timeout'
|
|
72936
72936
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72937
72937
|
message: string
|
|
72938
72938
|
}
|
|
@@ -73332,7 +73332,7 @@ export type Routes = {
|
|
|
73332
73332
|
}
|
|
73333
73333
|
| {
|
|
73334
73334
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
73335
|
-
type: '
|
|
73335
|
+
type: 'encoder_communication_timeout'
|
|
73336
73336
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73337
73337
|
message: string
|
|
73338
73338
|
}
|
|
@@ -83216,7 +83216,7 @@ export type Routes = {
|
|
|
83216
83216
|
}
|
|
83217
83217
|
| {
|
|
83218
83218
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
83219
|
-
type: '
|
|
83219
|
+
type: 'encoder_communication_timeout'
|
|
83220
83220
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83221
83221
|
message: string
|
|
83222
83222
|
}
|
|
@@ -83616,7 +83616,7 @@ export type Routes = {
|
|
|
83616
83616
|
}
|
|
83617
83617
|
| {
|
|
83618
83618
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
83619
|
-
type: '
|
|
83619
|
+
type: 'encoder_communication_timeout'
|
|
83620
83620
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83621
83621
|
message: string
|
|
83622
83622
|
}
|
|
@@ -84768,7 +84768,7 @@ export type Routes = {
|
|
|
84768
84768
|
}
|
|
84769
84769
|
| {
|
|
84770
84770
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
84771
|
-
type: '
|
|
84771
|
+
type: 'encoder_communication_timeout'
|
|
84772
84772
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84773
84773
|
message: string
|
|
84774
84774
|
}
|
|
@@ -85168,7 +85168,7 @@ export type Routes = {
|
|
|
85168
85168
|
}
|
|
85169
85169
|
| {
|
|
85170
85170
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
85171
|
-
type: '
|
|
85171
|
+
type: 'encoder_communication_timeout'
|
|
85172
85172
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85173
85173
|
message: string
|
|
85174
85174
|
}
|
|
@@ -86432,7 +86432,7 @@ export type Routes = {
|
|
|
86432
86432
|
}
|
|
86433
86433
|
| {
|
|
86434
86434
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
86435
|
-
type: '
|
|
86435
|
+
type: 'encoder_communication_timeout'
|
|
86436
86436
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86437
86437
|
message: string
|
|
86438
86438
|
}
|
|
@@ -86832,7 +86832,7 @@ export type Routes = {
|
|
|
86832
86832
|
}
|
|
86833
86833
|
| {
|
|
86834
86834
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
86835
|
-
type: '
|
|
86835
|
+
type: 'encoder_communication_timeout'
|
|
86836
86836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86837
86837
|
message: string
|
|
86838
86838
|
}
|
|
@@ -89658,7 +89658,7 @@ export type Routes = {
|
|
|
89658
89658
|
}
|
|
89659
89659
|
| {
|
|
89660
89660
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
89661
|
-
type: '
|
|
89661
|
+
type: 'encoder_communication_timeout'
|
|
89662
89662
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
89663
89663
|
message: string
|
|
89664
89664
|
}
|
|
@@ -90058,7 +90058,7 @@ export type Routes = {
|
|
|
90058
90058
|
}
|
|
90059
90059
|
| {
|
|
90060
90060
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
90061
|
-
type: '
|
|
90061
|
+
type: 'encoder_communication_timeout'
|
|
90062
90062
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90063
90063
|
message: string
|
|
90064
90064
|
}
|
|
@@ -91214,7 +91214,7 @@ export type Routes = {
|
|
|
91214
91214
|
}
|
|
91215
91215
|
| {
|
|
91216
91216
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
91217
|
-
type: '
|
|
91217
|
+
type: 'encoder_communication_timeout'
|
|
91218
91218
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
91219
91219
|
message: string
|
|
91220
91220
|
}
|
|
@@ -91614,7 +91614,7 @@ export type Routes = {
|
|
|
91614
91614
|
}
|
|
91615
91615
|
| {
|
|
91616
91616
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
91617
|
-
type: '
|
|
91617
|
+
type: 'encoder_communication_timeout'
|
|
91618
91618
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
91619
91619
|
message: string
|
|
91620
91620
|
}
|
|
@@ -96172,7 +96172,7 @@ export type Routes = {
|
|
|
96172
96172
|
}
|
|
96173
96173
|
| {
|
|
96174
96174
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
96175
|
-
type: '
|
|
96175
|
+
type: 'encoder_communication_timeout'
|
|
96176
96176
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
96177
96177
|
message: string
|
|
96178
96178
|
}
|
|
@@ -96572,7 +96572,7 @@ export type Routes = {
|
|
|
96572
96572
|
}
|
|
96573
96573
|
| {
|
|
96574
96574
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
96575
|
-
type: '
|
|
96575
|
+
type: 'encoder_communication_timeout'
|
|
96576
96576
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
96577
96577
|
message: string
|
|
96578
96578
|
}
|
|
@@ -97923,7 +97923,7 @@ export type Routes = {
|
|
|
97923
97923
|
}
|
|
97924
97924
|
| {
|
|
97925
97925
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
97926
|
-
type: '
|
|
97926
|
+
type: 'encoder_communication_timeout'
|
|
97927
97927
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97928
97928
|
message: string
|
|
97929
97929
|
}
|
|
@@ -98323,7 +98323,7 @@ export type Routes = {
|
|
|
98323
98323
|
}
|
|
98324
98324
|
| {
|
|
98325
98325
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
98326
|
-
type: '
|
|
98326
|
+
type: 'encoder_communication_timeout'
|
|
98327
98327
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98328
98328
|
message: string
|
|
98329
98329
|
}
|
|
@@ -99507,7 +99507,7 @@ export type Routes = {
|
|
|
99507
99507
|
}
|
|
99508
99508
|
| {
|
|
99509
99509
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
99510
|
-
type: '
|
|
99510
|
+
type: 'encoder_communication_timeout'
|
|
99511
99511
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99512
99512
|
message: string
|
|
99513
99513
|
}
|
|
@@ -99907,7 +99907,7 @@ export type Routes = {
|
|
|
99907
99907
|
}
|
|
99908
99908
|
| {
|
|
99909
99909
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
99910
|
-
type: '
|
|
99910
|
+
type: 'encoder_communication_timeout'
|
|
99911
99911
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99912
99912
|
message: string
|
|
99913
99913
|
}
|
|
@@ -101208,7 +101208,7 @@ export type Routes = {
|
|
|
101208
101208
|
}
|
|
101209
101209
|
| {
|
|
101210
101210
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
101211
|
-
type: '
|
|
101211
|
+
type: 'encoder_communication_timeout'
|
|
101212
101212
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
101213
101213
|
message: string
|
|
101214
101214
|
}
|
|
@@ -101608,7 +101608,7 @@ export type Routes = {
|
|
|
101608
101608
|
}
|
|
101609
101609
|
| {
|
|
101610
101610
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
101611
|
-
type: '
|
|
101611
|
+
type: 'encoder_communication_timeout'
|
|
101612
101612
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
101613
101613
|
message: string
|
|
101614
101614
|
}
|
|
@@ -110206,7 +110206,7 @@ export type Routes = {
|
|
|
110206
110206
|
}
|
|
110207
110207
|
| {
|
|
110208
110208
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
110209
|
-
type: '
|
|
110209
|
+
type: 'encoder_communication_timeout'
|
|
110210
110210
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110211
110211
|
message: string
|
|
110212
110212
|
}
|
|
@@ -110618,7 +110618,7 @@ export type Routes = {
|
|
|
110618
110618
|
}
|
|
110619
110619
|
| {
|
|
110620
110620
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
110621
|
-
type: '
|
|
110621
|
+
type: 'encoder_communication_timeout'
|
|
110622
110622
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110623
110623
|
message: string
|
|
110624
110624
|
}
|
|
@@ -118085,7 +118085,7 @@ export type Routes = {
|
|
|
118085
118085
|
}
|
|
118086
118086
|
| {
|
|
118087
118087
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
118088
|
-
type: '
|
|
118088
|
+
type: 'encoder_communication_timeout'
|
|
118089
118089
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118090
118090
|
message: string
|
|
118091
118091
|
}
|
|
@@ -118485,7 +118485,7 @@ export type Routes = {
|
|
|
118485
118485
|
}
|
|
118486
118486
|
| {
|
|
118487
118487
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
118488
|
-
type: '
|
|
118488
|
+
type: 'encoder_communication_timeout'
|
|
118489
118489
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118490
118490
|
message: string
|
|
118491
118491
|
}
|