@cdx-forge/di-typescript-sdk 0.1.0-beta.1
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/README.md +439 -0
- package/dist/generated/src/apis/AccountsApi.d.ts +447 -0
- package/dist/generated/src/apis/AccountsApi.js +501 -0
- package/dist/generated/src/apis/AlertConfigurationApi.d.ts +533 -0
- package/dist/generated/src/apis/AlertConfigurationApi.js +572 -0
- package/dist/generated/src/apis/AlertDeliveryApi.d.ts +218 -0
- package/dist/generated/src/apis/AlertDeliveryApi.js +219 -0
- package/dist/generated/src/apis/AlertPreferencesApi.d.ts +437 -0
- package/dist/generated/src/apis/AlertPreferencesApi.js +467 -0
- package/dist/generated/src/apis/AuthenticationApi.d.ts +277 -0
- package/dist/generated/src/apis/AuthenticationApi.js +378 -0
- package/dist/generated/src/apis/BusinessBankingApi.d.ts +308 -0
- package/dist/generated/src/apis/BusinessBankingApi.js +340 -0
- package/dist/generated/src/apis/CustomerCampaignsApi.d.ts +527 -0
- package/dist/generated/src/apis/CustomerCampaignsApi.js +596 -0
- package/dist/generated/src/apis/CustomerManagementApi.d.ts +452 -0
- package/dist/generated/src/apis/CustomerManagementApi.js +486 -0
- package/dist/generated/src/apis/DocumentsAndPreferencesApi.d.ts +505 -0
- package/dist/generated/src/apis/DocumentsAndPreferencesApi.js +555 -0
- package/dist/generated/src/apis/MXApi.d.ts +211 -0
- package/dist/generated/src/apis/MXApi.js +252 -0
- package/dist/generated/src/apis/MoneyMovementApi.d.ts +299 -0
- package/dist/generated/src/apis/MoneyMovementApi.js +317 -0
- package/dist/generated/src/apis/NotificationChannelsApi.d.ts +403 -0
- package/dist/generated/src/apis/NotificationChannelsApi.js +444 -0
- package/dist/generated/src/apis/index.d.ts +12 -0
- package/dist/generated/src/apis/index.js +14 -0
- package/dist/generated/src/index.d.ts +3 -0
- package/dist/generated/src/index.js +5 -0
- package/dist/generated/src/models/Account.d.ts +218 -0
- package/dist/generated/src/models/Account.js +107 -0
- package/dist/generated/src/models/Account1.d.ts +206 -0
- package/dist/generated/src/models/Account1.js +103 -0
- package/dist/generated/src/models/Account2Inner.d.ts +399 -0
- package/dist/generated/src/models/Account2Inner.js +178 -0
- package/dist/generated/src/models/Account3.d.ts +636 -0
- package/dist/generated/src/models/Account3.js +300 -0
- package/dist/generated/src/models/AccountCategory.d.ts +28 -0
- package/dist/generated/src/models/AccountCategory.js +46 -0
- package/dist/generated/src/models/AccountEntitledFeature.d.ts +35 -0
- package/dist/generated/src/models/AccountEntitledFeature.js +44 -0
- package/dist/generated/src/models/AccountEvent.d.ts +46 -0
- package/dist/generated/src/models/AccountEvent.js +47 -0
- package/dist/generated/src/models/AccountId.d.ts +50 -0
- package/dist/generated/src/models/AccountId.js +54 -0
- package/dist/generated/src/models/AccountNickname.d.ts +38 -0
- package/dist/generated/src/models/AccountNickname.js +43 -0
- package/dist/generated/src/models/AccountNumber.d.ts +80 -0
- package/dist/generated/src/models/AccountNumber.js +57 -0
- package/dist/generated/src/models/AccountRefreshStatus.d.ts +77 -0
- package/dist/generated/src/models/AccountRefreshStatus.js +61 -0
- package/dist/generated/src/models/AccountStatus.d.ts +116 -0
- package/dist/generated/src/models/AccountStatus.js +69 -0
- package/dist/generated/src/models/AccountStatus1.d.ts +116 -0
- package/dist/generated/src/models/AccountStatus1.js +69 -0
- package/dist/generated/src/models/AccountStatuses.d.ts +116 -0
- package/dist/generated/src/models/AccountStatuses.js +69 -0
- package/dist/generated/src/models/AccountTransaction.d.ts +177 -0
- package/dist/generated/src/models/AccountTransaction.js +90 -0
- package/dist/generated/src/models/AccountTransaction1.d.ts +380 -0
- package/dist/generated/src/models/AccountTransaction1.js +203 -0
- package/dist/generated/src/models/AccountTransactions.d.ts +168 -0
- package/dist/generated/src/models/AccountTransactions.js +96 -0
- package/dist/generated/src/models/AccountType.d.ts +51 -0
- package/dist/generated/src/models/AccountType.js +48 -0
- package/dist/generated/src/models/AccountType1.d.ts +45 -0
- package/dist/generated/src/models/AccountType1.js +46 -0
- package/dist/generated/src/models/AccountType2.d.ts +80 -0
- package/dist/generated/src/models/AccountType2.js +76 -0
- package/dist/generated/src/models/AccountsResponse.d.ts +39 -0
- package/dist/generated/src/models/AccountsResponse.js +44 -0
- package/dist/generated/src/models/Action.d.ts +39 -0
- package/dist/generated/src/models/Action.js +44 -0
- package/dist/generated/src/models/Actions.d.ts +62 -0
- package/dist/generated/src/models/Actions.js +51 -0
- package/dist/generated/src/models/Actions1.d.ts +56 -0
- package/dist/generated/src/models/Actions1.js +49 -0
- package/dist/generated/src/models/AdditionalFilters.d.ts +47 -0
- package/dist/generated/src/models/AdditionalFilters.js +52 -0
- package/dist/generated/src/models/AlertHistoryContentResource.d.ts +68 -0
- package/dist/generated/src/models/AlertHistoryContentResource.js +53 -0
- package/dist/generated/src/models/AlertHistorySummaryResource.d.ts +94 -0
- package/dist/generated/src/models/AlertHistorySummaryResource.js +61 -0
- package/dist/generated/src/models/AlertHistorySummaryResources.d.ts +33 -0
- package/dist/generated/src/models/AlertHistorySummaryResources.js +42 -0
- package/dist/generated/src/models/AlertPreferenceAccountDetailsModel.d.ts +44 -0
- package/dist/generated/src/models/AlertPreferenceAccountDetailsModel.js +45 -0
- package/dist/generated/src/models/AlertPreferenceDetailsModel.d.ts +62 -0
- package/dist/generated/src/models/AlertPreferenceDetailsModel.js +51 -0
- package/dist/generated/src/models/AlertPreferenceResource.d.ts +64 -0
- package/dist/generated/src/models/AlertPreferenceResource.js +53 -0
- package/dist/generated/src/models/AlertPreferenceResources.d.ts +33 -0
- package/dist/generated/src/models/AlertPreferenceResources.js +42 -0
- package/dist/generated/src/models/AlertTemplateResource.d.ts +92 -0
- package/dist/generated/src/models/AlertTemplateResource.js +66 -0
- package/dist/generated/src/models/AlertTemplateResources.d.ts +33 -0
- package/dist/generated/src/models/AlertTemplateResources.js +42 -0
- package/dist/generated/src/models/AlertTypeResource.d.ts +108 -0
- package/dist/generated/src/models/AlertTypeResource.js +70 -0
- package/dist/generated/src/models/AlertTypeResources.d.ts +33 -0
- package/dist/generated/src/models/AlertTypeResources.js +42 -0
- package/dist/generated/src/models/AuthCode.d.ts +38 -0
- package/dist/generated/src/models/AuthCode.js +43 -0
- package/dist/generated/src/models/AuthorizationCodeResponse.d.ts +56 -0
- package/dist/generated/src/models/AuthorizationCodeResponse.js +49 -0
- package/dist/generated/src/models/Balance.d.ts +39 -0
- package/dist/generated/src/models/Balance.js +44 -0
- package/dist/generated/src/models/Balance1.d.ts +105 -0
- package/dist/generated/src/models/Balance1.js +66 -0
- package/dist/generated/src/models/BankAccount.d.ts +39 -0
- package/dist/generated/src/models/BankAccount.js +43 -0
- package/dist/generated/src/models/BankingImage.d.ts +120 -0
- package/dist/generated/src/models/BankingImage.js +73 -0
- package/dist/generated/src/models/BankingImages.d.ts +33 -0
- package/dist/generated/src/models/BankingImages.js +42 -0
- package/dist/generated/src/models/BaseGroupsWithParticipantsCountDTO.d.ts +47 -0
- package/dist/generated/src/models/BaseGroupsWithParticipantsCountDTO.js +48 -0
- package/dist/generated/src/models/BasePageDTOListImportJobDTO.d.ts +47 -0
- package/dist/generated/src/models/BasePageDTOListImportJobDTO.js +48 -0
- package/dist/generated/src/models/BasePageDTOListImportJobErrorDTO.d.ts +47 -0
- package/dist/generated/src/models/BasePageDTOListImportJobErrorDTO.js +48 -0
- package/dist/generated/src/models/BbRegistration.d.ts +134 -0
- package/dist/generated/src/models/BbRegistration.js +69 -0
- package/dist/generated/src/models/BbRegistrationStatus.d.ts +27 -0
- package/dist/generated/src/models/BbRegistrationStatus.js +45 -0
- package/dist/generated/src/models/BbRegistrationUser.d.ts +64 -0
- package/dist/generated/src/models/BbRegistrationUser.js +58 -0
- package/dist/generated/src/models/BbRegistrationUserType.d.ts +26 -0
- package/dist/generated/src/models/BbRegistrationUserType.js +44 -0
- package/dist/generated/src/models/BusinessAddress.d.ts +62 -0
- package/dist/generated/src/models/BusinessAddress.js +59 -0
- package/dist/generated/src/models/BusinessContact.d.ts +64 -0
- package/dist/generated/src/models/BusinessContact.js +52 -0
- package/dist/generated/src/models/BusinessDetails.d.ts +103 -0
- package/dist/generated/src/models/BusinessDetails.js +79 -0
- package/dist/generated/src/models/BusinessEntitlementsLimits.d.ts +48 -0
- package/dist/generated/src/models/BusinessEntitlementsLimits.js +49 -0
- package/dist/generated/src/models/BusinessRegistrationConfig.d.ts +41 -0
- package/dist/generated/src/models/BusinessRegistrationConfig.js +45 -0
- package/dist/generated/src/models/BusinessTinInfo.d.ts +57 -0
- package/dist/generated/src/models/BusinessTinInfo.js +53 -0
- package/dist/generated/src/models/BusinessUser.d.ts +94 -0
- package/dist/generated/src/models/BusinessUser.js +76 -0
- package/dist/generated/src/models/Calendar.d.ts +87 -0
- package/dist/generated/src/models/Calendar.js +60 -0
- package/dist/generated/src/models/ChallengeQuestionInfo.d.ts +74 -0
- package/dist/generated/src/models/ChallengeQuestionInfo.js +55 -0
- package/dist/generated/src/models/ChannelContent.d.ts +72 -0
- package/dist/generated/src/models/ChannelContent.js +67 -0
- package/dist/generated/src/models/ChannelInfo.d.ts +94 -0
- package/dist/generated/src/models/ChannelInfo.js +70 -0
- package/dist/generated/src/models/ChannelInfos.d.ts +33 -0
- package/dist/generated/src/models/ChannelInfos.js +42 -0
- package/dist/generated/src/models/ClientAuth.d.ts +45 -0
- package/dist/generated/src/models/ClientAuth.js +46 -0
- package/dist/generated/src/models/ClientAuthAdditionalInfo.d.ts +44 -0
- package/dist/generated/src/models/ClientAuthAdditionalInfo.js +45 -0
- package/dist/generated/src/models/ClientCredentialsResponse.d.ts +44 -0
- package/dist/generated/src/models/ClientCredentialsResponse.js +45 -0
- package/dist/generated/src/models/Condition.d.ts +25 -0
- package/dist/generated/src/models/Condition.js +43 -0
- package/dist/generated/src/models/ContactInfo.d.ts +61 -0
- package/dist/generated/src/models/ContactInfo.js +57 -0
- package/dist/generated/src/models/ContactInfo1.d.ts +38 -0
- package/dist/generated/src/models/ContactInfo1.js +43 -0
- package/dist/generated/src/models/ContactInfoEmail.d.ts +32 -0
- package/dist/generated/src/models/ContactInfoEmail.js +41 -0
- package/dist/generated/src/models/ContactInfoPhoneNumber.d.ts +50 -0
- package/dist/generated/src/models/ContactInfoPhoneNumber.js +47 -0
- package/dist/generated/src/models/ContactMethod.d.ts +83 -0
- package/dist/generated/src/models/ContactMethod.js +63 -0
- package/dist/generated/src/models/ContactMethod1.d.ts +53 -0
- package/dist/generated/src/models/ContactMethod1.js +52 -0
- package/dist/generated/src/models/ContactMethodResponse.d.ts +39 -0
- package/dist/generated/src/models/ContactMethodResponse.js +44 -0
- package/dist/generated/src/models/Controls.d.ts +39 -0
- package/dist/generated/src/models/Controls.js +44 -0
- package/dist/generated/src/models/CreateToken200Response.d.ts +25 -0
- package/dist/generated/src/models/CreateToken200Response.js +65 -0
- package/dist/generated/src/models/Credential.d.ts +71 -0
- package/dist/generated/src/models/Credential.js +59 -0
- package/dist/generated/src/models/CurrencyCode.d.ts +212 -0
- package/dist/generated/src/models/CurrencyCode.js +230 -0
- package/dist/generated/src/models/Customer.d.ts +58 -0
- package/dist/generated/src/models/Customer.js +54 -0
- package/dist/generated/src/models/CustomerAccountsResponse.d.ts +51 -0
- package/dist/generated/src/models/CustomerAccountsResponse.js +48 -0
- package/dist/generated/src/models/CustomerInformation.d.ts +172 -0
- package/dist/generated/src/models/CustomerInformation.js +99 -0
- package/dist/generated/src/models/CustomerRequest.d.ts +152 -0
- package/dist/generated/src/models/CustomerRequest.js +119 -0
- package/dist/generated/src/models/DIAccountType.d.ts +47 -0
- package/dist/generated/src/models/DIAccountType.js +65 -0
- package/dist/generated/src/models/DIAccountType1.d.ts +48 -0
- package/dist/generated/src/models/DIAccountType1.js +66 -0
- package/dist/generated/src/models/DataMap.d.ts +33 -0
- package/dist/generated/src/models/DataMap.js +42 -0
- package/dist/generated/src/models/Destination.d.ts +71 -0
- package/dist/generated/src/models/Destination.js +59 -0
- package/dist/generated/src/models/DisplayFlag.d.ts +62 -0
- package/dist/generated/src/models/DisplayFlag.js +51 -0
- package/dist/generated/src/models/DownloadTransactionLogs404Response.d.ts +32 -0
- package/dist/generated/src/models/DownloadTransactionLogs404Response.js +41 -0
- package/dist/generated/src/models/EStatementDisclosure.d.ts +71 -0
- package/dist/generated/src/models/EStatementDisclosure.js +59 -0
- package/dist/generated/src/models/EStatementDisclosureResponse.d.ts +33 -0
- package/dist/generated/src/models/EStatementDisclosureResponse.js +42 -0
- package/dist/generated/src/models/EStatementPreferencesRequest.d.ts +32 -0
- package/dist/generated/src/models/EStatementPreferencesRequest.js +43 -0
- package/dist/generated/src/models/EStatementPreferencesResponse.d.ts +38 -0
- package/dist/generated/src/models/EStatementPreferencesResponse.js +47 -0
- package/dist/generated/src/models/EStatementReport.d.ts +68 -0
- package/dist/generated/src/models/EStatementReport.js +53 -0
- package/dist/generated/src/models/EStatementReportRequest.d.ts +38 -0
- package/dist/generated/src/models/EStatementReportRequest.js +43 -0
- package/dist/generated/src/models/EStatementReportResponse.d.ts +39 -0
- package/dist/generated/src/models/EStatementReportResponse.js +44 -0
- package/dist/generated/src/models/EStatementRequest.d.ts +44 -0
- package/dist/generated/src/models/EStatementRequest.js +47 -0
- package/dist/generated/src/models/EntitledFeature.d.ts +39 -0
- package/dist/generated/src/models/EntitledFeature.js +46 -0
- package/dist/generated/src/models/EntitledTins.d.ts +54 -0
- package/dist/generated/src/models/EntitledTins.js +53 -0
- package/dist/generated/src/models/Entitlement.d.ts +61 -0
- package/dist/generated/src/models/Entitlement.js +54 -0
- package/dist/generated/src/models/Entitlements.d.ts +33 -0
- package/dist/generated/src/models/Entitlements.js +42 -0
- package/dist/generated/src/models/Entry.d.ts +38 -0
- package/dist/generated/src/models/Entry.js +43 -0
- package/dist/generated/src/models/Error1.d.ts +44 -0
- package/dist/generated/src/models/Error1.js +45 -0
- package/dist/generated/src/models/Error2.d.ts +32 -0
- package/dist/generated/src/models/Error2.js +41 -0
- package/dist/generated/src/models/Error3.d.ts +38 -0
- package/dist/generated/src/models/Error3.js +43 -0
- package/dist/generated/src/models/Error4.d.ts +38 -0
- package/dist/generated/src/models/Error4.js +43 -0
- package/dist/generated/src/models/Error5.d.ts +38 -0
- package/dist/generated/src/models/Error5.js +43 -0
- package/dist/generated/src/models/ErrorInfo.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo.js +43 -0
- package/dist/generated/src/models/ErrorInfo1.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo1.js +43 -0
- package/dist/generated/src/models/ErrorInfo2.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo2.js +43 -0
- package/dist/generated/src/models/ErrorInfo3.d.ts +54 -0
- package/dist/generated/src/models/ErrorInfo3.js +54 -0
- package/dist/generated/src/models/ErrorInfo4.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo4.js +47 -0
- package/dist/generated/src/models/ErrorInfo5.d.ts +38 -0
- package/dist/generated/src/models/ErrorInfo5.js +47 -0
- package/dist/generated/src/models/Event.d.ts +39 -0
- package/dist/generated/src/models/Event.js +44 -0
- package/dist/generated/src/models/Event1.d.ts +51 -0
- package/dist/generated/src/models/Event1.js +48 -0
- package/dist/generated/src/models/EventDetails.d.ts +80 -0
- package/dist/generated/src/models/EventDetails.js +57 -0
- package/dist/generated/src/models/Events.d.ts +33 -0
- package/dist/generated/src/models/Events.js +42 -0
- package/dist/generated/src/models/FIAccountType.d.ts +44 -0
- package/dist/generated/src/models/FIAccountType.js +45 -0
- package/dist/generated/src/models/FICustomer.d.ts +167 -0
- package/dist/generated/src/models/FICustomer.js +92 -0
- package/dist/generated/src/models/FICustomerId.d.ts +54 -0
- package/dist/generated/src/models/FICustomerId.js +58 -0
- package/dist/generated/src/models/FICustomerRequest.d.ts +91 -0
- package/dist/generated/src/models/FICustomerRequest.js +64 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfos.d.ts +33 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfos.js +42 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInner.d.ts +39 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInner.js +44 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInnerCredential.d.ts +38 -0
- package/dist/generated/src/models/FICustomerRequestChannelInfosChannelInfoInnerCredential.js +43 -0
- package/dist/generated/src/models/FICustomerRequestFiId.d.ts +32 -0
- package/dist/generated/src/models/FICustomerRequestFiId.js +41 -0
- package/dist/generated/src/models/FICustomerRequestHostCredential.d.ts +32 -0
- package/dist/generated/src/models/FICustomerRequestHostCredential.js +41 -0
- package/dist/generated/src/models/FICustomerRequestId.d.ts +38 -0
- package/dist/generated/src/models/FICustomerRequestId.js +43 -0
- package/dist/generated/src/models/FICustomerRequestPerson.d.ts +46 -0
- package/dist/generated/src/models/FICustomerRequestPerson.js +47 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfo.d.ts +46 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfo.js +47 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPhoneNumberInner.d.ts +38 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPhoneNumberInner.js +43 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPostalAddressInner.d.ts +68 -0
- package/dist/generated/src/models/FICustomerRequestPersonContactInfoPostalAddressInner.js +53 -0
- package/dist/generated/src/models/FICustomerRequestPersonPersonName.d.ts +38 -0
- package/dist/generated/src/models/FICustomerRequestPersonPersonName.js +43 -0
- package/dist/generated/src/models/FICustomerResponse.d.ts +110 -0
- package/dist/generated/src/models/FICustomerResponse.js +71 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfos.d.ts +33 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfos.js +42 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInner.d.ts +39 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInner.js +44 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInnerCredential.d.ts +32 -0
- package/dist/generated/src/models/FICustomerResponseChannelInfosChannelInfoInnerCredential.js +41 -0
- package/dist/generated/src/models/FICustomerResponseDestinations.d.ts +33 -0
- package/dist/generated/src/models/FICustomerResponseDestinations.js +42 -0
- package/dist/generated/src/models/FICustomerResponseDestinationsDestinationInner.d.ts +44 -0
- package/dist/generated/src/models/FICustomerResponseDestinationsDestinationInner.js +45 -0
- package/dist/generated/src/models/FICustomerResponseFiId.d.ts +32 -0
- package/dist/generated/src/models/FICustomerResponseFiId.js +41 -0
- package/dist/generated/src/models/FICustomerResponseHostCredential.d.ts +32 -0
- package/dist/generated/src/models/FICustomerResponseHostCredential.js +41 -0
- package/dist/generated/src/models/FICustomerResponseId.d.ts +38 -0
- package/dist/generated/src/models/FICustomerResponseId.js +43 -0
- package/dist/generated/src/models/FICustomerResponsePerson.d.ts +46 -0
- package/dist/generated/src/models/FICustomerResponsePerson.js +47 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfo.d.ts +46 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfo.js +47 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPhoneNumberInner.d.ts +38 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPhoneNumberInner.js +43 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPostalAddressInner.d.ts +68 -0
- package/dist/generated/src/models/FICustomerResponsePersonContactInfoPostalAddressInner.js +53 -0
- package/dist/generated/src/models/FICustomerResponsePersonPersonName.d.ts +56 -0
- package/dist/generated/src/models/FICustomerResponsePersonPersonName.js +49 -0
- package/dist/generated/src/models/FeatureLimits.d.ts +62 -0
- package/dist/generated/src/models/FeatureLimits.js +53 -0
- package/dist/generated/src/models/FiAlertPreferenceResource.d.ts +62 -0
- package/dist/generated/src/models/FiAlertPreferenceResource.js +51 -0
- package/dist/generated/src/models/FiAlertPreferenceResources.d.ts +33 -0
- package/dist/generated/src/models/FiAlertPreferenceResources.js +42 -0
- package/dist/generated/src/models/FileErrorReport.d.ts +32 -0
- package/dist/generated/src/models/FileErrorReport.js +41 -0
- package/dist/generated/src/models/FileMetadata.d.ts +50 -0
- package/dist/generated/src/models/FileMetadata.js +53 -0
- package/dist/generated/src/models/FileStatus.d.ts +50 -0
- package/dist/generated/src/models/FileStatus.js +47 -0
- package/dist/generated/src/models/Filter.d.ts +57 -0
- package/dist/generated/src/models/Filter.js +57 -0
- package/dist/generated/src/models/Frequency.d.ts +34 -0
- package/dist/generated/src/models/Frequency.js +52 -0
- package/dist/generated/src/models/GetUser404Response.d.ts +39 -0
- package/dist/generated/src/models/GetUser404Response.js +45 -0
- package/dist/generated/src/models/GetWidgetUrl200Response.d.ts +45 -0
- package/dist/generated/src/models/GetWidgetUrl200Response.js +47 -0
- package/dist/generated/src/models/GroupBaseRequestDTO.d.ts +64 -0
- package/dist/generated/src/models/GroupBaseRequestDTO.js +61 -0
- package/dist/generated/src/models/GroupBaseResponseDTO.d.ts +109 -0
- package/dist/generated/src/models/GroupBaseResponseDTO.js +79 -0
- package/dist/generated/src/models/GroupExperienceDTO.d.ts +50 -0
- package/dist/generated/src/models/GroupExperienceDTO.js +47 -0
- package/dist/generated/src/models/GroupsWithParticipantsCount.d.ts +57 -0
- package/dist/generated/src/models/GroupsWithParticipantsCount.js +50 -0
- package/dist/generated/src/models/HealthStatus.d.ts +32 -0
- package/dist/generated/src/models/HealthStatus.js +41 -0
- package/dist/generated/src/models/HostTransactionType.d.ts +86 -0
- package/dist/generated/src/models/HostTransactionType.js +59 -0
- package/dist/generated/src/models/IdType.d.ts +32 -0
- package/dist/generated/src/models/IdType.js +41 -0
- package/dist/generated/src/models/ImageInfo.d.ts +52 -0
- package/dist/generated/src/models/ImageInfo.js +49 -0
- package/dist/generated/src/models/ImageInfoType.d.ts +26 -0
- package/dist/generated/src/models/ImageInfoType.js +44 -0
- package/dist/generated/src/models/ImageType.d.ts +26 -0
- package/dist/generated/src/models/ImageType.js +44 -0
- package/dist/generated/src/models/ImageView.d.ts +27 -0
- package/dist/generated/src/models/ImageView.js +45 -0
- package/dist/generated/src/models/ImportJobDTO.d.ts +123 -0
- package/dist/generated/src/models/ImportJobDTO.js +72 -0
- package/dist/generated/src/models/ImportJobDTOSingle.d.ts +116 -0
- package/dist/generated/src/models/ImportJobDTOSingle.js +69 -0
- package/dist/generated/src/models/ImportJobErrorDTO.d.ts +45 -0
- package/dist/generated/src/models/ImportJobErrorDTO.js +46 -0
- package/dist/generated/src/models/InstitutionAlertTypeResource.d.ts +70 -0
- package/dist/generated/src/models/InstitutionAlertTypeResource.js +58 -0
- package/dist/generated/src/models/InstitutionAlertTypeResources.d.ts +33 -0
- package/dist/generated/src/models/InstitutionAlertTypeResources.js +42 -0
- package/dist/generated/src/models/InstitutionCustomer.d.ts +69 -0
- package/dist/generated/src/models/InstitutionCustomer.js +54 -0
- package/dist/generated/src/models/InstitutionCustomerAdditionalInfo.d.ts +33 -0
- package/dist/generated/src/models/InstitutionCustomerAdditionalInfo.js +42 -0
- package/dist/generated/src/models/InstitutionDisclosure.d.ts +63 -0
- package/dist/generated/src/models/InstitutionDisclosure.js +52 -0
- package/dist/generated/src/models/InstitutionDisclosureDataType.d.ts +24 -0
- package/dist/generated/src/models/InstitutionDisclosureDataType.js +42 -0
- package/dist/generated/src/models/InstitutionDisclosures.d.ts +33 -0
- package/dist/generated/src/models/InstitutionDisclosures.js +42 -0
- package/dist/generated/src/models/InstitutionUser.d.ts +149 -0
- package/dist/generated/src/models/InstitutionUser.js +92 -0
- package/dist/generated/src/models/InstitutionUserAdditionalInfo.d.ts +39 -0
- package/dist/generated/src/models/InstitutionUserAdditionalInfo.js +44 -0
- package/dist/generated/src/models/InstitutionUserDisclosure.d.ts +75 -0
- package/dist/generated/src/models/InstitutionUserDisclosure.js +56 -0
- package/dist/generated/src/models/InstitutionUserDisclosureStatus.d.ts +27 -0
- package/dist/generated/src/models/InstitutionUserDisclosureStatus.js +45 -0
- package/dist/generated/src/models/InstitutionUserDisclosures.d.ts +33 -0
- package/dist/generated/src/models/InstitutionUserDisclosures.js +42 -0
- package/dist/generated/src/models/JobUploadStatus.d.ts +63 -0
- package/dist/generated/src/models/JobUploadStatus.js +52 -0
- package/dist/generated/src/models/JobUploadStatusStatus.d.ts +50 -0
- package/dist/generated/src/models/JobUploadStatusStatus.js +47 -0
- package/dist/generated/src/models/LifeType.d.ts +26 -0
- package/dist/generated/src/models/LifeType.js +44 -0
- package/dist/generated/src/models/Limit.d.ts +113 -0
- package/dist/generated/src/models/Limit.js +90 -0
- package/dist/generated/src/models/Limits.d.ts +33 -0
- package/dist/generated/src/models/Limits.js +42 -0
- package/dist/generated/src/models/Links.d.ts +38 -0
- package/dist/generated/src/models/Links.js +43 -0
- package/dist/generated/src/models/ListUsers400Response.d.ts +46 -0
- package/dist/generated/src/models/ListUsers400Response.js +48 -0
- package/dist/generated/src/models/ListUsers400ResponseErrorsInner.d.ts +38 -0
- package/dist/generated/src/models/ListUsers400ResponseErrorsInner.js +43 -0
- package/dist/generated/src/models/ListUsers401Response.d.ts +39 -0
- package/dist/generated/src/models/ListUsers401Response.js +45 -0
- package/dist/generated/src/models/MapEntryInner.d.ts +38 -0
- package/dist/generated/src/models/MapEntryInner.js +43 -0
- package/dist/generated/src/models/MapItem.d.ts +38 -0
- package/dist/generated/src/models/MapItem.js +43 -0
- package/dist/generated/src/models/MfaCookie.d.ts +87 -0
- package/dist/generated/src/models/MfaCookie.js +60 -0
- package/dist/generated/src/models/ModelError.d.ts +38 -0
- package/dist/generated/src/models/ModelError.js +43 -0
- package/dist/generated/src/models/ModelMap.d.ts +33 -0
- package/dist/generated/src/models/ModelMap.js +42 -0
- package/dist/generated/src/models/Money.d.ts +39 -0
- package/dist/generated/src/models/Money.js +44 -0
- package/dist/generated/src/models/Money1.d.ts +48 -0
- package/dist/generated/src/models/Money1.js +52 -0
- package/dist/generated/src/models/Money2.d.ts +233 -0
- package/dist/generated/src/models/Money2.js +237 -0
- package/dist/generated/src/models/NonSubscriptionEvent.d.ts +45 -0
- package/dist/generated/src/models/NonSubscriptionEvent.js +46 -0
- package/dist/generated/src/models/Notification.d.ts +50 -0
- package/dist/generated/src/models/Notification.js +47 -0
- package/dist/generated/src/models/NotificationEvent.d.ts +46 -0
- package/dist/generated/src/models/NotificationEvent.js +47 -0
- package/dist/generated/src/models/Page.d.ts +50 -0
- package/dist/generated/src/models/Page.js +47 -0
- package/dist/generated/src/models/Pageable.d.ts +44 -0
- package/dist/generated/src/models/Pageable.js +45 -0
- package/dist/generated/src/models/PasswordResponse.d.ts +56 -0
- package/dist/generated/src/models/PasswordResponse.js +49 -0
- package/dist/generated/src/models/PaymentOptionType.d.ts +31 -0
- package/dist/generated/src/models/PaymentOptionType.js +49 -0
- package/dist/generated/src/models/Person.d.ts +33 -0
- package/dist/generated/src/models/Person.js +42 -0
- package/dist/generated/src/models/PhoneNumber.d.ts +66 -0
- package/dist/generated/src/models/PhoneNumber.js +58 -0
- package/dist/generated/src/models/PostalAddress.d.ts +68 -0
- package/dist/generated/src/models/PostalAddress.js +53 -0
- package/dist/generated/src/models/PostalAddress1.d.ts +94 -0
- package/dist/generated/src/models/PostalAddress1.js +76 -0
- package/dist/generated/src/models/ProductAppUserInfo.d.ts +98 -0
- package/dist/generated/src/models/ProductAppUserInfo.js +63 -0
- package/dist/generated/src/models/ProductAppUserInfos.d.ts +33 -0
- package/dist/generated/src/models/ProductAppUserInfos.js +42 -0
- package/dist/generated/src/models/ProductUserInfo.d.ts +32 -0
- package/dist/generated/src/models/ProductUserInfo.js +41 -0
- package/dist/generated/src/models/Protocol.d.ts +27 -0
- package/dist/generated/src/models/Protocol.js +45 -0
- package/dist/generated/src/models/Recipient.d.ts +87 -0
- package/dist/generated/src/models/Recipient.js +60 -0
- package/dist/generated/src/models/Recipients.d.ts +33 -0
- package/dist/generated/src/models/Recipients.js +42 -0
- package/dist/generated/src/models/RefreshTokenResponse.d.ts +56 -0
- package/dist/generated/src/models/RefreshTokenResponse.js +49 -0
- package/dist/generated/src/models/RegDLimits.d.ts +56 -0
- package/dist/generated/src/models/RegDLimits.js +49 -0
- package/dist/generated/src/models/RegDLimits1.d.ts +50 -0
- package/dist/generated/src/models/RegDLimits1.js +47 -0
- package/dist/generated/src/models/RegisterCustomerRequest.d.ts +33 -0
- package/dist/generated/src/models/RegisterCustomerRequest.js +44 -0
- package/dist/generated/src/models/RegisterCustomerResponse.d.ts +33 -0
- package/dist/generated/src/models/RegisterCustomerResponse.js +42 -0
- package/dist/generated/src/models/ResetPasswordRequest.d.ts +46 -0
- package/dist/generated/src/models/ResetPasswordRequest.js +52 -0
- package/dist/generated/src/models/Resource.d.ts +46 -0
- package/dist/generated/src/models/Resource.js +47 -0
- package/dist/generated/src/models/ResponseDTO.d.ts +38 -0
- package/dist/generated/src/models/ResponseDTO.js +43 -0
- package/dist/generated/src/models/Schedule.d.ts +88 -0
- package/dist/generated/src/models/Schedule.js +61 -0
- package/dist/generated/src/models/SearchCriteriaRequestBody.d.ts +112 -0
- package/dist/generated/src/models/SearchCriteriaRequestBody.js +78 -0
- package/dist/generated/src/models/SearchResultResponse.d.ts +40 -0
- package/dist/generated/src/models/SearchResultResponse.js +43 -0
- package/dist/generated/src/models/StatementType.d.ts +45 -0
- package/dist/generated/src/models/StatementType.js +63 -0
- package/dist/generated/src/models/Status.d.ts +39 -0
- package/dist/generated/src/models/Status.js +44 -0
- package/dist/generated/src/models/Status1.d.ts +39 -0
- package/dist/generated/src/models/Status1.js +44 -0
- package/dist/generated/src/models/Status1ErrorInfo.d.ts +53 -0
- package/dist/generated/src/models/Status1ErrorInfo.js +53 -0
- package/dist/generated/src/models/Status2.d.ts +39 -0
- package/dist/generated/src/models/Status2.js +44 -0
- package/dist/generated/src/models/Status2ErrorInfo.d.ts +53 -0
- package/dist/generated/src/models/Status2ErrorInfo.js +53 -0
- package/dist/generated/src/models/StatusAdditionalInfo.d.ts +62 -0
- package/dist/generated/src/models/StatusAdditionalInfo.js +51 -0
- package/dist/generated/src/models/SubFilter.d.ts +40 -0
- package/dist/generated/src/models/SubFilter.js +49 -0
- package/dist/generated/src/models/SubUserStatus.d.ts +93 -0
- package/dist/generated/src/models/SubUserStatus.js +62 -0
- package/dist/generated/src/models/Subscription.d.ts +74 -0
- package/dist/generated/src/models/Subscription.js +56 -0
- package/dist/generated/src/models/SubscriptionAction.d.ts +41 -0
- package/dist/generated/src/models/SubscriptionAction.js +45 -0
- package/dist/generated/src/models/SubscriptionActionAttributesMap.d.ts +33 -0
- package/dist/generated/src/models/SubscriptionActionAttributesMap.js +42 -0
- package/dist/generated/src/models/SubscriptionActions.d.ts +33 -0
- package/dist/generated/src/models/SubscriptionActions.js +42 -0
- package/dist/generated/src/models/SubscriptionEventConditionsMap.d.ts +33 -0
- package/dist/generated/src/models/SubscriptionEventConditionsMap.js +42 -0
- package/dist/generated/src/models/Term.d.ts +39 -0
- package/dist/generated/src/models/Term.js +44 -0
- package/dist/generated/src/models/TermType.d.ts +27 -0
- package/dist/generated/src/models/TermType.js +45 -0
- package/dist/generated/src/models/TimeZone.d.ts +50 -0
- package/dist/generated/src/models/TimeZone.js +47 -0
- package/dist/generated/src/models/Token.d.ts +68 -0
- package/dist/generated/src/models/Token.js +53 -0
- package/dist/generated/src/models/Transaction.d.ts +167 -0
- package/dist/generated/src/models/Transaction.js +88 -0
- package/dist/generated/src/models/TransactionCategory.d.ts +55 -0
- package/dist/generated/src/models/TransactionCategory.js +55 -0
- package/dist/generated/src/models/TransactionEvent.d.ts +46 -0
- package/dist/generated/src/models/TransactionEvent.js +47 -0
- package/dist/generated/src/models/TransactionList.d.ts +33 -0
- package/dist/generated/src/models/TransactionList.js +42 -0
- package/dist/generated/src/models/TransactionRange.d.ts +39 -0
- package/dist/generated/src/models/TransactionRange.js +44 -0
- package/dist/generated/src/models/TransactionStatus.d.ts +25 -0
- package/dist/generated/src/models/TransactionStatus.js +43 -0
- package/dist/generated/src/models/TransactionTransactionImage.d.ts +45 -0
- package/dist/generated/src/models/TransactionTransactionImage.js +46 -0
- package/dist/generated/src/models/TransactionType.d.ts +73 -0
- package/dist/generated/src/models/TransactionType.js +91 -0
- package/dist/generated/src/models/Transfer.d.ts +120 -0
- package/dist/generated/src/models/Transfer.js +73 -0
- package/dist/generated/src/models/TransferStatus.d.ts +25 -0
- package/dist/generated/src/models/TransferStatus.js +43 -0
- package/dist/generated/src/models/UpdateContactInfoPostalAddress.d.ts +62 -0
- package/dist/generated/src/models/UpdateContactInfoPostalAddress.js +51 -0
- package/dist/generated/src/models/UploadResponse.d.ts +32 -0
- package/dist/generated/src/models/UploadResponse.js +41 -0
- package/dist/generated/src/models/UploadResponseDTO.d.ts +50 -0
- package/dist/generated/src/models/UploadResponseDTO.js +47 -0
- package/dist/generated/src/models/User.d.ts +134 -0
- package/dist/generated/src/models/User.js +89 -0
- package/dist/generated/src/models/UserEntitlementsLimits.d.ts +48 -0
- package/dist/generated/src/models/UserEntitlementsLimits.js +49 -0
- package/dist/generated/src/models/UserEvent.d.ts +45 -0
- package/dist/generated/src/models/UserEvent.js +46 -0
- package/dist/generated/src/models/UserList.d.ts +38 -0
- package/dist/generated/src/models/UserList.js +47 -0
- package/dist/generated/src/models/UserListFileDTO.d.ts +47 -0
- package/dist/generated/src/models/UserListFileDTO.js +48 -0
- package/dist/generated/src/models/UserListsDTO.d.ts +33 -0
- package/dist/generated/src/models/UserListsDTO.js +42 -0
- package/dist/generated/src/models/UserListsFileResponse.d.ts +33 -0
- package/dist/generated/src/models/UserListsFileResponse.js +42 -0
- package/dist/generated/src/models/UserListsWithFileMetadata.d.ts +33 -0
- package/dist/generated/src/models/UserListsWithFileMetadata.js +42 -0
- package/dist/generated/src/models/UserStatus.d.ts +80 -0
- package/dist/generated/src/models/UserStatus.js +57 -0
- package/dist/generated/src/models/UserStatus1.d.ts +284 -0
- package/dist/generated/src/models/UserStatus1.js +125 -0
- package/dist/generated/src/models/UserStatus2.d.ts +94 -0
- package/dist/generated/src/models/UserStatus2.js +63 -0
- package/dist/generated/src/models/UsersList.d.ts +33 -0
- package/dist/generated/src/models/UsersList.js +44 -0
- package/dist/generated/src/models/index.d.ts +266 -0
- package/dist/generated/src/models/index.js +268 -0
- package/dist/generated/src/runtime.d.ts +184 -0
- package/dist/generated/src/runtime.js +348 -0
- package/dist/src/auth.d.ts +71 -0
- package/dist/src/auth.js +226 -0
- package/dist/src/client.d.ts +86 -0
- package/dist/src/client.js +399 -0
- package/dist/src/completions.d.ts +4 -0
- package/dist/src/completions.js +5 -0
- package/dist/src/errors.d.ts +49 -0
- package/dist/src/errors.js +119 -0
- package/dist/src/index.d.ts +26 -0
- package/dist/src/index.js +29 -0
- package/dist/src/operations.d.ts +31 -0
- package/dist/src/operations.js +45 -0
- package/dist/src/pagination.d.ts +31 -0
- package/dist/src/pagination.js +67 -0
- package/dist/src/registry.d.ts +69 -0
- package/dist/src/registry.js +4820 -0
- package/dist/src/result.d.ts +29 -0
- package/dist/src/result.js +26 -0
- package/dist/src/retry.d.ts +12 -0
- package/dist/src/retry.js +51 -0
- package/dist/src/transport.d.ts +53 -0
- package/dist/src/transport.js +115 -0
- package/dist/src/validate.d.ts +27 -0
- package/dist/src/validate.js +68 -0
- package/package.json +58 -0
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
/**
|
|
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 | |----------|-------------| | **[Accounts](/api/generated/accounts/)** | Account information, transactions, and banking images | | **[Alert Configuration](/api/generated/alert-configuration/)** | Alert types and templates | | **[Alert Delivery](/api/generated/alert-delivery/)** | Alert delivery history | | **[Alert Preferences](/api/generated/alert-preferences/)** | End-user notification preferences | | **[Authentication](/api/generated/authentication/)** | OAuth 2.0 token management and authorization | | **[Business Banking](/api/generated/business-banking/)** | Business banking services | | **[Customer Campaigns](/api/generated/customer-campaigns/)** | User segmentation and promotions | | **[Customer Management](/api/generated/customer-management/)** | Customer profiles, registration, and self-service | | **[Documents and Preferences](/api/generated/documents-and-preferences/)** | Disclosures and e-statement preferences | | **[Money Movement](/api/generated/money-movement/)** | Recipients and fund transfers | | **[MX](/api/generated/mx/)** | Account aggregation and financial insights | | **[Notification Channels](/api/generated/notification-channels/)** | Notification channels for alert delivery | ## Base URLs | Environment | Base URL | |-------------|----------| | Stage | `https://api.candescent.com/digitalbanking/stage` | | Production | `https://api.candescent.com/digitalbanking` | > **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.candescent.com/digitalbanking/stage/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.candescent.com/digitalbanking/stage/accounts/v1/accounts\' \\ -H \'Authorization: Bearer <YOUR_ACCESS_TOKEN>\' \\ -H \'institutionId: <YOUR_INSTITUTION_ID>\' \\ -H \'transactionid: <YOUR_UNIQUE_UUID>\' ``` > **Tip:** Access tokens expire in ~1 hour. Implement token refresh logic for uninterrupted access. For detailed authentication flows, see the **[Authentication API Reference](/api/generated/authentication/)**.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime.js';
|
|
13
|
+
import type { Account, Account2Inner, AccountsResponse, BankingImage, BankingImages, CustomerAccountsResponse, SearchCriteriaRequestBody, SearchResultResponse, TransactionList } from '../models/index.js';
|
|
14
|
+
export interface AccountsApiGetRequest {
|
|
15
|
+
accountId: string;
|
|
16
|
+
hostUserId?: string;
|
|
17
|
+
loginId?: string;
|
|
18
|
+
viewName?: string;
|
|
19
|
+
crossAccount?: boolean;
|
|
20
|
+
institutionCustomerId?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface AccountsApiGetAccountsRequest {
|
|
23
|
+
customerId: string;
|
|
24
|
+
}
|
|
25
|
+
export interface AccountsApiGetBankingImageRequest {
|
|
26
|
+
accountId: string;
|
|
27
|
+
imageType: string;
|
|
28
|
+
bankingImageId: string;
|
|
29
|
+
hostUserId?: string;
|
|
30
|
+
loginId?: string;
|
|
31
|
+
statementDate?: Date;
|
|
32
|
+
institutionCustomerId?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface AccountsApiListRequest {
|
|
35
|
+
hostUserId?: string;
|
|
36
|
+
loginId?: string;
|
|
37
|
+
viewName?: string;
|
|
38
|
+
crossAccount?: boolean;
|
|
39
|
+
$filter?: string;
|
|
40
|
+
additionalFields?: boolean;
|
|
41
|
+
$apply?: string;
|
|
42
|
+
$skipGroups?: string;
|
|
43
|
+
$topGroups?: string;
|
|
44
|
+
institutionCustomerId?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface AccountsApiListBankingImagesRequest {
|
|
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;
|
|
60
|
+
diFiid: string;
|
|
61
|
+
userAgent?: string;
|
|
62
|
+
originatingIp?: string;
|
|
63
|
+
}
|
|
64
|
+
export interface AccountsApiListTransactionsRequest {
|
|
65
|
+
accountId: string;
|
|
66
|
+
hostUserId?: string;
|
|
67
|
+
loginId?: string;
|
|
68
|
+
institutionCustomerId?: string;
|
|
69
|
+
startDate?: Date;
|
|
70
|
+
endDate?: Date;
|
|
71
|
+
retrieveFutureTransactions?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export interface AccountsApiSearchActivitiesRequest {
|
|
74
|
+
searchCriteriaRequestBody: SearchCriteriaRequestBody;
|
|
75
|
+
acceptEncoding?: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* AccountsApi - interface
|
|
79
|
+
*
|
|
80
|
+
* @export
|
|
81
|
+
* @interface AccountsApiInterface
|
|
82
|
+
*/
|
|
83
|
+
export interface AccountsApiInterface {
|
|
84
|
+
/**
|
|
85
|
+
* Creates request options for get without sending the request
|
|
86
|
+
* @param {string} accountId The ID of the account to retrieve.
|
|
87
|
+
* @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
|
+
* @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} [viewName] Filters the returned fields based on the provided view name. Can be: - `s` - Small view - `m` - Medium view
|
|
90
|
+
* @param {boolean} [crossAccount] Excludes cross user accounts from the response when false.
|
|
91
|
+
* @param {string} [institutionCustomerId] The institution customer ID that identifies the business location. Required for Business Banking users.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
* @memberof AccountsApiInterface
|
|
94
|
+
*/
|
|
95
|
+
getRequestOpts(requestParameters: AccountsApiGetRequest): Promise<runtime.RequestOpts>;
|
|
96
|
+
/**
|
|
97
|
+
* 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
|
|
98
|
+
* @summary Get account by ID
|
|
99
|
+
* @param {string} accountId The ID of the account to retrieve.
|
|
100
|
+
* @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
|
+
* @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} [viewName] Filters the returned fields based on the provided view name. Can be: - `s` - Small view - `m` - Medium view
|
|
103
|
+
* @param {boolean} [crossAccount] Excludes cross user accounts from the response when false.
|
|
104
|
+
* @param {string} [institutionCustomerId] The institution customer ID that identifies the business location. Required for Business Banking users.
|
|
105
|
+
* @param {*} [options] Override http request option.
|
|
106
|
+
* @throws {RequiredError}
|
|
107
|
+
* @memberof AccountsApiInterface
|
|
108
|
+
*/
|
|
109
|
+
getRaw(requestParameters: AccountsApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Account>>;
|
|
110
|
+
/**
|
|
111
|
+
* 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
|
|
112
|
+
* Get account by ID
|
|
113
|
+
*/
|
|
114
|
+
get(requestParameters: AccountsApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Account>;
|
|
115
|
+
/**
|
|
116
|
+
* Creates request options for getAccounts without sending the request
|
|
117
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
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.
|
|
141
|
+
* @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
|
+
* @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
|
+
* @throws {RequiredError}
|
|
146
|
+
* @memberof AccountsApiInterface
|
|
147
|
+
*/
|
|
148
|
+
getBankingImageRequestOpts(requestParameters: AccountsApiGetBankingImageRequest): Promise<runtime.RequestOpts>;
|
|
149
|
+
/**
|
|
150
|
+
* 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
|
|
151
|
+
* @summary Get banking image by ID
|
|
152
|
+
* @param {string} accountId The ID of the account for which images are being requested.
|
|
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.
|
|
155
|
+
* @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
|
+
* @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
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
* @memberof AccountsApiInterface
|
|
162
|
+
*/
|
|
163
|
+
getBankingImageRaw(requestParameters: AccountsApiGetBankingImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BankingImage>>;
|
|
164
|
+
/**
|
|
165
|
+
* 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
|
|
166
|
+
* Get banking image by ID
|
|
167
|
+
*/
|
|
168
|
+
getBankingImage(requestParameters: AccountsApiGetBankingImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BankingImage>;
|
|
169
|
+
/**
|
|
170
|
+
* Creates request options for list without sending the request
|
|
171
|
+
* @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
|
+
* @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} [viewName] Filters the returned fields based on the provided view name. Can be: - `s` - Small view - `m` - Medium view
|
|
174
|
+
* @param {boolean} [crossAccount] Excludes cross user accounts from the response when false.
|
|
175
|
+
* @param {string} [$filter] An ODATA filter expression to apply to the returned accounts. **Allowed fields:** - `id` - Unique account identifier - `nickName` - Customer-defined account nickname - `accountNumber` - Account number (last 4 digits) - `category` - Account category **Category values:** DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT **Example:** `$filter=category eq \'DEPOSIT\'`
|
|
176
|
+
* @param {boolean} [additionalFields] Provides additional fields for each account when true.
|
|
177
|
+
* @param {string} [$apply] When passed along with $skipGroups and $topGroups (all three must be provided), accounts will be returned for all institution customers that the user has access to, grouped by the specified field. Currently only grouping by customer is supported. Must be: - `groupBy(customer)`
|
|
178
|
+
* @param {string} [$skipGroups] Skips the specified number of groups in the response. Must be between 0 and [total number of institution customers in the JWT] - 1
|
|
179
|
+
* @param {string} [$topGroups] Returns the top n groups in the response. Currently only a value of \"1\" is supported. Must be: - `1`
|
|
180
|
+
* @param {string} [institutionCustomerId] The institution customer ID that identifies the business location for which accounts should be retrieved. Required for Business Banking users to scope the request to a specific location.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
* @memberof AccountsApiInterface
|
|
183
|
+
*/
|
|
184
|
+
listRequestOpts(requestParameters: AccountsApiListRequest): Promise<runtime.RequestOpts>;
|
|
185
|
+
/**
|
|
186
|
+
* Retrieves all accounts associated with the authenticated customer. Returns account details including balances, account numbers, and status. **Key Features:** - Returns **Cross Accounts** by default (use `crossAccount=false` to exclude) - Filter accounts by category using ODATA `$filter` expressions (DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT) - Retrieve accounts for Business Banking entities using `$apply=groupBy(customer)` with pagination - Control response detail level with `viewName` parameter (`s` for small, `m` for medium) **Business Banking Users:** Include `institutionCustomerId` parameter for business context. **Example Filter:** `$filter=category eq \'DEPOSIT\'` returns only deposit accounts.
|
|
187
|
+
* @summary List customer accounts
|
|
188
|
+
* @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
|
+
* @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} [viewName] Filters the returned fields based on the provided view name. Can be: - `s` - Small view - `m` - Medium view
|
|
191
|
+
* @param {boolean} [crossAccount] Excludes cross user accounts from the response when false.
|
|
192
|
+
* @param {string} [$filter] An ODATA filter expression to apply to the returned accounts. **Allowed fields:** - `id` - Unique account identifier - `nickName` - Customer-defined account nickname - `accountNumber` - Account number (last 4 digits) - `category` - Account category **Category values:** DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT **Example:** `$filter=category eq \'DEPOSIT\'`
|
|
193
|
+
* @param {boolean} [additionalFields] Provides additional fields for each account when true.
|
|
194
|
+
* @param {string} [$apply] When passed along with $skipGroups and $topGroups (all three must be provided), accounts will be returned for all institution customers that the user has access to, grouped by the specified field. Currently only grouping by customer is supported. Must be: - `groupBy(customer)`
|
|
195
|
+
* @param {string} [$skipGroups] Skips the specified number of groups in the response. Must be between 0 and [total number of institution customers in the JWT] - 1
|
|
196
|
+
* @param {string} [$topGroups] Returns the top n groups in the response. Currently only a value of \"1\" is supported. Must be: - `1`
|
|
197
|
+
* @param {string} [institutionCustomerId] The institution customer ID that identifies the business location for which accounts should be retrieved. Required for Business Banking users to scope the request to a specific location.
|
|
198
|
+
* @param {*} [options] Override http request option.
|
|
199
|
+
* @throws {RequiredError}
|
|
200
|
+
* @memberof AccountsApiInterface
|
|
201
|
+
*/
|
|
202
|
+
listRaw(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
203
|
+
/**
|
|
204
|
+
* Retrieves all accounts associated with the authenticated customer. Returns account details including balances, account numbers, and status. **Key Features:** - Returns **Cross Accounts** by default (use `crossAccount=false` to exclude) - Filter accounts by category using ODATA `$filter` expressions (DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT) - Retrieve accounts for Business Banking entities using `$apply=groupBy(customer)` with pagination - Control response detail level with `viewName` parameter (`s` for small, `m` for medium) **Business Banking Users:** Include `institutionCustomerId` parameter for business context. **Example Filter:** `$filter=category eq \'DEPOSIT\'` returns only deposit accounts.
|
|
205
|
+
* List customer accounts
|
|
206
|
+
*/
|
|
207
|
+
list(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse>;
|
|
208
|
+
/**
|
|
209
|
+
* Creates request options for listBankingImages without sending the request
|
|
210
|
+
* @param {string} accountId The ID of the account for which images are being requested.
|
|
211
|
+
* @param {string} imageType The type of the image(s) to fetch. The possible options are CHECK, DEPOSIT_SLIP, and STATEMENT.
|
|
212
|
+
* @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.
|
|
213
|
+
* @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.
|
|
214
|
+
* @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.
|
|
215
|
+
* @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.
|
|
216
|
+
* @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.
|
|
217
|
+
* @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.
|
|
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.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
* @memberof AccountsApiInterface
|
|
313
|
+
*/
|
|
314
|
+
searchActivitiesRequestOpts(requestParameters: AccountsApiSearchActivitiesRequest): Promise<runtime.RequestOpts>;
|
|
315
|
+
/**
|
|
316
|
+
* A list of banking activity events with given criterias with reference to query next batch.
|
|
317
|
+
* @summary Returns a list of events in batch.
|
|
318
|
+
* @param {SearchCriteriaRequestBody} searchCriteriaRequestBody Criterias for search
|
|
319
|
+
* @param {string} [acceptEncoding] The server supports gzip compression. It is recommended to always pass this header to get compressed response faster.
|
|
320
|
+
* @param {*} [options] Override http request option.
|
|
321
|
+
* @throws {RequiredError}
|
|
322
|
+
* @memberof AccountsApiInterface
|
|
323
|
+
*/
|
|
324
|
+
searchActivitiesRaw(requestParameters: AccountsApiSearchActivitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchResultResponse>>;
|
|
325
|
+
/**
|
|
326
|
+
* A list of banking activity events with given criterias with reference to query next batch.
|
|
327
|
+
* Returns a list of events in batch.
|
|
328
|
+
*/
|
|
329
|
+
searchActivities(requestParameters: AccountsApiSearchActivitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchResultResponse | null | undefined>;
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
*
|
|
333
|
+
*/
|
|
334
|
+
export declare class AccountsApi extends runtime.BaseAPI implements AccountsApiInterface {
|
|
335
|
+
/**
|
|
336
|
+
* Creates request options for get without sending the request
|
|
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
|
|
342
|
+
*/
|
|
343
|
+
getRaw(requestParameters: AccountsApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Account>>;
|
|
344
|
+
/**
|
|
345
|
+
* 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
|
|
346
|
+
* Get account by ID
|
|
347
|
+
*/
|
|
348
|
+
get(requestParameters: AccountsApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Account>;
|
|
349
|
+
/**
|
|
350
|
+
* Creates request options for getAccounts without sending the request
|
|
351
|
+
*/
|
|
352
|
+
getAccountsRequestOpts(requestParameters: AccountsApiGetAccountsRequest): Promise<runtime.RequestOpts>;
|
|
353
|
+
/**
|
|
354
|
+
* API to fetch Accounts registration information like account number, accounts status, account\'s transactions and more.
|
|
355
|
+
* To fetch customer\'s accounts
|
|
356
|
+
*/
|
|
357
|
+
getAccountsRaw(requestParameters: AccountsApiGetAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Account2Inner>>>;
|
|
358
|
+
/**
|
|
359
|
+
* API to fetch Accounts registration information like account number, accounts status, account\'s transactions and more.
|
|
360
|
+
* To fetch customer\'s accounts
|
|
361
|
+
*/
|
|
362
|
+
getAccounts(requestParameters: AccountsApiGetAccountsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Account2Inner>>;
|
|
363
|
+
/**
|
|
364
|
+
* Creates request options for getBankingImage without sending the request
|
|
365
|
+
*/
|
|
366
|
+
getBankingImageRequestOpts(requestParameters: AccountsApiGetBankingImageRequest): Promise<runtime.RequestOpts>;
|
|
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>;
|
|
377
|
+
/**
|
|
378
|
+
* Creates request options for list without sending the request
|
|
379
|
+
*/
|
|
380
|
+
listRequestOpts(requestParameters: AccountsApiListRequest): Promise<runtime.RequestOpts>;
|
|
381
|
+
/**
|
|
382
|
+
* Retrieves all accounts associated with the authenticated customer. Returns account details including balances, account numbers, and status. **Key Features:** - Returns **Cross Accounts** by default (use `crossAccount=false` to exclude) - Filter accounts by category using ODATA `$filter` expressions (DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT) - Retrieve accounts for Business Banking entities using `$apply=groupBy(customer)` with pagination - Control response detail level with `viewName` parameter (`s` for small, `m` for medium) **Business Banking Users:** Include `institutionCustomerId` parameter for business context. **Example Filter:** `$filter=category eq \'DEPOSIT\'` returns only deposit accounts.
|
|
383
|
+
* List customer accounts
|
|
384
|
+
*/
|
|
385
|
+
listRaw(requestParameters: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AccountsResponse>>;
|
|
386
|
+
/**
|
|
387
|
+
* Retrieves all accounts associated with the authenticated customer. Returns account details including balances, account numbers, and status. **Key Features:** - Returns **Cross Accounts** by default (use `crossAccount=false` to exclude) - Filter accounts by category using ODATA `$filter` expressions (DEPOSIT, LOAN, INVESTMENT, TIERED_LOAN, CROSS_USER_ACCOUNT) - Retrieve accounts for Business Banking entities using `$apply=groupBy(customer)` with pagination - Control response detail level with `viewName` parameter (`s` for small, `m` for medium) **Business Banking Users:** Include `institutionCustomerId` parameter for business context. **Example Filter:** `$filter=category eq \'DEPOSIT\'` returns only deposit accounts.
|
|
388
|
+
* List customer accounts
|
|
389
|
+
*/
|
|
390
|
+
list(requestParameters?: AccountsApiListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AccountsResponse>;
|
|
391
|
+
/**
|
|
392
|
+
* Creates request options for listBankingImages without sending the request
|
|
393
|
+
*/
|
|
394
|
+
listBankingImagesRequestOpts(requestParameters: AccountsApiListBankingImagesRequest): Promise<runtime.RequestOpts>;
|
|
395
|
+
/**
|
|
396
|
+
* 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
|
|
397
|
+
* List banking images
|
|
398
|
+
*/
|
|
399
|
+
listBankingImagesRaw(requestParameters: AccountsApiListBankingImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BankingImages>>;
|
|
400
|
+
/**
|
|
401
|
+
* 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
|
|
402
|
+
* List banking images
|
|
403
|
+
*/
|
|
404
|
+
listBankingImages(requestParameters: AccountsApiListBankingImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BankingImages | null | undefined>;
|
|
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>;
|
|
447
|
+
}
|