@ikas/storefront-api 5.0.60 → 5.0.62
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.
|
@@ -4,6 +4,7 @@ export declare class CartLoyaltyLineData {
|
|
|
4
4
|
campaignType: CampaignTypeEnum | null;
|
|
5
5
|
discountAmount: number;
|
|
6
6
|
discountAmountType: OrderAmountTypeEnum;
|
|
7
|
+
discountPercentage?: number | null;
|
|
7
8
|
loyaltySpendingMethodId: string;
|
|
8
9
|
pointUsed: number;
|
|
9
10
|
constructor(data?: Partial<CartLoyaltyLineData>);
|
|
@@ -3833,6 +3833,7 @@ export interface CartLoyaltyLine {
|
|
|
3833
3833
|
campaignType: CampaignTypeEnum | null;
|
|
3834
3834
|
discountAmount: number;
|
|
3835
3835
|
discountAmountType: OrderAmountTypeEnum;
|
|
3836
|
+
discountPercentage?: number | null;
|
|
3836
3837
|
loyaltySpendingMethodId: string;
|
|
3837
3838
|
pointUsed: number;
|
|
3838
3839
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront-api",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.62",
|
|
4
4
|
"author": "ikas",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "API functions that returns models from the ikas-storefront-models package.",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
20
|
-
"@ikas/storefront-config": "^5.0.
|
|
21
|
-
"@ikas/storefront-models": "^5.0.
|
|
20
|
+
"@ikas/storefront-config": "^5.0.62",
|
|
21
|
+
"@ikas/storefront-models": "^5.0.62",
|
|
22
22
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
23
23
|
"rollup-plugin-rename-node-modules": "^1.2.0",
|
|
24
24
|
"prettier": "^2.2.1",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@ikas/fe-api-client": "1.0.30"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@ikas/storefront-config": "^5.0.
|
|
38
|
-
"@ikas/storefront-models": "^5.0.
|
|
37
|
+
"@ikas/storefront-config": "^5.0.62",
|
|
38
|
+
"@ikas/storefront-models": "^5.0.62",
|
|
39
39
|
"@ikas/fe-api-client": "^1.0.18",
|
|
40
40
|
"axios": "^0.26.0",
|
|
41
41
|
"ts-essentials": "^7.0.1"
|