@esolve/ng-esolve-connect 0.64.0 → 0.64.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.
@@ -62,7 +62,7 @@ export declare class EsolveCartService {
62
62
  *
63
63
  * @returns An `Observable` with the transaction ID
64
64
  */
65
- checkout(type: EsolveTransactionType, addresses_id: number, shipping_id: number, payment_method_id?: number, location_id?: number, comments?: string, time_slot?: EsolveTimeSlotCheckout): Observable<EsolveCheckoutResult>;
65
+ checkout(type: EsolveTransactionType, addresses_id: number, shipping_id: number, payment_method_id?: number, location_id?: number, comments?: string, time_slot?: EsolveTimeSlotCheckout, apply_wallet?: boolean): Observable<EsolveCheckoutResult>;
66
66
  getCartAlternatives(): Observable<EsolveCartAlternativesMap>;
67
67
  /**
68
68
  * Set an alternative stock item to current cart item
@@ -10,4 +10,5 @@ export interface EsolveCheckoutBody {
10
10
  tracking: number;
11
11
  time_slot?: EsolveTimeSlotCheckout;
12
12
  vouchers?: string[];
13
+ apply_wallet?: boolean;
13
14
  }
@@ -8,6 +8,8 @@ export interface EsolveTransactionOptions {
8
8
  rows?: number;
9
9
  from_date?: string;
10
10
  to_date?: string;
11
+ from_id?: number;
12
+ to_id?: number;
11
13
  erp_identifier?: string;
12
14
  location_id?: number;
13
15
  pick_status?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esolve/ng-esolve-connect",
3
- "version": "0.64.0",
3
+ "version": "0.64.2",
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": {