@posx/core 5.5.136 → 5.5.138

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.
package/build/index.d.ts CHANGED
@@ -2689,7 +2689,6 @@ declare module '@posx/core/types/invoice.type' {
2689
2689
  calc_type: CalcType;
2690
2690
  amount: number;
2691
2691
  percent: number;
2692
- percent_amount: number;
2693
2692
  }
2694
2693
  export interface ICharge {
2695
2694
  uid: string;
@@ -2714,6 +2713,7 @@ declare module '@posx/core/types/invoice.type' {
2714
2713
  coupon_uid?: string;
2715
2714
  /** Calculation flow */
2716
2715
  calc_flow: CalcFlow;
2716
+ percent_amount: number;
2717
2717
  }
2718
2718
  export class InvoiceDiscount implements IInvoiceDiscount {
2719
2719
  calc_type: CalcType;