@nextorders/food-schema 0.2.4 → 0.2.6

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 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>>;
@@ -1792,8 +2069,10 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
1792
2069
  md: "md";
1793
2070
  lg: "lg";
1794
2071
  xl: "xl";
2072
+ original: "original";
1795
2073
  }>;
1796
2074
  format: z.ZodEnum<{
2075
+ original: "original";
1797
2076
  jpeg: "jpeg";
1798
2077
  webp: "webp";
1799
2078
  }>;
@@ -1834,12 +2113,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
1834
2113
  title: z.ZodArray<z.ZodObject<{
1835
2114
  locale: z.ZodEnum<{
1836
2115
  de: "de";
2116
+ el: "el";
1837
2117
  en: "en";
1838
2118
  es: "es";
1839
2119
  fr: "fr";
2120
+ hi: "hi";
2121
+ it: "it";
1840
2122
  ka: "ka";
1841
2123
  ru: "ru";
1842
2124
  zh_cn: "zh_cn";
2125
+ pt: "pt";
1843
2126
  }>;
1844
2127
  value: z.ZodString;
1845
2128
  }, z.core.$strip>>;
@@ -1850,12 +2133,16 @@ declare const GatewayGetMenuResponseSchema: z.ZodObject<{
1850
2133
  title: z.ZodArray<z.ZodObject<{
1851
2134
  locale: z.ZodEnum<{
1852
2135
  de: "de";
2136
+ el: "el";
1853
2137
  en: "en";
1854
2138
  es: "es";
1855
2139
  fr: "fr";
2140
+ hi: "hi";
2141
+ it: "it";
1856
2142
  ka: "ka";
1857
2143
  ru: "ru";
1858
2144
  zh_cn: "zh_cn";
2145
+ pt: "pt";
1859
2146
  }>;
1860
2147
  value: z.ZodString;
1861
2148
  }, z.core.$strip>>;
@@ -2053,45 +2340,61 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2053
2340
  selectorTitle: z.ZodArray<z.ZodObject<{
2054
2341
  locale: z.ZodEnum<{
2055
2342
  de: "de";
2343
+ el: "el";
2056
2344
  en: "en";
2057
2345
  es: "es";
2058
2346
  fr: "fr";
2347
+ hi: "hi";
2348
+ it: "it";
2059
2349
  ka: "ka";
2060
2350
  ru: "ru";
2061
2351
  zh_cn: "zh_cn";
2352
+ pt: "pt";
2062
2353
  }>;
2063
2354
  value: z.ZodString;
2064
2355
  }, z.core.$strip>>;
2065
2356
  selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
2066
2357
  locale: z.ZodEnum<{
2067
2358
  de: "de";
2359
+ el: "el";
2068
2360
  en: "en";
2069
2361
  es: "es";
2070
2362
  fr: "fr";
2363
+ hi: "hi";
2364
+ it: "it";
2071
2365
  ka: "ka";
2072
2366
  ru: "ru";
2073
2367
  zh_cn: "zh_cn";
2368
+ pt: "pt";
2074
2369
  }>;
2075
2370
  value: z.ZodString;
2076
2371
  }, z.core.$strip>>>;
2077
2372
  logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2078
2373
  availableLocales: z.ZodArray<z.ZodEnum<{
2079
2374
  de: "de";
2375
+ el: "el";
2080
2376
  en: "en";
2081
2377
  es: "es";
2082
2378
  fr: "fr";
2379
+ hi: "hi";
2380
+ it: "it";
2083
2381
  ka: "ka";
2084
2382
  ru: "ru";
2085
2383
  zh_cn: "zh_cn";
2384
+ pt: "pt";
2086
2385
  }>>;
2087
2386
  defaultLocale: z.ZodEnum<{
2088
2387
  de: "de";
2388
+ el: "el";
2089
2389
  en: "en";
2090
2390
  es: "es";
2091
2391
  fr: "fr";
2392
+ hi: "hi";
2393
+ it: "it";
2092
2394
  ka: "ka";
2093
2395
  ru: "ru";
2094
2396
  zh_cn: "zh_cn";
2397
+ pt: "pt";
2095
2398
  }>;
2096
2399
  countryCode: z.ZodEnum<{
2097
2400
  RU: "RU";
@@ -2351,6 +2654,7 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2351
2654
  KZT: "KZT";
2352
2655
  PLN: "PLN";
2353
2656
  TRY: "TRY";
2657
+ INR: "INR";
2354
2658
  }>;
2355
2659
  headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
2356
2660
  rel: z.ZodOptional<z.ZodString>;
@@ -2374,36 +2678,48 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2374
2678
  selectorTitle: z.ZodArray<z.ZodObject<{
2375
2679
  locale: z.ZodEnum<{
2376
2680
  de: "de";
2681
+ el: "el";
2377
2682
  en: "en";
2378
2683
  es: "es";
2379
2684
  fr: "fr";
2685
+ hi: "hi";
2686
+ it: "it";
2380
2687
  ka: "ka";
2381
2688
  ru: "ru";
2382
2689
  zh_cn: "zh_cn";
2690
+ pt: "pt";
2383
2691
  }>;
2384
2692
  value: z.ZodString;
2385
2693
  }, z.core.$strip>>;
2386
2694
  title: z.ZodArray<z.ZodObject<{
2387
2695
  locale: z.ZodEnum<{
2388
2696
  de: "de";
2697
+ el: "el";
2389
2698
  en: "en";
2390
2699
  es: "es";
2391
2700
  fr: "fr";
2701
+ hi: "hi";
2702
+ it: "it";
2392
2703
  ka: "ka";
2393
2704
  ru: "ru";
2394
2705
  zh_cn: "zh_cn";
2706
+ pt: "pt";
2395
2707
  }>;
2396
2708
  value: z.ZodString;
2397
2709
  }, z.core.$strip>>;
2398
2710
  description: z.ZodOptional<z.ZodArray<z.ZodObject<{
2399
2711
  locale: z.ZodEnum<{
2400
2712
  de: "de";
2713
+ el: "el";
2401
2714
  en: "en";
2402
2715
  es: "es";
2403
2716
  fr: "fr";
2717
+ hi: "hi";
2718
+ it: "it";
2404
2719
  ka: "ka";
2405
2720
  ru: "ru";
2406
2721
  zh_cn: "zh_cn";
2722
+ pt: "pt";
2407
2723
  }>;
2408
2724
  value: z.ZodString;
2409
2725
  }, z.core.$strip>>>;
@@ -2445,12 +2761,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2445
2761
  title: z.ZodArray<z.ZodObject<{
2446
2762
  locale: z.ZodEnum<{
2447
2763
  de: "de";
2764
+ el: "el";
2448
2765
  en: "en";
2449
2766
  es: "es";
2450
2767
  fr: "fr";
2768
+ hi: "hi";
2769
+ it: "it";
2451
2770
  ka: "ka";
2452
2771
  ru: "ru";
2453
2772
  zh_cn: "zh_cn";
2773
+ pt: "pt";
2454
2774
  }>;
2455
2775
  value: z.ZodString;
2456
2776
  }, z.core.$strip>>;
@@ -2463,12 +2783,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2463
2783
  conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2464
2784
  locale: z.ZodEnum<{
2465
2785
  de: "de";
2786
+ el: "el";
2466
2787
  en: "en";
2467
2788
  es: "es";
2468
2789
  fr: "fr";
2790
+ hi: "hi";
2791
+ it: "it";
2469
2792
  ka: "ka";
2470
2793
  ru: "ru";
2471
2794
  zh_cn: "zh_cn";
2795
+ pt: "pt";
2472
2796
  }>;
2473
2797
  value: z.ZodString;
2474
2798
  }, z.core.$strip>>>;
@@ -2491,12 +2815,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2491
2815
  comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
2492
2816
  locale: z.ZodEnum<{
2493
2817
  de: "de";
2818
+ el: "el";
2494
2819
  en: "en";
2495
2820
  es: "es";
2496
2821
  fr: "fr";
2822
+ hi: "hi";
2823
+ it: "it";
2497
2824
  ka: "ka";
2498
2825
  ru: "ru";
2499
2826
  zh_cn: "zh_cn";
2827
+ pt: "pt";
2500
2828
  }>;
2501
2829
  value: z.ZodString;
2502
2830
  }, z.core.$strip>>>;
@@ -2509,12 +2837,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2509
2837
  title: z.ZodArray<z.ZodObject<{
2510
2838
  locale: z.ZodEnum<{
2511
2839
  de: "de";
2840
+ el: "el";
2512
2841
  en: "en";
2513
2842
  es: "es";
2514
2843
  fr: "fr";
2844
+ hi: "hi";
2845
+ it: "it";
2515
2846
  ka: "ka";
2516
2847
  ru: "ru";
2517
2848
  zh_cn: "zh_cn";
2849
+ pt: "pt";
2518
2850
  }>;
2519
2851
  value: z.ZodString;
2520
2852
  }, z.core.$strip>>;
@@ -2527,12 +2859,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2527
2859
  conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
2528
2860
  locale: z.ZodEnum<{
2529
2861
  de: "de";
2862
+ el: "el";
2530
2863
  en: "en";
2531
2864
  es: "es";
2532
2865
  fr: "fr";
2866
+ hi: "hi";
2867
+ it: "it";
2533
2868
  ka: "ka";
2534
2869
  ru: "ru";
2535
2870
  zh_cn: "zh_cn";
2871
+ pt: "pt";
2536
2872
  }>;
2537
2873
  value: z.ZodString;
2538
2874
  }, z.core.$strip>>>;
@@ -2554,12 +2890,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2554
2890
  comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
2555
2891
  locale: z.ZodEnum<{
2556
2892
  de: "de";
2893
+ el: "el";
2557
2894
  en: "en";
2558
2895
  es: "es";
2559
2896
  fr: "fr";
2897
+ hi: "hi";
2898
+ it: "it";
2560
2899
  ka: "ka";
2561
2900
  ru: "ru";
2562
2901
  zh_cn: "zh_cn";
2902
+ pt: "pt";
2563
2903
  }>;
2564
2904
  value: z.ZodString;
2565
2905
  }, z.core.$strip>>>;
@@ -2569,12 +2909,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2569
2909
  title: z.ZodArray<z.ZodObject<{
2570
2910
  locale: z.ZodEnum<{
2571
2911
  de: "de";
2912
+ el: "el";
2572
2913
  en: "en";
2573
2914
  es: "es";
2574
2915
  fr: "fr";
2916
+ hi: "hi";
2917
+ it: "it";
2575
2918
  ka: "ka";
2576
2919
  ru: "ru";
2577
2920
  zh_cn: "zh_cn";
2921
+ pt: "pt";
2578
2922
  }>;
2579
2923
  value: z.ZodString;
2580
2924
  }, z.core.$strip>>;
@@ -2582,12 +2926,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2582
2926
  street: z.ZodArray<z.ZodObject<{
2583
2927
  locale: z.ZodEnum<{
2584
2928
  de: "de";
2929
+ el: "el";
2585
2930
  en: "en";
2586
2931
  es: "es";
2587
2932
  fr: "fr";
2933
+ hi: "hi";
2934
+ it: "it";
2588
2935
  ka: "ka";
2589
2936
  ru: "ru";
2590
2937
  zh_cn: "zh_cn";
2938
+ pt: "pt";
2591
2939
  }>;
2592
2940
  value: z.ZodString;
2593
2941
  }, z.core.$strip>>;
@@ -2597,12 +2945,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2597
2945
  copyright: z.ZodOptional<z.ZodArray<z.ZodObject<{
2598
2946
  locale: z.ZodEnum<{
2599
2947
  de: "de";
2948
+ el: "el";
2600
2949
  en: "en";
2601
2950
  es: "es";
2602
2951
  fr: "fr";
2952
+ hi: "hi";
2953
+ it: "it";
2603
2954
  ka: "ka";
2604
2955
  ru: "ru";
2605
2956
  zh_cn: "zh_cn";
2957
+ pt: "pt";
2606
2958
  }>;
2607
2959
  value: z.ZodString;
2608
2960
  }, z.core.$strip>>>;
@@ -2612,12 +2964,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2612
2964
  label: z.ZodOptional<z.ZodArray<z.ZodObject<{
2613
2965
  locale: z.ZodEnum<{
2614
2966
  de: "de";
2967
+ el: "el";
2615
2968
  en: "en";
2616
2969
  es: "es";
2617
2970
  fr: "fr";
2971
+ hi: "hi";
2972
+ it: "it";
2618
2973
  ka: "ka";
2619
2974
  ru: "ru";
2620
2975
  zh_cn: "zh_cn";
2976
+ pt: "pt";
2621
2977
  }>;
2622
2978
  value: z.ZodString;
2623
2979
  }, z.core.$strip>>>;
@@ -2629,12 +2985,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2629
2985
  label: z.ZodOptional<z.ZodArray<z.ZodObject<{
2630
2986
  locale: z.ZodEnum<{
2631
2987
  de: "de";
2988
+ el: "el";
2632
2989
  en: "en";
2633
2990
  es: "es";
2634
2991
  fr: "fr";
2992
+ hi: "hi";
2993
+ it: "it";
2635
2994
  ka: "ka";
2636
2995
  ru: "ru";
2637
2996
  zh_cn: "zh_cn";
2997
+ pt: "pt";
2638
2998
  }>;
2639
2999
  value: z.ZodString;
2640
3000
  }, z.core.$strip>>>;
@@ -2646,12 +3006,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2646
3006
  label: z.ZodOptional<z.ZodArray<z.ZodObject<{
2647
3007
  locale: z.ZodEnum<{
2648
3008
  de: "de";
3009
+ el: "el";
2649
3010
  en: "en";
2650
3011
  es: "es";
2651
3012
  fr: "fr";
3013
+ hi: "hi";
3014
+ it: "it";
2652
3015
  ka: "ka";
2653
3016
  ru: "ru";
2654
3017
  zh_cn: "zh_cn";
3018
+ pt: "pt";
2655
3019
  }>;
2656
3020
  value: z.ZodString;
2657
3021
  }, z.core.$strip>>>;
@@ -2819,6 +3183,59 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2819
3183
  totalPrice: z.ZodNumber;
2820
3184
  }, z.core.$strip>>;
2821
3185
  }, z.core.$strip>;
3186
+ }, z.core.$strip>, z.ZodObject<{
3187
+ ok: z.ZodBoolean;
3188
+ error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3189
+ type: z.ZodLiteral<"completeOrder">;
3190
+ result: z.ZodObject<{
3191
+ id: z.ZodString;
3192
+ status: z.ZodEnum<{
3193
+ draft: "draft";
3194
+ created: "created";
3195
+ ready: "ready";
3196
+ delivered: "delivered";
3197
+ }>;
3198
+ createdAt: z.ZodString;
3199
+ readyBy: z.ZodString;
3200
+ readyType: z.ZodEnum<{
3201
+ asap: "asap";
3202
+ scheduled: "scheduled";
3203
+ }>;
3204
+ deliveryMethod: z.ZodEnum<{
3205
+ deliveryByCourier: "deliveryByCourier";
3206
+ selfPickup: "selfPickup";
3207
+ }>;
3208
+ address: z.ZodUnion<readonly [z.ZodObject<{
3209
+ type: z.ZodLiteral<"deliveryAddress">;
3210
+ street: z.ZodString;
3211
+ flat: z.ZodOptional<z.ZodString>;
3212
+ intercom: z.ZodOptional<z.ZodString>;
3213
+ entrance: z.ZodOptional<z.ZodString>;
3214
+ floor: z.ZodOptional<z.ZodString>;
3215
+ addressNote: z.ZodOptional<z.ZodString>;
3216
+ }, z.core.$strip>, z.ZodObject<{
3217
+ type: z.ZodLiteral<"warehouseAddress">;
3218
+ id: z.ZodString;
3219
+ }, z.core.$strip>]>;
3220
+ paymentMethodId: z.ZodString;
3221
+ changeFrom: z.ZodOptional<z.ZodNumber>;
3222
+ totalPrice: z.ZodNumber;
3223
+ name: z.ZodString;
3224
+ phone: z.ZodString;
3225
+ note: z.ZodOptional<z.ZodString>;
3226
+ items: z.ZodArray<z.ZodObject<{
3227
+ id: z.ZodString;
3228
+ orderId: z.ZodString;
3229
+ productId: z.ZodString;
3230
+ productSlug: z.ZodString;
3231
+ categoryId: z.ZodString;
3232
+ categorySlug: z.ZodString;
3233
+ variantId: z.ZodString;
3234
+ quantity: z.ZodNumber;
3235
+ unitPrice: z.ZodNumber;
3236
+ totalPrice: z.ZodNumber;
3237
+ }, z.core.$strip>>;
3238
+ }, z.core.$strip>;
2822
3239
  }, z.core.$strip>, z.ZodObject<{
2823
3240
  ok: z.ZodBoolean;
2824
3241
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2988,12 +3405,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2988
3405
  title: z.ZodArray<z.ZodObject<{
2989
3406
  locale: z.ZodEnum<{
2990
3407
  de: "de";
3408
+ el: "el";
2991
3409
  en: "en";
2992
3410
  es: "es";
2993
3411
  fr: "fr";
3412
+ hi: "hi";
3413
+ it: "it";
2994
3414
  ka: "ka";
2995
3415
  ru: "ru";
2996
3416
  zh_cn: "zh_cn";
3417
+ pt: "pt";
2997
3418
  }>;
2998
3419
  value: z.ZodString;
2999
3420
  }, z.core.$strip>>;
@@ -3004,12 +3425,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3004
3425
  title: z.ZodArray<z.ZodObject<{
3005
3426
  locale: z.ZodEnum<{
3006
3427
  de: "de";
3428
+ el: "el";
3007
3429
  en: "en";
3008
3430
  es: "es";
3009
3431
  fr: "fr";
3432
+ hi: "hi";
3433
+ it: "it";
3010
3434
  ka: "ka";
3011
3435
  ru: "ru";
3012
3436
  zh_cn: "zh_cn";
3437
+ pt: "pt";
3013
3438
  }>;
3014
3439
  value: z.ZodString;
3015
3440
  }, z.core.$strip>>;
@@ -3020,24 +3445,32 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3020
3445
  title: z.ZodArray<z.ZodObject<{
3021
3446
  locale: z.ZodEnum<{
3022
3447
  de: "de";
3448
+ el: "el";
3023
3449
  en: "en";
3024
3450
  es: "es";
3025
3451
  fr: "fr";
3452
+ hi: "hi";
3453
+ it: "it";
3026
3454
  ka: "ka";
3027
3455
  ru: "ru";
3028
3456
  zh_cn: "zh_cn";
3457
+ pt: "pt";
3029
3458
  }>;
3030
3459
  value: z.ZodString;
3031
3460
  }, z.core.$strip>>;
3032
3461
  description: z.ZodOptional<z.ZodArray<z.ZodObject<{
3033
3462
  locale: z.ZodEnum<{
3034
3463
  de: "de";
3464
+ el: "el";
3035
3465
  en: "en";
3036
3466
  es: "es";
3037
3467
  fr: "fr";
3468
+ hi: "hi";
3469
+ it: "it";
3038
3470
  ka: "ka";
3039
3471
  ru: "ru";
3040
3472
  zh_cn: "zh_cn";
3473
+ pt: "pt";
3041
3474
  }>;
3042
3475
  value: z.ZodString;
3043
3476
  }, z.core.$strip>>>;
@@ -3048,12 +3481,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3048
3481
  title: z.ZodArray<z.ZodObject<{
3049
3482
  locale: z.ZodEnum<{
3050
3483
  de: "de";
3484
+ el: "el";
3051
3485
  en: "en";
3052
3486
  es: "es";
3053
3487
  fr: "fr";
3488
+ hi: "hi";
3489
+ it: "it";
3054
3490
  ka: "ka";
3055
3491
  ru: "ru";
3056
3492
  zh_cn: "zh_cn";
3493
+ pt: "pt";
3057
3494
  }>;
3058
3495
  value: z.ZodString;
3059
3496
  }, z.core.$strip>>;
@@ -3066,8 +3503,10 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3066
3503
  md: "md";
3067
3504
  lg: "lg";
3068
3505
  xl: "xl";
3506
+ original: "original";
3069
3507
  }>;
3070
3508
  format: z.ZodEnum<{
3509
+ original: "original";
3071
3510
  jpeg: "jpeg";
3072
3511
  webp: "webp";
3073
3512
  }>;
@@ -3108,12 +3547,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3108
3547
  title: z.ZodArray<z.ZodObject<{
3109
3548
  locale: z.ZodEnum<{
3110
3549
  de: "de";
3550
+ el: "el";
3111
3551
  en: "en";
3112
3552
  es: "es";
3113
3553
  fr: "fr";
3554
+ hi: "hi";
3555
+ it: "it";
3114
3556
  ka: "ka";
3115
3557
  ru: "ru";
3116
3558
  zh_cn: "zh_cn";
3559
+ pt: "pt";
3117
3560
  }>;
3118
3561
  value: z.ZodString;
3119
3562
  }, z.core.$strip>>;
@@ -3124,12 +3567,16 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3124
3567
  title: z.ZodArray<z.ZodObject<{
3125
3568
  locale: z.ZodEnum<{
3126
3569
  de: "de";
3570
+ el: "el";
3127
3571
  en: "en";
3128
3572
  es: "es";
3129
3573
  fr: "fr";
3574
+ hi: "hi";
3575
+ it: "it";
3130
3576
  ka: "ka";
3131
3577
  ru: "ru";
3132
3578
  zh_cn: "zh_cn";
3579
+ pt: "pt";
3133
3580
  }>;
3134
3581
  value: z.ZodString;
3135
3582
  }, z.core.$strip>>;
@@ -3284,6 +3731,7 @@ declare const GatewayResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3284
3731
  type GatewayResponse = z.infer<typeof GatewayResponseSchema>;
3285
3732
 
3286
3733
  declare const ImageFormatSchema: z.ZodEnum<{
3734
+ original: "original";
3287
3735
  jpeg: "jpeg";
3288
3736
  webp: "webp";
3289
3737
  }>;
@@ -3302,6 +3750,7 @@ declare const ImageSizeSchema: z.ZodEnum<{
3302
3750
  md: "md";
3303
3751
  lg: "lg";
3304
3752
  xl: "xl";
3753
+ original: "original";
3305
3754
  }>;
3306
3755
  type ImageSize = z.infer<typeof ImageSizeSchema>;
3307
3756
  declare const ImageSchema: z.ZodObject<{
@@ -3313,8 +3762,10 @@ declare const ImageSchema: z.ZodObject<{
3313
3762
  md: "md";
3314
3763
  lg: "lg";
3315
3764
  xl: "xl";
3765
+ original: "original";
3316
3766
  }>;
3317
3767
  format: z.ZodEnum<{
3768
+ original: "original";
3318
3769
  jpeg: "jpeg";
3319
3770
  webp: "webp";
3320
3771
  }>;
@@ -3327,12 +3778,16 @@ declare const MenuCategorySchema: z.ZodObject<{
3327
3778
  title: z.ZodArray<z.ZodObject<{
3328
3779
  locale: z.ZodEnum<{
3329
3780
  de: "de";
3781
+ el: "el";
3330
3782
  en: "en";
3331
3783
  es: "es";
3332
3784
  fr: "fr";
3785
+ hi: "hi";
3786
+ it: "it";
3333
3787
  ka: "ka";
3334
3788
  ru: "ru";
3335
3789
  zh_cn: "zh_cn";
3790
+ pt: "pt";
3336
3791
  }>;
3337
3792
  value: z.ZodString;
3338
3793
  }, z.core.$strip>>;
@@ -3343,24 +3798,32 @@ declare const MenuCategorySchema: z.ZodObject<{
3343
3798
  title: z.ZodArray<z.ZodObject<{
3344
3799
  locale: z.ZodEnum<{
3345
3800
  de: "de";
3801
+ el: "el";
3346
3802
  en: "en";
3347
3803
  es: "es";
3348
3804
  fr: "fr";
3805
+ hi: "hi";
3806
+ it: "it";
3349
3807
  ka: "ka";
3350
3808
  ru: "ru";
3351
3809
  zh_cn: "zh_cn";
3810
+ pt: "pt";
3352
3811
  }>;
3353
3812
  value: z.ZodString;
3354
3813
  }, z.core.$strip>>;
3355
3814
  description: z.ZodOptional<z.ZodArray<z.ZodObject<{
3356
3815
  locale: z.ZodEnum<{
3357
3816
  de: "de";
3817
+ el: "el";
3358
3818
  en: "en";
3359
3819
  es: "es";
3360
3820
  fr: "fr";
3821
+ hi: "hi";
3822
+ it: "it";
3361
3823
  ka: "ka";
3362
3824
  ru: "ru";
3363
3825
  zh_cn: "zh_cn";
3826
+ pt: "pt";
3364
3827
  }>;
3365
3828
  value: z.ZodString;
3366
3829
  }, z.core.$strip>>>;
@@ -3371,12 +3834,16 @@ declare const MenuCategorySchema: z.ZodObject<{
3371
3834
  title: z.ZodArray<z.ZodObject<{
3372
3835
  locale: z.ZodEnum<{
3373
3836
  de: "de";
3837
+ el: "el";
3374
3838
  en: "en";
3375
3839
  es: "es";
3376
3840
  fr: "fr";
3841
+ hi: "hi";
3842
+ it: "it";
3377
3843
  ka: "ka";
3378
3844
  ru: "ru";
3379
3845
  zh_cn: "zh_cn";
3846
+ pt: "pt";
3380
3847
  }>;
3381
3848
  value: z.ZodString;
3382
3849
  }, z.core.$strip>>;
@@ -3389,8 +3856,10 @@ declare const MenuCategorySchema: z.ZodObject<{
3389
3856
  md: "md";
3390
3857
  lg: "lg";
3391
3858
  xl: "xl";
3859
+ original: "original";
3392
3860
  }>;
3393
3861
  format: z.ZodEnum<{
3862
+ original: "original";
3394
3863
  jpeg: "jpeg";
3395
3864
  webp: "webp";
3396
3865
  }>;
@@ -3431,12 +3900,16 @@ declare const MenuCategorySchema: z.ZodObject<{
3431
3900
  title: z.ZodArray<z.ZodObject<{
3432
3901
  locale: z.ZodEnum<{
3433
3902
  de: "de";
3903
+ el: "el";
3434
3904
  en: "en";
3435
3905
  es: "es";
3436
3906
  fr: "fr";
3907
+ hi: "hi";
3908
+ it: "it";
3437
3909
  ka: "ka";
3438
3910
  ru: "ru";
3439
3911
  zh_cn: "zh_cn";
3912
+ pt: "pt";
3440
3913
  }>;
3441
3914
  value: z.ZodString;
3442
3915
  }, z.core.$strip>>;
@@ -3447,12 +3920,16 @@ declare const MenuCategorySchema: z.ZodObject<{
3447
3920
  title: z.ZodArray<z.ZodObject<{
3448
3921
  locale: z.ZodEnum<{
3449
3922
  de: "de";
3923
+ el: "el";
3450
3924
  en: "en";
3451
3925
  es: "es";
3452
3926
  fr: "fr";
3927
+ hi: "hi";
3928
+ it: "it";
3453
3929
  ka: "ka";
3454
3930
  ru: "ru";
3455
3931
  zh_cn: "zh_cn";
3932
+ pt: "pt";
3456
3933
  }>;
3457
3934
  value: z.ZodString;
3458
3935
  }, z.core.$strip>>;
@@ -3471,12 +3948,16 @@ declare const MenuSchema: z.ZodObject<{
3471
3948
  title: z.ZodArray<z.ZodObject<{
3472
3949
  locale: z.ZodEnum<{
3473
3950
  de: "de";
3951
+ el: "el";
3474
3952
  en: "en";
3475
3953
  es: "es";
3476
3954
  fr: "fr";
3955
+ hi: "hi";
3956
+ it: "it";
3477
3957
  ka: "ka";
3478
3958
  ru: "ru";
3479
3959
  zh_cn: "zh_cn";
3960
+ pt: "pt";
3480
3961
  }>;
3481
3962
  value: z.ZodString;
3482
3963
  }, z.core.$strip>>;
@@ -3487,12 +3968,16 @@ declare const MenuSchema: z.ZodObject<{
3487
3968
  title: z.ZodArray<z.ZodObject<{
3488
3969
  locale: z.ZodEnum<{
3489
3970
  de: "de";
3971
+ el: "el";
3490
3972
  en: "en";
3491
3973
  es: "es";
3492
3974
  fr: "fr";
3975
+ hi: "hi";
3976
+ it: "it";
3493
3977
  ka: "ka";
3494
3978
  ru: "ru";
3495
3979
  zh_cn: "zh_cn";
3980
+ pt: "pt";
3496
3981
  }>;
3497
3982
  value: z.ZodString;
3498
3983
  }, z.core.$strip>>;
@@ -3503,24 +3988,32 @@ declare const MenuSchema: z.ZodObject<{
3503
3988
  title: z.ZodArray<z.ZodObject<{
3504
3989
  locale: z.ZodEnum<{
3505
3990
  de: "de";
3991
+ el: "el";
3506
3992
  en: "en";
3507
3993
  es: "es";
3508
3994
  fr: "fr";
3995
+ hi: "hi";
3996
+ it: "it";
3509
3997
  ka: "ka";
3510
3998
  ru: "ru";
3511
3999
  zh_cn: "zh_cn";
4000
+ pt: "pt";
3512
4001
  }>;
3513
4002
  value: z.ZodString;
3514
4003
  }, z.core.$strip>>;
3515
4004
  description: z.ZodOptional<z.ZodArray<z.ZodObject<{
3516
4005
  locale: z.ZodEnum<{
3517
4006
  de: "de";
4007
+ el: "el";
3518
4008
  en: "en";
3519
4009
  es: "es";
3520
4010
  fr: "fr";
4011
+ hi: "hi";
4012
+ it: "it";
3521
4013
  ka: "ka";
3522
4014
  ru: "ru";
3523
4015
  zh_cn: "zh_cn";
4016
+ pt: "pt";
3524
4017
  }>;
3525
4018
  value: z.ZodString;
3526
4019
  }, z.core.$strip>>>;
@@ -3531,12 +4024,16 @@ declare const MenuSchema: z.ZodObject<{
3531
4024
  title: z.ZodArray<z.ZodObject<{
3532
4025
  locale: z.ZodEnum<{
3533
4026
  de: "de";
4027
+ el: "el";
3534
4028
  en: "en";
3535
4029
  es: "es";
3536
4030
  fr: "fr";
4031
+ hi: "hi";
4032
+ it: "it";
3537
4033
  ka: "ka";
3538
4034
  ru: "ru";
3539
4035
  zh_cn: "zh_cn";
4036
+ pt: "pt";
3540
4037
  }>;
3541
4038
  value: z.ZodString;
3542
4039
  }, z.core.$strip>>;
@@ -3549,8 +4046,10 @@ declare const MenuSchema: z.ZodObject<{
3549
4046
  md: "md";
3550
4047
  lg: "lg";
3551
4048
  xl: "xl";
4049
+ original: "original";
3552
4050
  }>;
3553
4051
  format: z.ZodEnum<{
4052
+ original: "original";
3554
4053
  jpeg: "jpeg";
3555
4054
  webp: "webp";
3556
4055
  }>;
@@ -3591,12 +4090,16 @@ declare const MenuSchema: z.ZodObject<{
3591
4090
  title: z.ZodArray<z.ZodObject<{
3592
4091
  locale: z.ZodEnum<{
3593
4092
  de: "de";
4093
+ el: "el";
3594
4094
  en: "en";
3595
4095
  es: "es";
3596
4096
  fr: "fr";
4097
+ hi: "hi";
4098
+ it: "it";
3597
4099
  ka: "ka";
3598
4100
  ru: "ru";
3599
4101
  zh_cn: "zh_cn";
4102
+ pt: "pt";
3600
4103
  }>;
3601
4104
  value: z.ZodString;
3602
4105
  }, z.core.$strip>>;
@@ -3607,12 +4110,16 @@ declare const MenuSchema: z.ZodObject<{
3607
4110
  title: z.ZodArray<z.ZodObject<{
3608
4111
  locale: z.ZodEnum<{
3609
4112
  de: "de";
4113
+ el: "el";
3610
4114
  en: "en";
3611
4115
  es: "es";
3612
4116
  fr: "fr";
4117
+ hi: "hi";
4118
+ it: "it";
3613
4119
  ka: "ka";
3614
4120
  ru: "ru";
3615
4121
  zh_cn: "zh_cn";
4122
+ pt: "pt";
3616
4123
  }>;
3617
4124
  value: z.ZodString;
3618
4125
  }, z.core.$strip>>;
@@ -3631,45 +4138,61 @@ declare const OptionsSchema: z.ZodObject<{
3631
4138
  selectorTitle: z.ZodArray<z.ZodObject<{
3632
4139
  locale: z.ZodEnum<{
3633
4140
  de: "de";
4141
+ el: "el";
3634
4142
  en: "en";
3635
4143
  es: "es";
3636
4144
  fr: "fr";
4145
+ hi: "hi";
4146
+ it: "it";
3637
4147
  ka: "ka";
3638
4148
  ru: "ru";
3639
4149
  zh_cn: "zh_cn";
4150
+ pt: "pt";
3640
4151
  }>;
3641
4152
  value: z.ZodString;
3642
4153
  }, z.core.$strip>>;
3643
4154
  selectorDescription: z.ZodOptional<z.ZodArray<z.ZodObject<{
3644
4155
  locale: z.ZodEnum<{
3645
4156
  de: "de";
4157
+ el: "el";
3646
4158
  en: "en";
3647
4159
  es: "es";
3648
4160
  fr: "fr";
4161
+ hi: "hi";
4162
+ it: "it";
3649
4163
  ka: "ka";
3650
4164
  ru: "ru";
3651
4165
  zh_cn: "zh_cn";
4166
+ pt: "pt";
3652
4167
  }>;
3653
4168
  value: z.ZodString;
3654
4169
  }, z.core.$strip>>>;
3655
4170
  logoUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3656
4171
  availableLocales: z.ZodArray<z.ZodEnum<{
3657
4172
  de: "de";
4173
+ el: "el";
3658
4174
  en: "en";
3659
4175
  es: "es";
3660
4176
  fr: "fr";
4177
+ hi: "hi";
4178
+ it: "it";
3661
4179
  ka: "ka";
3662
4180
  ru: "ru";
3663
4181
  zh_cn: "zh_cn";
4182
+ pt: "pt";
3664
4183
  }>>;
3665
4184
  defaultLocale: z.ZodEnum<{
3666
4185
  de: "de";
4186
+ el: "el";
3667
4187
  en: "en";
3668
4188
  es: "es";
3669
4189
  fr: "fr";
4190
+ hi: "hi";
4191
+ it: "it";
3670
4192
  ka: "ka";
3671
4193
  ru: "ru";
3672
4194
  zh_cn: "zh_cn";
4195
+ pt: "pt";
3673
4196
  }>;
3674
4197
  countryCode: z.ZodEnum<{
3675
4198
  RU: "RU";
@@ -3929,6 +4452,7 @@ declare const OptionsSchema: z.ZodObject<{
3929
4452
  KZT: "KZT";
3930
4453
  PLN: "PLN";
3931
4454
  TRY: "TRY";
4455
+ INR: "INR";
3932
4456
  }>;
3933
4457
  headLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
3934
4458
  rel: z.ZodOptional<z.ZodString>;
@@ -4061,12 +4585,16 @@ declare const PaymentMethodSchema: z.ZodObject<{
4061
4585
  title: z.ZodArray<z.ZodObject<{
4062
4586
  locale: z.ZodEnum<{
4063
4587
  de: "de";
4588
+ el: "el";
4064
4589
  en: "en";
4065
4590
  es: "es";
4066
4591
  fr: "fr";
4592
+ hi: "hi";
4593
+ it: "it";
4067
4594
  ka: "ka";
4068
4595
  ru: "ru";
4069
4596
  zh_cn: "zh_cn";
4597
+ pt: "pt";
4070
4598
  }>;
4071
4599
  value: z.ZodString;
4072
4600
  }, z.core.$strip>>;
@@ -4090,12 +4618,16 @@ declare const ProductBadgeSchema: z.ZodObject<{
4090
4618
  title: z.ZodArray<z.ZodObject<{
4091
4619
  locale: z.ZodEnum<{
4092
4620
  de: "de";
4621
+ el: "el";
4093
4622
  en: "en";
4094
4623
  es: "es";
4095
4624
  fr: "fr";
4625
+ hi: "hi";
4626
+ it: "it";
4096
4627
  ka: "ka";
4097
4628
  ru: "ru";
4098
4629
  zh_cn: "zh_cn";
4630
+ pt: "pt";
4099
4631
  }>;
4100
4632
  value: z.ZodString;
4101
4633
  }, z.core.$strip>>;
@@ -4106,12 +4638,16 @@ declare const ProductVariantSchema: z.ZodObject<{
4106
4638
  title: z.ZodArray<z.ZodObject<{
4107
4639
  locale: z.ZodEnum<{
4108
4640
  de: "de";
4641
+ el: "el";
4109
4642
  en: "en";
4110
4643
  es: "es";
4111
4644
  fr: "fr";
4645
+ hi: "hi";
4646
+ it: "it";
4112
4647
  ka: "ka";
4113
4648
  ru: "ru";
4114
4649
  zh_cn: "zh_cn";
4650
+ pt: "pt";
4115
4651
  }>;
4116
4652
  value: z.ZodString;
4117
4653
  }, z.core.$strip>>;
@@ -4124,8 +4660,10 @@ declare const ProductVariantSchema: z.ZodObject<{
4124
4660
  md: "md";
4125
4661
  lg: "lg";
4126
4662
  xl: "xl";
4663
+ original: "original";
4127
4664
  }>;
4128
4665
  format: z.ZodEnum<{
4666
+ original: "original";
4129
4667
  jpeg: "jpeg";
4130
4668
  webp: "webp";
4131
4669
  }>;
@@ -4167,12 +4705,16 @@ declare const CompositionIngredientSchema: z.ZodObject<{
4167
4705
  title: z.ZodArray<z.ZodObject<{
4168
4706
  locale: z.ZodEnum<{
4169
4707
  de: "de";
4708
+ el: "el";
4170
4709
  en: "en";
4171
4710
  es: "es";
4172
4711
  fr: "fr";
4712
+ hi: "hi";
4713
+ it: "it";
4173
4714
  ka: "ka";
4174
4715
  ru: "ru";
4175
4716
  zh_cn: "zh_cn";
4717
+ pt: "pt";
4176
4718
  }>;
4177
4719
  value: z.ZodString;
4178
4720
  }, z.core.$strip>>;
@@ -4194,12 +4736,16 @@ declare const ProductCompositionSchema: z.ZodObject<{
4194
4736
  title: z.ZodArray<z.ZodObject<{
4195
4737
  locale: z.ZodEnum<{
4196
4738
  de: "de";
4739
+ el: "el";
4197
4740
  en: "en";
4198
4741
  es: "es";
4199
4742
  fr: "fr";
4743
+ hi: "hi";
4744
+ it: "it";
4200
4745
  ka: "ka";
4201
4746
  ru: "ru";
4202
4747
  zh_cn: "zh_cn";
4748
+ pt: "pt";
4203
4749
  }>;
4204
4750
  value: z.ZodString;
4205
4751
  }, z.core.$strip>>;
@@ -4212,24 +4758,32 @@ declare const ProductSchema: z.ZodObject<{
4212
4758
  title: z.ZodArray<z.ZodObject<{
4213
4759
  locale: z.ZodEnum<{
4214
4760
  de: "de";
4761
+ el: "el";
4215
4762
  en: "en";
4216
4763
  es: "es";
4217
4764
  fr: "fr";
4765
+ hi: "hi";
4766
+ it: "it";
4218
4767
  ka: "ka";
4219
4768
  ru: "ru";
4220
4769
  zh_cn: "zh_cn";
4770
+ pt: "pt";
4221
4771
  }>;
4222
4772
  value: z.ZodString;
4223
4773
  }, z.core.$strip>>;
4224
4774
  description: z.ZodOptional<z.ZodArray<z.ZodObject<{
4225
4775
  locale: z.ZodEnum<{
4226
4776
  de: "de";
4777
+ el: "el";
4227
4778
  en: "en";
4228
4779
  es: "es";
4229
4780
  fr: "fr";
4781
+ hi: "hi";
4782
+ it: "it";
4230
4783
  ka: "ka";
4231
4784
  ru: "ru";
4232
4785
  zh_cn: "zh_cn";
4786
+ pt: "pt";
4233
4787
  }>;
4234
4788
  value: z.ZodString;
4235
4789
  }, z.core.$strip>>>;
@@ -4240,12 +4794,16 @@ declare const ProductSchema: z.ZodObject<{
4240
4794
  title: z.ZodArray<z.ZodObject<{
4241
4795
  locale: z.ZodEnum<{
4242
4796
  de: "de";
4797
+ el: "el";
4243
4798
  en: "en";
4244
4799
  es: "es";
4245
4800
  fr: "fr";
4801
+ hi: "hi";
4802
+ it: "it";
4246
4803
  ka: "ka";
4247
4804
  ru: "ru";
4248
4805
  zh_cn: "zh_cn";
4806
+ pt: "pt";
4249
4807
  }>;
4250
4808
  value: z.ZodString;
4251
4809
  }, z.core.$strip>>;
@@ -4258,8 +4816,10 @@ declare const ProductSchema: z.ZodObject<{
4258
4816
  md: "md";
4259
4817
  lg: "lg";
4260
4818
  xl: "xl";
4819
+ original: "original";
4261
4820
  }>;
4262
4821
  format: z.ZodEnum<{
4822
+ original: "original";
4263
4823
  jpeg: "jpeg";
4264
4824
  webp: "webp";
4265
4825
  }>;
@@ -4300,12 +4860,16 @@ declare const ProductSchema: z.ZodObject<{
4300
4860
  title: z.ZodArray<z.ZodObject<{
4301
4861
  locale: z.ZodEnum<{
4302
4862
  de: "de";
4863
+ el: "el";
4303
4864
  en: "en";
4304
4865
  es: "es";
4305
4866
  fr: "fr";
4867
+ hi: "hi";
4868
+ it: "it";
4306
4869
  ka: "ka";
4307
4870
  ru: "ru";
4308
4871
  zh_cn: "zh_cn";
4872
+ pt: "pt";
4309
4873
  }>;
4310
4874
  value: z.ZodString;
4311
4875
  }, z.core.$strip>>;
@@ -4316,12 +4880,16 @@ declare const ProductSchema: z.ZodObject<{
4316
4880
  title: z.ZodArray<z.ZodObject<{
4317
4881
  locale: z.ZodEnum<{
4318
4882
  de: "de";
4883
+ el: "el";
4319
4884
  en: "en";
4320
4885
  es: "es";
4321
4886
  fr: "fr";
4887
+ hi: "hi";
4888
+ it: "it";
4322
4889
  ka: "ka";
4323
4890
  ru: "ru";
4324
4891
  zh_cn: "zh_cn";
4892
+ pt: "pt";
4325
4893
  }>;
4326
4894
  value: z.ZodString;
4327
4895
  }, z.core.$strip>>;
@@ -4398,12 +4966,16 @@ declare const DayScheduleSchema: z.ZodObject<{
4398
4966
  comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
4399
4967
  locale: z.ZodEnum<{
4400
4968
  de: "de";
4969
+ el: "el";
4401
4970
  en: "en";
4402
4971
  es: "es";
4403
4972
  fr: "fr";
4973
+ hi: "hi";
4974
+ it: "it";
4404
4975
  ka: "ka";
4405
4976
  ru: "ru";
4406
4977
  zh_cn: "zh_cn";
4978
+ pt: "pt";
4407
4979
  }>;
4408
4980
  value: z.ZodString;
4409
4981
  }, z.core.$strip>>>;
@@ -4427,12 +4999,16 @@ declare const ScheduleSchema: z.ZodArray<z.ZodObject<{
4427
4999
  comment: z.ZodOptional<z.ZodArray<z.ZodObject<{
4428
5000
  locale: z.ZodEnum<{
4429
5001
  de: "de";
5002
+ el: "el";
4430
5003
  en: "en";
4431
5004
  es: "es";
4432
5005
  fr: "fr";
5006
+ hi: "hi";
5007
+ it: "it";
4433
5008
  ka: "ka";
4434
5009
  ru: "ru";
4435
5010
  zh_cn: "zh_cn";
5011
+ pt: "pt";
4436
5012
  }>;
4437
5013
  value: z.ZodString;
4438
5014
  }, z.core.$strip>>>;
@@ -4532,12 +5108,16 @@ declare const WarehouseAddressSchema: z.ZodObject<{
4532
5108
  street: z.ZodArray<z.ZodObject<{
4533
5109
  locale: z.ZodEnum<{
4534
5110
  de: "de";
5111
+ el: "el";
4535
5112
  en: "en";
4536
5113
  es: "es";
4537
5114
  fr: "fr";
5115
+ hi: "hi";
5116
+ it: "it";
4538
5117
  ka: "ka";
4539
5118
  ru: "ru";
4540
5119
  zh_cn: "zh_cn";
5120
+ pt: "pt";
4541
5121
  }>;
4542
5122
  value: z.ZodString;
4543
5123
  }, z.core.$strip>>;
@@ -4548,12 +5128,16 @@ declare const WarehouseSchema: z.ZodObject<{
4548
5128
  title: z.ZodArray<z.ZodObject<{
4549
5129
  locale: z.ZodEnum<{
4550
5130
  de: "de";
5131
+ el: "el";
4551
5132
  en: "en";
4552
5133
  es: "es";
4553
5134
  fr: "fr";
5135
+ hi: "hi";
5136
+ it: "it";
4554
5137
  ka: "ka";
4555
5138
  ru: "ru";
4556
5139
  zh_cn: "zh_cn";
5140
+ pt: "pt";
4557
5141
  }>;
4558
5142
  value: z.ZodString;
4559
5143
  }, z.core.$strip>>;
@@ -4561,12 +5145,16 @@ declare const WarehouseSchema: z.ZodObject<{
4561
5145
  street: z.ZodArray<z.ZodObject<{
4562
5146
  locale: z.ZodEnum<{
4563
5147
  de: "de";
5148
+ el: "el";
4564
5149
  en: "en";
4565
5150
  es: "es";
4566
5151
  fr: "fr";
5152
+ hi: "hi";
5153
+ it: "it";
4567
5154
  ka: "ka";
4568
5155
  ru: "ru";
4569
5156
  zh_cn: "zh_cn";
5157
+ pt: "pt";
4570
5158
  }>;
4571
5159
  value: z.ZodString;
4572
5160
  }, z.core.$strip>>;
@@ -4574,5 +5162,5 @@ declare const WarehouseSchema: z.ZodObject<{
4574
5162
  }, z.core.$strip>;
4575
5163
  type Warehouse = z.infer<typeof WarehouseSchema>;
4576
5164
 
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 };
5165
+ 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 };
5166
+ 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 };