sowhat-types 2.0.42 → 2.0.43
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -506,7 +506,7 @@ interface PaginationResponse {
|
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
interface ReportValueResponse {
|
|
509
|
-
value: number
|
|
509
|
+
value: number;
|
|
510
510
|
vsLastMonthPercent: number | null;
|
|
511
511
|
}
|
|
512
512
|
|
|
@@ -525,7 +525,7 @@ interface ReportWealthResponse {
|
|
|
525
525
|
interface UserReportResponse {
|
|
526
526
|
userId: string;
|
|
527
527
|
reportId: string;
|
|
528
|
-
budget: ReportBudgetResponse
|
|
528
|
+
budget: ReportBudgetResponse;
|
|
529
529
|
wealth: ReportWealthResponse;
|
|
530
530
|
}
|
|
531
531
|
|
package/dist/index.d.ts
CHANGED
|
@@ -506,7 +506,7 @@ interface PaginationResponse {
|
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
interface ReportValueResponse {
|
|
509
|
-
value: number
|
|
509
|
+
value: number;
|
|
510
510
|
vsLastMonthPercent: number | null;
|
|
511
511
|
}
|
|
512
512
|
|
|
@@ -525,7 +525,7 @@ interface ReportWealthResponse {
|
|
|
525
525
|
interface UserReportResponse {
|
|
526
526
|
userId: string;
|
|
527
527
|
reportId: string;
|
|
528
|
-
budget: ReportBudgetResponse
|
|
528
|
+
budget: ReportBudgetResponse;
|
|
529
529
|
wealth: ReportWealthResponse;
|
|
530
530
|
}
|
|
531
531
|
|