@cdx-forge/di-typescript-sdk 0.1.0-beta.1 → 1.0.0
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/LICENSE +75 -0
- package/README.md +175 -233
- package/dist/generated/src/apis/AccountsApi.d.ts +155 -319
- package/dist/generated/src/apis/AccountsApi.js +118 -315
- package/dist/generated/src/apis/AccountsApi.js.map +1 -0
- package/dist/generated/src/apis/AudienceApi.d.ts +111 -0
- package/dist/generated/src/apis/AudienceApi.js +116 -0
- package/dist/generated/src/apis/AudienceApi.js.map +1 -0
- package/dist/generated/src/apis/BankingActivitiesApi.d.ts +67 -0
- package/dist/generated/src/apis/BankingActivitiesApi.js +74 -0
- package/dist/generated/src/apis/BankingActivitiesApi.js.map +1 -0
- package/dist/generated/src/apis/ContactInfoApi.d.ts +116 -0
- package/dist/generated/src/apis/ContactInfoApi.js +119 -0
- package/dist/generated/src/apis/ContactInfoApi.js.map +1 -0
- package/dist/generated/src/apis/DataApi.d.ts +72 -0
- package/dist/generated/src/apis/DataApi.js +83 -0
- package/dist/generated/src/apis/DataApi.js.map +1 -0
- package/dist/generated/src/apis/ElectronicStatementsApi.d.ts +202 -0
- package/dist/generated/src/apis/ElectronicStatementsApi.js +214 -0
- package/dist/generated/src/apis/ElectronicStatementsApi.js.map +1 -0
- package/dist/generated/src/apis/EntitlementsApi.d.ts +114 -0
- package/dist/generated/src/apis/EntitlementsApi.js +118 -0
- package/dist/generated/src/apis/EntitlementsApi.js.map +1 -0
- package/dist/generated/src/apis/ExperienceGroupsApi.d.ts +234 -0
- package/dist/generated/src/apis/ExperienceGroupsApi.js +281 -0
- package/dist/generated/src/apis/ExperienceGroupsApi.js.map +1 -0
- package/dist/generated/src/apis/{AlertDeliveryApi.d.ts → HistoryAndEventsApi.d.ts} +45 -45
- package/dist/generated/src/apis/{AlertDeliveryApi.js → HistoryAndEventsApi.js} +13 -12
- package/dist/generated/src/apis/HistoryAndEventsApi.js.map +1 -0
- package/dist/generated/src/apis/ImagesApi.d.ts +156 -0
- package/dist/generated/src/apis/ImagesApi.js +177 -0
- package/dist/generated/src/apis/ImagesApi.js.map +1 -0
- package/dist/generated/src/apis/InstitutionAlertsApi.d.ts +192 -0
- package/dist/generated/src/apis/InstitutionAlertsApi.js +202 -0
- package/dist/generated/src/apis/InstitutionAlertsApi.js.map +1 -0
- package/dist/generated/src/apis/InstitutionDisclosuresApi.d.ts +138 -0
- package/dist/generated/src/apis/InstitutionDisclosuresApi.js +149 -0
- package/dist/generated/src/apis/InstitutionDisclosuresApi.js.map +1 -0
- package/dist/generated/src/apis/InstitutionPreferencesApi.d.ts +181 -0
- package/dist/generated/src/apis/InstitutionPreferencesApi.js +190 -0
- package/dist/generated/src/apis/InstitutionPreferencesApi.js.map +1 -0
- package/dist/generated/src/apis/JobsApi.d.ts +146 -0
- package/dist/generated/src/apis/JobsApi.js +170 -0
- package/dist/generated/src/apis/JobsApi.js.map +1 -0
- package/dist/generated/src/apis/NotificationChannelsApi.d.ts +30 -30
- package/dist/generated/src/apis/NotificationChannelsApi.js +24 -23
- package/dist/generated/src/apis/NotificationChannelsApi.js.map +1 -0
- package/dist/generated/src/apis/OAuthV1Api.d.ts +82 -0
- package/dist/generated/src/apis/OAuthV1Api.js +100 -0
- package/dist/generated/src/apis/OAuthV1Api.js.map +1 -0
- package/dist/generated/src/apis/OAuthV2Api.d.ts +221 -0
- package/dist/generated/src/apis/{AuthenticationApi.js → OAuthV2Api.js} +15 -93
- package/dist/generated/src/apis/OAuthV2Api.js.map +1 -0
- package/dist/generated/src/apis/PaymentsApi.d.ts +290 -0
- package/dist/generated/src/apis/PaymentsApi.js +339 -0
- package/dist/generated/src/apis/PaymentsApi.js.map +1 -0
- package/dist/generated/src/apis/ProfileAndStatusApi.d.ts +239 -0
- package/dist/generated/src/apis/ProfileAndStatusApi.js +252 -0
- package/dist/generated/src/apis/ProfileAndStatusApi.js.map +1 -0
- package/dist/generated/src/apis/ProfileApi.d.ts +73 -0
- package/dist/generated/src/apis/ProfileApi.js +77 -0
- package/dist/generated/src/apis/ProfileApi.js.map +1 -0
- package/dist/generated/src/apis/PromotionsSuiteApi.d.ts +114 -0
- package/dist/generated/src/apis/PromotionsSuiteApi.js +120 -0
- package/dist/generated/src/apis/PromotionsSuiteApi.js.map +1 -0
- package/dist/generated/src/apis/{MoneyMovementApi.d.ts → RecipientsApi.d.ts} +72 -116
- package/dist/generated/src/apis/{MoneyMovementApi.js → RecipientsApi.js} +20 -65
- package/dist/generated/src/apis/RecipientsApi.js.map +1 -0
- package/dist/generated/src/apis/RegistrationAndAccessApi.d.ts +149 -0
- package/dist/generated/src/apis/RegistrationAndAccessApi.js +158 -0
- package/dist/generated/src/apis/RegistrationAndAccessApi.js.map +1 -0
- package/dist/generated/src/apis/RegistrationApi.d.ts +173 -0
- package/dist/generated/src/apis/{BusinessBankingApi.js → RegistrationApi.js} +9 -161
- package/dist/generated/src/apis/RegistrationApi.js.map +1 -0
- package/dist/generated/src/apis/SystemAlertsApi.d.ts +184 -0
- package/dist/generated/src/apis/SystemAlertsApi.js +195 -0
- package/dist/generated/src/apis/SystemAlertsApi.js.map +1 -0
- package/dist/generated/src/apis/TemplatesApi.d.ts +209 -0
- package/dist/generated/src/apis/TemplatesApi.js +218 -0
- package/dist/generated/src/apis/TemplatesApi.js.map +1 -0
- package/dist/generated/src/apis/TransactionsApi.d.ts +97 -0
- package/dist/generated/src/apis/TransactionsApi.js +98 -0
- package/dist/generated/src/apis/TransactionsApi.js.map +1 -0
- package/dist/generated/src/apis/TransfersApi.d.ts +70 -0
- package/dist/generated/src/apis/TransfersApi.js +67 -0
- package/dist/generated/src/apis/TransfersApi.js.map +1 -0
- package/dist/generated/src/apis/UserDisclosuresApi.d.ts +217 -0
- package/dist/generated/src/apis/UserDisclosuresApi.js +230 -0
- package/dist/generated/src/apis/UserDisclosuresApi.js.map +1 -0
- package/dist/generated/src/apis/UserPreferencesApi.d.ts +282 -0
- package/dist/generated/src/apis/{AlertPreferencesApi.js → UserPreferencesApi.js} +20 -188
- package/dist/generated/src/apis/UserPreferencesApi.js.map +1 -0
- package/dist/generated/src/apis/UsersApi.d.ts +117 -0
- package/dist/generated/src/apis/UsersApi.js +132 -0
- package/dist/generated/src/apis/UsersApi.js.map +1 -0
- package/dist/generated/src/apis/WidgetsApi.d.ts +73 -0
- package/dist/generated/src/apis/WidgetsApi.js +79 -0
- package/dist/generated/src/apis/WidgetsApi.js.map +1 -0
- package/dist/generated/src/apis/index.d.ts +30 -10
- package/dist/generated/src/apis/index.js +31 -10
- package/dist/generated/src/apis/index.js.map +1 -0
- package/dist/generated/src/index.js +1 -0
- package/dist/generated/src/index.js.map +1 -0
- package/dist/generated/src/models/Account.d.ts +162 -60
- package/dist/generated/src/models/Account.js +93 -43
- package/dist/generated/src/models/Account.js.map +1 -0
- package/dist/generated/src/models/Account1.d.ts +380 -68
- package/dist/generated/src/models/Account1.js +202 -60
- package/dist/generated/src/models/Account1.js.map +1 -0
- package/dist/generated/src/models/Account1AccountNumber.d.ts +83 -0
- package/dist/generated/src/models/Account1AccountNumber.js +64 -0
- package/dist/generated/src/models/Account1AccountNumber.js.map +1 -0
- package/dist/generated/src/models/Account1AlternateUserIdentifier.d.ts +54 -0
- package/dist/generated/src/models/Account1AlternateUserIdentifier.js +61 -0
- package/dist/generated/src/models/Account1AlternateUserIdentifier.js.map +1 -0
- package/dist/generated/src/models/Account1BillPayId.d.ts +38 -0
- package/dist/generated/src/models/Account1BillPayId.js +46 -0
- package/dist/generated/src/models/Account1BillPayId.js.map +1 -0
- package/dist/generated/src/models/Account1DefaultAccountId.d.ts +50 -0
- package/dist/generated/src/models/Account1DefaultAccountId.js +57 -0
- package/dist/generated/src/models/Account1DefaultAccountId.js.map +1 -0
- package/dist/generated/src/models/Account1FiCustomerId.d.ts +54 -0
- package/dist/generated/src/models/Account1FiCustomerId.js +61 -0
- package/dist/generated/src/models/Account1FiCustomerId.js.map +1 -0
- package/dist/generated/src/models/Account1FiId.d.ts +32 -0
- package/dist/generated/src/models/Account1FiId.js +44 -0
- package/dist/generated/src/models/Account1FiId.js.map +1 -0
- package/dist/generated/src/models/Account1Id.d.ts +50 -0
- package/dist/generated/src/models/Account1Id.js +57 -0
- package/dist/generated/src/models/Account1Id.js.map +1 -0
- package/dist/generated/src/models/Account1InterestPriorYearToDate.d.ts +38 -0
- package/dist/generated/src/models/Account1InterestPriorYearToDate.js +48 -0
- package/dist/generated/src/models/Account1InterestPriorYearToDate.js.map +1 -0
- package/dist/generated/src/models/Account1InterestYearToDate.d.ts +38 -0
- package/dist/generated/src/models/Account1InterestYearToDate.js +48 -0
- package/dist/generated/src/models/Account1InterestYearToDate.js.map +1 -0
- package/dist/generated/src/models/Account1LastDepositAmount.d.ts +38 -0
- package/dist/generated/src/models/Account1LastDepositAmount.js +48 -0
- package/dist/generated/src/models/Account1LastDepositAmount.js.map +1 -0
- package/dist/generated/src/models/Account1LastDividendAmount.d.ts +38 -0
- package/dist/generated/src/models/Account1LastDividendAmount.js +48 -0
- package/dist/generated/src/models/Account1LastDividendAmount.js.map +1 -0
- package/dist/generated/src/models/Account1LastInterestPaymentAmount.d.ts +38 -0
- package/dist/generated/src/models/Account1LastInterestPaymentAmount.js +48 -0
- package/dist/generated/src/models/Account1LastInterestPaymentAmount.js.map +1 -0
- package/dist/generated/src/models/Account1OverdraftAccountNum.d.ts +86 -0
- package/dist/generated/src/models/Account1OverdraftAccountNum.js +64 -0
- package/dist/generated/src/models/Account1OverdraftAccountNum.js.map +1 -0
- package/dist/generated/src/models/Account1OverdraftAvailableAmount.d.ts +38 -0
- package/dist/generated/src/models/Account1OverdraftAvailableAmount.js +48 -0
- package/dist/generated/src/models/Account1OverdraftAvailableAmount.js.map +1 -0
- package/dist/generated/src/models/Account1OverdraftLimit.d.ts +38 -0
- package/dist/generated/src/models/Account1OverdraftLimit.js +48 -0
- package/dist/generated/src/models/Account1OverdraftLimit.js.map +1 -0
- package/dist/generated/src/models/Account1PrimaryHolderAlternateId.d.ts +54 -0
- package/dist/generated/src/models/Account1PrimaryHolderAlternateId.js +61 -0
- package/dist/generated/src/models/Account1PrimaryHolderAlternateId.js.map +1 -0
- package/dist/generated/src/models/Account1PrimaryHolderId.d.ts +54 -0
- package/dist/generated/src/models/Account1PrimaryHolderId.js +61 -0
- package/dist/generated/src/models/Account1PrimaryHolderId.js.map +1 -0
- package/dist/generated/src/models/Account1TaxPriorYearToDate.d.ts +38 -0
- package/dist/generated/src/models/Account1TaxPriorYearToDate.js +48 -0
- package/dist/generated/src/models/Account1TaxPriorYearToDate.js.map +1 -0
- package/dist/generated/src/models/Account1TaxYearToDate.d.ts +38 -0
- package/dist/generated/src/models/Account1TaxYearToDate.js +48 -0
- package/dist/generated/src/models/Account1TaxYearToDate.js.map +1 -0
- package/dist/generated/src/models/Account1TotalFundsAvailable.d.ts +38 -0
- package/dist/generated/src/models/Account1TotalFundsAvailable.js +48 -0
- package/dist/generated/src/models/Account1TotalFundsAvailable.js.map +1 -0
- package/dist/generated/src/models/AccountAvailableBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountAvailableBalance.js +48 -0
- package/dist/generated/src/models/AccountAvailableBalance.js.map +1 -0
- package/dist/generated/src/models/AccountCalculatedPayOffAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountCalculatedPayOffAmount.js +48 -0
- package/dist/generated/src/models/AccountCalculatedPayOffAmount.js.map +1 -0
- package/dist/generated/src/models/AccountCategory.d.ts +4 -2
- package/dist/generated/src/models/AccountCategory.js +5 -2
- package/dist/generated/src/models/AccountCategory.js.map +1 -0
- package/dist/generated/src/models/AccountCategory1.d.ts +29 -0
- package/dist/generated/src/models/AccountCategory1.js +48 -0
- package/dist/generated/src/models/AccountCategory1.js.map +1 -0
- package/dist/generated/src/models/AccountCurrentBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountCurrentBalance.js +48 -0
- package/dist/generated/src/models/AccountCurrentBalance.js.map +1 -0
- package/dist/generated/src/models/AccountCurrentPrincipalBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountCurrentPrincipalBalance.js +48 -0
- package/dist/generated/src/models/AccountCurrentPrincipalBalance.js.map +1 -0
- package/dist/generated/src/models/AccountCurrentYearEligibleContribution.d.ts +38 -0
- package/dist/generated/src/models/AccountCurrentYearEligibleContribution.js +48 -0
- package/dist/generated/src/models/AccountCurrentYearEligibleContribution.js.map +1 -0
- package/dist/generated/src/models/AccountEntitledFeature.d.ts +2 -2
- package/dist/generated/src/models/AccountEntitledFeature.js +3 -2
- package/dist/generated/src/models/AccountEntitledFeature.js.map +1 -0
- package/dist/generated/src/models/AccountEscrowBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountEscrowBalance.js +48 -0
- package/dist/generated/src/models/AccountEscrowBalance.js.map +1 -0
- package/dist/generated/src/models/AccountId.d.ts +7 -5
- package/dist/generated/src/models/AccountId.js +6 -3
- package/dist/generated/src/models/AccountId.js.map +1 -0
- package/dist/generated/src/models/AccountInterestYearToDate.d.ts +38 -0
- package/dist/generated/src/models/AccountInterestYearToDate.js +48 -0
- package/dist/generated/src/models/AccountInterestYearToDate.js.map +1 -0
- package/dist/generated/src/models/AccountLastPrincipalPaymentAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountLastPrincipalPaymentAmount.js +48 -0
- package/dist/generated/src/models/AccountLastPrincipalPaymentAmount.js.map +1 -0
- package/dist/generated/src/models/AccountLastStatementBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountLastStatementBalance.js +48 -0
- package/dist/generated/src/models/AccountLastStatementBalance.js.map +1 -0
- package/dist/generated/src/models/AccountLastYearEligibleContribution.d.ts +38 -0
- package/dist/generated/src/models/AccountLastYearEligibleContribution.js +48 -0
- package/dist/generated/src/models/AccountLastYearEligibleContribution.js.map +1 -0
- package/dist/generated/src/models/AccountLastYearMaxContribution.d.ts +38 -0
- package/dist/generated/src/models/AccountLastYearMaxContribution.js +48 -0
- package/dist/generated/src/models/AccountLastYearMaxContribution.js.map +1 -0
- package/dist/generated/src/models/AccountLineOfCreditLimit.d.ts +38 -0
- package/dist/generated/src/models/AccountLineOfCreditLimit.js +48 -0
- package/dist/generated/src/models/AccountLineOfCreditLimit.js.map +1 -0
- package/dist/generated/src/models/AccountMinimumPayment.d.ts +38 -0
- package/dist/generated/src/models/AccountMinimumPayment.js +48 -0
- package/dist/generated/src/models/AccountMinimumPayment.js.map +1 -0
- package/dist/generated/src/models/AccountNextPaymentAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountNextPaymentAmount.js +48 -0
- package/dist/generated/src/models/AccountNextPaymentAmount.js.map +1 -0
- package/dist/generated/src/models/AccountNumber.d.ts +21 -8
- package/dist/generated/src/models/AccountNumber.js +14 -7
- package/dist/generated/src/models/AccountNumber.js.map +1 -0
- package/dist/generated/src/models/AccountOriginalLoanAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountOriginalLoanAmount.js +48 -0
- package/dist/generated/src/models/AccountOriginalLoanAmount.js.map +1 -0
- package/dist/generated/src/models/AccountOverdraftAvailableAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountOverdraftAvailableAmount.js +48 -0
- package/dist/generated/src/models/AccountOverdraftAvailableAmount.js.map +1 -0
- package/dist/generated/src/models/AccountOverdraftLimit.d.ts +38 -0
- package/dist/generated/src/models/AccountOverdraftLimit.js +48 -0
- package/dist/generated/src/models/AccountOverdraftLimit.js.map +1 -0
- package/dist/generated/src/models/AccountPayOffAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountPayOffAmount.js +48 -0
- package/dist/generated/src/models/AccountPayOffAmount.js.map +1 -0
- package/dist/generated/src/models/AccountStatus.d.ts +31 -20
- package/dist/generated/src/models/AccountStatus.js +36 -13
- package/dist/generated/src/models/AccountStatus.js.map +1 -0
- package/dist/generated/src/models/AccountStatus1.d.ts +24 -102
- package/dist/generated/src/models/AccountStatus1.js +35 -47
- package/dist/generated/src/models/AccountStatus1.js.map +1 -0
- package/dist/generated/src/models/AccountStatus2.d.ts +127 -0
- package/dist/generated/src/models/AccountStatus2.js +92 -0
- package/dist/generated/src/models/AccountStatus2.js.map +1 -0
- package/dist/generated/src/models/AccountStatuses.d.ts +19 -16
- package/dist/generated/src/models/AccountStatuses.js +3 -2
- package/dist/generated/src/models/AccountStatuses.js.map +1 -0
- package/dist/generated/src/models/AccountTransaction.d.ts +151 -46
- package/dist/generated/src/models/AccountTransaction.js +116 -27
- package/dist/generated/src/models/AccountTransaction.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionAmount.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionAmount.js +48 -0
- package/dist/generated/src/models/AccountTransactionAmount.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionAmountToEscrow.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionAmountToEscrow.js +48 -0
- package/dist/generated/src/models/AccountTransactionAmountToEscrow.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionAmountToInterest.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionAmountToInterest.js +48 -0
- package/dist/generated/src/models/AccountTransactionAmountToInterest.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionAmountToPrincipal.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionAmountToPrincipal.js +48 -0
- package/dist/generated/src/models/AccountTransactionAmountToPrincipal.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionFee.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionFee.js +48 -0
- package/dist/generated/src/models/AccountTransactionFee.js.map +1 -0
- package/dist/generated/src/models/AccountTransactionLedgerBalance.d.ts +38 -0
- package/dist/generated/src/models/AccountTransactionLedgerBalance.js +48 -0
- package/dist/generated/src/models/AccountTransactionLedgerBalance.js.map +1 -0
- package/dist/generated/src/models/AccountType.d.ts +14 -10
- package/dist/generated/src/models/AccountType.js +8 -7
- package/dist/generated/src/models/AccountType.js.map +1 -0
- package/dist/generated/src/models/AccountType1.d.ts +35 -31
- package/dist/generated/src/models/AccountType1.js +46 -24
- package/dist/generated/src/models/AccountType1.js.map +1 -0
- package/dist/generated/src/models/AccountType2.d.ts +11 -36
- package/dist/generated/src/models/AccountType2.js +6 -33
- package/dist/generated/src/models/AccountType2.js.map +1 -0
- package/dist/generated/src/models/AccountsResponse.d.ts +7 -5
- package/dist/generated/src/models/AccountsResponse.js +8 -4
- package/dist/generated/src/models/AccountsResponse.js.map +1 -0
- package/dist/generated/src/models/AccountsResponseAccountInner.d.ts +811 -0
- package/dist/generated/src/models/AccountsResponseAccountInner.js +351 -0
- package/dist/generated/src/models/AccountsResponseAccountInner.js.map +1 -0
- package/dist/generated/src/models/AchPayment.d.ts +202 -0
- package/dist/generated/src/models/AchPayment.js +148 -0
- package/dist/generated/src/models/AchPayment.js.map +1 -0
- package/dist/generated/src/models/AchTransaction.d.ts +112 -0
- package/dist/generated/src/models/AchTransaction.js +87 -0
- package/dist/generated/src/models/AchTransaction.js.map +1 -0
- package/dist/generated/src/models/Action.d.ts +7 -7
- package/dist/generated/src/models/Action.js +8 -5
- package/dist/generated/src/models/Action.js.map +1 -0
- package/dist/generated/src/models/ActionId.d.ts +32 -0
- package/dist/generated/src/models/ActionId.js +44 -0
- package/dist/generated/src/models/ActionId.js.map +1 -0
- package/dist/generated/src/models/Actions.d.ts +17 -12
- package/dist/generated/src/models/Actions.js +21 -8
- package/dist/generated/src/models/Actions.js.map +1 -0
- package/dist/generated/src/models/AdditionalFilters.d.ts +14 -9
- package/dist/generated/src/models/AdditionalFilters.js +9 -12
- package/dist/generated/src/models/AdditionalFilters.js.map +1 -0
- package/dist/generated/src/models/Address.d.ts +65 -0
- package/dist/generated/src/models/Address.js +59 -0
- package/dist/generated/src/models/Address.js.map +1 -0
- package/dist/generated/src/models/AlertHistoryContentResource.d.ts +2 -2
- package/dist/generated/src/models/AlertHistoryContentResource.js +3 -2
- package/dist/generated/src/models/AlertHistoryContentResource.js.map +1 -0
- package/dist/generated/src/models/AlertHistorySummaryResource.d.ts +2 -2
- package/dist/generated/src/models/AlertHistorySummaryResource.js +3 -2
- package/dist/generated/src/models/AlertHistorySummaryResource.js.map +1 -0
- package/dist/generated/src/models/AlertHistorySummaryResources.d.ts +2 -2
- package/dist/generated/src/models/AlertHistorySummaryResources.js +3 -2
- package/dist/generated/src/models/AlertHistorySummaryResources.js.map +1 -0
- package/dist/generated/src/models/AlertPreferenceAccountDetailsModel.d.ts +2 -2
- package/dist/generated/src/models/AlertPreferenceAccountDetailsModel.js +3 -2
- package/dist/generated/src/models/AlertPreferenceAccountDetailsModel.js.map +1 -0
- package/dist/generated/src/models/AlertPreferenceDetailsModel.d.ts +2 -2
- package/dist/generated/src/models/AlertPreferenceDetailsModel.js +3 -2
- package/dist/generated/src/models/AlertPreferenceDetailsModel.js.map +1 -0
- package/dist/generated/src/models/AlertPreferenceResource.d.ts +2 -2
- package/dist/generated/src/models/AlertPreferenceResource.js +3 -2
- package/dist/generated/src/models/AlertPreferenceResource.js.map +1 -0
- package/dist/generated/src/models/AlertPreferenceResources.d.ts +2 -2
- package/dist/generated/src/models/AlertPreferenceResources.js +3 -2
- package/dist/generated/src/models/AlertPreferenceResources.js.map +1 -0
- package/dist/generated/src/models/AlertTemplateResource.d.ts +2 -2
- package/dist/generated/src/models/AlertTemplateResource.js +3 -2
- package/dist/generated/src/models/AlertTemplateResource.js.map +1 -0
- package/dist/generated/src/models/AlertTemplateResources.d.ts +2 -2
- package/dist/generated/src/models/AlertTemplateResources.js +3 -2
- package/dist/generated/src/models/AlertTemplateResources.js.map +1 -0
- package/dist/generated/src/models/AlertTypeResource.d.ts +2 -2
- package/dist/generated/src/models/AlertTypeResource.js +3 -2
- package/dist/generated/src/models/AlertTypeResource.js.map +1 -0
- package/dist/generated/src/models/AlertTypeResources.d.ts +2 -2
- package/dist/generated/src/models/AlertTypeResources.js +3 -2
- package/dist/generated/src/models/AlertTypeResources.js.map +1 -0
- package/dist/generated/src/models/AssociatedMembers.d.ts +32 -0
- package/dist/generated/src/models/AssociatedMembers.js +44 -0
- package/dist/generated/src/models/AssociatedMembers.js.map +1 -0
- package/dist/generated/src/models/AuthCode.d.ts +2 -2
- package/dist/generated/src/models/AuthCode.js +3 -2
- package/dist/generated/src/models/AuthCode.js.map +1 -0
- package/dist/generated/src/models/AuthorizationCodeResponse.d.ts +2 -2
- package/dist/generated/src/models/AuthorizationCodeResponse.js +3 -2
- package/dist/generated/src/models/AuthorizationCodeResponse.js.map +1 -0
- package/dist/generated/src/models/Balance.d.ts +38 -7
- package/dist/generated/src/models/Balance.js +21 -7
- package/dist/generated/src/models/Balance.js.map +1 -0
- package/dist/generated/src/models/Balance1.d.ts +13 -69
- package/dist/generated/src/models/Balance1.js +12 -29
- package/dist/generated/src/models/Balance1.js.map +1 -0
- package/dist/generated/src/models/Balance1AvailableBalance.d.ts +38 -0
- package/dist/generated/src/models/Balance1AvailableBalance.js +48 -0
- package/dist/generated/src/models/Balance1AvailableBalance.js.map +1 -0
- package/dist/generated/src/models/Balance1AverageStatementBalance.d.ts +38 -0
- package/dist/generated/src/models/Balance1AverageStatementBalance.js +48 -0
- package/dist/generated/src/models/Balance1AverageStatementBalance.js.map +1 -0
- package/dist/generated/src/models/Balance1CurrentBalance.d.ts +38 -0
- package/dist/generated/src/models/Balance1CurrentBalance.js +48 -0
- package/dist/generated/src/models/Balance1CurrentBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceAvailableBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceAvailableBalance.js +48 -0
- package/dist/generated/src/models/BalanceAvailableBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceAverageDailyBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceAverageDailyBalance.js +48 -0
- package/dist/generated/src/models/BalanceAverageDailyBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceCurrentBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceCurrentBalance.js +48 -0
- package/dist/generated/src/models/BalanceCurrentBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceCurrentPrincipalBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceCurrentPrincipalBalance.js +48 -0
- package/dist/generated/src/models/BalanceCurrentPrincipalBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceEscrowBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceEscrowBalance.js +48 -0
- package/dist/generated/src/models/BalanceEscrowBalance.js.map +1 -0
- package/dist/generated/src/models/BalanceLastStatementBalance.d.ts +38 -0
- package/dist/generated/src/models/BalanceLastStatementBalance.js +48 -0
- package/dist/generated/src/models/BalanceLastStatementBalance.js.map +1 -0
- package/dist/generated/src/models/BankAccount.d.ts +2 -2
- package/dist/generated/src/models/BankAccount.js +3 -2
- package/dist/generated/src/models/BankAccount.js.map +1 -0
- package/dist/generated/src/models/BankingImage.d.ts +90 -39
- package/dist/generated/src/models/BankingImage.js +66 -24
- package/dist/generated/src/models/BankingImage.js.map +1 -0
- package/dist/generated/src/models/BankingImages.d.ts +15 -3
- package/dist/generated/src/models/BankingImages.js +10 -4
- package/dist/generated/src/models/BankingImages.js.map +1 -0
- package/dist/generated/src/models/BaseGroupsWithParticipantsCountDTO.d.ts +2 -2
- package/dist/generated/src/models/BaseGroupsWithParticipantsCountDTO.js +3 -2
- package/dist/generated/src/models/BaseGroupsWithParticipantsCountDTO.js.map +1 -0
- package/dist/generated/src/models/BasePageDTOListImportJobDTO.d.ts +2 -2
- package/dist/generated/src/models/BasePageDTOListImportJobDTO.js +3 -2
- package/dist/generated/src/models/BasePageDTOListImportJobDTO.js.map +1 -0
- package/dist/generated/src/models/BasePageDTOListImportJobErrorDTO.d.ts +2 -2
- package/dist/generated/src/models/BasePageDTOListImportJobErrorDTO.js +3 -2
- package/dist/generated/src/models/BasePageDTOListImportJobErrorDTO.js.map +1 -0
- package/dist/generated/src/models/BbRegistration.d.ts +2 -2
- package/dist/generated/src/models/BbRegistration.js +3 -2
- package/dist/generated/src/models/BbRegistration.js.map +1 -0
- package/dist/generated/src/models/BbRegistrationStatus.d.ts +2 -2
- package/dist/generated/src/models/BbRegistrationStatus.js +3 -2
- package/dist/generated/src/models/BbRegistrationStatus.js.map +1 -0
- package/dist/generated/src/models/BbRegistrationUser.d.ts +2 -2
- package/dist/generated/src/models/BbRegistrationUser.js +3 -2
- package/dist/generated/src/models/BbRegistrationUser.js.map +1 -0
- package/dist/generated/src/models/BbRegistrationUserType.d.ts +2 -2
- package/dist/generated/src/models/BbRegistrationUserType.js +3 -2
- package/dist/generated/src/models/BbRegistrationUserType.js.map +1 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsDomestic.d.ts +38 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsDomestic.js +46 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsDomestic.js.map +1 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsInternational.d.ts +57 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsInternational.js +57 -0
- package/dist/generated/src/models/BeneficiaryBankDetailsInternational.js.map +1 -0
- package/dist/generated/src/models/BeneficiaryDetails.d.ts +57 -0
- package/dist/generated/src/models/BeneficiaryDetails.js +57 -0
- package/dist/generated/src/models/BeneficiaryDetails.js.map +1 -0
- package/dist/generated/src/models/BusinessAddress.d.ts +2 -2
- package/dist/generated/src/models/BusinessAddress.js +3 -2
- package/dist/generated/src/models/BusinessAddress.js.map +1 -0
- package/dist/generated/src/models/BusinessContact.d.ts +2 -2
- package/dist/generated/src/models/BusinessContact.js +3 -2
- package/dist/generated/src/models/BusinessContact.js.map +1 -0
- package/dist/generated/src/models/BusinessDetails.d.ts +2 -2
- package/dist/generated/src/models/BusinessDetails.js +3 -2
- package/dist/generated/src/models/BusinessDetails.js.map +1 -0
- package/dist/generated/src/models/BusinessEntitlementsLimits.d.ts +2 -2
- package/dist/generated/src/models/BusinessEntitlementsLimits.js +3 -2
- package/dist/generated/src/models/BusinessEntitlementsLimits.js.map +1 -0
- package/dist/generated/src/models/BusinessRegistrationConfig.d.ts +2 -2
- package/dist/generated/src/models/BusinessRegistrationConfig.js +3 -2
- package/dist/generated/src/models/BusinessRegistrationConfig.js.map +1 -0
- package/dist/generated/src/models/BusinessTinInfo.d.ts +2 -2
- package/dist/generated/src/models/BusinessTinInfo.js +3 -2
- package/dist/generated/src/models/BusinessTinInfo.js.map +1 -0
- package/dist/generated/src/models/BusinessUser.d.ts +2 -2
- package/dist/generated/src/models/BusinessUser.js +3 -2
- package/dist/generated/src/models/BusinessUser.js.map +1 -0
- package/dist/generated/src/models/ChallengeQuestionInfo.d.ts +2 -2
- package/dist/generated/src/models/ChallengeQuestionInfo.js +3 -2
- package/dist/generated/src/models/ChallengeQuestionInfo.js.map +1 -0
- package/dist/generated/src/models/ChannelContent.d.ts +2 -2
- package/dist/generated/src/models/ChannelContent.js +3 -2
- package/dist/generated/src/models/ChannelContent.js.map +1 -0
- package/dist/generated/src/models/ChannelInfo.d.ts +2 -2
- package/dist/generated/src/models/ChannelInfo.js +3 -2
- package/dist/generated/src/models/ChannelInfo.js.map +1 -0
- package/dist/generated/src/models/ChannelInfos.d.ts +2 -2
- package/dist/generated/src/models/ChannelInfos.js +3 -2
- package/dist/generated/src/models/ChannelInfos.js.map +1 -0
- package/dist/generated/src/models/ClientAuth.d.ts +2 -2
- package/dist/generated/src/models/ClientAuth.js +3 -2
- package/dist/generated/src/models/ClientAuth.js.map +1 -0
- package/dist/generated/src/models/ClientAuthAdditionalInfo.d.ts +2 -2
- package/dist/generated/src/models/ClientAuthAdditionalInfo.js +3 -2
- package/dist/generated/src/models/ClientAuthAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/ClientCredentialsResponse.d.ts +2 -2
- package/dist/generated/src/models/ClientCredentialsResponse.js +3 -2
- package/dist/generated/src/models/ClientCredentialsResponse.js.map +1 -0
- package/dist/generated/src/models/Condition.d.ts +3 -3
- package/dist/generated/src/models/Condition.js +4 -3
- package/dist/generated/src/models/Condition.js.map +1 -0
- package/dist/generated/src/models/ContactInfo.d.ts +2 -2
- package/dist/generated/src/models/ContactInfo.js +3 -2
- package/dist/generated/src/models/ContactInfo.js.map +1 -0
- package/dist/generated/src/models/ContactInfo1.d.ts +2 -2
- package/dist/generated/src/models/ContactInfo1.js +3 -2
- package/dist/generated/src/models/ContactInfo1.js.map +1 -0
- package/dist/generated/src/models/ContactInfoEmail.d.ts +2 -2
- package/dist/generated/src/models/ContactInfoEmail.js +3 -2
- package/dist/generated/src/models/ContactInfoEmail.js.map +1 -0
- package/dist/generated/src/models/ContactInfoPhoneNumber.d.ts +2 -2
- package/dist/generated/src/models/ContactInfoPhoneNumber.js +3 -2
- package/dist/generated/src/models/ContactInfoPhoneNumber.js.map +1 -0
- package/dist/generated/src/models/ContactMethod.d.ts +2 -2
- package/dist/generated/src/models/ContactMethod.js +3 -2
- package/dist/generated/src/models/ContactMethod.js.map +1 -0
- package/dist/generated/src/models/ContactMethod1.d.ts +2 -2
- package/dist/generated/src/models/ContactMethod1.js +3 -2
- package/dist/generated/src/models/ContactMethod1.js.map +1 -0
- package/dist/generated/src/models/ContactMethodResponse.d.ts +2 -2
- package/dist/generated/src/models/ContactMethodResponse.js +3 -2
- package/dist/generated/src/models/ContactMethodResponse.js.map +1 -0
- package/dist/generated/src/models/CountryName.d.ts +276 -0
- package/dist/generated/src/models/CountryName.js +295 -0
- package/dist/generated/src/models/CountryName.js.map +1 -0
- package/dist/generated/src/models/CreateToken200Response.d.ts +2 -2
- package/dist/generated/src/models/CreateToken200Response.js +3 -2
- package/dist/generated/src/models/CreateToken200Response.js.map +1 -0
- package/dist/generated/src/models/Credential.d.ts +2 -2
- package/dist/generated/src/models/Credential.js +3 -2
- package/dist/generated/src/models/Credential.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode.d.ts +2 -2
- package/dist/generated/src/models/CurrencyCode.js +3 -2
- package/dist/generated/src/models/CurrencyCode.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode1.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode1.js +231 -0
- package/dist/generated/src/models/CurrencyCode1.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode2.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode2.js +231 -0
- package/dist/generated/src/models/CurrencyCode2.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode3.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode3.js +231 -0
- package/dist/generated/src/models/CurrencyCode3.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode4.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode4.js +231 -0
- package/dist/generated/src/models/CurrencyCode4.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode5.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode5.js +231 -0
- package/dist/generated/src/models/CurrencyCode5.js.map +1 -0
- package/dist/generated/src/models/CurrencyCode6.d.ts +186 -0
- package/dist/generated/src/models/CurrencyCode6.js +205 -0
- package/dist/generated/src/models/CurrencyCode6.js.map +1 -0
- package/dist/generated/src/models/Customer.d.ts +2 -2
- package/dist/generated/src/models/Customer.js +3 -2
- package/dist/generated/src/models/Customer.js.map +1 -0
- package/dist/generated/src/models/CustomerInformation.d.ts +5 -5
- package/dist/generated/src/models/CustomerInformation.js +6 -5
- package/dist/generated/src/models/CustomerInformation.js.map +1 -0
- package/dist/generated/src/models/DIAccountType.d.ts +3 -2
- package/dist/generated/src/models/DIAccountType.js +5 -3
- package/dist/generated/src/models/DIAccountType.js.map +1 -0
- package/dist/generated/src/models/DIAccountType1.d.ts +5 -3
- package/dist/generated/src/models/DIAccountType1.js +7 -4
- package/dist/generated/src/models/DIAccountType1.js.map +1 -0
- package/dist/generated/src/models/DIAccountType2.d.ts +49 -0
- package/dist/generated/src/models/DIAccountType2.js +68 -0
- package/dist/generated/src/models/DIAccountType2.js.map +1 -0
- package/dist/generated/src/models/DIAccountType3.d.ts +49 -0
- package/dist/generated/src/models/DIAccountType3.js +68 -0
- package/dist/generated/src/models/DIAccountType3.js.map +1 -0
- package/dist/generated/src/models/DataMap.d.ts +2 -2
- package/dist/generated/src/models/DataMap.js +3 -2
- package/dist/generated/src/models/DataMap.js.map +1 -0
- package/dist/generated/src/models/DepositAccount.d.ts +603 -0
- package/dist/generated/src/models/DepositAccount.js +282 -0
- package/dist/generated/src/models/DepositAccount.js.map +1 -0
- package/dist/generated/src/models/Destination.d.ts +2 -2
- package/dist/generated/src/models/Destination.js +3 -2
- package/dist/generated/src/models/Destination.js.map +1 -0
- package/dist/generated/src/models/DisplayFlag.d.ts +16 -11
- package/dist/generated/src/models/DisplayFlag.js +24 -11
- package/dist/generated/src/models/DisplayFlag.js.map +1 -0
- package/dist/generated/src/models/DomesticWireTransaction.d.ts +78 -0
- package/dist/generated/src/models/DomesticWireTransaction.js +68 -0
- package/dist/generated/src/models/DomesticWireTransaction.js.map +1 -0
- package/dist/generated/src/models/DownloadTransactionLogs404Response.d.ts +2 -2
- package/dist/generated/src/models/DownloadTransactionLogs404Response.js +3 -2
- package/dist/generated/src/models/DownloadTransactionLogs404Response.js.map +1 -0
- package/dist/generated/src/models/EStatementDisclosure.d.ts +2 -2
- package/dist/generated/src/models/EStatementDisclosure.js +3 -2
- package/dist/generated/src/models/EStatementDisclosure.js.map +1 -0
- package/dist/generated/src/models/EStatementDisclosureResponse.d.ts +2 -2
- package/dist/generated/src/models/EStatementDisclosureResponse.js +3 -2
- package/dist/generated/src/models/EStatementDisclosureResponse.js.map +1 -0
- package/dist/generated/src/models/EStatementPreferencesRequest.d.ts +2 -2
- package/dist/generated/src/models/EStatementPreferencesRequest.js +3 -2
- package/dist/generated/src/models/EStatementPreferencesRequest.js.map +1 -0
- package/dist/generated/src/models/EStatementReport.d.ts +2 -2
- package/dist/generated/src/models/EStatementReport.js +3 -2
- package/dist/generated/src/models/EStatementReport.js.map +1 -0
- package/dist/generated/src/models/EStatementReportRequest.d.ts +2 -2
- package/dist/generated/src/models/EStatementReportRequest.js +3 -2
- package/dist/generated/src/models/EStatementReportRequest.js.map +1 -0
- package/dist/generated/src/models/EStatementReportResponse.d.ts +2 -2
- package/dist/generated/src/models/EStatementReportResponse.js +3 -2
- package/dist/generated/src/models/EStatementReportResponse.js.map +1 -0
- package/dist/generated/src/models/EStatementRequest.d.ts +3 -3
- package/dist/generated/src/models/EStatementRequest.js +4 -5
- package/dist/generated/src/models/EStatementRequest.js.map +1 -0
- package/dist/generated/src/models/EntitledFeature.d.ts +2 -2
- package/dist/generated/src/models/EntitledFeature.js +3 -2
- package/dist/generated/src/models/EntitledFeature.js.map +1 -0
- package/dist/generated/src/models/EntitledTins.d.ts +2 -2
- package/dist/generated/src/models/EntitledTins.js +3 -2
- package/dist/generated/src/models/EntitledTins.js.map +1 -0
- package/dist/generated/src/models/Entitlement.d.ts +15 -14
- package/dist/generated/src/models/Entitlement.js +13 -11
- package/dist/generated/src/models/Entitlement.js.map +1 -0
- package/dist/generated/src/models/EntitlementAccountId.d.ts +50 -0
- package/dist/generated/src/models/EntitlementAccountId.js +57 -0
- package/dist/generated/src/models/EntitlementAccountId.js.map +1 -0
- package/dist/generated/src/models/EntitlementId.d.ts +32 -0
- package/dist/generated/src/models/EntitlementId.js +44 -0
- package/dist/generated/src/models/EntitlementId.js.map +1 -0
- package/dist/generated/src/models/Entitlements.d.ts +14 -3
- package/dist/generated/src/models/Entitlements.js +9 -4
- package/dist/generated/src/models/Entitlements.js.map +1 -0
- package/dist/generated/src/models/Entry.d.ts +2 -2
- package/dist/generated/src/models/Entry.js +3 -2
- package/dist/generated/src/models/Entry.js.map +1 -0
- package/dist/generated/src/models/Error1.d.ts +2 -2
- package/dist/generated/src/models/Error1.js +3 -2
- package/dist/generated/src/models/Error1.js.map +1 -0
- package/dist/generated/src/models/Error2.d.ts +2 -2
- package/dist/generated/src/models/Error2.js +3 -2
- package/dist/generated/src/models/Error2.js.map +1 -0
- package/dist/generated/src/models/Error3.d.ts +2 -2
- package/dist/generated/src/models/Error3.js +3 -2
- package/dist/generated/src/models/Error3.js.map +1 -0
- package/dist/generated/src/models/Error4.d.ts +2 -2
- package/dist/generated/src/models/Error4.js +3 -2
- package/dist/generated/src/models/Error4.js.map +1 -0
- package/dist/generated/src/models/Error5.d.ts +12 -4
- package/dist/generated/src/models/Error5.js +15 -6
- package/dist/generated/src/models/Error5.js.map +1 -0
- package/dist/generated/src/models/Error6.d.ts +44 -0
- package/dist/generated/src/models/Error6.js +50 -0
- package/dist/generated/src/models/Error6.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo.d.ts +5 -5
- package/dist/generated/src/models/ErrorInfo.js +3 -2
- package/dist/generated/src/models/ErrorInfo.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo1.d.ts +5 -5
- package/dist/generated/src/models/ErrorInfo1.js +3 -2
- package/dist/generated/src/models/ErrorInfo1.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo10.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo10.js +48 -0
- package/dist/generated/src/models/ErrorInfo10.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo11.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo11.js +48 -0
- package/dist/generated/src/models/ErrorInfo11.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo12.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo12.js +48 -0
- package/dist/generated/src/models/ErrorInfo12.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo13.d.ts +56 -0
- package/dist/generated/src/models/ErrorInfo13.js +61 -0
- package/dist/generated/src/models/ErrorInfo13.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo14.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo14.js +48 -0
- package/dist/generated/src/models/ErrorInfo14.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo15.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo15.js +48 -0
- package/dist/generated/src/models/ErrorInfo15.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo16.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo16.js +48 -0
- package/dist/generated/src/models/ErrorInfo16.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo17.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo17.js +48 -0
- package/dist/generated/src/models/ErrorInfo17.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo18.d.ts +40 -0
- package/dist/generated/src/models/ErrorInfo18.js +48 -0
- package/dist/generated/src/models/ErrorInfo18.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo2.d.ts +5 -5
- package/dist/generated/src/models/ErrorInfo2.js +3 -2
- package/dist/generated/src/models/ErrorInfo2.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo3.d.ts +7 -23
- package/dist/generated/src/models/ErrorInfo3.js +7 -17
- package/dist/generated/src/models/ErrorInfo3.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo4.d.ts +7 -7
- package/dist/generated/src/models/ErrorInfo4.js +5 -8
- package/dist/generated/src/models/ErrorInfo4.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo5.d.ts +7 -7
- package/dist/generated/src/models/ErrorInfo5.js +5 -8
- package/dist/generated/src/models/ErrorInfo5.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo6.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo6.js +44 -0
- package/dist/generated/src/models/ErrorInfo6.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo7.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo7.js +44 -0
- package/dist/generated/src/models/ErrorInfo7.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo8.d.ts +54 -0
- package/dist/generated/src/models/ErrorInfo8.js +55 -0
- package/dist/generated/src/models/ErrorInfo8.js.map +1 -0
- package/dist/generated/src/models/ErrorInfo9.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo9.js +44 -0
- package/dist/generated/src/models/ErrorInfo9.js.map +1 -0
- package/dist/generated/src/models/Event.d.ts +2 -2
- package/dist/generated/src/models/Event.js +3 -2
- package/dist/generated/src/models/Event.js.map +1 -0
- package/dist/generated/src/models/Event1.d.ts +2 -2
- package/dist/generated/src/models/Event1.js +3 -2
- package/dist/generated/src/models/Event1.js.map +1 -0
- package/dist/generated/src/models/EventDetails.d.ts +2 -2
- package/dist/generated/src/models/EventDetails.js +3 -2
- package/dist/generated/src/models/EventDetails.js.map +1 -0
- package/dist/generated/src/models/Events.d.ts +2 -2
- package/dist/generated/src/models/Events.js +3 -2
- package/dist/generated/src/models/Events.js.map +1 -0
- package/dist/generated/src/models/FIAccountType.d.ts +11 -7
- package/dist/generated/src/models/FIAccountType.js +12 -5
- package/dist/generated/src/models/FIAccountType.js.map +1 -0
- package/dist/generated/src/models/FICustomer.d.ts +2 -2
- package/dist/generated/src/models/FICustomer.js +3 -2
- package/dist/generated/src/models/FICustomer.js.map +1 -0
- package/dist/generated/src/models/FICustomerId.d.ts +2 -2
- package/dist/generated/src/models/FICustomerId.js +3 -2
- package/dist/generated/src/models/FICustomerId.js.map +1 -0
- package/dist/generated/src/models/FICustomerId1.d.ts +56 -0
- package/dist/generated/src/models/FICustomerId1.js +61 -0
- package/dist/generated/src/models/FICustomerId1.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequest.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequest.js +3 -2
- package/dist/generated/src/models/FICustomerRequest.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfos.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfos.js +3 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfos.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInner.js +3 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInnerCredential.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInnerCredential.js +3 -2
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInnerCredential.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestFiId.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestFiId.js +3 -2
- package/dist/generated/src/models/FICustomerRequestFiId.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestHostCredential.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestHostCredential.js +3 -2
- package/dist/generated/src/models/FICustomerRequestHostCredential.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestId.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestId.js +3 -2
- package/dist/generated/src/models/FICustomerRequestId.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestPerson.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestPerson.js +3 -2
- package/dist/generated/src/models/FICustomerRequestPerson.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfo.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfo.js +3 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfo.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPhoneNumberInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPhoneNumberInner.js +3 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPhoneNumberInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPostalAddressInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPostalAddressInner.js +3 -2
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPostalAddressInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerRequestPersonPersonName.d.ts +2 -2
- package/dist/generated/src/models/FICustomerRequestPersonPersonName.js +3 -2
- package/dist/generated/src/models/FICustomerRequestPersonPersonName.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponse.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponse.js +3 -2
- package/dist/generated/src/models/FICustomerResponse.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfos.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfos.js +3 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfos.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInner.js +3 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInnerCredential.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInnerCredential.js +3 -2
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInnerCredential.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseDestinations.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseDestinations.js +3 -2
- package/dist/generated/src/models/FICustomerResponseDestinations.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseDestinationsDestinationInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseDestinationsDestinationInner.js +3 -2
- package/dist/generated/src/models/FICustomerResponseDestinationsDestinationInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseFiId.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseFiId.js +3 -2
- package/dist/generated/src/models/FICustomerResponseFiId.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseHostCredential.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseHostCredential.js +3 -2
- package/dist/generated/src/models/FICustomerResponseHostCredential.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponseId.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponseId.js +3 -2
- package/dist/generated/src/models/FICustomerResponseId.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponsePerson.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponsePerson.js +3 -2
- package/dist/generated/src/models/FICustomerResponsePerson.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfo.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfo.js +3 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfo.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPhoneNumberInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPhoneNumberInner.js +3 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPhoneNumberInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPostalAddressInner.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPostalAddressInner.js +3 -2
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPostalAddressInner.js.map +1 -0
- package/dist/generated/src/models/FICustomerResponsePersonPersonName.d.ts +2 -2
- package/dist/generated/src/models/FICustomerResponsePersonPersonName.js +3 -2
- package/dist/generated/src/models/FICustomerResponsePersonPersonName.js.map +1 -0
- package/dist/generated/src/models/FeatureLimits.d.ts +2 -2
- package/dist/generated/src/models/FeatureLimits.js +3 -2
- package/dist/generated/src/models/FeatureLimits.js.map +1 -0
- package/dist/generated/src/models/FiAlertPreferenceResource.d.ts +2 -2
- package/dist/generated/src/models/FiAlertPreferenceResource.js +3 -2
- package/dist/generated/src/models/FiAlertPreferenceResource.js.map +1 -0
- package/dist/generated/src/models/FiAlertPreferenceResources.d.ts +2 -2
- package/dist/generated/src/models/FiAlertPreferenceResources.js +3 -2
- package/dist/generated/src/models/FiAlertPreferenceResources.js.map +1 -0
- package/dist/generated/src/models/FileErrorReport.d.ts +2 -2
- package/dist/generated/src/models/FileErrorReport.js +3 -2
- package/dist/generated/src/models/FileErrorReport.js.map +1 -0
- package/dist/generated/src/models/FileMetadata.d.ts +2 -2
- package/dist/generated/src/models/FileMetadata.js +3 -2
- package/dist/generated/src/models/FileMetadata.js.map +1 -0
- package/dist/generated/src/models/FileStatus.d.ts +2 -2
- package/dist/generated/src/models/FileStatus.js +3 -2
- package/dist/generated/src/models/FileStatus.js.map +1 -0
- package/dist/generated/src/models/Frequency.d.ts +2 -2
- package/dist/generated/src/models/Frequency.js +3 -2
- package/dist/generated/src/models/Frequency.js.map +1 -0
- package/dist/generated/src/models/GetUser404Response.d.ts +2 -2
- package/dist/generated/src/models/GetUser404Response.js +3 -2
- package/dist/generated/src/models/GetUser404Response.js.map +1 -0
- package/dist/generated/src/models/GetWidgetUrl200Response.d.ts +2 -2
- package/dist/generated/src/models/GetWidgetUrl200Response.js +3 -2
- package/dist/generated/src/models/GetWidgetUrl200Response.js.map +1 -0
- package/dist/generated/src/models/GroupBaseRequestDTO.d.ts +2 -2
- package/dist/generated/src/models/GroupBaseRequestDTO.js +3 -2
- package/dist/generated/src/models/GroupBaseRequestDTO.js.map +1 -0
- package/dist/generated/src/models/GroupBaseResponseDTO.d.ts +2 -2
- package/dist/generated/src/models/GroupBaseResponseDTO.js +3 -2
- package/dist/generated/src/models/GroupBaseResponseDTO.js.map +1 -0
- package/dist/generated/src/models/GroupExperienceDTO.d.ts +2 -2
- package/dist/generated/src/models/GroupExperienceDTO.js +3 -2
- package/dist/generated/src/models/GroupExperienceDTO.js.map +1 -0
- package/dist/generated/src/models/GroupsWithParticipantsCount.d.ts +2 -2
- package/dist/generated/src/models/GroupsWithParticipantsCount.js +3 -2
- package/dist/generated/src/models/GroupsWithParticipantsCount.js.map +1 -0
- package/dist/generated/src/models/HostPromotion.d.ts +77 -0
- package/dist/generated/src/models/HostPromotion.js +61 -0
- package/dist/generated/src/models/HostPromotion.js.map +1 -0
- package/dist/generated/src/models/HostPromotionBalance.d.ts +38 -0
- package/dist/generated/src/models/HostPromotionBalance.js +48 -0
- package/dist/generated/src/models/HostPromotionBalance.js.map +1 -0
- package/dist/generated/src/models/HostPromotions.d.ts +37 -0
- package/dist/generated/src/models/HostPromotions.js +45 -0
- package/dist/generated/src/models/HostPromotions.js.map +1 -0
- package/dist/generated/src/models/IdType.d.ts +2 -2
- package/dist/generated/src/models/IdType.js +3 -2
- package/dist/generated/src/models/IdType.js.map +1 -0
- package/dist/generated/src/models/IdType1.d.ts +33 -0
- package/dist/generated/src/models/IdType1.js +44 -0
- package/dist/generated/src/models/IdType1.js.map +1 -0
- package/dist/generated/src/models/ImageInfo.d.ts +10 -8
- package/dist/generated/src/models/ImageInfo.js +9 -4
- package/dist/generated/src/models/ImageInfo.js.map +1 -0
- package/dist/generated/src/models/ImageInfoItems.d.ts +35 -0
- package/dist/generated/src/models/ImageInfoItems.js +45 -0
- package/dist/generated/src/models/ImageInfoItems.js.map +1 -0
- package/dist/generated/src/models/ImageInfoType.d.ts +6 -3
- package/dist/generated/src/models/ImageInfoType.js +7 -3
- package/dist/generated/src/models/ImageInfoType.js.map +1 -0
- package/dist/generated/src/models/ImageType.d.ts +9 -3
- package/dist/generated/src/models/ImageType.js +11 -4
- package/dist/generated/src/models/ImageType.js.map +1 -0
- package/dist/generated/src/models/ImageType1.d.ts +32 -0
- package/dist/generated/src/models/ImageType1.js +51 -0
- package/dist/generated/src/models/ImageType1.js.map +1 -0
- package/dist/generated/src/models/ImageView.d.ts +6 -3
- package/dist/generated/src/models/ImageView.js +7 -3
- package/dist/generated/src/models/ImageView.js.map +1 -0
- package/dist/generated/src/models/ImportJobDTO.d.ts +2 -2
- package/dist/generated/src/models/ImportJobDTO.js +3 -2
- package/dist/generated/src/models/ImportJobDTO.js.map +1 -0
- package/dist/generated/src/models/ImportJobDTOSingle.d.ts +2 -2
- package/dist/generated/src/models/ImportJobDTOSingle.js +3 -2
- package/dist/generated/src/models/ImportJobDTOSingle.js.map +1 -0
- package/dist/generated/src/models/ImportJobErrorDTO.d.ts +2 -2
- package/dist/generated/src/models/ImportJobErrorDTO.js +3 -2
- package/dist/generated/src/models/ImportJobErrorDTO.js.map +1 -0
- package/dist/generated/src/models/InstitutionAlertTypeResource.d.ts +2 -2
- package/dist/generated/src/models/InstitutionAlertTypeResource.js +3 -2
- package/dist/generated/src/models/InstitutionAlertTypeResource.js.map +1 -0
- package/dist/generated/src/models/InstitutionAlertTypeResources.d.ts +2 -2
- package/dist/generated/src/models/InstitutionAlertTypeResources.js +3 -2
- package/dist/generated/src/models/InstitutionAlertTypeResources.js.map +1 -0
- package/dist/generated/src/models/InstitutionCustomer.d.ts +12 -12
- package/dist/generated/src/models/InstitutionCustomer.js +5 -4
- package/dist/generated/src/models/InstitutionCustomer.js.map +1 -0
- package/dist/generated/src/models/InstitutionCustomerAdditionalInfo.d.ts +4 -4
- package/dist/generated/src/models/InstitutionCustomerAdditionalInfo.js +5 -4
- package/dist/generated/src/models/InstitutionCustomerAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/InstitutionDisclosure.d.ts +23 -21
- package/dist/generated/src/models/InstitutionDisclosure.js +16 -10
- package/dist/generated/src/models/InstitutionDisclosure.js.map +1 -0
- package/dist/generated/src/models/InstitutionDisclosureCreateRequest.d.ts +61 -0
- package/dist/generated/src/models/InstitutionDisclosureCreateRequest.js +51 -0
- package/dist/generated/src/models/InstitutionDisclosureCreateRequest.js.map +1 -0
- package/dist/generated/src/models/InstitutionDisclosureDataType.d.ts +8 -3
- package/dist/generated/src/models/InstitutionDisclosureDataType.js +10 -4
- package/dist/generated/src/models/InstitutionDisclosureDataType.js.map +1 -0
- package/dist/generated/src/models/InstitutionDisclosureUpdateRequest.d.ts +56 -0
- package/dist/generated/src/models/InstitutionDisclosureUpdateRequest.js +54 -0
- package/dist/generated/src/models/InstitutionDisclosureUpdateRequest.js.map +1 -0
- package/dist/generated/src/models/InstitutionDisclosuresResponse.d.ts +37 -0
- package/dist/generated/src/models/InstitutionDisclosuresResponse.js +45 -0
- package/dist/generated/src/models/InstitutionDisclosuresResponse.js.map +1 -0
- package/dist/generated/src/models/InstitutionUser.d.ts +35 -35
- package/dist/generated/src/models/InstitutionUser.js +17 -16
- package/dist/generated/src/models/InstitutionUser.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserAdditionalInfo.d.ts +2 -8
- package/dist/generated/src/models/InstitutionUserAdditionalInfo.js +3 -4
- package/dist/generated/src/models/InstitutionUserAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosure.d.ts +32 -14
- package/dist/generated/src/models/InstitutionUserDisclosure.js +16 -7
- package/dist/generated/src/models/InstitutionUserDisclosure.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosureCreateRequest.d.ts +80 -0
- package/dist/generated/src/models/InstitutionUserDisclosureCreateRequest.js +53 -0
- package/dist/generated/src/models/InstitutionUserDisclosureCreateRequest.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosureDeleteRequest.d.ts +41 -0
- package/dist/generated/src/models/InstitutionUserDisclosureDeleteRequest.js +48 -0
- package/dist/generated/src/models/InstitutionUserDisclosureDeleteRequest.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosureStatus.d.ts +5 -3
- package/dist/generated/src/models/InstitutionUserDisclosureStatus.js +6 -3
- package/dist/generated/src/models/InstitutionUserDisclosureStatus.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosureUpdateRequest.d.ts +60 -0
- package/dist/generated/src/models/InstitutionUserDisclosureUpdateRequest.js +49 -0
- package/dist/generated/src/models/InstitutionUserDisclosureUpdateRequest.js.map +1 -0
- package/dist/generated/src/models/InstitutionUserDisclosuresResponse.d.ts +38 -0
- package/dist/generated/src/models/InstitutionUserDisclosuresResponse.js +45 -0
- package/dist/generated/src/models/InstitutionUserDisclosuresResponse.js.map +1 -0
- package/dist/generated/src/models/IntermediaryBankDetailsDomestic.d.ts +52 -0
- package/dist/generated/src/models/IntermediaryBankDetailsDomestic.js +57 -0
- package/dist/generated/src/models/IntermediaryBankDetailsDomestic.js.map +1 -0
- package/dist/generated/src/models/IntermediaryBankDetailsInternational.d.ts +24 -0
- package/dist/generated/src/models/IntermediaryBankDetailsInternational.js +52 -0
- package/dist/generated/src/models/IntermediaryBankDetailsInternational.js.map +1 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireDomesticIntermediary.d.ts +52 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireDomesticIntermediary.js +56 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireDomesticIntermediary.js.map +1 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireForeignIntermediary.d.ts +60 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireForeignIntermediary.js +62 -0
- package/dist/generated/src/models/IntermediaryBankDetailsIntlWireForeignIntermediary.js.map +1 -0
- package/dist/generated/src/models/InternationalWireTransaction.d.ts +115 -0
- package/dist/generated/src/models/InternationalWireTransaction.js +88 -0
- package/dist/generated/src/models/InternationalWireTransaction.js.map +1 -0
- package/dist/generated/src/models/InvestmentAccount.d.ts +628 -0
- package/dist/generated/src/models/InvestmentAccount.js +290 -0
- package/dist/generated/src/models/InvestmentAccount.js.map +1 -0
- package/dist/generated/src/models/JobUploadStatus.d.ts +2 -2
- package/dist/generated/src/models/JobUploadStatus.js +3 -2
- package/dist/generated/src/models/JobUploadStatus.js.map +1 -0
- package/dist/generated/src/models/JobUploadStatusStatus.d.ts +2 -2
- package/dist/generated/src/models/JobUploadStatusStatus.js +3 -2
- package/dist/generated/src/models/JobUploadStatusStatus.js.map +1 -0
- package/dist/generated/src/models/LifeType.d.ts +2 -2
- package/dist/generated/src/models/LifeType.js +3 -2
- package/dist/generated/src/models/LifeType.js.map +1 -0
- package/dist/generated/src/models/Links.d.ts +2 -2
- package/dist/generated/src/models/Links.js +3 -2
- package/dist/generated/src/models/Links.js.map +1 -0
- package/dist/generated/src/models/ListUsers400Response.d.ts +2 -2
- package/dist/generated/src/models/ListUsers400Response.js +3 -2
- package/dist/generated/src/models/ListUsers400Response.js.map +1 -0
- package/dist/generated/src/models/ListUsers400ResponseErrorsInner.d.ts +2 -2
- package/dist/generated/src/models/ListUsers400ResponseErrorsInner.js +3 -2
- package/dist/generated/src/models/ListUsers400ResponseErrorsInner.js.map +1 -0
- package/dist/generated/src/models/ListUsers401Response.d.ts +2 -2
- package/dist/generated/src/models/ListUsers401Response.js +3 -2
- package/dist/generated/src/models/ListUsers401Response.js.map +1 -0
- package/dist/generated/src/models/ListUsers403Response.d.ts +39 -0
- package/dist/generated/src/models/ListUsers403Response.js +46 -0
- package/dist/generated/src/models/ListUsers403Response.js.map +1 -0
- package/dist/generated/src/models/LoanAccount.d.ts +717 -0
- package/dist/generated/src/models/LoanAccount.js +320 -0
- package/dist/generated/src/models/LoanAccount.js.map +1 -0
- package/dist/generated/src/models/MapItem.d.ts +5 -5
- package/dist/generated/src/models/MapItem.js +3 -2
- package/dist/generated/src/models/MapItem.js.map +1 -0
- package/dist/generated/src/models/MfaCookie.d.ts +2 -2
- package/dist/generated/src/models/MfaCookie.js +3 -2
- package/dist/generated/src/models/MfaCookie.js.map +1 -0
- package/dist/generated/src/models/ModelError.d.ts +2 -2
- package/dist/generated/src/models/ModelError.js +3 -2
- package/dist/generated/src/models/ModelError.js.map +1 -0
- package/dist/generated/src/models/Money.d.ts +2 -2
- package/dist/generated/src/models/Money.js +3 -2
- package/dist/generated/src/models/Money.js.map +1 -0
- package/dist/generated/src/models/Money1.d.ts +10 -19
- package/dist/generated/src/models/Money1.js +11 -14
- package/dist/generated/src/models/Money1.js.map +1 -0
- package/dist/generated/src/models/Money2.d.ts +9 -203
- package/dist/generated/src/models/Money2.js +11 -199
- package/dist/generated/src/models/Money2.js.map +1 -0
- package/dist/generated/src/models/Money3.d.ts +41 -0
- package/dist/generated/src/models/Money3.js +49 -0
- package/dist/generated/src/models/Money3.js.map +1 -0
- package/dist/generated/src/models/Money4.d.ts +41 -0
- package/dist/generated/src/models/Money4.js +49 -0
- package/dist/generated/src/models/Money4.js.map +1 -0
- package/dist/generated/src/models/Money5.d.ts +39 -0
- package/dist/generated/src/models/Money5.js +49 -0
- package/dist/generated/src/models/Money5.js.map +1 -0
- package/dist/generated/src/models/OwnershipType.d.ts +26 -0
- package/dist/generated/src/models/OwnershipType.js +45 -0
- package/dist/generated/src/models/OwnershipType.js.map +1 -0
- package/dist/generated/src/models/Page.d.ts +2 -2
- package/dist/generated/src/models/Page.js +3 -2
- package/dist/generated/src/models/Page.js.map +1 -0
- package/dist/generated/src/models/Pageable.d.ts +2 -2
- package/dist/generated/src/models/Pageable.js +3 -2
- package/dist/generated/src/models/Pageable.js.map +1 -0
- package/dist/generated/src/models/Pagination.d.ts +64 -0
- package/dist/generated/src/models/Pagination.js +52 -0
- package/dist/generated/src/models/Pagination.js.map +1 -0
- package/dist/generated/src/models/PasswordResponse.d.ts +2 -2
- package/dist/generated/src/models/PasswordResponse.js +3 -2
- package/dist/generated/src/models/PasswordResponse.js.map +1 -0
- package/dist/generated/src/models/PaymentOptionType.d.ts +2 -2
- package/dist/generated/src/models/PaymentOptionType.js +3 -2
- package/dist/generated/src/models/PaymentOptionType.js.map +1 -0
- package/dist/generated/src/models/PaymentRuleType.d.ts +28 -0
- package/dist/generated/src/models/PaymentRuleType.js +47 -0
- package/dist/generated/src/models/PaymentRuleType.js.map +1 -0
- package/dist/generated/src/models/Payments.d.ts +33 -0
- package/dist/generated/src/models/Payments.js +45 -0
- package/dist/generated/src/models/Payments.js.map +1 -0
- package/dist/generated/src/models/PaymentsPaymentsInner.d.ts +23 -0
- package/dist/generated/src/models/PaymentsPaymentsInner.js +52 -0
- package/dist/generated/src/models/PaymentsPaymentsInner.js.map +1 -0
- package/dist/generated/src/models/Person.d.ts +2 -2
- package/dist/generated/src/models/Person.js +3 -2
- package/dist/generated/src/models/Person.js.map +1 -0
- package/dist/generated/src/models/PlasticCard.d.ts +42 -0
- package/dist/generated/src/models/PlasticCard.js +48 -0
- package/dist/generated/src/models/PlasticCard.js.map +1 -0
- package/dist/generated/src/models/PlasticCardCardNumber.d.ts +87 -0
- package/dist/generated/src/models/PlasticCardCardNumber.js +64 -0
- package/dist/generated/src/models/PlasticCardCardNumber.js.map +1 -0
- package/dist/generated/src/models/PostalAddress.d.ts +42 -16
- package/dist/generated/src/models/PostalAddress.js +36 -12
- package/dist/generated/src/models/PostalAddress.js.map +1 -0
- package/dist/generated/src/models/ProductAppUserInfo.d.ts +2 -2
- package/dist/generated/src/models/ProductAppUserInfo.js +3 -2
- package/dist/generated/src/models/ProductAppUserInfo.js.map +1 -0
- package/dist/generated/src/models/ProductAppUserInfos.d.ts +2 -2
- package/dist/generated/src/models/ProductAppUserInfos.js +3 -2
- package/dist/generated/src/models/ProductAppUserInfos.js.map +1 -0
- package/dist/generated/src/models/ProductUserInfo.d.ts +2 -2
- package/dist/generated/src/models/ProductUserInfo.js +3 -2
- package/dist/generated/src/models/ProductUserInfo.js.map +1 -0
- package/dist/generated/src/models/Protocol.d.ts +2 -2
- package/dist/generated/src/models/Protocol.js +3 -2
- package/dist/generated/src/models/Protocol.js.map +1 -0
- package/dist/generated/src/models/Recipient.d.ts +5 -5
- package/dist/generated/src/models/Recipient.js +6 -5
- package/dist/generated/src/models/Recipient.js.map +1 -0
- package/dist/generated/src/models/Recipients.d.ts +2 -2
- package/dist/generated/src/models/Recipients.js +3 -2
- package/dist/generated/src/models/Recipients.js.map +1 -0
- package/dist/generated/src/models/RefreshTokenResponse.d.ts +2 -2
- package/dist/generated/src/models/RefreshTokenResponse.js +3 -2
- package/dist/generated/src/models/RefreshTokenResponse.js.map +1 -0
- package/dist/generated/src/models/RegDLimits.d.ts +24 -5
- package/dist/generated/src/models/RegDLimits.js +7 -4
- package/dist/generated/src/models/RegDLimits.js.map +1 -0
- package/dist/generated/src/models/RegDLimits1.d.ts +24 -6
- package/dist/generated/src/models/RegDLimits1.js +11 -8
- package/dist/generated/src/models/RegDLimits1.js.map +1 -0
- package/dist/generated/src/models/RegisterCustomerRequest.d.ts +2 -2
- package/dist/generated/src/models/RegisterCustomerRequest.js +3 -2
- package/dist/generated/src/models/RegisterCustomerRequest.js.map +1 -0
- package/dist/generated/src/models/RegisterCustomerResponse.d.ts +2 -2
- package/dist/generated/src/models/RegisterCustomerResponse.js +3 -2
- package/dist/generated/src/models/RegisterCustomerResponse.js.map +1 -0
- package/dist/generated/src/models/ResetPasswordRequest.d.ts +2 -2
- package/dist/generated/src/models/ResetPasswordRequest.js +3 -2
- package/dist/generated/src/models/ResetPasswordRequest.js.map +1 -0
- package/dist/generated/src/models/Resource.d.ts +13 -9
- package/dist/generated/src/models/Resource.js +11 -8
- package/dist/generated/src/models/Resource.js.map +1 -0
- package/dist/generated/src/models/ResourceId.d.ts +32 -0
- package/dist/generated/src/models/ResourceId.js +44 -0
- package/dist/generated/src/models/ResourceId.js.map +1 -0
- package/dist/generated/src/models/ResourceProductUserGuid.d.ts +54 -0
- package/dist/generated/src/models/ResourceProductUserGuid.js +61 -0
- package/dist/generated/src/models/ResourceProductUserGuid.js.map +1 -0
- package/dist/generated/src/models/ResponseDTO.d.ts +2 -2
- package/dist/generated/src/models/ResponseDTO.js +3 -2
- package/dist/generated/src/models/ResponseDTO.js.map +1 -0
- package/dist/generated/src/models/Role.d.ts +64 -0
- package/dist/generated/src/models/Role.js +53 -0
- package/dist/generated/src/models/Role.js.map +1 -0
- package/dist/generated/src/models/RoleAttributes.d.ts +44 -0
- package/dist/generated/src/models/RoleAttributes.js +44 -0
- package/dist/generated/src/models/RoleAttributes.js.map +1 -0
- package/dist/generated/src/models/Roles.d.ts +39 -0
- package/dist/generated/src/models/Roles.js +45 -0
- package/dist/generated/src/models/Roles.js.map +1 -0
- package/dist/generated/src/models/Schedule.d.ts +2 -2
- package/dist/generated/src/models/Schedule.js +3 -2
- package/dist/generated/src/models/Schedule.js.map +1 -0
- package/dist/generated/src/models/SearchCriteria.d.ts +166 -0
- package/dist/generated/src/models/SearchCriteria.js +92 -0
- package/dist/generated/src/models/SearchCriteria.js.map +1 -0
- package/dist/generated/src/models/SearchResponse.d.ts +62 -0
- package/dist/generated/src/models/SearchResponse.js +50 -0
- package/dist/generated/src/models/SearchResponse.js.map +1 -0
- package/dist/generated/src/models/ServiceFilter.d.ts +61 -0
- package/dist/generated/src/models/ServiceFilter.js +66 -0
- package/dist/generated/src/models/ServiceFilter.js.map +1 -0
- package/dist/generated/src/models/SplitDate.d.ts +48 -0
- package/dist/generated/src/models/SplitDate.js +50 -0
- package/dist/generated/src/models/SplitDate.js.map +1 -0
- package/dist/generated/src/models/Status.d.ts +5 -5
- package/dist/generated/src/models/Status.js +6 -5
- package/dist/generated/src/models/Status.js.map +1 -0
- package/dist/generated/src/models/Status1.d.ts +2 -2
- package/dist/generated/src/models/Status1.js +3 -2
- package/dist/generated/src/models/Status1.js.map +1 -0
- package/dist/generated/src/models/Status1ErrorInfo.d.ts +2 -2
- package/dist/generated/src/models/Status1ErrorInfo.js +3 -2
- package/dist/generated/src/models/Status1ErrorInfo.js.map +1 -0
- package/dist/generated/src/models/Status2.d.ts +2 -2
- package/dist/generated/src/models/Status2.js +3 -2
- package/dist/generated/src/models/Status2.js.map +1 -0
- package/dist/generated/src/models/Status2ErrorInfo.d.ts +2 -2
- package/dist/generated/src/models/Status2ErrorInfo.js +3 -2
- package/dist/generated/src/models/Status2ErrorInfo.js.map +1 -0
- package/dist/generated/src/models/Status3.d.ts +46 -0
- package/dist/generated/src/models/Status3.js +47 -0
- package/dist/generated/src/models/Status3.js.map +1 -0
- package/dist/generated/src/models/StatusAdditionalInfo.d.ts +2 -2
- package/dist/generated/src/models/StatusAdditionalInfo.js +3 -2
- package/dist/generated/src/models/StatusAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/StringMap.d.ts +34 -0
- package/dist/generated/src/models/StringMap.js +45 -0
- package/dist/generated/src/models/StringMap.js.map +1 -0
- package/dist/generated/src/models/StringMapEntryInner.d.ts +42 -0
- package/dist/generated/src/models/StringMapEntryInner.js +48 -0
- package/dist/generated/src/models/StringMapEntryInner.js.map +1 -0
- package/dist/generated/src/models/SubFilter.d.ts +9 -8
- package/dist/generated/src/models/SubFilter.js +7 -8
- package/dist/generated/src/models/SubFilter.js.map +1 -0
- package/dist/generated/src/models/SubUserStatus.d.ts +2 -2
- package/dist/generated/src/models/SubUserStatus.js +3 -2
- package/dist/generated/src/models/SubUserStatus.js.map +1 -0
- package/dist/generated/src/models/Subscription.d.ts +2 -2
- package/dist/generated/src/models/Subscription.js +3 -2
- package/dist/generated/src/models/Subscription.js.map +1 -0
- package/dist/generated/src/models/SubscriptionAction.d.ts +2 -2
- package/dist/generated/src/models/SubscriptionAction.js +3 -2
- package/dist/generated/src/models/SubscriptionAction.js.map +1 -0
- package/dist/generated/src/models/SubscriptionActionAttributesMap.d.ts +2 -2
- package/dist/generated/src/models/SubscriptionActionAttributesMap.js +3 -2
- package/dist/generated/src/models/SubscriptionActionAttributesMap.js.map +1 -0
- package/dist/generated/src/models/SubscriptionActions.d.ts +2 -2
- package/dist/generated/src/models/SubscriptionActions.js +3 -2
- package/dist/generated/src/models/SubscriptionActions.js.map +1 -0
- package/dist/generated/src/models/SubscriptionEventConditionsMap.d.ts +2 -2
- package/dist/generated/src/models/SubscriptionEventConditionsMap.js +3 -2
- package/dist/generated/src/models/SubscriptionEventConditionsMap.js.map +1 -0
- package/dist/generated/src/models/Term.d.ts +5 -3
- package/dist/generated/src/models/Term.js +3 -2
- package/dist/generated/src/models/Term.js.map +1 -0
- package/dist/generated/src/models/TermType.d.ts +5 -2
- package/dist/generated/src/models/TermType.js +7 -3
- package/dist/generated/src/models/TermType.js.map +1 -0
- package/dist/generated/src/models/TermType1.d.ts +28 -0
- package/dist/generated/src/models/TermType1.js +47 -0
- package/dist/generated/src/models/TermType1.js.map +1 -0
- package/dist/generated/src/models/TieredLoanAccount.d.ts +731 -0
- package/dist/generated/src/models/TieredLoanAccount.js +324 -0
- package/dist/generated/src/models/TieredLoanAccount.js.map +1 -0
- package/dist/generated/src/models/Token.d.ts +2 -2
- package/dist/generated/src/models/Token.js +3 -2
- package/dist/generated/src/models/Token.js.map +1 -0
- package/dist/generated/src/models/Transaction.d.ts +100 -41
- package/dist/generated/src/models/Transaction.js +60 -26
- package/dist/generated/src/models/Transaction.js.map +1 -0
- package/dist/generated/src/models/TransactionAdditionalInfo.d.ts +33 -0
- package/dist/generated/src/models/TransactionAdditionalInfo.js +45 -0
- package/dist/generated/src/models/TransactionAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/TransactionAdditionalInfoAllOfEntryInner.d.ts +38 -0
- package/dist/generated/src/models/TransactionAdditionalInfoAllOfEntryInner.js +44 -0
- package/dist/generated/src/models/TransactionAdditionalInfoAllOfEntryInner.js.map +1 -0
- package/dist/generated/src/models/TransactionAmount.d.ts +38 -0
- package/dist/generated/src/models/TransactionAmount.js +48 -0
- package/dist/generated/src/models/TransactionAmount.js.map +1 -0
- package/dist/generated/src/models/TransactionAmountToEscrow.d.ts +38 -0
- package/dist/generated/src/models/TransactionAmountToEscrow.js +48 -0
- package/dist/generated/src/models/TransactionAmountToEscrow.js.map +1 -0
- package/dist/generated/src/models/TransactionAmountToInterest.d.ts +38 -0
- package/dist/generated/src/models/TransactionAmountToInterest.js +48 -0
- package/dist/generated/src/models/TransactionAmountToInterest.js.map +1 -0
- package/dist/generated/src/models/TransactionAmountToPrincipal.d.ts +38 -0
- package/dist/generated/src/models/TransactionAmountToPrincipal.js +48 -0
- package/dist/generated/src/models/TransactionAmountToPrincipal.js.map +1 -0
- package/dist/generated/src/models/TransactionFee.d.ts +38 -0
- package/dist/generated/src/models/TransactionFee.js +48 -0
- package/dist/generated/src/models/TransactionFee.js.map +1 -0
- package/dist/generated/src/models/TransactionImage.d.ts +54 -0
- package/dist/generated/src/models/TransactionImage.js +49 -0
- package/dist/generated/src/models/TransactionImage.js.map +1 -0
- package/dist/generated/src/models/TransactionLedgerBalance.d.ts +38 -0
- package/dist/generated/src/models/TransactionLedgerBalance.js +48 -0
- package/dist/generated/src/models/TransactionLedgerBalance.js.map +1 -0
- package/dist/generated/src/models/TransactionStatus.d.ts +5 -3
- package/dist/generated/src/models/TransactionStatus.js +6 -3
- package/dist/generated/src/models/TransactionStatus.js.map +1 -0
- package/dist/generated/src/models/TransactionType.d.ts +4 -2
- package/dist/generated/src/models/TransactionType.js +5 -2
- package/dist/generated/src/models/TransactionType.js.map +1 -0
- package/dist/generated/src/models/TransactionUnappliedFundsBalance.d.ts +38 -0
- package/dist/generated/src/models/TransactionUnappliedFundsBalance.js +48 -0
- package/dist/generated/src/models/TransactionUnappliedFundsBalance.js.map +1 -0
- package/dist/generated/src/models/TransactionsResponse.d.ts +51 -0
- package/dist/generated/src/models/TransactionsResponse.js +51 -0
- package/dist/generated/src/models/TransactionsResponse.js.map +1 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfo.d.ts +33 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfo.js +45 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfo.js.map +1 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfoAllOfEntryInner.d.ts +38 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfoAllOfEntryInner.js +44 -0
- package/dist/generated/src/models/TransactionsResponseAdditionalInfoAllOfEntryInner.js.map +1 -0
- package/dist/generated/src/models/Transfer.d.ts +2 -2
- package/dist/generated/src/models/Transfer.js +3 -2
- package/dist/generated/src/models/Transfer.js.map +1 -0
- package/dist/generated/src/models/TransferRestriction.d.ts +28 -0
- package/dist/generated/src/models/TransferRestriction.js +47 -0
- package/dist/generated/src/models/TransferRestriction.js.map +1 -0
- package/dist/generated/src/models/TransferStatus.d.ts +2 -2
- package/dist/generated/src/models/TransferStatus.js +3 -2
- package/dist/generated/src/models/TransferStatus.js.map +1 -0
- package/dist/generated/src/models/UXAccount.d.ts +366 -0
- package/dist/generated/src/models/UXAccount.js +181 -0
- package/dist/generated/src/models/UXAccount.js.map +1 -0
- package/dist/generated/src/models/UXAccountCurrentYearEligibleContribution.d.ts +38 -0
- package/dist/generated/src/models/UXAccountCurrentYearEligibleContribution.js +48 -0
- package/dist/generated/src/models/UXAccountCurrentYearEligibleContribution.js.map +1 -0
- package/dist/generated/src/models/UXAccountCurrentYearMaxContribution.d.ts +38 -0
- package/dist/generated/src/models/UXAccountCurrentYearMaxContribution.js +48 -0
- package/dist/generated/src/models/UXAccountCurrentYearMaxContribution.js.map +1 -0
- package/dist/generated/src/models/UXAccountInterestPriorYearToDate.d.ts +38 -0
- package/dist/generated/src/models/UXAccountInterestPriorYearToDate.js +48 -0
- package/dist/generated/src/models/UXAccountInterestPriorYearToDate.js.map +1 -0
- package/dist/generated/src/models/UXAccountLastDepositAmount.d.ts +38 -0
- package/dist/generated/src/models/UXAccountLastDepositAmount.js +48 -0
- package/dist/generated/src/models/UXAccountLastDepositAmount.js.map +1 -0
- package/dist/generated/src/models/UXAccountLastDividendAmount.d.ts +38 -0
- package/dist/generated/src/models/UXAccountLastDividendAmount.js +48 -0
- package/dist/generated/src/models/UXAccountLastDividendAmount.js.map +1 -0
- package/dist/generated/src/models/UXAccountLastInterestPaymentAmount.d.ts +38 -0
- package/dist/generated/src/models/UXAccountLastInterestPaymentAmount.js +48 -0
- package/dist/generated/src/models/UXAccountLastInterestPaymentAmount.js.map +1 -0
- package/dist/generated/src/models/UXAccountLastYearEligibleContribution.d.ts +38 -0
- package/dist/generated/src/models/UXAccountLastYearEligibleContribution.js +48 -0
- package/dist/generated/src/models/UXAccountLastYearEligibleContribution.js.map +1 -0
- package/dist/generated/src/models/UXAccountLastYearMaxContribution.d.ts +38 -0
- package/dist/generated/src/models/UXAccountLastYearMaxContribution.js +48 -0
- package/dist/generated/src/models/UXAccountLastYearMaxContribution.js.map +1 -0
- package/dist/generated/src/models/UXAccountOverdraftAvailableAmount.d.ts +38 -0
- package/dist/generated/src/models/UXAccountOverdraftAvailableAmount.js +48 -0
- package/dist/generated/src/models/UXAccountOverdraftAvailableAmount.js.map +1 -0
- package/dist/generated/src/models/UXAccountOverdraftLimit.d.ts +38 -0
- package/dist/generated/src/models/UXAccountOverdraftLimit.js +48 -0
- package/dist/generated/src/models/UXAccountOverdraftLimit.js.map +1 -0
- package/dist/generated/src/models/UXAccountTaxPriorYearToDate.d.ts +38 -0
- package/dist/generated/src/models/UXAccountTaxPriorYearToDate.js +48 -0
- package/dist/generated/src/models/UXAccountTaxPriorYearToDate.js.map +1 -0
- package/dist/generated/src/models/UXAccountTaxYearToDate.d.ts +38 -0
- package/dist/generated/src/models/UXAccountTaxYearToDate.js +48 -0
- package/dist/generated/src/models/UXAccountTaxYearToDate.js.map +1 -0
- package/dist/generated/src/models/UXAccountTotalFundsAvailable.d.ts +38 -0
- package/dist/generated/src/models/UXAccountTotalFundsAvailable.js +48 -0
- package/dist/generated/src/models/UXAccountTotalFundsAvailable.js.map +1 -0
- package/dist/generated/src/models/UpdateContactInfoPostalAddress.d.ts +2 -2
- package/dist/generated/src/models/UpdateContactInfoPostalAddress.js +3 -2
- package/dist/generated/src/models/UpdateContactInfoPostalAddress.js.map +1 -0
- package/dist/generated/src/models/UploadResponse.d.ts +2 -2
- package/dist/generated/src/models/UploadResponse.js +3 -2
- package/dist/generated/src/models/UploadResponse.js.map +1 -0
- package/dist/generated/src/models/UploadResponseDTO.d.ts +2 -2
- package/dist/generated/src/models/UploadResponseDTO.js +3 -2
- package/dist/generated/src/models/UploadResponseDTO.js.map +1 -0
- package/dist/generated/src/models/User.d.ts +2 -2
- package/dist/generated/src/models/User.js +3 -2
- package/dist/generated/src/models/User.js.map +1 -0
- package/dist/generated/src/models/UserEntitlementsLimits.d.ts +2 -2
- package/dist/generated/src/models/UserEntitlementsLimits.js +3 -2
- package/dist/generated/src/models/UserEntitlementsLimits.js.map +1 -0
- package/dist/generated/src/models/UserList.d.ts +2 -2
- package/dist/generated/src/models/UserList.js +3 -2
- package/dist/generated/src/models/UserList.js.map +1 -0
- package/dist/generated/src/models/UserListFileDTO.d.ts +2 -2
- package/dist/generated/src/models/UserListFileDTO.js +3 -2
- package/dist/generated/src/models/UserListFileDTO.js.map +1 -0
- package/dist/generated/src/models/UserListsDTO.d.ts +2 -2
- package/dist/generated/src/models/UserListsDTO.js +3 -2
- package/dist/generated/src/models/UserListsDTO.js.map +1 -0
- package/dist/generated/src/models/UserListsFileResponse.d.ts +2 -2
- package/dist/generated/src/models/UserListsFileResponse.js +3 -2
- package/dist/generated/src/models/UserListsFileResponse.js.map +1 -0
- package/dist/generated/src/models/UserListsWithFileMetadata.d.ts +2 -2
- package/dist/generated/src/models/UserListsWithFileMetadata.js +3 -2
- package/dist/generated/src/models/UserListsWithFileMetadata.js.map +1 -0
- package/dist/generated/src/models/UserStatus.d.ts +2 -2
- package/dist/generated/src/models/UserStatus.js +3 -2
- package/dist/generated/src/models/UserStatus.js.map +1 -0
- package/dist/generated/src/models/UserStatus1.d.ts +2 -2
- package/dist/generated/src/models/UserStatus1.js +3 -2
- package/dist/generated/src/models/UserStatus1.js.map +1 -0
- package/dist/generated/src/models/UserStatus2.d.ts +2 -2
- package/dist/generated/src/models/UserStatus2.js +3 -2
- package/dist/generated/src/models/UserStatus2.js.map +1 -0
- package/dist/generated/src/models/UsersList.d.ts +2 -2
- package/dist/generated/src/models/UsersList.js +3 -2
- package/dist/generated/src/models/UsersList.js.map +1 -0
- package/dist/generated/src/models/Warning.d.ts +38 -0
- package/dist/generated/src/models/Warning.js +48 -0
- package/dist/generated/src/models/Warning.js.map +1 -0
- package/dist/generated/src/models/WirePayment.d.ts +157 -0
- package/dist/generated/src/models/WirePayment.js +123 -0
- package/dist/generated/src/models/WirePayment.js.map +1 -0
- package/dist/generated/src/models/WireTransaction.d.ts +23 -0
- package/dist/generated/src/models/WireTransaction.js +52 -0
- package/dist/generated/src/models/WireTransaction.js.map +1 -0
- package/dist/generated/src/models/index.d.ts +168 -35
- package/dist/generated/src/models/index.js +169 -35
- package/dist/generated/src/models/index.js.map +1 -0
- package/dist/generated/src/runtime.d.ts +2 -2
- package/dist/generated/src/runtime.js +4 -3
- package/dist/generated/src/runtime.js.map +1 -0
- package/dist/src/auth.d.ts +1 -1
- package/dist/src/auth.js +44 -13
- package/dist/src/auth.js.map +1 -0
- package/dist/src/client.d.ts +38 -17
- package/dist/src/client.js +213 -92
- package/dist/src/client.js.map +1 -0
- package/dist/src/completions.js +4 -3
- package/dist/src/completions.js.map +1 -0
- package/dist/src/errors.js +1 -0
- package/dist/src/errors.js.map +1 -0
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.js +3 -2
- package/dist/src/index.js.map +1 -0
- package/dist/src/operations.d.ts +7 -7
- package/dist/src/operations.js +4 -3
- package/dist/src/operations.js.map +1 -0
- package/dist/src/pagination.js +1 -0
- package/dist/src/pagination.js.map +1 -0
- package/dist/src/registry.js +3118 -2629
- package/dist/src/registry.js.map +1 -0
- package/dist/src/result.js +1 -0
- package/dist/src/result.js.map +1 -0
- package/dist/src/retry.js +24 -17
- package/dist/src/retry.js.map +1 -0
- package/dist/src/transport.js +2 -1
- package/dist/src/transport.js.map +1 -0
- package/dist/src/validate.js +27 -17
- package/dist/src/validate.js.map +1 -0
- package/package.json +30 -12
- package/dist/generated/src/apis/AlertConfigurationApi.d.ts +0 -533
- package/dist/generated/src/apis/AlertConfigurationApi.js +0 -572
- package/dist/generated/src/apis/AlertPreferencesApi.d.ts +0 -437
- package/dist/generated/src/apis/AuthenticationApi.d.ts +0 -277
- package/dist/generated/src/apis/BusinessBankingApi.d.ts +0 -308
- package/dist/generated/src/apis/CustomerCampaignsApi.d.ts +0 -527
- package/dist/generated/src/apis/CustomerCampaignsApi.js +0 -596
- package/dist/generated/src/apis/CustomerManagementApi.d.ts +0 -452
- package/dist/generated/src/apis/CustomerManagementApi.js +0 -486
- package/dist/generated/src/apis/DocumentsAndPreferencesApi.d.ts +0 -505
- package/dist/generated/src/apis/DocumentsAndPreferencesApi.js +0 -555
- package/dist/generated/src/apis/MXApi.d.ts +0 -211
- package/dist/generated/src/apis/MXApi.js +0 -252
- package/dist/generated/src/models/Account2Inner.d.ts +0 -399
- package/dist/generated/src/models/Account2Inner.js +0 -178
- package/dist/generated/src/models/Account3.d.ts +0 -636
- package/dist/generated/src/models/Account3.js +0 -300
- package/dist/generated/src/models/AccountEvent.d.ts +0 -46
- package/dist/generated/src/models/AccountEvent.js +0 -47
- package/dist/generated/src/models/AccountNickname.d.ts +0 -38
- package/dist/generated/src/models/AccountNickname.js +0 -43
- package/dist/generated/src/models/AccountRefreshStatus.d.ts +0 -77
- package/dist/generated/src/models/AccountRefreshStatus.js +0 -61
- package/dist/generated/src/models/AccountTransaction1.d.ts +0 -380
- package/dist/generated/src/models/AccountTransaction1.js +0 -203
- package/dist/generated/src/models/AccountTransactions.d.ts +0 -168
- package/dist/generated/src/models/AccountTransactions.js +0 -96
- package/dist/generated/src/models/Actions1.d.ts +0 -56
- package/dist/generated/src/models/Actions1.js +0 -49
- package/dist/generated/src/models/Calendar.d.ts +0 -87
- package/dist/generated/src/models/Calendar.js +0 -60
- package/dist/generated/src/models/Controls.d.ts +0 -39
- package/dist/generated/src/models/Controls.js +0 -44
- package/dist/generated/src/models/CustomerAccountsResponse.d.ts +0 -51
- package/dist/generated/src/models/CustomerAccountsResponse.js +0 -48
- package/dist/generated/src/models/CustomerRequest.d.ts +0 -152
- package/dist/generated/src/models/CustomerRequest.js +0 -119
- package/dist/generated/src/models/EStatementPreferencesResponse.d.ts +0 -38
- package/dist/generated/src/models/EStatementPreferencesResponse.js +0 -47
- package/dist/generated/src/models/Filter.d.ts +0 -57
- package/dist/generated/src/models/Filter.js +0 -57
- package/dist/generated/src/models/HealthStatus.d.ts +0 -32
- package/dist/generated/src/models/HealthStatus.js +0 -41
- package/dist/generated/src/models/HostTransactionType.d.ts +0 -86
- package/dist/generated/src/models/HostTransactionType.js +0 -59
- package/dist/generated/src/models/InstitutionDisclosures.d.ts +0 -33
- package/dist/generated/src/models/InstitutionDisclosures.js +0 -42
- package/dist/generated/src/models/InstitutionUserDisclosures.d.ts +0 -33
- package/dist/generated/src/models/InstitutionUserDisclosures.js +0 -42
- package/dist/generated/src/models/Limit.d.ts +0 -113
- package/dist/generated/src/models/Limit.js +0 -90
- package/dist/generated/src/models/Limits.d.ts +0 -33
- package/dist/generated/src/models/Limits.js +0 -42
- package/dist/generated/src/models/MapEntryInner.d.ts +0 -38
- package/dist/generated/src/models/MapEntryInner.js +0 -43
- package/dist/generated/src/models/ModelMap.d.ts +0 -33
- package/dist/generated/src/models/ModelMap.js +0 -42
- package/dist/generated/src/models/NonSubscriptionEvent.d.ts +0 -45
- package/dist/generated/src/models/NonSubscriptionEvent.js +0 -46
- package/dist/generated/src/models/Notification.d.ts +0 -50
- package/dist/generated/src/models/Notification.js +0 -47
- package/dist/generated/src/models/NotificationEvent.d.ts +0 -46
- package/dist/generated/src/models/NotificationEvent.js +0 -47
- package/dist/generated/src/models/PhoneNumber.d.ts +0 -66
- package/dist/generated/src/models/PhoneNumber.js +0 -58
- package/dist/generated/src/models/PostalAddress1.d.ts +0 -94
- package/dist/generated/src/models/PostalAddress1.js +0 -76
- package/dist/generated/src/models/SearchCriteriaRequestBody.d.ts +0 -112
- package/dist/generated/src/models/SearchCriteriaRequestBody.js +0 -78
- package/dist/generated/src/models/SearchResultResponse.d.ts +0 -40
- package/dist/generated/src/models/SearchResultResponse.js +0 -43
- package/dist/generated/src/models/StatementType.d.ts +0 -45
- package/dist/generated/src/models/StatementType.js +0 -63
- package/dist/generated/src/models/TimeZone.d.ts +0 -50
- package/dist/generated/src/models/TimeZone.js +0 -47
- package/dist/generated/src/models/TransactionCategory.d.ts +0 -55
- package/dist/generated/src/models/TransactionCategory.js +0 -55
- package/dist/generated/src/models/TransactionEvent.d.ts +0 -46
- package/dist/generated/src/models/TransactionEvent.js +0 -47
- package/dist/generated/src/models/TransactionList.d.ts +0 -33
- package/dist/generated/src/models/TransactionList.js +0 -42
- package/dist/generated/src/models/TransactionRange.d.ts +0 -39
- package/dist/generated/src/models/TransactionRange.js +0 -44
- package/dist/generated/src/models/TransactionTransactionImage.d.ts +0 -45
- package/dist/generated/src/models/TransactionTransactionImage.js +0 -46
- package/dist/generated/src/models/UserEvent.d.ts +0 -45
- package/dist/generated/src/models/UserEvent.js +0 -46
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Candescent DI API
|
|
3
|
-
* Welcome to the **Candescent Digital Insight API** documentation. This comprehensive API platform enables financial institutions, Marketplace Partners, and developers to build powerful digital banking experiences. ## Getting Started New to the Candescent API? Start here: - **[Quick Start Guide](/guides/getting-started/quickstart/)** - Make your first API call in minutes - **[API Categories Overview](/guides/getting-started/api-overview/)** - Explore all available API categories - **[Error Codes Reference](/guides/getting-started/error-codes/)** - Handle errors effectively ## API Categories | Category | Description | |----------|-------------| | **[
|
|
3
|
+
* Welcome to the **Candescent Digital Insight API** documentation. This comprehensive API platform enables financial institutions, Marketplace Partners, and developers to build powerful digital banking experiences. ## Getting Started New to the Candescent API? Start here: - **[Quick Start Guide](/guides/getting-started/quickstart/)** - Make your first API call in minutes - **[API Categories Overview](/guides/getting-started/api-overview/)** - Explore all available API categories - **[Error Codes Reference](/guides/getting-started/error-codes/)** - Handle errors effectively ## API Categories | Category | Description | |----------|-------------| | **[Authentication](/api/generated/o-auth-v-2/)** | OAuth token APIs (legacy v1 and current v2) | | **[Customer Management](/api/generated/registration-and-access/)** | Registration and access, profile and status, and contact info | | **[Core Banking](/api/generated/accounts/)** | Accounts, transactions, banking activities, and banking images | | **[Business Banking](/api/generated/registration/)** | Business registration, profile, entitlements, and payments | | **[Money Movement](/api/generated/recipients/)** | Recipients and transfers | | **[Alerts And Notifications](/api/generated/system-alerts/)** | System and institution alerts, templates, institution and user preferences, notification channels, and history and events | | **[Documents And Preferences](/api/generated/institution-disclosures/)** | Institution and user disclosures, and electronic statements | | **[Customer Campaigns](/api/generated/experience-groups/)** | Experience groups, jobs, promotions suite, and audience | | **[MX](/api/generated/users/)** | MX users, data, and widgets | ## Base URLs | Environment | Base URL | |-------------|----------| | Sandbox | `https://api.sandbox.candescent.com` | | Stage | `https://api.stage.candescent.com` | | Production | `https://api.candescent.com` | > **Note:** This documentation primarily references the **Stage** environment for examples. ## Authentication Overview Candescent APIs use OAuth 2.0 with JWT Bearer tokens. Follow these steps: ### Step 1: Obtain Client Credentials Get your `Client ID` and `Client Secret` from the Candescent Developer Console. ### Step 2: Generate an Access Token ```bash curl -X POST \'https://api.stage.candescent.com/oauth2/v1/token\' \\ -H \'Authorization: Basic <BASE64_ENCODED(CLIENT_ID:CLIENT_SECRET)>\' \\ -H \'Content-Type: application/x-www-form-urlencoded\' \\ -H \'transactionid: <YOUR_UNIQUE_UUID>\' \\ -H \'institutionId: <YOUR_INSTITUTION_ID>\' \\ -d \'grant_type=client_credentials\' ``` ### Step 3: Make Authenticated Requests Include the token in the `Authorization` header: ```bash curl \'https://api.stage.candescent.com/v1/accounts?loginId=<USER_LOGIN_ID>\' \\ -H \'Authorization: Bearer <YOUR_ACCESS_TOKEN>\' \\ -H \'institutionId: <YOUR_INSTITUTION_ID>\' \\ -H \'transactionid: <YOUR_UNIQUE_UUID>\' ``` > **Tip:** Access tokens expire in ~24 hours. Implement token refresh logic for uninterrupted access. For detailed authentication flows, see the **[Authentication API Reference](/api/generated/o-auth-v-2/)**.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,69 +10,42 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type { Account,
|
|
14
|
-
export interface
|
|
13
|
+
import type { Account, AccountsResponse, UXAccount } from '../models/index.js';
|
|
14
|
+
export interface AccountsApiGetAccountByIdRequest {
|
|
15
15
|
accountId: string;
|
|
16
16
|
hostUserId?: string;
|
|
17
17
|
loginId?: string;
|
|
18
|
-
viewName?: string;
|
|
19
|
-
crossAccount?: boolean;
|
|
20
18
|
institutionCustomerId?: string;
|
|
19
|
+
viewName?: GetAccountByIdViewNameEnum;
|
|
20
|
+
crossAccount?: boolean;
|
|
21
|
+
additionalFields?: boolean;
|
|
21
22
|
}
|
|
22
|
-
export interface
|
|
23
|
+
export interface AccountsApiGetCustomerAccountsTransactionsRequest {
|
|
23
24
|
customerId: string;
|
|
24
|
-
}
|
|
25
|
-
export interface AccountsApiGetBankingImageRequest {
|
|
26
|
-
accountId: string;
|
|
27
|
-
imageType: string;
|
|
28
|
-
bankingImageId: string;
|
|
29
25
|
hostUserId?: string;
|
|
30
26
|
loginId?: string;
|
|
31
|
-
statementDate?: Date;
|
|
32
|
-
institutionCustomerId?: string;
|
|
33
27
|
}
|
|
34
28
|
export interface AccountsApiListRequest {
|
|
35
29
|
hostUserId?: string;
|
|
36
30
|
loginId?: string;
|
|
37
|
-
|
|
31
|
+
institutionCustomerId?: string;
|
|
32
|
+
$apply?: ListApplyEnum;
|
|
33
|
+
$skipGroups?: number;
|
|
34
|
+
$topGroups?: number;
|
|
35
|
+
viewName?: ListViewNameEnum;
|
|
38
36
|
crossAccount?: boolean;
|
|
39
37
|
$filter?: string;
|
|
40
38
|
additionalFields?: boolean;
|
|
41
|
-
$apply?: string;
|
|
42
|
-
$skipGroups?: string;
|
|
43
|
-
$topGroups?: string;
|
|
44
|
-
institutionCustomerId?: string;
|
|
45
39
|
}
|
|
46
|
-
export interface
|
|
47
|
-
accountId: string;
|
|
48
|
-
imageType: string;
|
|
49
|
-
hostUserId?: string;
|
|
50
|
-
loginId?: string;
|
|
51
|
-
transactionDate?: Date;
|
|
52
|
-
transactionImageNumber?: string;
|
|
53
|
-
statementStartDate?: Date;
|
|
54
|
-
statementEndDate?: Date;
|
|
55
|
-
statementPreview?: string;
|
|
56
|
-
institutionCustomerId?: string;
|
|
57
|
-
}
|
|
58
|
-
export interface AccountsApiListCustomerAccountsRequest {
|
|
59
|
-
diFicustomer: string;
|
|
40
|
+
export interface AccountsApiListAccountsLegacyRequest {
|
|
60
41
|
diFiid: string;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
institutionCustomerId?: string;
|
|
69
|
-
startDate?: Date;
|
|
70
|
-
endDate?: Date;
|
|
71
|
-
retrieveFutureTransactions?: boolean;
|
|
72
|
-
}
|
|
73
|
-
export interface AccountsApiSearchActivitiesRequest {
|
|
74
|
-
searchCriteriaRequestBody: SearchCriteriaRequestBody;
|
|
75
|
-
acceptEncoding?: string;
|
|
42
|
+
diFicustomer: string;
|
|
43
|
+
intuitIFSUserType?: ListAccountsLegacyIntuitIFSUserTypeEnum;
|
|
44
|
+
intuitAuthid?: string;
|
|
45
|
+
intuitIFSOnBehalfOfUser?: string;
|
|
46
|
+
getCrossAccts?: boolean;
|
|
47
|
+
getExportAcctNum?: boolean;
|
|
48
|
+
validateLocationStatus?: boolean;
|
|
76
49
|
}
|
|
77
50
|
/**
|
|
78
51
|
* AccountsApi - interface
|
|
@@ -82,366 +55,229 @@ export interface AccountsApiSearchActivitiesRequest {
|
|
|
82
55
|
*/
|
|
83
56
|
export interface AccountsApiInterface {
|
|
84
57
|
/**
|
|
85
|
-
* Creates request options for
|
|
86
|
-
* @param {string} accountId The
|
|
58
|
+
* Creates request options for getAccountById without sending the request
|
|
59
|
+
* @param {string} accountId The unique identifier for the account.
|
|
87
60
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
88
61
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
89
|
-
* @param {string} [
|
|
90
|
-
* @param {
|
|
91
|
-
* @param {
|
|
62
|
+
* @param {string} [institutionCustomerId] Identifies the institution customer (business location) whose accounts should be returned. This parameter is applicable to Business Banking users with access to multiple locations. When provided, results are limited to accounts associated with the specified institution customer.
|
|
63
|
+
* @param {'s' | 'm'} [viewName] - **Omit** `viewName`: return all fields in **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `nickName`, `type`, `category`, `currentBalance`, `availableBalance`, `status`, `allowedActions`, `routingNumber`, `interestRate`, `interestYearToDate`, `micrNumber`, `maturityDate`, `term`, `escrowBalance`, `currentPrincipalBalance`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `minimumPayment`, `lineOfCreditLimit`, `loanOriginationDate`, `pastPrincipalDueDate`, `lastPrincipalPaymentAmount`, `originalLoanAmount`, `tpvReference`, `lastStatementBalance`, `primaryHolderName`. - **`s`** (**small**): **`viewname.small`** ∩ **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `type`, `category`, `currentBalance`, `availableBalance`, `lastStatementBalance`, `status`, `allowedActions`, `routingNumber`, `maturityDate`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `tpvReference`. - **`m`** (**medium**): Return only fields that are listed in **`viewname.external`** *and* in **`viewname.small`** ∪ **`viewname.medium`** (the service merges medium with small, then keeps the intersection with external). **Default:** same field set as **Omit** above, **minus** **`micrNumber`**. **`micrNumber`** is partner-allowed in **`viewname.external`** but is **not** present in the default **`viewname.small`** or **`viewname.medium`** lists, so it never appears when `viewName=m`. Field visibility remains subject to OAuth scopes and masking rules.
|
|
64
|
+
* @param {boolean} [crossAccount] Controls whether cross‑user (joint or cross‑member) accounts are retrieved. When `true` (default), the service may perform additional lookups to include cross‑user accounts the authenticated user is entitled to. When `false`, the service skips the extra lookup to reduce processing time; however, cross‑user accounts may still appear if they are returned by the primary account request.
|
|
65
|
+
* @param {boolean} [additionalFields] Flag to include additional account metadata. When `true`, the response may include an `additionalInfo` map with supplemental fields not returned by default. Availability of these fields depends on client type, entitlements, and request context.
|
|
92
66
|
* @throws {RequiredError}
|
|
93
67
|
* @memberof AccountsApiInterface
|
|
94
68
|
*/
|
|
95
|
-
|
|
69
|
+
getAccountByIdRequestOpts(requestParameters: AccountsApiGetAccountByIdRequest): Promise<runtime.RequestOpts>;
|
|
96
70
|
/**
|
|
97
|
-
*
|
|
98
|
-
* @summary Get
|
|
99
|
-
* @param {string} accountId The
|
|
71
|
+
* Returns detailed information for a specific financial account that the authenticated user is entitled to access. The response includes account balances, status indicators, and available actions, and is subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. This endpoint supports both retail and business banking scenarios and allows optional scoping for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display detailed account information for a selected account - Retrieve current balances, account status, and permitted actions - Support retail and business banking workflows, including joint and cross‑user account access **Behavior and capabilities:** - The account is returned only if the authenticated user is entitled to access it. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - The fields included in the response depend on the requested response view and client entitlements. - For Business Banking users, results can be scoped to a specific institution customer (location) when applicable. - Cross‑account handling may include joint or cross‑user accounts based on request configuration.
|
|
72
|
+
* @summary Get Account by ID
|
|
73
|
+
* @param {string} accountId The unique identifier for the account.
|
|
100
74
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
101
75
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
102
|
-
* @param {string} [
|
|
103
|
-
* @param {
|
|
104
|
-
* @param {
|
|
76
|
+
* @param {string} [institutionCustomerId] Identifies the institution customer (business location) whose accounts should be returned. This parameter is applicable to Business Banking users with access to multiple locations. When provided, results are limited to accounts associated with the specified institution customer.
|
|
77
|
+
* @param {'s' | 'm'} [viewName] - **Omit** `viewName`: return all fields in **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `nickName`, `type`, `category`, `currentBalance`, `availableBalance`, `status`, `allowedActions`, `routingNumber`, `interestRate`, `interestYearToDate`, `micrNumber`, `maturityDate`, `term`, `escrowBalance`, `currentPrincipalBalance`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `minimumPayment`, `lineOfCreditLimit`, `loanOriginationDate`, `pastPrincipalDueDate`, `lastPrincipalPaymentAmount`, `originalLoanAmount`, `tpvReference`, `lastStatementBalance`, `primaryHolderName`. - **`s`** (**small**): **`viewname.small`** ∩ **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `type`, `category`, `currentBalance`, `availableBalance`, `lastStatementBalance`, `status`, `allowedActions`, `routingNumber`, `maturityDate`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `tpvReference`. - **`m`** (**medium**): Return only fields that are listed in **`viewname.external`** *and* in **`viewname.small`** ∪ **`viewname.medium`** (the service merges medium with small, then keeps the intersection with external). **Default:** same field set as **Omit** above, **minus** **`micrNumber`**. **`micrNumber`** is partner-allowed in **`viewname.external`** but is **not** present in the default **`viewname.small`** or **`viewname.medium`** lists, so it never appears when `viewName=m`. Field visibility remains subject to OAuth scopes and masking rules.
|
|
78
|
+
* @param {boolean} [crossAccount] Controls whether cross‑user (joint or cross‑member) accounts are retrieved. When `true` (default), the service may perform additional lookups to include cross‑user accounts the authenticated user is entitled to. When `false`, the service skips the extra lookup to reduce processing time; however, cross‑user accounts may still appear if they are returned by the primary account request.
|
|
79
|
+
* @param {boolean} [additionalFields] Flag to include additional account metadata. When `true`, the response may include an `additionalInfo` map with supplemental fields not returned by default. Availability of these fields depends on client type, entitlements, and request context.
|
|
105
80
|
* @param {*} [options] Override http request option.
|
|
106
81
|
* @throws {RequiredError}
|
|
107
82
|
* @memberof AccountsApiInterface
|
|
108
83
|
*/
|
|
109
|
-
|
|
84
|
+
getAccountByIdRaw(requestParameters: AccountsApiGetAccountByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Account>>;
|
|
110
85
|
/**
|
|
111
|
-
*
|
|
112
|
-
* Get
|
|
86
|
+
* Returns detailed information for a specific financial account that the authenticated user is entitled to access. The response includes account balances, status indicators, and available actions, and is subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. This endpoint supports both retail and business banking scenarios and allows optional scoping for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display detailed account information for a selected account - Retrieve current balances, account status, and permitted actions - Support retail and business banking workflows, including joint and cross‑user account access **Behavior and capabilities:** - The account is returned only if the authenticated user is entitled to access it. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - The fields included in the response depend on the requested response view and client entitlements. - For Business Banking users, results can be scoped to a specific institution customer (location) when applicable. - Cross‑account handling may include joint or cross‑user accounts based on request configuration.
|
|
87
|
+
* Get Account by ID
|
|
113
88
|
*/
|
|
114
|
-
|
|
89
|
+
getAccountById(requestParameters: AccountsApiGetAccountByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Account>;
|
|
115
90
|
/**
|
|
116
|
-
* Creates request options for
|
|
117
|
-
* @param {string} customerId Unique identifier
|
|
118
|
-
* @throws {RequiredError}
|
|
119
|
-
* @memberof AccountsApiInterface
|
|
120
|
-
*/
|
|
121
|
-
getAccountsRequestOpts(requestParameters: AccountsApiGetAccountsRequest): Promise<runtime.RequestOpts>;
|
|
122
|
-
/**
|
|
123
|
-
* API to fetch Accounts registration information like account number, accounts status, account\'s transactions and more.
|
|
124
|
-
* @summary To fetch customer\'s accounts
|
|
125
|
-
* @param {string} customerId Unique identifier of financial institution customer
|
|
126
|
-
* @param {*} [options] Override http request option.
|
|
127
|
-
* @throws {RequiredError}
|
|
128
|
-
* @memberof AccountsApiInterface
|
|
129
|
-
*/
|
|
130
|
-
getAccountsRaw(requestParameters: AccountsApiGetAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Account2Inner>>>;
|
|
131
|
-
/**
|
|
132
|
-
* API to fetch Accounts registration information like account number, accounts status, account\'s transactions and more.
|
|
133
|
-
* To fetch customer\'s accounts
|
|
134
|
-
*/
|
|
135
|
-
getAccounts(requestParameters: AccountsApiGetAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Account2Inner>>;
|
|
136
|
-
/**
|
|
137
|
-
* Creates request options for getBankingImage without sending the request
|
|
138
|
-
* @param {string} accountId The ID of the account for which images are being requested.
|
|
139
|
-
* @param {string} imageType The type of the image(s) to fetch. The possible options are CHECK, DEPOSIT_SLIP, and STATEMENT.
|
|
140
|
-
* @param {string} bankingImageId The ID of the image to be retrieved.
|
|
91
|
+
* Creates request options for getCustomerAccountsTransactions without sending the request
|
|
92
|
+
* @param {string} customerId Unique identifier for the institution customer associated with the financial institution.
|
|
141
93
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
142
94
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
143
|
-
* @param {Date} [statementDate] The date for which statement image will be generated.
|
|
144
|
-
* @param {string} [institutionCustomerId] LocationId for the business banking user for which onlinestatements are being retrieved. This is a required parameter for BB User.
|
|
145
95
|
* @throws {RequiredError}
|
|
146
96
|
* @memberof AccountsApiInterface
|
|
147
97
|
*/
|
|
148
|
-
|
|
98
|
+
getCustomerAccountsTransactionsRequestOpts(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest): Promise<runtime.RequestOpts>;
|
|
149
99
|
/**
|
|
150
|
-
*
|
|
151
|
-
* @summary
|
|
152
|
-
* @param {string}
|
|
153
|
-
* @param {string} imageType The type of the image(s) to fetch. The possible options are CHECK, DEPOSIT_SLIP, and STATEMENT.
|
|
154
|
-
* @param {string} bankingImageId The ID of the image to be retrieved.
|
|
100
|
+
* Returns a unified view of a customer’s accounts with embedded transactions by aggregating data from the Accounts and Transactions APIs. This endpoint is primarily intended for use during new customer registration to retrieve and associate existing account and transaction data. The request will fail if the service cannot retrieve transactions for any account. To ensure transactions are returned for all accounts, the isHistoryEnabled flag must be enabled on each account, and cross-account retrieval must be disabled or unavailable to the retail user. The response includes account identifiers and classifications, status and balance details, regulatory and contribution attributes where applicable, ownership and account holder information, and transactions nested within each account. This endpoint is available for **retail** customers only. **Use this endpoint to:** - Retrieve all accounts and their transactions in a single call - Access balances, status, and account classification details - View ownership and account holder information - Simplify client logic by using backend aggregation **Behavior and capabilities:** - Retrieves accounts in a single call to the Accounts service, then invokes the Transactions service once per account to enrich each with transaction data - Embeds transaction data within each account object for simplified client consumption - Requires a token with permission to access both account and transaction data, and validates that the customerId matches the authenticated user\'s customerId - Returns 200 OK with aggregated data or 204 No Content when no accounts are found
|
|
101
|
+
* @summary Retrieve Customer Accounts with Transactions
|
|
102
|
+
* @param {string} customerId Unique identifier for the institution customer associated with the financial institution.
|
|
155
103
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
156
104
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
157
|
-
* @param {Date} [statementDate] The date for which statement image will be generated.
|
|
158
|
-
* @param {string} [institutionCustomerId] LocationId for the business banking user for which onlinestatements are being retrieved. This is a required parameter for BB User.
|
|
159
105
|
* @param {*} [options] Override http request option.
|
|
160
106
|
* @throws {RequiredError}
|
|
161
107
|
* @memberof AccountsApiInterface
|
|
162
108
|
*/
|
|
163
|
-
|
|
109
|
+
getCustomerAccountsTransactionsRaw(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UXAccount>>>;
|
|
164
110
|
/**
|
|
165
|
-
*
|
|
166
|
-
*
|
|
111
|
+
* Returns a unified view of a customer’s accounts with embedded transactions by aggregating data from the Accounts and Transactions APIs. This endpoint is primarily intended for use during new customer registration to retrieve and associate existing account and transaction data. The request will fail if the service cannot retrieve transactions for any account. To ensure transactions are returned for all accounts, the isHistoryEnabled flag must be enabled on each account, and cross-account retrieval must be disabled or unavailable to the retail user. The response includes account identifiers and classifications, status and balance details, regulatory and contribution attributes where applicable, ownership and account holder information, and transactions nested within each account. This endpoint is available for **retail** customers only. **Use this endpoint to:** - Retrieve all accounts and their transactions in a single call - Access balances, status, and account classification details - View ownership and account holder information - Simplify client logic by using backend aggregation **Behavior and capabilities:** - Retrieves accounts in a single call to the Accounts service, then invokes the Transactions service once per account to enrich each with transaction data - Embeds transaction data within each account object for simplified client consumption - Requires a token with permission to access both account and transaction data, and validates that the customerId matches the authenticated user\'s customerId - Returns 200 OK with aggregated data or 204 No Content when no accounts are found
|
|
112
|
+
* Retrieve Customer Accounts with Transactions
|
|
167
113
|
*/
|
|
168
|
-
|
|
114
|
+
getCustomerAccountsTransactions(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UXAccount> | null | undefined>;
|
|
169
115
|
/**
|
|
170
116
|
* Creates request options for list without sending the request
|
|
171
117
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
172
118
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
173
|
-
* @param {string} [
|
|
174
|
-
* @param {
|
|
175
|
-
* @param {
|
|
176
|
-
* @param {
|
|
177
|
-
* @param {
|
|
178
|
-
* @param {
|
|
179
|
-
* @param {string} [$
|
|
180
|
-
* @param {
|
|
119
|
+
* @param {string} [institutionCustomerId] Identifies the institution customer (business location) whose accounts should be returned. This parameter is applicable to Business Banking users with access to multiple locations. When provided, results are limited to accounts associated with the specified institution customer.
|
|
120
|
+
* @param {'groupBy(customer)'} [$apply] Groups account results by institution customer for Business Banking users with multiple locations. Only `groupBy(customer)` is supported. When used, both `$skipGroups` and `$topGroups` are required to enable location‑level paging.
|
|
121
|
+
* @param {number} [$skipGroups] Group‑level offset for Business Banking location paging. Indicates how many institution‑customer groups to skip before returning results. Must be used with `$apply=groupBy(customer)` and `$topGroups`. Valid values range from 0 to the total number of locations minus one.
|
|
122
|
+
* @param {number} [$topGroups] Specifies the maximum number of institution‑customer groups (business locations) to return in the response when grouped paging is enabled. This parameter is used only with `$apply=groupBy(customer)` and must be provided together with `$skipGroups`. Currently, only a value of `1` is supported.
|
|
123
|
+
* @param {'s' | 'm'} [viewName] - **Omit** `viewName`: return all fields in **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `nickName`, `type`, `category`, `currentBalance`, `availableBalance`, `status`, `allowedActions`, `routingNumber`, `interestRate`, `interestYearToDate`, `micrNumber`, `maturityDate`, `term`, `escrowBalance`, `currentPrincipalBalance`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `minimumPayment`, `lineOfCreditLimit`, `loanOriginationDate`, `pastPrincipalDueDate`, `lastPrincipalPaymentAmount`, `originalLoanAmount`, `tpvReference`, `lastStatementBalance`, `primaryHolderName`. - **`s`** (**small**): **`viewname.small`** ∩ **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `type`, `category`, `currentBalance`, `availableBalance`, `lastStatementBalance`, `status`, `allowedActions`, `routingNumber`, `maturityDate`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `tpvReference`. - **`m`** (**medium**): Return only fields that are listed in **`viewname.external`** *and* in **`viewname.small`** ∪ **`viewname.medium`** (the service merges medium with small, then keeps the intersection with external). **Default:** same field set as **Omit** above, **minus** **`micrNumber`**. **`micrNumber`** is partner-allowed in **`viewname.external`** but is **not** present in the default **`viewname.small`** or **`viewname.medium`** lists, so it never appears when `viewName=m`. Field visibility remains subject to OAuth scopes and masking rules.
|
|
124
|
+
* @param {boolean} [crossAccount] Controls whether cross‑user (joint or cross‑member) accounts are retrieved. When `true` (default), the service may perform additional lookups to include cross‑user accounts the authenticated user is entitled to. When `false`, the service skips the extra lookup to reduce processing time; however, cross‑user accounts may still appear if they are returned by the primary account request.
|
|
125
|
+
* @param {string} [$filter] OData `$filter` expression to narrow the account list. Supported properties: `id`, `nickName`, `type`, `accountNumber`, `category` (for example `DEPOSIT`, `LOAN`, `INVESTMENT`, `TIERED_LOAN`, `CROSS_USER_ACCOUNT`). Only simple filter expressions are supported. Invalid filters return a validation error (for example **ACC_00005**).
|
|
126
|
+
* @param {boolean} [additionalFields] Flag to include additional account metadata. When `true`, the response may include an `additionalInfo` map with supplemental fields not returned by default. Availability of these fields depends on client type, entitlements, and request context.
|
|
181
127
|
* @throws {RequiredError}
|
|
182
128
|
* @memberof AccountsApiInterface
|
|
183
129
|
*/
|
|
184
130
|
listRequestOpts(requestParameters: AccountsApiListRequest): Promise<runtime.RequestOpts>;
|
|
185
131
|
/**
|
|
186
|
-
*
|
|
187
|
-
* @summary List
|
|
132
|
+
* Returns a list of financial accounts that the authenticated user is entitled to access. The response may include deposit, loan, investment, and related account types, subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. The endpoint supports optional filtering and cross‑account handling, and provides additional grouping and paging capabilities for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display an account summary or dashboard for a user - Retrieve account metadata for navigation, selection, or downstream workflows - Support retail and business banking use cases, including joint and cross‑user accounts **Behavior and capabilities:** - Results are returned only for accounts the user is entitled to access. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - Optional OData filtering can be applied to narrow results by account attributes. - Cross‑account retrieval can be enabled or disabled to control inclusion of joint or cross‑user accounts. - For Business Banking users with multiple locations, accounts can be grouped by institution customer (location) with group‑level paging support.
|
|
133
|
+
* @summary List Accounts
|
|
188
134
|
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
189
135
|
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
190
|
-
* @param {string} [
|
|
191
|
-
* @param {
|
|
192
|
-
* @param {
|
|
193
|
-
* @param {
|
|
194
|
-
* @param {
|
|
195
|
-
* @param {
|
|
196
|
-
* @param {string} [$
|
|
197
|
-
* @param {
|
|
136
|
+
* @param {string} [institutionCustomerId] Identifies the institution customer (business location) whose accounts should be returned. This parameter is applicable to Business Banking users with access to multiple locations. When provided, results are limited to accounts associated with the specified institution customer.
|
|
137
|
+
* @param {'groupBy(customer)'} [$apply] Groups account results by institution customer for Business Banking users with multiple locations. Only `groupBy(customer)` is supported. When used, both `$skipGroups` and `$topGroups` are required to enable location‑level paging.
|
|
138
|
+
* @param {number} [$skipGroups] Group‑level offset for Business Banking location paging. Indicates how many institution‑customer groups to skip before returning results. Must be used with `$apply=groupBy(customer)` and `$topGroups`. Valid values range from 0 to the total number of locations minus one.
|
|
139
|
+
* @param {number} [$topGroups] Specifies the maximum number of institution‑customer groups (business locations) to return in the response when grouped paging is enabled. This parameter is used only with `$apply=groupBy(customer)` and must be provided together with `$skipGroups`. Currently, only a value of `1` is supported.
|
|
140
|
+
* @param {'s' | 'm'} [viewName] - **Omit** `viewName`: return all fields in **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `nickName`, `type`, `category`, `currentBalance`, `availableBalance`, `status`, `allowedActions`, `routingNumber`, `interestRate`, `interestYearToDate`, `micrNumber`, `maturityDate`, `term`, `escrowBalance`, `currentPrincipalBalance`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `minimumPayment`, `lineOfCreditLimit`, `loanOriginationDate`, `pastPrincipalDueDate`, `lastPrincipalPaymentAmount`, `originalLoanAmount`, `tpvReference`, `lastStatementBalance`, `primaryHolderName`. - **`s`** (**small**): **`viewname.small`** ∩ **`viewname.external`**. Default: `id`, `institutionUserId`, `institutionCustomerId`, `institutionId`, `description`, `accountNumber`, `type`, `category`, `currentBalance`, `availableBalance`, `lastStatementBalance`, `status`, `allowedActions`, `routingNumber`, `maturityDate`, `nextPaymentAmount`, `nextPaymentDate`, `payOffAmount`, `calculatedPayOffAmount`, `tpvReference`. - **`m`** (**medium**): Return only fields that are listed in **`viewname.external`** *and* in **`viewname.small`** ∪ **`viewname.medium`** (the service merges medium with small, then keeps the intersection with external). **Default:** same field set as **Omit** above, **minus** **`micrNumber`**. **`micrNumber`** is partner-allowed in **`viewname.external`** but is **not** present in the default **`viewname.small`** or **`viewname.medium`** lists, so it never appears when `viewName=m`. Field visibility remains subject to OAuth scopes and masking rules.
|
|
141
|
+
* @param {boolean} [crossAccount] Controls whether cross‑user (joint or cross‑member) accounts are retrieved. When `true` (default), the service may perform additional lookups to include cross‑user accounts the authenticated user is entitled to. When `false`, the service skips the extra lookup to reduce processing time; however, cross‑user accounts may still appear if they are returned by the primary account request.
|
|
142
|
+
* @param {string} [$filter] OData `$filter` expression to narrow the account list. Supported properties: `id`, `nickName`, `type`, `accountNumber`, `category` (for example `DEPOSIT`, `LOAN`, `INVESTMENT`, `TIERED_LOAN`, `CROSS_USER_ACCOUNT`). Only simple filter expressions are supported. Invalid filters return a validation error (for example **ACC_00005**).
|
|
143
|
+
* @param {boolean} [additionalFields] Flag to include additional account metadata. When `true`, the response may include an `additionalInfo` map with supplemental fields not returned by default. Availability of these fields depends on client type, entitlements, and request context.
|
|
198
144
|
* @param {*} [options] Override http request option.
|
|
199
145
|
* @throws {RequiredError}
|
|
200
146
|
* @memberof AccountsApiInterface
|
|
201
147
|
*/
|
|
202
148
|
listRaw(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
203
149
|
/**
|
|
204
|
-
*
|
|
205
|
-
* List
|
|
150
|
+
* Returns a list of financial accounts that the authenticated user is entitled to access. The response may include deposit, loan, investment, and related account types, subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. The endpoint supports optional filtering and cross‑account handling, and provides additional grouping and paging capabilities for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display an account summary or dashboard for a user - Retrieve account metadata for navigation, selection, or downstream workflows - Support retail and business banking use cases, including joint and cross‑user accounts **Behavior and capabilities:** - Results are returned only for accounts the user is entitled to access. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - Optional OData filtering can be applied to narrow results by account attributes. - Cross‑account retrieval can be enabled or disabled to control inclusion of joint or cross‑user accounts. - For Business Banking users with multiple locations, accounts can be grouped by institution customer (location) with group‑level paging support.
|
|
151
|
+
* List Accounts
|
|
206
152
|
*/
|
|
207
153
|
list(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse>;
|
|
208
154
|
/**
|
|
209
|
-
* Creates request options for
|
|
210
|
-
* @param {string}
|
|
211
|
-
* @param {string}
|
|
212
|
-
* @param {
|
|
213
|
-
* @param {string} [
|
|
214
|
-
* @param {
|
|
215
|
-
* @param {
|
|
216
|
-
* @param {
|
|
217
|
-
* @param {
|
|
218
|
-
* @param {string} [statementPreview] The param is only applicable for statement images. This supports one OLS vendor. The vendor’s host request requires a statementPreview parameter.The options are PREVIEW or CURRENT which allows an administrator to view a preview of the Statement List. From AP, an administrator can view a preview of the Statement List. Only the request originating from AP will send the preview=true parameter.
|
|
219
|
-
* @param {string} [institutionCustomerId] LocationId for the business banking user for which onlinestatements are being retrieved. This is a required parameter for BB User.
|
|
220
|
-
* @throws {RequiredError}
|
|
221
|
-
* @memberof AccountsApiInterface
|
|
222
|
-
*/
|
|
223
|
-
listBankingImagesRequestOpts(requestParameters: AccountsApiListBankingImagesRequest): Promise<runtime.RequestOpts>;
|
|
224
|
-
/**
|
|
225
|
-
* Returns a list of available scanned document images based on query parameters including account, image type, and date range. The response contains individual image IDs and metadata that can be used to retrieve, view, and print specific images. **Image Types:** - `CHECK` - Check images (requires transactionDate and transactionImageNumber) - `DEPOSIT_SLIP` - Deposit slip images (requires transactionDate and transactionImageNumber) - `STATEMENT` - Statement images (requires statementStartDate and statementEndDate) **Use this endpoint to:** - Build a UI component displaying available images for customers - Retrieve image metadata for transaction history displays - Get image IDs for subsequent individual image retrieval
|
|
226
|
-
* @summary List banking images
|
|
227
|
-
* @param {string} accountId The ID of the account for which images are being requested.
|
|
228
|
-
* @param {string} imageType The type of the image(s) to fetch. The possible options are CHECK, DEPOSIT_SLIP, and STATEMENT.
|
|
229
|
-
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
230
|
-
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
231
|
-
* @param {Date} [transactionDate] This param is only applcable for check or deposit slip images. This is the date of the transaction. This is a required parameter when the imageType is CHECK or DEPOSIT_SLIP.
|
|
232
|
-
* @param {string} [transactionImageNumber] This param is only applicable for check or deposit slip images. This is a reference number on the check (eg. check number) or the deposit slip (eg. deposit slip number). This is a required parameter when the imageType is CHECK or DEPOSIT_SLIP.
|
|
233
|
-
* @param {Date} [statementStartDate] The start of the date for which statement images will be retrieved (inclusive). If included, this date must be before or the same as the end date, otherwise the request will fail.
|
|
234
|
-
* @param {Date} [statementEndDate] The end of the date for which statement images will be retrieved (inclusive). If included, this date must be after or the same as the start date, otherwise the request will fail.
|
|
235
|
-
* @param {string} [statementPreview] The param is only applicable for statement images. This supports one OLS vendor. The vendor’s host request requires a statementPreview parameter.The options are PREVIEW or CURRENT which allows an administrator to view a preview of the Statement List. From AP, an administrator can view a preview of the Statement List. Only the request originating from AP will send the preview=true parameter.
|
|
236
|
-
* @param {string} [institutionCustomerId] LocationId for the business banking user for which onlinestatements are being retrieved. This is a required parameter for BB User.
|
|
237
|
-
* @param {*} [options] Override http request option.
|
|
238
|
-
* @throws {RequiredError}
|
|
239
|
-
* @memberof AccountsApiInterface
|
|
240
|
-
*/
|
|
241
|
-
listBankingImagesRaw(requestParameters: AccountsApiListBankingImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BankingImages>>;
|
|
242
|
-
/**
|
|
243
|
-
* Returns a list of available scanned document images based on query parameters including account, image type, and date range. The response contains individual image IDs and metadata that can be used to retrieve, view, and print specific images. **Image Types:** - `CHECK` - Check images (requires transactionDate and transactionImageNumber) - `DEPOSIT_SLIP` - Deposit slip images (requires transactionDate and transactionImageNumber) - `STATEMENT` - Statement images (requires statementStartDate and statementEndDate) **Use this endpoint to:** - Build a UI component displaying available images for customers - Retrieve image metadata for transaction history displays - Get image IDs for subsequent individual image retrieval
|
|
244
|
-
* List banking images
|
|
245
|
-
*/
|
|
246
|
-
listBankingImages(requestParameters: AccountsApiListBankingImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BankingImages | null | undefined>;
|
|
247
|
-
/**
|
|
248
|
-
* Creates request options for listCustomerAccounts without sending the request
|
|
249
|
-
* @param {string} diFicustomer The digital banking user\'s internal system ID (GUID)
|
|
250
|
-
* @param {string} diFiid The financial institution from which the accounts information is being requested. The scope of the OAuth token will be restricted to this Financial Institution.
|
|
251
|
-
* @param {string} [userAgent] Identifies the application and the platform making the request. The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]`, e.g., `iPhone/1.0/abc12345;Nokia3110`.
|
|
252
|
-
* @param {string} [originatingIp] The IP address of the device making the request for authentication. If not provided, the IP address logged will be extracted from the HTTP request. **Note:** This should be the originating device, rather than the client making the request (e.g., if a mobile device is used, the IP address should be that of the mobile device, rather than a back-end service).
|
|
253
|
-
* @throws {RequiredError}
|
|
254
|
-
* @memberof AccountsApiInterface
|
|
255
|
-
*/
|
|
256
|
-
listCustomerAccountsRequestOpts(requestParameters: AccountsApiListCustomerAccountsRequest): Promise<runtime.RequestOpts>;
|
|
257
|
-
/**
|
|
258
|
-
* Retrieves all accounts associated with a customer for the specified Financial Institution and Customer ID. **Requires V1 OAuth Token** **Note:** After OAuth token expired, the token must be refreshed or a new token requested.
|
|
259
|
-
* @summary List customer accounts (Legacy)
|
|
260
|
-
* @param {string} diFicustomer The digital banking user\'s internal system ID (GUID)
|
|
261
|
-
* @param {string} diFiid The financial institution from which the accounts information is being requested. The scope of the OAuth token will be restricted to this Financial Institution.
|
|
262
|
-
* @param {string} [userAgent] Identifies the application and the platform making the request. The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]`, e.g., `iPhone/1.0/abc12345;Nokia3110`.
|
|
263
|
-
* @param {string} [originatingIp] The IP address of the device making the request for authentication. If not provided, the IP address logged will be extracted from the HTTP request. **Note:** This should be the originating device, rather than the client making the request (e.g., if a mobile device is used, the IP address should be that of the mobile device, rather than a back-end service).
|
|
264
|
-
* @param {*} [options] Override http request option.
|
|
265
|
-
* @throws {RequiredError}
|
|
266
|
-
* @memberof AccountsApiInterface
|
|
267
|
-
*/
|
|
268
|
-
listCustomerAccountsRaw(requestParameters: AccountsApiListCustomerAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerAccountsResponse>>;
|
|
269
|
-
/**
|
|
270
|
-
* Retrieves all accounts associated with a customer for the specified Financial Institution and Customer ID. **Requires V1 OAuth Token** **Note:** After OAuth token expired, the token must be refreshed or a new token requested.
|
|
271
|
-
* List customer accounts (Legacy)
|
|
272
|
-
*/
|
|
273
|
-
listCustomerAccounts(requestParameters: AccountsApiListCustomerAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerAccountsResponse>;
|
|
274
|
-
/**
|
|
275
|
-
* Creates request options for listTransactions without sending the request
|
|
276
|
-
* @param {string} accountId The ID of the account for which transactions are being requested.
|
|
277
|
-
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
278
|
-
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
279
|
-
* @param {string} [institutionCustomerId] The institution customer id that identifies the location for which transactions should be retrieved. Required for BB users.
|
|
280
|
-
* @param {Date} [startDate] The start of the date range for which transactions will be retrieved (inclusive). If included, this date must be before or the same as the end date, otherwise the request will fail.
|
|
281
|
-
* @param {Date} [endDate] The end of the date range for which transactions will be retrieved (inclusive). If included, this date must be after or the same as the start date, otherwise the request will fail.
|
|
282
|
-
* @param {boolean} [retrieveFutureTransactions] When true, adds an FI configurable number of days to today, and sets this date as the end date. If an end date is sent in the request, this parameter will override it.
|
|
283
|
-
* @throws {RequiredError}
|
|
284
|
-
* @memberof AccountsApiInterface
|
|
285
|
-
*/
|
|
286
|
-
listTransactionsRequestOpts(requestParameters: AccountsApiListTransactionsRequest): Promise<runtime.RequestOpts>;
|
|
287
|
-
/**
|
|
288
|
-
* Retrieves transaction history for a specified account. Transactions include all financial actions performed by the customer including deposits, withdrawals, transfers, and payments. **Key Features:** - Filter by date range using startDate and endDate parameters - Retrieve pending/future transactions with retrieveFutureTransactions parameter - Business Banking support with institutionCustomerId for location-specific transactions - Returns transaction details including amounts, types, status indicators, and image identifiers **Date Parameters:** - Dates must be in ISO 8601 format (YYYY-MM-DD) - Start date must be before or equal to end date - If no dates provided, returns transactions based on FI-configured default range See the Transactions tag documentation for complete error codes and additional details.
|
|
289
|
-
* @summary List account transactions
|
|
290
|
-
* @param {string} accountId The ID of the account for which transactions are being requested.
|
|
291
|
-
* @param {string} [hostUserId] Identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `loginId` query parameter.
|
|
292
|
-
* @param {string} [loginId] Login identifier for the user associated with the financial institution. This parameter is **required** when the access token was issued using the `client_credentials` grant type; otherwise, it is optional. Cannot be used with `hostUserId` query parameter.
|
|
293
|
-
* @param {string} [institutionCustomerId] The institution customer id that identifies the location for which transactions should be retrieved. Required for BB users.
|
|
294
|
-
* @param {Date} [startDate] The start of the date range for which transactions will be retrieved (inclusive). If included, this date must be before or the same as the end date, otherwise the request will fail.
|
|
295
|
-
* @param {Date} [endDate] The end of the date range for which transactions will be retrieved (inclusive). If included, this date must be after or the same as the start date, otherwise the request will fail.
|
|
296
|
-
* @param {boolean} [retrieveFutureTransactions] When true, adds an FI configurable number of days to today, and sets this date as the end date. If an end date is sent in the request, this parameter will override it.
|
|
297
|
-
* @param {*} [options] Override http request option.
|
|
298
|
-
* @throws {RequiredError}
|
|
299
|
-
* @memberof AccountsApiInterface
|
|
300
|
-
*/
|
|
301
|
-
listTransactionsRaw(requestParameters: AccountsApiListTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TransactionList>>;
|
|
302
|
-
/**
|
|
303
|
-
* Retrieves transaction history for a specified account. Transactions include all financial actions performed by the customer including deposits, withdrawals, transfers, and payments. **Key Features:** - Filter by date range using startDate and endDate parameters - Retrieve pending/future transactions with retrieveFutureTransactions parameter - Business Banking support with institutionCustomerId for location-specific transactions - Returns transaction details including amounts, types, status indicators, and image identifiers **Date Parameters:** - Dates must be in ISO 8601 format (YYYY-MM-DD) - Start date must be before or equal to end date - If no dates provided, returns transactions based on FI-configured default range See the Transactions tag documentation for complete error codes and additional details.
|
|
304
|
-
* List account transactions
|
|
305
|
-
*/
|
|
306
|
-
listTransactions(requestParameters: AccountsApiListTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TransactionList>;
|
|
307
|
-
/**
|
|
308
|
-
* Creates request options for searchActivities without sending the request
|
|
309
|
-
* @param {SearchCriteriaRequestBody} searchCriteriaRequestBody Criterias for search
|
|
310
|
-
* @param {string} [acceptEncoding] The server supports gzip compression. It is recommended to always pass this header to get compressed response faster.
|
|
155
|
+
* Creates request options for listAccountsLegacy without sending the request
|
|
156
|
+
* @param {string} diFiid Identifier of the financial institution to which the account belongs.
|
|
157
|
+
* @param {string} diFicustomer Unique identifier of the customer associated with the account. For retail users, this is the legacy GUID. For business users, this is the institution customer ID (business location).
|
|
158
|
+
* @param {'ENTITLED' | 'PRIMARY_ADMIN' | 'SECONDARY_ADMIN' | 'BUSINESS_USER'} [intuitIFSUserType] Specifies the user role for the request. Required for retail sub-users (ENTITLED) and all business users (PRIMARY_ADMIN, SECONDARY_ADMIN, BUSINESS_USER). When set to ENTITLED, the intuit_authid and intuit_ifs_onbehalfofuser headers are required. When set to SECONDARY_ADMIN or BUSINESS_USER, the intuit_authid header is required.
|
|
159
|
+
* @param {string} [intuitAuthid] Unique identifier for the authenticated institutional user associated with the account. Required when intuit_IFS_userType is ENTITLED (retail sub-user), SECONDARY_ADMIN, or BUSINESS_USER. Optional for PRIMARY_ADMIN.
|
|
160
|
+
* @param {string} [intuitIFSOnBehalfOfUser] Identifier of the primary retail user (member number) on whose behalf a sub-user is making the request. Only applicable for retail sub-user requests (intuit_IFS_userType is ENTITLED).
|
|
161
|
+
* @param {boolean} [getCrossAccts] Indicates whether account data for related users should be included in the account retrieval response. When set to true and supported by the financial institution’s configuration, any related-user accounts not returned by default are retrieved and combined with the primary user’s accounts in a single response.
|
|
162
|
+
* @param {boolean} [getExportAcctNum] Indicates whether an export-formatted account number should be included in the response. When set to true and supported by the financial institution’s configuration, each account includes an exportAccountNumber field suitable for use with financial software such as Quicken or QuickBooks.
|
|
163
|
+
* @param {boolean} [validateLocationStatus] Supported only for Business Banking. When set to true and supported by the financial institution’s configuration, the business TIN is validated with the host system prior to fetching account data.
|
|
311
164
|
* @throws {RequiredError}
|
|
312
165
|
* @memberof AccountsApiInterface
|
|
313
166
|
*/
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
*
|
|
317
|
-
* @summary
|
|
318
|
-
* @param {
|
|
319
|
-
* @param {string}
|
|
167
|
+
listAccountsLegacyRequestOpts(requestParameters: AccountsApiListAccountsLegacyRequest): Promise<runtime.RequestOpts>;
|
|
168
|
+
/**
|
|
169
|
+
* Retrieves account information for a specified financial institution customer, including supported account types, account details, balances, and account status indicators. This endpoint supports both Retail and Business Banking and returns the set of accounts available to the requesting user based on role, entitlements, and configuration. **Use this endpoint to:** - Return the list of accounts associated with the specified customer, optionally including accounts for related users when enabled via query parameters and supported by the financial institution\'s configuration. - Support both Retail and Business Banking callers. Retail requests apply retail-specific eligibility checks, while Business Banking requests apply business role handling and optional validation logic based on the financial institution\'s configuration and request parameters. - Optionally include export-formatted account numbers when requested. **Behavior and capabilities:** - Account data is retrieved through the account aggregation pipeline and may be served from cache when available. - Before returning a successful response, display rules and field visibility controls are applied based on the financial institution\'s configuration. - If no accounts are available for an entitled caller, the service returns a 204 No Content response.
|
|
170
|
+
* @summary List Accounts (Legacy)
|
|
171
|
+
* @param {string} diFiid Identifier of the financial institution to which the account belongs.
|
|
172
|
+
* @param {string} diFicustomer Unique identifier of the customer associated with the account. For retail users, this is the legacy GUID. For business users, this is the institution customer ID (business location).
|
|
173
|
+
* @param {'ENTITLED' | 'PRIMARY_ADMIN' | 'SECONDARY_ADMIN' | 'BUSINESS_USER'} [intuitIFSUserType] Specifies the user role for the request. Required for retail sub-users (ENTITLED) and all business users (PRIMARY_ADMIN, SECONDARY_ADMIN, BUSINESS_USER). When set to ENTITLED, the intuit_authid and intuit_ifs_onbehalfofuser headers are required. When set to SECONDARY_ADMIN or BUSINESS_USER, the intuit_authid header is required.
|
|
174
|
+
* @param {string} [intuitAuthid] Unique identifier for the authenticated institutional user associated with the account. Required when intuit_IFS_userType is ENTITLED (retail sub-user), SECONDARY_ADMIN, or BUSINESS_USER. Optional for PRIMARY_ADMIN.
|
|
175
|
+
* @param {string} [intuitIFSOnBehalfOfUser] Identifier of the primary retail user (member number) on whose behalf a sub-user is making the request. Only applicable for retail sub-user requests (intuit_IFS_userType is ENTITLED).
|
|
176
|
+
* @param {boolean} [getCrossAccts] Indicates whether account data for related users should be included in the account retrieval response. When set to true and supported by the financial institution’s configuration, any related-user accounts not returned by default are retrieved and combined with the primary user’s accounts in a single response.
|
|
177
|
+
* @param {boolean} [getExportAcctNum] Indicates whether an export-formatted account number should be included in the response. When set to true and supported by the financial institution’s configuration, each account includes an exportAccountNumber field suitable for use with financial software such as Quicken or QuickBooks.
|
|
178
|
+
* @param {boolean} [validateLocationStatus] Supported only for Business Banking. When set to true and supported by the financial institution’s configuration, the business TIN is validated with the host system prior to fetching account data.
|
|
320
179
|
* @param {*} [options] Override http request option.
|
|
321
180
|
* @throws {RequiredError}
|
|
322
181
|
* @memberof AccountsApiInterface
|
|
323
182
|
*/
|
|
324
|
-
|
|
183
|
+
listAccountsLegacyRaw(requestParameters: AccountsApiListAccountsLegacyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
325
184
|
/**
|
|
326
|
-
*
|
|
327
|
-
*
|
|
185
|
+
* Retrieves account information for a specified financial institution customer, including supported account types, account details, balances, and account status indicators. This endpoint supports both Retail and Business Banking and returns the set of accounts available to the requesting user based on role, entitlements, and configuration. **Use this endpoint to:** - Return the list of accounts associated with the specified customer, optionally including accounts for related users when enabled via query parameters and supported by the financial institution\'s configuration. - Support both Retail and Business Banking callers. Retail requests apply retail-specific eligibility checks, while Business Banking requests apply business role handling and optional validation logic based on the financial institution\'s configuration and request parameters. - Optionally include export-formatted account numbers when requested. **Behavior and capabilities:** - Account data is retrieved through the account aggregation pipeline and may be served from cache when available. - Before returning a successful response, display rules and field visibility controls are applied based on the financial institution\'s configuration. - If no accounts are available for an entitled caller, the service returns a 204 No Content response.
|
|
186
|
+
* List Accounts (Legacy)
|
|
328
187
|
*/
|
|
329
|
-
|
|
188
|
+
listAccountsLegacy(requestParameters: AccountsApiListAccountsLegacyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse | null | undefined>;
|
|
330
189
|
}
|
|
331
190
|
/**
|
|
332
191
|
*
|
|
333
192
|
*/
|
|
334
193
|
export declare class AccountsApi extends runtime.BaseAPI implements AccountsApiInterface {
|
|
335
194
|
/**
|
|
336
|
-
* Creates request options for
|
|
337
|
-
*/
|
|
338
|
-
getRequestOpts(requestParameters: AccountsApiGetRequest): Promise<runtime.RequestOpts>;
|
|
339
|
-
/**
|
|
340
|
-
* Retrieves detailed information for a specific account by its unique identifier. **Parameters:** - Use `viewName` to control response detail level (`s` for small, `m` for medium) - Set `crossAccount=false` to exclude cross-user accounts from validation
|
|
341
|
-
* Get account by ID
|
|
195
|
+
* Creates request options for getAccountById without sending the request
|
|
342
196
|
*/
|
|
343
|
-
|
|
197
|
+
getAccountByIdRequestOpts(requestParameters: AccountsApiGetAccountByIdRequest): Promise<runtime.RequestOpts>;
|
|
344
198
|
/**
|
|
345
|
-
*
|
|
346
|
-
* Get
|
|
199
|
+
* Returns detailed information for a specific financial account that the authenticated user is entitled to access. The response includes account balances, status indicators, and available actions, and is subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. This endpoint supports both retail and business banking scenarios and allows optional scoping for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display detailed account information for a selected account - Retrieve current balances, account status, and permitted actions - Support retail and business banking workflows, including joint and cross‑user account access **Behavior and capabilities:** - The account is returned only if the authenticated user is entitled to access it. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - The fields included in the response depend on the requested response view and client entitlements. - For Business Banking users, results can be scoped to a specific institution customer (location) when applicable. - Cross‑account handling may include joint or cross‑user accounts based on request configuration.
|
|
200
|
+
* Get Account by ID
|
|
347
201
|
*/
|
|
348
|
-
|
|
202
|
+
getAccountByIdRaw(requestParameters: AccountsApiGetAccountByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Account>>;
|
|
349
203
|
/**
|
|
350
|
-
*
|
|
204
|
+
* Returns detailed information for a specific financial account that the authenticated user is entitled to access. The response includes account balances, status indicators, and available actions, and is subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. This endpoint supports both retail and business banking scenarios and allows optional scoping for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display detailed account information for a selected account - Retrieve current balances, account status, and permitted actions - Support retail and business banking workflows, including joint and cross‑user account access **Behavior and capabilities:** - The account is returned only if the authenticated user is entitled to access it. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - The fields included in the response depend on the requested response view and client entitlements. - For Business Banking users, results can be scoped to a specific institution customer (location) when applicable. - Cross‑account handling may include joint or cross‑user accounts based on request configuration.
|
|
205
|
+
* Get Account by ID
|
|
351
206
|
*/
|
|
352
|
-
|
|
207
|
+
getAccountById(requestParameters: AccountsApiGetAccountByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Account>;
|
|
353
208
|
/**
|
|
354
|
-
*
|
|
355
|
-
* To fetch customer\'s accounts
|
|
209
|
+
* Creates request options for getCustomerAccountsTransactions without sending the request
|
|
356
210
|
*/
|
|
357
|
-
|
|
211
|
+
getCustomerAccountsTransactionsRequestOpts(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest): Promise<runtime.RequestOpts>;
|
|
358
212
|
/**
|
|
359
|
-
*
|
|
360
|
-
*
|
|
213
|
+
* Returns a unified view of a customer’s accounts with embedded transactions by aggregating data from the Accounts and Transactions APIs. This endpoint is primarily intended for use during new customer registration to retrieve and associate existing account and transaction data. The request will fail if the service cannot retrieve transactions for any account. To ensure transactions are returned for all accounts, the isHistoryEnabled flag must be enabled on each account, and cross-account retrieval must be disabled or unavailable to the retail user. The response includes account identifiers and classifications, status and balance details, regulatory and contribution attributes where applicable, ownership and account holder information, and transactions nested within each account. This endpoint is available for **retail** customers only. **Use this endpoint to:** - Retrieve all accounts and their transactions in a single call - Access balances, status, and account classification details - View ownership and account holder information - Simplify client logic by using backend aggregation **Behavior and capabilities:** - Retrieves accounts in a single call to the Accounts service, then invokes the Transactions service once per account to enrich each with transaction data - Embeds transaction data within each account object for simplified client consumption - Requires a token with permission to access both account and transaction data, and validates that the customerId matches the authenticated user\'s customerId - Returns 200 OK with aggregated data or 204 No Content when no accounts are found
|
|
214
|
+
* Retrieve Customer Accounts with Transactions
|
|
361
215
|
*/
|
|
362
|
-
|
|
216
|
+
getCustomerAccountsTransactionsRaw(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UXAccount>>>;
|
|
363
217
|
/**
|
|
364
|
-
*
|
|
218
|
+
* Returns a unified view of a customer’s accounts with embedded transactions by aggregating data from the Accounts and Transactions APIs. This endpoint is primarily intended for use during new customer registration to retrieve and associate existing account and transaction data. The request will fail if the service cannot retrieve transactions for any account. To ensure transactions are returned for all accounts, the isHistoryEnabled flag must be enabled on each account, and cross-account retrieval must be disabled or unavailable to the retail user. The response includes account identifiers and classifications, status and balance details, regulatory and contribution attributes where applicable, ownership and account holder information, and transactions nested within each account. This endpoint is available for **retail** customers only. **Use this endpoint to:** - Retrieve all accounts and their transactions in a single call - Access balances, status, and account classification details - View ownership and account holder information - Simplify client logic by using backend aggregation **Behavior and capabilities:** - Retrieves accounts in a single call to the Accounts service, then invokes the Transactions service once per account to enrich each with transaction data - Embeds transaction data within each account object for simplified client consumption - Requires a token with permission to access both account and transaction data, and validates that the customerId matches the authenticated user\'s customerId - Returns 200 OK with aggregated data or 204 No Content when no accounts are found
|
|
219
|
+
* Retrieve Customer Accounts with Transactions
|
|
365
220
|
*/
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
* Retrieves and returns a specific scanned document image (check, deposit slip, or statement) using the image identifier obtained from the image list endpoint. **Response Format:** - Check and deposit slip images are returned as base64-encoded TIFF data - Statement images are returned as base64-encoded PDF data - The `imageInfoItems` array contains one or more image representations **Use this endpoint to:** - Display a specific check image for transaction verification - Retrieve a deposit slip for record keeping - Download a statement in PDF format
|
|
369
|
-
* Get banking image by ID
|
|
370
|
-
*/
|
|
371
|
-
getBankingImageRaw(requestParameters: AccountsApiGetBankingImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BankingImage>>;
|
|
372
|
-
/**
|
|
373
|
-
* Retrieves and returns a specific scanned document image (check, deposit slip, or statement) using the image identifier obtained from the image list endpoint. **Response Format:** - Check and deposit slip images are returned as base64-encoded TIFF data - Statement images are returned as base64-encoded PDF data - The `imageInfoItems` array contains one or more image representations **Use this endpoint to:** - Display a specific check image for transaction verification - Retrieve a deposit slip for record keeping - Download a statement in PDF format
|
|
374
|
-
* Get banking image by ID
|
|
375
|
-
*/
|
|
376
|
-
getBankingImage(requestParameters: AccountsApiGetBankingImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BankingImage>;
|
|
221
|
+
getCustomerAccountsTransactions(requestParameters: AccountsApiGetCustomerAccountsTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UXAccount> | null | undefined>;
|
|
377
222
|
/**
|
|
378
223
|
* Creates request options for list without sending the request
|
|
379
224
|
*/
|
|
380
225
|
listRequestOpts(requestParameters: AccountsApiListRequest): Promise<runtime.RequestOpts>;
|
|
381
226
|
/**
|
|
382
|
-
*
|
|
383
|
-
* List
|
|
227
|
+
* Returns a list of financial accounts that the authenticated user is entitled to access. The response may include deposit, loan, investment, and related account types, subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. The endpoint supports optional filtering and cross‑account handling, and provides additional grouping and paging capabilities for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display an account summary or dashboard for a user - Retrieve account metadata for navigation, selection, or downstream workflows - Support retail and business banking use cases, including joint and cross‑user accounts **Behavior and capabilities:** - Results are returned only for accounts the user is entitled to access. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - Optional OData filtering can be applied to narrow results by account attributes. - Cross‑account retrieval can be enabled or disabled to control inclusion of joint or cross‑user accounts. - For Business Banking users with multiple locations, accounts can be grouped by institution customer (location) with group‑level paging support.
|
|
228
|
+
* List Accounts
|
|
384
229
|
*/
|
|
385
230
|
listRaw(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
386
231
|
/**
|
|
387
|
-
*
|
|
388
|
-
* List
|
|
232
|
+
* Returns a list of financial accounts that the authenticated user is entitled to access. The response may include deposit, loan, investment, and related account types, subject to entitlement checks, data masking rules, and response field selection based on the requested view and OAuth scopes. The endpoint supports optional filtering and cross‑account handling, and provides additional grouping and paging capabilities for Business Banking users with access to multiple locations. **Use this endpoint to:** - Display an account summary or dashboard for a user - Retrieve account metadata for navigation, selection, or downstream workflows - Support retail and business banking use cases, including joint and cross‑user accounts **Behavior and capabilities:** - Results are returned only for accounts the user is entitled to access. - Sensitive fields, such as account numbers, may be masked unless appropriate scopes are provided. - Optional OData filtering can be applied to narrow results by account attributes. - Cross‑account retrieval can be enabled or disabled to control inclusion of joint or cross‑user accounts. - For Business Banking users with multiple locations, accounts can be grouped by institution customer (location) with group‑level paging support.
|
|
233
|
+
* List Accounts
|
|
389
234
|
*/
|
|
390
235
|
list(requestParameters?: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse>;
|
|
391
236
|
/**
|
|
392
|
-
* Creates request options for
|
|
237
|
+
* Creates request options for listAccountsLegacy without sending the request
|
|
393
238
|
*/
|
|
394
|
-
|
|
239
|
+
listAccountsLegacyRequestOpts(requestParameters: AccountsApiListAccountsLegacyRequest): Promise<runtime.RequestOpts>;
|
|
395
240
|
/**
|
|
396
|
-
*
|
|
397
|
-
* List
|
|
241
|
+
* Retrieves account information for a specified financial institution customer, including supported account types, account details, balances, and account status indicators. This endpoint supports both Retail and Business Banking and returns the set of accounts available to the requesting user based on role, entitlements, and configuration. **Use this endpoint to:** - Return the list of accounts associated with the specified customer, optionally including accounts for related users when enabled via query parameters and supported by the financial institution\'s configuration. - Support both Retail and Business Banking callers. Retail requests apply retail-specific eligibility checks, while Business Banking requests apply business role handling and optional validation logic based on the financial institution\'s configuration and request parameters. - Optionally include export-formatted account numbers when requested. **Behavior and capabilities:** - Account data is retrieved through the account aggregation pipeline and may be served from cache when available. - Before returning a successful response, display rules and field visibility controls are applied based on the financial institution\'s configuration. - If no accounts are available for an entitled caller, the service returns a 204 No Content response.
|
|
242
|
+
* List Accounts (Legacy)
|
|
398
243
|
*/
|
|
399
|
-
|
|
244
|
+
listAccountsLegacyRaw(requestParameters: AccountsApiListAccountsLegacyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
400
245
|
/**
|
|
401
|
-
*
|
|
402
|
-
* List
|
|
246
|
+
* Retrieves account information for a specified financial institution customer, including supported account types, account details, balances, and account status indicators. This endpoint supports both Retail and Business Banking and returns the set of accounts available to the requesting user based on role, entitlements, and configuration. **Use this endpoint to:** - Return the list of accounts associated with the specified customer, optionally including accounts for related users when enabled via query parameters and supported by the financial institution\'s configuration. - Support both Retail and Business Banking callers. Retail requests apply retail-specific eligibility checks, while Business Banking requests apply business role handling and optional validation logic based on the financial institution\'s configuration and request parameters. - Optionally include export-formatted account numbers when requested. **Behavior and capabilities:** - Account data is retrieved through the account aggregation pipeline and may be served from cache when available. - Before returning a successful response, display rules and field visibility controls are applied based on the financial institution\'s configuration. - If no accounts are available for an entitled caller, the service returns a 204 No Content response.
|
|
247
|
+
* List Accounts (Legacy)
|
|
403
248
|
*/
|
|
404
|
-
|
|
405
|
-
/**
|
|
406
|
-
* Creates request options for listCustomerAccounts without sending the request
|
|
407
|
-
*/
|
|
408
|
-
listCustomerAccountsRequestOpts(requestParameters: AccountsApiListCustomerAccountsRequest): Promise<runtime.RequestOpts>;
|
|
409
|
-
/**
|
|
410
|
-
* Retrieves all accounts associated with a customer for the specified Financial Institution and Customer ID. **Requires V1 OAuth Token** **Note:** After OAuth token expired, the token must be refreshed or a new token requested.
|
|
411
|
-
* List customer accounts (Legacy)
|
|
412
|
-
*/
|
|
413
|
-
listCustomerAccountsRaw(requestParameters: AccountsApiListCustomerAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerAccountsResponse>>;
|
|
414
|
-
/**
|
|
415
|
-
* Retrieves all accounts associated with a customer for the specified Financial Institution and Customer ID. **Requires V1 OAuth Token** **Note:** After OAuth token expired, the token must be refreshed or a new token requested.
|
|
416
|
-
* List customer accounts (Legacy)
|
|
417
|
-
*/
|
|
418
|
-
listCustomerAccounts(requestParameters: AccountsApiListCustomerAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerAccountsResponse>;
|
|
419
|
-
/**
|
|
420
|
-
* Creates request options for listTransactions without sending the request
|
|
421
|
-
*/
|
|
422
|
-
listTransactionsRequestOpts(requestParameters: AccountsApiListTransactionsRequest): Promise<runtime.RequestOpts>;
|
|
423
|
-
/**
|
|
424
|
-
* Retrieves transaction history for a specified account. Transactions include all financial actions performed by the customer including deposits, withdrawals, transfers, and payments. **Key Features:** - Filter by date range using startDate and endDate parameters - Retrieve pending/future transactions with retrieveFutureTransactions parameter - Business Banking support with institutionCustomerId for location-specific transactions - Returns transaction details including amounts, types, status indicators, and image identifiers **Date Parameters:** - Dates must be in ISO 8601 format (YYYY-MM-DD) - Start date must be before or equal to end date - If no dates provided, returns transactions based on FI-configured default range See the Transactions tag documentation for complete error codes and additional details.
|
|
425
|
-
* List account transactions
|
|
426
|
-
*/
|
|
427
|
-
listTransactionsRaw(requestParameters: AccountsApiListTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TransactionList>>;
|
|
428
|
-
/**
|
|
429
|
-
* Retrieves transaction history for a specified account. Transactions include all financial actions performed by the customer including deposits, withdrawals, transfers, and payments. **Key Features:** - Filter by date range using startDate and endDate parameters - Retrieve pending/future transactions with retrieveFutureTransactions parameter - Business Banking support with institutionCustomerId for location-specific transactions - Returns transaction details including amounts, types, status indicators, and image identifiers **Date Parameters:** - Dates must be in ISO 8601 format (YYYY-MM-DD) - Start date must be before or equal to end date - If no dates provided, returns transactions based on FI-configured default range See the Transactions tag documentation for complete error codes and additional details.
|
|
430
|
-
* List account transactions
|
|
431
|
-
*/
|
|
432
|
-
listTransactions(requestParameters: AccountsApiListTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TransactionList>;
|
|
433
|
-
/**
|
|
434
|
-
* Creates request options for searchActivities without sending the request
|
|
435
|
-
*/
|
|
436
|
-
searchActivitiesRequestOpts(requestParameters: AccountsApiSearchActivitiesRequest): Promise<runtime.RequestOpts>;
|
|
437
|
-
/**
|
|
438
|
-
* A list of banking activity events with given criterias with reference to query next batch.
|
|
439
|
-
* Returns a list of events in batch.
|
|
440
|
-
*/
|
|
441
|
-
searchActivitiesRaw(requestParameters: AccountsApiSearchActivitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchResultResponse>>;
|
|
442
|
-
/**
|
|
443
|
-
* A list of banking activity events with given criterias with reference to query next batch.
|
|
444
|
-
* Returns a list of events in batch.
|
|
445
|
-
*/
|
|
446
|
-
searchActivities(requestParameters: AccountsApiSearchActivitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchResultResponse | null | undefined>;
|
|
249
|
+
listAccountsLegacy(requestParameters: AccountsApiListAccountsLegacyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse | null | undefined>;
|
|
447
250
|
}
|
|
251
|
+
/**
|
|
252
|
+
* @export
|
|
253
|
+
*/
|
|
254
|
+
export declare const GetAccountByIdViewNameEnum: {
|
|
255
|
+
readonly S: "s";
|
|
256
|
+
readonly M: "m";
|
|
257
|
+
};
|
|
258
|
+
export type GetAccountByIdViewNameEnum = typeof GetAccountByIdViewNameEnum[keyof typeof GetAccountByIdViewNameEnum];
|
|
259
|
+
/**
|
|
260
|
+
* @export
|
|
261
|
+
*/
|
|
262
|
+
export declare const ListApplyEnum: {
|
|
263
|
+
readonly GROUP_BY_CUSTOMER: "groupBy(customer)";
|
|
264
|
+
};
|
|
265
|
+
export type ListApplyEnum = typeof ListApplyEnum[keyof typeof ListApplyEnum];
|
|
266
|
+
/**
|
|
267
|
+
* @export
|
|
268
|
+
*/
|
|
269
|
+
export declare const ListViewNameEnum: {
|
|
270
|
+
readonly S: "s";
|
|
271
|
+
readonly M: "m";
|
|
272
|
+
};
|
|
273
|
+
export type ListViewNameEnum = typeof ListViewNameEnum[keyof typeof ListViewNameEnum];
|
|
274
|
+
/**
|
|
275
|
+
* @export
|
|
276
|
+
*/
|
|
277
|
+
export declare const ListAccountsLegacyIntuitIFSUserTypeEnum: {
|
|
278
|
+
readonly ENTITLED: "ENTITLED";
|
|
279
|
+
readonly PRIMARY_ADMIN: "PRIMARY_ADMIN";
|
|
280
|
+
readonly SECONDARY_ADMIN: "SECONDARY_ADMIN";
|
|
281
|
+
readonly BUSINESS_USER: "BUSINESS_USER";
|
|
282
|
+
};
|
|
283
|
+
export type ListAccountsLegacyIntuitIFSUserTypeEnum = typeof ListAccountsLegacyIntuitIFSUserTypeEnum[keyof typeof ListAccountsLegacyIntuitIFSUserTypeEnum];
|