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 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.97",
3
+ "version": "2.0.98",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",