simpo-component-library 1.8.4 → 1.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,10 +9,15 @@ export declare class Cart {
9
9
  locationDetails: LocationDetails;
10
10
  userDetails: UserDetails;
11
11
  totalAmount: number;
12
+ cartType: cartType;
12
13
  constructor(json: {
13
14
  [key: string]: any;
14
15
  }, type?: 'MAPPER' | null);
15
16
  }
17
+ export declare enum cartType {
18
+ CART = "CART",
19
+ WISHLIST = "WISHLIST"
20
+ }
16
21
  export interface Billdetails {
17
22
  totalNetValue: number;
18
23
  totalGrossValue: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file