@chevre/factory 4.375.0-alpha.17 → 4.375.0-alpha.18

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.
@@ -83,7 +83,7 @@ export type IObjectWithoutDetail = Pick<IObjectIncludingPaymentMethodDetails, 'a
83
83
  */
84
84
  paymentMethodId?: string;
85
85
  };
86
- export type IObject = Pick<IObjectIncludingPaymentMethodDetails, 'accountId' | 'additionalProperty' | 'amount' | 'description' | 'fromLocation' | 'issuedThrough' | 'name' | 'paymentMethod' | 'paymentMethodId' | 'typeOf'>;
86
+ export type IObject = Pick<IObjectIncludingPaymentMethodDetails, 'typeOf' | 'paymentMethodId' | 'accountId'>;
87
87
  export interface IResultPaymentMethod {
88
88
  /**
89
89
  * 決済方法区分
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.375.0-alpha.17",
3
+ "version": "4.375.0-alpha.18",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",