sowhat-types 2.0.166 → 2.0.168
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 +47 -23
- package/dist/index.d.ts +47 -23
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -383,28 +383,6 @@ interface UpdateBudgetSavingsAllocationInput {
|
|
|
383
383
|
color?: string;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
interface UpdateUserInput {
|
|
387
|
-
currency?: AvailableCurrencyEnum;
|
|
388
|
-
consentToBudget?: boolean;
|
|
389
|
-
newTransferIntoDefault?: boolean;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
interface FinancialSummariesFiltersInput {
|
|
393
|
-
offset: number;
|
|
394
|
-
limit: number;
|
|
395
|
-
projectKeys?: ProjectKeyEnum[];
|
|
396
|
-
minTotalSavings?: number;
|
|
397
|
-
maxTotalSavings?: number;
|
|
398
|
-
minTotalCheckings?: number;
|
|
399
|
-
maxTotalCheckings?: number;
|
|
400
|
-
minTotalLoans?: number;
|
|
401
|
-
maxTotalLoans?: number;
|
|
402
|
-
minTotalRealEstates?: number;
|
|
403
|
-
maxTotalRealEstates?: number;
|
|
404
|
-
minTotalMobilities?: number;
|
|
405
|
-
maxTotalMobilities?: number;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
386
|
interface CreateUserCoOwnerInput {
|
|
409
387
|
name: string;
|
|
410
388
|
imageUrl: string | null;
|
|
@@ -426,6 +404,20 @@ interface UpdateUserCoOwnerInput {
|
|
|
426
404
|
imageUrl?: string | null;
|
|
427
405
|
}
|
|
428
406
|
|
|
407
|
+
interface CreateProjectInput {
|
|
408
|
+
key: string;
|
|
409
|
+
priority: ProjectPriorityEnum;
|
|
410
|
+
title: string;
|
|
411
|
+
note: string | null;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
interface UpdateProjectInput {
|
|
415
|
+
key?: string;
|
|
416
|
+
priority?: ProjectPriorityEnum;
|
|
417
|
+
title?: string;
|
|
418
|
+
note?: string | null;
|
|
419
|
+
}
|
|
420
|
+
|
|
429
421
|
interface QuestionOptionInput {
|
|
430
422
|
key: string;
|
|
431
423
|
label: string;
|
|
@@ -457,6 +449,28 @@ interface UpdateQuestionPositionInput {
|
|
|
457
449
|
position: number;
|
|
458
450
|
}
|
|
459
451
|
|
|
452
|
+
interface UpdateUserInput {
|
|
453
|
+
currency?: AvailableCurrencyEnum;
|
|
454
|
+
consentToBudget?: boolean;
|
|
455
|
+
newTransferIntoDefault?: boolean;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
interface FinancialSummariesFiltersInput {
|
|
459
|
+
offset: number;
|
|
460
|
+
limit: number;
|
|
461
|
+
projectKeys?: ProjectKeyEnum[];
|
|
462
|
+
minTotalSavings?: number;
|
|
463
|
+
maxTotalSavings?: number;
|
|
464
|
+
minTotalCheckings?: number;
|
|
465
|
+
maxTotalCheckings?: number;
|
|
466
|
+
minTotalLoans?: number;
|
|
467
|
+
maxTotalLoans?: number;
|
|
468
|
+
minTotalRealEstates?: number;
|
|
469
|
+
maxTotalRealEstates?: number;
|
|
470
|
+
minTotalMobilities?: number;
|
|
471
|
+
maxTotalMobilities?: number;
|
|
472
|
+
}
|
|
473
|
+
|
|
460
474
|
interface LoanResponse {
|
|
461
475
|
id: string;
|
|
462
476
|
bankAccountId: string;
|
|
@@ -897,6 +911,16 @@ interface PowensConnectWebviewResponse {
|
|
|
897
911
|
createdAt: Date;
|
|
898
912
|
}
|
|
899
913
|
|
|
914
|
+
interface ProjectDeletedResponse {
|
|
915
|
+
deleted: boolean;
|
|
916
|
+
errorMessage: string | null;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
interface ProjectUpdatedResponse {
|
|
920
|
+
updated: boolean;
|
|
921
|
+
errorMessage: string | null;
|
|
922
|
+
}
|
|
923
|
+
|
|
900
924
|
interface GlobalWealthStatisticsResponse {
|
|
901
925
|
totalSavings: number;
|
|
902
926
|
personalTotalSavings: number;
|
|
@@ -1056,4 +1080,4 @@ declare class FilterArgs {
|
|
|
1056
1080
|
take: number;
|
|
1057
1081
|
}
|
|
1058
1082
|
|
|
1059
|
-
export { type AllocateMultipleTransactionsInput, type AllocateTransactionInput, type AnonymousUserResponse, type AnonymousUsersResponse, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, BUDGET_ID_REGEX, 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 BatchUpdateUserAssetInput, type BatchUpdateUserAssetsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationDeletedResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateQuestionInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, EMAIL_REGEX, type ExactMatch, FetchPowensConnectionsTypeEnum, type FetchUserCoOwnerInput, FilterArgs, type FinancialSummariesFiltersInput, type GlobalWealthStatisticsResponse, type LegalDocumentResponse, LegalDocumentTypeEnum, type LoanResponse, LoanTypeEnum, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type MultipleTransactionsAllocationResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationResponse, type PowensConnectWebviewResponse, type PowensConnectionDeletedResponse, type PowensConnectionResponse, PowensConnectionStateEnum, type PowensManageWebviewResponse, type PowensReconnectWebviewResponse, PowensUserStatusEnum, ProjectKeyEnum, ProjectPriorityEnum, QuestionCategoryEnum, type QuestionOptionInput, type QuestionOptionResponse, type QuestionResponse, QuestionTypeEnum, type QuestionVersionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type SwipableBudgetResponse, type SwipableBudgetsResponse, type TransactionAllocatedResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateQuestionInput, type UpdateQuestionPositionInput, type UpdateRealEstateArgs, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAnswerResponse, type UserAssetsBalancesResponse, type UserAssetsBatchUpdatedResponse, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserConsentResponse, type UserConsentsResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
|
1083
|
+
export { type AllocateMultipleTransactionsInput, type AllocateTransactionInput, type AnonymousUserResponse, type AnonymousUsersResponse, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, BUDGET_ID_REGEX, 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 BatchUpdateUserAssetInput, type BatchUpdateUserAssetsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationDeletedResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateProjectInput, type CreateQuestionInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, EMAIL_REGEX, type ExactMatch, FetchPowensConnectionsTypeEnum, type FetchUserCoOwnerInput, FilterArgs, type FinancialSummariesFiltersInput, type GlobalWealthStatisticsResponse, type LegalDocumentResponse, LegalDocumentTypeEnum, type LoanResponse, LoanTypeEnum, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type MultipleTransactionsAllocationResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationResponse, type PowensConnectWebviewResponse, type PowensConnectionDeletedResponse, type PowensConnectionResponse, PowensConnectionStateEnum, type PowensManageWebviewResponse, type PowensReconnectWebviewResponse, PowensUserStatusEnum, type ProjectDeletedResponse, ProjectKeyEnum, ProjectPriorityEnum, type ProjectUpdatedResponse, QuestionCategoryEnum, type QuestionOptionInput, type QuestionOptionResponse, type QuestionResponse, QuestionTypeEnum, type QuestionVersionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type SwipableBudgetResponse, type SwipableBudgetsResponse, type TransactionAllocatedResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateProjectInput, type UpdateQuestionInput, type UpdateQuestionPositionInput, type UpdateRealEstateArgs, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAnswerResponse, type UserAssetsBalancesResponse, type UserAssetsBatchUpdatedResponse, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserConsentResponse, type UserConsentsResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
package/dist/index.d.ts
CHANGED
|
@@ -383,28 +383,6 @@ interface UpdateBudgetSavingsAllocationInput {
|
|
|
383
383
|
color?: string;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
interface UpdateUserInput {
|
|
387
|
-
currency?: AvailableCurrencyEnum;
|
|
388
|
-
consentToBudget?: boolean;
|
|
389
|
-
newTransferIntoDefault?: boolean;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
interface FinancialSummariesFiltersInput {
|
|
393
|
-
offset: number;
|
|
394
|
-
limit: number;
|
|
395
|
-
projectKeys?: ProjectKeyEnum[];
|
|
396
|
-
minTotalSavings?: number;
|
|
397
|
-
maxTotalSavings?: number;
|
|
398
|
-
minTotalCheckings?: number;
|
|
399
|
-
maxTotalCheckings?: number;
|
|
400
|
-
minTotalLoans?: number;
|
|
401
|
-
maxTotalLoans?: number;
|
|
402
|
-
minTotalRealEstates?: number;
|
|
403
|
-
maxTotalRealEstates?: number;
|
|
404
|
-
minTotalMobilities?: number;
|
|
405
|
-
maxTotalMobilities?: number;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
386
|
interface CreateUserCoOwnerInput {
|
|
409
387
|
name: string;
|
|
410
388
|
imageUrl: string | null;
|
|
@@ -426,6 +404,20 @@ interface UpdateUserCoOwnerInput {
|
|
|
426
404
|
imageUrl?: string | null;
|
|
427
405
|
}
|
|
428
406
|
|
|
407
|
+
interface CreateProjectInput {
|
|
408
|
+
key: string;
|
|
409
|
+
priority: ProjectPriorityEnum;
|
|
410
|
+
title: string;
|
|
411
|
+
note: string | null;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
interface UpdateProjectInput {
|
|
415
|
+
key?: string;
|
|
416
|
+
priority?: ProjectPriorityEnum;
|
|
417
|
+
title?: string;
|
|
418
|
+
note?: string | null;
|
|
419
|
+
}
|
|
420
|
+
|
|
429
421
|
interface QuestionOptionInput {
|
|
430
422
|
key: string;
|
|
431
423
|
label: string;
|
|
@@ -457,6 +449,28 @@ interface UpdateQuestionPositionInput {
|
|
|
457
449
|
position: number;
|
|
458
450
|
}
|
|
459
451
|
|
|
452
|
+
interface UpdateUserInput {
|
|
453
|
+
currency?: AvailableCurrencyEnum;
|
|
454
|
+
consentToBudget?: boolean;
|
|
455
|
+
newTransferIntoDefault?: boolean;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
interface FinancialSummariesFiltersInput {
|
|
459
|
+
offset: number;
|
|
460
|
+
limit: number;
|
|
461
|
+
projectKeys?: ProjectKeyEnum[];
|
|
462
|
+
minTotalSavings?: number;
|
|
463
|
+
maxTotalSavings?: number;
|
|
464
|
+
minTotalCheckings?: number;
|
|
465
|
+
maxTotalCheckings?: number;
|
|
466
|
+
minTotalLoans?: number;
|
|
467
|
+
maxTotalLoans?: number;
|
|
468
|
+
minTotalRealEstates?: number;
|
|
469
|
+
maxTotalRealEstates?: number;
|
|
470
|
+
minTotalMobilities?: number;
|
|
471
|
+
maxTotalMobilities?: number;
|
|
472
|
+
}
|
|
473
|
+
|
|
460
474
|
interface LoanResponse {
|
|
461
475
|
id: string;
|
|
462
476
|
bankAccountId: string;
|
|
@@ -897,6 +911,16 @@ interface PowensConnectWebviewResponse {
|
|
|
897
911
|
createdAt: Date;
|
|
898
912
|
}
|
|
899
913
|
|
|
914
|
+
interface ProjectDeletedResponse {
|
|
915
|
+
deleted: boolean;
|
|
916
|
+
errorMessage: string | null;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
interface ProjectUpdatedResponse {
|
|
920
|
+
updated: boolean;
|
|
921
|
+
errorMessage: string | null;
|
|
922
|
+
}
|
|
923
|
+
|
|
900
924
|
interface GlobalWealthStatisticsResponse {
|
|
901
925
|
totalSavings: number;
|
|
902
926
|
personalTotalSavings: number;
|
|
@@ -1056,4 +1080,4 @@ declare class FilterArgs {
|
|
|
1056
1080
|
take: number;
|
|
1057
1081
|
}
|
|
1058
1082
|
|
|
1059
|
-
export { type AllocateMultipleTransactionsInput, type AllocateTransactionInput, type AnonymousUserResponse, type AnonymousUsersResponse, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, BUDGET_ID_REGEX, 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 BatchUpdateUserAssetInput, type BatchUpdateUserAssetsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationDeletedResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateQuestionInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, EMAIL_REGEX, type ExactMatch, FetchPowensConnectionsTypeEnum, type FetchUserCoOwnerInput, FilterArgs, type FinancialSummariesFiltersInput, type GlobalWealthStatisticsResponse, type LegalDocumentResponse, LegalDocumentTypeEnum, type LoanResponse, LoanTypeEnum, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type MultipleTransactionsAllocationResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationResponse, type PowensConnectWebviewResponse, type PowensConnectionDeletedResponse, type PowensConnectionResponse, PowensConnectionStateEnum, type PowensManageWebviewResponse, type PowensReconnectWebviewResponse, PowensUserStatusEnum, ProjectKeyEnum, ProjectPriorityEnum, QuestionCategoryEnum, type QuestionOptionInput, type QuestionOptionResponse, type QuestionResponse, QuestionTypeEnum, type QuestionVersionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type SwipableBudgetResponse, type SwipableBudgetsResponse, type TransactionAllocatedResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateQuestionInput, type UpdateQuestionPositionInput, type UpdateRealEstateArgs, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAnswerResponse, type UserAssetsBalancesResponse, type UserAssetsBatchUpdatedResponse, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserConsentResponse, type UserConsentsResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|
|
1083
|
+
export { type AllocateMultipleTransactionsInput, type AllocateTransactionInput, type AnonymousUserResponse, type AnonymousUsersResponse, type AssetCoOwnerInput, type AssetCoOwnerResponse, AssetTypeEnum, AuthenticationMethodEnum, AvailableCurrencyEnum, BUDGET_ID_REGEX, 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 BatchUpdateUserAssetInput, type BatchUpdateUserAssetsInput, type BudgetExpensesAllocationDeletedResponse, type BudgetExpensesAllocationResponse, type BudgetExpensesAllocationUpdatedResponse, type BudgetExpensesAllocationsBatchUpdatedResponse, type BudgetExpensesAllocationsResponse, type BudgetIncomesAllocationDeletedResponse, type BudgetIncomesAllocationResponse, type BudgetIncomesAllocationUpdatedResponse, type BudgetIncomesAllocationsBatchUpdatedResponse, type BudgetIncomesAllocationsResponse, type BudgetResponse, type BudgetSavingsAllocationDeletedResponse, type BudgetSavingsAllocationResponse, type BudgetSavingsAllocationUpdatedResponse, type BudgetSavingsAllocationsBatchUpdatedResponse, BudgetTypeEnum, type CoOwnerDeletedResponse, type CoOwnerResponse, type CoOwnerUpdatedResponse, type CreateBudgetExpensesAllocationInput, type CreateBudgetIncomesAllocationInput, type CreateBudgetSavingsAllocationInput, type CreateMobilityInput, type CreateOtherAssetInput, type CreateProjectInput, type CreateQuestionInput, type CreateRealEstateInput, type CreateUserCoOwnerInput, type CryptocurrencyResponse, type DeleteBudgetExpensesAllocationInput, type DeleteBudgetIncomesAllocationInput, type DeleteUserCoOwnerInput, EMAIL_REGEX, type ExactMatch, FetchPowensConnectionsTypeEnum, type FetchUserCoOwnerInput, FilterArgs, type FinancialSummariesFiltersInput, type GlobalWealthStatisticsResponse, type LegalDocumentResponse, LegalDocumentTypeEnum, type LoanResponse, LoanTypeEnum, type MobilityDeletedResponse, type MobilityResponse, type MobilityUpdatedResponse, type MultipleTransactionsAllocationResponse, type OtherAssetDeletedResponse, type OtherAssetResponse, type OtherAssetUpdatedResponse, type PaginationResponse, type PowensConnectWebviewResponse, type PowensConnectionDeletedResponse, type PowensConnectionResponse, PowensConnectionStateEnum, type PowensManageWebviewResponse, type PowensReconnectWebviewResponse, PowensUserStatusEnum, type ProjectDeletedResponse, ProjectKeyEnum, ProjectPriorityEnum, type ProjectUpdatedResponse, QuestionCategoryEnum, type QuestionOptionInput, type QuestionOptionResponse, type QuestionResponse, QuestionTypeEnum, type QuestionVersionResponse, type RealEstateDeletedResponse, type RealEstateResponse, type RealEstateUpdatedResponse, type ReportBudgetResponse, type ReportValueResponse, type ReportWealthResponse, type SavingsMonthlyOperationResponse, type StockExchangeResponse, SupportedCurrencyEnum, type SwipableBudgetResponse, type SwipableBudgetsResponse, type TransactionAllocatedResponse, type UpdateBankAccountInput, type UpdateBankAccountTransactionInput, type UpdateBudgetExpensesAllocationInput, type UpdateBudgetIncomesAllocationInput, type UpdateBudgetSavingsAllocationInput, type UpdateMobilityInput, type UpdateOtherAssetInput, type UpdateProjectInput, type UpdateQuestionInput, type UpdateQuestionPositionInput, type UpdateRealEstateArgs, type UpdateUserCoOwnerInput, type UpdateUserInput, type UserAnswerResponse, type UserAssetsBalancesResponse, type UserAssetsBatchUpdatedResponse, type UserAssetsResponse, type UserAuthenticatedResponse, type UserBankAccountRefreshedResponse, type UserBankAccountsRefreshedResponse, type UserCoOwnerResponse, type UserConsentResponse, type UserConsentsResponse, type UserProfileResponse, type UserReportResponse, type UserSavingsBudgetResponse, type UserStatisticsResponse, UserStatusEnum, type UserUpdatedResponse };
|