@bytexbyte/ike-app-api 1.0.22 → 1.0.23
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.
- package/lib/Auth/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/Auth/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ declare class IKEAppAuthApi extends BxBApi {
|
|
|
157
157
|
}): Promise<{
|
|
158
158
|
success: 'ok';
|
|
159
159
|
} | {
|
|
160
|
-
error: 'Phone number is required.' | 'User not found.'
|
|
160
|
+
error: 'Phone number is required.' | 'User not found.';
|
|
161
161
|
}>;
|
|
162
162
|
verifyAge(body: {
|
|
163
163
|
phone: string;
|