nextemos 6.0.10 → 6.0.11

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.
@@ -279,7 +279,7 @@ export interface IGetProfilePhotoResponse extends IResponse {
279
279
  }
280
280
  export interface ILoginResult {
281
281
  status: boolean;
282
- memberId: number;
282
+ memberToken: string;
283
283
  verification: {
284
284
  type: "DeviceBased" | "AccountActivation";
285
285
  methods: {
@@ -55,7 +55,7 @@ export interface ILoginRequest extends IRequestBase {
55
55
  }
56
56
  export interface IContactApprovalMessageRequest extends IRequestBase {
57
57
  memberValidationType: "Email" | "Mobile";
58
- memberId?: number;
58
+ memberToken: string;
59
59
  }
60
60
  export interface IApproveValidationTokenRequest extends IRequestBase {
61
61
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "6.0.10",
3
+ "version": "6.0.11",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",