@feedmepos/mf-inventory-portal 0.0.25-dev.1 → 0.0.25-dev.12

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/{App-TRzHN9-F.js → App-PehI6qSK.js} +35 -34
  2. package/dist/ApprovalView-a6tbFyO2.js +140 -0
  3. package/dist/{BindingsDialog-B8WqnjnP.js → BindingsDialog-BNco1Vhd.js} +6 -6
  4. package/dist/{BindingsPicker-jlcu-d6r.js → BindingsPicker-Dns2kFS-.js} +3 -3
  5. package/dist/{BindingsTable-B00mXBU7.js → BindingsTable-DTrXzYzr.js} +6 -6
  6. package/dist/{ClosingDraftView-CTzudiDa.js → ClosingDraftView-BXBkI6WL.js} +47 -47
  7. package/dist/ClosingTemplateView-BiAGOmVg.js +1859 -0
  8. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-D-IWRjRD.js +34 -0
  9. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-IlN0Uj04.js +211 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-C8UXVANj.js → FmUnitInput.vue_vue_type_script_setup_true_lang-JDL6LVAb.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-DR5ewA1c.js +51 -0
  12. package/dist/{IngredientGroupView-C5XpFU4A.js → IngredientGroupView-Bci0qysG.js} +1 -1
  13. package/dist/{IngredientsView-jP9q6wm1.js → IngredientsView-Dpc_GncE.js} +394 -382
  14. package/dist/{IntegrationView-DmX1Q9KM.js → IntegrationView-DCWg-DR4.js} +660 -623
  15. package/dist/{InventoryBindingForm-Doz0ISM5.js → InventoryBindingForm-BwwF-2NM.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CXntbRos.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-1BVSUfuT.js} +55 -55
  17. package/dist/{InventoryBindingSummary-DDjzipz8.js → InventoryBindingSummary-DgoHed7T.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-B8cFyxTY.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bu4Dw_6P.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DUDKXBlh.js → PremiumBadge.vue_vue_type_script_setup_true_lang-CW7-Eu69.js} +15 -15
  20. package/dist/{PublishView-BX7n6k7c.js → PublishView-DVYBAYBI.js} +7 -7
  21. package/dist/{PurchaseOrderPrintPreview-BjSoZs6d.js → PurchaseOrderPrintPreview-Dp2v_J3o.js} +1 -1
  22. package/dist/{ReceiveRequestView-B7EWBCnW.js → ReceiveRequestView-DVq8tkzd.js} +503 -494
  23. package/dist/{RecipeView-DZo_HxRD.js → RecipeView-Cv5EH2Ah.js} +32 -31
  24. package/dist/{index-qnLd0zOS.js → StockView-B7x9Pywp.js} +3577 -1764
  25. package/dist/{SupplierView-CSB0MJPt.js → SupplierView-BgyqCgOQ.js} +12 -11
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-ByAN3s-h.js +1494 -0
  27. package/dist/TransferTemplateView-C30bwI6y.js +1371 -0
  28. package/dist/{UnitView-DavK_R4W.js → UnitView-IUEnJvH0.js} +14 -14
  29. package/dist/{WarehouseView-DKH-C4Xd.js → WarehouseView-Bcwta2ui.js} +332 -314
  30. package/dist/api/inventory.d.ts +7 -6
  31. package/dist/api/purchase-order.d.ts +1 -0
  32. package/dist/{app-U7r2BqkX.js → app-BKrf9Qul.js} +27996 -28075
  33. package/dist/app.js +1 -1
  34. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  35. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  36. package/dist/components/FmLockableField.vue.d.ts +3 -0
  37. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  38. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  39. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  40. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  41. package/dist/{decimal-8Rw9enBX.js → decimal-pm1D555G.js} +1 -1
  42. package/dist/feature-IIGwFZ6m.js +1005 -0
  43. package/dist/{format-unit-display-BOmYRTQF.js → format-unit-display-DAzCcqoK.js} +335 -328
  44. package/dist/helper/fuzzy.d.ts +10 -0
  45. package/dist/index-phCfzXTb.js +35546 -0
  46. package/dist/{stock-B0CPrhsD.js → stock-B9Im7AGF.js} +3 -3
  47. package/dist/stores/integration/netsuite.d.ts +5 -0
  48. package/dist/stores/inventory.d.ts +8 -8
  49. package/dist/stores/location.d.ts +100 -0
  50. package/dist/stores/warehouse.d.ts +1 -0
  51. package/dist/style.css +1 -1
  52. package/dist/{supplier-B9AwIixA.js → supplier-D5z7EqEg.js} +1 -1
  53. package/dist/tsconfig.app.tsbuildinfo +1 -1
  54. package/dist/use-ingredient-select-dialog-QJXtuwbP.js +51 -0
  55. package/dist/{use-inventory-binding-dialog-yq2U1BWY.js → use-inventory-binding-dialog-DbK__hMV.js} +1 -1
  56. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  57. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  58. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  59. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  60. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  61. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  62. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  63. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  64. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  65. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  66. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  67. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  68. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  69. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +2 -0
  70. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +25 -17
  71. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +2 -2
  72. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +1 -1
  73. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -26
  74. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +38 -26
  75. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  76. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  77. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  78. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +1 -2
  79. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +36 -12
  80. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +36 -12
  81. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  82. package/dist/{vue-i18n-Bl7GJEHh.js → vue-i18n-sbiTSWWp.js} +79 -79
  83. package/package.json +5 -5
  84. package/dist/ApprovalView-XuMTVxgh.js +0 -138
  85. package/dist/ClosingTemplateView-CH7km5d2.js +0 -1819
  86. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-7BeCefaL.js +0 -142
  87. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Dcc6Iujf.js +0 -286
  88. package/dist/StockView-CJy2REMR.js +0 -1817
  89. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DA3f4VAd.js +0 -1327
  90. package/dist/TransferTemplateView-CRZXRX63.js +0 -1284
  91. package/dist/index-C2OSKtid.js +0 -29202
@@ -34,6 +34,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
34
34
  acceptRequest: boolean;
35
35
  dbName: string;
36
36
  doc: {
37
+ customAttributes?: Record<string, any> | null | undefined;
37
38
  _id: string;
38
39
  businessId: string;
39
40
  profile: {
@@ -115,6 +116,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
115
116
  };
116
117
  };
117
118
  }[] | null | undefined;
119
+ locationTags?: string[] | null | undefined;
118
120
  _id: string;
119
121
  name: string;
120
122
  purchaseOrder: {
@@ -144,6 +146,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
144
146
  precision: number;
145
147
  } | null | undefined;
146
148
  sku: {
149
+ customAttributes?: Record<string, any> | null | undefined;
147
150
  trackingMeasurement?: string | null | undefined;
148
151
  convert?: {
149
152
  measurement?: string | null | undefined;
@@ -187,7 +190,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
187
190
  low: number;
188
191
  mid: number;
189
192
  } | null | undefined;
190
- customAttributes?: Record<string, any> | null | undefined;
191
193
  unit: {
192
194
  _id: string;
193
195
  name: string;
@@ -274,6 +276,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
274
276
  acceptRequest: boolean;
275
277
  dbName: string;
276
278
  doc: {
279
+ customAttributes?: Record<string, any> | null | undefined;
277
280
  _id: string;
278
281
  businessId: string;
279
282
  profile: {
@@ -355,6 +358,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
355
358
  };
356
359
  };
357
360
  }[] | null | undefined;
361
+ locationTags?: string[] | null | undefined;
358
362
  _id: string;
359
363
  name: string;
360
364
  purchaseOrder: {
@@ -384,6 +388,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
384
388
  precision: number;
385
389
  } | null | undefined;
386
390
  sku: {
391
+ customAttributes?: Record<string, any> | null | undefined;
387
392
  trackingMeasurement?: string | null | undefined;
388
393
  convert?: {
389
394
  measurement?: string | null | undefined;
@@ -427,7 +432,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
427
432
  low: number;
428
433
  mid: number;
429
434
  } | null | undefined;
430
- customAttributes?: Record<string, any> | null | undefined;
431
435
  unit: {
432
436
  _id: string;
433
437
  name: string;
@@ -514,6 +518,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
514
518
  acceptRequest: boolean;
515
519
  dbName: string;
516
520
  doc: {
521
+ customAttributes?: Record<string, any> | null | undefined;
517
522
  _id: string;
518
523
  businessId: string;
519
524
  profile: {
@@ -595,6 +600,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
595
600
  };
596
601
  };
597
602
  }[] | null | undefined;
603
+ locationTags?: string[] | null | undefined;
598
604
  _id: string;
599
605
  name: string;
600
606
  purchaseOrder: {
@@ -624,6 +630,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
624
630
  precision: number;
625
631
  } | null | undefined;
626
632
  sku: {
633
+ customAttributes?: Record<string, any> | null | undefined;
627
634
  trackingMeasurement?: string | null | undefined;
628
635
  convert?: {
629
636
  measurement?: string | null | undefined;
@@ -667,7 +674,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
667
674
  low: number;
668
675
  mid: number;
669
676
  } | null | undefined;
670
- customAttributes?: Record<string, any> | null | undefined;
671
677
  unit: {
672
678
  _id: string;
673
679
  name: string;
@@ -754,6 +760,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
754
760
  acceptRequest: boolean;
755
761
  dbName: string;
756
762
  doc: {
763
+ customAttributes?: Record<string, any> | null | undefined;
757
764
  _id: string;
758
765
  businessId: string;
759
766
  profile: {
@@ -835,6 +842,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
835
842
  };
836
843
  };
837
844
  }[] | null | undefined;
845
+ locationTags?: string[] | null | undefined;
838
846
  _id: string;
839
847
  name: string;
840
848
  purchaseOrder: {
@@ -864,6 +872,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
864
872
  precision: number;
865
873
  } | null | undefined;
866
874
  sku: {
875
+ customAttributes?: Record<string, any> | null | undefined;
867
876
  trackingMeasurement?: string | null | undefined;
868
877
  convert?: {
869
878
  measurement?: string | null | undefined;
@@ -907,7 +916,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
907
916
  low: number;
908
917
  mid: number;
909
918
  } | null | undefined;
910
- customAttributes?: Record<string, any> | null | undefined;
911
919
  unit: {
912
920
  _id: string;
913
921
  name: string;
@@ -1004,6 +1012,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1004
1012
  acceptRequest: boolean;
1005
1013
  dbName: string;
1006
1014
  doc: {
1015
+ customAttributes?: Record<string, any> | null | undefined;
1007
1016
  _id: string;
1008
1017
  businessId: string;
1009
1018
  profile: {
@@ -1085,6 +1094,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1085
1094
  };
1086
1095
  };
1087
1096
  }[] | null | undefined;
1097
+ locationTags?: string[] | null | undefined;
1088
1098
  _id: string;
1089
1099
  name: string;
1090
1100
  purchaseOrder: {
@@ -1114,6 +1124,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1114
1124
  precision: number;
1115
1125
  } | null | undefined;
1116
1126
  sku: {
1127
+ customAttributes?: Record<string, any> | null | undefined;
1117
1128
  trackingMeasurement?: string | null | undefined;
1118
1129
  convert?: {
1119
1130
  measurement?: string | null | undefined;
@@ -1157,7 +1168,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1157
1168
  low: number;
1158
1169
  mid: number;
1159
1170
  } | null | undefined;
1160
- customAttributes?: Record<string, any> | null | undefined;
1161
1171
  unit: {
1162
1172
  _id: string;
1163
1173
  name: string;
@@ -1244,6 +1254,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1244
1254
  acceptRequest: boolean;
1245
1255
  dbName: string;
1246
1256
  doc: {
1257
+ customAttributes?: Record<string, any> | null | undefined;
1247
1258
  _id: string;
1248
1259
  businessId: string;
1249
1260
  profile: {
@@ -1325,6 +1336,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1325
1336
  };
1326
1337
  };
1327
1338
  }[] | null | undefined;
1339
+ locationTags?: string[] | null | undefined;
1328
1340
  _id: string;
1329
1341
  name: string;
1330
1342
  purchaseOrder: {
@@ -1354,6 +1366,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1354
1366
  precision: number;
1355
1367
  } | null | undefined;
1356
1368
  sku: {
1369
+ customAttributes?: Record<string, any> | null | undefined;
1357
1370
  trackingMeasurement?: string | null | undefined;
1358
1371
  convert?: {
1359
1372
  measurement?: string | null | undefined;
@@ -1397,7 +1410,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1397
1410
  low: number;
1398
1411
  mid: number;
1399
1412
  } | null | undefined;
1400
- customAttributes?: Record<string, any> | null | undefined;
1401
1413
  unit: {
1402
1414
  _id: string;
1403
1415
  name: string;
@@ -1484,6 +1496,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1484
1496
  acceptRequest: boolean;
1485
1497
  dbName: string;
1486
1498
  doc: {
1499
+ customAttributes?: Record<string, any> | null | undefined;
1487
1500
  _id: string;
1488
1501
  businessId: string;
1489
1502
  profile: {
@@ -1565,6 +1578,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1565
1578
  };
1566
1579
  };
1567
1580
  }[] | null | undefined;
1581
+ locationTags?: string[] | null | undefined;
1568
1582
  _id: string;
1569
1583
  name: string;
1570
1584
  purchaseOrder: {
@@ -1594,6 +1608,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1594
1608
  precision: number;
1595
1609
  } | null | undefined;
1596
1610
  sku: {
1611
+ customAttributes?: Record<string, any> | null | undefined;
1597
1612
  trackingMeasurement?: string | null | undefined;
1598
1613
  convert?: {
1599
1614
  measurement?: string | null | undefined;
@@ -1637,7 +1652,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1637
1652
  low: number;
1638
1653
  mid: number;
1639
1654
  } | null | undefined;
1640
- customAttributes?: Record<string, any> | null | undefined;
1641
1655
  unit: {
1642
1656
  _id: string;
1643
1657
  name: string;
@@ -1724,6 +1738,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1724
1738
  acceptRequest: boolean;
1725
1739
  dbName: string;
1726
1740
  doc: {
1741
+ customAttributes?: Record<string, any> | null | undefined;
1727
1742
  _id: string;
1728
1743
  businessId: string;
1729
1744
  profile: {
@@ -1805,6 +1820,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1805
1820
  };
1806
1821
  };
1807
1822
  }[] | null | undefined;
1823
+ locationTags?: string[] | null | undefined;
1808
1824
  _id: string;
1809
1825
  name: string;
1810
1826
  purchaseOrder: {
@@ -1834,6 +1850,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1834
1850
  precision: number;
1835
1851
  } | null | undefined;
1836
1852
  sku: {
1853
+ customAttributes?: Record<string, any> | null | undefined;
1837
1854
  trackingMeasurement?: string | null | undefined;
1838
1855
  convert?: {
1839
1856
  measurement?: string | null | undefined;
@@ -1877,7 +1894,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1877
1894
  low: number;
1878
1895
  mid: number;
1879
1896
  } | null | undefined;
1880
- customAttributes?: Record<string, any> | null | undefined;
1881
1897
  unit: {
1882
1898
  _id: string;
1883
1899
  name: string;
@@ -1974,6 +1990,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1974
1990
  acceptRequest: boolean;
1975
1991
  dbName: string;
1976
1992
  doc: {
1993
+ customAttributes?: Record<string, any> | null | undefined;
1977
1994
  _id: string;
1978
1995
  businessId: string;
1979
1996
  profile: {
@@ -2055,6 +2072,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2055
2072
  };
2056
2073
  };
2057
2074
  }[] | null | undefined;
2075
+ locationTags?: string[] | null | undefined;
2058
2076
  _id: string;
2059
2077
  name: string;
2060
2078
  purchaseOrder: {
@@ -2084,6 +2102,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2084
2102
  precision: number;
2085
2103
  } | null | undefined;
2086
2104
  sku: {
2105
+ customAttributes?: Record<string, any> | null | undefined;
2087
2106
  trackingMeasurement?: string | null | undefined;
2088
2107
  convert?: {
2089
2108
  measurement?: string | null | undefined;
@@ -2127,7 +2146,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2127
2146
  low: number;
2128
2147
  mid: number;
2129
2148
  } | null | undefined;
2130
- customAttributes?: Record<string, any> | null | undefined;
2131
2149
  unit: {
2132
2150
  _id: string;
2133
2151
  name: string;
@@ -2214,6 +2232,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2214
2232
  acceptRequest: boolean;
2215
2233
  dbName: string;
2216
2234
  doc: {
2235
+ customAttributes?: Record<string, any> | null | undefined;
2217
2236
  _id: string;
2218
2237
  businessId: string;
2219
2238
  profile: {
@@ -2295,6 +2314,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2295
2314
  };
2296
2315
  };
2297
2316
  }[] | null | undefined;
2317
+ locationTags?: string[] | null | undefined;
2298
2318
  _id: string;
2299
2319
  name: string;
2300
2320
  purchaseOrder: {
@@ -2324,6 +2344,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2324
2344
  precision: number;
2325
2345
  } | null | undefined;
2326
2346
  sku: {
2347
+ customAttributes?: Record<string, any> | null | undefined;
2327
2348
  trackingMeasurement?: string | null | undefined;
2328
2349
  convert?: {
2329
2350
  measurement?: string | null | undefined;
@@ -2367,7 +2388,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2367
2388
  low: number;
2368
2389
  mid: number;
2369
2390
  } | null | undefined;
2370
- customAttributes?: Record<string, any> | null | undefined;
2371
2391
  unit: {
2372
2392
  _id: string;
2373
2393
  name: string;
@@ -2454,6 +2474,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2454
2474
  acceptRequest: boolean;
2455
2475
  dbName: string;
2456
2476
  doc: {
2477
+ customAttributes?: Record<string, any> | null | undefined;
2457
2478
  _id: string;
2458
2479
  businessId: string;
2459
2480
  profile: {
@@ -2535,6 +2556,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2535
2556
  };
2536
2557
  };
2537
2558
  }[] | null | undefined;
2559
+ locationTags?: string[] | null | undefined;
2538
2560
  _id: string;
2539
2561
  name: string;
2540
2562
  purchaseOrder: {
@@ -2564,6 +2586,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2564
2586
  precision: number;
2565
2587
  } | null | undefined;
2566
2588
  sku: {
2589
+ customAttributes?: Record<string, any> | null | undefined;
2567
2590
  trackingMeasurement?: string | null | undefined;
2568
2591
  convert?: {
2569
2592
  measurement?: string | null | undefined;
@@ -2607,7 +2630,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2607
2630
  low: number;
2608
2631
  mid: number;
2609
2632
  } | null | undefined;
2610
- customAttributes?: Record<string, any> | null | undefined;
2611
2633
  unit: {
2612
2634
  _id: string;
2613
2635
  name: string;
@@ -2694,6 +2716,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2694
2716
  acceptRequest: boolean;
2695
2717
  dbName: string;
2696
2718
  doc: {
2719
+ customAttributes?: Record<string, any> | null | undefined;
2697
2720
  _id: string;
2698
2721
  businessId: string;
2699
2722
  profile: {
@@ -2775,6 +2798,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2775
2798
  };
2776
2799
  };
2777
2800
  }[] | null | undefined;
2801
+ locationTags?: string[] | null | undefined;
2778
2802
  _id: string;
2779
2803
  name: string;
2780
2804
  purchaseOrder: {
@@ -2804,6 +2828,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2804
2828
  precision: number;
2805
2829
  } | null | undefined;
2806
2830
  sku: {
2831
+ customAttributes?: Record<string, any> | null | undefined;
2807
2832
  trackingMeasurement?: string | null | undefined;
2808
2833
  convert?: {
2809
2834
  measurement?: string | null | undefined;
@@ -2847,7 +2872,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2847
2872
  low: number;
2848
2873
  mid: number;
2849
2874
  } | null | undefined;
2850
- customAttributes?: Record<string, any> | null | undefined;
2851
2875
  unit: {
2852
2876
  _id: string;
2853
2877
  name: string;