@esolve/ng-esolve-connect 0.22.1 → 0.22.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.
@@ -24,7 +24,8 @@ export declare class EsolveWishlistService {
24
24
  * Updates the wishlist by preforming various actions, such as adding, editing or removing items from the list.
25
25
  *
26
26
  * @param items An array of options to update the wishlist
27
- * @param action The default action to preform
27
+ * @param default_action The default action to preform
28
+ *
28
29
  * @returns An `Observable` with an array of responses that gives feedback on the requested changes
29
30
  */
30
31
  setWishlist(items: EsolveWishlistSetItem[], default_action?: EsolveWishlistSetAction): Observable<EsolveWishlistItemResponse[]>;
@@ -38,11 +39,13 @@ export declare class EsolveWishlistService {
38
39
  * Processes the eSolve wishlist records
39
40
  *
40
41
  * @param wishlist_item_records Records to process
42
+ *
41
43
  * @returns An array of processed cart items
42
44
  */
43
45
  private processWishlist;
44
46
  /**
45
47
  * Retrieves stock records from HTTP params.
48
+ *
46
49
  * @param params HTTP client parameters
47
50
  */
48
51
  private getWishlistRecords;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "An Angular library that speaks to an eSolve instance's API",
5
5
  "ng-add": {
6
6
  "save": "true"