@bytexbyte/ike-app-api 1.0.46 → 1.0.47

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.
@@ -162,7 +162,7 @@ declare class IKEAppAuthApi extends BxBApi {
162
162
  }>;
163
163
  verifyAge(body: {
164
164
  phone: string;
165
- birthDate: Date;
165
+ birthDate: string;
166
166
  }): Promise<{
167
167
  isVerified: boolean;
168
168
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",