@esolve/ng-esolve-connect 0.26.2 → 0.26.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.
- package/esm2020/lib/category-tree/esolve-category-tree.service.mjs +7 -3
- package/fesm2015/esolve-ng-esolve-connect.mjs +6 -2
- package/fesm2015/esolve-ng-esolve-connect.mjs.map +1 -1
- package/fesm2020/esolve-ng-esolve-connect.mjs +6 -2
- package/fesm2020/esolve-ng-esolve-connect.mjs.map +1 -1
- package/lib/category-tree/esolve-category-tree.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ export declare class EsolveCategoryTreeService {
|
|
|
11
11
|
/**
|
|
12
12
|
* Retrieves the category tree from eSolve instance and coverts it to the correct format.
|
|
13
13
|
*/
|
|
14
|
-
getCategoryTree(): Observable<EsolveCategoryTreeItem[]>;
|
|
14
|
+
getCategoryTree(identifier?: string): Observable<EsolveCategoryTreeItem[]>;
|
|
15
15
|
/**
|
|
16
16
|
* Retrieve the special tree structure for a specific special from the eSolve
|
|
17
17
|
* instance and converts it into the correct format
|