@parra/parra-js-sdk 0.3.192 → 0.3.193

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.
@@ -1598,9 +1598,9 @@ export interface AccountConfig {
1598
1598
  export interface PasswordConfig {
1599
1599
  disabled: boolean;
1600
1600
  password_reset_disabled: boolean;
1601
- password_reset_mail_template_id?: string | null;
1602
- password_reset_connected_app_connection_id?: string | null;
1603
- password_reset_sms_message?: string | null;
1601
+ password_reset_mail_template_id: string | null;
1602
+ password_reset_connected_app_connection_id: string | null;
1603
+ password_reset_sms_message: string | null;
1604
1604
  ios_password_rules_descriptor?: string | null;
1605
1605
  rules: Array<PasswordRule>;
1606
1606
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.192",
3
+ "version": "0.3.193",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",