@authorizerdev/authorizer-js 2.0.0-beta.0 → 2.0.0-beta.1

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/index.d.mts CHANGED
@@ -146,7 +146,8 @@ interface UpdateProfileInput {
146
146
  app_data?: Record<string, any>;
147
147
  }
148
148
  interface ForgotPasswordInput {
149
- email: string;
149
+ email?: string;
150
+ phone_number?: string;
150
151
  state?: string;
151
152
  redirect_uri?: string;
152
153
  }
package/lib/index.d.ts CHANGED
@@ -146,7 +146,8 @@ interface UpdateProfileInput {
146
146
  app_data?: Record<string, any>;
147
147
  }
148
148
  interface ForgotPasswordInput {
149
- email: string;
149
+ email?: string;
150
+ phone_number?: string;
150
151
  state?: string;
151
152
  redirect_uri?: string;
152
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorizerdev/authorizer-js",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0-beta.1",
4
4
  "packageManager": "pnpm@7.28.0",
5
5
  "author": "Lakhan Samani",
6
6
  "license": "MIT",