@nextorders/food-schema 0.2.4 → 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 +574 -2
- package/dist/index.d.ts +574 -2
- package/dist/index.mjs +14 -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>>;
|
|
@@ -1834,12 +2111,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1834
2111
|
title: z.ZodArray<z.ZodObject<{
|
|
1835
2112
|
locale: z.ZodEnum<{
|
|
1836
2113
|
de: "de";
|
|
2114
|
+
el: "el";
|
|
1837
2115
|
en: "en";
|
|
1838
2116
|
es: "es";
|
|
1839
2117
|
fr: "fr";
|
|
2118
|
+
hi: "hi";
|
|
2119
|
+
it: "it";
|
|
1840
2120
|
ka: "ka";
|
|
1841
2121
|
ru: "ru";
|
|
1842
2122
|
zh_cn: "zh_cn";
|
|
2123
|
+
pt: "pt";
|
|
1843
2124
|
}>;
|
|
1844
2125
|
value: z.ZodString;
|
|
1845
2126
|
}, z.core.$strip>>;
|
|
@@ -1850,12 +2131,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
|
|
|
1850
2131
|
title: z.ZodArray<z.ZodObject<{
|
|
1851
2132
|
locale: z.ZodEnum<{
|
|
1852
2133
|
de: "de";
|
|
2134
|
+
el: "el";
|
|
1853
2135
|
en: "en";
|
|
1854
2136
|
es: "es";
|
|
1855
2137
|
fr: "fr";
|
|
2138
|
+
hi: "hi";
|
|
2139
|
+
it: "it";
|
|
1856
2140
|
ka: "ka";
|
|
1857
2141
|
ru: "ru";
|
|
1858
2142
|
zh_cn: "zh_cn";
|
|
2143
|
+
pt: "pt";
|
|
1859
2144
|
}>;
|
|
1860
2145
|
value: z.ZodString;
|
|
1861
2146
|
}, z.core.$strip>>;
|
|
@@ -2053,45 +2338,61 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2053
2338
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
2054
2339
|
locale: z.ZodEnum<{
|
|
2055
2340
|
de: "de";
|
|
2341
|
+
el: "el";
|
|
2056
2342
|
en: "en";
|
|
2057
2343
|
es: "es";
|
|
2058
2344
|
fr: "fr";
|
|
2345
|
+
hi: "hi";
|
|
2346
|
+
it: "it";
|
|
2059
2347
|
ka: "ka";
|
|
2060
2348
|
ru: "ru";
|
|
2061
2349
|
zh_cn: "zh_cn";
|
|
2350
|
+
pt: "pt";
|
|
2062
2351
|
}>;
|
|
2063
2352
|
value: z.ZodString;
|
|
2064
2353
|
}, z.core.$strip>>;
|
|
2065
2354
|
selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2066
2355
|
locale: z.ZodEnum<{
|
|
2067
2356
|
de: "de";
|
|
2357
|
+
el: "el";
|
|
2068
2358
|
en: "en";
|
|
2069
2359
|
es: "es";
|
|
2070
2360
|
fr: "fr";
|
|
2361
|
+
hi: "hi";
|
|
2362
|
+
it: "it";
|
|
2071
2363
|
ka: "ka";
|
|
2072
2364
|
ru: "ru";
|
|
2073
2365
|
zh_cn: "zh_cn";
|
|
2366
|
+
pt: "pt";
|
|
2074
2367
|
}>;
|
|
2075
2368
|
value: z.ZodString;
|
|
2076
2369
|
}, z.core.$strip>>>;
|
|
2077
2370
|
logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2078
2371
|
availableLocales: z.ZodArray<z.ZodEnum<{
|
|
2079
2372
|
de: "de";
|
|
2373
|
+
el: "el";
|
|
2080
2374
|
en: "en";
|
|
2081
2375
|
es: "es";
|
|
2082
2376
|
fr: "fr";
|
|
2377
|
+
hi: "hi";
|
|
2378
|
+
it: "it";
|
|
2083
2379
|
ka: "ka";
|
|
2084
2380
|
ru: "ru";
|
|
2085
2381
|
zh_cn: "zh_cn";
|
|
2382
|
+
pt: "pt";
|
|
2086
2383
|
}>>;
|
|
2087
2384
|
defaultLocale: z.ZodEnum<{
|
|
2088
2385
|
de: "de";
|
|
2386
|
+
el: "el";
|
|
2089
2387
|
en: "en";
|
|
2090
2388
|
es: "es";
|
|
2091
2389
|
fr: "fr";
|
|
2390
|
+
hi: "hi";
|
|
2391
|
+
it: "it";
|
|
2092
2392
|
ka: "ka";
|
|
2093
2393
|
ru: "ru";
|
|
2094
2394
|
zh_cn: "zh_cn";
|
|
2395
|
+
pt: "pt";
|
|
2095
2396
|
}>;
|
|
2096
2397
|
countryCode: z.ZodEnum<{
|
|
2097
2398
|
RU: "RU";
|
|
@@ -2351,6 +2652,7 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2351
2652
|
KZT: "KZT";
|
|
2352
2653
|
PLN: "PLN";
|
|
2353
2654
|
TRY: "TRY";
|
|
2655
|
+
INR: "INR";
|
|
2354
2656
|
}>;
|
|
2355
2657
|
headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2356
2658
|
rel: z.ZodOptional<z.ZodString>;
|
|
@@ -2374,36 +2676,48 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2374
2676
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
2375
2677
|
locale: z.ZodEnum<{
|
|
2376
2678
|
de: "de";
|
|
2679
|
+
el: "el";
|
|
2377
2680
|
en: "en";
|
|
2378
2681
|
es: "es";
|
|
2379
2682
|
fr: "fr";
|
|
2683
|
+
hi: "hi";
|
|
2684
|
+
it: "it";
|
|
2380
2685
|
ka: "ka";
|
|
2381
2686
|
ru: "ru";
|
|
2382
2687
|
zh_cn: "zh_cn";
|
|
2688
|
+
pt: "pt";
|
|
2383
2689
|
}>;
|
|
2384
2690
|
value: z.ZodString;
|
|
2385
2691
|
}, z.core.$strip>>;
|
|
2386
2692
|
title: z.ZodArray<z.ZodObject<{
|
|
2387
2693
|
locale: z.ZodEnum<{
|
|
2388
2694
|
de: "de";
|
|
2695
|
+
el: "el";
|
|
2389
2696
|
en: "en";
|
|
2390
2697
|
es: "es";
|
|
2391
2698
|
fr: "fr";
|
|
2699
|
+
hi: "hi";
|
|
2700
|
+
it: "it";
|
|
2392
2701
|
ka: "ka";
|
|
2393
2702
|
ru: "ru";
|
|
2394
2703
|
zh_cn: "zh_cn";
|
|
2704
|
+
pt: "pt";
|
|
2395
2705
|
}>;
|
|
2396
2706
|
value: z.ZodString;
|
|
2397
2707
|
}, z.core.$strip>>;
|
|
2398
2708
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2399
2709
|
locale: z.ZodEnum<{
|
|
2400
2710
|
de: "de";
|
|
2711
|
+
el: "el";
|
|
2401
2712
|
en: "en";
|
|
2402
2713
|
es: "es";
|
|
2403
2714
|
fr: "fr";
|
|
2715
|
+
hi: "hi";
|
|
2716
|
+
it: "it";
|
|
2404
2717
|
ka: "ka";
|
|
2405
2718
|
ru: "ru";
|
|
2406
2719
|
zh_cn: "zh_cn";
|
|
2720
|
+
pt: "pt";
|
|
2407
2721
|
}>;
|
|
2408
2722
|
value: z.ZodString;
|
|
2409
2723
|
}, z.core.$strip>>>;
|
|
@@ -2445,12 +2759,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2445
2759
|
title: z.ZodArray<z.ZodObject<{
|
|
2446
2760
|
locale: z.ZodEnum<{
|
|
2447
2761
|
de: "de";
|
|
2762
|
+
el: "el";
|
|
2448
2763
|
en: "en";
|
|
2449
2764
|
es: "es";
|
|
2450
2765
|
fr: "fr";
|
|
2766
|
+
hi: "hi";
|
|
2767
|
+
it: "it";
|
|
2451
2768
|
ka: "ka";
|
|
2452
2769
|
ru: "ru";
|
|
2453
2770
|
zh_cn: "zh_cn";
|
|
2771
|
+
pt: "pt";
|
|
2454
2772
|
}>;
|
|
2455
2773
|
value: z.ZodString;
|
|
2456
2774
|
}, z.core.$strip>>;
|
|
@@ -2463,12 +2781,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2463
2781
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2464
2782
|
locale: z.ZodEnum<{
|
|
2465
2783
|
de: "de";
|
|
2784
|
+
el: "el";
|
|
2466
2785
|
en: "en";
|
|
2467
2786
|
es: "es";
|
|
2468
2787
|
fr: "fr";
|
|
2788
|
+
hi: "hi";
|
|
2789
|
+
it: "it";
|
|
2469
2790
|
ka: "ka";
|
|
2470
2791
|
ru: "ru";
|
|
2471
2792
|
zh_cn: "zh_cn";
|
|
2793
|
+
pt: "pt";
|
|
2472
2794
|
}>;
|
|
2473
2795
|
value: z.ZodString;
|
|
2474
2796
|
}, z.core.$strip>>>;
|
|
@@ -2491,12 +2813,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2491
2813
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2492
2814
|
locale: z.ZodEnum<{
|
|
2493
2815
|
de: "de";
|
|
2816
|
+
el: "el";
|
|
2494
2817
|
en: "en";
|
|
2495
2818
|
es: "es";
|
|
2496
2819
|
fr: "fr";
|
|
2820
|
+
hi: "hi";
|
|
2821
|
+
it: "it";
|
|
2497
2822
|
ka: "ka";
|
|
2498
2823
|
ru: "ru";
|
|
2499
2824
|
zh_cn: "zh_cn";
|
|
2825
|
+
pt: "pt";
|
|
2500
2826
|
}>;
|
|
2501
2827
|
value: z.ZodString;
|
|
2502
2828
|
}, z.core.$strip>>>;
|
|
@@ -2509,12 +2835,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2509
2835
|
title: z.ZodArray<z.ZodObject<{
|
|
2510
2836
|
locale: z.ZodEnum<{
|
|
2511
2837
|
de: "de";
|
|
2838
|
+
el: "el";
|
|
2512
2839
|
en: "en";
|
|
2513
2840
|
es: "es";
|
|
2514
2841
|
fr: "fr";
|
|
2842
|
+
hi: "hi";
|
|
2843
|
+
it: "it";
|
|
2515
2844
|
ka: "ka";
|
|
2516
2845
|
ru: "ru";
|
|
2517
2846
|
zh_cn: "zh_cn";
|
|
2847
|
+
pt: "pt";
|
|
2518
2848
|
}>;
|
|
2519
2849
|
value: z.ZodString;
|
|
2520
2850
|
}, z.core.$strip>>;
|
|
@@ -2527,12 +2857,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2527
2857
|
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2528
2858
|
locale: z.ZodEnum<{
|
|
2529
2859
|
de: "de";
|
|
2860
|
+
el: "el";
|
|
2530
2861
|
en: "en";
|
|
2531
2862
|
es: "es";
|
|
2532
2863
|
fr: "fr";
|
|
2864
|
+
hi: "hi";
|
|
2865
|
+
it: "it";
|
|
2533
2866
|
ka: "ka";
|
|
2534
2867
|
ru: "ru";
|
|
2535
2868
|
zh_cn: "zh_cn";
|
|
2869
|
+
pt: "pt";
|
|
2536
2870
|
}>;
|
|
2537
2871
|
value: z.ZodString;
|
|
2538
2872
|
}, z.core.$strip>>>;
|
|
@@ -2554,12 +2888,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2554
2888
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2555
2889
|
locale: z.ZodEnum<{
|
|
2556
2890
|
de: "de";
|
|
2891
|
+
el: "el";
|
|
2557
2892
|
en: "en";
|
|
2558
2893
|
es: "es";
|
|
2559
2894
|
fr: "fr";
|
|
2895
|
+
hi: "hi";
|
|
2896
|
+
it: "it";
|
|
2560
2897
|
ka: "ka";
|
|
2561
2898
|
ru: "ru";
|
|
2562
2899
|
zh_cn: "zh_cn";
|
|
2900
|
+
pt: "pt";
|
|
2563
2901
|
}>;
|
|
2564
2902
|
value: z.ZodString;
|
|
2565
2903
|
}, z.core.$strip>>>;
|
|
@@ -2569,12 +2907,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2569
2907
|
title: z.ZodArray<z.ZodObject<{
|
|
2570
2908
|
locale: z.ZodEnum<{
|
|
2571
2909
|
de: "de";
|
|
2910
|
+
el: "el";
|
|
2572
2911
|
en: "en";
|
|
2573
2912
|
es: "es";
|
|
2574
2913
|
fr: "fr";
|
|
2914
|
+
hi: "hi";
|
|
2915
|
+
it: "it";
|
|
2575
2916
|
ka: "ka";
|
|
2576
2917
|
ru: "ru";
|
|
2577
2918
|
zh_cn: "zh_cn";
|
|
2919
|
+
pt: "pt";
|
|
2578
2920
|
}>;
|
|
2579
2921
|
value: z.ZodString;
|
|
2580
2922
|
}, z.core.$strip>>;
|
|
@@ -2582,12 +2924,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2582
2924
|
street: z.ZodArray<z.ZodObject<{
|
|
2583
2925
|
locale: z.ZodEnum<{
|
|
2584
2926
|
de: "de";
|
|
2927
|
+
el: "el";
|
|
2585
2928
|
en: "en";
|
|
2586
2929
|
es: "es";
|
|
2587
2930
|
fr: "fr";
|
|
2931
|
+
hi: "hi";
|
|
2932
|
+
it: "it";
|
|
2588
2933
|
ka: "ka";
|
|
2589
2934
|
ru: "ru";
|
|
2590
2935
|
zh_cn: "zh_cn";
|
|
2936
|
+
pt: "pt";
|
|
2591
2937
|
}>;
|
|
2592
2938
|
value: z.ZodString;
|
|
2593
2939
|
}, z.core.$strip>>;
|
|
@@ -2597,12 +2943,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2597
2943
|
copyright: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2598
2944
|
locale: z.ZodEnum<{
|
|
2599
2945
|
de: "de";
|
|
2946
|
+
el: "el";
|
|
2600
2947
|
en: "en";
|
|
2601
2948
|
es: "es";
|
|
2602
2949
|
fr: "fr";
|
|
2950
|
+
hi: "hi";
|
|
2951
|
+
it: "it";
|
|
2603
2952
|
ka: "ka";
|
|
2604
2953
|
ru: "ru";
|
|
2605
2954
|
zh_cn: "zh_cn";
|
|
2955
|
+
pt: "pt";
|
|
2606
2956
|
}>;
|
|
2607
2957
|
value: z.ZodString;
|
|
2608
2958
|
}, z.core.$strip>>>;
|
|
@@ -2612,12 +2962,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2612
2962
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2613
2963
|
locale: z.ZodEnum<{
|
|
2614
2964
|
de: "de";
|
|
2965
|
+
el: "el";
|
|
2615
2966
|
en: "en";
|
|
2616
2967
|
es: "es";
|
|
2617
2968
|
fr: "fr";
|
|
2969
|
+
hi: "hi";
|
|
2970
|
+
it: "it";
|
|
2618
2971
|
ka: "ka";
|
|
2619
2972
|
ru: "ru";
|
|
2620
2973
|
zh_cn: "zh_cn";
|
|
2974
|
+
pt: "pt";
|
|
2621
2975
|
}>;
|
|
2622
2976
|
value: z.ZodString;
|
|
2623
2977
|
}, z.core.$strip>>>;
|
|
@@ -2629,12 +2983,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2629
2983
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2630
2984
|
locale: z.ZodEnum<{
|
|
2631
2985
|
de: "de";
|
|
2986
|
+
el: "el";
|
|
2632
2987
|
en: "en";
|
|
2633
2988
|
es: "es";
|
|
2634
2989
|
fr: "fr";
|
|
2990
|
+
hi: "hi";
|
|
2991
|
+
it: "it";
|
|
2635
2992
|
ka: "ka";
|
|
2636
2993
|
ru: "ru";
|
|
2637
2994
|
zh_cn: "zh_cn";
|
|
2995
|
+
pt: "pt";
|
|
2638
2996
|
}>;
|
|
2639
2997
|
value: z.ZodString;
|
|
2640
2998
|
}, z.core.$strip>>>;
|
|
@@ -2646,12 +3004,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2646
3004
|
label: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2647
3005
|
locale: z.ZodEnum<{
|
|
2648
3006
|
de: "de";
|
|
3007
|
+
el: "el";
|
|
2649
3008
|
en: "en";
|
|
2650
3009
|
es: "es";
|
|
2651
3010
|
fr: "fr";
|
|
3011
|
+
hi: "hi";
|
|
3012
|
+
it: "it";
|
|
2652
3013
|
ka: "ka";
|
|
2653
3014
|
ru: "ru";
|
|
2654
3015
|
zh_cn: "zh_cn";
|
|
3016
|
+
pt: "pt";
|
|
2655
3017
|
}>;
|
|
2656
3018
|
value: z.ZodString;
|
|
2657
3019
|
}, z.core.$strip>>>;
|
|
@@ -2819,6 +3181,59 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2819
3181
|
totalPrice: z.ZodNumber;
|
|
2820
3182
|
}, z.core.$strip>>;
|
|
2821
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>;
|
|
2822
3237
|
}, z.core.$strip>, z.ZodObject<{
|
|
2823
3238
|
ok: z.ZodBoolean;
|
|
2824
3239
|
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2988,12 +3403,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2988
3403
|
title: z.ZodArray<z.ZodObject<{
|
|
2989
3404
|
locale: z.ZodEnum<{
|
|
2990
3405
|
de: "de";
|
|
3406
|
+
el: "el";
|
|
2991
3407
|
en: "en";
|
|
2992
3408
|
es: "es";
|
|
2993
3409
|
fr: "fr";
|
|
3410
|
+
hi: "hi";
|
|
3411
|
+
it: "it";
|
|
2994
3412
|
ka: "ka";
|
|
2995
3413
|
ru: "ru";
|
|
2996
3414
|
zh_cn: "zh_cn";
|
|
3415
|
+
pt: "pt";
|
|
2997
3416
|
}>;
|
|
2998
3417
|
value: z.ZodString;
|
|
2999
3418
|
}, z.core.$strip>>;
|
|
@@ -3004,12 +3423,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3004
3423
|
title: z.ZodArray<z.ZodObject<{
|
|
3005
3424
|
locale: z.ZodEnum<{
|
|
3006
3425
|
de: "de";
|
|
3426
|
+
el: "el";
|
|
3007
3427
|
en: "en";
|
|
3008
3428
|
es: "es";
|
|
3009
3429
|
fr: "fr";
|
|
3430
|
+
hi: "hi";
|
|
3431
|
+
it: "it";
|
|
3010
3432
|
ka: "ka";
|
|
3011
3433
|
ru: "ru";
|
|
3012
3434
|
zh_cn: "zh_cn";
|
|
3435
|
+
pt: "pt";
|
|
3013
3436
|
}>;
|
|
3014
3437
|
value: z.ZodString;
|
|
3015
3438
|
}, z.core.$strip>>;
|
|
@@ -3020,24 +3443,32 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3020
3443
|
title: z.ZodArray<z.ZodObject<{
|
|
3021
3444
|
locale: z.ZodEnum<{
|
|
3022
3445
|
de: "de";
|
|
3446
|
+
el: "el";
|
|
3023
3447
|
en: "en";
|
|
3024
3448
|
es: "es";
|
|
3025
3449
|
fr: "fr";
|
|
3450
|
+
hi: "hi";
|
|
3451
|
+
it: "it";
|
|
3026
3452
|
ka: "ka";
|
|
3027
3453
|
ru: "ru";
|
|
3028
3454
|
zh_cn: "zh_cn";
|
|
3455
|
+
pt: "pt";
|
|
3029
3456
|
}>;
|
|
3030
3457
|
value: z.ZodString;
|
|
3031
3458
|
}, z.core.$strip>>;
|
|
3032
3459
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3033
3460
|
locale: z.ZodEnum<{
|
|
3034
3461
|
de: "de";
|
|
3462
|
+
el: "el";
|
|
3035
3463
|
en: "en";
|
|
3036
3464
|
es: "es";
|
|
3037
3465
|
fr: "fr";
|
|
3466
|
+
hi: "hi";
|
|
3467
|
+
it: "it";
|
|
3038
3468
|
ka: "ka";
|
|
3039
3469
|
ru: "ru";
|
|
3040
3470
|
zh_cn: "zh_cn";
|
|
3471
|
+
pt: "pt";
|
|
3041
3472
|
}>;
|
|
3042
3473
|
value: z.ZodString;
|
|
3043
3474
|
}, z.core.$strip>>>;
|
|
@@ -3048,12 +3479,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3048
3479
|
title: z.ZodArray<z.ZodObject<{
|
|
3049
3480
|
locale: z.ZodEnum<{
|
|
3050
3481
|
de: "de";
|
|
3482
|
+
el: "el";
|
|
3051
3483
|
en: "en";
|
|
3052
3484
|
es: "es";
|
|
3053
3485
|
fr: "fr";
|
|
3486
|
+
hi: "hi";
|
|
3487
|
+
it: "it";
|
|
3054
3488
|
ka: "ka";
|
|
3055
3489
|
ru: "ru";
|
|
3056
3490
|
zh_cn: "zh_cn";
|
|
3491
|
+
pt: "pt";
|
|
3057
3492
|
}>;
|
|
3058
3493
|
value: z.ZodString;
|
|
3059
3494
|
}, z.core.$strip>>;
|
|
@@ -3108,12 +3543,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3108
3543
|
title: z.ZodArray<z.ZodObject<{
|
|
3109
3544
|
locale: z.ZodEnum<{
|
|
3110
3545
|
de: "de";
|
|
3546
|
+
el: "el";
|
|
3111
3547
|
en: "en";
|
|
3112
3548
|
es: "es";
|
|
3113
3549
|
fr: "fr";
|
|
3550
|
+
hi: "hi";
|
|
3551
|
+
it: "it";
|
|
3114
3552
|
ka: "ka";
|
|
3115
3553
|
ru: "ru";
|
|
3116
3554
|
zh_cn: "zh_cn";
|
|
3555
|
+
pt: "pt";
|
|
3117
3556
|
}>;
|
|
3118
3557
|
value: z.ZodString;
|
|
3119
3558
|
}, z.core.$strip>>;
|
|
@@ -3124,12 +3563,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3124
3563
|
title: z.ZodArray<z.ZodObject<{
|
|
3125
3564
|
locale: z.ZodEnum<{
|
|
3126
3565
|
de: "de";
|
|
3566
|
+
el: "el";
|
|
3127
3567
|
en: "en";
|
|
3128
3568
|
es: "es";
|
|
3129
3569
|
fr: "fr";
|
|
3570
|
+
hi: "hi";
|
|
3571
|
+
it: "it";
|
|
3130
3572
|
ka: "ka";
|
|
3131
3573
|
ru: "ru";
|
|
3132
3574
|
zh_cn: "zh_cn";
|
|
3575
|
+
pt: "pt";
|
|
3133
3576
|
}>;
|
|
3134
3577
|
value: z.ZodString;
|
|
3135
3578
|
}, z.core.$strip>>;
|
|
@@ -3327,12 +3770,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3327
3770
|
title: z.ZodArray<z.ZodObject<{
|
|
3328
3771
|
locale: z.ZodEnum<{
|
|
3329
3772
|
de: "de";
|
|
3773
|
+
el: "el";
|
|
3330
3774
|
en: "en";
|
|
3331
3775
|
es: "es";
|
|
3332
3776
|
fr: "fr";
|
|
3777
|
+
hi: "hi";
|
|
3778
|
+
it: "it";
|
|
3333
3779
|
ka: "ka";
|
|
3334
3780
|
ru: "ru";
|
|
3335
3781
|
zh_cn: "zh_cn";
|
|
3782
|
+
pt: "pt";
|
|
3336
3783
|
}>;
|
|
3337
3784
|
value: z.ZodString;
|
|
3338
3785
|
}, z.core.$strip>>;
|
|
@@ -3343,24 +3790,32 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3343
3790
|
title: z.ZodArray<z.ZodObject<{
|
|
3344
3791
|
locale: z.ZodEnum<{
|
|
3345
3792
|
de: "de";
|
|
3793
|
+
el: "el";
|
|
3346
3794
|
en: "en";
|
|
3347
3795
|
es: "es";
|
|
3348
3796
|
fr: "fr";
|
|
3797
|
+
hi: "hi";
|
|
3798
|
+
it: "it";
|
|
3349
3799
|
ka: "ka";
|
|
3350
3800
|
ru: "ru";
|
|
3351
3801
|
zh_cn: "zh_cn";
|
|
3802
|
+
pt: "pt";
|
|
3352
3803
|
}>;
|
|
3353
3804
|
value: z.ZodString;
|
|
3354
3805
|
}, z.core.$strip>>;
|
|
3355
3806
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3356
3807
|
locale: z.ZodEnum<{
|
|
3357
3808
|
de: "de";
|
|
3809
|
+
el: "el";
|
|
3358
3810
|
en: "en";
|
|
3359
3811
|
es: "es";
|
|
3360
3812
|
fr: "fr";
|
|
3813
|
+
hi: "hi";
|
|
3814
|
+
it: "it";
|
|
3361
3815
|
ka: "ka";
|
|
3362
3816
|
ru: "ru";
|
|
3363
3817
|
zh_cn: "zh_cn";
|
|
3818
|
+
pt: "pt";
|
|
3364
3819
|
}>;
|
|
3365
3820
|
value: z.ZodString;
|
|
3366
3821
|
}, z.core.$strip>>>;
|
|
@@ -3371,12 +3826,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3371
3826
|
title: z.ZodArray<z.ZodObject<{
|
|
3372
3827
|
locale: z.ZodEnum<{
|
|
3373
3828
|
de: "de";
|
|
3829
|
+
el: "el";
|
|
3374
3830
|
en: "en";
|
|
3375
3831
|
es: "es";
|
|
3376
3832
|
fr: "fr";
|
|
3833
|
+
hi: "hi";
|
|
3834
|
+
it: "it";
|
|
3377
3835
|
ka: "ka";
|
|
3378
3836
|
ru: "ru";
|
|
3379
3837
|
zh_cn: "zh_cn";
|
|
3838
|
+
pt: "pt";
|
|
3380
3839
|
}>;
|
|
3381
3840
|
value: z.ZodString;
|
|
3382
3841
|
}, z.core.$strip>>;
|
|
@@ -3431,12 +3890,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3431
3890
|
title: z.ZodArray<z.ZodObject<{
|
|
3432
3891
|
locale: z.ZodEnum<{
|
|
3433
3892
|
de: "de";
|
|
3893
|
+
el: "el";
|
|
3434
3894
|
en: "en";
|
|
3435
3895
|
es: "es";
|
|
3436
3896
|
fr: "fr";
|
|
3897
|
+
hi: "hi";
|
|
3898
|
+
it: "it";
|
|
3437
3899
|
ka: "ka";
|
|
3438
3900
|
ru: "ru";
|
|
3439
3901
|
zh_cn: "zh_cn";
|
|
3902
|
+
pt: "pt";
|
|
3440
3903
|
}>;
|
|
3441
3904
|
value: z.ZodString;
|
|
3442
3905
|
}, z.core.$strip>>;
|
|
@@ -3447,12 +3910,16 @@ declare const MenuCategorySchema: z.ZodObject<{
|
|
|
3447
3910
|
title: z.ZodArray<z.ZodObject<{
|
|
3448
3911
|
locale: z.ZodEnum<{
|
|
3449
3912
|
de: "de";
|
|
3913
|
+
el: "el";
|
|
3450
3914
|
en: "en";
|
|
3451
3915
|
es: "es";
|
|
3452
3916
|
fr: "fr";
|
|
3917
|
+
hi: "hi";
|
|
3918
|
+
it: "it";
|
|
3453
3919
|
ka: "ka";
|
|
3454
3920
|
ru: "ru";
|
|
3455
3921
|
zh_cn: "zh_cn";
|
|
3922
|
+
pt: "pt";
|
|
3456
3923
|
}>;
|
|
3457
3924
|
value: z.ZodString;
|
|
3458
3925
|
}, z.core.$strip>>;
|
|
@@ -3471,12 +3938,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3471
3938
|
title: z.ZodArray<z.ZodObject<{
|
|
3472
3939
|
locale: z.ZodEnum<{
|
|
3473
3940
|
de: "de";
|
|
3941
|
+
el: "el";
|
|
3474
3942
|
en: "en";
|
|
3475
3943
|
es: "es";
|
|
3476
3944
|
fr: "fr";
|
|
3945
|
+
hi: "hi";
|
|
3946
|
+
it: "it";
|
|
3477
3947
|
ka: "ka";
|
|
3478
3948
|
ru: "ru";
|
|
3479
3949
|
zh_cn: "zh_cn";
|
|
3950
|
+
pt: "pt";
|
|
3480
3951
|
}>;
|
|
3481
3952
|
value: z.ZodString;
|
|
3482
3953
|
}, z.core.$strip>>;
|
|
@@ -3487,12 +3958,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3487
3958
|
title: z.ZodArray<z.ZodObject<{
|
|
3488
3959
|
locale: z.ZodEnum<{
|
|
3489
3960
|
de: "de";
|
|
3961
|
+
el: "el";
|
|
3490
3962
|
en: "en";
|
|
3491
3963
|
es: "es";
|
|
3492
3964
|
fr: "fr";
|
|
3965
|
+
hi: "hi";
|
|
3966
|
+
it: "it";
|
|
3493
3967
|
ka: "ka";
|
|
3494
3968
|
ru: "ru";
|
|
3495
3969
|
zh_cn: "zh_cn";
|
|
3970
|
+
pt: "pt";
|
|
3496
3971
|
}>;
|
|
3497
3972
|
value: z.ZodString;
|
|
3498
3973
|
}, z.core.$strip>>;
|
|
@@ -3503,24 +3978,32 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3503
3978
|
title: z.ZodArray<z.ZodObject<{
|
|
3504
3979
|
locale: z.ZodEnum<{
|
|
3505
3980
|
de: "de";
|
|
3981
|
+
el: "el";
|
|
3506
3982
|
en: "en";
|
|
3507
3983
|
es: "es";
|
|
3508
3984
|
fr: "fr";
|
|
3985
|
+
hi: "hi";
|
|
3986
|
+
it: "it";
|
|
3509
3987
|
ka: "ka";
|
|
3510
3988
|
ru: "ru";
|
|
3511
3989
|
zh_cn: "zh_cn";
|
|
3990
|
+
pt: "pt";
|
|
3512
3991
|
}>;
|
|
3513
3992
|
value: z.ZodString;
|
|
3514
3993
|
}, z.core.$strip>>;
|
|
3515
3994
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3516
3995
|
locale: z.ZodEnum<{
|
|
3517
3996
|
de: "de";
|
|
3997
|
+
el: "el";
|
|
3518
3998
|
en: "en";
|
|
3519
3999
|
es: "es";
|
|
3520
4000
|
fr: "fr";
|
|
4001
|
+
hi: "hi";
|
|
4002
|
+
it: "it";
|
|
3521
4003
|
ka: "ka";
|
|
3522
4004
|
ru: "ru";
|
|
3523
4005
|
zh_cn: "zh_cn";
|
|
4006
|
+
pt: "pt";
|
|
3524
4007
|
}>;
|
|
3525
4008
|
value: z.ZodString;
|
|
3526
4009
|
}, z.core.$strip>>>;
|
|
@@ -3531,12 +4014,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3531
4014
|
title: z.ZodArray<z.ZodObject<{
|
|
3532
4015
|
locale: z.ZodEnum<{
|
|
3533
4016
|
de: "de";
|
|
4017
|
+
el: "el";
|
|
3534
4018
|
en: "en";
|
|
3535
4019
|
es: "es";
|
|
3536
4020
|
fr: "fr";
|
|
4021
|
+
hi: "hi";
|
|
4022
|
+
it: "it";
|
|
3537
4023
|
ka: "ka";
|
|
3538
4024
|
ru: "ru";
|
|
3539
4025
|
zh_cn: "zh_cn";
|
|
4026
|
+
pt: "pt";
|
|
3540
4027
|
}>;
|
|
3541
4028
|
value: z.ZodString;
|
|
3542
4029
|
}, z.core.$strip>>;
|
|
@@ -3591,12 +4078,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3591
4078
|
title: z.ZodArray<z.ZodObject<{
|
|
3592
4079
|
locale: z.ZodEnum<{
|
|
3593
4080
|
de: "de";
|
|
4081
|
+
el: "el";
|
|
3594
4082
|
en: "en";
|
|
3595
4083
|
es: "es";
|
|
3596
4084
|
fr: "fr";
|
|
4085
|
+
hi: "hi";
|
|
4086
|
+
it: "it";
|
|
3597
4087
|
ka: "ka";
|
|
3598
4088
|
ru: "ru";
|
|
3599
4089
|
zh_cn: "zh_cn";
|
|
4090
|
+
pt: "pt";
|
|
3600
4091
|
}>;
|
|
3601
4092
|
value: z.ZodString;
|
|
3602
4093
|
}, z.core.$strip>>;
|
|
@@ -3607,12 +4098,16 @@ declare const MenuSchema: z.ZodObject<{
|
|
|
3607
4098
|
title: z.ZodArray<z.ZodObject<{
|
|
3608
4099
|
locale: z.ZodEnum<{
|
|
3609
4100
|
de: "de";
|
|
4101
|
+
el: "el";
|
|
3610
4102
|
en: "en";
|
|
3611
4103
|
es: "es";
|
|
3612
4104
|
fr: "fr";
|
|
4105
|
+
hi: "hi";
|
|
4106
|
+
it: "it";
|
|
3613
4107
|
ka: "ka";
|
|
3614
4108
|
ru: "ru";
|
|
3615
4109
|
zh_cn: "zh_cn";
|
|
4110
|
+
pt: "pt";
|
|
3616
4111
|
}>;
|
|
3617
4112
|
value: z.ZodString;
|
|
3618
4113
|
}, z.core.$strip>>;
|
|
@@ -3631,45 +4126,61 @@ declare const OptionsSchema: z.ZodObject<{
|
|
|
3631
4126
|
selectorTitle: z.ZodArray<z.ZodObject<{
|
|
3632
4127
|
locale: z.ZodEnum<{
|
|
3633
4128
|
de: "de";
|
|
4129
|
+
el: "el";
|
|
3634
4130
|
en: "en";
|
|
3635
4131
|
es: "es";
|
|
3636
4132
|
fr: "fr";
|
|
4133
|
+
hi: "hi";
|
|
4134
|
+
it: "it";
|
|
3637
4135
|
ka: "ka";
|
|
3638
4136
|
ru: "ru";
|
|
3639
4137
|
zh_cn: "zh_cn";
|
|
4138
|
+
pt: "pt";
|
|
3640
4139
|
}>;
|
|
3641
4140
|
value: z.ZodString;
|
|
3642
4141
|
}, z.core.$strip>>;
|
|
3643
4142
|
selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3644
4143
|
locale: z.ZodEnum<{
|
|
3645
4144
|
de: "de";
|
|
4145
|
+
el: "el";
|
|
3646
4146
|
en: "en";
|
|
3647
4147
|
es: "es";
|
|
3648
4148
|
fr: "fr";
|
|
4149
|
+
hi: "hi";
|
|
4150
|
+
it: "it";
|
|
3649
4151
|
ka: "ka";
|
|
3650
4152
|
ru: "ru";
|
|
3651
4153
|
zh_cn: "zh_cn";
|
|
4154
|
+
pt: "pt";
|
|
3652
4155
|
}>;
|
|
3653
4156
|
value: z.ZodString;
|
|
3654
4157
|
}, z.core.$strip>>>;
|
|
3655
4158
|
logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3656
4159
|
availableLocales: z.ZodArray<z.ZodEnum<{
|
|
3657
4160
|
de: "de";
|
|
4161
|
+
el: "el";
|
|
3658
4162
|
en: "en";
|
|
3659
4163
|
es: "es";
|
|
3660
4164
|
fr: "fr";
|
|
4165
|
+
hi: "hi";
|
|
4166
|
+
it: "it";
|
|
3661
4167
|
ka: "ka";
|
|
3662
4168
|
ru: "ru";
|
|
3663
4169
|
zh_cn: "zh_cn";
|
|
4170
|
+
pt: "pt";
|
|
3664
4171
|
}>>;
|
|
3665
4172
|
defaultLocale: z.ZodEnum<{
|
|
3666
4173
|
de: "de";
|
|
4174
|
+
el: "el";
|
|
3667
4175
|
en: "en";
|
|
3668
4176
|
es: "es";
|
|
3669
4177
|
fr: "fr";
|
|
4178
|
+
hi: "hi";
|
|
4179
|
+
it: "it";
|
|
3670
4180
|
ka: "ka";
|
|
3671
4181
|
ru: "ru";
|
|
3672
4182
|
zh_cn: "zh_cn";
|
|
4183
|
+
pt: "pt";
|
|
3673
4184
|
}>;
|
|
3674
4185
|
countryCode: z.ZodEnum<{
|
|
3675
4186
|
RU: "RU";
|
|
@@ -3929,6 +4440,7 @@ declare const OptionsSchema: z.ZodObject<{
|
|
|
3929
4440
|
KZT: "KZT";
|
|
3930
4441
|
PLN: "PLN";
|
|
3931
4442
|
TRY: "TRY";
|
|
4443
|
+
INR: "INR";
|
|
3932
4444
|
}>;
|
|
3933
4445
|
headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3934
4446
|
rel: z.ZodOptional<z.ZodString>;
|
|
@@ -4061,12 +4573,16 @@ declare const PaymentMethodSchema: z.ZodObject<{
|
|
|
4061
4573
|
title: z.ZodArray<z.ZodObject<{
|
|
4062
4574
|
locale: z.ZodEnum<{
|
|
4063
4575
|
de: "de";
|
|
4576
|
+
el: "el";
|
|
4064
4577
|
en: "en";
|
|
4065
4578
|
es: "es";
|
|
4066
4579
|
fr: "fr";
|
|
4580
|
+
hi: "hi";
|
|
4581
|
+
it: "it";
|
|
4067
4582
|
ka: "ka";
|
|
4068
4583
|
ru: "ru";
|
|
4069
4584
|
zh_cn: "zh_cn";
|
|
4585
|
+
pt: "pt";
|
|
4070
4586
|
}>;
|
|
4071
4587
|
value: z.ZodString;
|
|
4072
4588
|
}, z.core.$strip>>;
|
|
@@ -4090,12 +4606,16 @@ declare const ProductBadgeSchema: z.ZodObject<{
|
|
|
4090
4606
|
title: z.ZodArray<z.ZodObject<{
|
|
4091
4607
|
locale: z.ZodEnum<{
|
|
4092
4608
|
de: "de";
|
|
4609
|
+
el: "el";
|
|
4093
4610
|
en: "en";
|
|
4094
4611
|
es: "es";
|
|
4095
4612
|
fr: "fr";
|
|
4613
|
+
hi: "hi";
|
|
4614
|
+
it: "it";
|
|
4096
4615
|
ka: "ka";
|
|
4097
4616
|
ru: "ru";
|
|
4098
4617
|
zh_cn: "zh_cn";
|
|
4618
|
+
pt: "pt";
|
|
4099
4619
|
}>;
|
|
4100
4620
|
value: z.ZodString;
|
|
4101
4621
|
}, z.core.$strip>>;
|
|
@@ -4106,12 +4626,16 @@ declare const ProductVariantSchema: z.ZodObject<{
|
|
|
4106
4626
|
title: z.ZodArray<z.ZodObject<{
|
|
4107
4627
|
locale: z.ZodEnum<{
|
|
4108
4628
|
de: "de";
|
|
4629
|
+
el: "el";
|
|
4109
4630
|
en: "en";
|
|
4110
4631
|
es: "es";
|
|
4111
4632
|
fr: "fr";
|
|
4633
|
+
hi: "hi";
|
|
4634
|
+
it: "it";
|
|
4112
4635
|
ka: "ka";
|
|
4113
4636
|
ru: "ru";
|
|
4114
4637
|
zh_cn: "zh_cn";
|
|
4638
|
+
pt: "pt";
|
|
4115
4639
|
}>;
|
|
4116
4640
|
value: z.ZodString;
|
|
4117
4641
|
}, z.core.$strip>>;
|
|
@@ -4167,12 +4691,16 @@ declare const CompositionIngredientSchema: z.ZodObject<{
|
|
|
4167
4691
|
title: z.ZodArray<z.ZodObject<{
|
|
4168
4692
|
locale: z.ZodEnum<{
|
|
4169
4693
|
de: "de";
|
|
4694
|
+
el: "el";
|
|
4170
4695
|
en: "en";
|
|
4171
4696
|
es: "es";
|
|
4172
4697
|
fr: "fr";
|
|
4698
|
+
hi: "hi";
|
|
4699
|
+
it: "it";
|
|
4173
4700
|
ka: "ka";
|
|
4174
4701
|
ru: "ru";
|
|
4175
4702
|
zh_cn: "zh_cn";
|
|
4703
|
+
pt: "pt";
|
|
4176
4704
|
}>;
|
|
4177
4705
|
value: z.ZodString;
|
|
4178
4706
|
}, z.core.$strip>>;
|
|
@@ -4194,12 +4722,16 @@ declare const ProductCompositionSchema: z.ZodObject<{
|
|
|
4194
4722
|
title: z.ZodArray<z.ZodObject<{
|
|
4195
4723
|
locale: z.ZodEnum<{
|
|
4196
4724
|
de: "de";
|
|
4725
|
+
el: "el";
|
|
4197
4726
|
en: "en";
|
|
4198
4727
|
es: "es";
|
|
4199
4728
|
fr: "fr";
|
|
4729
|
+
hi: "hi";
|
|
4730
|
+
it: "it";
|
|
4200
4731
|
ka: "ka";
|
|
4201
4732
|
ru: "ru";
|
|
4202
4733
|
zh_cn: "zh_cn";
|
|
4734
|
+
pt: "pt";
|
|
4203
4735
|
}>;
|
|
4204
4736
|
value: z.ZodString;
|
|
4205
4737
|
}, z.core.$strip>>;
|
|
@@ -4212,24 +4744,32 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4212
4744
|
title: z.ZodArray<z.ZodObject<{
|
|
4213
4745
|
locale: z.ZodEnum<{
|
|
4214
4746
|
de: "de";
|
|
4747
|
+
el: "el";
|
|
4215
4748
|
en: "en";
|
|
4216
4749
|
es: "es";
|
|
4217
4750
|
fr: "fr";
|
|
4751
|
+
hi: "hi";
|
|
4752
|
+
it: "it";
|
|
4218
4753
|
ka: "ka";
|
|
4219
4754
|
ru: "ru";
|
|
4220
4755
|
zh_cn: "zh_cn";
|
|
4756
|
+
pt: "pt";
|
|
4221
4757
|
}>;
|
|
4222
4758
|
value: z.ZodString;
|
|
4223
4759
|
}, z.core.$strip>>;
|
|
4224
4760
|
description: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4225
4761
|
locale: z.ZodEnum<{
|
|
4226
4762
|
de: "de";
|
|
4763
|
+
el: "el";
|
|
4227
4764
|
en: "en";
|
|
4228
4765
|
es: "es";
|
|
4229
4766
|
fr: "fr";
|
|
4767
|
+
hi: "hi";
|
|
4768
|
+
it: "it";
|
|
4230
4769
|
ka: "ka";
|
|
4231
4770
|
ru: "ru";
|
|
4232
4771
|
zh_cn: "zh_cn";
|
|
4772
|
+
pt: "pt";
|
|
4233
4773
|
}>;
|
|
4234
4774
|
value: z.ZodString;
|
|
4235
4775
|
}, z.core.$strip>>>;
|
|
@@ -4240,12 +4780,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4240
4780
|
title: z.ZodArray<z.ZodObject<{
|
|
4241
4781
|
locale: z.ZodEnum<{
|
|
4242
4782
|
de: "de";
|
|
4783
|
+
el: "el";
|
|
4243
4784
|
en: "en";
|
|
4244
4785
|
es: "es";
|
|
4245
4786
|
fr: "fr";
|
|
4787
|
+
hi: "hi";
|
|
4788
|
+
it: "it";
|
|
4246
4789
|
ka: "ka";
|
|
4247
4790
|
ru: "ru";
|
|
4248
4791
|
zh_cn: "zh_cn";
|
|
4792
|
+
pt: "pt";
|
|
4249
4793
|
}>;
|
|
4250
4794
|
value: z.ZodString;
|
|
4251
4795
|
}, z.core.$strip>>;
|
|
@@ -4300,12 +4844,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4300
4844
|
title: z.ZodArray<z.ZodObject<{
|
|
4301
4845
|
locale: z.ZodEnum<{
|
|
4302
4846
|
de: "de";
|
|
4847
|
+
el: "el";
|
|
4303
4848
|
en: "en";
|
|
4304
4849
|
es: "es";
|
|
4305
4850
|
fr: "fr";
|
|
4851
|
+
hi: "hi";
|
|
4852
|
+
it: "it";
|
|
4306
4853
|
ka: "ka";
|
|
4307
4854
|
ru: "ru";
|
|
4308
4855
|
zh_cn: "zh_cn";
|
|
4856
|
+
pt: "pt";
|
|
4309
4857
|
}>;
|
|
4310
4858
|
value: z.ZodString;
|
|
4311
4859
|
}, z.core.$strip>>;
|
|
@@ -4316,12 +4864,16 @@ declare const ProductSchema: z.ZodObject<{
|
|
|
4316
4864
|
title: z.ZodArray<z.ZodObject<{
|
|
4317
4865
|
locale: z.ZodEnum<{
|
|
4318
4866
|
de: "de";
|
|
4867
|
+
el: "el";
|
|
4319
4868
|
en: "en";
|
|
4320
4869
|
es: "es";
|
|
4321
4870
|
fr: "fr";
|
|
4871
|
+
hi: "hi";
|
|
4872
|
+
it: "it";
|
|
4322
4873
|
ka: "ka";
|
|
4323
4874
|
ru: "ru";
|
|
4324
4875
|
zh_cn: "zh_cn";
|
|
4876
|
+
pt: "pt";
|
|
4325
4877
|
}>;
|
|
4326
4878
|
value: z.ZodString;
|
|
4327
4879
|
}, z.core.$strip>>;
|
|
@@ -4398,12 +4950,16 @@ declare const DayScheduleSchema: z.ZodObject<{
|
|
|
4398
4950
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4399
4951
|
locale: z.ZodEnum<{
|
|
4400
4952
|
de: "de";
|
|
4953
|
+
el: "el";
|
|
4401
4954
|
en: "en";
|
|
4402
4955
|
es: "es";
|
|
4403
4956
|
fr: "fr";
|
|
4957
|
+
hi: "hi";
|
|
4958
|
+
it: "it";
|
|
4404
4959
|
ka: "ka";
|
|
4405
4960
|
ru: "ru";
|
|
4406
4961
|
zh_cn: "zh_cn";
|
|
4962
|
+
pt: "pt";
|
|
4407
4963
|
}>;
|
|
4408
4964
|
value: z.ZodString;
|
|
4409
4965
|
}, z.core.$strip>>>;
|
|
@@ -4427,12 +4983,16 @@ declare const ScheduleSchema: z.ZodArray<z.ZodObject<{
|
|
|
4427
4983
|
comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4428
4984
|
locale: z.ZodEnum<{
|
|
4429
4985
|
de: "de";
|
|
4986
|
+
el: "el";
|
|
4430
4987
|
en: "en";
|
|
4431
4988
|
es: "es";
|
|
4432
4989
|
fr: "fr";
|
|
4990
|
+
hi: "hi";
|
|
4991
|
+
it: "it";
|
|
4433
4992
|
ka: "ka";
|
|
4434
4993
|
ru: "ru";
|
|
4435
4994
|
zh_cn: "zh_cn";
|
|
4995
|
+
pt: "pt";
|
|
4436
4996
|
}>;
|
|
4437
4997
|
value: z.ZodString;
|
|
4438
4998
|
}, z.core.$strip>>>;
|
|
@@ -4532,12 +5092,16 @@ declare const WarehouseAddressSchema: z.ZodObject<{
|
|
|
4532
5092
|
street: z.ZodArray<z.ZodObject<{
|
|
4533
5093
|
locale: z.ZodEnum<{
|
|
4534
5094
|
de: "de";
|
|
5095
|
+
el: "el";
|
|
4535
5096
|
en: "en";
|
|
4536
5097
|
es: "es";
|
|
4537
5098
|
fr: "fr";
|
|
5099
|
+
hi: "hi";
|
|
5100
|
+
it: "it";
|
|
4538
5101
|
ka: "ka";
|
|
4539
5102
|
ru: "ru";
|
|
4540
5103
|
zh_cn: "zh_cn";
|
|
5104
|
+
pt: "pt";
|
|
4541
5105
|
}>;
|
|
4542
5106
|
value: z.ZodString;
|
|
4543
5107
|
}, z.core.$strip>>;
|
|
@@ -4548,12 +5112,16 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4548
5112
|
title: z.ZodArray<z.ZodObject<{
|
|
4549
5113
|
locale: z.ZodEnum<{
|
|
4550
5114
|
de: "de";
|
|
5115
|
+
el: "el";
|
|
4551
5116
|
en: "en";
|
|
4552
5117
|
es: "es";
|
|
4553
5118
|
fr: "fr";
|
|
5119
|
+
hi: "hi";
|
|
5120
|
+
it: "it";
|
|
4554
5121
|
ka: "ka";
|
|
4555
5122
|
ru: "ru";
|
|
4556
5123
|
zh_cn: "zh_cn";
|
|
5124
|
+
pt: "pt";
|
|
4557
5125
|
}>;
|
|
4558
5126
|
value: z.ZodString;
|
|
4559
5127
|
}, z.core.$strip>>;
|
|
@@ -4561,12 +5129,16 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4561
5129
|
street: z.ZodArray<z.ZodObject<{
|
|
4562
5130
|
locale: z.ZodEnum<{
|
|
4563
5131
|
de: "de";
|
|
5132
|
+
el: "el";
|
|
4564
5133
|
en: "en";
|
|
4565
5134
|
es: "es";
|
|
4566
5135
|
fr: "fr";
|
|
5136
|
+
hi: "hi";
|
|
5137
|
+
it: "it";
|
|
4567
5138
|
ka: "ka";
|
|
4568
5139
|
ru: "ru";
|
|
4569
5140
|
zh_cn: "zh_cn";
|
|
5141
|
+
pt: "pt";
|
|
4570
5142
|
}>;
|
|
4571
5143
|
value: z.ZodString;
|
|
4572
5144
|
}, z.core.$strip>>;
|
|
@@ -4574,5 +5146,5 @@ declare const WarehouseSchema: z.ZodObject<{
|
|
|
4574
5146
|
}, z.core.$strip>;
|
|
4575
5147
|
type Warehouse = z.infer<typeof WarehouseSchema>;
|
|
4576
5148
|
|
|
4577
|
-
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 };
|
|
4578
|
-
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 };
|