@chevre/factory 4.181.0-alpha.4 → 4.181.0-alpha.5

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.
@@ -12,11 +12,21 @@ export interface IObject {
12
12
  */
13
13
  identifier?: string;
14
14
  amount: number;
15
+ /**
16
+ * 入金先カード
17
+ */
15
18
  toLocation: {
16
19
  /**
17
20
  * 入金先カード番号
21
+ * 口座番号ではないので注意
18
22
  */
19
23
  accountNumber: string;
24
+ issuedThrough: {
25
+ /**
26
+ * カード発行サービスID
27
+ */
28
+ id: string;
29
+ };
20
30
  };
21
31
  description: string;
22
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.181.0-alpha.4",
3
+ "version": "4.181.0-alpha.5",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",