@chevre/factory 4.181.0-alpha.0 → 4.181.0-alpha.1

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.
package/CHANGELOG.md CHANGED
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
12
12
 
13
13
  - 決済取引のIPendingTransactionに出金元の口座番号情報を追加
14
14
  - プロダクトにavailableChannelを追加
15
+ - サービス登録アクションのIObjectを定義
15
16
 
16
17
  ### Deprecated
17
18
 
@@ -1,6 +1,7 @@
1
+ import { IPermit } from '../../../permit';
1
2
  import { IAttributes as IMoneyTransferActionAttributes } from '../../transfer/moneyTransfer';
2
3
  import * as RegisterActionFactory from '../register';
3
- export declare type IObject = any;
4
+ export declare type IObject = IPermit;
4
5
  export declare type IResult = any;
5
6
  export interface IPotentialActions {
6
7
  moneyTransfer: IMoneyTransferActionAttributes[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.181.0-alpha.0",
3
+ "version": "4.181.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",