wsp-contracts 1.0.31 → 1.0.33

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.
@@ -128,13 +128,9 @@ export interface RefundDTO {
128
128
  status: string;
129
129
  refundedItems: PurchaseRefundItemDTO[];
130
130
  amount: number;
131
- finishDate?: string | undefined;
131
+ finishedDate?: string | undefined;
132
132
  createdAt: string;
133
133
  }
134
134
  export interface BuffetRefundDTO extends RefundDTO {
135
135
  items: LineItemDTO[];
136
136
  }
137
- export interface BuffetOperationDTO {
138
- type: 'PURCHASE' | 'REFUND';
139
- data: PurchaseDTO | BuffetRefundDTO;
140
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [