@feedmepos/mf-inventory-portal 1.2.1 → 1.2.2-5.dev-1

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 (147) hide show
  1. package/dist/App-DMkUg806.js +297 -0
  2. package/dist/{ApprovalView-DwRrbVDo.js → ApprovalView-DWJh2K6W.js} +65 -64
  3. package/dist/{BindingsDialog-DUVKv10-.js → BindingsDialog-EmHCvqJI.js} +2 -2
  4. package/dist/{BindingsPicker-Daib_iq4.js → BindingsPicker-h_9jm1s0.js} +3 -3
  5. package/dist/{BindingsTable-Bv9UmcJP.js → BindingsTable-BAVWGUoa.js} +1 -1
  6. package/dist/ClosingDraftView-Du4kOwIg.js +1899 -0
  7. package/dist/ClosingHistoryView-DuW2Vtrs.js +355 -0
  8. package/dist/ClosingTemplateView-CfPY8R5M.js +2001 -0
  9. package/dist/{DeliveryOrderPrintPreview-DZPcRAja.js → DeliveryOrderPrintPreview-C6Cj8mOp.js} +9 -9
  10. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-WWIrybw_.js +230 -0
  11. package/dist/{FmMultiselectDialog-CZmwOkrb.js → FmMultiselectDialog-BzWrQOS4.js} +1 -1
  12. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-C-2V2bGc.js → FmUnitInput.vue_vue_type_script_setup_true_lang-DwqVRUFz.js} +36 -36
  13. package/dist/ImportView-lKlYeLay.js +1291 -0
  14. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-BGnoF1Zz.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-_2WZMZU2.js} +5 -5
  15. package/dist/{IngredientGroupView-CAVYpEj3.js → IngredientGroupView-CrmwR2Xt.js} +34 -35
  16. package/dist/IngredientsView-1bAsyz-b.js +2254 -0
  17. package/dist/{IntegrationView-DdLFyZ4H.js → IntegrationView-D16qeEc_.js} +1773 -1635
  18. package/dist/{InventoryBindingForm-C7BdEDtM.js → InventoryBindingForm-BRwOXV_P.js} +1 -1
  19. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-B7DND2dQ.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-NDbtbtqK.js} +28 -28
  20. package/dist/{InventoryBindingSummary-IZ7F-Lti.js → InventoryBindingSummary-DKM2gX8_.js} +1 -1
  21. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-sgqVSlUB.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CdaiYTdf.js} +4 -4
  22. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DeF32bHu.js → PremiumBadge.vue_vue_type_script_setup_true_lang-B0OKeK5O.js} +7 -7
  23. package/dist/{PublishView-DkgfYneI.js → PublishView-D0NnU22l.js} +73 -63
  24. package/dist/{PurchaseOrderPrintPreview-CltLC4o4.js → PurchaseOrderPrintPreview-BmuwNbeL.js} +4 -4
  25. package/dist/{ReceiveRequestView-Dj7ji0DY.js → ReceiveRequestView-j79m7TKk.js} +343 -333
  26. package/dist/RecipeView-D_fNQQ-C.js +636 -0
  27. package/dist/StockView-DX_xeFBT.js +2385 -0
  28. package/dist/SubsidiaryTreeDialog.vue_vue_type_script_setup_true_lang-Bg49isUy.js +172 -0
  29. package/dist/{SupplierView-DE_M_9kd.js → SupplierView-DuFTqbOg.js} +1193 -1073
  30. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-c428GXwc.js +3233 -0
  31. package/dist/{TransferTemplateView-gWGBCF3u.js → TransferTemplateView-Ccsfcetz.js} +104 -103
  32. package/dist/UnitView-BklpNsFN.js +674 -0
  33. package/dist/WarehouseView-BrURbU67.js +1066 -0
  34. package/dist/api/adjustment-template.d.ts +1 -0
  35. package/dist/api/bill.d.ts +140 -2
  36. package/dist/api/closing-template.d.ts +1 -0
  37. package/dist/api/closing.d.ts +1 -0
  38. package/dist/api/inventory.d.ts +405 -0
  39. package/dist/api/netsuite.d.ts +5 -1
  40. package/dist/api/purchase-order-template.d.ts +1 -0
  41. package/dist/api/purchase-order.d.ts +3 -0
  42. package/dist/api/shipment.d.ts +11 -0
  43. package/dist/api/stock.d.ts +2 -44
  44. package/dist/api/warehouse.d.ts +3 -1
  45. package/dist/{app-CruHLH1e.js → app-a9r50k3U.js} +68551 -67573
  46. package/dist/app.d.ts +643 -15
  47. package/dist/app.js +6 -6
  48. package/dist/components/FmAdminBadge.vue.d.ts +1 -4
  49. package/dist/components/FmEnhancedSelect.vue.d.ts +30 -0
  50. package/dist/components/FmInventoryTableToolbar.vue.d.ts +16 -2
  51. package/dist/components/FmLockableField.vue.d.ts +3 -0
  52. package/dist/components/netsuite/ItemSubsidiaryTreeDialog.vue.d.ts +16 -0
  53. package/dist/components/netsuite/SubsidiaryTreeDialog.vue.d.ts +2 -0
  54. package/dist/composable/defineApi.d.ts +1 -1
  55. package/dist/composable/useIframe.d.ts +2 -2
  56. package/dist/{decimal-izbvCC1j.js → decimal-AusUnA1W.js} +1 -1
  57. package/dist/{format-unit-display-4SAdfyZB.js → format-unit-display-BqkHL-ph.js} +397 -429
  58. package/dist/helper/array.d.ts +1 -0
  59. package/dist/helper/core/country/utils.d.ts +3 -4
  60. package/dist/helper/country.d.ts +6 -255
  61. package/dist/helper/number.d.ts +1 -0
  62. package/dist/import-export.helper-PIyNeHfa.js +238 -0
  63. package/dist/{index-B6GGthLw.js → index-CjxirPvn.js} +283 -268
  64. package/dist/{index-CnQloOEo.js → index-Dj9-pdT9.js} +1 -1
  65. package/dist/layout/SingleColumnLayout.vue.d.ts +6 -3
  66. package/dist/purchase-order-template-CQikvY1p.js +41 -0
  67. package/dist/router/name.d.ts +2 -0
  68. package/dist/stock-CDZ2uWSF.js +83 -0
  69. package/dist/stock-Dw908dIC.js +74 -0
  70. package/dist/stores/feature.d.ts +12 -0
  71. package/dist/stores/integration/netsuite.d.ts +42 -0
  72. package/dist/stores/inventory.d.ts +28 -199
  73. package/dist/stores/location.d.ts +331 -1
  74. package/dist/stores/supplier.d.ts +96 -0
  75. package/dist/stores/warehouse.d.ts +4 -0
  76. package/dist/style.css +1 -1
  77. package/dist/{supplier-CTVE1lHO.js → supplier-BPPBUudN.js} +1 -1
  78. package/dist/tsconfig.app.tsbuildinfo +1 -1
  79. package/dist/{use-ingredient-select-dialog-CM80TfX0.js → use-ingredient-select-dialog-C_fSKN3_.js} +5 -5
  80. package/dist/{use-inventory-binding-dialog-D_omdhgn.js → use-inventory-binding-dialog-ClAkJ864.js} +8 -8
  81. package/dist/views/adjustment-template/wastage-template/actions.d.ts +60 -0
  82. package/dist/views/adjustment-template/wastage-template/table.d.ts +60 -0
  83. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +56 -0
  84. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +3 -3
  85. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +468 -0
  86. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +9 -2
  87. package/dist/views/closing-history/ClosingHistoryView.vue.d.ts +2 -0
  88. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +4 -1
  89. package/dist/views/closing-template/helpers/import-export.helper.d.ts +5 -0
  90. package/dist/views/import/ImportView.vue.d.ts +3 -0
  91. package/dist/views/import/components/ImportDialog.vue.d.ts +2 -0
  92. package/dist/views/import/helper/import-export.helper.d.ts +4 -0
  93. package/dist/views/ingredients/components/ingredient-dialog/IngredientDialogProps.d.ts +1 -1
  94. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +181 -12
  95. package/dist/views/ingredients/components/ingredient-form/IngredientFormProps.d.ts +6 -0
  96. package/dist/views/ingredients/helper/import-export.helper.d.ts +4 -1
  97. package/dist/views/integration/components/netsuite/business/BusinessNetSuiteSideSheet.vue.d.ts +2 -0
  98. package/dist/views/receive-request/components/delivery-order-form/CreateForm.vue.d.ts +16 -0
  99. package/dist/views/receive-request/components/delivery-order-form/CreateFormProps.d.ts +4 -0
  100. package/dist/views/receive-request/components/delivery-order-form/EditForm.vue.d.ts +16 -0
  101. package/dist/views/receive-request/components/delivery-order-form/EditFormProps.d.ts +4 -0
  102. package/dist/views/receive-request/components/delivery-order-form/SystemTrailDialog.vue.d.ts +21 -0
  103. package/dist/views/receive-request/components/netsuite/NetSuiteTransactionChangeLog.vue.d.ts +15 -0
  104. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
  105. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +420 -2
  106. package/dist/views/receive-request/composables/use-process-purchase-order.d.ts +99 -0
  107. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +644 -13
  108. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +711 -14
  109. package/dist/views/recipe/RecipeView.vue.d.ts +1 -0
  110. package/dist/views/recipe/components/import-recipes/ImportRecipeItem.vue.d.ts +16 -0
  111. package/dist/views/recipe/components/import-recipes/ImportRecipes.vue.d.ts +2 -0
  112. package/dist/views/recipe/helper/import-recipe.d.ts +48 -0
  113. package/dist/views/stock/components/StockRecordCard.vue.d.ts +70 -1
  114. package/dist/views/stock/components/dialog/RecalculationDialog.vue.d.ts +11 -0
  115. package/dist/views/stock/components/dialog/RecalculationDialogProps.d.ts +3 -0
  116. package/dist/views/stock/components/dialog/StockAdjustmentSideSheet.vue.d.ts +20 -0
  117. package/dist/views/supplier/components/SupplierForm.vue.d.ts +8 -0
  118. package/dist/views/supplier/components/SupplierSupplyItemField.vue.d.ts +3 -0
  119. package/dist/views/supplier/composables/use-supplier-table.d.ts +4 -0
  120. package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialog.vue.d.ts +8 -0
  121. package/dist/views/transfer-template/components/transfer-template-form/components/NetSuiteCustomCodeSelection.vue.d.ts +2 -0
  122. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +16 -0
  123. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +48 -0
  124. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +48 -0
  125. package/dist/views/unit/UnitView.vue.d.ts +1 -0
  126. package/dist/views/unit/components/import-units/ImportUnitItem.vue.d.ts +12 -0
  127. package/dist/views/unit/components/import-units/ImportUnitItemProps.d.ts +6 -0
  128. package/dist/views/unit/components/import-units/ImportUnits.vue.d.ts +9 -0
  129. package/dist/views/unit/components/import-units/ImportUnitsProps.d.ts +5 -0
  130. package/dist/views/unit/helper/import-export.helper.d.ts +40 -0
  131. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -0
  132. package/package.json +3 -3
  133. package/dist/App-BqaRC0Sb.js +0 -276
  134. package/dist/ClosingDraftView-sJ_zRPeo.js +0 -1687
  135. package/dist/ClosingTemplateView-cNgXHq1r.js +0 -1908
  136. package/dist/FmAdminBadge-oCnz8SW6.js +0 -34
  137. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BKR8C4p_.js +0 -224
  138. package/dist/IngredientsView-CHHeAJH_.js +0 -1858
  139. package/dist/RecipeView-BukmKdVG.js +0 -621
  140. package/dist/StockForecast.vue_vue_type_style_index_0_lang-KLXSWvo5.js +0 -59
  141. package/dist/StockView-wxRCw_w-.js +0 -2087
  142. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-eqUOnJoM.js +0 -2336
  143. package/dist/UnitView-BgwDmGZo.js +0 -667
  144. package/dist/WarehouseView-BdccenhO.js +0 -1034
  145. package/dist/array-Ca8T3f_G.js +0 -44
  146. package/dist/helper/core/country/codes.d.ts +0 -255
  147. package/dist/stock-BJP5BB5b.js +0 -146
@@ -1,2 +1,3 @@
1
+ import '@/extensions/array';
1
2
  declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
3
  export default _default;
@@ -0,0 +1,16 @@
1
+ interface Props {
2
+ recipe: FdoInventoryRecipe;
3
+ type: 'create' | 'update';
4
+ errors?: string[];
5
+ }
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,48 @@
1
+ import type { WorkSheet } from 'xlsx';
2
+ export type ObjectWithIndex<T> = {
3
+ index: number;
4
+ data: T;
5
+ };
6
+ export interface RecipeRow {
7
+ recipeName: string;
8
+ type: 'RECIPE' | 'INGREDIENT' | 'SKU_GROUP';
9
+ code: string;
10
+ name: string;
11
+ amount: string;
12
+ unit: string;
13
+ baseUnit: string;
14
+ measurementName: string;
15
+ customAttributes?: string;
16
+ }
17
+ export interface RecipeContainsRow {
18
+ type: 'RECIPE' | 'SKU' | 'SKU_GROUP';
19
+ id: string;
20
+ amount: {
21
+ amount: number;
22
+ precision: number;
23
+ };
24
+ }
25
+ export interface ImportRecipeCreateResult {
26
+ type: 'create';
27
+ recipe: FdoInventoryRecipe;
28
+ excelRowNumber: number;
29
+ errors: string[];
30
+ }
31
+ export interface ImportRecipeUpdateResult {
32
+ type: 'update';
33
+ original: FdoInventoryRecipe;
34
+ recipe: FdoInventoryRecipe;
35
+ excelRowNumber: number;
36
+ errors: string[];
37
+ }
38
+ export interface RecipeImportResult {
39
+ invalidExcel: boolean;
40
+ invalidExcelMessage?: string;
41
+ importCreateResult?: ImportRecipeCreateResult[];
42
+ importUpdateResult?: ImportRecipeUpdateResult[];
43
+ }
44
+ export declare function newRecipeId(): string;
45
+ export declare function importExcelToCreateRecipes(rows: ObjectWithIndex<RecipeRow>[], { ignoreErrors }?: {
46
+ ignoreErrors?: boolean;
47
+ }): RecipeImportResult;
48
+ export declare function worksheetToRecipeRow(sheet: WorkSheet): ObjectWithIndex<RecipeRow>[];
@@ -18,6 +18,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18
18
  machineId?: string | null | undefined;
19
19
  remark?: string | null | undefined;
20
20
  taxes?: Record<string, {
21
+ meta?: {
22
+ inclusive: boolean;
23
+ amount: {
24
+ currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
25
+ amount: number;
26
+ precision: number;
27
+ };
28
+ adjustment: {
29
+ amount: number;
30
+ precision: number;
31
+ };
32
+ ignoreDiscount: boolean;
33
+ taxable: {
34
+ currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
35
+ amount: number;
36
+ precision: number;
37
+ };
38
+ }[] | null | undefined;
21
39
  inclusive?: boolean | null | undefined;
22
40
  taxCode?: string | null | undefined;
23
41
  ignoreDiscount?: boolean | null | undefined;
@@ -143,6 +161,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
143
161
  reason?: string | null | undefined;
144
162
  priority?: number | null | undefined;
145
163
  items?: string[] | null | undefined;
164
+ adjustmentRule?: {
165
+ type: "CAPPED_AT";
166
+ } | null | undefined;
146
167
  customer?: {
147
168
  name?: string | null | undefined;
148
169
  id: string;
@@ -164,8 +185,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
164
185
  amount: number;
165
186
  precision: number;
166
187
  } | null | undefined;
188
+ minPurchaseItems?: {
189
+ productId: string;
190
+ }[] | null | undefined;
167
191
  target: "BILL";
168
192
  } | {
193
+ minPurchase?: {
194
+ amount: number;
195
+ precision: number;
196
+ } | null | undefined;
197
+ minPurchaseItems?: {
198
+ productId: string;
199
+ }[] | null | undefined;
169
200
  maxQuantity?: number | null | undefined;
170
201
  excludeAddonPrice?: boolean | null | undefined;
171
202
  target: "ITEM";
@@ -201,6 +232,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
201
232
  amount: number;
202
233
  precision: number;
203
234
  } | null | undefined;
235
+ minPurchaseItems?: {
236
+ productId: string;
237
+ }[] | null | undefined;
204
238
  target: "PAYMENT";
205
239
  };
206
240
  success: boolean;
@@ -215,6 +249,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
215
249
  };
216
250
  };
217
251
  }> | null | undefined;
252
+ effectGroups?: {
253
+ maxApplicableEffects: number;
254
+ effectIds: string[];
255
+ }[] | null | undefined;
218
256
  reward?: {
219
257
  checked?: boolean | null | undefined;
220
258
  closedRewards?: string[] | null | undefined;
@@ -229,6 +267,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
229
267
  phoneNumber?: string | null | undefined;
230
268
  balance?: number | null | undefined;
231
269
  birthday?: string | null | undefined;
270
+ tier?: {
271
+ imageUrl?: string | null | undefined;
272
+ id: string;
273
+ } | null | undefined;
232
274
  mostPurchasedItems?: string[] | null | undefined;
233
275
  id: string;
234
276
  userId: string;
@@ -423,12 +465,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
423
465
  name?: string | null | undefined;
424
466
  id: string;
425
467
  } | null | undefined;
468
+ productId?: string | null | undefined;
426
469
  kitchenStation?: Record<string, {
427
470
  startAt?: string | null | undefined;
428
471
  finishAt?: string | null | undefined;
429
472
  completedAt?: string | null | undefined;
430
473
  }> | null | undefined;
431
- productId?: string | null | undefined;
432
474
  servedAt?: string | null | undefined;
433
475
  collectedAt?: string | null | undefined;
434
476
  variantSelected?: {
@@ -575,6 +617,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
575
617
  systemCode: string;
576
618
  }[] | null | undefined;
577
619
  customAttributes?: Record<string, any> | null | undefined;
620
+ subCategories?: string[] | null | undefined;
578
621
  code: string;
579
622
  name: string;
580
623
  price: {
@@ -614,7 +657,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
614
657
  adjustments: Record<string, {
615
658
  reason?: string | null | undefined;
616
659
  referenceId?: string | null | undefined;
660
+ adjustmentRule?: {
661
+ type: "CAPPED_AT";
662
+ } | null | undefined;
617
663
  remark?: string | null | undefined;
664
+ ignoreMinPrice?: boolean | null | undefined;
618
665
  excludeAddonPrice?: boolean | null | undefined;
619
666
  total: {
620
667
  currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
@@ -661,8 +708,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
661
708
  adjustments: Record<string, {
662
709
  reason?: string | null | undefined;
663
710
  referenceId?: string | null | undefined;
711
+ adjustmentRule?: {
712
+ type: "CAPPED_AT";
713
+ } | null | undefined;
664
714
  remark?: string | null | undefined;
665
715
  excludeIds?: string[] | null | undefined;
716
+ ignoreMinPrice?: boolean | null | undefined;
666
717
  total: {
667
718
  currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
668
719
  amount: number;
@@ -699,6 +750,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
699
750
  };
700
751
  person: string | number;
701
752
  nettTaxes: Record<string, {
753
+ meta?: {
754
+ inclusive: boolean;
755
+ amount: {
756
+ currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
757
+ amount: number;
758
+ precision: number;
759
+ };
760
+ adjustment: {
761
+ amount: number;
762
+ precision: number;
763
+ };
764
+ ignoreDiscount: boolean;
765
+ taxable: {
766
+ currency: "AED" | "AFN" | "ALL" | "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" | "MYR" | "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";
767
+ amount: number;
768
+ precision: number;
769
+ };
770
+ }[] | null | undefined;
702
771
  inclusive?: boolean | null | undefined;
703
772
  taxCode?: string | null | undefined;
704
773
  ignoreDiscount?: boolean | null | undefined;
@@ -0,0 +1,11 @@
1
+ declare function open(): Promise<void>;
2
+ declare function close(): void;
3
+ declare const _default: import("vue").DefineComponent<{}, {
4
+ open: typeof open;
5
+ close: typeof close;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ submitted: () => void;
8
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
9
+ onSubmitted?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export interface RecalculationDialogEvents {
2
+ (e: 'submitted'): void;
3
+ }
@@ -0,0 +1,20 @@
1
+ export interface StockAdjustmentSideSheetProps {
2
+ show: boolean;
3
+ }
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockAdjustmentSideSheetProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ "update:show": (v: boolean) => void;
6
+ submitted: () => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockAdjustmentSideSheetProps>>> & Readonly<{
8
+ "onUpdate:show"?: ((v: boolean) => any) | undefined;
9
+ onSubmitted?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
12
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
+ type __VLS_TypePropsToRuntimeProps<T> = {
14
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
15
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
+ } : {
17
+ type: import('vue').PropType<T[K]>;
18
+ required: true;
19
+ };
20
+ };
@@ -29,6 +29,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  };
30
30
  skuId: string;
31
31
  }[] | null | undefined;
32
+ preparationTime?: {
33
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
34
+ value: number;
35
+ } | null | undefined;
32
36
  _id: string;
33
37
  name: string;
34
38
  address: {
@@ -68,6 +72,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
68
72
  };
69
73
  skuId: string;
70
74
  }[] | null | undefined;
75
+ preparationTime?: {
76
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
77
+ value: number;
78
+ } | null | undefined;
71
79
  _id: string;
72
80
  name: string;
73
81
  address: {
@@ -1,5 +1,6 @@
1
1
  export interface SupplierSupplyItemFieldProps {
2
2
  modelValue: FdoSupplierSupplyItem[];
3
+ autoAppendToTemplates?: boolean;
3
4
  }
4
5
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
6
  modelValue: import("vue").PropType<{
@@ -21,6 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
22
  };
22
23
  skuId: string;
23
24
  }[]>;
25
+ autoAppendToTemplates: import("vue").PropType<boolean>;
24
26
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
27
  modelValue: import("vue").PropType<{
26
28
  defaultCost: {
@@ -41,5 +43,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
41
43
  };
42
44
  skuId: string;
43
45
  }[]>;
46
+ autoAppendToTemplates: import("vue").PropType<boolean>;
44
47
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
48
  export default _default;
@@ -25,6 +25,10 @@ export declare function useSupplierTable(promptUpdateSupplier: (supplier: FdoSup
25
25
  };
26
26
  skuId: string;
27
27
  }[] | null | undefined;
28
+ preparationTime?: {
29
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
30
+ value: number;
31
+ } | null | undefined;
28
32
  _id: string;
29
33
  name: string;
30
34
  address: {
@@ -235,6 +235,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
235
235
  };
236
236
  skuId: string;
237
237
  }[] | null | undefined;
238
+ preparationTime?: {
239
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
240
+ value: number;
241
+ } | null | undefined;
238
242
  _id: string;
239
243
  name: string;
240
244
  address: {
@@ -495,6 +499,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
495
499
  };
496
500
  skuId: string;
497
501
  }[] | null | undefined;
502
+ preparationTime?: {
503
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
504
+ value: number;
505
+ } | null | undefined;
498
506
  _id: string;
499
507
  name: string;
500
508
  address: {
@@ -1,5 +1,6 @@
1
1
  import { FdoNetSuiteChildItem, FdoNetSuiteItem } from '@feedmepos/zod-inventory';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ readonly?: boolean | undefined;
3
4
  sku: FdoInventorySku;
4
5
  settingOptions: Record<string, {
5
6
  item: FdoNetSuiteItem;
@@ -81,6 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
82
  };
82
83
  } | undefined) => void;
83
84
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
85
+ readonly?: boolean | undefined;
84
86
  sku: FdoInventorySku;
85
87
  settingOptions: Record<string, {
86
88
  item: FdoNetSuiteItem;
@@ -28,6 +28,10 @@ export declare function useTransferLocations(modelGetter: () => Partial<FdoPurch
28
28
  };
29
29
  skuId: string;
30
30
  }[] | null | undefined;
31
+ preparationTime?: {
32
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
33
+ value: number;
34
+ } | null | undefined;
31
35
  _id: string;
32
36
  name: string;
33
37
  address: {
@@ -65,6 +69,10 @@ export declare function useTransferLocations(modelGetter: () => Partial<FdoPurch
65
69
  };
66
70
  skuId: string;
67
71
  }[] | null | undefined;
72
+ preparationTime?: {
73
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
74
+ value: number;
75
+ } | null | undefined;
68
76
  _id: string;
69
77
  name: string;
70
78
  address: {
@@ -102,6 +110,10 @@ export declare function useTransferLocations(modelGetter: () => Partial<FdoPurch
102
110
  };
103
111
  skuId: string;
104
112
  }[] | null | undefined;
113
+ preparationTime?: {
114
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
115
+ value: number;
116
+ } | null | undefined;
105
117
  _id: string;
106
118
  name: string;
107
119
  address: {
@@ -139,6 +151,10 @@ export declare function useTransferLocations(modelGetter: () => Partial<FdoPurch
139
151
  };
140
152
  skuId: string;
141
153
  }[] | null | undefined;
154
+ preparationTime?: {
155
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
156
+ value: number;
157
+ } | null | undefined;
142
158
  _id: string;
143
159
  name: string;
144
160
  address: {
@@ -253,6 +253,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
253
253
  };
254
254
  skuId: string;
255
255
  }[] | null | undefined;
256
+ preparationTime?: {
257
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
258
+ value: number;
259
+ } | null | undefined;
256
260
  _id: string;
257
261
  name: string;
258
262
  address: {
@@ -501,6 +505,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
501
505
  };
502
506
  skuId: string;
503
507
  }[] | null | undefined;
508
+ preparationTime?: {
509
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
510
+ value: number;
511
+ } | null | undefined;
504
512
  _id: string;
505
513
  name: string;
506
514
  address: {
@@ -749,6 +757,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
749
757
  };
750
758
  skuId: string;
751
759
  }[] | null | undefined;
760
+ preparationTime?: {
761
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
762
+ value: number;
763
+ } | null | undefined;
752
764
  _id: string;
753
765
  name: string;
754
766
  address: {
@@ -997,6 +1009,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
997
1009
  };
998
1010
  skuId: string;
999
1011
  }[] | null | undefined;
1012
+ preparationTime?: {
1013
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1014
+ value: number;
1015
+ } | null | undefined;
1000
1016
  _id: string;
1001
1017
  name: string;
1002
1018
  address: {
@@ -1256,6 +1272,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1256
1272
  };
1257
1273
  skuId: string;
1258
1274
  }[] | null | undefined;
1275
+ preparationTime?: {
1276
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1277
+ value: number;
1278
+ } | null | undefined;
1259
1279
  _id: string;
1260
1280
  name: string;
1261
1281
  address: {
@@ -1504,6 +1524,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1504
1524
  };
1505
1525
  skuId: string;
1506
1526
  }[] | null | undefined;
1527
+ preparationTime?: {
1528
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1529
+ value: number;
1530
+ } | null | undefined;
1507
1531
  _id: string;
1508
1532
  name: string;
1509
1533
  address: {
@@ -1752,6 +1776,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1752
1776
  };
1753
1777
  skuId: string;
1754
1778
  }[] | null | undefined;
1779
+ preparationTime?: {
1780
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1781
+ value: number;
1782
+ } | null | undefined;
1755
1783
  _id: string;
1756
1784
  name: string;
1757
1785
  address: {
@@ -2000,6 +2028,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2000
2028
  };
2001
2029
  skuId: string;
2002
2030
  }[] | null | undefined;
2031
+ preparationTime?: {
2032
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2033
+ value: number;
2034
+ } | null | undefined;
2003
2035
  _id: string;
2004
2036
  name: string;
2005
2037
  address: {
@@ -2259,6 +2291,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2259
2291
  };
2260
2292
  skuId: string;
2261
2293
  }[] | null | undefined;
2294
+ preparationTime?: {
2295
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2296
+ value: number;
2297
+ } | null | undefined;
2262
2298
  _id: string;
2263
2299
  name: string;
2264
2300
  address: {
@@ -2507,6 +2543,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2507
2543
  };
2508
2544
  skuId: string;
2509
2545
  }[] | null | undefined;
2546
+ preparationTime?: {
2547
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2548
+ value: number;
2549
+ } | null | undefined;
2510
2550
  _id: string;
2511
2551
  name: string;
2512
2552
  address: {
@@ -2755,6 +2795,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2755
2795
  };
2756
2796
  skuId: string;
2757
2797
  }[] | null | undefined;
2798
+ preparationTime?: {
2799
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2800
+ value: number;
2801
+ } | null | undefined;
2758
2802
  _id: string;
2759
2803
  name: string;
2760
2804
  address: {
@@ -3003,6 +3047,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
3003
3047
  };
3004
3048
  skuId: string;
3005
3049
  }[] | null | undefined;
3050
+ preparationTime?: {
3051
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
3052
+ value: number;
3053
+ } | null | undefined;
3006
3054
  _id: string;
3007
3055
  name: string;
3008
3056
  address: {