ionic-vhframeworks 9.1.2 → 9.1.3
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.
|
@@ -12589,8 +12589,16 @@ export declare class VhQueryAutoWeb {
|
|
|
12589
12589
|
* vcode == 4: Please reset your password
|
|
12590
12590
|
*/
|
|
12591
12591
|
onAuthStateChangedEndUser(): Promise<any>;
|
|
12592
|
+
/**
|
|
12593
|
+
* this.vhQueryAutoWeb.getHostings_byEndUser()
|
|
12594
|
+
* @returns
|
|
12595
|
+
*/
|
|
12592
12596
|
getHostings_byEndUser(): Promise<any>;
|
|
12593
|
-
|
|
12597
|
+
/**
|
|
12598
|
+
* this.vhQueryAutoWeb.createHosting_byEndUser()
|
|
12599
|
+
* @returns
|
|
12600
|
+
*/
|
|
12601
|
+
createHosting_byEndUser(): Promise<any>;
|
|
12594
12602
|
/**
|
|
12595
12603
|
* @example
|
|
12596
12604
|
* this.vhQueryAutoWeb.signoutEndUser();
|
|
@@ -19718,7 +19726,7 @@ export declare class VhDesignAutoWeb {
|
|
|
19718
19726
|
*/
|
|
19719
19727
|
onAuthStateChangedEndUser(database: string): Promise<any>;
|
|
19720
19728
|
getHostings_byEndUser(database: string): Promise<any>;
|
|
19721
|
-
|
|
19729
|
+
createHosting_byEndUser(hosting: string): Promise<any>;
|
|
19722
19730
|
/**
|
|
19723
19731
|
* @example
|
|
19724
19732
|
* this.vhDesignAutoWeb.signoutEndUser();
|