@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,452 @@
|
|
|
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 { ContactInfo, ContactMethodResponse, CustomerInformation, FICustomer, InstitutionUser, RegisterCustomerRequest, RegisterCustomerResponse, ResetPasswordRequest, UserStatus2 } from '../models/index.js';
|
|
14
|
+
export interface CustomerManagementApiGetContactMethodsRequest {
|
|
15
|
+
customerId: string;
|
|
16
|
+
userIdType?: GetContactMethodsUserIdTypeEnum;
|
|
17
|
+
}
|
|
18
|
+
export interface CustomerManagementApiGetCustomerRequest {
|
|
19
|
+
fiId: string;
|
|
20
|
+
fiCustomerId: string;
|
|
21
|
+
date?: string;
|
|
22
|
+
originatingIp?: string;
|
|
23
|
+
userAgent?: string;
|
|
24
|
+
offeringId?: string;
|
|
25
|
+
accept?: string;
|
|
26
|
+
cacheControl?: string;
|
|
27
|
+
fiCustomerIdType?: string;
|
|
28
|
+
operation?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface CustomerManagementApiGetInformationRequest {
|
|
31
|
+
customerId: string;
|
|
32
|
+
userIdType?: GetInformationUserIdTypeEnum;
|
|
33
|
+
}
|
|
34
|
+
export interface CustomerManagementApiGetInstitutionUserRequest {
|
|
35
|
+
institutionUserId: string;
|
|
36
|
+
userIdType?: GetInstitutionUserUserIdTypeEnum;
|
|
37
|
+
}
|
|
38
|
+
export interface CustomerManagementApiGetUserStatusRequest {
|
|
39
|
+
userId: string;
|
|
40
|
+
userIdType: GetUserStatusUserIdTypeEnum;
|
|
41
|
+
}
|
|
42
|
+
export interface CustomerManagementApiRegisterRequest {
|
|
43
|
+
diFiid: string;
|
|
44
|
+
body: RegisterCustomerRequest;
|
|
45
|
+
contentType?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface CustomerManagementApiResetPasswordOperationRequest {
|
|
48
|
+
customerId: string;
|
|
49
|
+
resetPasswordRequest: ResetPasswordRequest;
|
|
50
|
+
}
|
|
51
|
+
export interface CustomerManagementApiUnlockUserRequest {
|
|
52
|
+
customerId: string;
|
|
53
|
+
}
|
|
54
|
+
export interface CustomerManagementApiUpdateContactInfoRequest {
|
|
55
|
+
customerId: string;
|
|
56
|
+
contactInfo: ContactInfo;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* CustomerManagementApi - interface
|
|
60
|
+
*
|
|
61
|
+
* @export
|
|
62
|
+
* @interface CustomerManagementApiInterface
|
|
63
|
+
*/
|
|
64
|
+
export interface CustomerManagementApiInterface {
|
|
65
|
+
/**
|
|
66
|
+
* Creates request options for getContactMethods without sending the request
|
|
67
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
68
|
+
* @param {'CUSTOMER_ID' | 'LOGIN_ID'} [userIdType] Unique identifier of user id type
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
* @memberof CustomerManagementApiInterface
|
|
71
|
+
*/
|
|
72
|
+
getContactMethodsRequestOpts(requestParameters: CustomerManagementApiGetContactMethodsRequest): Promise<runtime.RequestOpts>;
|
|
73
|
+
/**
|
|
74
|
+
* Fetch customer contact methods like SMS, Voice and Email.
|
|
75
|
+
* @summary Fetch the contact methods for a given customer
|
|
76
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
77
|
+
* @param {'CUSTOMER_ID' | 'LOGIN_ID'} [userIdType] Unique identifier of user id type
|
|
78
|
+
* @param {*} [options] Override http request option.
|
|
79
|
+
* @throws {RequiredError}
|
|
80
|
+
* @memberof CustomerManagementApiInterface
|
|
81
|
+
*/
|
|
82
|
+
getContactMethodsRaw(requestParameters: CustomerManagementApiGetContactMethodsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactMethodResponse>>;
|
|
83
|
+
/**
|
|
84
|
+
* Fetch customer contact methods like SMS, Voice and Email.
|
|
85
|
+
* Fetch the contact methods for a given customer
|
|
86
|
+
*/
|
|
87
|
+
getContactMethods(requestParameters: CustomerManagementApiGetContactMethodsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactMethodResponse>;
|
|
88
|
+
/**
|
|
89
|
+
* Creates request options for getCustomer without sending the request
|
|
90
|
+
* @param {string} fiId the ID assigned to the financial institution.
|
|
91
|
+
* @param {string} fiCustomerId the ID for the requested customer. This may be specified with various values, depending on the fiCustomerIDType parameter. The default is to send the internal ID.
|
|
92
|
+
* @param {string} [date] The date and time that the message was sent. The expected format is UTC, e.g., `1994-11-05T13:15:30Z`.
|
|
93
|
+
* @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).
|
|
94
|
+
* @param {string} [userAgent] Identifies the application and the platform making the request. The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]`.
|
|
95
|
+
* @param {string} [offeringId] Uniquely identifies the name of the client app making the request. When not provided, this is derived based on a property held against the application within Apigee.
|
|
96
|
+
* @param {string} [accept] Optional. The data format the client expects to receive in the response. Currently the only supported value application/xml. In the future we will support application/json. If no value is provided, the default is application/xml.
|
|
97
|
+
* @param {string} [cacheControl] Optional. Valid value is no-cache. If the caller includes this header value, CBS will empty the cache for the user (regardless of its age) and go to the database to get a fresh copy of the data.
|
|
98
|
+
* @param {string} [fiCustomerIdType] Optional. Valid values are GUID (default, internal ID), MEMNUMBER, LOGINID, and HOSTID. If not specified, the value for fiCustomers in the URL must the be the internal GUID. If the value is MEMNUMBER, the value for fiCustomers in the URL must be the ID value known to the financial institution\'s core system. If the value is LOGINID the value is the customer\'s digital banking login ID.
|
|
99
|
+
* @param {string} [operation] Optional. Supported values are getPFMUser.
|
|
100
|
+
* @throws {RequiredError}
|
|
101
|
+
* @memberof CustomerManagementApiInterface
|
|
102
|
+
*/
|
|
103
|
+
getCustomerRequestOpts(requestParameters: CustomerManagementApiGetCustomerRequest): Promise<runtime.RequestOpts>;
|
|
104
|
+
/**
|
|
105
|
+
* Retrieves digital banking profile information for a customer. This endpoint provides comprehensive customer data from the Digital Banking system. **Requires V1 OAuth Token** **Data Retrieved:** - Contact information (name, phone, email) - User credentials (login ID, member number) - User status (Active, On Hold, Locked, etc.) - Product information (Digital Banking, Mobile, Bill Pay) - Channel login information and status **Customer ID Types:** Use the `fiCustomerIdType` query parameter to specify the ID type: - `GUID` (default) - Internal system ID - `MEMNUMBER` - Financial institution\'s core system ID - `LOGINID` - Customer\'s digital banking login ID - `HOSTID` - Host system identifier
|
|
106
|
+
* @summary Get FI customer
|
|
107
|
+
* @param {string} fiId the ID assigned to the financial institution.
|
|
108
|
+
* @param {string} fiCustomerId the ID for the requested customer. This may be specified with various values, depending on the fiCustomerIDType parameter. The default is to send the internal ID.
|
|
109
|
+
* @param {string} [date] The date and time that the message was sent. The expected format is UTC, e.g., `1994-11-05T13:15:30Z`.
|
|
110
|
+
* @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).
|
|
111
|
+
* @param {string} [userAgent] Identifies the application and the platform making the request. The expected format is `{Appname}/{Appversion}[/{DeviceID}][;{Platform User-Agent}]`.
|
|
112
|
+
* @param {string} [offeringId] Uniquely identifies the name of the client app making the request. When not provided, this is derived based on a property held against the application within Apigee.
|
|
113
|
+
* @param {string} [accept] Optional. The data format the client expects to receive in the response. Currently the only supported value application/xml. In the future we will support application/json. If no value is provided, the default is application/xml.
|
|
114
|
+
* @param {string} [cacheControl] Optional. Valid value is no-cache. If the caller includes this header value, CBS will empty the cache for the user (regardless of its age) and go to the database to get a fresh copy of the data.
|
|
115
|
+
* @param {string} [fiCustomerIdType] Optional. Valid values are GUID (default, internal ID), MEMNUMBER, LOGINID, and HOSTID. If not specified, the value for fiCustomers in the URL must the be the internal GUID. If the value is MEMNUMBER, the value for fiCustomers in the URL must be the ID value known to the financial institution\'s core system. If the value is LOGINID the value is the customer\'s digital banking login ID.
|
|
116
|
+
* @param {string} [operation] Optional. Supported values are getPFMUser.
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
* @memberof CustomerManagementApiInterface
|
|
120
|
+
*/
|
|
121
|
+
getCustomerRaw(requestParameters: CustomerManagementApiGetCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FICustomer>>;
|
|
122
|
+
/**
|
|
123
|
+
* Retrieves digital banking profile information for a customer. This endpoint provides comprehensive customer data from the Digital Banking system. **Requires V1 OAuth Token** **Data Retrieved:** - Contact information (name, phone, email) - User credentials (login ID, member number) - User status (Active, On Hold, Locked, etc.) - Product information (Digital Banking, Mobile, Bill Pay) - Channel login information and status **Customer ID Types:** Use the `fiCustomerIdType` query parameter to specify the ID type: - `GUID` (default) - Internal system ID - `MEMNUMBER` - Financial institution\'s core system ID - `LOGINID` - Customer\'s digital banking login ID - `HOSTID` - Host system identifier
|
|
124
|
+
* Get FI customer
|
|
125
|
+
*/
|
|
126
|
+
getCustomer(requestParameters: CustomerManagementApiGetCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FICustomer>;
|
|
127
|
+
/**
|
|
128
|
+
* Creates request options for getInformation without sending the request
|
|
129
|
+
* @param {string} customerId Unique identifier of the financial institution\'s customer
|
|
130
|
+
* @param {'CUSTOMER_ID' | 'LOGIN_ID'} [userIdType] Specifies the format of the customerId provided in the path. Supported values: - `CUSTOMER_ID` - Unique customer identifier - `LOGIN_ID` - Customer’s login identifier
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
* @memberof CustomerManagementApiInterface
|
|
133
|
+
*/
|
|
134
|
+
getInformationRequestOpts(requestParameters: CustomerManagementApiGetInformationRequest): Promise<runtime.RequestOpts>;
|
|
135
|
+
/**
|
|
136
|
+
* Returns the customer\'s digital banking profile for the given identifier: name and demographics, login identifiers, user status and role, contact methods, postal addresses, and entitled customer relationships. Authentication is required. By default `customerId` in the path is the financial institution customer ID; set the `userIdType` query parameter to `LOGIN_ID` when the path value is the customer\'s login ID instead.
|
|
137
|
+
* @summary Retrieve customer profile
|
|
138
|
+
* @param {string} customerId Unique identifier of the financial institution\'s customer
|
|
139
|
+
* @param {'CUSTOMER_ID' | 'LOGIN_ID'} [userIdType] Specifies the format of the customerId provided in the path. Supported values: - `CUSTOMER_ID` - Unique customer identifier - `LOGIN_ID` - Customer’s login identifier
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
* @memberof CustomerManagementApiInterface
|
|
143
|
+
*/
|
|
144
|
+
getInformationRaw(requestParameters: CustomerManagementApiGetInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerInformation>>;
|
|
145
|
+
/**
|
|
146
|
+
* Returns the customer\'s digital banking profile for the given identifier: name and demographics, login identifiers, user status and role, contact methods, postal addresses, and entitled customer relationships. Authentication is required. By default `customerId` in the path is the financial institution customer ID; set the `userIdType` query parameter to `LOGIN_ID` when the path value is the customer\'s login ID instead.
|
|
147
|
+
* Retrieve customer profile
|
|
148
|
+
*/
|
|
149
|
+
getInformation(requestParameters: CustomerManagementApiGetInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerInformation>;
|
|
150
|
+
/**
|
|
151
|
+
* Creates request options for getInstitutionUser without sending the request
|
|
152
|
+
* @param {string} institutionUserId Unique user id
|
|
153
|
+
* @param {'INSTITUTION_USER_ID' | 'HOST_USER_ID' | 'LOGIN_ID' | 'CUSTOMER_ID'} [userIdType] Specifies the format of the identifier provided in the path. Supported values: - `INSTITUTION_USER_ID` — ID assigned by the financial institution - `HOST_USER_ID` — ID used by the host system - `LOGIN_ID` — User\'s login identifier - `CUSTOMER_ID` — Unique customer identifier
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
* @memberof CustomerManagementApiInterface
|
|
156
|
+
*/
|
|
157
|
+
getInstitutionUserRequestOpts(requestParameters: CustomerManagementApiGetInstitutionUserRequest): Promise<runtime.RequestOpts>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @summary Get institution user by ID
|
|
161
|
+
* @param {string} institutionUserId Unique user id
|
|
162
|
+
* @param {'INSTITUTION_USER_ID' | 'HOST_USER_ID' | 'LOGIN_ID' | 'CUSTOMER_ID'} [userIdType] Specifies the format of the identifier provided in the path. Supported values: - `INSTITUTION_USER_ID` — ID assigned by the financial institution - `HOST_USER_ID` — ID used by the host system - `LOGIN_ID` — User\'s login identifier - `CUSTOMER_ID` — Unique customer identifier
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
* @memberof CustomerManagementApiInterface
|
|
166
|
+
*/
|
|
167
|
+
getInstitutionUserRaw(requestParameters: CustomerManagementApiGetInstitutionUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InstitutionUser>>;
|
|
168
|
+
/**
|
|
169
|
+
* Get institution user by ID
|
|
170
|
+
*/
|
|
171
|
+
getInstitutionUser(requestParameters: CustomerManagementApiGetInstitutionUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InstitutionUser>;
|
|
172
|
+
/**
|
|
173
|
+
* Creates request options for getUserStatus without sending the request
|
|
174
|
+
* @param {string} userId Unique identifier of the financial institution\'s customer whose status is being queried.
|
|
175
|
+
* @param {'INSTITUTION_USER_ID' | 'HOST_USER_ID' | 'LOGIN_ID' | 'CUSTOMER_ID'} userIdType Specifies the format of the `userId` provided in the path. Supported values: - `INSTITUTION_USER_ID`: ID assigned by the financial institution - `HOST_USER_ID`: ID used by the host system - `LOGIN_ID`: User’s login identifier - `CUSTOMER_ID`: Unique customer identifier **Note**: The userIdType HOST_USER_ID is only applicable for RETAIL users.
|
|
176
|
+
* @throws {RequiredError}
|
|
177
|
+
* @memberof CustomerManagementApiInterface
|
|
178
|
+
*/
|
|
179
|
+
getUserStatusRequestOpts(requestParameters: CustomerManagementApiGetUserStatusRequest): Promise<runtime.RequestOpts>;
|
|
180
|
+
/**
|
|
181
|
+
* Retrieves comprehensive status information for a specified primary user, including account activity indicators such as active, locked, on hold, and registration status. If the user has associated sub-users, their respective status details are also included. Requires OAuth 2.0 Bearer token and transaction ID for authentication and traceability.
|
|
182
|
+
* @summary Get user status
|
|
183
|
+
* @param {string} userId Unique identifier of the financial institution\'s customer whose status is being queried.
|
|
184
|
+
* @param {'INSTITUTION_USER_ID' | 'HOST_USER_ID' | 'LOGIN_ID' | 'CUSTOMER_ID'} userIdType Specifies the format of the `userId` provided in the path. Supported values: - `INSTITUTION_USER_ID`: ID assigned by the financial institution - `HOST_USER_ID`: ID used by the host system - `LOGIN_ID`: User’s login identifier - `CUSTOMER_ID`: Unique customer identifier **Note**: The userIdType HOST_USER_ID is only applicable for RETAIL users.
|
|
185
|
+
* @param {*} [options] Override http request option.
|
|
186
|
+
* @throws {RequiredError}
|
|
187
|
+
* @memberof CustomerManagementApiInterface
|
|
188
|
+
*/
|
|
189
|
+
getUserStatusRaw(requestParameters: CustomerManagementApiGetUserStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserStatus2>>;
|
|
190
|
+
/**
|
|
191
|
+
* Retrieves comprehensive status information for a specified primary user, including account activity indicators such as active, locked, on hold, and registration status. If the user has associated sub-users, their respective status details are also included. Requires OAuth 2.0 Bearer token and transaction ID for authentication and traceability.
|
|
192
|
+
* Get user status
|
|
193
|
+
*/
|
|
194
|
+
getUserStatus(requestParameters: CustomerManagementApiGetUserStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserStatus2>;
|
|
195
|
+
/**
|
|
196
|
+
* Creates request options for register without sending the request
|
|
197
|
+
* @param {string} diFiid The financial institution from which the registration API is called. The scope of the Standard OAuth token will be restricted to this Financial Institution ID.
|
|
198
|
+
* @param {RegisterCustomerRequest} body Customer to register with DI. The body must be wrapped in a `FICustomer` root element containing the customer profile fields.
|
|
199
|
+
* @param {string} [contentType] Content type of the request payload. Supported values are `application/json` and `application/xml`.
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
* @memberof CustomerManagementApiInterface
|
|
202
|
+
*/
|
|
203
|
+
registerRequestOpts(requestParameters: CustomerManagementApiRegisterRequest): Promise<runtime.RequestOpts>;
|
|
204
|
+
/**
|
|
205
|
+
* Registers a new customer for online banking via third party applications. This API provides the same registration process used in Candescent Digital Banking. **No scope required.** **Requires V1 OAuth Token** **Common Use Cases:** - Online banking vendors registering users after digital account opening - Mobile banking vendors with FIs using Candescent Digital Banking - Developers extending Candescent Digital Banking functionality **Required Personal Data:** | Field | Requirements | |-------|--------------| | First Name | Max 39 characters | | Last Name | Max 39 characters | | SSN | Exactly 9 digits | | Date of Birth | Format: yyyy-mm-dd | | Address | Street, City, State (2 chars for US), Zip, Country | | Phone Number | 10 digits | | Email | Max 64 characters | | Mother\'s Maiden Name | Max 128 characters | **Username Policy:** - Length: 8-20 characters (configurable: min 6, max 20) - Cannot be only numbers, can be all letters - Allowed special characters: `@$*_-=.!~` - No spaces allowed - Cannot match member number **Password Policy:** - Length: 6-32 characters (configurable) - Must contain characters from at least 2 of: Letters, Numbers, Special characters - No spaces allowed - Cannot be a substring of the username **Disclosures:** The API will make calls to the appropriate disclosure records on file for the FI. Registration will not complete without user acceptance of required disclosures. **Logging:** Performs global logging under RegistrationUser event with channel type TPV_API and user product THIRD_PARTY_REGISTRATION. **Request/Response Format:** The request body must be wrapped in a `FICustomer` root element. The response is always returned as `application/xml`.
|
|
206
|
+
* @summary Register customer for online banking
|
|
207
|
+
* @param {string} diFiid The financial institution from which the registration API is called. The scope of the Standard OAuth token will be restricted to this Financial Institution ID.
|
|
208
|
+
* @param {RegisterCustomerRequest} body Customer to register with DI. The body must be wrapped in a `FICustomer` root element containing the customer profile fields.
|
|
209
|
+
* @param {string} [contentType] Content type of the request payload. Supported values are `application/json` and `application/xml`.
|
|
210
|
+
* @param {*} [options] Override http request option.
|
|
211
|
+
* @throws {RequiredError}
|
|
212
|
+
* @memberof CustomerManagementApiInterface
|
|
213
|
+
*/
|
|
214
|
+
registerRaw(requestParameters: CustomerManagementApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RegisterCustomerResponse>>;
|
|
215
|
+
/**
|
|
216
|
+
* Registers a new customer for online banking via third party applications. This API provides the same registration process used in Candescent Digital Banking. **No scope required.** **Requires V1 OAuth Token** **Common Use Cases:** - Online banking vendors registering users after digital account opening - Mobile banking vendors with FIs using Candescent Digital Banking - Developers extending Candescent Digital Banking functionality **Required Personal Data:** | Field | Requirements | |-------|--------------| | First Name | Max 39 characters | | Last Name | Max 39 characters | | SSN | Exactly 9 digits | | Date of Birth | Format: yyyy-mm-dd | | Address | Street, City, State (2 chars for US), Zip, Country | | Phone Number | 10 digits | | Email | Max 64 characters | | Mother\'s Maiden Name | Max 128 characters | **Username Policy:** - Length: 8-20 characters (configurable: min 6, max 20) - Cannot be only numbers, can be all letters - Allowed special characters: `@$*_-=.!~` - No spaces allowed - Cannot match member number **Password Policy:** - Length: 6-32 characters (configurable) - Must contain characters from at least 2 of: Letters, Numbers, Special characters - No spaces allowed - Cannot be a substring of the username **Disclosures:** The API will make calls to the appropriate disclosure records on file for the FI. Registration will not complete without user acceptance of required disclosures. **Logging:** Performs global logging under RegistrationUser event with channel type TPV_API and user product THIRD_PARTY_REGISTRATION. **Request/Response Format:** The request body must be wrapped in a `FICustomer` root element. The response is always returned as `application/xml`.
|
|
217
|
+
* Register customer for online banking
|
|
218
|
+
*/
|
|
219
|
+
register(requestParameters: CustomerManagementApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RegisterCustomerResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Creates request options for resetPassword without sending the request
|
|
222
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
223
|
+
* @param {ResetPasswordRequest} resetPasswordRequest Information needed for sending reset password request
|
|
224
|
+
* @throws {RequiredError}
|
|
225
|
+
* @memberof CustomerManagementApiInterface
|
|
226
|
+
*/
|
|
227
|
+
resetPasswordRequestOpts(requestParameters: CustomerManagementApiResetPasswordOperationRequest): Promise<runtime.RequestOpts>;
|
|
228
|
+
/**
|
|
229
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
230
|
+
* @summary Send a one-time passcode to a given customer for resetting their password
|
|
231
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
232
|
+
* @param {ResetPasswordRequest} resetPasswordRequest Information needed for sending reset password request
|
|
233
|
+
* @param {*} [options] Override http request option.
|
|
234
|
+
* @throws {RequiredError}
|
|
235
|
+
* @memberof CustomerManagementApiInterface
|
|
236
|
+
*/
|
|
237
|
+
resetPasswordRaw(requestParameters: CustomerManagementApiResetPasswordOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
238
|
+
/**
|
|
239
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
240
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
241
|
+
*/
|
|
242
|
+
resetPassword(requestParameters: CustomerManagementApiResetPasswordOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
243
|
+
/**
|
|
244
|
+
* Creates request options for unlockUser without sending the request
|
|
245
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
246
|
+
* @throws {RequiredError}
|
|
247
|
+
* @memberof CustomerManagementApiInterface
|
|
248
|
+
*/
|
|
249
|
+
unlockUserRequestOpts(requestParameters: CustomerManagementApiUnlockUserRequest): Promise<runtime.RequestOpts>;
|
|
250
|
+
/**
|
|
251
|
+
* Unlock the specified user without requiring a password reset
|
|
252
|
+
* @summary Unlock the specified user
|
|
253
|
+
* @param {string} customerId Unique identifier of financial institution customer
|
|
254
|
+
* @param {*} [options] Override http request option.
|
|
255
|
+
* @throws {RequiredError}
|
|
256
|
+
* @memberof CustomerManagementApiInterface
|
|
257
|
+
*/
|
|
258
|
+
unlockUserRaw(requestParameters: CustomerManagementApiUnlockUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
259
|
+
/**
|
|
260
|
+
* Unlock the specified user without requiring a password reset
|
|
261
|
+
* Unlock the specified user
|
|
262
|
+
*/
|
|
263
|
+
unlockUser(requestParameters: CustomerManagementApiUnlockUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
264
|
+
/**
|
|
265
|
+
* Creates request options for updateContactInfo without sending the request
|
|
266
|
+
* @param {string} customerId It can be a customer Id or login Id of the financial intitution customer
|
|
267
|
+
* @param {ContactInfo} contactInfo Information needed for updating contact info
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
* @memberof CustomerManagementApiInterface
|
|
270
|
+
*/
|
|
271
|
+
updateContactInfoRequestOpts(requestParameters: CustomerManagementApiUpdateContactInfoRequest): Promise<runtime.RequestOpts>;
|
|
272
|
+
/**
|
|
273
|
+
* API to update contact info
|
|
274
|
+
* @summary API to update contact info
|
|
275
|
+
* @param {string} customerId It can be a customer Id or login Id of the financial intitution customer
|
|
276
|
+
* @param {ContactInfo} contactInfo Information needed for updating contact info
|
|
277
|
+
* @param {*} [options] Override http request option.
|
|
278
|
+
* @throws {RequiredError}
|
|
279
|
+
* @memberof CustomerManagementApiInterface
|
|
280
|
+
*/
|
|
281
|
+
updateContactInfoRaw(requestParameters: CustomerManagementApiUpdateContactInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
282
|
+
/**
|
|
283
|
+
* API to update contact info
|
|
284
|
+
* API to update contact info
|
|
285
|
+
*/
|
|
286
|
+
updateContactInfo(requestParameters: CustomerManagementApiUpdateContactInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
*/
|
|
291
|
+
export declare class CustomerManagementApi extends runtime.BaseAPI implements CustomerManagementApiInterface {
|
|
292
|
+
/**
|
|
293
|
+
* Creates request options for getContactMethods without sending the request
|
|
294
|
+
*/
|
|
295
|
+
getContactMethodsRequestOpts(requestParameters: CustomerManagementApiGetContactMethodsRequest): Promise<runtime.RequestOpts>;
|
|
296
|
+
/**
|
|
297
|
+
* Fetch customer contact methods like SMS, Voice and Email.
|
|
298
|
+
* Fetch the contact methods for a given customer
|
|
299
|
+
*/
|
|
300
|
+
getContactMethodsRaw(requestParameters: CustomerManagementApiGetContactMethodsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactMethodResponse>>;
|
|
301
|
+
/**
|
|
302
|
+
* Fetch customer contact methods like SMS, Voice and Email.
|
|
303
|
+
* Fetch the contact methods for a given customer
|
|
304
|
+
*/
|
|
305
|
+
getContactMethods(requestParameters: CustomerManagementApiGetContactMethodsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactMethodResponse>;
|
|
306
|
+
/**
|
|
307
|
+
* Creates request options for getCustomer without sending the request
|
|
308
|
+
*/
|
|
309
|
+
getCustomerRequestOpts(requestParameters: CustomerManagementApiGetCustomerRequest): Promise<runtime.RequestOpts>;
|
|
310
|
+
/**
|
|
311
|
+
* Retrieves digital banking profile information for a customer. This endpoint provides comprehensive customer data from the Digital Banking system. **Requires V1 OAuth Token** **Data Retrieved:** - Contact information (name, phone, email) - User credentials (login ID, member number) - User status (Active, On Hold, Locked, etc.) - Product information (Digital Banking, Mobile, Bill Pay) - Channel login information and status **Customer ID Types:** Use the `fiCustomerIdType` query parameter to specify the ID type: - `GUID` (default) - Internal system ID - `MEMNUMBER` - Financial institution\'s core system ID - `LOGINID` - Customer\'s digital banking login ID - `HOSTID` - Host system identifier
|
|
312
|
+
* Get FI customer
|
|
313
|
+
*/
|
|
314
|
+
getCustomerRaw(requestParameters: CustomerManagementApiGetCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FICustomer>>;
|
|
315
|
+
/**
|
|
316
|
+
* Retrieves digital banking profile information for a customer. This endpoint provides comprehensive customer data from the Digital Banking system. **Requires V1 OAuth Token** **Data Retrieved:** - Contact information (name, phone, email) - User credentials (login ID, member number) - User status (Active, On Hold, Locked, etc.) - Product information (Digital Banking, Mobile, Bill Pay) - Channel login information and status **Customer ID Types:** Use the `fiCustomerIdType` query parameter to specify the ID type: - `GUID` (default) - Internal system ID - `MEMNUMBER` - Financial institution\'s core system ID - `LOGINID` - Customer\'s digital banking login ID - `HOSTID` - Host system identifier
|
|
317
|
+
* Get FI customer
|
|
318
|
+
*/
|
|
319
|
+
getCustomer(requestParameters: CustomerManagementApiGetCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FICustomer>;
|
|
320
|
+
/**
|
|
321
|
+
* Creates request options for getInformation without sending the request
|
|
322
|
+
*/
|
|
323
|
+
getInformationRequestOpts(requestParameters: CustomerManagementApiGetInformationRequest): Promise<runtime.RequestOpts>;
|
|
324
|
+
/**
|
|
325
|
+
* Returns the customer\'s digital banking profile for the given identifier: name and demographics, login identifiers, user status and role, contact methods, postal addresses, and entitled customer relationships. Authentication is required. By default `customerId` in the path is the financial institution customer ID; set the `userIdType` query parameter to `LOGIN_ID` when the path value is the customer\'s login ID instead.
|
|
326
|
+
* Retrieve customer profile
|
|
327
|
+
*/
|
|
328
|
+
getInformationRaw(requestParameters: CustomerManagementApiGetInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerInformation>>;
|
|
329
|
+
/**
|
|
330
|
+
* Returns the customer\'s digital banking profile for the given identifier: name and demographics, login identifiers, user status and role, contact methods, postal addresses, and entitled customer relationships. Authentication is required. By default `customerId` in the path is the financial institution customer ID; set the `userIdType` query parameter to `LOGIN_ID` when the path value is the customer\'s login ID instead.
|
|
331
|
+
* Retrieve customer profile
|
|
332
|
+
*/
|
|
333
|
+
getInformation(requestParameters: CustomerManagementApiGetInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerInformation>;
|
|
334
|
+
/**
|
|
335
|
+
* Creates request options for getInstitutionUser without sending the request
|
|
336
|
+
*/
|
|
337
|
+
getInstitutionUserRequestOpts(requestParameters: CustomerManagementApiGetInstitutionUserRequest): Promise<runtime.RequestOpts>;
|
|
338
|
+
/**
|
|
339
|
+
* Get institution user by ID
|
|
340
|
+
*/
|
|
341
|
+
getInstitutionUserRaw(requestParameters: CustomerManagementApiGetInstitutionUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InstitutionUser>>;
|
|
342
|
+
/**
|
|
343
|
+
* Get institution user by ID
|
|
344
|
+
*/
|
|
345
|
+
getInstitutionUser(requestParameters: CustomerManagementApiGetInstitutionUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InstitutionUser>;
|
|
346
|
+
/**
|
|
347
|
+
* Creates request options for getUserStatus without sending the request
|
|
348
|
+
*/
|
|
349
|
+
getUserStatusRequestOpts(requestParameters: CustomerManagementApiGetUserStatusRequest): Promise<runtime.RequestOpts>;
|
|
350
|
+
/**
|
|
351
|
+
* Retrieves comprehensive status information for a specified primary user, including account activity indicators such as active, locked, on hold, and registration status. If the user has associated sub-users, their respective status details are also included. Requires OAuth 2.0 Bearer token and transaction ID for authentication and traceability.
|
|
352
|
+
* Get user status
|
|
353
|
+
*/
|
|
354
|
+
getUserStatusRaw(requestParameters: CustomerManagementApiGetUserStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserStatus2>>;
|
|
355
|
+
/**
|
|
356
|
+
* Retrieves comprehensive status information for a specified primary user, including account activity indicators such as active, locked, on hold, and registration status. If the user has associated sub-users, their respective status details are also included. Requires OAuth 2.0 Bearer token and transaction ID for authentication and traceability.
|
|
357
|
+
* Get user status
|
|
358
|
+
*/
|
|
359
|
+
getUserStatus(requestParameters: CustomerManagementApiGetUserStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserStatus2>;
|
|
360
|
+
/**
|
|
361
|
+
* Creates request options for register without sending the request
|
|
362
|
+
*/
|
|
363
|
+
registerRequestOpts(requestParameters: CustomerManagementApiRegisterRequest): Promise<runtime.RequestOpts>;
|
|
364
|
+
/**
|
|
365
|
+
* Registers a new customer for online banking via third party applications. This API provides the same registration process used in Candescent Digital Banking. **No scope required.** **Requires V1 OAuth Token** **Common Use Cases:** - Online banking vendors registering users after digital account opening - Mobile banking vendors with FIs using Candescent Digital Banking - Developers extending Candescent Digital Banking functionality **Required Personal Data:** | Field | Requirements | |-------|--------------| | First Name | Max 39 characters | | Last Name | Max 39 characters | | SSN | Exactly 9 digits | | Date of Birth | Format: yyyy-mm-dd | | Address | Street, City, State (2 chars for US), Zip, Country | | Phone Number | 10 digits | | Email | Max 64 characters | | Mother\'s Maiden Name | Max 128 characters | **Username Policy:** - Length: 8-20 characters (configurable: min 6, max 20) - Cannot be only numbers, can be all letters - Allowed special characters: `@$*_-=.!~` - No spaces allowed - Cannot match member number **Password Policy:** - Length: 6-32 characters (configurable) - Must contain characters from at least 2 of: Letters, Numbers, Special characters - No spaces allowed - Cannot be a substring of the username **Disclosures:** The API will make calls to the appropriate disclosure records on file for the FI. Registration will not complete without user acceptance of required disclosures. **Logging:** Performs global logging under RegistrationUser event with channel type TPV_API and user product THIRD_PARTY_REGISTRATION. **Request/Response Format:** The request body must be wrapped in a `FICustomer` root element. The response is always returned as `application/xml`.
|
|
366
|
+
* Register customer for online banking
|
|
367
|
+
*/
|
|
368
|
+
registerRaw(requestParameters: CustomerManagementApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RegisterCustomerResponse>>;
|
|
369
|
+
/**
|
|
370
|
+
* Registers a new customer for online banking via third party applications. This API provides the same registration process used in Candescent Digital Banking. **No scope required.** **Requires V1 OAuth Token** **Common Use Cases:** - Online banking vendors registering users after digital account opening - Mobile banking vendors with FIs using Candescent Digital Banking - Developers extending Candescent Digital Banking functionality **Required Personal Data:** | Field | Requirements | |-------|--------------| | First Name | Max 39 characters | | Last Name | Max 39 characters | | SSN | Exactly 9 digits | | Date of Birth | Format: yyyy-mm-dd | | Address | Street, City, State (2 chars for US), Zip, Country | | Phone Number | 10 digits | | Email | Max 64 characters | | Mother\'s Maiden Name | Max 128 characters | **Username Policy:** - Length: 8-20 characters (configurable: min 6, max 20) - Cannot be only numbers, can be all letters - Allowed special characters: `@$*_-=.!~` - No spaces allowed - Cannot match member number **Password Policy:** - Length: 6-32 characters (configurable) - Must contain characters from at least 2 of: Letters, Numbers, Special characters - No spaces allowed - Cannot be a substring of the username **Disclosures:** The API will make calls to the appropriate disclosure records on file for the FI. Registration will not complete without user acceptance of required disclosures. **Logging:** Performs global logging under RegistrationUser event with channel type TPV_API and user product THIRD_PARTY_REGISTRATION. **Request/Response Format:** The request body must be wrapped in a `FICustomer` root element. The response is always returned as `application/xml`.
|
|
371
|
+
* Register customer for online banking
|
|
372
|
+
*/
|
|
373
|
+
register(requestParameters: CustomerManagementApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RegisterCustomerResponse>;
|
|
374
|
+
/**
|
|
375
|
+
* Creates request options for resetPassword without sending the request
|
|
376
|
+
*/
|
|
377
|
+
resetPasswordRequestOpts(requestParameters: CustomerManagementApiResetPasswordOperationRequest): Promise<runtime.RequestOpts>;
|
|
378
|
+
/**
|
|
379
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
380
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
381
|
+
*/
|
|
382
|
+
resetPasswordRaw(requestParameters: CustomerManagementApiResetPasswordOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
383
|
+
/**
|
|
384
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
385
|
+
* Send a one-time passcode to a given customer for resetting their password
|
|
386
|
+
*/
|
|
387
|
+
resetPassword(requestParameters: CustomerManagementApiResetPasswordOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
388
|
+
/**
|
|
389
|
+
* Creates request options for unlockUser without sending the request
|
|
390
|
+
*/
|
|
391
|
+
unlockUserRequestOpts(requestParameters: CustomerManagementApiUnlockUserRequest): Promise<runtime.RequestOpts>;
|
|
392
|
+
/**
|
|
393
|
+
* Unlock the specified user without requiring a password reset
|
|
394
|
+
* Unlock the specified user
|
|
395
|
+
*/
|
|
396
|
+
unlockUserRaw(requestParameters: CustomerManagementApiUnlockUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
397
|
+
/**
|
|
398
|
+
* Unlock the specified user without requiring a password reset
|
|
399
|
+
* Unlock the specified user
|
|
400
|
+
*/
|
|
401
|
+
unlockUser(requestParameters: CustomerManagementApiUnlockUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
402
|
+
/**
|
|
403
|
+
* Creates request options for updateContactInfo without sending the request
|
|
404
|
+
*/
|
|
405
|
+
updateContactInfoRequestOpts(requestParameters: CustomerManagementApiUpdateContactInfoRequest): Promise<runtime.RequestOpts>;
|
|
406
|
+
/**
|
|
407
|
+
* API to update contact info
|
|
408
|
+
* API to update contact info
|
|
409
|
+
*/
|
|
410
|
+
updateContactInfoRaw(requestParameters: CustomerManagementApiUpdateContactInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
411
|
+
/**
|
|
412
|
+
* API to update contact info
|
|
413
|
+
* API to update contact info
|
|
414
|
+
*/
|
|
415
|
+
updateContactInfo(requestParameters: CustomerManagementApiUpdateContactInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* @export
|
|
419
|
+
*/
|
|
420
|
+
export declare const GetContactMethodsUserIdTypeEnum: {
|
|
421
|
+
readonly CUSTOMER_ID: "CUSTOMER_ID";
|
|
422
|
+
readonly LOGIN_ID: "LOGIN_ID";
|
|
423
|
+
};
|
|
424
|
+
export type GetContactMethodsUserIdTypeEnum = typeof GetContactMethodsUserIdTypeEnum[keyof typeof GetContactMethodsUserIdTypeEnum];
|
|
425
|
+
/**
|
|
426
|
+
* @export
|
|
427
|
+
*/
|
|
428
|
+
export declare const GetInformationUserIdTypeEnum: {
|
|
429
|
+
readonly CUSTOMER_ID: "CUSTOMER_ID";
|
|
430
|
+
readonly LOGIN_ID: "LOGIN_ID";
|
|
431
|
+
};
|
|
432
|
+
export type GetInformationUserIdTypeEnum = typeof GetInformationUserIdTypeEnum[keyof typeof GetInformationUserIdTypeEnum];
|
|
433
|
+
/**
|
|
434
|
+
* @export
|
|
435
|
+
*/
|
|
436
|
+
export declare const GetInstitutionUserUserIdTypeEnum: {
|
|
437
|
+
readonly INSTITUTION_USER_ID: "INSTITUTION_USER_ID";
|
|
438
|
+
readonly HOST_USER_ID: "HOST_USER_ID";
|
|
439
|
+
readonly LOGIN_ID: "LOGIN_ID";
|
|
440
|
+
readonly CUSTOMER_ID: "CUSTOMER_ID";
|
|
441
|
+
};
|
|
442
|
+
export type GetInstitutionUserUserIdTypeEnum = typeof GetInstitutionUserUserIdTypeEnum[keyof typeof GetInstitutionUserUserIdTypeEnum];
|
|
443
|
+
/**
|
|
444
|
+
* @export
|
|
445
|
+
*/
|
|
446
|
+
export declare const GetUserStatusUserIdTypeEnum: {
|
|
447
|
+
readonly INSTITUTION_USER_ID: "INSTITUTION_USER_ID";
|
|
448
|
+
readonly HOST_USER_ID: "HOST_USER_ID";
|
|
449
|
+
readonly LOGIN_ID: "LOGIN_ID";
|
|
450
|
+
readonly CUSTOMER_ID: "CUSTOMER_ID";
|
|
451
|
+
};
|
|
452
|
+
export type GetUserStatusUserIdTypeEnum = typeof GetUserStatusUserIdTypeEnum[keyof typeof GetUserStatusUserIdTypeEnum];
|