ionic-vhframeworks 2.8.4 → 2.8.5

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.
@@ -9029,7 +9029,7 @@ export declare class VhQuerySales {
9029
9029
  * @return JSON(Array) => json.docs = [{id, name, index, debt, payment, rest,...},{},....]
9030
9030
  * Lưu ý: giá trị này trả về dạng array
9031
9031
  */
9032
- getDebtCustomers(IDbranch?: string): Promise<any>;
9032
+ getDebtCustomers(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
9033
9033
  /**
9034
9034
  * VhQuerySales:
9035
9035
  * @param id_customer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"