@parra/parra-js-sdk 0.3.190 → 0.3.192

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.
@@ -1647,14 +1647,17 @@ export interface UpdateAuthDatabaseConnection {
1647
1647
  password_disabled?: boolean;
1648
1648
  password_reset_disabled?: boolean;
1649
1649
  password_reset_mail_template_id?: string | null;
1650
+ password_reset_connected_app_connection_id?: string | null;
1651
+ password_reset_sms_message?: string | null;
1650
1652
  email_disabled?: boolean;
1651
1653
  email_required?: boolean;
1652
- email_verification_enabled?: boolean;
1654
+ email_verification_disabled?: boolean;
1653
1655
  email_require_verification?: boolean;
1654
1656
  email_verification_mail_template_id?: string | null;
1655
1657
  email_allow_signup?: boolean;
1656
1658
  phone_number_disabled?: boolean;
1657
1659
  phone_number_required?: boolean;
1660
+ phone_number_verification_disabled?: boolean;
1658
1661
  phone_number_require_verification?: boolean;
1659
1662
  phone_number_verification_connected_app_connection_id?: string | null;
1660
1663
  phone_number_verification_sms_message?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.190",
3
+ "version": "0.3.192",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",