@chevre/factory 4.353.0-alpha.2 → 4.353.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.
@@ -196,6 +196,10 @@ export interface IResult {
196
196
  * 注文
197
197
  */
198
198
  order: IOrderAsResult;
199
+ /**
200
+ * 取引確定時の同期的な注文コード発行に対応(2024-02-05~)
201
+ */
202
+ code?: string;
199
203
  /**
200
204
  * 承認アクションID(2024-01-17~)
201
205
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.353.0-alpha.2",
3
+ "version": "4.353.0-alpha.3",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",