ionic-vhframeworks 4.2.1 → 4.2.2

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.
@@ -13762,6 +13762,7 @@ export declare class VhQuerySales {
13762
13762
  * @return Promise => obj ={} or null
13763
13763
  */
13764
13764
  getPaymentCard_Code_Name_Release(id_payment_card_code: any): Promise<unknown>;
13765
+ exchangePaymentCardCode_byEarningPoints(array_id_payment_card_code_and_points_and_products: any, id_customer: any, points: any): Promise<unknown>;
13765
13766
  /**
13766
13767
  * không cần hàm này vì khi tạo phiếu bill_type51 đã được cập nhật
13767
13768
  * hàm này dùng để cập nhật số lượng sản phẩm trong Payment Card khi đổi thẻ
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"