wsp-contracts 1.0.37 → 1.0.39

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.
@@ -89,6 +89,8 @@ export interface PurchasePaymentDTO {
89
89
  amount: number;
90
90
  currency: string;
91
91
  installments: number;
92
+ brand?: string | undefined;
93
+ transactionInfo?: string | undefined;
92
94
  }
93
95
  export interface CreateAndPayPurchaseDTO {
94
96
  purchase: PurchaseDTO;
@@ -128,6 +130,7 @@ export interface RefundDTO {
128
130
  status: string;
129
131
  items?: LineItemDTO[] | undefined;
130
132
  refundedItems: PurchaseRefundItemDTO[];
133
+ refundedTotalItems: PurchaseRefundItemDTO[];
131
134
  amount: number;
132
135
  finishedDate?: string | undefined;
133
136
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [