nextemos 6.0.8 → 6.0.9

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.
@@ -303,3 +303,6 @@ export interface ISendIYSVerificationCodeResponse extends IResponse {
303
303
  verificationToken: string;
304
304
  };
305
305
  }
306
+ export interface IYSConsentVerificationCodeResponse extends IResponse {
307
+ data?: IMember;
308
+ }
@@ -143,6 +143,7 @@ export interface IYSConsentVerificationCodeRequest extends IRequestBase {
143
143
  memberId?: number;
144
144
  requestId: string;
145
145
  otpCode: string;
146
+ fingerprintToken?: string;
146
147
  }
147
148
  export interface IPointsByMemberIdRequest extends IRequestBase {
148
149
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "6.0.8",
3
+ "version": "6.0.9",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",