@chevre/factory 4.197.0-alpha.1 → 4.197.0-alpha.2

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.
@@ -7,9 +7,7 @@ import { IAttributes as IGivePointAwardActionAttributes } from '../transfer/give
7
7
  import { IAttributes as ISendOrderActionAttributes } from '../transfer/send/order';
8
8
  export declare type IAgent = ActionFactory.IParticipant;
9
9
  export declare type IRecipient = ActionFactory.IParticipant;
10
- export interface IObject extends OrderFactory.IOrder {
11
- acceptedOffers: OrderFactory.IAcceptedOffer<any>[];
12
- }
10
+ export declare type IObject = OrderFactory.ISimpleOrder;
13
11
  export declare type IResult = any;
14
12
  export interface IPotentialActions {
15
13
  /**
@@ -9,7 +9,7 @@ import * as SendActionFactory from '../send';
9
9
  import { IAttributes as ISendEmailMessageActionAttributes } from './message/email';
10
10
  export declare type IAgent = ActionFactory.IParticipant;
11
11
  export declare type IRecipient = ActionFactory.IParticipant;
12
- export declare type IObject = OrderFactory.IOrder;
12
+ export declare type IObject = OrderFactory.ISimpleOrder;
13
13
  /**
14
14
  * 注文配送結果としての所有権
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.197.0-alpha.1",
3
+ "version": "4.197.0-alpha.2",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",