@deliverart/sdk-js-integration-types 2.20.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/README.md +7 -0
- package/dist/index.cjs +14892 -0
- package/dist/index.d.cts +1102 -0
- package/dist/index.d.ts +1102 -0
- package/dist/index.js +14685 -0
- package/package.json +31 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,1102 @@
|
|
|
1
|
+
import * as _deliverart_sdk_js_global_types from '@deliverart/sdk-js-global-types';
|
|
2
|
+
import { IriObject } from '@deliverart/sdk-js-global-types';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
|
|
5
|
+
declare const activatableIntegrationBaseSchema: z.ZodObject<{
|
|
6
|
+
id: z.ZodString;
|
|
7
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
8
|
+
integration: z.ZodNullable<z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>]>>;
|
|
9
|
+
status: z.ZodEnum<{
|
|
10
|
+
active: "active";
|
|
11
|
+
failed: "failed";
|
|
12
|
+
waiting_for_user: "waiting_for_user";
|
|
13
|
+
waiting_for_admin: "waiting_for_admin";
|
|
14
|
+
request_sent_partner: "request_sent_partner";
|
|
15
|
+
}>;
|
|
16
|
+
healthStatus: z.ZodEnum<{
|
|
17
|
+
error: "error";
|
|
18
|
+
success: "success";
|
|
19
|
+
waiting: "waiting";
|
|
20
|
+
}>;
|
|
21
|
+
provider: z.ZodEnum<{
|
|
22
|
+
deliverart: "deliverart";
|
|
23
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
24
|
+
}>;
|
|
25
|
+
name: z.ZodString;
|
|
26
|
+
message: z.ZodNullable<z.ZodString>;
|
|
27
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
createdAt: z.ZodString;
|
|
29
|
+
updatedAt: z.ZodString;
|
|
30
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
31
|
+
status: z.ZodEnum<{
|
|
32
|
+
active: "active";
|
|
33
|
+
failed: "failed";
|
|
34
|
+
waiting_for_user: "waiting_for_user";
|
|
35
|
+
waiting_for_admin: "waiting_for_admin";
|
|
36
|
+
request_sent_partner: "request_sent_partner";
|
|
37
|
+
}>;
|
|
38
|
+
message: z.ZodNullable<z.ZodString>;
|
|
39
|
+
updatedAt: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>>>;
|
|
41
|
+
}, z.core.$strip>;
|
|
42
|
+
declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
43
|
+
service: z.ZodLiteral<"kitchen">;
|
|
44
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
45
|
+
viewMode: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>;
|
|
47
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
48
|
+
message: z.ZodNullable<z.ZodString>;
|
|
49
|
+
id: z.ZodString;
|
|
50
|
+
status: z.ZodEnum<{
|
|
51
|
+
active: "active";
|
|
52
|
+
failed: "failed";
|
|
53
|
+
waiting_for_user: "waiting_for_user";
|
|
54
|
+
waiting_for_admin: "waiting_for_admin";
|
|
55
|
+
request_sent_partner: "request_sent_partner";
|
|
56
|
+
}>;
|
|
57
|
+
healthStatus: z.ZodEnum<{
|
|
58
|
+
error: "error";
|
|
59
|
+
success: "success";
|
|
60
|
+
waiting: "waiting";
|
|
61
|
+
}>;
|
|
62
|
+
provider: z.ZodEnum<{
|
|
63
|
+
deliverart: "deliverart";
|
|
64
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
65
|
+
}>;
|
|
66
|
+
createdAt: z.ZodString;
|
|
67
|
+
updatedAt: z.ZodString;
|
|
68
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
69
|
+
name: z.ZodString;
|
|
70
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
72
|
+
status: z.ZodEnum<{
|
|
73
|
+
active: "active";
|
|
74
|
+
failed: "failed";
|
|
75
|
+
waiting_for_user: "waiting_for_user";
|
|
76
|
+
waiting_for_admin: "waiting_for_admin";
|
|
77
|
+
request_sent_partner: "request_sent_partner";
|
|
78
|
+
}>;
|
|
79
|
+
message: z.ZodNullable<z.ZodString>;
|
|
80
|
+
updatedAt: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>>>;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
service: z.ZodLiteral<"deliveroo">;
|
|
84
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
85
|
+
brandId: z.ZodString;
|
|
86
|
+
siteId: z.ZodString;
|
|
87
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
88
|
+
}, z.core.$strip>>;
|
|
89
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
90
|
+
message: z.ZodNullable<z.ZodString>;
|
|
91
|
+
id: z.ZodString;
|
|
92
|
+
status: z.ZodEnum<{
|
|
93
|
+
active: "active";
|
|
94
|
+
failed: "failed";
|
|
95
|
+
waiting_for_user: "waiting_for_user";
|
|
96
|
+
waiting_for_admin: "waiting_for_admin";
|
|
97
|
+
request_sent_partner: "request_sent_partner";
|
|
98
|
+
}>;
|
|
99
|
+
healthStatus: z.ZodEnum<{
|
|
100
|
+
error: "error";
|
|
101
|
+
success: "success";
|
|
102
|
+
waiting: "waiting";
|
|
103
|
+
}>;
|
|
104
|
+
provider: z.ZodEnum<{
|
|
105
|
+
deliverart: "deliverart";
|
|
106
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
107
|
+
}>;
|
|
108
|
+
createdAt: z.ZodString;
|
|
109
|
+
updatedAt: z.ZodString;
|
|
110
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
111
|
+
name: z.ZodString;
|
|
112
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
114
|
+
status: z.ZodEnum<{
|
|
115
|
+
active: "active";
|
|
116
|
+
failed: "failed";
|
|
117
|
+
waiting_for_user: "waiting_for_user";
|
|
118
|
+
waiting_for_admin: "waiting_for_admin";
|
|
119
|
+
request_sent_partner: "request_sent_partner";
|
|
120
|
+
}>;
|
|
121
|
+
message: z.ZodNullable<z.ZodString>;
|
|
122
|
+
updatedAt: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>>>;
|
|
124
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
125
|
+
service: z.ZodLiteral<"glovo">;
|
|
126
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
127
|
+
storeId: z.ZodString;
|
|
128
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
129
|
+
}, z.core.$strip>>;
|
|
130
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
131
|
+
message: z.ZodNullable<z.ZodString>;
|
|
132
|
+
id: z.ZodString;
|
|
133
|
+
status: z.ZodEnum<{
|
|
134
|
+
active: "active";
|
|
135
|
+
failed: "failed";
|
|
136
|
+
waiting_for_user: "waiting_for_user";
|
|
137
|
+
waiting_for_admin: "waiting_for_admin";
|
|
138
|
+
request_sent_partner: "request_sent_partner";
|
|
139
|
+
}>;
|
|
140
|
+
healthStatus: z.ZodEnum<{
|
|
141
|
+
error: "error";
|
|
142
|
+
success: "success";
|
|
143
|
+
waiting: "waiting";
|
|
144
|
+
}>;
|
|
145
|
+
provider: z.ZodEnum<{
|
|
146
|
+
deliverart: "deliverart";
|
|
147
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
148
|
+
}>;
|
|
149
|
+
createdAt: z.ZodString;
|
|
150
|
+
updatedAt: z.ZodString;
|
|
151
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
152
|
+
name: z.ZodString;
|
|
153
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
154
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
155
|
+
status: z.ZodEnum<{
|
|
156
|
+
active: "active";
|
|
157
|
+
failed: "failed";
|
|
158
|
+
waiting_for_user: "waiting_for_user";
|
|
159
|
+
waiting_for_admin: "waiting_for_admin";
|
|
160
|
+
request_sent_partner: "request_sent_partner";
|
|
161
|
+
}>;
|
|
162
|
+
message: z.ZodNullable<z.ZodString>;
|
|
163
|
+
updatedAt: z.ZodString;
|
|
164
|
+
}, z.core.$strip>>>>;
|
|
165
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
166
|
+
service: z.ZodLiteral<"justeat">;
|
|
167
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
168
|
+
restaurantId: z.ZodString;
|
|
169
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
170
|
+
}, z.core.$strip>>;
|
|
171
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
172
|
+
message: z.ZodNullable<z.ZodString>;
|
|
173
|
+
id: z.ZodString;
|
|
174
|
+
status: z.ZodEnum<{
|
|
175
|
+
active: "active";
|
|
176
|
+
failed: "failed";
|
|
177
|
+
waiting_for_user: "waiting_for_user";
|
|
178
|
+
waiting_for_admin: "waiting_for_admin";
|
|
179
|
+
request_sent_partner: "request_sent_partner";
|
|
180
|
+
}>;
|
|
181
|
+
healthStatus: z.ZodEnum<{
|
|
182
|
+
error: "error";
|
|
183
|
+
success: "success";
|
|
184
|
+
waiting: "waiting";
|
|
185
|
+
}>;
|
|
186
|
+
provider: z.ZodEnum<{
|
|
187
|
+
deliverart: "deliverart";
|
|
188
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
189
|
+
}>;
|
|
190
|
+
createdAt: z.ZodString;
|
|
191
|
+
updatedAt: z.ZodString;
|
|
192
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
193
|
+
name: z.ZodString;
|
|
194
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
196
|
+
status: z.ZodEnum<{
|
|
197
|
+
active: "active";
|
|
198
|
+
failed: "failed";
|
|
199
|
+
waiting_for_user: "waiting_for_user";
|
|
200
|
+
waiting_for_admin: "waiting_for_admin";
|
|
201
|
+
request_sent_partner: "request_sent_partner";
|
|
202
|
+
}>;
|
|
203
|
+
message: z.ZodNullable<z.ZodString>;
|
|
204
|
+
updatedAt: z.ZodString;
|
|
205
|
+
}, z.core.$strip>>>>;
|
|
206
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
207
|
+
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
208
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
209
|
+
apiKey: z.ZodString;
|
|
210
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
211
|
+
direction: z.ZodEnum<{
|
|
212
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
213
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
214
|
+
}>;
|
|
215
|
+
locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
216
|
+
}, z.core.$strip>>;
|
|
217
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
218
|
+
message: z.ZodNullable<z.ZodString>;
|
|
219
|
+
id: z.ZodString;
|
|
220
|
+
status: z.ZodEnum<{
|
|
221
|
+
active: "active";
|
|
222
|
+
failed: "failed";
|
|
223
|
+
waiting_for_user: "waiting_for_user";
|
|
224
|
+
waiting_for_admin: "waiting_for_admin";
|
|
225
|
+
request_sent_partner: "request_sent_partner";
|
|
226
|
+
}>;
|
|
227
|
+
healthStatus: z.ZodEnum<{
|
|
228
|
+
error: "error";
|
|
229
|
+
success: "success";
|
|
230
|
+
waiting: "waiting";
|
|
231
|
+
}>;
|
|
232
|
+
provider: z.ZodEnum<{
|
|
233
|
+
deliverart: "deliverart";
|
|
234
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
235
|
+
}>;
|
|
236
|
+
createdAt: z.ZodString;
|
|
237
|
+
updatedAt: z.ZodString;
|
|
238
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
239
|
+
name: z.ZodString;
|
|
240
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
241
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
242
|
+
status: z.ZodEnum<{
|
|
243
|
+
active: "active";
|
|
244
|
+
failed: "failed";
|
|
245
|
+
waiting_for_user: "waiting_for_user";
|
|
246
|
+
waiting_for_admin: "waiting_for_admin";
|
|
247
|
+
request_sent_partner: "request_sent_partner";
|
|
248
|
+
}>;
|
|
249
|
+
message: z.ZodNullable<z.ZodString>;
|
|
250
|
+
updatedAt: z.ZodString;
|
|
251
|
+
}, z.core.$strip>>>>;
|
|
252
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
253
|
+
service: z.ZodLiteral<"tilby">;
|
|
254
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
255
|
+
apiToken: z.ZodString;
|
|
256
|
+
webhookEmail: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
257
|
+
xClient: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
258
|
+
defaultSellerId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
259
|
+
defaultSellerName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
260
|
+
autoPrintOrder: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodBoolean>>;
|
|
261
|
+
deliverartChannelName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
262
|
+
defaultPaymentMethodId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
263
|
+
defaultPaymentMethodName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
264
|
+
defaultPaymentMethodTypeId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
265
|
+
defaultPaymentMethodTypeName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
266
|
+
defaultStockLocationId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
267
|
+
syncSettings: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodObject<{
|
|
268
|
+
externalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
269
|
+
internalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
270
|
+
internalCascadeUpdateOrderStatus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
271
|
+
externalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
272
|
+
internalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
273
|
+
internalCascadeUpdateCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
274
|
+
skipSyncProductDescription: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
275
|
+
skipSyncImages: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
276
|
+
syncInboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
277
|
+
syncOutboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
278
|
+
syncInboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
279
|
+
syncOutboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
280
|
+
syncInboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
281
|
+
syncOutboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
282
|
+
syncInboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
283
|
+
syncOutboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
284
|
+
syncWebhooks: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
285
|
+
syncClosedSalesOnly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
286
|
+
}, z.core.$strip>>>;
|
|
287
|
+
}, z.core.$strip>>;
|
|
288
|
+
integration: z.ZodDefault<z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>>>;
|
|
289
|
+
message: z.ZodNullable<z.ZodString>;
|
|
290
|
+
id: z.ZodString;
|
|
291
|
+
status: z.ZodEnum<{
|
|
292
|
+
active: "active";
|
|
293
|
+
failed: "failed";
|
|
294
|
+
waiting_for_user: "waiting_for_user";
|
|
295
|
+
waiting_for_admin: "waiting_for_admin";
|
|
296
|
+
request_sent_partner: "request_sent_partner";
|
|
297
|
+
}>;
|
|
298
|
+
healthStatus: z.ZodEnum<{
|
|
299
|
+
error: "error";
|
|
300
|
+
success: "success";
|
|
301
|
+
waiting: "waiting";
|
|
302
|
+
}>;
|
|
303
|
+
provider: z.ZodEnum<{
|
|
304
|
+
deliverart: "deliverart";
|
|
305
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
306
|
+
}>;
|
|
307
|
+
createdAt: z.ZodString;
|
|
308
|
+
updatedAt: z.ZodString;
|
|
309
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
310
|
+
name: z.ZodString;
|
|
311
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
312
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
313
|
+
status: z.ZodEnum<{
|
|
314
|
+
active: "active";
|
|
315
|
+
failed: "failed";
|
|
316
|
+
waiting_for_user: "waiting_for_user";
|
|
317
|
+
waiting_for_admin: "waiting_for_admin";
|
|
318
|
+
request_sent_partner: "request_sent_partner";
|
|
319
|
+
}>;
|
|
320
|
+
message: z.ZodNullable<z.ZodString>;
|
|
321
|
+
updatedAt: z.ZodString;
|
|
322
|
+
}, z.core.$strip>>>>;
|
|
323
|
+
}, z.core.$strip>], "service">;
|
|
324
|
+
type ActivatableIntegration = z.infer<typeof activatableIntegrationSchema>;
|
|
325
|
+
|
|
326
|
+
declare const integrationKitchenDataSchema: z.ZodObject<{
|
|
327
|
+
viewMode: z.ZodString;
|
|
328
|
+
}, z.core.$strip>;
|
|
329
|
+
type IntegrationKitchenData = z.infer<typeof integrationKitchenDataSchema>;
|
|
330
|
+
declare const integrationDeliverooDataSchema: z.ZodObject<{
|
|
331
|
+
brandId: z.ZodString;
|
|
332
|
+
siteId: z.ZodString;
|
|
333
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
334
|
+
}, z.core.$strip>;
|
|
335
|
+
type IntegrationDeliverooData = z.infer<typeof integrationDeliverooDataSchema>;
|
|
336
|
+
declare const integrationGlovoDataSchema: z.ZodObject<{
|
|
337
|
+
storeId: z.ZodString;
|
|
338
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
339
|
+
}, z.core.$strip>;
|
|
340
|
+
type IntegrationGlovoData = z.infer<typeof integrationGlovoDataSchema>;
|
|
341
|
+
declare const integrationJustEatDataSchema: z.ZodObject<{
|
|
342
|
+
restaurantId: z.ZodString;
|
|
343
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
344
|
+
}, z.core.$strip>;
|
|
345
|
+
type IntegrationJustEatData = z.infer<typeof integrationJustEatDataSchema>;
|
|
346
|
+
declare const integrationCassaInCloudDataSchema: z.ZodObject<{
|
|
347
|
+
apiKey: z.ZodString;
|
|
348
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
349
|
+
direction: z.ZodEnum<{
|
|
350
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
351
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
352
|
+
}>;
|
|
353
|
+
locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
354
|
+
}, z.core.$strip>;
|
|
355
|
+
type IntegrationCassaInCloudData = z.infer<typeof integrationCassaInCloudDataSchema>;
|
|
356
|
+
declare const integrationTilbyDataSchema: z.ZodObject<{
|
|
357
|
+
apiToken: z.ZodString;
|
|
358
|
+
webhookEmail: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
359
|
+
xClient: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
360
|
+
defaultSellerId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
361
|
+
defaultSellerName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
362
|
+
autoPrintOrder: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodBoolean>>;
|
|
363
|
+
deliverartChannelName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
364
|
+
defaultPaymentMethodId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
365
|
+
defaultPaymentMethodName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
366
|
+
defaultPaymentMethodTypeId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
367
|
+
defaultPaymentMethodTypeName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
368
|
+
defaultStockLocationId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
369
|
+
syncSettings: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodObject<{
|
|
370
|
+
externalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
371
|
+
internalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
372
|
+
internalCascadeUpdateOrderStatus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
373
|
+
externalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
374
|
+
internalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
375
|
+
internalCascadeUpdateCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
376
|
+
skipSyncProductDescription: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
377
|
+
skipSyncImages: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
378
|
+
syncInboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
379
|
+
syncOutboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
380
|
+
syncInboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
381
|
+
syncOutboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
382
|
+
syncInboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
383
|
+
syncOutboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
384
|
+
syncInboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
385
|
+
syncOutboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
386
|
+
syncWebhooks: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
387
|
+
syncClosedSalesOnly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
388
|
+
}, z.core.$strip>>>;
|
|
389
|
+
}, z.core.$strip>;
|
|
390
|
+
type IntegrationTilbyData = z.infer<typeof integrationTilbyDataSchema>;
|
|
391
|
+
declare const integrationServiceDataSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
392
|
+
service: z.ZodLiteral<"kitchen">;
|
|
393
|
+
data: z.ZodObject<{
|
|
394
|
+
viewMode: z.ZodString;
|
|
395
|
+
}, z.core.$strip>;
|
|
396
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
397
|
+
service: z.ZodLiteral<"deliveroo">;
|
|
398
|
+
data: z.ZodObject<{
|
|
399
|
+
brandId: z.ZodString;
|
|
400
|
+
siteId: z.ZodString;
|
|
401
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
402
|
+
}, z.core.$strip>;
|
|
403
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
404
|
+
service: z.ZodLiteral<"glovo">;
|
|
405
|
+
data: z.ZodObject<{
|
|
406
|
+
storeId: z.ZodString;
|
|
407
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
408
|
+
}, z.core.$strip>;
|
|
409
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
410
|
+
service: z.ZodLiteral<"justeat">;
|
|
411
|
+
data: z.ZodObject<{
|
|
412
|
+
restaurantId: z.ZodString;
|
|
413
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
414
|
+
}, z.core.$strip>;
|
|
415
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
416
|
+
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
417
|
+
data: z.ZodObject<{
|
|
418
|
+
apiKey: z.ZodString;
|
|
419
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
420
|
+
direction: z.ZodEnum<{
|
|
421
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
422
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
423
|
+
}>;
|
|
424
|
+
locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
425
|
+
}, z.core.$strip>;
|
|
426
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
427
|
+
service: z.ZodLiteral<"tilby">;
|
|
428
|
+
data: z.ZodObject<{
|
|
429
|
+
apiToken: z.ZodString;
|
|
430
|
+
webhookEmail: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
431
|
+
xClient: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
432
|
+
defaultSellerId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
433
|
+
defaultSellerName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
434
|
+
autoPrintOrder: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodBoolean>>;
|
|
435
|
+
deliverartChannelName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
436
|
+
defaultPaymentMethodId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
437
|
+
defaultPaymentMethodName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
438
|
+
defaultPaymentMethodTypeId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
439
|
+
defaultPaymentMethodTypeName: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodString>>;
|
|
440
|
+
defaultStockLocationId: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
441
|
+
syncSettings: z.ZodPipe<z.ZodTransform<{} | undefined, unknown>, z.ZodOptional<z.ZodObject<{
|
|
442
|
+
externalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
443
|
+
internalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
444
|
+
internalCascadeUpdateOrderStatus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
445
|
+
externalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
446
|
+
internalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
447
|
+
internalCascadeUpdateCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
448
|
+
skipSyncProductDescription: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
449
|
+
skipSyncImages: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
450
|
+
syncInboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
451
|
+
syncOutboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
452
|
+
syncInboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
453
|
+
syncOutboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
454
|
+
syncInboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
455
|
+
syncOutboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
456
|
+
syncInboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
457
|
+
syncOutboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
458
|
+
syncWebhooks: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
459
|
+
syncClosedSalesOnly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
460
|
+
}, z.core.$strip>>>;
|
|
461
|
+
}, z.core.$strip>;
|
|
462
|
+
}, z.core.$strip>], "service">;
|
|
463
|
+
type IntegrationServiceData = z.infer<typeof integrationServiceDataSchema>;
|
|
464
|
+
|
|
465
|
+
declare const activatableIntegrationStatuses: readonly ["waiting_for_user", "waiting_for_admin", "request_sent_partner", "active", "failed"];
|
|
466
|
+
declare const activatableIntegrationStatusSchema: z.ZodEnum<{
|
|
467
|
+
active: "active";
|
|
468
|
+
failed: "failed";
|
|
469
|
+
waiting_for_user: "waiting_for_user";
|
|
470
|
+
waiting_for_admin: "waiting_for_admin";
|
|
471
|
+
request_sent_partner: "request_sent_partner";
|
|
472
|
+
}>;
|
|
473
|
+
type ActivatableIntegrationStatus = z.infer<typeof activatableIntegrationStatusSchema>;
|
|
474
|
+
declare const activatableIntegrationHealthStatuses: readonly ["success", "waiting", "error"];
|
|
475
|
+
declare const activatableIntegrationHealthStatusSchema: z.ZodEnum<{
|
|
476
|
+
error: "error";
|
|
477
|
+
success: "success";
|
|
478
|
+
waiting: "waiting";
|
|
479
|
+
}>;
|
|
480
|
+
type ActivatableIntegrationHealthStatus = z.infer<typeof activatableIntegrationHealthStatusSchema>;
|
|
481
|
+
|
|
482
|
+
declare const integrationTilbySyncSettingsSchema: z.ZodObject<{
|
|
483
|
+
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
484
|
+
internalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
485
|
+
internalCascadeUpdateOrderStatus: z.ZodDefault<z.ZodBoolean>;
|
|
486
|
+
externalCascadeDeleteCustomer: z.ZodDefault<z.ZodBoolean>;
|
|
487
|
+
internalCascadeDeleteCustomer: z.ZodDefault<z.ZodBoolean>;
|
|
488
|
+
internalCascadeUpdateCustomer: z.ZodDefault<z.ZodBoolean>;
|
|
489
|
+
skipSyncProductDescription: z.ZodDefault<z.ZodBoolean>;
|
|
490
|
+
skipSyncImages: z.ZodDefault<z.ZodBoolean>;
|
|
491
|
+
syncInboundMenu: z.ZodDefault<z.ZodBoolean>;
|
|
492
|
+
syncOutboundMenu: z.ZodDefault<z.ZodBoolean>;
|
|
493
|
+
syncInboundCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
494
|
+
syncOutboundCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
495
|
+
syncInboundOrders: z.ZodDefault<z.ZodBoolean>;
|
|
496
|
+
syncOutboundOrders: z.ZodDefault<z.ZodBoolean>;
|
|
497
|
+
syncInboundStock: z.ZodDefault<z.ZodBoolean>;
|
|
498
|
+
syncOutboundStock: z.ZodDefault<z.ZodBoolean>;
|
|
499
|
+
syncWebhooks: z.ZodDefault<z.ZodBoolean>;
|
|
500
|
+
syncClosedSalesOnly: z.ZodDefault<z.ZodBoolean>;
|
|
501
|
+
allowClosedSaleCreation: z.ZodDefault<z.ZodBoolean>;
|
|
502
|
+
}, z.core.$strip>;
|
|
503
|
+
type IntegrationTilbySyncSettings = z.infer<typeof integrationTilbySyncSettingsSchema>;
|
|
504
|
+
declare const integrationTilbyEditableSyncSettingsSchema: z.ZodObject<{
|
|
505
|
+
externalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
506
|
+
internalCascadeDeleteOrder: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
507
|
+
internalCascadeUpdateOrderStatus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
508
|
+
externalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
509
|
+
internalCascadeDeleteCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
510
|
+
internalCascadeUpdateCustomer: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
511
|
+
skipSyncProductDescription: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
512
|
+
skipSyncImages: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
513
|
+
syncInboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
514
|
+
syncOutboundMenu: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
515
|
+
syncInboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
516
|
+
syncOutboundCustomers: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
517
|
+
syncInboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
518
|
+
syncOutboundOrders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
519
|
+
syncInboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
520
|
+
syncOutboundStock: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
521
|
+
syncWebhooks: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
522
|
+
syncClosedSalesOnly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
523
|
+
}, z.core.$strip>;
|
|
524
|
+
type IntegrationTilbyEditableSyncSettings = z.infer<typeof integrationTilbyEditableSyncSettingsSchema>;
|
|
525
|
+
|
|
526
|
+
declare const integrationStatuses: readonly ["pending", "active", "deleting"];
|
|
527
|
+
declare const integrationStatusSchema: z.ZodEnum<{
|
|
528
|
+
pending: "pending";
|
|
529
|
+
active: "active";
|
|
530
|
+
deleting: "deleting";
|
|
531
|
+
}>;
|
|
532
|
+
type IntegrationStatus = z.infer<typeof integrationStatusSchema>;
|
|
533
|
+
declare const integrationProviders: readonly ["deliverart", "cassa_in_cloud"];
|
|
534
|
+
declare const integrationProviderSchema: z.ZodEnum<{
|
|
535
|
+
deliverart: "deliverart";
|
|
536
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
537
|
+
}>;
|
|
538
|
+
type IntegrationProvider = z.infer<typeof integrationProviderSchema>;
|
|
539
|
+
declare const integrationServices: readonly ["deliveroo", "justeat", "glovo", "cassa_in_cloud", "tilby", "kitchen", "ecommerce"];
|
|
540
|
+
declare const integrationServiceSchema: z.ZodEnum<{
|
|
541
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
542
|
+
deliveroo: "deliveroo";
|
|
543
|
+
justeat: "justeat";
|
|
544
|
+
glovo: "glovo";
|
|
545
|
+
tilby: "tilby";
|
|
546
|
+
kitchen: "kitchen";
|
|
547
|
+
ecommerce: "ecommerce";
|
|
548
|
+
}>;
|
|
549
|
+
type IntegrationService = z.infer<typeof integrationServiceSchema>;
|
|
550
|
+
declare const exclusiveIntegrationServices: readonly ["kitchen", "cassa_in_cloud", "tilby"];
|
|
551
|
+
declare const exclusiveIntegrationServiceSchema: z.ZodEnum<{
|
|
552
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
553
|
+
tilby: "tilby";
|
|
554
|
+
kitchen: "kitchen";
|
|
555
|
+
}>;
|
|
556
|
+
type ExclusiveIntegrationService = z.infer<typeof exclusiveIntegrationServiceSchema>;
|
|
557
|
+
declare const integrationClientLogRequestMethods: readonly ["DELETE", "GET", "PATCH", "POST", "PUT"];
|
|
558
|
+
declare const integrationClientLogRequestMethodSchema: z.ZodEnum<{
|
|
559
|
+
DELETE: "DELETE";
|
|
560
|
+
GET: "GET";
|
|
561
|
+
PATCH: "PATCH";
|
|
562
|
+
POST: "POST";
|
|
563
|
+
PUT: "PUT";
|
|
564
|
+
}>;
|
|
565
|
+
type IntegrationClientLogRequestMethod = z.infer<typeof integrationClientLogRequestMethodSchema>;
|
|
566
|
+
declare const integrationKitchenViewModes: readonly ["column"];
|
|
567
|
+
declare const integrationKitchenViewModeSchema: z.ZodEnum<{
|
|
568
|
+
column: "column";
|
|
569
|
+
}>;
|
|
570
|
+
type IntegrationKitchenViewMode = z.infer<typeof integrationKitchenViewModeSchema>;
|
|
571
|
+
declare const integrationJustEatSyncTypes: readonly ["ALL", "DELIVERY", "TAKE_AWAY"];
|
|
572
|
+
declare const integrationJustEatSyncTypeSchema: z.ZodEnum<{
|
|
573
|
+
ALL: "ALL";
|
|
574
|
+
DELIVERY: "DELIVERY";
|
|
575
|
+
TAKE_AWAY: "TAKE_AWAY";
|
|
576
|
+
}>;
|
|
577
|
+
type IntegrationJustEatSyncType = z.infer<typeof integrationJustEatSyncTypeSchema>;
|
|
578
|
+
declare const integrationJustEatRestaurantStatuses: readonly ["OPEN", "CLOSED"];
|
|
579
|
+
declare const integrationJustEatRestaurantStatusSchema: z.ZodEnum<{
|
|
580
|
+
OPEN: "OPEN";
|
|
581
|
+
CLOSED: "CLOSED";
|
|
582
|
+
}>;
|
|
583
|
+
type IntegrationJustEatRestaurantStatus = z.infer<typeof integrationJustEatRestaurantStatusSchema>;
|
|
584
|
+
declare const integrationJustEatMenuTypes: readonly ["DELIVERY", "COLLECTION"];
|
|
585
|
+
declare const integrationJustEatMenuTypeSchema: z.ZodEnum<{
|
|
586
|
+
DELIVERY: "DELIVERY";
|
|
587
|
+
COLLECTION: "COLLECTION";
|
|
588
|
+
}>;
|
|
589
|
+
type IntegrationJustEatMenuType = z.infer<typeof integrationJustEatMenuTypeSchema>;
|
|
590
|
+
declare const integrationJustEatOrderCancellationReasons: readonly ["custCancelledChangedMind", "custCancelledDeliveryTooLong", "custCancelledMadeMistake", "custCancelledOther", "restCancelledCustomerAbsent", "restCancelledCustomerRequested", "restCancelledDriversUnavailable", "restCancelledFakeOrder", "restCancelledOutOfStock", "restCancelledTooBusy", "restCancelledOther", "deletedTooFar", "deletedFakeDelivered", "deletedFakeNotDelivered", "deletedFaxNotReceived", "deletedIncorrectOrder", "deletedMissedByRestaurant", "deletedFakeNotCollected", "deletedRestaurantCannotDeliver", "deletedNewTimeRejected", "deletedTestOrder", "deletedRejectedByRestaurant", "deletedSystemError", "deletedRestaurantOffline", "deletedNoAnswerFromRestaurant", "deletedRejectedByPartner", "unknown"];
|
|
591
|
+
declare const integrationJustEatOrderCancellationReasonSchema: z.ZodEnum<{
|
|
592
|
+
custCancelledChangedMind: "custCancelledChangedMind";
|
|
593
|
+
custCancelledDeliveryTooLong: "custCancelledDeliveryTooLong";
|
|
594
|
+
custCancelledMadeMistake: "custCancelledMadeMistake";
|
|
595
|
+
custCancelledOther: "custCancelledOther";
|
|
596
|
+
restCancelledCustomerAbsent: "restCancelledCustomerAbsent";
|
|
597
|
+
restCancelledCustomerRequested: "restCancelledCustomerRequested";
|
|
598
|
+
restCancelledDriversUnavailable: "restCancelledDriversUnavailable";
|
|
599
|
+
restCancelledFakeOrder: "restCancelledFakeOrder";
|
|
600
|
+
restCancelledOutOfStock: "restCancelledOutOfStock";
|
|
601
|
+
restCancelledTooBusy: "restCancelledTooBusy";
|
|
602
|
+
restCancelledOther: "restCancelledOther";
|
|
603
|
+
deletedTooFar: "deletedTooFar";
|
|
604
|
+
deletedFakeDelivered: "deletedFakeDelivered";
|
|
605
|
+
deletedFakeNotDelivered: "deletedFakeNotDelivered";
|
|
606
|
+
deletedFaxNotReceived: "deletedFaxNotReceived";
|
|
607
|
+
deletedIncorrectOrder: "deletedIncorrectOrder";
|
|
608
|
+
deletedMissedByRestaurant: "deletedMissedByRestaurant";
|
|
609
|
+
deletedFakeNotCollected: "deletedFakeNotCollected";
|
|
610
|
+
deletedRestaurantCannotDeliver: "deletedRestaurantCannotDeliver";
|
|
611
|
+
deletedNewTimeRejected: "deletedNewTimeRejected";
|
|
612
|
+
deletedTestOrder: "deletedTestOrder";
|
|
613
|
+
deletedRejectedByRestaurant: "deletedRejectedByRestaurant";
|
|
614
|
+
deletedSystemError: "deletedSystemError";
|
|
615
|
+
deletedRestaurantOffline: "deletedRestaurantOffline";
|
|
616
|
+
deletedNoAnswerFromRestaurant: "deletedNoAnswerFromRestaurant";
|
|
617
|
+
deletedRejectedByPartner: "deletedRejectedByPartner";
|
|
618
|
+
unknown: "unknown";
|
|
619
|
+
}>;
|
|
620
|
+
type IntegrationJustEatOrderCancellationReason = z.infer<typeof integrationJustEatOrderCancellationReasonSchema>;
|
|
621
|
+
declare const integrationDeliverooSiteStatuses: readonly ["OPEN", "CLOSED"];
|
|
622
|
+
declare const integrationDeliverooSiteStatusSchema: z.ZodEnum<{
|
|
623
|
+
OPEN: "OPEN";
|
|
624
|
+
CLOSED: "CLOSED";
|
|
625
|
+
}>;
|
|
626
|
+
type IntegrationDeliverooSiteStatus = z.infer<typeof integrationDeliverooSiteStatusSchema>;
|
|
627
|
+
declare const integrationDeliverooSyncMenuProcessModes: readonly ["menu", "item_availabilities"];
|
|
628
|
+
declare const integrationDeliverooSyncMenuProcessModeSchema: z.ZodEnum<{
|
|
629
|
+
menu: "menu";
|
|
630
|
+
item_availabilities: "item_availabilities";
|
|
631
|
+
}>;
|
|
632
|
+
type IntegrationDeliverooSyncMenuProcessMode = z.infer<typeof integrationDeliverooSyncMenuProcessModeSchema>;
|
|
633
|
+
declare const integrationDeliveryErrors: readonly ["latest_menu_sync_error", "latest_bulk_sync_error", "latest_store_status_sync_error", "invalid_menu"];
|
|
634
|
+
declare const integrationDeliveryErrorSchema: z.ZodEnum<{
|
|
635
|
+
latest_menu_sync_error: "latest_menu_sync_error";
|
|
636
|
+
latest_bulk_sync_error: "latest_bulk_sync_error";
|
|
637
|
+
latest_store_status_sync_error: "latest_store_status_sync_error";
|
|
638
|
+
invalid_menu: "invalid_menu";
|
|
639
|
+
}>;
|
|
640
|
+
type IntegrationDeliveryError = z.infer<typeof integrationDeliveryErrorSchema>;
|
|
641
|
+
declare const integrationIssueScopes: readonly ["menu_sync", "store_status"];
|
|
642
|
+
declare const integrationIssueScopeSchema: z.ZodEnum<{
|
|
643
|
+
menu_sync: "menu_sync";
|
|
644
|
+
store_status: "store_status";
|
|
645
|
+
}>;
|
|
646
|
+
type IntegrationIssueScope = z.infer<typeof integrationIssueScopeSchema>;
|
|
647
|
+
declare const integrationIssueCodes: readonly ["unauthorized", "forbidden", "remote_not_found", "invalid_menu", "remote_validation_failed", "daily_limit_reached", "process_failed"];
|
|
648
|
+
declare const integrationIssueCodeSchema: z.ZodEnum<{
|
|
649
|
+
invalid_menu: "invalid_menu";
|
|
650
|
+
unauthorized: "unauthorized";
|
|
651
|
+
forbidden: "forbidden";
|
|
652
|
+
remote_not_found: "remote_not_found";
|
|
653
|
+
remote_validation_failed: "remote_validation_failed";
|
|
654
|
+
daily_limit_reached: "daily_limit_reached";
|
|
655
|
+
process_failed: "process_failed";
|
|
656
|
+
}>;
|
|
657
|
+
type IntegrationIssueCode = z.infer<typeof integrationIssueCodeSchema>;
|
|
658
|
+
declare const integrationDeliverooWebhookEventTypes: readonly ["order.new", "order.status_update", "rider.status_update", "menu.upload_result"];
|
|
659
|
+
declare const integrationDeliverooWebhookEventTypeSchema: z.ZodEnum<{
|
|
660
|
+
"order.new": "order.new";
|
|
661
|
+
"order.status_update": "order.status_update";
|
|
662
|
+
"rider.status_update": "rider.status_update";
|
|
663
|
+
"menu.upload_result": "menu.upload_result";
|
|
664
|
+
}>;
|
|
665
|
+
type IntegrationDeliverooWebhookEventType = z.infer<typeof integrationDeliverooWebhookEventTypeSchema>;
|
|
666
|
+
declare const integrationDeliverooDebugSiteTypes: readonly ["RESTAURANT", "ON_DEMAND_CONVENIENCE", "UNKNOWN"];
|
|
667
|
+
declare const integrationDeliverooDebugSiteTypeSchema: z.ZodEnum<{
|
|
668
|
+
RESTAURANT: "RESTAURANT";
|
|
669
|
+
ON_DEMAND_CONVENIENCE: "ON_DEMAND_CONVENIENCE";
|
|
670
|
+
UNKNOWN: "UNKNOWN";
|
|
671
|
+
}>;
|
|
672
|
+
type IntegrationDeliverooDebugSiteType = z.infer<typeof integrationDeliverooDebugSiteTypeSchema>;
|
|
673
|
+
declare const integrationGlovoMenuUpdateStatuses: readonly ["SUCCESS", "PROCESSING", "FETCH_MENU_INVALID_PAYLOAD", "FETCH_MENU_SERVER_ERROR", "FETCH_MENU_UNAUTHORIZED", "NOT_PROCESSED", "LIMIT_EXCEEDED", "GLOVO_ERROR", "SCHEDULE_CATALOG_DISABLED"];
|
|
674
|
+
declare const integrationGlovoMenuUpdateStatusSchema: z.ZodEnum<{
|
|
675
|
+
SUCCESS: "SUCCESS";
|
|
676
|
+
PROCESSING: "PROCESSING";
|
|
677
|
+
FETCH_MENU_INVALID_PAYLOAD: "FETCH_MENU_INVALID_PAYLOAD";
|
|
678
|
+
FETCH_MENU_SERVER_ERROR: "FETCH_MENU_SERVER_ERROR";
|
|
679
|
+
FETCH_MENU_UNAUTHORIZED: "FETCH_MENU_UNAUTHORIZED";
|
|
680
|
+
NOT_PROCESSED: "NOT_PROCESSED";
|
|
681
|
+
LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
|
|
682
|
+
GLOVO_ERROR: "GLOVO_ERROR";
|
|
683
|
+
SCHEDULE_CATALOG_DISABLED: "SCHEDULE_CATALOG_DISABLED";
|
|
684
|
+
}>;
|
|
685
|
+
type IntegrationGlovoMenuUpdateStatus = z.infer<typeof integrationGlovoMenuUpdateStatusSchema>;
|
|
686
|
+
declare const integrationGlovoBulkUpdateStatuses: readonly ["SUCCESS", "PROCESSING", "PARTIALLY_PROCESSED", "NOT_PROCESSED", "GLOVO_ERROR"];
|
|
687
|
+
declare const integrationGlovoBulkUpdateStatusSchema: z.ZodEnum<{
|
|
688
|
+
SUCCESS: "SUCCESS";
|
|
689
|
+
PROCESSING: "PROCESSING";
|
|
690
|
+
NOT_PROCESSED: "NOT_PROCESSED";
|
|
691
|
+
GLOVO_ERROR: "GLOVO_ERROR";
|
|
692
|
+
PARTIALLY_PROCESSED: "PARTIALLY_PROCESSED";
|
|
693
|
+
}>;
|
|
694
|
+
type IntegrationGlovoBulkUpdateStatus = z.infer<typeof integrationGlovoBulkUpdateStatusSchema>;
|
|
695
|
+
declare const integrationGlovoSyncStatuses: readonly ["ok", "pending", "error"];
|
|
696
|
+
declare const integrationGlovoSyncStatusSchema: z.ZodEnum<{
|
|
697
|
+
pending: "pending";
|
|
698
|
+
ok: "ok";
|
|
699
|
+
error: "error";
|
|
700
|
+
}>;
|
|
701
|
+
type IntegrationGlovoSyncStatus = z.infer<typeof integrationGlovoSyncStatusSchema>;
|
|
702
|
+
declare const integrationGlovoStoreStatuses: readonly ["OPEN", "CLOSED"];
|
|
703
|
+
declare const integrationGlovoStoreStatusSchema: z.ZodEnum<{
|
|
704
|
+
OPEN: "OPEN";
|
|
705
|
+
CLOSED: "CLOSED";
|
|
706
|
+
}>;
|
|
707
|
+
type IntegrationGlovoStoreStatus = z.infer<typeof integrationGlovoStoreStatusSchema>;
|
|
708
|
+
declare const integrationGlovoWebhookEventTypes: readonly ["order.dispatched", "order.cancelled"];
|
|
709
|
+
declare const integrationGlovoWebhookEventTypeSchema: z.ZodEnum<{
|
|
710
|
+
"order.dispatched": "order.dispatched";
|
|
711
|
+
"order.cancelled": "order.cancelled";
|
|
712
|
+
}>;
|
|
713
|
+
type IntegrationGlovoWebhookEventType = z.infer<typeof integrationGlovoWebhookEventTypeSchema>;
|
|
714
|
+
declare const integrationEcommerceOrderingModes: readonly ["delivery", "collection"];
|
|
715
|
+
declare const integrationEcommerceOrderingModeSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodEnum<{
|
|
716
|
+
delivery: "delivery";
|
|
717
|
+
collection: "collection";
|
|
718
|
+
}>, z.ZodLiteral<"take_away">]>, z.ZodTransform<"delivery" | "collection", "delivery" | "collection" | "take_away">>;
|
|
719
|
+
type IntegrationEcommerceOrderingMode = z.infer<typeof integrationEcommerceOrderingModeSchema>;
|
|
720
|
+
declare const integrationCassaInCloudDirections: readonly ["EXTERNAL_TO_INTERNAL", "INTERNAL_TO_EXTERNAL"];
|
|
721
|
+
declare const integrationCassaInCloudDirectionSchema: z.ZodEnum<{
|
|
722
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
723
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
724
|
+
}>;
|
|
725
|
+
type IntegrationCassaInCloudDirection = z.infer<typeof integrationCassaInCloudDirectionSchema>;
|
|
726
|
+
declare const integrationCassaInCloudSyncDirections: readonly ["inbound", "outbound"];
|
|
727
|
+
declare const integrationCassaInCloudSyncDirectionSchema: z.ZodEnum<{
|
|
728
|
+
inbound: "inbound";
|
|
729
|
+
outbound: "outbound";
|
|
730
|
+
}>;
|
|
731
|
+
type IntegrationCassaInCloudSyncDirection = z.infer<typeof integrationCassaInCloudSyncDirectionSchema>;
|
|
732
|
+
declare const integrationCassaInCloudSyncModes: readonly ["full", "incremental"];
|
|
733
|
+
declare const integrationCassaInCloudSyncModeSchema: z.ZodEnum<{
|
|
734
|
+
full: "full";
|
|
735
|
+
incremental: "incremental";
|
|
736
|
+
}>;
|
|
737
|
+
type IntegrationCassaInCloudSyncMode = z.infer<typeof integrationCassaInCloudSyncModeSchema>;
|
|
738
|
+
declare const integrationCassaInCloudMissingComponentStrategies: readonly ["SKIP_ITEM", "CANCEL_PRODUCT"];
|
|
739
|
+
declare const integrationCassaInCloudMissingComponentStrategySchema: z.ZodEnum<{
|
|
740
|
+
SKIP_ITEM: "SKIP_ITEM";
|
|
741
|
+
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
742
|
+
}>;
|
|
743
|
+
type IntegrationCassaInCloudMissingComponentStrategy = z.infer<typeof integrationCassaInCloudMissingComponentStrategySchema>;
|
|
744
|
+
declare const integrationCassaInCloudProductChannels: readonly ["RISTO", "SALE", "ECOMMERCE", "MOBILE_COMMERCE", "SELF_ORDER", "KIOSK"];
|
|
745
|
+
declare const integrationCassaInCloudProductChannelSchema: z.ZodEnum<{
|
|
746
|
+
RISTO: "RISTO";
|
|
747
|
+
SALE: "SALE";
|
|
748
|
+
ECOMMERCE: "ECOMMERCE";
|
|
749
|
+
MOBILE_COMMERCE: "MOBILE_COMMERCE";
|
|
750
|
+
SELF_ORDER: "SELF_ORDER";
|
|
751
|
+
KIOSK: "KIOSK";
|
|
752
|
+
}>;
|
|
753
|
+
type IntegrationCassaInCloudProductChannel = z.infer<typeof integrationCassaInCloudProductChannelSchema>;
|
|
754
|
+
declare const integrationCassaInCloudWebHookEventEntities: readonly ["BILL", "RECEIPT", "CREDIT_NOTE", "INVOICE", "DDT", "ORDER", "QUOTATION", "RECONCILIATION", "STOCK_MOVEMENT", "CUSTOMER", "ORGANIZATION"];
|
|
755
|
+
declare const integrationCassaInCloudWebHookEventEntitySchema: z.ZodEnum<{
|
|
756
|
+
BILL: "BILL";
|
|
757
|
+
RECEIPT: "RECEIPT";
|
|
758
|
+
CREDIT_NOTE: "CREDIT_NOTE";
|
|
759
|
+
INVOICE: "INVOICE";
|
|
760
|
+
DDT: "DDT";
|
|
761
|
+
ORDER: "ORDER";
|
|
762
|
+
QUOTATION: "QUOTATION";
|
|
763
|
+
RECONCILIATION: "RECONCILIATION";
|
|
764
|
+
STOCK_MOVEMENT: "STOCK_MOVEMENT";
|
|
765
|
+
CUSTOMER: "CUSTOMER";
|
|
766
|
+
ORGANIZATION: "ORGANIZATION";
|
|
767
|
+
}>;
|
|
768
|
+
type IntegrationCassaInCloudWebHookEventEntity = z.infer<typeof integrationCassaInCloudWebHookEventEntitySchema>;
|
|
769
|
+
declare const integrationCassaInCloudWebHookEventEvents: readonly ["CREATE", "UPDATE", "DELETE"];
|
|
770
|
+
declare const integrationCassaInCloudWebHookEventEventSchema: z.ZodEnum<{
|
|
771
|
+
DELETE: "DELETE";
|
|
772
|
+
CREATE: "CREATE";
|
|
773
|
+
UPDATE: "UPDATE";
|
|
774
|
+
}>;
|
|
775
|
+
type IntegrationCassaInCloudWebHookEventEvent = z.infer<typeof integrationCassaInCloudWebHookEventEventSchema>;
|
|
776
|
+
declare const integrationCassaInCloudMenuSyncSteps: readonly ["options", "categories", "departments", "sales_modes", "products", "composite_products", "clean_obsolete_sales_modes", "clean_obsolete_products", "clean_obsolete_options", "clean_obsolete_categories"];
|
|
777
|
+
declare const integrationCassaInCloudMenuSyncStepSchema: z.ZodEnum<{
|
|
778
|
+
options: "options";
|
|
779
|
+
categories: "categories";
|
|
780
|
+
departments: "departments";
|
|
781
|
+
sales_modes: "sales_modes";
|
|
782
|
+
products: "products";
|
|
783
|
+
composite_products: "composite_products";
|
|
784
|
+
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
785
|
+
clean_obsolete_products: "clean_obsolete_products";
|
|
786
|
+
clean_obsolete_options: "clean_obsolete_options";
|
|
787
|
+
clean_obsolete_categories: "clean_obsolete_categories";
|
|
788
|
+
}>;
|
|
789
|
+
type IntegrationCassaInCloudMenuSyncStep = z.infer<typeof integrationCassaInCloudMenuSyncStepSchema>;
|
|
790
|
+
declare const integrationCassaInCloudCustomersSyncSteps: readonly ["customers"];
|
|
791
|
+
declare const integrationCassaInCloudCustomersSyncStepSchema: z.ZodEnum<{
|
|
792
|
+
customers: "customers";
|
|
793
|
+
}>;
|
|
794
|
+
type IntegrationCassaInCloudCustomersSyncStep = z.infer<typeof integrationCassaInCloudCustomersSyncStepSchema>;
|
|
795
|
+
declare const integrationCassaInCloudSalesModesSyncSteps: readonly ["sales_modes"];
|
|
796
|
+
declare const integrationCassaInCloudSalesModesSyncStepSchema: z.ZodEnum<{
|
|
797
|
+
sales_modes: "sales_modes";
|
|
798
|
+
}>;
|
|
799
|
+
type IntegrationCassaInCloudSalesModesSyncStep = z.infer<typeof integrationCassaInCloudSalesModesSyncStepSchema>;
|
|
800
|
+
declare const integrationCassaInCloudTimetablesSyncSteps: readonly ["timetables"];
|
|
801
|
+
declare const integrationCassaInCloudTimetablesSyncStepSchema: z.ZodEnum<{
|
|
802
|
+
timetables: "timetables";
|
|
803
|
+
}>;
|
|
804
|
+
type IntegrationCassaInCloudTimetablesSyncStep = z.infer<typeof integrationCassaInCloudTimetablesSyncStepSchema>;
|
|
805
|
+
declare const integrationTilbySyncDirections: readonly ["inbound", "outbound"];
|
|
806
|
+
declare const integrationTilbySyncDirectionSchema: z.ZodEnum<{
|
|
807
|
+
inbound: "inbound";
|
|
808
|
+
outbound: "outbound";
|
|
809
|
+
}>;
|
|
810
|
+
type IntegrationTilbySyncDirection = z.infer<typeof integrationTilbySyncDirectionSchema>;
|
|
811
|
+
declare const integrationTilbySyncModes: readonly ["full", "incremental"];
|
|
812
|
+
declare const integrationTilbySyncModeSchema: z.ZodEnum<{
|
|
813
|
+
full: "full";
|
|
814
|
+
incremental: "incremental";
|
|
815
|
+
}>;
|
|
816
|
+
type IntegrationTilbySyncMode = z.infer<typeof integrationTilbySyncModeSchema>;
|
|
817
|
+
declare const integrationTilbyMappingSyncStatuses: readonly ["pending", "synced", "manual_resolution_required", "skipped", "failed", "unsupported"];
|
|
818
|
+
declare const integrationTilbyMappingSyncStatusSchema: z.ZodEnum<{
|
|
819
|
+
pending: "pending";
|
|
820
|
+
synced: "synced";
|
|
821
|
+
manual_resolution_required: "manual_resolution_required";
|
|
822
|
+
skipped: "skipped";
|
|
823
|
+
failed: "failed";
|
|
824
|
+
unsupported: "unsupported";
|
|
825
|
+
}>;
|
|
826
|
+
type IntegrationTilbyMappingSyncStatus = z.infer<typeof integrationTilbyMappingSyncStatusSchema>;
|
|
827
|
+
declare const integrationTilbyMappingSyncFailureCodes: readonly ["missing_remote_identifier", "missing_remote_vat", "missing_remote_category", "missing_remote_department", "unresolved_vat_mapping", "unresolved_category_mapping", "unresolved_department_mapping", "customer_conflict", "remote_deleted", "local_entity_not_found", "remote_entity_not_found", "remote_api_error", "validation_failed", "ambiguous_mapping", "disabled_by_settings", "manual_resolution_required", "unresolved_product_mapping", "unresolved_variant_mapping", "unsupported_order_item", "unsupported_order_type", "invalid_schedule", "remote_sale_not_open", "unsupported_remote_model", "unsupported_bundle", "unsupported_modifier", "unsupported_sales_mode", "unsupported_variant", "unsupported_component", "unknown"];
|
|
828
|
+
declare const integrationTilbyMappingSyncFailureCodeSchema: z.ZodEnum<{
|
|
829
|
+
unknown: "unknown";
|
|
830
|
+
manual_resolution_required: "manual_resolution_required";
|
|
831
|
+
missing_remote_identifier: "missing_remote_identifier";
|
|
832
|
+
missing_remote_vat: "missing_remote_vat";
|
|
833
|
+
missing_remote_category: "missing_remote_category";
|
|
834
|
+
missing_remote_department: "missing_remote_department";
|
|
835
|
+
unresolved_vat_mapping: "unresolved_vat_mapping";
|
|
836
|
+
unresolved_category_mapping: "unresolved_category_mapping";
|
|
837
|
+
unresolved_department_mapping: "unresolved_department_mapping";
|
|
838
|
+
customer_conflict: "customer_conflict";
|
|
839
|
+
remote_deleted: "remote_deleted";
|
|
840
|
+
local_entity_not_found: "local_entity_not_found";
|
|
841
|
+
remote_entity_not_found: "remote_entity_not_found";
|
|
842
|
+
remote_api_error: "remote_api_error";
|
|
843
|
+
validation_failed: "validation_failed";
|
|
844
|
+
ambiguous_mapping: "ambiguous_mapping";
|
|
845
|
+
disabled_by_settings: "disabled_by_settings";
|
|
846
|
+
unresolved_product_mapping: "unresolved_product_mapping";
|
|
847
|
+
unresolved_variant_mapping: "unresolved_variant_mapping";
|
|
848
|
+
unsupported_order_item: "unsupported_order_item";
|
|
849
|
+
unsupported_order_type: "unsupported_order_type";
|
|
850
|
+
invalid_schedule: "invalid_schedule";
|
|
851
|
+
remote_sale_not_open: "remote_sale_not_open";
|
|
852
|
+
unsupported_remote_model: "unsupported_remote_model";
|
|
853
|
+
unsupported_bundle: "unsupported_bundle";
|
|
854
|
+
unsupported_modifier: "unsupported_modifier";
|
|
855
|
+
unsupported_sales_mode: "unsupported_sales_mode";
|
|
856
|
+
unsupported_variant: "unsupported_variant";
|
|
857
|
+
unsupported_component: "unsupported_component";
|
|
858
|
+
}>;
|
|
859
|
+
type IntegrationTilbyMappingSyncFailureCode = z.infer<typeof integrationTilbyMappingSyncFailureCodeSchema>;
|
|
860
|
+
declare const integrationTilbyFiscalMappingsSyncSteps: readonly ["vat", "departments"];
|
|
861
|
+
declare const integrationTilbyFiscalMappingsSyncStepSchema: z.ZodEnum<{
|
|
862
|
+
departments: "departments";
|
|
863
|
+
vat: "vat";
|
|
864
|
+
}>;
|
|
865
|
+
type IntegrationTilbyFiscalMappingsSyncStep = z.infer<typeof integrationTilbyFiscalMappingsSyncStepSchema>;
|
|
866
|
+
declare const integrationTilbyCustomersSyncSteps: readonly ["customers"];
|
|
867
|
+
declare const integrationTilbyCustomersSyncStepSchema: z.ZodEnum<{
|
|
868
|
+
customers: "customers";
|
|
869
|
+
}>;
|
|
870
|
+
type IntegrationTilbyCustomersSyncStep = z.infer<typeof integrationTilbyCustomersSyncStepSchema>;
|
|
871
|
+
declare const integrationTilbyMenuSyncSteps: readonly ["categories", "components", "products"];
|
|
872
|
+
declare const integrationTilbyMenuSyncStepSchema: z.ZodEnum<{
|
|
873
|
+
categories: "categories";
|
|
874
|
+
products: "products";
|
|
875
|
+
components: "components";
|
|
876
|
+
}>;
|
|
877
|
+
type IntegrationTilbyMenuSyncStep = z.infer<typeof integrationTilbyMenuSyncStepSchema>;
|
|
878
|
+
declare const integrationTilbyOrdersSyncSteps: readonly ["orders"];
|
|
879
|
+
declare const integrationTilbyOrdersSyncStepSchema: z.ZodEnum<{
|
|
880
|
+
orders: "orders";
|
|
881
|
+
}>;
|
|
882
|
+
type IntegrationTilbyOrdersSyncStep = z.infer<typeof integrationTilbyOrdersSyncStepSchema>;
|
|
883
|
+
declare const integrationTilbyStockSyncSteps: readonly ["stock"];
|
|
884
|
+
declare const integrationTilbyStockSyncStepSchema: z.ZodEnum<{
|
|
885
|
+
stock: "stock";
|
|
886
|
+
}>;
|
|
887
|
+
type IntegrationTilbyStockSyncStep = z.infer<typeof integrationTilbyStockSyncStepSchema>;
|
|
888
|
+
declare function createIntegrationIriSchemas(service: IntegrationService): {
|
|
889
|
+
iriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
890
|
+
iriNullableSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
891
|
+
};
|
|
892
|
+
declare function createIntegrationMenuVersionIriSchemas(service: IntegrationService): {
|
|
893
|
+
iriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
894
|
+
iriNullableSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
895
|
+
};
|
|
896
|
+
declare const integrationPathSchemas: Record<IntegrationService, ReturnType<typeof createIntegrationIriSchemas>>;
|
|
897
|
+
declare const integrationMenuVersionPathSchemas: Record<IntegrationService, ReturnType<typeof createIntegrationMenuVersionIriSchemas>>;
|
|
898
|
+
declare const integrationKitchenIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
899
|
+
declare const integrationKitchenNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
900
|
+
type IntegrationKitchenIri = z.infer<typeof integrationKitchenIriSchema>;
|
|
901
|
+
type IntegrationKitchenNullableIri = z.infer<typeof integrationKitchenNullableIriSchema>;
|
|
902
|
+
declare const integrationDeliverooIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
903
|
+
declare const integrationDeliverooNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
904
|
+
type IntegrationDeliverooIri = z.infer<typeof integrationDeliverooIriSchema>;
|
|
905
|
+
type IntegrationDeliverooNullableIri = z.infer<typeof integrationDeliverooNullableIriSchema>;
|
|
906
|
+
declare const integrationDeliverooMenuVersionIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
907
|
+
declare const integrationDeliverooMenuVersionNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
908
|
+
type IntegrationDeliverooMenuVersionIri = z.infer<typeof integrationDeliverooMenuVersionIriSchema>;
|
|
909
|
+
type IntegrationDeliverooMenuVersionNullableIri = z.infer<typeof integrationDeliverooMenuVersionNullableIriSchema>;
|
|
910
|
+
declare const integrationGlovoIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
911
|
+
declare const integrationGlovoNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
912
|
+
type IntegrationGlovoIri = z.infer<typeof integrationGlovoIriSchema>;
|
|
913
|
+
type IntegrationGlovoNullableIri = z.infer<typeof integrationGlovoNullableIriSchema>;
|
|
914
|
+
declare const integrationGlovoMenuVersionIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
915
|
+
declare const integrationGlovoMenuVersionNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
916
|
+
type IntegrationGlovoMenuVersionIri = z.infer<typeof integrationGlovoMenuVersionIriSchema>;
|
|
917
|
+
type IntegrationGlovoMenuVersionNullableIri = z.infer<typeof integrationGlovoMenuVersionNullableIriSchema>;
|
|
918
|
+
declare const integrationJustEatIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
919
|
+
declare const integrationJustEatNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
920
|
+
type IntegrationJustEatIri = z.infer<typeof integrationJustEatIriSchema>;
|
|
921
|
+
type IntegrationJustEatNullableIri = z.infer<typeof integrationJustEatNullableIriSchema>;
|
|
922
|
+
declare const integrationJustEatMenuVersionIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
923
|
+
declare const integrationJustEatMenuVersionNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
924
|
+
type IntegrationJustEatMenuVersionIri = z.infer<typeof integrationJustEatMenuVersionIriSchema>;
|
|
925
|
+
type IntegrationJustEatMenuVersionNullableIri = z.infer<typeof integrationJustEatMenuVersionNullableIriSchema>;
|
|
926
|
+
declare const integrationCassaInCloudIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
927
|
+
declare const integrationCassaInCloudNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
928
|
+
type IntegrationCassaInCloudIri = z.infer<typeof integrationCassaInCloudIriSchema>;
|
|
929
|
+
type IntegrationCassaInCloudNullableIri = z.infer<typeof integrationCassaInCloudNullableIriSchema>;
|
|
930
|
+
declare const integrationTilbyIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
931
|
+
declare const integrationTilbyNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
932
|
+
type IntegrationTilbyIri = z.infer<typeof integrationTilbyIriSchema>;
|
|
933
|
+
type IntegrationTilbyNullableIri = z.infer<typeof integrationTilbyNullableIriSchema>;
|
|
934
|
+
declare const integrationEcommerceIriSchema: z.ZodType<IriObject<string>, unknown, z.core.$ZodTypeInternals<IriObject<string>, unknown>>;
|
|
935
|
+
declare const integrationEcommerceNullableIriSchema: z.ZodType<IriObject<string> | null, unknown, z.core.$ZodTypeInternals<IriObject<string> | null, unknown>>;
|
|
936
|
+
type IntegrationEcommerceIri = z.infer<typeof integrationEcommerceIriSchema>;
|
|
937
|
+
type IntegrationEcommerceNullableIri = z.infer<typeof integrationEcommerceNullableIriSchema>;
|
|
938
|
+
declare const integrationIriSchema: z.ZodType<IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/:id">, unknown>>;
|
|
939
|
+
type IntegrationPath = z.infer<typeof integrationIriSchema>;
|
|
940
|
+
declare const integrationNullableIriSchema: z.ZodType<IriObject<"/integrations/:id"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/:id"> | null, unknown>>;
|
|
941
|
+
type IntegrationNullablePath = z.infer<typeof integrationNullableIriSchema>;
|
|
942
|
+
declare const integrationDetailsPathPatterns: readonly ["/integrations/:id", ...("/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id")[]];
|
|
943
|
+
declare const integrationDetailsPathSchemas: {
|
|
944
|
+
iriSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
945
|
+
iri: z.ZodString;
|
|
946
|
+
params: z.ZodRecord<z.ZodString, z.ZodUUID>;
|
|
947
|
+
}, z.core.$strip>, z.ZodCustom<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">>]>, z.ZodTransform<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, string | IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id"> | {
|
|
948
|
+
iri: string;
|
|
949
|
+
params: Record<string, string>;
|
|
950
|
+
}>>;
|
|
951
|
+
iriNullableSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
952
|
+
iri: z.ZodString;
|
|
953
|
+
params: z.ZodRecord<z.ZodString, z.ZodUUID>;
|
|
954
|
+
}, z.core.$strip>, z.ZodCustom<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">>]>, z.ZodNull]>, z.ZodTransform<IriObject<string> | null, string | IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id"> | {
|
|
955
|
+
iri: string;
|
|
956
|
+
params: Record<string, string>;
|
|
957
|
+
} | null>>;
|
|
958
|
+
};
|
|
959
|
+
declare const integrationDetailsIriSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
960
|
+
iri: z.ZodString;
|
|
961
|
+
params: z.ZodRecord<z.ZodString, z.ZodUUID>;
|
|
962
|
+
}, z.core.$strip>, z.ZodCustom<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">>]>, z.ZodTransform<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, string | IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id"> | {
|
|
963
|
+
iri: string;
|
|
964
|
+
params: Record<string, string>;
|
|
965
|
+
}>>;
|
|
966
|
+
declare const integrationDetailsNullableIriSchema: z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
967
|
+
iri: z.ZodString;
|
|
968
|
+
params: z.ZodRecord<z.ZodString, z.ZodUUID>;
|
|
969
|
+
}, z.core.$strip>, z.ZodCustom<IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">, IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id">>]>, z.ZodNull]>, z.ZodTransform<IriObject<string> | null, string | IriObject<"/integrations/:id" | "/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id" | "/integrations/tilby/:id" | "/integrations/kitchen/:id" | "/integrations/ecommerce/:id"> | {
|
|
970
|
+
iri: string;
|
|
971
|
+
params: Record<string, string>;
|
|
972
|
+
} | null>>;
|
|
973
|
+
type IntegrationDetailsPath = z.infer<typeof integrationDetailsIriSchema>;
|
|
974
|
+
type IntegrationDetailsNullablePath = z.infer<typeof integrationDetailsNullableIriSchema>;
|
|
975
|
+
declare const integrationIssueIriSchema: z.ZodType<IriObject<"/integrations/:id/issues/:issueId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/:id/issues/:issueId">, unknown>>;
|
|
976
|
+
type IntegrationIssueIri = z.infer<typeof integrationIssueIriSchema>;
|
|
977
|
+
declare const integrationDeliverooOrderIriSchema: z.ZodType<IriObject<"/integrations/deliveroo/:id/orders/:orderId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/deliveroo/:id/orders/:orderId">, unknown>>;
|
|
978
|
+
type IntegrationDeliverooOrderIri = z.infer<typeof integrationDeliverooOrderIriSchema>;
|
|
979
|
+
declare const integrationGlovoOrderIriSchema: z.ZodType<IriObject<"/integrations/glovo/:id/orders/:orderId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/glovo/:id/orders/:orderId">, unknown>>;
|
|
980
|
+
type IntegrationGlovoOrderIri = z.infer<typeof integrationGlovoOrderIriSchema>;
|
|
981
|
+
declare const integrationGlovoBulkUpdateIriSchema: z.ZodType<IriObject<"/integrations/glovo/:id/bulk_updates/:bulkUpdateId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/glovo/:id/bulk_updates/:bulkUpdateId">, unknown>>;
|
|
982
|
+
type IntegrationGlovoBulkUpdateIri = z.infer<typeof integrationGlovoBulkUpdateIriSchema>;
|
|
983
|
+
declare const integrationGlovoMenuItemDeltaIriSchema: z.ZodType<IriObject<"/integrations/glovo/:id/bulk_menu_item_deltas/:deltaId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/glovo/:id/bulk_menu_item_deltas/:deltaId">, unknown>>;
|
|
984
|
+
type IntegrationGlovoMenuItemDeltaIri = z.infer<typeof integrationGlovoMenuItemDeltaIriSchema>;
|
|
985
|
+
declare const integrationJustEatOrderIriSchema: z.ZodType<IriObject<"/integrations/justeat/:id/orders/:orderId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/justeat/:id/orders/:orderId">, unknown>>;
|
|
986
|
+
type IntegrationJustEatOrderIri = z.infer<typeof integrationJustEatOrderIriSchema>;
|
|
987
|
+
declare const integrationCassaInCloudSyncMenuProcessIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId">, unknown>>;
|
|
988
|
+
type IntegrationCassaInCloudSyncMenuProcessIri = z.infer<typeof integrationCassaInCloudSyncMenuProcessIriSchema>;
|
|
989
|
+
declare const integrationCassaInCloudSyncCustomersProcessIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_customers_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_customers_processes/:processId">, unknown>>;
|
|
990
|
+
type IntegrationCassaInCloudSyncCustomersProcessIri = z.infer<typeof integrationCassaInCloudSyncCustomersProcessIriSchema>;
|
|
991
|
+
declare const integrationCassaInCloudSyncSalesModesProcessIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_sales_modes_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_sales_modes_processes/:processId">, unknown>>;
|
|
992
|
+
type IntegrationCassaInCloudSyncSalesModesProcessIri = z.infer<typeof integrationCassaInCloudSyncSalesModesProcessIriSchema>;
|
|
993
|
+
declare const integrationCassaInCloudSyncTimetablesProcessIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId">, unknown>>;
|
|
994
|
+
type IntegrationCassaInCloudSyncTimetablesProcessIri = z.infer<typeof integrationCassaInCloudSyncTimetablesProcessIriSchema>;
|
|
995
|
+
declare const integrationCassaInCloudSyncMenuErrorLogIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
996
|
+
type IntegrationCassaInCloudSyncMenuErrorLogIri = z.infer<typeof integrationCassaInCloudSyncMenuErrorLogIriSchema>;
|
|
997
|
+
declare const integrationCassaInCloudSyncMenuErrorLogNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId/error_logs/:errorLogId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:processId/error_logs/:errorLogId"> | null, unknown>>;
|
|
998
|
+
type IntegrationCassaInCloudSyncMenuErrorLogNullableIri = z.infer<typeof integrationCassaInCloudSyncMenuErrorLogNullableIriSchema>;
|
|
999
|
+
declare const integrationCassaInCloudSyncCustomersErrorLogIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1000
|
+
type IntegrationCassaInCloudSyncCustomersErrorLogIri = z.infer<typeof integrationCassaInCloudSyncCustomersErrorLogIriSchema>;
|
|
1001
|
+
declare const integrationCassaInCloudSyncSalesModesErrorLogIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_sales_modes_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_sales_modes_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1002
|
+
type IntegrationCassaInCloudSyncSalesModesErrorLogIri = z.infer<typeof integrationCassaInCloudSyncSalesModesErrorLogIriSchema>;
|
|
1003
|
+
declare const integrationCassaInCloudSyncTimetablesErrorLogIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1004
|
+
type IntegrationCassaInCloudSyncTimetablesErrorLogIri = z.infer<typeof integrationCassaInCloudSyncTimetablesErrorLogIriSchema>;
|
|
1005
|
+
declare const integrationTilbySyncFiscalMappingsProcessIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId">, unknown>>;
|
|
1006
|
+
type IntegrationTilbySyncFiscalMappingsProcessIri = z.infer<typeof integrationTilbySyncFiscalMappingsProcessIriSchema>;
|
|
1007
|
+
declare const integrationTilbySyncCustomersProcessIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId">, unknown>>;
|
|
1008
|
+
type IntegrationTilbySyncCustomersProcessIri = z.infer<typeof integrationTilbySyncCustomersProcessIriSchema>;
|
|
1009
|
+
declare const integrationTilbySyncMenuProcessIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId">, unknown>>;
|
|
1010
|
+
type IntegrationTilbySyncMenuProcessIri = z.infer<typeof integrationTilbySyncMenuProcessIriSchema>;
|
|
1011
|
+
declare const integrationTilbySyncOrdersProcessIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId">, unknown>>;
|
|
1012
|
+
type IntegrationTilbySyncOrdersProcessIri = z.infer<typeof integrationTilbySyncOrdersProcessIriSchema>;
|
|
1013
|
+
declare const integrationTilbySyncStockProcessIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId">, unknown>>;
|
|
1014
|
+
type IntegrationTilbySyncStockProcessIri = z.infer<typeof integrationTilbySyncStockProcessIriSchema>;
|
|
1015
|
+
declare const integrationTilbySyncFiscalMappingsErrorLogIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1016
|
+
type IntegrationTilbySyncFiscalMappingsErrorLogIri = z.infer<typeof integrationTilbySyncFiscalMappingsErrorLogIriSchema>;
|
|
1017
|
+
declare const integrationTilbySyncCustomersErrorLogIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1018
|
+
type IntegrationTilbySyncCustomersErrorLogIri = z.infer<typeof integrationTilbySyncCustomersErrorLogIriSchema>;
|
|
1019
|
+
declare const integrationTilbySyncMenuErrorLogIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1020
|
+
type IntegrationTilbySyncMenuErrorLogIri = z.infer<typeof integrationTilbySyncMenuErrorLogIriSchema>;
|
|
1021
|
+
declare const integrationTilbySyncOrdersErrorLogIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1022
|
+
type IntegrationTilbySyncOrdersErrorLogIri = z.infer<typeof integrationTilbySyncOrdersErrorLogIriSchema>;
|
|
1023
|
+
declare const integrationTilbySyncStockErrorLogIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown>>;
|
|
1024
|
+
type IntegrationTilbySyncStockErrorLogIri = z.infer<typeof integrationTilbySyncStockErrorLogIriSchema>;
|
|
1025
|
+
declare const integrationCassaInCloudWebHookSettingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/webhook_settings/:webHookId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/webhook_settings/:webHookId">, unknown>>;
|
|
1026
|
+
type IntegrationCassaInCloudWebHookSettingIri = z.infer<typeof integrationCassaInCloudWebHookSettingIriSchema>;
|
|
1027
|
+
declare const integrationTilbyWebHookSettingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/webhook_settings/:webHookId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/webhook_settings/:webHookId">, unknown>>;
|
|
1028
|
+
type IntegrationTilbyWebHookSettingIri = z.infer<typeof integrationTilbyWebHookSettingIriSchema>;
|
|
1029
|
+
declare const integrationTilbyWebHookEventIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/webhook_events/:eventId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/webhook_events/:eventId">, unknown>>;
|
|
1030
|
+
type IntegrationTilbyWebHookEventIri = z.infer<typeof integrationTilbyWebHookEventIriSchema>;
|
|
1031
|
+
declare const integrationCassaInCloudDepartmentMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/department_mappings/:departmentId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/department_mappings/:departmentId">, unknown>>;
|
|
1032
|
+
type IntegrationCassaInCloudDepartmentMappingIri = z.infer<typeof integrationCassaInCloudDepartmentMappingIriSchema>;
|
|
1033
|
+
declare const integrationTilbyDepartmentMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/department_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/department_mappings/:mappingId">, unknown>>;
|
|
1034
|
+
declare const integrationTilbyDepartmentMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/department_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/department_mappings/:mappingId"> | null, unknown>>;
|
|
1035
|
+
type IntegrationTilbyDepartmentMappingIri = z.infer<typeof integrationTilbyDepartmentMappingIriSchema>;
|
|
1036
|
+
type IntegrationTilbyDepartmentMappingNullableIri = z.infer<typeof integrationTilbyDepartmentMappingNullableIriSchema>;
|
|
1037
|
+
declare const integrationTilbyVatMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/vat_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/vat_mappings/:mappingId">, unknown>>;
|
|
1038
|
+
declare const integrationTilbyVatMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/vat_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/vat_mappings/:mappingId"> | null, unknown>>;
|
|
1039
|
+
type IntegrationTilbyVatMappingIri = z.infer<typeof integrationTilbyVatMappingIriSchema>;
|
|
1040
|
+
type IntegrationTilbyVatMappingNullableIri = z.infer<typeof integrationTilbyVatMappingNullableIriSchema>;
|
|
1041
|
+
declare const integrationCassaInCloudCategoryMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId">, unknown>>;
|
|
1042
|
+
declare const integrationCassaInCloudCategoryMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"> | null, unknown>>;
|
|
1043
|
+
type IntegrationCassaInCloudCategoryMappingIri = z.infer<typeof integrationCassaInCloudCategoryMappingIriSchema>;
|
|
1044
|
+
type IntegrationCassaInCloudCategoryMappingNullableIri = z.infer<typeof integrationCassaInCloudCategoryMappingNullableIriSchema>;
|
|
1045
|
+
declare const integrationTilbyCategoryMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/category_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/category_mappings/:mappingId">, unknown>>;
|
|
1046
|
+
declare const integrationTilbyCategoryMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/category_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/category_mappings/:mappingId"> | null, unknown>>;
|
|
1047
|
+
type IntegrationTilbyCategoryMappingIri = z.infer<typeof integrationTilbyCategoryMappingIriSchema>;
|
|
1048
|
+
type IntegrationTilbyCategoryMappingNullableIri = z.infer<typeof integrationTilbyCategoryMappingNullableIriSchema>;
|
|
1049
|
+
declare const integrationCassaInCloudOptionMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/option_mappings/:optionId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/option_mappings/:optionId">, unknown>>;
|
|
1050
|
+
type IntegrationCassaInCloudOptionMappingIri = z.infer<typeof integrationCassaInCloudOptionMappingIriSchema>;
|
|
1051
|
+
declare const integrationCassaInCloudComponentMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/component_mappings/:componentId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/component_mappings/:componentId">, unknown>>;
|
|
1052
|
+
type IntegrationCassaInCloudComponentMappingIri = z.infer<typeof integrationCassaInCloudComponentMappingIriSchema>;
|
|
1053
|
+
declare const integrationTilbyComponentMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/component_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/component_mappings/:mappingId">, unknown>>;
|
|
1054
|
+
declare const integrationTilbyComponentMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/component_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/component_mappings/:mappingId"> | null, unknown>>;
|
|
1055
|
+
type IntegrationTilbyComponentMappingIri = z.infer<typeof integrationTilbyComponentMappingIriSchema>;
|
|
1056
|
+
type IntegrationTilbyComponentMappingNullableIri = z.infer<typeof integrationTilbyComponentMappingNullableIriSchema>;
|
|
1057
|
+
declare const integrationCassaInCloudOrganizationMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/organization_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/organization_mappings/:mappingId">, unknown>>;
|
|
1058
|
+
type IntegrationCassaInCloudOrganizationMappingIri = z.infer<typeof integrationCassaInCloudOrganizationMappingIriSchema>;
|
|
1059
|
+
declare const integrationCassaInCloudProductMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId">, unknown>>;
|
|
1060
|
+
declare const integrationCassaInCloudProductMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId"> | null, unknown>>;
|
|
1061
|
+
type IntegrationCassaInCloudProductMappingIri = z.infer<typeof integrationCassaInCloudProductMappingIriSchema>;
|
|
1062
|
+
type IntegrationCassaInCloudProductMappingNullableIri = z.infer<typeof integrationCassaInCloudProductMappingNullableIriSchema>;
|
|
1063
|
+
declare const integrationTilbyProductMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/product_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/product_mappings/:mappingId">, unknown>>;
|
|
1064
|
+
declare const integrationTilbyProductMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/product_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/product_mappings/:mappingId"> | null, unknown>>;
|
|
1065
|
+
type IntegrationTilbyProductMappingIri = z.infer<typeof integrationTilbyProductMappingIriSchema>;
|
|
1066
|
+
type IntegrationTilbyProductMappingNullableIri = z.infer<typeof integrationTilbyProductMappingNullableIriSchema>;
|
|
1067
|
+
declare const integrationCassaInCloudProductVariantMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId">, unknown>>;
|
|
1068
|
+
declare const integrationCassaInCloudProductVariantMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"> | null, unknown>>;
|
|
1069
|
+
type IntegrationCassaInCloudProductVariantMappingIri = z.infer<typeof integrationCassaInCloudProductVariantMappingIriSchema>;
|
|
1070
|
+
type IntegrationCassaInCloudProductVariantMappingNullableIri = z.infer<typeof integrationCassaInCloudProductVariantMappingNullableIriSchema>;
|
|
1071
|
+
declare const integrationTilbyProductVariantMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId">, unknown>>;
|
|
1072
|
+
declare const integrationTilbyProductVariantMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId"> | null, unknown>>;
|
|
1073
|
+
type IntegrationTilbyProductVariantMappingIri = z.infer<typeof integrationTilbyProductVariantMappingIriSchema>;
|
|
1074
|
+
type IntegrationTilbyProductVariantMappingNullableIri = z.infer<typeof integrationTilbyProductVariantMappingNullableIriSchema>;
|
|
1075
|
+
declare const integrationCassaInCloudSalesModeMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/sales_mode_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/sales_mode_mappings/:mappingId">, unknown>>;
|
|
1076
|
+
type IntegrationCassaInCloudSalesModeMappingIri = z.infer<typeof integrationCassaInCloudSalesModeMappingIriSchema>;
|
|
1077
|
+
declare const integrationCassaInCloudCustomerMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId">, unknown>>;
|
|
1078
|
+
declare const integrationCassaInCloudCustomerMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId"> | null, unknown>>;
|
|
1079
|
+
type IntegrationCassaInCloudCustomerMappingIri = z.infer<typeof integrationCassaInCloudCustomerMappingIriSchema>;
|
|
1080
|
+
type IntegrationCassaInCloudCustomerMappingNullableIri = z.infer<typeof integrationCassaInCloudCustomerMappingNullableIriSchema>;
|
|
1081
|
+
declare const integrationTilbyCustomerMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/customer_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/customer_mappings/:mappingId">, unknown>>;
|
|
1082
|
+
declare const integrationTilbyCustomerMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/customer_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/customer_mappings/:mappingId"> | null, unknown>>;
|
|
1083
|
+
type IntegrationTilbyCustomerMappingIri = z.infer<typeof integrationTilbyCustomerMappingIriSchema>;
|
|
1084
|
+
type IntegrationTilbyCustomerMappingNullableIri = z.infer<typeof integrationTilbyCustomerMappingNullableIriSchema>;
|
|
1085
|
+
declare const integrationCassaInCloudOrderMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/order_mappings/:orderId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/order_mappings/:orderId">, unknown>>;
|
|
1086
|
+
declare const integrationCassaInCloudOrderMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"> | null, unknown>>;
|
|
1087
|
+
type IntegrationCassaInCloudOrderMappingIri = z.infer<typeof integrationCassaInCloudOrderMappingIriSchema>;
|
|
1088
|
+
type IntegrationCassaInCloudOrderMappingNullableIri = z.infer<typeof integrationCassaInCloudOrderMappingNullableIriSchema>;
|
|
1089
|
+
declare const integrationTilbyOrderMappingIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/order_mappings/:mappingId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/order_mappings/:mappingId">, unknown>>;
|
|
1090
|
+
declare const integrationTilbyOrderMappingNullableIriSchema: z.ZodType<IriObject<"/integrations/tilby/:id/order_mappings/:mappingId"> | null, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/tilby/:id/order_mappings/:mappingId"> | null, unknown>>;
|
|
1091
|
+
type IntegrationTilbyOrderMappingIri = z.infer<typeof integrationTilbyOrderMappingIriSchema>;
|
|
1092
|
+
type IntegrationTilbyOrderMappingNullableIri = z.infer<typeof integrationTilbyOrderMappingNullableIriSchema>;
|
|
1093
|
+
declare const integrationCassaInCloudOptionValueMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId">, unknown>>;
|
|
1094
|
+
type IntegrationCassaInCloudOptionValueMappingIri = z.infer<typeof integrationCassaInCloudOptionValueMappingIriSchema>;
|
|
1095
|
+
declare const integrationCassaInCloudCategoryModifierValueMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId/modifier_value_mappings/:modifierValueId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId/modifier_value_mappings/:modifierValueId">, unknown>>;
|
|
1096
|
+
type IntegrationCassaInCloudCategoryModifierValueMappingIri = z.infer<typeof integrationCassaInCloudCategoryModifierValueMappingIriSchema>;
|
|
1097
|
+
declare const integrationCassaInCloudProductModifierValueMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/modifier_value_mappings/:modifierValueId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/product_mappings/:productId/modifier_value_mappings/:modifierValueId">, unknown>>;
|
|
1098
|
+
type IntegrationCassaInCloudProductModifierValueMappingIri = z.infer<typeof integrationCassaInCloudProductModifierValueMappingIriSchema>;
|
|
1099
|
+
declare const integrationCassaInCloudOptionValueModifierValueMappingIriSchema: z.ZodType<IriObject<"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId/modifier_value_mappings/:modifierValueId">, unknown, z.core.$ZodTypeInternals<IriObject<"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId/modifier_value_mappings/:modifierValueId">, unknown>>;
|
|
1100
|
+
type IntegrationCassaInCloudOptionValueModifierValueMappingIri = z.infer<typeof integrationCassaInCloudOptionValueModifierValueMappingIriSchema>;
|
|
1101
|
+
|
|
1102
|
+
export { type ActivatableIntegration, type ActivatableIntegrationHealthStatus, type ActivatableIntegrationStatus, type ExclusiveIntegrationService, type IntegrationCassaInCloudCategoryMappingIri, type IntegrationCassaInCloudCategoryMappingNullableIri, type IntegrationCassaInCloudCategoryModifierValueMappingIri, type IntegrationCassaInCloudComponentMappingIri, type IntegrationCassaInCloudCustomerMappingIri, type IntegrationCassaInCloudCustomerMappingNullableIri, type IntegrationCassaInCloudCustomersSyncStep, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDepartmentMappingIri, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudMenuSyncStep, type IntegrationCassaInCloudMissingComponentStrategy, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudOptionMappingIri, type IntegrationCassaInCloudOptionValueMappingIri, type IntegrationCassaInCloudOptionValueModifierValueMappingIri, type IntegrationCassaInCloudOrderMappingIri, type IntegrationCassaInCloudOrderMappingNullableIri, type IntegrationCassaInCloudOrganizationMappingIri, type IntegrationCassaInCloudProductChannel, type IntegrationCassaInCloudProductMappingIri, type IntegrationCassaInCloudProductMappingNullableIri, type IntegrationCassaInCloudProductModifierValueMappingIri, type IntegrationCassaInCloudProductVariantMappingIri, type IntegrationCassaInCloudProductVariantMappingNullableIri, type IntegrationCassaInCloudSalesModeMappingIri, type IntegrationCassaInCloudSalesModesSyncStep, type IntegrationCassaInCloudSyncCustomersErrorLogIri, type IntegrationCassaInCloudSyncCustomersProcessIri, type IntegrationCassaInCloudSyncDirection, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuProcessIri, type IntegrationCassaInCloudSyncMode, type IntegrationCassaInCloudSyncSalesModesErrorLogIri, type IntegrationCassaInCloudSyncSalesModesProcessIri, type IntegrationCassaInCloudSyncTimetablesErrorLogIri, type IntegrationCassaInCloudSyncTimetablesProcessIri, type IntegrationCassaInCloudTimetablesSyncStep, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationCassaInCloudWebHookSettingIri, type IntegrationClientLogRequestMethod, type IntegrationDeliverooData, type IntegrationDeliverooDebugSiteType, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooOrderIri, type IntegrationDeliverooSiteStatus, type IntegrationDeliverooSyncMenuProcessMode, type IntegrationDeliverooWebhookEventType, type IntegrationDeliveryError, type IntegrationDetailsNullablePath, type IntegrationDetailsPath, type IntegrationEcommerceIri, type IntegrationEcommerceNullableIri, type IntegrationEcommerceOrderingMode, type IntegrationGlovoBulkUpdateIri, type IntegrationGlovoBulkUpdateStatus, type IntegrationGlovoData, type IntegrationGlovoIri, type IntegrationGlovoMenuItemDeltaIri, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoOrderIri, type IntegrationGlovoStoreStatus, type IntegrationGlovoSyncStatus, type IntegrationGlovoWebhookEventType, type IntegrationIssueCode, type IntegrationIssueIri, type IntegrationIssueScope, type IntegrationJustEatData, type IntegrationJustEatIri, type IntegrationJustEatMenuType, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatOrderCancellationReason, type IntegrationJustEatOrderIri, type IntegrationJustEatRestaurantStatus, type IntegrationJustEatSyncType, type IntegrationKitchenData, type IntegrationKitchenIri, type IntegrationKitchenNullableIri, type IntegrationKitchenViewMode, type IntegrationNullablePath, type IntegrationPath, type IntegrationProvider, type IntegrationService, type IntegrationServiceData, type IntegrationStatus, type IntegrationTilbyCategoryMappingIri, type IntegrationTilbyCategoryMappingNullableIri, type IntegrationTilbyComponentMappingIri, type IntegrationTilbyComponentMappingNullableIri, type IntegrationTilbyCustomerMappingIri, type IntegrationTilbyCustomerMappingNullableIri, type IntegrationTilbyCustomersSyncStep, type IntegrationTilbyData, type IntegrationTilbyDepartmentMappingIri, type IntegrationTilbyDepartmentMappingNullableIri, type IntegrationTilbyEditableSyncSettings, type IntegrationTilbyFiscalMappingsSyncStep, type IntegrationTilbyIri, type IntegrationTilbyMappingSyncFailureCode, type IntegrationTilbyMappingSyncStatus, type IntegrationTilbyMenuSyncStep, type IntegrationTilbyNullableIri, type IntegrationTilbyOrderMappingIri, type IntegrationTilbyOrderMappingNullableIri, type IntegrationTilbyOrdersSyncStep, type IntegrationTilbyProductMappingIri, type IntegrationTilbyProductMappingNullableIri, type IntegrationTilbyProductVariantMappingIri, type IntegrationTilbyProductVariantMappingNullableIri, type IntegrationTilbyStockSyncStep, type IntegrationTilbySyncCustomersErrorLogIri, type IntegrationTilbySyncCustomersProcessIri, type IntegrationTilbySyncDirection, type IntegrationTilbySyncFiscalMappingsErrorLogIri, type IntegrationTilbySyncFiscalMappingsProcessIri, type IntegrationTilbySyncMenuErrorLogIri, type IntegrationTilbySyncMenuProcessIri, type IntegrationTilbySyncMode, type IntegrationTilbySyncOrdersErrorLogIri, type IntegrationTilbySyncOrdersProcessIri, type IntegrationTilbySyncSettings, type IntegrationTilbySyncStockErrorLogIri, type IntegrationTilbySyncStockProcessIri, type IntegrationTilbyVatMappingIri, type IntegrationTilbyVatMappingNullableIri, type IntegrationTilbyWebHookEventIri, type IntegrationTilbyWebHookSettingIri, activatableIntegrationBaseSchema, activatableIntegrationHealthStatusSchema, activatableIntegrationHealthStatuses, activatableIntegrationSchema, activatableIntegrationStatusSchema, activatableIntegrationStatuses, exclusiveIntegrationServiceSchema, exclusiveIntegrationServices, integrationCassaInCloudCategoryMappingIriSchema, integrationCassaInCloudCategoryMappingNullableIriSchema, integrationCassaInCloudCategoryModifierValueMappingIriSchema, integrationCassaInCloudComponentMappingIriSchema, integrationCassaInCloudCustomerMappingIriSchema, integrationCassaInCloudCustomerMappingNullableIriSchema, integrationCassaInCloudCustomersSyncStepSchema, integrationCassaInCloudCustomersSyncSteps, integrationCassaInCloudDataSchema, integrationCassaInCloudDepartmentMappingIriSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudIriSchema, integrationCassaInCloudMenuSyncStepSchema, integrationCassaInCloudMenuSyncSteps, integrationCassaInCloudMissingComponentStrategies, integrationCassaInCloudMissingComponentStrategySchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudOptionMappingIriSchema, integrationCassaInCloudOptionValueMappingIriSchema, integrationCassaInCloudOptionValueModifierValueMappingIriSchema, integrationCassaInCloudOrderMappingIriSchema, integrationCassaInCloudOrderMappingNullableIriSchema, integrationCassaInCloudOrganizationMappingIriSchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudProductMappingIriSchema, integrationCassaInCloudProductMappingNullableIriSchema, integrationCassaInCloudProductModifierValueMappingIriSchema, integrationCassaInCloudProductVariantMappingIriSchema, integrationCassaInCloudProductVariantMappingNullableIriSchema, integrationCassaInCloudSalesModeMappingIriSchema, integrationCassaInCloudSalesModesSyncStepSchema, integrationCassaInCloudSalesModesSyncSteps, integrationCassaInCloudSyncCustomersErrorLogIriSchema, integrationCassaInCloudSyncCustomersProcessIriSchema, integrationCassaInCloudSyncDirectionSchema, integrationCassaInCloudSyncDirections, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuProcessIriSchema, integrationCassaInCloudSyncModeSchema, integrationCassaInCloudSyncModes, integrationCassaInCloudSyncSalesModesErrorLogIriSchema, integrationCassaInCloudSyncSalesModesProcessIriSchema, integrationCassaInCloudSyncTimetablesErrorLogIriSchema, integrationCassaInCloudSyncTimetablesProcessIriSchema, integrationCassaInCloudTimetablesSyncStepSchema, integrationCassaInCloudTimetablesSyncSteps, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationCassaInCloudWebHookSettingIriSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationDeliverooDataSchema, integrationDeliverooDebugSiteTypeSchema, integrationDeliverooDebugSiteTypes, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooOrderIriSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliveryErrorSchema, integrationDeliveryErrors, integrationDetailsIriSchema, integrationDetailsNullableIriSchema, integrationDetailsPathPatterns, integrationDetailsPathSchemas, integrationEcommerceIriSchema, integrationEcommerceNullableIriSchema, integrationEcommerceOrderingModeSchema, integrationEcommerceOrderingModes, integrationGlovoBulkUpdateIriSchema, integrationGlovoBulkUpdateStatusSchema, integrationGlovoBulkUpdateStatuses, integrationGlovoDataSchema, integrationGlovoIriSchema, integrationGlovoMenuItemDeltaIriSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoOrderIriSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncStatusSchema, integrationGlovoSyncStatuses, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationIriSchema, integrationIssueCodeSchema, integrationIssueCodes, integrationIssueIriSchema, integrationIssueScopeSchema, integrationIssueScopes, integrationJustEatDataSchema, integrationJustEatIriSchema, integrationJustEatMenuTypeSchema, integrationJustEatMenuTypes, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatOrderCancellationReasonSchema, integrationJustEatOrderCancellationReasons, integrationJustEatOrderIriSchema, integrationJustEatRestaurantStatusSchema, integrationJustEatRestaurantStatuses, integrationJustEatSyncTypeSchema, integrationJustEatSyncTypes, integrationKitchenDataSchema, integrationKitchenIriSchema, integrationKitchenNullableIriSchema, integrationKitchenViewModeSchema, integrationKitchenViewModes, integrationMenuVersionPathSchemas, integrationNullableIriSchema, integrationPathSchemas, integrationProviderSchema, integrationProviders, integrationServiceDataSchema, integrationServiceSchema, integrationServices, integrationStatusSchema, integrationStatuses, integrationTilbyCategoryMappingIriSchema, integrationTilbyCategoryMappingNullableIriSchema, integrationTilbyComponentMappingIriSchema, integrationTilbyComponentMappingNullableIriSchema, integrationTilbyCustomerMappingIriSchema, integrationTilbyCustomerMappingNullableIriSchema, integrationTilbyCustomersSyncStepSchema, integrationTilbyCustomersSyncSteps, integrationTilbyDataSchema, integrationTilbyDepartmentMappingIriSchema, integrationTilbyDepartmentMappingNullableIriSchema, integrationTilbyEditableSyncSettingsSchema, integrationTilbyFiscalMappingsSyncStepSchema, integrationTilbyFiscalMappingsSyncSteps, integrationTilbyIriSchema, integrationTilbyMappingSyncFailureCodeSchema, integrationTilbyMappingSyncFailureCodes, integrationTilbyMappingSyncStatusSchema, integrationTilbyMappingSyncStatuses, integrationTilbyMenuSyncStepSchema, integrationTilbyMenuSyncSteps, integrationTilbyNullableIriSchema, integrationTilbyOrderMappingIriSchema, integrationTilbyOrderMappingNullableIriSchema, integrationTilbyOrdersSyncStepSchema, integrationTilbyOrdersSyncSteps, integrationTilbyProductMappingIriSchema, integrationTilbyProductMappingNullableIriSchema, integrationTilbyProductVariantMappingIriSchema, integrationTilbyProductVariantMappingNullableIriSchema, integrationTilbyStockSyncStepSchema, integrationTilbyStockSyncSteps, integrationTilbySyncCustomersErrorLogIriSchema, integrationTilbySyncCustomersProcessIriSchema, integrationTilbySyncDirectionSchema, integrationTilbySyncDirections, integrationTilbySyncFiscalMappingsErrorLogIriSchema, integrationTilbySyncFiscalMappingsProcessIriSchema, integrationTilbySyncMenuErrorLogIriSchema, integrationTilbySyncMenuProcessIriSchema, integrationTilbySyncModeSchema, integrationTilbySyncModes, integrationTilbySyncOrdersErrorLogIriSchema, integrationTilbySyncOrdersProcessIriSchema, integrationTilbySyncSettingsSchema, integrationTilbySyncStockErrorLogIriSchema, integrationTilbySyncStockProcessIriSchema, integrationTilbyVatMappingIriSchema, integrationTilbyVatMappingNullableIriSchema, integrationTilbyWebHookEventIriSchema, integrationTilbyWebHookSettingIriSchema };
|