wsp-contracts 1.0.27 → 1.0.29

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