@posx/core 5.5.195 → 5.5.196

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
@@ -2110,9 +2110,13 @@ declare module '@posx/core/types/config.type' {
2110
2110
  }
2111
2111
  export interface ILoyaltyProgram {
2112
2112
  enable_price_tiers: boolean;
2113
+ rewarded_credit_rate: number;
2114
+ rewarded_point_rate: number;
2113
2115
  }
2114
2116
  export class LoyaltyProgram implements ILoyaltyProgram {
2115
2117
  enable_price_tiers: boolean;
2118
+ rewarded_credit_rate: number;
2119
+ rewarded_point_rate: number;
2116
2120
  constructor();
2117
2121
  }
2118
2122
  export interface ICustomerDisplaySystemConfig {