@feedmepos/mf-order-setting 0.0.43 → 0.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
  3. package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
  4. package/dist/KioskView-CN-Dk8fn.js +448 -0
  5. package/dist/{OrderSettingsView-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
  6. package/dist/{app-Db1lhCv7.js → app-BK8d3ff5.js} +115 -43
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
  10. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  11. package/dist/frontend/mf-order/src/app.d.ts +72 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +72 -0
  13. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
  14. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
  15. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
  16. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
  20. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
  21. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
  22. package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
  23. package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
  24. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
  26. package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
  27. package/dist/package/entity/booking/booking.do.d.ts +168 -2368
  28. package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
  29. package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
  30. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
  31. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
  32. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
  33. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
  34. package/dist/package/entity/index.d.ts +2 -0
  35. package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
  36. package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
  37. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
  38. package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
  39. package/dist/package/entity/order/order.do.d.ts +8 -0
  40. package/dist/package/entity/order/order.dto.d.ts +390 -974
  41. package/dist/package/entity/order/order.enum.d.ts +2 -0
  42. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
  43. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
  44. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
  46. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
  47. package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
  48. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
  49. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  50. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
  51. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
  52. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
  53. package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
  54. package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
  55. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
  56. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  57. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  58. package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
  59. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
  60. package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
  61. package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
  62. package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
  63. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
  64. package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
  65. package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
  66. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
  67. package/dist/package/entity/queue/queue.dto.d.ts +76 -14
  68. package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
  69. package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
  70. package/package.json +3 -3
  71. package/src/api/remoteOrder/index.ts +13 -2
  72. package/src/api/restaurant-setting/index.ts +6 -0
  73. package/src/locales/en-US.json +24 -0
  74. package/src/locales/th-TH.json +24 -0
  75. package/src/locales/zh-CN.json +24 -0
  76. package/src/modules/kiosk/interface.ts +1 -0
  77. package/src/stores/kiosk/mapper.ts +1 -0
  78. package/src/stores/order-setting/mapper.ts +20 -33
  79. package/src/stores/restaurant/index.ts +7 -3
  80. package/src/views/all-orders/FilterStatus.vue +1 -1
  81. package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
  82. package/src/views/order-settings/OrderSettingsView.vue +13 -5
  83. package/src/views/order-settings/delivery/DeliverySetting.vue +10 -5
  84. package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
  85. package/src/views/order-settings/delivery/delivery.data.ts +7 -4
  86. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  87. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  88. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  89. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  90. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  91. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -24,7 +24,7 @@ export type FdtoExternalCategory = {
24
24
  subCategoryMeta?: Record<string, FdtoMenuV4SubCategoryMeta> | null;
25
25
  };
26
26
  export declare const FdtoExternalCategory: z.ZodType<FdtoExternalCategory>;
27
- export declare const _FdtoExternalTakeaway: z.ZodObject<{
27
+ declare const _FdtoExternalTakeaway: z.ZodObject<{
28
28
  id: z.ZodString;
29
29
  name: z.ZodString;
30
30
  price: z.ZodObject<{
@@ -523,8 +523,10 @@ export declare const FdtoExternalGroupItemVariant: z.ZodObject<{
523
523
  }>;
524
524
  active: z.ZodBoolean;
525
525
  categoryId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
526
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
526
527
  }, "strip", z.ZodTypeAny, {
527
528
  categoryId?: string | null | undefined;
529
+ isDefault?: boolean | null | undefined;
528
530
  name: string[];
529
531
  code: string;
530
532
  id: string;
@@ -537,6 +539,7 @@ export declare const FdtoExternalGroupItemVariant: z.ZodObject<{
537
539
  combinationKey: string;
538
540
  }, {
539
541
  categoryId?: string | null | undefined;
542
+ isDefault?: boolean | null | undefined;
540
543
  name: string[];
541
544
  code: string;
542
545
  id: string;
@@ -570,8 +573,10 @@ export declare const FdtoExternalGroupItem: z.ZodObject<{
570
573
  }>;
571
574
  active: z.ZodBoolean;
572
575
  categoryId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
576
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
573
577
  }, "strip", z.ZodTypeAny, {
574
578
  categoryId?: string | null | undefined;
579
+ isDefault?: boolean | null | undefined;
575
580
  name: string[];
576
581
  code: string;
577
582
  id: string;
@@ -584,6 +589,7 @@ export declare const FdtoExternalGroupItem: z.ZodObject<{
584
589
  combinationKey: string;
585
590
  }, {
586
591
  categoryId?: string | null | undefined;
592
+ isDefault?: boolean | null | undefined;
587
593
  name: string[];
588
594
  code: string;
589
595
  id: string;
@@ -626,6 +632,7 @@ export declare const FdtoExternalGroupItem: z.ZodObject<{
626
632
  amount: number;
627
633
  precision: number;
628
634
  }>>>>;
635
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
629
636
  }, "strip", z.ZodTypeAny, {
630
637
  customAttributes?: Record<string, any> | null | undefined;
631
638
  categoryId?: string | null | undefined;
@@ -634,8 +641,10 @@ export declare const FdtoExternalGroupItem: z.ZodObject<{
634
641
  amount: number;
635
642
  precision: number;
636
643
  }> | null | undefined;
644
+ isDefault?: boolean | null | undefined;
637
645
  variant?: {
638
646
  categoryId?: string | null | undefined;
647
+ isDefault?: boolean | null | undefined;
639
648
  name: string[];
640
649
  code: string;
641
650
  id: string;
@@ -664,8 +673,10 @@ export declare const FdtoExternalGroupItem: z.ZodObject<{
664
673
  amount: number;
665
674
  precision: number;
666
675
  }> | null | undefined;
676
+ isDefault?: boolean | null | undefined;
667
677
  variant?: {
668
678
  categoryId?: string | null | undefined;
679
+ isDefault?: boolean | null | undefined;
669
680
  name: string[];
670
681
  code: string;
671
682
  id: string;
@@ -727,8 +738,10 @@ export declare const FdtoExternalGroup: z.ZodObject<{
727
738
  }>;
728
739
  active: z.ZodBoolean;
729
740
  categoryId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
741
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
730
742
  }, "strip", z.ZodTypeAny, {
731
743
  categoryId?: string | null | undefined;
744
+ isDefault?: boolean | null | undefined;
732
745
  name: string[];
733
746
  code: string;
734
747
  id: string;
@@ -741,6 +754,7 @@ export declare const FdtoExternalGroup: z.ZodObject<{
741
754
  combinationKey: string;
742
755
  }, {
743
756
  categoryId?: string | null | undefined;
757
+ isDefault?: boolean | null | undefined;
744
758
  name: string[];
745
759
  code: string;
746
760
  id: string;
@@ -783,6 +797,7 @@ export declare const FdtoExternalGroup: z.ZodObject<{
783
797
  amount: number;
784
798
  precision: number;
785
799
  }>>>>;
800
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
786
801
  }, "strip", z.ZodTypeAny, {
787
802
  customAttributes?: Record<string, any> | null | undefined;
788
803
  categoryId?: string | null | undefined;
@@ -791,8 +806,10 @@ export declare const FdtoExternalGroup: z.ZodObject<{
791
806
  amount: number;
792
807
  precision: number;
793
808
  }> | null | undefined;
809
+ isDefault?: boolean | null | undefined;
794
810
  variant?: {
795
811
  categoryId?: string | null | undefined;
812
+ isDefault?: boolean | null | undefined;
796
813
  name: string[];
797
814
  code: string;
798
815
  id: string;
@@ -821,8 +838,10 @@ export declare const FdtoExternalGroup: z.ZodObject<{
821
838
  amount: number;
822
839
  precision: number;
823
840
  }> | null | undefined;
841
+ isDefault?: boolean | null | undefined;
824
842
  variant?: {
825
843
  categoryId?: string | null | undefined;
844
+ isDefault?: boolean | null | undefined;
826
845
  name: string[];
827
846
  code: string;
828
847
  id: string;
@@ -872,8 +891,10 @@ export declare const FdtoExternalGroup: z.ZodObject<{
872
891
  amount: number;
873
892
  precision: number;
874
893
  }> | null | undefined;
894
+ isDefault?: boolean | null | undefined;
875
895
  variant?: {
876
896
  categoryId?: string | null | undefined;
897
+ isDefault?: boolean | null | undefined;
877
898
  name: string[];
878
899
  code: string;
879
900
  id: string;
@@ -915,8 +936,10 @@ export declare const FdtoExternalGroup: z.ZodObject<{
915
936
  amount: number;
916
937
  precision: number;
917
938
  }> | null | undefined;
939
+ isDefault?: boolean | null | undefined;
918
940
  variant?: {
919
941
  categoryId?: string | null | undefined;
942
+ isDefault?: boolean | null | undefined;
920
943
  name: string[];
921
944
  code: string;
922
945
  id: string;
@@ -1229,7 +1252,7 @@ export declare const FdtoOrderTypeOverride: z.ZodObject<{
1229
1252
  id: string;
1230
1253
  };
1231
1254
  }>;
1232
- export declare const _FdtoExternalItem: z.ZodObject<{
1255
+ declare const _FdtoExternalItem: z.ZodObject<{
1233
1256
  id: z.ZodString;
1234
1257
  name: z.ZodString;
1235
1258
  code: z.ZodString;
@@ -1810,6 +1833,7 @@ export declare const FdtoExternalItem: z.ZodObject<z.extendShape<{
1810
1833
  taxCode: string;
1811
1834
  }[] | null | undefined;
1812
1835
  customAttributes?: Record<string, any> | null | undefined;
1836
+ subCategories?: string[] | null | undefined;
1813
1837
  categoryId?: string | null | undefined;
1814
1838
  priceTiers?: Record<string, {
1815
1839
  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";
@@ -1880,7 +1904,6 @@ export declare const FdtoExternalItem: z.ZodObject<z.extendShape<{
1880
1904
  id: string;
1881
1905
  };
1882
1906
  } | null | undefined;
1883
- subCategories?: string[] | null | undefined;
1884
1907
  additionalCategories?: {
1885
1908
  position?: number | null | undefined;
1886
1909
  id: string;
@@ -1908,6 +1931,7 @@ export declare const FdtoExternalItem: z.ZodObject<z.extendShape<{
1908
1931
  taxCode: string;
1909
1932
  }[] | null | undefined;
1910
1933
  customAttributes?: Record<string, any> | null | undefined;
1934
+ subCategories?: string[] | null | undefined;
1911
1935
  categoryId?: string | null | undefined;
1912
1936
  priceTiers?: Record<string, {
1913
1937
  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";
@@ -1978,7 +2002,6 @@ export declare const FdtoExternalItem: z.ZodObject<z.extendShape<{
1978
2002
  id: string;
1979
2003
  };
1980
2004
  } | null | undefined;
1981
- subCategories?: string[] | null | undefined;
1982
2005
  additionalCategories?: {
1983
2006
  position?: number | null | undefined;
1984
2007
  id: string;
@@ -2209,8 +2232,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2209
2232
  }>;
2210
2233
  active: z.ZodBoolean;
2211
2234
  categoryId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2235
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2212
2236
  }, "strip", z.ZodTypeAny, {
2213
2237
  categoryId?: string | null | undefined;
2238
+ isDefault?: boolean | null | undefined;
2214
2239
  name: string[];
2215
2240
  code: string;
2216
2241
  id: string;
@@ -2223,6 +2248,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2223
2248
  combinationKey: string;
2224
2249
  }, {
2225
2250
  categoryId?: string | null | undefined;
2251
+ isDefault?: boolean | null | undefined;
2226
2252
  name: string[];
2227
2253
  code: string;
2228
2254
  id: string;
@@ -2265,6 +2291,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2265
2291
  amount: number;
2266
2292
  precision: number;
2267
2293
  }>>>>;
2294
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2268
2295
  }, "strip", z.ZodTypeAny, {
2269
2296
  customAttributes?: Record<string, any> | null | undefined;
2270
2297
  categoryId?: string | null | undefined;
@@ -2273,8 +2300,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2273
2300
  amount: number;
2274
2301
  precision: number;
2275
2302
  }> | null | undefined;
2303
+ isDefault?: boolean | null | undefined;
2276
2304
  variant?: {
2277
2305
  categoryId?: string | null | undefined;
2306
+ isDefault?: boolean | null | undefined;
2278
2307
  name: string[];
2279
2308
  code: string;
2280
2309
  id: string;
@@ -2303,8 +2332,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2303
2332
  amount: number;
2304
2333
  precision: number;
2305
2334
  }> | null | undefined;
2335
+ isDefault?: boolean | null | undefined;
2306
2336
  variant?: {
2307
2337
  categoryId?: string | null | undefined;
2338
+ isDefault?: boolean | null | undefined;
2308
2339
  name: string[];
2309
2340
  code: string;
2310
2341
  id: string;
@@ -2354,8 +2385,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2354
2385
  amount: number;
2355
2386
  precision: number;
2356
2387
  }> | null | undefined;
2388
+ isDefault?: boolean | null | undefined;
2357
2389
  variant?: {
2358
2390
  categoryId?: string | null | undefined;
2391
+ isDefault?: boolean | null | undefined;
2359
2392
  name: string[];
2360
2393
  code: string;
2361
2394
  id: string;
@@ -2397,8 +2430,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2397
2430
  amount: number;
2398
2431
  precision: number;
2399
2432
  }> | null | undefined;
2433
+ isDefault?: boolean | null | undefined;
2400
2434
  variant?: {
2401
2435
  categoryId?: string | null | undefined;
2436
+ isDefault?: boolean | null | undefined;
2402
2437
  name: string[];
2403
2438
  code: string;
2404
2439
  id: string;
@@ -2834,6 +2869,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2834
2869
  taxCode: string;
2835
2870
  }[] | null | undefined;
2836
2871
  customAttributes?: Record<string, any> | null | undefined;
2872
+ subCategories?: string[] | null | undefined;
2837
2873
  categoryId?: string | null | undefined;
2838
2874
  priceTiers?: Record<string, {
2839
2875
  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";
@@ -2904,7 +2940,6 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2904
2940
  id: string;
2905
2941
  };
2906
2942
  } | null | undefined;
2907
- subCategories?: string[] | null | undefined;
2908
2943
  additionalCategories?: {
2909
2944
  position?: number | null | undefined;
2910
2945
  id: string;
@@ -2932,6 +2967,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
2932
2967
  taxCode: string;
2933
2968
  }[] | null | undefined;
2934
2969
  customAttributes?: Record<string, any> | null | undefined;
2970
+ subCategories?: string[] | null | undefined;
2935
2971
  categoryId?: string | null | undefined;
2936
2972
  priceTiers?: Record<string, {
2937
2973
  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";
@@ -3002,7 +3038,6 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3002
3038
  id: string;
3003
3039
  };
3004
3040
  } | null | undefined;
3005
- subCategories?: string[] | null | undefined;
3006
3041
  additionalCategories?: {
3007
3042
  position?: number | null | undefined;
3008
3043
  id: string;
@@ -3034,6 +3069,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3034
3069
  taxCode: string;
3035
3070
  }[] | null | undefined;
3036
3071
  customAttributes?: Record<string, any> | null | undefined;
3072
+ subCategories?: string[] | null | undefined;
3037
3073
  categoryId?: string | null | undefined;
3038
3074
  priceTiers?: Record<string, {
3039
3075
  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";
@@ -3104,7 +3140,6 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3104
3140
  id: string;
3105
3141
  };
3106
3142
  } | null | undefined;
3107
- subCategories?: string[] | null | undefined;
3108
3143
  additionalCategories?: {
3109
3144
  position?: number | null | undefined;
3110
3145
  id: string;
@@ -3141,8 +3176,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3141
3176
  amount: number;
3142
3177
  precision: number;
3143
3178
  }> | null | undefined;
3179
+ isDefault?: boolean | null | undefined;
3144
3180
  variant?: {
3145
3181
  categoryId?: string | null | undefined;
3182
+ isDefault?: boolean | null | undefined;
3146
3183
  name: string[];
3147
3184
  code: string;
3148
3185
  id: string;
@@ -3210,6 +3247,7 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3210
3247
  taxCode: string;
3211
3248
  }[] | null | undefined;
3212
3249
  customAttributes?: Record<string, any> | null | undefined;
3250
+ subCategories?: string[] | null | undefined;
3213
3251
  categoryId?: string | null | undefined;
3214
3252
  priceTiers?: Record<string, {
3215
3253
  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";
@@ -3280,7 +3318,6 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3280
3318
  id: string;
3281
3319
  };
3282
3320
  } | null | undefined;
3283
- subCategories?: string[] | null | undefined;
3284
3321
  additionalCategories?: {
3285
3322
  position?: number | null | undefined;
3286
3323
  id: string;
@@ -3317,8 +3354,10 @@ export declare const FdtoExternalMenu: z.ZodObject<{
3317
3354
  amount: number;
3318
3355
  precision: number;
3319
3356
  }> | null | undefined;
3357
+ isDefault?: boolean | null | undefined;
3320
3358
  variant?: {
3321
3359
  categoryId?: string | null | undefined;
3360
+ isDefault?: boolean | null | undefined;
3322
3361
  name: string[];
3323
3362
  code: string;
3324
3363
  id: string;
@@ -3388,3 +3427,4 @@ export type FdtoExternalTakeawayOverride = z.infer<typeof FdtoExternalTakeawayOv
3388
3427
  export type FdtoExternalGroupOverride = z.infer<typeof FdtoExternalGroupOverride>;
3389
3428
  export type FdtoOrderTypeOverride = z.infer<typeof FdtoOrderTypeOverride>;
3390
3429
  export type FdtoMenuItemAdditionalCategory = z.infer<typeof FdtoMenuItemAdditionalCategory>;
3430
+ export {};
@@ -14,6 +14,7 @@ export declare const _FdoDinero: z.ZodObject<{
14
14
  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";
15
15
  precision: number;
16
16
  }>;
17
+ export type _FdoDinero = z.infer<typeof _FdoDinero>;
17
18
  export declare const FdoExternalOrderVehicle: z.ZodObject<{
18
19
  licencePlate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19
20
  model: z.ZodNullable<z.ZodOptional<z.ZodString>>;