nextemos 5.3.0 → 5.3.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.
@@ -140,6 +140,7 @@ export interface ITotal {
140
140
  export interface ICartItemInfo {
141
141
  status: string;
142
142
  message: string;
143
+ [key: string]: any;
143
144
  }
144
145
  export interface IGiftCardInfo {
145
146
  fromName: string;
@@ -177,7 +177,7 @@ export interface IMemberSegmentMappingsRequest extends IRequestBase {
177
177
  segmentIds: number[];
178
178
  }
179
179
  export interface IGetMemberByIntegrationCodeRequest extends IRequestBase {
180
- integrationCode: string;
180
+ integrationCodes: string[];
181
181
  }
182
182
  export interface IAddReferenceRequest extends IRequestBase {
183
183
  references: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.3.0",
3
+ "version": "5.3.2",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",