@chevre/factory 4.374.0 → 21.35.0-alpha.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.
@@ -156,7 +156,7 @@ export interface IConfirmParams {
156
156
  */
157
157
  result?: IResultParams;
158
158
  }
159
- export type IOrderAsResult = OrderFactory.IOrder;
159
+ export type IOrderAsResult = Pick<OrderFactory.IOrder, 'broker' | 'confirmationNumber' | 'identifier' | 'name' | 'orderDate' | 'orderNumber' | 'orderStatus' | 'orderedItem' | 'paymentMethods' | 'price' | 'priceCurrency' | 'seller' | 'typeOf' | 'url'>;
160
160
  export interface IAuthorizeActionAsResult {
161
161
  id: string;
162
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.374.0",
3
+ "version": "21.35.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",