sowhat-types 2.0.97 → 2.0.99
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 +1 -2
- package/dist/index.d.ts +1 -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 {
|
|
@@ -423,6 +421,7 @@ interface BankAccountsBatchUpdatedResponse {
|
|
|
423
421
|
interface BankAccountsResponse {
|
|
424
422
|
accounts: BankAccountResponse[];
|
|
425
423
|
balances: BankAccountBalancesResponse | null;
|
|
424
|
+
powensConnectionsInError: boolean;
|
|
426
425
|
}
|
|
427
426
|
|
|
428
427
|
interface UserBankAccountsRefreshedResponse {
|
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 {
|
|
@@ -423,6 +421,7 @@ interface BankAccountsBatchUpdatedResponse {
|
|
|
423
421
|
interface BankAccountsResponse {
|
|
424
422
|
accounts: BankAccountResponse[];
|
|
425
423
|
balances: BankAccountBalancesResponse | null;
|
|
424
|
+
powensConnectionsInError: boolean;
|
|
426
425
|
}
|
|
427
426
|
|
|
428
427
|
interface UserBankAccountsRefreshedResponse {
|