@chevre/factory 4.381.0 → 4.382.0-alpha.0

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.
@@ -73,6 +73,11 @@ export interface ICOATicketInfo {
73
73
  * ポイント割引の場合の消費ポイント
74
74
  */
75
75
  usePoint?: number;
76
+ /**
77
+ * クーポンコード
78
+ * クーポン(割引)利用の場合に指定(2024-08-27~)
79
+ */
80
+ couponCode?: string;
76
81
  }
77
82
  /**
78
83
  * COA券種情報
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.381.0",
3
+ "version": "4.382.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",