@feedmepos/mf-order-setting 0.0.44 → 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 (89) 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-CEh1QUZm.js → OrderSettingsView-B0shsMTu.js} +33723 -34786
  6. package/dist/{app-CKeIud_f.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/delivery.data.ts +7 -4
  84. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  85. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  86. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  87. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  88. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  89. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -4397,6 +4397,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4397
4397
  deliveryPrice?: any;
4398
4398
  costing?: any;
4399
4399
  minPrice?: any;
4400
+ customAttributes?: Record<string, any> | null | undefined;
4401
+ subCategories?: string[] | null | undefined;
4400
4402
  name: string;
4401
4403
  } | null | undefined;
4402
4404
  variantSelected?: {
@@ -4445,6 +4447,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4445
4447
  deliveryPrice?: any;
4446
4448
  costing?: any;
4447
4449
  minPrice?: any;
4450
+ customAttributes?: Record<string, any> | null | undefined;
4451
+ subCategories?: string[] | null | undefined;
4448
4452
  name: string;
4449
4453
  } | null | undefined;
4450
4454
  variantSelected?: {
@@ -4493,6 +4497,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4493
4497
  deliveryPrice?: any;
4494
4498
  costing?: any;
4495
4499
  minPrice?: any;
4500
+ customAttributes?: Record<string, any> | null | undefined;
4501
+ subCategories?: string[] | null | undefined;
4496
4502
  name: string;
4497
4503
  } | null | undefined;
4498
4504
  variantSelected?: {
@@ -4541,6 +4547,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4541
4547
  deliveryPrice?: any;
4542
4548
  costing?: any;
4543
4549
  minPrice?: any;
4550
+ customAttributes?: Record<string, any> | null | undefined;
4551
+ subCategories?: string[] | null | undefined;
4544
4552
  name: string;
4545
4553
  } | null | undefined;
4546
4554
  variantSelected?: {
@@ -4610,6 +4618,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4610
4618
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4611
4619
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4612
4620
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4621
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4622
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4613
4623
  }, "strip", z.ZodTypeAny, {
4614
4624
  code?: string | null | undefined;
4615
4625
  unit?: string | null | undefined;
@@ -4635,6 +4645,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4635
4645
  deliveryPrice?: any;
4636
4646
  costing?: any;
4637
4647
  minPrice?: any;
4648
+ customAttributes?: Record<string, any> | null | undefined;
4649
+ subCategories?: string[] | null | undefined;
4638
4650
  name: string;
4639
4651
  price: {
4640
4652
  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";
@@ -4666,6 +4678,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4666
4678
  deliveryPrice?: any;
4667
4679
  costing?: any;
4668
4680
  minPrice?: any;
4681
+ customAttributes?: Record<string, any> | null | undefined;
4682
+ subCategories?: string[] | null | undefined;
4669
4683
  name: string;
4670
4684
  price: {
4671
4685
  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";
@@ -4756,6 +4770,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4756
4770
  deliveryPrice?: any;
4757
4771
  costing?: any;
4758
4772
  minPrice?: any;
4773
+ customAttributes?: Record<string, any> | null | undefined;
4774
+ subCategories?: string[] | null | undefined;
4759
4775
  name: string;
4760
4776
  price: {
4761
4777
  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";
@@ -4800,6 +4816,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4800
4816
  deliveryPrice?: any;
4801
4817
  costing?: any;
4802
4818
  minPrice?: any;
4819
+ customAttributes?: Record<string, any> | null | undefined;
4820
+ subCategories?: string[] | null | undefined;
4803
4821
  name: string;
4804
4822
  } | null | undefined;
4805
4823
  variantSelected?: {
@@ -4848,6 +4866,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4848
4866
  deliveryPrice?: any;
4849
4867
  costing?: any;
4850
4868
  minPrice?: any;
4869
+ customAttributes?: Record<string, any> | null | undefined;
4870
+ subCategories?: string[] | null | undefined;
4851
4871
  name: string;
4852
4872
  } | null | undefined;
4853
4873
  variantSelected?: {
@@ -4908,6 +4928,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4908
4928
  deliveryPrice?: any;
4909
4929
  costing?: any;
4910
4930
  minPrice?: any;
4931
+ customAttributes?: Record<string, any> | null | undefined;
4932
+ subCategories?: string[] | null | undefined;
4911
4933
  name: string;
4912
4934
  price: {
4913
4935
  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";
@@ -4952,6 +4974,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
4952
4974
  deliveryPrice?: any;
4953
4975
  costing?: any;
4954
4976
  minPrice?: any;
4977
+ customAttributes?: Record<string, any> | null | undefined;
4978
+ subCategories?: string[] | null | undefined;
4955
4979
  name: string;
4956
4980
  } | null | undefined;
4957
4981
  variantSelected?: {
@@ -5000,6 +5024,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
5000
5024
  deliveryPrice?: any;
5001
5025
  costing?: any;
5002
5026
  minPrice?: any;
5027
+ customAttributes?: Record<string, any> | null | undefined;
5028
+ subCategories?: string[] | null | undefined;
5003
5029
  name: string;
5004
5030
  } | null | undefined;
5005
5031
  variantSelected?: {
@@ -9526,6 +9552,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9526
9552
  deliveryPrice?: any;
9527
9553
  costing?: any;
9528
9554
  minPrice?: any;
9555
+ customAttributes?: Record<string, any> | null | undefined;
9556
+ subCategories?: string[] | null | undefined;
9529
9557
  name: string;
9530
9558
  price: {
9531
9559
  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";
@@ -9570,6 +9598,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9570
9598
  deliveryPrice?: any;
9571
9599
  costing?: any;
9572
9600
  minPrice?: any;
9601
+ customAttributes?: Record<string, any> | null | undefined;
9602
+ subCategories?: string[] | null | undefined;
9573
9603
  name: string;
9574
9604
  } | null | undefined;
9575
9605
  variantSelected?: {
@@ -9618,6 +9648,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9618
9648
  deliveryPrice?: any;
9619
9649
  costing?: any;
9620
9650
  minPrice?: any;
9651
+ customAttributes?: Record<string, any> | null | undefined;
9652
+ subCategories?: string[] | null | undefined;
9621
9653
  name: string;
9622
9654
  } | null | undefined;
9623
9655
  variantSelected?: {
@@ -9689,6 +9721,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9689
9721
  deliveryPrice?: any;
9690
9722
  costing?: any;
9691
9723
  minPrice?: any;
9724
+ customAttributes?: Record<string, any> | null | undefined;
9725
+ subCategories?: string[] | null | undefined;
9692
9726
  name: string;
9693
9727
  price: {
9694
9728
  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";
@@ -9733,6 +9767,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9733
9767
  deliveryPrice?: any;
9734
9768
  costing?: any;
9735
9769
  minPrice?: any;
9770
+ customAttributes?: Record<string, any> | null | undefined;
9771
+ subCategories?: string[] | null | undefined;
9736
9772
  name: string;
9737
9773
  } | null | undefined;
9738
9774
  variantSelected?: {
@@ -9781,6 +9817,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
9781
9817
  deliveryPrice?: any;
9782
9818
  costing?: any;
9783
9819
  minPrice?: any;
9820
+ customAttributes?: Record<string, any> | null | undefined;
9821
+ subCategories?: string[] | null | undefined;
9784
9822
  name: string;
9785
9823
  } | null | undefined;
9786
9824
  variantSelected?: {
@@ -10113,6 +10151,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10113
10151
  deliveryPrice?: any;
10114
10152
  costing?: any;
10115
10153
  minPrice?: any;
10154
+ customAttributes?: Record<string, any> | null | undefined;
10155
+ subCategories?: string[] | null | undefined;
10116
10156
  name: string;
10117
10157
  } | null | undefined;
10118
10158
  variantSelected?: {
@@ -10161,6 +10201,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10161
10201
  deliveryPrice?: any;
10162
10202
  costing?: any;
10163
10203
  minPrice?: any;
10204
+ customAttributes?: Record<string, any> | null | undefined;
10205
+ subCategories?: string[] | null | undefined;
10164
10206
  name: string;
10165
10207
  } | null | undefined;
10166
10208
  variantSelected?: {
@@ -10209,6 +10251,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10209
10251
  deliveryPrice?: any;
10210
10252
  costing?: any;
10211
10253
  minPrice?: any;
10254
+ customAttributes?: Record<string, any> | null | undefined;
10255
+ subCategories?: string[] | null | undefined;
10212
10256
  name: string;
10213
10257
  } | null | undefined;
10214
10258
  variantSelected?: {
@@ -10257,6 +10301,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10257
10301
  deliveryPrice?: any;
10258
10302
  costing?: any;
10259
10303
  minPrice?: any;
10304
+ customAttributes?: Record<string, any> | null | undefined;
10305
+ subCategories?: string[] | null | undefined;
10260
10306
  name: string;
10261
10307
  } | null | undefined;
10262
10308
  variantSelected?: {
@@ -10326,6 +10372,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10326
10372
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
10327
10373
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
10328
10374
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
10375
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
10376
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10329
10377
  }, "strip", z.ZodTypeAny, {
10330
10378
  code?: string | null | undefined;
10331
10379
  unit?: string | null | undefined;
@@ -10351,6 +10399,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10351
10399
  deliveryPrice?: any;
10352
10400
  costing?: any;
10353
10401
  minPrice?: any;
10402
+ customAttributes?: Record<string, any> | null | undefined;
10403
+ subCategories?: string[] | null | undefined;
10354
10404
  name: string;
10355
10405
  price: {
10356
10406
  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";
@@ -10382,6 +10432,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10382
10432
  deliveryPrice?: any;
10383
10433
  costing?: any;
10384
10434
  minPrice?: any;
10435
+ customAttributes?: Record<string, any> | null | undefined;
10436
+ subCategories?: string[] | null | undefined;
10385
10437
  name: string;
10386
10438
  price: {
10387
10439
  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";
@@ -10472,6 +10524,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10472
10524
  deliveryPrice?: any;
10473
10525
  costing?: any;
10474
10526
  minPrice?: any;
10527
+ customAttributes?: Record<string, any> | null | undefined;
10528
+ subCategories?: string[] | null | undefined;
10475
10529
  name: string;
10476
10530
  price: {
10477
10531
  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";
@@ -10516,6 +10570,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10516
10570
  deliveryPrice?: any;
10517
10571
  costing?: any;
10518
10572
  minPrice?: any;
10573
+ customAttributes?: Record<string, any> | null | undefined;
10574
+ subCategories?: string[] | null | undefined;
10519
10575
  name: string;
10520
10576
  } | null | undefined;
10521
10577
  variantSelected?: {
@@ -10564,6 +10620,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10564
10620
  deliveryPrice?: any;
10565
10621
  costing?: any;
10566
10622
  minPrice?: any;
10623
+ customAttributes?: Record<string, any> | null | undefined;
10624
+ subCategories?: string[] | null | undefined;
10567
10625
  name: string;
10568
10626
  } | null | undefined;
10569
10627
  variantSelected?: {
@@ -10624,6 +10682,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10624
10682
  deliveryPrice?: any;
10625
10683
  costing?: any;
10626
10684
  minPrice?: any;
10685
+ customAttributes?: Record<string, any> | null | undefined;
10686
+ subCategories?: string[] | null | undefined;
10627
10687
  name: string;
10628
10688
  price: {
10629
10689
  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";
@@ -10668,6 +10728,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10668
10728
  deliveryPrice?: any;
10669
10729
  costing?: any;
10670
10730
  minPrice?: any;
10731
+ customAttributes?: Record<string, any> | null | undefined;
10732
+ subCategories?: string[] | null | undefined;
10671
10733
  name: string;
10672
10734
  } | null | undefined;
10673
10735
  variantSelected?: {
@@ -10716,6 +10778,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
10716
10778
  deliveryPrice?: any;
10717
10779
  costing?: any;
10718
10780
  minPrice?: any;
10781
+ customAttributes?: Record<string, any> | null | undefined;
10782
+ subCategories?: string[] | null | undefined;
10719
10783
  name: string;
10720
10784
  } | null | undefined;
10721
10785
  variantSelected?: {
@@ -15253,6 +15317,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15253
15317
  deliveryPrice?: any;
15254
15318
  costing?: any;
15255
15319
  minPrice?: any;
15320
+ customAttributes?: Record<string, any> | null | undefined;
15321
+ subCategories?: string[] | null | undefined;
15256
15322
  name: string;
15257
15323
  price: {
15258
15324
  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";
@@ -15297,6 +15363,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15297
15363
  deliveryPrice?: any;
15298
15364
  costing?: any;
15299
15365
  minPrice?: any;
15366
+ customAttributes?: Record<string, any> | null | undefined;
15367
+ subCategories?: string[] | null | undefined;
15300
15368
  name: string;
15301
15369
  } | null | undefined;
15302
15370
  variantSelected?: {
@@ -15345,6 +15413,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15345
15413
  deliveryPrice?: any;
15346
15414
  costing?: any;
15347
15415
  minPrice?: any;
15416
+ customAttributes?: Record<string, any> | null | undefined;
15417
+ subCategories?: string[] | null | undefined;
15348
15418
  name: string;
15349
15419
  } | null | undefined;
15350
15420
  variantSelected?: {
@@ -15416,6 +15486,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15416
15486
  deliveryPrice?: any;
15417
15487
  costing?: any;
15418
15488
  minPrice?: any;
15489
+ customAttributes?: Record<string, any> | null | undefined;
15490
+ subCategories?: string[] | null | undefined;
15419
15491
  name: string;
15420
15492
  price: {
15421
15493
  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";
@@ -15460,6 +15532,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15460
15532
  deliveryPrice?: any;
15461
15533
  costing?: any;
15462
15534
  minPrice?: any;
15535
+ customAttributes?: Record<string, any> | null | undefined;
15536
+ subCategories?: string[] | null | undefined;
15463
15537
  name: string;
15464
15538
  } | null | undefined;
15465
15539
  variantSelected?: {
@@ -15508,6 +15582,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
15508
15582
  deliveryPrice?: any;
15509
15583
  costing?: any;
15510
15584
  minPrice?: any;
15585
+ customAttributes?: Record<string, any> | null | undefined;
15586
+ subCategories?: string[] | null | undefined;
15511
15587
  name: string;
15512
15588
  } | null | undefined;
15513
15589
  variantSelected?: {
@@ -15857,6 +15933,8 @@ export declare const OrderDto: z.ZodObject<{
15857
15933
  deliveryPrice?: any;
15858
15934
  costing?: any;
15859
15935
  minPrice?: any;
15936
+ customAttributes?: Record<string, any> | null | undefined;
15937
+ subCategories?: string[] | null | undefined;
15860
15938
  name: string;
15861
15939
  } | null | undefined;
15862
15940
  variantSelected?: {
@@ -15905,6 +15983,8 @@ export declare const OrderDto: z.ZodObject<{
15905
15983
  deliveryPrice?: any;
15906
15984
  costing?: any;
15907
15985
  minPrice?: any;
15986
+ customAttributes?: Record<string, any> | null | undefined;
15987
+ subCategories?: string[] | null | undefined;
15908
15988
  name: string;
15909
15989
  } | null | undefined;
15910
15990
  variantSelected?: {
@@ -15953,6 +16033,8 @@ export declare const OrderDto: z.ZodObject<{
15953
16033
  deliveryPrice?: any;
15954
16034
  costing?: any;
15955
16035
  minPrice?: any;
16036
+ customAttributes?: Record<string, any> | null | undefined;
16037
+ subCategories?: string[] | null | undefined;
15956
16038
  name: string;
15957
16039
  } | null | undefined;
15958
16040
  variantSelected?: {
@@ -16001,6 +16083,8 @@ export declare const OrderDto: z.ZodObject<{
16001
16083
  deliveryPrice?: any;
16002
16084
  costing?: any;
16003
16085
  minPrice?: any;
16086
+ customAttributes?: Record<string, any> | null | undefined;
16087
+ subCategories?: string[] | null | undefined;
16004
16088
  name: string;
16005
16089
  } | null | undefined;
16006
16090
  variantSelected?: {
@@ -16070,6 +16154,8 @@ export declare const OrderDto: z.ZodObject<{
16070
16154
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
16071
16155
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
16072
16156
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
16157
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16158
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16073
16159
  }, "strip", z.ZodTypeAny, {
16074
16160
  code?: string | null | undefined;
16075
16161
  unit?: string | null | undefined;
@@ -16095,6 +16181,8 @@ export declare const OrderDto: z.ZodObject<{
16095
16181
  deliveryPrice?: any;
16096
16182
  costing?: any;
16097
16183
  minPrice?: any;
16184
+ customAttributes?: Record<string, any> | null | undefined;
16185
+ subCategories?: string[] | null | undefined;
16098
16186
  name: string;
16099
16187
  price: {
16100
16188
  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";
@@ -16126,6 +16214,8 @@ export declare const OrderDto: z.ZodObject<{
16126
16214
  deliveryPrice?: any;
16127
16215
  costing?: any;
16128
16216
  minPrice?: any;
16217
+ customAttributes?: Record<string, any> | null | undefined;
16218
+ subCategories?: string[] | null | undefined;
16129
16219
  name: string;
16130
16220
  price: {
16131
16221
  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";
@@ -16216,6 +16306,8 @@ export declare const OrderDto: z.ZodObject<{
16216
16306
  deliveryPrice?: any;
16217
16307
  costing?: any;
16218
16308
  minPrice?: any;
16309
+ customAttributes?: Record<string, any> | null | undefined;
16310
+ subCategories?: string[] | null | undefined;
16219
16311
  name: string;
16220
16312
  price: {
16221
16313
  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";
@@ -16260,6 +16352,8 @@ export declare const OrderDto: z.ZodObject<{
16260
16352
  deliveryPrice?: any;
16261
16353
  costing?: any;
16262
16354
  minPrice?: any;
16355
+ customAttributes?: Record<string, any> | null | undefined;
16356
+ subCategories?: string[] | null | undefined;
16263
16357
  name: string;
16264
16358
  } | null | undefined;
16265
16359
  variantSelected?: {
@@ -16308,6 +16402,8 @@ export declare const OrderDto: z.ZodObject<{
16308
16402
  deliveryPrice?: any;
16309
16403
  costing?: any;
16310
16404
  minPrice?: any;
16405
+ customAttributes?: Record<string, any> | null | undefined;
16406
+ subCategories?: string[] | null | undefined;
16311
16407
  name: string;
16312
16408
  } | null | undefined;
16313
16409
  variantSelected?: {
@@ -16368,6 +16464,8 @@ export declare const OrderDto: z.ZodObject<{
16368
16464
  deliveryPrice?: any;
16369
16465
  costing?: any;
16370
16466
  minPrice?: any;
16467
+ customAttributes?: Record<string, any> | null | undefined;
16468
+ subCategories?: string[] | null | undefined;
16371
16469
  name: string;
16372
16470
  price: {
16373
16471
  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";
@@ -16412,6 +16510,8 @@ export declare const OrderDto: z.ZodObject<{
16412
16510
  deliveryPrice?: any;
16413
16511
  costing?: any;
16414
16512
  minPrice?: any;
16513
+ customAttributes?: Record<string, any> | null | undefined;
16514
+ subCategories?: string[] | null | undefined;
16415
16515
  name: string;
16416
16516
  } | null | undefined;
16417
16517
  variantSelected?: {
@@ -16460,6 +16560,8 @@ export declare const OrderDto: z.ZodObject<{
16460
16560
  deliveryPrice?: any;
16461
16561
  costing?: any;
16462
16562
  minPrice?: any;
16563
+ customAttributes?: Record<string, any> | null | undefined;
16564
+ subCategories?: string[] | null | undefined;
16463
16565
  name: string;
16464
16566
  } | null | undefined;
16465
16567
  variantSelected?: {
@@ -17132,12 +17234,12 @@ export declare const OrderDto: z.ZodObject<{
17132
17234
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
17133
17235
  }, "strip", z.ZodTypeAny, {
17134
17236
  catalogId?: string | null | undefined;
17135
- autoAccept?: boolean | null | undefined;
17136
17237
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17137
17238
  offlinePaymentTypes?: {
17138
17239
  name: string;
17139
17240
  instruction: string;
17140
17241
  }[] | null | undefined;
17242
+ autoAccept?: boolean | null | undefined;
17141
17243
  autoAcceptPaidOnly?: boolean | null | undefined;
17142
17244
  ignoreStock?: boolean | null | undefined;
17143
17245
  pickupTime?: {
@@ -17156,12 +17258,12 @@ export declare const OrderDto: z.ZodObject<{
17156
17258
  } | null | undefined;
17157
17259
  }, {
17158
17260
  catalogId?: string | null | undefined;
17159
- autoAccept?: boolean | null | undefined;
17160
17261
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17161
17262
  offlinePaymentTypes?: {
17162
17263
  name: string;
17163
17264
  instruction: string;
17164
17265
  }[] | null | undefined;
17266
+ autoAccept?: boolean | null | undefined;
17165
17267
  autoAcceptPaidOnly?: boolean | null | undefined;
17166
17268
  ignoreStock?: boolean | null | undefined;
17167
17269
  pickupTime?: {
@@ -17182,12 +17284,12 @@ export declare const OrderDto: z.ZodObject<{
17182
17284
  }, "strip", z.ZodTypeAny, {
17183
17285
  pickup?: {
17184
17286
  catalogId?: string | null | undefined;
17185
- autoAccept?: boolean | null | undefined;
17186
17287
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17187
17288
  offlinePaymentTypes?: {
17188
17289
  name: string;
17189
17290
  instruction: string;
17190
17291
  }[] | null | undefined;
17292
+ autoAccept?: boolean | null | undefined;
17191
17293
  autoAcceptPaidOnly?: boolean | null | undefined;
17192
17294
  ignoreStock?: boolean | null | undefined;
17193
17295
  pickupTime?: {
@@ -17302,12 +17404,12 @@ export declare const OrderDto: z.ZodObject<{
17302
17404
  }, {
17303
17405
  pickup?: {
17304
17406
  catalogId?: string | null | undefined;
17305
- autoAccept?: boolean | null | undefined;
17306
17407
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17307
17408
  offlinePaymentTypes?: {
17308
17409
  name: string;
17309
17410
  instruction: string;
17310
17411
  }[] | null | undefined;
17412
+ autoAccept?: boolean | null | undefined;
17311
17413
  autoAcceptPaidOnly?: boolean | null | undefined;
17312
17414
  ignoreStock?: boolean | null | undefined;
17313
17415
  pickupTime?: {
@@ -22993,12 +23095,12 @@ export declare const OrderDto: z.ZodObject<{
22993
23095
  pf_restaurant?: {
22994
23096
  pickup?: {
22995
23097
  catalogId?: string | null | undefined;
22996
- autoAccept?: boolean | null | undefined;
22997
23098
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
22998
23099
  offlinePaymentTypes?: {
22999
23100
  name: string;
23000
23101
  instruction: string;
23001
23102
  }[] | null | undefined;
23103
+ autoAccept?: boolean | null | undefined;
23002
23104
  autoAcceptPaidOnly?: boolean | null | undefined;
23003
23105
  ignoreStock?: boolean | null | undefined;
23004
23106
  pickupTime?: {
@@ -23888,6 +23990,8 @@ export declare const OrderDto: z.ZodObject<{
23888
23990
  deliveryPrice?: any;
23889
23991
  costing?: any;
23890
23992
  minPrice?: any;
23993
+ customAttributes?: Record<string, any> | null | undefined;
23994
+ subCategories?: string[] | null | undefined;
23891
23995
  name: string;
23892
23996
  price: {
23893
23997
  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";
@@ -23932,6 +24036,8 @@ export declare const OrderDto: z.ZodObject<{
23932
24036
  deliveryPrice?: any;
23933
24037
  costing?: any;
23934
24038
  minPrice?: any;
24039
+ customAttributes?: Record<string, any> | null | undefined;
24040
+ subCategories?: string[] | null | undefined;
23935
24041
  name: string;
23936
24042
  } | null | undefined;
23937
24043
  variantSelected?: {
@@ -23980,6 +24086,8 @@ export declare const OrderDto: z.ZodObject<{
23980
24086
  deliveryPrice?: any;
23981
24087
  costing?: any;
23982
24088
  minPrice?: any;
24089
+ customAttributes?: Record<string, any> | null | undefined;
24090
+ subCategories?: string[] | null | undefined;
23983
24091
  name: string;
23984
24092
  } | null | undefined;
23985
24093
  variantSelected?: {
@@ -24096,12 +24204,12 @@ export declare const OrderDto: z.ZodObject<{
24096
24204
  pf_restaurant?: {
24097
24205
  pickup?: {
24098
24206
  catalogId?: string | null | undefined;
24099
- autoAccept?: boolean | null | undefined;
24100
24207
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
24101
24208
  offlinePaymentTypes?: {
24102
24209
  name: string;
24103
24210
  instruction: string;
24104
24211
  }[] | null | undefined;
24212
+ autoAccept?: boolean | null | undefined;
24105
24213
  autoAcceptPaidOnly?: boolean | null | undefined;
24106
24214
  ignoreStock?: boolean | null | undefined;
24107
24215
  pickupTime?: {
@@ -24976,6 +25084,8 @@ export declare const OrderDto: z.ZodObject<{
24976
25084
  deliveryPrice?: any;
24977
25085
  costing?: any;
24978
25086
  minPrice?: any;
25087
+ customAttributes?: Record<string, any> | null | undefined;
25088
+ subCategories?: string[] | null | undefined;
24979
25089
  name: string;
24980
25090
  price: {
24981
25091
  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";
@@ -25020,6 +25130,8 @@ export declare const OrderDto: z.ZodObject<{
25020
25130
  deliveryPrice?: any;
25021
25131
  costing?: any;
25022
25132
  minPrice?: any;
25133
+ customAttributes?: Record<string, any> | null | undefined;
25134
+ subCategories?: string[] | null | undefined;
25023
25135
  name: string;
25024
25136
  } | null | undefined;
25025
25137
  variantSelected?: {
@@ -25068,6 +25180,8 @@ export declare const OrderDto: z.ZodObject<{
25068
25180
  deliveryPrice?: any;
25069
25181
  costing?: any;
25070
25182
  minPrice?: any;
25183
+ customAttributes?: Record<string, any> | null | undefined;
25184
+ subCategories?: string[] | null | undefined;
25071
25185
  name: string;
25072
25186
  } | null | undefined;
25073
25187
  variantSelected?: {
@@ -25126,6 +25240,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25126
25240
  deliveryPrice?: any;
25127
25241
  costing?: any;
25128
25242
  minPrice?: any;
25243
+ customAttributes?: Record<string, any> | null | undefined;
25244
+ subCategories?: string[] | null | undefined;
25129
25245
  name: string;
25130
25246
  } | null | undefined;
25131
25247
  variantSelected?: {
@@ -25174,6 +25290,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25174
25290
  deliveryPrice?: any;
25175
25291
  costing?: any;
25176
25292
  minPrice?: any;
25293
+ customAttributes?: Record<string, any> | null | undefined;
25294
+ subCategories?: string[] | null | undefined;
25177
25295
  name: string;
25178
25296
  } | null | undefined;
25179
25297
  variantSelected?: {
@@ -25222,6 +25340,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25222
25340
  deliveryPrice?: any;
25223
25341
  costing?: any;
25224
25342
  minPrice?: any;
25343
+ customAttributes?: Record<string, any> | null | undefined;
25344
+ subCategories?: string[] | null | undefined;
25225
25345
  name: string;
25226
25346
  } | null | undefined;
25227
25347
  variantSelected?: {
@@ -25270,6 +25390,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25270
25390
  deliveryPrice?: any;
25271
25391
  costing?: any;
25272
25392
  minPrice?: any;
25393
+ customAttributes?: Record<string, any> | null | undefined;
25394
+ subCategories?: string[] | null | undefined;
25273
25395
  name: string;
25274
25396
  } | null | undefined;
25275
25397
  variantSelected?: {
@@ -25339,6 +25461,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25339
25461
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
25340
25462
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
25341
25463
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
25464
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
25465
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
25342
25466
  }, "strip", z.ZodTypeAny, {
25343
25467
  code?: string | null | undefined;
25344
25468
  unit?: string | null | undefined;
@@ -25364,6 +25488,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25364
25488
  deliveryPrice?: any;
25365
25489
  costing?: any;
25366
25490
  minPrice?: any;
25491
+ customAttributes?: Record<string, any> | null | undefined;
25492
+ subCategories?: string[] | null | undefined;
25367
25493
  name: string;
25368
25494
  price: {
25369
25495
  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";
@@ -25395,6 +25521,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25395
25521
  deliveryPrice?: any;
25396
25522
  costing?: any;
25397
25523
  minPrice?: any;
25524
+ customAttributes?: Record<string, any> | null | undefined;
25525
+ subCategories?: string[] | null | undefined;
25398
25526
  name: string;
25399
25527
  price: {
25400
25528
  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";
@@ -25485,6 +25613,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25485
25613
  deliveryPrice?: any;
25486
25614
  costing?: any;
25487
25615
  minPrice?: any;
25616
+ customAttributes?: Record<string, any> | null | undefined;
25617
+ subCategories?: string[] | null | undefined;
25488
25618
  name: string;
25489
25619
  price: {
25490
25620
  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";
@@ -25529,6 +25659,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25529
25659
  deliveryPrice?: any;
25530
25660
  costing?: any;
25531
25661
  minPrice?: any;
25662
+ customAttributes?: Record<string, any> | null | undefined;
25663
+ subCategories?: string[] | null | undefined;
25532
25664
  name: string;
25533
25665
  } | null | undefined;
25534
25666
  variantSelected?: {
@@ -25577,6 +25709,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25577
25709
  deliveryPrice?: any;
25578
25710
  costing?: any;
25579
25711
  minPrice?: any;
25712
+ customAttributes?: Record<string, any> | null | undefined;
25713
+ subCategories?: string[] | null | undefined;
25580
25714
  name: string;
25581
25715
  } | null | undefined;
25582
25716
  variantSelected?: {
@@ -25637,6 +25771,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25637
25771
  deliveryPrice?: any;
25638
25772
  costing?: any;
25639
25773
  minPrice?: any;
25774
+ customAttributes?: Record<string, any> | null | undefined;
25775
+ subCategories?: string[] | null | undefined;
25640
25776
  name: string;
25641
25777
  price: {
25642
25778
  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";
@@ -25681,6 +25817,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25681
25817
  deliveryPrice?: any;
25682
25818
  costing?: any;
25683
25819
  minPrice?: any;
25820
+ customAttributes?: Record<string, any> | null | undefined;
25821
+ subCategories?: string[] | null | undefined;
25684
25822
  name: string;
25685
25823
  } | null | undefined;
25686
25824
  variantSelected?: {
@@ -25729,6 +25867,8 @@ export declare const OrderKioskDto: z.ZodObject<{
25729
25867
  deliveryPrice?: any;
25730
25868
  costing?: any;
25731
25869
  minPrice?: any;
25870
+ customAttributes?: Record<string, any> | null | undefined;
25871
+ subCategories?: string[] | null | undefined;
25732
25872
  name: string;
25733
25873
  } | null | undefined;
25734
25874
  variantSelected?: {
@@ -26401,12 +26541,12 @@ export declare const OrderKioskDto: z.ZodObject<{
26401
26541
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
26402
26542
  }, "strip", z.ZodTypeAny, {
26403
26543
  catalogId?: string | null | undefined;
26404
- autoAccept?: boolean | null | undefined;
26405
26544
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
26406
26545
  offlinePaymentTypes?: {
26407
26546
  name: string;
26408
26547
  instruction: string;
26409
26548
  }[] | null | undefined;
26549
+ autoAccept?: boolean | null | undefined;
26410
26550
  autoAcceptPaidOnly?: boolean | null | undefined;
26411
26551
  ignoreStock?: boolean | null | undefined;
26412
26552
  pickupTime?: {
@@ -26425,12 +26565,12 @@ export declare const OrderKioskDto: z.ZodObject<{
26425
26565
  } | null | undefined;
26426
26566
  }, {
26427
26567
  catalogId?: string | null | undefined;
26428
- autoAccept?: boolean | null | undefined;
26429
26568
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
26430
26569
  offlinePaymentTypes?: {
26431
26570
  name: string;
26432
26571
  instruction: string;
26433
26572
  }[] | null | undefined;
26573
+ autoAccept?: boolean | null | undefined;
26434
26574
  autoAcceptPaidOnly?: boolean | null | undefined;
26435
26575
  ignoreStock?: boolean | null | undefined;
26436
26576
  pickupTime?: {
@@ -26451,12 +26591,12 @@ export declare const OrderKioskDto: z.ZodObject<{
26451
26591
  }, "strip", z.ZodTypeAny, {
26452
26592
  pickup?: {
26453
26593
  catalogId?: string | null | undefined;
26454
- autoAccept?: boolean | null | undefined;
26455
26594
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
26456
26595
  offlinePaymentTypes?: {
26457
26596
  name: string;
26458
26597
  instruction: string;
26459
26598
  }[] | null | undefined;
26599
+ autoAccept?: boolean | null | undefined;
26460
26600
  autoAcceptPaidOnly?: boolean | null | undefined;
26461
26601
  ignoreStock?: boolean | null | undefined;
26462
26602
  pickupTime?: {
@@ -26571,12 +26711,12 @@ export declare const OrderKioskDto: z.ZodObject<{
26571
26711
  }, {
26572
26712
  pickup?: {
26573
26713
  catalogId?: string | null | undefined;
26574
- autoAccept?: boolean | null | undefined;
26575
26714
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
26576
26715
  offlinePaymentTypes?: {
26577
26716
  name: string;
26578
26717
  instruction: string;
26579
26718
  }[] | null | undefined;
26719
+ autoAccept?: boolean | null | undefined;
26580
26720
  autoAcceptPaidOnly?: boolean | null | undefined;
26581
26721
  ignoreStock?: boolean | null | undefined;
26582
26722
  pickupTime?: {
@@ -32272,12 +32412,12 @@ export declare const OrderKioskDto: z.ZodObject<{
32272
32412
  pf_restaurant?: {
32273
32413
  pickup?: {
32274
32414
  catalogId?: string | null | undefined;
32275
- autoAccept?: boolean | null | undefined;
32276
32415
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
32277
32416
  offlinePaymentTypes?: {
32278
32417
  name: string;
32279
32418
  instruction: string;
32280
32419
  }[] | null | undefined;
32420
+ autoAccept?: boolean | null | undefined;
32281
32421
  autoAcceptPaidOnly?: boolean | null | undefined;
32282
32422
  ignoreStock?: boolean | null | undefined;
32283
32423
  pickupTime?: {
@@ -33169,6 +33309,8 @@ export declare const OrderKioskDto: z.ZodObject<{
33169
33309
  deliveryPrice?: any;
33170
33310
  costing?: any;
33171
33311
  minPrice?: any;
33312
+ customAttributes?: Record<string, any> | null | undefined;
33313
+ subCategories?: string[] | null | undefined;
33172
33314
  name: string;
33173
33315
  price: {
33174
33316
  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";
@@ -33213,6 +33355,8 @@ export declare const OrderKioskDto: z.ZodObject<{
33213
33355
  deliveryPrice?: any;
33214
33356
  costing?: any;
33215
33357
  minPrice?: any;
33358
+ customAttributes?: Record<string, any> | null | undefined;
33359
+ subCategories?: string[] | null | undefined;
33216
33360
  name: string;
33217
33361
  } | null | undefined;
33218
33362
  variantSelected?: {
@@ -33261,6 +33405,8 @@ export declare const OrderKioskDto: z.ZodObject<{
33261
33405
  deliveryPrice?: any;
33262
33406
  costing?: any;
33263
33407
  minPrice?: any;
33408
+ customAttributes?: Record<string, any> | null | undefined;
33409
+ subCategories?: string[] | null | undefined;
33264
33410
  name: string;
33265
33411
  } | null | undefined;
33266
33412
  variantSelected?: {
@@ -33377,12 +33523,12 @@ export declare const OrderKioskDto: z.ZodObject<{
33377
33523
  pf_restaurant?: {
33378
33524
  pickup?: {
33379
33525
  catalogId?: string | null | undefined;
33380
- autoAccept?: boolean | null | undefined;
33381
33526
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
33382
33527
  offlinePaymentTypes?: {
33383
33528
  name: string;
33384
33529
  instruction: string;
33385
33530
  }[] | null | undefined;
33531
+ autoAccept?: boolean | null | undefined;
33386
33532
  autoAcceptPaidOnly?: boolean | null | undefined;
33387
33533
  ignoreStock?: boolean | null | undefined;
33388
33534
  pickupTime?: {
@@ -34259,6 +34405,8 @@ export declare const OrderKioskDto: z.ZodObject<{
34259
34405
  deliveryPrice?: any;
34260
34406
  costing?: any;
34261
34407
  minPrice?: any;
34408
+ customAttributes?: Record<string, any> | null | undefined;
34409
+ subCategories?: string[] | null | undefined;
34262
34410
  name: string;
34263
34411
  price: {
34264
34412
  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";
@@ -34303,6 +34451,8 @@ export declare const OrderKioskDto: z.ZodObject<{
34303
34451
  deliveryPrice?: any;
34304
34452
  costing?: any;
34305
34453
  minPrice?: any;
34454
+ customAttributes?: Record<string, any> | null | undefined;
34455
+ subCategories?: string[] | null | undefined;
34306
34456
  name: string;
34307
34457
  } | null | undefined;
34308
34458
  variantSelected?: {
@@ -34351,6 +34501,8 @@ export declare const OrderKioskDto: z.ZodObject<{
34351
34501
  deliveryPrice?: any;
34352
34502
  costing?: any;
34353
34503
  minPrice?: any;
34504
+ customAttributes?: Record<string, any> | null | undefined;
34505
+ subCategories?: string[] | null | undefined;
34354
34506
  name: string;
34355
34507
  } | null | undefined;
34356
34508
  variantSelected?: {
@@ -39406,7 +39558,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39406
39558
  taxCode: string;
39407
39559
  systemCode: string;
39408
39560
  }> | null | undefined;
39409
- autoAccept?: boolean | null | undefined;
39410
39561
  deliveryTime?: {
39411
39562
  time?: string[] | null | undefined;
39412
39563
  custom?: {
@@ -39470,6 +39621,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39470
39621
  name: string;
39471
39622
  instruction: string;
39472
39623
  }[] | null | undefined;
39624
+ autoAccept?: boolean | null | undefined;
39473
39625
  autoAcceptPaidOnly?: boolean | null | undefined;
39474
39626
  ignoreStock?: boolean | null | undefined;
39475
39627
  catalogId: string | null;
@@ -39499,7 +39651,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39499
39651
  taxCode: string;
39500
39652
  systemCode: string;
39501
39653
  }> | null | undefined;
39502
- autoAccept?: boolean | null | undefined;
39503
39654
  deliveryTime?: {
39504
39655
  time?: string[] | null | undefined;
39505
39656
  custom?: {
@@ -39563,6 +39714,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39563
39714
  name: string;
39564
39715
  instruction: string;
39565
39716
  }[] | null | undefined;
39717
+ autoAccept?: boolean | null | undefined;
39566
39718
  autoAcceptPaidOnly?: boolean | null | undefined;
39567
39719
  ignoreStock?: boolean | null | undefined;
39568
39720
  catalogId: string | null;
@@ -39597,256 +39749,17 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39597
39749
  }, "strip", z.ZodTypeAny, {
39598
39750
  instruction?: string | null | undefined;
39599
39751
  catalogId?: string | null | undefined;
39600
- autoAccept?: boolean | null | undefined;
39601
39752
  term?: string | null | undefined;
39753
+ autoAccept?: boolean | null | undefined;
39602
39754
  ignoreStock?: boolean | null | undefined;
39603
39755
  enable: boolean;
39604
39756
  }, {
39605
39757
  instruction?: string | null | undefined;
39606
39758
  catalogId?: string | null | undefined;
39607
- autoAccept?: boolean | null | undefined;
39608
39759
  term?: string | null | undefined;
39609
- ignoreStock?: boolean | null | undefined;
39610
- enable: boolean;
39611
- }>>>;
39612
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
39613
- enable: z.ZodBoolean;
39614
- }, {
39615
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
39616
- remoteId: z.ZodString;
39617
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39618
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39619
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
39620
- autoCloseBill: z.ZodBoolean;
39621
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39622
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39623
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
39624
- commissionRate: z.ZodNumber;
39625
- discountCampaigns: z.ZodArray<z.ZodObject<{
39626
- name: z.ZodString;
39627
- vendorBearPercentage: z.ZodNumber;
39628
- date: z.ZodObject<{
39629
- start: z.ZodString;
39630
- end: z.ZodString;
39631
- }, "strip", z.ZodTypeAny, {
39632
- end: string;
39633
- start: string;
39634
- }, {
39635
- end: string;
39636
- start: string;
39637
- }>;
39638
- }, "strip", z.ZodTypeAny, {
39639
- name: string;
39640
- date: {
39641
- end: string;
39642
- start: string;
39643
- };
39644
- vendorBearPercentage: number;
39645
- }, {
39646
- name: string;
39647
- date: {
39648
- end: string;
39649
- start: string;
39650
- };
39651
- vendorBearPercentage: number;
39652
- }>, "many">;
39653
- }, "strip", z.ZodTypeAny, {
39654
- commissionRate: number;
39655
- discountCampaigns: {
39656
- name: string;
39657
- date: {
39658
- end: string;
39659
- start: string;
39660
- };
39661
- vendorBearPercentage: number;
39662
- }[];
39663
- }, {
39664
- commissionRate: number;
39665
- discountCampaigns: {
39666
- name: string;
39667
- date: {
39668
- end: string;
39669
- start: string;
39670
- };
39671
- vendorBearPercentage: number;
39672
- }[];
39673
- }>>>;
39674
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39675
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39676
- }>, "strip", z.ZodTypeAny, {
39677
- _id?: string | undefined;
39678
- ignoreDiscount?: boolean | null | undefined;
39679
- catalogId?: string | null | undefined;
39680
- commissionRate?: number | null | undefined;
39681
- lastSynchronize?: string | null | undefined;
39682
- showProductAddon?: boolean | null | undefined;
39683
- autoAccept?: boolean | null | undefined;
39684
- reportConfig?: {
39685
- commissionRate: number;
39686
- discountCampaigns: {
39687
- name: string;
39688
- date: {
39689
- end: string;
39690
- start: string;
39691
- };
39692
- vendorBearPercentage: number;
39693
- }[];
39694
- } | null | undefined;
39695
- hasSst?: boolean | null | undefined;
39696
- enable: boolean;
39697
- remoteId: string;
39698
- autoCloseBill: boolean;
39699
- }, {
39700
- _id?: string | undefined;
39701
- ignoreDiscount?: boolean | null | undefined;
39702
- catalogId?: string | null | undefined;
39703
- commissionRate?: number | null | undefined;
39704
- lastSynchronize?: string | null | undefined;
39705
- showProductAddon?: boolean | null | undefined;
39706
39760
  autoAccept?: boolean | null | undefined;
39707
- reportConfig?: {
39708
- commissionRate: number;
39709
- discountCampaigns: {
39710
- name: string;
39711
- date: {
39712
- end: string;
39713
- start: string;
39714
- };
39715
- vendorBearPercentage: number;
39716
- }[];
39717
- } | null | undefined;
39718
- hasSst?: boolean | null | undefined;
39719
- enable: boolean;
39720
- remoteId: string;
39721
- autoCloseBill: boolean;
39722
- }>>>;
39723
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
39724
- enable: z.ZodBoolean;
39725
- }, {
39726
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
39727
- merchantID: z.ZodString;
39728
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39729
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39730
- commissionRate: z.ZodNumber;
39731
- autoCloseBill: z.ZodBoolean;
39732
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39733
- }>, "strip", z.ZodTypeAny, {
39734
- _id?: string | undefined;
39735
- catalogId?: string | null | undefined;
39736
- lastSynchronize?: string | null | undefined;
39737
- showProductAddon?: boolean | null | undefined;
39738
- enable: boolean;
39739
- commissionRate: number;
39740
- autoCloseBill: boolean;
39741
- merchantID: string;
39742
- }, {
39743
- _id?: string | undefined;
39744
- catalogId?: string | null | undefined;
39745
- lastSynchronize?: string | null | undefined;
39746
- showProductAddon?: boolean | null | undefined;
39747
- enable: boolean;
39748
- commissionRate: number;
39749
- autoCloseBill: boolean;
39750
- merchantID: string;
39751
- }>>>;
39752
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
39753
- enable: z.ZodBoolean;
39754
- }, {
39755
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
39756
- storeID: z.ZodString;
39757
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39758
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39759
- autoCloseBill: z.ZodBoolean;
39760
- reportConfig: z.ZodObject<{
39761
- commissionRate: z.ZodNumber;
39762
- discountCampaigns: z.ZodArray<z.ZodObject<{
39763
- name: z.ZodString;
39764
- vendorBearPercentage: z.ZodNumber;
39765
- date: z.ZodObject<{
39766
- start: z.ZodString;
39767
- end: z.ZodString;
39768
- }, "strip", z.ZodTypeAny, {
39769
- end: string;
39770
- start: string;
39771
- }, {
39772
- end: string;
39773
- start: string;
39774
- }>;
39775
- }, "strip", z.ZodTypeAny, {
39776
- name: string;
39777
- date: {
39778
- end: string;
39779
- start: string;
39780
- };
39781
- vendorBearPercentage: number;
39782
- }, {
39783
- name: string;
39784
- date: {
39785
- end: string;
39786
- start: string;
39787
- };
39788
- vendorBearPercentage: number;
39789
- }>, "many">;
39790
- }, "strip", z.ZodTypeAny, {
39791
- commissionRate: number;
39792
- discountCampaigns: {
39793
- name: string;
39794
- date: {
39795
- end: string;
39796
- start: string;
39797
- };
39798
- vendorBearPercentage: number;
39799
- }[];
39800
- }, {
39801
- commissionRate: number;
39802
- discountCampaigns: {
39803
- name: string;
39804
- date: {
39805
- end: string;
39806
- start: string;
39807
- };
39808
- vendorBearPercentage: number;
39809
- }[];
39810
- }>;
39811
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39812
- }>, "strip", z.ZodTypeAny, {
39813
- _id?: string | undefined;
39814
- catalogId?: string | null | undefined;
39815
- lastSynchronize?: string | null | undefined;
39816
- showProductAddon?: boolean | null | undefined;
39817
- enable: boolean;
39818
- autoCloseBill: boolean;
39819
- reportConfig: {
39820
- commissionRate: number;
39821
- discountCampaigns: {
39822
- name: string;
39823
- date: {
39824
- end: string;
39825
- start: string;
39826
- };
39827
- vendorBearPercentage: number;
39828
- }[];
39829
- };
39830
- storeID: string;
39831
- }, {
39832
- _id?: string | undefined;
39833
- catalogId?: string | null | undefined;
39834
- lastSynchronize?: string | null | undefined;
39835
- showProductAddon?: boolean | null | undefined;
39761
+ ignoreStock?: boolean | null | undefined;
39836
39762
  enable: boolean;
39837
- autoCloseBill: boolean;
39838
- reportConfig: {
39839
- commissionRate: number;
39840
- discountCampaigns: {
39841
- name: string;
39842
- date: {
39843
- end: string;
39844
- start: string;
39845
- };
39846
- vendorBearPercentage: number;
39847
- }[];
39848
- };
39849
- storeID: string;
39850
39763
  }>>>;
39851
39764
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
39852
39765
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -39918,12 +39831,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39918
39831
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39919
39832
  }, "strip", z.ZodTypeAny, {
39920
39833
  catalogId?: string | null | undefined;
39921
- autoAccept?: boolean | null | undefined;
39922
39834
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
39923
39835
  offlinePaymentTypes?: {
39924
39836
  name: string;
39925
39837
  instruction: string;
39926
39838
  }[] | null | undefined;
39839
+ autoAccept?: boolean | null | undefined;
39927
39840
  autoAcceptPaidOnly?: boolean | null | undefined;
39928
39841
  ignoreStock?: boolean | null | undefined;
39929
39842
  pickupTime?: {
@@ -39942,12 +39855,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
39942
39855
  } | null | undefined;
39943
39856
  }, {
39944
39857
  catalogId?: string | null | undefined;
39945
- autoAccept?: boolean | null | undefined;
39946
39858
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
39947
39859
  offlinePaymentTypes?: {
39948
39860
  name: string;
39949
39861
  instruction: string;
39950
39862
  }[] | null | undefined;
39863
+ autoAccept?: boolean | null | undefined;
39951
39864
  autoAcceptPaidOnly?: boolean | null | undefined;
39952
39865
  ignoreStock?: boolean | null | undefined;
39953
39866
  pickupTime?: {
@@ -40068,6 +39981,9 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40068
39981
  mapLineColor?: number | null | undefined;
40069
39982
  }>>>;
40070
39983
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
39984
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
39985
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
39986
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
40071
39987
  }, "strip", z.ZodTypeAny, {
40072
39988
  channel?: string | null | undefined;
40073
39989
  machineId?: string | null | undefined;
@@ -40082,7 +39998,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40082
39998
  taxCode: string;
40083
39999
  systemCode: string;
40084
40000
  }> | null | undefined;
40085
- autoAccept?: boolean | null | undefined;
40086
40001
  deliveryTime?: {
40087
40002
  time?: string[] | null | undefined;
40088
40003
  custom?: {
@@ -40146,6 +40061,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40146
40061
  name: string;
40147
40062
  instruction: string;
40148
40063
  }[] | null | undefined;
40064
+ autoAccept?: boolean | null | undefined;
40149
40065
  autoAcceptPaidOnly?: boolean | null | undefined;
40150
40066
  ignoreStock?: boolean | null | undefined;
40151
40067
  catalogId: string | null;
@@ -40172,12 +40088,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40172
40088
  } | null | undefined;
40173
40089
  pickup?: {
40174
40090
  catalogId?: string | null | undefined;
40175
- autoAccept?: boolean | null | undefined;
40176
40091
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
40177
40092
  offlinePaymentTypes?: {
40178
40093
  name: string;
40179
40094
  instruction: string;
40180
40095
  }[] | null | undefined;
40096
+ autoAccept?: boolean | null | undefined;
40181
40097
  autoAcceptPaidOnly?: boolean | null | undefined;
40182
40098
  ignoreStock?: boolean | null | undefined;
40183
40099
  pickupTime?: {
@@ -40285,64 +40201,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40285
40201
  feedmeDelivery?: {
40286
40202
  instruction?: string | null | undefined;
40287
40203
  catalogId?: string | null | undefined;
40288
- autoAccept?: boolean | null | undefined;
40289
40204
  term?: string | null | undefined;
40290
- ignoreStock?: boolean | null | undefined;
40291
- enable: boolean;
40292
- } | null | undefined;
40293
- foodpandaDelivery?: {
40294
- _id?: string | undefined;
40295
- ignoreDiscount?: boolean | null | undefined;
40296
- catalogId?: string | null | undefined;
40297
- commissionRate?: number | null | undefined;
40298
- lastSynchronize?: string | null | undefined;
40299
- showProductAddon?: boolean | null | undefined;
40300
40205
  autoAccept?: boolean | null | undefined;
40301
- reportConfig?: {
40302
- commissionRate: number;
40303
- discountCampaigns: {
40304
- name: string;
40305
- date: {
40306
- end: string;
40307
- start: string;
40308
- };
40309
- vendorBearPercentage: number;
40310
- }[];
40311
- } | null | undefined;
40312
- hasSst?: boolean | null | undefined;
40313
- enable: boolean;
40314
- remoteId: string;
40315
- autoCloseBill: boolean;
40316
- } | null | undefined;
40317
- grabfoodDelivery?: {
40318
- _id?: string | undefined;
40319
- catalogId?: string | null | undefined;
40320
- lastSynchronize?: string | null | undefined;
40321
- showProductAddon?: boolean | null | undefined;
40322
- enable: boolean;
40323
- commissionRate: number;
40324
- autoCloseBill: boolean;
40325
- merchantID: string;
40326
- } | null | undefined;
40327
- shopeefoodDelivery?: {
40328
- _id?: string | undefined;
40329
- catalogId?: string | null | undefined;
40330
- lastSynchronize?: string | null | undefined;
40331
- showProductAddon?: boolean | null | undefined;
40206
+ ignoreStock?: boolean | null | undefined;
40332
40207
  enable: boolean;
40333
- autoCloseBill: boolean;
40334
- reportConfig: {
40335
- commissionRate: number;
40336
- discountCampaigns: {
40337
- name: string;
40338
- date: {
40339
- end: string;
40340
- start: string;
40341
- };
40342
- vendorBearPercentage: number;
40343
- }[];
40344
- };
40345
- storeID: string;
40346
40208
  } | null | undefined;
40347
40209
  couchDbPassword?: string | null | undefined;
40348
40210
  apiToken?: string | null | undefined;
@@ -40367,6 +40229,9 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40367
40229
  mapBorderColor?: number | null | undefined;
40368
40230
  mapLineColor?: number | null | undefined;
40369
40231
  } | null | undefined;
40232
+ foodpandaDelivery?: any;
40233
+ grabfoodDelivery?: any;
40234
+ shopeefoodDelivery?: any;
40370
40235
  _id: string;
40371
40236
  expiredAt: string;
40372
40237
  businessId: string;
@@ -40461,7 +40326,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40461
40326
  taxCode: string;
40462
40327
  systemCode: string;
40463
40328
  }> | null | undefined;
40464
- autoAccept?: boolean | null | undefined;
40465
40329
  deliveryTime?: {
40466
40330
  time?: string[] | null | undefined;
40467
40331
  custom?: {
@@ -40525,6 +40389,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40525
40389
  name: string;
40526
40390
  instruction: string;
40527
40391
  }[] | null | undefined;
40392
+ autoAccept?: boolean | null | undefined;
40528
40393
  autoAcceptPaidOnly?: boolean | null | undefined;
40529
40394
  ignoreStock?: boolean | null | undefined;
40530
40395
  catalogId: string | null;
@@ -40551,12 +40416,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40551
40416
  } | null | undefined;
40552
40417
  pickup?: {
40553
40418
  catalogId?: string | null | undefined;
40554
- autoAccept?: boolean | null | undefined;
40555
40419
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
40556
40420
  offlinePaymentTypes?: {
40557
40421
  name: string;
40558
40422
  instruction: string;
40559
40423
  }[] | null | undefined;
40424
+ autoAccept?: boolean | null | undefined;
40560
40425
  autoAcceptPaidOnly?: boolean | null | undefined;
40561
40426
  ignoreStock?: boolean | null | undefined;
40562
40427
  pickupTime?: {
@@ -40664,64 +40529,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40664
40529
  feedmeDelivery?: {
40665
40530
  instruction?: string | null | undefined;
40666
40531
  catalogId?: string | null | undefined;
40667
- autoAccept?: boolean | null | undefined;
40668
40532
  term?: string | null | undefined;
40669
- ignoreStock?: boolean | null | undefined;
40670
- enable: boolean;
40671
- } | null | undefined;
40672
- foodpandaDelivery?: {
40673
- _id?: string | undefined;
40674
- ignoreDiscount?: boolean | null | undefined;
40675
- catalogId?: string | null | undefined;
40676
- commissionRate?: number | null | undefined;
40677
- lastSynchronize?: string | null | undefined;
40678
- showProductAddon?: boolean | null | undefined;
40679
40533
  autoAccept?: boolean | null | undefined;
40680
- reportConfig?: {
40681
- commissionRate: number;
40682
- discountCampaigns: {
40683
- name: string;
40684
- date: {
40685
- end: string;
40686
- start: string;
40687
- };
40688
- vendorBearPercentage: number;
40689
- }[];
40690
- } | null | undefined;
40691
- hasSst?: boolean | null | undefined;
40692
- enable: boolean;
40693
- remoteId: string;
40694
- autoCloseBill: boolean;
40695
- } | null | undefined;
40696
- grabfoodDelivery?: {
40697
- _id?: string | undefined;
40698
- catalogId?: string | null | undefined;
40699
- lastSynchronize?: string | null | undefined;
40700
- showProductAddon?: boolean | null | undefined;
40701
- enable: boolean;
40702
- commissionRate: number;
40703
- autoCloseBill: boolean;
40704
- merchantID: string;
40705
- } | null | undefined;
40706
- shopeefoodDelivery?: {
40707
- _id?: string | undefined;
40708
- catalogId?: string | null | undefined;
40709
- lastSynchronize?: string | null | undefined;
40710
- showProductAddon?: boolean | null | undefined;
40534
+ ignoreStock?: boolean | null | undefined;
40711
40535
  enable: boolean;
40712
- autoCloseBill: boolean;
40713
- reportConfig: {
40714
- commissionRate: number;
40715
- discountCampaigns: {
40716
- name: string;
40717
- date: {
40718
- end: string;
40719
- start: string;
40720
- };
40721
- vendorBearPercentage: number;
40722
- }[];
40723
- };
40724
- storeID: string;
40725
40536
  } | null | undefined;
40726
40537
  couchDbPassword?: string | null | undefined;
40727
40538
  apiToken?: string | null | undefined;
@@ -40746,6 +40557,9 @@ export declare const OrderPOSGetDto: z.ZodObject<{
40746
40557
  mapBorderColor?: number | null | undefined;
40747
40558
  mapLineColor?: number | null | undefined;
40748
40559
  } | null | undefined;
40560
+ foodpandaDelivery?: any;
40561
+ grabfoodDelivery?: any;
40562
+ shopeefoodDelivery?: any;
40749
40563
  _id: string;
40750
40564
  expiredAt: string;
40751
40565
  businessId: string;
@@ -42844,7 +42658,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
42844
42658
  taxCode: string;
42845
42659
  systemCode: string;
42846
42660
  }> | null | undefined;
42847
- autoAccept?: boolean | null | undefined;
42848
42661
  deliveryTime?: {
42849
42662
  time?: string[] | null | undefined;
42850
42663
  custom?: {
@@ -42908,6 +42721,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
42908
42721
  name: string;
42909
42722
  instruction: string;
42910
42723
  }[] | null | undefined;
42724
+ autoAccept?: boolean | null | undefined;
42911
42725
  autoAcceptPaidOnly?: boolean | null | undefined;
42912
42726
  ignoreStock?: boolean | null | undefined;
42913
42727
  catalogId: string | null;
@@ -42934,12 +42748,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
42934
42748
  } | null | undefined;
42935
42749
  pickup?: {
42936
42750
  catalogId?: string | null | undefined;
42937
- autoAccept?: boolean | null | undefined;
42938
42751
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
42939
42752
  offlinePaymentTypes?: {
42940
42753
  name: string;
42941
42754
  instruction: string;
42942
42755
  }[] | null | undefined;
42756
+ autoAccept?: boolean | null | undefined;
42943
42757
  autoAcceptPaidOnly?: boolean | null | undefined;
42944
42758
  ignoreStock?: boolean | null | undefined;
42945
42759
  pickupTime?: {
@@ -43047,64 +42861,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43047
42861
  feedmeDelivery?: {
43048
42862
  instruction?: string | null | undefined;
43049
42863
  catalogId?: string | null | undefined;
43050
- autoAccept?: boolean | null | undefined;
43051
42864
  term?: string | null | undefined;
43052
- ignoreStock?: boolean | null | undefined;
43053
- enable: boolean;
43054
- } | null | undefined;
43055
- foodpandaDelivery?: {
43056
- _id?: string | undefined;
43057
- ignoreDiscount?: boolean | null | undefined;
43058
- catalogId?: string | null | undefined;
43059
- commissionRate?: number | null | undefined;
43060
- lastSynchronize?: string | null | undefined;
43061
- showProductAddon?: boolean | null | undefined;
43062
42865
  autoAccept?: boolean | null | undefined;
43063
- reportConfig?: {
43064
- commissionRate: number;
43065
- discountCampaigns: {
43066
- name: string;
43067
- date: {
43068
- end: string;
43069
- start: string;
43070
- };
43071
- vendorBearPercentage: number;
43072
- }[];
43073
- } | null | undefined;
43074
- hasSst?: boolean | null | undefined;
43075
- enable: boolean;
43076
- remoteId: string;
43077
- autoCloseBill: boolean;
43078
- } | null | undefined;
43079
- grabfoodDelivery?: {
43080
- _id?: string | undefined;
43081
- catalogId?: string | null | undefined;
43082
- lastSynchronize?: string | null | undefined;
43083
- showProductAddon?: boolean | null | undefined;
42866
+ ignoreStock?: boolean | null | undefined;
43084
42867
  enable: boolean;
43085
- commissionRate: number;
43086
- autoCloseBill: boolean;
43087
- merchantID: string;
43088
- } | null | undefined;
43089
- shopeefoodDelivery?: {
43090
- _id?: string | undefined;
43091
- catalogId?: string | null | undefined;
43092
- lastSynchronize?: string | null | undefined;
43093
- showProductAddon?: boolean | null | undefined;
43094
- enable: boolean;
43095
- autoCloseBill: boolean;
43096
- reportConfig: {
43097
- commissionRate: number;
43098
- discountCampaigns: {
43099
- name: string;
43100
- date: {
43101
- end: string;
43102
- start: string;
43103
- };
43104
- vendorBearPercentage: number;
43105
- }[];
43106
- };
43107
- storeID: string;
43108
42868
  } | null | undefined;
43109
42869
  couchDbPassword?: string | null | undefined;
43110
42870
  apiToken?: string | null | undefined;
@@ -43129,6 +42889,9 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43129
42889
  mapBorderColor?: number | null | undefined;
43130
42890
  mapLineColor?: number | null | undefined;
43131
42891
  } | null | undefined;
42892
+ foodpandaDelivery?: any;
42893
+ grabfoodDelivery?: any;
42894
+ shopeefoodDelivery?: any;
43132
42895
  _id: string;
43133
42896
  expiredAt: string;
43134
42897
  businessId: string;
@@ -43542,7 +43305,6 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43542
43305
  taxCode: string;
43543
43306
  systemCode: string;
43544
43307
  }> | null | undefined;
43545
- autoAccept?: boolean | null | undefined;
43546
43308
  deliveryTime?: {
43547
43309
  time?: string[] | null | undefined;
43548
43310
  custom?: {
@@ -43606,6 +43368,7 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43606
43368
  name: string;
43607
43369
  instruction: string;
43608
43370
  }[] | null | undefined;
43371
+ autoAccept?: boolean | null | undefined;
43609
43372
  autoAcceptPaidOnly?: boolean | null | undefined;
43610
43373
  ignoreStock?: boolean | null | undefined;
43611
43374
  catalogId: string | null;
@@ -43632,12 +43395,12 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43632
43395
  } | null | undefined;
43633
43396
  pickup?: {
43634
43397
  catalogId?: string | null | undefined;
43635
- autoAccept?: boolean | null | undefined;
43636
43398
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
43637
43399
  offlinePaymentTypes?: {
43638
43400
  name: string;
43639
43401
  instruction: string;
43640
43402
  }[] | null | undefined;
43403
+ autoAccept?: boolean | null | undefined;
43641
43404
  autoAcceptPaidOnly?: boolean | null | undefined;
43642
43405
  ignoreStock?: boolean | null | undefined;
43643
43406
  pickupTime?: {
@@ -43745,64 +43508,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43745
43508
  feedmeDelivery?: {
43746
43509
  instruction?: string | null | undefined;
43747
43510
  catalogId?: string | null | undefined;
43748
- autoAccept?: boolean | null | undefined;
43749
43511
  term?: string | null | undefined;
43750
- ignoreStock?: boolean | null | undefined;
43751
- enable: boolean;
43752
- } | null | undefined;
43753
- foodpandaDelivery?: {
43754
- _id?: string | undefined;
43755
- ignoreDiscount?: boolean | null | undefined;
43756
- catalogId?: string | null | undefined;
43757
- commissionRate?: number | null | undefined;
43758
- lastSynchronize?: string | null | undefined;
43759
- showProductAddon?: boolean | null | undefined;
43760
43512
  autoAccept?: boolean | null | undefined;
43761
- reportConfig?: {
43762
- commissionRate: number;
43763
- discountCampaigns: {
43764
- name: string;
43765
- date: {
43766
- end: string;
43767
- start: string;
43768
- };
43769
- vendorBearPercentage: number;
43770
- }[];
43771
- } | null | undefined;
43772
- hasSst?: boolean | null | undefined;
43773
- enable: boolean;
43774
- remoteId: string;
43775
- autoCloseBill: boolean;
43776
- } | null | undefined;
43777
- grabfoodDelivery?: {
43778
- _id?: string | undefined;
43779
- catalogId?: string | null | undefined;
43780
- lastSynchronize?: string | null | undefined;
43781
- showProductAddon?: boolean | null | undefined;
43782
- enable: boolean;
43783
- commissionRate: number;
43784
- autoCloseBill: boolean;
43785
- merchantID: string;
43786
- } | null | undefined;
43787
- shopeefoodDelivery?: {
43788
- _id?: string | undefined;
43789
- catalogId?: string | null | undefined;
43790
- lastSynchronize?: string | null | undefined;
43791
- showProductAddon?: boolean | null | undefined;
43513
+ ignoreStock?: boolean | null | undefined;
43792
43514
  enable: boolean;
43793
- autoCloseBill: boolean;
43794
- reportConfig: {
43795
- commissionRate: number;
43796
- discountCampaigns: {
43797
- name: string;
43798
- date: {
43799
- end: string;
43800
- start: string;
43801
- };
43802
- vendorBearPercentage: number;
43803
- }[];
43804
- };
43805
- storeID: string;
43806
43515
  } | null | undefined;
43807
43516
  couchDbPassword?: string | null | undefined;
43808
43517
  apiToken?: string | null | undefined;
@@ -43827,6 +43536,9 @@ export declare const OrderPOSGetDto: z.ZodObject<{
43827
43536
  mapBorderColor?: number | null | undefined;
43828
43537
  mapLineColor?: number | null | undefined;
43829
43538
  } | null | undefined;
43539
+ foodpandaDelivery?: any;
43540
+ grabfoodDelivery?: any;
43541
+ shopeefoodDelivery?: any;
43830
43542
  _id: string;
43831
43543
  expiredAt: string;
43832
43544
  businessId: string;
@@ -46765,6 +46477,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
46765
46477
  deliveryPrice?: any;
46766
46478
  costing?: any;
46767
46479
  minPrice?: any;
46480
+ customAttributes?: Record<string, any> | null | undefined;
46481
+ subCategories?: string[] | null | undefined;
46768
46482
  name: string;
46769
46483
  } | null | undefined;
46770
46484
  variantSelected?: {
@@ -46813,6 +46527,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
46813
46527
  deliveryPrice?: any;
46814
46528
  costing?: any;
46815
46529
  minPrice?: any;
46530
+ customAttributes?: Record<string, any> | null | undefined;
46531
+ subCategories?: string[] | null | undefined;
46816
46532
  name: string;
46817
46533
  } | null | undefined;
46818
46534
  variantSelected?: {
@@ -46861,6 +46577,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
46861
46577
  deliveryPrice?: any;
46862
46578
  costing?: any;
46863
46579
  minPrice?: any;
46580
+ customAttributes?: Record<string, any> | null | undefined;
46581
+ subCategories?: string[] | null | undefined;
46864
46582
  name: string;
46865
46583
  } | null | undefined;
46866
46584
  variantSelected?: {
@@ -46909,6 +46627,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
46909
46627
  deliveryPrice?: any;
46910
46628
  costing?: any;
46911
46629
  minPrice?: any;
46630
+ customAttributes?: Record<string, any> | null | undefined;
46631
+ subCategories?: string[] | null | undefined;
46912
46632
  name: string;
46913
46633
  } | null | undefined;
46914
46634
  variantSelected?: {
@@ -46978,6 +46698,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
46978
46698
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
46979
46699
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
46980
46700
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
46701
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
46702
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
46981
46703
  }, "strip", z.ZodTypeAny, {
46982
46704
  code?: string | null | undefined;
46983
46705
  unit?: string | null | undefined;
@@ -47003,6 +46725,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47003
46725
  deliveryPrice?: any;
47004
46726
  costing?: any;
47005
46727
  minPrice?: any;
46728
+ customAttributes?: Record<string, any> | null | undefined;
46729
+ subCategories?: string[] | null | undefined;
47006
46730
  name: string;
47007
46731
  price: {
47008
46732
  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";
@@ -47034,6 +46758,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47034
46758
  deliveryPrice?: any;
47035
46759
  costing?: any;
47036
46760
  minPrice?: any;
46761
+ customAttributes?: Record<string, any> | null | undefined;
46762
+ subCategories?: string[] | null | undefined;
47037
46763
  name: string;
47038
46764
  price: {
47039
46765
  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";
@@ -47116,6 +46842,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47116
46842
  deliveryPrice?: any;
47117
46843
  costing?: any;
47118
46844
  minPrice?: any;
46845
+ customAttributes?: Record<string, any> | null | undefined;
46846
+ subCategories?: string[] | null | undefined;
47119
46847
  name: string;
47120
46848
  } | null | undefined;
47121
46849
  variantSelected?: {
@@ -47164,6 +46892,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47164
46892
  deliveryPrice?: any;
47165
46893
  costing?: any;
47166
46894
  minPrice?: any;
46895
+ customAttributes?: Record<string, any> | null | undefined;
46896
+ subCategories?: string[] | null | undefined;
47167
46897
  name: string;
47168
46898
  } | null | undefined;
47169
46899
  variantSelected?: {
@@ -47212,6 +46942,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47212
46942
  deliveryPrice?: any;
47213
46943
  costing?: any;
47214
46944
  minPrice?: any;
46945
+ customAttributes?: Record<string, any> | null | undefined;
46946
+ subCategories?: string[] | null | undefined;
47215
46947
  name: string;
47216
46948
  } | null | undefined;
47217
46949
  variantSelected?: {
@@ -47260,6 +46992,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47260
46992
  deliveryPrice?: any;
47261
46993
  costing?: any;
47262
46994
  minPrice?: any;
46995
+ customAttributes?: Record<string, any> | null | undefined;
46996
+ subCategories?: string[] | null | undefined;
47263
46997
  name: string;
47264
46998
  } | null | undefined;
47265
46999
  variantSelected?: {
@@ -47318,6 +47052,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47318
47052
  deliveryPrice?: any;
47319
47053
  costing?: any;
47320
47054
  minPrice?: any;
47055
+ customAttributes?: Record<string, any> | null | undefined;
47056
+ subCategories?: string[] | null | undefined;
47321
47057
  name: string;
47322
47058
  price: {
47323
47059
  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";
@@ -47362,6 +47098,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47362
47098
  deliveryPrice?: any;
47363
47099
  costing?: any;
47364
47100
  minPrice?: any;
47101
+ customAttributes?: Record<string, any> | null | undefined;
47102
+ subCategories?: string[] | null | undefined;
47365
47103
  name: string;
47366
47104
  } | null | undefined;
47367
47105
  variantSelected?: {
@@ -47410,6 +47148,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47410
47148
  deliveryPrice?: any;
47411
47149
  costing?: any;
47412
47150
  minPrice?: any;
47151
+ customAttributes?: Record<string, any> | null | undefined;
47152
+ subCategories?: string[] | null | undefined;
47413
47153
  name: string;
47414
47154
  } | null | undefined;
47415
47155
  variantSelected?: {
@@ -47470,6 +47210,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47470
47210
  deliveryPrice?: any;
47471
47211
  costing?: any;
47472
47212
  minPrice?: any;
47213
+ customAttributes?: Record<string, any> | null | undefined;
47214
+ subCategories?: string[] | null | undefined;
47473
47215
  name: string;
47474
47216
  price: {
47475
47217
  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";
@@ -47514,6 +47256,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47514
47256
  deliveryPrice?: any;
47515
47257
  costing?: any;
47516
47258
  minPrice?: any;
47259
+ customAttributes?: Record<string, any> | null | undefined;
47260
+ subCategories?: string[] | null | undefined;
47517
47261
  name: string;
47518
47262
  } | null | undefined;
47519
47263
  variantSelected?: {
@@ -47562,6 +47306,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
47562
47306
  deliveryPrice?: any;
47563
47307
  costing?: any;
47564
47308
  minPrice?: any;
47309
+ customAttributes?: Record<string, any> | null | undefined;
47310
+ subCategories?: string[] | null | undefined;
47565
47311
  name: string;
47566
47312
  } | null | undefined;
47567
47313
  variantSelected?: {
@@ -49311,6 +49057,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49311
49057
  deliveryPrice?: any;
49312
49058
  costing?: any;
49313
49059
  minPrice?: any;
49060
+ customAttributes?: Record<string, any> | null | undefined;
49061
+ subCategories?: string[] | null | undefined;
49314
49062
  name: string;
49315
49063
  price: {
49316
49064
  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";
@@ -49355,6 +49103,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49355
49103
  deliveryPrice?: any;
49356
49104
  costing?: any;
49357
49105
  minPrice?: any;
49106
+ customAttributes?: Record<string, any> | null | undefined;
49107
+ subCategories?: string[] | null | undefined;
49358
49108
  name: string;
49359
49109
  } | null | undefined;
49360
49110
  variantSelected?: {
@@ -49403,6 +49153,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49403
49153
  deliveryPrice?: any;
49404
49154
  costing?: any;
49405
49155
  minPrice?: any;
49156
+ customAttributes?: Record<string, any> | null | undefined;
49157
+ subCategories?: string[] | null | undefined;
49406
49158
  name: string;
49407
49159
  } | null | undefined;
49408
49160
  variantSelected?: {
@@ -49703,6 +49455,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49703
49455
  deliveryPrice?: any;
49704
49456
  costing?: any;
49705
49457
  minPrice?: any;
49458
+ customAttributes?: Record<string, any> | null | undefined;
49459
+ subCategories?: string[] | null | undefined;
49706
49460
  name: string;
49707
49461
  price: {
49708
49462
  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";
@@ -49747,6 +49501,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49747
49501
  deliveryPrice?: any;
49748
49502
  costing?: any;
49749
49503
  minPrice?: any;
49504
+ customAttributes?: Record<string, any> | null | undefined;
49505
+ subCategories?: string[] | null | undefined;
49750
49506
  name: string;
49751
49507
  } | null | undefined;
49752
49508
  variantSelected?: {
@@ -49795,6 +49551,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
49795
49551
  deliveryPrice?: any;
49796
49552
  costing?: any;
49797
49553
  minPrice?: any;
49554
+ customAttributes?: Record<string, any> | null | undefined;
49555
+ subCategories?: string[] | null | undefined;
49798
49556
  name: string;
49799
49557
  } | null | undefined;
49800
49558
  variantSelected?: {
@@ -51302,6 +51060,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51302
51060
  deliveryPrice?: any;
51303
51061
  costing?: any;
51304
51062
  minPrice?: any;
51063
+ customAttributes?: Record<string, any> | null | undefined;
51064
+ subCategories?: string[] | null | undefined;
51305
51065
  name: string;
51306
51066
  } | null | undefined;
51307
51067
  variantSelected?: {
@@ -51350,6 +51110,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51350
51110
  deliveryPrice?: any;
51351
51111
  costing?: any;
51352
51112
  minPrice?: any;
51113
+ customAttributes?: Record<string, any> | null | undefined;
51114
+ subCategories?: string[] | null | undefined;
51353
51115
  name: string;
51354
51116
  } | null | undefined;
51355
51117
  variantSelected?: {
@@ -51398,6 +51160,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51398
51160
  deliveryPrice?: any;
51399
51161
  costing?: any;
51400
51162
  minPrice?: any;
51163
+ customAttributes?: Record<string, any> | null | undefined;
51164
+ subCategories?: string[] | null | undefined;
51401
51165
  name: string;
51402
51166
  } | null | undefined;
51403
51167
  variantSelected?: {
@@ -51446,6 +51210,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51446
51210
  deliveryPrice?: any;
51447
51211
  costing?: any;
51448
51212
  minPrice?: any;
51213
+ customAttributes?: Record<string, any> | null | undefined;
51214
+ subCategories?: string[] | null | undefined;
51449
51215
  name: string;
51450
51216
  } | null | undefined;
51451
51217
  variantSelected?: {
@@ -51515,6 +51281,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51515
51281
  deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
51516
51282
  costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
51517
51283
  minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
51284
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
51285
+ subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
51518
51286
  }, "strip", z.ZodTypeAny, {
51519
51287
  code?: string | null | undefined;
51520
51288
  unit?: string | null | undefined;
@@ -51540,6 +51308,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51540
51308
  deliveryPrice?: any;
51541
51309
  costing?: any;
51542
51310
  minPrice?: any;
51311
+ customAttributes?: Record<string, any> | null | undefined;
51312
+ subCategories?: string[] | null | undefined;
51543
51313
  name: string;
51544
51314
  price: {
51545
51315
  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";
@@ -51571,6 +51341,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51571
51341
  deliveryPrice?: any;
51572
51342
  costing?: any;
51573
51343
  minPrice?: any;
51344
+ customAttributes?: Record<string, any> | null | undefined;
51345
+ subCategories?: string[] | null | undefined;
51574
51346
  name: string;
51575
51347
  price: {
51576
51348
  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";
@@ -51661,6 +51433,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51661
51433
  deliveryPrice?: any;
51662
51434
  costing?: any;
51663
51435
  minPrice?: any;
51436
+ customAttributes?: Record<string, any> | null | undefined;
51437
+ subCategories?: string[] | null | undefined;
51664
51438
  name: string;
51665
51439
  price: {
51666
51440
  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";
@@ -51705,6 +51479,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51705
51479
  deliveryPrice?: any;
51706
51480
  costing?: any;
51707
51481
  minPrice?: any;
51482
+ customAttributes?: Record<string, any> | null | undefined;
51483
+ subCategories?: string[] | null | undefined;
51708
51484
  name: string;
51709
51485
  } | null | undefined;
51710
51486
  variantSelected?: {
@@ -51753,6 +51529,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51753
51529
  deliveryPrice?: any;
51754
51530
  costing?: any;
51755
51531
  minPrice?: any;
51532
+ customAttributes?: Record<string, any> | null | undefined;
51533
+ subCategories?: string[] | null | undefined;
51756
51534
  name: string;
51757
51535
  } | null | undefined;
51758
51536
  variantSelected?: {
@@ -51813,6 +51591,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51813
51591
  deliveryPrice?: any;
51814
51592
  costing?: any;
51815
51593
  minPrice?: any;
51594
+ customAttributes?: Record<string, any> | null | undefined;
51595
+ subCategories?: string[] | null | undefined;
51816
51596
  name: string;
51817
51597
  price: {
51818
51598
  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";
@@ -51857,6 +51637,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51857
51637
  deliveryPrice?: any;
51858
51638
  costing?: any;
51859
51639
  minPrice?: any;
51640
+ customAttributes?: Record<string, any> | null | undefined;
51641
+ subCategories?: string[] | null | undefined;
51860
51642
  name: string;
51861
51643
  } | null | undefined;
51862
51644
  variantSelected?: {
@@ -51905,6 +51687,8 @@ export declare const OrderPortalDto: z.ZodObject<{
51905
51687
  deliveryPrice?: any;
51906
51688
  costing?: any;
51907
51689
  minPrice?: any;
51690
+ customAttributes?: Record<string, any> | null | undefined;
51691
+ subCategories?: string[] | null | undefined;
51908
51692
  name: string;
51909
51693
  } | null | undefined;
51910
51694
  variantSelected?: {
@@ -56295,6 +56079,8 @@ export declare const OrderPortalDto: z.ZodObject<{
56295
56079
  deliveryPrice?: any;
56296
56080
  costing?: any;
56297
56081
  minPrice?: any;
56082
+ customAttributes?: Record<string, any> | null | undefined;
56083
+ subCategories?: string[] | null | undefined;
56298
56084
  name: string;
56299
56085
  price: {
56300
56086
  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";
@@ -56339,6 +56125,8 @@ export declare const OrderPortalDto: z.ZodObject<{
56339
56125
  deliveryPrice?: any;
56340
56126
  costing?: any;
56341
56127
  minPrice?: any;
56128
+ customAttributes?: Record<string, any> | null | undefined;
56129
+ subCategories?: string[] | null | undefined;
56342
56130
  name: string;
56343
56131
  } | null | undefined;
56344
56132
  variantSelected?: {
@@ -56387,6 +56175,8 @@ export declare const OrderPortalDto: z.ZodObject<{
56387
56175
  deliveryPrice?: any;
56388
56176
  costing?: any;
56389
56177
  minPrice?: any;
56178
+ customAttributes?: Record<string, any> | null | undefined;
56179
+ subCategories?: string[] | null | undefined;
56390
56180
  name: string;
56391
56181
  } | null | undefined;
56392
56182
  variantSelected?: {
@@ -57070,6 +56860,8 @@ export declare const OrderPortalDto: z.ZodObject<{
57070
56860
  deliveryPrice?: any;
57071
56861
  costing?: any;
57072
56862
  minPrice?: any;
56863
+ customAttributes?: Record<string, any> | null | undefined;
56864
+ subCategories?: string[] | null | undefined;
57073
56865
  name: string;
57074
56866
  price: {
57075
56867
  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";
@@ -57114,6 +56906,8 @@ export declare const OrderPortalDto: z.ZodObject<{
57114
56906
  deliveryPrice?: any;
57115
56907
  costing?: any;
57116
56908
  minPrice?: any;
56909
+ customAttributes?: Record<string, any> | null | undefined;
56910
+ subCategories?: string[] | null | undefined;
57117
56911
  name: string;
57118
56912
  } | null | undefined;
57119
56913
  variantSelected?: {
@@ -57162,6 +56956,8 @@ export declare const OrderPortalDto: z.ZodObject<{
57162
56956
  deliveryPrice?: any;
57163
56957
  costing?: any;
57164
56958
  minPrice?: any;
56959
+ customAttributes?: Record<string, any> | null | undefined;
56960
+ subCategories?: string[] | null | undefined;
57165
56961
  name: string;
57166
56962
  } | null | undefined;
57167
56963
  variantSelected?: {
@@ -59576,7 +59372,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
59576
59372
  taxCode: string;
59577
59373
  systemCode: string;
59578
59374
  }> | null | undefined;
59579
- autoAccept?: boolean | null | undefined;
59580
59375
  deliveryTime?: {
59581
59376
  time?: string[] | null | undefined;
59582
59377
  custom?: {
@@ -59640,6 +59435,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
59640
59435
  name: string;
59641
59436
  instruction: string;
59642
59437
  }[] | null | undefined;
59438
+ autoAccept?: boolean | null | undefined;
59643
59439
  autoAcceptPaidOnly?: boolean | null | undefined;
59644
59440
  ignoreStock?: boolean | null | undefined;
59645
59441
  catalogId: string | null;
@@ -59669,7 +59465,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
59669
59465
  taxCode: string;
59670
59466
  systemCode: string;
59671
59467
  }> | null | undefined;
59672
- autoAccept?: boolean | null | undefined;
59673
59468
  deliveryTime?: {
59674
59469
  time?: string[] | null | undefined;
59675
59470
  custom?: {
@@ -59733,6 +59528,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
59733
59528
  name: string;
59734
59529
  instruction: string;
59735
59530
  }[] | null | undefined;
59531
+ autoAccept?: boolean | null | undefined;
59736
59532
  autoAcceptPaidOnly?: boolean | null | undefined;
59737
59533
  ignoreStock?: boolean | null | undefined;
59738
59534
  catalogId: string | null;
@@ -59767,256 +59563,17 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
59767
59563
  }, "strip", z.ZodTypeAny, {
59768
59564
  instruction?: string | null | undefined;
59769
59565
  catalogId?: string | null | undefined;
59770
- autoAccept?: boolean | null | undefined;
59771
59566
  term?: string | null | undefined;
59567
+ autoAccept?: boolean | null | undefined;
59772
59568
  ignoreStock?: boolean | null | undefined;
59773
59569
  enable: boolean;
59774
59570
  }, {
59775
59571
  instruction?: string | null | undefined;
59776
59572
  catalogId?: string | null | undefined;
59777
- autoAccept?: boolean | null | undefined;
59778
59573
  term?: string | null | undefined;
59779
- ignoreStock?: boolean | null | undefined;
59780
- enable: boolean;
59781
- }>>>;
59782
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
59783
- enable: z.ZodBoolean;
59784
- }, {
59785
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
59786
- remoteId: z.ZodString;
59787
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59788
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59789
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
59790
- autoCloseBill: z.ZodBoolean;
59791
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59792
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59793
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
59794
- commissionRate: z.ZodNumber;
59795
- discountCampaigns: z.ZodArray<z.ZodObject<{
59796
- name: z.ZodString;
59797
- vendorBearPercentage: z.ZodNumber;
59798
- date: z.ZodObject<{
59799
- start: z.ZodString;
59800
- end: z.ZodString;
59801
- }, "strip", z.ZodTypeAny, {
59802
- end: string;
59803
- start: string;
59804
- }, {
59805
- end: string;
59806
- start: string;
59807
- }>;
59808
- }, "strip", z.ZodTypeAny, {
59809
- name: string;
59810
- date: {
59811
- end: string;
59812
- start: string;
59813
- };
59814
- vendorBearPercentage: number;
59815
- }, {
59816
- name: string;
59817
- date: {
59818
- end: string;
59819
- start: string;
59820
- };
59821
- vendorBearPercentage: number;
59822
- }>, "many">;
59823
- }, "strip", z.ZodTypeAny, {
59824
- commissionRate: number;
59825
- discountCampaigns: {
59826
- name: string;
59827
- date: {
59828
- end: string;
59829
- start: string;
59830
- };
59831
- vendorBearPercentage: number;
59832
- }[];
59833
- }, {
59834
- commissionRate: number;
59835
- discountCampaigns: {
59836
- name: string;
59837
- date: {
59838
- end: string;
59839
- start: string;
59840
- };
59841
- vendorBearPercentage: number;
59842
- }[];
59843
- }>>>;
59844
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59845
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59846
- }>, "strip", z.ZodTypeAny, {
59847
- _id?: string | undefined;
59848
- ignoreDiscount?: boolean | null | undefined;
59849
- catalogId?: string | null | undefined;
59850
- commissionRate?: number | null | undefined;
59851
- lastSynchronize?: string | null | undefined;
59852
- showProductAddon?: boolean | null | undefined;
59853
59574
  autoAccept?: boolean | null | undefined;
59854
- reportConfig?: {
59855
- commissionRate: number;
59856
- discountCampaigns: {
59857
- name: string;
59858
- date: {
59859
- end: string;
59860
- start: string;
59861
- };
59862
- vendorBearPercentage: number;
59863
- }[];
59864
- } | null | undefined;
59865
- hasSst?: boolean | null | undefined;
59866
- enable: boolean;
59867
- remoteId: string;
59868
- autoCloseBill: boolean;
59869
- }, {
59870
- _id?: string | undefined;
59871
- ignoreDiscount?: boolean | null | undefined;
59872
- catalogId?: string | null | undefined;
59873
- commissionRate?: number | null | undefined;
59874
- lastSynchronize?: string | null | undefined;
59875
- showProductAddon?: boolean | null | undefined;
59876
- autoAccept?: boolean | null | undefined;
59877
- reportConfig?: {
59878
- commissionRate: number;
59879
- discountCampaigns: {
59880
- name: string;
59881
- date: {
59882
- end: string;
59883
- start: string;
59884
- };
59885
- vendorBearPercentage: number;
59886
- }[];
59887
- } | null | undefined;
59888
- hasSst?: boolean | null | undefined;
59889
- enable: boolean;
59890
- remoteId: string;
59891
- autoCloseBill: boolean;
59892
- }>>>;
59893
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
59894
- enable: z.ZodBoolean;
59895
- }, {
59896
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
59897
- merchantID: z.ZodString;
59898
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59899
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59900
- commissionRate: z.ZodNumber;
59901
- autoCloseBill: z.ZodBoolean;
59902
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59903
- }>, "strip", z.ZodTypeAny, {
59904
- _id?: string | undefined;
59905
- catalogId?: string | null | undefined;
59906
- lastSynchronize?: string | null | undefined;
59907
- showProductAddon?: boolean | null | undefined;
59908
- enable: boolean;
59909
- commissionRate: number;
59910
- autoCloseBill: boolean;
59911
- merchantID: string;
59912
- }, {
59913
- _id?: string | undefined;
59914
- catalogId?: string | null | undefined;
59915
- lastSynchronize?: string | null | undefined;
59916
- showProductAddon?: boolean | null | undefined;
59917
- enable: boolean;
59918
- commissionRate: number;
59919
- autoCloseBill: boolean;
59920
- merchantID: string;
59921
- }>>>;
59922
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
59923
- enable: z.ZodBoolean;
59924
- }, {
59925
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
59926
- storeID: z.ZodString;
59927
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59928
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59929
- autoCloseBill: z.ZodBoolean;
59930
- reportConfig: z.ZodObject<{
59931
- commissionRate: z.ZodNumber;
59932
- discountCampaigns: z.ZodArray<z.ZodObject<{
59933
- name: z.ZodString;
59934
- vendorBearPercentage: z.ZodNumber;
59935
- date: z.ZodObject<{
59936
- start: z.ZodString;
59937
- end: z.ZodString;
59938
- }, "strip", z.ZodTypeAny, {
59939
- end: string;
59940
- start: string;
59941
- }, {
59942
- end: string;
59943
- start: string;
59944
- }>;
59945
- }, "strip", z.ZodTypeAny, {
59946
- name: string;
59947
- date: {
59948
- end: string;
59949
- start: string;
59950
- };
59951
- vendorBearPercentage: number;
59952
- }, {
59953
- name: string;
59954
- date: {
59955
- end: string;
59956
- start: string;
59957
- };
59958
- vendorBearPercentage: number;
59959
- }>, "many">;
59960
- }, "strip", z.ZodTypeAny, {
59961
- commissionRate: number;
59962
- discountCampaigns: {
59963
- name: string;
59964
- date: {
59965
- end: string;
59966
- start: string;
59967
- };
59968
- vendorBearPercentage: number;
59969
- }[];
59970
- }, {
59971
- commissionRate: number;
59972
- discountCampaigns: {
59973
- name: string;
59974
- date: {
59975
- end: string;
59976
- start: string;
59977
- };
59978
- vendorBearPercentage: number;
59979
- }[];
59980
- }>;
59981
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
59982
- }>, "strip", z.ZodTypeAny, {
59983
- _id?: string | undefined;
59984
- catalogId?: string | null | undefined;
59985
- lastSynchronize?: string | null | undefined;
59986
- showProductAddon?: boolean | null | undefined;
59987
- enable: boolean;
59988
- autoCloseBill: boolean;
59989
- reportConfig: {
59990
- commissionRate: number;
59991
- discountCampaigns: {
59992
- name: string;
59993
- date: {
59994
- end: string;
59995
- start: string;
59996
- };
59997
- vendorBearPercentage: number;
59998
- }[];
59999
- };
60000
- storeID: string;
60001
- }, {
60002
- _id?: string | undefined;
60003
- catalogId?: string | null | undefined;
60004
- lastSynchronize?: string | null | undefined;
60005
- showProductAddon?: boolean | null | undefined;
59575
+ ignoreStock?: boolean | null | undefined;
60006
59576
  enable: boolean;
60007
- autoCloseBill: boolean;
60008
- reportConfig: {
60009
- commissionRate: number;
60010
- discountCampaigns: {
60011
- name: string;
60012
- date: {
60013
- end: string;
60014
- start: string;
60015
- };
60016
- vendorBearPercentage: number;
60017
- }[];
60018
- };
60019
- storeID: string;
60020
59577
  }>>>;
60021
59578
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
60022
59579
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -60088,12 +59645,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60088
59645
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
60089
59646
  }, "strip", z.ZodTypeAny, {
60090
59647
  catalogId?: string | null | undefined;
60091
- autoAccept?: boolean | null | undefined;
60092
59648
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
60093
59649
  offlinePaymentTypes?: {
60094
59650
  name: string;
60095
59651
  instruction: string;
60096
59652
  }[] | null | undefined;
59653
+ autoAccept?: boolean | null | undefined;
60097
59654
  autoAcceptPaidOnly?: boolean | null | undefined;
60098
59655
  ignoreStock?: boolean | null | undefined;
60099
59656
  pickupTime?: {
@@ -60112,12 +59669,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60112
59669
  } | null | undefined;
60113
59670
  }, {
60114
59671
  catalogId?: string | null | undefined;
60115
- autoAccept?: boolean | null | undefined;
60116
59672
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
60117
59673
  offlinePaymentTypes?: {
60118
59674
  name: string;
60119
59675
  instruction: string;
60120
59676
  }[] | null | undefined;
59677
+ autoAccept?: boolean | null | undefined;
60121
59678
  autoAcceptPaidOnly?: boolean | null | undefined;
60122
59679
  ignoreStock?: boolean | null | undefined;
60123
59680
  pickupTime?: {
@@ -60238,6 +59795,9 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60238
59795
  mapLineColor?: number | null | undefined;
60239
59796
  }>>>;
60240
59797
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
59798
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
59799
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
59800
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
60241
59801
  }, "strip", z.ZodTypeAny, {
60242
59802
  channel?: string | null | undefined;
60243
59803
  machineId?: string | null | undefined;
@@ -60252,7 +59812,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60252
59812
  taxCode: string;
60253
59813
  systemCode: string;
60254
59814
  }> | null | undefined;
60255
- autoAccept?: boolean | null | undefined;
60256
59815
  deliveryTime?: {
60257
59816
  time?: string[] | null | undefined;
60258
59817
  custom?: {
@@ -60316,6 +59875,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60316
59875
  name: string;
60317
59876
  instruction: string;
60318
59877
  }[] | null | undefined;
59878
+ autoAccept?: boolean | null | undefined;
60319
59879
  autoAcceptPaidOnly?: boolean | null | undefined;
60320
59880
  ignoreStock?: boolean | null | undefined;
60321
59881
  catalogId: string | null;
@@ -60342,12 +59902,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60342
59902
  } | null | undefined;
60343
59903
  pickup?: {
60344
59904
  catalogId?: string | null | undefined;
60345
- autoAccept?: boolean | null | undefined;
60346
59905
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
60347
59906
  offlinePaymentTypes?: {
60348
59907
  name: string;
60349
59908
  instruction: string;
60350
59909
  }[] | null | undefined;
59910
+ autoAccept?: boolean | null | undefined;
60351
59911
  autoAcceptPaidOnly?: boolean | null | undefined;
60352
59912
  ignoreStock?: boolean | null | undefined;
60353
59913
  pickupTime?: {
@@ -60455,64 +60015,10 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60455
60015
  feedmeDelivery?: {
60456
60016
  instruction?: string | null | undefined;
60457
60017
  catalogId?: string | null | undefined;
60458
- autoAccept?: boolean | null | undefined;
60459
60018
  term?: string | null | undefined;
60460
- ignoreStock?: boolean | null | undefined;
60461
- enable: boolean;
60462
- } | null | undefined;
60463
- foodpandaDelivery?: {
60464
- _id?: string | undefined;
60465
- ignoreDiscount?: boolean | null | undefined;
60466
- catalogId?: string | null | undefined;
60467
- commissionRate?: number | null | undefined;
60468
- lastSynchronize?: string | null | undefined;
60469
- showProductAddon?: boolean | null | undefined;
60470
60019
  autoAccept?: boolean | null | undefined;
60471
- reportConfig?: {
60472
- commissionRate: number;
60473
- discountCampaigns: {
60474
- name: string;
60475
- date: {
60476
- end: string;
60477
- start: string;
60478
- };
60479
- vendorBearPercentage: number;
60480
- }[];
60481
- } | null | undefined;
60482
- hasSst?: boolean | null | undefined;
60483
- enable: boolean;
60484
- remoteId: string;
60485
- autoCloseBill: boolean;
60486
- } | null | undefined;
60487
- grabfoodDelivery?: {
60488
- _id?: string | undefined;
60489
- catalogId?: string | null | undefined;
60490
- lastSynchronize?: string | null | undefined;
60491
- showProductAddon?: boolean | null | undefined;
60020
+ ignoreStock?: boolean | null | undefined;
60492
60021
  enable: boolean;
60493
- commissionRate: number;
60494
- autoCloseBill: boolean;
60495
- merchantID: string;
60496
- } | null | undefined;
60497
- shopeefoodDelivery?: {
60498
- _id?: string | undefined;
60499
- catalogId?: string | null | undefined;
60500
- lastSynchronize?: string | null | undefined;
60501
- showProductAddon?: boolean | null | undefined;
60502
- enable: boolean;
60503
- autoCloseBill: boolean;
60504
- reportConfig: {
60505
- commissionRate: number;
60506
- discountCampaigns: {
60507
- name: string;
60508
- date: {
60509
- end: string;
60510
- start: string;
60511
- };
60512
- vendorBearPercentage: number;
60513
- }[];
60514
- };
60515
- storeID: string;
60516
60022
  } | null | undefined;
60517
60023
  couchDbPassword?: string | null | undefined;
60518
60024
  apiToken?: string | null | undefined;
@@ -60537,6 +60043,9 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60537
60043
  mapBorderColor?: number | null | undefined;
60538
60044
  mapLineColor?: number | null | undefined;
60539
60045
  } | null | undefined;
60046
+ foodpandaDelivery?: any;
60047
+ grabfoodDelivery?: any;
60048
+ shopeefoodDelivery?: any;
60540
60049
  _id: string;
60541
60050
  expiredAt: string;
60542
60051
  businessId: string;
@@ -60631,7 +60140,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60631
60140
  taxCode: string;
60632
60141
  systemCode: string;
60633
60142
  }> | null | undefined;
60634
- autoAccept?: boolean | null | undefined;
60635
60143
  deliveryTime?: {
60636
60144
  time?: string[] | null | undefined;
60637
60145
  custom?: {
@@ -60695,6 +60203,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60695
60203
  name: string;
60696
60204
  instruction: string;
60697
60205
  }[] | null | undefined;
60206
+ autoAccept?: boolean | null | undefined;
60698
60207
  autoAcceptPaidOnly?: boolean | null | undefined;
60699
60208
  ignoreStock?: boolean | null | undefined;
60700
60209
  catalogId: string | null;
@@ -60721,12 +60230,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60721
60230
  } | null | undefined;
60722
60231
  pickup?: {
60723
60232
  catalogId?: string | null | undefined;
60724
- autoAccept?: boolean | null | undefined;
60725
60233
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
60726
60234
  offlinePaymentTypes?: {
60727
60235
  name: string;
60728
60236
  instruction: string;
60729
60237
  }[] | null | undefined;
60238
+ autoAccept?: boolean | null | undefined;
60730
60239
  autoAcceptPaidOnly?: boolean | null | undefined;
60731
60240
  ignoreStock?: boolean | null | undefined;
60732
60241
  pickupTime?: {
@@ -60834,64 +60343,10 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60834
60343
  feedmeDelivery?: {
60835
60344
  instruction?: string | null | undefined;
60836
60345
  catalogId?: string | null | undefined;
60837
- autoAccept?: boolean | null | undefined;
60838
60346
  term?: string | null | undefined;
60839
- ignoreStock?: boolean | null | undefined;
60840
- enable: boolean;
60841
- } | null | undefined;
60842
- foodpandaDelivery?: {
60843
- _id?: string | undefined;
60844
- ignoreDiscount?: boolean | null | undefined;
60845
- catalogId?: string | null | undefined;
60846
- commissionRate?: number | null | undefined;
60847
- lastSynchronize?: string | null | undefined;
60848
- showProductAddon?: boolean | null | undefined;
60849
60347
  autoAccept?: boolean | null | undefined;
60850
- reportConfig?: {
60851
- commissionRate: number;
60852
- discountCampaigns: {
60853
- name: string;
60854
- date: {
60855
- end: string;
60856
- start: string;
60857
- };
60858
- vendorBearPercentage: number;
60859
- }[];
60860
- } | null | undefined;
60861
- hasSst?: boolean | null | undefined;
60862
- enable: boolean;
60863
- remoteId: string;
60864
- autoCloseBill: boolean;
60865
- } | null | undefined;
60866
- grabfoodDelivery?: {
60867
- _id?: string | undefined;
60868
- catalogId?: string | null | undefined;
60869
- lastSynchronize?: string | null | undefined;
60870
- showProductAddon?: boolean | null | undefined;
60871
- enable: boolean;
60872
- commissionRate: number;
60873
- autoCloseBill: boolean;
60874
- merchantID: string;
60875
- } | null | undefined;
60876
- shopeefoodDelivery?: {
60877
- _id?: string | undefined;
60878
- catalogId?: string | null | undefined;
60879
- lastSynchronize?: string | null | undefined;
60880
- showProductAddon?: boolean | null | undefined;
60348
+ ignoreStock?: boolean | null | undefined;
60881
60349
  enable: boolean;
60882
- autoCloseBill: boolean;
60883
- reportConfig: {
60884
- commissionRate: number;
60885
- discountCampaigns: {
60886
- name: string;
60887
- date: {
60888
- end: string;
60889
- start: string;
60890
- };
60891
- vendorBearPercentage: number;
60892
- }[];
60893
- };
60894
- storeID: string;
60895
60350
  } | null | undefined;
60896
60351
  couchDbPassword?: string | null | undefined;
60897
60352
  apiToken?: string | null | undefined;
@@ -60916,6 +60371,9 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
60916
60371
  mapBorderColor?: number | null | undefined;
60917
60372
  mapLineColor?: number | null | undefined;
60918
60373
  } | null | undefined;
60374
+ foodpandaDelivery?: any;
60375
+ grabfoodDelivery?: any;
60376
+ shopeefoodDelivery?: any;
60919
60377
  _id: string;
60920
60378
  expiredAt: string;
60921
60379
  businessId: string;
@@ -62158,6 +61616,31 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
62158
61616
  name: string;
62159
61617
  id: string;
62160
61618
  }>>>;
61619
+ printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
61620
+ printAt: z.ZodString;
61621
+ printBy: z.ZodObject<{
61622
+ id: z.ZodString;
61623
+ name: z.ZodString;
61624
+ }, "strip", z.ZodTypeAny, {
61625
+ name: string;
61626
+ id: string;
61627
+ }, {
61628
+ name: string;
61629
+ id: string;
61630
+ }>;
61631
+ }, "strip", z.ZodTypeAny, {
61632
+ printAt: string;
61633
+ printBy: {
61634
+ name: string;
61635
+ id: string;
61636
+ };
61637
+ }, {
61638
+ printAt: string;
61639
+ printBy: {
61640
+ name: string;
61641
+ id: string;
61642
+ };
61643
+ }>, "many">>>;
62161
61644
  kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
62162
61645
  startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
62163
61646
  finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -62736,6 +62219,13 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
62736
62219
  name: string[];
62737
62220
  combinationKey: string;
62738
62221
  } | null | undefined;
62222
+ printBy?: {
62223
+ user: {
62224
+ name: string;
62225
+ id: string;
62226
+ };
62227
+ printAt: string;
62228
+ }[] | null | undefined;
62739
62229
  unitQuantity?: number | null | undefined;
62740
62230
  refundedFrom?: string | null | undefined;
62741
62231
  refundBy?: {
@@ -62761,14 +62251,14 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
62761
62251
  name: string;
62762
62252
  id: string;
62763
62253
  } | null | undefined;
62764
- printReceiptAt?: string | null | undefined;
62765
- printBy?: {
62766
- user: {
62254
+ printChecklistRecords?: {
62255
+ printAt: string;
62256
+ printBy: {
62767
62257
  name: string;
62768
62258
  id: string;
62769
62259
  };
62770
- printAt: string;
62771
62260
  }[] | null | undefined;
62261
+ printReceiptAt?: string | null | undefined;
62772
62262
  deletedAt?: string | null | undefined;
62773
62263
  stockChange?: {
62774
62264
  countdowns: {
@@ -62974,6 +62464,13 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
62974
62464
  name: string[];
62975
62465
  combinationKey: string;
62976
62466
  } | null | undefined;
62467
+ printBy?: {
62468
+ user: {
62469
+ name: string;
62470
+ id: string;
62471
+ };
62472
+ printAt: string;
62473
+ }[] | null | undefined;
62977
62474
  unitQuantity?: number | null | undefined;
62978
62475
  refundedFrom?: string | null | undefined;
62979
62476
  refundBy?: {
@@ -62999,14 +62496,14 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
62999
62496
  name: string;
63000
62497
  id: string;
63001
62498
  } | null | undefined;
63002
- printReceiptAt?: string | null | undefined;
63003
- printBy?: {
63004
- user: {
62499
+ printChecklistRecords?: {
62500
+ printAt: string;
62501
+ printBy: {
63005
62502
  name: string;
63006
62503
  id: string;
63007
62504
  };
63008
- printAt: string;
63009
62505
  }[] | null | undefined;
62506
+ printReceiptAt?: string | null | undefined;
63010
62507
  deletedAt?: string | null | undefined;
63011
62508
  stockChange?: {
63012
62509
  countdowns: {
@@ -63229,7 +62726,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63229
62726
  taxCode: string;
63230
62727
  systemCode: string;
63231
62728
  }> | null | undefined;
63232
- autoAccept?: boolean | null | undefined;
63233
62729
  deliveryTime?: {
63234
62730
  time?: string[] | null | undefined;
63235
62731
  custom?: {
@@ -63293,6 +62789,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63293
62789
  name: string;
63294
62790
  instruction: string;
63295
62791
  }[] | null | undefined;
62792
+ autoAccept?: boolean | null | undefined;
63296
62793
  autoAcceptPaidOnly?: boolean | null | undefined;
63297
62794
  ignoreStock?: boolean | null | undefined;
63298
62795
  catalogId: string | null;
@@ -63319,12 +62816,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63319
62816
  } | null | undefined;
63320
62817
  pickup?: {
63321
62818
  catalogId?: string | null | undefined;
63322
- autoAccept?: boolean | null | undefined;
63323
62819
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
63324
62820
  offlinePaymentTypes?: {
63325
62821
  name: string;
63326
62822
  instruction: string;
63327
62823
  }[] | null | undefined;
62824
+ autoAccept?: boolean | null | undefined;
63328
62825
  autoAcceptPaidOnly?: boolean | null | undefined;
63329
62826
  ignoreStock?: boolean | null | undefined;
63330
62827
  pickupTime?: {
@@ -63432,64 +62929,10 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63432
62929
  feedmeDelivery?: {
63433
62930
  instruction?: string | null | undefined;
63434
62931
  catalogId?: string | null | undefined;
63435
- autoAccept?: boolean | null | undefined;
63436
62932
  term?: string | null | undefined;
63437
- ignoreStock?: boolean | null | undefined;
63438
- enable: boolean;
63439
- } | null | undefined;
63440
- foodpandaDelivery?: {
63441
- _id?: string | undefined;
63442
- ignoreDiscount?: boolean | null | undefined;
63443
- catalogId?: string | null | undefined;
63444
- commissionRate?: number | null | undefined;
63445
- lastSynchronize?: string | null | undefined;
63446
- showProductAddon?: boolean | null | undefined;
63447
62933
  autoAccept?: boolean | null | undefined;
63448
- reportConfig?: {
63449
- commissionRate: number;
63450
- discountCampaigns: {
63451
- name: string;
63452
- date: {
63453
- end: string;
63454
- start: string;
63455
- };
63456
- vendorBearPercentage: number;
63457
- }[];
63458
- } | null | undefined;
63459
- hasSst?: boolean | null | undefined;
63460
- enable: boolean;
63461
- remoteId: string;
63462
- autoCloseBill: boolean;
63463
- } | null | undefined;
63464
- grabfoodDelivery?: {
63465
- _id?: string | undefined;
63466
- catalogId?: string | null | undefined;
63467
- lastSynchronize?: string | null | undefined;
63468
- showProductAddon?: boolean | null | undefined;
62934
+ ignoreStock?: boolean | null | undefined;
63469
62935
  enable: boolean;
63470
- commissionRate: number;
63471
- autoCloseBill: boolean;
63472
- merchantID: string;
63473
- } | null | undefined;
63474
- shopeefoodDelivery?: {
63475
- _id?: string | undefined;
63476
- catalogId?: string | null | undefined;
63477
- lastSynchronize?: string | null | undefined;
63478
- showProductAddon?: boolean | null | undefined;
63479
- enable: boolean;
63480
- autoCloseBill: boolean;
63481
- reportConfig: {
63482
- commissionRate: number;
63483
- discountCampaigns: {
63484
- name: string;
63485
- date: {
63486
- end: string;
63487
- start: string;
63488
- };
63489
- vendorBearPercentage: number;
63490
- }[];
63491
- };
63492
- storeID: string;
63493
62936
  } | null | undefined;
63494
62937
  couchDbPassword?: string | null | undefined;
63495
62938
  apiToken?: string | null | undefined;
@@ -63514,6 +62957,9 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63514
62957
  mapBorderColor?: number | null | undefined;
63515
62958
  mapLineColor?: number | null | undefined;
63516
62959
  } | null | undefined;
62960
+ foodpandaDelivery?: any;
62961
+ grabfoodDelivery?: any;
62962
+ shopeefoodDelivery?: any;
63517
62963
  _id: string;
63518
62964
  expiredAt: string;
63519
62965
  businessId: string;
@@ -63750,6 +63196,13 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63750
63196
  name: string;
63751
63197
  id: string;
63752
63198
  } | null | undefined;
63199
+ printChecklistRecords?: {
63200
+ printAt: string;
63201
+ printBy: {
63202
+ name: string;
63203
+ id: string;
63204
+ };
63205
+ }[] | null | undefined;
63753
63206
  kitchenStation?: Record<string, {
63754
63207
  startAt?: string | null | undefined;
63755
63208
  finishAt?: string | null | undefined;
@@ -63985,7 +63438,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
63985
63438
  taxCode: string;
63986
63439
  systemCode: string;
63987
63440
  }> | null | undefined;
63988
- autoAccept?: boolean | null | undefined;
63989
63441
  deliveryTime?: {
63990
63442
  time?: string[] | null | undefined;
63991
63443
  custom?: {
@@ -64049,6 +63501,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64049
63501
  name: string;
64050
63502
  instruction: string;
64051
63503
  }[] | null | undefined;
63504
+ autoAccept?: boolean | null | undefined;
64052
63505
  autoAcceptPaidOnly?: boolean | null | undefined;
64053
63506
  ignoreStock?: boolean | null | undefined;
64054
63507
  catalogId: string | null;
@@ -64075,12 +63528,12 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64075
63528
  } | null | undefined;
64076
63529
  pickup?: {
64077
63530
  catalogId?: string | null | undefined;
64078
- autoAccept?: boolean | null | undefined;
64079
63531
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
64080
63532
  offlinePaymentTypes?: {
64081
63533
  name: string;
64082
63534
  instruction: string;
64083
63535
  }[] | null | undefined;
63536
+ autoAccept?: boolean | null | undefined;
64084
63537
  autoAcceptPaidOnly?: boolean | null | undefined;
64085
63538
  ignoreStock?: boolean | null | undefined;
64086
63539
  pickupTime?: {
@@ -64188,64 +63641,10 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64188
63641
  feedmeDelivery?: {
64189
63642
  instruction?: string | null | undefined;
64190
63643
  catalogId?: string | null | undefined;
64191
- autoAccept?: boolean | null | undefined;
64192
63644
  term?: string | null | undefined;
64193
- ignoreStock?: boolean | null | undefined;
64194
- enable: boolean;
64195
- } | null | undefined;
64196
- foodpandaDelivery?: {
64197
- _id?: string | undefined;
64198
- ignoreDiscount?: boolean | null | undefined;
64199
- catalogId?: string | null | undefined;
64200
- commissionRate?: number | null | undefined;
64201
- lastSynchronize?: string | null | undefined;
64202
- showProductAddon?: boolean | null | undefined;
64203
63645
  autoAccept?: boolean | null | undefined;
64204
- reportConfig?: {
64205
- commissionRate: number;
64206
- discountCampaigns: {
64207
- name: string;
64208
- date: {
64209
- end: string;
64210
- start: string;
64211
- };
64212
- vendorBearPercentage: number;
64213
- }[];
64214
- } | null | undefined;
64215
- hasSst?: boolean | null | undefined;
64216
- enable: boolean;
64217
- remoteId: string;
64218
- autoCloseBill: boolean;
64219
- } | null | undefined;
64220
- grabfoodDelivery?: {
64221
- _id?: string | undefined;
64222
- catalogId?: string | null | undefined;
64223
- lastSynchronize?: string | null | undefined;
64224
- showProductAddon?: boolean | null | undefined;
64225
- enable: boolean;
64226
- commissionRate: number;
64227
- autoCloseBill: boolean;
64228
- merchantID: string;
64229
- } | null | undefined;
64230
- shopeefoodDelivery?: {
64231
- _id?: string | undefined;
64232
- catalogId?: string | null | undefined;
64233
- lastSynchronize?: string | null | undefined;
64234
- showProductAddon?: boolean | null | undefined;
63646
+ ignoreStock?: boolean | null | undefined;
64235
63647
  enable: boolean;
64236
- autoCloseBill: boolean;
64237
- reportConfig: {
64238
- commissionRate: number;
64239
- discountCampaigns: {
64240
- name: string;
64241
- date: {
64242
- end: string;
64243
- start: string;
64244
- };
64245
- vendorBearPercentage: number;
64246
- }[];
64247
- };
64248
- storeID: string;
64249
63648
  } | null | undefined;
64250
63649
  couchDbPassword?: string | null | undefined;
64251
63650
  apiToken?: string | null | undefined;
@@ -64270,6 +63669,9 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64270
63669
  mapBorderColor?: number | null | undefined;
64271
63670
  mapLineColor?: number | null | undefined;
64272
63671
  } | null | undefined;
63672
+ foodpandaDelivery?: any;
63673
+ grabfoodDelivery?: any;
63674
+ shopeefoodDelivery?: any;
64273
63675
  _id: string;
64274
63676
  expiredAt: string;
64275
63677
  businessId: string;
@@ -64487,6 +63889,13 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64487
63889
  name: string[];
64488
63890
  combinationKey: string;
64489
63891
  } | null | undefined;
63892
+ printBy?: {
63893
+ user: {
63894
+ name: string;
63895
+ id: string;
63896
+ };
63897
+ printAt: string;
63898
+ }[] | null | undefined;
64490
63899
  unitQuantity?: number | null | undefined;
64491
63900
  refundedFrom?: string | null | undefined;
64492
63901
  refundBy?: {
@@ -64512,14 +63921,14 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64512
63921
  name: string;
64513
63922
  id: string;
64514
63923
  } | null | undefined;
64515
- printReceiptAt?: string | null | undefined;
64516
- printBy?: {
64517
- user: {
63924
+ printChecklistRecords?: {
63925
+ printAt: string;
63926
+ printBy: {
64518
63927
  name: string;
64519
63928
  id: string;
64520
63929
  };
64521
- printAt: string;
64522
63930
  }[] | null | undefined;
63931
+ printReceiptAt?: string | null | undefined;
64523
63932
  deletedAt?: string | null | undefined;
64524
63933
  stockChange?: {
64525
63934
  countdowns: {
@@ -64725,6 +64134,13 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64725
64134
  name: string[];
64726
64135
  combinationKey: string;
64727
64136
  } | null | undefined;
64137
+ printBy?: {
64138
+ user: {
64139
+ name: string;
64140
+ id: string;
64141
+ };
64142
+ printAt: string;
64143
+ }[] | null | undefined;
64728
64144
  unitQuantity?: number | null | undefined;
64729
64145
  refundedFrom?: string | null | undefined;
64730
64146
  refundBy?: {
@@ -64750,14 +64166,14 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
64750
64166
  name: string;
64751
64167
  id: string;
64752
64168
  } | null | undefined;
64753
- printReceiptAt?: string | null | undefined;
64754
- printBy?: {
64755
- user: {
64169
+ printChecklistRecords?: {
64170
+ printAt: string;
64171
+ printBy: {
64756
64172
  name: string;
64757
64173
  id: string;
64758
64174
  };
64759
- printAt: string;
64760
64175
  }[] | null | undefined;
64176
+ printReceiptAt?: string | null | undefined;
64761
64177
  deletedAt?: string | null | undefined;
64762
64178
  stockChange?: {
64763
64179
  countdowns: {