@bytexbyte/ike-app-api 1.0.27 → 1.0.29

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.
@@ -171,6 +171,7 @@ declare class IKEAppAuthApi extends BxBApi {
171
171
  phone: string;
172
172
  }): Promise<{
173
173
  isExisted: boolean;
174
+ isEnabledBiometrics?: boolean;
174
175
  biometricsKey?: string | null;
175
176
  } | {
176
177
  error: 'Phone number is required.';
@@ -175,7 +175,7 @@ declare class IKEAppUserApi extends BxBApi {
175
175
  }): Promise<{
176
176
  isExpired: boolean;
177
177
  } | {
178
- error: 'You are not logged in.' | 'Incorrect userId.' | 'Incorrect tokenId.' | 'You cannot check to this user.' | 'Field(s) cannot be empty.' | 'User not found.';
178
+ error: 'You are not logged in.' | 'Incorrect userId.' | 'Incorrect tokenId.' | 'You cannot check to this user.' | 'Field(s) cannot be empty.' | 'User not found.' | 'User has not been verified.';
179
179
  }>;
180
180
  }
181
181
  export default IKEAppUserApi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -76,4 +76,4 @@
76
76
  "tsutils": "^2.29.0",
77
77
  "wrappy": "^1.0.2"
78
78
  }
79
- }
79
+ }