@posx/core 5.5.173 → 5.5.174

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
@@ -4714,12 +4714,12 @@ declare module '@posx/core/types/wyo.coupon.type' {
4714
4714
  Percent = 2
4715
4715
  }
4716
4716
  export interface IApplying<T> {
4717
- applyingType: ApplyingType;
4718
- applyingItems: T[];
4717
+ applying_type: ApplyingType;
4718
+ applying_items: T[];
4719
4719
  }
4720
4720
  export class Applying<T> implements IApplying<T> {
4721
- applyingType: ApplyingType;
4722
- applyingItems: T[];
4721
+ applying_type: ApplyingType;
4722
+ applying_items: T[];
4723
4723
  }
4724
4724
  export interface ICoupon {
4725
4725
  /** Coupon guid */