@chevre/factory 9.5.0-alpha.10 → 9.5.0-alpha.11

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.
@@ -6,25 +6,29 @@ import { ITaskAttributes } from '../task';
6
6
  import { TaskName } from '../taskName';
7
7
  export type IInstrument = IAcceptedPaymentMethodOfferAsInstrument;
8
8
  export interface IData {
9
- project: {
10
- id: string;
11
- };
12
9
  agent: {
13
10
  id: string;
14
11
  };
15
- object: Pick<IAuthorizeCreditCardObject, 'amount' | 'creditCard' | 'issuedThrough' | 'method' | 'paymentMethod' | 'referencesOrder'>;
12
+ object: Pick<IAuthorizeCreditCardObject, 'amount' | 'creditCard' | 'issuedThrough' | 'method' | 'paymentMethod' | 'referencesOrder' | 'ticketToken'>;
16
13
  purpose: IPurpose;
17
- paymentServiceType: PaymentServiceType;
14
+ paymentServiceType: PaymentServiceType.CreditCard;
18
15
  location: ILocation;
19
16
  /**
20
17
  * add identifier for an unique index(2025-02-25~)
21
- * authorize payment action identifier
18
+ * 採用アクション識別子
19
+ */
20
+ identifier: string;
21
+ /**
22
+ * 注文取引に決済方法IDを保管するかどうかのオプション
23
+ * 2026-07-16~
24
+ * 一時的にサポート
22
25
  */
23
- identifier?: string;
26
+ savePaymentMethodIdInTransaction?: boolean;
24
27
  /**
25
28
  * クレジットカードIFあるいは決済カードIFの場合に対応決済方法オファーを指定する
26
29
  */
27
30
  instrument?: IInstrument[];
31
+ project?: never;
28
32
  }
29
33
  export interface IAttributes extends ITaskAttributes {
30
34
  name: TaskName.PublishPaymentUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "9.5.0-alpha.10",
3
+ "version": "9.5.0-alpha.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [