@seamapi/types 1.771.0 → 1.773.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 +494 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +789 -84
- package/dist/index.cjs +494 -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.d.ts +516 -0
- package/lib/seam/connect/openapi.js +488 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +249 -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 +539 -2
- package/src/lib/seam/connect/route-types.ts +269 -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";
|
|
@@ -114958,6 +114958,522 @@ declare const _default: {
|
|
|
114958
114958
|
'x-undocumented': string;
|
|
114959
114959
|
};
|
|
114960
114960
|
};
|
|
114961
|
+
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
114962
|
+
post: {
|
|
114963
|
+
description: string;
|
|
114964
|
+
operationId: string;
|
|
114965
|
+
requestBody: {
|
|
114966
|
+
content: {
|
|
114967
|
+
'application/json': {
|
|
114968
|
+
schema: {
|
|
114969
|
+
properties: {
|
|
114970
|
+
ical_url: {
|
|
114971
|
+
description: string;
|
|
114972
|
+
format: string;
|
|
114973
|
+
type: string;
|
|
114974
|
+
};
|
|
114975
|
+
};
|
|
114976
|
+
required: string[];
|
|
114977
|
+
type: string;
|
|
114978
|
+
};
|
|
114979
|
+
};
|
|
114980
|
+
};
|
|
114981
|
+
};
|
|
114982
|
+
responses: {
|
|
114983
|
+
200: {
|
|
114984
|
+
content: {
|
|
114985
|
+
'application/json': {
|
|
114986
|
+
schema: {
|
|
114987
|
+
properties: {
|
|
114988
|
+
generated_config: {
|
|
114989
|
+
properties: {
|
|
114990
|
+
ical_config: {
|
|
114991
|
+
properties: {
|
|
114992
|
+
default_check_in_time: {
|
|
114993
|
+
description: string;
|
|
114994
|
+
pattern: string;
|
|
114995
|
+
type: string;
|
|
114996
|
+
};
|
|
114997
|
+
default_check_out_time: {
|
|
114998
|
+
description: string;
|
|
114999
|
+
pattern: string;
|
|
115000
|
+
type: string;
|
|
115001
|
+
};
|
|
115002
|
+
fields: {
|
|
115003
|
+
properties: {
|
|
115004
|
+
ends_at: {
|
|
115005
|
+
description: string;
|
|
115006
|
+
properties: {
|
|
115007
|
+
pattern: {
|
|
115008
|
+
description: string;
|
|
115009
|
+
type: string;
|
|
115010
|
+
};
|
|
115011
|
+
source: {
|
|
115012
|
+
description: string;
|
|
115013
|
+
type: string;
|
|
115014
|
+
};
|
|
115015
|
+
type: {
|
|
115016
|
+
description: string;
|
|
115017
|
+
enum: string[];
|
|
115018
|
+
type: string;
|
|
115019
|
+
};
|
|
115020
|
+
};
|
|
115021
|
+
required: string[];
|
|
115022
|
+
type: string;
|
|
115023
|
+
};
|
|
115024
|
+
guest_email: {
|
|
115025
|
+
description: string;
|
|
115026
|
+
properties: {
|
|
115027
|
+
pattern: {
|
|
115028
|
+
description: string;
|
|
115029
|
+
type: string;
|
|
115030
|
+
};
|
|
115031
|
+
source: {
|
|
115032
|
+
description: string;
|
|
115033
|
+
type: string;
|
|
115034
|
+
};
|
|
115035
|
+
type: {
|
|
115036
|
+
description: string;
|
|
115037
|
+
enum: string[];
|
|
115038
|
+
type: string;
|
|
115039
|
+
};
|
|
115040
|
+
};
|
|
115041
|
+
required: string[];
|
|
115042
|
+
type: string;
|
|
115043
|
+
};
|
|
115044
|
+
guest_name: {
|
|
115045
|
+
description: string;
|
|
115046
|
+
properties: {
|
|
115047
|
+
pattern: {
|
|
115048
|
+
description: string;
|
|
115049
|
+
type: string;
|
|
115050
|
+
};
|
|
115051
|
+
source: {
|
|
115052
|
+
description: string;
|
|
115053
|
+
type: string;
|
|
115054
|
+
};
|
|
115055
|
+
type: {
|
|
115056
|
+
description: string;
|
|
115057
|
+
enum: string[];
|
|
115058
|
+
type: string;
|
|
115059
|
+
};
|
|
115060
|
+
};
|
|
115061
|
+
required: string[];
|
|
115062
|
+
type: string;
|
|
115063
|
+
};
|
|
115064
|
+
guest_phone: {
|
|
115065
|
+
description: string;
|
|
115066
|
+
properties: {
|
|
115067
|
+
pattern: {
|
|
115068
|
+
description: string;
|
|
115069
|
+
type: string;
|
|
115070
|
+
};
|
|
115071
|
+
source: {
|
|
115072
|
+
description: string;
|
|
115073
|
+
type: string;
|
|
115074
|
+
};
|
|
115075
|
+
type: {
|
|
115076
|
+
description: string;
|
|
115077
|
+
enum: string[];
|
|
115078
|
+
type: string;
|
|
115079
|
+
};
|
|
115080
|
+
};
|
|
115081
|
+
required: string[];
|
|
115082
|
+
type: string;
|
|
115083
|
+
};
|
|
115084
|
+
reservation_key: {
|
|
115085
|
+
description: string;
|
|
115086
|
+
properties: {
|
|
115087
|
+
pattern: {
|
|
115088
|
+
description: string;
|
|
115089
|
+
type: string;
|
|
115090
|
+
};
|
|
115091
|
+
source: {
|
|
115092
|
+
description: string;
|
|
115093
|
+
type: string;
|
|
115094
|
+
};
|
|
115095
|
+
type: {
|
|
115096
|
+
description: string;
|
|
115097
|
+
enum: string[];
|
|
115098
|
+
type: string;
|
|
115099
|
+
};
|
|
115100
|
+
};
|
|
115101
|
+
required: string[];
|
|
115102
|
+
type: string;
|
|
115103
|
+
};
|
|
115104
|
+
starts_at: {
|
|
115105
|
+
description: string;
|
|
115106
|
+
properties: {
|
|
115107
|
+
pattern: {
|
|
115108
|
+
description: string;
|
|
115109
|
+
type: string;
|
|
115110
|
+
};
|
|
115111
|
+
source: {
|
|
115112
|
+
description: string;
|
|
115113
|
+
type: string;
|
|
115114
|
+
};
|
|
115115
|
+
type: {
|
|
115116
|
+
description: string;
|
|
115117
|
+
enum: string[];
|
|
115118
|
+
type: string;
|
|
115119
|
+
};
|
|
115120
|
+
};
|
|
115121
|
+
required: string[];
|
|
115122
|
+
type: string;
|
|
115123
|
+
};
|
|
115124
|
+
};
|
|
115125
|
+
required: string[];
|
|
115126
|
+
type: string;
|
|
115127
|
+
};
|
|
115128
|
+
filter: {
|
|
115129
|
+
description: string;
|
|
115130
|
+
properties: {
|
|
115131
|
+
pattern: {
|
|
115132
|
+
description: string;
|
|
115133
|
+
type: string;
|
|
115134
|
+
};
|
|
115135
|
+
source: {
|
|
115136
|
+
description: string;
|
|
115137
|
+
type: string;
|
|
115138
|
+
};
|
|
115139
|
+
};
|
|
115140
|
+
required: string[];
|
|
115141
|
+
type: string;
|
|
115142
|
+
};
|
|
115143
|
+
time_zone: {
|
|
115144
|
+
description: string;
|
|
115145
|
+
type: string;
|
|
115146
|
+
};
|
|
115147
|
+
};
|
|
115148
|
+
required: string[];
|
|
115149
|
+
type: string;
|
|
115150
|
+
};
|
|
115151
|
+
};
|
|
115152
|
+
required: string[];
|
|
115153
|
+
type: string;
|
|
115154
|
+
};
|
|
115155
|
+
ok: {
|
|
115156
|
+
type: string;
|
|
115157
|
+
};
|
|
115158
|
+
};
|
|
115159
|
+
required: string[];
|
|
115160
|
+
type: string;
|
|
115161
|
+
};
|
|
115162
|
+
};
|
|
115163
|
+
};
|
|
115164
|
+
description: string;
|
|
115165
|
+
};
|
|
115166
|
+
400: {
|
|
115167
|
+
description: string;
|
|
115168
|
+
};
|
|
115169
|
+
401: {
|
|
115170
|
+
description: string;
|
|
115171
|
+
};
|
|
115172
|
+
};
|
|
115173
|
+
security: ({
|
|
115174
|
+
api_key: never[];
|
|
115175
|
+
console_session_with_workspace?: never;
|
|
115176
|
+
} | {
|
|
115177
|
+
console_session_with_workspace: never[];
|
|
115178
|
+
api_key?: never;
|
|
115179
|
+
})[];
|
|
115180
|
+
summary: string;
|
|
115181
|
+
tags: never[];
|
|
115182
|
+
'x-fern-sdk-group-name': string[];
|
|
115183
|
+
'x-fern-sdk-method-name': string;
|
|
115184
|
+
'x-fern-sdk-return-value': string;
|
|
115185
|
+
'x-response-key': string;
|
|
115186
|
+
'x-title': string;
|
|
115187
|
+
'x-undocumented': string;
|
|
115188
|
+
};
|
|
115189
|
+
};
|
|
115190
|
+
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
115191
|
+
post: {
|
|
115192
|
+
description: string;
|
|
115193
|
+
operationId: string;
|
|
115194
|
+
requestBody: {
|
|
115195
|
+
content: {
|
|
115196
|
+
'application/json': {
|
|
115197
|
+
schema: {
|
|
115198
|
+
properties: {
|
|
115199
|
+
ical_config: {
|
|
115200
|
+
description: string;
|
|
115201
|
+
properties: {
|
|
115202
|
+
default_check_in_time: {
|
|
115203
|
+
description: string;
|
|
115204
|
+
pattern: string;
|
|
115205
|
+
type: string;
|
|
115206
|
+
};
|
|
115207
|
+
default_check_out_time: {
|
|
115208
|
+
description: string;
|
|
115209
|
+
pattern: string;
|
|
115210
|
+
type: string;
|
|
115211
|
+
};
|
|
115212
|
+
fields: {
|
|
115213
|
+
properties: {
|
|
115214
|
+
ends_at: {
|
|
115215
|
+
description: string;
|
|
115216
|
+
properties: {
|
|
115217
|
+
pattern: {
|
|
115218
|
+
description: string;
|
|
115219
|
+
type: string;
|
|
115220
|
+
};
|
|
115221
|
+
source: {
|
|
115222
|
+
description: string;
|
|
115223
|
+
type: string;
|
|
115224
|
+
};
|
|
115225
|
+
type: {
|
|
115226
|
+
description: string;
|
|
115227
|
+
enum: string[];
|
|
115228
|
+
type: string;
|
|
115229
|
+
};
|
|
115230
|
+
};
|
|
115231
|
+
required: string[];
|
|
115232
|
+
type: string;
|
|
115233
|
+
};
|
|
115234
|
+
guest_email: {
|
|
115235
|
+
description: string;
|
|
115236
|
+
properties: {
|
|
115237
|
+
pattern: {
|
|
115238
|
+
description: string;
|
|
115239
|
+
type: string;
|
|
115240
|
+
};
|
|
115241
|
+
source: {
|
|
115242
|
+
description: string;
|
|
115243
|
+
type: string;
|
|
115244
|
+
};
|
|
115245
|
+
type: {
|
|
115246
|
+
description: string;
|
|
115247
|
+
enum: string[];
|
|
115248
|
+
type: string;
|
|
115249
|
+
};
|
|
115250
|
+
};
|
|
115251
|
+
required: string[];
|
|
115252
|
+
type: string;
|
|
115253
|
+
};
|
|
115254
|
+
guest_name: {
|
|
115255
|
+
description: string;
|
|
115256
|
+
properties: {
|
|
115257
|
+
pattern: {
|
|
115258
|
+
description: string;
|
|
115259
|
+
type: string;
|
|
115260
|
+
};
|
|
115261
|
+
source: {
|
|
115262
|
+
description: string;
|
|
115263
|
+
type: string;
|
|
115264
|
+
};
|
|
115265
|
+
type: {
|
|
115266
|
+
description: string;
|
|
115267
|
+
enum: string[];
|
|
115268
|
+
type: string;
|
|
115269
|
+
};
|
|
115270
|
+
};
|
|
115271
|
+
required: string[];
|
|
115272
|
+
type: string;
|
|
115273
|
+
};
|
|
115274
|
+
guest_phone: {
|
|
115275
|
+
description: string;
|
|
115276
|
+
properties: {
|
|
115277
|
+
pattern: {
|
|
115278
|
+
description: string;
|
|
115279
|
+
type: string;
|
|
115280
|
+
};
|
|
115281
|
+
source: {
|
|
115282
|
+
description: string;
|
|
115283
|
+
type: string;
|
|
115284
|
+
};
|
|
115285
|
+
type: {
|
|
115286
|
+
description: string;
|
|
115287
|
+
enum: string[];
|
|
115288
|
+
type: string;
|
|
115289
|
+
};
|
|
115290
|
+
};
|
|
115291
|
+
required: string[];
|
|
115292
|
+
type: string;
|
|
115293
|
+
};
|
|
115294
|
+
reservation_key: {
|
|
115295
|
+
description: string;
|
|
115296
|
+
properties: {
|
|
115297
|
+
pattern: {
|
|
115298
|
+
description: string;
|
|
115299
|
+
type: string;
|
|
115300
|
+
};
|
|
115301
|
+
source: {
|
|
115302
|
+
description: string;
|
|
115303
|
+
type: string;
|
|
115304
|
+
};
|
|
115305
|
+
type: {
|
|
115306
|
+
description: string;
|
|
115307
|
+
enum: string[];
|
|
115308
|
+
type: string;
|
|
115309
|
+
};
|
|
115310
|
+
};
|
|
115311
|
+
required: string[];
|
|
115312
|
+
type: string;
|
|
115313
|
+
};
|
|
115314
|
+
starts_at: {
|
|
115315
|
+
description: string;
|
|
115316
|
+
properties: {
|
|
115317
|
+
pattern: {
|
|
115318
|
+
description: string;
|
|
115319
|
+
type: string;
|
|
115320
|
+
};
|
|
115321
|
+
source: {
|
|
115322
|
+
description: string;
|
|
115323
|
+
type: string;
|
|
115324
|
+
};
|
|
115325
|
+
type: {
|
|
115326
|
+
description: string;
|
|
115327
|
+
enum: string[];
|
|
115328
|
+
type: string;
|
|
115329
|
+
};
|
|
115330
|
+
};
|
|
115331
|
+
required: string[];
|
|
115332
|
+
type: string;
|
|
115333
|
+
};
|
|
115334
|
+
};
|
|
115335
|
+
required: string[];
|
|
115336
|
+
type: string;
|
|
115337
|
+
};
|
|
115338
|
+
filter: {
|
|
115339
|
+
description: string;
|
|
115340
|
+
properties: {
|
|
115341
|
+
pattern: {
|
|
115342
|
+
description: string;
|
|
115343
|
+
type: string;
|
|
115344
|
+
};
|
|
115345
|
+
source: {
|
|
115346
|
+
description: string;
|
|
115347
|
+
type: string;
|
|
115348
|
+
};
|
|
115349
|
+
};
|
|
115350
|
+
required: string[];
|
|
115351
|
+
type: string;
|
|
115352
|
+
};
|
|
115353
|
+
time_zone: {
|
|
115354
|
+
description: string;
|
|
115355
|
+
type: string;
|
|
115356
|
+
};
|
|
115357
|
+
};
|
|
115358
|
+
required: string[];
|
|
115359
|
+
type: string;
|
|
115360
|
+
};
|
|
115361
|
+
ical_url: {
|
|
115362
|
+
description: string;
|
|
115363
|
+
format: string;
|
|
115364
|
+
type: string;
|
|
115365
|
+
};
|
|
115366
|
+
};
|
|
115367
|
+
required: string[];
|
|
115368
|
+
type: string;
|
|
115369
|
+
};
|
|
115370
|
+
};
|
|
115371
|
+
};
|
|
115372
|
+
};
|
|
115373
|
+
responses: {
|
|
115374
|
+
200: {
|
|
115375
|
+
content: {
|
|
115376
|
+
'application/json': {
|
|
115377
|
+
schema: {
|
|
115378
|
+
properties: {
|
|
115379
|
+
ok: {
|
|
115380
|
+
type: string;
|
|
115381
|
+
};
|
|
115382
|
+
validation_result: {
|
|
115383
|
+
properties: {
|
|
115384
|
+
errors: {
|
|
115385
|
+
items: {
|
|
115386
|
+
type: string;
|
|
115387
|
+
};
|
|
115388
|
+
type: string;
|
|
115389
|
+
};
|
|
115390
|
+
filtered_events: {
|
|
115391
|
+
format: string;
|
|
115392
|
+
type: string;
|
|
115393
|
+
};
|
|
115394
|
+
is_valid: {
|
|
115395
|
+
type: string;
|
|
115396
|
+
};
|
|
115397
|
+
matched_events: {
|
|
115398
|
+
format: string;
|
|
115399
|
+
type: string;
|
|
115400
|
+
};
|
|
115401
|
+
reservations: {
|
|
115402
|
+
items: {
|
|
115403
|
+
properties: {
|
|
115404
|
+
ends_at: {
|
|
115405
|
+
nullable: boolean;
|
|
115406
|
+
type: string;
|
|
115407
|
+
};
|
|
115408
|
+
guest_email: {
|
|
115409
|
+
nullable: boolean;
|
|
115410
|
+
type: string;
|
|
115411
|
+
};
|
|
115412
|
+
guest_name: {
|
|
115413
|
+
nullable: boolean;
|
|
115414
|
+
type: string;
|
|
115415
|
+
};
|
|
115416
|
+
guest_phone: {
|
|
115417
|
+
nullable: boolean;
|
|
115418
|
+
type: string;
|
|
115419
|
+
};
|
|
115420
|
+
reservation_key: {
|
|
115421
|
+
nullable: boolean;
|
|
115422
|
+
type: string;
|
|
115423
|
+
};
|
|
115424
|
+
starts_at: {
|
|
115425
|
+
nullable: boolean;
|
|
115426
|
+
type: string;
|
|
115427
|
+
};
|
|
115428
|
+
uid: {
|
|
115429
|
+
type: string;
|
|
115430
|
+
};
|
|
115431
|
+
};
|
|
115432
|
+
required: string[];
|
|
115433
|
+
type: string;
|
|
115434
|
+
};
|
|
115435
|
+
type: string;
|
|
115436
|
+
};
|
|
115437
|
+
total_events: {
|
|
115438
|
+
format: string;
|
|
115439
|
+
type: string;
|
|
115440
|
+
};
|
|
115441
|
+
};
|
|
115442
|
+
required: string[];
|
|
115443
|
+
type: string;
|
|
115444
|
+
};
|
|
115445
|
+
};
|
|
115446
|
+
required: string[];
|
|
115447
|
+
type: string;
|
|
115448
|
+
};
|
|
115449
|
+
};
|
|
115450
|
+
};
|
|
115451
|
+
description: string;
|
|
115452
|
+
};
|
|
115453
|
+
400: {
|
|
115454
|
+
description: string;
|
|
115455
|
+
};
|
|
115456
|
+
401: {
|
|
115457
|
+
description: string;
|
|
115458
|
+
};
|
|
115459
|
+
};
|
|
115460
|
+
security: ({
|
|
115461
|
+
api_key: never[];
|
|
115462
|
+
console_session_with_workspace?: never;
|
|
115463
|
+
} | {
|
|
115464
|
+
console_session_with_workspace: never[];
|
|
115465
|
+
api_key?: never;
|
|
115466
|
+
})[];
|
|
115467
|
+
summary: string;
|
|
115468
|
+
tags: never[];
|
|
115469
|
+
'x-fern-sdk-group-name': string[];
|
|
115470
|
+
'x-fern-sdk-method-name': string;
|
|
115471
|
+
'x-fern-sdk-return-value': string;
|
|
115472
|
+
'x-response-key': string;
|
|
115473
|
+
'x-title': string;
|
|
115474
|
+
'x-undocumented': string;
|
|
115475
|
+
};
|
|
115476
|
+
};
|
|
114961
115477
|
'/seam/customer/v1/connectors/list': {
|
|
114962
115478
|
get: {
|
|
114963
115479
|
description: string;
|
|
@@ -135325,7 +135841,7 @@ type Routes = {
|
|
|
135325
135841
|
message: string;
|
|
135326
135842
|
} | {
|
|
135327
135843
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
135328
|
-
type: '
|
|
135844
|
+
type: 'encoder_communication_timeout';
|
|
135329
135845
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135330
135846
|
message: string;
|
|
135331
135847
|
} | {
|
|
@@ -135654,7 +136170,7 @@ type Routes = {
|
|
|
135654
136170
|
message: string;
|
|
135655
136171
|
} | {
|
|
135656
136172
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
135657
|
-
type: '
|
|
136173
|
+
type: 'encoder_communication_timeout';
|
|
135658
136174
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135659
136175
|
message: string;
|
|
135660
136176
|
} | {
|
|
@@ -137728,7 +138244,7 @@ type Routes = {
|
|
|
137728
138244
|
message: string;
|
|
137729
138245
|
} | {
|
|
137730
138246
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
137731
|
-
type: '
|
|
138247
|
+
type: 'encoder_communication_timeout';
|
|
137732
138248
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137733
138249
|
message: string;
|
|
137734
138250
|
} | {
|
|
@@ -138057,7 +138573,7 @@ type Routes = {
|
|
|
138057
138573
|
message: string;
|
|
138058
138574
|
} | {
|
|
138059
138575
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
138060
|
-
type: '
|
|
138576
|
+
type: 'encoder_communication_timeout';
|
|
138061
138577
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
138062
138578
|
message: string;
|
|
138063
138579
|
} | {
|
|
@@ -141826,7 +142342,7 @@ type Routes = {
|
|
|
141826
142342
|
message: string;
|
|
141827
142343
|
} | {
|
|
141828
142344
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
141829
|
-
type: '
|
|
142345
|
+
type: 'encoder_communication_timeout';
|
|
141830
142346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141831
142347
|
message: string;
|
|
141832
142348
|
} | {
|
|
@@ -142155,7 +142671,7 @@ type Routes = {
|
|
|
142155
142671
|
message: string;
|
|
142156
142672
|
} | {
|
|
142157
142673
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
142158
|
-
type: '
|
|
142674
|
+
type: 'encoder_communication_timeout';
|
|
142159
142675
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142160
142676
|
message: string;
|
|
142161
142677
|
} | {
|
|
@@ -144265,7 +144781,7 @@ type Routes = {
|
|
|
144265
144781
|
message: string;
|
|
144266
144782
|
} | {
|
|
144267
144783
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
144268
|
-
type: '
|
|
144784
|
+
type: 'encoder_communication_timeout';
|
|
144269
144785
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
144270
144786
|
message: string;
|
|
144271
144787
|
} | {
|
|
@@ -144594,7 +145110,7 @@ type Routes = {
|
|
|
144594
145110
|
message: string;
|
|
144595
145111
|
} | {
|
|
144596
145112
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
144597
|
-
type: '
|
|
145113
|
+
type: 'encoder_communication_timeout';
|
|
144598
145114
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
144599
145115
|
message: string;
|
|
144600
145116
|
} | {
|
|
@@ -148885,7 +149401,7 @@ type Routes = {
|
|
|
148885
149401
|
message: string;
|
|
148886
149402
|
} | {
|
|
148887
149403
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
148888
|
-
type: '
|
|
149404
|
+
type: 'encoder_communication_timeout';
|
|
148889
149405
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148890
149406
|
message: string;
|
|
148891
149407
|
} | {
|
|
@@ -149214,7 +149730,7 @@ type Routes = {
|
|
|
149214
149730
|
message: string;
|
|
149215
149731
|
} | {
|
|
149216
149732
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
149217
|
-
type: '
|
|
149733
|
+
type: 'encoder_communication_timeout';
|
|
149218
149734
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
149219
149735
|
message: string;
|
|
149220
149736
|
} | {
|
|
@@ -155464,7 +155980,7 @@ type Routes = {
|
|
|
155464
155980
|
message: string;
|
|
155465
155981
|
} | {
|
|
155466
155982
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
155467
|
-
type: '
|
|
155983
|
+
type: 'encoder_communication_timeout';
|
|
155468
155984
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155469
155985
|
message: string;
|
|
155470
155986
|
} | {
|
|
@@ -155793,7 +156309,7 @@ type Routes = {
|
|
|
155793
156309
|
message: string;
|
|
155794
156310
|
} | {
|
|
155795
156311
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
155796
|
-
type: '
|
|
156312
|
+
type: 'encoder_communication_timeout';
|
|
155797
156313
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
155798
156314
|
message: string;
|
|
155799
156315
|
} | {
|
|
@@ -156907,7 +157423,7 @@ type Routes = {
|
|
|
156907
157423
|
message: string;
|
|
156908
157424
|
} | {
|
|
156909
157425
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
156910
|
-
type: '
|
|
157426
|
+
type: 'encoder_communication_timeout';
|
|
156911
157427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
156912
157428
|
message: string;
|
|
156913
157429
|
} | {
|
|
@@ -157236,7 +157752,7 @@ type Routes = {
|
|
|
157236
157752
|
message: string;
|
|
157237
157753
|
} | {
|
|
157238
157754
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
157239
|
-
type: '
|
|
157755
|
+
type: 'encoder_communication_timeout';
|
|
157240
157756
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
157241
157757
|
message: string;
|
|
157242
157758
|
} | {
|
|
@@ -158812,7 +159328,7 @@ type Routes = {
|
|
|
158812
159328
|
message: string;
|
|
158813
159329
|
} | {
|
|
158814
159330
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
158815
|
-
type: '
|
|
159331
|
+
type: 'encoder_communication_timeout';
|
|
158816
159332
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
158817
159333
|
message: string;
|
|
158818
159334
|
} | {
|
|
@@ -159141,7 +159657,7 @@ type Routes = {
|
|
|
159141
159657
|
message: string;
|
|
159142
159658
|
} | {
|
|
159143
159659
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
159144
|
-
type: '
|
|
159660
|
+
type: 'encoder_communication_timeout';
|
|
159145
159661
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
159146
159662
|
message: string;
|
|
159147
159663
|
} | {
|
|
@@ -162184,7 +162700,7 @@ type Routes = {
|
|
|
162184
162700
|
message: string;
|
|
162185
162701
|
} | {
|
|
162186
162702
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
162187
|
-
type: '
|
|
162703
|
+
type: 'encoder_communication_timeout';
|
|
162188
162704
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162189
162705
|
message: string;
|
|
162190
162706
|
} | {
|
|
@@ -162513,7 +163029,7 @@ type Routes = {
|
|
|
162513
163029
|
message: string;
|
|
162514
163030
|
} | {
|
|
162515
163031
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
162516
|
-
type: '
|
|
163032
|
+
type: 'encoder_communication_timeout';
|
|
162517
163033
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
162518
163034
|
message: string;
|
|
162519
163035
|
} | {
|
|
@@ -163520,7 +164036,7 @@ type Routes = {
|
|
|
163520
164036
|
message: string;
|
|
163521
164037
|
} | {
|
|
163522
164038
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
163523
|
-
type: '
|
|
164039
|
+
type: 'encoder_communication_timeout';
|
|
163524
164040
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163525
164041
|
message: string;
|
|
163526
164042
|
} | {
|
|
@@ -163849,7 +164365,7 @@ type Routes = {
|
|
|
163849
164365
|
message: string;
|
|
163850
164366
|
} | {
|
|
163851
164367
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
163852
|
-
type: '
|
|
164368
|
+
type: 'encoder_communication_timeout';
|
|
163853
164369
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
163854
164370
|
message: string;
|
|
163855
164371
|
} | {
|
|
@@ -176377,7 +176893,7 @@ type Routes = {
|
|
|
176377
176893
|
message: string;
|
|
176378
176894
|
} | {
|
|
176379
176895
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
176380
|
-
type: '
|
|
176896
|
+
type: 'encoder_communication_timeout';
|
|
176381
176897
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176382
176898
|
message: string;
|
|
176383
176899
|
} | {
|
|
@@ -176706,7 +177222,7 @@ type Routes = {
|
|
|
176706
177222
|
message: string;
|
|
176707
177223
|
} | {
|
|
176708
177224
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
176709
|
-
type: '
|
|
177225
|
+
type: 'encoder_communication_timeout';
|
|
176710
177226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
176711
177227
|
message: string;
|
|
176712
177228
|
} | {
|
|
@@ -183059,7 +183575,7 @@ type Routes = {
|
|
|
183059
183575
|
message: string;
|
|
183060
183576
|
} | {
|
|
183061
183577
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
183062
|
-
type: '
|
|
183578
|
+
type: 'encoder_communication_timeout';
|
|
183063
183579
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183064
183580
|
message: string;
|
|
183065
183581
|
} | {
|
|
@@ -183388,7 +183904,7 @@ type Routes = {
|
|
|
183388
183904
|
message: string;
|
|
183389
183905
|
} | {
|
|
183390
183906
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
183391
|
-
type: '
|
|
183907
|
+
type: 'encoder_communication_timeout';
|
|
183392
183908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
183393
183909
|
message: string;
|
|
183394
183910
|
} | {
|
|
@@ -184396,7 +184912,7 @@ type Routes = {
|
|
|
184396
184912
|
message: string;
|
|
184397
184913
|
} | {
|
|
184398
184914
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
184399
|
-
type: '
|
|
184915
|
+
type: 'encoder_communication_timeout';
|
|
184400
184916
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184401
184917
|
message: string;
|
|
184402
184918
|
} | {
|
|
@@ -184725,7 +185241,7 @@ type Routes = {
|
|
|
184725
185241
|
message: string;
|
|
184726
185242
|
} | {
|
|
184727
185243
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
184728
|
-
type: '
|
|
185244
|
+
type: 'encoder_communication_timeout';
|
|
184729
185245
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
184730
185246
|
message: string;
|
|
184731
185247
|
} | {
|
|
@@ -185731,7 +186247,7 @@ type Routes = {
|
|
|
185731
186247
|
message: string;
|
|
185732
186248
|
} | {
|
|
185733
186249
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
185734
|
-
type: '
|
|
186250
|
+
type: 'encoder_communication_timeout';
|
|
185735
186251
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
185736
186252
|
message: string;
|
|
185737
186253
|
} | {
|
|
@@ -186060,7 +186576,7 @@ type Routes = {
|
|
|
186060
186576
|
message: string;
|
|
186061
186577
|
} | {
|
|
186062
186578
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
186063
|
-
type: '
|
|
186579
|
+
type: 'encoder_communication_timeout';
|
|
186064
186580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
186065
186581
|
message: string;
|
|
186066
186582
|
} | {
|
|
@@ -187068,7 +187584,7 @@ type Routes = {
|
|
|
187068
187584
|
message: string;
|
|
187069
187585
|
} | {
|
|
187070
187586
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
187071
|
-
type: '
|
|
187587
|
+
type: 'encoder_communication_timeout';
|
|
187072
187588
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
187073
187589
|
message: string;
|
|
187074
187590
|
} | {
|
|
@@ -187397,7 +187913,7 @@ type Routes = {
|
|
|
187397
187913
|
message: string;
|
|
187398
187914
|
} | {
|
|
187399
187915
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
187400
|
-
type: '
|
|
187916
|
+
type: 'encoder_communication_timeout';
|
|
187401
187917
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
187402
187918
|
message: string;
|
|
187403
187919
|
} | {
|
|
@@ -191104,7 +191620,7 @@ type Routes = {
|
|
|
191104
191620
|
message: string;
|
|
191105
191621
|
} | {
|
|
191106
191622
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
191107
|
-
type: '
|
|
191623
|
+
type: 'encoder_communication_timeout';
|
|
191108
191624
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191109
191625
|
message: string;
|
|
191110
191626
|
} | {
|
|
@@ -191433,7 +191949,7 @@ type Routes = {
|
|
|
191433
191949
|
message: string;
|
|
191434
191950
|
} | {
|
|
191435
191951
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
191436
|
-
type: '
|
|
191952
|
+
type: 'encoder_communication_timeout';
|
|
191437
191953
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191438
191954
|
message: string;
|
|
191439
191955
|
} | {
|
|
@@ -192460,7 +192976,7 @@ type Routes = {
|
|
|
192460
192976
|
message: string;
|
|
192461
192977
|
} | {
|
|
192462
192978
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
192463
|
-
type: '
|
|
192979
|
+
type: 'encoder_communication_timeout';
|
|
192464
192980
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192465
192981
|
message: string;
|
|
192466
192982
|
} | {
|
|
@@ -192789,7 +193305,7 @@ type Routes = {
|
|
|
192789
193305
|
message: string;
|
|
192790
193306
|
} | {
|
|
192791
193307
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
192792
|
-
type: '
|
|
193308
|
+
type: 'encoder_communication_timeout';
|
|
192793
193309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
192794
193310
|
message: string;
|
|
192795
193311
|
} | {
|
|
@@ -193872,7 +194388,7 @@ type Routes = {
|
|
|
193872
194388
|
message: string;
|
|
193873
194389
|
} | {
|
|
193874
194390
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
193875
|
-
type: '
|
|
194391
|
+
type: 'encoder_communication_timeout';
|
|
193876
194392
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
193877
194393
|
message: string;
|
|
193878
194394
|
} | {
|
|
@@ -194201,7 +194717,7 @@ type Routes = {
|
|
|
194201
194717
|
message: string;
|
|
194202
194718
|
} | {
|
|
194203
194719
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
194204
|
-
type: '
|
|
194720
|
+
type: 'encoder_communication_timeout';
|
|
194205
194721
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
194206
194722
|
message: string;
|
|
194207
194723
|
} | {
|
|
@@ -196178,7 +196694,7 @@ type Routes = {
|
|
|
196178
196694
|
message: string;
|
|
196179
196695
|
} | {
|
|
196180
196696
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
196181
|
-
type: '
|
|
196697
|
+
type: 'encoder_communication_timeout';
|
|
196182
196698
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196183
196699
|
message: string;
|
|
196184
196700
|
} | {
|
|
@@ -196507,7 +197023,7 @@ type Routes = {
|
|
|
196507
197023
|
message: string;
|
|
196508
197024
|
} | {
|
|
196509
197025
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
196510
|
-
type: '
|
|
197026
|
+
type: 'encoder_communication_timeout';
|
|
196511
197027
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
196512
197028
|
message: string;
|
|
196513
197029
|
} | {
|
|
@@ -197426,6 +197942,195 @@ type Routes = {
|
|
|
197426
197942
|
};
|
|
197427
197943
|
maxDuration: undefined;
|
|
197428
197944
|
};
|
|
197945
|
+
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
197946
|
+
route: '/seam/customer/v1/connectors/ical/generate-config';
|
|
197947
|
+
method: 'POST';
|
|
197948
|
+
queryParams: {};
|
|
197949
|
+
jsonBody: {
|
|
197950
|
+
/** iCal feed URL to analyze */
|
|
197951
|
+
ical_url: string;
|
|
197952
|
+
};
|
|
197953
|
+
commonParams: {};
|
|
197954
|
+
formData: {};
|
|
197955
|
+
jsonResponse: {
|
|
197956
|
+
generated_config: {
|
|
197957
|
+
ical_config: {
|
|
197958
|
+
/** Optional filter to skip non-matching events */
|
|
197959
|
+
filter?: {
|
|
197960
|
+
/** iCal property name to match against */
|
|
197961
|
+
source: string;
|
|
197962
|
+
/** Regex pattern — events not matching are skipped */
|
|
197963
|
+
pattern: string;
|
|
197964
|
+
} | undefined;
|
|
197965
|
+
fields: {
|
|
197966
|
+
/** How to extract the reservation key (falls back to UID) */
|
|
197967
|
+
reservation_key?: {
|
|
197968
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
197969
|
+
source: string;
|
|
197970
|
+
/** Regex with capture group to extract value from the property */
|
|
197971
|
+
pattern?: string | undefined;
|
|
197972
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
197973
|
+
type?: 'date' | undefined;
|
|
197974
|
+
} | undefined;
|
|
197975
|
+
/** How to extract guest name */
|
|
197976
|
+
guest_name?: {
|
|
197977
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
197978
|
+
source: string;
|
|
197979
|
+
/** Regex with capture group to extract value from the property */
|
|
197980
|
+
pattern?: string | undefined;
|
|
197981
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
197982
|
+
type?: 'date' | undefined;
|
|
197983
|
+
} | undefined;
|
|
197984
|
+
/** How to extract guest email */
|
|
197985
|
+
guest_email?: {
|
|
197986
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
197987
|
+
source: string;
|
|
197988
|
+
/** Regex with capture group to extract value from the property */
|
|
197989
|
+
pattern?: string | undefined;
|
|
197990
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
197991
|
+
type?: 'date' | undefined;
|
|
197992
|
+
} | undefined;
|
|
197993
|
+
/** How to extract guest phone */
|
|
197994
|
+
guest_phone?: {
|
|
197995
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
197996
|
+
source: string;
|
|
197997
|
+
/** Regex with capture group to extract value from the property */
|
|
197998
|
+
pattern?: string | undefined;
|
|
197999
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198000
|
+
type?: 'date' | undefined;
|
|
198001
|
+
} | undefined;
|
|
198002
|
+
/** How to extract check-in date */
|
|
198003
|
+
starts_at: {
|
|
198004
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198005
|
+
source: string;
|
|
198006
|
+
/** Regex with capture group to extract value from the property */
|
|
198007
|
+
pattern?: string | undefined;
|
|
198008
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198009
|
+
type?: 'date' | undefined;
|
|
198010
|
+
};
|
|
198011
|
+
/** How to extract check-out date */
|
|
198012
|
+
ends_at: {
|
|
198013
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198014
|
+
source: string;
|
|
198015
|
+
/** Regex with capture group to extract value from the property */
|
|
198016
|
+
pattern?: string | undefined;
|
|
198017
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198018
|
+
type?: 'date' | undefined;
|
|
198019
|
+
};
|
|
198020
|
+
};
|
|
198021
|
+
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
198022
|
+
time_zone?: string | undefined;
|
|
198023
|
+
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
198024
|
+
default_check_in_time?: string | undefined;
|
|
198025
|
+
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
198026
|
+
default_check_out_time?: string | undefined;
|
|
198027
|
+
};
|
|
198028
|
+
};
|
|
198029
|
+
};
|
|
198030
|
+
maxDuration: undefined;
|
|
198031
|
+
};
|
|
198032
|
+
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
198033
|
+
route: '/seam/customer/v1/connectors/ical/validate-config';
|
|
198034
|
+
method: 'POST';
|
|
198035
|
+
queryParams: {};
|
|
198036
|
+
jsonBody: {
|
|
198037
|
+
/** iCal feed URL to validate against */
|
|
198038
|
+
ical_url: string;
|
|
198039
|
+
/** Config to validate */
|
|
198040
|
+
ical_config: {
|
|
198041
|
+
/** Optional filter to skip non-matching events */
|
|
198042
|
+
filter?: {
|
|
198043
|
+
/** iCal property name to match against */
|
|
198044
|
+
source: string;
|
|
198045
|
+
/** Regex pattern — events not matching are skipped */
|
|
198046
|
+
pattern: string;
|
|
198047
|
+
} | undefined;
|
|
198048
|
+
fields: {
|
|
198049
|
+
/** How to extract the reservation key (falls back to UID) */
|
|
198050
|
+
reservation_key?: {
|
|
198051
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198052
|
+
source: string;
|
|
198053
|
+
/** Regex with capture group to extract value from the property */
|
|
198054
|
+
pattern?: string | undefined;
|
|
198055
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198056
|
+
type?: 'date' | undefined;
|
|
198057
|
+
} | undefined;
|
|
198058
|
+
/** How to extract guest name */
|
|
198059
|
+
guest_name?: {
|
|
198060
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198061
|
+
source: string;
|
|
198062
|
+
/** Regex with capture group to extract value from the property */
|
|
198063
|
+
pattern?: string | undefined;
|
|
198064
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198065
|
+
type?: 'date' | undefined;
|
|
198066
|
+
} | undefined;
|
|
198067
|
+
/** How to extract guest email */
|
|
198068
|
+
guest_email?: {
|
|
198069
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198070
|
+
source: string;
|
|
198071
|
+
/** Regex with capture group to extract value from the property */
|
|
198072
|
+
pattern?: string | undefined;
|
|
198073
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198074
|
+
type?: 'date' | undefined;
|
|
198075
|
+
} | undefined;
|
|
198076
|
+
/** How to extract guest phone */
|
|
198077
|
+
guest_phone?: {
|
|
198078
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198079
|
+
source: string;
|
|
198080
|
+
/** Regex with capture group to extract value from the property */
|
|
198081
|
+
pattern?: string | undefined;
|
|
198082
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198083
|
+
type?: 'date' | undefined;
|
|
198084
|
+
} | undefined;
|
|
198085
|
+
/** How to extract check-in date */
|
|
198086
|
+
starts_at: {
|
|
198087
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198088
|
+
source: string;
|
|
198089
|
+
/** Regex with capture group to extract value from the property */
|
|
198090
|
+
pattern?: string | undefined;
|
|
198091
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198092
|
+
type?: 'date' | undefined;
|
|
198093
|
+
};
|
|
198094
|
+
/** How to extract check-out date */
|
|
198095
|
+
ends_at: {
|
|
198096
|
+
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
198097
|
+
source: string;
|
|
198098
|
+
/** Regex with capture group to extract value from the property */
|
|
198099
|
+
pattern?: string | undefined;
|
|
198100
|
+
/** Special type handling — 'date' parses iCal date formats */
|
|
198101
|
+
type?: 'date' | undefined;
|
|
198102
|
+
};
|
|
198103
|
+
};
|
|
198104
|
+
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
198105
|
+
time_zone?: string | undefined;
|
|
198106
|
+
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
198107
|
+
default_check_in_time?: string | undefined;
|
|
198108
|
+
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
198109
|
+
default_check_out_time?: string | undefined;
|
|
198110
|
+
};
|
|
198111
|
+
};
|
|
198112
|
+
commonParams: {};
|
|
198113
|
+
formData: {};
|
|
198114
|
+
jsonResponse: {
|
|
198115
|
+
validation_result: {
|
|
198116
|
+
is_valid: boolean;
|
|
198117
|
+
total_events: number;
|
|
198118
|
+
matched_events: number;
|
|
198119
|
+
filtered_events: number;
|
|
198120
|
+
reservations: {
|
|
198121
|
+
uid: string;
|
|
198122
|
+
reservation_key: string | null;
|
|
198123
|
+
guest_name: string | null;
|
|
198124
|
+
guest_email: string | null;
|
|
198125
|
+
guest_phone: string | null;
|
|
198126
|
+
starts_at: string | null;
|
|
198127
|
+
ends_at: string | null;
|
|
198128
|
+
}[];
|
|
198129
|
+
errors: string[];
|
|
198130
|
+
};
|
|
198131
|
+
};
|
|
198132
|
+
maxDuration: undefined;
|
|
198133
|
+
};
|
|
197429
198134
|
'/seam/customer/v1/connectors/list': {
|
|
197430
198135
|
route: '/seam/customer/v1/connectors/list';
|
|
197431
198136
|
method: 'GET' | 'POST';
|
|
@@ -204829,7 +205534,7 @@ type Routes = {
|
|
|
204829
205534
|
message: string;
|
|
204830
205535
|
} | {
|
|
204831
205536
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
204832
|
-
type: '
|
|
205537
|
+
type: 'encoder_communication_timeout';
|
|
204833
205538
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
204834
205539
|
message: string;
|
|
204835
205540
|
} | {
|
|
@@ -205158,7 +205863,7 @@ type Routes = {
|
|
|
205158
205863
|
message: string;
|
|
205159
205864
|
} | {
|
|
205160
205865
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
205161
|
-
type: '
|
|
205866
|
+
type: 'encoder_communication_timeout';
|
|
205162
205867
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
205163
205868
|
message: string;
|
|
205164
205869
|
} | {
|
|
@@ -206170,7 +206875,7 @@ type Routes = {
|
|
|
206170
206875
|
message: string;
|
|
206171
206876
|
} | {
|
|
206172
206877
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
206173
|
-
type: '
|
|
206878
|
+
type: 'encoder_communication_timeout';
|
|
206174
206879
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
206175
206880
|
message: string;
|
|
206176
206881
|
} | {
|
|
@@ -206499,7 +207204,7 @@ type Routes = {
|
|
|
206499
207204
|
message: string;
|
|
206500
207205
|
} | {
|
|
206501
207206
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
206502
|
-
type: '
|
|
207207
|
+
type: 'encoder_communication_timeout';
|
|
206503
207208
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
206504
207209
|
message: string;
|
|
206505
207210
|
} | {
|
|
@@ -207617,7 +208322,7 @@ type Routes = {
|
|
|
207617
208322
|
message: string;
|
|
207618
208323
|
} | {
|
|
207619
208324
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
207620
|
-
type: '
|
|
208325
|
+
type: 'encoder_communication_timeout';
|
|
207621
208326
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
207622
208327
|
message: string;
|
|
207623
208328
|
} | {
|
|
@@ -207946,7 +208651,7 @@ type Routes = {
|
|
|
207946
208651
|
message: string;
|
|
207947
208652
|
} | {
|
|
207948
208653
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
207949
|
-
type: '
|
|
208654
|
+
type: 'encoder_communication_timeout';
|
|
207950
208655
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
207951
208656
|
message: string;
|
|
207952
208657
|
} | {
|
|
@@ -210309,7 +211014,7 @@ type Routes = {
|
|
|
210309
211014
|
message: string;
|
|
210310
211015
|
} | {
|
|
210311
211016
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
210312
|
-
type: '
|
|
211017
|
+
type: 'encoder_communication_timeout';
|
|
210313
211018
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
210314
211019
|
message: string;
|
|
210315
211020
|
} | {
|
|
@@ -210638,7 +211343,7 @@ type Routes = {
|
|
|
210638
211343
|
message: string;
|
|
210639
211344
|
} | {
|
|
210640
211345
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
210641
|
-
type: '
|
|
211346
|
+
type: 'encoder_communication_timeout';
|
|
210642
211347
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
210643
211348
|
message: string;
|
|
210644
211349
|
} | {
|
|
@@ -211654,7 +212359,7 @@ type Routes = {
|
|
|
211654
212359
|
message: string;
|
|
211655
212360
|
} | {
|
|
211656
212361
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
211657
|
-
type: '
|
|
212362
|
+
type: 'encoder_communication_timeout';
|
|
211658
212363
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
211659
212364
|
message: string;
|
|
211660
212365
|
} | {
|
|
@@ -211983,7 +212688,7 @@ type Routes = {
|
|
|
211983
212688
|
message: string;
|
|
211984
212689
|
} | {
|
|
211985
212690
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
211986
|
-
type: '
|
|
212691
|
+
type: 'encoder_communication_timeout';
|
|
211987
212692
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
211988
212693
|
message: string;
|
|
211989
212694
|
} | {
|
|
@@ -215680,7 +216385,7 @@ type Routes = {
|
|
|
215680
216385
|
message: string;
|
|
215681
216386
|
} | {
|
|
215682
216387
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
215683
|
-
type: '
|
|
216388
|
+
type: 'encoder_communication_timeout';
|
|
215684
216389
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
215685
216390
|
message: string;
|
|
215686
216391
|
} | {
|
|
@@ -216009,7 +216714,7 @@ type Routes = {
|
|
|
216009
216714
|
message: string;
|
|
216010
216715
|
} | {
|
|
216011
216716
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
216012
|
-
type: '
|
|
216717
|
+
type: 'encoder_communication_timeout';
|
|
216013
216718
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
216014
216719
|
message: string;
|
|
216015
216720
|
} | {
|
|
@@ -217220,7 +217925,7 @@ type Routes = {
|
|
|
217220
217925
|
message: string;
|
|
217221
217926
|
} | {
|
|
217222
217927
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
217223
|
-
type: '
|
|
217928
|
+
type: 'encoder_communication_timeout';
|
|
217224
217929
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
217225
217930
|
message: string;
|
|
217226
217931
|
} | {
|
|
@@ -217549,7 +218254,7 @@ type Routes = {
|
|
|
217549
218254
|
message: string;
|
|
217550
218255
|
} | {
|
|
217551
218256
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
217552
|
-
type: '
|
|
218257
|
+
type: 'encoder_communication_timeout';
|
|
217553
218258
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
217554
218259
|
message: string;
|
|
217555
218260
|
} | {
|
|
@@ -218588,7 +219293,7 @@ type Routes = {
|
|
|
218588
219293
|
message: string;
|
|
218589
219294
|
} | {
|
|
218590
219295
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
218591
|
-
type: '
|
|
219296
|
+
type: 'encoder_communication_timeout';
|
|
218592
219297
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
218593
219298
|
message: string;
|
|
218594
219299
|
} | {
|
|
@@ -218917,7 +219622,7 @@ type Routes = {
|
|
|
218917
219622
|
message: string;
|
|
218918
219623
|
} | {
|
|
218919
219624
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
218920
|
-
type: '
|
|
219625
|
+
type: 'encoder_communication_timeout';
|
|
218921
219626
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
218922
219627
|
message: string;
|
|
218923
219628
|
} | {
|
|
@@ -220068,7 +220773,7 @@ type Routes = {
|
|
|
220068
220773
|
message: string;
|
|
220069
220774
|
} | {
|
|
220070
220775
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
220071
|
-
type: '
|
|
220776
|
+
type: 'encoder_communication_timeout';
|
|
220072
220777
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
220073
220778
|
message: string;
|
|
220074
220779
|
} | {
|
|
@@ -220397,7 +221102,7 @@ type Routes = {
|
|
|
220397
221102
|
message: string;
|
|
220398
221103
|
} | {
|
|
220399
221104
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
220400
|
-
type: '
|
|
221105
|
+
type: 'encoder_communication_timeout';
|
|
220401
221106
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
220402
221107
|
message: string;
|
|
220403
221108
|
} | {
|
|
@@ -227546,7 +228251,7 @@ type Routes = {
|
|
|
227546
228251
|
message: string;
|
|
227547
228252
|
} | {
|
|
227548
228253
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
227549
|
-
type: '
|
|
228254
|
+
type: 'encoder_communication_timeout';
|
|
227550
228255
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
227551
228256
|
message: string;
|
|
227552
228257
|
} | {
|
|
@@ -227875,7 +228580,7 @@ type Routes = {
|
|
|
227875
228580
|
message: string;
|
|
227876
228581
|
} | {
|
|
227877
228582
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
227878
|
-
type: '
|
|
228583
|
+
type: 'encoder_communication_timeout';
|
|
227879
228584
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
227880
228585
|
message: string;
|
|
227881
228586
|
} | {
|
|
@@ -234412,7 +235117,7 @@ type Routes = {
|
|
|
234412
235117
|
message: string;
|
|
234413
235118
|
} | {
|
|
234414
235119
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
234415
|
-
type: '
|
|
235120
|
+
type: 'encoder_communication_timeout';
|
|
234416
235121
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
234417
235122
|
message: string;
|
|
234418
235123
|
} | {
|
|
@@ -234741,7 +235446,7 @@ type Routes = {
|
|
|
234741
235446
|
message: string;
|
|
234742
235447
|
} | {
|
|
234743
235448
|
/** Error type to indicate that communication with the encoder timed out. */
|
|
234744
|
-
type: '
|
|
235449
|
+
type: 'encoder_communication_timeout';
|
|
234745
235450
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
234746
235451
|
message: string;
|
|
234747
235452
|
} | {
|