sowhat-types 2.0.97 → 2.0.98
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -171,7 +171,6 @@ interface CreateBudgetExpensesAllocationInput {
|
|
|
171
171
|
currency: string;
|
|
172
172
|
theoricalValuePerMonth: number;
|
|
173
173
|
bankAccountId: string | null;
|
|
174
|
-
createPreviousMonth: boolean;
|
|
175
174
|
}
|
|
176
175
|
|
|
177
176
|
interface DeleteBudgetExpensesAllocationInput {
|
|
@@ -196,7 +195,6 @@ interface CreateBudgetIncomesAllocationInput {
|
|
|
196
195
|
currency: string;
|
|
197
196
|
theoricalValuePerMonth: number;
|
|
198
197
|
bankAccountId: string | null;
|
|
199
|
-
createPreviousMonth: boolean;
|
|
200
198
|
}
|
|
201
199
|
|
|
202
200
|
interface DeleteBudgetIncomesAllocationInput {
|
package/dist/index.d.ts
CHANGED
|
@@ -171,7 +171,6 @@ interface CreateBudgetExpensesAllocationInput {
|
|
|
171
171
|
currency: string;
|
|
172
172
|
theoricalValuePerMonth: number;
|
|
173
173
|
bankAccountId: string | null;
|
|
174
|
-
createPreviousMonth: boolean;
|
|
175
174
|
}
|
|
176
175
|
|
|
177
176
|
interface DeleteBudgetExpensesAllocationInput {
|
|
@@ -196,7 +195,6 @@ interface CreateBudgetIncomesAllocationInput {
|
|
|
196
195
|
currency: string;
|
|
197
196
|
theoricalValuePerMonth: number;
|
|
198
197
|
bankAccountId: string | null;
|
|
199
|
-
createPreviousMonth: boolean;
|
|
200
198
|
}
|
|
201
199
|
|
|
202
200
|
interface DeleteBudgetIncomesAllocationInput {
|