wsp-contracts 1.0.25 → 1.0.27

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;
106
+ shiftUuid: string;
107
+ sellerUuid: string;
108
+ sellerName: string;
109
+ buyerName: string;
110
+ purchaseCode: string;
105
111
  items: PurchaseRefundItemDTO[];
106
112
  }
107
113
  export interface PurchaseRefundDTO {
@@ -121,7 +127,7 @@ export interface RefundDTO {
121
127
  status: string;
122
128
  refundedItems: LineItemDTO[];
123
129
  amount: number;
124
- finishDate: string;
130
+ finishDate?: string | undefined;
125
131
  createdAt: string;
126
132
  }
127
133
  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.27",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [