@feedmepos/mf-order-setting 0.0.21-beta.3 → 0.0.23

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 (109) hide show
  1. package/dist/{KioskDevicesView-Cb7Rw7t8.js → KioskDevicesView-BdJCcotz.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DUPfN7ti.js} +2 -2
  3. package/dist/KioskSettingView-BChhriPk.js +782 -0
  4. package/dist/KioskView-DPU-oQ1H.js +426 -0
  5. package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-BOiflwB_.js} +34011 -32822
  6. package/dist/{app-BY258ajB.js → app-CaYWSLe1.js} +39 -17
  7. package/dist/app.js +1 -1
  8. package/dist/common/convertor/index.d.ts +2 -0
  9. package/dist/common/sms/index.d.ts +1 -1
  10. package/dist/common/util/index.d.ts +6 -0
  11. package/dist/{dayjs.min-4COVK72W.js → dayjs.min-8NyoNely.js} +36 -36
  12. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
  13. package/dist/frontend/mf-order/src/app.d.ts +22 -0
  14. package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
  15. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +13 -0
  16. package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
  17. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
  18. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +168 -12
  19. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  20. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
  21. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
  22. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +15 -0
  23. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +4 -3
  24. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
  25. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
  26. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
  27. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
  28. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
  29. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  30. package/dist/{index-t_7ThPjm.js → index-B7GFhkAE.js} +2 -2
  31. package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
  32. package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
  33. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
  34. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
  35. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
  36. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  37. package/dist/package/entity/index.d.ts +34 -22
  38. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  39. package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
  40. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
  41. package/dist/package/entity/member/member.dto.d.ts +33 -0
  42. package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
  43. package/dist/package/entity/order/order.do.d.ts +37 -0
  44. package/dist/package/entity/order/order.dto.d.ts +808 -17435
  45. package/dist/package/entity/order/order.enum.d.ts +2 -0
  46. package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
  47. package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
  48. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
  49. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
  50. package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
  51. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
  52. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
  53. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
  54. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
  55. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
  56. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +98 -98
  57. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +345 -297
  58. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  59. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
  60. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
  61. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
  62. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  63. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
  64. package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
  65. package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
  66. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  67. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
  68. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +115 -0
  69. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +225 -41
  70. package/dist/package/entity/order-setting/kiosk/kiosk.enum.d.ts +3 -0
  71. package/dist/package/entity/order-setting/order-setting.do.d.ts +138 -8
  72. package/dist/package/entity/order-setting/order-setting.dto.d.ts +276 -16
  73. package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +4 -4
  74. package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +4 -4
  75. package/dist/package/entity/payment/payment.enum.d.ts +2 -0
  76. package/dist/package/entity/printer/printer.do.d.ts +2 -2
  77. package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
  78. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
  79. package/dist/package/entity/queue/queue.do.d.ts +40 -0
  80. package/dist/package/entity/restaurant/restaurant.dto.d.ts +136 -6
  81. package/dist/package/entity/websocket/websocket.dto.d.ts +288 -0
  82. package/dist/{auth.dto-BOoRSQkS.js → queue.do-CIyIpp22.js} +30390 -29706
  83. package/package.json +4 -3
  84. package/src/api/remoteOrder/index.ts +13 -2
  85. package/src/helpers/menu.ts +2 -2
  86. package/src/locales/en-US.json +13 -2
  87. package/src/locales/zh-CN.json +12 -1
  88. package/src/modules/order-setting/kiosk/interface.ts +16 -0
  89. package/src/stores/order-setting/mapper.ts +58 -7
  90. package/src/stores/restaurant/index.ts +4 -1
  91. package/src/views/kiosk/settings/KioskDineInSection.vue +4 -5
  92. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +36 -0
  93. package/src/views/kiosk/settings/KioskInstructionSection.vue +40 -0
  94. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +30 -19
  95. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +45 -7
  96. package/src/views/kiosk/settings/KioskSettingView.vue +15 -3
  97. package/src/views/kiosk/settings/KioskTakeawaySection.vue +38 -4
  98. package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
  99. package/src/views/order-settings/delivery/delivery.data.ts +16 -1
  100. package/src/views/order-settings/delivery/delivery.ts +1 -0
  101. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
  102. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
  103. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
  104. package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
  105. package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
  106. package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +216 -165
  107. package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
  108. package/dist/KioskSettingView-BQgyeWbo.js +0 -649
  109. package/dist/KioskView-BLkuqfZ_.js +0 -371
@@ -458,6 +458,7 @@ export declare const FdtoMergedProduct: z.ZodObject<{
458
458
  precision: number;
459
459
  };
460
460
  }>, "many">>>;
461
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
461
462
  }, "strip", z.ZodTypeAny, {
462
463
  code?: string | null | undefined;
463
464
  price?: {
@@ -483,6 +484,7 @@ export declare const FdtoMergedProduct: z.ZodObject<{
483
484
  precision: number;
484
485
  };
485
486
  }[] | null | undefined;
487
+ isDefault?: boolean | null | undefined;
486
488
  combinationKey: string;
487
489
  active: boolean;
488
490
  selectionName: string[];
@@ -511,6 +513,7 @@ export declare const FdtoMergedProduct: z.ZodObject<{
511
513
  precision: number;
512
514
  };
513
515
  }[] | null | undefined;
516
+ isDefault?: boolean | null | undefined;
514
517
  combinationKey: string;
515
518
  active: boolean;
516
519
  selectionName: string[];
@@ -730,6 +733,7 @@ export declare const FdtoMergedProduct: z.ZodObject<{
730
733
  precision: number;
731
734
  };
732
735
  }[] | null | undefined;
736
+ isDefault?: boolean | null | undefined;
733
737
  combinationKey: string;
734
738
  active: boolean;
735
739
  selectionName: string[];
@@ -871,6 +875,7 @@ export declare const FdtoMergedProduct: z.ZodObject<{
871
875
  precision: number;
872
876
  };
873
877
  }[] | null | undefined;
878
+ isDefault?: boolean | null | undefined;
874
879
  combinationKey: string;
875
880
  active: boolean;
876
881
  selectionName: string[];
@@ -1000,6 +1005,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1000
1005
  precision: number;
1001
1006
  };
1002
1007
  }>, "many">>>;
1008
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1003
1009
  }, "strip", z.ZodTypeAny, {
1004
1010
  code?: string | null | undefined;
1005
1011
  price?: {
@@ -1025,6 +1031,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1025
1031
  precision: number;
1026
1032
  };
1027
1033
  }[] | null | undefined;
1034
+ isDefault?: boolean | null | undefined;
1028
1035
  combinationKey: string;
1029
1036
  active: boolean;
1030
1037
  selectionName: string[];
@@ -1053,6 +1060,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1053
1060
  precision: number;
1054
1061
  };
1055
1062
  }[] | null | undefined;
1063
+ isDefault?: boolean | null | undefined;
1056
1064
  combinationKey: string;
1057
1065
  active: boolean;
1058
1066
  selectionName: string[];
@@ -1135,6 +1143,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1135
1143
  };
1136
1144
  }>, "many">>>;
1137
1145
  orderFrom: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ALL", "POS_ONLY", "NONE"]>>>;
1146
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1138
1147
  }, {
1139
1148
  product: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1140
1149
  perXUnit: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
@@ -1536,6 +1545,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1536
1545
  precision: number;
1537
1546
  };
1538
1547
  }>, "many">>>;
1548
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1539
1549
  }, "strip", z.ZodTypeAny, {
1540
1550
  code?: string | null | undefined;
1541
1551
  price?: {
@@ -1561,6 +1571,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1561
1571
  precision: number;
1562
1572
  };
1563
1573
  }[] | null | undefined;
1574
+ isDefault?: boolean | null | undefined;
1564
1575
  combinationKey: string;
1565
1576
  active: boolean;
1566
1577
  selectionName: string[];
@@ -1589,6 +1600,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1589
1600
  precision: number;
1590
1601
  };
1591
1602
  }[] | null | undefined;
1603
+ isDefault?: boolean | null | undefined;
1592
1604
  combinationKey: string;
1593
1605
  active: boolean;
1594
1606
  selectionName: string[];
@@ -1808,6 +1820,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1808
1820
  precision: number;
1809
1821
  };
1810
1822
  }[] | null | undefined;
1823
+ isDefault?: boolean | null | undefined;
1811
1824
  combinationKey: string;
1812
1825
  active: boolean;
1813
1826
  selectionName: string[];
@@ -1949,6 +1962,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
1949
1962
  precision: number;
1950
1963
  };
1951
1964
  }[] | null | undefined;
1965
+ isDefault?: boolean | null | undefined;
1952
1966
  combinationKey: string;
1953
1967
  active: boolean;
1954
1968
  selectionName: string[];
@@ -2114,6 +2128,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2114
2128
  precision: number;
2115
2129
  };
2116
2130
  }[] | null | undefined;
2131
+ isDefault?: boolean | null | undefined;
2117
2132
  combinationKey: string;
2118
2133
  active: boolean;
2119
2134
  selectionName: string[];
@@ -2153,6 +2168,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2153
2168
  precision: number;
2154
2169
  };
2155
2170
  }[] | null | undefined;
2171
+ isDefault?: boolean | null | undefined;
2156
2172
  combinationKey: string;
2157
2173
  active: boolean;
2158
2174
  selectionName: string[];
@@ -2174,6 +2190,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2174
2190
  precision: number;
2175
2191
  };
2176
2192
  }[] | null | undefined;
2193
+ isDefault?: boolean | null | undefined;
2177
2194
  name: string;
2178
2195
  id: string;
2179
2196
  price: {
@@ -2321,6 +2338,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2321
2338
  precision: number;
2322
2339
  };
2323
2340
  }[] | null | undefined;
2341
+ isDefault?: boolean | null | undefined;
2324
2342
  combinationKey: string;
2325
2343
  active: boolean;
2326
2344
  selectionName: string[];
@@ -2360,6 +2378,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2360
2378
  precision: number;
2361
2379
  };
2362
2380
  }[] | null | undefined;
2381
+ isDefault?: boolean | null | undefined;
2363
2382
  combinationKey: string;
2364
2383
  active: boolean;
2365
2384
  selectionName: string[];
@@ -2381,6 +2400,7 @@ export declare const FdtoMergedAddon: z.ZodObject<z.extendShape<{
2381
2400
  precision: number;
2382
2401
  };
2383
2402
  }[] | null | undefined;
2403
+ isDefault?: boolean | null | undefined;
2384
2404
  name: string;
2385
2405
  id: string;
2386
2406
  price: {
@@ -2506,6 +2526,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
2506
2526
  precision: number;
2507
2527
  };
2508
2528
  }>, "many">>>;
2529
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2509
2530
  }, "strip", z.ZodTypeAny, {
2510
2531
  code?: string | null | undefined;
2511
2532
  price?: {
@@ -2531,6 +2552,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
2531
2552
  precision: number;
2532
2553
  };
2533
2554
  }[] | null | undefined;
2555
+ isDefault?: boolean | null | undefined;
2534
2556
  combinationKey: string;
2535
2557
  active: boolean;
2536
2558
  selectionName: string[];
@@ -2559,6 +2581,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
2559
2581
  precision: number;
2560
2582
  };
2561
2583
  }[] | null | undefined;
2584
+ isDefault?: boolean | null | undefined;
2562
2585
  combinationKey: string;
2563
2586
  active: boolean;
2564
2587
  selectionName: string[];
@@ -2641,6 +2664,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
2641
2664
  };
2642
2665
  }>, "many">>>;
2643
2666
  orderFrom: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ALL", "POS_ONLY", "NONE"]>>>;
2667
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2644
2668
  }, {
2645
2669
  product: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2646
2670
  perXUnit: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
@@ -3042,6 +3066,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3042
3066
  precision: number;
3043
3067
  };
3044
3068
  }>, "many">>>;
3069
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3045
3070
  }, "strip", z.ZodTypeAny, {
3046
3071
  code?: string | null | undefined;
3047
3072
  price?: {
@@ -3067,6 +3092,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3067
3092
  precision: number;
3068
3093
  };
3069
3094
  }[] | null | undefined;
3095
+ isDefault?: boolean | null | undefined;
3070
3096
  combinationKey: string;
3071
3097
  active: boolean;
3072
3098
  selectionName: string[];
@@ -3095,6 +3121,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3095
3121
  precision: number;
3096
3122
  };
3097
3123
  }[] | null | undefined;
3124
+ isDefault?: boolean | null | undefined;
3098
3125
  combinationKey: string;
3099
3126
  active: boolean;
3100
3127
  selectionName: string[];
@@ -3314,6 +3341,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3314
3341
  precision: number;
3315
3342
  };
3316
3343
  }[] | null | undefined;
3344
+ isDefault?: boolean | null | undefined;
3317
3345
  combinationKey: string;
3318
3346
  active: boolean;
3319
3347
  selectionName: string[];
@@ -3455,6 +3483,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3455
3483
  precision: number;
3456
3484
  };
3457
3485
  }[] | null | undefined;
3486
+ isDefault?: boolean | null | undefined;
3458
3487
  combinationKey: string;
3459
3488
  active: boolean;
3460
3489
  selectionName: string[];
@@ -3620,6 +3649,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3620
3649
  precision: number;
3621
3650
  };
3622
3651
  }[] | null | undefined;
3652
+ isDefault?: boolean | null | undefined;
3623
3653
  combinationKey: string;
3624
3654
  active: boolean;
3625
3655
  selectionName: string[];
@@ -3659,6 +3689,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3659
3689
  precision: number;
3660
3690
  };
3661
3691
  }[] | null | undefined;
3692
+ isDefault?: boolean | null | undefined;
3662
3693
  combinationKey: string;
3663
3694
  active: boolean;
3664
3695
  selectionName: string[];
@@ -3680,6 +3711,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3680
3711
  precision: number;
3681
3712
  };
3682
3713
  }[] | null | undefined;
3714
+ isDefault?: boolean | null | undefined;
3683
3715
  name: string;
3684
3716
  id: string;
3685
3717
  price: {
@@ -3827,6 +3859,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3827
3859
  precision: number;
3828
3860
  };
3829
3861
  }[] | null | undefined;
3862
+ isDefault?: boolean | null | undefined;
3830
3863
  combinationKey: string;
3831
3864
  active: boolean;
3832
3865
  selectionName: string[];
@@ -3866,6 +3899,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3866
3899
  precision: number;
3867
3900
  };
3868
3901
  }[] | null | undefined;
3902
+ isDefault?: boolean | null | undefined;
3869
3903
  combinationKey: string;
3870
3904
  active: boolean;
3871
3905
  selectionName: string[];
@@ -3887,6 +3921,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
3887
3921
  precision: number;
3888
3922
  };
3889
3923
  }[] | null | undefined;
3924
+ isDefault?: boolean | null | undefined;
3890
3925
  name: string;
3891
3926
  id: string;
3892
3927
  price: {
@@ -4049,6 +4084,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4049
4084
  precision: number;
4050
4085
  };
4051
4086
  }[] | null | undefined;
4087
+ isDefault?: boolean | null | undefined;
4052
4088
  combinationKey: string;
4053
4089
  active: boolean;
4054
4090
  selectionName: string[];
@@ -4088,6 +4124,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4088
4124
  precision: number;
4089
4125
  };
4090
4126
  }[] | null | undefined;
4127
+ isDefault?: boolean | null | undefined;
4091
4128
  combinationKey: string;
4092
4129
  active: boolean;
4093
4130
  selectionName: string[];
@@ -4109,6 +4146,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4109
4146
  precision: number;
4110
4147
  };
4111
4148
  }[] | null | undefined;
4149
+ isDefault?: boolean | null | undefined;
4112
4150
  name: string;
4113
4151
  id: string;
4114
4152
  price: {
@@ -4266,6 +4304,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4266
4304
  precision: number;
4267
4305
  };
4268
4306
  }[] | null | undefined;
4307
+ isDefault?: boolean | null | undefined;
4269
4308
  combinationKey: string;
4270
4309
  active: boolean;
4271
4310
  selectionName: string[];
@@ -4305,6 +4344,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4305
4344
  precision: number;
4306
4345
  };
4307
4346
  }[] | null | undefined;
4347
+ isDefault?: boolean | null | undefined;
4308
4348
  combinationKey: string;
4309
4349
  active: boolean;
4310
4350
  selectionName: string[];
@@ -4326,6 +4366,7 @@ export declare const FdtoMergedAddonGroup: z.ZodObject<{
4326
4366
  precision: number;
4327
4367
  };
4328
4368
  }[] | null | undefined;
4369
+ isDefault?: boolean | null | undefined;
4329
4370
  name: string;
4330
4371
  id: string;
4331
4372
  price: {
@@ -4750,6 +4791,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
4750
4791
  precision: number;
4751
4792
  };
4752
4793
  }>, "many">>>;
4794
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4753
4795
  }, "strip", z.ZodTypeAny, {
4754
4796
  code?: string | null | undefined;
4755
4797
  price?: {
@@ -4775,6 +4817,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
4775
4817
  precision: number;
4776
4818
  };
4777
4819
  }[] | null | undefined;
4820
+ isDefault?: boolean | null | undefined;
4778
4821
  combinationKey: string;
4779
4822
  active: boolean;
4780
4823
  selectionName: string[];
@@ -4803,6 +4846,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
4803
4846
  precision: number;
4804
4847
  };
4805
4848
  }[] | null | undefined;
4849
+ isDefault?: boolean | null | undefined;
4806
4850
  combinationKey: string;
4807
4851
  active: boolean;
4808
4852
  selectionName: string[];
@@ -5022,6 +5066,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5022
5066
  precision: number;
5023
5067
  };
5024
5068
  }[] | null | undefined;
5069
+ isDefault?: boolean | null | undefined;
5025
5070
  combinationKey: string;
5026
5071
  active: boolean;
5027
5072
  selectionName: string[];
@@ -5163,6 +5208,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5163
5208
  precision: number;
5164
5209
  };
5165
5210
  }[] | null | undefined;
5211
+ isDefault?: boolean | null | undefined;
5166
5212
  combinationKey: string;
5167
5213
  active: boolean;
5168
5214
  selectionName: string[];
@@ -5285,6 +5331,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5285
5331
  precision: number;
5286
5332
  };
5287
5333
  }>, "many">>>;
5334
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5288
5335
  }, "strip", z.ZodTypeAny, {
5289
5336
  code?: string | null | undefined;
5290
5337
  price?: {
@@ -5310,6 +5357,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5310
5357
  precision: number;
5311
5358
  };
5312
5359
  }[] | null | undefined;
5360
+ isDefault?: boolean | null | undefined;
5313
5361
  combinationKey: string;
5314
5362
  active: boolean;
5315
5363
  selectionName: string[];
@@ -5338,6 +5386,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5338
5386
  precision: number;
5339
5387
  };
5340
5388
  }[] | null | undefined;
5389
+ isDefault?: boolean | null | undefined;
5341
5390
  combinationKey: string;
5342
5391
  active: boolean;
5343
5392
  selectionName: string[];
@@ -5420,6 +5469,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5420
5469
  };
5421
5470
  }>, "many">>>;
5422
5471
  orderFrom: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ALL", "POS_ONLY", "NONE"]>>>;
5472
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5423
5473
  }, {
5424
5474
  product: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5425
5475
  perXUnit: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
@@ -5821,6 +5871,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5821
5871
  precision: number;
5822
5872
  };
5823
5873
  }>, "many">>>;
5874
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5824
5875
  }, "strip", z.ZodTypeAny, {
5825
5876
  code?: string | null | undefined;
5826
5877
  price?: {
@@ -5846,6 +5897,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5846
5897
  precision: number;
5847
5898
  };
5848
5899
  }[] | null | undefined;
5900
+ isDefault?: boolean | null | undefined;
5849
5901
  combinationKey: string;
5850
5902
  active: boolean;
5851
5903
  selectionName: string[];
@@ -5874,6 +5926,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
5874
5926
  precision: number;
5875
5927
  };
5876
5928
  }[] | null | undefined;
5929
+ isDefault?: boolean | null | undefined;
5877
5930
  combinationKey: string;
5878
5931
  active: boolean;
5879
5932
  selectionName: string[];
@@ -6093,6 +6146,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6093
6146
  precision: number;
6094
6147
  };
6095
6148
  }[] | null | undefined;
6149
+ isDefault?: boolean | null | undefined;
6096
6150
  combinationKey: string;
6097
6151
  active: boolean;
6098
6152
  selectionName: string[];
@@ -6234,6 +6288,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6234
6288
  precision: number;
6235
6289
  };
6236
6290
  }[] | null | undefined;
6291
+ isDefault?: boolean | null | undefined;
6237
6292
  combinationKey: string;
6238
6293
  active: boolean;
6239
6294
  selectionName: string[];
@@ -6399,6 +6454,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6399
6454
  precision: number;
6400
6455
  };
6401
6456
  }[] | null | undefined;
6457
+ isDefault?: boolean | null | undefined;
6402
6458
  combinationKey: string;
6403
6459
  active: boolean;
6404
6460
  selectionName: string[];
@@ -6438,6 +6494,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6438
6494
  precision: number;
6439
6495
  };
6440
6496
  }[] | null | undefined;
6497
+ isDefault?: boolean | null | undefined;
6441
6498
  combinationKey: string;
6442
6499
  active: boolean;
6443
6500
  selectionName: string[];
@@ -6459,6 +6516,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6459
6516
  precision: number;
6460
6517
  };
6461
6518
  }[] | null | undefined;
6519
+ isDefault?: boolean | null | undefined;
6462
6520
  name: string;
6463
6521
  id: string;
6464
6522
  price: {
@@ -6606,6 +6664,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6606
6664
  precision: number;
6607
6665
  };
6608
6666
  }[] | null | undefined;
6667
+ isDefault?: boolean | null | undefined;
6609
6668
  combinationKey: string;
6610
6669
  active: boolean;
6611
6670
  selectionName: string[];
@@ -6645,6 +6704,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6645
6704
  precision: number;
6646
6705
  };
6647
6706
  }[] | null | undefined;
6707
+ isDefault?: boolean | null | undefined;
6648
6708
  combinationKey: string;
6649
6709
  active: boolean;
6650
6710
  selectionName: string[];
@@ -6666,6 +6726,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6666
6726
  precision: number;
6667
6727
  };
6668
6728
  }[] | null | undefined;
6729
+ isDefault?: boolean | null | undefined;
6669
6730
  name: string;
6670
6731
  id: string;
6671
6732
  price: {
@@ -6828,6 +6889,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6828
6889
  precision: number;
6829
6890
  };
6830
6891
  }[] | null | undefined;
6892
+ isDefault?: boolean | null | undefined;
6831
6893
  combinationKey: string;
6832
6894
  active: boolean;
6833
6895
  selectionName: string[];
@@ -6867,6 +6929,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6867
6929
  precision: number;
6868
6930
  };
6869
6931
  }[] | null | undefined;
6932
+ isDefault?: boolean | null | undefined;
6870
6933
  combinationKey: string;
6871
6934
  active: boolean;
6872
6935
  selectionName: string[];
@@ -6888,6 +6951,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
6888
6951
  precision: number;
6889
6952
  };
6890
6953
  }[] | null | undefined;
6954
+ isDefault?: boolean | null | undefined;
6891
6955
  name: string;
6892
6956
  id: string;
6893
6957
  price: {
@@ -7045,6 +7109,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7045
7109
  precision: number;
7046
7110
  };
7047
7111
  }[] | null | undefined;
7112
+ isDefault?: boolean | null | undefined;
7048
7113
  combinationKey: string;
7049
7114
  active: boolean;
7050
7115
  selectionName: string[];
@@ -7084,6 +7149,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7084
7149
  precision: number;
7085
7150
  };
7086
7151
  }[] | null | undefined;
7152
+ isDefault?: boolean | null | undefined;
7087
7153
  combinationKey: string;
7088
7154
  active: boolean;
7089
7155
  selectionName: string[];
@@ -7105,6 +7171,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7105
7171
  precision: number;
7106
7172
  };
7107
7173
  }[] | null | undefined;
7174
+ isDefault?: boolean | null | undefined;
7108
7175
  name: string;
7109
7176
  id: string;
7110
7177
  price: {
@@ -7543,6 +7610,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7543
7610
  precision: number;
7544
7611
  };
7545
7612
  }>, "many">>>;
7613
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7546
7614
  }, "strip", z.ZodTypeAny, {
7547
7615
  code?: string | null | undefined;
7548
7616
  price?: {
@@ -7568,6 +7636,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7568
7636
  precision: number;
7569
7637
  };
7570
7638
  }[] | null | undefined;
7639
+ isDefault?: boolean | null | undefined;
7571
7640
  combinationKey: string;
7572
7641
  active: boolean;
7573
7642
  selectionName: string[];
@@ -7596,6 +7665,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7596
7665
  precision: number;
7597
7666
  };
7598
7667
  }[] | null | undefined;
7668
+ isDefault?: boolean | null | undefined;
7599
7669
  combinationKey: string;
7600
7670
  active: boolean;
7601
7671
  selectionName: string[];
@@ -7815,6 +7885,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7815
7885
  precision: number;
7816
7886
  };
7817
7887
  }[] | null | undefined;
7888
+ isDefault?: boolean | null | undefined;
7818
7889
  combinationKey: string;
7819
7890
  active: boolean;
7820
7891
  selectionName: string[];
@@ -7956,6 +8027,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
7956
8027
  precision: number;
7957
8028
  };
7958
8029
  }[] | null | undefined;
8030
+ isDefault?: boolean | null | undefined;
7959
8031
  combinationKey: string;
7960
8032
  active: boolean;
7961
8033
  selectionName: string[];
@@ -8113,6 +8185,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8113
8185
  precision: number;
8114
8186
  };
8115
8187
  }[] | null | undefined;
8188
+ isDefault?: boolean | null | undefined;
8116
8189
  combinationKey: string;
8117
8190
  active: boolean;
8118
8191
  selectionName: string[];
@@ -8279,6 +8352,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8279
8352
  precision: number;
8280
8353
  };
8281
8354
  }[] | null | undefined;
8355
+ isDefault?: boolean | null | undefined;
8282
8356
  combinationKey: string;
8283
8357
  active: boolean;
8284
8358
  selectionName: string[];
@@ -8318,6 +8392,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8318
8392
  precision: number;
8319
8393
  };
8320
8394
  }[] | null | undefined;
8395
+ isDefault?: boolean | null | undefined;
8321
8396
  combinationKey: string;
8322
8397
  active: boolean;
8323
8398
  selectionName: string[];
@@ -8339,6 +8414,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8339
8414
  precision: number;
8340
8415
  };
8341
8416
  }[] | null | undefined;
8417
+ isDefault?: boolean | null | undefined;
8342
8418
  name: string;
8343
8419
  id: string;
8344
8420
  price: {
@@ -8486,6 +8562,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8486
8562
  precision: number;
8487
8563
  };
8488
8564
  }[] | null | undefined;
8565
+ isDefault?: boolean | null | undefined;
8489
8566
  combinationKey: string;
8490
8567
  active: boolean;
8491
8568
  selectionName: string[];
@@ -8635,6 +8712,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8635
8712
  precision: number;
8636
8713
  };
8637
8714
  }[] | null | undefined;
8715
+ isDefault?: boolean | null | undefined;
8638
8716
  combinationKey: string;
8639
8717
  active: boolean;
8640
8718
  selectionName: string[];
@@ -8801,6 +8879,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8801
8879
  precision: number;
8802
8880
  };
8803
8881
  }[] | null | undefined;
8882
+ isDefault?: boolean | null | undefined;
8804
8883
  combinationKey: string;
8805
8884
  active: boolean;
8806
8885
  selectionName: string[];
@@ -8840,6 +8919,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8840
8919
  precision: number;
8841
8920
  };
8842
8921
  }[] | null | undefined;
8922
+ isDefault?: boolean | null | undefined;
8843
8923
  combinationKey: string;
8844
8924
  active: boolean;
8845
8925
  selectionName: string[];
@@ -8861,6 +8941,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
8861
8941
  precision: number;
8862
8942
  };
8863
8943
  }[] | null | undefined;
8944
+ isDefault?: boolean | null | undefined;
8864
8945
  name: string;
8865
8946
  id: string;
8866
8947
  price: {
@@ -9008,6 +9089,7 @@ export declare const FdtoMergedMenuRes: z.ZodObject<{
9008
9089
  precision: number;
9009
9090
  };
9010
9091
  }[] | null | undefined;
9092
+ isDefault?: boolean | null | undefined;
9011
9093
  combinationKey: string;
9012
9094
  active: boolean;
9013
9095
  selectionName: string[];
@@ -9307,6 +9389,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9307
9389
  precision: number;
9308
9390
  };
9309
9391
  }>, "many">>>;
9392
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9310
9393
  }, "strip", z.ZodTypeAny, {
9311
9394
  code?: string | null | undefined;
9312
9395
  price?: {
@@ -9332,6 +9415,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9332
9415
  precision: number;
9333
9416
  };
9334
9417
  }[] | null | undefined;
9418
+ isDefault?: boolean | null | undefined;
9335
9419
  combinationKey: string;
9336
9420
  active: boolean;
9337
9421
  selectionName: string[];
@@ -9360,6 +9444,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9360
9444
  precision: number;
9361
9445
  };
9362
9446
  }[] | null | undefined;
9447
+ isDefault?: boolean | null | undefined;
9363
9448
  combinationKey: string;
9364
9449
  active: boolean;
9365
9450
  selectionName: string[];
@@ -9443,6 +9528,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9443
9528
  };
9444
9529
  }>, "many">>>;
9445
9530
  printDepartments: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9531
+ customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9446
9532
  }, "strip", z.ZodTypeAny, {
9447
9533
  description?: string | null | undefined;
9448
9534
  name2?: string | null | undefined;
@@ -9454,6 +9540,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9454
9540
  taxCode: string;
9455
9541
  }[] | null | undefined;
9456
9542
  unit?: string | null | undefined;
9543
+ customAttributes?: Record<string, any> | null | undefined;
9457
9544
  thumbnail?: string | null | undefined;
9458
9545
  inventoryBindings?: {
9459
9546
  measurement?: {
@@ -9540,6 +9627,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9540
9627
  precision: number;
9541
9628
  };
9542
9629
  }[] | null | undefined;
9630
+ isDefault?: boolean | null | undefined;
9543
9631
  combinationKey: string;
9544
9632
  active: boolean;
9545
9633
  selectionName: string[];
@@ -9555,6 +9643,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9555
9643
  taxCode: string;
9556
9644
  }[] | null | undefined;
9557
9645
  unit?: string | null | undefined;
9646
+ customAttributes?: Record<string, any> | null | undefined;
9558
9647
  thumbnail?: string | null | undefined;
9559
9648
  inventoryBindings?: {
9560
9649
  measurement?: {
@@ -9641,6 +9730,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9641
9730
  precision: number;
9642
9731
  };
9643
9732
  }[] | null | undefined;
9733
+ isDefault?: boolean | null | undefined;
9644
9734
  combinationKey: string;
9645
9735
  active: boolean;
9646
9736
  selectionName: string[];
@@ -9810,6 +9900,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9810
9900
  precision: number;
9811
9901
  };
9812
9902
  }>, "many">>>;
9903
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9813
9904
  }, "strip", z.ZodTypeAny, {
9814
9905
  code?: string | null | undefined;
9815
9906
  price?: {
@@ -9835,6 +9926,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9835
9926
  precision: number;
9836
9927
  };
9837
9928
  }[] | null | undefined;
9929
+ isDefault?: boolean | null | undefined;
9838
9930
  combinationKey: string;
9839
9931
  active: boolean;
9840
9932
  selectionName: string[];
@@ -9863,6 +9955,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9863
9955
  precision: number;
9864
9956
  };
9865
9957
  }[] | null | undefined;
9958
+ isDefault?: boolean | null | undefined;
9866
9959
  combinationKey: string;
9867
9960
  active: boolean;
9868
9961
  selectionName: string[];
@@ -9945,6 +10038,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9945
10038
  };
9946
10039
  }>, "many">>>;
9947
10040
  orderFrom: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ALL", "POS_ONLY", "NONE"]>>>;
10041
+ isDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9948
10042
  }, "strip", z.ZodTypeAny, {
9949
10043
  name2?: string | null | undefined;
9950
10044
  productId?: string | null | undefined;
@@ -9965,6 +10059,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9965
10059
  precision: number;
9966
10060
  };
9967
10061
  }[] | null | undefined;
10062
+ isDefault?: boolean | null | undefined;
9968
10063
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
9969
10064
  variantCombination?: {
9970
10065
  code?: string | null | undefined;
@@ -9991,6 +10086,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9991
10086
  precision: number;
9992
10087
  };
9993
10088
  }[] | null | undefined;
10089
+ isDefault?: boolean | null | undefined;
9994
10090
  combinationKey: string;
9995
10091
  active: boolean;
9996
10092
  selectionName: string[];
@@ -10022,6 +10118,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10022
10118
  precision: number;
10023
10119
  };
10024
10120
  }[] | null | undefined;
10121
+ isDefault?: boolean | null | undefined;
10025
10122
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
10026
10123
  variantCombination?: {
10027
10124
  code?: string | null | undefined;
@@ -10048,6 +10145,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10048
10145
  precision: number;
10049
10146
  };
10050
10147
  }[] | null | undefined;
10148
+ isDefault?: boolean | null | undefined;
10051
10149
  combinationKey: string;
10052
10150
  active: boolean;
10053
10151
  selectionName: string[];
@@ -10093,6 +10191,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10093
10191
  precision: number;
10094
10192
  };
10095
10193
  }[] | null | undefined;
10194
+ isDefault?: boolean | null | undefined;
10096
10195
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
10097
10196
  variantCombination?: {
10098
10197
  code?: string | null | undefined;
@@ -10119,6 +10218,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10119
10218
  precision: number;
10120
10219
  };
10121
10220
  }[] | null | undefined;
10221
+ isDefault?: boolean | null | undefined;
10122
10222
  combinationKey: string;
10123
10223
  active: boolean;
10124
10224
  selectionName: string[];
@@ -10160,6 +10260,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10160
10260
  precision: number;
10161
10261
  };
10162
10262
  }[] | null | undefined;
10263
+ isDefault?: boolean | null | undefined;
10163
10264
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
10164
10265
  variantCombination?: {
10165
10266
  code?: string | null | undefined;
@@ -10186,6 +10287,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10186
10287
  precision: number;
10187
10288
  };
10188
10289
  }[] | null | undefined;
10290
+ isDefault?: boolean | null | undefined;
10189
10291
  combinationKey: string;
10190
10292
  active: boolean;
10191
10293
  selectionName: string[];
@@ -11555,6 +11657,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11555
11657
  taxCode: string;
11556
11658
  }[] | null | undefined;
11557
11659
  unit?: string | null | undefined;
11660
+ customAttributes?: Record<string, any> | null | undefined;
11558
11661
  thumbnail?: string | null | undefined;
11559
11662
  inventoryBindings?: {
11560
11663
  measurement?: {
@@ -11641,6 +11744,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11641
11744
  precision: number;
11642
11745
  };
11643
11746
  }[] | null | undefined;
11747
+ isDefault?: boolean | null | undefined;
11644
11748
  combinationKey: string;
11645
11749
  active: boolean;
11646
11750
  selectionName: string[];
@@ -11696,6 +11800,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11696
11800
  precision: number;
11697
11801
  };
11698
11802
  }[] | null | undefined;
11803
+ isDefault?: boolean | null | undefined;
11699
11804
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
11700
11805
  variantCombination?: {
11701
11806
  code?: string | null | undefined;
@@ -11722,6 +11827,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11722
11827
  precision: number;
11723
11828
  };
11724
11829
  }[] | null | undefined;
11830
+ isDefault?: boolean | null | undefined;
11725
11831
  combinationKey: string;
11726
11832
  active: boolean;
11727
11833
  selectionName: string[];
@@ -11933,6 +12039,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11933
12039
  taxCode: string;
11934
12040
  }[] | null | undefined;
11935
12041
  unit?: string | null | undefined;
12042
+ customAttributes?: Record<string, any> | null | undefined;
11936
12043
  thumbnail?: string | null | undefined;
11937
12044
  inventoryBindings?: {
11938
12045
  measurement?: {
@@ -12019,6 +12126,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12019
12126
  precision: number;
12020
12127
  };
12021
12128
  }[] | null | undefined;
12129
+ isDefault?: boolean | null | undefined;
12022
12130
  combinationKey: string;
12023
12131
  active: boolean;
12024
12132
  selectionName: string[];
@@ -12074,6 +12182,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12074
12182
  precision: number;
12075
12183
  };
12076
12184
  }[] | null | undefined;
12185
+ isDefault?: boolean | null | undefined;
12077
12186
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
12078
12187
  variantCombination?: {
12079
12188
  code?: string | null | undefined;
@@ -12100,6 +12209,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12100
12209
  precision: number;
12101
12210
  };
12102
12211
  }[] | null | undefined;
12212
+ isDefault?: boolean | null | undefined;
12103
12213
  combinationKey: string;
12104
12214
  active: boolean;
12105
12215
  selectionName: string[];
@@ -12344,6 +12454,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12344
12454
  taxCode: string;
12345
12455
  }[] | null | undefined;
12346
12456
  unit?: string | null | undefined;
12457
+ customAttributes?: Record<string, any> | null | undefined;
12347
12458
  thumbnail?: string | null | undefined;
12348
12459
  inventoryBindings?: {
12349
12460
  measurement?: {
@@ -12430,6 +12541,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12430
12541
  precision: number;
12431
12542
  };
12432
12543
  }[] | null | undefined;
12544
+ isDefault?: boolean | null | undefined;
12433
12545
  combinationKey: string;
12434
12546
  active: boolean;
12435
12547
  selectionName: string[];
@@ -12485,6 +12597,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12485
12597
  precision: number;
12486
12598
  };
12487
12599
  }[] | null | undefined;
12600
+ isDefault?: boolean | null | undefined;
12488
12601
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
12489
12602
  variantCombination?: {
12490
12603
  code?: string | null | undefined;
@@ -12511,6 +12624,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12511
12624
  precision: number;
12512
12625
  };
12513
12626
  }[] | null | undefined;
12627
+ isDefault?: boolean | null | undefined;
12514
12628
  combinationKey: string;
12515
12629
  active: boolean;
12516
12630
  selectionName: string[];
@@ -12732,6 +12846,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12732
12846
  taxCode: string;
12733
12847
  }[] | null | undefined;
12734
12848
  unit?: string | null | undefined;
12849
+ customAttributes?: Record<string, any> | null | undefined;
12735
12850
  thumbnail?: string | null | undefined;
12736
12851
  inventoryBindings?: {
12737
12852
  measurement?: {
@@ -12818,6 +12933,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12818
12933
  precision: number;
12819
12934
  };
12820
12935
  }[] | null | undefined;
12936
+ isDefault?: boolean | null | undefined;
12821
12937
  combinationKey: string;
12822
12938
  active: boolean;
12823
12939
  selectionName: string[];
@@ -12873,6 +12989,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12873
12989
  precision: number;
12874
12990
  };
12875
12991
  }[] | null | undefined;
12992
+ isDefault?: boolean | null | undefined;
12876
12993
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
12877
12994
  variantCombination?: {
12878
12995
  code?: string | null | undefined;
@@ -12899,6 +13016,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12899
13016
  precision: number;
12900
13017
  };
12901
13018
  }[] | null | undefined;
13019
+ isDefault?: boolean | null | undefined;
12902
13020
  combinationKey: string;
12903
13021
  active: boolean;
12904
13022
  selectionName: string[];
@@ -13728,6 +13846,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13728
13846
  taxCode: string;
13729
13847
  }[] | null | undefined;
13730
13848
  unit?: string | null | undefined;
13849
+ customAttributes?: Record<string, any> | null | undefined;
13731
13850
  thumbnail?: string | null | undefined;
13732
13851
  inventoryBindings?: {
13733
13852
  measurement?: {
@@ -13814,6 +13933,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13814
13933
  precision: number;
13815
13934
  };
13816
13935
  }[] | null | undefined;
13936
+ isDefault?: boolean | null | undefined;
13817
13937
  combinationKey: string;
13818
13938
  active: boolean;
13819
13939
  selectionName: string[];
@@ -13869,6 +13989,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13869
13989
  precision: number;
13870
13990
  };
13871
13991
  }[] | null | undefined;
13992
+ isDefault?: boolean | null | undefined;
13872
13993
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
13873
13994
  variantCombination?: {
13874
13995
  code?: string | null | undefined;
@@ -13895,6 +14016,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13895
14016
  precision: number;
13896
14017
  };
13897
14018
  }[] | null | undefined;
14019
+ isDefault?: boolean | null | undefined;
13898
14020
  combinationKey: string;
13899
14021
  active: boolean;
13900
14022
  selectionName: string[];
@@ -14191,6 +14313,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14191
14313
  taxCode: string;
14192
14314
  }[] | null | undefined;
14193
14315
  unit?: string | null | undefined;
14316
+ customAttributes?: Record<string, any> | null | undefined;
14194
14317
  thumbnail?: string | null | undefined;
14195
14318
  inventoryBindings?: {
14196
14319
  measurement?: {
@@ -14277,6 +14400,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14277
14400
  precision: number;
14278
14401
  };
14279
14402
  }[] | null | undefined;
14403
+ isDefault?: boolean | null | undefined;
14280
14404
  combinationKey: string;
14281
14405
  active: boolean;
14282
14406
  selectionName: string[];
@@ -14332,6 +14456,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14332
14456
  precision: number;
14333
14457
  };
14334
14458
  }[] | null | undefined;
14459
+ isDefault?: boolean | null | undefined;
14335
14460
  orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
14336
14461
  variantCombination?: {
14337
14462
  code?: string | null | undefined;
@@ -14358,6 +14483,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14358
14483
  precision: number;
14359
14484
  };
14360
14485
  }[] | null | undefined;
14486
+ isDefault?: boolean | null | undefined;
14361
14487
  combinationKey: string;
14362
14488
  active: boolean;
14363
14489
  selectionName: string[];