@lancom/shared 0.0.469 → 0.0.470

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.
@@ -852,4 +852,10 @@ export default {
852
852
  getReOrderReport(params) {
853
853
  return _get(`admin/reports/re-order`, params);
854
854
  },
855
+ fetchOrderD14(orderId) {
856
+ return _get(`admin/order/${orderId}/d14`);
857
+ },
858
+ fetchPurchaseOrderD14(purchaseOrderId) {
859
+ return _get(`admin/purchase-order/${purchaseOrderId}/d14`);
860
+ },
855
861
  };
@@ -83,7 +83,7 @@ export default {
83
83
  visibleResult: false,
84
84
  text: '',
85
85
  products: [],
86
- searchWithDebounce: debounce(this.search, 500),
86
+ searchWithDebounce: debounce(this.search, 1000),
87
87
  hideTimer: null
88
88
  };
89
89
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.469",
3
+ "version": "0.0.470",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {