@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.
- package/dist/ParraAPI.d.ts +4 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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
|
-
|
|
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;
|