@nextorders/food-schema 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +580 -2
- package/dist/index.d.ts +580 -2
- package/dist/index.mjs +15 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,36 +5,48 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
5
5
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
6
6
|
locale: z.ZodEnum<{
|
|
7
7
|
de: "de";
|
|
8
|
+
el: "el";
|
|
8
9
|
en: "en";
|
|
9
10
|
es: "es";
|
|
10
11
|
fr: "fr";
|
|
12
|
+
hi: "hi";
|
|
13
|
+
it: "it";
|
|
11
14
|
ka: "ka";
|
|
12
15
|
ru: "ru";
|
|
13
16
|
zh_cn: "zh_cn";
|
|
17
|
+
pt: "pt";
|
|
14
18
|
}>;
|
|
15
19
|
value: z.ZodString;
|
|
16
20
|
}, z.core.$strip>>;
|
|
17
21
|
title: z.ZodArray<z.ZodObject<{
|
|
18
22
|
locale: z.ZodEnum<{
|
|
19
23
|
de: "de";
|
|
24
|
+
el: "el";
|
|
20
25
|
en: "en";
|
|
21
26
|
es: "es";
|
|
22
27
|
fr: "fr";
|
|
28
|
+
hi: "hi";
|
|
29
|
+
it: "it";
|
|
23
30
|
ka: "ka";
|
|
24
31
|
ru: "ru";
|
|
25
32
|
zh_cn: "zh_cn";
|
|
33
|
+
pt: "pt";
|
|
26
34
|
}>;
|
|
27
35
|
value: z.ZodString;
|
|
28
36
|
}, z.core.$strip>>;
|
|
29
37
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
30
38
|
locale: z.ZodEnum<{
|
|
31
39
|
de: "de";
|
|
40
|
+
el: "el";
|
|
32
41
|
en: "en";
|
|
33
42
|
es: "es";
|
|
34
43
|
fr: "fr";
|
|
44
|
+
hi: "hi";
|
|
45
|
+
it: "it";
|
|
35
46
|
ka: "ka";
|
|
36
47
|
ru: "ru";
|
|
37
48
|
zh_cn: "zh_cn";
|
|
49
|
+
pt: "pt";
|
|
38
50
|
}>;
|
|
39
51
|
value: z.ZodString;
|
|
40
52
|
}, z.core.$strip>>>;
|
|
@@ -76,12 +88,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
76
88
|
title: z.ZodArray<z.ZodObject<{
|
|
77
89
|
locale: z.ZodEnum<{
|
|
78
90
|
de: "de";
|
|
91
|
+
el: "el";
|
|
79
92
|
en: "en";
|
|
80
93
|
es: "es";
|
|
81
94
|
fr: "fr";
|
|
95
|
+
hi: "hi";
|
|
96
|
+
it: "it";
|
|
82
97
|
ka: "ka";
|
|
83
98
|
ru: "ru";
|
|
84
99
|
zh_cn: "zh_cn";
|
|
100
|
+
pt: "pt";
|
|
85
101
|
}>;
|
|
86
102
|
value: z.ZodString;
|
|
87
103
|
}, z.core.$strip>>;
|
|
@@ -94,12 +110,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
94
110
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
95
111
|
locale: z.ZodEnum<{
|
|
96
112
|
de: "de";
|
|
113
|
+
el: "el";
|
|
97
114
|
en: "en";
|
|
98
115
|
es: "es";
|
|
99
116
|
fr: "fr";
|
|
117
|
+
hi: "hi";
|
|
118
|
+
it: "it";
|
|
100
119
|
ka: "ka";
|
|
101
120
|
ru: "ru";
|
|
102
121
|
zh_cn: "zh_cn";
|
|
122
|
+
pt: "pt";
|
|
103
123
|
}>;
|
|
104
124
|
value: z.ZodString;
|
|
105
125
|
}, z.core.$strip>>>;
|
|
@@ -122,12 +142,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
122
142
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
123
143
|
locale: z.ZodEnum<{
|
|
124
144
|
de: "de";
|
|
145
|
+
el: "el";
|
|
125
146
|
en: "en";
|
|
126
147
|
es: "es";
|
|
127
148
|
fr: "fr";
|
|
149
|
+
hi: "hi";
|
|
150
|
+
it: "it";
|
|
128
151
|
ka: "ka";
|
|
129
152
|
ru: "ru";
|
|
130
153
|
zh_cn: "zh_cn";
|
|
154
|
+
pt: "pt";
|
|
131
155
|
}>;
|
|
132
156
|
value: z.ZodString;
|
|
133
157
|
}, z.core.$strip>>>;
|
|
@@ -140,12 +164,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
140
164
|
title: z.ZodArray<z.ZodObject<{
|
|
141
165
|
locale: z.ZodEnum<{
|
|
142
166
|
de: "de";
|
|
167
|
+
el: "el";
|
|
143
168
|
en: "en";
|
|
144
169
|
es: "es";
|
|
145
170
|
fr: "fr";
|
|
171
|
+
hi: "hi";
|
|
172
|
+
it: "it";
|
|
146
173
|
ka: "ka";
|
|
147
174
|
ru: "ru";
|
|
148
175
|
zh_cn: "zh_cn";
|
|
176
|
+
pt: "pt";
|
|
149
177
|
}>;
|
|
150
178
|
value: z.ZodString;
|
|
151
179
|
}, z.core.$strip>>;
|
|
@@ -158,12 +186,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
158
186
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
159
187
|
locale: z.ZodEnum<{
|
|
160
188
|
de: "de";
|
|
189
|
+
el: "el";
|
|
161
190
|
en: "en";
|
|
162
191
|
es: "es";
|
|
163
192
|
fr: "fr";
|
|
193
|
+
hi: "hi";
|
|
194
|
+
it: "it";
|
|
164
195
|
ka: "ka";
|
|
165
196
|
ru: "ru";
|
|
166
197
|
zh_cn: "zh_cn";
|
|
198
|
+
pt: "pt";
|
|
167
199
|
}>;
|
|
168
200
|
value: z.ZodString;
|
|
169
201
|
}, z.core.$strip>>>;
|
|
@@ -185,12 +217,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
185
217
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
186
218
|
locale: z.ZodEnum<{
|
|
187
219
|
de: "de";
|
|
220
|
+
el: "el";
|
|
188
221
|
en: "en";
|
|
189
222
|
es: "es";
|
|
190
223
|
fr: "fr";
|
|
224
|
+
hi: "hi";
|
|
225
|
+
it: "it";
|
|
191
226
|
ka: "ka";
|
|
192
227
|
ru: "ru";
|
|
193
228
|
zh_cn: "zh_cn";
|
|
229
|
+
pt: "pt";
|
|
194
230
|
}>;
|
|
195
231
|
value: z.ZodString;
|
|
196
232
|
}, z.core.$strip>>>;
|
|
@@ -200,12 +236,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
200
236
|
title: z.ZodArray<z.ZodObject<{
|
|
201
237
|
locale: z.ZodEnum<{
|
|
202
238
|
de: "de";
|
|
239
|
+
el: "el";
|
|
203
240
|
en: "en";
|
|
204
241
|
es: "es";
|
|
205
242
|
fr: "fr";
|
|
243
|
+
hi: "hi";
|
|
244
|
+
it: "it";
|
|
206
245
|
ka: "ka";
|
|
207
246
|
ru: "ru";
|
|
208
247
|
zh_cn: "zh_cn";
|
|
248
|
+
pt: "pt";
|
|
209
249
|
}>;
|
|
210
250
|
value: z.ZodString;
|
|
211
251
|
}, z.core.$strip>>;
|
|
@@ -213,12 +253,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
213
253
|
street: z.ZodArray<z.ZodObject<{
|
|
214
254
|
locale: z.ZodEnum<{
|
|
215
255
|
de: "de";
|
|
256
|
+
el: "el";
|
|
216
257
|
en: "en";
|
|
217
258
|
es: "es";
|
|
218
259
|
fr: "fr";
|
|
260
|
+
hi: "hi";
|
|
261
|
+
it: "it";
|
|
219
262
|
ka: "ka";
|
|
220
263
|
ru: "ru";
|
|
221
264
|
zh_cn: "zh_cn";
|
|
265
|
+
pt: "pt";
|
|
222
266
|
}>;
|
|
223
267
|
value: z.ZodString;
|
|
224
268
|
}, z.core.$strip>>;
|
|
@@ -228,12 +272,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
228
272
|
copyright: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
229
273
|
locale: z.ZodEnum<{
|
|
230
274
|
de: "de";
|
|
275
|
+
el: "el";
|
|
231
276
|
en: "en";
|
|
232
277
|
es: "es";
|
|
233
278
|
fr: "fr";
|
|
279
|
+
hi: "hi";
|
|
280
|
+
it: "it";
|
|
234
281
|
ka: "ka";
|
|
235
282
|
ru: "ru";
|
|
236
283
|
zh_cn: "zh_cn";
|
|
284
|
+
pt: "pt";
|
|
237
285
|
}>;
|
|
238
286
|
value: z.ZodString;
|
|
239
287
|
}, z.core.$strip>>>;
|
|
@@ -243,12 +291,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
243
291
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
244
292
|
locale: z.ZodEnum<{
|
|
245
293
|
de: "de";
|
|
294
|
+
el: "el";
|
|
246
295
|
en: "en";
|
|
247
296
|
es: "es";
|
|
248
297
|
fr: "fr";
|
|
298
|
+
hi: "hi";
|
|
299
|
+
it: "it";
|
|
249
300
|
ka: "ka";
|
|
250
301
|
ru: "ru";
|
|
251
302
|
zh_cn: "zh_cn";
|
|
303
|
+
pt: "pt";
|
|
252
304
|
}>;
|
|
253
305
|
value: z.ZodString;
|
|
254
306
|
}, z.core.$strip>>>;
|
|
@@ -260,12 +312,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
260
312
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
261
313
|
locale: z.ZodEnum<{
|
|
262
314
|
de: "de";
|
|
315
|
+
el: "el";
|
|
263
316
|
en: "en";
|
|
264
317
|
es: "es";
|
|
265
318
|
fr: "fr";
|
|
319
|
+
hi: "hi";
|
|
320
|
+
it: "it";
|
|
266
321
|
ka: "ka";
|
|
267
322
|
ru: "ru";
|
|
268
323
|
zh_cn: "zh_cn";
|
|
324
|
+
pt: "pt";
|
|
269
325
|
}>;
|
|
270
326
|
value: z.ZodString;
|
|
271
327
|
}, z.core.$strip>>>;
|
|
@@ -277,12 +333,16 @@ declare const ChannelSchema: z.ZodObject<{
|
|
|
277
333
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
278
334
|
locale: z.ZodEnum<{
|
|
279
335
|
de: "de";
|
|
336
|
+
el: "el";
|
|
280
337
|
en: "en";
|
|
281
338
|
es: "es";
|
|
282
339
|
fr: "fr";
|
|
340
|
+
hi: "hi";
|
|
341
|
+
it: "it";
|
|
283
342
|
ka: "ka";
|
|
284
343
|
ru: "ru";
|
|
285
344
|
zh_cn: "zh_cn";
|
|
345
|
+
pt: "pt";
|
|
286
346
|
}>;
|
|
287
347
|
value: z.ZodString;
|
|
288
348
|
}, z.core.$strip>>>;
|
|
@@ -304,6 +364,7 @@ declare const CurrencyCodeSchema: z.ZodEnum<{
|
|
|
304
364
|
KZT: "KZT";
|
|
305
365
|
PLN: "PLN";
|
|
306
366
|
TRY: "TRY";
|
|
367
|
+
INR: "INR";
|
|
307
368
|
}>;
|
|
308
369
|
type CurrencyCode = z.infer<typeof CurrencyCodeSchema>;
|
|
309
370
|
declare const CountryCodeSchema: z.ZodEnum<{
|
|
@@ -556,23 +617,31 @@ declare const CountryCodeSchema: z.ZodEnum<{
|
|
|
556
617
|
type CountryCode = z.infer<typeof CountryCodeSchema>;
|
|
557
618
|
declare const LocaleSchema: z.ZodEnum<{
|
|
558
619
|
de: "de";
|
|
620
|
+
el: "el";
|
|
559
621
|
en: "en";
|
|
560
622
|
es: "es";
|
|
561
623
|
fr: "fr";
|
|
624
|
+
hi: "hi";
|
|
625
|
+
it: "it";
|
|
562
626
|
ka: "ka";
|
|
563
627
|
ru: "ru";
|
|
564
628
|
zh_cn: "zh_cn";
|
|
629
|
+
pt: "pt";
|
|
565
630
|
}>;
|
|
566
631
|
type Locale = z.infer<typeof LocaleSchema>;
|
|
567
632
|
declare const LocaleValueSchema: z.ZodObject<{
|
|
568
633
|
locale: z.ZodEnum<{
|
|
569
634
|
de: "de";
|
|
635
|
+
el: "el";
|
|
570
636
|
en: "en";
|
|
571
637
|
es: "es";
|
|
572
638
|
fr: "fr";
|
|
639
|
+
hi: "hi";
|
|
640
|
+
it: "it";
|
|
573
641
|
ka: "ka";
|
|
574
642
|
ru: "ru";
|
|
575
643
|
zh_cn: "zh_cn";
|
|
644
|
+
pt: "pt";
|
|
576
645
|
}>;
|
|
577
646
|
value: z.ZodString;
|
|
578
647
|
}, z.core.$strip>;
|
|
@@ -596,6 +665,7 @@ declare const GatewayActionTypeSchema: z.ZodEnum<{
|
|
|
596
665
|
getOrder: "getOrder";
|
|
597
666
|
createOrder: "createOrder";
|
|
598
667
|
updateOrder: "updateOrder";
|
|
668
|
+
completeOrder: "completeOrder";
|
|
599
669
|
addOrderItem: "addOrderItem";
|
|
600
670
|
incrementOrderItemQuantity: "incrementOrderItemQuantity";
|
|
601
671
|
decrementOrderItemQuantity: "decrementOrderItemQuantity";
|
|
@@ -615,6 +685,7 @@ declare const GatewayRequestSchema: z.ZodObject<{
|
|
|
615
685
|
getOrder: "getOrder";
|
|
616
686
|
createOrder: "createOrder";
|
|
617
687
|
updateOrder: "updateOrder";
|
|
688
|
+
completeOrder: "completeOrder";
|
|
618
689
|
addOrderItem: "addOrderItem";
|
|
619
690
|
incrementOrderItemQuantity: "incrementOrderItemQuantity";
|
|
620
691
|
decrementOrderItemQuantity: "decrementOrderItemQuantity";
|
|
@@ -648,45 +719,61 @@ declare const GatewayGetOptionsResponseSchema: z.ZodObject<{
|
|
|
648
719
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
649
720
|
locale: z.ZodEnum<{
|
|
650
721
|
de: "de";
|
|
722
|
+
el: "el";
|
|
651
723
|
en: "en";
|
|
652
724
|
es: "es";
|
|
653
725
|
fr: "fr";
|
|
726
|
+
hi: "hi";
|
|
727
|
+
it: "it";
|
|
654
728
|
ka: "ka";
|
|
655
729
|
ru: "ru";
|
|
656
730
|
zh_cn: "zh_cn";
|
|
731
|
+
pt: "pt";
|
|
657
732
|
}>;
|
|
658
733
|
value: z.ZodString;
|
|
659
734
|
}, z.core.$strip>>;
|
|
660
735
|
selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
661
736
|
locale: z.ZodEnum<{
|
|
662
737
|
de: "de";
|
|
738
|
+
el: "el";
|
|
663
739
|
en: "en";
|
|
664
740
|
es: "es";
|
|
665
741
|
fr: "fr";
|
|
742
|
+
hi: "hi";
|
|
743
|
+
it: "it";
|
|
666
744
|
ka: "ka";
|
|
667
745
|
ru: "ru";
|
|
668
746
|
zh_cn: "zh_cn";
|
|
747
|
+
pt: "pt";
|
|
669
748
|
}>;
|
|
670
749
|
value: z.ZodString;
|
|
671
750
|
}, z.core.$strip>>>;
|
|
672
751
|
logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
673
752
|
availableLocales: z.ZodArray<z.ZodEnum<{
|
|
674
753
|
de: "de";
|
|
754
|
+
el: "el";
|
|
675
755
|
en: "en";
|
|
676
756
|
es: "es";
|
|
677
757
|
fr: "fr";
|
|
758
|
+
hi: "hi";
|
|
759
|
+
it: "it";
|
|
678
760
|
ka: "ka";
|
|
679
761
|
ru: "ru";
|
|
680
762
|
zh_cn: "zh_cn";
|
|
763
|
+
pt: "pt";
|
|
681
764
|
}>>;
|
|
682
765
|
defaultLocale: z.ZodEnum<{
|
|
683
766
|
de: "de";
|
|
767
|
+
el: "el";
|
|
684
768
|
en: "en";
|
|
685
769
|
es: "es";
|
|
686
770
|
fr: "fr";
|
|
771
|
+
hi: "hi";
|
|
772
|
+
it: "it";
|
|
687
773
|
ka: "ka";
|
|
688
774
|
ru: "ru";
|
|
689
775
|
zh_cn: "zh_cn";
|
|
776
|
+
pt: "pt";
|
|
690
777
|
}>;
|
|
691
778
|
countryCode: z.ZodEnum<{
|
|
692
779
|
RU: "RU";
|
|
@@ -946,6 +1033,7 @@ declare const GatewayGetOptionsResponseSchema: z.ZodObject<{
|
|
|
946
1033
|
KZT: "KZT";
|
|
947
1034
|
PLN: "PLN";
|
|
948
1035
|
TRY: "TRY";
|
|
1036
|
+
INR: "INR";
|
|
949
1037
|
}>;
|
|
950
1038
|
headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
951
1039
|
rel: z.ZodOptional<z.ZodString>;
|
|
@@ -977,36 +1065,48 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
977
1065
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
978
1066
|
locale: z.ZodEnum<{
|
|
979
1067
|
de: "de";
|
|
1068
|
+
el: "el";
|
|
980
1069
|
en: "en";
|
|
981
1070
|
es: "es";
|
|
982
1071
|
fr: "fr";
|
|
1072
|
+
hi: "hi";
|
|
1073
|
+
it: "it";
|
|
983
1074
|
ka: "ka";
|
|
984
1075
|
ru: "ru";
|
|
985
1076
|
zh_cn: "zh_cn";
|
|
1077
|
+
pt: "pt";
|
|
986
1078
|
}>;
|
|
987
1079
|
value: z.ZodString;
|
|
988
1080
|
}, z.core.$strip>>;
|
|
989
1081
|
title: z.ZodArray<z.ZodObject<{
|
|
990
1082
|
locale: z.ZodEnum<{
|
|
991
1083
|
de: "de";
|
|
1084
|
+
el: "el";
|
|
992
1085
|
en: "en";
|
|
993
1086
|
es: "es";
|
|
994
1087
|
fr: "fr";
|
|
1088
|
+
hi: "hi";
|
|
1089
|
+
it: "it";
|
|
995
1090
|
ka: "ka";
|
|
996
1091
|
ru: "ru";
|
|
997
1092
|
zh_cn: "zh_cn";
|
|
1093
|
+
pt: "pt";
|
|
998
1094
|
}>;
|
|
999
1095
|
value: z.ZodString;
|
|
1000
1096
|
}, z.core.$strip>>;
|
|
1001
1097
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1002
1098
|
locale: z.ZodEnum<{
|
|
1003
1099
|
de: "de";
|
|
1100
|
+
el: "el";
|
|
1004
1101
|
en: "en";
|
|
1005
1102
|
es: "es";
|
|
1006
1103
|
fr: "fr";
|
|
1104
|
+
hi: "hi";
|
|
1105
|
+
it: "it";
|
|
1007
1106
|
ka: "ka";
|
|
1008
1107
|
ru: "ru";
|
|
1009
1108
|
zh_cn: "zh_cn";
|
|
1109
|
+
pt: "pt";
|
|
1010
1110
|
}>;
|
|
1011
1111
|
value: z.ZodString;
|
|
1012
1112
|
}, z.core.$strip>>>;
|
|
@@ -1048,12 +1148,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1048
1148
|
title: z.ZodArray<z.ZodObject<{
|
|
1049
1149
|
locale: z.ZodEnum<{
|
|
1050
1150
|
de: "de";
|
|
1151
|
+
el: "el";
|
|
1051
1152
|
en: "en";
|
|
1052
1153
|
es: "es";
|
|
1053
1154
|
fr: "fr";
|
|
1155
|
+
hi: "hi";
|
|
1156
|
+
it: "it";
|
|
1054
1157
|
ka: "ka";
|
|
1055
1158
|
ru: "ru";
|
|
1056
1159
|
zh_cn: "zh_cn";
|
|
1160
|
+
pt: "pt";
|
|
1057
1161
|
}>;
|
|
1058
1162
|
value: z.ZodString;
|
|
1059
1163
|
}, z.core.$strip>>;
|
|
@@ -1066,12 +1170,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1066
1170
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1067
1171
|
locale: z.ZodEnum<{
|
|
1068
1172
|
de: "de";
|
|
1173
|
+
el: "el";
|
|
1069
1174
|
en: "en";
|
|
1070
1175
|
es: "es";
|
|
1071
1176
|
fr: "fr";
|
|
1177
|
+
hi: "hi";
|
|
1178
|
+
it: "it";
|
|
1072
1179
|
ka: "ka";
|
|
1073
1180
|
ru: "ru";
|
|
1074
1181
|
zh_cn: "zh_cn";
|
|
1182
|
+
pt: "pt";
|
|
1075
1183
|
}>;
|
|
1076
1184
|
value: z.ZodString;
|
|
1077
1185
|
}, z.core.$strip>>>;
|
|
@@ -1094,12 +1202,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1094
1202
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1095
1203
|
locale: z.ZodEnum<{
|
|
1096
1204
|
de: "de";
|
|
1205
|
+
el: "el";
|
|
1097
1206
|
en: "en";
|
|
1098
1207
|
es: "es";
|
|
1099
1208
|
fr: "fr";
|
|
1209
|
+
hi: "hi";
|
|
1210
|
+
it: "it";
|
|
1100
1211
|
ka: "ka";
|
|
1101
1212
|
ru: "ru";
|
|
1102
1213
|
zh_cn: "zh_cn";
|
|
1214
|
+
pt: "pt";
|
|
1103
1215
|
}>;
|
|
1104
1216
|
value: z.ZodString;
|
|
1105
1217
|
}, z.core.$strip>>>;
|
|
@@ -1112,12 +1224,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1112
1224
|
title: z.ZodArray<z.ZodObject<{
|
|
1113
1225
|
locale: z.ZodEnum<{
|
|
1114
1226
|
de: "de";
|
|
1227
|
+
el: "el";
|
|
1115
1228
|
en: "en";
|
|
1116
1229
|
es: "es";
|
|
1117
1230
|
fr: "fr";
|
|
1231
|
+
hi: "hi";
|
|
1232
|
+
it: "it";
|
|
1118
1233
|
ka: "ka";
|
|
1119
1234
|
ru: "ru";
|
|
1120
1235
|
zh_cn: "zh_cn";
|
|
1236
|
+
pt: "pt";
|
|
1121
1237
|
}>;
|
|
1122
1238
|
value: z.ZodString;
|
|
1123
1239
|
}, z.core.$strip>>;
|
|
@@ -1130,12 +1246,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1130
1246
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1131
1247
|
locale: z.ZodEnum<{
|
|
1132
1248
|
de: "de";
|
|
1249
|
+
el: "el";
|
|
1133
1250
|
en: "en";
|
|
1134
1251
|
es: "es";
|
|
1135
1252
|
fr: "fr";
|
|
1253
|
+
hi: "hi";
|
|
1254
|
+
it: "it";
|
|
1136
1255
|
ka: "ka";
|
|
1137
1256
|
ru: "ru";
|
|
1138
1257
|
zh_cn: "zh_cn";
|
|
1258
|
+
pt: "pt";
|
|
1139
1259
|
}>;
|
|
1140
1260
|
value: z.ZodString;
|
|
1141
1261
|
}, z.core.$strip>>>;
|
|
@@ -1157,12 +1277,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1157
1277
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1158
1278
|
locale: z.ZodEnum<{
|
|
1159
1279
|
de: "de";
|
|
1280
|
+
el: "el";
|
|
1160
1281
|
en: "en";
|
|
1161
1282
|
es: "es";
|
|
1162
1283
|
fr: "fr";
|
|
1284
|
+
hi: "hi";
|
|
1285
|
+
it: "it";
|
|
1163
1286
|
ka: "ka";
|
|
1164
1287
|
ru: "ru";
|
|
1165
1288
|
zh_cn: "zh_cn";
|
|
1289
|
+
pt: "pt";
|
|
1166
1290
|
}>;
|
|
1167
1291
|
value: z.ZodString;
|
|
1168
1292
|
}, z.core.$strip>>>;
|
|
@@ -1172,12 +1296,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1172
1296
|
title: z.ZodArray<z.ZodObject<{
|
|
1173
1297
|
locale: z.ZodEnum<{
|
|
1174
1298
|
de: "de";
|
|
1299
|
+
el: "el";
|
|
1175
1300
|
en: "en";
|
|
1176
1301
|
es: "es";
|
|
1177
1302
|
fr: "fr";
|
|
1303
|
+
hi: "hi";
|
|
1304
|
+
it: "it";
|
|
1178
1305
|
ka: "ka";
|
|
1179
1306
|
ru: "ru";
|
|
1180
1307
|
zh_cn: "zh_cn";
|
|
1308
|
+
pt: "pt";
|
|
1181
1309
|
}>;
|
|
1182
1310
|
value: z.ZodString;
|
|
1183
1311
|
}, z.core.$strip>>;
|
|
@@ -1185,12 +1313,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1185
1313
|
street: z.ZodArray<z.ZodObject<{
|
|
1186
1314
|
locale: z.ZodEnum<{
|
|
1187
1315
|
de: "de";
|
|
1316
|
+
el: "el";
|
|
1188
1317
|
en: "en";
|
|
1189
1318
|
es: "es";
|
|
1190
1319
|
fr: "fr";
|
|
1320
|
+
hi: "hi";
|
|
1321
|
+
it: "it";
|
|
1191
1322
|
ka: "ka";
|
|
1192
1323
|
ru: "ru";
|
|
1193
1324
|
zh_cn: "zh_cn";
|
|
1325
|
+
pt: "pt";
|
|
1194
1326
|
}>;
|
|
1195
1327
|
value: z.ZodString;
|
|
1196
1328
|
}, z.core.$strip>>;
|
|
@@ -1200,12 +1332,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1200
1332
|
copyright: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1201
1333
|
locale: z.ZodEnum<{
|
|
1202
1334
|
de: "de";
|
|
1335
|
+
el: "el";
|
|
1203
1336
|
en: "en";
|
|
1204
1337
|
es: "es";
|
|
1205
1338
|
fr: "fr";
|
|
1339
|
+
hi: "hi";
|
|
1340
|
+
it: "it";
|
|
1206
1341
|
ka: "ka";
|
|
1207
1342
|
ru: "ru";
|
|
1208
1343
|
zh_cn: "zh_cn";
|
|
1344
|
+
pt: "pt";
|
|
1209
1345
|
}>;
|
|
1210
1346
|
value: z.ZodString;
|
|
1211
1347
|
}, z.core.$strip>>>;
|
|
@@ -1215,12 +1351,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1215
1351
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1216
1352
|
locale: z.ZodEnum<{
|
|
1217
1353
|
de: "de";
|
|
1354
|
+
el: "el";
|
|
1218
1355
|
en: "en";
|
|
1219
1356
|
es: "es";
|
|
1220
1357
|
fr: "fr";
|
|
1358
|
+
hi: "hi";
|
|
1359
|
+
it: "it";
|
|
1221
1360
|
ka: "ka";
|
|
1222
1361
|
ru: "ru";
|
|
1223
1362
|
zh_cn: "zh_cn";
|
|
1363
|
+
pt: "pt";
|
|
1224
1364
|
}>;
|
|
1225
1365
|
value: z.ZodString;
|
|
1226
1366
|
}, z.core.$strip>>>;
|
|
@@ -1232,12 +1372,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1232
1372
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1233
1373
|
locale: z.ZodEnum<{
|
|
1234
1374
|
de: "de";
|
|
1375
|
+
el: "el";
|
|
1235
1376
|
en: "en";
|
|
1236
1377
|
es: "es";
|
|
1237
1378
|
fr: "fr";
|
|
1379
|
+
hi: "hi";
|
|
1380
|
+
it: "it";
|
|
1238
1381
|
ka: "ka";
|
|
1239
1382
|
ru: "ru";
|
|
1240
1383
|
zh_cn: "zh_cn";
|
|
1384
|
+
pt: "pt";
|
|
1241
1385
|
}>;
|
|
1242
1386
|
value: z.ZodString;
|
|
1243
1387
|
}, z.core.$strip>>>;
|
|
@@ -1249,12 +1393,16 @@ declare const GatewayGetChannelsResponseSchema: z.ZodObject<{
|
|
|
1249
1393
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1250
1394
|
locale: z.ZodEnum<{
|
|
1251
1395
|
de: "de";
|
|
1396
|
+
el: "el";
|
|
1252
1397
|
en: "en";
|
|
1253
1398
|
es: "es";
|
|
1254
1399
|
fr: "fr";
|
|
1400
|
+
hi: "hi";
|
|
1401
|
+
it: "it";
|
|
1255
1402
|
ka: "ka";
|
|
1256
1403
|
ru: "ru";
|
|
1257
1404
|
zh_cn: "zh_cn";
|
|
1405
|
+
pt: "pt";
|
|
1258
1406
|
}>;
|
|
1259
1407
|
value: z.ZodString;
|
|
1260
1408
|
}, z.core.$strip>>>;
|
|
@@ -1498,6 +1646,115 @@ declare const GatewayUpdateOrderResponseSchema: z.ZodObject<{
|
|
|
1498
1646
|
}, z.core.$strip>;
|
|
1499
1647
|
}, z.core.$strip>;
|
|
1500
1648
|
type GatewayUpdateOrderResponse = z.infer<typeof GatewayUpdateOrderResponseSchema>;
|
|
1649
|
+
declare const GatewayCompleteOrderRequestSchema: z.ZodObject<{
|
|
1650
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1651
|
+
type: z.ZodLiteral<"completeOrder">;
|
|
1652
|
+
body: z.ZodObject<{
|
|
1653
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1654
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1655
|
+
draft: "draft";
|
|
1656
|
+
created: "created";
|
|
1657
|
+
ready: "ready";
|
|
1658
|
+
delivered: "delivered";
|
|
1659
|
+
}>>;
|
|
1660
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
1661
|
+
readyBy: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
readyType: z.ZodOptional<z.ZodEnum<{
|
|
1663
|
+
asap: "asap";
|
|
1664
|
+
scheduled: "scheduled";
|
|
1665
|
+
}>>;
|
|
1666
|
+
deliveryMethod: z.ZodOptional<z.ZodEnum<{
|
|
1667
|
+
deliveryByCourier: "deliveryByCourier";
|
|
1668
|
+
selfPickup: "selfPickup";
|
|
1669
|
+
}>>;
|
|
1670
|
+
address: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1671
|
+
type: z.ZodLiteral<"deliveryAddress">;
|
|
1672
|
+
street: z.ZodString;
|
|
1673
|
+
flat: z.ZodOptional<z.ZodString>;
|
|
1674
|
+
intercom: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
entrance: z.ZodOptional<z.ZodString>;
|
|
1676
|
+
floor: z.ZodOptional<z.ZodString>;
|
|
1677
|
+
addressNote: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1679
|
+
type: z.ZodLiteral<"warehouseAddress">;
|
|
1680
|
+
id: z.ZodString;
|
|
1681
|
+
}, z.core.$strip>]>>;
|
|
1682
|
+
paymentMethodId: z.ZodOptional<z.ZodString>;
|
|
1683
|
+
changeFrom: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1684
|
+
totalPrice: z.ZodOptional<z.ZodNumber>;
|
|
1685
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1686
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
1687
|
+
note: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1688
|
+
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1689
|
+
id: z.ZodString;
|
|
1690
|
+
orderId: z.ZodString;
|
|
1691
|
+
productId: z.ZodString;
|
|
1692
|
+
productSlug: z.ZodString;
|
|
1693
|
+
categoryId: z.ZodString;
|
|
1694
|
+
categorySlug: z.ZodString;
|
|
1695
|
+
variantId: z.ZodString;
|
|
1696
|
+
quantity: z.ZodNumber;
|
|
1697
|
+
unitPrice: z.ZodNumber;
|
|
1698
|
+
totalPrice: z.ZodNumber;
|
|
1699
|
+
}, z.core.$strip>>>;
|
|
1700
|
+
}, z.core.$strip>;
|
|
1701
|
+
}, z.core.$strip>;
|
|
1702
|
+
type GatewayCompleteOrderRequest = z.infer<typeof GatewayCompleteOrderRequestSchema>;
|
|
1703
|
+
declare const GatewayCompleteOrderResponseSchema: z.ZodObject<{
|
|
1704
|
+
ok: z.ZodBoolean;
|
|
1705
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1706
|
+
type: z.ZodLiteral<"completeOrder">;
|
|
1707
|
+
result: z.ZodObject<{
|
|
1708
|
+
id: z.ZodString;
|
|
1709
|
+
status: z.ZodEnum<{
|
|
1710
|
+
draft: "draft";
|
|
1711
|
+
created: "created";
|
|
1712
|
+
ready: "ready";
|
|
1713
|
+
delivered: "delivered";
|
|
1714
|
+
}>;
|
|
1715
|
+
createdAt: z.ZodString;
|
|
1716
|
+
readyBy: z.ZodString;
|
|
1717
|
+
readyType: z.ZodEnum<{
|
|
1718
|
+
asap: "asap";
|
|
1719
|
+
scheduled: "scheduled";
|
|
1720
|
+
}>;
|
|
1721
|
+
deliveryMethod: z.ZodEnum<{
|
|
1722
|
+
deliveryByCourier: "deliveryByCourier";
|
|
1723
|
+
selfPickup: "selfPickup";
|
|
1724
|
+
}>;
|
|
1725
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
1726
|
+
type: z.ZodLiteral<"deliveryAddress">;
|
|
1727
|
+
street: z.ZodString;
|
|
1728
|
+
flat: z.ZodOptional<z.ZodString>;
|
|
1729
|
+
intercom: z.ZodOptional<z.ZodString>;
|
|
1730
|
+
entrance: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
floor: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
addressNote: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1734
|
+
type: z.ZodLiteral<"warehouseAddress">;
|
|
1735
|
+
id: z.ZodString;
|
|
1736
|
+
}, z.core.$strip>]>;
|
|
1737
|
+
paymentMethodId: z.ZodString;
|
|
1738
|
+
changeFrom: z.ZodOptional<z.ZodNumber>;
|
|
1739
|
+
totalPrice: z.ZodNumber;
|
|
1740
|
+
name: z.ZodString;
|
|
1741
|
+
phone: z.ZodString;
|
|
1742
|
+
note: z.ZodOptional<z.ZodString>;
|
|
1743
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1744
|
+
id: z.ZodString;
|
|
1745
|
+
orderId: z.ZodString;
|
|
1746
|
+
productId: z.ZodString;
|
|
1747
|
+
productSlug: z.ZodString;
|
|
1748
|
+
categoryId: z.ZodString;
|
|
1749
|
+
categorySlug: z.ZodString;
|
|
1750
|
+
variantId: z.ZodString;
|
|
1751
|
+
quantity: z.ZodNumber;
|
|
1752
|
+
unitPrice: z.ZodNumber;
|
|
1753
|
+
totalPrice: z.ZodNumber;
|
|
1754
|
+
}, z.core.$strip>>;
|
|
1755
|
+
}, z.core.$strip>;
|
|
1756
|
+
}, z.core.$strip>;
|
|
1757
|
+
type GatewayCompleteOrderResponse = z.infer<typeof GatewayCompleteOrderResponseSchema>;
|
|
1501
1758
|
declare const GatewayAddOrderItemRequestSchema: z.ZodObject<{
|
|
1502
1759
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1503
1760
|
type: z.ZodLiteral<"addOrderItem">;
|
|
@@ -1714,12 +1971,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1714
1971
|
title: z.ZodArray<z.ZodObject<{
|
|
1715
1972
|
locale: z.ZodEnum<{
|
|
1716
1973
|
de: "de";
|
|
1974
|
+
el: "el";
|
|
1717
1975
|
en: "en";
|
|
1718
1976
|
es: "es";
|
|
1719
1977
|
fr: "fr";
|
|
1978
|
+
hi: "hi";
|
|
1979
|
+
it: "it";
|
|
1720
1980
|
ka: "ka";
|
|
1721
1981
|
ru: "ru";
|
|
1722
1982
|
zh_cn: "zh_cn";
|
|
1983
|
+
pt: "pt";
|
|
1723
1984
|
}>;
|
|
1724
1985
|
value: z.ZodString;
|
|
1725
1986
|
}, z.core.$strip>>;
|
|
@@ -1730,12 +1991,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1730
1991
|
title: z.ZodArray<z.ZodObject<{
|
|
1731
1992
|
locale: z.ZodEnum<{
|
|
1732
1993
|
de: "de";
|
|
1994
|
+
el: "el";
|
|
1733
1995
|
en: "en";
|
|
1734
1996
|
es: "es";
|
|
1735
1997
|
fr: "fr";
|
|
1998
|
+
hi: "hi";
|
|
1999
|
+
it: "it";
|
|
1736
2000
|
ka: "ka";
|
|
1737
2001
|
ru: "ru";
|
|
1738
2002
|
zh_cn: "zh_cn";
|
|
2003
|
+
pt: "pt";
|
|
1739
2004
|
}>;
|
|
1740
2005
|
value: z.ZodString;
|
|
1741
2006
|
}, z.core.$strip>>;
|
|
@@ -1746,24 +2011,32 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1746
2011
|
title: z.ZodArray<z.ZodObject<{
|
|
1747
2012
|
locale: z.ZodEnum<{
|
|
1748
2013
|
de: "de";
|
|
2014
|
+
el: "el";
|
|
1749
2015
|
en: "en";
|
|
1750
2016
|
es: "es";
|
|
1751
2017
|
fr: "fr";
|
|
2018
|
+
hi: "hi";
|
|
2019
|
+
it: "it";
|
|
1752
2020
|
ka: "ka";
|
|
1753
2021
|
ru: "ru";
|
|
1754
2022
|
zh_cn: "zh_cn";
|
|
2023
|
+
pt: "pt";
|
|
1755
2024
|
}>;
|
|
1756
2025
|
value: z.ZodString;
|
|
1757
2026
|
}, z.core.$strip>>;
|
|
1758
2027
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1759
2028
|
locale: z.ZodEnum<{
|
|
1760
2029
|
de: "de";
|
|
2030
|
+
el: "el";
|
|
1761
2031
|
en: "en";
|
|
1762
2032
|
es: "es";
|
|
1763
2033
|
fr: "fr";
|
|
2034
|
+
hi: "hi";
|
|
2035
|
+
it: "it";
|
|
1764
2036
|
ka: "ka";
|
|
1765
2037
|
ru: "ru";
|
|
1766
2038
|
zh_cn: "zh_cn";
|
|
2039
|
+
pt: "pt";
|
|
1767
2040
|
}>;
|
|
1768
2041
|
value: z.ZodString;
|
|
1769
2042
|
}, z.core.$strip>>>;
|
|
@@ -1774,12 +2047,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1774
2047
|
title: z.ZodArray<z.ZodObject<{
|
|
1775
2048
|
locale: z.ZodEnum<{
|
|
1776
2049
|
de: "de";
|
|
2050
|
+
el: "el";
|
|
1777
2051
|
en: "en";
|
|
1778
2052
|
es: "es";
|
|
1779
2053
|
fr: "fr";
|
|
2054
|
+
hi: "hi";
|
|
2055
|
+
it: "it";
|
|
1780
2056
|
ka: "ka";
|
|
1781
2057
|
ru: "ru";
|
|
1782
2058
|
zh_cn: "zh_cn";
|
|
2059
|
+
pt: "pt";
|
|
1783
2060
|
}>;
|
|
1784
2061
|
value: z.ZodString;
|
|
1785
2062
|
}, z.core.$strip>>;
|
|
@@ -1815,6 +2092,7 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1815
2092
|
}>;
|
|
1816
2093
|
weightValue: z.ZodNumber;
|
|
1817
2094
|
price: z.ZodNumber;
|
|
2095
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
1818
2096
|
sku: z.ZodNullable<z.ZodString>;
|
|
1819
2097
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
1820
2098
|
calories: z.ZodNumber;
|
|
@@ -1833,12 +2111,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1833
2111
|
title: z.ZodArray<z.ZodObject<{
|
|
1834
2112
|
locale: z.ZodEnum<{
|
|
1835
2113
|
de: "de";
|
|
2114
|
+
el: "el";
|
|
1836
2115
|
en: "en";
|
|
1837
2116
|
es: "es";
|
|
1838
2117
|
fr: "fr";
|
|
2118
|
+
hi: "hi";
|
|
2119
|
+
it: "it";
|
|
1839
2120
|
ka: "ka";
|
|
1840
2121
|
ru: "ru";
|
|
1841
2122
|
zh_cn: "zh_cn";
|
|
2123
|
+
pt: "pt";
|
|
1842
2124
|
}>;
|
|
1843
2125
|
value: z.ZodString;
|
|
1844
2126
|
}, z.core.$strip>>;
|
|
@@ -1849,12 +2131,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1849
2131
|
title: z.ZodArray<z.ZodObject<{
|
|
1850
2132
|
locale: z.ZodEnum<{
|
|
1851
2133
|
de: "de";
|
|
2134
|
+
el: "el";
|
|
1852
2135
|
en: "en";
|
|
1853
2136
|
es: "es";
|
|
1854
2137
|
fr: "fr";
|
|
2138
|
+
hi: "hi";
|
|
2139
|
+
it: "it";
|
|
1855
2140
|
ka: "ka";
|
|
1856
2141
|
ru: "ru";
|
|
1857
2142
|
zh_cn: "zh_cn";
|
|
2143
|
+
pt: "pt";
|
|
1858
2144
|
}>;
|
|
1859
2145
|
value: z.ZodString;
|
|
1860
2146
|
}, z.core.$strip>>;
|
|
@@ -2052,45 +2338,61 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2052
2338
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
2053
2339
|
locale: z.ZodEnum<{
|
|
2054
2340
|
de: "de";
|
|
2341
|
+
el: "el";
|
|
2055
2342
|
en: "en";
|
|
2056
2343
|
es: "es";
|
|
2057
2344
|
fr: "fr";
|
|
2345
|
+
hi: "hi";
|
|
2346
|
+
it: "it";
|
|
2058
2347
|
ka: "ka";
|
|
2059
2348
|
ru: "ru";
|
|
2060
2349
|
zh_cn: "zh_cn";
|
|
2350
|
+
pt: "pt";
|
|
2061
2351
|
}>;
|
|
2062
2352
|
value: z.ZodString;
|
|
2063
2353
|
}, z.core.$strip>>;
|
|
2064
2354
|
selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2065
2355
|
locale: z.ZodEnum<{
|
|
2066
2356
|
de: "de";
|
|
2357
|
+
el: "el";
|
|
2067
2358
|
en: "en";
|
|
2068
2359
|
es: "es";
|
|
2069
2360
|
fr: "fr";
|
|
2361
|
+
hi: "hi";
|
|
2362
|
+
it: "it";
|
|
2070
2363
|
ka: "ka";
|
|
2071
2364
|
ru: "ru";
|
|
2072
2365
|
zh_cn: "zh_cn";
|
|
2366
|
+
pt: "pt";
|
|
2073
2367
|
}>;
|
|
2074
2368
|
value: z.ZodString;
|
|
2075
2369
|
}, z.core.$strip>>>;
|
|
2076
2370
|
logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2077
2371
|
availableLocales: z.ZodArray<z.ZodEnum<{
|
|
2078
2372
|
de: "de";
|
|
2373
|
+
el: "el";
|
|
2079
2374
|
en: "en";
|
|
2080
2375
|
es: "es";
|
|
2081
2376
|
fr: "fr";
|
|
2377
|
+
hi: "hi";
|
|
2378
|
+
it: "it";
|
|
2082
2379
|
ka: "ka";
|
|
2083
2380
|
ru: "ru";
|
|
2084
2381
|
zh_cn: "zh_cn";
|
|
2382
|
+
pt: "pt";
|
|
2085
2383
|
}>>;
|
|
2086
2384
|
defaultLocale: z.ZodEnum<{
|
|
2087
2385
|
de: "de";
|
|
2386
|
+
el: "el";
|
|
2088
2387
|
en: "en";
|
|
2089
2388
|
es: "es";
|
|
2090
2389
|
fr: "fr";
|
|
2390
|
+
hi: "hi";
|
|
2391
|
+
it: "it";
|
|
2091
2392
|
ka: "ka";
|
|
2092
2393
|
ru: "ru";
|
|
2093
2394
|
zh_cn: "zh_cn";
|
|
2395
|
+
pt: "pt";
|
|
2094
2396
|
}>;
|
|
2095
2397
|
countryCode: z.ZodEnum<{
|
|
2096
2398
|
RU: "RU";
|
|
@@ -2350,6 +2652,7 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2350
2652
|
KZT: "KZT";
|
|
2351
2653
|
PLN: "PLN";
|
|
2352
2654
|
TRY: "TRY";
|
|
2655
|
+
INR: "INR";
|
|
2353
2656
|
}>;
|
|
2354
2657
|
headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2355
2658
|
rel: z.ZodOptional<z.ZodString>;
|
|
@@ -2373,36 +2676,48 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2373
2676
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
2374
2677
|
locale: z.ZodEnum<{
|
|
2375
2678
|
de: "de";
|
|
2679
|
+
el: "el";
|
|
2376
2680
|
en: "en";
|
|
2377
2681
|
es: "es";
|
|
2378
2682
|
fr: "fr";
|
|
2683
|
+
hi: "hi";
|
|
2684
|
+
it: "it";
|
|
2379
2685
|
ka: "ka";
|
|
2380
2686
|
ru: "ru";
|
|
2381
2687
|
zh_cn: "zh_cn";
|
|
2688
|
+
pt: "pt";
|
|
2382
2689
|
}>;
|
|
2383
2690
|
value: z.ZodString;
|
|
2384
2691
|
}, z.core.$strip>>;
|
|
2385
2692
|
title: z.ZodArray<z.ZodObject<{
|
|
2386
2693
|
locale: z.ZodEnum<{
|
|
2387
2694
|
de: "de";
|
|
2695
|
+
el: "el";
|
|
2388
2696
|
en: "en";
|
|
2389
2697
|
es: "es";
|
|
2390
2698
|
fr: "fr";
|
|
2699
|
+
hi: "hi";
|
|
2700
|
+
it: "it";
|
|
2391
2701
|
ka: "ka";
|
|
2392
2702
|
ru: "ru";
|
|
2393
2703
|
zh_cn: "zh_cn";
|
|
2704
|
+
pt: "pt";
|
|
2394
2705
|
}>;
|
|
2395
2706
|
value: z.ZodString;
|
|
2396
2707
|
}, z.core.$strip>>;
|
|
2397
2708
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2398
2709
|
locale: z.ZodEnum<{
|
|
2399
2710
|
de: "de";
|
|
2711
|
+
el: "el";
|
|
2400
2712
|
en: "en";
|
|
2401
2713
|
es: "es";
|
|
2402
2714
|
fr: "fr";
|
|
2715
|
+
hi: "hi";
|
|
2716
|
+
it: "it";
|
|
2403
2717
|
ka: "ka";
|
|
2404
2718
|
ru: "ru";
|
|
2405
2719
|
zh_cn: "zh_cn";
|
|
2720
|
+
pt: "pt";
|
|
2406
2721
|
}>;
|
|
2407
2722
|
value: z.ZodString;
|
|
2408
2723
|
}, z.core.$strip>>>;
|
|
@@ -2444,12 +2759,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2444
2759
|
title: z.ZodArray<z.ZodObject<{
|
|
2445
2760
|
locale: z.ZodEnum<{
|
|
2446
2761
|
de: "de";
|
|
2762
|
+
el: "el";
|
|
2447
2763
|
en: "en";
|
|
2448
2764
|
es: "es";
|
|
2449
2765
|
fr: "fr";
|
|
2766
|
+
hi: "hi";
|
|
2767
|
+
it: "it";
|
|
2450
2768
|
ka: "ka";
|
|
2451
2769
|
ru: "ru";
|
|
2452
2770
|
zh_cn: "zh_cn";
|
|
2771
|
+
pt: "pt";
|
|
2453
2772
|
}>;
|
|
2454
2773
|
value: z.ZodString;
|
|
2455
2774
|
}, z.core.$strip>>;
|
|
@@ -2462,12 +2781,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2462
2781
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2463
2782
|
locale: z.ZodEnum<{
|
|
2464
2783
|
de: "de";
|
|
2784
|
+
el: "el";
|
|
2465
2785
|
en: "en";
|
|
2466
2786
|
es: "es";
|
|
2467
2787
|
fr: "fr";
|
|
2788
|
+
hi: "hi";
|
|
2789
|
+
it: "it";
|
|
2468
2790
|
ka: "ka";
|
|
2469
2791
|
ru: "ru";
|
|
2470
2792
|
zh_cn: "zh_cn";
|
|
2793
|
+
pt: "pt";
|
|
2471
2794
|
}>;
|
|
2472
2795
|
value: z.ZodString;
|
|
2473
2796
|
}, z.core.$strip>>>;
|
|
@@ -2490,12 +2813,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2490
2813
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2491
2814
|
locale: z.ZodEnum<{
|
|
2492
2815
|
de: "de";
|
|
2816
|
+
el: "el";
|
|
2493
2817
|
en: "en";
|
|
2494
2818
|
es: "es";
|
|
2495
2819
|
fr: "fr";
|
|
2820
|
+
hi: "hi";
|
|
2821
|
+
it: "it";
|
|
2496
2822
|
ka: "ka";
|
|
2497
2823
|
ru: "ru";
|
|
2498
2824
|
zh_cn: "zh_cn";
|
|
2825
|
+
pt: "pt";
|
|
2499
2826
|
}>;
|
|
2500
2827
|
value: z.ZodString;
|
|
2501
2828
|
}, z.core.$strip>>>;
|
|
@@ -2508,12 +2835,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2508
2835
|
title: z.ZodArray<z.ZodObject<{
|
|
2509
2836
|
locale: z.ZodEnum<{
|
|
2510
2837
|
de: "de";
|
|
2838
|
+
el: "el";
|
|
2511
2839
|
en: "en";
|
|
2512
2840
|
es: "es";
|
|
2513
2841
|
fr: "fr";
|
|
2842
|
+
hi: "hi";
|
|
2843
|
+
it: "it";
|
|
2514
2844
|
ka: "ka";
|
|
2515
2845
|
ru: "ru";
|
|
2516
2846
|
zh_cn: "zh_cn";
|
|
2847
|
+
pt: "pt";
|
|
2517
2848
|
}>;
|
|
2518
2849
|
value: z.ZodString;
|
|
2519
2850
|
}, z.core.$strip>>;
|
|
@@ -2526,12 +2857,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2526
2857
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2527
2858
|
locale: z.ZodEnum<{
|
|
2528
2859
|
de: "de";
|
|
2860
|
+
el: "el";
|
|
2529
2861
|
en: "en";
|
|
2530
2862
|
es: "es";
|
|
2531
2863
|
fr: "fr";
|
|
2864
|
+
hi: "hi";
|
|
2865
|
+
it: "it";
|
|
2532
2866
|
ka: "ka";
|
|
2533
2867
|
ru: "ru";
|
|
2534
2868
|
zh_cn: "zh_cn";
|
|
2869
|
+
pt: "pt";
|
|
2535
2870
|
}>;
|
|
2536
2871
|
value: z.ZodString;
|
|
2537
2872
|
}, z.core.$strip>>>;
|
|
@@ -2553,12 +2888,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2553
2888
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2554
2889
|
locale: z.ZodEnum<{
|
|
2555
2890
|
de: "de";
|
|
2891
|
+
el: "el";
|
|
2556
2892
|
en: "en";
|
|
2557
2893
|
es: "es";
|
|
2558
2894
|
fr: "fr";
|
|
2895
|
+
hi: "hi";
|
|
2896
|
+
it: "it";
|
|
2559
2897
|
ka: "ka";
|
|
2560
2898
|
ru: "ru";
|
|
2561
2899
|
zh_cn: "zh_cn";
|
|
2900
|
+
pt: "pt";
|
|
2562
2901
|
}>;
|
|
2563
2902
|
value: z.ZodString;
|
|
2564
2903
|
}, z.core.$strip>>>;
|
|
@@ -2568,12 +2907,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2568
2907
|
title: z.ZodArray<z.ZodObject<{
|
|
2569
2908
|
locale: z.ZodEnum<{
|
|
2570
2909
|
de: "de";
|
|
2910
|
+
el: "el";
|
|
2571
2911
|
en: "en";
|
|
2572
2912
|
es: "es";
|
|
2573
2913
|
fr: "fr";
|
|
2914
|
+
hi: "hi";
|
|
2915
|
+
it: "it";
|
|
2574
2916
|
ka: "ka";
|
|
2575
2917
|
ru: "ru";
|
|
2576
2918
|
zh_cn: "zh_cn";
|
|
2919
|
+
pt: "pt";
|
|
2577
2920
|
}>;
|
|
2578
2921
|
value: z.ZodString;
|
|
2579
2922
|
}, z.core.$strip>>;
|
|
@@ -2581,12 +2924,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2581
2924
|
street: z.ZodArray<z.ZodObject<{
|
|
2582
2925
|
locale: z.ZodEnum<{
|
|
2583
2926
|
de: "de";
|
|
2927
|
+
el: "el";
|
|
2584
2928
|
en: "en";
|
|
2585
2929
|
es: "es";
|
|
2586
2930
|
fr: "fr";
|
|
2931
|
+
hi: "hi";
|
|
2932
|
+
it: "it";
|
|
2587
2933
|
ka: "ka";
|
|
2588
2934
|
ru: "ru";
|
|
2589
2935
|
zh_cn: "zh_cn";
|
|
2936
|
+
pt: "pt";
|
|
2590
2937
|
}>;
|
|
2591
2938
|
value: z.ZodString;
|
|
2592
2939
|
}, z.core.$strip>>;
|
|
@@ -2596,12 +2943,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2596
2943
|
copyright: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2597
2944
|
locale: z.ZodEnum<{
|
|
2598
2945
|
de: "de";
|
|
2946
|
+
el: "el";
|
|
2599
2947
|
en: "en";
|
|
2600
2948
|
es: "es";
|
|
2601
2949
|
fr: "fr";
|
|
2950
|
+
hi: "hi";
|
|
2951
|
+
it: "it";
|
|
2602
2952
|
ka: "ka";
|
|
2603
2953
|
ru: "ru";
|
|
2604
2954
|
zh_cn: "zh_cn";
|
|
2955
|
+
pt: "pt";
|
|
2605
2956
|
}>;
|
|
2606
2957
|
value: z.ZodString;
|
|
2607
2958
|
}, z.core.$strip>>>;
|
|
@@ -2611,12 +2962,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2611
2962
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2612
2963
|
locale: z.ZodEnum<{
|
|
2613
2964
|
de: "de";
|
|
2965
|
+
el: "el";
|
|
2614
2966
|
en: "en";
|
|
2615
2967
|
es: "es";
|
|
2616
2968
|
fr: "fr";
|
|
2969
|
+
hi: "hi";
|
|
2970
|
+
it: "it";
|
|
2617
2971
|
ka: "ka";
|
|
2618
2972
|
ru: "ru";
|
|
2619
2973
|
zh_cn: "zh_cn";
|
|
2974
|
+
pt: "pt";
|
|
2620
2975
|
}>;
|
|
2621
2976
|
value: z.ZodString;
|
|
2622
2977
|
}, z.core.$strip>>>;
|
|
@@ -2628,12 +2983,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2628
2983
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2629
2984
|
locale: z.ZodEnum<{
|
|
2630
2985
|
de: "de";
|
|
2986
|
+
el: "el";
|
|
2631
2987
|
en: "en";
|
|
2632
2988
|
es: "es";
|
|
2633
2989
|
fr: "fr";
|
|
2990
|
+
hi: "hi";
|
|
2991
|
+
it: "it";
|
|
2634
2992
|
ka: "ka";
|
|
2635
2993
|
ru: "ru";
|
|
2636
2994
|
zh_cn: "zh_cn";
|
|
2995
|
+
pt: "pt";
|
|
2637
2996
|
}>;
|
|
2638
2997
|
value: z.ZodString;
|
|
2639
2998
|
}, z.core.$strip>>>;
|
|
@@ -2645,12 +3004,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2645
3004
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2646
3005
|
locale: z.ZodEnum<{
|
|
2647
3006
|
de: "de";
|
|
3007
|
+
el: "el";
|
|
2648
3008
|
en: "en";
|
|
2649
3009
|
es: "es";
|
|
2650
3010
|
fr: "fr";
|
|
3011
|
+
hi: "hi";
|
|
3012
|
+
it: "it";
|
|
2651
3013
|
ka: "ka";
|
|
2652
3014
|
ru: "ru";
|
|
2653
3015
|
zh_cn: "zh_cn";
|
|
3016
|
+
pt: "pt";
|
|
2654
3017
|
}>;
|
|
2655
3018
|
value: z.ZodString;
|
|
2656
3019
|
}, z.core.$strip>>>;
|
|
@@ -2818,6 +3181,59 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2818
3181
|
totalPrice: z.ZodNumber;
|
|
2819
3182
|
}, z.core.$strip>>;
|
|
2820
3183
|
}, z.core.$strip>;
|
|
3184
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3185
|
+
ok: z.ZodBoolean;
|
|
3186
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3187
|
+
type: z.ZodLiteral<"completeOrder">;
|
|
3188
|
+
result: z.ZodObject<{
|
|
3189
|
+
id: z.ZodString;
|
|
3190
|
+
status: z.ZodEnum<{
|
|
3191
|
+
draft: "draft";
|
|
3192
|
+
created: "created";
|
|
3193
|
+
ready: "ready";
|
|
3194
|
+
delivered: "delivered";
|
|
3195
|
+
}>;
|
|
3196
|
+
createdAt: z.ZodString;
|
|
3197
|
+
readyBy: z.ZodString;
|
|
3198
|
+
readyType: z.ZodEnum<{
|
|
3199
|
+
asap: "asap";
|
|
3200
|
+
scheduled: "scheduled";
|
|
3201
|
+
}>;
|
|
3202
|
+
deliveryMethod: z.ZodEnum<{
|
|
3203
|
+
deliveryByCourier: "deliveryByCourier";
|
|
3204
|
+
selfPickup: "selfPickup";
|
|
3205
|
+
}>;
|
|
3206
|
+
address: z.ZodUnion<readonly [z.ZodObject<{
|
|
3207
|
+
type: z.ZodLiteral<"deliveryAddress">;
|
|
3208
|
+
street: z.ZodString;
|
|
3209
|
+
flat: z.ZodOptional<z.ZodString>;
|
|
3210
|
+
intercom: z.ZodOptional<z.ZodString>;
|
|
3211
|
+
entrance: z.ZodOptional<z.ZodString>;
|
|
3212
|
+
floor: z.ZodOptional<z.ZodString>;
|
|
3213
|
+
addressNote: z.ZodOptional<z.ZodString>;
|
|
3214
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3215
|
+
type: z.ZodLiteral<"warehouseAddress">;
|
|
3216
|
+
id: z.ZodString;
|
|
3217
|
+
}, z.core.$strip>]>;
|
|
3218
|
+
paymentMethodId: z.ZodString;
|
|
3219
|
+
changeFrom: z.ZodOptional<z.ZodNumber>;
|
|
3220
|
+
totalPrice: z.ZodNumber;
|
|
3221
|
+
name: z.ZodString;
|
|
3222
|
+
phone: z.ZodString;
|
|
3223
|
+
note: z.ZodOptional<z.ZodString>;
|
|
3224
|
+
items: z.ZodArray<z.ZodObject<{
|
|
3225
|
+
id: z.ZodString;
|
|
3226
|
+
orderId: z.ZodString;
|
|
3227
|
+
productId: z.ZodString;
|
|
3228
|
+
productSlug: z.ZodString;
|
|
3229
|
+
categoryId: z.ZodString;
|
|
3230
|
+
categorySlug: z.ZodString;
|
|
3231
|
+
variantId: z.ZodString;
|
|
3232
|
+
quantity: z.ZodNumber;
|
|
3233
|
+
unitPrice: z.ZodNumber;
|
|
3234
|
+
totalPrice: z.ZodNumber;
|
|
3235
|
+
}, z.core.$strip>>;
|
|
3236
|
+
}, z.core.$strip>;
|
|
2821
3237
|
}, z.core.$strip>, z.ZodObject<{
|
|
2822
3238
|
ok: z.ZodBoolean;
|
|
2823
3239
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2987,12 +3403,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2987
3403
|
title: z.ZodArray<z.ZodObject<{
|
|
2988
3404
|
locale: z.ZodEnum<{
|
|
2989
3405
|
de: "de";
|
|
3406
|
+
el: "el";
|
|
2990
3407
|
en: "en";
|
|
2991
3408
|
es: "es";
|
|
2992
3409
|
fr: "fr";
|
|
3410
|
+
hi: "hi";
|
|
3411
|
+
it: "it";
|
|
2993
3412
|
ka: "ka";
|
|
2994
3413
|
ru: "ru";
|
|
2995
3414
|
zh_cn: "zh_cn";
|
|
3415
|
+
pt: "pt";
|
|
2996
3416
|
}>;
|
|
2997
3417
|
value: z.ZodString;
|
|
2998
3418
|
}, z.core.$strip>>;
|
|
@@ -3003,12 +3423,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3003
3423
|
title: z.ZodArray<z.ZodObject<{
|
|
3004
3424
|
locale: z.ZodEnum<{
|
|
3005
3425
|
de: "de";
|
|
3426
|
+
el: "el";
|
|
3006
3427
|
en: "en";
|
|
3007
3428
|
es: "es";
|
|
3008
3429
|
fr: "fr";
|
|
3430
|
+
hi: "hi";
|
|
3431
|
+
it: "it";
|
|
3009
3432
|
ka: "ka";
|
|
3010
3433
|
ru: "ru";
|
|
3011
3434
|
zh_cn: "zh_cn";
|
|
3435
|
+
pt: "pt";
|
|
3012
3436
|
}>;
|
|
3013
3437
|
value: z.ZodString;
|
|
3014
3438
|
}, z.core.$strip>>;
|
|
@@ -3019,24 +3443,32 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3019
3443
|
title: z.ZodArray<z.ZodObject<{
|
|
3020
3444
|
locale: z.ZodEnum<{
|
|
3021
3445
|
de: "de";
|
|
3446
|
+
el: "el";
|
|
3022
3447
|
en: "en";
|
|
3023
3448
|
es: "es";
|
|
3024
3449
|
fr: "fr";
|
|
3450
|
+
hi: "hi";
|
|
3451
|
+
it: "it";
|
|
3025
3452
|
ka: "ka";
|
|
3026
3453
|
ru: "ru";
|
|
3027
3454
|
zh_cn: "zh_cn";
|
|
3455
|
+
pt: "pt";
|
|
3028
3456
|
}>;
|
|
3029
3457
|
value: z.ZodString;
|
|
3030
3458
|
}, z.core.$strip>>;
|
|
3031
3459
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3032
3460
|
locale: z.ZodEnum<{
|
|
3033
3461
|
de: "de";
|
|
3462
|
+
el: "el";
|
|
3034
3463
|
en: "en";
|
|
3035
3464
|
es: "es";
|
|
3036
3465
|
fr: "fr";
|
|
3466
|
+
hi: "hi";
|
|
3467
|
+
it: "it";
|
|
3037
3468
|
ka: "ka";
|
|
3038
3469
|
ru: "ru";
|
|
3039
3470
|
zh_cn: "zh_cn";
|
|
3471
|
+
pt: "pt";
|
|
3040
3472
|
}>;
|
|
3041
3473
|
value: z.ZodString;
|
|
3042
3474
|
}, z.core.$strip>>>;
|
|
@@ -3047,12 +3479,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3047
3479
|
title: z.ZodArray<z.ZodObject<{
|
|
3048
3480
|
locale: z.ZodEnum<{
|
|
3049
3481
|
de: "de";
|
|
3482
|
+
el: "el";
|
|
3050
3483
|
en: "en";
|
|
3051
3484
|
es: "es";
|
|
3052
3485
|
fr: "fr";
|
|
3486
|
+
hi: "hi";
|
|
3487
|
+
it: "it";
|
|
3053
3488
|
ka: "ka";
|
|
3054
3489
|
ru: "ru";
|
|
3055
3490
|
zh_cn: "zh_cn";
|
|
3491
|
+
pt: "pt";
|
|
3056
3492
|
}>;
|
|
3057
3493
|
value: z.ZodString;
|
|
3058
3494
|
}, z.core.$strip>>;
|
|
@@ -3088,6 +3524,7 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3088
3524
|
}>;
|
|
3089
3525
|
weightValue: z.ZodNumber;
|
|
3090
3526
|
price: z.ZodNumber;
|
|
3527
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
3091
3528
|
sku: z.ZodNullable<z.ZodString>;
|
|
3092
3529
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
3093
3530
|
calories: z.ZodNumber;
|
|
@@ -3106,12 +3543,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3106
3543
|
title: z.ZodArray<z.ZodObject<{
|
|
3107
3544
|
locale: z.ZodEnum<{
|
|
3108
3545
|
de: "de";
|
|
3546
|
+
el: "el";
|
|
3109
3547
|
en: "en";
|
|
3110
3548
|
es: "es";
|
|
3111
3549
|
fr: "fr";
|
|
3550
|
+
hi: "hi";
|
|
3551
|
+
it: "it";
|
|
3112
3552
|
ka: "ka";
|
|
3113
3553
|
ru: "ru";
|
|
3114
3554
|
zh_cn: "zh_cn";
|
|
3555
|
+
pt: "pt";
|
|
3115
3556
|
}>;
|
|
3116
3557
|
value: z.ZodString;
|
|
3117
3558
|
}, z.core.$strip>>;
|
|
@@ -3122,12 +3563,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3122
3563
|
title: z.ZodArray<z.ZodObject<{
|
|
3123
3564
|
locale: z.ZodEnum<{
|
|
3124
3565
|
de: "de";
|
|
3566
|
+
el: "el";
|
|
3125
3567
|
en: "en";
|
|
3126
3568
|
es: "es";
|
|
3127
3569
|
fr: "fr";
|
|
3570
|
+
hi: "hi";
|
|
3571
|
+
it: "it";
|
|
3128
3572
|
ka: "ka";
|
|
3129
3573
|
ru: "ru";
|
|
3130
3574
|
zh_cn: "zh_cn";
|
|
3575
|
+
pt: "pt";
|
|
3131
3576
|
}>;
|
|
3132
3577
|
value: z.ZodString;
|
|
3133
3578
|
}, z.core.$strip>>;
|
|
@@ -3325,12 +3770,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3325
3770
|
title: z.ZodArray<z.ZodObject<{
|
|
3326
3771
|
locale: z.ZodEnum<{
|
|
3327
3772
|
de: "de";
|
|
3773
|
+
el: "el";
|
|
3328
3774
|
en: "en";
|
|
3329
3775
|
es: "es";
|
|
3330
3776
|
fr: "fr";
|
|
3777
|
+
hi: "hi";
|
|
3778
|
+
it: "it";
|
|
3331
3779
|
ka: "ka";
|
|
3332
3780
|
ru: "ru";
|
|
3333
3781
|
zh_cn: "zh_cn";
|
|
3782
|
+
pt: "pt";
|
|
3334
3783
|
}>;
|
|
3335
3784
|
value: z.ZodString;
|
|
3336
3785
|
}, z.core.$strip>>;
|
|
@@ -3341,24 +3790,32 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3341
3790
|
title: z.ZodArray<z.ZodObject<{
|
|
3342
3791
|
locale: z.ZodEnum<{
|
|
3343
3792
|
de: "de";
|
|
3793
|
+
el: "el";
|
|
3344
3794
|
en: "en";
|
|
3345
3795
|
es: "es";
|
|
3346
3796
|
fr: "fr";
|
|
3797
|
+
hi: "hi";
|
|
3798
|
+
it: "it";
|
|
3347
3799
|
ka: "ka";
|
|
3348
3800
|
ru: "ru";
|
|
3349
3801
|
zh_cn: "zh_cn";
|
|
3802
|
+
pt: "pt";
|
|
3350
3803
|
}>;
|
|
3351
3804
|
value: z.ZodString;
|
|
3352
3805
|
}, z.core.$strip>>;
|
|
3353
3806
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3354
3807
|
locale: z.ZodEnum<{
|
|
3355
3808
|
de: "de";
|
|
3809
|
+
el: "el";
|
|
3356
3810
|
en: "en";
|
|
3357
3811
|
es: "es";
|
|
3358
3812
|
fr: "fr";
|
|
3813
|
+
hi: "hi";
|
|
3814
|
+
it: "it";
|
|
3359
3815
|
ka: "ka";
|
|
3360
3816
|
ru: "ru";
|
|
3361
3817
|
zh_cn: "zh_cn";
|
|
3818
|
+
pt: "pt";
|
|
3362
3819
|
}>;
|
|
3363
3820
|
value: z.ZodString;
|
|
3364
3821
|
}, z.core.$strip>>>;
|
|
@@ -3369,12 +3826,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3369
3826
|
title: z.ZodArray<z.ZodObject<{
|
|
3370
3827
|
locale: z.ZodEnum<{
|
|
3371
3828
|
de: "de";
|
|
3829
|
+
el: "el";
|
|
3372
3830
|
en: "en";
|
|
3373
3831
|
es: "es";
|
|
3374
3832
|
fr: "fr";
|
|
3833
|
+
hi: "hi";
|
|
3834
|
+
it: "it";
|
|
3375
3835
|
ka: "ka";
|
|
3376
3836
|
ru: "ru";
|
|
3377
3837
|
zh_cn: "zh_cn";
|
|
3838
|
+
pt: "pt";
|
|
3378
3839
|
}>;
|
|
3379
3840
|
value: z.ZodString;
|
|
3380
3841
|
}, z.core.$strip>>;
|
|
@@ -3410,6 +3871,7 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3410
3871
|
}>;
|
|
3411
3872
|
weightValue: z.ZodNumber;
|
|
3412
3873
|
price: z.ZodNumber;
|
|
3874
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
3413
3875
|
sku: z.ZodNullable<z.ZodString>;
|
|
3414
3876
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
3415
3877
|
calories: z.ZodNumber;
|
|
@@ -3428,12 +3890,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3428
3890
|
title: z.ZodArray<z.ZodObject<{
|
|
3429
3891
|
locale: z.ZodEnum<{
|
|
3430
3892
|
de: "de";
|
|
3893
|
+
el: "el";
|
|
3431
3894
|
en: "en";
|
|
3432
3895
|
es: "es";
|
|
3433
3896
|
fr: "fr";
|
|
3897
|
+
hi: "hi";
|
|
3898
|
+
it: "it";
|
|
3434
3899
|
ka: "ka";
|
|
3435
3900
|
ru: "ru";
|
|
3436
3901
|
zh_cn: "zh_cn";
|
|
3902
|
+
pt: "pt";
|
|
3437
3903
|
}>;
|
|
3438
3904
|
value: z.ZodString;
|
|
3439
3905
|
}, z.core.$strip>>;
|
|
@@ -3444,12 +3910,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3444
3910
|
title: z.ZodArray<z.ZodObject<{
|
|
3445
3911
|
locale: z.ZodEnum<{
|
|
3446
3912
|
de: "de";
|
|
3913
|
+
el: "el";
|
|
3447
3914
|
en: "en";
|
|
3448
3915
|
es: "es";
|
|
3449
3916
|
fr: "fr";
|
|
3917
|
+
hi: "hi";
|
|
3918
|
+
it: "it";
|
|
3450
3919
|
ka: "ka";
|
|
3451
3920
|
ru: "ru";
|
|
3452
3921
|
zh_cn: "zh_cn";
|
|
3922
|
+
pt: "pt";
|
|
3453
3923
|
}>;
|
|
3454
3924
|
value: z.ZodString;
|
|
3455
3925
|
}, z.core.$strip>>;
|
|
@@ -3468,12 +3938,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3468
3938
|
title: z.ZodArray<z.ZodObject<{
|
|
3469
3939
|
locale: z.ZodEnum<{
|
|
3470
3940
|
de: "de";
|
|
3941
|
+
el: "el";
|
|
3471
3942
|
en: "en";
|
|
3472
3943
|
es: "es";
|
|
3473
3944
|
fr: "fr";
|
|
3945
|
+
hi: "hi";
|
|
3946
|
+
it: "it";
|
|
3474
3947
|
ka: "ka";
|
|
3475
3948
|
ru: "ru";
|
|
3476
3949
|
zh_cn: "zh_cn";
|
|
3950
|
+
pt: "pt";
|
|
3477
3951
|
}>;
|
|
3478
3952
|
value: z.ZodString;
|
|
3479
3953
|
}, z.core.$strip>>;
|
|
@@ -3484,12 +3958,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3484
3958
|
title: z.ZodArray<z.ZodObject<{
|
|
3485
3959
|
locale: z.ZodEnum<{
|
|
3486
3960
|
de: "de";
|
|
3961
|
+
el: "el";
|
|
3487
3962
|
en: "en";
|
|
3488
3963
|
es: "es";
|
|
3489
3964
|
fr: "fr";
|
|
3965
|
+
hi: "hi";
|
|
3966
|
+
it: "it";
|
|
3490
3967
|
ka: "ka";
|
|
3491
3968
|
ru: "ru";
|
|
3492
3969
|
zh_cn: "zh_cn";
|
|
3970
|
+
pt: "pt";
|
|
3493
3971
|
}>;
|
|
3494
3972
|
value: z.ZodString;
|
|
3495
3973
|
}, z.core.$strip>>;
|
|
@@ -3500,24 +3978,32 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3500
3978
|
title: z.ZodArray<z.ZodObject<{
|
|
3501
3979
|
locale: z.ZodEnum<{
|
|
3502
3980
|
de: "de";
|
|
3981
|
+
el: "el";
|
|
3503
3982
|
en: "en";
|
|
3504
3983
|
es: "es";
|
|
3505
3984
|
fr: "fr";
|
|
3985
|
+
hi: "hi";
|
|
3986
|
+
it: "it";
|
|
3506
3987
|
ka: "ka";
|
|
3507
3988
|
ru: "ru";
|
|
3508
3989
|
zh_cn: "zh_cn";
|
|
3990
|
+
pt: "pt";
|
|
3509
3991
|
}>;
|
|
3510
3992
|
value: z.ZodString;
|
|
3511
3993
|
}, z.core.$strip>>;
|
|
3512
3994
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3513
3995
|
locale: z.ZodEnum<{
|
|
3514
3996
|
de: "de";
|
|
3997
|
+
el: "el";
|
|
3515
3998
|
en: "en";
|
|
3516
3999
|
es: "es";
|
|
3517
4000
|
fr: "fr";
|
|
4001
|
+
hi: "hi";
|
|
4002
|
+
it: "it";
|
|
3518
4003
|
ka: "ka";
|
|
3519
4004
|
ru: "ru";
|
|
3520
4005
|
zh_cn: "zh_cn";
|
|
4006
|
+
pt: "pt";
|
|
3521
4007
|
}>;
|
|
3522
4008
|
value: z.ZodString;
|
|
3523
4009
|
}, z.core.$strip>>>;
|
|
@@ -3528,12 +4014,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3528
4014
|
title: z.ZodArray<z.ZodObject<{
|
|
3529
4015
|
locale: z.ZodEnum<{
|
|
3530
4016
|
de: "de";
|
|
4017
|
+
el: "el";
|
|
3531
4018
|
en: "en";
|
|
3532
4019
|
es: "es";
|
|
3533
4020
|
fr: "fr";
|
|
4021
|
+
hi: "hi";
|
|
4022
|
+
it: "it";
|
|
3534
4023
|
ka: "ka";
|
|
3535
4024
|
ru: "ru";
|
|
3536
4025
|
zh_cn: "zh_cn";
|
|
4026
|
+
pt: "pt";
|
|
3537
4027
|
}>;
|
|
3538
4028
|
value: z.ZodString;
|
|
3539
4029
|
}, z.core.$strip>>;
|
|
@@ -3569,6 +4059,7 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3569
4059
|
}>;
|
|
3570
4060
|
weightValue: z.ZodNumber;
|
|
3571
4061
|
price: z.ZodNumber;
|
|
4062
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
3572
4063
|
sku: z.ZodNullable<z.ZodString>;
|
|
3573
4064
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
3574
4065
|
calories: z.ZodNumber;
|
|
@@ -3587,12 +4078,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3587
4078
|
title: z.ZodArray<z.ZodObject<{
|
|
3588
4079
|
locale: z.ZodEnum<{
|
|
3589
4080
|
de: "de";
|
|
4081
|
+
el: "el";
|
|
3590
4082
|
en: "en";
|
|
3591
4083
|
es: "es";
|
|
3592
4084
|
fr: "fr";
|
|
4085
|
+
hi: "hi";
|
|
4086
|
+
it: "it";
|
|
3593
4087
|
ka: "ka";
|
|
3594
4088
|
ru: "ru";
|
|
3595
4089
|
zh_cn: "zh_cn";
|
|
4090
|
+
pt: "pt";
|
|
3596
4091
|
}>;
|
|
3597
4092
|
value: z.ZodString;
|
|
3598
4093
|
}, z.core.$strip>>;
|
|
@@ -3603,12 +4098,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3603
4098
|
title: z.ZodArray<z.ZodObject<{
|
|
3604
4099
|
locale: z.ZodEnum<{
|
|
3605
4100
|
de: "de";
|
|
4101
|
+
el: "el";
|
|
3606
4102
|
en: "en";
|
|
3607
4103
|
es: "es";
|
|
3608
4104
|
fr: "fr";
|
|
4105
|
+
hi: "hi";
|
|
4106
|
+
it: "it";
|
|
3609
4107
|
ka: "ka";
|
|
3610
4108
|
ru: "ru";
|
|
3611
4109
|
zh_cn: "zh_cn";
|
|
4110
|
+
pt: "pt";
|
|
3612
4111
|
}>;
|
|
3613
4112
|
value: z.ZodString;
|
|
3614
4113
|
}, z.core.$strip>>;
|
|
@@ -3627,45 +4126,61 @@ declare const OptionsSchema: z.ZodObject<{
|
|
|
3627
4126
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
3628
4127
|
locale: z.ZodEnum<{
|
|
3629
4128
|
de: "de";
|
|
4129
|
+
el: "el";
|
|
3630
4130
|
en: "en";
|
|
3631
4131
|
es: "es";
|
|
3632
4132
|
fr: "fr";
|
|
4133
|
+
hi: "hi";
|
|
4134
|
+
it: "it";
|
|
3633
4135
|
ka: "ka";
|
|
3634
4136
|
ru: "ru";
|
|
3635
4137
|
zh_cn: "zh_cn";
|
|
4138
|
+
pt: "pt";
|
|
3636
4139
|
}>;
|
|
3637
4140
|
value: z.ZodString;
|
|
3638
4141
|
}, z.core.$strip>>;
|
|
3639
4142
|
selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3640
4143
|
locale: z.ZodEnum<{
|
|
3641
4144
|
de: "de";
|
|
4145
|
+
el: "el";
|
|
3642
4146
|
en: "en";
|
|
3643
4147
|
es: "es";
|
|
3644
4148
|
fr: "fr";
|
|
4149
|
+
hi: "hi";
|
|
4150
|
+
it: "it";
|
|
3645
4151
|
ka: "ka";
|
|
3646
4152
|
ru: "ru";
|
|
3647
4153
|
zh_cn: "zh_cn";
|
|
4154
|
+
pt: "pt";
|
|
3648
4155
|
}>;
|
|
3649
4156
|
value: z.ZodString;
|
|
3650
4157
|
}, z.core.$strip>>>;
|
|
3651
4158
|
logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3652
4159
|
availableLocales: z.ZodArray<z.ZodEnum<{
|
|
3653
4160
|
de: "de";
|
|
4161
|
+
el: "el";
|
|
3654
4162
|
en: "en";
|
|
3655
4163
|
es: "es";
|
|
3656
4164
|
fr: "fr";
|
|
4165
|
+
hi: "hi";
|
|
4166
|
+
it: "it";
|
|
3657
4167
|
ka: "ka";
|
|
3658
4168
|
ru: "ru";
|
|
3659
4169
|
zh_cn: "zh_cn";
|
|
4170
|
+
pt: "pt";
|
|
3660
4171
|
}>>;
|
|
3661
4172
|
defaultLocale: z.ZodEnum<{
|
|
3662
4173
|
de: "de";
|
|
4174
|
+
el: "el";
|
|
3663
4175
|
en: "en";
|
|
3664
4176
|
es: "es";
|
|
3665
4177
|
fr: "fr";
|
|
4178
|
+
hi: "hi";
|
|
4179
|
+
it: "it";
|
|
3666
4180
|
ka: "ka";
|
|
3667
4181
|
ru: "ru";
|
|
3668
4182
|
zh_cn: "zh_cn";
|
|
4183
|
+
pt: "pt";
|
|
3669
4184
|
}>;
|
|
3670
4185
|
countryCode: z.ZodEnum<{
|
|
3671
4186
|
RU: "RU";
|
|
@@ -3925,6 +4440,7 @@ declare const OptionsSchema: z.ZodObject<{
|
|
|
3925
4440
|
KZT: "KZT";
|
|
3926
4441
|
PLN: "PLN";
|
|
3927
4442
|
TRY: "TRY";
|
|
4443
|
+
INR: "INR";
|
|
3928
4444
|
}>;
|
|
3929
4445
|
headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3930
4446
|
rel: z.ZodOptional<z.ZodString>;
|
|
@@ -4057,12 +4573,16 @@ declare const PaymentMethodSchema: z.ZodObject<{
|
|
|
4057
4573
|
title: z.ZodArray<z.ZodObject<{
|
|
4058
4574
|
locale: z.ZodEnum<{
|
|
4059
4575
|
de: "de";
|
|
4576
|
+
el: "el";
|
|
4060
4577
|
en: "en";
|
|
4061
4578
|
es: "es";
|
|
4062
4579
|
fr: "fr";
|
|
4580
|
+
hi: "hi";
|
|
4581
|
+
it: "it";
|
|
4063
4582
|
ka: "ka";
|
|
4064
4583
|
ru: "ru";
|
|
4065
4584
|
zh_cn: "zh_cn";
|
|
4585
|
+
pt: "pt";
|
|
4066
4586
|
}>;
|
|
4067
4587
|
value: z.ZodString;
|
|
4068
4588
|
}, z.core.$strip>>;
|
|
@@ -4086,12 +4606,16 @@ declare const ProductBadgeSchema: z.ZodObject<{
|
|
|
4086
4606
|
title: z.ZodArray<z.ZodObject<{
|
|
4087
4607
|
locale: z.ZodEnum<{
|
|
4088
4608
|
de: "de";
|
|
4609
|
+
el: "el";
|
|
4089
4610
|
en: "en";
|
|
4090
4611
|
es: "es";
|
|
4091
4612
|
fr: "fr";
|
|
4613
|
+
hi: "hi";
|
|
4614
|
+
it: "it";
|
|
4092
4615
|
ka: "ka";
|
|
4093
4616
|
ru: "ru";
|
|
4094
4617
|
zh_cn: "zh_cn";
|
|
4618
|
+
pt: "pt";
|
|
4095
4619
|
}>;
|
|
4096
4620
|
value: z.ZodString;
|
|
4097
4621
|
}, z.core.$strip>>;
|
|
@@ -4102,12 +4626,16 @@ declare const ProductVariantSchema: z.ZodObject<{
|
|
|
4102
4626
|
title: z.ZodArray<z.ZodObject<{
|
|
4103
4627
|
locale: z.ZodEnum<{
|
|
4104
4628
|
de: "de";
|
|
4629
|
+
el: "el";
|
|
4105
4630
|
en: "en";
|
|
4106
4631
|
es: "es";
|
|
4107
4632
|
fr: "fr";
|
|
4633
|
+
hi: "hi";
|
|
4634
|
+
it: "it";
|
|
4108
4635
|
ka: "ka";
|
|
4109
4636
|
ru: "ru";
|
|
4110
4637
|
zh_cn: "zh_cn";
|
|
4638
|
+
pt: "pt";
|
|
4111
4639
|
}>;
|
|
4112
4640
|
value: z.ZodString;
|
|
4113
4641
|
}, z.core.$strip>>;
|
|
@@ -4143,6 +4671,7 @@ declare const ProductVariantSchema: z.ZodObject<{
|
|
|
4143
4671
|
}>;
|
|
4144
4672
|
weightValue: z.ZodNumber;
|
|
4145
4673
|
price: z.ZodNumber;
|
|
4674
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
4146
4675
|
sku: z.ZodNullable<z.ZodString>;
|
|
4147
4676
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
4148
4677
|
calories: z.ZodNumber;
|
|
@@ -4162,12 +4691,16 @@ declare const CompositionIngredientSchema: z.ZodObject<{
|
|
|
4162
4691
|
title: z.ZodArray<z.ZodObject<{
|
|
4163
4692
|
locale: z.ZodEnum<{
|
|
4164
4693
|
de: "de";
|
|
4694
|
+
el: "el";
|
|
4165
4695
|
en: "en";
|
|
4166
4696
|
es: "es";
|
|
4167
4697
|
fr: "fr";
|
|
4698
|
+
hi: "hi";
|
|
4699
|
+
it: "it";
|
|
4168
4700
|
ka: "ka";
|
|
4169
4701
|
ru: "ru";
|
|
4170
4702
|
zh_cn: "zh_cn";
|
|
4703
|
+
pt: "pt";
|
|
4171
4704
|
}>;
|
|
4172
4705
|
value: z.ZodString;
|
|
4173
4706
|
}, z.core.$strip>>;
|
|
@@ -4189,12 +4722,16 @@ declare const ProductCompositionSchema: z.ZodObject<{
|
|
|
4189
4722
|
title: z.ZodArray<z.ZodObject<{
|
|
4190
4723
|
locale: z.ZodEnum<{
|
|
4191
4724
|
de: "de";
|
|
4725
|
+
el: "el";
|
|
4192
4726
|
en: "en";
|
|
4193
4727
|
es: "es";
|
|
4194
4728
|
fr: "fr";
|
|
4729
|
+
hi: "hi";
|
|
4730
|
+
it: "it";
|
|
4195
4731
|
ka: "ka";
|
|
4196
4732
|
ru: "ru";
|
|
4197
4733
|
zh_cn: "zh_cn";
|
|
4734
|
+
pt: "pt";
|
|
4198
4735
|
}>;
|
|
4199
4736
|
value: z.ZodString;
|
|
4200
4737
|
}, z.core.$strip>>;
|
|
@@ -4207,24 +4744,32 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4207
4744
|
title: z.ZodArray<z.ZodObject<{
|
|
4208
4745
|
locale: z.ZodEnum<{
|
|
4209
4746
|
de: "de";
|
|
4747
|
+
el: "el";
|
|
4210
4748
|
en: "en";
|
|
4211
4749
|
es: "es";
|
|
4212
4750
|
fr: "fr";
|
|
4751
|
+
hi: "hi";
|
|
4752
|
+
it: "it";
|
|
4213
4753
|
ka: "ka";
|
|
4214
4754
|
ru: "ru";
|
|
4215
4755
|
zh_cn: "zh_cn";
|
|
4756
|
+
pt: "pt";
|
|
4216
4757
|
}>;
|
|
4217
4758
|
value: z.ZodString;
|
|
4218
4759
|
}, z.core.$strip>>;
|
|
4219
4760
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4220
4761
|
locale: z.ZodEnum<{
|
|
4221
4762
|
de: "de";
|
|
4763
|
+
el: "el";
|
|
4222
4764
|
en: "en";
|
|
4223
4765
|
es: "es";
|
|
4224
4766
|
fr: "fr";
|
|
4767
|
+
hi: "hi";
|
|
4768
|
+
it: "it";
|
|
4225
4769
|
ka: "ka";
|
|
4226
4770
|
ru: "ru";
|
|
4227
4771
|
zh_cn: "zh_cn";
|
|
4772
|
+
pt: "pt";
|
|
4228
4773
|
}>;
|
|
4229
4774
|
value: z.ZodString;
|
|
4230
4775
|
}, z.core.$strip>>>;
|
|
@@ -4235,12 +4780,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4235
4780
|
title: z.ZodArray<z.ZodObject<{
|
|
4236
4781
|
locale: z.ZodEnum<{
|
|
4237
4782
|
de: "de";
|
|
4783
|
+
el: "el";
|
|
4238
4784
|
en: "en";
|
|
4239
4785
|
es: "es";
|
|
4240
4786
|
fr: "fr";
|
|
4787
|
+
hi: "hi";
|
|
4788
|
+
it: "it";
|
|
4241
4789
|
ka: "ka";
|
|
4242
4790
|
ru: "ru";
|
|
4243
4791
|
zh_cn: "zh_cn";
|
|
4792
|
+
pt: "pt";
|
|
4244
4793
|
}>;
|
|
4245
4794
|
value: z.ZodString;
|
|
4246
4795
|
}, z.core.$strip>>;
|
|
@@ -4276,6 +4825,7 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4276
4825
|
}>;
|
|
4277
4826
|
weightValue: z.ZodNumber;
|
|
4278
4827
|
price: z.ZodNumber;
|
|
4828
|
+
originalPrice: z.ZodOptional<z.ZodNumber>;
|
|
4279
4829
|
sku: z.ZodNullable<z.ZodString>;
|
|
4280
4830
|
nutritionFacts: z.ZodNullable<z.ZodObject<{
|
|
4281
4831
|
calories: z.ZodNumber;
|
|
@@ -4294,12 +4844,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4294
4844
|
title: z.ZodArray<z.ZodObject<{
|
|
4295
4845
|
locale: z.ZodEnum<{
|
|
4296
4846
|
de: "de";
|
|
4847
|
+
el: "el";
|
|
4297
4848
|
en: "en";
|
|
4298
4849
|
es: "es";
|
|
4299
4850
|
fr: "fr";
|
|
4851
|
+
hi: "hi";
|
|
4852
|
+
it: "it";
|
|
4300
4853
|
ka: "ka";
|
|
4301
4854
|
ru: "ru";
|
|
4302
4855
|
zh_cn: "zh_cn";
|
|
4856
|
+
pt: "pt";
|
|
4303
4857
|
}>;
|
|
4304
4858
|
value: z.ZodString;
|
|
4305
4859
|
}, z.core.$strip>>;
|
|
@@ -4310,12 +4864,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4310
4864
|
title: z.ZodArray<z.ZodObject<{
|
|
4311
4865
|
locale: z.ZodEnum<{
|
|
4312
4866
|
de: "de";
|
|
4867
|
+
el: "el";
|
|
4313
4868
|
en: "en";
|
|
4314
4869
|
es: "es";
|
|
4315
4870
|
fr: "fr";
|
|
4871
|
+
hi: "hi";
|
|
4872
|
+
it: "it";
|
|
4316
4873
|
ka: "ka";
|
|
4317
4874
|
ru: "ru";
|
|
4318
4875
|
zh_cn: "zh_cn";
|
|
4876
|
+
pt: "pt";
|
|
4319
4877
|
}>;
|
|
4320
4878
|
value: z.ZodString;
|
|
4321
4879
|
}, z.core.$strip>>;
|
|
@@ -4392,12 +4950,16 @@ declare const DayScheduleSchema: z.ZodObject<{
|
|
|
4392
4950
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4393
4951
|
locale: z.ZodEnum<{
|
|
4394
4952
|
de: "de";
|
|
4953
|
+
el: "el";
|
|
4395
4954
|
en: "en";
|
|
4396
4955
|
es: "es";
|
|
4397
4956
|
fr: "fr";
|
|
4957
|
+
hi: "hi";
|
|
4958
|
+
it: "it";
|
|
4398
4959
|
ka: "ka";
|
|
4399
4960
|
ru: "ru";
|
|
4400
4961
|
zh_cn: "zh_cn";
|
|
4962
|
+
pt: "pt";
|
|
4401
4963
|
}>;
|
|
4402
4964
|
value: z.ZodString;
|
|
4403
4965
|
}, z.core.$strip>>>;
|
|
@@ -4421,12 +4983,16 @@ declare const ScheduleSchema: z.ZodArray<z.ZodObject<{
|
|
|
4421
4983
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4422
4984
|
locale: z.ZodEnum<{
|
|
4423
4985
|
de: "de";
|
|
4986
|
+
el: "el";
|
|
4424
4987
|
en: "en";
|
|
4425
4988
|
es: "es";
|
|
4426
4989
|
fr: "fr";
|
|
4990
|
+
hi: "hi";
|
|
4991
|
+
it: "it";
|
|
4427
4992
|
ka: "ka";
|
|
4428
4993
|
ru: "ru";
|
|
4429
4994
|
zh_cn: "zh_cn";
|
|
4995
|
+
pt: "pt";
|
|
4430
4996
|
}>;
|
|
4431
4997
|
value: z.ZodString;
|
|
4432
4998
|
}, z.core.$strip>>>;
|
|
@@ -4526,12 +5092,16 @@ declare const WarehouseAddressSchema: z.ZodObject<{
|
|
|
4526
5092
|
street: z.ZodArray<z.ZodObject<{
|
|
4527
5093
|
locale: z.ZodEnum<{
|
|
4528
5094
|
de: "de";
|
|
5095
|
+
el: "el";
|
|
4529
5096
|
en: "en";
|
|
4530
5097
|
es: "es";
|
|
4531
5098
|
fr: "fr";
|
|
5099
|
+
hi: "hi";
|
|
5100
|
+
it: "it";
|
|
4532
5101
|
ka: "ka";
|
|
4533
5102
|
ru: "ru";
|
|
4534
5103
|
zh_cn: "zh_cn";
|
|
5104
|
+
pt: "pt";
|
|
4535
5105
|
}>;
|
|
4536
5106
|
value: z.ZodString;
|
|
4537
5107
|
}, z.core.$strip>>;
|
|
@@ -4542,12 +5112,16 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4542
5112
|
title: z.ZodArray<z.ZodObject<{
|
|
4543
5113
|
locale: z.ZodEnum<{
|
|
4544
5114
|
de: "de";
|
|
5115
|
+
el: "el";
|
|
4545
5116
|
en: "en";
|
|
4546
5117
|
es: "es";
|
|
4547
5118
|
fr: "fr";
|
|
5119
|
+
hi: "hi";
|
|
5120
|
+
it: "it";
|
|
4548
5121
|
ka: "ka";
|
|
4549
5122
|
ru: "ru";
|
|
4550
5123
|
zh_cn: "zh_cn";
|
|
5124
|
+
pt: "pt";
|
|
4551
5125
|
}>;
|
|
4552
5126
|
value: z.ZodString;
|
|
4553
5127
|
}, z.core.$strip>>;
|
|
@@ -4555,12 +5129,16 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4555
5129
|
street: z.ZodArray<z.ZodObject<{
|
|
4556
5130
|
locale: z.ZodEnum<{
|
|
4557
5131
|
de: "de";
|
|
5132
|
+
el: "el";
|
|
4558
5133
|
en: "en";
|
|
4559
5134
|
es: "es";
|
|
4560
5135
|
fr: "fr";
|
|
5136
|
+
hi: "hi";
|
|
5137
|
+
it: "it";
|
|
4561
5138
|
ka: "ka";
|
|
4562
5139
|
ru: "ru";
|
|
4563
5140
|
zh_cn: "zh_cn";
|
|
5141
|
+
pt: "pt";
|
|
4564
5142
|
}>;
|
|
4565
5143
|
value: z.ZodString;
|
|
4566
5144
|
}, z.core.$strip>>;
|
|
@@ -4568,5 +5146,5 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4568
5146
|
}, z.core.$strip>;
|
|
4569
5147
|
type Warehouse = z.infer<typeof WarehouseSchema>;
|
|
4570
5148
|
|
|
4571
|
-
export { BaseResponseSchema, ChannelSchema, CompositionIngredientSchema, CompositionProductSchema, CountryCodeSchema, CurrencyCodeSchema, DeliveryMethodSchema, GatewayActionTypeSchema, GatewayAddOrderItemRequestSchema, GatewayAddOrderItemResponseSchema, GatewayCreateOrderRequestSchema, GatewayCreateOrderResponseSchema, GatewayDecrementOrderItemQuantityRequestSchema, GatewayDecrementOrderItemQuantityResponseSchema, GatewayGetChannelsRequestSchema, GatewayGetChannelsResponseSchema, GatewayGetDeliveryByCourierStatusRequestSchema, GatewayGetDeliveryByCourierStatusResponseSchema, GatewayGetMenuRequestSchema, GatewayGetMenuResponseSchema, GatewayGetOptionsRequestSchema, GatewayGetOptionsResponseSchema, GatewayGetOrderRequestSchema, GatewayGetOrderResponseSchema, GatewayGetSelfPickupStatusRequestSchema, GatewayGetSelfPickupStatusResponseSchema, GatewayGetTimeSlotsRequestSchema, GatewayGetTimeSlotsResponseSchema, GatewayIncrementOrderItemQuantityRequestSchema, GatewayIncrementOrderItemQuantityResponseSchema, GatewayRequestSchema, GatewayResponseSchema, GatewayUpdateOrderRequestSchema, GatewayUpdateOrderResponseSchema, ImageFormatSchema, ImageSchema, ImageSizeSchema, LocaleSchema, LocaleValueSchema, MenuCategorySchema, MenuSchema, NutritionFactsSchema, OpeningStatusSchema, OptionsSchema, OrderDeliveryAddressSchema, OrderItemChangeSchema, OrderItemSchema, OrderSchema, OrderStatusSchema, OrderWarehouseAddressSchema, PaymentMethodSchema, PaymentMethodTypeSchema, ProductBadgeSchema, ProductCompositionSchema, ProductSchema, ProductVariantSchema, RecommendedProductSchema, ScheduleSchema, TimePeriodSchema, TimeSchema, TimeTypeSchema, TimeZoneSchema, VideoSchema, VideoTypeSchema, WarehouseAddressSchema, WarehouseSchema, WeekDaySchema, WeightUnitSchema };
|
|
4572
|
-
export type { Channel, CompositionIngredient, CompositionProductItem, CountryCode, CurrencyCode, DaySchedule, DeliveryMethod, GatewayActionType, GatewayAddOrderItemRequest, GatewayAddOrderItemResponse, GatewayCreateOrderRequest, GatewayCreateOrderResponse, GatewayDecrementOrderItemQuantityRequest, GatewayDecrementOrderItemQuantityResponse, GatewayGetChannelsRequest, GatewayGetChannelsResponse, GatewayGetDeliveryByCourierStatusRequest, GatewayGetDeliveryByCourierStatusResponse, GatewayGetMenuRequest, GatewayGetMenuResponse, GatewayGetOptionsRequest, GatewayGetOptionsResponse, GatewayGetOrderRequest, GatewayGetOrderResponse, GatewayGetSelfPickupStatusRequest, GatewayGetSelfPickupStatusResponse, GatewayGetTimeSlotsRequest, GatewayGetTimeSlotsResponse, GatewayIncrementOrderItemQuantityRequest, GatewayIncrementOrderItemQuantityResponse, GatewayRequest, GatewayResponse, GatewayUpdateOrderRequest, GatewayUpdateOrderResponse, Image, ImageFormat, ImageSize, Locale, LocaleValue, Menu, MenuCategory, NextOpening, NutritionFacts, OpeningStatus, Options, Order, OrderDeliveryAddress, OrderItem, OrderItemChange, OrderStatus, OrderWarehouseAddress, PaymentMethod, PaymentMethodType, Product, ProductBadge, ProductComposition, ProductVariant, RecommendedProduct, Schedule, TimePeriod, TimeType, TimeZone, Video, VideoType, Warehouse, WarehouseAddress, WeekDay, WeightUnit };
|
|
5149
|
+
export { BaseResponseSchema, ChannelSchema, CompositionIngredientSchema, CompositionProductSchema, CountryCodeSchema, CurrencyCodeSchema, DeliveryMethodSchema, GatewayActionTypeSchema, GatewayAddOrderItemRequestSchema, GatewayAddOrderItemResponseSchema, GatewayCompleteOrderRequestSchema, GatewayCompleteOrderResponseSchema, GatewayCreateOrderRequestSchema, GatewayCreateOrderResponseSchema, GatewayDecrementOrderItemQuantityRequestSchema, GatewayDecrementOrderItemQuantityResponseSchema, GatewayGetChannelsRequestSchema, GatewayGetChannelsResponseSchema, GatewayGetDeliveryByCourierStatusRequestSchema, GatewayGetDeliveryByCourierStatusResponseSchema, GatewayGetMenuRequestSchema, GatewayGetMenuResponseSchema, GatewayGetOptionsRequestSchema, GatewayGetOptionsResponseSchema, GatewayGetOrderRequestSchema, GatewayGetOrderResponseSchema, GatewayGetSelfPickupStatusRequestSchema, GatewayGetSelfPickupStatusResponseSchema, GatewayGetTimeSlotsRequestSchema, GatewayGetTimeSlotsResponseSchema, GatewayIncrementOrderItemQuantityRequestSchema, GatewayIncrementOrderItemQuantityResponseSchema, GatewayRequestSchema, GatewayResponseSchema, GatewayUpdateOrderRequestSchema, GatewayUpdateOrderResponseSchema, ImageFormatSchema, ImageSchema, ImageSizeSchema, LocaleSchema, LocaleValueSchema, MenuCategorySchema, MenuSchema, NutritionFactsSchema, OpeningStatusSchema, OptionsSchema, OrderDeliveryAddressSchema, OrderItemChangeSchema, OrderItemSchema, OrderSchema, OrderStatusSchema, OrderWarehouseAddressSchema, PaymentMethodSchema, PaymentMethodTypeSchema, ProductBadgeSchema, ProductCompositionSchema, ProductSchema, ProductVariantSchema, RecommendedProductSchema, ScheduleSchema, TimePeriodSchema, TimeSchema, TimeTypeSchema, TimeZoneSchema, VideoSchema, VideoTypeSchema, WarehouseAddressSchema, WarehouseSchema, WeekDaySchema, WeightUnitSchema };
|
|
5150
|
+
export type { Channel, CompositionIngredient, CompositionProductItem, CountryCode, CurrencyCode, DaySchedule, DeliveryMethod, GatewayActionType, GatewayAddOrderItemRequest, GatewayAddOrderItemResponse, GatewayCompleteOrderRequest, GatewayCompleteOrderResponse, GatewayCreateOrderRequest, GatewayCreateOrderResponse, GatewayDecrementOrderItemQuantityRequest, GatewayDecrementOrderItemQuantityResponse, GatewayGetChannelsRequest, GatewayGetChannelsResponse, GatewayGetDeliveryByCourierStatusRequest, GatewayGetDeliveryByCourierStatusResponse, GatewayGetMenuRequest, GatewayGetMenuResponse, GatewayGetOptionsRequest, GatewayGetOptionsResponse, GatewayGetOrderRequest, GatewayGetOrderResponse, GatewayGetSelfPickupStatusRequest, GatewayGetSelfPickupStatusResponse, GatewayGetTimeSlotsRequest, GatewayGetTimeSlotsResponse, GatewayIncrementOrderItemQuantityRequest, GatewayIncrementOrderItemQuantityResponse, GatewayRequest, GatewayResponse, GatewayUpdateOrderRequest, GatewayUpdateOrderResponse, Image, ImageFormat, ImageSize, Locale, LocaleValue, Menu, MenuCategory, NextOpening, NutritionFacts, OpeningStatus, Options, Order, OrderDeliveryAddress, OrderItem, OrderItemChange, OrderStatus, OrderWarehouseAddress, PaymentMethod, PaymentMethodType, Product, ProductBadge, ProductComposition, ProductVariant, RecommendedProduct, Schedule, TimePeriod, TimeType, TimeZone, Video, VideoType, Warehouse, WarehouseAddress, WeekDay, WeightUnit };
|