@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
package/dist/connect.d.cts
CHANGED
|
@@ -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<"
|
|
9574
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
9575
9575
|
message: z.ZodString;
|
|
9576
9576
|
}, "strip", z.ZodTypeAny, {
|
|
9577
9577
|
message: string;
|
|
9578
|
-
type: "
|
|
9578
|
+
type: "encoder_communication_timeout";
|
|
9579
9579
|
}, {
|
|
9580
9580
|
message: string;
|
|
9581
|
-
type: "
|
|
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: "
|
|
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: "
|
|
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<"
|
|
10648
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
10649
10649
|
message: z.ZodString;
|
|
10650
10650
|
}, "strip", z.ZodTypeAny, {
|
|
10651
10651
|
message: string;
|
|
10652
|
-
type: "
|
|
10652
|
+
type: "encoder_communication_timeout";
|
|
10653
10653
|
}, {
|
|
10654
10654
|
message: string;
|
|
10655
|
-
type: "
|
|
10655
|
+
type: "encoder_communication_timeout";
|
|
10656
10656
|
}>, z.ZodObject<{
|
|
10657
10657
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
10658
10658
|
message: z.ZodString;
|
|
@@ -10695,7 +10695,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10695
10695
|
type: "encoder_not_online";
|
|
10696
10696
|
} | {
|
|
10697
10697
|
message: string;
|
|
10698
|
-
type: "
|
|
10698
|
+
type: "encoder_communication_timeout";
|
|
10699
10699
|
} | {
|
|
10700
10700
|
message: string;
|
|
10701
10701
|
type: "bridge_disconnected";
|
|
@@ -10728,7 +10728,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10728
10728
|
type: "encoder_not_online";
|
|
10729
10729
|
} | {
|
|
10730
10730
|
message: string;
|
|
10731
|
-
type: "
|
|
10731
|
+
type: "encoder_communication_timeout";
|
|
10732
10732
|
} | {
|
|
10733
10733
|
message: string;
|
|
10734
10734
|
type: "bridge_disconnected";
|
|
@@ -21147,14 +21147,14 @@ declare const batch: z.ZodObject<{
|
|
|
21147
21147
|
message: string;
|
|
21148
21148
|
type: "encoder_not_online";
|
|
21149
21149
|
}>, z.ZodObject<{
|
|
21150
|
-
type: z.ZodLiteral<"
|
|
21150
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
21151
21151
|
message: z.ZodString;
|
|
21152
21152
|
}, "strip", z.ZodTypeAny, {
|
|
21153
21153
|
message: string;
|
|
21154
|
-
type: "
|
|
21154
|
+
type: "encoder_communication_timeout";
|
|
21155
21155
|
}, {
|
|
21156
21156
|
message: string;
|
|
21157
|
-
type: "
|
|
21157
|
+
type: "encoder_communication_timeout";
|
|
21158
21158
|
}>, z.ZodObject<{
|
|
21159
21159
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
21160
21160
|
message: z.ZodString;
|
|
@@ -21182,7 +21182,7 @@ declare const batch: z.ZodObject<{
|
|
|
21182
21182
|
type: "encoder_not_online";
|
|
21183
21183
|
} | {
|
|
21184
21184
|
message: string;
|
|
21185
|
-
type: "
|
|
21185
|
+
type: "encoder_communication_timeout";
|
|
21186
21186
|
} | {
|
|
21187
21187
|
message: string;
|
|
21188
21188
|
type: "bridge_disconnected";
|
|
@@ -21206,7 +21206,7 @@ declare const batch: z.ZodObject<{
|
|
|
21206
21206
|
type: "encoder_not_online";
|
|
21207
21207
|
} | {
|
|
21208
21208
|
message: string;
|
|
21209
|
-
type: "
|
|
21209
|
+
type: "encoder_communication_timeout";
|
|
21210
21210
|
} | {
|
|
21211
21211
|
message: string;
|
|
21212
21212
|
type: "bridge_disconnected";
|
|
@@ -22221,14 +22221,14 @@ declare const batch: z.ZodObject<{
|
|
|
22221
22221
|
message: string;
|
|
22222
22222
|
type: "encoder_not_online";
|
|
22223
22223
|
}>, z.ZodObject<{
|
|
22224
|
-
type: z.ZodLiteral<"
|
|
22224
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
22225
22225
|
message: z.ZodString;
|
|
22226
22226
|
}, "strip", z.ZodTypeAny, {
|
|
22227
22227
|
message: string;
|
|
22228
|
-
type: "
|
|
22228
|
+
type: "encoder_communication_timeout";
|
|
22229
22229
|
}, {
|
|
22230
22230
|
message: string;
|
|
22231
|
-
type: "
|
|
22231
|
+
type: "encoder_communication_timeout";
|
|
22232
22232
|
}>, z.ZodObject<{
|
|
22233
22233
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
22234
22234
|
message: z.ZodString;
|
|
@@ -22271,7 +22271,7 @@ declare const batch: z.ZodObject<{
|
|
|
22271
22271
|
type: "encoder_not_online";
|
|
22272
22272
|
} | {
|
|
22273
22273
|
message: string;
|
|
22274
|
-
type: "
|
|
22274
|
+
type: "encoder_communication_timeout";
|
|
22275
22275
|
} | {
|
|
22276
22276
|
message: string;
|
|
22277
22277
|
type: "bridge_disconnected";
|
|
@@ -22304,7 +22304,7 @@ declare const batch: z.ZodObject<{
|
|
|
22304
22304
|
type: "encoder_not_online";
|
|
22305
22305
|
} | {
|
|
22306
22306
|
message: string;
|
|
22307
|
-
type: "
|
|
22307
|
+
type: "encoder_communication_timeout";
|
|
22308
22308
|
} | {
|
|
22309
22309
|
message: string;
|
|
22310
22310
|
type: "bridge_disconnected";
|
|
@@ -39101,7 +39101,7 @@ declare const batch: z.ZodObject<{
|
|
|
39101
39101
|
type: "encoder_not_online";
|
|
39102
39102
|
} | {
|
|
39103
39103
|
message: string;
|
|
39104
|
-
type: "
|
|
39104
|
+
type: "encoder_communication_timeout";
|
|
39105
39105
|
} | {
|
|
39106
39106
|
message: string;
|
|
39107
39107
|
type: "bridge_disconnected";
|
|
@@ -39376,7 +39376,7 @@ declare const batch: z.ZodObject<{
|
|
|
39376
39376
|
type: "encoder_not_online";
|
|
39377
39377
|
} | {
|
|
39378
39378
|
message: string;
|
|
39379
|
-
type: "
|
|
39379
|
+
type: "encoder_communication_timeout";
|
|
39380
39380
|
} | {
|
|
39381
39381
|
message: string;
|
|
39382
39382
|
type: "bridge_disconnected";
|
|
@@ -43962,7 +43962,7 @@ declare const batch: z.ZodObject<{
|
|
|
43962
43962
|
type: "encoder_not_online";
|
|
43963
43963
|
} | {
|
|
43964
43964
|
message: string;
|
|
43965
|
-
type: "
|
|
43965
|
+
type: "encoder_communication_timeout";
|
|
43966
43966
|
} | {
|
|
43967
43967
|
message: string;
|
|
43968
43968
|
type: "bridge_disconnected";
|
|
@@ -44237,7 +44237,7 @@ declare const batch: z.ZodObject<{
|
|
|
44237
44237
|
type: "encoder_not_online";
|
|
44238
44238
|
} | {
|
|
44239
44239
|
message: string;
|
|
44240
|
-
type: "
|
|
44240
|
+
type: "encoder_communication_timeout";
|
|
44241
44241
|
} | {
|
|
44242
44242
|
message: string;
|
|
44243
44243
|
type: "bridge_disconnected";
|
|
@@ -135325,7 +135325,7 @@ type Routes = {
|
|
|
135325
135325
|
message: string;
|
|
135326
135326
|
} | {
|
|
135327
135327
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
135328
|
-
type: '
|
|
135328
|
+
type: 'encoder_communication_timeout';
|
|
135329
135329
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135330
135330
|
message: string;
|
|
135331
135331
|
} | {
|
|
@@ -135654,7 +135654,7 @@ type Routes = {
|
|
|
135654
135654
|
message: string;
|
|
135655
135655
|
} | {
|
|
135656
135656
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
135657
|
-
type: '
|
|
135657
|
+
type: 'encoder_communication_timeout';
|
|
135658
135658
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135659
135659
|
message: string;
|
|
135660
135660
|
} | {
|
|
@@ -137728,7 +137728,7 @@ type Routes = {
|
|
|
137728
137728
|
message: string;
|
|
137729
137729
|
} | {
|
|
137730
137730
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
137731
|
-
type: '
|
|
137731
|
+
type: 'encoder_communication_timeout';
|
|
137732
137732
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137733
137733
|
message: string;
|
|
137734
137734
|
} | {
|
|
@@ -138057,7 +138057,7 @@ type Routes = {
|
|
|
138057
138057
|
message: string;
|
|
138058
138058
|
} | {
|
|
138059
138059
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
138060
|
-
type: '
|
|
138060
|
+
type: 'encoder_communication_timeout';
|
|
138061
138061
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138062
138062
|
message: string;
|
|
138063
138063
|
} | {
|
|
@@ -141826,7 +141826,7 @@ type Routes = {
|
|
|
141826
141826
|
message: string;
|
|
141827
141827
|
} | {
|
|
141828
141828
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
141829
|
-
type: '
|
|
141829
|
+
type: 'encoder_communication_timeout';
|
|
141830
141830
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141831
141831
|
message: string;
|
|
141832
141832
|
} | {
|
|
@@ -142155,7 +142155,7 @@ type Routes = {
|
|
|
142155
142155
|
message: string;
|
|
142156
142156
|
} | {
|
|
142157
142157
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
142158
|
-
type: '
|
|
142158
|
+
type: 'encoder_communication_timeout';
|
|
142159
142159
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142160
142160
|
message: string;
|
|
142161
142161
|
} | {
|
|
@@ -144265,7 +144265,7 @@ type Routes = {
|
|
|
144265
144265
|
message: string;
|
|
144266
144266
|
} | {
|
|
144267
144267
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
144268
|
-
type: '
|
|
144268
|
+
type: 'encoder_communication_timeout';
|
|
144269
144269
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
144270
144270
|
message: string;
|
|
144271
144271
|
} | {
|
|
@@ -144594,7 +144594,7 @@ type Routes = {
|
|
|
144594
144594
|
message: string;
|
|
144595
144595
|
} | {
|
|
144596
144596
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
144597
|
-
type: '
|
|
144597
|
+
type: 'encoder_communication_timeout';
|
|
144598
144598
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
144599
144599
|
message: string;
|
|
144600
144600
|
} | {
|
|
@@ -148885,7 +148885,7 @@ type Routes = {
|
|
|
148885
148885
|
message: string;
|
|
148886
148886
|
} | {
|
|
148887
148887
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
148888
|
-
type: '
|
|
148888
|
+
type: 'encoder_communication_timeout';
|
|
148889
148889
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148890
148890
|
message: string;
|
|
148891
148891
|
} | {
|
|
@@ -149214,7 +149214,7 @@ type Routes = {
|
|
|
149214
149214
|
message: string;
|
|
149215
149215
|
} | {
|
|
149216
149216
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
149217
|
-
type: '
|
|
149217
|
+
type: 'encoder_communication_timeout';
|
|
149218
149218
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
149219
149219
|
message: string;
|
|
149220
149220
|
} | {
|
|
@@ -155464,7 +155464,7 @@ type Routes = {
|
|
|
155464
155464
|
message: string;
|
|
155465
155465
|
} | {
|
|
155466
155466
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
155467
|
-
type: '
|
|
155467
|
+
type: 'encoder_communication_timeout';
|
|
155468
155468
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155469
155469
|
message: string;
|
|
155470
155470
|
} | {
|
|
@@ -155793,7 +155793,7 @@ type Routes = {
|
|
|
155793
155793
|
message: string;
|
|
155794
155794
|
} | {
|
|
155795
155795
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
155796
|
-
type: '
|
|
155796
|
+
type: 'encoder_communication_timeout';
|
|
155797
155797
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155798
155798
|
message: string;
|
|
155799
155799
|
} | {
|
|
@@ -156907,7 +156907,7 @@ type Routes = {
|
|
|
156907
156907
|
message: string;
|
|
156908
156908
|
} | {
|
|
156909
156909
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
156910
|
-
type: '
|
|
156910
|
+
type: 'encoder_communication_timeout';
|
|
156911
156911
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156912
156912
|
message: string;
|
|
156913
156913
|
} | {
|
|
@@ -157236,7 +157236,7 @@ type Routes = {
|
|
|
157236
157236
|
message: string;
|
|
157237
157237
|
} | {
|
|
157238
157238
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
157239
|
-
type: '
|
|
157239
|
+
type: 'encoder_communication_timeout';
|
|
157240
157240
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157241
157241
|
message: string;
|
|
157242
157242
|
} | {
|
|
@@ -158812,7 +158812,7 @@ type Routes = {
|
|
|
158812
158812
|
message: string;
|
|
158813
158813
|
} | {
|
|
158814
158814
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
158815
|
-
type: '
|
|
158815
|
+
type: 'encoder_communication_timeout';
|
|
158816
158816
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
158817
158817
|
message: string;
|
|
158818
158818
|
} | {
|
|
@@ -159141,7 +159141,7 @@ type Routes = {
|
|
|
159141
159141
|
message: string;
|
|
159142
159142
|
} | {
|
|
159143
159143
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
159144
|
-
type: '
|
|
159144
|
+
type: 'encoder_communication_timeout';
|
|
159145
159145
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
159146
159146
|
message: string;
|
|
159147
159147
|
} | {
|
|
@@ -162184,7 +162184,7 @@ type Routes = {
|
|
|
162184
162184
|
message: string;
|
|
162185
162185
|
} | {
|
|
162186
162186
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
162187
|
-
type: '
|
|
162187
|
+
type: 'encoder_communication_timeout';
|
|
162188
162188
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162189
162189
|
message: string;
|
|
162190
162190
|
} | {
|
|
@@ -162513,7 +162513,7 @@ type Routes = {
|
|
|
162513
162513
|
message: string;
|
|
162514
162514
|
} | {
|
|
162515
162515
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
162516
|
-
type: '
|
|
162516
|
+
type: 'encoder_communication_timeout';
|
|
162517
162517
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162518
162518
|
message: string;
|
|
162519
162519
|
} | {
|
|
@@ -163520,7 +163520,7 @@ type Routes = {
|
|
|
163520
163520
|
message: string;
|
|
163521
163521
|
} | {
|
|
163522
163522
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
163523
|
-
type: '
|
|
163523
|
+
type: 'encoder_communication_timeout';
|
|
163524
163524
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163525
163525
|
message: string;
|
|
163526
163526
|
} | {
|
|
@@ -163849,7 +163849,7 @@ type Routes = {
|
|
|
163849
163849
|
message: string;
|
|
163850
163850
|
} | {
|
|
163851
163851
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
163852
|
-
type: '
|
|
163852
|
+
type: 'encoder_communication_timeout';
|
|
163853
163853
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163854
163854
|
message: string;
|
|
163855
163855
|
} | {
|
|
@@ -176377,7 +176377,7 @@ type Routes = {
|
|
|
176377
176377
|
message: string;
|
|
176378
176378
|
} | {
|
|
176379
176379
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
176380
|
-
type: '
|
|
176380
|
+
type: 'encoder_communication_timeout';
|
|
176381
176381
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176382
176382
|
message: string;
|
|
176383
176383
|
} | {
|
|
@@ -176706,7 +176706,7 @@ type Routes = {
|
|
|
176706
176706
|
message: string;
|
|
176707
176707
|
} | {
|
|
176708
176708
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
176709
|
-
type: '
|
|
176709
|
+
type: 'encoder_communication_timeout';
|
|
176710
176710
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176711
176711
|
message: string;
|
|
176712
176712
|
} | {
|
|
@@ -183059,7 +183059,7 @@ type Routes = {
|
|
|
183059
183059
|
message: string;
|
|
183060
183060
|
} | {
|
|
183061
183061
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
183062
|
-
type: '
|
|
183062
|
+
type: 'encoder_communication_timeout';
|
|
183063
183063
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183064
183064
|
message: string;
|
|
183065
183065
|
} | {
|
|
@@ -183388,7 +183388,7 @@ type Routes = {
|
|
|
183388
183388
|
message: string;
|
|
183389
183389
|
} | {
|
|
183390
183390
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
183391
|
-
type: '
|
|
183391
|
+
type: 'encoder_communication_timeout';
|
|
183392
183392
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183393
183393
|
message: string;
|
|
183394
183394
|
} | {
|
|
@@ -184396,7 +184396,7 @@ type Routes = {
|
|
|
184396
184396
|
message: string;
|
|
184397
184397
|
} | {
|
|
184398
184398
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
184399
|
-
type: '
|
|
184399
|
+
type: 'encoder_communication_timeout';
|
|
184400
184400
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184401
184401
|
message: string;
|
|
184402
184402
|
} | {
|
|
@@ -184725,7 +184725,7 @@ type Routes = {
|
|
|
184725
184725
|
message: string;
|
|
184726
184726
|
} | {
|
|
184727
184727
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
184728
|
-
type: '
|
|
184728
|
+
type: 'encoder_communication_timeout';
|
|
184729
184729
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184730
184730
|
message: string;
|
|
184731
184731
|
} | {
|
|
@@ -185731,7 +185731,7 @@ type Routes = {
|
|
|
185731
185731
|
message: string;
|
|
185732
185732
|
} | {
|
|
185733
185733
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
185734
|
-
type: '
|
|
185734
|
+
type: 'encoder_communication_timeout';
|
|
185735
185735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
185736
185736
|
message: string;
|
|
185737
185737
|
} | {
|
|
@@ -186060,7 +186060,7 @@ type Routes = {
|
|
|
186060
186060
|
message: string;
|
|
186061
186061
|
} | {
|
|
186062
186062
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
186063
|
-
type: '
|
|
186063
|
+
type: 'encoder_communication_timeout';
|
|
186064
186064
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
186065
186065
|
message: string;
|
|
186066
186066
|
} | {
|
|
@@ -187068,7 +187068,7 @@ type Routes = {
|
|
|
187068
187068
|
message: string;
|
|
187069
187069
|
} | {
|
|
187070
187070
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
187071
|
-
type: '
|
|
187071
|
+
type: 'encoder_communication_timeout';
|
|
187072
187072
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
187073
187073
|
message: string;
|
|
187074
187074
|
} | {
|
|
@@ -187397,7 +187397,7 @@ type Routes = {
|
|
|
187397
187397
|
message: string;
|
|
187398
187398
|
} | {
|
|
187399
187399
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
187400
|
-
type: '
|
|
187400
|
+
type: 'encoder_communication_timeout';
|
|
187401
187401
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
187402
187402
|
message: string;
|
|
187403
187403
|
} | {
|
|
@@ -191104,7 +191104,7 @@ type Routes = {
|
|
|
191104
191104
|
message: string;
|
|
191105
191105
|
} | {
|
|
191106
191106
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
191107
|
-
type: '
|
|
191107
|
+
type: 'encoder_communication_timeout';
|
|
191108
191108
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191109
191109
|
message: string;
|
|
191110
191110
|
} | {
|
|
@@ -191433,7 +191433,7 @@ type Routes = {
|
|
|
191433
191433
|
message: string;
|
|
191434
191434
|
} | {
|
|
191435
191435
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
191436
|
-
type: '
|
|
191436
|
+
type: 'encoder_communication_timeout';
|
|
191437
191437
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191438
191438
|
message: string;
|
|
191439
191439
|
} | {
|
|
@@ -192460,7 +192460,7 @@ type Routes = {
|
|
|
192460
192460
|
message: string;
|
|
192461
192461
|
} | {
|
|
192462
192462
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
192463
|
-
type: '
|
|
192463
|
+
type: 'encoder_communication_timeout';
|
|
192464
192464
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192465
192465
|
message: string;
|
|
192466
192466
|
} | {
|
|
@@ -192789,7 +192789,7 @@ type Routes = {
|
|
|
192789
192789
|
message: string;
|
|
192790
192790
|
} | {
|
|
192791
192791
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
192792
|
-
type: '
|
|
192792
|
+
type: 'encoder_communication_timeout';
|
|
192793
192793
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192794
192794
|
message: string;
|
|
192795
192795
|
} | {
|
|
@@ -193872,7 +193872,7 @@ type Routes = {
|
|
|
193872
193872
|
message: string;
|
|
193873
193873
|
} | {
|
|
193874
193874
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
193875
|
-
type: '
|
|
193875
|
+
type: 'encoder_communication_timeout';
|
|
193876
193876
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
193877
193877
|
message: string;
|
|
193878
193878
|
} | {
|
|
@@ -194201,7 +194201,7 @@ type Routes = {
|
|
|
194201
194201
|
message: string;
|
|
194202
194202
|
} | {
|
|
194203
194203
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
194204
|
-
type: '
|
|
194204
|
+
type: 'encoder_communication_timeout';
|
|
194205
194205
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
194206
194206
|
message: string;
|
|
194207
194207
|
} | {
|
|
@@ -196178,7 +196178,7 @@ type Routes = {
|
|
|
196178
196178
|
message: string;
|
|
196179
196179
|
} | {
|
|
196180
196180
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
196181
|
-
type: '
|
|
196181
|
+
type: 'encoder_communication_timeout';
|
|
196182
196182
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196183
196183
|
message: string;
|
|
196184
196184
|
} | {
|
|
@@ -196507,7 +196507,7 @@ type Routes = {
|
|
|
196507
196507
|
message: string;
|
|
196508
196508
|
} | {
|
|
196509
196509
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
196510
|
-
type: '
|
|
196510
|
+
type: 'encoder_communication_timeout';
|
|
196511
196511
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196512
196512
|
message: string;
|
|
196513
196513
|
} | {
|
|
@@ -204829,7 +204829,7 @@ type Routes = {
|
|
|
204829
204829
|
message: string;
|
|
204830
204830
|
} | {
|
|
204831
204831
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
204832
|
-
type: '
|
|
204832
|
+
type: 'encoder_communication_timeout';
|
|
204833
204833
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
204834
204834
|
message: string;
|
|
204835
204835
|
} | {
|
|
@@ -205158,7 +205158,7 @@ type Routes = {
|
|
|
205158
205158
|
message: string;
|
|
205159
205159
|
} | {
|
|
205160
205160
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
205161
|
-
type: '
|
|
205161
|
+
type: 'encoder_communication_timeout';
|
|
205162
205162
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
205163
205163
|
message: string;
|
|
205164
205164
|
} | {
|
|
@@ -206170,7 +206170,7 @@ type Routes = {
|
|
|
206170
206170
|
message: string;
|
|
206171
206171
|
} | {
|
|
206172
206172
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
206173
|
-
type: '
|
|
206173
|
+
type: 'encoder_communication_timeout';
|
|
206174
206174
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
206175
206175
|
message: string;
|
|
206176
206176
|
} | {
|
|
@@ -206499,7 +206499,7 @@ type Routes = {
|
|
|
206499
206499
|
message: string;
|
|
206500
206500
|
} | {
|
|
206501
206501
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
206502
|
-
type: '
|
|
206502
|
+
type: 'encoder_communication_timeout';
|
|
206503
206503
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
206504
206504
|
message: string;
|
|
206505
206505
|
} | {
|
|
@@ -207617,7 +207617,7 @@ type Routes = {
|
|
|
207617
207617
|
message: string;
|
|
207618
207618
|
} | {
|
|
207619
207619
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
207620
|
-
type: '
|
|
207620
|
+
type: 'encoder_communication_timeout';
|
|
207621
207621
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
207622
207622
|
message: string;
|
|
207623
207623
|
} | {
|
|
@@ -207946,7 +207946,7 @@ type Routes = {
|
|
|
207946
207946
|
message: string;
|
|
207947
207947
|
} | {
|
|
207948
207948
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
207949
|
-
type: '
|
|
207949
|
+
type: 'encoder_communication_timeout';
|
|
207950
207950
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
207951
207951
|
message: string;
|
|
207952
207952
|
} | {
|
|
@@ -210309,7 +210309,7 @@ type Routes = {
|
|
|
210309
210309
|
message: string;
|
|
210310
210310
|
} | {
|
|
210311
210311
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
210312
|
-
type: '
|
|
210312
|
+
type: 'encoder_communication_timeout';
|
|
210313
210313
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
210314
210314
|
message: string;
|
|
210315
210315
|
} | {
|
|
@@ -210638,7 +210638,7 @@ type Routes = {
|
|
|
210638
210638
|
message: string;
|
|
210639
210639
|
} | {
|
|
210640
210640
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
210641
|
-
type: '
|
|
210641
|
+
type: 'encoder_communication_timeout';
|
|
210642
210642
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
210643
210643
|
message: string;
|
|
210644
210644
|
} | {
|
|
@@ -211654,7 +211654,7 @@ type Routes = {
|
|
|
211654
211654
|
message: string;
|
|
211655
211655
|
} | {
|
|
211656
211656
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
211657
|
-
type: '
|
|
211657
|
+
type: 'encoder_communication_timeout';
|
|
211658
211658
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
211659
211659
|
message: string;
|
|
211660
211660
|
} | {
|
|
@@ -211983,7 +211983,7 @@ type Routes = {
|
|
|
211983
211983
|
message: string;
|
|
211984
211984
|
} | {
|
|
211985
211985
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
211986
|
-
type: '
|
|
211986
|
+
type: 'encoder_communication_timeout';
|
|
211987
211987
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
211988
211988
|
message: string;
|
|
211989
211989
|
} | {
|
|
@@ -215680,7 +215680,7 @@ type Routes = {
|
|
|
215680
215680
|
message: string;
|
|
215681
215681
|
} | {
|
|
215682
215682
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
215683
|
-
type: '
|
|
215683
|
+
type: 'encoder_communication_timeout';
|
|
215684
215684
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
215685
215685
|
message: string;
|
|
215686
215686
|
} | {
|
|
@@ -216009,7 +216009,7 @@ type Routes = {
|
|
|
216009
216009
|
message: string;
|
|
216010
216010
|
} | {
|
|
216011
216011
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
216012
|
-
type: '
|
|
216012
|
+
type: 'encoder_communication_timeout';
|
|
216013
216013
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
216014
216014
|
message: string;
|
|
216015
216015
|
} | {
|
|
@@ -217220,7 +217220,7 @@ type Routes = {
|
|
|
217220
217220
|
message: string;
|
|
217221
217221
|
} | {
|
|
217222
217222
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
217223
|
-
type: '
|
|
217223
|
+
type: 'encoder_communication_timeout';
|
|
217224
217224
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
217225
217225
|
message: string;
|
|
217226
217226
|
} | {
|
|
@@ -217549,7 +217549,7 @@ type Routes = {
|
|
|
217549
217549
|
message: string;
|
|
217550
217550
|
} | {
|
|
217551
217551
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
217552
|
-
type: '
|
|
217552
|
+
type: 'encoder_communication_timeout';
|
|
217553
217553
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
217554
217554
|
message: string;
|
|
217555
217555
|
} | {
|
|
@@ -218588,7 +218588,7 @@ type Routes = {
|
|
|
218588
218588
|
message: string;
|
|
218589
218589
|
} | {
|
|
218590
218590
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
218591
|
-
type: '
|
|
218591
|
+
type: 'encoder_communication_timeout';
|
|
218592
218592
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
218593
218593
|
message: string;
|
|
218594
218594
|
} | {
|
|
@@ -218917,7 +218917,7 @@ type Routes = {
|
|
|
218917
218917
|
message: string;
|
|
218918
218918
|
} | {
|
|
218919
218919
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
218920
|
-
type: '
|
|
218920
|
+
type: 'encoder_communication_timeout';
|
|
218921
218921
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
218922
218922
|
message: string;
|
|
218923
218923
|
} | {
|
|
@@ -220068,7 +220068,7 @@ type Routes = {
|
|
|
220068
220068
|
message: string;
|
|
220069
220069
|
} | {
|
|
220070
220070
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
220071
|
-
type: '
|
|
220071
|
+
type: 'encoder_communication_timeout';
|
|
220072
220072
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
220073
220073
|
message: string;
|
|
220074
220074
|
} | {
|
|
@@ -220397,7 +220397,7 @@ type Routes = {
|
|
|
220397
220397
|
message: string;
|
|
220398
220398
|
} | {
|
|
220399
220399
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
220400
|
-
type: '
|
|
220400
|
+
type: 'encoder_communication_timeout';
|
|
220401
220401
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
220402
220402
|
message: string;
|
|
220403
220403
|
} | {
|
|
@@ -227546,7 +227546,7 @@ type Routes = {
|
|
|
227546
227546
|
message: string;
|
|
227547
227547
|
} | {
|
|
227548
227548
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
227549
|
-
type: '
|
|
227549
|
+
type: 'encoder_communication_timeout';
|
|
227550
227550
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
227551
227551
|
message: string;
|
|
227552
227552
|
} | {
|
|
@@ -227875,7 +227875,7 @@ type Routes = {
|
|
|
227875
227875
|
message: string;
|
|
227876
227876
|
} | {
|
|
227877
227877
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
227878
|
-
type: '
|
|
227878
|
+
type: 'encoder_communication_timeout';
|
|
227879
227879
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
227880
227880
|
message: string;
|
|
227881
227881
|
} | {
|
|
@@ -234412,7 +234412,7 @@ type Routes = {
|
|
|
234412
234412
|
message: string;
|
|
234413
234413
|
} | {
|
|
234414
234414
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
234415
|
-
type: '
|
|
234415
|
+
type: 'encoder_communication_timeout';
|
|
234416
234416
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
234417
234417
|
message: string;
|
|
234418
234418
|
} | {
|
|
@@ -234741,7 +234741,7 @@ type Routes = {
|
|
|
234741
234741
|
message: string;
|
|
234742
234742
|
} | {
|
|
234743
234743
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
234744
|
-
type: '
|
|
234744
|
+
type: 'encoder_communication_timeout';
|
|
234745
234745
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
234746
234746
|
message: string;
|
|
234747
234747
|
} | {
|