sowhat-types 2.0.115 → 2.0.116

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
@@ -316,6 +316,7 @@ interface UpdateBudgetSavingsAllocationInput {
316
316
  interface UpdateUserInput {
317
317
  currency?: AvailableCurrencyEnum;
318
318
  consentToBudget?: boolean;
319
+ newTransferIntoDefault?: boolean;
319
320
  }
320
321
 
321
322
  interface CreateUserCoOwnerInput {
@@ -680,11 +681,6 @@ interface UserSavingsBudgetResponse {
680
681
  lockedInSavingsBalance: number;
681
682
  currency: string;
682
683
  allocations: BudgetSavingsAllocationResponse[];
683
- /**
684
- * Boolean to notify the front-end that the default allocation balance has been updated a short time ago
685
- * It means some bank accounts of type savings have been updated
686
- */
687
- newTransferIntoDefault: boolean;
688
684
  }
689
685
 
690
686
  interface BudgetResponse {
package/dist/index.d.ts CHANGED
@@ -316,6 +316,7 @@ interface UpdateBudgetSavingsAllocationInput {
316
316
  interface UpdateUserInput {
317
317
  currency?: AvailableCurrencyEnum;
318
318
  consentToBudget?: boolean;
319
+ newTransferIntoDefault?: boolean;
319
320
  }
320
321
 
321
322
  interface CreateUserCoOwnerInput {
@@ -680,11 +681,6 @@ interface UserSavingsBudgetResponse {
680
681
  lockedInSavingsBalance: number;
681
682
  currency: string;
682
683
  allocations: BudgetSavingsAllocationResponse[];
683
- /**
684
- * Boolean to notify the front-end that the default allocation balance has been updated a short time ago
685
- * It means some bank accounts of type savings have been updated
686
- */
687
- newTransferIntoDefault: boolean;
688
684
  }
689
685
 
690
686
  interface BudgetResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.115",
3
+ "version": "2.0.116",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",