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 CHANGED
@@ -506,7 +506,7 @@ interface PaginationResponse {
506
506
  }
507
507
 
508
508
  interface ReportValueResponse {
509
- value: number | null;
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 | null;
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 | null;
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 | null;
528
+ budget: ReportBudgetResponse;
529
529
  wealth: ReportWealthResponse;
530
530
  }
531
531
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.42",
3
+ "version": "2.0.43",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",