diff --git a/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts b/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts index 54cc86a5e..268580535 100644 --- a/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts +++ b/src/@awesome-cordova-plugins/plugins/unvired-cordova-sdk/index.ts @@ -434,9 +434,16 @@ export class LoginParameters { appVersion: string; /** - * + * Specify the redirect URL. */ redirectURL: string; + + /** + * Specify the database update statements as a JSON string. This will update the database schema. + */ + dbUpdateStatements: string; + + } export class LoginResult extends UnviredResult { type: LoginListenerType;