nextemos 5.3.4 → 5.3.5

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.
@@ -239,7 +239,7 @@ export interface ISegmentsResponse extends IResponse {
239
239
  }[];
240
240
  }
241
241
  export interface IMemberByIntegrationCodeResponse extends IResponse {
242
- data: IMember;
242
+ data: IMember[];
243
243
  }
244
244
  export interface IMemberReferenceResponse extends IResponse {
245
245
  data: IMemberReference[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",