ionic-vhframeworks 9.2.1 → 9.2.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.
|
@@ -12626,7 +12626,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12626
12626
|
/**
|
|
12627
12627
|
* Tạo mới hosting bởi EndUser
|
|
12628
12628
|
* @example
|
|
12629
|
-
* this.vhQueryAutoWeb.createHosting_byEndUser('
|
|
12629
|
+
* this.vhQueryAutoWeb.createHosting_byEndUser('subdomain')
|
|
12630
12630
|
.then(rsp=>{
|
|
12631
12631
|
console.log('createHosting_byEndUser', rsp);
|
|
12632
12632
|
if(rsp.vcode === 0){
|
|
@@ -12635,10 +12635,10 @@ export declare class VhQueryAutoWeb {
|
|
|
12635
12635
|
},(error:any)=>{
|
|
12636
12636
|
console.log('error', error)
|
|
12637
12637
|
})
|
|
12638
|
-
* @param
|
|
12638
|
+
* @param subdomain: abcd.webappgiare.vn
|
|
12639
12639
|
* @returns Promise object => response = {vcode, msg, data}
|
|
12640
12640
|
*/
|
|
12641
|
-
createHosting_byEndUser(
|
|
12641
|
+
createHosting_byEndUser(subdomain: string): Promise<any>;
|
|
12642
12642
|
/**
|
|
12643
12643
|
* xóa hosting bởi EndUser
|
|
12644
12644
|
* @example
|
|
@@ -18732,10 +18732,10 @@ export declare class VhBuildAutoWeb {
|
|
|
18732
18732
|
getHostings_byEndUser(): Promise<any>;
|
|
18733
18733
|
/**
|
|
18734
18734
|
* vhBuildAutoWeb
|
|
18735
|
-
* @param
|
|
18735
|
+
* @param subdomain
|
|
18736
18736
|
* @returns
|
|
18737
18737
|
*/
|
|
18738
|
-
createHosting_byEndUser(
|
|
18738
|
+
createHosting_byEndUser(subdomain: string): Promise<any>;
|
|
18739
18739
|
/**
|
|
18740
18740
|
* vhBuildAutoWeb
|
|
18741
18741
|
* @param hosting
|
|
@@ -20271,10 +20271,10 @@ export declare class VhDesignAutoWeb {
|
|
|
20271
20271
|
getHostings_byEndUser(): Promise<any>;
|
|
20272
20272
|
/**
|
|
20273
20273
|
* vhDesignAutoWeb
|
|
20274
|
-
* @param
|
|
20274
|
+
* @param subdomain
|
|
20275
20275
|
* @returns
|
|
20276
20276
|
*/
|
|
20277
|
-
createHosting_byEndUser(
|
|
20277
|
+
createHosting_byEndUser(subdomain: string): Promise<any>;
|
|
20278
20278
|
/**
|
|
20279
20279
|
* vhDesignAutoWeb
|
|
20280
20280
|
* @param hosting
|