@esolve/ng-esolve-connect 0.29.1 → 0.29.2

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.
@@ -65,6 +65,10 @@ export declare class EsolveStockItemBase<T extends EsolveCustomFields = EsolveCu
65
65
  * The type of delivery category associated with the item
66
66
  */
67
67
  delivery_category: string;
68
+ /**
69
+ * Custom stock label added on to item to display for user
70
+ */
71
+ custom_label: string;
68
72
  /**
69
73
  * Number of stock available
70
74
  */
@@ -35,6 +35,7 @@ export interface EsolveStockBaseRecord<T extends EsolveCustomFields = EsolveCust
35
35
  image_last_modified?: string;
36
36
  must_collect: boolean;
37
37
  delivery_category: string;
38
+ custom_label: string;
38
39
  requires_assembly: boolean;
39
40
  is_active: boolean;
40
41
  is_featured: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.29.1",
3
+ "version": "0.29.2",
4
4
  "description": "An Angular library that speaks to an eSolve instance's API",
5
5
  "ng-add": {
6
6
  "save": "true"