@chevre/factory 4.192.0 → 4.193.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.
@@ -79,6 +79,12 @@ export interface IObject {
79
79
  */
80
80
  paymentMethodId?: string;
81
81
  typeOf: ResultType;
82
+ issuedThrough: {
83
+ /**
84
+ * 発行決済サービスID
85
+ */
86
+ id: string;
87
+ };
82
88
  notes?: string;
83
89
  /**
84
90
  * 進行中取引(Account決済)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.192.0",
3
+ "version": "4.193.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",