sowhat-types 2.0.114 → 2.0.115
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -680,6 +680,11 @@ interface UserSavingsBudgetResponse {
|
|
|
680
680
|
lockedInSavingsBalance: number;
|
|
681
681
|
currency: string;
|
|
682
682
|
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;
|
|
683
688
|
}
|
|
684
689
|
|
|
685
690
|
interface BudgetResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -680,6 +680,11 @@ interface UserSavingsBudgetResponse {
|
|
|
680
680
|
lockedInSavingsBalance: number;
|
|
681
681
|
currency: string;
|
|
682
682
|
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;
|
|
683
688
|
}
|
|
684
689
|
|
|
685
690
|
interface BudgetResponse {
|