wsp-contracts 1.0.33 → 1.0.34

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.
@@ -126,6 +126,7 @@ export interface RefundDTO {
126
126
  buyerName: string;
127
127
  purchaseCode: string;
128
128
  status: string;
129
+ items?: LineItemDTO[] | undefined;
129
130
  refundedItems: PurchaseRefundItemDTO[];
130
131
  amount: number;
131
132
  finishedDate?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [