bce-native
Advanced tools
Comparing version
@@ -7,6 +7,6 @@ /** | ||
export declare class Login { | ||
static getCookie(url: string): Promise<void>; | ||
static getCookieValue(url: string, cookieName: string): Promise<void>; | ||
static getCookie(url: string): Promise<any>; | ||
static getCookieValue(url: string, cookieName: string): Promise<any>; | ||
static showLoginView(): void; | ||
static logout(): void; | ||
} |
@@ -7,6 +7,6 @@ /** | ||
export declare class Login { | ||
static getCookie(url: string): Promise<void>; | ||
static getCookieValue(url: string, cookieName: string): Promise<void>; | ||
static getCookie(url: string): Promise<any>; | ||
static getCookieValue(url: string, cookieName: string): Promise<any>; | ||
static showLoginView(): void; | ||
static logout(): void; | ||
} |
{ | ||
"name": "bce-native", | ||
"version": "1.9.0", | ||
"version": "2.0.0", | ||
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support. Fork from ionic-native 2.2.13", | ||
@@ -5,0 +5,0 @@ "main": "dist/es5/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
393942
0