@parra/parra-js-sdk 0.3.150 → 0.3.151

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.
@@ -1537,11 +1537,11 @@ export interface PasskeysConfig {
1537
1537
  allow_local_enrollment: boolean;
1538
1538
  }
1539
1539
  export interface AuthDatabaseConnection {
1540
- password?: PasswordConfig;
1541
- username?: UsernameConfig;
1542
- email?: EmailConfig;
1543
- phone_number?: PhoneNumberConfig;
1544
- passkeys?: PasskeysConfig;
1540
+ password: PasswordConfig;
1541
+ username: UsernameConfig;
1542
+ email: EmailConfig;
1543
+ phone_number: PhoneNumberConfig;
1544
+ passkeys: PasskeysConfig;
1545
1545
  }
1546
1546
  export interface UpdateAuthDatabaseConnection {
1547
1547
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.150",
3
+ "version": "0.3.151",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",