ionic-vhframeworks 9.1.5 → 9.1.6

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.
@@ -12601,7 +12601,8 @@ export declare class VhQueryAutoWeb {
12601
12601
  * this.vhQueryAutoWeb.createHosting_byEndUser()
12602
12602
  * @returns
12603
12603
  */
12604
- createHosting_byEndUser(): Promise<any>;
12604
+ createHosting_byEndUser(hosting: string): Promise<any>;
12605
+ removeHosting_byEndUser(hosting: string): Promise<any>;
12605
12606
  /**
12606
12607
  * @example
12607
12608
  * this.vhQueryAutoWeb.signoutEndUser();
@@ -18830,7 +18831,7 @@ export declare class VhBuildAutoWeb {
18830
18831
  * @return Promise => rsp.data ={vcode, msg, data(array(object) = [{},{},..])} / error
18831
18832
  * @notice : hàm này chỉ add được dữ liệu sau khi khách hàng hoặc nhân viên đã đăng nhập
18832
18833
  * vcode == 0: success
18833
- * vcode == 11: 'not logged in
18834
+ * vcode == 11: 'not logged in'
18834
18835
  * vcode == 2: wrong projectname
18835
18836
  */
18836
18837
  dynamic_getDocs_fromDatabase_byFields(colname: string, query: any, projection?: object, sort?: any, limit?: number): Promise<unknown>;
@@ -19789,7 +19790,13 @@ export declare class VhDesignAutoWeb {
19789
19790
  */
19790
19791
  onAuthStateChangedEndUser(database: string): Promise<any>;
19791
19792
  getHostings_byEndUser(database: string): Promise<any>;
19793
+ /**
19794
+ * vhDesignAutoWeb
19795
+ * @param hosting
19796
+ * @returns
19797
+ */
19792
19798
  createHosting_byEndUser(hosting: string): Promise<any>;
19799
+ removeHosting_byEndUser(hosting: string): Promise<any>;
19793
19800
  /**
19794
19801
  * @example
19795
19802
  * this.vhDesignAutoWeb.signoutEndUser();
@@ -19972,7 +19979,7 @@ export declare class VhDesignAutoWeb {
19972
19979
  * @return Promise => rsp ={vcode, msg, data(object)} / error
19973
19980
  * @notice : hàm này chỉ add được dữ liệu sau khi khách hàng hoặc nhân viên đã đăng nhập
19974
19981
  * vcode == 0: success
19975
- * vcode == 11: 'not logged in
19982
+ * vcode == 11: 'not logged in'
19976
19983
  */
19977
19984
  addBranch(data: any): Promise<unknown>;
19978
19985
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.1.5",
3
+ "version": "9.1.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"