@feedmepos/mf-inventory-portal 0.0.25-dev.2 → 0.0.25-dev.21

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 (115) hide show
  1. package/dist/App-D6WBVERc.js +278 -0
  2. package/dist/ApprovalView-BIBoagE8.js +146 -0
  3. package/dist/{BindingsDialog-qeGh3ND8.js → BindingsDialog-DHRRkK1Z.js} +6 -6
  4. package/dist/{BindingsPicker-SfiA8fmD.js → BindingsPicker-DohvMDDF.js} +3 -3
  5. package/dist/{BindingsTable-BjW-eJr6.js → BindingsTable-C_JwU9ei.js} +6 -6
  6. package/dist/ClosingDraftView-BBebhUj-.js +1308 -0
  7. package/dist/ClosingTemplateView-CXRN19-D.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-BJufUQNE.js +215 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-5rldKjyh.js → FmUnitInput.vue_vue_type_script_setup_true_lang-C5Xk19jY.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-7HNI82u-.js +51 -0
  12. package/dist/{IngredientGroupView-CGyyFyvj.js → IngredientGroupView-l2bAc1Kj.js} +1 -1
  13. package/dist/{IngredientsView-BLKk-VxQ.js → IngredientsView-zDXt7KEx.js} +394 -382
  14. package/dist/{IntegrationView-C6gwvZ9b.js → IntegrationView-BYnlAPrP.js} +660 -623
  15. package/dist/{InventoryBindingForm-BB3ZN3Lx.js → InventoryBindingForm-BuweG4Vl.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-PT7Quw7j.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-DgxN0U4N.js} +99 -99
  17. package/dist/{InventoryBindingSummary-yr0oie3c.js → InventoryBindingSummary-BpEo0JsK.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DjJGUE9a.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CcjzkzCt.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-O1mYRa5W.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Ej20iSHA.js} +15 -15
  20. package/dist/PublishView-DCZ0zIaP.js +222 -0
  21. package/dist/{PurchaseOrderPrintPreview-Q_9-KVNj.js → PurchaseOrderPrintPreview-Cag7UEvz.js} +1 -1
  22. package/dist/ReceiveRequestView-ChIJGA98.js +2319 -0
  23. package/dist/{RecipeView-DBfugmRY.js → RecipeView-bBshe0eF.js} +32 -31
  24. package/dist/{index-CgspzSQi.js → StockView-D6-oKpAC.js} +3577 -1764
  25. package/dist/{SupplierView-BQViPyfj.js → SupplierView-dyIcGp9Q.js} +12 -11
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-C_7wbQow.js +1771 -0
  27. package/dist/TransferTemplateView-D2rxV0k_.js +1660 -0
  28. package/dist/{UnitView-CrbFeWaB.js → UnitView-DVS5Az5c.js} +14 -14
  29. package/dist/{WarehouseView-Dy5GljxY.js → WarehouseView-CR03TpnA.js} +332 -314
  30. package/dist/api/closing-draft.d.ts +1 -0
  31. package/dist/api/inventory.d.ts +9 -6
  32. package/dist/api/purchase-order.d.ts +2 -1
  33. package/dist/{app-D0O4wr2X.js → app-oV9ISfFL.js} +28343 -28141
  34. package/dist/app.js +1 -1
  35. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  36. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  37. package/dist/components/FmLockableField.vue.d.ts +3 -0
  38. package/dist/components/FmMultiselectDialog.d.ts +46 -0
  39. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  40. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  41. package/dist/components/MountListener.vue.d.ts +15 -0
  42. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  43. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  44. package/dist/{decimal-CPGmj9BT.js → decimal-C7zgfr5G.js} +1 -1
  45. package/dist/feature-CDQQ-mV9.js +1003 -0
  46. package/dist/{format-unit-display-CMM6DZJj.js → format-unit-display-CVBzrNQ4.js} +334 -327
  47. package/dist/helper/fuzzy.d.ts +10 -0
  48. package/dist/index-0VS4cuk3.js +35546 -0
  49. package/dist/{stock-9nTT4Amy.js → stock-BIP_NIK_.js} +3 -3
  50. package/dist/stores/feature.d.ts +4 -7
  51. package/dist/stores/integration/netsuite.d.ts +5 -0
  52. package/dist/stores/inventory.d.ts +135 -8
  53. package/dist/stores/location.d.ts +100 -0
  54. package/dist/stores/warehouse.d.ts +1 -0
  55. package/dist/style.css +1 -1
  56. package/dist/{supplier-CH4EwBZM.js → supplier-DUQ2VSMg.js} +1 -1
  57. package/dist/tsconfig.app.tsbuildinfo +1 -1
  58. package/dist/use-ingredient-select-dialog-VkU5_Aaj.js +51 -0
  59. package/dist/{use-inventory-binding-dialog-Dli3xtq4.js → use-inventory-binding-dialog-BXp0z3v_.js} +1 -1
  60. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  61. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  62. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  63. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +4 -1
  64. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  65. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +1 -1
  66. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  67. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  68. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  69. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  70. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  71. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  72. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  73. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  74. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  75. package/dist/views/receive-request/components/transfer-details/TransferDetails.vue.d.ts +1387 -0
  76. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +5 -1
  77. package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +3 -0
  78. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -2
  79. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +48 -2
  80. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +490 -2
  81. package/dist/views/receive-request/components/transfer-form/components/TransferSubItemTable.vue.d.ts +72 -0
  82. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +25 -2
  83. package/dist/views/receive-request/components/transfer-form/helpers/calculate-sub-item-total.helper.d.ts +4 -0
  84. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +693 -35
  85. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +684 -35
  86. package/dist/views/receive-request/helper/po-to-po-template.util.d.ts +1 -0
  87. package/dist/views/receive-request/helper/print-po.d.ts +9 -2
  88. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  89. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +270 -2
  90. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +286 -0
  91. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItem.vue.d.ts +74 -0
  92. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItemTable.vue.d.ts +92 -0
  93. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  94. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  95. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +36 -2
  96. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +456 -12
  97. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +456 -12
  98. package/dist/views/transfer-template/helpers/location-to-po-supplier.util.d.ts +75 -0
  99. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  100. package/dist/{vue-i18n-BcYt8MNZ.js → vue-i18n-CCd5_SRR.js} +212 -212
  101. package/package.json +3 -3
  102. package/dist/App-oKNdl2la.js +0 -276
  103. package/dist/ApprovalView-hDGkcBDy.js +0 -138
  104. package/dist/ClosingDraftView-CEeeL7W4.js +0 -1225
  105. package/dist/ClosingTemplateView-CkS9e0MV.js +0 -1819
  106. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-CIBSvY0s.js +0 -142
  107. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Dg_7ELeT.js +0 -286
  108. package/dist/PublishView-ByXdmuJL.js +0 -192
  109. package/dist/ReceiveRequestView-CApg7LGM.js +0 -1876
  110. package/dist/StockView-D6o_oUlz.js +0 -1817
  111. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-D2skLe2M.js +0 -1327
  112. package/dist/TransferTemplateView-DVesObTd.js +0 -1284
  113. package/dist/components/FmCustomAttribute2.vue.d.ts +0 -18
  114. package/dist/index-P5iEcRw3.js +0 -29202
  115. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +0 -2628
@@ -34,6 +34,7 @@ export declare const useClosingTemplateActions: 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 useClosingTemplateActions: import("pinia").StoreDefinition<
115
116
  };
116
117
  };
117
118
  }[] | null | undefined;
119
+ locationTags?: string[] | null | undefined;
118
120
  updatedBy?: {
119
121
  name: string;
120
122
  id: string;
@@ -123,6 +125,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
123
125
  items: {
124
126
  disabledMeasurements?: string[] | null | undefined;
125
127
  sku: {
128
+ customAttributes?: Record<string, any> | null | undefined;
126
129
  trackingMeasurement?: string | null | undefined;
127
130
  convert?: {
128
131
  measurement?: string | null | undefined;
@@ -166,7 +169,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
166
169
  low: number;
167
170
  mid: number;
168
171
  } | null | undefined;
169
- customAttributes?: Record<string, any> | null | undefined;
170
172
  unit: {
171
173
  _id: string;
172
174
  name: string;
@@ -208,6 +210,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
208
210
  acceptRequest: boolean;
209
211
  dbName: string;
210
212
  doc: {
213
+ customAttributes?: Record<string, any> | null | undefined;
211
214
  _id: string;
212
215
  businessId: string;
213
216
  profile: {
@@ -289,6 +292,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
289
292
  };
290
293
  };
291
294
  }[] | null | undefined;
295
+ locationTags?: string[] | null | undefined;
292
296
  updatedBy?: {
293
297
  name: string;
294
298
  id: string;
@@ -297,6 +301,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
297
301
  items: {
298
302
  disabledMeasurements?: string[] | null | undefined;
299
303
  sku: {
304
+ customAttributes?: Record<string, any> | null | undefined;
300
305
  trackingMeasurement?: string | null | undefined;
301
306
  convert?: {
302
307
  measurement?: string | null | undefined;
@@ -340,7 +345,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
340
345
  low: number;
341
346
  mid: number;
342
347
  } | null | undefined;
343
- customAttributes?: Record<string, any> | null | undefined;
344
348
  unit: {
345
349
  _id: string;
346
350
  name: string;
@@ -382,6 +386,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
382
386
  acceptRequest: boolean;
383
387
  dbName: string;
384
388
  doc: {
389
+ customAttributes?: Record<string, any> | null | undefined;
385
390
  _id: string;
386
391
  businessId: string;
387
392
  profile: {
@@ -463,6 +468,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
463
468
  };
464
469
  };
465
470
  }[] | null | undefined;
471
+ locationTags?: string[] | null | undefined;
466
472
  updatedBy?: {
467
473
  name: string;
468
474
  id: string;
@@ -471,6 +477,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
471
477
  items: {
472
478
  disabledMeasurements?: string[] | null | undefined;
473
479
  sku: {
480
+ customAttributes?: Record<string, any> | null | undefined;
474
481
  trackingMeasurement?: string | null | undefined;
475
482
  convert?: {
476
483
  measurement?: string | null | undefined;
@@ -514,7 +521,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
514
521
  low: number;
515
522
  mid: number;
516
523
  } | null | undefined;
517
- customAttributes?: Record<string, any> | null | undefined;
518
524
  unit: {
519
525
  _id: string;
520
526
  name: string;
@@ -555,6 +561,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
555
561
  acceptRequest: boolean;
556
562
  dbName: string;
557
563
  doc: {
564
+ customAttributes?: Record<string, any> | null | undefined;
558
565
  _id: string;
559
566
  businessId: string;
560
567
  profile: {
@@ -636,6 +643,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
636
643
  };
637
644
  };
638
645
  }[] | null | undefined;
646
+ locationTags?: string[] | null | undefined;
639
647
  updatedBy?: {
640
648
  name: string;
641
649
  id: string;
@@ -644,6 +652,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
644
652
  items: {
645
653
  disabledMeasurements?: string[] | null | undefined;
646
654
  sku: {
655
+ customAttributes?: Record<string, any> | null | undefined;
647
656
  trackingMeasurement?: string | null | undefined;
648
657
  convert?: {
649
658
  measurement?: string | null | undefined;
@@ -687,7 +696,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
687
696
  low: number;
688
697
  mid: number;
689
698
  } | null | undefined;
690
- customAttributes?: Record<string, any> | null | undefined;
691
699
  unit: {
692
700
  _id: string;
693
701
  name: string;
@@ -737,6 +745,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
737
745
  acceptRequest: boolean;
738
746
  dbName: string;
739
747
  doc: {
748
+ customAttributes?: Record<string, any> | null | undefined;
740
749
  _id: string;
741
750
  businessId: string;
742
751
  profile: {
@@ -818,6 +827,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
818
827
  };
819
828
  };
820
829
  }[] | null | undefined;
830
+ locationTags?: string[] | null | undefined;
821
831
  updatedBy?: {
822
832
  name: string;
823
833
  id: string;
@@ -826,6 +836,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
826
836
  items: {
827
837
  disabledMeasurements?: string[] | null | undefined;
828
838
  sku: {
839
+ customAttributes?: Record<string, any> | null | undefined;
829
840
  trackingMeasurement?: string | null | undefined;
830
841
  convert?: {
831
842
  measurement?: string | null | undefined;
@@ -869,7 +880,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
869
880
  low: number;
870
881
  mid: number;
871
882
  } | null | undefined;
872
- customAttributes?: Record<string, any> | null | undefined;
873
883
  unit: {
874
884
  _id: string;
875
885
  name: string;
@@ -911,6 +921,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
911
921
  acceptRequest: boolean;
912
922
  dbName: string;
913
923
  doc: {
924
+ customAttributes?: Record<string, any> | null | undefined;
914
925
  _id: string;
915
926
  businessId: string;
916
927
  profile: {
@@ -992,6 +1003,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
992
1003
  };
993
1004
  };
994
1005
  }[] | null | undefined;
1006
+ locationTags?: string[] | null | undefined;
995
1007
  updatedBy?: {
996
1008
  name: string;
997
1009
  id: string;
@@ -1000,6 +1012,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1000
1012
  items: {
1001
1013
  disabledMeasurements?: string[] | null | undefined;
1002
1014
  sku: {
1015
+ customAttributes?: Record<string, any> | null | undefined;
1003
1016
  trackingMeasurement?: string | null | undefined;
1004
1017
  convert?: {
1005
1018
  measurement?: string | null | undefined;
@@ -1043,7 +1056,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1043
1056
  low: number;
1044
1057
  mid: number;
1045
1058
  } | null | undefined;
1046
- customAttributes?: Record<string, any> | null | undefined;
1047
1059
  unit: {
1048
1060
  _id: string;
1049
1061
  name: string;
@@ -1085,6 +1097,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1085
1097
  acceptRequest: boolean;
1086
1098
  dbName: string;
1087
1099
  doc: {
1100
+ customAttributes?: Record<string, any> | null | undefined;
1088
1101
  _id: string;
1089
1102
  businessId: string;
1090
1103
  profile: {
@@ -1166,6 +1179,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1166
1179
  };
1167
1180
  };
1168
1181
  }[] | null | undefined;
1182
+ locationTags?: string[] | null | undefined;
1169
1183
  updatedBy?: {
1170
1184
  name: string;
1171
1185
  id: string;
@@ -1174,6 +1188,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1174
1188
  items: {
1175
1189
  disabledMeasurements?: string[] | null | undefined;
1176
1190
  sku: {
1191
+ customAttributes?: Record<string, any> | null | undefined;
1177
1192
  trackingMeasurement?: string | null | undefined;
1178
1193
  convert?: {
1179
1194
  measurement?: string | null | undefined;
@@ -1217,7 +1232,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1217
1232
  low: number;
1218
1233
  mid: number;
1219
1234
  } | null | undefined;
1220
- customAttributes?: Record<string, any> | null | undefined;
1221
1235
  unit: {
1222
1236
  _id: string;
1223
1237
  name: string;
@@ -1258,6 +1272,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1258
1272
  acceptRequest: boolean;
1259
1273
  dbName: string;
1260
1274
  doc: {
1275
+ customAttributes?: Record<string, any> | null | undefined;
1261
1276
  _id: string;
1262
1277
  businessId: string;
1263
1278
  profile: {
@@ -1339,6 +1354,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1339
1354
  };
1340
1355
  };
1341
1356
  }[] | null | undefined;
1357
+ locationTags?: string[] | null | undefined;
1342
1358
  updatedBy?: {
1343
1359
  name: string;
1344
1360
  id: string;
@@ -1347,6 +1363,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1347
1363
  items: {
1348
1364
  disabledMeasurements?: string[] | null | undefined;
1349
1365
  sku: {
1366
+ customAttributes?: Record<string, any> | null | undefined;
1350
1367
  trackingMeasurement?: string | null | undefined;
1351
1368
  convert?: {
1352
1369
  measurement?: string | null | undefined;
@@ -1390,7 +1407,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1390
1407
  low: number;
1391
1408
  mid: number;
1392
1409
  } | null | undefined;
1393
- customAttributes?: Record<string, any> | null | undefined;
1394
1410
  unit: {
1395
1411
  _id: string;
1396
1412
  name: string;
@@ -1440,6 +1456,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1440
1456
  acceptRequest: boolean;
1441
1457
  dbName: string;
1442
1458
  doc: {
1459
+ customAttributes?: Record<string, any> | null | undefined;
1443
1460
  _id: string;
1444
1461
  businessId: string;
1445
1462
  profile: {
@@ -1521,6 +1538,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1521
1538
  };
1522
1539
  };
1523
1540
  }[] | null | undefined;
1541
+ locationTags?: string[] | null | undefined;
1524
1542
  updatedBy?: {
1525
1543
  name: string;
1526
1544
  id: string;
@@ -1529,6 +1547,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1529
1547
  items: {
1530
1548
  disabledMeasurements?: string[] | null | undefined;
1531
1549
  sku: {
1550
+ customAttributes?: Record<string, any> | null | undefined;
1532
1551
  trackingMeasurement?: string | null | undefined;
1533
1552
  convert?: {
1534
1553
  measurement?: string | null | undefined;
@@ -1572,7 +1591,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1572
1591
  low: number;
1573
1592
  mid: number;
1574
1593
  } | null | undefined;
1575
- customAttributes?: Record<string, any> | null | undefined;
1576
1594
  unit: {
1577
1595
  _id: string;
1578
1596
  name: string;
@@ -1614,6 +1632,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1614
1632
  acceptRequest: boolean;
1615
1633
  dbName: string;
1616
1634
  doc: {
1635
+ customAttributes?: Record<string, any> | null | undefined;
1617
1636
  _id: string;
1618
1637
  businessId: string;
1619
1638
  profile: {
@@ -1695,6 +1714,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1695
1714
  };
1696
1715
  };
1697
1716
  }[] | null | undefined;
1717
+ locationTags?: string[] | null | undefined;
1698
1718
  updatedBy?: {
1699
1719
  name: string;
1700
1720
  id: string;
@@ -1703,6 +1723,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1703
1723
  items: {
1704
1724
  disabledMeasurements?: string[] | null | undefined;
1705
1725
  sku: {
1726
+ customAttributes?: Record<string, any> | null | undefined;
1706
1727
  trackingMeasurement?: string | null | undefined;
1707
1728
  convert?: {
1708
1729
  measurement?: string | null | undefined;
@@ -1746,7 +1767,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1746
1767
  low: number;
1747
1768
  mid: number;
1748
1769
  } | null | undefined;
1749
- customAttributes?: Record<string, any> | null | undefined;
1750
1770
  unit: {
1751
1771
  _id: string;
1752
1772
  name: string;
@@ -1788,6 +1808,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1788
1808
  acceptRequest: boolean;
1789
1809
  dbName: string;
1790
1810
  doc: {
1811
+ customAttributes?: Record<string, any> | null | undefined;
1791
1812
  _id: string;
1792
1813
  businessId: string;
1793
1814
  profile: {
@@ -1869,6 +1890,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1869
1890
  };
1870
1891
  };
1871
1892
  }[] | null | undefined;
1893
+ locationTags?: string[] | null | undefined;
1872
1894
  updatedBy?: {
1873
1895
  name: string;
1874
1896
  id: string;
@@ -1877,6 +1899,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1877
1899
  items: {
1878
1900
  disabledMeasurements?: string[] | null | undefined;
1879
1901
  sku: {
1902
+ customAttributes?: Record<string, any> | null | undefined;
1880
1903
  trackingMeasurement?: string | null | undefined;
1881
1904
  convert?: {
1882
1905
  measurement?: string | null | undefined;
@@ -1920,7 +1943,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1920
1943
  low: number;
1921
1944
  mid: number;
1922
1945
  } | null | undefined;
1923
- customAttributes?: Record<string, any> | null | undefined;
1924
1946
  unit: {
1925
1947
  _id: string;
1926
1948
  name: string;
@@ -1961,6 +1983,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
1961
1983
  acceptRequest: boolean;
1962
1984
  dbName: string;
1963
1985
  doc: {
1986
+ customAttributes?: Record<string, any> | null | undefined;
1964
1987
  _id: string;
1965
1988
  businessId: string;
1966
1989
  profile: {
@@ -2042,6 +2065,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
2042
2065
  };
2043
2066
  };
2044
2067
  }[] | null | undefined;
2068
+ locationTags?: string[] | null | undefined;
2045
2069
  updatedBy?: {
2046
2070
  name: string;
2047
2071
  id: string;
@@ -2050,6 +2074,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
2050
2074
  items: {
2051
2075
  disabledMeasurements?: string[] | null | undefined;
2052
2076
  sku: {
2077
+ customAttributes?: Record<string, any> | null | undefined;
2053
2078
  trackingMeasurement?: string | null | undefined;
2054
2079
  convert?: {
2055
2080
  measurement?: string | null | undefined;
@@ -2093,7 +2118,6 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
2093
2118
  low: number;
2094
2119
  mid: number;
2095
2120
  } | null | undefined;
2096
- customAttributes?: Record<string, any> | null | undefined;
2097
2121
  unit: {
2098
2122
  _id: string;
2099
2123
  name: string;