nextemos 5.3.0 → 5.3.1

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.
@@ -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.1",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",