ionic-vhframeworks 9.1.9 → 9.2.1

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.
@@ -18725,6 +18725,10 @@ export declare class VhBuildAutoWeb {
18725
18725
  * vcode == 4: Please reset your password
18726
18726
  */
18727
18727
  onAuthStateChangedEndUser(): Promise<any>;
18728
+ /**
18729
+ *
18730
+ * @returns
18731
+ */
18728
18732
  getHostings_byEndUser(): Promise<any>;
18729
18733
  /**
18730
18734
  * vhBuildAutoWeb
@@ -18733,7 +18737,7 @@ export declare class VhBuildAutoWeb {
18733
18737
  */
18734
18738
  createHosting_byEndUser(hosting: string): Promise<any>;
18735
18739
  /**
18736
- *
18740
+ * vhBuildAutoWeb
18737
18741
  * @param hosting
18738
18742
  * @returns
18739
18743
  */
@@ -20261,13 +20265,21 @@ export declare class VhDesignAutoWeb {
20261
20265
  * vcode == 4: Please reset your password
20262
20266
  */
20263
20267
  onAuthStateChangedEndUser(database: string): Promise<any>;
20264
- getHostings_byEndUser(database: string): Promise<any>;
20268
+ /**
20269
+ * vhDesignAutoWeb
20270
+ */
20271
+ getHostings_byEndUser(): Promise<any>;
20265
20272
  /**
20266
20273
  * vhDesignAutoWeb
20267
20274
  * @param hosting
20268
20275
  * @returns
20269
20276
  */
20270
20277
  createHosting_byEndUser(hosting: string): Promise<any>;
20278
+ /**
20279
+ * vhDesignAutoWeb
20280
+ * @param hosting
20281
+ * @returns
20282
+ */
20271
20283
  removeHosting_byEndUser(hosting: string): Promise<any>;
20272
20284
  /**
20273
20285
  * @example
@@ -20306,7 +20318,7 @@ export declare class VhDesignAutoWeb {
20306
20318
  * vcode == 0: success
20307
20319
  * vcode == 2: wrong projectname
20308
20320
  */
20309
- updateEndUser(database: string, value: object): Promise<unknown>;
20321
+ updateEndUser(value: object): Promise<unknown>;
20310
20322
  /**
20311
20323
  * Hàm này xóa email người dùng webapp (người dùng đã nhập vào webapp mới xóa được)
20312
20324
  * @example:
@@ -20323,7 +20335,7 @@ export declare class VhDesignAutoWeb {
20323
20335
  * @return Promise object => response = {vcode, msg}
20324
20336
  * vcode == 0: Deleted successfully
20325
20337
  */
20326
- deleteEndUser(database: string): Promise<unknown>;
20338
+ deleteEndUser(): Promise<unknown>;
20327
20339
  /**
20328
20340
  * Hàm này người thiết kế ở (vhuserweb) tạo tài khoản cho khách hàng của họ ở (vhdevweb)
20329
20341
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.1.9",
3
+ "version": "9.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"