feat(cordova-plugin-unvired-sdk): add dbUpdateStatements property to LoginParameters interface

This commit is contained in:
Venkadesh P
2026-02-26 11:52:10 +05:30
committed by Daniel Sogl
parent 6bb7bd6397
commit 1888e6ca17
@@ -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;