sowhat-types 2.0.125 → 2.0.126
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -297,6 +297,7 @@ interface BatchUpdateBudgetSavingsAllocationInput {
|
|
|
297
297
|
theoricalValuePerMonth?: number;
|
|
298
298
|
balance?: number;
|
|
299
299
|
currency: string;
|
|
300
|
+
position?: number;
|
|
300
301
|
}
|
|
301
302
|
|
|
302
303
|
interface BatchUpdateBudgetSavingsAllocationsInput {
|
|
@@ -666,6 +667,7 @@ interface BudgetSavingsAllocationResponse {
|
|
|
666
667
|
currency: string;
|
|
667
668
|
currentMonthlyOperation: SavingsMonthlyOperationResponse | null;
|
|
668
669
|
monthlyOperations: SavingsMonthlyOperationResponse[];
|
|
670
|
+
position: number;
|
|
669
671
|
isDefault: boolean;
|
|
670
672
|
createdAt: Date;
|
|
671
673
|
updatedAt: Date | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -297,6 +297,7 @@ interface BatchUpdateBudgetSavingsAllocationInput {
|
|
|
297
297
|
theoricalValuePerMonth?: number;
|
|
298
298
|
balance?: number;
|
|
299
299
|
currency: string;
|
|
300
|
+
position?: number;
|
|
300
301
|
}
|
|
301
302
|
|
|
302
303
|
interface BatchUpdateBudgetSavingsAllocationsInput {
|
|
@@ -666,6 +667,7 @@ interface BudgetSavingsAllocationResponse {
|
|
|
666
667
|
currency: string;
|
|
667
668
|
currentMonthlyOperation: SavingsMonthlyOperationResponse | null;
|
|
668
669
|
monthlyOperations: SavingsMonthlyOperationResponse[];
|
|
670
|
+
position: number;
|
|
669
671
|
isDefault: boolean;
|
|
670
672
|
createdAt: Date;
|
|
671
673
|
updatedAt: Date | null;
|