sowhat-types 2.0.82 → 2.0.84
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 +15 -1
- package/dist/index.d.ts +15 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -185,6 +185,7 @@ interface UpdateBudgetExpensesAllocationInput {
|
|
|
185
185
|
icon?: string;
|
|
186
186
|
color?: string;
|
|
187
187
|
currency?: string;
|
|
188
|
+
position?: number;
|
|
188
189
|
theoricalValuePerMonth?: number;
|
|
189
190
|
bankAccountId?: string | null;
|
|
190
191
|
}
|
|
@@ -209,6 +210,7 @@ interface UpdateBudgetIncomesAllocationInput {
|
|
|
209
210
|
icon?: string;
|
|
210
211
|
color?: string;
|
|
211
212
|
currency?: string;
|
|
213
|
+
position?: number;
|
|
212
214
|
theoricalValuePerMonth?: number;
|
|
213
215
|
bankAccountId?: string | null;
|
|
214
216
|
}
|
|
@@ -294,6 +296,7 @@ interface BudgetIncomesAllocationResponse {
|
|
|
294
296
|
isDefault: boolean;
|
|
295
297
|
value: number;
|
|
296
298
|
currency: string;
|
|
299
|
+
position: number;
|
|
297
300
|
transactions: BankAccountTransactionResponse[];
|
|
298
301
|
bankAccount: BankAccountResponse | null;
|
|
299
302
|
updatedAt: Date | null;
|
|
@@ -348,6 +351,7 @@ interface BudgetExpensesAllocationResponse {
|
|
|
348
351
|
isDefault: boolean;
|
|
349
352
|
value: number;
|
|
350
353
|
currency: string;
|
|
354
|
+
position: number;
|
|
351
355
|
transactions: BankAccountTransactionResponse[];
|
|
352
356
|
bankAccount: BankAccountResponse | null;
|
|
353
357
|
updatedAt: Date | null;
|
|
@@ -531,6 +535,11 @@ interface BudgetExpensesAllocationUpdatedResponse {
|
|
|
531
535
|
errorMessage: string | null;
|
|
532
536
|
}
|
|
533
537
|
|
|
538
|
+
interface BudgetExpensesAllocationsBatchUpdatedResponse {
|
|
539
|
+
batchUpdated: boolean;
|
|
540
|
+
errorMessage: string | null;
|
|
541
|
+
}
|
|
542
|
+
|
|
534
543
|
interface BudgetIncomesAllocationDeletedResponse {
|
|
535
544
|
deleted: boolean;
|
|
536
545
|
errorMessage: string | null;
|
|
@@ -541,6 +550,11 @@ interface BudgetIncomesAllocationUpdatedResponse {
|
|
|
541
550
|
errorMessage: string | null;
|
|
542
551
|
}
|
|
543
552
|
|
|
553
|
+
interface BudgetIncomesAllocationsBatchUpdatedResponse {
|
|
554
|
+
batchUpdated: boolean;
|
|
555
|
+
errorMessage: string | null;
|
|
556
|
+
}
|
|
557
|
+
|
|
544
558
|
interface BudgetSavingsAllocationUpdatedResponse {
|
|
545
559
|
updated: boolean;
|
|
546
560
|
errorMessage: string | null;
|
|
@@ -702,4 +716,4 @@ declare class FilterArgs {
|
|
|
702
716
|
take: number;
|
|
703
717
|
}
|
|
704
718
|
|
|
705
|
-
export { type AllocateTransactionInput, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, type BankAccountBalancesResponse, type BankAccountOriginalTransactionResponse, type BankAccountResponse, BankAccountSchemeNameEnum, type BankAccountTransactionCounterpartyResponse, type BankAccountTransactionResponse, BankAccountTransactionTypeEnum, type BankAccountTransactionsResponse, BankAccountTypeEnum, type BankAccountUpdatedResponse, type BankAccountsBatchUpdatedResponse, type BankAccountsResponse, type BatchUpdateBudgetSavingsAllocationInput, type BatchUpdateBudgetSavingsAllocationsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, type ExactMatch, type FetchBankAccountTransactionsInput, type FetchUserCoOwnerInput, FilterArgs, type GlobalWealthStatisticsResponse, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationInput, type PaginationResponse, PowensUserStatusEnum, type PowensWebviewConnectionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type TimePaginationInput, type TimePaginationResponse, type TransactionAllocatedResponse, type TransactionBudgetAllocationsResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateRealEstateInput, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
|
719
|
+
export { type AllocateTransactionInput, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, type BankAccountBalancesResponse, type BankAccountOriginalTransactionResponse, type BankAccountResponse, BankAccountSchemeNameEnum, type BankAccountTransactionCounterpartyResponse, type BankAccountTransactionResponse, BankAccountTransactionTypeEnum, type BankAccountTransactionsResponse, BankAccountTypeEnum, type BankAccountUpdatedResponse, type BankAccountsBatchUpdatedResponse, type BankAccountsResponse, type BatchUpdateBudgetSavingsAllocationInput, type BatchUpdateBudgetSavingsAllocationsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, type ExactMatch, type FetchBankAccountTransactionsInput, type FetchUserCoOwnerInput, FilterArgs, type GlobalWealthStatisticsResponse, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationInput, type PaginationResponse, PowensUserStatusEnum, type PowensWebviewConnectionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type TimePaginationInput, type TimePaginationResponse, type TransactionAllocatedResponse, type TransactionBudgetAllocationsResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateRealEstateInput, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
package/dist/index.d.ts
CHANGED
|
@@ -185,6 +185,7 @@ interface UpdateBudgetExpensesAllocationInput {
|
|
|
185
185
|
icon?: string;
|
|
186
186
|
color?: string;
|
|
187
187
|
currency?: string;
|
|
188
|
+
position?: number;
|
|
188
189
|
theoricalValuePerMonth?: number;
|
|
189
190
|
bankAccountId?: string | null;
|
|
190
191
|
}
|
|
@@ -209,6 +210,7 @@ interface UpdateBudgetIncomesAllocationInput {
|
|
|
209
210
|
icon?: string;
|
|
210
211
|
color?: string;
|
|
211
212
|
currency?: string;
|
|
213
|
+
position?: number;
|
|
212
214
|
theoricalValuePerMonth?: number;
|
|
213
215
|
bankAccountId?: string | null;
|
|
214
216
|
}
|
|
@@ -294,6 +296,7 @@ interface BudgetIncomesAllocationResponse {
|
|
|
294
296
|
isDefault: boolean;
|
|
295
297
|
value: number;
|
|
296
298
|
currency: string;
|
|
299
|
+
position: number;
|
|
297
300
|
transactions: BankAccountTransactionResponse[];
|
|
298
301
|
bankAccount: BankAccountResponse | null;
|
|
299
302
|
updatedAt: Date | null;
|
|
@@ -348,6 +351,7 @@ interface BudgetExpensesAllocationResponse {
|
|
|
348
351
|
isDefault: boolean;
|
|
349
352
|
value: number;
|
|
350
353
|
currency: string;
|
|
354
|
+
position: number;
|
|
351
355
|
transactions: BankAccountTransactionResponse[];
|
|
352
356
|
bankAccount: BankAccountResponse | null;
|
|
353
357
|
updatedAt: Date | null;
|
|
@@ -531,6 +535,11 @@ interface BudgetExpensesAllocationUpdatedResponse {
|
|
|
531
535
|
errorMessage: string | null;
|
|
532
536
|
}
|
|
533
537
|
|
|
538
|
+
interface BudgetExpensesAllocationsBatchUpdatedResponse {
|
|
539
|
+
batchUpdated: boolean;
|
|
540
|
+
errorMessage: string | null;
|
|
541
|
+
}
|
|
542
|
+
|
|
534
543
|
interface BudgetIncomesAllocationDeletedResponse {
|
|
535
544
|
deleted: boolean;
|
|
536
545
|
errorMessage: string | null;
|
|
@@ -541,6 +550,11 @@ interface BudgetIncomesAllocationUpdatedResponse {
|
|
|
541
550
|
errorMessage: string | null;
|
|
542
551
|
}
|
|
543
552
|
|
|
553
|
+
interface BudgetIncomesAllocationsBatchUpdatedResponse {
|
|
554
|
+
batchUpdated: boolean;
|
|
555
|
+
errorMessage: string | null;
|
|
556
|
+
}
|
|
557
|
+
|
|
544
558
|
interface BudgetSavingsAllocationUpdatedResponse {
|
|
545
559
|
updated: boolean;
|
|
546
560
|
errorMessage: string | null;
|
|
@@ -702,4 +716,4 @@ declare class FilterArgs {
|
|
|
702
716
|
take: number;
|
|
703
717
|
}
|
|
704
718
|
|
|
705
|
-
export { type AllocateTransactionInput, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, type BankAccountBalancesResponse, type BankAccountOriginalTransactionResponse, type BankAccountResponse, BankAccountSchemeNameEnum, type BankAccountTransactionCounterpartyResponse, type BankAccountTransactionResponse, BankAccountTransactionTypeEnum, type BankAccountTransactionsResponse, BankAccountTypeEnum, type BankAccountUpdatedResponse, type BankAccountsBatchUpdatedResponse, type BankAccountsResponse, type BatchUpdateBudgetSavingsAllocationInput, type BatchUpdateBudgetSavingsAllocationsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, type ExactMatch, type FetchBankAccountTransactionsInput, type FetchUserCoOwnerInput, FilterArgs, type GlobalWealthStatisticsResponse, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationInput, type PaginationResponse, PowensUserStatusEnum, type PowensWebviewConnectionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type TimePaginationInput, type TimePaginationResponse, type TransactionAllocatedResponse, type TransactionBudgetAllocationsResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateRealEstateInput, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
|
719
|
+
export { type AllocateTransactionInput, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, type BankAccountBalancesResponse, type BankAccountOriginalTransactionResponse, type BankAccountResponse, BankAccountSchemeNameEnum, type BankAccountTransactionCounterpartyResponse, type BankAccountTransactionResponse, BankAccountTransactionTypeEnum, type BankAccountTransactionsResponse, BankAccountTypeEnum, type BankAccountUpdatedResponse, type BankAccountsBatchUpdatedResponse, type BankAccountsResponse, type BatchUpdateBudgetSavingsAllocationInput, type BatchUpdateBudgetSavingsAllocationsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, type ExactMatch, type FetchBankAccountTransactionsInput, type FetchUserCoOwnerInput, FilterArgs, type GlobalWealthStatisticsResponse, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationInput, type PaginationResponse, PowensUserStatusEnum, type PowensWebviewConnectionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type TimePaginationInput, type TimePaginationResponse, type TransactionAllocatedResponse, type TransactionBudgetAllocationsResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateRealEstateInput, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|