wsp-contracts 1.0.28 → 1.0.30

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.
@@ -118,14 +118,14 @@ export interface RefundDTO {
118
118
  uuid: string;
119
119
  tenantUuid: string;
120
120
  purchaseUuid: string;
121
- checkoutUuid: string;
122
- shiftUuid: string;
121
+ checkoutUuid: string | undefined;
122
+ shiftUuid: string | undefined;
123
123
  sellerUuid: string;
124
124
  sellerName: string;
125
125
  buyerName: string;
126
126
  purchaseCode: string;
127
127
  status: string;
128
- refundedItems: LineItemDTO[];
128
+ refundedItems: PurchaseRefundItemDTO[];
129
129
  amount: number;
130
130
  finishDate?: string | undefined;
131
131
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [