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