wsp-contracts 1.0.26 → 1.0.28

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.
@@ -102,6 +102,12 @@ export interface PurchaseRefundItemDTO {
102
102
  }
103
103
  export interface PurchaseRefundInfoDTO {
104
104
  purchaseUuid: string;
105
+ checkoutUuid: string | undefined;
106
+ shiftUuid: string | undefined;
107
+ sellerUuid: string;
108
+ sellerName: string;
109
+ buyerName: string;
110
+ purchaseCode: string;
105
111
  items: PurchaseRefundItemDTO[];
106
112
  }
107
113
  export interface PurchaseRefundDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [