ionic-vhframeworks 3.5.3 → 3.5.4

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.
@@ -330,6 +330,21 @@ export declare class VhAuth {
330
330
  * @returns
331
331
  */
332
332
  localStorageGET(name: string): any;
333
+ /**
334
+ * @example:
335
+ * this.vhAuth.signUpOwner_Sales('huyleduc92', '123456', '+84909925359',{})
336
+ .then((owner)=>{
337
+ console.log('signUpOwner', owner);
338
+ },error=>{
339
+ console.log('error', error);
340
+ })
341
+ * @param email
342
+ * @param password
343
+ * @param scode
344
+ * @param info
345
+ * @return Promise => owner={}
346
+ */
347
+ signUpOwner_Sales(email: string, password: string, phoneNumber: string, info: object): Promise<unknown>;
333
348
  /**
334
349
  * @example:
335
350
  * this.vhAuth.signUpOwner('huyleduc92', '123456', '+84909925359',{})
@@ -10128,7 +10143,16 @@ export declare class VhQuerySales {
10128
10143
  */
10129
10144
  private syncInventoryEveryDay_Stock1stDayOfMonth;
10130
10145
  private syncInventoryEveryDay1;
10131
- private makeCorrectQuantityProducts;
10146
+ /**
10147
+ * @example:
10148
+ * this.vhQuerySales.makeCorrectQuantityProducts()
10149
+ .then((bool)=>{
10150
+ console.log('makeCorrectQuantityProducts', bool);
10151
+ })
10152
+ * @returns
10153
+ */
10154
+ makeCorrectQuantityProducts(): Promise<any>;
10155
+ private makeCorrectQuantityProductsManyBranch;
10132
10156
  /**
10133
10157
  * VhQuerySales
10134
10158
  * lấy về danh sách sản phẩm sắp hết hàng
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"