@esolve/ng-esolve-connect 0.20.2 → 0.20.3

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.
@@ -53,13 +53,17 @@ export declare class EsolveStockItemBase<T = EsolveGenericCustomFields> implemen
53
53
  */
54
54
  allow_orders: boolean;
55
55
  /**
56
- * Item must be collected, not delivery possible.
56
+ * Item must be collected, not delivery possible
57
57
  */
58
58
  must_collect: boolean;
59
59
  /**
60
60
  * Item needs to be assembled after purchase
61
61
  */
62
62
  requires_assembly: boolean;
63
+ /**
64
+ * The type of delivery category associated with the item
65
+ */
66
+ delivery_category: string;
63
67
  /**
64
68
  * Number of stock available
65
69
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "An Angular library that speaks to an eSolve instance's API",
5
5
  "ng-add": {
6
6
  "save": "true"