@bytexbyte/ike-app-api 1.0.57 → 1.0.59

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.
@@ -164,6 +164,7 @@ declare class IKEAppAuthApi extends BxBApi {
164
164
  birthDate: string;
165
165
  }): Promise<{
166
166
  isVerified: boolean;
167
+ age: number;
167
168
  } | {
168
169
  error: 'Field(s) cannot be empty.' | 'User not found.';
169
170
  }>;
@@ -174,6 +174,7 @@ declare class IKEAppUserApi extends BxBApi {
174
174
  tokenId: string;
175
175
  }): Promise<{
176
176
  isExpired: boolean;
177
+ nextVerifyTimer: number;
177
178
  } | {
178
179
  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
180
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",