nextemos 5.1.6 → 5.1.8

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.
@@ -16,5 +16,7 @@ export declare enum ProductApiFlags {
16
16
  JustDefaultImageDocument = 8192,
17
17
  JustDefaultVideoDocument = 16384,
18
18
  IsShowedListPage = 32768,
19
- IsShowedDetailPage = 65536
19
+ IsShowedDetailPage = 65536,
20
+ ReturnAllCategoryBuckets = 131072,
21
+ ReturnAllAttributes = 262144
20
22
  }
@@ -21,4 +21,6 @@ var ProductApiFlags;
21
21
  ProductApiFlags[ProductApiFlags["JustDefaultVideoDocument"] = 16384] = "JustDefaultVideoDocument";
22
22
  ProductApiFlags[ProductApiFlags["IsShowedListPage"] = 32768] = "IsShowedListPage";
23
23
  ProductApiFlags[ProductApiFlags["IsShowedDetailPage"] = 65536] = "IsShowedDetailPage";
24
+ ProductApiFlags[ProductApiFlags["ReturnAllCategoryBuckets"] = 131072] = "ReturnAllCategoryBuckets";
25
+ ProductApiFlags[ProductApiFlags["ReturnAllAttributes"] = 262144] = "ReturnAllAttributes";
24
26
  })(ProductApiFlags || (exports.ProductApiFlags = ProductApiFlags = {}));
@@ -25,7 +25,7 @@ exports.defaultConfig = {
25
25
  ADDRESS: "address",
26
26
  BANNER: "banner",
27
27
  BLOG: "blog",
28
- CAMPAIGN: "campaign",
28
+ CAMPAIGN: "campaigngateway",
29
29
  ENVIRONMENT: "environment",
30
30
  LOCALIZATION: "localization",
31
31
  MEMBER: "member",
@@ -194,6 +194,7 @@ export interface IInstallmentOption {
194
194
  commissionRate: number;
195
195
  price: number;
196
196
  totalPrice: number;
197
+ paymentTypeId: number;
197
198
  totals: ITotal[];
198
199
  }[];
199
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.1.6",
3
+ "version": "5.1.8",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",