@feedmepos/mf-order-setting 0.0.47 → 0.0.48

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.
Files changed (66) hide show
  1. package/dist/{KioskDevicesView-Dd3xcM5X.js → KioskDevicesView-iZTQ--DO.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js} +19 -19
  3. package/dist/KioskSettingView-mN7UPNYu.js +552 -0
  4. package/dist/{KioskView-BGiHHSjd.js → KioskView-NEpc7Ivb.js} +12 -8
  5. package/dist/OrderSettingsView-B5Nq_u9Z.js +51275 -0
  6. package/dist/app-B3KtJhiw.js +2914 -0
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-GjkM9dM2.js} +49 -49
  9. package/dist/frontend/mf-order/src/app.d.ts +1769 -0
  10. package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
  11. package/dist/frontend/mf-order/src/main.d.ts +1769 -0
  12. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +60 -0
  13. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +18 -12
  14. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +18 -6
  15. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -4
  16. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +12 -8
  17. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue.d.ts +2 -0
  18. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  19. package/dist/{index-DAruvcri.js → index-Dwzta1U-.js} +2 -2
  20. package/dist/menu.dto-DgPhiIVk.js +101330 -0
  21. package/dist/package/entity/booking/booking.do.d.ts +170 -40
  22. package/dist/package/entity/delivery/delivery.dto.d.ts +34 -8
  23. package/dist/package/entity/food-court/order.dto.d.ts +2890 -2890
  24. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +226 -226
  25. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1027 -790
  26. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +356 -356
  27. package/dist/package/entity/index.d.ts +1 -0
  28. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +213 -91
  29. package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
  30. package/dist/package/entity/order/order-item/order-item.dto.d.ts +110 -110
  31. package/dist/package/entity/order/order.do.d.ts +20 -20
  32. package/dist/package/entity/order/order.dto.d.ts +23748 -40781
  33. package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
  34. package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
  35. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +158 -158
  36. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +196 -196
  37. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
  38. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
  39. package/dist/package/entity/order-platform/menu.dto.d.ts +75 -44
  40. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +34 -8
  41. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +57 -42
  42. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +44 -32
  43. package/dist/package/entity/order-setting/order-setting.do.d.ts +31 -22
  44. package/dist/package/entity/order-setting/order-setting.dto.d.ts +62 -44
  45. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  46. package/dist/package/entity/payment/transaction.d.ts +1937 -0
  47. package/dist/package/entity/queue/queue.dto.d.ts +2677 -7335
  48. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -144
  49. package/dist/package/entity/websocket/websocket.dto.d.ts +68 -48
  50. package/package.json +3 -3
  51. package/src/app.ts +2 -0
  52. package/src/composables/useDeprecationNotice.ts +52 -0
  53. package/src/locales/en-US.json +6 -0
  54. package/src/locales/ja-JP.json +1751 -0
  55. package/src/locales/th-TH.json +6 -0
  56. package/src/locales/zh-CN.json +6 -0
  57. package/src/main.ts +2 -0
  58. package/src/stores/order-setting/mapper.ts +35 -23
  59. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +21 -0
  60. package/src/views/order-settings/delivery/DeliverySetting.vue +46 -2
  61. package/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue +16 -0
  62. package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
  63. package/dist/KioskSettingView-D50Gh7NR.js +0 -528
  64. package/dist/OrderSettingsView-DPYYH1zL.js +0 -74512
  65. package/dist/app-CAt1JfN3.js +0 -1145
  66. package/dist/menu.dto-B82ITnH5.js +0 -124296
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import { z } from 'zod';
2
2
  export declare const KioskVerifyMemberDto: z.ZodObject<{
3
3
  member: z.ZodObject<z.extendShape<{
4
4
  id: z.ZodString;
@@ -207,6 +207,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
207
207
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
208
208
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
209
209
  }>, "strip", z.ZodTypeAny, {
210
+ excludeAddonPrice?: boolean | null | undefined;
210
211
  minPurchase?: {
211
212
  amount: number;
212
213
  precision: number;
@@ -215,7 +216,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
215
216
  productId: string;
216
217
  }[] | null | undefined;
217
218
  maxQuantity?: number | null | undefined;
218
- excludeAddonPrice?: boolean | null | undefined;
219
219
  target: "ITEM";
220
220
  strategy: {
221
221
  withAddons?: string[] | null | undefined;
@@ -245,6 +245,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
245
245
  };
246
246
  targetIds: string[];
247
247
  }, {
248
+ excludeAddonPrice?: boolean | null | undefined;
248
249
  minPurchase?: {
249
250
  amount: number;
250
251
  precision: number;
@@ -253,7 +254,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
253
254
  productId: string;
254
255
  }[] | null | undefined;
255
256
  maxQuantity?: number | null | undefined;
256
- excludeAddonPrice?: boolean | null | undefined;
257
257
  target: "ITEM";
258
258
  strategy: {
259
259
  withAddons?: string[] | null | undefined;
@@ -340,6 +340,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
340
340
  }[] | null | undefined;
341
341
  target: "BILL";
342
342
  } | {
343
+ excludeAddonPrice?: boolean | null | undefined;
343
344
  minPurchase?: {
344
345
  amount: number;
345
346
  precision: number;
@@ -348,7 +349,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
348
349
  productId: string;
349
350
  }[] | null | undefined;
350
351
  maxQuantity?: number | null | undefined;
351
- excludeAddonPrice?: boolean | null | undefined;
352
352
  target: "ITEM";
353
353
  strategy: {
354
354
  withAddons?: string[] | null | undefined;
@@ -412,6 +412,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
412
412
  }[] | null | undefined;
413
413
  target: "BILL";
414
414
  } | {
415
+ excludeAddonPrice?: boolean | null | undefined;
415
416
  minPurchase?: {
416
417
  amount: number;
417
418
  precision: number;
@@ -420,7 +421,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
420
421
  productId: string;
421
422
  }[] | null | undefined;
422
423
  maxQuantity?: number | null | undefined;
423
- excludeAddonPrice?: boolean | null | undefined;
424
424
  target: "ITEM";
425
425
  strategy: {
426
426
  withAddons?: string[] | null | undefined;
@@ -615,6 +615,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
615
615
  }[] | null | undefined;
616
616
  target: "BILL";
617
617
  } | {
618
+ excludeAddonPrice?: boolean | null | undefined;
618
619
  minPurchase?: {
619
620
  amount: number;
620
621
  precision: number;
@@ -623,7 +624,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
623
624
  productId: string;
624
625
  }[] | null | undefined;
625
626
  maxQuantity?: number | null | undefined;
626
- excludeAddonPrice?: boolean | null | undefined;
627
627
  target: "ITEM";
628
628
  strategy: {
629
629
  withAddons?: string[] | null | undefined;
@@ -710,6 +710,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
710
710
  }[] | null | undefined;
711
711
  target: "BILL";
712
712
  } | {
713
+ excludeAddonPrice?: boolean | null | undefined;
713
714
  minPurchase?: {
714
715
  amount: number;
715
716
  precision: number;
@@ -718,7 +719,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
718
719
  productId: string;
719
720
  }[] | null | undefined;
720
721
  maxQuantity?: number | null | undefined;
721
- excludeAddonPrice?: boolean | null | undefined;
722
722
  target: "ITEM";
723
723
  strategy: {
724
724
  withAddons?: string[] | null | undefined;
@@ -882,6 +882,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
882
882
  }[] | null | undefined;
883
883
  target: "BILL";
884
884
  } | {
885
+ excludeAddonPrice?: boolean | null | undefined;
885
886
  minPurchase?: {
886
887
  amount: number;
887
888
  precision: number;
@@ -890,7 +891,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
890
891
  productId: string;
891
892
  }[] | null | undefined;
892
893
  maxQuantity?: number | null | undefined;
893
- excludeAddonPrice?: boolean | null | undefined;
894
894
  target: "ITEM";
895
895
  strategy: {
896
896
  withAddons?: string[] | null | undefined;
@@ -1004,6 +1004,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1004
1004
  }[] | null | undefined;
1005
1005
  target: "BILL";
1006
1006
  } | {
1007
+ excludeAddonPrice?: boolean | null | undefined;
1007
1008
  minPurchase?: {
1008
1009
  amount: number;
1009
1010
  precision: number;
@@ -1012,7 +1013,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1012
1013
  productId: string;
1013
1014
  }[] | null | undefined;
1014
1015
  maxQuantity?: number | null | undefined;
1015
- excludeAddonPrice?: boolean | null | undefined;
1016
1016
  target: "ITEM";
1017
1017
  strategy: {
1018
1018
  withAddons?: string[] | null | undefined;
@@ -1283,6 +1283,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1283
1283
  }[] | null | undefined;
1284
1284
  target: "BILL";
1285
1285
  } | {
1286
+ excludeAddonPrice?: boolean | null | undefined;
1286
1287
  minPurchase?: {
1287
1288
  amount: number;
1288
1289
  precision: number;
@@ -1291,7 +1292,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1291
1292
  productId: string;
1292
1293
  }[] | null | undefined;
1293
1294
  maxQuantity?: number | null | undefined;
1294
- excludeAddonPrice?: boolean | null | undefined;
1295
1295
  target: "ITEM";
1296
1296
  strategy: {
1297
1297
  withAddons?: string[] | null | undefined;
@@ -1451,6 +1451,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1451
1451
  }[] | null | undefined;
1452
1452
  target: "BILL";
1453
1453
  } | {
1454
+ excludeAddonPrice?: boolean | null | undefined;
1454
1455
  minPurchase?: {
1455
1456
  amount: number;
1456
1457
  precision: number;
@@ -1459,7 +1460,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1459
1460
  productId: string;
1460
1461
  }[] | null | undefined;
1461
1462
  maxQuantity?: number | null | undefined;
1462
- excludeAddonPrice?: boolean | null | undefined;
1463
1463
  target: "ITEM";
1464
1464
  strategy: {
1465
1465
  withAddons?: string[] | null | undefined;
@@ -1522,7 +1522,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1522
1522
  minLevel: number;
1523
1523
  }[];
1524
1524
  }>;
1525
- benefits: z.ZodArray<z.ZodObject<{
1525
+ benefits: z.ZodArray<z.ZodObject<z.extendShape<{
1526
1526
  _id: z.ZodEffects<z.ZodString, string, string>;
1527
1527
  options: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1528
1528
  type: z.ZodEnum<["BASIC", "VOUCHER"]>;
@@ -1724,6 +1724,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1724
1724
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1725
1725
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1726
1726
  }>, "strip", z.ZodTypeAny, {
1727
+ excludeAddonPrice?: boolean | null | undefined;
1727
1728
  minPurchase?: {
1728
1729
  amount: number;
1729
1730
  precision: number;
@@ -1732,7 +1733,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1732
1733
  productId: string;
1733
1734
  }[] | null | undefined;
1734
1735
  maxQuantity?: number | null | undefined;
1735
- excludeAddonPrice?: boolean | null | undefined;
1736
1736
  target: "ITEM";
1737
1737
  strategy: {
1738
1738
  withAddons?: string[] | null | undefined;
@@ -1762,6 +1762,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1762
1762
  };
1763
1763
  targetIds: string[];
1764
1764
  }, {
1765
+ excludeAddonPrice?: boolean | null | undefined;
1765
1766
  minPurchase?: {
1766
1767
  amount: number;
1767
1768
  precision: number;
@@ -1770,7 +1771,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1770
1771
  productId: string;
1771
1772
  }[] | null | undefined;
1772
1773
  maxQuantity?: number | null | undefined;
1773
- excludeAddonPrice?: boolean | null | undefined;
1774
1774
  target: "ITEM";
1775
1775
  strategy: {
1776
1776
  withAddons?: string[] | null | undefined;
@@ -1857,6 +1857,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1857
1857
  }[] | null | undefined;
1858
1858
  target: "BILL";
1859
1859
  } | {
1860
+ excludeAddonPrice?: boolean | null | undefined;
1860
1861
  minPurchase?: {
1861
1862
  amount: number;
1862
1863
  precision: number;
@@ -1865,7 +1866,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1865
1866
  productId: string;
1866
1867
  }[] | null | undefined;
1867
1868
  maxQuantity?: number | null | undefined;
1868
- excludeAddonPrice?: boolean | null | undefined;
1869
1869
  target: "ITEM";
1870
1870
  strategy: {
1871
1871
  withAddons?: string[] | null | undefined;
@@ -1929,6 +1929,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1929
1929
  }[] | null | undefined;
1930
1930
  target: "BILL";
1931
1931
  } | {
1932
+ excludeAddonPrice?: boolean | null | undefined;
1932
1933
  minPurchase?: {
1933
1934
  amount: number;
1934
1935
  precision: number;
@@ -1937,7 +1938,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
1937
1938
  productId: string;
1938
1939
  }[] | null | undefined;
1939
1940
  maxQuantity?: number | null | undefined;
1940
- excludeAddonPrice?: boolean | null | undefined;
1941
1941
  target: "ITEM";
1942
1942
  strategy: {
1943
1943
  withAddons?: string[] | null | undefined;
@@ -2132,6 +2132,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2132
2132
  }[] | null | undefined;
2133
2133
  target: "BILL";
2134
2134
  } | {
2135
+ excludeAddonPrice?: boolean | null | undefined;
2135
2136
  minPurchase?: {
2136
2137
  amount: number;
2137
2138
  precision: number;
@@ -2140,7 +2141,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2140
2141
  productId: string;
2141
2142
  }[] | null | undefined;
2142
2143
  maxQuantity?: number | null | undefined;
2143
- excludeAddonPrice?: boolean | null | undefined;
2144
2144
  target: "ITEM";
2145
2145
  strategy: {
2146
2146
  withAddons?: string[] | null | undefined;
@@ -2227,6 +2227,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2227
2227
  }[] | null | undefined;
2228
2228
  target: "BILL";
2229
2229
  } | {
2230
+ excludeAddonPrice?: boolean | null | undefined;
2230
2231
  minPurchase?: {
2231
2232
  amount: number;
2232
2233
  precision: number;
@@ -2235,7 +2236,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2235
2236
  productId: string;
2236
2237
  }[] | null | undefined;
2237
2238
  maxQuantity?: number | null | undefined;
2238
- excludeAddonPrice?: boolean | null | undefined;
2239
2239
  target: "ITEM";
2240
2240
  strategy: {
2241
2241
  withAddons?: string[] | null | undefined;
@@ -2346,7 +2346,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2346
2346
  hide: boolean;
2347
2347
  disable: boolean;
2348
2348
  }>>>;
2349
- }, "strip", z.ZodTypeAny, {
2349
+ }, {
2350
+ _id: z.ZodString;
2351
+ }>, "strip", z.ZodTypeAny, {
2350
2352
  image?: string | null | undefined;
2351
2353
  description?: string | null | undefined;
2352
2354
  maxLevel?: number | null | undefined;
@@ -2399,6 +2401,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2399
2401
  }[] | null | undefined;
2400
2402
  target: "BILL";
2401
2403
  } | {
2404
+ excludeAddonPrice?: boolean | null | undefined;
2402
2405
  minPurchase?: {
2403
2406
  amount: number;
2404
2407
  precision: number;
@@ -2407,7 +2410,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2407
2410
  productId: string;
2408
2411
  }[] | null | undefined;
2409
2412
  maxQuantity?: number | null | undefined;
2410
- excludeAddonPrice?: boolean | null | undefined;
2411
2413
  target: "ITEM";
2412
2414
  strategy: {
2413
2415
  withAddons?: string[] | null | undefined;
@@ -2521,6 +2523,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2521
2523
  }[] | null | undefined;
2522
2524
  target: "BILL";
2523
2525
  } | {
2526
+ excludeAddonPrice?: boolean | null | undefined;
2524
2527
  minPurchase?: {
2525
2528
  amount: number;
2526
2529
  precision: number;
@@ -2529,7 +2532,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2529
2532
  productId: string;
2530
2533
  }[] | null | undefined;
2531
2534
  maxQuantity?: number | null | undefined;
2532
- excludeAddonPrice?: boolean | null | undefined;
2533
2535
  target: "ITEM";
2534
2536
  strategy: {
2535
2537
  withAddons?: string[] | null | undefined;
@@ -4951,6 +4953,16 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4951
4953
  }, {
4952
4954
  catalogId?: string | null | undefined;
4953
4955
  }>>>;
4956
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4957
+ enabled: z.ZodBoolean;
4958
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4959
+ }, "strip", z.ZodTypeAny, {
4960
+ catalogId?: string | null | undefined;
4961
+ enabled: boolean;
4962
+ }, {
4963
+ catalogId?: string | null | undefined;
4964
+ enabled: boolean;
4965
+ }>>>;
4954
4966
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4955
4967
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4956
4968
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5012,12 +5024,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5012
5024
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5013
5025
  }, "strip", z.ZodTypeAny, {
5014
5026
  channel?: string | null | undefined;
5015
- machineId?: string | null | undefined;
5016
- catalogId?: string | null | undefined;
5017
5027
  customAttributes?: Record<string, any> | null | undefined;
5018
5028
  takeaway?: {
5019
5029
  catalogId?: string | null | undefined;
5020
5030
  } | null | undefined;
5031
+ machineId?: string | null | undefined;
5032
+ catalogId?: string | null | undefined;
5021
5033
  inHouseDelivery?: {
5022
5034
  taxes?: Record<string, {
5023
5035
  inclusive: boolean;
@@ -5149,6 +5161,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5149
5161
  acceptQueue?: boolean | null | undefined;
5150
5162
  anonymousOrder: boolean;
5151
5163
  } | null | undefined;
5164
+ driveThru?: {
5165
+ catalogId?: string | null | undefined;
5166
+ enabled: boolean;
5167
+ } | null | undefined;
5152
5168
  pf_business?: {
5153
5169
  internal?: boolean | null | undefined;
5154
5170
  url?: string | null | undefined;
@@ -5340,12 +5356,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5340
5356
  };
5341
5357
  }, {
5342
5358
  channel?: string | null | undefined;
5343
- machineId?: string | null | undefined;
5344
- catalogId?: string | null | undefined;
5345
5359
  customAttributes?: Record<string, any> | null | undefined;
5346
5360
  takeaway?: {
5347
5361
  catalogId?: string | null | undefined;
5348
5362
  } | null | undefined;
5363
+ machineId?: string | null | undefined;
5364
+ catalogId?: string | null | undefined;
5349
5365
  inHouseDelivery?: {
5350
5366
  taxes?: Record<string, {
5351
5367
  inclusive: boolean;
@@ -5477,6 +5493,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5477
5493
  acceptQueue?: boolean | null | undefined;
5478
5494
  anonymousOrder: boolean;
5479
5495
  } | null | undefined;
5496
+ driveThru?: {
5497
+ catalogId?: string | null | undefined;
5498
+ enabled: boolean;
5499
+ } | null | undefined;
5480
5500
  pf_business?: {
5481
5501
  internal?: boolean | null | undefined;
5482
5502
  url?: string | null | undefined;
@@ -5863,6 +5883,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5863
5883
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5864
5884
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5865
5885
  }>, "strip", z.ZodTypeAny, {
5886
+ excludeAddonPrice?: boolean | null | undefined;
5866
5887
  minPurchase?: {
5867
5888
  amount: number;
5868
5889
  precision: number;
@@ -5871,7 +5892,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5871
5892
  productId: string;
5872
5893
  }[] | null | undefined;
5873
5894
  maxQuantity?: number | null | undefined;
5874
- excludeAddonPrice?: boolean | null | undefined;
5875
5895
  target: "ITEM";
5876
5896
  strategy: {
5877
5897
  withAddons?: string[] | null | undefined;
@@ -5901,6 +5921,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5901
5921
  };
5902
5922
  targetIds: string[];
5903
5923
  }, {
5924
+ excludeAddonPrice?: boolean | null | undefined;
5904
5925
  minPurchase?: {
5905
5926
  amount: number;
5906
5927
  precision: number;
@@ -5909,7 +5930,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5909
5930
  productId: string;
5910
5931
  }[] | null | undefined;
5911
5932
  maxQuantity?: number | null | undefined;
5912
- excludeAddonPrice?: boolean | null | undefined;
5913
5933
  target: "ITEM";
5914
5934
  strategy: {
5915
5935
  withAddons?: string[] | null | undefined;
@@ -5996,6 +6016,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5996
6016
  }[] | null | undefined;
5997
6017
  target: "BILL";
5998
6018
  } | {
6019
+ excludeAddonPrice?: boolean | null | undefined;
5999
6020
  minPurchase?: {
6000
6021
  amount: number;
6001
6022
  precision: number;
@@ -6004,7 +6025,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6004
6025
  productId: string;
6005
6026
  }[] | null | undefined;
6006
6027
  maxQuantity?: number | null | undefined;
6007
- excludeAddonPrice?: boolean | null | undefined;
6008
6028
  target: "ITEM";
6009
6029
  strategy: {
6010
6030
  withAddons?: string[] | null | undefined;
@@ -6068,6 +6088,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6068
6088
  }[] | null | undefined;
6069
6089
  target: "BILL";
6070
6090
  } | {
6091
+ excludeAddonPrice?: boolean | null | undefined;
6071
6092
  minPurchase?: {
6072
6093
  amount: number;
6073
6094
  precision: number;
@@ -6076,7 +6097,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6076
6097
  productId: string;
6077
6098
  }[] | null | undefined;
6078
6099
  maxQuantity?: number | null | undefined;
6079
- excludeAddonPrice?: boolean | null | undefined;
6080
6100
  target: "ITEM";
6081
6101
  strategy: {
6082
6102
  withAddons?: string[] | null | undefined;
@@ -6216,12 +6236,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6216
6236
  } | null | undefined;
6217
6237
  pf_targetRestaurant?: {
6218
6238
  channel?: string | null | undefined;
6219
- machineId?: string | null | undefined;
6220
- catalogId?: string | null | undefined;
6221
6239
  customAttributes?: Record<string, any> | null | undefined;
6222
6240
  takeaway?: {
6223
6241
  catalogId?: string | null | undefined;
6224
6242
  } | null | undefined;
6243
+ machineId?: string | null | undefined;
6244
+ catalogId?: string | null | undefined;
6225
6245
  inHouseDelivery?: {
6226
6246
  taxes?: Record<string, {
6227
6247
  inclusive: boolean;
@@ -6353,6 +6373,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6353
6373
  acceptQueue?: boolean | null | undefined;
6354
6374
  anonymousOrder: boolean;
6355
6375
  } | null | undefined;
6376
+ driveThru?: {
6377
+ catalogId?: string | null | undefined;
6378
+ enabled: boolean;
6379
+ } | null | undefined;
6356
6380
  pf_business?: {
6357
6381
  internal?: boolean | null | undefined;
6358
6382
  url?: string | null | undefined;
@@ -6593,6 +6617,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6593
6617
  }[] | null | undefined;
6594
6618
  target: "BILL";
6595
6619
  } | {
6620
+ excludeAddonPrice?: boolean | null | undefined;
6596
6621
  minPurchase?: {
6597
6622
  amount: number;
6598
6623
  precision: number;
@@ -6601,7 +6626,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6601
6626
  productId: string;
6602
6627
  }[] | null | undefined;
6603
6628
  maxQuantity?: number | null | undefined;
6604
- excludeAddonPrice?: boolean | null | undefined;
6605
6629
  target: "ITEM";
6606
6630
  strategy: {
6607
6631
  withAddons?: string[] | null | undefined;
@@ -6727,12 +6751,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6727
6751
  } | null | undefined;
6728
6752
  pf_targetRestaurant?: {
6729
6753
  channel?: string | null | undefined;
6730
- machineId?: string | null | undefined;
6731
- catalogId?: string | null | undefined;
6732
6754
  customAttributes?: Record<string, any> | null | undefined;
6733
6755
  takeaway?: {
6734
6756
  catalogId?: string | null | undefined;
6735
6757
  } | null | undefined;
6758
+ machineId?: string | null | undefined;
6759
+ catalogId?: string | null | undefined;
6736
6760
  inHouseDelivery?: {
6737
6761
  taxes?: Record<string, {
6738
6762
  inclusive: boolean;
@@ -6864,6 +6888,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6864
6888
  acceptQueue?: boolean | null | undefined;
6865
6889
  anonymousOrder: boolean;
6866
6890
  } | null | undefined;
6891
+ driveThru?: {
6892
+ catalogId?: string | null | undefined;
6893
+ enabled: boolean;
6894
+ } | null | undefined;
6867
6895
  pf_business?: {
6868
6896
  internal?: boolean | null | undefined;
6869
6897
  url?: string | null | undefined;
@@ -7104,6 +7132,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7104
7132
  }[] | null | undefined;
7105
7133
  target: "BILL";
7106
7134
  } | {
7135
+ excludeAddonPrice?: boolean | null | undefined;
7107
7136
  minPurchase?: {
7108
7137
  amount: number;
7109
7138
  precision: number;
@@ -7112,7 +7141,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7112
7141
  productId: string;
7113
7142
  }[] | null | undefined;
7114
7143
  maxQuantity?: number | null | undefined;
7115
- excludeAddonPrice?: boolean | null | undefined;
7116
7144
  target: "ITEM";
7117
7145
  strategy: {
7118
7146
  withAddons?: string[] | null | undefined;
@@ -8959,6 +8987,16 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8959
8987
  }, {
8960
8988
  catalogId?: string | null | undefined;
8961
8989
  }>>>;
8990
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8991
+ enabled: z.ZodBoolean;
8992
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8993
+ }, "strip", z.ZodTypeAny, {
8994
+ catalogId?: string | null | undefined;
8995
+ enabled: boolean;
8996
+ }, {
8997
+ catalogId?: string | null | undefined;
8998
+ enabled: boolean;
8999
+ }>>>;
8962
9000
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8963
9001
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8964
9002
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -9020,12 +9058,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9020
9058
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
9021
9059
  }, "strip", z.ZodTypeAny, {
9022
9060
  channel?: string | null | undefined;
9023
- machineId?: string | null | undefined;
9024
- catalogId?: string | null | undefined;
9025
9061
  customAttributes?: Record<string, any> | null | undefined;
9026
9062
  takeaway?: {
9027
9063
  catalogId?: string | null | undefined;
9028
9064
  } | null | undefined;
9065
+ machineId?: string | null | undefined;
9066
+ catalogId?: string | null | undefined;
9029
9067
  inHouseDelivery?: {
9030
9068
  taxes?: Record<string, {
9031
9069
  inclusive: boolean;
@@ -9157,6 +9195,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9157
9195
  acceptQueue?: boolean | null | undefined;
9158
9196
  anonymousOrder: boolean;
9159
9197
  } | null | undefined;
9198
+ driveThru?: {
9199
+ catalogId?: string | null | undefined;
9200
+ enabled: boolean;
9201
+ } | null | undefined;
9160
9202
  pf_business?: {
9161
9203
  internal?: boolean | null | undefined;
9162
9204
  url?: string | null | undefined;
@@ -9348,12 +9390,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9348
9390
  };
9349
9391
  }, {
9350
9392
  channel?: string | null | undefined;
9351
- machineId?: string | null | undefined;
9352
- catalogId?: string | null | undefined;
9353
9393
  customAttributes?: Record<string, any> | null | undefined;
9354
9394
  takeaway?: {
9355
9395
  catalogId?: string | null | undefined;
9356
9396
  } | null | undefined;
9397
+ machineId?: string | null | undefined;
9398
+ catalogId?: string | null | undefined;
9357
9399
  inHouseDelivery?: {
9358
9400
  taxes?: Record<string, {
9359
9401
  inclusive: boolean;
@@ -9485,6 +9527,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9485
9527
  acceptQueue?: boolean | null | undefined;
9486
9528
  anonymousOrder: boolean;
9487
9529
  } | null | undefined;
9530
+ driveThru?: {
9531
+ catalogId?: string | null | undefined;
9532
+ enabled: boolean;
9533
+ } | null | undefined;
9488
9534
  pf_business?: {
9489
9535
  internal?: boolean | null | undefined;
9490
9536
  url?: string | null | undefined;
@@ -11480,6 +11526,16 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11480
11526
  }, {
11481
11527
  catalogId?: string | null | undefined;
11482
11528
  }>>>;
11529
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11530
+ enabled: z.ZodBoolean;
11531
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11532
+ }, "strip", z.ZodTypeAny, {
11533
+ catalogId?: string | null | undefined;
11534
+ enabled: boolean;
11535
+ }, {
11536
+ catalogId?: string | null | undefined;
11537
+ enabled: boolean;
11538
+ }>>>;
11483
11539
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11484
11540
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11485
11541
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -11541,12 +11597,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11541
11597
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11542
11598
  }, "strip", z.ZodTypeAny, {
11543
11599
  channel?: string | null | undefined;
11544
- machineId?: string | null | undefined;
11545
- catalogId?: string | null | undefined;
11546
11600
  customAttributes?: Record<string, any> | null | undefined;
11547
11601
  takeaway?: {
11548
11602
  catalogId?: string | null | undefined;
11549
11603
  } | null | undefined;
11604
+ machineId?: string | null | undefined;
11605
+ catalogId?: string | null | undefined;
11550
11606
  inHouseDelivery?: {
11551
11607
  taxes?: Record<string, {
11552
11608
  inclusive: boolean;
@@ -11678,6 +11734,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11678
11734
  acceptQueue?: boolean | null | undefined;
11679
11735
  anonymousOrder: boolean;
11680
11736
  } | null | undefined;
11737
+ driveThru?: {
11738
+ catalogId?: string | null | undefined;
11739
+ enabled: boolean;
11740
+ } | null | undefined;
11681
11741
  pf_business?: {
11682
11742
  internal?: boolean | null | undefined;
11683
11743
  url?: string | null | undefined;
@@ -11869,12 +11929,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11869
11929
  };
11870
11930
  }, {
11871
11931
  channel?: string | null | undefined;
11872
- machineId?: string | null | undefined;
11873
- catalogId?: string | null | undefined;
11874
11932
  customAttributes?: Record<string, any> | null | undefined;
11875
11933
  takeaway?: {
11876
11934
  catalogId?: string | null | undefined;
11877
11935
  } | null | undefined;
11936
+ machineId?: string | null | undefined;
11937
+ catalogId?: string | null | undefined;
11878
11938
  inHouseDelivery?: {
11879
11939
  taxes?: Record<string, {
11880
11940
  inclusive: boolean;
@@ -12006,6 +12066,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12006
12066
  acceptQueue?: boolean | null | undefined;
12007
12067
  anonymousOrder: boolean;
12008
12068
  } | null | undefined;
12069
+ driveThru?: {
12070
+ catalogId?: string | null | undefined;
12071
+ enabled: boolean;
12072
+ } | null | undefined;
12009
12073
  pf_business?: {
12010
12074
  internal?: boolean | null | undefined;
12011
12075
  url?: string | null | undefined;
@@ -12202,12 +12266,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12202
12266
  restaurant?: string | null | undefined;
12203
12267
  pf_restaurant?: {
12204
12268
  channel?: string | null | undefined;
12205
- machineId?: string | null | undefined;
12206
- catalogId?: string | null | undefined;
12207
12269
  customAttributes?: Record<string, any> | null | undefined;
12208
12270
  takeaway?: {
12209
12271
  catalogId?: string | null | undefined;
12210
12272
  } | null | undefined;
12273
+ machineId?: string | null | undefined;
12274
+ catalogId?: string | null | undefined;
12211
12275
  inHouseDelivery?: {
12212
12276
  taxes?: Record<string, {
12213
12277
  inclusive: boolean;
@@ -12339,6 +12403,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12339
12403
  acceptQueue?: boolean | null | undefined;
12340
12404
  anonymousOrder: boolean;
12341
12405
  } | null | undefined;
12406
+ driveThru?: {
12407
+ catalogId?: string | null | undefined;
12408
+ enabled: boolean;
12409
+ } | null | undefined;
12342
12410
  pf_business?: {
12343
12411
  internal?: boolean | null | undefined;
12344
12412
  url?: string | null | undefined;
@@ -12535,12 +12603,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12535
12603
  restaurant?: string | null | undefined;
12536
12604
  pf_restaurant?: {
12537
12605
  channel?: string | null | undefined;
12538
- machineId?: string | null | undefined;
12539
- catalogId?: string | null | undefined;
12540
12606
  customAttributes?: Record<string, any> | null | undefined;
12541
12607
  takeaway?: {
12542
12608
  catalogId?: string | null | undefined;
12543
12609
  } | null | undefined;
12610
+ machineId?: string | null | undefined;
12611
+ catalogId?: string | null | undefined;
12544
12612
  inHouseDelivery?: {
12545
12613
  taxes?: Record<string, {
12546
12614
  inclusive: boolean;
@@ -12672,6 +12740,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12672
12740
  acceptQueue?: boolean | null | undefined;
12673
12741
  anonymousOrder: boolean;
12674
12742
  } | null | undefined;
12743
+ driveThru?: {
12744
+ catalogId?: string | null | undefined;
12745
+ enabled: boolean;
12746
+ } | null | undefined;
12675
12747
  pf_business?: {
12676
12748
  internal?: boolean | null | undefined;
12677
12749
  url?: string | null | undefined;
@@ -13088,12 +13160,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13088
13160
  restaurant?: string | null | undefined;
13089
13161
  pf_restaurant?: {
13090
13162
  channel?: string | null | undefined;
13091
- machineId?: string | null | undefined;
13092
- catalogId?: string | null | undefined;
13093
13163
  customAttributes?: Record<string, any> | null | undefined;
13094
13164
  takeaway?: {
13095
13165
  catalogId?: string | null | undefined;
13096
13166
  } | null | undefined;
13167
+ machineId?: string | null | undefined;
13168
+ catalogId?: string | null | undefined;
13097
13169
  inHouseDelivery?: {
13098
13170
  taxes?: Record<string, {
13099
13171
  inclusive: boolean;
@@ -13225,6 +13297,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13225
13297
  acceptQueue?: boolean | null | undefined;
13226
13298
  anonymousOrder: boolean;
13227
13299
  } | null | undefined;
13300
+ driveThru?: {
13301
+ catalogId?: string | null | undefined;
13302
+ enabled: boolean;
13303
+ } | null | undefined;
13228
13304
  pf_business?: {
13229
13305
  internal?: boolean | null | undefined;
13230
13306
  url?: string | null | undefined;
@@ -13445,12 +13521,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13445
13521
  appliedAt?: string | null | undefined;
13446
13522
  pf_restaurant?: {
13447
13523
  channel?: string | null | undefined;
13448
- machineId?: string | null | undefined;
13449
- catalogId?: string | null | undefined;
13450
13524
  customAttributes?: Record<string, any> | null | undefined;
13451
13525
  takeaway?: {
13452
13526
  catalogId?: string | null | undefined;
13453
13527
  } | null | undefined;
13528
+ machineId?: string | null | undefined;
13529
+ catalogId?: string | null | undefined;
13454
13530
  inHouseDelivery?: {
13455
13531
  taxes?: Record<string, {
13456
13532
  inclusive: boolean;
@@ -13582,6 +13658,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13582
13658
  acceptQueue?: boolean | null | undefined;
13583
13659
  anonymousOrder: boolean;
13584
13660
  } | null | undefined;
13661
+ driveThru?: {
13662
+ catalogId?: string | null | undefined;
13663
+ enabled: boolean;
13664
+ } | null | undefined;
13585
13665
  pf_business?: {
13586
13666
  internal?: boolean | null | undefined;
13587
13667
  url?: string | null | undefined;
@@ -13894,12 +13974,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13894
13974
  } | null | undefined;
13895
13975
  pf_targetRestaurant?: {
13896
13976
  channel?: string | null | undefined;
13897
- machineId?: string | null | undefined;
13898
- catalogId?: string | null | undefined;
13899
13977
  customAttributes?: Record<string, any> | null | undefined;
13900
13978
  takeaway?: {
13901
13979
  catalogId?: string | null | undefined;
13902
13980
  } | null | undefined;
13981
+ machineId?: string | null | undefined;
13982
+ catalogId?: string | null | undefined;
13903
13983
  inHouseDelivery?: {
13904
13984
  taxes?: Record<string, {
13905
13985
  inclusive: boolean;
@@ -14031,6 +14111,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14031
14111
  acceptQueue?: boolean | null | undefined;
14032
14112
  anonymousOrder: boolean;
14033
14113
  } | null | undefined;
14114
+ driveThru?: {
14115
+ catalogId?: string | null | undefined;
14116
+ enabled: boolean;
14117
+ } | null | undefined;
14034
14118
  pf_business?: {
14035
14119
  internal?: boolean | null | undefined;
14036
14120
  url?: string | null | undefined;
@@ -14271,6 +14355,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14271
14355
  }[] | null | undefined;
14272
14356
  target: "BILL";
14273
14357
  } | {
14358
+ excludeAddonPrice?: boolean | null | undefined;
14274
14359
  minPurchase?: {
14275
14360
  amount: number;
14276
14361
  precision: number;
@@ -14279,7 +14364,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14279
14364
  productId: string;
14280
14365
  }[] | null | undefined;
14281
14366
  maxQuantity?: number | null | undefined;
14282
- excludeAddonPrice?: boolean | null | undefined;
14283
14367
  target: "ITEM";
14284
14368
  strategy: {
14285
14369
  withAddons?: string[] | null | undefined;
@@ -14338,12 +14422,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14338
14422
  restaurant?: string | null | undefined;
14339
14423
  pf_restaurant?: {
14340
14424
  channel?: string | null | undefined;
14341
- machineId?: string | null | undefined;
14342
- catalogId?: string | null | undefined;
14343
14425
  customAttributes?: Record<string, any> | null | undefined;
14344
14426
  takeaway?: {
14345
14427
  catalogId?: string | null | undefined;
14346
14428
  } | null | undefined;
14429
+ machineId?: string | null | undefined;
14430
+ catalogId?: string | null | undefined;
14347
14431
  inHouseDelivery?: {
14348
14432
  taxes?: Record<string, {
14349
14433
  inclusive: boolean;
@@ -14475,6 +14559,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14475
14559
  acceptQueue?: boolean | null | undefined;
14476
14560
  anonymousOrder: boolean;
14477
14561
  } | null | undefined;
14562
+ driveThru?: {
14563
+ catalogId?: string | null | undefined;
14564
+ enabled: boolean;
14565
+ } | null | undefined;
14478
14566
  pf_business?: {
14479
14567
  internal?: boolean | null | undefined;
14480
14568
  url?: string | null | undefined;
@@ -14695,12 +14783,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14695
14783
  appliedAt?: string | null | undefined;
14696
14784
  pf_restaurant?: {
14697
14785
  channel?: string | null | undefined;
14698
- machineId?: string | null | undefined;
14699
- catalogId?: string | null | undefined;
14700
14786
  customAttributes?: Record<string, any> | null | undefined;
14701
14787
  takeaway?: {
14702
14788
  catalogId?: string | null | undefined;
14703
14789
  } | null | undefined;
14790
+ machineId?: string | null | undefined;
14791
+ catalogId?: string | null | undefined;
14704
14792
  inHouseDelivery?: {
14705
14793
  taxes?: Record<string, {
14706
14794
  inclusive: boolean;
@@ -14832,6 +14920,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14832
14920
  acceptQueue?: boolean | null | undefined;
14833
14921
  anonymousOrder: boolean;
14834
14922
  } | null | undefined;
14923
+ driveThru?: {
14924
+ catalogId?: string | null | undefined;
14925
+ enabled: boolean;
14926
+ } | null | undefined;
14835
14927
  pf_business?: {
14836
14928
  internal?: boolean | null | undefined;
14837
14929
  url?: string | null | undefined;
@@ -15144,12 +15236,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15144
15236
  } | null | undefined;
15145
15237
  pf_targetRestaurant?: {
15146
15238
  channel?: string | null | undefined;
15147
- machineId?: string | null | undefined;
15148
- catalogId?: string | null | undefined;
15149
15239
  customAttributes?: Record<string, any> | null | undefined;
15150
15240
  takeaway?: {
15151
15241
  catalogId?: string | null | undefined;
15152
15242
  } | null | undefined;
15243
+ machineId?: string | null | undefined;
15244
+ catalogId?: string | null | undefined;
15153
15245
  inHouseDelivery?: {
15154
15246
  taxes?: Record<string, {
15155
15247
  inclusive: boolean;
@@ -15281,6 +15373,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15281
15373
  acceptQueue?: boolean | null | undefined;
15282
15374
  anonymousOrder: boolean;
15283
15375
  } | null | undefined;
15376
+ driveThru?: {
15377
+ catalogId?: string | null | undefined;
15378
+ enabled: boolean;
15379
+ } | null | undefined;
15284
15380
  pf_business?: {
15285
15381
  internal?: boolean | null | undefined;
15286
15382
  url?: string | null | undefined;
@@ -15521,6 +15617,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15521
15617
  }[] | null | undefined;
15522
15618
  target: "BILL";
15523
15619
  } | {
15620
+ excludeAddonPrice?: boolean | null | undefined;
15524
15621
  minPurchase?: {
15525
15622
  amount: number;
15526
15623
  precision: number;
@@ -15529,7 +15626,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15529
15626
  productId: string;
15530
15627
  }[] | null | undefined;
15531
15628
  maxQuantity?: number | null | undefined;
15532
- excludeAddonPrice?: boolean | null | undefined;
15533
15629
  target: "ITEM";
15534
15630
  strategy: {
15535
15631
  withAddons?: string[] | null | undefined;
@@ -15682,6 +15778,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15682
15778
  }[] | null | undefined;
15683
15779
  target: "BILL";
15684
15780
  } | {
15781
+ excludeAddonPrice?: boolean | null | undefined;
15685
15782
  minPurchase?: {
15686
15783
  amount: number;
15687
15784
  precision: number;
@@ -15690,7 +15787,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15690
15787
  productId: string;
15691
15788
  }[] | null | undefined;
15692
15789
  maxQuantity?: number | null | undefined;
15693
- excludeAddonPrice?: boolean | null | undefined;
15694
15790
  target: "ITEM";
15695
15791
  strategy: {
15696
15792
  withAddons?: string[] | null | undefined;
@@ -15806,6 +15902,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15806
15902
  }[] | null | undefined;
15807
15903
  target: "BILL";
15808
15904
  } | {
15905
+ excludeAddonPrice?: boolean | null | undefined;
15809
15906
  minPurchase?: {
15810
15907
  amount: number;
15811
15908
  precision: number;
@@ -15814,7 +15911,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15814
15911
  productId: string;
15815
15912
  }[] | null | undefined;
15816
15913
  maxQuantity?: number | null | undefined;
15817
- excludeAddonPrice?: boolean | null | undefined;
15818
15914
  target: "ITEM";
15819
15915
  strategy: {
15820
15916
  withAddons?: string[] | null | undefined;
@@ -15882,12 +15978,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15882
15978
  restaurant?: string | null | undefined;
15883
15979
  pf_restaurant?: {
15884
15980
  channel?: string | null | undefined;
15885
- machineId?: string | null | undefined;
15886
- catalogId?: string | null | undefined;
15887
15981
  customAttributes?: Record<string, any> | null | undefined;
15888
15982
  takeaway?: {
15889
15983
  catalogId?: string | null | undefined;
15890
15984
  } | null | undefined;
15985
+ machineId?: string | null | undefined;
15986
+ catalogId?: string | null | undefined;
15891
15987
  inHouseDelivery?: {
15892
15988
  taxes?: Record<string, {
15893
15989
  inclusive: boolean;
@@ -16019,6 +16115,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16019
16115
  acceptQueue?: boolean | null | undefined;
16020
16116
  anonymousOrder: boolean;
16021
16117
  } | null | undefined;
16118
+ driveThru?: {
16119
+ catalogId?: string | null | undefined;
16120
+ enabled: boolean;
16121
+ } | null | undefined;
16022
16122
  pf_business?: {
16023
16123
  internal?: boolean | null | undefined;
16024
16124
  url?: string | null | undefined;
@@ -16239,12 +16339,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16239
16339
  appliedAt?: string | null | undefined;
16240
16340
  pf_restaurant?: {
16241
16341
  channel?: string | null | undefined;
16242
- machineId?: string | null | undefined;
16243
- catalogId?: string | null | undefined;
16244
16342
  customAttributes?: Record<string, any> | null | undefined;
16245
16343
  takeaway?: {
16246
16344
  catalogId?: string | null | undefined;
16247
16345
  } | null | undefined;
16346
+ machineId?: string | null | undefined;
16347
+ catalogId?: string | null | undefined;
16248
16348
  inHouseDelivery?: {
16249
16349
  taxes?: Record<string, {
16250
16350
  inclusive: boolean;
@@ -16376,6 +16476,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16376
16476
  acceptQueue?: boolean | null | undefined;
16377
16477
  anonymousOrder: boolean;
16378
16478
  } | null | undefined;
16479
+ driveThru?: {
16480
+ catalogId?: string | null | undefined;
16481
+ enabled: boolean;
16482
+ } | null | undefined;
16379
16483
  pf_business?: {
16380
16484
  internal?: boolean | null | undefined;
16381
16485
  url?: string | null | undefined;
@@ -16688,12 +16792,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16688
16792
  } | null | undefined;
16689
16793
  pf_targetRestaurant?: {
16690
16794
  channel?: string | null | undefined;
16691
- machineId?: string | null | undefined;
16692
- catalogId?: string | null | undefined;
16693
16795
  customAttributes?: Record<string, any> | null | undefined;
16694
16796
  takeaway?: {
16695
16797
  catalogId?: string | null | undefined;
16696
16798
  } | null | undefined;
16799
+ machineId?: string | null | undefined;
16800
+ catalogId?: string | null | undefined;
16697
16801
  inHouseDelivery?: {
16698
16802
  taxes?: Record<string, {
16699
16803
  inclusive: boolean;
@@ -16825,6 +16929,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16825
16929
  acceptQueue?: boolean | null | undefined;
16826
16930
  anonymousOrder: boolean;
16827
16931
  } | null | undefined;
16932
+ driveThru?: {
16933
+ catalogId?: string | null | undefined;
16934
+ enabled: boolean;
16935
+ } | null | undefined;
16828
16936
  pf_business?: {
16829
16937
  internal?: boolean | null | undefined;
16830
16938
  url?: string | null | undefined;
@@ -17065,6 +17173,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17065
17173
  }[] | null | undefined;
17066
17174
  target: "BILL";
17067
17175
  } | {
17176
+ excludeAddonPrice?: boolean | null | undefined;
17068
17177
  minPurchase?: {
17069
17178
  amount: number;
17070
17179
  precision: number;
@@ -17073,7 +17182,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17073
17182
  productId: string;
17074
17183
  }[] | null | undefined;
17075
17184
  maxQuantity?: number | null | undefined;
17076
- excludeAddonPrice?: boolean | null | undefined;
17077
17185
  target: "ITEM";
17078
17186
  strategy: {
17079
17187
  withAddons?: string[] | null | undefined;
@@ -17226,6 +17334,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17226
17334
  }[] | null | undefined;
17227
17335
  target: "BILL";
17228
17336
  } | {
17337
+ excludeAddonPrice?: boolean | null | undefined;
17229
17338
  minPurchase?: {
17230
17339
  amount: number;
17231
17340
  precision: number;
@@ -17234,7 +17343,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17234
17343
  productId: string;
17235
17344
  }[] | null | undefined;
17236
17345
  maxQuantity?: number | null | undefined;
17237
- excludeAddonPrice?: boolean | null | undefined;
17238
17346
  target: "ITEM";
17239
17347
  strategy: {
17240
17348
  withAddons?: string[] | null | undefined;
@@ -17350,6 +17458,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17350
17458
  }[] | null | undefined;
17351
17459
  target: "BILL";
17352
17460
  } | {
17461
+ excludeAddonPrice?: boolean | null | undefined;
17353
17462
  minPurchase?: {
17354
17463
  amount: number;
17355
17464
  precision: number;
@@ -17358,7 +17467,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17358
17467
  productId: string;
17359
17468
  }[] | null | undefined;
17360
17469
  maxQuantity?: number | null | undefined;
17361
- excludeAddonPrice?: boolean | null | undefined;
17362
17470
  target: "ITEM";
17363
17471
  strategy: {
17364
17472
  withAddons?: string[] | null | undefined;
@@ -17426,12 +17534,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17426
17534
  restaurant?: string | null | undefined;
17427
17535
  pf_restaurant?: {
17428
17536
  channel?: string | null | undefined;
17429
- machineId?: string | null | undefined;
17430
- catalogId?: string | null | undefined;
17431
17537
  customAttributes?: Record<string, any> | null | undefined;
17432
17538
  takeaway?: {
17433
17539
  catalogId?: string | null | undefined;
17434
17540
  } | null | undefined;
17541
+ machineId?: string | null | undefined;
17542
+ catalogId?: string | null | undefined;
17435
17543
  inHouseDelivery?: {
17436
17544
  taxes?: Record<string, {
17437
17545
  inclusive: boolean;
@@ -17563,6 +17671,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17563
17671
  acceptQueue?: boolean | null | undefined;
17564
17672
  anonymousOrder: boolean;
17565
17673
  } | null | undefined;
17674
+ driveThru?: {
17675
+ catalogId?: string | null | undefined;
17676
+ enabled: boolean;
17677
+ } | null | undefined;
17566
17678
  pf_business?: {
17567
17679
  internal?: boolean | null | undefined;
17568
17680
  url?: string | null | undefined;
@@ -17783,12 +17895,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17783
17895
  appliedAt?: string | null | undefined;
17784
17896
  pf_restaurant?: {
17785
17897
  channel?: string | null | undefined;
17786
- machineId?: string | null | undefined;
17787
- catalogId?: string | null | undefined;
17788
17898
  customAttributes?: Record<string, any> | null | undefined;
17789
17899
  takeaway?: {
17790
17900
  catalogId?: string | null | undefined;
17791
17901
  } | null | undefined;
17902
+ machineId?: string | null | undefined;
17903
+ catalogId?: string | null | undefined;
17792
17904
  inHouseDelivery?: {
17793
17905
  taxes?: Record<string, {
17794
17906
  inclusive: boolean;
@@ -17920,6 +18032,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17920
18032
  acceptQueue?: boolean | null | undefined;
17921
18033
  anonymousOrder: boolean;
17922
18034
  } | null | undefined;
18035
+ driveThru?: {
18036
+ catalogId?: string | null | undefined;
18037
+ enabled: boolean;
18038
+ } | null | undefined;
17923
18039
  pf_business?: {
17924
18040
  internal?: boolean | null | undefined;
17925
18041
  url?: string | null | undefined;
@@ -18232,12 +18348,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18232
18348
  } | null | undefined;
18233
18349
  pf_targetRestaurant?: {
18234
18350
  channel?: string | null | undefined;
18235
- machineId?: string | null | undefined;
18236
- catalogId?: string | null | undefined;
18237
18351
  customAttributes?: Record<string, any> | null | undefined;
18238
18352
  takeaway?: {
18239
18353
  catalogId?: string | null | undefined;
18240
18354
  } | null | undefined;
18355
+ machineId?: string | null | undefined;
18356
+ catalogId?: string | null | undefined;
18241
18357
  inHouseDelivery?: {
18242
18358
  taxes?: Record<string, {
18243
18359
  inclusive: boolean;
@@ -18369,6 +18485,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18369
18485
  acceptQueue?: boolean | null | undefined;
18370
18486
  anonymousOrder: boolean;
18371
18487
  } | null | undefined;
18488
+ driveThru?: {
18489
+ catalogId?: string | null | undefined;
18490
+ enabled: boolean;
18491
+ } | null | undefined;
18372
18492
  pf_business?: {
18373
18493
  internal?: boolean | null | undefined;
18374
18494
  url?: string | null | undefined;
@@ -18609,6 +18729,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18609
18729
  }[] | null | undefined;
18610
18730
  target: "BILL";
18611
18731
  } | {
18732
+ excludeAddonPrice?: boolean | null | undefined;
18612
18733
  minPurchase?: {
18613
18734
  amount: number;
18614
18735
  precision: number;
@@ -18617,7 +18738,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18617
18738
  productId: string;
18618
18739
  }[] | null | undefined;
18619
18740
  maxQuantity?: number | null | undefined;
18620
- excludeAddonPrice?: boolean | null | undefined;
18621
18741
  target: "ITEM";
18622
18742
  strategy: {
18623
18743
  withAddons?: string[] | null | undefined;
@@ -18673,7 +18793,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18673
18793
  }[];
18674
18794
  }>;
18675
18795
  export declare const KioskMembershipDto: z.ZodObject<{
18676
- benefits: z.ZodArray<z.ZodObject<{
18796
+ benefits: z.ZodArray<z.ZodObject<z.extendShape<{
18677
18797
  _id: z.ZodEffects<z.ZodString, string, string>;
18678
18798
  options: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
18679
18799
  type: z.ZodEnum<["BASIC", "VOUCHER"]>;
@@ -18875,6 +18995,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
18875
18995
  maxQuantity: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
18876
18996
  excludeAddonPrice: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
18877
18997
  }>, "strip", z.ZodTypeAny, {
18998
+ excludeAddonPrice?: boolean | null | undefined;
18878
18999
  minPurchase?: {
18879
19000
  amount: number;
18880
19001
  precision: number;
@@ -18883,7 +19004,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
18883
19004
  productId: string;
18884
19005
  }[] | null | undefined;
18885
19006
  maxQuantity?: number | null | undefined;
18886
- excludeAddonPrice?: boolean | null | undefined;
18887
19007
  target: "ITEM";
18888
19008
  strategy: {
18889
19009
  withAddons?: string[] | null | undefined;
@@ -18913,6 +19033,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
18913
19033
  };
18914
19034
  targetIds: string[];
18915
19035
  }, {
19036
+ excludeAddonPrice?: boolean | null | undefined;
18916
19037
  minPurchase?: {
18917
19038
  amount: number;
18918
19039
  precision: number;
@@ -18921,7 +19042,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
18921
19042
  productId: string;
18922
19043
  }[] | null | undefined;
18923
19044
  maxQuantity?: number | null | undefined;
18924
- excludeAddonPrice?: boolean | null | undefined;
18925
19045
  target: "ITEM";
18926
19046
  strategy: {
18927
19047
  withAddons?: string[] | null | undefined;
@@ -19008,6 +19128,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19008
19128
  }[] | null | undefined;
19009
19129
  target: "BILL";
19010
19130
  } | {
19131
+ excludeAddonPrice?: boolean | null | undefined;
19011
19132
  minPurchase?: {
19012
19133
  amount: number;
19013
19134
  precision: number;
@@ -19016,7 +19137,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19016
19137
  productId: string;
19017
19138
  }[] | null | undefined;
19018
19139
  maxQuantity?: number | null | undefined;
19019
- excludeAddonPrice?: boolean | null | undefined;
19020
19140
  target: "ITEM";
19021
19141
  strategy: {
19022
19142
  withAddons?: string[] | null | undefined;
@@ -19080,6 +19200,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19080
19200
  }[] | null | undefined;
19081
19201
  target: "BILL";
19082
19202
  } | {
19203
+ excludeAddonPrice?: boolean | null | undefined;
19083
19204
  minPurchase?: {
19084
19205
  amount: number;
19085
19206
  precision: number;
@@ -19088,7 +19209,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19088
19209
  productId: string;
19089
19210
  }[] | null | undefined;
19090
19211
  maxQuantity?: number | null | undefined;
19091
- excludeAddonPrice?: boolean | null | undefined;
19092
19212
  target: "ITEM";
19093
19213
  strategy: {
19094
19214
  withAddons?: string[] | null | undefined;
@@ -19283,6 +19403,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19283
19403
  }[] | null | undefined;
19284
19404
  target: "BILL";
19285
19405
  } | {
19406
+ excludeAddonPrice?: boolean | null | undefined;
19286
19407
  minPurchase?: {
19287
19408
  amount: number;
19288
19409
  precision: number;
@@ -19291,7 +19412,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19291
19412
  productId: string;
19292
19413
  }[] | null | undefined;
19293
19414
  maxQuantity?: number | null | undefined;
19294
- excludeAddonPrice?: boolean | null | undefined;
19295
19415
  target: "ITEM";
19296
19416
  strategy: {
19297
19417
  withAddons?: string[] | null | undefined;
@@ -19378,6 +19498,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19378
19498
  }[] | null | undefined;
19379
19499
  target: "BILL";
19380
19500
  } | {
19501
+ excludeAddonPrice?: boolean | null | undefined;
19381
19502
  minPurchase?: {
19382
19503
  amount: number;
19383
19504
  precision: number;
@@ -19386,7 +19507,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19386
19507
  productId: string;
19387
19508
  }[] | null | undefined;
19388
19509
  maxQuantity?: number | null | undefined;
19389
- excludeAddonPrice?: boolean | null | undefined;
19390
19510
  target: "ITEM";
19391
19511
  strategy: {
19392
19512
  withAddons?: string[] | null | undefined;
@@ -19497,7 +19617,9 @@ export declare const KioskMembershipDto: z.ZodObject<{
19497
19617
  hide: boolean;
19498
19618
  disable: boolean;
19499
19619
  }>>>;
19500
- }, "strip", z.ZodTypeAny, {
19620
+ }, {
19621
+ _id: z.ZodString;
19622
+ }>, "strip", z.ZodTypeAny, {
19501
19623
  image?: string | null | undefined;
19502
19624
  description?: string | null | undefined;
19503
19625
  maxLevel?: number | null | undefined;
@@ -19550,6 +19672,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19550
19672
  }[] | null | undefined;
19551
19673
  target: "BILL";
19552
19674
  } | {
19675
+ excludeAddonPrice?: boolean | null | undefined;
19553
19676
  minPurchase?: {
19554
19677
  amount: number;
19555
19678
  precision: number;
@@ -19558,7 +19681,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19558
19681
  productId: string;
19559
19682
  }[] | null | undefined;
19560
19683
  maxQuantity?: number | null | undefined;
19561
- excludeAddonPrice?: boolean | null | undefined;
19562
19684
  target: "ITEM";
19563
19685
  strategy: {
19564
19686
  withAddons?: string[] | null | undefined;
@@ -19672,6 +19794,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19672
19794
  }[] | null | undefined;
19673
19795
  target: "BILL";
19674
19796
  } | {
19797
+ excludeAddonPrice?: boolean | null | undefined;
19675
19798
  minPurchase?: {
19676
19799
  amount: number;
19677
19800
  precision: number;
@@ -19680,7 +19803,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19680
19803
  productId: string;
19681
19804
  }[] | null | undefined;
19682
19805
  maxQuantity?: number | null | undefined;
19683
- excludeAddonPrice?: boolean | null | undefined;
19684
19806
  target: "ITEM";
19685
19807
  strategy: {
19686
19808
  withAddons?: string[] | null | undefined;
@@ -19798,6 +19920,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19798
19920
  }[] | null | undefined;
19799
19921
  target: "BILL";
19800
19922
  } | {
19923
+ excludeAddonPrice?: boolean | null | undefined;
19801
19924
  minPurchase?: {
19802
19925
  amount: number;
19803
19926
  precision: number;
@@ -19806,7 +19929,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19806
19929
  productId: string;
19807
19930
  }[] | null | undefined;
19808
19931
  maxQuantity?: number | null | undefined;
19809
- excludeAddonPrice?: boolean | null | undefined;
19810
19932
  target: "ITEM";
19811
19933
  strategy: {
19812
19934
  withAddons?: string[] | null | undefined;
@@ -19923,6 +20045,7 @@ export declare const KioskMembershipDto: z.ZodObject<{
19923
20045
  }[] | null | undefined;
19924
20046
  target: "BILL";
19925
20047
  } | {
20048
+ excludeAddonPrice?: boolean | null | undefined;
19926
20049
  minPurchase?: {
19927
20050
  amount: number;
19928
20051
  precision: number;
@@ -19931,7 +20054,6 @@ export declare const KioskMembershipDto: z.ZodObject<{
19931
20054
  productId: string;
19932
20055
  }[] | null | undefined;
19933
20056
  maxQuantity?: number | null | undefined;
19934
- excludeAddonPrice?: boolean | null | undefined;
19935
20057
  target: "ITEM";
19936
20058
  strategy: {
19937
20059
  withAddons?: string[] | null | undefined;