@parra/parra-js-sdk 0.3.147 → 0.3.148

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.
@@ -187,7 +187,7 @@ export interface EmailConfig {
187
187
  }
188
188
  export interface PhoneNumberConfig {
189
189
  }
190
- export interface AppInfoDatabaseConfig {
190
+ export interface AuthDatabaseConnection {
191
191
  password?: PasswordConfig | null;
192
192
  username?: UsernameConfig | null;
193
193
  email?: EmailConfig | null;
@@ -200,7 +200,7 @@ export interface AuthInfoPasswordlessConfig {
200
200
  sms?: AuthInfoPasswordlessSmsConfig | null;
201
201
  }
202
202
  export interface AppAuthInfo {
203
- database?: AppInfoDatabaseConfig | null;
203
+ database?: AuthDatabaseConnection | null;
204
204
  passwordless?: AuthInfoPasswordlessConfig | null;
205
205
  }
206
206
  export declare enum PolicyDocumentType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.147",
3
+ "version": "0.3.148",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",