@chevre/factory 4.381.0-alpha.4 → 4.381.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.
@@ -16,7 +16,7 @@ export type IObject = OrderFactory.ISimpleOrder & {
16
16
  /**
17
17
  * 注文配送結果としての所有権
18
18
  */
19
- export type IResult = IOwnershipInfo<IGood>[];
19
+ export type IResult = Pick<IOwnershipInfo<IGood>, 'id' | 'identifier'>[];
20
20
  export interface IAttributes extends Pick<SendActionFactory.IAttributes<IObject, IResult>, 'typeOf' | 'result' | 'recipient' | 'project' | 'object' | 'error' | 'agent'> {
21
21
  agent: IAgent;
22
22
  recipient: IRecipient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.381.0-alpha.4",
3
+ "version": "4.381.0-alpha.5",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",