@bytexbyte/ike-app-api 1.0.6 → 1.0.7

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.
@@ -159,7 +159,7 @@ declare class IKEAppAuthApi extends BxBApi {
159
159
  success: 'ok';
160
160
  expiredAt: Date;
161
161
  } | {
162
- error: 'User not found.';
162
+ error: 'Phone number is required.' | 'User not found.' | 'Code already exists. Please check your messages.';
163
163
  }>;
164
164
  }
165
165
  export default IKEAppAuthApi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",