@chevre/factory 4.390.0 → 4.391.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.
@@ -91,6 +91,13 @@ export interface IObject {
91
91
  onPaymentStatusChanged?: IOnPaymentStatusChanged;
92
92
  pendingTransaction?: IPendingTransaction;
93
93
  accountsReceivablesByServiceType?: IAccountsReceivableByServiceType[];
94
+ /**
95
+ * 既存決済カード認証アクション(2024-12-13~)
96
+ * PaymentServiceType.MovieTicketのみ
97
+ */
98
+ checkedAction?: {
99
+ id: string;
100
+ };
94
101
  }
95
102
  export interface IPaymentMethodWithoutDetail extends IPaymentMethod {
96
103
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.390.0",
3
+ "version": "4.391.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",