wsp-contracts 1.0.12 → 1.0.13

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.
@@ -86,16 +86,16 @@ export interface CreateAndPayPurchaseDTO {
86
86
  purchase: PurchaseDTO;
87
87
  payments: PurchasePaymentDTO[];
88
88
  }
89
- export interface PurchaseRefundItem {
89
+ export interface PurchaseRefundItemDTO {
90
90
  uuid: string;
91
91
  wasted: boolean;
92
92
  qty: number;
93
93
  }
94
- export interface PurchaseRefundInfo {
94
+ export interface PurchaseRefundInfoDTO {
95
95
  purchaseUuid: string;
96
- items: PurchaseRefundItem[];
96
+ items: PurchaseRefundItemDTO[];
97
97
  }
98
- export interface PurchaseRefund {
99
- purchase: PurchaseRefundInfo;
98
+ export interface PurchaseRefundDTO {
99
+ purchase: PurchaseRefundInfoDTO;
100
100
  payments: PurchasePaymentDTO[];
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [