sowhat-types 2.0.78 → 2.0.79

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
@@ -172,6 +172,7 @@ interface CreateBudgetExpensesAllocationInput {
172
172
  currency: string;
173
173
  theoricalValuePerMonth: number;
174
174
  bankAccountId: string | null;
175
+ createPreviousMonth: boolean;
175
176
  }
176
177
 
177
178
  interface DeleteBudgetExpensesAllocationInput {
@@ -195,6 +196,7 @@ interface CreateBudgetIncomesAllocationInput {
195
196
  currency: string;
196
197
  theoricalValuePerMonth: number;
197
198
  bankAccountId: string | null;
199
+ createPreviousMonth: boolean;
198
200
  }
199
201
 
200
202
  interface DeleteBudgetIncomesAllocationInput {
@@ -399,7 +401,6 @@ interface BankAccountTransactionCounterpartyResponse {
399
401
  interface TimePaginationResponse {
400
402
  startDate: Date;
401
403
  endDate: Date;
402
- hasMore: boolean;
403
404
  }
404
405
 
405
406
  interface BankAccountTransactionsResponse {
package/dist/index.d.ts CHANGED
@@ -172,6 +172,7 @@ interface CreateBudgetExpensesAllocationInput {
172
172
  currency: string;
173
173
  theoricalValuePerMonth: number;
174
174
  bankAccountId: string | null;
175
+ createPreviousMonth: boolean;
175
176
  }
176
177
 
177
178
  interface DeleteBudgetExpensesAllocationInput {
@@ -195,6 +196,7 @@ interface CreateBudgetIncomesAllocationInput {
195
196
  currency: string;
196
197
  theoricalValuePerMonth: number;
197
198
  bankAccountId: string | null;
199
+ createPreviousMonth: boolean;
198
200
  }
199
201
 
200
202
  interface DeleteBudgetIncomesAllocationInput {
@@ -399,7 +401,6 @@ interface BankAccountTransactionCounterpartyResponse {
399
401
  interface TimePaginationResponse {
400
402
  startDate: Date;
401
403
  endDate: Date;
402
- hasMore: boolean;
403
404
  }
404
405
 
405
406
  interface BankAccountTransactionsResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.78",
3
+ "version": "2.0.79",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",