wsp-contracts 1.0.66 → 1.0.68

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.
@@ -41,7 +41,7 @@ export interface UniqueInfoDTO {
41
41
  }
42
42
  export interface RecurrenceInfoDTO {
43
43
  name: string;
44
- membershipUuid?: string | undefined;
44
+ membershipUuid: string;
45
45
  intervalType: string;
46
46
  intervalCycles: number;
47
47
  intervalCyclesCounter: number;
@@ -86,13 +86,16 @@ export interface PurchaseDTO {
86
86
  }
87
87
  export interface PurchasePaymentDTO {
88
88
  gateway: string;
89
- realAmount?: number;
90
89
  amount: number;
90
+ realAmount?: number;
91
91
  currency: string;
92
92
  installments: number;
93
+ transactionInfo?: string | undefined;
94
+ comments?: string | undefined;
93
95
  cardUuid?: string | undefined;
94
96
  brand?: string | undefined;
95
- transactionInfo?: string | undefined;
97
+ cardMask?: string | undefined;
98
+ status?: string | undefined;
96
99
  [key: string]: unknown;
97
100
  }
98
101
  export interface CreateAndPayPurchaseDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsp-contracts",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "description": "DTOs y event-schemas compartidos entre microservicios de WonaSports. Solo tipos (declarations).",
5
5
  "license": "MIT",
6
6
  "files": [