@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.188",
3
+ "version": "0.3.189",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",