@trusted-solutions/sdit.models 0.49.0-alpha.8 → 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.
@@ -280,7 +280,7 @@ export interface SOPublicDiscountRule {
280
280
  maxDiscountAmount?: number;
281
281
  /** 可重複套用優惠次數,0/null/undefined: 可無限重複套用 */
282
282
  appliedCount?: number;
283
- /**是否與其他同類優惠併用 undefined: 可以 */
283
+ /** 限全單層級,是否與其他同類優惠併用 */
284
284
  isCombinable?: boolean;
285
285
  name: string;
286
286
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trusted-solutions/sdit.models",
3
- "version": "0.49.0-alpha.8",
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": {