@esolve/ng-esolve-connect 0.21.0 → 0.21.1

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.
@@ -13,3 +13,5 @@ export * from './esolve-cart-stock-item.model';
13
13
  export * from './esolve-cart-totals.model';
14
14
  export * from './esolve-cart-totals-record.interface';
15
15
  export * from './esolve-cart.service';
16
+ export * from './esolve-cart-empty-response.interface';
17
+ export * from './esolve-empty-cart-result.model';
@@ -12,6 +12,15 @@ export declare class EsolveCategoryTreeService {
12
12
  * Retrieves the category tree from eSolve instance and coverts it to the correct format.
13
13
  */
14
14
  getCategoryTree(): Observable<EsolveCategoryTreeItem[]>;
15
+ /**
16
+ * Retrieve the special tree structure for a specific special from the eSolve
17
+ * instance and converts it into the correct format
18
+ *
19
+ * @param special_id Id of to special to get tree for
20
+ *
21
+ * @returns Observable containing special tree data
22
+ */
23
+ getSpecialTree(special_id: number): Observable<EsolveCategoryTreeItem[]>;
15
24
  /**
16
25
  * Retrieve the details of a category tree item from the eSolve instance and
17
26
  * converts it to the correct format.
@@ -4,6 +4,7 @@ export * from './esolve-stock-base-record.interface';
4
4
  export * from './esolve-stock-item-options.interface';
5
5
  export * from './esolve-stock-badge-record.interface';
6
6
  export * from './esolve-recipe-item-record.interface';
7
+ export * from './esolve-stock-filter-options.interface';
7
8
  export * from './esolve-recipe-stock-options.interface';
8
9
  export * from './esolve-linked-stock-record.interface';
9
10
  export * from './esolve-stock-group-item-record.interface';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "An Angular library that speaks to an eSolve instance's API",
5
5
  "ng-add": {
6
6
  "save": "true"