@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.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -187,7 +187,7 @@ export interface EmailConfig {
|
|
|
187
187
|
}
|
|
188
188
|
export interface PhoneNumberConfig {
|
|
189
189
|
}
|
|
190
|
-
export interface
|
|
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?:
|
|
203
|
+
database?: AuthDatabaseConnection | null;
|
|
204
204
|
passwordless?: AuthInfoPasswordlessConfig | null;
|
|
205
205
|
}
|
|
206
206
|
export declare enum PolicyDocumentType {
|