@chevre/factory 4.371.0-alpha.2 → 4.371.0-alpha.3

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.
@@ -8,6 +8,9 @@ import * as PayActionFactory from '../../trade/pay';
8
8
  export type IAgent = ActionFactory.IParticipantAsWebApplication | ActionFactory.IParticipantAsPerson;
9
9
  export type IPurchaseNumberAuthIn = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberAuthIn;
10
10
  export type IPurchaseNumberAuthResult = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberAuthResult;
11
+ export type IPurchaseNumberInfo = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberInfo;
12
+ export type IMkknInfo = surfrockFactory.service.auth.purchaseNumberAuth.INvalidTicket;
13
+ export type IYkknInfo = surfrockFactory.service.auth.purchaseNumberAuth.IValidTicket;
11
14
  /**
12
15
  * 認証対象の決済カード
13
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.371.0-alpha.2",
3
+ "version": "4.371.0-alpha.3",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",