wsp-contracts 1.0.30 → 1.0.31

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.
@@ -99,6 +99,7 @@ export interface PurchaseRefundItemDTO {
99
99
  uuid: string;
100
100
  wasted: boolean;
101
101
  qty: number;
102
+ amount?: number | undefined;
102
103
  }
103
104
  export interface PurchaseRefundInfoDTO {
104
105
  purchaseUuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [