@esolve/ng-esolve-connect 0.86.0 → 0.87.0

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.
@@ -219,6 +219,7 @@ export declare class EsolveStockItemBase<T extends EsolveCustomFields = EsolveCu
219
219
  history?: EsolveStockTransactionHistory;
220
220
  video_embed?: string;
221
221
  three_d_embed?: string;
222
+ additional_data?: any;
222
223
  /**
223
224
  * Image filename
224
225
  */
@@ -75,4 +75,5 @@ export interface EsolveStockBaseRecord<T extends EsolveCustomFields = EsolveCust
75
75
  total_quote_qty?: number;
76
76
  video_embed?: string;
77
77
  three_d_embed?: string;
78
+ additional_data?: any;
78
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.86.0",
3
+ "version": "0.87.0",
4
4
  "homepage": "https://www.esolve.co.za/",
5
5
  "description": "An Angular library that speaks to an eSolve instance's API",
6
6
  "peerDependencies": {