wsp-contracts 1.0.36 → 1.0.38

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.
@@ -128,6 +128,7 @@ export interface RefundDTO {
128
128
  status: string;
129
129
  items?: LineItemDTO[] | undefined;
130
130
  refundedItems: PurchaseRefundItemDTO[];
131
+ refundedTotalItems: PurchaseRefundItemDTO[];
131
132
  amount: number;
132
133
  finishedDate?: string | undefined;
133
134
  createdAt: string;
@@ -5,6 +5,7 @@ export interface WalletEntryDTO {
5
5
  sellerName?: string | undefined;
6
6
  checkoutUuid?: string | undefined;
7
7
  shiftUuid?: string | undefined;
8
+ gateway: string;
8
9
  originType: string;
9
10
  originUuid?: string | undefined;
10
11
  reason: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.36",
3
+ "version": "1.0.38",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [