@parra/parra-js-sdk 0.3.190 → 0.3.191
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/dist/ParraAPI.d.ts +2 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1649,12 +1649,13 @@ export interface UpdateAuthDatabaseConnection {
|
|
|
1649
1649
|
password_reset_mail_template_id?: string | null;
|
|
1650
1650
|
email_disabled?: boolean;
|
|
1651
1651
|
email_required?: boolean;
|
|
1652
|
-
|
|
1652
|
+
email_verification_disabled?: boolean;
|
|
1653
1653
|
email_require_verification?: boolean;
|
|
1654
1654
|
email_verification_mail_template_id?: string | null;
|
|
1655
1655
|
email_allow_signup?: boolean;
|
|
1656
1656
|
phone_number_disabled?: boolean;
|
|
1657
1657
|
phone_number_required?: boolean;
|
|
1658
|
+
phone_number_verification_disabled?: boolean;
|
|
1658
1659
|
phone_number_require_verification?: boolean;
|
|
1659
1660
|
phone_number_verification_connected_app_connection_id?: string | null;
|
|
1660
1661
|
phone_number_verification_sms_message?: string | null;
|