@trusted-solutions/sdit.models 0.49.0-alpha.7 → 0.49.0-alpha.9

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.
@@ -276,6 +276,12 @@ export interface SOPublicDiscountRule {
276
276
  targetCustomers: any;
277
277
  /** DiscountRuleUseCondition */
278
278
  useCondition: any;
279
+ /** 單次套用最高折扣金額 0/null/undefined: 無上限*/
280
+ maxDiscountAmount?: number;
281
+ /** 可重複套用優惠次數,0/null/undefined: 可無限重複套用 */
282
+ appliedCount?: number;
283
+ /** 限全單層級,是否與其他同類優惠併用 */
284
+ isCombinable?: boolean;
279
285
  name: string;
280
286
  description: string;
281
287
  isOrderLevelDiscount: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.49.0-alpha.7",
3
+ "version": "0.49.0-alpha.9",
4
4
  "description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
5
5
  "main": "index.js",
6
6
  "scripts": {