sowhat-types 2.0.117 → 2.0.119

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
@@ -688,9 +688,11 @@ interface UserSavingsBudgetResponse {
688
688
  interface BudgetResponse {
689
689
  id: string;
690
690
  expenses: BudgetExpensesAllocationResponse[];
691
- incomes: BudgetIncomesAllocationResponse[];
692
691
  unallocatedExpensesTransactionsBalance: number;
692
+ internalTransfersExpensesBalance: number;
693
+ incomes: BudgetIncomesAllocationResponse[];
693
694
  unallocatedIncomesTransactionsBalance: number;
695
+ internalTransfersIncomesBalance: number;
694
696
  currency: string;
695
697
  }
696
698
 
package/dist/index.d.ts CHANGED
@@ -688,9 +688,11 @@ interface UserSavingsBudgetResponse {
688
688
  interface BudgetResponse {
689
689
  id: string;
690
690
  expenses: BudgetExpensesAllocationResponse[];
691
- incomes: BudgetIncomesAllocationResponse[];
692
691
  unallocatedExpensesTransactionsBalance: number;
692
+ internalTransfersExpensesBalance: number;
693
+ incomes: BudgetIncomesAllocationResponse[];
693
694
  unallocatedIncomesTransactionsBalance: number;
695
+ internalTransfersIncomesBalance: number;
694
696
  currency: string;
695
697
  }
696
698
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.117",
3
+ "version": "2.0.119",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",