@feedmepos/mf-order-setting 0.0.43 → 0.0.45

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 (91) hide show
  1. package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
  3. package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
  4. package/dist/KioskView-CN-Dk8fn.js +448 -0
  5. package/dist/{OrderSettingsView-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
  6. package/dist/{app-Db1lhCv7.js → app-BK8d3ff5.js} +115 -43
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
  10. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  11. package/dist/frontend/mf-order/src/app.d.ts +72 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +72 -0
  13. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
  14. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
  15. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
  16. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
  20. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
  21. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
  22. package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
  23. package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
  24. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
  26. package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
  27. package/dist/package/entity/booking/booking.do.d.ts +168 -2368
  28. package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
  29. package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
  30. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
  31. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
  32. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
  33. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
  34. package/dist/package/entity/index.d.ts +2 -0
  35. package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
  36. package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
  37. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
  38. package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
  39. package/dist/package/entity/order/order.do.d.ts +8 -0
  40. package/dist/package/entity/order/order.dto.d.ts +390 -974
  41. package/dist/package/entity/order/order.enum.d.ts +2 -0
  42. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
  43. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
  44. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
  46. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
  47. package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
  48. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
  49. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  50. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
  51. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
  52. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
  53. package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
  54. package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
  55. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
  56. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  57. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  58. package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
  59. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
  60. package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
  61. package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
  62. package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
  63. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
  64. package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
  65. package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
  66. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
  67. package/dist/package/entity/queue/queue.dto.d.ts +76 -14
  68. package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
  69. package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
  70. package/package.json +3 -3
  71. package/src/api/remoteOrder/index.ts +13 -2
  72. package/src/api/restaurant-setting/index.ts +6 -0
  73. package/src/locales/en-US.json +24 -0
  74. package/src/locales/th-TH.json +24 -0
  75. package/src/locales/zh-CN.json +24 -0
  76. package/src/modules/kiosk/interface.ts +1 -0
  77. package/src/stores/kiosk/mapper.ts +1 -0
  78. package/src/stores/order-setting/mapper.ts +20 -33
  79. package/src/stores/restaurant/index.ts +7 -3
  80. package/src/views/all-orders/FilterStatus.vue +1 -1
  81. package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
  82. package/src/views/order-settings/OrderSettingsView.vue +13 -5
  83. package/src/views/order-settings/delivery/DeliverySetting.vue +10 -5
  84. package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
  85. package/src/views/order-settings/delivery/delivery.data.ts +7 -4
  86. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  87. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  88. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  89. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  90. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  91. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -4584,7 +4584,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4584
4584
  taxCode: string;
4585
4585
  systemCode: string;
4586
4586
  }> | null | undefined;
4587
- autoAccept?: boolean | null | undefined;
4588
4587
  deliveryTime?: {
4589
4588
  time?: string[] | null | undefined;
4590
4589
  custom?: {
@@ -4648,6 +4647,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4648
4647
  name: string;
4649
4648
  instruction: string;
4650
4649
  }[] | null | undefined;
4650
+ autoAccept?: boolean | null | undefined;
4651
4651
  autoAcceptPaidOnly?: boolean | null | undefined;
4652
4652
  ignoreStock?: boolean | null | undefined;
4653
4653
  catalogId: string | null;
@@ -4677,7 +4677,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4677
4677
  taxCode: string;
4678
4678
  systemCode: string;
4679
4679
  }> | null | undefined;
4680
- autoAccept?: boolean | null | undefined;
4681
4680
  deliveryTime?: {
4682
4681
  time?: string[] | null | undefined;
4683
4682
  custom?: {
@@ -4741,6 +4740,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4741
4740
  name: string;
4742
4741
  instruction: string;
4743
4742
  }[] | null | undefined;
4743
+ autoAccept?: boolean | null | undefined;
4744
4744
  autoAcceptPaidOnly?: boolean | null | undefined;
4745
4745
  ignoreStock?: boolean | null | undefined;
4746
4746
  catalogId: string | null;
@@ -4775,256 +4775,17 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4775
4775
  }, "strip", z.ZodTypeAny, {
4776
4776
  instruction?: string | null | undefined;
4777
4777
  catalogId?: string | null | undefined;
4778
- autoAccept?: boolean | null | undefined;
4779
4778
  term?: string | null | undefined;
4779
+ autoAccept?: boolean | null | undefined;
4780
4780
  ignoreStock?: boolean | null | undefined;
4781
4781
  enable: boolean;
4782
4782
  }, {
4783
4783
  instruction?: string | null | undefined;
4784
4784
  catalogId?: string | null | undefined;
4785
- autoAccept?: boolean | null | undefined;
4786
4785
  term?: string | null | undefined;
4787
- ignoreStock?: boolean | null | undefined;
4788
- enable: boolean;
4789
- }>>>;
4790
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
4791
- enable: z.ZodBoolean;
4792
- }, {
4793
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4794
- remoteId: z.ZodString;
4795
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4796
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4797
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4798
- autoCloseBill: z.ZodBoolean;
4799
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4800
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4801
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4802
- commissionRate: z.ZodNumber;
4803
- discountCampaigns: z.ZodArray<z.ZodObject<{
4804
- name: z.ZodString;
4805
- vendorBearPercentage: z.ZodNumber;
4806
- date: z.ZodObject<{
4807
- start: z.ZodString;
4808
- end: z.ZodString;
4809
- }, "strip", z.ZodTypeAny, {
4810
- end: string;
4811
- start: string;
4812
- }, {
4813
- end: string;
4814
- start: string;
4815
- }>;
4816
- }, "strip", z.ZodTypeAny, {
4817
- name: string;
4818
- date: {
4819
- end: string;
4820
- start: string;
4821
- };
4822
- vendorBearPercentage: number;
4823
- }, {
4824
- name: string;
4825
- date: {
4826
- end: string;
4827
- start: string;
4828
- };
4829
- vendorBearPercentage: number;
4830
- }>, "many">;
4831
- }, "strip", z.ZodTypeAny, {
4832
- commissionRate: number;
4833
- discountCampaigns: {
4834
- name: string;
4835
- date: {
4836
- end: string;
4837
- start: string;
4838
- };
4839
- vendorBearPercentage: number;
4840
- }[];
4841
- }, {
4842
- commissionRate: number;
4843
- discountCampaigns: {
4844
- name: string;
4845
- date: {
4846
- end: string;
4847
- start: string;
4848
- };
4849
- vendorBearPercentage: number;
4850
- }[];
4851
- }>>>;
4852
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4853
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4854
- }>, "strip", z.ZodTypeAny, {
4855
- _id?: string | undefined;
4856
- ignoreDiscount?: boolean | null | undefined;
4857
- catalogId?: string | null | undefined;
4858
- commissionRate?: number | null | undefined;
4859
- lastSynchronize?: string | null | undefined;
4860
- showProductAddon?: boolean | null | undefined;
4861
- autoAccept?: boolean | null | undefined;
4862
- reportConfig?: {
4863
- commissionRate: number;
4864
- discountCampaigns: {
4865
- name: string;
4866
- date: {
4867
- end: string;
4868
- start: string;
4869
- };
4870
- vendorBearPercentage: number;
4871
- }[];
4872
- } | null | undefined;
4873
- hasSst?: boolean | null | undefined;
4874
- enable: boolean;
4875
- remoteId: string;
4876
- autoCloseBill: boolean;
4877
- }, {
4878
- _id?: string | undefined;
4879
- ignoreDiscount?: boolean | null | undefined;
4880
- catalogId?: string | null | undefined;
4881
- commissionRate?: number | null | undefined;
4882
- lastSynchronize?: string | null | undefined;
4883
- showProductAddon?: boolean | null | undefined;
4884
4786
  autoAccept?: boolean | null | undefined;
4885
- reportConfig?: {
4886
- commissionRate: number;
4887
- discountCampaigns: {
4888
- name: string;
4889
- date: {
4890
- end: string;
4891
- start: string;
4892
- };
4893
- vendorBearPercentage: number;
4894
- }[];
4895
- } | null | undefined;
4896
- hasSst?: boolean | null | undefined;
4897
- enable: boolean;
4898
- remoteId: string;
4899
- autoCloseBill: boolean;
4900
- }>>>;
4901
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
4902
- enable: z.ZodBoolean;
4903
- }, {
4904
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4905
- merchantID: z.ZodString;
4906
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4907
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4908
- commissionRate: z.ZodNumber;
4909
- autoCloseBill: z.ZodBoolean;
4910
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4911
- }>, "strip", z.ZodTypeAny, {
4912
- _id?: string | undefined;
4913
- catalogId?: string | null | undefined;
4914
- lastSynchronize?: string | null | undefined;
4915
- showProductAddon?: boolean | null | undefined;
4916
- enable: boolean;
4917
- commissionRate: number;
4918
- autoCloseBill: boolean;
4919
- merchantID: string;
4920
- }, {
4921
- _id?: string | undefined;
4922
- catalogId?: string | null | undefined;
4923
- lastSynchronize?: string | null | undefined;
4924
- showProductAddon?: boolean | null | undefined;
4925
- enable: boolean;
4926
- commissionRate: number;
4927
- autoCloseBill: boolean;
4928
- merchantID: string;
4929
- }>>>;
4930
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
4931
- enable: z.ZodBoolean;
4932
- }, {
4933
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4934
- storeID: z.ZodString;
4935
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4936
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4937
- autoCloseBill: z.ZodBoolean;
4938
- reportConfig: z.ZodObject<{
4939
- commissionRate: z.ZodNumber;
4940
- discountCampaigns: z.ZodArray<z.ZodObject<{
4941
- name: z.ZodString;
4942
- vendorBearPercentage: z.ZodNumber;
4943
- date: z.ZodObject<{
4944
- start: z.ZodString;
4945
- end: z.ZodString;
4946
- }, "strip", z.ZodTypeAny, {
4947
- end: string;
4948
- start: string;
4949
- }, {
4950
- end: string;
4951
- start: string;
4952
- }>;
4953
- }, "strip", z.ZodTypeAny, {
4954
- name: string;
4955
- date: {
4956
- end: string;
4957
- start: string;
4958
- };
4959
- vendorBearPercentage: number;
4960
- }, {
4961
- name: string;
4962
- date: {
4963
- end: string;
4964
- start: string;
4965
- };
4966
- vendorBearPercentage: number;
4967
- }>, "many">;
4968
- }, "strip", z.ZodTypeAny, {
4969
- commissionRate: number;
4970
- discountCampaigns: {
4971
- name: string;
4972
- date: {
4973
- end: string;
4974
- start: string;
4975
- };
4976
- vendorBearPercentage: number;
4977
- }[];
4978
- }, {
4979
- commissionRate: number;
4980
- discountCampaigns: {
4981
- name: string;
4982
- date: {
4983
- end: string;
4984
- start: string;
4985
- };
4986
- vendorBearPercentage: number;
4987
- }[];
4988
- }>;
4989
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4990
- }>, "strip", z.ZodTypeAny, {
4991
- _id?: string | undefined;
4992
- catalogId?: string | null | undefined;
4993
- lastSynchronize?: string | null | undefined;
4994
- showProductAddon?: boolean | null | undefined;
4995
- enable: boolean;
4996
- autoCloseBill: boolean;
4997
- reportConfig: {
4998
- commissionRate: number;
4999
- discountCampaigns: {
5000
- name: string;
5001
- date: {
5002
- end: string;
5003
- start: string;
5004
- };
5005
- vendorBearPercentage: number;
5006
- }[];
5007
- };
5008
- storeID: string;
5009
- }, {
5010
- _id?: string | undefined;
5011
- catalogId?: string | null | undefined;
5012
- lastSynchronize?: string | null | undefined;
5013
- showProductAddon?: boolean | null | undefined;
4787
+ ignoreStock?: boolean | null | undefined;
5014
4788
  enable: boolean;
5015
- autoCloseBill: boolean;
5016
- reportConfig: {
5017
- commissionRate: number;
5018
- discountCampaigns: {
5019
- name: string;
5020
- date: {
5021
- end: string;
5022
- start: string;
5023
- };
5024
- vendorBearPercentage: number;
5025
- }[];
5026
- };
5027
- storeID: string;
5028
4789
  }>>>;
5029
4790
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5030
4791
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -5096,12 +4857,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5096
4857
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5097
4858
  }, "strip", z.ZodTypeAny, {
5098
4859
  catalogId?: string | null | undefined;
5099
- autoAccept?: boolean | null | undefined;
5100
4860
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5101
4861
  offlinePaymentTypes?: {
5102
4862
  name: string;
5103
4863
  instruction: string;
5104
4864
  }[] | null | undefined;
4865
+ autoAccept?: boolean | null | undefined;
5105
4866
  autoAcceptPaidOnly?: boolean | null | undefined;
5106
4867
  ignoreStock?: boolean | null | undefined;
5107
4868
  pickupTime?: {
@@ -5120,12 +4881,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5120
4881
  } | null | undefined;
5121
4882
  }, {
5122
4883
  catalogId?: string | null | undefined;
5123
- autoAccept?: boolean | null | undefined;
5124
4884
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5125
4885
  offlinePaymentTypes?: {
5126
4886
  name: string;
5127
4887
  instruction: string;
5128
4888
  }[] | null | undefined;
4889
+ autoAccept?: boolean | null | undefined;
5129
4890
  autoAcceptPaidOnly?: boolean | null | undefined;
5130
4891
  ignoreStock?: boolean | null | undefined;
5131
4892
  pickupTime?: {
@@ -5246,6 +5007,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5246
5007
  mapLineColor?: number | null | undefined;
5247
5008
  }>>>;
5248
5009
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5010
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5011
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5012
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5249
5013
  }, "strip", z.ZodTypeAny, {
5250
5014
  channel?: string | null | undefined;
5251
5015
  machineId?: string | null | undefined;
@@ -5260,7 +5024,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5260
5024
  taxCode: string;
5261
5025
  systemCode: string;
5262
5026
  }> | null | undefined;
5263
- autoAccept?: boolean | null | undefined;
5264
5027
  deliveryTime?: {
5265
5028
  time?: string[] | null | undefined;
5266
5029
  custom?: {
@@ -5324,6 +5087,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5324
5087
  name: string;
5325
5088
  instruction: string;
5326
5089
  }[] | null | undefined;
5090
+ autoAccept?: boolean | null | undefined;
5327
5091
  autoAcceptPaidOnly?: boolean | null | undefined;
5328
5092
  ignoreStock?: boolean | null | undefined;
5329
5093
  catalogId: string | null;
@@ -5350,12 +5114,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5350
5114
  } | null | undefined;
5351
5115
  pickup?: {
5352
5116
  catalogId?: string | null | undefined;
5353
- autoAccept?: boolean | null | undefined;
5354
5117
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5355
5118
  offlinePaymentTypes?: {
5356
5119
  name: string;
5357
5120
  instruction: string;
5358
5121
  }[] | null | undefined;
5122
+ autoAccept?: boolean | null | undefined;
5359
5123
  autoAcceptPaidOnly?: boolean | null | undefined;
5360
5124
  ignoreStock?: boolean | null | undefined;
5361
5125
  pickupTime?: {
@@ -5463,64 +5227,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5463
5227
  feedmeDelivery?: {
5464
5228
  instruction?: string | null | undefined;
5465
5229
  catalogId?: string | null | undefined;
5466
- autoAccept?: boolean | null | undefined;
5467
5230
  term?: string | null | undefined;
5468
- ignoreStock?: boolean | null | undefined;
5469
- enable: boolean;
5470
- } | null | undefined;
5471
- foodpandaDelivery?: {
5472
- _id?: string | undefined;
5473
- ignoreDiscount?: boolean | null | undefined;
5474
- catalogId?: string | null | undefined;
5475
- commissionRate?: number | null | undefined;
5476
- lastSynchronize?: string | null | undefined;
5477
- showProductAddon?: boolean | null | undefined;
5478
5231
  autoAccept?: boolean | null | undefined;
5479
- reportConfig?: {
5480
- commissionRate: number;
5481
- discountCampaigns: {
5482
- name: string;
5483
- date: {
5484
- end: string;
5485
- start: string;
5486
- };
5487
- vendorBearPercentage: number;
5488
- }[];
5489
- } | null | undefined;
5490
- hasSst?: boolean | null | undefined;
5491
- enable: boolean;
5492
- remoteId: string;
5493
- autoCloseBill: boolean;
5494
- } | null | undefined;
5495
- grabfoodDelivery?: {
5496
- _id?: string | undefined;
5497
- catalogId?: string | null | undefined;
5498
- lastSynchronize?: string | null | undefined;
5499
- showProductAddon?: boolean | null | undefined;
5500
- enable: boolean;
5501
- commissionRate: number;
5502
- autoCloseBill: boolean;
5503
- merchantID: string;
5504
- } | null | undefined;
5505
- shopeefoodDelivery?: {
5506
- _id?: string | undefined;
5507
- catalogId?: string | null | undefined;
5508
- lastSynchronize?: string | null | undefined;
5509
- showProductAddon?: boolean | null | undefined;
5232
+ ignoreStock?: boolean | null | undefined;
5510
5233
  enable: boolean;
5511
- autoCloseBill: boolean;
5512
- reportConfig: {
5513
- commissionRate: number;
5514
- discountCampaigns: {
5515
- name: string;
5516
- date: {
5517
- end: string;
5518
- start: string;
5519
- };
5520
- vendorBearPercentage: number;
5521
- }[];
5522
- };
5523
- storeID: string;
5524
5234
  } | null | undefined;
5525
5235
  couchDbPassword?: string | null | undefined;
5526
5236
  apiToken?: string | null | undefined;
@@ -5545,6 +5255,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5545
5255
  mapBorderColor?: number | null | undefined;
5546
5256
  mapLineColor?: number | null | undefined;
5547
5257
  } | null | undefined;
5258
+ foodpandaDelivery?: any;
5259
+ grabfoodDelivery?: any;
5260
+ shopeefoodDelivery?: any;
5548
5261
  _id: string;
5549
5262
  expiredAt: string;
5550
5263
  businessId: string;
@@ -5639,7 +5352,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5639
5352
  taxCode: string;
5640
5353
  systemCode: string;
5641
5354
  }> | null | undefined;
5642
- autoAccept?: boolean | null | undefined;
5643
5355
  deliveryTime?: {
5644
5356
  time?: string[] | null | undefined;
5645
5357
  custom?: {
@@ -5703,6 +5415,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5703
5415
  name: string;
5704
5416
  instruction: string;
5705
5417
  }[] | null | undefined;
5418
+ autoAccept?: boolean | null | undefined;
5706
5419
  autoAcceptPaidOnly?: boolean | null | undefined;
5707
5420
  ignoreStock?: boolean | null | undefined;
5708
5421
  catalogId: string | null;
@@ -5729,12 +5442,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5729
5442
  } | null | undefined;
5730
5443
  pickup?: {
5731
5444
  catalogId?: string | null | undefined;
5732
- autoAccept?: boolean | null | undefined;
5733
5445
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5734
5446
  offlinePaymentTypes?: {
5735
5447
  name: string;
5736
5448
  instruction: string;
5737
5449
  }[] | null | undefined;
5450
+ autoAccept?: boolean | null | undefined;
5738
5451
  autoAcceptPaidOnly?: boolean | null | undefined;
5739
5452
  ignoreStock?: boolean | null | undefined;
5740
5453
  pickupTime?: {
@@ -5842,64 +5555,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5842
5555
  feedmeDelivery?: {
5843
5556
  instruction?: string | null | undefined;
5844
5557
  catalogId?: string | null | undefined;
5845
- autoAccept?: boolean | null | undefined;
5846
5558
  term?: string | null | undefined;
5847
- ignoreStock?: boolean | null | undefined;
5848
- enable: boolean;
5849
- } | null | undefined;
5850
- foodpandaDelivery?: {
5851
- _id?: string | undefined;
5852
- ignoreDiscount?: boolean | null | undefined;
5853
- catalogId?: string | null | undefined;
5854
- commissionRate?: number | null | undefined;
5855
- lastSynchronize?: string | null | undefined;
5856
- showProductAddon?: boolean | null | undefined;
5857
5559
  autoAccept?: boolean | null | undefined;
5858
- reportConfig?: {
5859
- commissionRate: number;
5860
- discountCampaigns: {
5861
- name: string;
5862
- date: {
5863
- end: string;
5864
- start: string;
5865
- };
5866
- vendorBearPercentage: number;
5867
- }[];
5868
- } | null | undefined;
5869
- hasSst?: boolean | null | undefined;
5870
- enable: boolean;
5871
- remoteId: string;
5872
- autoCloseBill: boolean;
5873
- } | null | undefined;
5874
- grabfoodDelivery?: {
5875
- _id?: string | undefined;
5876
- catalogId?: string | null | undefined;
5877
- lastSynchronize?: string | null | undefined;
5878
- showProductAddon?: boolean | null | undefined;
5879
- enable: boolean;
5880
- commissionRate: number;
5881
- autoCloseBill: boolean;
5882
- merchantID: string;
5883
- } | null | undefined;
5884
- shopeefoodDelivery?: {
5885
- _id?: string | undefined;
5886
- catalogId?: string | null | undefined;
5887
- lastSynchronize?: string | null | undefined;
5888
- showProductAddon?: boolean | null | undefined;
5560
+ ignoreStock?: boolean | null | undefined;
5889
5561
  enable: boolean;
5890
- autoCloseBill: boolean;
5891
- reportConfig: {
5892
- commissionRate: number;
5893
- discountCampaigns: {
5894
- name: string;
5895
- date: {
5896
- end: string;
5897
- start: string;
5898
- };
5899
- vendorBearPercentage: number;
5900
- }[];
5901
- };
5902
- storeID: string;
5903
5562
  } | null | undefined;
5904
5563
  couchDbPassword?: string | null | undefined;
5905
5564
  apiToken?: string | null | undefined;
@@ -5924,6 +5583,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5924
5583
  mapBorderColor?: number | null | undefined;
5925
5584
  mapLineColor?: number | null | undefined;
5926
5585
  } | null | undefined;
5586
+ foodpandaDelivery?: any;
5587
+ grabfoodDelivery?: any;
5588
+ shopeefoodDelivery?: any;
5927
5589
  _id: string;
5928
5590
  expiredAt: string;
5929
5591
  businessId: string;
@@ -6566,7 +6228,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6566
6228
  taxCode: string;
6567
6229
  systemCode: string;
6568
6230
  }> | null | undefined;
6569
- autoAccept?: boolean | null | undefined;
6570
6231
  deliveryTime?: {
6571
6232
  time?: string[] | null | undefined;
6572
6233
  custom?: {
@@ -6630,6 +6291,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6630
6291
  name: string;
6631
6292
  instruction: string;
6632
6293
  }[] | null | undefined;
6294
+ autoAccept?: boolean | null | undefined;
6633
6295
  autoAcceptPaidOnly?: boolean | null | undefined;
6634
6296
  ignoreStock?: boolean | null | undefined;
6635
6297
  catalogId: string | null;
@@ -6656,12 +6318,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6656
6318
  } | null | undefined;
6657
6319
  pickup?: {
6658
6320
  catalogId?: string | null | undefined;
6659
- autoAccept?: boolean | null | undefined;
6660
6321
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6661
6322
  offlinePaymentTypes?: {
6662
6323
  name: string;
6663
6324
  instruction: string;
6664
6325
  }[] | null | undefined;
6326
+ autoAccept?: boolean | null | undefined;
6665
6327
  autoAcceptPaidOnly?: boolean | null | undefined;
6666
6328
  ignoreStock?: boolean | null | undefined;
6667
6329
  pickupTime?: {
@@ -6769,64 +6431,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6769
6431
  feedmeDelivery?: {
6770
6432
  instruction?: string | null | undefined;
6771
6433
  catalogId?: string | null | undefined;
6772
- autoAccept?: boolean | null | undefined;
6773
6434
  term?: string | null | undefined;
6774
- ignoreStock?: boolean | null | undefined;
6775
- enable: boolean;
6776
- } | null | undefined;
6777
- foodpandaDelivery?: {
6778
- _id?: string | undefined;
6779
- ignoreDiscount?: boolean | null | undefined;
6780
- catalogId?: string | null | undefined;
6781
- commissionRate?: number | null | undefined;
6782
- lastSynchronize?: string | null | undefined;
6783
- showProductAddon?: boolean | null | undefined;
6784
6435
  autoAccept?: boolean | null | undefined;
6785
- reportConfig?: {
6786
- commissionRate: number;
6787
- discountCampaigns: {
6788
- name: string;
6789
- date: {
6790
- end: string;
6791
- start: string;
6792
- };
6793
- vendorBearPercentage: number;
6794
- }[];
6795
- } | null | undefined;
6796
- hasSst?: boolean | null | undefined;
6797
- enable: boolean;
6798
- remoteId: string;
6799
- autoCloseBill: boolean;
6800
- } | null | undefined;
6801
- grabfoodDelivery?: {
6802
- _id?: string | undefined;
6803
- catalogId?: string | null | undefined;
6804
- lastSynchronize?: string | null | undefined;
6805
- showProductAddon?: boolean | null | undefined;
6806
- enable: boolean;
6807
- commissionRate: number;
6808
- autoCloseBill: boolean;
6809
- merchantID: string;
6810
- } | null | undefined;
6811
- shopeefoodDelivery?: {
6812
- _id?: string | undefined;
6813
- catalogId?: string | null | undefined;
6814
- lastSynchronize?: string | null | undefined;
6815
- showProductAddon?: boolean | null | undefined;
6436
+ ignoreStock?: boolean | null | undefined;
6816
6437
  enable: boolean;
6817
- autoCloseBill: boolean;
6818
- reportConfig: {
6819
- commissionRate: number;
6820
- discountCampaigns: {
6821
- name: string;
6822
- date: {
6823
- end: string;
6824
- start: string;
6825
- };
6826
- vendorBearPercentage: number;
6827
- }[];
6828
- };
6829
- storeID: string;
6830
6438
  } | null | undefined;
6831
6439
  couchDbPassword?: string | null | undefined;
6832
6440
  apiToken?: string | null | undefined;
@@ -6851,6 +6459,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6851
6459
  mapBorderColor?: number | null | undefined;
6852
6460
  mapLineColor?: number | null | undefined;
6853
6461
  } | null | undefined;
6462
+ foodpandaDelivery?: any;
6463
+ grabfoodDelivery?: any;
6464
+ shopeefoodDelivery?: any;
6854
6465
  _id: string;
6855
6466
  expiredAt: string;
6856
6467
  businessId: string;
@@ -7128,7 +6739,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7128
6739
  taxCode: string;
7129
6740
  systemCode: string;
7130
6741
  }> | null | undefined;
7131
- autoAccept?: boolean | null | undefined;
7132
6742
  deliveryTime?: {
7133
6743
  time?: string[] | null | undefined;
7134
6744
  custom?: {
@@ -7192,6 +6802,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7192
6802
  name: string;
7193
6803
  instruction: string;
7194
6804
  }[] | null | undefined;
6805
+ autoAccept?: boolean | null | undefined;
7195
6806
  autoAcceptPaidOnly?: boolean | null | undefined;
7196
6807
  ignoreStock?: boolean | null | undefined;
7197
6808
  catalogId: string | null;
@@ -7218,12 +6829,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7218
6829
  } | null | undefined;
7219
6830
  pickup?: {
7220
6831
  catalogId?: string | null | undefined;
7221
- autoAccept?: boolean | null | undefined;
7222
6832
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
7223
6833
  offlinePaymentTypes?: {
7224
6834
  name: string;
7225
6835
  instruction: string;
7226
6836
  }[] | null | undefined;
6837
+ autoAccept?: boolean | null | undefined;
7227
6838
  autoAcceptPaidOnly?: boolean | null | undefined;
7228
6839
  ignoreStock?: boolean | null | undefined;
7229
6840
  pickupTime?: {
@@ -7331,64 +6942,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7331
6942
  feedmeDelivery?: {
7332
6943
  instruction?: string | null | undefined;
7333
6944
  catalogId?: string | null | undefined;
7334
- autoAccept?: boolean | null | undefined;
7335
6945
  term?: string | null | undefined;
7336
- ignoreStock?: boolean | null | undefined;
7337
- enable: boolean;
7338
- } | null | undefined;
7339
- foodpandaDelivery?: {
7340
- _id?: string | undefined;
7341
- ignoreDiscount?: boolean | null | undefined;
7342
- catalogId?: string | null | undefined;
7343
- commissionRate?: number | null | undefined;
7344
- lastSynchronize?: string | null | undefined;
7345
- showProductAddon?: boolean | null | undefined;
7346
6946
  autoAccept?: boolean | null | undefined;
7347
- reportConfig?: {
7348
- commissionRate: number;
7349
- discountCampaigns: {
7350
- name: string;
7351
- date: {
7352
- end: string;
7353
- start: string;
7354
- };
7355
- vendorBearPercentage: number;
7356
- }[];
7357
- } | null | undefined;
7358
- hasSst?: boolean | null | undefined;
7359
- enable: boolean;
7360
- remoteId: string;
7361
- autoCloseBill: boolean;
7362
- } | null | undefined;
7363
- grabfoodDelivery?: {
7364
- _id?: string | undefined;
7365
- catalogId?: string | null | undefined;
7366
- lastSynchronize?: string | null | undefined;
7367
- showProductAddon?: boolean | null | undefined;
7368
- enable: boolean;
7369
- commissionRate: number;
7370
- autoCloseBill: boolean;
7371
- merchantID: string;
7372
- } | null | undefined;
7373
- shopeefoodDelivery?: {
7374
- _id?: string | undefined;
7375
- catalogId?: string | null | undefined;
7376
- lastSynchronize?: string | null | undefined;
7377
- showProductAddon?: boolean | null | undefined;
6947
+ ignoreStock?: boolean | null | undefined;
7378
6948
  enable: boolean;
7379
- autoCloseBill: boolean;
7380
- reportConfig: {
7381
- commissionRate: number;
7382
- discountCampaigns: {
7383
- name: string;
7384
- date: {
7385
- end: string;
7386
- start: string;
7387
- };
7388
- vendorBearPercentage: number;
7389
- }[];
7390
- };
7391
- storeID: string;
7392
6949
  } | null | undefined;
7393
6950
  couchDbPassword?: string | null | undefined;
7394
6951
  apiToken?: string | null | undefined;
@@ -7413,6 +6970,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7413
6970
  mapBorderColor?: number | null | undefined;
7414
6971
  mapLineColor?: number | null | undefined;
7415
6972
  } | null | undefined;
6973
+ foodpandaDelivery?: any;
6974
+ grabfoodDelivery?: any;
6975
+ shopeefoodDelivery?: any;
7416
6976
  _id: string;
7417
6977
  expiredAt: string;
7418
6978
  businessId: string;
@@ -9032,7 +8592,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9032
8592
  taxCode: string;
9033
8593
  systemCode: string;
9034
8594
  }> | null | undefined;
9035
- autoAccept?: boolean | null | undefined;
9036
8595
  deliveryTime?: {
9037
8596
  time?: string[] | null | undefined;
9038
8597
  custom?: {
@@ -9096,6 +8655,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9096
8655
  name: string;
9097
8656
  instruction: string;
9098
8657
  }[] | null | undefined;
8658
+ autoAccept?: boolean | null | undefined;
9099
8659
  autoAcceptPaidOnly?: boolean | null | undefined;
9100
8660
  ignoreStock?: boolean | null | undefined;
9101
8661
  catalogId: string | null;
@@ -9125,7 +8685,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9125
8685
  taxCode: string;
9126
8686
  systemCode: string;
9127
8687
  }> | null | undefined;
9128
- autoAccept?: boolean | null | undefined;
9129
8688
  deliveryTime?: {
9130
8689
  time?: string[] | null | undefined;
9131
8690
  custom?: {
@@ -9189,6 +8748,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9189
8748
  name: string;
9190
8749
  instruction: string;
9191
8750
  }[] | null | undefined;
8751
+ autoAccept?: boolean | null | undefined;
9192
8752
  autoAcceptPaidOnly?: boolean | null | undefined;
9193
8753
  ignoreStock?: boolean | null | undefined;
9194
8754
  catalogId: string | null;
@@ -9223,256 +8783,17 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9223
8783
  }, "strip", z.ZodTypeAny, {
9224
8784
  instruction?: string | null | undefined;
9225
8785
  catalogId?: string | null | undefined;
9226
- autoAccept?: boolean | null | undefined;
9227
8786
  term?: string | null | undefined;
8787
+ autoAccept?: boolean | null | undefined;
9228
8788
  ignoreStock?: boolean | null | undefined;
9229
8789
  enable: boolean;
9230
8790
  }, {
9231
8791
  instruction?: string | null | undefined;
9232
8792
  catalogId?: string | null | undefined;
9233
- autoAccept?: boolean | null | undefined;
9234
8793
  term?: string | null | undefined;
9235
- ignoreStock?: boolean | null | undefined;
9236
- enable: boolean;
9237
- }>>>;
9238
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9239
- enable: z.ZodBoolean;
9240
- }, {
9241
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9242
- remoteId: z.ZodString;
9243
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9244
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9245
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
9246
- autoCloseBill: z.ZodBoolean;
9247
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9248
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9249
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9250
- commissionRate: z.ZodNumber;
9251
- discountCampaigns: z.ZodArray<z.ZodObject<{
9252
- name: z.ZodString;
9253
- vendorBearPercentage: z.ZodNumber;
9254
- date: z.ZodObject<{
9255
- start: z.ZodString;
9256
- end: z.ZodString;
9257
- }, "strip", z.ZodTypeAny, {
9258
- end: string;
9259
- start: string;
9260
- }, {
9261
- end: string;
9262
- start: string;
9263
- }>;
9264
- }, "strip", z.ZodTypeAny, {
9265
- name: string;
9266
- date: {
9267
- end: string;
9268
- start: string;
9269
- };
9270
- vendorBearPercentage: number;
9271
- }, {
9272
- name: string;
9273
- date: {
9274
- end: string;
9275
- start: string;
9276
- };
9277
- vendorBearPercentage: number;
9278
- }>, "many">;
9279
- }, "strip", z.ZodTypeAny, {
9280
- commissionRate: number;
9281
- discountCampaigns: {
9282
- name: string;
9283
- date: {
9284
- end: string;
9285
- start: string;
9286
- };
9287
- vendorBearPercentage: number;
9288
- }[];
9289
- }, {
9290
- commissionRate: number;
9291
- discountCampaigns: {
9292
- name: string;
9293
- date: {
9294
- end: string;
9295
- start: string;
9296
- };
9297
- vendorBearPercentage: number;
9298
- }[];
9299
- }>>>;
9300
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9301
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9302
- }>, "strip", z.ZodTypeAny, {
9303
- _id?: string | undefined;
9304
- ignoreDiscount?: boolean | null | undefined;
9305
- catalogId?: string | null | undefined;
9306
- commissionRate?: number | null | undefined;
9307
- lastSynchronize?: string | null | undefined;
9308
- showProductAddon?: boolean | null | undefined;
9309
8794
  autoAccept?: boolean | null | undefined;
9310
- reportConfig?: {
9311
- commissionRate: number;
9312
- discountCampaigns: {
9313
- name: string;
9314
- date: {
9315
- end: string;
9316
- start: string;
9317
- };
9318
- vendorBearPercentage: number;
9319
- }[];
9320
- } | null | undefined;
9321
- hasSst?: boolean | null | undefined;
9322
- enable: boolean;
9323
- remoteId: string;
9324
- autoCloseBill: boolean;
9325
- }, {
9326
- _id?: string | undefined;
9327
- ignoreDiscount?: boolean | null | undefined;
9328
- catalogId?: string | null | undefined;
9329
- commissionRate?: number | null | undefined;
9330
- lastSynchronize?: string | null | undefined;
9331
- showProductAddon?: boolean | null | undefined;
9332
- autoAccept?: boolean | null | undefined;
9333
- reportConfig?: {
9334
- commissionRate: number;
9335
- discountCampaigns: {
9336
- name: string;
9337
- date: {
9338
- end: string;
9339
- start: string;
9340
- };
9341
- vendorBearPercentage: number;
9342
- }[];
9343
- } | null | undefined;
9344
- hasSst?: boolean | null | undefined;
9345
- enable: boolean;
9346
- remoteId: string;
9347
- autoCloseBill: boolean;
9348
- }>>>;
9349
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9350
- enable: z.ZodBoolean;
9351
- }, {
9352
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9353
- merchantID: z.ZodString;
9354
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9355
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9356
- commissionRate: z.ZodNumber;
9357
- autoCloseBill: z.ZodBoolean;
9358
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9359
- }>, "strip", z.ZodTypeAny, {
9360
- _id?: string | undefined;
9361
- catalogId?: string | null | undefined;
9362
- lastSynchronize?: string | null | undefined;
9363
- showProductAddon?: boolean | null | undefined;
9364
- enable: boolean;
9365
- commissionRate: number;
9366
- autoCloseBill: boolean;
9367
- merchantID: string;
9368
- }, {
9369
- _id?: string | undefined;
9370
- catalogId?: string | null | undefined;
9371
- lastSynchronize?: string | null | undefined;
9372
- showProductAddon?: boolean | null | undefined;
9373
- enable: boolean;
9374
- commissionRate: number;
9375
- autoCloseBill: boolean;
9376
- merchantID: string;
9377
- }>>>;
9378
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9379
- enable: z.ZodBoolean;
9380
- }, {
9381
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9382
- storeID: z.ZodString;
9383
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9384
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9385
- autoCloseBill: z.ZodBoolean;
9386
- reportConfig: z.ZodObject<{
9387
- commissionRate: z.ZodNumber;
9388
- discountCampaigns: z.ZodArray<z.ZodObject<{
9389
- name: z.ZodString;
9390
- vendorBearPercentage: z.ZodNumber;
9391
- date: z.ZodObject<{
9392
- start: z.ZodString;
9393
- end: z.ZodString;
9394
- }, "strip", z.ZodTypeAny, {
9395
- end: string;
9396
- start: string;
9397
- }, {
9398
- end: string;
9399
- start: string;
9400
- }>;
9401
- }, "strip", z.ZodTypeAny, {
9402
- name: string;
9403
- date: {
9404
- end: string;
9405
- start: string;
9406
- };
9407
- vendorBearPercentage: number;
9408
- }, {
9409
- name: string;
9410
- date: {
9411
- end: string;
9412
- start: string;
9413
- };
9414
- vendorBearPercentage: number;
9415
- }>, "many">;
9416
- }, "strip", z.ZodTypeAny, {
9417
- commissionRate: number;
9418
- discountCampaigns: {
9419
- name: string;
9420
- date: {
9421
- end: string;
9422
- start: string;
9423
- };
9424
- vendorBearPercentage: number;
9425
- }[];
9426
- }, {
9427
- commissionRate: number;
9428
- discountCampaigns: {
9429
- name: string;
9430
- date: {
9431
- end: string;
9432
- start: string;
9433
- };
9434
- vendorBearPercentage: number;
9435
- }[];
9436
- }>;
9437
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9438
- }>, "strip", z.ZodTypeAny, {
9439
- _id?: string | undefined;
9440
- catalogId?: string | null | undefined;
9441
- lastSynchronize?: string | null | undefined;
9442
- showProductAddon?: boolean | null | undefined;
9443
- enable: boolean;
9444
- autoCloseBill: boolean;
9445
- reportConfig: {
9446
- commissionRate: number;
9447
- discountCampaigns: {
9448
- name: string;
9449
- date: {
9450
- end: string;
9451
- start: string;
9452
- };
9453
- vendorBearPercentage: number;
9454
- }[];
9455
- };
9456
- storeID: string;
9457
- }, {
9458
- _id?: string | undefined;
9459
- catalogId?: string | null | undefined;
9460
- lastSynchronize?: string | null | undefined;
9461
- showProductAddon?: boolean | null | undefined;
8795
+ ignoreStock?: boolean | null | undefined;
9462
8796
  enable: boolean;
9463
- autoCloseBill: boolean;
9464
- reportConfig: {
9465
- commissionRate: number;
9466
- discountCampaigns: {
9467
- name: string;
9468
- date: {
9469
- end: string;
9470
- start: string;
9471
- };
9472
- vendorBearPercentage: number;
9473
- }[];
9474
- };
9475
- storeID: string;
9476
8797
  }>>>;
9477
8798
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9478
8799
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -9544,12 +8865,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9544
8865
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9545
8866
  }, "strip", z.ZodTypeAny, {
9546
8867
  catalogId?: string | null | undefined;
9547
- autoAccept?: boolean | null | undefined;
9548
8868
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9549
8869
  offlinePaymentTypes?: {
9550
8870
  name: string;
9551
8871
  instruction: string;
9552
8872
  }[] | null | undefined;
8873
+ autoAccept?: boolean | null | undefined;
9553
8874
  autoAcceptPaidOnly?: boolean | null | undefined;
9554
8875
  ignoreStock?: boolean | null | undefined;
9555
8876
  pickupTime?: {
@@ -9568,12 +8889,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9568
8889
  } | null | undefined;
9569
8890
  }, {
9570
8891
  catalogId?: string | null | undefined;
9571
- autoAccept?: boolean | null | undefined;
9572
8892
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9573
8893
  offlinePaymentTypes?: {
9574
8894
  name: string;
9575
8895
  instruction: string;
9576
8896
  }[] | null | undefined;
8897
+ autoAccept?: boolean | null | undefined;
9577
8898
  autoAcceptPaidOnly?: boolean | null | undefined;
9578
8899
  ignoreStock?: boolean | null | undefined;
9579
8900
  pickupTime?: {
@@ -9694,6 +9015,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9694
9015
  mapLineColor?: number | null | undefined;
9695
9016
  }>>>;
9696
9017
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9018
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
9019
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
9020
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
9697
9021
  }, "strip", z.ZodTypeAny, {
9698
9022
  channel?: string | null | undefined;
9699
9023
  machineId?: string | null | undefined;
@@ -9708,7 +9032,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9708
9032
  taxCode: string;
9709
9033
  systemCode: string;
9710
9034
  }> | null | undefined;
9711
- autoAccept?: boolean | null | undefined;
9712
9035
  deliveryTime?: {
9713
9036
  time?: string[] | null | undefined;
9714
9037
  custom?: {
@@ -9772,6 +9095,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9772
9095
  name: string;
9773
9096
  instruction: string;
9774
9097
  }[] | null | undefined;
9098
+ autoAccept?: boolean | null | undefined;
9775
9099
  autoAcceptPaidOnly?: boolean | null | undefined;
9776
9100
  ignoreStock?: boolean | null | undefined;
9777
9101
  catalogId: string | null;
@@ -9798,12 +9122,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9798
9122
  } | null | undefined;
9799
9123
  pickup?: {
9800
9124
  catalogId?: string | null | undefined;
9801
- autoAccept?: boolean | null | undefined;
9802
9125
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9803
9126
  offlinePaymentTypes?: {
9804
9127
  name: string;
9805
9128
  instruction: string;
9806
9129
  }[] | null | undefined;
9130
+ autoAccept?: boolean | null | undefined;
9807
9131
  autoAcceptPaidOnly?: boolean | null | undefined;
9808
9132
  ignoreStock?: boolean | null | undefined;
9809
9133
  pickupTime?: {
@@ -9911,64 +9235,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9911
9235
  feedmeDelivery?: {
9912
9236
  instruction?: string | null | undefined;
9913
9237
  catalogId?: string | null | undefined;
9914
- autoAccept?: boolean | null | undefined;
9915
9238
  term?: string | null | undefined;
9916
- ignoreStock?: boolean | null | undefined;
9917
- enable: boolean;
9918
- } | null | undefined;
9919
- foodpandaDelivery?: {
9920
- _id?: string | undefined;
9921
- ignoreDiscount?: boolean | null | undefined;
9922
- catalogId?: string | null | undefined;
9923
- commissionRate?: number | null | undefined;
9924
- lastSynchronize?: string | null | undefined;
9925
- showProductAddon?: boolean | null | undefined;
9926
9239
  autoAccept?: boolean | null | undefined;
9927
- reportConfig?: {
9928
- commissionRate: number;
9929
- discountCampaigns: {
9930
- name: string;
9931
- date: {
9932
- end: string;
9933
- start: string;
9934
- };
9935
- vendorBearPercentage: number;
9936
- }[];
9937
- } | null | undefined;
9938
- hasSst?: boolean | null | undefined;
9939
- enable: boolean;
9940
- remoteId: string;
9941
- autoCloseBill: boolean;
9942
- } | null | undefined;
9943
- grabfoodDelivery?: {
9944
- _id?: string | undefined;
9945
- catalogId?: string | null | undefined;
9946
- lastSynchronize?: string | null | undefined;
9947
- showProductAddon?: boolean | null | undefined;
9948
- enable: boolean;
9949
- commissionRate: number;
9950
- autoCloseBill: boolean;
9951
- merchantID: string;
9952
- } | null | undefined;
9953
- shopeefoodDelivery?: {
9954
- _id?: string | undefined;
9955
- catalogId?: string | null | undefined;
9956
- lastSynchronize?: string | null | undefined;
9957
- showProductAddon?: boolean | null | undefined;
9240
+ ignoreStock?: boolean | null | undefined;
9958
9241
  enable: boolean;
9959
- autoCloseBill: boolean;
9960
- reportConfig: {
9961
- commissionRate: number;
9962
- discountCampaigns: {
9963
- name: string;
9964
- date: {
9965
- end: string;
9966
- start: string;
9967
- };
9968
- vendorBearPercentage: number;
9969
- }[];
9970
- };
9971
- storeID: string;
9972
9242
  } | null | undefined;
9973
9243
  couchDbPassword?: string | null | undefined;
9974
9244
  apiToken?: string | null | undefined;
@@ -9993,6 +9263,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9993
9263
  mapBorderColor?: number | null | undefined;
9994
9264
  mapLineColor?: number | null | undefined;
9995
9265
  } | null | undefined;
9266
+ foodpandaDelivery?: any;
9267
+ grabfoodDelivery?: any;
9268
+ shopeefoodDelivery?: any;
9996
9269
  _id: string;
9997
9270
  expiredAt: string;
9998
9271
  businessId: string;
@@ -10087,7 +9360,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10087
9360
  taxCode: string;
10088
9361
  systemCode: string;
10089
9362
  }> | null | undefined;
10090
- autoAccept?: boolean | null | undefined;
10091
9363
  deliveryTime?: {
10092
9364
  time?: string[] | null | undefined;
10093
9365
  custom?: {
@@ -10151,6 +9423,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10151
9423
  name: string;
10152
9424
  instruction: string;
10153
9425
  }[] | null | undefined;
9426
+ autoAccept?: boolean | null | undefined;
10154
9427
  autoAcceptPaidOnly?: boolean | null | undefined;
10155
9428
  ignoreStock?: boolean | null | undefined;
10156
9429
  catalogId: string | null;
@@ -10177,12 +9450,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10177
9450
  } | null | undefined;
10178
9451
  pickup?: {
10179
9452
  catalogId?: string | null | undefined;
10180
- autoAccept?: boolean | null | undefined;
10181
9453
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10182
9454
  offlinePaymentTypes?: {
10183
9455
  name: string;
10184
9456
  instruction: string;
10185
9457
  }[] | null | undefined;
9458
+ autoAccept?: boolean | null | undefined;
10186
9459
  autoAcceptPaidOnly?: boolean | null | undefined;
10187
9460
  ignoreStock?: boolean | null | undefined;
10188
9461
  pickupTime?: {
@@ -10290,64 +9563,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10290
9563
  feedmeDelivery?: {
10291
9564
  instruction?: string | null | undefined;
10292
9565
  catalogId?: string | null | undefined;
10293
- autoAccept?: boolean | null | undefined;
10294
9566
  term?: string | null | undefined;
10295
- ignoreStock?: boolean | null | undefined;
10296
- enable: boolean;
10297
- } | null | undefined;
10298
- foodpandaDelivery?: {
10299
- _id?: string | undefined;
10300
- ignoreDiscount?: boolean | null | undefined;
10301
- catalogId?: string | null | undefined;
10302
- commissionRate?: number | null | undefined;
10303
- lastSynchronize?: string | null | undefined;
10304
- showProductAddon?: boolean | null | undefined;
10305
9567
  autoAccept?: boolean | null | undefined;
10306
- reportConfig?: {
10307
- commissionRate: number;
10308
- discountCampaigns: {
10309
- name: string;
10310
- date: {
10311
- end: string;
10312
- start: string;
10313
- };
10314
- vendorBearPercentage: number;
10315
- }[];
10316
- } | null | undefined;
10317
- hasSst?: boolean | null | undefined;
10318
- enable: boolean;
10319
- remoteId: string;
10320
- autoCloseBill: boolean;
10321
- } | null | undefined;
10322
- grabfoodDelivery?: {
10323
- _id?: string | undefined;
10324
- catalogId?: string | null | undefined;
10325
- lastSynchronize?: string | null | undefined;
10326
- showProductAddon?: boolean | null | undefined;
10327
- enable: boolean;
10328
- commissionRate: number;
10329
- autoCloseBill: boolean;
10330
- merchantID: string;
10331
- } | null | undefined;
10332
- shopeefoodDelivery?: {
10333
- _id?: string | undefined;
10334
- catalogId?: string | null | undefined;
10335
- lastSynchronize?: string | null | undefined;
10336
- showProductAddon?: boolean | null | undefined;
9568
+ ignoreStock?: boolean | null | undefined;
10337
9569
  enable: boolean;
10338
- autoCloseBill: boolean;
10339
- reportConfig: {
10340
- commissionRate: number;
10341
- discountCampaigns: {
10342
- name: string;
10343
- date: {
10344
- end: string;
10345
- start: string;
10346
- };
10347
- vendorBearPercentage: number;
10348
- }[];
10349
- };
10350
- storeID: string;
10351
9570
  } | null | undefined;
10352
9571
  couchDbPassword?: string | null | undefined;
10353
9572
  apiToken?: string | null | undefined;
@@ -10372,6 +9591,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10372
9591
  mapBorderColor?: number | null | undefined;
10373
9592
  mapLineColor?: number | null | undefined;
10374
9593
  } | null | undefined;
9594
+ foodpandaDelivery?: any;
9595
+ grabfoodDelivery?: any;
9596
+ shopeefoodDelivery?: any;
10375
9597
  _id: string;
10376
9598
  expiredAt: string;
10377
9599
  businessId: string;
@@ -11891,7 +11113,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11891
11113
  taxCode: string;
11892
11114
  systemCode: string;
11893
11115
  }> | null | undefined;
11894
- autoAccept?: boolean | null | undefined;
11895
11116
  deliveryTime?: {
11896
11117
  time?: string[] | null | undefined;
11897
11118
  custom?: {
@@ -11955,6 +11176,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11955
11176
  name: string;
11956
11177
  instruction: string;
11957
11178
  }[] | null | undefined;
11179
+ autoAccept?: boolean | null | undefined;
11958
11180
  autoAcceptPaidOnly?: boolean | null | undefined;
11959
11181
  ignoreStock?: boolean | null | undefined;
11960
11182
  catalogId: string | null;
@@ -11984,7 +11206,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11984
11206
  taxCode: string;
11985
11207
  systemCode: string;
11986
11208
  }> | null | undefined;
11987
- autoAccept?: boolean | null | undefined;
11988
11209
  deliveryTime?: {
11989
11210
  time?: string[] | null | undefined;
11990
11211
  custom?: {
@@ -12047,291 +11268,53 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12047
11268
  offlinePaymentTypes?: {
12048
11269
  name: string;
12049
11270
  instruction: string;
12050
- }[] | null | undefined;
12051
- autoAcceptPaidOnly?: boolean | null | undefined;
12052
- ignoreStock?: boolean | null | undefined;
12053
- catalogId: string | null;
12054
- enable: boolean;
12055
- areas: {
12056
- minPurchase?: {
12057
- currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
12058
- amount: number;
12059
- precision: number;
12060
- } | null | undefined;
12061
- freeAfterTotal?: {
12062
- currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
12063
- amount: number;
12064
- precision: number;
12065
- } | null | undefined;
12066
- polygon: number[][];
12067
- deliveryFee: {
12068
- currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
12069
- amount: number;
12070
- precision: number;
12071
- };
12072
- }[];
12073
- term: string;
12074
- }>>>;
12075
- feedmeDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
12076
- enable: z.ZodBoolean;
12077
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12078
- term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12079
- instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12080
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12081
- ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12082
- }, "strip", z.ZodTypeAny, {
12083
- instruction?: string | null | undefined;
12084
- catalogId?: string | null | undefined;
12085
- autoAccept?: boolean | null | undefined;
12086
- term?: string | null | undefined;
12087
- ignoreStock?: boolean | null | undefined;
12088
- enable: boolean;
12089
- }, {
12090
- instruction?: string | null | undefined;
12091
- catalogId?: string | null | undefined;
12092
- autoAccept?: boolean | null | undefined;
12093
- term?: string | null | undefined;
12094
- ignoreStock?: boolean | null | undefined;
12095
- enable: boolean;
12096
- }>>>;
12097
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12098
- enable: z.ZodBoolean;
12099
- }, {
12100
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12101
- remoteId: z.ZodString;
12102
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12103
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12104
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
12105
- autoCloseBill: z.ZodBoolean;
12106
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12107
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12108
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
12109
- commissionRate: z.ZodNumber;
12110
- discountCampaigns: z.ZodArray<z.ZodObject<{
12111
- name: z.ZodString;
12112
- vendorBearPercentage: z.ZodNumber;
12113
- date: z.ZodObject<{
12114
- start: z.ZodString;
12115
- end: z.ZodString;
12116
- }, "strip", z.ZodTypeAny, {
12117
- end: string;
12118
- start: string;
12119
- }, {
12120
- end: string;
12121
- start: string;
12122
- }>;
12123
- }, "strip", z.ZodTypeAny, {
12124
- name: string;
12125
- date: {
12126
- end: string;
12127
- start: string;
12128
- };
12129
- vendorBearPercentage: number;
12130
- }, {
12131
- name: string;
12132
- date: {
12133
- end: string;
12134
- start: string;
12135
- };
12136
- vendorBearPercentage: number;
12137
- }>, "many">;
12138
- }, "strip", z.ZodTypeAny, {
12139
- commissionRate: number;
12140
- discountCampaigns: {
12141
- name: string;
12142
- date: {
12143
- end: string;
12144
- start: string;
12145
- };
12146
- vendorBearPercentage: number;
12147
- }[];
12148
- }, {
12149
- commissionRate: number;
12150
- discountCampaigns: {
12151
- name: string;
12152
- date: {
12153
- end: string;
12154
- start: string;
12155
- };
12156
- vendorBearPercentage: number;
12157
- }[];
12158
- }>>>;
12159
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12160
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12161
- }>, "strip", z.ZodTypeAny, {
12162
- _id?: string | undefined;
12163
- ignoreDiscount?: boolean | null | undefined;
12164
- catalogId?: string | null | undefined;
12165
- commissionRate?: number | null | undefined;
12166
- lastSynchronize?: string | null | undefined;
12167
- showProductAddon?: boolean | null | undefined;
12168
- autoAccept?: boolean | null | undefined;
12169
- reportConfig?: {
12170
- commissionRate: number;
12171
- discountCampaigns: {
12172
- name: string;
12173
- date: {
12174
- end: string;
12175
- start: string;
12176
- };
12177
- vendorBearPercentage: number;
12178
- }[];
12179
- } | null | undefined;
12180
- hasSst?: boolean | null | undefined;
12181
- enable: boolean;
12182
- remoteId: string;
12183
- autoCloseBill: boolean;
12184
- }, {
12185
- _id?: string | undefined;
12186
- ignoreDiscount?: boolean | null | undefined;
12187
- catalogId?: string | null | undefined;
12188
- commissionRate?: number | null | undefined;
12189
- lastSynchronize?: string | null | undefined;
12190
- showProductAddon?: boolean | null | undefined;
12191
- autoAccept?: boolean | null | undefined;
12192
- reportConfig?: {
12193
- commissionRate: number;
12194
- discountCampaigns: {
12195
- name: string;
12196
- date: {
12197
- end: string;
12198
- start: string;
12199
- };
12200
- vendorBearPercentage: number;
12201
- }[];
12202
- } | null | undefined;
12203
- hasSst?: boolean | null | undefined;
12204
- enable: boolean;
12205
- remoteId: string;
12206
- autoCloseBill: boolean;
12207
- }>>>;
12208
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12209
- enable: z.ZodBoolean;
12210
- }, {
12211
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12212
- merchantID: z.ZodString;
12213
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12214
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12215
- commissionRate: z.ZodNumber;
12216
- autoCloseBill: z.ZodBoolean;
12217
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12218
- }>, "strip", z.ZodTypeAny, {
12219
- _id?: string | undefined;
12220
- catalogId?: string | null | undefined;
12221
- lastSynchronize?: string | null | undefined;
12222
- showProductAddon?: boolean | null | undefined;
12223
- enable: boolean;
12224
- commissionRate: number;
12225
- autoCloseBill: boolean;
12226
- merchantID: string;
12227
- }, {
12228
- _id?: string | undefined;
12229
- catalogId?: string | null | undefined;
12230
- lastSynchronize?: string | null | undefined;
12231
- showProductAddon?: boolean | null | undefined;
12232
- enable: boolean;
12233
- commissionRate: number;
12234
- autoCloseBill: boolean;
12235
- merchantID: string;
12236
- }>>>;
12237
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12238
- enable: z.ZodBoolean;
12239
- }, {
12240
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12241
- storeID: z.ZodString;
12242
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12243
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12244
- autoCloseBill: z.ZodBoolean;
12245
- reportConfig: z.ZodObject<{
12246
- commissionRate: z.ZodNumber;
12247
- discountCampaigns: z.ZodArray<z.ZodObject<{
12248
- name: z.ZodString;
12249
- vendorBearPercentage: z.ZodNumber;
12250
- date: z.ZodObject<{
12251
- start: z.ZodString;
12252
- end: z.ZodString;
12253
- }, "strip", z.ZodTypeAny, {
12254
- end: string;
12255
- start: string;
12256
- }, {
12257
- end: string;
12258
- start: string;
12259
- }>;
12260
- }, "strip", z.ZodTypeAny, {
12261
- name: string;
12262
- date: {
12263
- end: string;
12264
- start: string;
12265
- };
12266
- vendorBearPercentage: number;
12267
- }, {
12268
- name: string;
12269
- date: {
12270
- end: string;
12271
- start: string;
12272
- };
12273
- vendorBearPercentage: number;
12274
- }>, "many">;
12275
- }, "strip", z.ZodTypeAny, {
12276
- commissionRate: number;
12277
- discountCampaigns: {
12278
- name: string;
12279
- date: {
12280
- end: string;
12281
- start: string;
12282
- };
12283
- vendorBearPercentage: number;
12284
- }[];
12285
- }, {
12286
- commissionRate: number;
12287
- discountCampaigns: {
12288
- name: string;
12289
- date: {
12290
- end: string;
12291
- start: string;
12292
- };
12293
- vendorBearPercentage: number;
12294
- }[];
12295
- }>;
12296
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12297
- }>, "strip", z.ZodTypeAny, {
12298
- _id?: string | undefined;
11271
+ }[] | null | undefined;
11272
+ autoAccept?: boolean | null | undefined;
11273
+ autoAcceptPaidOnly?: boolean | null | undefined;
11274
+ ignoreStock?: boolean | null | undefined;
11275
+ catalogId: string | null;
11276
+ enable: boolean;
11277
+ areas: {
11278
+ minPurchase?: {
11279
+ currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
11280
+ amount: number;
11281
+ precision: number;
11282
+ } | null | undefined;
11283
+ freeAfterTotal?: {
11284
+ currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
11285
+ amount: number;
11286
+ precision: number;
11287
+ } | null | undefined;
11288
+ polygon: number[][];
11289
+ deliveryFee: {
11290
+ currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
11291
+ amount: number;
11292
+ precision: number;
11293
+ };
11294
+ }[];
11295
+ term: string;
11296
+ }>>>;
11297
+ feedmeDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11298
+ enable: z.ZodBoolean;
11299
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11300
+ term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11301
+ instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11302
+ autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
11303
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
11304
+ }, "strip", z.ZodTypeAny, {
11305
+ instruction?: string | null | undefined;
12299
11306
  catalogId?: string | null | undefined;
12300
- lastSynchronize?: string | null | undefined;
12301
- showProductAddon?: boolean | null | undefined;
11307
+ term?: string | null | undefined;
11308
+ autoAccept?: boolean | null | undefined;
11309
+ ignoreStock?: boolean | null | undefined;
12302
11310
  enable: boolean;
12303
- autoCloseBill: boolean;
12304
- reportConfig: {
12305
- commissionRate: number;
12306
- discountCampaigns: {
12307
- name: string;
12308
- date: {
12309
- end: string;
12310
- start: string;
12311
- };
12312
- vendorBearPercentage: number;
12313
- }[];
12314
- };
12315
- storeID: string;
12316
11311
  }, {
12317
- _id?: string | undefined;
11312
+ instruction?: string | null | undefined;
12318
11313
  catalogId?: string | null | undefined;
12319
- lastSynchronize?: string | null | undefined;
12320
- showProductAddon?: boolean | null | undefined;
11314
+ term?: string | null | undefined;
11315
+ autoAccept?: boolean | null | undefined;
11316
+ ignoreStock?: boolean | null | undefined;
12321
11317
  enable: boolean;
12322
- autoCloseBill: boolean;
12323
- reportConfig: {
12324
- commissionRate: number;
12325
- discountCampaigns: {
12326
- name: string;
12327
- date: {
12328
- end: string;
12329
- start: string;
12330
- };
12331
- vendorBearPercentage: number;
12332
- }[];
12333
- };
12334
- storeID: string;
12335
11318
  }>>>;
12336
11319
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
12337
11320
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -12403,12 +11386,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12403
11386
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12404
11387
  }, "strip", z.ZodTypeAny, {
12405
11388
  catalogId?: string | null | undefined;
12406
- autoAccept?: boolean | null | undefined;
12407
11389
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
12408
11390
  offlinePaymentTypes?: {
12409
11391
  name: string;
12410
11392
  instruction: string;
12411
11393
  }[] | null | undefined;
11394
+ autoAccept?: boolean | null | undefined;
12412
11395
  autoAcceptPaidOnly?: boolean | null | undefined;
12413
11396
  ignoreStock?: boolean | null | undefined;
12414
11397
  pickupTime?: {
@@ -12427,12 +11410,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12427
11410
  } | null | undefined;
12428
11411
  }, {
12429
11412
  catalogId?: string | null | undefined;
12430
- autoAccept?: boolean | null | undefined;
12431
11413
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
12432
11414
  offlinePaymentTypes?: {
12433
11415
  name: string;
12434
11416
  instruction: string;
12435
11417
  }[] | null | undefined;
11418
+ autoAccept?: boolean | null | undefined;
12436
11419
  autoAcceptPaidOnly?: boolean | null | undefined;
12437
11420
  ignoreStock?: boolean | null | undefined;
12438
11421
  pickupTime?: {
@@ -12553,6 +11536,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12553
11536
  mapLineColor?: number | null | undefined;
12554
11537
  }>>>;
12555
11538
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11539
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11540
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11541
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
12556
11542
  }, "strip", z.ZodTypeAny, {
12557
11543
  channel?: string | null | undefined;
12558
11544
  machineId?: string | null | undefined;
@@ -12567,7 +11553,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12567
11553
  taxCode: string;
12568
11554
  systemCode: string;
12569
11555
  }> | null | undefined;
12570
- autoAccept?: boolean | null | undefined;
12571
11556
  deliveryTime?: {
12572
11557
  time?: string[] | null | undefined;
12573
11558
  custom?: {
@@ -12631,6 +11616,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12631
11616
  name: string;
12632
11617
  instruction: string;
12633
11618
  }[] | null | undefined;
11619
+ autoAccept?: boolean | null | undefined;
12634
11620
  autoAcceptPaidOnly?: boolean | null | undefined;
12635
11621
  ignoreStock?: boolean | null | undefined;
12636
11622
  catalogId: string | null;
@@ -12657,12 +11643,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12657
11643
  } | null | undefined;
12658
11644
  pickup?: {
12659
11645
  catalogId?: string | null | undefined;
12660
- autoAccept?: boolean | null | undefined;
12661
11646
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
12662
11647
  offlinePaymentTypes?: {
12663
11648
  name: string;
12664
11649
  instruction: string;
12665
11650
  }[] | null | undefined;
11651
+ autoAccept?: boolean | null | undefined;
12666
11652
  autoAcceptPaidOnly?: boolean | null | undefined;
12667
11653
  ignoreStock?: boolean | null | undefined;
12668
11654
  pickupTime?: {
@@ -12770,64 +11756,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12770
11756
  feedmeDelivery?: {
12771
11757
  instruction?: string | null | undefined;
12772
11758
  catalogId?: string | null | undefined;
12773
- autoAccept?: boolean | null | undefined;
12774
11759
  term?: string | null | undefined;
12775
- ignoreStock?: boolean | null | undefined;
12776
- enable: boolean;
12777
- } | null | undefined;
12778
- foodpandaDelivery?: {
12779
- _id?: string | undefined;
12780
- ignoreDiscount?: boolean | null | undefined;
12781
- catalogId?: string | null | undefined;
12782
- commissionRate?: number | null | undefined;
12783
- lastSynchronize?: string | null | undefined;
12784
- showProductAddon?: boolean | null | undefined;
12785
11760
  autoAccept?: boolean | null | undefined;
12786
- reportConfig?: {
12787
- commissionRate: number;
12788
- discountCampaigns: {
12789
- name: string;
12790
- date: {
12791
- end: string;
12792
- start: string;
12793
- };
12794
- vendorBearPercentage: number;
12795
- }[];
12796
- } | null | undefined;
12797
- hasSst?: boolean | null | undefined;
12798
- enable: boolean;
12799
- remoteId: string;
12800
- autoCloseBill: boolean;
12801
- } | null | undefined;
12802
- grabfoodDelivery?: {
12803
- _id?: string | undefined;
12804
- catalogId?: string | null | undefined;
12805
- lastSynchronize?: string | null | undefined;
12806
- showProductAddon?: boolean | null | undefined;
12807
- enable: boolean;
12808
- commissionRate: number;
12809
- autoCloseBill: boolean;
12810
- merchantID: string;
12811
- } | null | undefined;
12812
- shopeefoodDelivery?: {
12813
- _id?: string | undefined;
12814
- catalogId?: string | null | undefined;
12815
- lastSynchronize?: string | null | undefined;
12816
- showProductAddon?: boolean | null | undefined;
11761
+ ignoreStock?: boolean | null | undefined;
12817
11762
  enable: boolean;
12818
- autoCloseBill: boolean;
12819
- reportConfig: {
12820
- commissionRate: number;
12821
- discountCampaigns: {
12822
- name: string;
12823
- date: {
12824
- end: string;
12825
- start: string;
12826
- };
12827
- vendorBearPercentage: number;
12828
- }[];
12829
- };
12830
- storeID: string;
12831
11763
  } | null | undefined;
12832
11764
  couchDbPassword?: string | null | undefined;
12833
11765
  apiToken?: string | null | undefined;
@@ -12852,6 +11784,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12852
11784
  mapBorderColor?: number | null | undefined;
12853
11785
  mapLineColor?: number | null | undefined;
12854
11786
  } | null | undefined;
11787
+ foodpandaDelivery?: any;
11788
+ grabfoodDelivery?: any;
11789
+ shopeefoodDelivery?: any;
12855
11790
  _id: string;
12856
11791
  expiredAt: string;
12857
11792
  businessId: string;
@@ -12946,7 +11881,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12946
11881
  taxCode: string;
12947
11882
  systemCode: string;
12948
11883
  }> | null | undefined;
12949
- autoAccept?: boolean | null | undefined;
12950
11884
  deliveryTime?: {
12951
11885
  time?: string[] | null | undefined;
12952
11886
  custom?: {
@@ -13010,6 +11944,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13010
11944
  name: string;
13011
11945
  instruction: string;
13012
11946
  }[] | null | undefined;
11947
+ autoAccept?: boolean | null | undefined;
13013
11948
  autoAcceptPaidOnly?: boolean | null | undefined;
13014
11949
  ignoreStock?: boolean | null | undefined;
13015
11950
  catalogId: string | null;
@@ -13036,12 +11971,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13036
11971
  } | null | undefined;
13037
11972
  pickup?: {
13038
11973
  catalogId?: string | null | undefined;
13039
- autoAccept?: boolean | null | undefined;
13040
11974
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13041
11975
  offlinePaymentTypes?: {
13042
11976
  name: string;
13043
11977
  instruction: string;
13044
11978
  }[] | null | undefined;
11979
+ autoAccept?: boolean | null | undefined;
13045
11980
  autoAcceptPaidOnly?: boolean | null | undefined;
13046
11981
  ignoreStock?: boolean | null | undefined;
13047
11982
  pickupTime?: {
@@ -13149,64 +12084,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13149
12084
  feedmeDelivery?: {
13150
12085
  instruction?: string | null | undefined;
13151
12086
  catalogId?: string | null | undefined;
13152
- autoAccept?: boolean | null | undefined;
13153
12087
  term?: string | null | undefined;
13154
- ignoreStock?: boolean | null | undefined;
13155
- enable: boolean;
13156
- } | null | undefined;
13157
- foodpandaDelivery?: {
13158
- _id?: string | undefined;
13159
- ignoreDiscount?: boolean | null | undefined;
13160
- catalogId?: string | null | undefined;
13161
- commissionRate?: number | null | undefined;
13162
- lastSynchronize?: string | null | undefined;
13163
- showProductAddon?: boolean | null | undefined;
13164
12088
  autoAccept?: boolean | null | undefined;
13165
- reportConfig?: {
13166
- commissionRate: number;
13167
- discountCampaigns: {
13168
- name: string;
13169
- date: {
13170
- end: string;
13171
- start: string;
13172
- };
13173
- vendorBearPercentage: number;
13174
- }[];
13175
- } | null | undefined;
13176
- hasSst?: boolean | null | undefined;
13177
- enable: boolean;
13178
- remoteId: string;
13179
- autoCloseBill: boolean;
13180
- } | null | undefined;
13181
- grabfoodDelivery?: {
13182
- _id?: string | undefined;
13183
- catalogId?: string | null | undefined;
13184
- lastSynchronize?: string | null | undefined;
13185
- showProductAddon?: boolean | null | undefined;
13186
- enable: boolean;
13187
- commissionRate: number;
13188
- autoCloseBill: boolean;
13189
- merchantID: string;
13190
- } | null | undefined;
13191
- shopeefoodDelivery?: {
13192
- _id?: string | undefined;
13193
- catalogId?: string | null | undefined;
13194
- lastSynchronize?: string | null | undefined;
13195
- showProductAddon?: boolean | null | undefined;
12089
+ ignoreStock?: boolean | null | undefined;
13196
12090
  enable: boolean;
13197
- autoCloseBill: boolean;
13198
- reportConfig: {
13199
- commissionRate: number;
13200
- discountCampaigns: {
13201
- name: string;
13202
- date: {
13203
- end: string;
13204
- start: string;
13205
- };
13206
- vendorBearPercentage: number;
13207
- }[];
13208
- };
13209
- storeID: string;
13210
12091
  } | null | undefined;
13211
12092
  couchDbPassword?: string | null | undefined;
13212
12093
  apiToken?: string | null | undefined;
@@ -13231,6 +12112,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13231
12112
  mapBorderColor?: number | null | undefined;
13232
12113
  mapLineColor?: number | null | undefined;
13233
12114
  } | null | undefined;
12115
+ foodpandaDelivery?: any;
12116
+ grabfoodDelivery?: any;
12117
+ shopeefoodDelivery?: any;
13234
12118
  _id: string;
13235
12119
  expiredAt: string;
13236
12120
  businessId: string;
@@ -13330,7 +12214,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13330
12214
  taxCode: string;
13331
12215
  systemCode: string;
13332
12216
  }> | null | undefined;
13333
- autoAccept?: boolean | null | undefined;
13334
12217
  deliveryTime?: {
13335
12218
  time?: string[] | null | undefined;
13336
12219
  custom?: {
@@ -13394,6 +12277,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13394
12277
  name: string;
13395
12278
  instruction: string;
13396
12279
  }[] | null | undefined;
12280
+ autoAccept?: boolean | null | undefined;
13397
12281
  autoAcceptPaidOnly?: boolean | null | undefined;
13398
12282
  ignoreStock?: boolean | null | undefined;
13399
12283
  catalogId: string | null;
@@ -13420,12 +12304,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13420
12304
  } | null | undefined;
13421
12305
  pickup?: {
13422
12306
  catalogId?: string | null | undefined;
13423
- autoAccept?: boolean | null | undefined;
13424
12307
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13425
12308
  offlinePaymentTypes?: {
13426
12309
  name: string;
13427
12310
  instruction: string;
13428
12311
  }[] | null | undefined;
12312
+ autoAccept?: boolean | null | undefined;
13429
12313
  autoAcceptPaidOnly?: boolean | null | undefined;
13430
12314
  ignoreStock?: boolean | null | undefined;
13431
12315
  pickupTime?: {
@@ -13533,64 +12417,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13533
12417
  feedmeDelivery?: {
13534
12418
  instruction?: string | null | undefined;
13535
12419
  catalogId?: string | null | undefined;
13536
- autoAccept?: boolean | null | undefined;
13537
12420
  term?: string | null | undefined;
13538
- ignoreStock?: boolean | null | undefined;
13539
- enable: boolean;
13540
- } | null | undefined;
13541
- foodpandaDelivery?: {
13542
- _id?: string | undefined;
13543
- ignoreDiscount?: boolean | null | undefined;
13544
- catalogId?: string | null | undefined;
13545
- commissionRate?: number | null | undefined;
13546
- lastSynchronize?: string | null | undefined;
13547
- showProductAddon?: boolean | null | undefined;
13548
12421
  autoAccept?: boolean | null | undefined;
13549
- reportConfig?: {
13550
- commissionRate: number;
13551
- discountCampaigns: {
13552
- name: string;
13553
- date: {
13554
- end: string;
13555
- start: string;
13556
- };
13557
- vendorBearPercentage: number;
13558
- }[];
13559
- } | null | undefined;
13560
- hasSst?: boolean | null | undefined;
13561
- enable: boolean;
13562
- remoteId: string;
13563
- autoCloseBill: boolean;
13564
- } | null | undefined;
13565
- grabfoodDelivery?: {
13566
- _id?: string | undefined;
13567
- catalogId?: string | null | undefined;
13568
- lastSynchronize?: string | null | undefined;
13569
- showProductAddon?: boolean | null | undefined;
13570
- enable: boolean;
13571
- commissionRate: number;
13572
- autoCloseBill: boolean;
13573
- merchantID: string;
13574
- } | null | undefined;
13575
- shopeefoodDelivery?: {
13576
- _id?: string | undefined;
13577
- catalogId?: string | null | undefined;
13578
- lastSynchronize?: string | null | undefined;
13579
- showProductAddon?: boolean | null | undefined;
12422
+ ignoreStock?: boolean | null | undefined;
13580
12423
  enable: boolean;
13581
- autoCloseBill: boolean;
13582
- reportConfig: {
13583
- commissionRate: number;
13584
- discountCampaigns: {
13585
- name: string;
13586
- date: {
13587
- end: string;
13588
- start: string;
13589
- };
13590
- vendorBearPercentage: number;
13591
- }[];
13592
- };
13593
- storeID: string;
13594
12424
  } | null | undefined;
13595
12425
  couchDbPassword?: string | null | undefined;
13596
12426
  apiToken?: string | null | undefined;
@@ -13615,6 +12445,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13615
12445
  mapBorderColor?: number | null | undefined;
13616
12446
  mapLineColor?: number | null | undefined;
13617
12447
  } | null | undefined;
12448
+ foodpandaDelivery?: any;
12449
+ grabfoodDelivery?: any;
12450
+ shopeefoodDelivery?: any;
13618
12451
  _id: string;
13619
12452
  expiredAt: string;
13620
12453
  businessId: string;
@@ -13714,7 +12547,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13714
12547
  taxCode: string;
13715
12548
  systemCode: string;
13716
12549
  }> | null | undefined;
13717
- autoAccept?: boolean | null | undefined;
13718
12550
  deliveryTime?: {
13719
12551
  time?: string[] | null | undefined;
13720
12552
  custom?: {
@@ -13778,6 +12610,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13778
12610
  name: string;
13779
12611
  instruction: string;
13780
12612
  }[] | null | undefined;
12613
+ autoAccept?: boolean | null | undefined;
13781
12614
  autoAcceptPaidOnly?: boolean | null | undefined;
13782
12615
  ignoreStock?: boolean | null | undefined;
13783
12616
  catalogId: string | null;
@@ -13804,12 +12637,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13804
12637
  } | null | undefined;
13805
12638
  pickup?: {
13806
12639
  catalogId?: string | null | undefined;
13807
- autoAccept?: boolean | null | undefined;
13808
12640
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13809
12641
  offlinePaymentTypes?: {
13810
12642
  name: string;
13811
12643
  instruction: string;
13812
12644
  }[] | null | undefined;
12645
+ autoAccept?: boolean | null | undefined;
13813
12646
  autoAcceptPaidOnly?: boolean | null | undefined;
13814
12647
  ignoreStock?: boolean | null | undefined;
13815
12648
  pickupTime?: {
@@ -13917,64 +12750,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13917
12750
  feedmeDelivery?: {
13918
12751
  instruction?: string | null | undefined;
13919
12752
  catalogId?: string | null | undefined;
13920
- autoAccept?: boolean | null | undefined;
13921
12753
  term?: string | null | undefined;
13922
- ignoreStock?: boolean | null | undefined;
13923
- enable: boolean;
13924
- } | null | undefined;
13925
- foodpandaDelivery?: {
13926
- _id?: string | undefined;
13927
- ignoreDiscount?: boolean | null | undefined;
13928
- catalogId?: string | null | undefined;
13929
- commissionRate?: number | null | undefined;
13930
- lastSynchronize?: string | null | undefined;
13931
- showProductAddon?: boolean | null | undefined;
13932
12754
  autoAccept?: boolean | null | undefined;
13933
- reportConfig?: {
13934
- commissionRate: number;
13935
- discountCampaigns: {
13936
- name: string;
13937
- date: {
13938
- end: string;
13939
- start: string;
13940
- };
13941
- vendorBearPercentage: number;
13942
- }[];
13943
- } | null | undefined;
13944
- hasSst?: boolean | null | undefined;
13945
- enable: boolean;
13946
- remoteId: string;
13947
- autoCloseBill: boolean;
13948
- } | null | undefined;
13949
- grabfoodDelivery?: {
13950
- _id?: string | undefined;
13951
- catalogId?: string | null | undefined;
13952
- lastSynchronize?: string | null | undefined;
13953
- showProductAddon?: boolean | null | undefined;
13954
- enable: boolean;
13955
- commissionRate: number;
13956
- autoCloseBill: boolean;
13957
- merchantID: string;
13958
- } | null | undefined;
13959
- shopeefoodDelivery?: {
13960
- _id?: string | undefined;
13961
- catalogId?: string | null | undefined;
13962
- lastSynchronize?: string | null | undefined;
13963
- showProductAddon?: boolean | null | undefined;
12755
+ ignoreStock?: boolean | null | undefined;
13964
12756
  enable: boolean;
13965
- autoCloseBill: boolean;
13966
- reportConfig: {
13967
- commissionRate: number;
13968
- discountCampaigns: {
13969
- name: string;
13970
- date: {
13971
- end: string;
13972
- start: string;
13973
- };
13974
- vendorBearPercentage: number;
13975
- }[];
13976
- };
13977
- storeID: string;
13978
12757
  } | null | undefined;
13979
12758
  couchDbPassword?: string | null | undefined;
13980
12759
  apiToken?: string | null | undefined;
@@ -13999,6 +12778,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13999
12778
  mapBorderColor?: number | null | undefined;
14000
12779
  mapLineColor?: number | null | undefined;
14001
12780
  } | null | undefined;
12781
+ foodpandaDelivery?: any;
12782
+ grabfoodDelivery?: any;
12783
+ shopeefoodDelivery?: any;
14002
12784
  _id: string;
14003
12785
  expiredAt: string;
14004
12786
  businessId: string;
@@ -14318,7 +13100,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14318
13100
  taxCode: string;
14319
13101
  systemCode: string;
14320
13102
  }> | null | undefined;
14321
- autoAccept?: boolean | null | undefined;
14322
13103
  deliveryTime?: {
14323
13104
  time?: string[] | null | undefined;
14324
13105
  custom?: {
@@ -14382,6 +13163,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14382
13163
  name: string;
14383
13164
  instruction: string;
14384
13165
  }[] | null | undefined;
13166
+ autoAccept?: boolean | null | undefined;
14385
13167
  autoAcceptPaidOnly?: boolean | null | undefined;
14386
13168
  ignoreStock?: boolean | null | undefined;
14387
13169
  catalogId: string | null;
@@ -14408,12 +13190,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14408
13190
  } | null | undefined;
14409
13191
  pickup?: {
14410
13192
  catalogId?: string | null | undefined;
14411
- autoAccept?: boolean | null | undefined;
14412
13193
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14413
13194
  offlinePaymentTypes?: {
14414
13195
  name: string;
14415
13196
  instruction: string;
14416
13197
  }[] | null | undefined;
13198
+ autoAccept?: boolean | null | undefined;
14417
13199
  autoAcceptPaidOnly?: boolean | null | undefined;
14418
13200
  ignoreStock?: boolean | null | undefined;
14419
13201
  pickupTime?: {
@@ -14521,64 +13303,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14521
13303
  feedmeDelivery?: {
14522
13304
  instruction?: string | null | undefined;
14523
13305
  catalogId?: string | null | undefined;
14524
- autoAccept?: boolean | null | undefined;
14525
13306
  term?: string | null | undefined;
14526
- ignoreStock?: boolean | null | undefined;
14527
- enable: boolean;
14528
- } | null | undefined;
14529
- foodpandaDelivery?: {
14530
- _id?: string | undefined;
14531
- ignoreDiscount?: boolean | null | undefined;
14532
- catalogId?: string | null | undefined;
14533
- commissionRate?: number | null | undefined;
14534
- lastSynchronize?: string | null | undefined;
14535
- showProductAddon?: boolean | null | undefined;
14536
13307
  autoAccept?: boolean | null | undefined;
14537
- reportConfig?: {
14538
- commissionRate: number;
14539
- discountCampaigns: {
14540
- name: string;
14541
- date: {
14542
- end: string;
14543
- start: string;
14544
- };
14545
- vendorBearPercentage: number;
14546
- }[];
14547
- } | null | undefined;
14548
- hasSst?: boolean | null | undefined;
14549
- enable: boolean;
14550
- remoteId: string;
14551
- autoCloseBill: boolean;
14552
- } | null | undefined;
14553
- grabfoodDelivery?: {
14554
- _id?: string | undefined;
14555
- catalogId?: string | null | undefined;
14556
- lastSynchronize?: string | null | undefined;
14557
- showProductAddon?: boolean | null | undefined;
14558
- enable: boolean;
14559
- commissionRate: number;
14560
- autoCloseBill: boolean;
14561
- merchantID: string;
14562
- } | null | undefined;
14563
- shopeefoodDelivery?: {
14564
- _id?: string | undefined;
14565
- catalogId?: string | null | undefined;
14566
- lastSynchronize?: string | null | undefined;
14567
- showProductAddon?: boolean | null | undefined;
13308
+ ignoreStock?: boolean | null | undefined;
14568
13309
  enable: boolean;
14569
- autoCloseBill: boolean;
14570
- reportConfig: {
14571
- commissionRate: number;
14572
- discountCampaigns: {
14573
- name: string;
14574
- date: {
14575
- end: string;
14576
- start: string;
14577
- };
14578
- vendorBearPercentage: number;
14579
- }[];
14580
- };
14581
- storeID: string;
14582
13310
  } | null | undefined;
14583
13311
  couchDbPassword?: string | null | undefined;
14584
13312
  apiToken?: string | null | undefined;
@@ -14603,6 +13331,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14603
13331
  mapBorderColor?: number | null | undefined;
14604
13332
  mapLineColor?: number | null | undefined;
14605
13333
  } | null | undefined;
13334
+ foodpandaDelivery?: any;
13335
+ grabfoodDelivery?: any;
13336
+ shopeefoodDelivery?: any;
14606
13337
  _id: string;
14607
13338
  expiredAt: string;
14608
13339
  businessId: string;
@@ -14726,7 +13457,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14726
13457
  taxCode: string;
14727
13458
  systemCode: string;
14728
13459
  }> | null | undefined;
14729
- autoAccept?: boolean | null | undefined;
14730
13460
  deliveryTime?: {
14731
13461
  time?: string[] | null | undefined;
14732
13462
  custom?: {
@@ -14790,6 +13520,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14790
13520
  name: string;
14791
13521
  instruction: string;
14792
13522
  }[] | null | undefined;
13523
+ autoAccept?: boolean | null | undefined;
14793
13524
  autoAcceptPaidOnly?: boolean | null | undefined;
14794
13525
  ignoreStock?: boolean | null | undefined;
14795
13526
  catalogId: string | null;
@@ -14816,12 +13547,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14816
13547
  } | null | undefined;
14817
13548
  pickup?: {
14818
13549
  catalogId?: string | null | undefined;
14819
- autoAccept?: boolean | null | undefined;
14820
13550
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14821
13551
  offlinePaymentTypes?: {
14822
13552
  name: string;
14823
13553
  instruction: string;
14824
13554
  }[] | null | undefined;
13555
+ autoAccept?: boolean | null | undefined;
14825
13556
  autoAcceptPaidOnly?: boolean | null | undefined;
14826
13557
  ignoreStock?: boolean | null | undefined;
14827
13558
  pickupTime?: {
@@ -14929,64 +13660,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14929
13660
  feedmeDelivery?: {
14930
13661
  instruction?: string | null | undefined;
14931
13662
  catalogId?: string | null | undefined;
14932
- autoAccept?: boolean | null | undefined;
14933
13663
  term?: string | null | undefined;
14934
- ignoreStock?: boolean | null | undefined;
14935
- enable: boolean;
14936
- } | null | undefined;
14937
- foodpandaDelivery?: {
14938
- _id?: string | undefined;
14939
- ignoreDiscount?: boolean | null | undefined;
14940
- catalogId?: string | null | undefined;
14941
- commissionRate?: number | null | undefined;
14942
- lastSynchronize?: string | null | undefined;
14943
- showProductAddon?: boolean | null | undefined;
14944
13664
  autoAccept?: boolean | null | undefined;
14945
- reportConfig?: {
14946
- commissionRate: number;
14947
- discountCampaigns: {
14948
- name: string;
14949
- date: {
14950
- end: string;
14951
- start: string;
14952
- };
14953
- vendorBearPercentage: number;
14954
- }[];
14955
- } | null | undefined;
14956
- hasSst?: boolean | null | undefined;
14957
- enable: boolean;
14958
- remoteId: string;
14959
- autoCloseBill: boolean;
14960
- } | null | undefined;
14961
- grabfoodDelivery?: {
14962
- _id?: string | undefined;
14963
- catalogId?: string | null | undefined;
14964
- lastSynchronize?: string | null | undefined;
14965
- showProductAddon?: boolean | null | undefined;
14966
- enable: boolean;
14967
- commissionRate: number;
14968
- autoCloseBill: boolean;
14969
- merchantID: string;
14970
- } | null | undefined;
14971
- shopeefoodDelivery?: {
14972
- _id?: string | undefined;
14973
- catalogId?: string | null | undefined;
14974
- lastSynchronize?: string | null | undefined;
14975
- showProductAddon?: boolean | null | undefined;
13665
+ ignoreStock?: boolean | null | undefined;
14976
13666
  enable: boolean;
14977
- autoCloseBill: boolean;
14978
- reportConfig: {
14979
- commissionRate: number;
14980
- discountCampaigns: {
14981
- name: string;
14982
- date: {
14983
- end: string;
14984
- start: string;
14985
- };
14986
- vendorBearPercentage: number;
14987
- }[];
14988
- };
14989
- storeID: string;
14990
13667
  } | null | undefined;
14991
13668
  couchDbPassword?: string | null | undefined;
14992
13669
  apiToken?: string | null | undefined;
@@ -15011,6 +13688,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15011
13688
  mapBorderColor?: number | null | undefined;
15012
13689
  mapLineColor?: number | null | undefined;
15013
13690
  } | null | undefined;
13691
+ foodpandaDelivery?: any;
13692
+ grabfoodDelivery?: any;
13693
+ shopeefoodDelivery?: any;
15014
13694
  _id: string;
15015
13695
  expiredAt: string;
15016
13696
  businessId: string;
@@ -15226,7 +13906,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15226
13906
  taxCode: string;
15227
13907
  systemCode: string;
15228
13908
  }> | null | undefined;
15229
- autoAccept?: boolean | null | undefined;
15230
13909
  deliveryTime?: {
15231
13910
  time?: string[] | null | undefined;
15232
13911
  custom?: {
@@ -15290,6 +13969,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15290
13969
  name: string;
15291
13970
  instruction: string;
15292
13971
  }[] | null | undefined;
13972
+ autoAccept?: boolean | null | undefined;
15293
13973
  autoAcceptPaidOnly?: boolean | null | undefined;
15294
13974
  ignoreStock?: boolean | null | undefined;
15295
13975
  catalogId: string | null;
@@ -15316,12 +13996,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15316
13996
  } | null | undefined;
15317
13997
  pickup?: {
15318
13998
  catalogId?: string | null | undefined;
15319
- autoAccept?: boolean | null | undefined;
15320
13999
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
15321
14000
  offlinePaymentTypes?: {
15322
14001
  name: string;
15323
14002
  instruction: string;
15324
14003
  }[] | null | undefined;
14004
+ autoAccept?: boolean | null | undefined;
15325
14005
  autoAcceptPaidOnly?: boolean | null | undefined;
15326
14006
  ignoreStock?: boolean | null | undefined;
15327
14007
  pickupTime?: {
@@ -15429,64 +14109,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15429
14109
  feedmeDelivery?: {
15430
14110
  instruction?: string | null | undefined;
15431
14111
  catalogId?: string | null | undefined;
15432
- autoAccept?: boolean | null | undefined;
15433
- term?: string | null | undefined;
15434
- ignoreStock?: boolean | null | undefined;
15435
- enable: boolean;
15436
- } | null | undefined;
15437
- foodpandaDelivery?: {
15438
- _id?: string | undefined;
15439
- ignoreDiscount?: boolean | null | undefined;
15440
- catalogId?: string | null | undefined;
15441
- commissionRate?: number | null | undefined;
15442
- lastSynchronize?: string | null | undefined;
15443
- showProductAddon?: boolean | null | undefined;
15444
- autoAccept?: boolean | null | undefined;
15445
- reportConfig?: {
15446
- commissionRate: number;
15447
- discountCampaigns: {
15448
- name: string;
15449
- date: {
15450
- end: string;
15451
- start: string;
15452
- };
15453
- vendorBearPercentage: number;
15454
- }[];
15455
- } | null | undefined;
15456
- hasSst?: boolean | null | undefined;
15457
- enable: boolean;
15458
- remoteId: string;
15459
- autoCloseBill: boolean;
15460
- } | null | undefined;
15461
- grabfoodDelivery?: {
15462
- _id?: string | undefined;
15463
- catalogId?: string | null | undefined;
15464
- lastSynchronize?: string | null | undefined;
15465
- showProductAddon?: boolean | null | undefined;
15466
- enable: boolean;
15467
- commissionRate: number;
15468
- autoCloseBill: boolean;
15469
- merchantID: string;
15470
- } | null | undefined;
15471
- shopeefoodDelivery?: {
15472
- _id?: string | undefined;
15473
- catalogId?: string | null | undefined;
15474
- lastSynchronize?: string | null | undefined;
15475
- showProductAddon?: boolean | null | undefined;
15476
- enable: boolean;
15477
- autoCloseBill: boolean;
15478
- reportConfig: {
15479
- commissionRate: number;
15480
- discountCampaigns: {
15481
- name: string;
15482
- date: {
15483
- end: string;
15484
- start: string;
15485
- };
15486
- vendorBearPercentage: number;
15487
- }[];
15488
- };
15489
- storeID: string;
14112
+ term?: string | null | undefined;
14113
+ autoAccept?: boolean | null | undefined;
14114
+ ignoreStock?: boolean | null | undefined;
14115
+ enable: boolean;
15490
14116
  } | null | undefined;
15491
14117
  couchDbPassword?: string | null | undefined;
15492
14118
  apiToken?: string | null | undefined;
@@ -15511,6 +14137,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15511
14137
  mapBorderColor?: number | null | undefined;
15512
14138
  mapLineColor?: number | null | undefined;
15513
14139
  } | null | undefined;
14140
+ foodpandaDelivery?: any;
14141
+ grabfoodDelivery?: any;
14142
+ shopeefoodDelivery?: any;
15514
14143
  _id: string;
15515
14144
  expiredAt: string;
15516
14145
  businessId: string;
@@ -15721,7 +14350,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15721
14350
  taxCode: string;
15722
14351
  systemCode: string;
15723
14352
  }> | null | undefined;
15724
- autoAccept?: boolean | null | undefined;
15725
14353
  deliveryTime?: {
15726
14354
  time?: string[] | null | undefined;
15727
14355
  custom?: {
@@ -15785,6 +14413,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15785
14413
  name: string;
15786
14414
  instruction: string;
15787
14415
  }[] | null | undefined;
14416
+ autoAccept?: boolean | null | undefined;
15788
14417
  autoAcceptPaidOnly?: boolean | null | undefined;
15789
14418
  ignoreStock?: boolean | null | undefined;
15790
14419
  catalogId: string | null;
@@ -15811,12 +14440,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15811
14440
  } | null | undefined;
15812
14441
  pickup?: {
15813
14442
  catalogId?: string | null | undefined;
15814
- autoAccept?: boolean | null | undefined;
15815
14443
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
15816
14444
  offlinePaymentTypes?: {
15817
14445
  name: string;
15818
14446
  instruction: string;
15819
14447
  }[] | null | undefined;
14448
+ autoAccept?: boolean | null | undefined;
15820
14449
  autoAcceptPaidOnly?: boolean | null | undefined;
15821
14450
  ignoreStock?: boolean | null | undefined;
15822
14451
  pickupTime?: {
@@ -15924,64 +14553,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15924
14553
  feedmeDelivery?: {
15925
14554
  instruction?: string | null | undefined;
15926
14555
  catalogId?: string | null | undefined;
15927
- autoAccept?: boolean | null | undefined;
15928
14556
  term?: string | null | undefined;
15929
- ignoreStock?: boolean | null | undefined;
15930
- enable: boolean;
15931
- } | null | undefined;
15932
- foodpandaDelivery?: {
15933
- _id?: string | undefined;
15934
- ignoreDiscount?: boolean | null | undefined;
15935
- catalogId?: string | null | undefined;
15936
- commissionRate?: number | null | undefined;
15937
- lastSynchronize?: string | null | undefined;
15938
- showProductAddon?: boolean | null | undefined;
15939
14557
  autoAccept?: boolean | null | undefined;
15940
- reportConfig?: {
15941
- commissionRate: number;
15942
- discountCampaigns: {
15943
- name: string;
15944
- date: {
15945
- end: string;
15946
- start: string;
15947
- };
15948
- vendorBearPercentage: number;
15949
- }[];
15950
- } | null | undefined;
15951
- hasSst?: boolean | null | undefined;
15952
- enable: boolean;
15953
- remoteId: string;
15954
- autoCloseBill: boolean;
15955
- } | null | undefined;
15956
- grabfoodDelivery?: {
15957
- _id?: string | undefined;
15958
- catalogId?: string | null | undefined;
15959
- lastSynchronize?: string | null | undefined;
15960
- showProductAddon?: boolean | null | undefined;
15961
- enable: boolean;
15962
- commissionRate: number;
15963
- autoCloseBill: boolean;
15964
- merchantID: string;
15965
- } | null | undefined;
15966
- shopeefoodDelivery?: {
15967
- _id?: string | undefined;
15968
- catalogId?: string | null | undefined;
15969
- lastSynchronize?: string | null | undefined;
15970
- showProductAddon?: boolean | null | undefined;
14558
+ ignoreStock?: boolean | null | undefined;
15971
14559
  enable: boolean;
15972
- autoCloseBill: boolean;
15973
- reportConfig: {
15974
- commissionRate: number;
15975
- discountCampaigns: {
15976
- name: string;
15977
- date: {
15978
- end: string;
15979
- start: string;
15980
- };
15981
- vendorBearPercentage: number;
15982
- }[];
15983
- };
15984
- storeID: string;
15985
14560
  } | null | undefined;
15986
14561
  couchDbPassword?: string | null | undefined;
15987
14562
  apiToken?: string | null | undefined;
@@ -16006,6 +14581,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16006
14581
  mapBorderColor?: number | null | undefined;
16007
14582
  mapLineColor?: number | null | undefined;
16008
14583
  } | null | undefined;
14584
+ foodpandaDelivery?: any;
14585
+ grabfoodDelivery?: any;
14586
+ shopeefoodDelivery?: any;
16009
14587
  _id: string;
16010
14588
  expiredAt: string;
16011
14589
  businessId: string;
@@ -16129,7 +14707,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16129
14707
  taxCode: string;
16130
14708
  systemCode: string;
16131
14709
  }> | null | undefined;
16132
- autoAccept?: boolean | null | undefined;
16133
14710
  deliveryTime?: {
16134
14711
  time?: string[] | null | undefined;
16135
14712
  custom?: {
@@ -16193,6 +14770,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16193
14770
  name: string;
16194
14771
  instruction: string;
16195
14772
  }[] | null | undefined;
14773
+ autoAccept?: boolean | null | undefined;
16196
14774
  autoAcceptPaidOnly?: boolean | null | undefined;
16197
14775
  ignoreStock?: boolean | null | undefined;
16198
14776
  catalogId: string | null;
@@ -16219,12 +14797,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16219
14797
  } | null | undefined;
16220
14798
  pickup?: {
16221
14799
  catalogId?: string | null | undefined;
16222
- autoAccept?: boolean | null | undefined;
16223
14800
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
16224
14801
  offlinePaymentTypes?: {
16225
14802
  name: string;
16226
14803
  instruction: string;
16227
14804
  }[] | null | undefined;
14805
+ autoAccept?: boolean | null | undefined;
16228
14806
  autoAcceptPaidOnly?: boolean | null | undefined;
16229
14807
  ignoreStock?: boolean | null | undefined;
16230
14808
  pickupTime?: {
@@ -16332,64 +14910,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16332
14910
  feedmeDelivery?: {
16333
14911
  instruction?: string | null | undefined;
16334
14912
  catalogId?: string | null | undefined;
16335
- autoAccept?: boolean | null | undefined;
16336
14913
  term?: string | null | undefined;
16337
- ignoreStock?: boolean | null | undefined;
16338
- enable: boolean;
16339
- } | null | undefined;
16340
- foodpandaDelivery?: {
16341
- _id?: string | undefined;
16342
- ignoreDiscount?: boolean | null | undefined;
16343
- catalogId?: string | null | undefined;
16344
- commissionRate?: number | null | undefined;
16345
- lastSynchronize?: string | null | undefined;
16346
- showProductAddon?: boolean | null | undefined;
16347
14914
  autoAccept?: boolean | null | undefined;
16348
- reportConfig?: {
16349
- commissionRate: number;
16350
- discountCampaigns: {
16351
- name: string;
16352
- date: {
16353
- end: string;
16354
- start: string;
16355
- };
16356
- vendorBearPercentage: number;
16357
- }[];
16358
- } | null | undefined;
16359
- hasSst?: boolean | null | undefined;
16360
- enable: boolean;
16361
- remoteId: string;
16362
- autoCloseBill: boolean;
16363
- } | null | undefined;
16364
- grabfoodDelivery?: {
16365
- _id?: string | undefined;
16366
- catalogId?: string | null | undefined;
16367
- lastSynchronize?: string | null | undefined;
16368
- showProductAddon?: boolean | null | undefined;
16369
- enable: boolean;
16370
- commissionRate: number;
16371
- autoCloseBill: boolean;
16372
- merchantID: string;
16373
- } | null | undefined;
16374
- shopeefoodDelivery?: {
16375
- _id?: string | undefined;
16376
- catalogId?: string | null | undefined;
16377
- lastSynchronize?: string | null | undefined;
16378
- showProductAddon?: boolean | null | undefined;
14915
+ ignoreStock?: boolean | null | undefined;
16379
14916
  enable: boolean;
16380
- autoCloseBill: boolean;
16381
- reportConfig: {
16382
- commissionRate: number;
16383
- discountCampaigns: {
16384
- name: string;
16385
- date: {
16386
- end: string;
16387
- start: string;
16388
- };
16389
- vendorBearPercentage: number;
16390
- }[];
16391
- };
16392
- storeID: string;
16393
14917
  } | null | undefined;
16394
14918
  couchDbPassword?: string | null | undefined;
16395
14919
  apiToken?: string | null | undefined;
@@ -16414,6 +14938,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16414
14938
  mapBorderColor?: number | null | undefined;
16415
14939
  mapLineColor?: number | null | undefined;
16416
14940
  } | null | undefined;
14941
+ foodpandaDelivery?: any;
14942
+ grabfoodDelivery?: any;
14943
+ shopeefoodDelivery?: any;
16417
14944
  _id: string;
16418
14945
  expiredAt: string;
16419
14946
  businessId: string;
@@ -16629,7 +15156,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16629
15156
  taxCode: string;
16630
15157
  systemCode: string;
16631
15158
  }> | null | undefined;
16632
- autoAccept?: boolean | null | undefined;
16633
15159
  deliveryTime?: {
16634
15160
  time?: string[] | null | undefined;
16635
15161
  custom?: {
@@ -16693,6 +15219,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16693
15219
  name: string;
16694
15220
  instruction: string;
16695
15221
  }[] | null | undefined;
15222
+ autoAccept?: boolean | null | undefined;
16696
15223
  autoAcceptPaidOnly?: boolean | null | undefined;
16697
15224
  ignoreStock?: boolean | null | undefined;
16698
15225
  catalogId: string | null;
@@ -16719,12 +15246,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16719
15246
  } | null | undefined;
16720
15247
  pickup?: {
16721
15248
  catalogId?: string | null | undefined;
16722
- autoAccept?: boolean | null | undefined;
16723
15249
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
16724
15250
  offlinePaymentTypes?: {
16725
15251
  name: string;
16726
15252
  instruction: string;
16727
15253
  }[] | null | undefined;
15254
+ autoAccept?: boolean | null | undefined;
16728
15255
  autoAcceptPaidOnly?: boolean | null | undefined;
16729
15256
  ignoreStock?: boolean | null | undefined;
16730
15257
  pickupTime?: {
@@ -16832,64 +15359,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16832
15359
  feedmeDelivery?: {
16833
15360
  instruction?: string | null | undefined;
16834
15361
  catalogId?: string | null | undefined;
16835
- autoAccept?: boolean | null | undefined;
16836
15362
  term?: string | null | undefined;
16837
- ignoreStock?: boolean | null | undefined;
16838
- enable: boolean;
16839
- } | null | undefined;
16840
- foodpandaDelivery?: {
16841
- _id?: string | undefined;
16842
- ignoreDiscount?: boolean | null | undefined;
16843
- catalogId?: string | null | undefined;
16844
- commissionRate?: number | null | undefined;
16845
- lastSynchronize?: string | null | undefined;
16846
- showProductAddon?: boolean | null | undefined;
16847
15363
  autoAccept?: boolean | null | undefined;
16848
- reportConfig?: {
16849
- commissionRate: number;
16850
- discountCampaigns: {
16851
- name: string;
16852
- date: {
16853
- end: string;
16854
- start: string;
16855
- };
16856
- vendorBearPercentage: number;
16857
- }[];
16858
- } | null | undefined;
16859
- hasSst?: boolean | null | undefined;
16860
- enable: boolean;
16861
- remoteId: string;
16862
- autoCloseBill: boolean;
16863
- } | null | undefined;
16864
- grabfoodDelivery?: {
16865
- _id?: string | undefined;
16866
- catalogId?: string | null | undefined;
16867
- lastSynchronize?: string | null | undefined;
16868
- showProductAddon?: boolean | null | undefined;
16869
- enable: boolean;
16870
- commissionRate: number;
16871
- autoCloseBill: boolean;
16872
- merchantID: string;
16873
- } | null | undefined;
16874
- shopeefoodDelivery?: {
16875
- _id?: string | undefined;
16876
- catalogId?: string | null | undefined;
16877
- lastSynchronize?: string | null | undefined;
16878
- showProductAddon?: boolean | null | undefined;
15364
+ ignoreStock?: boolean | null | undefined;
16879
15365
  enable: boolean;
16880
- autoCloseBill: boolean;
16881
- reportConfig: {
16882
- commissionRate: number;
16883
- discountCampaigns: {
16884
- name: string;
16885
- date: {
16886
- end: string;
16887
- start: string;
16888
- };
16889
- vendorBearPercentage: number;
16890
- }[];
16891
- };
16892
- storeID: string;
16893
15366
  } | null | undefined;
16894
15367
  couchDbPassword?: string | null | undefined;
16895
15368
  apiToken?: string | null | undefined;
@@ -16914,6 +15387,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16914
15387
  mapBorderColor?: number | null | undefined;
16915
15388
  mapLineColor?: number | null | undefined;
16916
15389
  } | null | undefined;
15390
+ foodpandaDelivery?: any;
15391
+ grabfoodDelivery?: any;
15392
+ shopeefoodDelivery?: any;
16917
15393
  _id: string;
16918
15394
  expiredAt: string;
16919
15395
  businessId: string;
@@ -17418,7 +15894,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17418
15894
  taxCode: string;
17419
15895
  systemCode: string;
17420
15896
  }> | null | undefined;
17421
- autoAccept?: boolean | null | undefined;
17422
15897
  deliveryTime?: {
17423
15898
  time?: string[] | null | undefined;
17424
15899
  custom?: {
@@ -17482,6 +15957,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17482
15957
  name: string;
17483
15958
  instruction: string;
17484
15959
  }[] | null | undefined;
15960
+ autoAccept?: boolean | null | undefined;
17485
15961
  autoAcceptPaidOnly?: boolean | null | undefined;
17486
15962
  ignoreStock?: boolean | null | undefined;
17487
15963
  catalogId: string | null;
@@ -17508,12 +15984,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17508
15984
  } | null | undefined;
17509
15985
  pickup?: {
17510
15986
  catalogId?: string | null | undefined;
17511
- autoAccept?: boolean | null | undefined;
17512
15987
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17513
15988
  offlinePaymentTypes?: {
17514
15989
  name: string;
17515
15990
  instruction: string;
17516
15991
  }[] | null | undefined;
15992
+ autoAccept?: boolean | null | undefined;
17517
15993
  autoAcceptPaidOnly?: boolean | null | undefined;
17518
15994
  ignoreStock?: boolean | null | undefined;
17519
15995
  pickupTime?: {
@@ -17621,64 +16097,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17621
16097
  feedmeDelivery?: {
17622
16098
  instruction?: string | null | undefined;
17623
16099
  catalogId?: string | null | undefined;
17624
- autoAccept?: boolean | null | undefined;
17625
16100
  term?: string | null | undefined;
17626
- ignoreStock?: boolean | null | undefined;
17627
- enable: boolean;
17628
- } | null | undefined;
17629
- foodpandaDelivery?: {
17630
- _id?: string | undefined;
17631
- ignoreDiscount?: boolean | null | undefined;
17632
- catalogId?: string | null | undefined;
17633
- commissionRate?: number | null | undefined;
17634
- lastSynchronize?: string | null | undefined;
17635
- showProductAddon?: boolean | null | undefined;
17636
16101
  autoAccept?: boolean | null | undefined;
17637
- reportConfig?: {
17638
- commissionRate: number;
17639
- discountCampaigns: {
17640
- name: string;
17641
- date: {
17642
- end: string;
17643
- start: string;
17644
- };
17645
- vendorBearPercentage: number;
17646
- }[];
17647
- } | null | undefined;
17648
- hasSst?: boolean | null | undefined;
17649
- enable: boolean;
17650
- remoteId: string;
17651
- autoCloseBill: boolean;
17652
- } | null | undefined;
17653
- grabfoodDelivery?: {
17654
- _id?: string | undefined;
17655
- catalogId?: string | null | undefined;
17656
- lastSynchronize?: string | null | undefined;
17657
- showProductAddon?: boolean | null | undefined;
17658
- enable: boolean;
17659
- commissionRate: number;
17660
- autoCloseBill: boolean;
17661
- merchantID: string;
17662
- } | null | undefined;
17663
- shopeefoodDelivery?: {
17664
- _id?: string | undefined;
17665
- catalogId?: string | null | undefined;
17666
- lastSynchronize?: string | null | undefined;
17667
- showProductAddon?: boolean | null | undefined;
16102
+ ignoreStock?: boolean | null | undefined;
17668
16103
  enable: boolean;
17669
- autoCloseBill: boolean;
17670
- reportConfig: {
17671
- commissionRate: number;
17672
- discountCampaigns: {
17673
- name: string;
17674
- date: {
17675
- end: string;
17676
- start: string;
17677
- };
17678
- vendorBearPercentage: number;
17679
- }[];
17680
- };
17681
- storeID: string;
17682
16104
  } | null | undefined;
17683
16105
  couchDbPassword?: string | null | undefined;
17684
16106
  apiToken?: string | null | undefined;
@@ -17703,6 +16125,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17703
16125
  mapBorderColor?: number | null | undefined;
17704
16126
  mapLineColor?: number | null | undefined;
17705
16127
  } | null | undefined;
16128
+ foodpandaDelivery?: any;
16129
+ grabfoodDelivery?: any;
16130
+ shopeefoodDelivery?: any;
17706
16131
  _id: string;
17707
16132
  expiredAt: string;
17708
16133
  businessId: string;
@@ -17826,7 +16251,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17826
16251
  taxCode: string;
17827
16252
  systemCode: string;
17828
16253
  }> | null | undefined;
17829
- autoAccept?: boolean | null | undefined;
17830
16254
  deliveryTime?: {
17831
16255
  time?: string[] | null | undefined;
17832
16256
  custom?: {
@@ -17890,6 +16314,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17890
16314
  name: string;
17891
16315
  instruction: string;
17892
16316
  }[] | null | undefined;
16317
+ autoAccept?: boolean | null | undefined;
17893
16318
  autoAcceptPaidOnly?: boolean | null | undefined;
17894
16319
  ignoreStock?: boolean | null | undefined;
17895
16320
  catalogId: string | null;
@@ -17916,12 +16341,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17916
16341
  } | null | undefined;
17917
16342
  pickup?: {
17918
16343
  catalogId?: string | null | undefined;
17919
- autoAccept?: boolean | null | undefined;
17920
16344
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17921
16345
  offlinePaymentTypes?: {
17922
16346
  name: string;
17923
16347
  instruction: string;
17924
16348
  }[] | null | undefined;
16349
+ autoAccept?: boolean | null | undefined;
17925
16350
  autoAcceptPaidOnly?: boolean | null | undefined;
17926
16351
  ignoreStock?: boolean | null | undefined;
17927
16352
  pickupTime?: {
@@ -18029,64 +16454,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18029
16454
  feedmeDelivery?: {
18030
16455
  instruction?: string | null | undefined;
18031
16456
  catalogId?: string | null | undefined;
18032
- autoAccept?: boolean | null | undefined;
18033
16457
  term?: string | null | undefined;
18034
- ignoreStock?: boolean | null | undefined;
18035
- enable: boolean;
18036
- } | null | undefined;
18037
- foodpandaDelivery?: {
18038
- _id?: string | undefined;
18039
- ignoreDiscount?: boolean | null | undefined;
18040
- catalogId?: string | null | undefined;
18041
- commissionRate?: number | null | undefined;
18042
- lastSynchronize?: string | null | undefined;
18043
- showProductAddon?: boolean | null | undefined;
18044
16458
  autoAccept?: boolean | null | undefined;
18045
- reportConfig?: {
18046
- commissionRate: number;
18047
- discountCampaigns: {
18048
- name: string;
18049
- date: {
18050
- end: string;
18051
- start: string;
18052
- };
18053
- vendorBearPercentage: number;
18054
- }[];
18055
- } | null | undefined;
18056
- hasSst?: boolean | null | undefined;
18057
- enable: boolean;
18058
- remoteId: string;
18059
- autoCloseBill: boolean;
18060
- } | null | undefined;
18061
- grabfoodDelivery?: {
18062
- _id?: string | undefined;
18063
- catalogId?: string | null | undefined;
18064
- lastSynchronize?: string | null | undefined;
18065
- showProductAddon?: boolean | null | undefined;
18066
- enable: boolean;
18067
- commissionRate: number;
18068
- autoCloseBill: boolean;
18069
- merchantID: string;
18070
- } | null | undefined;
18071
- shopeefoodDelivery?: {
18072
- _id?: string | undefined;
18073
- catalogId?: string | null | undefined;
18074
- lastSynchronize?: string | null | undefined;
18075
- showProductAddon?: boolean | null | undefined;
16459
+ ignoreStock?: boolean | null | undefined;
18076
16460
  enable: boolean;
18077
- autoCloseBill: boolean;
18078
- reportConfig: {
18079
- commissionRate: number;
18080
- discountCampaigns: {
18081
- name: string;
18082
- date: {
18083
- end: string;
18084
- start: string;
18085
- };
18086
- vendorBearPercentage: number;
18087
- }[];
18088
- };
18089
- storeID: string;
18090
16461
  } | null | undefined;
18091
16462
  couchDbPassword?: string | null | undefined;
18092
16463
  apiToken?: string | null | undefined;
@@ -18111,6 +16482,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18111
16482
  mapBorderColor?: number | null | undefined;
18112
16483
  mapLineColor?: number | null | undefined;
18113
16484
  } | null | undefined;
16485
+ foodpandaDelivery?: any;
16486
+ grabfoodDelivery?: any;
16487
+ shopeefoodDelivery?: any;
18114
16488
  _id: string;
18115
16489
  expiredAt: string;
18116
16490
  businessId: string;
@@ -18326,7 +16700,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18326
16700
  taxCode: string;
18327
16701
  systemCode: string;
18328
16702
  }> | null | undefined;
18329
- autoAccept?: boolean | null | undefined;
18330
16703
  deliveryTime?: {
18331
16704
  time?: string[] | null | undefined;
18332
16705
  custom?: {
@@ -18390,6 +16763,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18390
16763
  name: string;
18391
16764
  instruction: string;
18392
16765
  }[] | null | undefined;
16766
+ autoAccept?: boolean | null | undefined;
18393
16767
  autoAcceptPaidOnly?: boolean | null | undefined;
18394
16768
  ignoreStock?: boolean | null | undefined;
18395
16769
  catalogId: string | null;
@@ -18416,12 +16790,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18416
16790
  } | null | undefined;
18417
16791
  pickup?: {
18418
16792
  catalogId?: string | null | undefined;
18419
- autoAccept?: boolean | null | undefined;
18420
16793
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
18421
16794
  offlinePaymentTypes?: {
18422
16795
  name: string;
18423
16796
  instruction: string;
18424
16797
  }[] | null | undefined;
16798
+ autoAccept?: boolean | null | undefined;
18425
16799
  autoAcceptPaidOnly?: boolean | null | undefined;
18426
16800
  ignoreStock?: boolean | null | undefined;
18427
16801
  pickupTime?: {
@@ -18529,64 +16903,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18529
16903
  feedmeDelivery?: {
18530
16904
  instruction?: string | null | undefined;
18531
16905
  catalogId?: string | null | undefined;
18532
- autoAccept?: boolean | null | undefined;
18533
16906
  term?: string | null | undefined;
18534
- ignoreStock?: boolean | null | undefined;
18535
- enable: boolean;
18536
- } | null | undefined;
18537
- foodpandaDelivery?: {
18538
- _id?: string | undefined;
18539
- ignoreDiscount?: boolean | null | undefined;
18540
- catalogId?: string | null | undefined;
18541
- commissionRate?: number | null | undefined;
18542
- lastSynchronize?: string | null | undefined;
18543
- showProductAddon?: boolean | null | undefined;
18544
16907
  autoAccept?: boolean | null | undefined;
18545
- reportConfig?: {
18546
- commissionRate: number;
18547
- discountCampaigns: {
18548
- name: string;
18549
- date: {
18550
- end: string;
18551
- start: string;
18552
- };
18553
- vendorBearPercentage: number;
18554
- }[];
18555
- } | null | undefined;
18556
- hasSst?: boolean | null | undefined;
18557
- enable: boolean;
18558
- remoteId: string;
18559
- autoCloseBill: boolean;
18560
- } | null | undefined;
18561
- grabfoodDelivery?: {
18562
- _id?: string | undefined;
18563
- catalogId?: string | null | undefined;
18564
- lastSynchronize?: string | null | undefined;
18565
- showProductAddon?: boolean | null | undefined;
18566
- enable: boolean;
18567
- commissionRate: number;
18568
- autoCloseBill: boolean;
18569
- merchantID: string;
18570
- } | null | undefined;
18571
- shopeefoodDelivery?: {
18572
- _id?: string | undefined;
18573
- catalogId?: string | null | undefined;
18574
- lastSynchronize?: string | null | undefined;
18575
- showProductAddon?: boolean | null | undefined;
16908
+ ignoreStock?: boolean | null | undefined;
18576
16909
  enable: boolean;
18577
- autoCloseBill: boolean;
18578
- reportConfig: {
18579
- commissionRate: number;
18580
- discountCampaigns: {
18581
- name: string;
18582
- date: {
18583
- end: string;
18584
- start: string;
18585
- };
18586
- vendorBearPercentage: number;
18587
- }[];
18588
- };
18589
- storeID: string;
18590
16910
  } | null | undefined;
18591
16911
  couchDbPassword?: string | null | undefined;
18592
16912
  apiToken?: string | null | undefined;
@@ -18611,6 +16931,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18611
16931
  mapBorderColor?: number | null | undefined;
18612
16932
  mapLineColor?: number | null | undefined;
18613
16933
  } | null | undefined;
16934
+ foodpandaDelivery?: any;
16935
+ grabfoodDelivery?: any;
16936
+ shopeefoodDelivery?: any;
18614
16937
  _id: string;
18615
16938
  expiredAt: string;
18616
16939
  businessId: string;
@@ -19115,7 +17438,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19115
17438
  taxCode: string;
19116
17439
  systemCode: string;
19117
17440
  }> | null | undefined;
19118
- autoAccept?: boolean | null | undefined;
19119
17441
  deliveryTime?: {
19120
17442
  time?: string[] | null | undefined;
19121
17443
  custom?: {
@@ -19179,6 +17501,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19179
17501
  name: string;
19180
17502
  instruction: string;
19181
17503
  }[] | null | undefined;
17504
+ autoAccept?: boolean | null | undefined;
19182
17505
  autoAcceptPaidOnly?: boolean | null | undefined;
19183
17506
  ignoreStock?: boolean | null | undefined;
19184
17507
  catalogId: string | null;
@@ -19205,12 +17528,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19205
17528
  } | null | undefined;
19206
17529
  pickup?: {
19207
17530
  catalogId?: string | null | undefined;
19208
- autoAccept?: boolean | null | undefined;
19209
17531
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
19210
17532
  offlinePaymentTypes?: {
19211
17533
  name: string;
19212
17534
  instruction: string;
19213
17535
  }[] | null | undefined;
17536
+ autoAccept?: boolean | null | undefined;
19214
17537
  autoAcceptPaidOnly?: boolean | null | undefined;
19215
17538
  ignoreStock?: boolean | null | undefined;
19216
17539
  pickupTime?: {
@@ -19318,64 +17641,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19318
17641
  feedmeDelivery?: {
19319
17642
  instruction?: string | null | undefined;
19320
17643
  catalogId?: string | null | undefined;
19321
- autoAccept?: boolean | null | undefined;
19322
17644
  term?: string | null | undefined;
19323
- ignoreStock?: boolean | null | undefined;
19324
- enable: boolean;
19325
- } | null | undefined;
19326
- foodpandaDelivery?: {
19327
- _id?: string | undefined;
19328
- ignoreDiscount?: boolean | null | undefined;
19329
- catalogId?: string | null | undefined;
19330
- commissionRate?: number | null | undefined;
19331
- lastSynchronize?: string | null | undefined;
19332
- showProductAddon?: boolean | null | undefined;
19333
17645
  autoAccept?: boolean | null | undefined;
19334
- reportConfig?: {
19335
- commissionRate: number;
19336
- discountCampaigns: {
19337
- name: string;
19338
- date: {
19339
- end: string;
19340
- start: string;
19341
- };
19342
- vendorBearPercentage: number;
19343
- }[];
19344
- } | null | undefined;
19345
- hasSst?: boolean | null | undefined;
19346
- enable: boolean;
19347
- remoteId: string;
19348
- autoCloseBill: boolean;
19349
- } | null | undefined;
19350
- grabfoodDelivery?: {
19351
- _id?: string | undefined;
19352
- catalogId?: string | null | undefined;
19353
- lastSynchronize?: string | null | undefined;
19354
- showProductAddon?: boolean | null | undefined;
19355
- enable: boolean;
19356
- commissionRate: number;
19357
- autoCloseBill: boolean;
19358
- merchantID: string;
19359
- } | null | undefined;
19360
- shopeefoodDelivery?: {
19361
- _id?: string | undefined;
19362
- catalogId?: string | null | undefined;
19363
- lastSynchronize?: string | null | undefined;
19364
- showProductAddon?: boolean | null | undefined;
17646
+ ignoreStock?: boolean | null | undefined;
19365
17647
  enable: boolean;
19366
- autoCloseBill: boolean;
19367
- reportConfig: {
19368
- commissionRate: number;
19369
- discountCampaigns: {
19370
- name: string;
19371
- date: {
19372
- end: string;
19373
- start: string;
19374
- };
19375
- vendorBearPercentage: number;
19376
- }[];
19377
- };
19378
- storeID: string;
19379
17648
  } | null | undefined;
19380
17649
  couchDbPassword?: string | null | undefined;
19381
17650
  apiToken?: string | null | undefined;
@@ -19400,6 +17669,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19400
17669
  mapBorderColor?: number | null | undefined;
19401
17670
  mapLineColor?: number | null | undefined;
19402
17671
  } | null | undefined;
17672
+ foodpandaDelivery?: any;
17673
+ grabfoodDelivery?: any;
17674
+ shopeefoodDelivery?: any;
19403
17675
  _id: string;
19404
17676
  expiredAt: string;
19405
17677
  businessId: string;
@@ -19523,7 +17795,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19523
17795
  taxCode: string;
19524
17796
  systemCode: string;
19525
17797
  }> | null | undefined;
19526
- autoAccept?: boolean | null | undefined;
19527
17798
  deliveryTime?: {
19528
17799
  time?: string[] | null | undefined;
19529
17800
  custom?: {
@@ -19587,6 +17858,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19587
17858
  name: string;
19588
17859
  instruction: string;
19589
17860
  }[] | null | undefined;
17861
+ autoAccept?: boolean | null | undefined;
19590
17862
  autoAcceptPaidOnly?: boolean | null | undefined;
19591
17863
  ignoreStock?: boolean | null | undefined;
19592
17864
  catalogId: string | null;
@@ -19613,12 +17885,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19613
17885
  } | null | undefined;
19614
17886
  pickup?: {
19615
17887
  catalogId?: string | null | undefined;
19616
- autoAccept?: boolean | null | undefined;
19617
17888
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
19618
17889
  offlinePaymentTypes?: {
19619
17890
  name: string;
19620
17891
  instruction: string;
19621
17892
  }[] | null | undefined;
17893
+ autoAccept?: boolean | null | undefined;
19622
17894
  autoAcceptPaidOnly?: boolean | null | undefined;
19623
17895
  ignoreStock?: boolean | null | undefined;
19624
17896
  pickupTime?: {
@@ -19726,64 +17998,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19726
17998
  feedmeDelivery?: {
19727
17999
  instruction?: string | null | undefined;
19728
18000
  catalogId?: string | null | undefined;
19729
- autoAccept?: boolean | null | undefined;
19730
18001
  term?: string | null | undefined;
19731
- ignoreStock?: boolean | null | undefined;
19732
- enable: boolean;
19733
- } | null | undefined;
19734
- foodpandaDelivery?: {
19735
- _id?: string | undefined;
19736
- ignoreDiscount?: boolean | null | undefined;
19737
- catalogId?: string | null | undefined;
19738
- commissionRate?: number | null | undefined;
19739
- lastSynchronize?: string | null | undefined;
19740
- showProductAddon?: boolean | null | undefined;
19741
18002
  autoAccept?: boolean | null | undefined;
19742
- reportConfig?: {
19743
- commissionRate: number;
19744
- discountCampaigns: {
19745
- name: string;
19746
- date: {
19747
- end: string;
19748
- start: string;
19749
- };
19750
- vendorBearPercentage: number;
19751
- }[];
19752
- } | null | undefined;
19753
- hasSst?: boolean | null | undefined;
19754
- enable: boolean;
19755
- remoteId: string;
19756
- autoCloseBill: boolean;
19757
- } | null | undefined;
19758
- grabfoodDelivery?: {
19759
- _id?: string | undefined;
19760
- catalogId?: string | null | undefined;
19761
- lastSynchronize?: string | null | undefined;
19762
- showProductAddon?: boolean | null | undefined;
19763
- enable: boolean;
19764
- commissionRate: number;
19765
- autoCloseBill: boolean;
19766
- merchantID: string;
19767
- } | null | undefined;
19768
- shopeefoodDelivery?: {
19769
- _id?: string | undefined;
19770
- catalogId?: string | null | undefined;
19771
- lastSynchronize?: string | null | undefined;
19772
- showProductAddon?: boolean | null | undefined;
18003
+ ignoreStock?: boolean | null | undefined;
19773
18004
  enable: boolean;
19774
- autoCloseBill: boolean;
19775
- reportConfig: {
19776
- commissionRate: number;
19777
- discountCampaigns: {
19778
- name: string;
19779
- date: {
19780
- end: string;
19781
- start: string;
19782
- };
19783
- vendorBearPercentage: number;
19784
- }[];
19785
- };
19786
- storeID: string;
19787
18005
  } | null | undefined;
19788
18006
  couchDbPassword?: string | null | undefined;
19789
18007
  apiToken?: string | null | undefined;
@@ -19808,6 +18026,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19808
18026
  mapBorderColor?: number | null | undefined;
19809
18027
  mapLineColor?: number | null | undefined;
19810
18028
  } | null | undefined;
18029
+ foodpandaDelivery?: any;
18030
+ grabfoodDelivery?: any;
18031
+ shopeefoodDelivery?: any;
19811
18032
  _id: string;
19812
18033
  expiredAt: string;
19813
18034
  businessId: string;
@@ -20023,7 +18244,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
20023
18244
  taxCode: string;
20024
18245
  systemCode: string;
20025
18246
  }> | null | undefined;
20026
- autoAccept?: boolean | null | undefined;
20027
18247
  deliveryTime?: {
20028
18248
  time?: string[] | null | undefined;
20029
18249
  custom?: {
@@ -20087,6 +18307,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
20087
18307
  name: string;
20088
18308
  instruction: string;
20089
18309
  }[] | null | undefined;
18310
+ autoAccept?: boolean | null | undefined;
20090
18311
  autoAcceptPaidOnly?: boolean | null | undefined;
20091
18312
  ignoreStock?: boolean | null | undefined;
20092
18313
  catalogId: string | null;
@@ -20113,12 +18334,12 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
20113
18334
  } | null | undefined;
20114
18335
  pickup?: {
20115
18336
  catalogId?: string | null | undefined;
20116
- autoAccept?: boolean | null | undefined;
20117
18337
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
20118
18338
  offlinePaymentTypes?: {
20119
18339
  name: string;
20120
18340
  instruction: string;
20121
18341
  }[] | null | undefined;
18342
+ autoAccept?: boolean | null | undefined;
20122
18343
  autoAcceptPaidOnly?: boolean | null | undefined;
20123
18344
  ignoreStock?: boolean | null | undefined;
20124
18345
  pickupTime?: {
@@ -20226,64 +18447,10 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
20226
18447
  feedmeDelivery?: {
20227
18448
  instruction?: string | null | undefined;
20228
18449
  catalogId?: string | null | undefined;
20229
- autoAccept?: boolean | null | undefined;
20230
18450
  term?: string | null | undefined;
20231
- ignoreStock?: boolean | null | undefined;
20232
- enable: boolean;
20233
- } | null | undefined;
20234
- foodpandaDelivery?: {
20235
- _id?: string | undefined;
20236
- ignoreDiscount?: boolean | null | undefined;
20237
- catalogId?: string | null | undefined;
20238
- commissionRate?: number | null | undefined;
20239
- lastSynchronize?: string | null | undefined;
20240
- showProductAddon?: boolean | null | undefined;
20241
18451
  autoAccept?: boolean | null | undefined;
20242
- reportConfig?: {
20243
- commissionRate: number;
20244
- discountCampaigns: {
20245
- name: string;
20246
- date: {
20247
- end: string;
20248
- start: string;
20249
- };
20250
- vendorBearPercentage: number;
20251
- }[];
20252
- } | null | undefined;
20253
- hasSst?: boolean | null | undefined;
20254
- enable: boolean;
20255
- remoteId: string;
20256
- autoCloseBill: boolean;
20257
- } | null | undefined;
20258
- grabfoodDelivery?: {
20259
- _id?: string | undefined;
20260
- catalogId?: string | null | undefined;
20261
- lastSynchronize?: string | null | undefined;
20262
- showProductAddon?: boolean | null | undefined;
20263
- enable: boolean;
20264
- commissionRate: number;
20265
- autoCloseBill: boolean;
20266
- merchantID: string;
20267
- } | null | undefined;
20268
- shopeefoodDelivery?: {
20269
- _id?: string | undefined;
20270
- catalogId?: string | null | undefined;
20271
- lastSynchronize?: string | null | undefined;
20272
- showProductAddon?: boolean | null | undefined;
18452
+ ignoreStock?: boolean | null | undefined;
20273
18453
  enable: boolean;
20274
- autoCloseBill: boolean;
20275
- reportConfig: {
20276
- commissionRate: number;
20277
- discountCampaigns: {
20278
- name: string;
20279
- date: {
20280
- end: string;
20281
- start: string;
20282
- };
20283
- vendorBearPercentage: number;
20284
- }[];
20285
- };
20286
- storeID: string;
20287
18454
  } | null | undefined;
20288
18455
  couchDbPassword?: string | null | undefined;
20289
18456
  apiToken?: string | null | undefined;
@@ -20308,6 +18475,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
20308
18475
  mapBorderColor?: number | null | undefined;
20309
18476
  mapLineColor?: number | null | undefined;
20310
18477
  } | null | undefined;
18478
+ foodpandaDelivery?: any;
18479
+ grabfoodDelivery?: any;
18480
+ shopeefoodDelivery?: any;
20311
18481
  _id: string;
20312
18482
  expiredAt: string;
20313
18483
  businessId: string;