@parra/parra-js-sdk 0.3.188 → 0.3.189
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 +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -1638,6 +1638,7 @@ export interface AuthDatabaseConnection {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
export interface UpdateAuthDatabaseConnection {
|
|
1640
1640
|
disabled?: boolean;
|
|
1641
|
+
account_created_mail_template_id?: string | null;
|
|
1641
1642
|
password_disabled?: boolean;
|
|
1642
1643
|
password_reset_disabled?: boolean;
|
|
1643
1644
|
password_reset_mail_template_id?: string | null;
|