@esolve/ng-esolve-connect 0.138.0 → 0.139.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.
package/index.d.ts CHANGED
@@ -696,6 +696,15 @@ declare class EsolveCategoryTreeService {
696
696
  * @returns Observable containing special tree data
697
697
  */
698
698
  getSpecialTree(special_id: number): Observable<EsolveCategoryTreeItem[]>;
699
+ /**
700
+ * Retrieve the manufacturer tree structure for a specific manufacturer from the eSolve
701
+ * instance and converts it into the correct format
702
+ *
703
+ * @param manufacturer_id Id of the manufacturer to get the tree for
704
+ *
705
+ * @returns Observable containing manufacturer tree data
706
+ */
707
+ getManufacturerTree(manufacturer_id: number): Observable<EsolveCategoryTreeItem[]>;
699
708
  /**
700
709
  * Retrieve the details of a category tree item from the eSolve instance and
701
710
  * converts it to the correct format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.138.0",
3
+ "version": "0.139.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": {