wsp-contracts 1.0.25 → 1.0.26

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.
@@ -121,7 +121,7 @@ export interface RefundDTO {
121
121
  status: string;
122
122
  refundedItems: LineItemDTO[];
123
123
  amount: number;
124
- finishDate: string;
124
+ finishDate?: string | undefined;
125
125
  createdAt: string;
126
126
  }
127
127
  export interface BuffetRefundDTO extends RefundDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [