@feedmepos/mf-order-setting 0.0.26 → 0.0.28
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/{KioskDevicesView-BiF6v7Zj.js → KioskDevicesView-BgXkmJ7v.js} +1 -1
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-DZT0BuUN.js +301 -0
- package/dist/{KioskSettingView-COhGcRtP.js → KioskSettingView-DyX3Wv_2.js} +3 -3
- package/dist/{KioskView-C1T-n1MY.js → KioskView-Bgff7QPc.js} +5 -5
- package/dist/OrderSettingsView-C63s4uCD.js +74334 -0
- package/dist/app-Dp79Gu_F.js +1016 -0
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BHDLv42p.js → dayjs.min-B2ZkfNUH.js} +633 -641
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/business/index.d.ts +5 -0
- package/dist/frontend/mf-order/src/api/effects/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/api/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/api/kiosk/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/app.d.ts +336 -0
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -5
- package/dist/frontend/mf-order/src/main.d.ts +79 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +5 -1
- package/dist/frontend/mf-order/src/stores/business/index.d.ts +62 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +16 -1
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +207 -112
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +81 -78
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +56 -54
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +6 -141
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +6 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +5 -5
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/discount-rule/DiscountRuleSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +2 -137
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DSCb3ndM.js → index-BXsnV_eO.js} +5 -5
- package/dist/{index-B5kfsi9C.js → index-DzQn92Tp.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +596 -551
- package/dist/package/entity/cursor/cursor.dto.d.ts +2 -2
- package/dist/package/entity/delivery/delivery.dto.d.ts +118 -109
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +349 -659
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +13800 -487
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +746 -1245
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +64 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +79 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1469 -621
- package/dist/package/entity/member/member.dto.d.ts +14 -7
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
- package/dist/package/entity/order/effects/effect.dto.d.ts +154 -6
- package/dist/package/entity/order/menu/menu.dto.d.ts +12 -12
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +101 -42
- package/dist/package/entity/order/order.do.d.ts +206 -601
- package/dist/package/entity/order/order.dto.d.ts +1096 -1600
- package/dist/package/entity/order/order.enum.d.ts +2 -2
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +22 -3
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +5 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +5 -0
- package/dist/package/entity/order-platform/external/zus/zus-menu.dto.d.ts +192 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +104 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +152 -109
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +139 -109
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +112 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +31 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +6 -3
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +164 -109
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +22 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/{queue.do-y-ubeoKZ.js → queue.do-BUtcyDk3.js} +53522 -50841
- package/package.json +4 -3
- package/src/api/business/index.ts +16 -0
- package/src/api/effects/index.ts +7 -0
- package/src/api/index.ts +9 -1
- package/src/api/kiosk/index.ts +9 -4
- package/src/app.ts +4 -1
- package/src/locales/en-US.json +24 -1
- package/src/locales/th-TH.json +31 -1
- package/src/locales/zh-CN.json +27 -1
- package/src/modules/kiosk/interface.ts +5 -1
- package/src/stores/business/index.ts +45 -0
- package/src/stores/kiosk/index.ts +9 -4
- package/src/stores/kiosk/mapper.ts +5 -1
- package/src/stores/restaurant/index.ts +3 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +202 -80
- package/src/views/order-settings/OrderSettingsView.vue +17 -5
- package/src/views/order-settings/delivery/DeliverySetting.vue +1 -1
- package/src/views/order-settings/delivery/delivery.data.ts +2 -2
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +14 -2
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -34
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +15 -12
- package/src/views/order-settings/discount-rule/DiscountRuleSetting.vue +434 -0
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-1r_DBAc-.js +0 -207
- package/dist/OrderSettingsView-CI5bdVXr.js +0 -72108
- package/dist/app-BfWp4ow3.js +0 -682
|
@@ -41,11 +41,15 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
41
41
|
};
|
|
42
42
|
}>;
|
|
43
43
|
availableOnlineOrder: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, "many">>>;
|
|
44
|
+
adjustmentRule: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
45
|
+
type: z.ZodEnum<["CAPPED_AT"]>;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
type: "CAPPED_AT";
|
|
48
|
+
}, {
|
|
49
|
+
type: "CAPPED_AT";
|
|
50
|
+
}>>>;
|
|
44
51
|
options: z.ZodDiscriminatedUnion<"target", z.Primitive, z.ZodObject<z.extendShape<{
|
|
45
52
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
46
|
-
}, {
|
|
47
|
-
target: z.ZodLiteral<"BILL">;
|
|
48
|
-
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
49
53
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
50
54
|
amount: z.ZodNumber;
|
|
51
55
|
precision: z.ZodNumber;
|
|
@@ -56,12 +60,25 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
56
60
|
amount: number;
|
|
57
61
|
precision: number;
|
|
58
62
|
}>>>;
|
|
63
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
64
|
+
productId: z.ZodString;
|
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
productId: string;
|
|
67
|
+
}, {
|
|
68
|
+
productId: string;
|
|
69
|
+
}>, "many">>>;
|
|
70
|
+
}, {
|
|
71
|
+
target: z.ZodLiteral<"BILL">;
|
|
72
|
+
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
59
73
|
}>, "strip", z.ZodTypeAny, {
|
|
60
74
|
excludeIds?: string[] | null | undefined;
|
|
61
75
|
minPurchase?: {
|
|
62
76
|
amount: number;
|
|
63
77
|
precision: number;
|
|
64
78
|
} | null | undefined;
|
|
79
|
+
minPurchaseItems?: {
|
|
80
|
+
productId: string;
|
|
81
|
+
}[] | null | undefined;
|
|
65
82
|
target: "BILL";
|
|
66
83
|
}, {
|
|
67
84
|
excludeIds?: string[] | null | undefined;
|
|
@@ -69,9 +86,29 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
69
86
|
amount: number;
|
|
70
87
|
precision: number;
|
|
71
88
|
} | null | undefined;
|
|
89
|
+
minPurchaseItems?: {
|
|
90
|
+
productId: string;
|
|
91
|
+
}[] | null | undefined;
|
|
72
92
|
target: "BILL";
|
|
73
93
|
}> | z.ZodObject<z.extendShape<{
|
|
74
94
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
95
|
+
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
96
|
+
amount: z.ZodNumber;
|
|
97
|
+
precision: z.ZodNumber;
|
|
98
|
+
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
amount: number;
|
|
100
|
+
precision: number;
|
|
101
|
+
}, {
|
|
102
|
+
amount: number;
|
|
103
|
+
precision: number;
|
|
104
|
+
}>>>;
|
|
105
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
106
|
+
productId: z.ZodString;
|
|
107
|
+
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
productId: string;
|
|
109
|
+
}, {
|
|
110
|
+
productId: string;
|
|
111
|
+
}>, "many">>>;
|
|
75
112
|
}, {
|
|
76
113
|
target: z.ZodLiteral<"ITEM">;
|
|
77
114
|
strategy: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
@@ -170,6 +207,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
170
207
|
maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
171
208
|
excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
172
209
|
}>, "strip", z.ZodTypeAny, {
|
|
210
|
+
minPurchase?: {
|
|
211
|
+
amount: number;
|
|
212
|
+
precision: number;
|
|
213
|
+
} | null | undefined;
|
|
214
|
+
minPurchaseItems?: {
|
|
215
|
+
productId: string;
|
|
216
|
+
}[] | null | undefined;
|
|
173
217
|
maxQuantity?: number | null | undefined;
|
|
174
218
|
excludeAddonPrice?: boolean | null | undefined;
|
|
175
219
|
target: "ITEM";
|
|
@@ -201,6 +245,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
201
245
|
};
|
|
202
246
|
targetIds: string[];
|
|
203
247
|
}, {
|
|
248
|
+
minPurchase?: {
|
|
249
|
+
amount: number;
|
|
250
|
+
precision: number;
|
|
251
|
+
} | null | undefined;
|
|
252
|
+
minPurchaseItems?: {
|
|
253
|
+
productId: string;
|
|
254
|
+
}[] | null | undefined;
|
|
204
255
|
maxQuantity?: number | null | undefined;
|
|
205
256
|
excludeAddonPrice?: boolean | null | undefined;
|
|
206
257
|
target: "ITEM";
|
|
@@ -233,8 +284,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
233
284
|
targetIds: string[];
|
|
234
285
|
}> | z.ZodObject<z.extendShape<{
|
|
235
286
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
236
|
-
}, {
|
|
237
|
-
target: z.ZodLiteral<"PAYMENT">;
|
|
238
287
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
239
288
|
amount: z.ZodNumber;
|
|
240
289
|
precision: z.ZodNumber;
|
|
@@ -245,22 +294,40 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
245
294
|
amount: number;
|
|
246
295
|
precision: number;
|
|
247
296
|
}>>>;
|
|
297
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
298
|
+
productId: z.ZodString;
|
|
299
|
+
}, "strip", z.ZodTypeAny, {
|
|
300
|
+
productId: string;
|
|
301
|
+
}, {
|
|
302
|
+
productId: string;
|
|
303
|
+
}>, "many">>>;
|
|
304
|
+
}, {
|
|
305
|
+
target: z.ZodLiteral<"PAYMENT">;
|
|
248
306
|
}>, "strip", z.ZodTypeAny, {
|
|
249
307
|
minPurchase?: {
|
|
250
308
|
amount: number;
|
|
251
309
|
precision: number;
|
|
252
310
|
} | null | undefined;
|
|
311
|
+
minPurchaseItems?: {
|
|
312
|
+
productId: string;
|
|
313
|
+
}[] | null | undefined;
|
|
253
314
|
target: "PAYMENT";
|
|
254
315
|
}, {
|
|
255
316
|
minPurchase?: {
|
|
256
317
|
amount: number;
|
|
257
318
|
precision: number;
|
|
258
319
|
} | null | undefined;
|
|
320
|
+
minPurchaseItems?: {
|
|
321
|
+
productId: string;
|
|
322
|
+
}[] | null | undefined;
|
|
259
323
|
target: "PAYMENT";
|
|
260
324
|
}>>;
|
|
261
325
|
priority: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
262
326
|
}, "strip", z.ZodTypeAny, {
|
|
263
327
|
priority?: number | null | undefined;
|
|
328
|
+
adjustmentRule?: {
|
|
329
|
+
type: "CAPPED_AT";
|
|
330
|
+
} | null | undefined;
|
|
264
331
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
265
332
|
options: {
|
|
266
333
|
excludeIds?: string[] | null | undefined;
|
|
@@ -268,8 +335,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
268
335
|
amount: number;
|
|
269
336
|
precision: number;
|
|
270
337
|
} | null | undefined;
|
|
338
|
+
minPurchaseItems?: {
|
|
339
|
+
productId: string;
|
|
340
|
+
}[] | null | undefined;
|
|
271
341
|
target: "BILL";
|
|
272
342
|
} | {
|
|
343
|
+
minPurchase?: {
|
|
344
|
+
amount: number;
|
|
345
|
+
precision: number;
|
|
346
|
+
} | null | undefined;
|
|
347
|
+
minPurchaseItems?: {
|
|
348
|
+
productId: string;
|
|
349
|
+
}[] | null | undefined;
|
|
273
350
|
maxQuantity?: number | null | undefined;
|
|
274
351
|
excludeAddonPrice?: boolean | null | undefined;
|
|
275
352
|
target: "ITEM";
|
|
@@ -305,6 +382,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
305
382
|
amount: number;
|
|
306
383
|
precision: number;
|
|
307
384
|
} | null | undefined;
|
|
385
|
+
minPurchaseItems?: {
|
|
386
|
+
productId: string;
|
|
387
|
+
}[] | null | undefined;
|
|
308
388
|
target: "PAYMENT";
|
|
309
389
|
};
|
|
310
390
|
adjustment: {
|
|
@@ -317,6 +397,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
317
397
|
};
|
|
318
398
|
}, {
|
|
319
399
|
priority?: number | null | undefined;
|
|
400
|
+
adjustmentRule?: {
|
|
401
|
+
type: "CAPPED_AT";
|
|
402
|
+
} | null | undefined;
|
|
320
403
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
321
404
|
options: {
|
|
322
405
|
excludeIds?: string[] | null | undefined;
|
|
@@ -324,8 +407,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
324
407
|
amount: number;
|
|
325
408
|
precision: number;
|
|
326
409
|
} | null | undefined;
|
|
410
|
+
minPurchaseItems?: {
|
|
411
|
+
productId: string;
|
|
412
|
+
}[] | null | undefined;
|
|
327
413
|
target: "BILL";
|
|
328
414
|
} | {
|
|
415
|
+
minPurchase?: {
|
|
416
|
+
amount: number;
|
|
417
|
+
precision: number;
|
|
418
|
+
} | null | undefined;
|
|
419
|
+
minPurchaseItems?: {
|
|
420
|
+
productId: string;
|
|
421
|
+
}[] | null | undefined;
|
|
329
422
|
maxQuantity?: number | null | undefined;
|
|
330
423
|
excludeAddonPrice?: boolean | null | undefined;
|
|
331
424
|
target: "ITEM";
|
|
@@ -361,6 +454,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
361
454
|
amount: number;
|
|
362
455
|
precision: number;
|
|
363
456
|
} | null | undefined;
|
|
457
|
+
minPurchaseItems?: {
|
|
458
|
+
productId: string;
|
|
459
|
+
}[] | null | undefined;
|
|
364
460
|
target: "PAYMENT";
|
|
365
461
|
};
|
|
366
462
|
adjustment: {
|
|
@@ -504,6 +600,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
504
600
|
type: "BASIC";
|
|
505
601
|
effect: {
|
|
506
602
|
priority?: number | null | undefined;
|
|
603
|
+
adjustmentRule?: {
|
|
604
|
+
type: "CAPPED_AT";
|
|
605
|
+
} | null | undefined;
|
|
507
606
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
508
607
|
options: {
|
|
509
608
|
excludeIds?: string[] | null | undefined;
|
|
@@ -511,8 +610,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
511
610
|
amount: number;
|
|
512
611
|
precision: number;
|
|
513
612
|
} | null | undefined;
|
|
613
|
+
minPurchaseItems?: {
|
|
614
|
+
productId: string;
|
|
615
|
+
}[] | null | undefined;
|
|
514
616
|
target: "BILL";
|
|
515
617
|
} | {
|
|
618
|
+
minPurchase?: {
|
|
619
|
+
amount: number;
|
|
620
|
+
precision: number;
|
|
621
|
+
} | null | undefined;
|
|
622
|
+
minPurchaseItems?: {
|
|
623
|
+
productId: string;
|
|
624
|
+
}[] | null | undefined;
|
|
516
625
|
maxQuantity?: number | null | undefined;
|
|
517
626
|
excludeAddonPrice?: boolean | null | undefined;
|
|
518
627
|
target: "ITEM";
|
|
@@ -548,6 +657,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
548
657
|
amount: number;
|
|
549
658
|
precision: number;
|
|
550
659
|
} | null | undefined;
|
|
660
|
+
minPurchaseItems?: {
|
|
661
|
+
productId: string;
|
|
662
|
+
}[] | null | undefined;
|
|
551
663
|
target: "PAYMENT";
|
|
552
664
|
};
|
|
553
665
|
adjustment: {
|
|
@@ -583,6 +695,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
583
695
|
type: "BASIC";
|
|
584
696
|
effect: {
|
|
585
697
|
priority?: number | null | undefined;
|
|
698
|
+
adjustmentRule?: {
|
|
699
|
+
type: "CAPPED_AT";
|
|
700
|
+
} | null | undefined;
|
|
586
701
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
587
702
|
options: {
|
|
588
703
|
excludeIds?: string[] | null | undefined;
|
|
@@ -590,8 +705,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
590
705
|
amount: number;
|
|
591
706
|
precision: number;
|
|
592
707
|
} | null | undefined;
|
|
708
|
+
minPurchaseItems?: {
|
|
709
|
+
productId: string;
|
|
710
|
+
}[] | null | undefined;
|
|
593
711
|
target: "BILL";
|
|
594
712
|
} | {
|
|
713
|
+
minPurchase?: {
|
|
714
|
+
amount: number;
|
|
715
|
+
precision: number;
|
|
716
|
+
} | null | undefined;
|
|
717
|
+
minPurchaseItems?: {
|
|
718
|
+
productId: string;
|
|
719
|
+
}[] | null | undefined;
|
|
595
720
|
maxQuantity?: number | null | undefined;
|
|
596
721
|
excludeAddonPrice?: boolean | null | undefined;
|
|
597
722
|
target: "ITEM";
|
|
@@ -627,6 +752,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
627
752
|
amount: number;
|
|
628
753
|
precision: number;
|
|
629
754
|
} | null | undefined;
|
|
755
|
+
minPurchaseItems?: {
|
|
756
|
+
productId: string;
|
|
757
|
+
}[] | null | undefined;
|
|
630
758
|
target: "PAYMENT";
|
|
631
759
|
};
|
|
632
760
|
adjustment: {
|
|
@@ -739,6 +867,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
739
867
|
type: "BASIC";
|
|
740
868
|
effect: {
|
|
741
869
|
priority?: number | null | undefined;
|
|
870
|
+
adjustmentRule?: {
|
|
871
|
+
type: "CAPPED_AT";
|
|
872
|
+
} | null | undefined;
|
|
742
873
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
743
874
|
options: {
|
|
744
875
|
excludeIds?: string[] | null | undefined;
|
|
@@ -746,8 +877,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
746
877
|
amount: number;
|
|
747
878
|
precision: number;
|
|
748
879
|
} | null | undefined;
|
|
880
|
+
minPurchaseItems?: {
|
|
881
|
+
productId: string;
|
|
882
|
+
}[] | null | undefined;
|
|
749
883
|
target: "BILL";
|
|
750
884
|
} | {
|
|
885
|
+
minPurchase?: {
|
|
886
|
+
amount: number;
|
|
887
|
+
precision: number;
|
|
888
|
+
} | null | undefined;
|
|
889
|
+
minPurchaseItems?: {
|
|
890
|
+
productId: string;
|
|
891
|
+
}[] | null | undefined;
|
|
751
892
|
maxQuantity?: number | null | undefined;
|
|
752
893
|
excludeAddonPrice?: boolean | null | undefined;
|
|
753
894
|
target: "ITEM";
|
|
@@ -783,6 +924,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
783
924
|
amount: number;
|
|
784
925
|
precision: number;
|
|
785
926
|
} | null | undefined;
|
|
927
|
+
minPurchaseItems?: {
|
|
928
|
+
productId: string;
|
|
929
|
+
}[] | null | undefined;
|
|
786
930
|
target: "PAYMENT";
|
|
787
931
|
};
|
|
788
932
|
adjustment: {
|
|
@@ -845,6 +989,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
845
989
|
type: "BASIC";
|
|
846
990
|
effect: {
|
|
847
991
|
priority?: number | null | undefined;
|
|
992
|
+
adjustmentRule?: {
|
|
993
|
+
type: "CAPPED_AT";
|
|
994
|
+
} | null | undefined;
|
|
848
995
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
849
996
|
options: {
|
|
850
997
|
excludeIds?: string[] | null | undefined;
|
|
@@ -852,8 +999,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
852
999
|
amount: number;
|
|
853
1000
|
precision: number;
|
|
854
1001
|
} | null | undefined;
|
|
1002
|
+
minPurchaseItems?: {
|
|
1003
|
+
productId: string;
|
|
1004
|
+
}[] | null | undefined;
|
|
855
1005
|
target: "BILL";
|
|
856
1006
|
} | {
|
|
1007
|
+
minPurchase?: {
|
|
1008
|
+
amount: number;
|
|
1009
|
+
precision: number;
|
|
1010
|
+
} | null | undefined;
|
|
1011
|
+
minPurchaseItems?: {
|
|
1012
|
+
productId: string;
|
|
1013
|
+
}[] | null | undefined;
|
|
857
1014
|
maxQuantity?: number | null | undefined;
|
|
858
1015
|
excludeAddonPrice?: boolean | null | undefined;
|
|
859
1016
|
target: "ITEM";
|
|
@@ -889,6 +1046,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
889
1046
|
amount: number;
|
|
890
1047
|
precision: number;
|
|
891
1048
|
} | null | undefined;
|
|
1049
|
+
minPurchaseItems?: {
|
|
1050
|
+
productId: string;
|
|
1051
|
+
}[] | null | undefined;
|
|
892
1052
|
target: "PAYMENT";
|
|
893
1053
|
};
|
|
894
1054
|
adjustment: {
|
|
@@ -1082,6 +1242,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1082
1242
|
type: "BASIC";
|
|
1083
1243
|
effect: {
|
|
1084
1244
|
priority?: number | null | undefined;
|
|
1245
|
+
adjustmentRule?: {
|
|
1246
|
+
type: "CAPPED_AT";
|
|
1247
|
+
} | null | undefined;
|
|
1085
1248
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1086
1249
|
options: {
|
|
1087
1250
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1089,8 +1252,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1089
1252
|
amount: number;
|
|
1090
1253
|
precision: number;
|
|
1091
1254
|
} | null | undefined;
|
|
1255
|
+
minPurchaseItems?: {
|
|
1256
|
+
productId: string;
|
|
1257
|
+
}[] | null | undefined;
|
|
1092
1258
|
target: "BILL";
|
|
1093
1259
|
} | {
|
|
1260
|
+
minPurchase?: {
|
|
1261
|
+
amount: number;
|
|
1262
|
+
precision: number;
|
|
1263
|
+
} | null | undefined;
|
|
1264
|
+
minPurchaseItems?: {
|
|
1265
|
+
productId: string;
|
|
1266
|
+
}[] | null | undefined;
|
|
1094
1267
|
maxQuantity?: number | null | undefined;
|
|
1095
1268
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1096
1269
|
target: "ITEM";
|
|
@@ -1126,6 +1299,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1126
1299
|
amount: number;
|
|
1127
1300
|
precision: number;
|
|
1128
1301
|
} | null | undefined;
|
|
1302
|
+
minPurchaseItems?: {
|
|
1303
|
+
productId: string;
|
|
1304
|
+
}[] | null | undefined;
|
|
1129
1305
|
target: "PAYMENT";
|
|
1130
1306
|
};
|
|
1131
1307
|
adjustment: {
|
|
@@ -1227,6 +1403,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1227
1403
|
type: "BASIC";
|
|
1228
1404
|
effect: {
|
|
1229
1405
|
priority?: number | null | undefined;
|
|
1406
|
+
adjustmentRule?: {
|
|
1407
|
+
type: "CAPPED_AT";
|
|
1408
|
+
} | null | undefined;
|
|
1230
1409
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1231
1410
|
options: {
|
|
1232
1411
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1234,8 +1413,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1234
1413
|
amount: number;
|
|
1235
1414
|
precision: number;
|
|
1236
1415
|
} | null | undefined;
|
|
1416
|
+
minPurchaseItems?: {
|
|
1417
|
+
productId: string;
|
|
1418
|
+
}[] | null | undefined;
|
|
1237
1419
|
target: "BILL";
|
|
1238
1420
|
} | {
|
|
1421
|
+
minPurchase?: {
|
|
1422
|
+
amount: number;
|
|
1423
|
+
precision: number;
|
|
1424
|
+
} | null | undefined;
|
|
1425
|
+
minPurchaseItems?: {
|
|
1426
|
+
productId: string;
|
|
1427
|
+
}[] | null | undefined;
|
|
1239
1428
|
maxQuantity?: number | null | undefined;
|
|
1240
1429
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1241
1430
|
target: "ITEM";
|
|
@@ -1271,6 +1460,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1271
1460
|
amount: number;
|
|
1272
1461
|
precision: number;
|
|
1273
1462
|
} | null | undefined;
|
|
1463
|
+
minPurchaseItems?: {
|
|
1464
|
+
productId: string;
|
|
1465
|
+
}[] | null | undefined;
|
|
1274
1466
|
target: "PAYMENT";
|
|
1275
1467
|
};
|
|
1276
1468
|
adjustment: {
|
|
@@ -1333,11 +1525,15 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1333
1525
|
};
|
|
1334
1526
|
}>;
|
|
1335
1527
|
availableOnlineOrder: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, "many">>>;
|
|
1528
|
+
adjustmentRule: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1529
|
+
type: z.ZodEnum<["CAPPED_AT"]>;
|
|
1530
|
+
}, "strip", z.ZodTypeAny, {
|
|
1531
|
+
type: "CAPPED_AT";
|
|
1532
|
+
}, {
|
|
1533
|
+
type: "CAPPED_AT";
|
|
1534
|
+
}>>>;
|
|
1336
1535
|
options: z.ZodDiscriminatedUnion<"target", z.Primitive, z.ZodObject<z.extendShape<{
|
|
1337
1536
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
1338
|
-
}, {
|
|
1339
|
-
target: z.ZodLiteral<"BILL">;
|
|
1340
|
-
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1341
1537
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1342
1538
|
amount: z.ZodNumber;
|
|
1343
1539
|
precision: z.ZodNumber;
|
|
@@ -1348,12 +1544,25 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1348
1544
|
amount: number;
|
|
1349
1545
|
precision: number;
|
|
1350
1546
|
}>>>;
|
|
1547
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1548
|
+
productId: z.ZodString;
|
|
1549
|
+
}, "strip", z.ZodTypeAny, {
|
|
1550
|
+
productId: string;
|
|
1551
|
+
}, {
|
|
1552
|
+
productId: string;
|
|
1553
|
+
}>, "many">>>;
|
|
1554
|
+
}, {
|
|
1555
|
+
target: z.ZodLiteral<"BILL">;
|
|
1556
|
+
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1351
1557
|
}>, "strip", z.ZodTypeAny, {
|
|
1352
1558
|
excludeIds?: string[] | null | undefined;
|
|
1353
1559
|
minPurchase?: {
|
|
1354
1560
|
amount: number;
|
|
1355
1561
|
precision: number;
|
|
1356
1562
|
} | null | undefined;
|
|
1563
|
+
minPurchaseItems?: {
|
|
1564
|
+
productId: string;
|
|
1565
|
+
}[] | null | undefined;
|
|
1357
1566
|
target: "BILL";
|
|
1358
1567
|
}, {
|
|
1359
1568
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1361,9 +1570,29 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1361
1570
|
amount: number;
|
|
1362
1571
|
precision: number;
|
|
1363
1572
|
} | null | undefined;
|
|
1573
|
+
minPurchaseItems?: {
|
|
1574
|
+
productId: string;
|
|
1575
|
+
}[] | null | undefined;
|
|
1364
1576
|
target: "BILL";
|
|
1365
1577
|
}> | z.ZodObject<z.extendShape<{
|
|
1366
1578
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
1579
|
+
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1580
|
+
amount: z.ZodNumber;
|
|
1581
|
+
precision: z.ZodNumber;
|
|
1582
|
+
}, "strip", z.ZodTypeAny, {
|
|
1583
|
+
amount: number;
|
|
1584
|
+
precision: number;
|
|
1585
|
+
}, {
|
|
1586
|
+
amount: number;
|
|
1587
|
+
precision: number;
|
|
1588
|
+
}>>>;
|
|
1589
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1590
|
+
productId: z.ZodString;
|
|
1591
|
+
}, "strip", z.ZodTypeAny, {
|
|
1592
|
+
productId: string;
|
|
1593
|
+
}, {
|
|
1594
|
+
productId: string;
|
|
1595
|
+
}>, "many">>>;
|
|
1367
1596
|
}, {
|
|
1368
1597
|
target: z.ZodLiteral<"ITEM">;
|
|
1369
1598
|
strategy: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
@@ -1462,6 +1691,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1462
1691
|
maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1463
1692
|
excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1464
1693
|
}>, "strip", z.ZodTypeAny, {
|
|
1694
|
+
minPurchase?: {
|
|
1695
|
+
amount: number;
|
|
1696
|
+
precision: number;
|
|
1697
|
+
} | null | undefined;
|
|
1698
|
+
minPurchaseItems?: {
|
|
1699
|
+
productId: string;
|
|
1700
|
+
}[] | null | undefined;
|
|
1465
1701
|
maxQuantity?: number | null | undefined;
|
|
1466
1702
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1467
1703
|
target: "ITEM";
|
|
@@ -1493,6 +1729,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1493
1729
|
};
|
|
1494
1730
|
targetIds: string[];
|
|
1495
1731
|
}, {
|
|
1732
|
+
minPurchase?: {
|
|
1733
|
+
amount: number;
|
|
1734
|
+
precision: number;
|
|
1735
|
+
} | null | undefined;
|
|
1736
|
+
minPurchaseItems?: {
|
|
1737
|
+
productId: string;
|
|
1738
|
+
}[] | null | undefined;
|
|
1496
1739
|
maxQuantity?: number | null | undefined;
|
|
1497
1740
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1498
1741
|
target: "ITEM";
|
|
@@ -1525,8 +1768,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1525
1768
|
targetIds: string[];
|
|
1526
1769
|
}> | z.ZodObject<z.extendShape<{
|
|
1527
1770
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
1528
|
-
}, {
|
|
1529
|
-
target: z.ZodLiteral<"PAYMENT">;
|
|
1530
1771
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1531
1772
|
amount: z.ZodNumber;
|
|
1532
1773
|
precision: z.ZodNumber;
|
|
@@ -1537,22 +1778,40 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1537
1778
|
amount: number;
|
|
1538
1779
|
precision: number;
|
|
1539
1780
|
}>>>;
|
|
1781
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1782
|
+
productId: z.ZodString;
|
|
1783
|
+
}, "strip", z.ZodTypeAny, {
|
|
1784
|
+
productId: string;
|
|
1785
|
+
}, {
|
|
1786
|
+
productId: string;
|
|
1787
|
+
}>, "many">>>;
|
|
1788
|
+
}, {
|
|
1789
|
+
target: z.ZodLiteral<"PAYMENT">;
|
|
1540
1790
|
}>, "strip", z.ZodTypeAny, {
|
|
1541
1791
|
minPurchase?: {
|
|
1542
1792
|
amount: number;
|
|
1543
1793
|
precision: number;
|
|
1544
1794
|
} | null | undefined;
|
|
1795
|
+
minPurchaseItems?: {
|
|
1796
|
+
productId: string;
|
|
1797
|
+
}[] | null | undefined;
|
|
1545
1798
|
target: "PAYMENT";
|
|
1546
1799
|
}, {
|
|
1547
1800
|
minPurchase?: {
|
|
1548
1801
|
amount: number;
|
|
1549
1802
|
precision: number;
|
|
1550
1803
|
} | null | undefined;
|
|
1804
|
+
minPurchaseItems?: {
|
|
1805
|
+
productId: string;
|
|
1806
|
+
}[] | null | undefined;
|
|
1551
1807
|
target: "PAYMENT";
|
|
1552
1808
|
}>>;
|
|
1553
1809
|
priority: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1554
1810
|
}, "strip", z.ZodTypeAny, {
|
|
1555
1811
|
priority?: number | null | undefined;
|
|
1812
|
+
adjustmentRule?: {
|
|
1813
|
+
type: "CAPPED_AT";
|
|
1814
|
+
} | null | undefined;
|
|
1556
1815
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1557
1816
|
options: {
|
|
1558
1817
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1560,8 +1819,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1560
1819
|
amount: number;
|
|
1561
1820
|
precision: number;
|
|
1562
1821
|
} | null | undefined;
|
|
1822
|
+
minPurchaseItems?: {
|
|
1823
|
+
productId: string;
|
|
1824
|
+
}[] | null | undefined;
|
|
1563
1825
|
target: "BILL";
|
|
1564
1826
|
} | {
|
|
1827
|
+
minPurchase?: {
|
|
1828
|
+
amount: number;
|
|
1829
|
+
precision: number;
|
|
1830
|
+
} | null | undefined;
|
|
1831
|
+
minPurchaseItems?: {
|
|
1832
|
+
productId: string;
|
|
1833
|
+
}[] | null | undefined;
|
|
1565
1834
|
maxQuantity?: number | null | undefined;
|
|
1566
1835
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1567
1836
|
target: "ITEM";
|
|
@@ -1597,6 +1866,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1597
1866
|
amount: number;
|
|
1598
1867
|
precision: number;
|
|
1599
1868
|
} | null | undefined;
|
|
1869
|
+
minPurchaseItems?: {
|
|
1870
|
+
productId: string;
|
|
1871
|
+
}[] | null | undefined;
|
|
1600
1872
|
target: "PAYMENT";
|
|
1601
1873
|
};
|
|
1602
1874
|
adjustment: {
|
|
@@ -1609,6 +1881,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1609
1881
|
};
|
|
1610
1882
|
}, {
|
|
1611
1883
|
priority?: number | null | undefined;
|
|
1884
|
+
adjustmentRule?: {
|
|
1885
|
+
type: "CAPPED_AT";
|
|
1886
|
+
} | null | undefined;
|
|
1612
1887
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1613
1888
|
options: {
|
|
1614
1889
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1616,8 +1891,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1616
1891
|
amount: number;
|
|
1617
1892
|
precision: number;
|
|
1618
1893
|
} | null | undefined;
|
|
1894
|
+
minPurchaseItems?: {
|
|
1895
|
+
productId: string;
|
|
1896
|
+
}[] | null | undefined;
|
|
1619
1897
|
target: "BILL";
|
|
1620
1898
|
} | {
|
|
1899
|
+
minPurchase?: {
|
|
1900
|
+
amount: number;
|
|
1901
|
+
precision: number;
|
|
1902
|
+
} | null | undefined;
|
|
1903
|
+
minPurchaseItems?: {
|
|
1904
|
+
productId: string;
|
|
1905
|
+
}[] | null | undefined;
|
|
1621
1906
|
maxQuantity?: number | null | undefined;
|
|
1622
1907
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1623
1908
|
target: "ITEM";
|
|
@@ -1653,6 +1938,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1653
1938
|
amount: number;
|
|
1654
1939
|
precision: number;
|
|
1655
1940
|
} | null | undefined;
|
|
1941
|
+
minPurchaseItems?: {
|
|
1942
|
+
productId: string;
|
|
1943
|
+
}[] | null | undefined;
|
|
1656
1944
|
target: "PAYMENT";
|
|
1657
1945
|
};
|
|
1658
1946
|
adjustment: {
|
|
@@ -1796,6 +2084,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1796
2084
|
type: "BASIC";
|
|
1797
2085
|
effect: {
|
|
1798
2086
|
priority?: number | null | undefined;
|
|
2087
|
+
adjustmentRule?: {
|
|
2088
|
+
type: "CAPPED_AT";
|
|
2089
|
+
} | null | undefined;
|
|
1799
2090
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1800
2091
|
options: {
|
|
1801
2092
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1803,8 +2094,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1803
2094
|
amount: number;
|
|
1804
2095
|
precision: number;
|
|
1805
2096
|
} | null | undefined;
|
|
2097
|
+
minPurchaseItems?: {
|
|
2098
|
+
productId: string;
|
|
2099
|
+
}[] | null | undefined;
|
|
1806
2100
|
target: "BILL";
|
|
1807
2101
|
} | {
|
|
2102
|
+
minPurchase?: {
|
|
2103
|
+
amount: number;
|
|
2104
|
+
precision: number;
|
|
2105
|
+
} | null | undefined;
|
|
2106
|
+
minPurchaseItems?: {
|
|
2107
|
+
productId: string;
|
|
2108
|
+
}[] | null | undefined;
|
|
1808
2109
|
maxQuantity?: number | null | undefined;
|
|
1809
2110
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1810
2111
|
target: "ITEM";
|
|
@@ -1840,6 +2141,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1840
2141
|
amount: number;
|
|
1841
2142
|
precision: number;
|
|
1842
2143
|
} | null | undefined;
|
|
2144
|
+
minPurchaseItems?: {
|
|
2145
|
+
productId: string;
|
|
2146
|
+
}[] | null | undefined;
|
|
1843
2147
|
target: "PAYMENT";
|
|
1844
2148
|
};
|
|
1845
2149
|
adjustment: {
|
|
@@ -1875,6 +2179,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1875
2179
|
type: "BASIC";
|
|
1876
2180
|
effect: {
|
|
1877
2181
|
priority?: number | null | undefined;
|
|
2182
|
+
adjustmentRule?: {
|
|
2183
|
+
type: "CAPPED_AT";
|
|
2184
|
+
} | null | undefined;
|
|
1878
2185
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
1879
2186
|
options: {
|
|
1880
2187
|
excludeIds?: string[] | null | undefined;
|
|
@@ -1882,8 +2189,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1882
2189
|
amount: number;
|
|
1883
2190
|
precision: number;
|
|
1884
2191
|
} | null | undefined;
|
|
2192
|
+
minPurchaseItems?: {
|
|
2193
|
+
productId: string;
|
|
2194
|
+
}[] | null | undefined;
|
|
1885
2195
|
target: "BILL";
|
|
1886
2196
|
} | {
|
|
2197
|
+
minPurchase?: {
|
|
2198
|
+
amount: number;
|
|
2199
|
+
precision: number;
|
|
2200
|
+
} | null | undefined;
|
|
2201
|
+
minPurchaseItems?: {
|
|
2202
|
+
productId: string;
|
|
2203
|
+
}[] | null | undefined;
|
|
1887
2204
|
maxQuantity?: number | null | undefined;
|
|
1888
2205
|
excludeAddonPrice?: boolean | null | undefined;
|
|
1889
2206
|
target: "ITEM";
|
|
@@ -1919,6 +2236,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
1919
2236
|
amount: number;
|
|
1920
2237
|
precision: number;
|
|
1921
2238
|
} | null | undefined;
|
|
2239
|
+
minPurchaseItems?: {
|
|
2240
|
+
productId: string;
|
|
2241
|
+
}[] | null | undefined;
|
|
1922
2242
|
target: "PAYMENT";
|
|
1923
2243
|
};
|
|
1924
2244
|
adjustment: {
|
|
@@ -2031,6 +2351,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2031
2351
|
type: "BASIC";
|
|
2032
2352
|
effect: {
|
|
2033
2353
|
priority?: number | null | undefined;
|
|
2354
|
+
adjustmentRule?: {
|
|
2355
|
+
type: "CAPPED_AT";
|
|
2356
|
+
} | null | undefined;
|
|
2034
2357
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
2035
2358
|
options: {
|
|
2036
2359
|
excludeIds?: string[] | null | undefined;
|
|
@@ -2038,8 +2361,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2038
2361
|
amount: number;
|
|
2039
2362
|
precision: number;
|
|
2040
2363
|
} | null | undefined;
|
|
2364
|
+
minPurchaseItems?: {
|
|
2365
|
+
productId: string;
|
|
2366
|
+
}[] | null | undefined;
|
|
2041
2367
|
target: "BILL";
|
|
2042
2368
|
} | {
|
|
2369
|
+
minPurchase?: {
|
|
2370
|
+
amount: number;
|
|
2371
|
+
precision: number;
|
|
2372
|
+
} | null | undefined;
|
|
2373
|
+
minPurchaseItems?: {
|
|
2374
|
+
productId: string;
|
|
2375
|
+
}[] | null | undefined;
|
|
2043
2376
|
maxQuantity?: number | null | undefined;
|
|
2044
2377
|
excludeAddonPrice?: boolean | null | undefined;
|
|
2045
2378
|
target: "ITEM";
|
|
@@ -2075,6 +2408,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2075
2408
|
amount: number;
|
|
2076
2409
|
precision: number;
|
|
2077
2410
|
} | null | undefined;
|
|
2411
|
+
minPurchaseItems?: {
|
|
2412
|
+
productId: string;
|
|
2413
|
+
}[] | null | undefined;
|
|
2078
2414
|
target: "PAYMENT";
|
|
2079
2415
|
};
|
|
2080
2416
|
adjustment: {
|
|
@@ -2137,6 +2473,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2137
2473
|
type: "BASIC";
|
|
2138
2474
|
effect: {
|
|
2139
2475
|
priority?: number | null | undefined;
|
|
2476
|
+
adjustmentRule?: {
|
|
2477
|
+
type: "CAPPED_AT";
|
|
2478
|
+
} | null | undefined;
|
|
2140
2479
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
2141
2480
|
options: {
|
|
2142
2481
|
excludeIds?: string[] | null | undefined;
|
|
@@ -2144,8 +2483,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2144
2483
|
amount: number;
|
|
2145
2484
|
precision: number;
|
|
2146
2485
|
} | null | undefined;
|
|
2486
|
+
minPurchaseItems?: {
|
|
2487
|
+
productId: string;
|
|
2488
|
+
}[] | null | undefined;
|
|
2147
2489
|
target: "BILL";
|
|
2148
2490
|
} | {
|
|
2491
|
+
minPurchase?: {
|
|
2492
|
+
amount: number;
|
|
2493
|
+
precision: number;
|
|
2494
|
+
} | null | undefined;
|
|
2495
|
+
minPurchaseItems?: {
|
|
2496
|
+
productId: string;
|
|
2497
|
+
}[] | null | undefined;
|
|
2149
2498
|
maxQuantity?: number | null | undefined;
|
|
2150
2499
|
excludeAddonPrice?: boolean | null | undefined;
|
|
2151
2500
|
target: "ITEM";
|
|
@@ -2181,6 +2530,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2181
2530
|
amount: number;
|
|
2182
2531
|
precision: number;
|
|
2183
2532
|
} | null | undefined;
|
|
2533
|
+
minPurchaseItems?: {
|
|
2534
|
+
productId: string;
|
|
2535
|
+
}[] | null | undefined;
|
|
2184
2536
|
target: "PAYMENT";
|
|
2185
2537
|
};
|
|
2186
2538
|
adjustment: {
|
|
@@ -2381,15 +2733,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2381
2733
|
attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2382
2734
|
key: z.ZodString;
|
|
2383
2735
|
type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
2384
|
-
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
2736
|
+
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
2737
|
+
options: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
|
|
2385
2738
|
}, "strip", z.ZodTypeAny, {
|
|
2739
|
+
options?: any[] | null | undefined;
|
|
2386
2740
|
type: "string" | "number" | "boolean" | "date";
|
|
2387
2741
|
key: string;
|
|
2388
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2742
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2389
2743
|
}, {
|
|
2744
|
+
options?: any[] | null | undefined;
|
|
2390
2745
|
type: "string" | "number" | "boolean" | "date";
|
|
2391
2746
|
key: string;
|
|
2392
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2747
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2393
2748
|
}>, "many">>>;
|
|
2394
2749
|
pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
2395
2750
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2645,9 +3000,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2645
3000
|
expiredAt?: string | null | undefined;
|
|
2646
3001
|
agentId?: string | null | undefined;
|
|
2647
3002
|
attributeSettings?: {
|
|
3003
|
+
options?: any[] | null | undefined;
|
|
2648
3004
|
type: "string" | "number" | "boolean" | "date";
|
|
2649
3005
|
key: string;
|
|
2650
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3006
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2651
3007
|
}[] | null | undefined;
|
|
2652
3008
|
pf_agent?: {
|
|
2653
3009
|
clickupId?: string | null | undefined;
|
|
@@ -2711,9 +3067,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2711
3067
|
expiredAt?: string | null | undefined;
|
|
2712
3068
|
agentId?: string | null | undefined;
|
|
2713
3069
|
attributeSettings?: {
|
|
3070
|
+
options?: any[] | null | undefined;
|
|
2714
3071
|
type: "string" | "number" | "boolean" | "date";
|
|
2715
3072
|
key: string;
|
|
2716
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3073
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2717
3074
|
}[] | null | undefined;
|
|
2718
3075
|
pf_agent?: {
|
|
2719
3076
|
clickupId?: string | null | undefined;
|
|
@@ -2790,15 +3147,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
2790
3147
|
attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2791
3148
|
key: z.ZodString;
|
|
2792
3149
|
type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
2793
|
-
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
3150
|
+
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
3151
|
+
options: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
|
|
2794
3152
|
}, "strip", z.ZodTypeAny, {
|
|
3153
|
+
options?: any[] | null | undefined;
|
|
2795
3154
|
type: "string" | "number" | "boolean" | "date";
|
|
2796
3155
|
key: string;
|
|
2797
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3156
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2798
3157
|
}, {
|
|
3158
|
+
options?: any[] | null | undefined;
|
|
2799
3159
|
type: "string" | "number" | "boolean" | "date";
|
|
2800
3160
|
key: string;
|
|
2801
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3161
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
2802
3162
|
}>, "many">>>;
|
|
2803
3163
|
pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
2804
3164
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3054,9 +3414,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
3054
3414
|
expiredAt?: string | null | undefined;
|
|
3055
3415
|
agentId?: string | null | undefined;
|
|
3056
3416
|
attributeSettings?: {
|
|
3417
|
+
options?: any[] | null | undefined;
|
|
3057
3418
|
type: "string" | "number" | "boolean" | "date";
|
|
3058
3419
|
key: string;
|
|
3059
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3420
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3060
3421
|
}[] | null | undefined;
|
|
3061
3422
|
pf_agent?: {
|
|
3062
3423
|
clickupId?: string | null | undefined;
|
|
@@ -3120,9 +3481,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
3120
3481
|
expiredAt?: string | null | undefined;
|
|
3121
3482
|
agentId?: string | null | undefined;
|
|
3122
3483
|
attributeSettings?: {
|
|
3484
|
+
options?: any[] | null | undefined;
|
|
3123
3485
|
type: "string" | "number" | "boolean" | "date";
|
|
3124
3486
|
key: string;
|
|
3125
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3487
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
3126
3488
|
}[] | null | undefined;
|
|
3127
3489
|
pf_agent?: {
|
|
3128
3490
|
clickupId?: string | null | undefined;
|
|
@@ -4852,6 +5214,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4852
5214
|
}>>>;
|
|
4853
5215
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
4854
5216
|
}, "strip", z.ZodTypeAny, {
|
|
5217
|
+
pickup?: {
|
|
5218
|
+
catalogId?: string | null | undefined;
|
|
5219
|
+
autoAccept?: boolean | null | undefined;
|
|
5220
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5221
|
+
offlinePaymentTypes?: {
|
|
5222
|
+
name: string;
|
|
5223
|
+
instruction: string;
|
|
5224
|
+
}[] | null | undefined;
|
|
5225
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5226
|
+
ignoreStock?: boolean | null | undefined;
|
|
5227
|
+
pickupTime?: {
|
|
5228
|
+
day: {
|
|
5229
|
+
max: number;
|
|
5230
|
+
min: number;
|
|
5231
|
+
};
|
|
5232
|
+
} | null | undefined;
|
|
5233
|
+
pickupPointConfig?: {
|
|
5234
|
+
restaurantEnable: boolean;
|
|
5235
|
+
points: {
|
|
5236
|
+
name: string;
|
|
5237
|
+
address: string;
|
|
5238
|
+
coordinates: number[];
|
|
5239
|
+
}[];
|
|
5240
|
+
} | null | undefined;
|
|
5241
|
+
} | null | undefined;
|
|
4855
5242
|
channel?: string | null | undefined;
|
|
4856
5243
|
machineId?: string | null | undefined;
|
|
4857
5244
|
catalogId?: string | null | undefined;
|
|
@@ -4953,31 +5340,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4953
5340
|
}[];
|
|
4954
5341
|
term: string;
|
|
4955
5342
|
} | null | undefined;
|
|
4956
|
-
pickup?: {
|
|
4957
|
-
catalogId?: string | null | undefined;
|
|
4958
|
-
autoAccept?: boolean | null | undefined;
|
|
4959
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4960
|
-
offlinePaymentTypes?: {
|
|
4961
|
-
name: string;
|
|
4962
|
-
instruction: string;
|
|
4963
|
-
}[] | null | undefined;
|
|
4964
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4965
|
-
ignoreStock?: boolean | null | undefined;
|
|
4966
|
-
pickupTime?: {
|
|
4967
|
-
day: {
|
|
4968
|
-
max: number;
|
|
4969
|
-
min: number;
|
|
4970
|
-
};
|
|
4971
|
-
} | null | undefined;
|
|
4972
|
-
pickupPointConfig?: {
|
|
4973
|
-
restaurantEnable: boolean;
|
|
4974
|
-
points: {
|
|
4975
|
-
name: string;
|
|
4976
|
-
address: string;
|
|
4977
|
-
coordinates: number[];
|
|
4978
|
-
}[];
|
|
4979
|
-
} | null | undefined;
|
|
4980
|
-
} | null | undefined;
|
|
4981
5343
|
dineIn?: {
|
|
4982
5344
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4983
5345
|
offlinePaymentTypes?: {
|
|
@@ -4996,9 +5358,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
4996
5358
|
expiredAt?: string | null | undefined;
|
|
4997
5359
|
agentId?: string | null | undefined;
|
|
4998
5360
|
attributeSettings?: {
|
|
5361
|
+
options?: any[] | null | undefined;
|
|
4999
5362
|
type: "string" | "number" | "boolean" | "date";
|
|
5000
5363
|
key: string;
|
|
5001
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
5364
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
5002
5365
|
}[] | null | undefined;
|
|
5003
5366
|
pf_agent?: {
|
|
5004
5367
|
clickupId?: string | null | undefined;
|
|
@@ -5230,8 +5593,33 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5230
5593
|
regNo: string;
|
|
5231
5594
|
};
|
|
5232
5595
|
}, {
|
|
5233
|
-
|
|
5234
|
-
|
|
5596
|
+
pickup?: {
|
|
5597
|
+
catalogId?: string | null | undefined;
|
|
5598
|
+
autoAccept?: boolean | null | undefined;
|
|
5599
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5600
|
+
offlinePaymentTypes?: {
|
|
5601
|
+
name: string;
|
|
5602
|
+
instruction: string;
|
|
5603
|
+
}[] | null | undefined;
|
|
5604
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5605
|
+
ignoreStock?: boolean | null | undefined;
|
|
5606
|
+
pickupTime?: {
|
|
5607
|
+
day: {
|
|
5608
|
+
max: number;
|
|
5609
|
+
min: number;
|
|
5610
|
+
};
|
|
5611
|
+
} | null | undefined;
|
|
5612
|
+
pickupPointConfig?: {
|
|
5613
|
+
restaurantEnable: boolean;
|
|
5614
|
+
points: {
|
|
5615
|
+
name: string;
|
|
5616
|
+
address: string;
|
|
5617
|
+
coordinates: number[];
|
|
5618
|
+
}[];
|
|
5619
|
+
} | null | undefined;
|
|
5620
|
+
} | null | undefined;
|
|
5621
|
+
channel?: string | null | undefined;
|
|
5622
|
+
machineId?: string | null | undefined;
|
|
5235
5623
|
catalogId?: string | null | undefined;
|
|
5236
5624
|
customAttributes?: Record<string, any> | null | undefined;
|
|
5237
5625
|
takeaway?: {
|
|
@@ -5331,31 +5719,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5331
5719
|
}[];
|
|
5332
5720
|
term: string;
|
|
5333
5721
|
} | null | undefined;
|
|
5334
|
-
pickup?: {
|
|
5335
|
-
catalogId?: string | null | undefined;
|
|
5336
|
-
autoAccept?: boolean | null | undefined;
|
|
5337
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5338
|
-
offlinePaymentTypes?: {
|
|
5339
|
-
name: string;
|
|
5340
|
-
instruction: string;
|
|
5341
|
-
}[] | null | undefined;
|
|
5342
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5343
|
-
ignoreStock?: boolean | null | undefined;
|
|
5344
|
-
pickupTime?: {
|
|
5345
|
-
day: {
|
|
5346
|
-
max: number;
|
|
5347
|
-
min: number;
|
|
5348
|
-
};
|
|
5349
|
-
} | null | undefined;
|
|
5350
|
-
pickupPointConfig?: {
|
|
5351
|
-
restaurantEnable: boolean;
|
|
5352
|
-
points: {
|
|
5353
|
-
name: string;
|
|
5354
|
-
address: string;
|
|
5355
|
-
coordinates: number[];
|
|
5356
|
-
}[];
|
|
5357
|
-
} | null | undefined;
|
|
5358
|
-
} | null | undefined;
|
|
5359
5722
|
dineIn?: {
|
|
5360
5723
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5361
5724
|
offlinePaymentTypes?: {
|
|
@@ -5374,9 +5737,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5374
5737
|
expiredAt?: string | null | undefined;
|
|
5375
5738
|
agentId?: string | null | undefined;
|
|
5376
5739
|
attributeSettings?: {
|
|
5740
|
+
options?: any[] | null | undefined;
|
|
5377
5741
|
type: "string" | "number" | "boolean" | "date";
|
|
5378
5742
|
key: string;
|
|
5379
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
5743
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
5380
5744
|
}[] | null | undefined;
|
|
5381
5745
|
pf_agent?: {
|
|
5382
5746
|
clickupId?: string | null | undefined;
|
|
@@ -5638,11 +6002,15 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5638
6002
|
};
|
|
5639
6003
|
}>;
|
|
5640
6004
|
availableOnlineOrder: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, "many">>>;
|
|
6005
|
+
adjustmentRule: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6006
|
+
type: z.ZodEnum<["CAPPED_AT"]>;
|
|
6007
|
+
}, "strip", z.ZodTypeAny, {
|
|
6008
|
+
type: "CAPPED_AT";
|
|
6009
|
+
}, {
|
|
6010
|
+
type: "CAPPED_AT";
|
|
6011
|
+
}>>>;
|
|
5641
6012
|
options: z.ZodDiscriminatedUnion<"target", z.Primitive, z.ZodObject<z.extendShape<{
|
|
5642
6013
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
5643
|
-
}, {
|
|
5644
|
-
target: z.ZodLiteral<"BILL">;
|
|
5645
|
-
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5646
6014
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5647
6015
|
amount: z.ZodNumber;
|
|
5648
6016
|
precision: z.ZodNumber;
|
|
@@ -5653,12 +6021,25 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5653
6021
|
amount: number;
|
|
5654
6022
|
precision: number;
|
|
5655
6023
|
}>>>;
|
|
6024
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6025
|
+
productId: z.ZodString;
|
|
6026
|
+
}, "strip", z.ZodTypeAny, {
|
|
6027
|
+
productId: string;
|
|
6028
|
+
}, {
|
|
6029
|
+
productId: string;
|
|
6030
|
+
}>, "many">>>;
|
|
6031
|
+
}, {
|
|
6032
|
+
target: z.ZodLiteral<"BILL">;
|
|
6033
|
+
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5656
6034
|
}>, "strip", z.ZodTypeAny, {
|
|
5657
6035
|
excludeIds?: string[] | null | undefined;
|
|
5658
6036
|
minPurchase?: {
|
|
5659
6037
|
amount: number;
|
|
5660
6038
|
precision: number;
|
|
5661
6039
|
} | null | undefined;
|
|
6040
|
+
minPurchaseItems?: {
|
|
6041
|
+
productId: string;
|
|
6042
|
+
}[] | null | undefined;
|
|
5662
6043
|
target: "BILL";
|
|
5663
6044
|
}, {
|
|
5664
6045
|
excludeIds?: string[] | null | undefined;
|
|
@@ -5666,9 +6047,29 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5666
6047
|
amount: number;
|
|
5667
6048
|
precision: number;
|
|
5668
6049
|
} | null | undefined;
|
|
6050
|
+
minPurchaseItems?: {
|
|
6051
|
+
productId: string;
|
|
6052
|
+
}[] | null | undefined;
|
|
5669
6053
|
target: "BILL";
|
|
5670
6054
|
}> | z.ZodObject<z.extendShape<{
|
|
5671
6055
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
6056
|
+
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6057
|
+
amount: z.ZodNumber;
|
|
6058
|
+
precision: z.ZodNumber;
|
|
6059
|
+
}, "strip", z.ZodTypeAny, {
|
|
6060
|
+
amount: number;
|
|
6061
|
+
precision: number;
|
|
6062
|
+
}, {
|
|
6063
|
+
amount: number;
|
|
6064
|
+
precision: number;
|
|
6065
|
+
}>>>;
|
|
6066
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6067
|
+
productId: z.ZodString;
|
|
6068
|
+
}, "strip", z.ZodTypeAny, {
|
|
6069
|
+
productId: string;
|
|
6070
|
+
}, {
|
|
6071
|
+
productId: string;
|
|
6072
|
+
}>, "many">>>;
|
|
5672
6073
|
}, {
|
|
5673
6074
|
target: z.ZodLiteral<"ITEM">;
|
|
5674
6075
|
strategy: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
@@ -5767,6 +6168,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5767
6168
|
maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5768
6169
|
excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5769
6170
|
}>, "strip", z.ZodTypeAny, {
|
|
6171
|
+
minPurchase?: {
|
|
6172
|
+
amount: number;
|
|
6173
|
+
precision: number;
|
|
6174
|
+
} | null | undefined;
|
|
6175
|
+
minPurchaseItems?: {
|
|
6176
|
+
productId: string;
|
|
6177
|
+
}[] | null | undefined;
|
|
5770
6178
|
maxQuantity?: number | null | undefined;
|
|
5771
6179
|
excludeAddonPrice?: boolean | null | undefined;
|
|
5772
6180
|
target: "ITEM";
|
|
@@ -5798,6 +6206,13 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5798
6206
|
};
|
|
5799
6207
|
targetIds: string[];
|
|
5800
6208
|
}, {
|
|
6209
|
+
minPurchase?: {
|
|
6210
|
+
amount: number;
|
|
6211
|
+
precision: number;
|
|
6212
|
+
} | null | undefined;
|
|
6213
|
+
minPurchaseItems?: {
|
|
6214
|
+
productId: string;
|
|
6215
|
+
}[] | null | undefined;
|
|
5801
6216
|
maxQuantity?: number | null | undefined;
|
|
5802
6217
|
excludeAddonPrice?: boolean | null | undefined;
|
|
5803
6218
|
target: "ITEM";
|
|
@@ -5830,8 +6245,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5830
6245
|
targetIds: string[];
|
|
5831
6246
|
}> | z.ZodObject<z.extendShape<{
|
|
5832
6247
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
5833
|
-
}, {
|
|
5834
|
-
target: z.ZodLiteral<"PAYMENT">;
|
|
5835
6248
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5836
6249
|
amount: z.ZodNumber;
|
|
5837
6250
|
precision: z.ZodNumber;
|
|
@@ -5842,22 +6255,40 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5842
6255
|
amount: number;
|
|
5843
6256
|
precision: number;
|
|
5844
6257
|
}>>>;
|
|
6258
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6259
|
+
productId: z.ZodString;
|
|
6260
|
+
}, "strip", z.ZodTypeAny, {
|
|
6261
|
+
productId: string;
|
|
6262
|
+
}, {
|
|
6263
|
+
productId: string;
|
|
6264
|
+
}>, "many">>>;
|
|
6265
|
+
}, {
|
|
6266
|
+
target: z.ZodLiteral<"PAYMENT">;
|
|
5845
6267
|
}>, "strip", z.ZodTypeAny, {
|
|
5846
6268
|
minPurchase?: {
|
|
5847
6269
|
amount: number;
|
|
5848
6270
|
precision: number;
|
|
5849
6271
|
} | null | undefined;
|
|
6272
|
+
minPurchaseItems?: {
|
|
6273
|
+
productId: string;
|
|
6274
|
+
}[] | null | undefined;
|
|
5850
6275
|
target: "PAYMENT";
|
|
5851
6276
|
}, {
|
|
5852
6277
|
minPurchase?: {
|
|
5853
6278
|
amount: number;
|
|
5854
6279
|
precision: number;
|
|
5855
6280
|
} | null | undefined;
|
|
6281
|
+
minPurchaseItems?: {
|
|
6282
|
+
productId: string;
|
|
6283
|
+
}[] | null | undefined;
|
|
5856
6284
|
target: "PAYMENT";
|
|
5857
6285
|
}>>;
|
|
5858
6286
|
priority: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5859
6287
|
}, "strip", z.ZodTypeAny, {
|
|
5860
6288
|
priority?: number | null | undefined;
|
|
6289
|
+
adjustmentRule?: {
|
|
6290
|
+
type: "CAPPED_AT";
|
|
6291
|
+
} | null | undefined;
|
|
5861
6292
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
5862
6293
|
options: {
|
|
5863
6294
|
excludeIds?: string[] | null | undefined;
|
|
@@ -5865,8 +6296,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5865
6296
|
amount: number;
|
|
5866
6297
|
precision: number;
|
|
5867
6298
|
} | null | undefined;
|
|
6299
|
+
minPurchaseItems?: {
|
|
6300
|
+
productId: string;
|
|
6301
|
+
}[] | null | undefined;
|
|
5868
6302
|
target: "BILL";
|
|
5869
6303
|
} | {
|
|
6304
|
+
minPurchase?: {
|
|
6305
|
+
amount: number;
|
|
6306
|
+
precision: number;
|
|
6307
|
+
} | null | undefined;
|
|
6308
|
+
minPurchaseItems?: {
|
|
6309
|
+
productId: string;
|
|
6310
|
+
}[] | null | undefined;
|
|
5870
6311
|
maxQuantity?: number | null | undefined;
|
|
5871
6312
|
excludeAddonPrice?: boolean | null | undefined;
|
|
5872
6313
|
target: "ITEM";
|
|
@@ -5902,6 +6343,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5902
6343
|
amount: number;
|
|
5903
6344
|
precision: number;
|
|
5904
6345
|
} | null | undefined;
|
|
6346
|
+
minPurchaseItems?: {
|
|
6347
|
+
productId: string;
|
|
6348
|
+
}[] | null | undefined;
|
|
5905
6349
|
target: "PAYMENT";
|
|
5906
6350
|
};
|
|
5907
6351
|
adjustment: {
|
|
@@ -5914,6 +6358,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5914
6358
|
};
|
|
5915
6359
|
}, {
|
|
5916
6360
|
priority?: number | null | undefined;
|
|
6361
|
+
adjustmentRule?: {
|
|
6362
|
+
type: "CAPPED_AT";
|
|
6363
|
+
} | null | undefined;
|
|
5917
6364
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
5918
6365
|
options: {
|
|
5919
6366
|
excludeIds?: string[] | null | undefined;
|
|
@@ -5921,8 +6368,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5921
6368
|
amount: number;
|
|
5922
6369
|
precision: number;
|
|
5923
6370
|
} | null | undefined;
|
|
6371
|
+
minPurchaseItems?: {
|
|
6372
|
+
productId: string;
|
|
6373
|
+
}[] | null | undefined;
|
|
5924
6374
|
target: "BILL";
|
|
5925
6375
|
} | {
|
|
6376
|
+
minPurchase?: {
|
|
6377
|
+
amount: number;
|
|
6378
|
+
precision: number;
|
|
6379
|
+
} | null | undefined;
|
|
6380
|
+
minPurchaseItems?: {
|
|
6381
|
+
productId: string;
|
|
6382
|
+
}[] | null | undefined;
|
|
5926
6383
|
maxQuantity?: number | null | undefined;
|
|
5927
6384
|
excludeAddonPrice?: boolean | null | undefined;
|
|
5928
6385
|
target: "ITEM";
|
|
@@ -5958,6 +6415,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5958
6415
|
amount: number;
|
|
5959
6416
|
precision: number;
|
|
5960
6417
|
} | null | undefined;
|
|
6418
|
+
minPurchaseItems?: {
|
|
6419
|
+
productId: string;
|
|
6420
|
+
}[] | null | undefined;
|
|
5961
6421
|
target: "PAYMENT";
|
|
5962
6422
|
};
|
|
5963
6423
|
adjustment: {
|
|
@@ -5997,9 +6457,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
5997
6457
|
expiredAt?: string | null | undefined;
|
|
5998
6458
|
agentId?: string | null | undefined;
|
|
5999
6459
|
attributeSettings?: {
|
|
6460
|
+
options?: any[] | null | undefined;
|
|
6000
6461
|
type: "string" | "number" | "boolean" | "date";
|
|
6001
6462
|
key: string;
|
|
6002
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6463
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6003
6464
|
}[] | null | undefined;
|
|
6004
6465
|
pf_agent?: {
|
|
6005
6466
|
clickupId?: string | null | undefined;
|
|
@@ -6059,6 +6520,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6059
6520
|
menuVersion: string;
|
|
6060
6521
|
} | null | undefined;
|
|
6061
6522
|
pf_targetRestaurant?: {
|
|
6523
|
+
pickup?: {
|
|
6524
|
+
catalogId?: string | null | undefined;
|
|
6525
|
+
autoAccept?: boolean | null | undefined;
|
|
6526
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6527
|
+
offlinePaymentTypes?: {
|
|
6528
|
+
name: string;
|
|
6529
|
+
instruction: string;
|
|
6530
|
+
}[] | null | undefined;
|
|
6531
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6532
|
+
ignoreStock?: boolean | null | undefined;
|
|
6533
|
+
pickupTime?: {
|
|
6534
|
+
day: {
|
|
6535
|
+
max: number;
|
|
6536
|
+
min: number;
|
|
6537
|
+
};
|
|
6538
|
+
} | null | undefined;
|
|
6539
|
+
pickupPointConfig?: {
|
|
6540
|
+
restaurantEnable: boolean;
|
|
6541
|
+
points: {
|
|
6542
|
+
name: string;
|
|
6543
|
+
address: string;
|
|
6544
|
+
coordinates: number[];
|
|
6545
|
+
}[];
|
|
6546
|
+
} | null | undefined;
|
|
6547
|
+
} | null | undefined;
|
|
6062
6548
|
channel?: string | null | undefined;
|
|
6063
6549
|
machineId?: string | null | undefined;
|
|
6064
6550
|
catalogId?: string | null | undefined;
|
|
@@ -6160,31 +6646,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6160
6646
|
}[];
|
|
6161
6647
|
term: string;
|
|
6162
6648
|
} | null | undefined;
|
|
6163
|
-
pickup?: {
|
|
6164
|
-
catalogId?: string | null | undefined;
|
|
6165
|
-
autoAccept?: boolean | null | undefined;
|
|
6166
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6167
|
-
offlinePaymentTypes?: {
|
|
6168
|
-
name: string;
|
|
6169
|
-
instruction: string;
|
|
6170
|
-
}[] | null | undefined;
|
|
6171
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6172
|
-
ignoreStock?: boolean | null | undefined;
|
|
6173
|
-
pickupTime?: {
|
|
6174
|
-
day: {
|
|
6175
|
-
max: number;
|
|
6176
|
-
min: number;
|
|
6177
|
-
};
|
|
6178
|
-
} | null | undefined;
|
|
6179
|
-
pickupPointConfig?: {
|
|
6180
|
-
restaurantEnable: boolean;
|
|
6181
|
-
points: {
|
|
6182
|
-
name: string;
|
|
6183
|
-
address: string;
|
|
6184
|
-
coordinates: number[];
|
|
6185
|
-
}[];
|
|
6186
|
-
} | null | undefined;
|
|
6187
|
-
} | null | undefined;
|
|
6188
6649
|
dineIn?: {
|
|
6189
6650
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6190
6651
|
offlinePaymentTypes?: {
|
|
@@ -6203,9 +6664,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6203
6664
|
expiredAt?: string | null | undefined;
|
|
6204
6665
|
agentId?: string | null | undefined;
|
|
6205
6666
|
attributeSettings?: {
|
|
6667
|
+
options?: any[] | null | undefined;
|
|
6206
6668
|
type: "string" | "number" | "boolean" | "date";
|
|
6207
6669
|
key: string;
|
|
6208
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6670
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6209
6671
|
}[] | null | undefined;
|
|
6210
6672
|
pf_agent?: {
|
|
6211
6673
|
clickupId?: string | null | undefined;
|
|
@@ -6472,6 +6934,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6472
6934
|
validity: number;
|
|
6473
6935
|
effect: {
|
|
6474
6936
|
priority?: number | null | undefined;
|
|
6937
|
+
adjustmentRule?: {
|
|
6938
|
+
type: "CAPPED_AT";
|
|
6939
|
+
} | null | undefined;
|
|
6475
6940
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
6476
6941
|
options: {
|
|
6477
6942
|
excludeIds?: string[] | null | undefined;
|
|
@@ -6479,8 +6944,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6479
6944
|
amount: number;
|
|
6480
6945
|
precision: number;
|
|
6481
6946
|
} | null | undefined;
|
|
6947
|
+
minPurchaseItems?: {
|
|
6948
|
+
productId: string;
|
|
6949
|
+
}[] | null | undefined;
|
|
6482
6950
|
target: "BILL";
|
|
6483
6951
|
} | {
|
|
6952
|
+
minPurchase?: {
|
|
6953
|
+
amount: number;
|
|
6954
|
+
precision: number;
|
|
6955
|
+
} | null | undefined;
|
|
6956
|
+
minPurchaseItems?: {
|
|
6957
|
+
productId: string;
|
|
6958
|
+
}[] | null | undefined;
|
|
6484
6959
|
maxQuantity?: number | null | undefined;
|
|
6485
6960
|
excludeAddonPrice?: boolean | null | undefined;
|
|
6486
6961
|
target: "ITEM";
|
|
@@ -6516,6 +6991,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6516
6991
|
amount: number;
|
|
6517
6992
|
precision: number;
|
|
6518
6993
|
} | null | undefined;
|
|
6994
|
+
minPurchaseItems?: {
|
|
6995
|
+
productId: string;
|
|
6996
|
+
}[] | null | undefined;
|
|
6519
6997
|
target: "PAYMENT";
|
|
6520
6998
|
};
|
|
6521
6999
|
adjustment: {
|
|
@@ -6541,9 +7019,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6541
7019
|
expiredAt?: string | null | undefined;
|
|
6542
7020
|
agentId?: string | null | undefined;
|
|
6543
7021
|
attributeSettings?: {
|
|
7022
|
+
options?: any[] | null | undefined;
|
|
6544
7023
|
type: "string" | "number" | "boolean" | "date";
|
|
6545
7024
|
key: string;
|
|
6546
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7025
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6547
7026
|
}[] | null | undefined;
|
|
6548
7027
|
pf_agent?: {
|
|
6549
7028
|
clickupId?: string | null | undefined;
|
|
@@ -6603,6 +7082,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6603
7082
|
menuVersion: string;
|
|
6604
7083
|
} | null | undefined;
|
|
6605
7084
|
pf_targetRestaurant?: {
|
|
7085
|
+
pickup?: {
|
|
7086
|
+
catalogId?: string | null | undefined;
|
|
7087
|
+
autoAccept?: boolean | null | undefined;
|
|
7088
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7089
|
+
offlinePaymentTypes?: {
|
|
7090
|
+
name: string;
|
|
7091
|
+
instruction: string;
|
|
7092
|
+
}[] | null | undefined;
|
|
7093
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7094
|
+
ignoreStock?: boolean | null | undefined;
|
|
7095
|
+
pickupTime?: {
|
|
7096
|
+
day: {
|
|
7097
|
+
max: number;
|
|
7098
|
+
min: number;
|
|
7099
|
+
};
|
|
7100
|
+
} | null | undefined;
|
|
7101
|
+
pickupPointConfig?: {
|
|
7102
|
+
restaurantEnable: boolean;
|
|
7103
|
+
points: {
|
|
7104
|
+
name: string;
|
|
7105
|
+
address: string;
|
|
7106
|
+
coordinates: number[];
|
|
7107
|
+
}[];
|
|
7108
|
+
} | null | undefined;
|
|
7109
|
+
} | null | undefined;
|
|
6606
7110
|
channel?: string | null | undefined;
|
|
6607
7111
|
machineId?: string | null | undefined;
|
|
6608
7112
|
catalogId?: string | null | undefined;
|
|
@@ -6704,31 +7208,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6704
7208
|
}[];
|
|
6705
7209
|
term: string;
|
|
6706
7210
|
} | null | undefined;
|
|
6707
|
-
pickup?: {
|
|
6708
|
-
catalogId?: string | null | undefined;
|
|
6709
|
-
autoAccept?: boolean | null | undefined;
|
|
6710
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6711
|
-
offlinePaymentTypes?: {
|
|
6712
|
-
name: string;
|
|
6713
|
-
instruction: string;
|
|
6714
|
-
}[] | null | undefined;
|
|
6715
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6716
|
-
ignoreStock?: boolean | null | undefined;
|
|
6717
|
-
pickupTime?: {
|
|
6718
|
-
day: {
|
|
6719
|
-
max: number;
|
|
6720
|
-
min: number;
|
|
6721
|
-
};
|
|
6722
|
-
} | null | undefined;
|
|
6723
|
-
pickupPointConfig?: {
|
|
6724
|
-
restaurantEnable: boolean;
|
|
6725
|
-
points: {
|
|
6726
|
-
name: string;
|
|
6727
|
-
address: string;
|
|
6728
|
-
coordinates: number[];
|
|
6729
|
-
}[];
|
|
6730
|
-
} | null | undefined;
|
|
6731
|
-
} | null | undefined;
|
|
6732
7211
|
dineIn?: {
|
|
6733
7212
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6734
7213
|
offlinePaymentTypes?: {
|
|
@@ -6747,9 +7226,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
6747
7226
|
expiredAt?: string | null | undefined;
|
|
6748
7227
|
agentId?: string | null | undefined;
|
|
6749
7228
|
attributeSettings?: {
|
|
7229
|
+
options?: any[] | null | undefined;
|
|
6750
7230
|
type: "string" | "number" | "boolean" | "date";
|
|
6751
7231
|
key: string;
|
|
6752
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7232
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
6753
7233
|
}[] | null | undefined;
|
|
6754
7234
|
pf_agent?: {
|
|
6755
7235
|
clickupId?: string | null | undefined;
|
|
@@ -7016,6 +7496,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7016
7496
|
validity: number;
|
|
7017
7497
|
effect: {
|
|
7018
7498
|
priority?: number | null | undefined;
|
|
7499
|
+
adjustmentRule?: {
|
|
7500
|
+
type: "CAPPED_AT";
|
|
7501
|
+
} | null | undefined;
|
|
7019
7502
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
7020
7503
|
options: {
|
|
7021
7504
|
excludeIds?: string[] | null | undefined;
|
|
@@ -7023,8 +7506,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7023
7506
|
amount: number;
|
|
7024
7507
|
precision: number;
|
|
7025
7508
|
} | null | undefined;
|
|
7509
|
+
minPurchaseItems?: {
|
|
7510
|
+
productId: string;
|
|
7511
|
+
}[] | null | undefined;
|
|
7026
7512
|
target: "BILL";
|
|
7027
7513
|
} | {
|
|
7514
|
+
minPurchase?: {
|
|
7515
|
+
amount: number;
|
|
7516
|
+
precision: number;
|
|
7517
|
+
} | null | undefined;
|
|
7518
|
+
minPurchaseItems?: {
|
|
7519
|
+
productId: string;
|
|
7520
|
+
}[] | null | undefined;
|
|
7028
7521
|
maxQuantity?: number | null | undefined;
|
|
7029
7522
|
excludeAddonPrice?: boolean | null | undefined;
|
|
7030
7523
|
target: "ITEM";
|
|
@@ -7060,6 +7553,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7060
7553
|
amount: number;
|
|
7061
7554
|
precision: number;
|
|
7062
7555
|
} | null | undefined;
|
|
7556
|
+
minPurchaseItems?: {
|
|
7557
|
+
productId: string;
|
|
7558
|
+
}[] | null | undefined;
|
|
7063
7559
|
target: "PAYMENT";
|
|
7064
7560
|
};
|
|
7065
7561
|
adjustment: {
|
|
@@ -7099,15 +7595,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7099
7595
|
attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7100
7596
|
key: z.ZodString;
|
|
7101
7597
|
type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
7102
|
-
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
7598
|
+
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
7599
|
+
options: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
|
|
7103
7600
|
}, "strip", z.ZodTypeAny, {
|
|
7601
|
+
options?: any[] | null | undefined;
|
|
7104
7602
|
type: "string" | "number" | "boolean" | "date";
|
|
7105
7603
|
key: string;
|
|
7106
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7604
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7107
7605
|
}, {
|
|
7606
|
+
options?: any[] | null | undefined;
|
|
7108
7607
|
type: "string" | "number" | "boolean" | "date";
|
|
7109
7608
|
key: string;
|
|
7110
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7609
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7111
7610
|
}>, "many">>>;
|
|
7112
7611
|
pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
7113
7612
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7363,9 +7862,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7363
7862
|
expiredAt?: string | null | undefined;
|
|
7364
7863
|
agentId?: string | null | undefined;
|
|
7365
7864
|
attributeSettings?: {
|
|
7865
|
+
options?: any[] | null | undefined;
|
|
7366
7866
|
type: "string" | "number" | "boolean" | "date";
|
|
7367
7867
|
key: string;
|
|
7368
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7868
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7369
7869
|
}[] | null | undefined;
|
|
7370
7870
|
pf_agent?: {
|
|
7371
7871
|
clickupId?: string | null | undefined;
|
|
@@ -7429,9 +7929,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
7429
7929
|
expiredAt?: string | null | undefined;
|
|
7430
7930
|
agentId?: string | null | undefined;
|
|
7431
7931
|
attributeSettings?: {
|
|
7932
|
+
options?: any[] | null | undefined;
|
|
7432
7933
|
type: "string" | "number" | "boolean" | "date";
|
|
7433
7934
|
key: string;
|
|
7434
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7935
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
7435
7936
|
}[] | null | undefined;
|
|
7436
7937
|
pf_agent?: {
|
|
7437
7938
|
clickupId?: string | null | undefined;
|
|
@@ -9161,6 +9662,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9161
9662
|
}>>>;
|
|
9162
9663
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
9163
9664
|
}, "strip", z.ZodTypeAny, {
|
|
9665
|
+
pickup?: {
|
|
9666
|
+
catalogId?: string | null | undefined;
|
|
9667
|
+
autoAccept?: boolean | null | undefined;
|
|
9668
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9669
|
+
offlinePaymentTypes?: {
|
|
9670
|
+
name: string;
|
|
9671
|
+
instruction: string;
|
|
9672
|
+
}[] | null | undefined;
|
|
9673
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9674
|
+
ignoreStock?: boolean | null | undefined;
|
|
9675
|
+
pickupTime?: {
|
|
9676
|
+
day: {
|
|
9677
|
+
max: number;
|
|
9678
|
+
min: number;
|
|
9679
|
+
};
|
|
9680
|
+
} | null | undefined;
|
|
9681
|
+
pickupPointConfig?: {
|
|
9682
|
+
restaurantEnable: boolean;
|
|
9683
|
+
points: {
|
|
9684
|
+
name: string;
|
|
9685
|
+
address: string;
|
|
9686
|
+
coordinates: number[];
|
|
9687
|
+
}[];
|
|
9688
|
+
} | null | undefined;
|
|
9689
|
+
} | null | undefined;
|
|
9164
9690
|
channel?: string | null | undefined;
|
|
9165
9691
|
machineId?: string | null | undefined;
|
|
9166
9692
|
catalogId?: string | null | undefined;
|
|
@@ -9262,31 +9788,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9262
9788
|
}[];
|
|
9263
9789
|
term: string;
|
|
9264
9790
|
} | null | undefined;
|
|
9265
|
-
pickup?: {
|
|
9266
|
-
catalogId?: string | null | undefined;
|
|
9267
|
-
autoAccept?: boolean | null | undefined;
|
|
9268
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9269
|
-
offlinePaymentTypes?: {
|
|
9270
|
-
name: string;
|
|
9271
|
-
instruction: string;
|
|
9272
|
-
}[] | null | undefined;
|
|
9273
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9274
|
-
ignoreStock?: boolean | null | undefined;
|
|
9275
|
-
pickupTime?: {
|
|
9276
|
-
day: {
|
|
9277
|
-
max: number;
|
|
9278
|
-
min: number;
|
|
9279
|
-
};
|
|
9280
|
-
} | null | undefined;
|
|
9281
|
-
pickupPointConfig?: {
|
|
9282
|
-
restaurantEnable: boolean;
|
|
9283
|
-
points: {
|
|
9284
|
-
name: string;
|
|
9285
|
-
address: string;
|
|
9286
|
-
coordinates: number[];
|
|
9287
|
-
}[];
|
|
9288
|
-
} | null | undefined;
|
|
9289
|
-
} | null | undefined;
|
|
9290
9791
|
dineIn?: {
|
|
9291
9792
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9292
9793
|
offlinePaymentTypes?: {
|
|
@@ -9305,9 +9806,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9305
9806
|
expiredAt?: string | null | undefined;
|
|
9306
9807
|
agentId?: string | null | undefined;
|
|
9307
9808
|
attributeSettings?: {
|
|
9809
|
+
options?: any[] | null | undefined;
|
|
9308
9810
|
type: "string" | "number" | "boolean" | "date";
|
|
9309
9811
|
key: string;
|
|
9310
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
9812
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
9311
9813
|
}[] | null | undefined;
|
|
9312
9814
|
pf_agent?: {
|
|
9313
9815
|
clickupId?: string | null | undefined;
|
|
@@ -9539,6 +10041,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9539
10041
|
regNo: string;
|
|
9540
10042
|
};
|
|
9541
10043
|
}, {
|
|
10044
|
+
pickup?: {
|
|
10045
|
+
catalogId?: string | null | undefined;
|
|
10046
|
+
autoAccept?: boolean | null | undefined;
|
|
10047
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10048
|
+
offlinePaymentTypes?: {
|
|
10049
|
+
name: string;
|
|
10050
|
+
instruction: string;
|
|
10051
|
+
}[] | null | undefined;
|
|
10052
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10053
|
+
ignoreStock?: boolean | null | undefined;
|
|
10054
|
+
pickupTime?: {
|
|
10055
|
+
day: {
|
|
10056
|
+
max: number;
|
|
10057
|
+
min: number;
|
|
10058
|
+
};
|
|
10059
|
+
} | null | undefined;
|
|
10060
|
+
pickupPointConfig?: {
|
|
10061
|
+
restaurantEnable: boolean;
|
|
10062
|
+
points: {
|
|
10063
|
+
name: string;
|
|
10064
|
+
address: string;
|
|
10065
|
+
coordinates: number[];
|
|
10066
|
+
}[];
|
|
10067
|
+
} | null | undefined;
|
|
10068
|
+
} | null | undefined;
|
|
9542
10069
|
channel?: string | null | undefined;
|
|
9543
10070
|
machineId?: string | null | undefined;
|
|
9544
10071
|
catalogId?: string | null | undefined;
|
|
@@ -9640,31 +10167,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9640
10167
|
}[];
|
|
9641
10168
|
term: string;
|
|
9642
10169
|
} | null | undefined;
|
|
9643
|
-
pickup?: {
|
|
9644
|
-
catalogId?: string | null | undefined;
|
|
9645
|
-
autoAccept?: boolean | null | undefined;
|
|
9646
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9647
|
-
offlinePaymentTypes?: {
|
|
9648
|
-
name: string;
|
|
9649
|
-
instruction: string;
|
|
9650
|
-
}[] | null | undefined;
|
|
9651
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9652
|
-
ignoreStock?: boolean | null | undefined;
|
|
9653
|
-
pickupTime?: {
|
|
9654
|
-
day: {
|
|
9655
|
-
max: number;
|
|
9656
|
-
min: number;
|
|
9657
|
-
};
|
|
9658
|
-
} | null | undefined;
|
|
9659
|
-
pickupPointConfig?: {
|
|
9660
|
-
restaurantEnable: boolean;
|
|
9661
|
-
points: {
|
|
9662
|
-
name: string;
|
|
9663
|
-
address: string;
|
|
9664
|
-
coordinates: number[];
|
|
9665
|
-
}[];
|
|
9666
|
-
} | null | undefined;
|
|
9667
|
-
} | null | undefined;
|
|
9668
10170
|
dineIn?: {
|
|
9669
10171
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9670
10172
|
offlinePaymentTypes?: {
|
|
@@ -9683,9 +10185,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9683
10185
|
expiredAt?: string | null | undefined;
|
|
9684
10186
|
agentId?: string | null | undefined;
|
|
9685
10187
|
attributeSettings?: {
|
|
10188
|
+
options?: any[] | null | undefined;
|
|
9686
10189
|
type: "string" | "number" | "boolean" | "date";
|
|
9687
10190
|
key: string;
|
|
9688
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10191
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
9689
10192
|
}[] | null | undefined;
|
|
9690
10193
|
pf_agent?: {
|
|
9691
10194
|
clickupId?: string | null | undefined;
|
|
@@ -9951,15 +10454,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
9951
10454
|
attributeSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9952
10455
|
key: z.ZodString;
|
|
9953
10456
|
type: z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
9954
|
-
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
10457
|
+
entity: z.ZodUnion<[z.ZodLiteral<"restaurant">, z.ZodLiteral<"item">, z.ZodLiteral<"group">, z.ZodLiteral<"inventorySku">, z.ZodLiteral<"inventoryRecipe">, z.ZodLiteral<"warehouse">]>;
|
|
10458
|
+
options: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
|
|
9955
10459
|
}, "strip", z.ZodTypeAny, {
|
|
10460
|
+
options?: any[] | null | undefined;
|
|
9956
10461
|
type: "string" | "number" | "boolean" | "date";
|
|
9957
10462
|
key: string;
|
|
9958
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10463
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
9959
10464
|
}, {
|
|
10465
|
+
options?: any[] | null | undefined;
|
|
9960
10466
|
type: "string" | "number" | "boolean" | "date";
|
|
9961
10467
|
key: string;
|
|
9962
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10468
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
9963
10469
|
}>, "many">>>;
|
|
9964
10470
|
pf_agent: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
9965
10471
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -10215,9 +10721,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
10215
10721
|
expiredAt?: string | null | undefined;
|
|
10216
10722
|
agentId?: string | null | undefined;
|
|
10217
10723
|
attributeSettings?: {
|
|
10724
|
+
options?: any[] | null | undefined;
|
|
10218
10725
|
type: "string" | "number" | "boolean" | "date";
|
|
10219
10726
|
key: string;
|
|
10220
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10727
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10221
10728
|
}[] | null | undefined;
|
|
10222
10729
|
pf_agent?: {
|
|
10223
10730
|
clickupId?: string | null | undefined;
|
|
@@ -10281,9 +10788,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
10281
10788
|
expiredAt?: string | null | undefined;
|
|
10282
10789
|
agentId?: string | null | undefined;
|
|
10283
10790
|
attributeSettings?: {
|
|
10791
|
+
options?: any[] | null | undefined;
|
|
10284
10792
|
type: "string" | "number" | "boolean" | "date";
|
|
10285
10793
|
key: string;
|
|
10286
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10794
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
10287
10795
|
}[] | null | undefined;
|
|
10288
10796
|
pf_agent?: {
|
|
10289
10797
|
clickupId?: string | null | undefined;
|
|
@@ -12013,6 +12521,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12013
12521
|
}>>>;
|
|
12014
12522
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
12015
12523
|
}, "strip", z.ZodTypeAny, {
|
|
12524
|
+
pickup?: {
|
|
12525
|
+
catalogId?: string | null | undefined;
|
|
12526
|
+
autoAccept?: boolean | null | undefined;
|
|
12527
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12528
|
+
offlinePaymentTypes?: {
|
|
12529
|
+
name: string;
|
|
12530
|
+
instruction: string;
|
|
12531
|
+
}[] | null | undefined;
|
|
12532
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12533
|
+
ignoreStock?: boolean | null | undefined;
|
|
12534
|
+
pickupTime?: {
|
|
12535
|
+
day: {
|
|
12536
|
+
max: number;
|
|
12537
|
+
min: number;
|
|
12538
|
+
};
|
|
12539
|
+
} | null | undefined;
|
|
12540
|
+
pickupPointConfig?: {
|
|
12541
|
+
restaurantEnable: boolean;
|
|
12542
|
+
points: {
|
|
12543
|
+
name: string;
|
|
12544
|
+
address: string;
|
|
12545
|
+
coordinates: number[];
|
|
12546
|
+
}[];
|
|
12547
|
+
} | null | undefined;
|
|
12548
|
+
} | null | undefined;
|
|
12016
12549
|
channel?: string | null | undefined;
|
|
12017
12550
|
machineId?: string | null | undefined;
|
|
12018
12551
|
catalogId?: string | null | undefined;
|
|
@@ -12114,31 +12647,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12114
12647
|
}[];
|
|
12115
12648
|
term: string;
|
|
12116
12649
|
} | null | undefined;
|
|
12117
|
-
pickup?: {
|
|
12118
|
-
catalogId?: string | null | undefined;
|
|
12119
|
-
autoAccept?: boolean | null | undefined;
|
|
12120
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12121
|
-
offlinePaymentTypes?: {
|
|
12122
|
-
name: string;
|
|
12123
|
-
instruction: string;
|
|
12124
|
-
}[] | null | undefined;
|
|
12125
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12126
|
-
ignoreStock?: boolean | null | undefined;
|
|
12127
|
-
pickupTime?: {
|
|
12128
|
-
day: {
|
|
12129
|
-
max: number;
|
|
12130
|
-
min: number;
|
|
12131
|
-
};
|
|
12132
|
-
} | null | undefined;
|
|
12133
|
-
pickupPointConfig?: {
|
|
12134
|
-
restaurantEnable: boolean;
|
|
12135
|
-
points: {
|
|
12136
|
-
name: string;
|
|
12137
|
-
address: string;
|
|
12138
|
-
coordinates: number[];
|
|
12139
|
-
}[];
|
|
12140
|
-
} | null | undefined;
|
|
12141
|
-
} | null | undefined;
|
|
12142
12650
|
dineIn?: {
|
|
12143
12651
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12144
12652
|
offlinePaymentTypes?: {
|
|
@@ -12157,9 +12665,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12157
12665
|
expiredAt?: string | null | undefined;
|
|
12158
12666
|
agentId?: string | null | undefined;
|
|
12159
12667
|
attributeSettings?: {
|
|
12668
|
+
options?: any[] | null | undefined;
|
|
12160
12669
|
type: "string" | "number" | "boolean" | "date";
|
|
12161
12670
|
key: string;
|
|
12162
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
12671
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
12163
12672
|
}[] | null | undefined;
|
|
12164
12673
|
pf_agent?: {
|
|
12165
12674
|
clickupId?: string | null | undefined;
|
|
@@ -12391,6 +12900,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12391
12900
|
regNo: string;
|
|
12392
12901
|
};
|
|
12393
12902
|
}, {
|
|
12903
|
+
pickup?: {
|
|
12904
|
+
catalogId?: string | null | undefined;
|
|
12905
|
+
autoAccept?: boolean | null | undefined;
|
|
12906
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12907
|
+
offlinePaymentTypes?: {
|
|
12908
|
+
name: string;
|
|
12909
|
+
instruction: string;
|
|
12910
|
+
}[] | null | undefined;
|
|
12911
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12912
|
+
ignoreStock?: boolean | null | undefined;
|
|
12913
|
+
pickupTime?: {
|
|
12914
|
+
day: {
|
|
12915
|
+
max: number;
|
|
12916
|
+
min: number;
|
|
12917
|
+
};
|
|
12918
|
+
} | null | undefined;
|
|
12919
|
+
pickupPointConfig?: {
|
|
12920
|
+
restaurantEnable: boolean;
|
|
12921
|
+
points: {
|
|
12922
|
+
name: string;
|
|
12923
|
+
address: string;
|
|
12924
|
+
coordinates: number[];
|
|
12925
|
+
}[];
|
|
12926
|
+
} | null | undefined;
|
|
12927
|
+
} | null | undefined;
|
|
12394
12928
|
channel?: string | null | undefined;
|
|
12395
12929
|
machineId?: string | null | undefined;
|
|
12396
12930
|
catalogId?: string | null | undefined;
|
|
@@ -12492,31 +13026,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12492
13026
|
}[];
|
|
12493
13027
|
term: string;
|
|
12494
13028
|
} | null | undefined;
|
|
12495
|
-
pickup?: {
|
|
12496
|
-
catalogId?: string | null | undefined;
|
|
12497
|
-
autoAccept?: boolean | null | undefined;
|
|
12498
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12499
|
-
offlinePaymentTypes?: {
|
|
12500
|
-
name: string;
|
|
12501
|
-
instruction: string;
|
|
12502
|
-
}[] | null | undefined;
|
|
12503
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12504
|
-
ignoreStock?: boolean | null | undefined;
|
|
12505
|
-
pickupTime?: {
|
|
12506
|
-
day: {
|
|
12507
|
-
max: number;
|
|
12508
|
-
min: number;
|
|
12509
|
-
};
|
|
12510
|
-
} | null | undefined;
|
|
12511
|
-
pickupPointConfig?: {
|
|
12512
|
-
restaurantEnable: boolean;
|
|
12513
|
-
points: {
|
|
12514
|
-
name: string;
|
|
12515
|
-
address: string;
|
|
12516
|
-
coordinates: number[];
|
|
12517
|
-
}[];
|
|
12518
|
-
} | null | undefined;
|
|
12519
|
-
} | null | undefined;
|
|
12520
13029
|
dineIn?: {
|
|
12521
13030
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12522
13031
|
offlinePaymentTypes?: {
|
|
@@ -12535,9 +13044,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12535
13044
|
expiredAt?: string | null | undefined;
|
|
12536
13045
|
agentId?: string | null | undefined;
|
|
12537
13046
|
attributeSettings?: {
|
|
13047
|
+
options?: any[] | null | undefined;
|
|
12538
13048
|
type: "string" | "number" | "boolean" | "date";
|
|
12539
13049
|
key: string;
|
|
12540
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
13050
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
12541
13051
|
}[] | null | undefined;
|
|
12542
13052
|
pf_agent?: {
|
|
12543
13053
|
clickupId?: string | null | undefined;
|
|
@@ -12774,6 +13284,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12774
13284
|
billId?: string | null | undefined;
|
|
12775
13285
|
restaurant?: string | null | undefined;
|
|
12776
13286
|
pf_restaurant?: {
|
|
13287
|
+
pickup?: {
|
|
13288
|
+
catalogId?: string | null | undefined;
|
|
13289
|
+
autoAccept?: boolean | null | undefined;
|
|
13290
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13291
|
+
offlinePaymentTypes?: {
|
|
13292
|
+
name: string;
|
|
13293
|
+
instruction: string;
|
|
13294
|
+
}[] | null | undefined;
|
|
13295
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
13296
|
+
ignoreStock?: boolean | null | undefined;
|
|
13297
|
+
pickupTime?: {
|
|
13298
|
+
day: {
|
|
13299
|
+
max: number;
|
|
13300
|
+
min: number;
|
|
13301
|
+
};
|
|
13302
|
+
} | null | undefined;
|
|
13303
|
+
pickupPointConfig?: {
|
|
13304
|
+
restaurantEnable: boolean;
|
|
13305
|
+
points: {
|
|
13306
|
+
name: string;
|
|
13307
|
+
address: string;
|
|
13308
|
+
coordinates: number[];
|
|
13309
|
+
}[];
|
|
13310
|
+
} | null | undefined;
|
|
13311
|
+
} | null | undefined;
|
|
12777
13312
|
channel?: string | null | undefined;
|
|
12778
13313
|
machineId?: string | null | undefined;
|
|
12779
13314
|
catalogId?: string | null | undefined;
|
|
@@ -12875,31 +13410,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12875
13410
|
}[];
|
|
12876
13411
|
term: string;
|
|
12877
13412
|
} | null | undefined;
|
|
12878
|
-
pickup?: {
|
|
12879
|
-
catalogId?: string | null | undefined;
|
|
12880
|
-
autoAccept?: boolean | null | undefined;
|
|
12881
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12882
|
-
offlinePaymentTypes?: {
|
|
12883
|
-
name: string;
|
|
12884
|
-
instruction: string;
|
|
12885
|
-
}[] | null | undefined;
|
|
12886
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12887
|
-
ignoreStock?: boolean | null | undefined;
|
|
12888
|
-
pickupTime?: {
|
|
12889
|
-
day: {
|
|
12890
|
-
max: number;
|
|
12891
|
-
min: number;
|
|
12892
|
-
};
|
|
12893
|
-
} | null | undefined;
|
|
12894
|
-
pickupPointConfig?: {
|
|
12895
|
-
restaurantEnable: boolean;
|
|
12896
|
-
points: {
|
|
12897
|
-
name: string;
|
|
12898
|
-
address: string;
|
|
12899
|
-
coordinates: number[];
|
|
12900
|
-
}[];
|
|
12901
|
-
} | null | undefined;
|
|
12902
|
-
} | null | undefined;
|
|
12903
13413
|
dineIn?: {
|
|
12904
13414
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12905
13415
|
offlinePaymentTypes?: {
|
|
@@ -12918,9 +13428,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
12918
13428
|
expiredAt?: string | null | undefined;
|
|
12919
13429
|
agentId?: string | null | undefined;
|
|
12920
13430
|
attributeSettings?: {
|
|
13431
|
+
options?: any[] | null | undefined;
|
|
12921
13432
|
type: "string" | "number" | "boolean" | "date";
|
|
12922
13433
|
key: string;
|
|
12923
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
13434
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
12924
13435
|
}[] | null | undefined;
|
|
12925
13436
|
pf_agent?: {
|
|
12926
13437
|
clickupId?: string | null | undefined;
|
|
@@ -13157,6 +13668,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13157
13668
|
billId?: string | null | undefined;
|
|
13158
13669
|
restaurant?: string | null | undefined;
|
|
13159
13670
|
pf_restaurant?: {
|
|
13671
|
+
pickup?: {
|
|
13672
|
+
catalogId?: string | null | undefined;
|
|
13673
|
+
autoAccept?: boolean | null | undefined;
|
|
13674
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13675
|
+
offlinePaymentTypes?: {
|
|
13676
|
+
name: string;
|
|
13677
|
+
instruction: string;
|
|
13678
|
+
}[] | null | undefined;
|
|
13679
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
13680
|
+
ignoreStock?: boolean | null | undefined;
|
|
13681
|
+
pickupTime?: {
|
|
13682
|
+
day: {
|
|
13683
|
+
max: number;
|
|
13684
|
+
min: number;
|
|
13685
|
+
};
|
|
13686
|
+
} | null | undefined;
|
|
13687
|
+
pickupPointConfig?: {
|
|
13688
|
+
restaurantEnable: boolean;
|
|
13689
|
+
points: {
|
|
13690
|
+
name: string;
|
|
13691
|
+
address: string;
|
|
13692
|
+
coordinates: number[];
|
|
13693
|
+
}[];
|
|
13694
|
+
} | null | undefined;
|
|
13695
|
+
} | null | undefined;
|
|
13160
13696
|
channel?: string | null | undefined;
|
|
13161
13697
|
machineId?: string | null | undefined;
|
|
13162
13698
|
catalogId?: string | null | undefined;
|
|
@@ -13258,32 +13794,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13258
13794
|
}[];
|
|
13259
13795
|
term: string;
|
|
13260
13796
|
} | null | undefined;
|
|
13261
|
-
|
|
13262
|
-
catalogId?: string | null | undefined;
|
|
13263
|
-
autoAccept?: boolean | null | undefined;
|
|
13264
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13265
|
-
offlinePaymentTypes?: {
|
|
13266
|
-
name: string;
|
|
13267
|
-
instruction: string;
|
|
13268
|
-
}[] | null | undefined;
|
|
13269
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
13270
|
-
ignoreStock?: boolean | null | undefined;
|
|
13271
|
-
pickupTime?: {
|
|
13272
|
-
day: {
|
|
13273
|
-
max: number;
|
|
13274
|
-
min: number;
|
|
13275
|
-
};
|
|
13276
|
-
} | null | undefined;
|
|
13277
|
-
pickupPointConfig?: {
|
|
13278
|
-
restaurantEnable: boolean;
|
|
13279
|
-
points: {
|
|
13280
|
-
name: string;
|
|
13281
|
-
address: string;
|
|
13282
|
-
coordinates: number[];
|
|
13283
|
-
}[];
|
|
13284
|
-
} | null | undefined;
|
|
13285
|
-
} | null | undefined;
|
|
13286
|
-
dineIn?: {
|
|
13797
|
+
dineIn?: {
|
|
13287
13798
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13288
13799
|
offlinePaymentTypes?: {
|
|
13289
13800
|
name: string;
|
|
@@ -13301,9 +13812,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13301
13812
|
expiredAt?: string | null | undefined;
|
|
13302
13813
|
agentId?: string | null | undefined;
|
|
13303
13814
|
attributeSettings?: {
|
|
13815
|
+
options?: any[] | null | undefined;
|
|
13304
13816
|
type: "string" | "number" | "boolean" | "date";
|
|
13305
13817
|
key: string;
|
|
13306
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
13818
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
13307
13819
|
}[] | null | undefined;
|
|
13308
13820
|
pf_agent?: {
|
|
13309
13821
|
clickupId?: string | null | undefined;
|
|
@@ -13760,6 +14272,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13760
14272
|
billId?: string | null | undefined;
|
|
13761
14273
|
restaurant?: string | null | undefined;
|
|
13762
14274
|
pf_restaurant?: {
|
|
14275
|
+
pickup?: {
|
|
14276
|
+
catalogId?: string | null | undefined;
|
|
14277
|
+
autoAccept?: boolean | null | undefined;
|
|
14278
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14279
|
+
offlinePaymentTypes?: {
|
|
14280
|
+
name: string;
|
|
14281
|
+
instruction: string;
|
|
14282
|
+
}[] | null | undefined;
|
|
14283
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
14284
|
+
ignoreStock?: boolean | null | undefined;
|
|
14285
|
+
pickupTime?: {
|
|
14286
|
+
day: {
|
|
14287
|
+
max: number;
|
|
14288
|
+
min: number;
|
|
14289
|
+
};
|
|
14290
|
+
} | null | undefined;
|
|
14291
|
+
pickupPointConfig?: {
|
|
14292
|
+
restaurantEnable: boolean;
|
|
14293
|
+
points: {
|
|
14294
|
+
name: string;
|
|
14295
|
+
address: string;
|
|
14296
|
+
coordinates: number[];
|
|
14297
|
+
}[];
|
|
14298
|
+
} | null | undefined;
|
|
14299
|
+
} | null | undefined;
|
|
13763
14300
|
channel?: string | null | undefined;
|
|
13764
14301
|
machineId?: string | null | undefined;
|
|
13765
14302
|
catalogId?: string | null | undefined;
|
|
@@ -13861,31 +14398,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13861
14398
|
}[];
|
|
13862
14399
|
term: string;
|
|
13863
14400
|
} | null | undefined;
|
|
13864
|
-
pickup?: {
|
|
13865
|
-
catalogId?: string | null | undefined;
|
|
13866
|
-
autoAccept?: boolean | null | undefined;
|
|
13867
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13868
|
-
offlinePaymentTypes?: {
|
|
13869
|
-
name: string;
|
|
13870
|
-
instruction: string;
|
|
13871
|
-
}[] | null | undefined;
|
|
13872
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
13873
|
-
ignoreStock?: boolean | null | undefined;
|
|
13874
|
-
pickupTime?: {
|
|
13875
|
-
day: {
|
|
13876
|
-
max: number;
|
|
13877
|
-
min: number;
|
|
13878
|
-
};
|
|
13879
|
-
} | null | undefined;
|
|
13880
|
-
pickupPointConfig?: {
|
|
13881
|
-
restaurantEnable: boolean;
|
|
13882
|
-
points: {
|
|
13883
|
-
name: string;
|
|
13884
|
-
address: string;
|
|
13885
|
-
coordinates: number[];
|
|
13886
|
-
}[];
|
|
13887
|
-
} | null | undefined;
|
|
13888
|
-
} | null | undefined;
|
|
13889
14401
|
dineIn?: {
|
|
13890
14402
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
13891
14403
|
offlinePaymentTypes?: {
|
|
@@ -13904,9 +14416,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
13904
14416
|
expiredAt?: string | null | undefined;
|
|
13905
14417
|
agentId?: string | null | undefined;
|
|
13906
14418
|
attributeSettings?: {
|
|
14419
|
+
options?: any[] | null | undefined;
|
|
13907
14420
|
type: "string" | "number" | "boolean" | "date";
|
|
13908
14421
|
key: string;
|
|
13909
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
14422
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
13910
14423
|
}[] | null | undefined;
|
|
13911
14424
|
pf_agent?: {
|
|
13912
14425
|
clickupId?: string | null | undefined;
|
|
@@ -14167,6 +14680,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14167
14680
|
restaurant?: string | null | undefined;
|
|
14168
14681
|
appliedAt?: string | null | undefined;
|
|
14169
14682
|
pf_restaurant?: {
|
|
14683
|
+
pickup?: {
|
|
14684
|
+
catalogId?: string | null | undefined;
|
|
14685
|
+
autoAccept?: boolean | null | undefined;
|
|
14686
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14687
|
+
offlinePaymentTypes?: {
|
|
14688
|
+
name: string;
|
|
14689
|
+
instruction: string;
|
|
14690
|
+
}[] | null | undefined;
|
|
14691
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
14692
|
+
ignoreStock?: boolean | null | undefined;
|
|
14693
|
+
pickupTime?: {
|
|
14694
|
+
day: {
|
|
14695
|
+
max: number;
|
|
14696
|
+
min: number;
|
|
14697
|
+
};
|
|
14698
|
+
} | null | undefined;
|
|
14699
|
+
pickupPointConfig?: {
|
|
14700
|
+
restaurantEnable: boolean;
|
|
14701
|
+
points: {
|
|
14702
|
+
name: string;
|
|
14703
|
+
address: string;
|
|
14704
|
+
coordinates: number[];
|
|
14705
|
+
}[];
|
|
14706
|
+
} | null | undefined;
|
|
14707
|
+
} | null | undefined;
|
|
14170
14708
|
channel?: string | null | undefined;
|
|
14171
14709
|
machineId?: string | null | undefined;
|
|
14172
14710
|
catalogId?: string | null | undefined;
|
|
@@ -14268,31 +14806,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14268
14806
|
}[];
|
|
14269
14807
|
term: string;
|
|
14270
14808
|
} | null | undefined;
|
|
14271
|
-
pickup?: {
|
|
14272
|
-
catalogId?: string | null | undefined;
|
|
14273
|
-
autoAccept?: boolean | null | undefined;
|
|
14274
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14275
|
-
offlinePaymentTypes?: {
|
|
14276
|
-
name: string;
|
|
14277
|
-
instruction: string;
|
|
14278
|
-
}[] | null | undefined;
|
|
14279
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
14280
|
-
ignoreStock?: boolean | null | undefined;
|
|
14281
|
-
pickupTime?: {
|
|
14282
|
-
day: {
|
|
14283
|
-
max: number;
|
|
14284
|
-
min: number;
|
|
14285
|
-
};
|
|
14286
|
-
} | null | undefined;
|
|
14287
|
-
pickupPointConfig?: {
|
|
14288
|
-
restaurantEnable: boolean;
|
|
14289
|
-
points: {
|
|
14290
|
-
name: string;
|
|
14291
|
-
address: string;
|
|
14292
|
-
coordinates: number[];
|
|
14293
|
-
}[];
|
|
14294
|
-
} | null | undefined;
|
|
14295
|
-
} | null | undefined;
|
|
14296
14809
|
dineIn?: {
|
|
14297
14810
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14298
14811
|
offlinePaymentTypes?: {
|
|
@@ -14311,9 +14824,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14311
14824
|
expiredAt?: string | null | undefined;
|
|
14312
14825
|
agentId?: string | null | undefined;
|
|
14313
14826
|
attributeSettings?: {
|
|
14827
|
+
options?: any[] | null | undefined;
|
|
14314
14828
|
type: "string" | "number" | "boolean" | "date";
|
|
14315
14829
|
key: string;
|
|
14316
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
14830
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
14317
14831
|
}[] | null | undefined;
|
|
14318
14832
|
pf_agent?: {
|
|
14319
14833
|
clickupId?: string | null | undefined;
|
|
@@ -14603,9 +15117,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14603
15117
|
expiredAt?: string | null | undefined;
|
|
14604
15118
|
agentId?: string | null | undefined;
|
|
14605
15119
|
attributeSettings?: {
|
|
15120
|
+
options?: any[] | null | undefined;
|
|
14606
15121
|
type: "string" | "number" | "boolean" | "date";
|
|
14607
15122
|
key: string;
|
|
14608
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15123
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
14609
15124
|
}[] | null | undefined;
|
|
14610
15125
|
pf_agent?: {
|
|
14611
15126
|
clickupId?: string | null | undefined;
|
|
@@ -14665,6 +15180,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14665
15180
|
menuVersion: string;
|
|
14666
15181
|
} | null | undefined;
|
|
14667
15182
|
pf_targetRestaurant?: {
|
|
15183
|
+
pickup?: {
|
|
15184
|
+
catalogId?: string | null | undefined;
|
|
15185
|
+
autoAccept?: boolean | null | undefined;
|
|
15186
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15187
|
+
offlinePaymentTypes?: {
|
|
15188
|
+
name: string;
|
|
15189
|
+
instruction: string;
|
|
15190
|
+
}[] | null | undefined;
|
|
15191
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
15192
|
+
ignoreStock?: boolean | null | undefined;
|
|
15193
|
+
pickupTime?: {
|
|
15194
|
+
day: {
|
|
15195
|
+
max: number;
|
|
15196
|
+
min: number;
|
|
15197
|
+
};
|
|
15198
|
+
} | null | undefined;
|
|
15199
|
+
pickupPointConfig?: {
|
|
15200
|
+
restaurantEnable: boolean;
|
|
15201
|
+
points: {
|
|
15202
|
+
name: string;
|
|
15203
|
+
address: string;
|
|
15204
|
+
coordinates: number[];
|
|
15205
|
+
}[];
|
|
15206
|
+
} | null | undefined;
|
|
15207
|
+
} | null | undefined;
|
|
14668
15208
|
channel?: string | null | undefined;
|
|
14669
15209
|
machineId?: string | null | undefined;
|
|
14670
15210
|
catalogId?: string | null | undefined;
|
|
@@ -14766,31 +15306,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14766
15306
|
}[];
|
|
14767
15307
|
term: string;
|
|
14768
15308
|
} | null | undefined;
|
|
14769
|
-
pickup?: {
|
|
14770
|
-
catalogId?: string | null | undefined;
|
|
14771
|
-
autoAccept?: boolean | null | undefined;
|
|
14772
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14773
|
-
offlinePaymentTypes?: {
|
|
14774
|
-
name: string;
|
|
14775
|
-
instruction: string;
|
|
14776
|
-
}[] | null | undefined;
|
|
14777
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
14778
|
-
ignoreStock?: boolean | null | undefined;
|
|
14779
|
-
pickupTime?: {
|
|
14780
|
-
day: {
|
|
14781
|
-
max: number;
|
|
14782
|
-
min: number;
|
|
14783
|
-
};
|
|
14784
|
-
} | null | undefined;
|
|
14785
|
-
pickupPointConfig?: {
|
|
14786
|
-
restaurantEnable: boolean;
|
|
14787
|
-
points: {
|
|
14788
|
-
name: string;
|
|
14789
|
-
address: string;
|
|
14790
|
-
coordinates: number[];
|
|
14791
|
-
}[];
|
|
14792
|
-
} | null | undefined;
|
|
14793
|
-
} | null | undefined;
|
|
14794
15309
|
dineIn?: {
|
|
14795
15310
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
14796
15311
|
offlinePaymentTypes?: {
|
|
@@ -14809,9 +15324,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
14809
15324
|
expiredAt?: string | null | undefined;
|
|
14810
15325
|
agentId?: string | null | undefined;
|
|
14811
15326
|
attributeSettings?: {
|
|
15327
|
+
options?: any[] | null | undefined;
|
|
14812
15328
|
type: "string" | "number" | "boolean" | "date";
|
|
14813
15329
|
key: string;
|
|
14814
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15330
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
14815
15331
|
}[] | null | undefined;
|
|
14816
15332
|
pf_agent?: {
|
|
14817
15333
|
clickupId?: string | null | undefined;
|
|
@@ -15078,6 +15594,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15078
15594
|
validity: number;
|
|
15079
15595
|
effect: {
|
|
15080
15596
|
priority?: number | null | undefined;
|
|
15597
|
+
adjustmentRule?: {
|
|
15598
|
+
type: "CAPPED_AT";
|
|
15599
|
+
} | null | undefined;
|
|
15081
15600
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
15082
15601
|
options: {
|
|
15083
15602
|
excludeIds?: string[] | null | undefined;
|
|
@@ -15085,8 +15604,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15085
15604
|
amount: number;
|
|
15086
15605
|
precision: number;
|
|
15087
15606
|
} | null | undefined;
|
|
15607
|
+
minPurchaseItems?: {
|
|
15608
|
+
productId: string;
|
|
15609
|
+
}[] | null | undefined;
|
|
15088
15610
|
target: "BILL";
|
|
15089
15611
|
} | {
|
|
15612
|
+
minPurchase?: {
|
|
15613
|
+
amount: number;
|
|
15614
|
+
precision: number;
|
|
15615
|
+
} | null | undefined;
|
|
15616
|
+
minPurchaseItems?: {
|
|
15617
|
+
productId: string;
|
|
15618
|
+
}[] | null | undefined;
|
|
15090
15619
|
maxQuantity?: number | null | undefined;
|
|
15091
15620
|
excludeAddonPrice?: boolean | null | undefined;
|
|
15092
15621
|
target: "ITEM";
|
|
@@ -15122,6 +15651,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15122
15651
|
amount: number;
|
|
15123
15652
|
precision: number;
|
|
15124
15653
|
} | null | undefined;
|
|
15654
|
+
minPurchaseItems?: {
|
|
15655
|
+
productId: string;
|
|
15656
|
+
}[] | null | undefined;
|
|
15125
15657
|
target: "PAYMENT";
|
|
15126
15658
|
};
|
|
15127
15659
|
adjustment: {
|
|
@@ -15143,6 +15675,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15143
15675
|
billId?: string | null | undefined;
|
|
15144
15676
|
restaurant?: string | null | undefined;
|
|
15145
15677
|
pf_restaurant?: {
|
|
15678
|
+
pickup?: {
|
|
15679
|
+
catalogId?: string | null | undefined;
|
|
15680
|
+
autoAccept?: boolean | null | undefined;
|
|
15681
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15682
|
+
offlinePaymentTypes?: {
|
|
15683
|
+
name: string;
|
|
15684
|
+
instruction: string;
|
|
15685
|
+
}[] | null | undefined;
|
|
15686
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
15687
|
+
ignoreStock?: boolean | null | undefined;
|
|
15688
|
+
pickupTime?: {
|
|
15689
|
+
day: {
|
|
15690
|
+
max: number;
|
|
15691
|
+
min: number;
|
|
15692
|
+
};
|
|
15693
|
+
} | null | undefined;
|
|
15694
|
+
pickupPointConfig?: {
|
|
15695
|
+
restaurantEnable: boolean;
|
|
15696
|
+
points: {
|
|
15697
|
+
name: string;
|
|
15698
|
+
address: string;
|
|
15699
|
+
coordinates: number[];
|
|
15700
|
+
}[];
|
|
15701
|
+
} | null | undefined;
|
|
15702
|
+
} | null | undefined;
|
|
15146
15703
|
channel?: string | null | undefined;
|
|
15147
15704
|
machineId?: string | null | undefined;
|
|
15148
15705
|
catalogId?: string | null | undefined;
|
|
@@ -15244,31 +15801,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15244
15801
|
}[];
|
|
15245
15802
|
term: string;
|
|
15246
15803
|
} | null | undefined;
|
|
15247
|
-
pickup?: {
|
|
15248
|
-
catalogId?: string | null | undefined;
|
|
15249
|
-
autoAccept?: boolean | null | undefined;
|
|
15250
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15251
|
-
offlinePaymentTypes?: {
|
|
15252
|
-
name: string;
|
|
15253
|
-
instruction: string;
|
|
15254
|
-
}[] | null | undefined;
|
|
15255
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
15256
|
-
ignoreStock?: boolean | null | undefined;
|
|
15257
|
-
pickupTime?: {
|
|
15258
|
-
day: {
|
|
15259
|
-
max: number;
|
|
15260
|
-
min: number;
|
|
15261
|
-
};
|
|
15262
|
-
} | null | undefined;
|
|
15263
|
-
pickupPointConfig?: {
|
|
15264
|
-
restaurantEnable: boolean;
|
|
15265
|
-
points: {
|
|
15266
|
-
name: string;
|
|
15267
|
-
address: string;
|
|
15268
|
-
coordinates: number[];
|
|
15269
|
-
}[];
|
|
15270
|
-
} | null | undefined;
|
|
15271
|
-
} | null | undefined;
|
|
15272
15804
|
dineIn?: {
|
|
15273
15805
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15274
15806
|
offlinePaymentTypes?: {
|
|
@@ -15287,9 +15819,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15287
15819
|
expiredAt?: string | null | undefined;
|
|
15288
15820
|
agentId?: string | null | undefined;
|
|
15289
15821
|
attributeSettings?: {
|
|
15822
|
+
options?: any[] | null | undefined;
|
|
15290
15823
|
type: "string" | "number" | "boolean" | "date";
|
|
15291
15824
|
key: string;
|
|
15292
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15825
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15293
15826
|
}[] | null | undefined;
|
|
15294
15827
|
pf_agent?: {
|
|
15295
15828
|
clickupId?: string | null | undefined;
|
|
@@ -15550,6 +16083,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15550
16083
|
restaurant?: string | null | undefined;
|
|
15551
16084
|
appliedAt?: string | null | undefined;
|
|
15552
16085
|
pf_restaurant?: {
|
|
16086
|
+
pickup?: {
|
|
16087
|
+
catalogId?: string | null | undefined;
|
|
16088
|
+
autoAccept?: boolean | null | undefined;
|
|
16089
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16090
|
+
offlinePaymentTypes?: {
|
|
16091
|
+
name: string;
|
|
16092
|
+
instruction: string;
|
|
16093
|
+
}[] | null | undefined;
|
|
16094
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
16095
|
+
ignoreStock?: boolean | null | undefined;
|
|
16096
|
+
pickupTime?: {
|
|
16097
|
+
day: {
|
|
16098
|
+
max: number;
|
|
16099
|
+
min: number;
|
|
16100
|
+
};
|
|
16101
|
+
} | null | undefined;
|
|
16102
|
+
pickupPointConfig?: {
|
|
16103
|
+
restaurantEnable: boolean;
|
|
16104
|
+
points: {
|
|
16105
|
+
name: string;
|
|
16106
|
+
address: string;
|
|
16107
|
+
coordinates: number[];
|
|
16108
|
+
}[];
|
|
16109
|
+
} | null | undefined;
|
|
16110
|
+
} | null | undefined;
|
|
15553
16111
|
channel?: string | null | undefined;
|
|
15554
16112
|
machineId?: string | null | undefined;
|
|
15555
16113
|
catalogId?: string | null | undefined;
|
|
@@ -15651,31 +16209,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15651
16209
|
}[];
|
|
15652
16210
|
term: string;
|
|
15653
16211
|
} | null | undefined;
|
|
15654
|
-
pickup?: {
|
|
15655
|
-
catalogId?: string | null | undefined;
|
|
15656
|
-
autoAccept?: boolean | null | undefined;
|
|
15657
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15658
|
-
offlinePaymentTypes?: {
|
|
15659
|
-
name: string;
|
|
15660
|
-
instruction: string;
|
|
15661
|
-
}[] | null | undefined;
|
|
15662
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
15663
|
-
ignoreStock?: boolean | null | undefined;
|
|
15664
|
-
pickupTime?: {
|
|
15665
|
-
day: {
|
|
15666
|
-
max: number;
|
|
15667
|
-
min: number;
|
|
15668
|
-
};
|
|
15669
|
-
} | null | undefined;
|
|
15670
|
-
pickupPointConfig?: {
|
|
15671
|
-
restaurantEnable: boolean;
|
|
15672
|
-
points: {
|
|
15673
|
-
name: string;
|
|
15674
|
-
address: string;
|
|
15675
|
-
coordinates: number[];
|
|
15676
|
-
}[];
|
|
15677
|
-
} | null | undefined;
|
|
15678
|
-
} | null | undefined;
|
|
15679
16212
|
dineIn?: {
|
|
15680
16213
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
15681
16214
|
offlinePaymentTypes?: {
|
|
@@ -15694,9 +16227,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15694
16227
|
expiredAt?: string | null | undefined;
|
|
15695
16228
|
agentId?: string | null | undefined;
|
|
15696
16229
|
attributeSettings?: {
|
|
16230
|
+
options?: any[] | null | undefined;
|
|
15697
16231
|
type: "string" | "number" | "boolean" | "date";
|
|
15698
16232
|
key: string;
|
|
15699
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
16233
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15700
16234
|
}[] | null | undefined;
|
|
15701
16235
|
pf_agent?: {
|
|
15702
16236
|
clickupId?: string | null | undefined;
|
|
@@ -15986,9 +16520,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
15986
16520
|
expiredAt?: string | null | undefined;
|
|
15987
16521
|
agentId?: string | null | undefined;
|
|
15988
16522
|
attributeSettings?: {
|
|
16523
|
+
options?: any[] | null | undefined;
|
|
15989
16524
|
type: "string" | "number" | "boolean" | "date";
|
|
15990
16525
|
key: string;
|
|
15991
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
16526
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
15992
16527
|
}[] | null | undefined;
|
|
15993
16528
|
pf_agent?: {
|
|
15994
16529
|
clickupId?: string | null | undefined;
|
|
@@ -16048,6 +16583,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16048
16583
|
menuVersion: string;
|
|
16049
16584
|
} | null | undefined;
|
|
16050
16585
|
pf_targetRestaurant?: {
|
|
16586
|
+
pickup?: {
|
|
16587
|
+
catalogId?: string | null | undefined;
|
|
16588
|
+
autoAccept?: boolean | null | undefined;
|
|
16589
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16590
|
+
offlinePaymentTypes?: {
|
|
16591
|
+
name: string;
|
|
16592
|
+
instruction: string;
|
|
16593
|
+
}[] | null | undefined;
|
|
16594
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
16595
|
+
ignoreStock?: boolean | null | undefined;
|
|
16596
|
+
pickupTime?: {
|
|
16597
|
+
day: {
|
|
16598
|
+
max: number;
|
|
16599
|
+
min: number;
|
|
16600
|
+
};
|
|
16601
|
+
} | null | undefined;
|
|
16602
|
+
pickupPointConfig?: {
|
|
16603
|
+
restaurantEnable: boolean;
|
|
16604
|
+
points: {
|
|
16605
|
+
name: string;
|
|
16606
|
+
address: string;
|
|
16607
|
+
coordinates: number[];
|
|
16608
|
+
}[];
|
|
16609
|
+
} | null | undefined;
|
|
16610
|
+
} | null | undefined;
|
|
16051
16611
|
channel?: string | null | undefined;
|
|
16052
16612
|
machineId?: string | null | undefined;
|
|
16053
16613
|
catalogId?: string | null | undefined;
|
|
@@ -16149,31 +16709,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16149
16709
|
}[];
|
|
16150
16710
|
term: string;
|
|
16151
16711
|
} | null | undefined;
|
|
16152
|
-
pickup?: {
|
|
16153
|
-
catalogId?: string | null | undefined;
|
|
16154
|
-
autoAccept?: boolean | null | undefined;
|
|
16155
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16156
|
-
offlinePaymentTypes?: {
|
|
16157
|
-
name: string;
|
|
16158
|
-
instruction: string;
|
|
16159
|
-
}[] | null | undefined;
|
|
16160
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
16161
|
-
ignoreStock?: boolean | null | undefined;
|
|
16162
|
-
pickupTime?: {
|
|
16163
|
-
day: {
|
|
16164
|
-
max: number;
|
|
16165
|
-
min: number;
|
|
16166
|
-
};
|
|
16167
|
-
} | null | undefined;
|
|
16168
|
-
pickupPointConfig?: {
|
|
16169
|
-
restaurantEnable: boolean;
|
|
16170
|
-
points: {
|
|
16171
|
-
name: string;
|
|
16172
|
-
address: string;
|
|
16173
|
-
coordinates: number[];
|
|
16174
|
-
}[];
|
|
16175
|
-
} | null | undefined;
|
|
16176
|
-
} | null | undefined;
|
|
16177
16712
|
dineIn?: {
|
|
16178
16713
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16179
16714
|
offlinePaymentTypes?: {
|
|
@@ -16192,9 +16727,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16192
16727
|
expiredAt?: string | null | undefined;
|
|
16193
16728
|
agentId?: string | null | undefined;
|
|
16194
16729
|
attributeSettings?: {
|
|
16730
|
+
options?: any[] | null | undefined;
|
|
16195
16731
|
type: "string" | "number" | "boolean" | "date";
|
|
16196
16732
|
key: string;
|
|
16197
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
16733
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
16198
16734
|
}[] | null | undefined;
|
|
16199
16735
|
pf_agent?: {
|
|
16200
16736
|
clickupId?: string | null | undefined;
|
|
@@ -16461,6 +16997,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16461
16997
|
validity: number;
|
|
16462
16998
|
effect: {
|
|
16463
16999
|
priority?: number | null | undefined;
|
|
17000
|
+
adjustmentRule?: {
|
|
17001
|
+
type: "CAPPED_AT";
|
|
17002
|
+
} | null | undefined;
|
|
16464
17003
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
16465
17004
|
options: {
|
|
16466
17005
|
excludeIds?: string[] | null | undefined;
|
|
@@ -16468,8 +17007,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16468
17007
|
amount: number;
|
|
16469
17008
|
precision: number;
|
|
16470
17009
|
} | null | undefined;
|
|
17010
|
+
minPurchaseItems?: {
|
|
17011
|
+
productId: string;
|
|
17012
|
+
}[] | null | undefined;
|
|
16471
17013
|
target: "BILL";
|
|
16472
17014
|
} | {
|
|
17015
|
+
minPurchase?: {
|
|
17016
|
+
amount: number;
|
|
17017
|
+
precision: number;
|
|
17018
|
+
} | null | undefined;
|
|
17019
|
+
minPurchaseItems?: {
|
|
17020
|
+
productId: string;
|
|
17021
|
+
}[] | null | undefined;
|
|
16473
17022
|
maxQuantity?: number | null | undefined;
|
|
16474
17023
|
excludeAddonPrice?: boolean | null | undefined;
|
|
16475
17024
|
target: "ITEM";
|
|
@@ -16505,6 +17054,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16505
17054
|
amount: number;
|
|
16506
17055
|
precision: number;
|
|
16507
17056
|
} | null | undefined;
|
|
17057
|
+
minPurchaseItems?: {
|
|
17058
|
+
productId: string;
|
|
17059
|
+
}[] | null | undefined;
|
|
16508
17060
|
target: "PAYMENT";
|
|
16509
17061
|
};
|
|
16510
17062
|
adjustment: {
|
|
@@ -16599,6 +17151,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16599
17151
|
type: "BASIC";
|
|
16600
17152
|
effect: {
|
|
16601
17153
|
priority?: number | null | undefined;
|
|
17154
|
+
adjustmentRule?: {
|
|
17155
|
+
type: "CAPPED_AT";
|
|
17156
|
+
} | null | undefined;
|
|
16602
17157
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
16603
17158
|
options: {
|
|
16604
17159
|
excludeIds?: string[] | null | undefined;
|
|
@@ -16606,8 +17161,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16606
17161
|
amount: number;
|
|
16607
17162
|
precision: number;
|
|
16608
17163
|
} | null | undefined;
|
|
17164
|
+
minPurchaseItems?: {
|
|
17165
|
+
productId: string;
|
|
17166
|
+
}[] | null | undefined;
|
|
16609
17167
|
target: "BILL";
|
|
16610
17168
|
} | {
|
|
17169
|
+
minPurchase?: {
|
|
17170
|
+
amount: number;
|
|
17171
|
+
precision: number;
|
|
17172
|
+
} | null | undefined;
|
|
17173
|
+
minPurchaseItems?: {
|
|
17174
|
+
productId: string;
|
|
17175
|
+
}[] | null | undefined;
|
|
16611
17176
|
maxQuantity?: number | null | undefined;
|
|
16612
17177
|
excludeAddonPrice?: boolean | null | undefined;
|
|
16613
17178
|
target: "ITEM";
|
|
@@ -16643,6 +17208,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16643
17208
|
amount: number;
|
|
16644
17209
|
precision: number;
|
|
16645
17210
|
} | null | undefined;
|
|
17211
|
+
minPurchaseItems?: {
|
|
17212
|
+
productId: string;
|
|
17213
|
+
}[] | null | undefined;
|
|
16646
17214
|
target: "PAYMENT";
|
|
16647
17215
|
};
|
|
16648
17216
|
adjustment: {
|
|
@@ -16707,6 +17275,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16707
17275
|
type: "BASIC";
|
|
16708
17276
|
effect: {
|
|
16709
17277
|
priority?: number | null | undefined;
|
|
17278
|
+
adjustmentRule?: {
|
|
17279
|
+
type: "CAPPED_AT";
|
|
17280
|
+
} | null | undefined;
|
|
16710
17281
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
16711
17282
|
options: {
|
|
16712
17283
|
excludeIds?: string[] | null | undefined;
|
|
@@ -16714,8 +17285,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16714
17285
|
amount: number;
|
|
16715
17286
|
precision: number;
|
|
16716
17287
|
} | null | undefined;
|
|
17288
|
+
minPurchaseItems?: {
|
|
17289
|
+
productId: string;
|
|
17290
|
+
}[] | null | undefined;
|
|
16717
17291
|
target: "BILL";
|
|
16718
17292
|
} | {
|
|
17293
|
+
minPurchase?: {
|
|
17294
|
+
amount: number;
|
|
17295
|
+
precision: number;
|
|
17296
|
+
} | null | undefined;
|
|
17297
|
+
minPurchaseItems?: {
|
|
17298
|
+
productId: string;
|
|
17299
|
+
}[] | null | undefined;
|
|
16719
17300
|
maxQuantity?: number | null | undefined;
|
|
16720
17301
|
excludeAddonPrice?: boolean | null | undefined;
|
|
16721
17302
|
target: "ITEM";
|
|
@@ -16751,6 +17332,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16751
17332
|
amount: number;
|
|
16752
17333
|
precision: number;
|
|
16753
17334
|
} | null | undefined;
|
|
17335
|
+
minPurchaseItems?: {
|
|
17336
|
+
productId: string;
|
|
17337
|
+
}[] | null | undefined;
|
|
16754
17338
|
target: "PAYMENT";
|
|
16755
17339
|
};
|
|
16756
17340
|
adjustment: {
|
|
@@ -16781,6 +17365,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16781
17365
|
billId?: string | null | undefined;
|
|
16782
17366
|
restaurant?: string | null | undefined;
|
|
16783
17367
|
pf_restaurant?: {
|
|
17368
|
+
pickup?: {
|
|
17369
|
+
catalogId?: string | null | undefined;
|
|
17370
|
+
autoAccept?: boolean | null | undefined;
|
|
17371
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17372
|
+
offlinePaymentTypes?: {
|
|
17373
|
+
name: string;
|
|
17374
|
+
instruction: string;
|
|
17375
|
+
}[] | null | undefined;
|
|
17376
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
17377
|
+
ignoreStock?: boolean | null | undefined;
|
|
17378
|
+
pickupTime?: {
|
|
17379
|
+
day: {
|
|
17380
|
+
max: number;
|
|
17381
|
+
min: number;
|
|
17382
|
+
};
|
|
17383
|
+
} | null | undefined;
|
|
17384
|
+
pickupPointConfig?: {
|
|
17385
|
+
restaurantEnable: boolean;
|
|
17386
|
+
points: {
|
|
17387
|
+
name: string;
|
|
17388
|
+
address: string;
|
|
17389
|
+
coordinates: number[];
|
|
17390
|
+
}[];
|
|
17391
|
+
} | null | undefined;
|
|
17392
|
+
} | null | undefined;
|
|
16784
17393
|
channel?: string | null | undefined;
|
|
16785
17394
|
machineId?: string | null | undefined;
|
|
16786
17395
|
catalogId?: string | null | undefined;
|
|
@@ -16882,31 +17491,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16882
17491
|
}[];
|
|
16883
17492
|
term: string;
|
|
16884
17493
|
} | null | undefined;
|
|
16885
|
-
pickup?: {
|
|
16886
|
-
catalogId?: string | null | undefined;
|
|
16887
|
-
autoAccept?: boolean | null | undefined;
|
|
16888
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16889
|
-
offlinePaymentTypes?: {
|
|
16890
|
-
name: string;
|
|
16891
|
-
instruction: string;
|
|
16892
|
-
}[] | null | undefined;
|
|
16893
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
16894
|
-
ignoreStock?: boolean | null | undefined;
|
|
16895
|
-
pickupTime?: {
|
|
16896
|
-
day: {
|
|
16897
|
-
max: number;
|
|
16898
|
-
min: number;
|
|
16899
|
-
};
|
|
16900
|
-
} | null | undefined;
|
|
16901
|
-
pickupPointConfig?: {
|
|
16902
|
-
restaurantEnable: boolean;
|
|
16903
|
-
points: {
|
|
16904
|
-
name: string;
|
|
16905
|
-
address: string;
|
|
16906
|
-
coordinates: number[];
|
|
16907
|
-
}[];
|
|
16908
|
-
} | null | undefined;
|
|
16909
|
-
} | null | undefined;
|
|
16910
17494
|
dineIn?: {
|
|
16911
17495
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
16912
17496
|
offlinePaymentTypes?: {
|
|
@@ -16925,9 +17509,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
16925
17509
|
expiredAt?: string | null | undefined;
|
|
16926
17510
|
agentId?: string | null | undefined;
|
|
16927
17511
|
attributeSettings?: {
|
|
17512
|
+
options?: any[] | null | undefined;
|
|
16928
17513
|
type: "string" | "number" | "boolean" | "date";
|
|
16929
17514
|
key: string;
|
|
16930
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
17515
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
16931
17516
|
}[] | null | undefined;
|
|
16932
17517
|
pf_agent?: {
|
|
16933
17518
|
clickupId?: string | null | undefined;
|
|
@@ -17188,6 +17773,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17188
17773
|
restaurant?: string | null | undefined;
|
|
17189
17774
|
appliedAt?: string | null | undefined;
|
|
17190
17775
|
pf_restaurant?: {
|
|
17776
|
+
pickup?: {
|
|
17777
|
+
catalogId?: string | null | undefined;
|
|
17778
|
+
autoAccept?: boolean | null | undefined;
|
|
17779
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17780
|
+
offlinePaymentTypes?: {
|
|
17781
|
+
name: string;
|
|
17782
|
+
instruction: string;
|
|
17783
|
+
}[] | null | undefined;
|
|
17784
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
17785
|
+
ignoreStock?: boolean | null | undefined;
|
|
17786
|
+
pickupTime?: {
|
|
17787
|
+
day: {
|
|
17788
|
+
max: number;
|
|
17789
|
+
min: number;
|
|
17790
|
+
};
|
|
17791
|
+
} | null | undefined;
|
|
17792
|
+
pickupPointConfig?: {
|
|
17793
|
+
restaurantEnable: boolean;
|
|
17794
|
+
points: {
|
|
17795
|
+
name: string;
|
|
17796
|
+
address: string;
|
|
17797
|
+
coordinates: number[];
|
|
17798
|
+
}[];
|
|
17799
|
+
} | null | undefined;
|
|
17800
|
+
} | null | undefined;
|
|
17191
17801
|
channel?: string | null | undefined;
|
|
17192
17802
|
machineId?: string | null | undefined;
|
|
17193
17803
|
catalogId?: string | null | undefined;
|
|
@@ -17289,31 +17899,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17289
17899
|
}[];
|
|
17290
17900
|
term: string;
|
|
17291
17901
|
} | null | undefined;
|
|
17292
|
-
pickup?: {
|
|
17293
|
-
catalogId?: string | null | undefined;
|
|
17294
|
-
autoAccept?: boolean | null | undefined;
|
|
17295
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17296
|
-
offlinePaymentTypes?: {
|
|
17297
|
-
name: string;
|
|
17298
|
-
instruction: string;
|
|
17299
|
-
}[] | null | undefined;
|
|
17300
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
17301
|
-
ignoreStock?: boolean | null | undefined;
|
|
17302
|
-
pickupTime?: {
|
|
17303
|
-
day: {
|
|
17304
|
-
max: number;
|
|
17305
|
-
min: number;
|
|
17306
|
-
};
|
|
17307
|
-
} | null | undefined;
|
|
17308
|
-
pickupPointConfig?: {
|
|
17309
|
-
restaurantEnable: boolean;
|
|
17310
|
-
points: {
|
|
17311
|
-
name: string;
|
|
17312
|
-
address: string;
|
|
17313
|
-
coordinates: number[];
|
|
17314
|
-
}[];
|
|
17315
|
-
} | null | undefined;
|
|
17316
|
-
} | null | undefined;
|
|
17317
17902
|
dineIn?: {
|
|
17318
17903
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17319
17904
|
offlinePaymentTypes?: {
|
|
@@ -17332,9 +17917,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17332
17917
|
expiredAt?: string | null | undefined;
|
|
17333
17918
|
agentId?: string | null | undefined;
|
|
17334
17919
|
attributeSettings?: {
|
|
17920
|
+
options?: any[] | null | undefined;
|
|
17335
17921
|
type: "string" | "number" | "boolean" | "date";
|
|
17336
17922
|
key: string;
|
|
17337
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
17923
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
17338
17924
|
}[] | null | undefined;
|
|
17339
17925
|
pf_agent?: {
|
|
17340
17926
|
clickupId?: string | null | undefined;
|
|
@@ -17624,9 +18210,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17624
18210
|
expiredAt?: string | null | undefined;
|
|
17625
18211
|
agentId?: string | null | undefined;
|
|
17626
18212
|
attributeSettings?: {
|
|
18213
|
+
options?: any[] | null | undefined;
|
|
17627
18214
|
type: "string" | "number" | "boolean" | "date";
|
|
17628
18215
|
key: string;
|
|
17629
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
18216
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
17630
18217
|
}[] | null | undefined;
|
|
17631
18218
|
pf_agent?: {
|
|
17632
18219
|
clickupId?: string | null | undefined;
|
|
@@ -17686,6 +18273,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17686
18273
|
menuVersion: string;
|
|
17687
18274
|
} | null | undefined;
|
|
17688
18275
|
pf_targetRestaurant?: {
|
|
18276
|
+
pickup?: {
|
|
18277
|
+
catalogId?: string | null | undefined;
|
|
18278
|
+
autoAccept?: boolean | null | undefined;
|
|
18279
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
18280
|
+
offlinePaymentTypes?: {
|
|
18281
|
+
name: string;
|
|
18282
|
+
instruction: string;
|
|
18283
|
+
}[] | null | undefined;
|
|
18284
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
18285
|
+
ignoreStock?: boolean | null | undefined;
|
|
18286
|
+
pickupTime?: {
|
|
18287
|
+
day: {
|
|
18288
|
+
max: number;
|
|
18289
|
+
min: number;
|
|
18290
|
+
};
|
|
18291
|
+
} | null | undefined;
|
|
18292
|
+
pickupPointConfig?: {
|
|
18293
|
+
restaurantEnable: boolean;
|
|
18294
|
+
points: {
|
|
18295
|
+
name: string;
|
|
18296
|
+
address: string;
|
|
18297
|
+
coordinates: number[];
|
|
18298
|
+
}[];
|
|
18299
|
+
} | null | undefined;
|
|
18300
|
+
} | null | undefined;
|
|
17689
18301
|
channel?: string | null | undefined;
|
|
17690
18302
|
machineId?: string | null | undefined;
|
|
17691
18303
|
catalogId?: string | null | undefined;
|
|
@@ -17787,31 +18399,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17787
18399
|
}[];
|
|
17788
18400
|
term: string;
|
|
17789
18401
|
} | null | undefined;
|
|
17790
|
-
pickup?: {
|
|
17791
|
-
catalogId?: string | null | undefined;
|
|
17792
|
-
autoAccept?: boolean | null | undefined;
|
|
17793
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17794
|
-
offlinePaymentTypes?: {
|
|
17795
|
-
name: string;
|
|
17796
|
-
instruction: string;
|
|
17797
|
-
}[] | null | undefined;
|
|
17798
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
17799
|
-
ignoreStock?: boolean | null | undefined;
|
|
17800
|
-
pickupTime?: {
|
|
17801
|
-
day: {
|
|
17802
|
-
max: number;
|
|
17803
|
-
min: number;
|
|
17804
|
-
};
|
|
17805
|
-
} | null | undefined;
|
|
17806
|
-
pickupPointConfig?: {
|
|
17807
|
-
restaurantEnable: boolean;
|
|
17808
|
-
points: {
|
|
17809
|
-
name: string;
|
|
17810
|
-
address: string;
|
|
17811
|
-
coordinates: number[];
|
|
17812
|
-
}[];
|
|
17813
|
-
} | null | undefined;
|
|
17814
|
-
} | null | undefined;
|
|
17815
18402
|
dineIn?: {
|
|
17816
18403
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
17817
18404
|
offlinePaymentTypes?: {
|
|
@@ -17830,9 +18417,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
17830
18417
|
expiredAt?: string | null | undefined;
|
|
17831
18418
|
agentId?: string | null | undefined;
|
|
17832
18419
|
attributeSettings?: {
|
|
18420
|
+
options?: any[] | null | undefined;
|
|
17833
18421
|
type: "string" | "number" | "boolean" | "date";
|
|
17834
18422
|
key: string;
|
|
17835
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
18423
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
17836
18424
|
}[] | null | undefined;
|
|
17837
18425
|
pf_agent?: {
|
|
17838
18426
|
clickupId?: string | null | undefined;
|
|
@@ -18099,6 +18687,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18099
18687
|
validity: number;
|
|
18100
18688
|
effect: {
|
|
18101
18689
|
priority?: number | null | undefined;
|
|
18690
|
+
adjustmentRule?: {
|
|
18691
|
+
type: "CAPPED_AT";
|
|
18692
|
+
} | null | undefined;
|
|
18102
18693
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
18103
18694
|
options: {
|
|
18104
18695
|
excludeIds?: string[] | null | undefined;
|
|
@@ -18106,8 +18697,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18106
18697
|
amount: number;
|
|
18107
18698
|
precision: number;
|
|
18108
18699
|
} | null | undefined;
|
|
18700
|
+
minPurchaseItems?: {
|
|
18701
|
+
productId: string;
|
|
18702
|
+
}[] | null | undefined;
|
|
18109
18703
|
target: "BILL";
|
|
18110
18704
|
} | {
|
|
18705
|
+
minPurchase?: {
|
|
18706
|
+
amount: number;
|
|
18707
|
+
precision: number;
|
|
18708
|
+
} | null | undefined;
|
|
18709
|
+
minPurchaseItems?: {
|
|
18710
|
+
productId: string;
|
|
18711
|
+
}[] | null | undefined;
|
|
18111
18712
|
maxQuantity?: number | null | undefined;
|
|
18112
18713
|
excludeAddonPrice?: boolean | null | undefined;
|
|
18113
18714
|
target: "ITEM";
|
|
@@ -18143,6 +18744,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18143
18744
|
amount: number;
|
|
18144
18745
|
precision: number;
|
|
18145
18746
|
} | null | undefined;
|
|
18747
|
+
minPurchaseItems?: {
|
|
18748
|
+
productId: string;
|
|
18749
|
+
}[] | null | undefined;
|
|
18146
18750
|
target: "PAYMENT";
|
|
18147
18751
|
};
|
|
18148
18752
|
adjustment: {
|
|
@@ -18237,6 +18841,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18237
18841
|
type: "BASIC";
|
|
18238
18842
|
effect: {
|
|
18239
18843
|
priority?: number | null | undefined;
|
|
18844
|
+
adjustmentRule?: {
|
|
18845
|
+
type: "CAPPED_AT";
|
|
18846
|
+
} | null | undefined;
|
|
18240
18847
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
18241
18848
|
options: {
|
|
18242
18849
|
excludeIds?: string[] | null | undefined;
|
|
@@ -18244,8 +18851,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18244
18851
|
amount: number;
|
|
18245
18852
|
precision: number;
|
|
18246
18853
|
} | null | undefined;
|
|
18854
|
+
minPurchaseItems?: {
|
|
18855
|
+
productId: string;
|
|
18856
|
+
}[] | null | undefined;
|
|
18247
18857
|
target: "BILL";
|
|
18248
18858
|
} | {
|
|
18859
|
+
minPurchase?: {
|
|
18860
|
+
amount: number;
|
|
18861
|
+
precision: number;
|
|
18862
|
+
} | null | undefined;
|
|
18863
|
+
minPurchaseItems?: {
|
|
18864
|
+
productId: string;
|
|
18865
|
+
}[] | null | undefined;
|
|
18249
18866
|
maxQuantity?: number | null | undefined;
|
|
18250
18867
|
excludeAddonPrice?: boolean | null | undefined;
|
|
18251
18868
|
target: "ITEM";
|
|
@@ -18281,6 +18898,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18281
18898
|
amount: number;
|
|
18282
18899
|
precision: number;
|
|
18283
18900
|
} | null | undefined;
|
|
18901
|
+
minPurchaseItems?: {
|
|
18902
|
+
productId: string;
|
|
18903
|
+
}[] | null | undefined;
|
|
18284
18904
|
target: "PAYMENT";
|
|
18285
18905
|
};
|
|
18286
18906
|
adjustment: {
|
|
@@ -18345,6 +18965,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18345
18965
|
type: "BASIC";
|
|
18346
18966
|
effect: {
|
|
18347
18967
|
priority?: number | null | undefined;
|
|
18968
|
+
adjustmentRule?: {
|
|
18969
|
+
type: "CAPPED_AT";
|
|
18970
|
+
} | null | undefined;
|
|
18348
18971
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
18349
18972
|
options: {
|
|
18350
18973
|
excludeIds?: string[] | null | undefined;
|
|
@@ -18352,8 +18975,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18352
18975
|
amount: number;
|
|
18353
18976
|
precision: number;
|
|
18354
18977
|
} | null | undefined;
|
|
18978
|
+
minPurchaseItems?: {
|
|
18979
|
+
productId: string;
|
|
18980
|
+
}[] | null | undefined;
|
|
18355
18981
|
target: "BILL";
|
|
18356
18982
|
} | {
|
|
18983
|
+
minPurchase?: {
|
|
18984
|
+
amount: number;
|
|
18985
|
+
precision: number;
|
|
18986
|
+
} | null | undefined;
|
|
18987
|
+
minPurchaseItems?: {
|
|
18988
|
+
productId: string;
|
|
18989
|
+
}[] | null | undefined;
|
|
18357
18990
|
maxQuantity?: number | null | undefined;
|
|
18358
18991
|
excludeAddonPrice?: boolean | null | undefined;
|
|
18359
18992
|
target: "ITEM";
|
|
@@ -18389,6 +19022,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18389
19022
|
amount: number;
|
|
18390
19023
|
precision: number;
|
|
18391
19024
|
} | null | undefined;
|
|
19025
|
+
minPurchaseItems?: {
|
|
19026
|
+
productId: string;
|
|
19027
|
+
}[] | null | undefined;
|
|
18392
19028
|
target: "PAYMENT";
|
|
18393
19029
|
};
|
|
18394
19030
|
adjustment: {
|
|
@@ -18419,6 +19055,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18419
19055
|
billId?: string | null | undefined;
|
|
18420
19056
|
restaurant?: string | null | undefined;
|
|
18421
19057
|
pf_restaurant?: {
|
|
19058
|
+
pickup?: {
|
|
19059
|
+
catalogId?: string | null | undefined;
|
|
19060
|
+
autoAccept?: boolean | null | undefined;
|
|
19061
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
19062
|
+
offlinePaymentTypes?: {
|
|
19063
|
+
name: string;
|
|
19064
|
+
instruction: string;
|
|
19065
|
+
}[] | null | undefined;
|
|
19066
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
19067
|
+
ignoreStock?: boolean | null | undefined;
|
|
19068
|
+
pickupTime?: {
|
|
19069
|
+
day: {
|
|
19070
|
+
max: number;
|
|
19071
|
+
min: number;
|
|
19072
|
+
};
|
|
19073
|
+
} | null | undefined;
|
|
19074
|
+
pickupPointConfig?: {
|
|
19075
|
+
restaurantEnable: boolean;
|
|
19076
|
+
points: {
|
|
19077
|
+
name: string;
|
|
19078
|
+
address: string;
|
|
19079
|
+
coordinates: number[];
|
|
19080
|
+
}[];
|
|
19081
|
+
} | null | undefined;
|
|
19082
|
+
} | null | undefined;
|
|
18422
19083
|
channel?: string | null | undefined;
|
|
18423
19084
|
machineId?: string | null | undefined;
|
|
18424
19085
|
catalogId?: string | null | undefined;
|
|
@@ -18520,31 +19181,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18520
19181
|
}[];
|
|
18521
19182
|
term: string;
|
|
18522
19183
|
} | null | undefined;
|
|
18523
|
-
pickup?: {
|
|
18524
|
-
catalogId?: string | null | undefined;
|
|
18525
|
-
autoAccept?: boolean | null | undefined;
|
|
18526
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
18527
|
-
offlinePaymentTypes?: {
|
|
18528
|
-
name: string;
|
|
18529
|
-
instruction: string;
|
|
18530
|
-
}[] | null | undefined;
|
|
18531
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
18532
|
-
ignoreStock?: boolean | null | undefined;
|
|
18533
|
-
pickupTime?: {
|
|
18534
|
-
day: {
|
|
18535
|
-
max: number;
|
|
18536
|
-
min: number;
|
|
18537
|
-
};
|
|
18538
|
-
} | null | undefined;
|
|
18539
|
-
pickupPointConfig?: {
|
|
18540
|
-
restaurantEnable: boolean;
|
|
18541
|
-
points: {
|
|
18542
|
-
name: string;
|
|
18543
|
-
address: string;
|
|
18544
|
-
coordinates: number[];
|
|
18545
|
-
}[];
|
|
18546
|
-
} | null | undefined;
|
|
18547
|
-
} | null | undefined;
|
|
18548
19184
|
dineIn?: {
|
|
18549
19185
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
18550
19186
|
offlinePaymentTypes?: {
|
|
@@ -18563,9 +19199,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18563
19199
|
expiredAt?: string | null | undefined;
|
|
18564
19200
|
agentId?: string | null | undefined;
|
|
18565
19201
|
attributeSettings?: {
|
|
19202
|
+
options?: any[] | null | undefined;
|
|
18566
19203
|
type: "string" | "number" | "boolean" | "date";
|
|
18567
19204
|
key: string;
|
|
18568
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
19205
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
18569
19206
|
}[] | null | undefined;
|
|
18570
19207
|
pf_agent?: {
|
|
18571
19208
|
clickupId?: string | null | undefined;
|
|
@@ -18826,6 +19463,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18826
19463
|
restaurant?: string | null | undefined;
|
|
18827
19464
|
appliedAt?: string | null | undefined;
|
|
18828
19465
|
pf_restaurant?: {
|
|
19466
|
+
pickup?: {
|
|
19467
|
+
catalogId?: string | null | undefined;
|
|
19468
|
+
autoAccept?: boolean | null | undefined;
|
|
19469
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
19470
|
+
offlinePaymentTypes?: {
|
|
19471
|
+
name: string;
|
|
19472
|
+
instruction: string;
|
|
19473
|
+
}[] | null | undefined;
|
|
19474
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
19475
|
+
ignoreStock?: boolean | null | undefined;
|
|
19476
|
+
pickupTime?: {
|
|
19477
|
+
day: {
|
|
19478
|
+
max: number;
|
|
19479
|
+
min: number;
|
|
19480
|
+
};
|
|
19481
|
+
} | null | undefined;
|
|
19482
|
+
pickupPointConfig?: {
|
|
19483
|
+
restaurantEnable: boolean;
|
|
19484
|
+
points: {
|
|
19485
|
+
name: string;
|
|
19486
|
+
address: string;
|
|
19487
|
+
coordinates: number[];
|
|
19488
|
+
}[];
|
|
19489
|
+
} | null | undefined;
|
|
19490
|
+
} | null | undefined;
|
|
18829
19491
|
channel?: string | null | undefined;
|
|
18830
19492
|
machineId?: string | null | undefined;
|
|
18831
19493
|
catalogId?: string | null | undefined;
|
|
@@ -18927,31 +19589,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18927
19589
|
}[];
|
|
18928
19590
|
term: string;
|
|
18929
19591
|
} | null | undefined;
|
|
18930
|
-
pickup?: {
|
|
18931
|
-
catalogId?: string | null | undefined;
|
|
18932
|
-
autoAccept?: boolean | null | undefined;
|
|
18933
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
18934
|
-
offlinePaymentTypes?: {
|
|
18935
|
-
name: string;
|
|
18936
|
-
instruction: string;
|
|
18937
|
-
}[] | null | undefined;
|
|
18938
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
18939
|
-
ignoreStock?: boolean | null | undefined;
|
|
18940
|
-
pickupTime?: {
|
|
18941
|
-
day: {
|
|
18942
|
-
max: number;
|
|
18943
|
-
min: number;
|
|
18944
|
-
};
|
|
18945
|
-
} | null | undefined;
|
|
18946
|
-
pickupPointConfig?: {
|
|
18947
|
-
restaurantEnable: boolean;
|
|
18948
|
-
points: {
|
|
18949
|
-
name: string;
|
|
18950
|
-
address: string;
|
|
18951
|
-
coordinates: number[];
|
|
18952
|
-
}[];
|
|
18953
|
-
} | null | undefined;
|
|
18954
|
-
} | null | undefined;
|
|
18955
19592
|
dineIn?: {
|
|
18956
19593
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
18957
19594
|
offlinePaymentTypes?: {
|
|
@@ -18970,9 +19607,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
18970
19607
|
expiredAt?: string | null | undefined;
|
|
18971
19608
|
agentId?: string | null | undefined;
|
|
18972
19609
|
attributeSettings?: {
|
|
19610
|
+
options?: any[] | null | undefined;
|
|
18973
19611
|
type: "string" | "number" | "boolean" | "date";
|
|
18974
19612
|
key: string;
|
|
18975
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
19613
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
18976
19614
|
}[] | null | undefined;
|
|
18977
19615
|
pf_agent?: {
|
|
18978
19616
|
clickupId?: string | null | undefined;
|
|
@@ -19262,9 +19900,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19262
19900
|
expiredAt?: string | null | undefined;
|
|
19263
19901
|
agentId?: string | null | undefined;
|
|
19264
19902
|
attributeSettings?: {
|
|
19903
|
+
options?: any[] | null | undefined;
|
|
19265
19904
|
type: "string" | "number" | "boolean" | "date";
|
|
19266
19905
|
key: string;
|
|
19267
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
19906
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
19268
19907
|
}[] | null | undefined;
|
|
19269
19908
|
pf_agent?: {
|
|
19270
19909
|
clickupId?: string | null | undefined;
|
|
@@ -19324,6 +19963,31 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19324
19963
|
menuVersion: string;
|
|
19325
19964
|
} | null | undefined;
|
|
19326
19965
|
pf_targetRestaurant?: {
|
|
19966
|
+
pickup?: {
|
|
19967
|
+
catalogId?: string | null | undefined;
|
|
19968
|
+
autoAccept?: boolean | null | undefined;
|
|
19969
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
19970
|
+
offlinePaymentTypes?: {
|
|
19971
|
+
name: string;
|
|
19972
|
+
instruction: string;
|
|
19973
|
+
}[] | null | undefined;
|
|
19974
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
19975
|
+
ignoreStock?: boolean | null | undefined;
|
|
19976
|
+
pickupTime?: {
|
|
19977
|
+
day: {
|
|
19978
|
+
max: number;
|
|
19979
|
+
min: number;
|
|
19980
|
+
};
|
|
19981
|
+
} | null | undefined;
|
|
19982
|
+
pickupPointConfig?: {
|
|
19983
|
+
restaurantEnable: boolean;
|
|
19984
|
+
points: {
|
|
19985
|
+
name: string;
|
|
19986
|
+
address: string;
|
|
19987
|
+
coordinates: number[];
|
|
19988
|
+
}[];
|
|
19989
|
+
} | null | undefined;
|
|
19990
|
+
} | null | undefined;
|
|
19327
19991
|
channel?: string | null | undefined;
|
|
19328
19992
|
machineId?: string | null | undefined;
|
|
19329
19993
|
catalogId?: string | null | undefined;
|
|
@@ -19425,31 +20089,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19425
20089
|
}[];
|
|
19426
20090
|
term: string;
|
|
19427
20091
|
} | null | undefined;
|
|
19428
|
-
pickup?: {
|
|
19429
|
-
catalogId?: string | null | undefined;
|
|
19430
|
-
autoAccept?: boolean | null | undefined;
|
|
19431
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
19432
|
-
offlinePaymentTypes?: {
|
|
19433
|
-
name: string;
|
|
19434
|
-
instruction: string;
|
|
19435
|
-
}[] | null | undefined;
|
|
19436
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
19437
|
-
ignoreStock?: boolean | null | undefined;
|
|
19438
|
-
pickupTime?: {
|
|
19439
|
-
day: {
|
|
19440
|
-
max: number;
|
|
19441
|
-
min: number;
|
|
19442
|
-
};
|
|
19443
|
-
} | null | undefined;
|
|
19444
|
-
pickupPointConfig?: {
|
|
19445
|
-
restaurantEnable: boolean;
|
|
19446
|
-
points: {
|
|
19447
|
-
name: string;
|
|
19448
|
-
address: string;
|
|
19449
|
-
coordinates: number[];
|
|
19450
|
-
}[];
|
|
19451
|
-
} | null | undefined;
|
|
19452
|
-
} | null | undefined;
|
|
19453
20092
|
dineIn?: {
|
|
19454
20093
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
19455
20094
|
offlinePaymentTypes?: {
|
|
@@ -19468,9 +20107,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19468
20107
|
expiredAt?: string | null | undefined;
|
|
19469
20108
|
agentId?: string | null | undefined;
|
|
19470
20109
|
attributeSettings?: {
|
|
20110
|
+
options?: any[] | null | undefined;
|
|
19471
20111
|
type: "string" | "number" | "boolean" | "date";
|
|
19472
20112
|
key: string;
|
|
19473
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
20113
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
19474
20114
|
}[] | null | undefined;
|
|
19475
20115
|
pf_agent?: {
|
|
19476
20116
|
clickupId?: string | null | undefined;
|
|
@@ -19737,6 +20377,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19737
20377
|
validity: number;
|
|
19738
20378
|
effect: {
|
|
19739
20379
|
priority?: number | null | undefined;
|
|
20380
|
+
adjustmentRule?: {
|
|
20381
|
+
type: "CAPPED_AT";
|
|
20382
|
+
} | null | undefined;
|
|
19740
20383
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
19741
20384
|
options: {
|
|
19742
20385
|
excludeIds?: string[] | null | undefined;
|
|
@@ -19744,8 +20387,18 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19744
20387
|
amount: number;
|
|
19745
20388
|
precision: number;
|
|
19746
20389
|
} | null | undefined;
|
|
20390
|
+
minPurchaseItems?: {
|
|
20391
|
+
productId: string;
|
|
20392
|
+
}[] | null | undefined;
|
|
19747
20393
|
target: "BILL";
|
|
19748
20394
|
} | {
|
|
20395
|
+
minPurchase?: {
|
|
20396
|
+
amount: number;
|
|
20397
|
+
precision: number;
|
|
20398
|
+
} | null | undefined;
|
|
20399
|
+
minPurchaseItems?: {
|
|
20400
|
+
productId: string;
|
|
20401
|
+
}[] | null | undefined;
|
|
19749
20402
|
maxQuantity?: number | null | undefined;
|
|
19750
20403
|
excludeAddonPrice?: boolean | null | undefined;
|
|
19751
20404
|
target: "ITEM";
|
|
@@ -19781,6 +20434,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
|
|
|
19781
20434
|
amount: number;
|
|
19782
20435
|
precision: number;
|
|
19783
20436
|
} | null | undefined;
|
|
20437
|
+
minPurchaseItems?: {
|
|
20438
|
+
productId: string;
|
|
20439
|
+
}[] | null | undefined;
|
|
19784
20440
|
target: "PAYMENT";
|
|
19785
20441
|
};
|
|
19786
20442
|
adjustment: {
|
|
@@ -19836,11 +20492,15 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
19836
20492
|
};
|
|
19837
20493
|
}>;
|
|
19838
20494
|
availableOnlineOrder: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, "many">>>;
|
|
20495
|
+
adjustmentRule: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
20496
|
+
type: z.ZodEnum<["CAPPED_AT"]>;
|
|
20497
|
+
}, "strip", z.ZodTypeAny, {
|
|
20498
|
+
type: "CAPPED_AT";
|
|
20499
|
+
}, {
|
|
20500
|
+
type: "CAPPED_AT";
|
|
20501
|
+
}>>>;
|
|
19839
20502
|
options: z.ZodDiscriminatedUnion<"target", z.Primitive, z.ZodObject<z.extendShape<{
|
|
19840
20503
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
19841
|
-
}, {
|
|
19842
|
-
target: z.ZodLiteral<"BILL">;
|
|
19843
|
-
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19844
20504
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19845
20505
|
amount: z.ZodNumber;
|
|
19846
20506
|
precision: z.ZodNumber;
|
|
@@ -19851,12 +20511,25 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
19851
20511
|
amount: number;
|
|
19852
20512
|
precision: number;
|
|
19853
20513
|
}>>>;
|
|
20514
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20515
|
+
productId: z.ZodString;
|
|
20516
|
+
}, "strip", z.ZodTypeAny, {
|
|
20517
|
+
productId: string;
|
|
20518
|
+
}, {
|
|
20519
|
+
productId: string;
|
|
20520
|
+
}>, "many">>>;
|
|
20521
|
+
}, {
|
|
20522
|
+
target: z.ZodLiteral<"BILL">;
|
|
20523
|
+
excludeIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
19854
20524
|
}>, "strip", z.ZodTypeAny, {
|
|
19855
20525
|
excludeIds?: string[] | null | undefined;
|
|
19856
20526
|
minPurchase?: {
|
|
19857
20527
|
amount: number;
|
|
19858
20528
|
precision: number;
|
|
19859
20529
|
} | null | undefined;
|
|
20530
|
+
minPurchaseItems?: {
|
|
20531
|
+
productId: string;
|
|
20532
|
+
}[] | null | undefined;
|
|
19860
20533
|
target: "BILL";
|
|
19861
20534
|
}, {
|
|
19862
20535
|
excludeIds?: string[] | null | undefined;
|
|
@@ -19864,9 +20537,29 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
19864
20537
|
amount: number;
|
|
19865
20538
|
precision: number;
|
|
19866
20539
|
} | null | undefined;
|
|
20540
|
+
minPurchaseItems?: {
|
|
20541
|
+
productId: string;
|
|
20542
|
+
}[] | null | undefined;
|
|
19867
20543
|
target: "BILL";
|
|
19868
20544
|
}> | z.ZodObject<z.extendShape<{
|
|
19869
20545
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
20546
|
+
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
20547
|
+
amount: z.ZodNumber;
|
|
20548
|
+
precision: z.ZodNumber;
|
|
20549
|
+
}, "strip", z.ZodTypeAny, {
|
|
20550
|
+
amount: number;
|
|
20551
|
+
precision: number;
|
|
20552
|
+
}, {
|
|
20553
|
+
amount: number;
|
|
20554
|
+
precision: number;
|
|
20555
|
+
}>>>;
|
|
20556
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20557
|
+
productId: z.ZodString;
|
|
20558
|
+
}, "strip", z.ZodTypeAny, {
|
|
20559
|
+
productId: string;
|
|
20560
|
+
}, {
|
|
20561
|
+
productId: string;
|
|
20562
|
+
}>, "many">>>;
|
|
19870
20563
|
}, {
|
|
19871
20564
|
target: z.ZodLiteral<"ITEM">;
|
|
19872
20565
|
strategy: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
@@ -19965,6 +20658,13 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
19965
20658
|
maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
19966
20659
|
excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
19967
20660
|
}>, "strip", z.ZodTypeAny, {
|
|
20661
|
+
minPurchase?: {
|
|
20662
|
+
amount: number;
|
|
20663
|
+
precision: number;
|
|
20664
|
+
} | null | undefined;
|
|
20665
|
+
minPurchaseItems?: {
|
|
20666
|
+
productId: string;
|
|
20667
|
+
}[] | null | undefined;
|
|
19968
20668
|
maxQuantity?: number | null | undefined;
|
|
19969
20669
|
excludeAddonPrice?: boolean | null | undefined;
|
|
19970
20670
|
target: "ITEM";
|
|
@@ -19996,6 +20696,13 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
19996
20696
|
};
|
|
19997
20697
|
targetIds: string[];
|
|
19998
20698
|
}, {
|
|
20699
|
+
minPurchase?: {
|
|
20700
|
+
amount: number;
|
|
20701
|
+
precision: number;
|
|
20702
|
+
} | null | undefined;
|
|
20703
|
+
minPurchaseItems?: {
|
|
20704
|
+
productId: string;
|
|
20705
|
+
}[] | null | undefined;
|
|
19999
20706
|
maxQuantity?: number | null | undefined;
|
|
20000
20707
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20001
20708
|
target: "ITEM";
|
|
@@ -20028,8 +20735,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20028
20735
|
targetIds: string[];
|
|
20029
20736
|
}> | z.ZodObject<z.extendShape<{
|
|
20030
20737
|
target: z.ZodEnum<["BILL", "ITEM", "ADVANCE", "PAYMENT"]>;
|
|
20031
|
-
}, {
|
|
20032
|
-
target: z.ZodLiteral<"PAYMENT">;
|
|
20033
20738
|
minPurchase: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
20034
20739
|
amount: z.ZodNumber;
|
|
20035
20740
|
precision: z.ZodNumber;
|
|
@@ -20040,22 +20745,40 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20040
20745
|
amount: number;
|
|
20041
20746
|
precision: number;
|
|
20042
20747
|
}>>>;
|
|
20748
|
+
minPurchaseItems: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20749
|
+
productId: z.ZodString;
|
|
20750
|
+
}, "strip", z.ZodTypeAny, {
|
|
20751
|
+
productId: string;
|
|
20752
|
+
}, {
|
|
20753
|
+
productId: string;
|
|
20754
|
+
}>, "many">>>;
|
|
20755
|
+
}, {
|
|
20756
|
+
target: z.ZodLiteral<"PAYMENT">;
|
|
20043
20757
|
}>, "strip", z.ZodTypeAny, {
|
|
20044
20758
|
minPurchase?: {
|
|
20045
20759
|
amount: number;
|
|
20046
20760
|
precision: number;
|
|
20047
20761
|
} | null | undefined;
|
|
20762
|
+
minPurchaseItems?: {
|
|
20763
|
+
productId: string;
|
|
20764
|
+
}[] | null | undefined;
|
|
20048
20765
|
target: "PAYMENT";
|
|
20049
20766
|
}, {
|
|
20050
20767
|
minPurchase?: {
|
|
20051
20768
|
amount: number;
|
|
20052
20769
|
precision: number;
|
|
20053
20770
|
} | null | undefined;
|
|
20771
|
+
minPurchaseItems?: {
|
|
20772
|
+
productId: string;
|
|
20773
|
+
}[] | null | undefined;
|
|
20054
20774
|
target: "PAYMENT";
|
|
20055
20775
|
}>>;
|
|
20056
20776
|
priority: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
20057
20777
|
}, "strip", z.ZodTypeAny, {
|
|
20058
20778
|
priority?: number | null | undefined;
|
|
20779
|
+
adjustmentRule?: {
|
|
20780
|
+
type: "CAPPED_AT";
|
|
20781
|
+
} | null | undefined;
|
|
20059
20782
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20060
20783
|
options: {
|
|
20061
20784
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20063,8 +20786,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20063
20786
|
amount: number;
|
|
20064
20787
|
precision: number;
|
|
20065
20788
|
} | null | undefined;
|
|
20789
|
+
minPurchaseItems?: {
|
|
20790
|
+
productId: string;
|
|
20791
|
+
}[] | null | undefined;
|
|
20066
20792
|
target: "BILL";
|
|
20067
20793
|
} | {
|
|
20794
|
+
minPurchase?: {
|
|
20795
|
+
amount: number;
|
|
20796
|
+
precision: number;
|
|
20797
|
+
} | null | undefined;
|
|
20798
|
+
minPurchaseItems?: {
|
|
20799
|
+
productId: string;
|
|
20800
|
+
}[] | null | undefined;
|
|
20068
20801
|
maxQuantity?: number | null | undefined;
|
|
20069
20802
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20070
20803
|
target: "ITEM";
|
|
@@ -20100,6 +20833,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20100
20833
|
amount: number;
|
|
20101
20834
|
precision: number;
|
|
20102
20835
|
} | null | undefined;
|
|
20836
|
+
minPurchaseItems?: {
|
|
20837
|
+
productId: string;
|
|
20838
|
+
}[] | null | undefined;
|
|
20103
20839
|
target: "PAYMENT";
|
|
20104
20840
|
};
|
|
20105
20841
|
adjustment: {
|
|
@@ -20112,6 +20848,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20112
20848
|
};
|
|
20113
20849
|
}, {
|
|
20114
20850
|
priority?: number | null | undefined;
|
|
20851
|
+
adjustmentRule?: {
|
|
20852
|
+
type: "CAPPED_AT";
|
|
20853
|
+
} | null | undefined;
|
|
20115
20854
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20116
20855
|
options: {
|
|
20117
20856
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20119,8 +20858,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20119
20858
|
amount: number;
|
|
20120
20859
|
precision: number;
|
|
20121
20860
|
} | null | undefined;
|
|
20861
|
+
minPurchaseItems?: {
|
|
20862
|
+
productId: string;
|
|
20863
|
+
}[] | null | undefined;
|
|
20122
20864
|
target: "BILL";
|
|
20123
20865
|
} | {
|
|
20866
|
+
minPurchase?: {
|
|
20867
|
+
amount: number;
|
|
20868
|
+
precision: number;
|
|
20869
|
+
} | null | undefined;
|
|
20870
|
+
minPurchaseItems?: {
|
|
20871
|
+
productId: string;
|
|
20872
|
+
}[] | null | undefined;
|
|
20124
20873
|
maxQuantity?: number | null | undefined;
|
|
20125
20874
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20126
20875
|
target: "ITEM";
|
|
@@ -20156,6 +20905,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20156
20905
|
amount: number;
|
|
20157
20906
|
precision: number;
|
|
20158
20907
|
} | null | undefined;
|
|
20908
|
+
minPurchaseItems?: {
|
|
20909
|
+
productId: string;
|
|
20910
|
+
}[] | null | undefined;
|
|
20159
20911
|
target: "PAYMENT";
|
|
20160
20912
|
};
|
|
20161
20913
|
adjustment: {
|
|
@@ -20299,6 +21051,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20299
21051
|
type: "BASIC";
|
|
20300
21052
|
effect: {
|
|
20301
21053
|
priority?: number | null | undefined;
|
|
21054
|
+
adjustmentRule?: {
|
|
21055
|
+
type: "CAPPED_AT";
|
|
21056
|
+
} | null | undefined;
|
|
20302
21057
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20303
21058
|
options: {
|
|
20304
21059
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20306,8 +21061,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20306
21061
|
amount: number;
|
|
20307
21062
|
precision: number;
|
|
20308
21063
|
} | null | undefined;
|
|
21064
|
+
minPurchaseItems?: {
|
|
21065
|
+
productId: string;
|
|
21066
|
+
}[] | null | undefined;
|
|
20309
21067
|
target: "BILL";
|
|
20310
21068
|
} | {
|
|
21069
|
+
minPurchase?: {
|
|
21070
|
+
amount: number;
|
|
21071
|
+
precision: number;
|
|
21072
|
+
} | null | undefined;
|
|
21073
|
+
minPurchaseItems?: {
|
|
21074
|
+
productId: string;
|
|
21075
|
+
}[] | null | undefined;
|
|
20311
21076
|
maxQuantity?: number | null | undefined;
|
|
20312
21077
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20313
21078
|
target: "ITEM";
|
|
@@ -20343,6 +21108,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20343
21108
|
amount: number;
|
|
20344
21109
|
precision: number;
|
|
20345
21110
|
} | null | undefined;
|
|
21111
|
+
minPurchaseItems?: {
|
|
21112
|
+
productId: string;
|
|
21113
|
+
}[] | null | undefined;
|
|
20346
21114
|
target: "PAYMENT";
|
|
20347
21115
|
};
|
|
20348
21116
|
adjustment: {
|
|
@@ -20378,6 +21146,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20378
21146
|
type: "BASIC";
|
|
20379
21147
|
effect: {
|
|
20380
21148
|
priority?: number | null | undefined;
|
|
21149
|
+
adjustmentRule?: {
|
|
21150
|
+
type: "CAPPED_AT";
|
|
21151
|
+
} | null | undefined;
|
|
20381
21152
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20382
21153
|
options: {
|
|
20383
21154
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20385,8 +21156,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20385
21156
|
amount: number;
|
|
20386
21157
|
precision: number;
|
|
20387
21158
|
} | null | undefined;
|
|
21159
|
+
minPurchaseItems?: {
|
|
21160
|
+
productId: string;
|
|
21161
|
+
}[] | null | undefined;
|
|
20388
21162
|
target: "BILL";
|
|
20389
21163
|
} | {
|
|
21164
|
+
minPurchase?: {
|
|
21165
|
+
amount: number;
|
|
21166
|
+
precision: number;
|
|
21167
|
+
} | null | undefined;
|
|
21168
|
+
minPurchaseItems?: {
|
|
21169
|
+
productId: string;
|
|
21170
|
+
}[] | null | undefined;
|
|
20390
21171
|
maxQuantity?: number | null | undefined;
|
|
20391
21172
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20392
21173
|
target: "ITEM";
|
|
@@ -20422,6 +21203,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20422
21203
|
amount: number;
|
|
20423
21204
|
precision: number;
|
|
20424
21205
|
} | null | undefined;
|
|
21206
|
+
minPurchaseItems?: {
|
|
21207
|
+
productId: string;
|
|
21208
|
+
}[] | null | undefined;
|
|
20425
21209
|
target: "PAYMENT";
|
|
20426
21210
|
};
|
|
20427
21211
|
adjustment: {
|
|
@@ -20534,6 +21318,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20534
21318
|
type: "BASIC";
|
|
20535
21319
|
effect: {
|
|
20536
21320
|
priority?: number | null | undefined;
|
|
21321
|
+
adjustmentRule?: {
|
|
21322
|
+
type: "CAPPED_AT";
|
|
21323
|
+
} | null | undefined;
|
|
20537
21324
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20538
21325
|
options: {
|
|
20539
21326
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20541,8 +21328,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20541
21328
|
amount: number;
|
|
20542
21329
|
precision: number;
|
|
20543
21330
|
} | null | undefined;
|
|
21331
|
+
minPurchaseItems?: {
|
|
21332
|
+
productId: string;
|
|
21333
|
+
}[] | null | undefined;
|
|
20544
21334
|
target: "BILL";
|
|
20545
21335
|
} | {
|
|
21336
|
+
minPurchase?: {
|
|
21337
|
+
amount: number;
|
|
21338
|
+
precision: number;
|
|
21339
|
+
} | null | undefined;
|
|
21340
|
+
minPurchaseItems?: {
|
|
21341
|
+
productId: string;
|
|
21342
|
+
}[] | null | undefined;
|
|
20546
21343
|
maxQuantity?: number | null | undefined;
|
|
20547
21344
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20548
21345
|
target: "ITEM";
|
|
@@ -20578,6 +21375,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20578
21375
|
amount: number;
|
|
20579
21376
|
precision: number;
|
|
20580
21377
|
} | null | undefined;
|
|
21378
|
+
minPurchaseItems?: {
|
|
21379
|
+
productId: string;
|
|
21380
|
+
}[] | null | undefined;
|
|
20581
21381
|
target: "PAYMENT";
|
|
20582
21382
|
};
|
|
20583
21383
|
adjustment: {
|
|
@@ -20640,6 +21440,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20640
21440
|
type: "BASIC";
|
|
20641
21441
|
effect: {
|
|
20642
21442
|
priority?: number | null | undefined;
|
|
21443
|
+
adjustmentRule?: {
|
|
21444
|
+
type: "CAPPED_AT";
|
|
21445
|
+
} | null | undefined;
|
|
20643
21446
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20644
21447
|
options: {
|
|
20645
21448
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20647,8 +21450,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20647
21450
|
amount: number;
|
|
20648
21451
|
precision: number;
|
|
20649
21452
|
} | null | undefined;
|
|
21453
|
+
minPurchaseItems?: {
|
|
21454
|
+
productId: string;
|
|
21455
|
+
}[] | null | undefined;
|
|
20650
21456
|
target: "BILL";
|
|
20651
21457
|
} | {
|
|
21458
|
+
minPurchase?: {
|
|
21459
|
+
amount: number;
|
|
21460
|
+
precision: number;
|
|
21461
|
+
} | null | undefined;
|
|
21462
|
+
minPurchaseItems?: {
|
|
21463
|
+
productId: string;
|
|
21464
|
+
}[] | null | undefined;
|
|
20652
21465
|
maxQuantity?: number | null | undefined;
|
|
20653
21466
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20654
21467
|
target: "ITEM";
|
|
@@ -20684,6 +21497,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20684
21497
|
amount: number;
|
|
20685
21498
|
precision: number;
|
|
20686
21499
|
} | null | undefined;
|
|
21500
|
+
minPurchaseItems?: {
|
|
21501
|
+
productId: string;
|
|
21502
|
+
}[] | null | undefined;
|
|
20687
21503
|
target: "PAYMENT";
|
|
20688
21504
|
};
|
|
20689
21505
|
adjustment: {
|
|
@@ -20750,6 +21566,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20750
21566
|
type: "BASIC";
|
|
20751
21567
|
effect: {
|
|
20752
21568
|
priority?: number | null | undefined;
|
|
21569
|
+
adjustmentRule?: {
|
|
21570
|
+
type: "CAPPED_AT";
|
|
21571
|
+
} | null | undefined;
|
|
20753
21572
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20754
21573
|
options: {
|
|
20755
21574
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20757,8 +21576,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20757
21576
|
amount: number;
|
|
20758
21577
|
precision: number;
|
|
20759
21578
|
} | null | undefined;
|
|
21579
|
+
minPurchaseItems?: {
|
|
21580
|
+
productId: string;
|
|
21581
|
+
}[] | null | undefined;
|
|
20760
21582
|
target: "BILL";
|
|
20761
21583
|
} | {
|
|
21584
|
+
minPurchase?: {
|
|
21585
|
+
amount: number;
|
|
21586
|
+
precision: number;
|
|
21587
|
+
} | null | undefined;
|
|
21588
|
+
minPurchaseItems?: {
|
|
21589
|
+
productId: string;
|
|
21590
|
+
}[] | null | undefined;
|
|
20762
21591
|
maxQuantity?: number | null | undefined;
|
|
20763
21592
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20764
21593
|
target: "ITEM";
|
|
@@ -20794,6 +21623,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20794
21623
|
amount: number;
|
|
20795
21624
|
precision: number;
|
|
20796
21625
|
} | null | undefined;
|
|
21626
|
+
minPurchaseItems?: {
|
|
21627
|
+
productId: string;
|
|
21628
|
+
}[] | null | undefined;
|
|
20797
21629
|
target: "PAYMENT";
|
|
20798
21630
|
};
|
|
20799
21631
|
adjustment: {
|
|
@@ -20859,6 +21691,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20859
21691
|
type: "BASIC";
|
|
20860
21692
|
effect: {
|
|
20861
21693
|
priority?: number | null | undefined;
|
|
21694
|
+
adjustmentRule?: {
|
|
21695
|
+
type: "CAPPED_AT";
|
|
21696
|
+
} | null | undefined;
|
|
20862
21697
|
availableOnlineOrder?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
20863
21698
|
options: {
|
|
20864
21699
|
excludeIds?: string[] | null | undefined;
|
|
@@ -20866,8 +21701,18 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20866
21701
|
amount: number;
|
|
20867
21702
|
precision: number;
|
|
20868
21703
|
} | null | undefined;
|
|
21704
|
+
minPurchaseItems?: {
|
|
21705
|
+
productId: string;
|
|
21706
|
+
}[] | null | undefined;
|
|
20869
21707
|
target: "BILL";
|
|
20870
21708
|
} | {
|
|
21709
|
+
minPurchase?: {
|
|
21710
|
+
amount: number;
|
|
21711
|
+
precision: number;
|
|
21712
|
+
} | null | undefined;
|
|
21713
|
+
minPurchaseItems?: {
|
|
21714
|
+
productId: string;
|
|
21715
|
+
}[] | null | undefined;
|
|
20871
21716
|
maxQuantity?: number | null | undefined;
|
|
20872
21717
|
excludeAddonPrice?: boolean | null | undefined;
|
|
20873
21718
|
target: "ITEM";
|
|
@@ -20903,6 +21748,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
|
|
|
20903
21748
|
amount: number;
|
|
20904
21749
|
precision: number;
|
|
20905
21750
|
} | null | undefined;
|
|
21751
|
+
minPurchaseItems?: {
|
|
21752
|
+
productId: string;
|
|
21753
|
+
}[] | null | undefined;
|
|
20906
21754
|
target: "PAYMENT";
|
|
20907
21755
|
};
|
|
20908
21756
|
adjustment: {
|