This is an automated email from the ASF dual-hosted git repository. amanmittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 7a9f3c0985f9af711dfe000a85ceee79a662e142 Merge: 7eed6ed 329cd38 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Apr 4 21:09:05 2026 +0530 Merge pull request #19 from apache/early-design001 Early design001 .gitignore | 8 +- .openapi-generator-ignore | 6 + .prettierignore | 1 + .rat-excludes | 12 + .vscode/extensions.json | 4 + .vscode/launch.json | 13 + .vscode/tasks.json | 24 + DOCS/OPENAPI_GENERATOR.md | 45 + e2e/login.spec.ts | 38 + eslint.config.js | 3 + jest.config.ts | 8 + openapitools.json | 8 + package-lock.json | 1393 +- package.json | 15 +- playwright.config.ts | 24 + public/api/fineract.json | 47353 +++++++++++++++++++ scripts/check-license.sh | 2 +- setup-jest.ts | 3 + src/app/api/.gitignore | 4 + src/app/api/.openapi-generator-ignore | 23 + src/app/api/.openapi-generator/FILES | 1609 + src/app/api/.openapi-generator/VERSION | 1 + src/app/api/README.md | 185 + src/app/api/api.base.service.ts | 111 + src/app/api/api.module.ts | 30 + src/app/api/api/accountNumberFormat.service.ts | 456 + src/app/api/api/accountTransfers.service.ts | 681 + src/app/api/api/accountingClosure.service.ts | 409 + src/app/api/api/accountingRules.service.ts | 450 + src/app/api/api/adhocQueryApi.service.ts | 434 + src/app/api/api/api.ts | 305 + src/app/api/api/audits.service.ts | 470 + src/app/api/api/authenticationHTTPBasic.service.ts | 142 + src/app/api/api/batchAPI.service.ts | 142 + src/app/api/api/bulkImport.service.ts | 262 + src/app/api/api/bulkLoans.service.ts | 200 + src/app/api/api/businessDateManagement.service.ts | 251 + .../api/api/businessStepConfiguration.service.ts | 318 + src/app/api/api/cache.service.ts | 187 + src/app/api/api/calendar.service.ts | 495 + src/app/api/api/cashierJournals.service.ts | 154 + src/app/api/api/cashiers.service.ts | 154 + src/app/api/api/centers.service.ts | 979 + src/app/api/api/charges.service.ts | 458 + src/app/api/api/client.service.ts | 1627 + src/app/api/api/clientCharges.service.ts | 538 + .../api/api/clientCollateralManagement.service.ts | 497 + src/app/api/api/clientFamilyMember.service.ts | 458 + src/app/api/api/clientIdentifier.service.ts | 484 + src/app/api/api/clientSearchV2.service.ts | 125 + src/app/api/api/clientTransaction.service.ts | 818 + src/app/api/api/clientsAddress.service.ts | 370 + src/app/api/api/codeValues.service.ts | 418 + src/app/api/api/codes.service.ts | 462 + src/app/api/api/collateralManagement.service.ts | 460 + src/app/api/api/collectionSheet.service.ts | 142 + .../api/api/creditBureauConfiguration.service.ts | 826 + src/app/api/api/currency.service.ts | 187 + src/app/api/api/dataTables.service.ts | 1292 + src/app/api/api/default.service.ts | 4085 ++ ...delinquencyRangeAndBucketsManagement.service.ts | 732 + ...depositAccountOnHoldFundTransactions.service.ts | 166 + src/app/api/api/deviceRegistration.service.ts | 432 + src/app/api/api/documents.service.ts | 564 + src/app/api/api/entityDataTable.service.ts | 369 + .../api/api/entityFieldConfiguration.service.ts | 117 + ...ernalAssetOwnerLoanProductAttributes.service.ts | 292 + src/app/api/api/externalAssetOwners.service.ts | 835 + .../api/api/externalEventConfiguration.service.ts | 189 + src/app/api/api/externalServices.service.ts | 195 + .../api/fetchAuthenticatedUserDetails.service.ts | 113 + src/app/api/api/fineractEntity.service.ts | 444 + src/app/api/api/fixedDepositAccount.service.ts | 1207 + .../api/fixedDepositAccountTransactions.service.ts | 352 + src/app/api/api/fixedDepositProduct.service.ts | 458 + src/app/api/api/floatingRates.service.ts | 334 + src/app/api/api/funds.service.ts | 332 + src/app/api/api/generalLedgerAccount.service.ts | 702 + src/app/api/api/globalConfiguration.service.ts | 412 + src/app/api/api/groups.service.ts | 1238 + src/app/api/api/groupsLevel.service.ts | 111 + src/app/api/api/guarantors.service.ts | 722 + src/app/api/api/holidays.service.ts | 601 + src/app/api/api/hooks.service.ts | 460 + src/app/api/api/inlineJob.service.ts | 130 + src/app/api/api/instanceMode.service.ts | 125 + src/app/api/api/interOperation.service.ts | 1439 + src/app/api/api/interestRateChart.service.ts | 473 + .../interestRateSlabAKAInterestBands.service.ts | 478 + src/app/api/api/internalCOB.service.ts | 246 + src/app/api/api/journalEntries.service.ts | 911 + src/app/api/api/likelihood.service.ts | 254 + .../api/api/listReportMailingJobHistory.service.ts | 166 + src/app/api/api/loanAccountLock.service.ts | 136 + src/app/api/api/loanBuyDownFees.service.ts | 450 + src/app/api/api/loanCOBCatchUp.service.ts | 232 + src/app/api/api/loanCapitalizedIncome.service.ts | 576 + src/app/api/api/loanCharges.service.ts | 1738 + src/app/api/api/loanCollateral.service.ts | 483 + .../api/api/loanCollateralManagement.service.ts | 186 + src/app/api/api/loanDisbursementDetails.service.ts | 270 + src/app/api/api/loanInterestPause.service.ts | 632 + src/app/api/api/loanProducts.service.ts | 550 + src/app/api/api/loanRescheduling.service.ts | 144 + src/app/api/api/loanTransactions.service.ts | 1714 + src/app/api/api/loans.service.ts | 2627 + src/app/api/api/loansPointInTime.service.ts | 388 + .../api/makerCheckerOr4EyeFunctionality.service.ts | 426 + ...mappingFinancialActivitiesToAccounts.service.ts | 449 + src/app/api/api/meetings.service.ts | 595 + src/app/api/api/mixMapping.service.ts | 181 + src/app/api/api/mixReport.service.ts | 142 + src/app/api/api/mixTaxonomy.service.ts | 111 + src/app/api/api/notes.service.ts | 437 + src/app/api/api/notification.service.ts | 221 + src/app/api/api/offices.service.ts | 725 + src/app/api/api/passwordPreferences.service.ts | 243 + src/app/api/api/paymentType.service.ts | 412 + .../api/api/periodicAccrualAccounting.service.ts | 126 + src/app/api/api/permissions.service.ts | 189 + src/app/api/api/pocket.service.ts | 198 + src/app/api/api/povertyLine.service.ts | 178 + src/app/api/api/productMix.service.ts | 322 + src/app/api/api/products.service.ts | 514 + src/app/api/api/progressiveLoan.service.ts | 180 + src/app/api/api/provisioningCategory.service.ts | 314 + src/app/api/api/provisioningCriteria.service.ts | 460 + src/app/api/api/provisioningEntries.service.ts | 487 + src/app/api/api/rate.service.ts | 316 + src/app/api/api/recurringDepositAccount.service.ts | 1095 + .../recurringDepositAccountTransactions.service.ts | 389 + src/app/api/api/recurringDepositProduct.service.ts | 458 + .../api/repaymentWithPostDatedChecks.service.ts | 351 + src/app/api/api/reportMailingJobs.service.ts | 501 + src/app/api/api/reports.service.ts | 459 + src/app/api/api/rescheduleLoans.service.ts | 444 + src/app/api/api/roles.service.ts | 623 + src/app/api/api/runReports.service.ts | 302 + src/app/api/api/sCHEDULERJOB.service.ts | 781 + src/app/api/api/sMS.service.ts | 535 + src/app/api/api/sPMAPILookUpTable.service.ts | 257 + src/app/api/api/savingsAccount.service.ts | 1606 + .../api/api/savingsAccountTransactions.service.ts | 658 + src/app/api/api/savingsCharges.service.ts | 597 + src/app/api/api/savingsProduct.service.ts | 462 + src/app/api/api/scheduler.service.ts | 184 + src/app/api/api/scoreCard.service.ts | 318 + src/app/api/api/searchAPI.service.ts | 282 + src/app/api/api/selfAccountTransfer.service.ts | 213 + src/app/api/api/selfAuthentication.service.ts | 129 + src/app/api/api/selfClient.service.ts | 986 + src/app/api/api/selfDividend.service.ts | 510 + src/app/api/api/selfLoanProducts.service.ts | 196 + src/app/api/api/selfLoans.service.ts | 753 + src/app/api/api/selfRunReport.service.ts | 121 + src/app/api/api/selfSavingsAccount.service.ts | 602 + src/app/api/api/selfSavingsProducts.service.ts | 196 + src/app/api/api/selfScoreCard.service.ts | 187 + src/app/api/api/selfServiceRegistration.service.ts | 186 + src/app/api/api/selfShareAccounts.service.ts | 273 + src/app/api/api/selfShareProducts.service.ts | 220 + src/app/api/api/selfSpm.service.ts | 111 + src/app/api/api/selfThirdPartyTransfer.service.ts | 397 + src/app/api/api/selfUser.service.ts | 128 + src/app/api/api/selfUserDetails.service.ts | 113 + src/app/api/api/shareAccount.service.ts | 738 + src/app/api/api/spmSurveys.service.ts | 402 + src/app/api/api/staff.service.ts | 546 + src/app/api/api/standingInstructions.service.ts | 656 + .../api/api/standingInstructionsHistory.service.ts | 256 + src/app/api/api/survey.service.ts | 540 + src/app/api/api/taxComponents.service.ts | 393 + src/app/api/api/taxGroup.service.ts | 393 + src/app/api/api/tellerCashManagement.service.ts | 1569 + src/app/api/api/twoFactor.service.ts | 326 + src/app/api/api/userGeneratedDocuments.service.ts | 616 + src/app/api/api/users.service.ts | 722 + src/app/api/api/workingDays.service.ts | 251 + src/app/api/configuration.ts | 205 + src/app/api/encoder.ts | 35 + src/app/api/git_push.sh | 57 + src/app/api/index.ts | 7 + src/app/api/model/accountChargesRequest.ts | 32 + src/app/api/model/accountRequest.ts | 54 + src/app/api/model/accountRuleRequest.ts | 35 + src/app/api/model/accountTransferData.ts | 57 + src/app/api/model/accountTransferRequest.ts | 43 + src/app/api/model/accountingRuleData.ts | 51 + src/app/api/model/accountingTagRuleData.ts | 35 + src/app/api/model/adHocData.ts | 47 + src/app/api/model/adHocRequest.ts | 39 + src/app/api/model/adHocSearchQueryData.ts | 39 + src/app/api/model/addressData.ts | 57 + src/app/api/model/advancedPaymentData.ts | 34 + src/app/api/model/advancedQueryData.ts | 35 + src/app/api/model/advancedQueryRequest.ts | 34 + src/app/api/model/allowAttributeOverrides.ts | 38 + src/app/api/model/amortizationMappingData.ts | 38 + src/app/api/model/appUser.ts | 62 + src/app/api/model/appUserClientMapping.ts | 36 + src/app/api/model/appUserData.ts | 34 + src/app/api/model/auditData.ts | 34 + src/app/api/model/auditSearchData.ts | 36 + src/app/api/model/batchRequest.ts | 37 + src/app/api/model/batchResponse.ts | 35 + src/app/api/model/bodyPart.ts | 43 + src/app/api/model/bodyPartHeaders.ts | 34 + src/app/api/model/bodyPartParameterizedHeaders.ts | 35 + src/app/api/model/businessDateResponse.ts | 41 + src/app/api/model/businessDateUpdateRequest.ts | 45 + src/app/api/model/businessDateUpdateResponse.ts | 42 + src/app/api/model/businessStep.ts | 32 + src/app/api/model/businessStepDetail.ts | 32 + src/app/api/model/businessStepRequest.ts | 32 + src/app/api/model/buyDownFeeAmortizationDetails.ts | 39 + src/app/api/model/cacheData.ts | 33 + src/app/api/model/cacheSwitchRequest.ts | 31 + src/app/api/model/cacheSwitchResponse.ts | 32 + .../model/calculateFixedDepositInterestResponse.ts | 35 + src/app/api/model/calendarData.ts | 75 + src/app/api/model/calendarRequest.ts | 39 + src/app/api/model/campaignPreviewData.ts | 32 + src/app/api/model/capitalizedIncomeDetails.ts | 35 + src/app/api/model/cashierData.ts | 45 + src/app/api/model/cashierTransactionData.ts | 51 + .../model/cashierTransactionsWithSummaryData.ts | 42 + src/app/api/model/cashierTxnType.ts | 32 + src/app/api/model/cashiersForTeller.ts | 36 + src/app/api/model/centerData.ts | 41 + src/app/api/model/changeInstanceModeRequest.ts | 37 + src/app/api/model/changePwdUsersUserIdRequest.ts | 35 + src/app/api/model/changePwdUsersUserIdResponse.ts | 37 + .../model/changePwdUsersUserIdResponseChanges.ts | 31 + src/app/api/model/charge.ts | 72 + src/app/api/model/chargeData.ts | 79 + src/app/api/model/chargeFeeOnMonthDay.ts | 51 + .../api/model/chargeOffReasonToGLAccountMapper.ts | 34 + src/app/api/model/chargeRequest.ts | 49 + src/app/api/model/chargeToGLAccountMapper.ts | 34 + src/app/api/model/classificationToGLAccountData.ts | 34 + src/app/api/model/client.ts | 98 + src/app/api/model/clientAddressRequest.ts | 51 + .../api/model/clientCollateralManagementData.ts | 37 + src/app/api/model/clientCollateralRequest.ts | 33 + src/app/api/model/clientData.ts | 101 + src/app/api/model/clientFamilyMemberRequest.ts | 47 + src/app/api/model/clientFamilyMembersData.ts | 53 + src/app/api/model/clientIdentifier.ts | 36 + src/app/api/model/clientIdentifierData.ts | 38 + src/app/api/model/clientIdentifierRequest.ts | 34 + src/app/api/model/clientSearchData.ts | 42 + src/app/api/model/clientTextSearch.ts | 31 + src/app/api/model/clientTimelineData.ts | 42 + src/app/api/model/code.ts | 36 + src/app/api/model/codeValue.ts | 39 + src/app/api/model/codeValueData.ts | 36 + src/app/api/model/collateralData.ts | 38 + src/app/api/model/collateralManagementData.ts | 37 + .../model/collateralManagementProductRequest.ts | 37 + src/app/api/model/collateralProductRequest.ts | 36 + src/app/api/model/collectionSheetRequest.ts | 37 + src/app/api/model/columnFilterData.ts | 33 + src/app/api/model/commandProcessingResult.ts | 51 + src/app/api/model/commandWrapper.ts | 84 + src/app/api/model/component.ts | 38 + src/app/api/model/componentData.ts | 35 + src/app/api/model/configuredJobNamesDTO.ts | 31 + src/app/api/model/contentDisposition.ts | 37 + src/app/api/model/createStaffResponse.ts | 35 + src/app/api/model/creditAllocationData.ts | 33 + src/app/api/model/creditAllocationOrder.ts | 32 + src/app/api/model/creditDebit.ts | 32 + src/app/api/model/currencyConfigurationData.ts | 33 + src/app/api/model/currencyData.ts | 37 + src/app/api/model/currencyItem.ts | 37 + src/app/api/model/currencyUpdateRequest.ts | 31 + src/app/api/model/currencyUpdateResponse.ts | 32 + src/app/api/model/datatableData.ts | 31 + .../model/deleteAccountNumberFormatsResponse.ts | 34 + src/app/api/model/deleteAccountingRulesResponse.ts | 34 + src/app/api/model/deleteCentersCenterIdResponse.ts | 35 + src/app/api/model/deleteChargesChargeIdResponse.ts | 34 + .../api/model/deleteClientCollateralResponse.ts | 34 + ...deleteClientsClientIdChargesChargeIdResponse.ts | 36 + ...ientsClientIdIdentifiersIdentifierIdResponse.ts | 36 + src/app/api/model/deleteClientsClientIdResponse.ts | 37 + src/app/api/model/deleteCodeValueDataResponse.ts | 34 + src/app/api/model/deleteCodesResponse.ts | 34 + .../api/model/deleteCollateralProductResponse.ts | 34 + ...TablesDatatableAppTableIdDatatableIdResponse.ts | 34 + .../deleteDataTablesDatatableAppTableIdResponse.ts | 34 + src/app/api/model/deleteDataTablesResponse.ts | 34 + .../api/model/deleteDelinquencyBucketResponse.ts | 34 + .../api/model/deleteDelinquencyRangeResponse.ts | 34 + .../deleteEntityDatatableChecksTemplateResponse.ts | 34 + .../deleteEntityTypeEntityIdDocumentsResponse.ts | 35 + .../deleteFinancialActivityAccountsResponse.ts | 34 + .../deleteFixedDepositAccountsAccountIdResponse.ts | 36 + .../deleteFixedDepositProductsProductIdResponse.ts | 34 + src/app/api/model/deleteGLAccountsResponse.ts | 34 + src/app/api/model/deleteGlClosuresResponse.ts | 35 + src/app/api/model/deleteGroupsGroupIdResponse.ts | 36 + .../api/model/deleteHolidaysHolidayIdResponse.ts | 34 + src/app/api/model/deleteHookResponse.ts | 34 + ...eInterestRateChartsChartIdChartSlabsResponse.ts | 34 + .../deleteInterestRateChartsChartIdResponse.ts | 34 + .../deleteLoansLoanIdChargesChargeIdResponse.ts | 38 + ...teLoansLoanIdCollateralsCollateralIdResponse.ts | 35 + src/app/api/model/deleteLoansLoanIdResponse.ts | 38 + .../deletePaymentTypesPaymentTypeIdResponse.ts | 34 + src/app/api/model/deletePostDatedCheck.ts | 35 + .../model/deleteProvisioningCriteriaResponse.ts | 34 + .../deleteRecurringDepositAccountsResponse.ts | 36 + ...eteRecurringDepositProductsProductIdResponse.ts | 34 + .../api/model/deleteReportMailingJobsResponse.ts | 34 + src/app/api/model/deleteReportsResponse.ts | 34 + ...eteResourceTypeResourceIdNotesNoteIdResponse.ts | 34 + src/app/api/model/deleteRolesRoleIdResponse.ts | 34 + .../deleteSavingsAccountsAccountIdResponse.ts | 36 + ...countIdChargesSavingsAccountChargeIdResponse.ts | 37 + .../deleteSavingsProductsProductIdResponse.ts | 34 + ...eteSelfBeneficiariesTPTBeneficiaryIdResponse.ts | 34 + ...leteTellersTellerIdCashiersCashierIdResponse.ts | 34 + .../api/model/deleteTemplatesTemplateIdResponse.ts | 34 + src/app/api/model/deleteUsersUserIdResponse.ts | 36 + src/app/api/model/delinquencyBucket.ts | 40 + src/app/api/model/delinquencyBucketData.ts | 34 + src/app/api/model/delinquencyBucketRequest.ts | 32 + src/app/api/model/delinquencyRange.ts | 40 + src/app/api/model/delinquencyRangeData.ts | 34 + src/app/api/model/delinquencyRangeRequest.ts | 34 + .../model/depositAccountOnHoldTransactionData.ts | 42 + src/app/api/model/disbursementDetail.ts | 33 + .../api/model/disbursementTransactionsRequest.ts | 34 + src/app/api/model/documentData.ts | 40 + src/app/api/model/entity.ts | 32 + src/app/api/model/enumOptionData.ts | 33 + src/app/api/model/enumOptionType.ts | 33 + src/app/api/model/event.ts | 32 + src/app/api/model/executeJobRequest.ts | 35 + src/app/api/model/extensionData.ts | 32 + src/app/api/model/externalAssetOwnerRequest.ts | 37 + .../api/model/externalAssetOwnerSearchRequest.ts | 35 + .../model/externalAssetOwnerTransferChangesData.ts | 37 + .../externalEventConfigurationItemResponse.ts | 32 + .../model/externalEventConfigurationResponse.ts | 32 + .../externalEventConfigurationUpdateRequest.ts | 31 + .../externalEventConfigurationUpdateResponse.ts | 31 + src/app/api/model/externalEventResponse.ts | 38 + src/app/api/model/externalId.ts | 32 + src/app/api/model/externalOwnerJournalEntryData.ts | 34 + .../model/externalOwnerTransferJournalEntryData.ts | 34 + .../api/model/externalServicesPropertiesData.ts | 32 + src/app/api/model/externalTransferData.ts | 68 + src/app/api/model/externalTransferDataDetails.ts | 37 + src/app/api/model/externalTransferLoanData.ts | 32 + .../externalTransferLoanProductAttributesData.ts | 34 + src/app/api/model/externalTransferOwnerData.ts | 31 + src/app/api/model/field.ts | 35 + src/app/api/model/fieldConfigurationData.ts | 37 + src/app/api/model/filterData.ts | 52 + src/app/api/model/financialActivityAccountData.ts | 37 + src/app/api/model/financialActivityData.ts | 44 + src/app/api/model/floatingRate.ts | 41 + src/app/api/model/floatingRateData.ts | 42 + src/app/api/model/floatingRatePeriod.ts | 42 + src/app/api/model/floatingRatePeriodData.ts | 39 + src/app/api/model/floatingRatePeriodRequest.ts | 35 + src/app/api/model/floatingRateRequest.ts | 35 + src/app/api/model/formDataBodyPart.ts | 50 + src/app/api/model/formDataContentDisposition.ts | 38 + src/app/api/model/fund.ts | 32 + src/app/api/model/fundData.ts | 33 + src/app/api/model/fundRequest.ts | 32 + src/app/api/model/gLAccount.ts | 46 + src/app/api/model/gLAccountData.ts | 57 + src/app/api/model/gLAccountDataForLookup.ts | 33 + src/app/api/model/gLClosureData.ts | 44 + src/app/api/model/geoCodeData.ts | 32 + .../api/model/getAccountNumberFormatsIdResponse.ts | 37 + .../getAccountNumberFormatsResponseTemplate.ts | 36 + src/app/api/model/getAccountOptions.ts | 33 + .../model/getAccountTransferTemplateResponse.ts | 38 + .../model/getAccountTransfersFromAccountType.ts | 33 + .../getAccountTransfersFromAccountTypeOptions.ts | 33 + .../model/getAccountTransfersFromClientOptions.ts | 34 + src/app/api/model/getAccountTransfersFromOffice.ts | 36 + .../model/getAccountTransfersFromOfficeOptions.ts | 33 + src/app/api/model/getAccountTransfersPageItems.ts | 50 + .../model/getAccountTransfersPageItemsCurrency.ts | 36 + .../getAccountTransfersPageItemsFromAccount.ts | 32 + .../getAccountTransfersPageItemsFromOffice.ts | 32 + .../getAccountTransfersPageItemsToAccountType.ts | 33 + src/app/api/model/getAccountTransfersResponse.ts | 36 + src/app/api/model/getAccountTransfersStatus.ts | 33 + ...untTransfersTemplateRefundByTransferCurrency.ts | 37 + ...TransfersTemplateRefundByTransferFromAccount.ts | 40 + ...rsTemplateRefundByTransferFromAccountOptions.ts | 39 + ...tTransfersTemplateRefundByTransferFromClient.ts | 47 + ...ersTemplateRefundByTransferFromClientOptions.ts | 34 + ...tTransfersTemplateRefundByTransferFromOffice.ts | 36 + ...ersTemplateRefundByTransferFromOfficeOptions.ts | 33 + ...untTransfersTemplateRefundByTransferResponse.ts | 63 + ...ntTransfersTemplateRefundByTransferToAccount.ts | 39 + ...untTransfersTemplateRefundByTransferToClient.ts | 34 + .../model/getAccountTransfersTemplateResponse.ts | 49 + src/app/api/model/getAccountTransfersTimeline.ts | 38 + .../getAccountTransfersToAccountTypeOptions.ts | 33 + .../model/getAccountTransfersToOfficeOptions.ts | 33 + .../api/model/getAccountsChargeCalculationType.ts | 33 + src/app/api/model/getAccountsChargeTimeType.ts | 33 + src/app/api/model/getAccountsCharges.ts | 49 + src/app/api/model/getAccountsChargesCurrency.ts | 36 + src/app/api/model/getAccountsCurrency.ts | 37 + .../api/model/getAccountsLinkedToPocketResponse.ts | 38 + src/app/api/model/getAccountsLockPeriodTypeEnum.ts | 33 + src/app/api/model/getAccountsPageItems.ts | 46 + src/app/api/model/getAccountsPurchasedShares.ts | 42 + .../api/model/getAccountsPurchasedSharesStatus.ts | 33 + .../api/model/getAccountsPurchasedSharesType.ts | 33 + src/app/api/model/getAccountsStatus.ts | 38 + src/app/api/model/getAccountsSummary.ts | 42 + src/app/api/model/getAccountsTimeline.ts | 39 + .../api/model/getAccountsTypeAccountIdResponse.ts | 61 + src/app/api/model/getAccountsTypeProductOptions.ts | 34 + .../api/model/getAccountsTypePurchasedShares.ts | 34 + src/app/api/model/getAccountsTypeResponse.ts | 36 + src/app/api/model/getAccountsTypeStatus.ts | 38 + src/app/api/model/getAccountsTypeSummary.ts | 32 + .../api/model/getAccountsTypeTemplateResponse.ts | 37 + src/app/api/model/getAccountsTypeTimeline.ts | 31 + src/app/api/model/getAssetType.ts | 33 + src/app/api/model/getCentersAccountType.ts | 33 + .../model/getCentersCenterIdAccountsResponse.ts | 35 + src/app/api/model/getCentersCenterIdCurrency.ts | 37 + src/app/api/model/getCentersCenterIdResponse.ts | 41 + src/app/api/model/getCentersCenterIdStatus.ts | 42 + src/app/api/model/getCentersDepositType.ts | 33 + src/app/api/model/getCentersOfficeOptions.ts | 33 + src/app/api/model/getCentersPageItems.ts | 38 + src/app/api/model/getCentersResponse.ts | 36 + src/app/api/model/getCentersSavingsAccounts.ts | 44 + src/app/api/model/getCentersStaffOptions.ts | 32 + src/app/api/model/getCentersStatus.ts | 33 + src/app/api/model/getCentersTemplateResponse.ts | 40 + src/app/api/model/getCentersTimeline.ts | 34 + src/app/api/model/getChargeAppliesTo.ts | 33 + src/app/api/model/getChargeCalculationType.ts | 33 + .../getChargeOffReasonToExpenseAccountMappings.ts | 34 + src/app/api/model/getChargePaymentMode.ts | 33 + src/app/api/model/getChargeTimeType.ts | 33 + src/app/api/model/getChargesAppliesTo.ts | 33 + src/app/api/model/getChargesAppliesToResponse.ts | 33 + .../api/model/getChargesCalculationTypeResponse.ts | 33 + .../api/model/getChargesChargeCalculationType.ts | 33 + src/app/api/model/getChargesChargeTimeType.ts | 33 + src/app/api/model/getChargesCurrency.ts | 36 + src/app/api/model/getChargesCurrencyResponse.ts | 36 + src/app/api/model/getChargesPaymentModeResponse.ts | 33 + src/app/api/model/getChargesResponse.ts | 52 + src/app/api/model/getChargesTaxGroup.ts | 32 + src/app/api/model/getChargesTimeTypeResponse.ts | 33 + .../getClassificationToIncomeAccountMappings.ts | 34 + .../api/model/getClientChargeCalculationType.ts | 33 + src/app/api/model/getClientChargeCurrency.ts | 36 + src/app/api/model/getClientChargeTimeType.ts | 33 + .../getClientIdProductIdAccountingMappings.ts | 38 + .../api/model/getClientIdProductIdChargeOptions.ts | 32 + ...tIdProductIdLockinPeriodFrequencyTypeOptions.ts | 33 + ...uctIdMinimumActivePeriodFrequencyTypeOptions.ts | 33 + .../model/getClientIdProductIdProductOptions.ts | 64 + .../api/model/getClientObligeeDetailsResponse.ts | 35 + src/app/api/model/getClientStatus.ts | 33 + src/app/api/model/getClientTransactionsCurrency.ts | 36 + .../model/getClientTransferProposalDateResponse.ts | 34 + src/app/api/model/getClientsChargesPageItems.ts | 50 + .../model/getClientsClientIdAccountsResponse.ts | 37 + .../api/model/getClientsClientIdChargesResponse.ts | 36 + .../model/getClientsClientIdIdentifiersResponse.ts | 39 + src/app/api/model/getClientsClientIdResponse.ts | 52 + src/app/api/model/getClientsClientIdStatus.ts | 33 + .../getClientsClientIdTransactionsResponse.ts | 36 + ...ntsClientIdTransactionsTransactionIdResponse.ts | 44 + .../model/getClientsClientIdTransactionsType.ts | 33 + src/app/api/model/getClientsColumnHeaderData.ts | 37 + src/app/api/model/getClientsDataTables.ts | 34 + src/app/api/model/getClientsDocumentType.ts | 32 + src/app/api/model/getClientsGroups.ts | 34 + src/app/api/model/getClientsLoanAccounts.ts | 42 + src/app/api/model/getClientsLoanAccountsStatus.ts | 41 + src/app/api/model/getClientsLoanAccountsType.ts | 33 + .../api/model/getClientsLoansAccountsCurrency.ts | 36 + src/app/api/model/getClientsOfficeOptions.ts | 33 + src/app/api/model/getClientsPageItems.ts | 41 + src/app/api/model/getClientsPageItemsResponse.ts | 40 + src/app/api/model/getClientsResponse.ts | 36 + .../api/model/getClientsSavingProductOptions.ts | 34 + src/app/api/model/getClientsSavingsAccounts.ts | 41 + .../api/model/getClientsSavingsAccountsCurrency.ts | 36 + .../model/getClientsSavingsAccountsDepositType.ts | 33 + .../api/model/getClientsSavingsAccountsStatus.ts | 43 + src/app/api/model/getClientsStaffOptions.ts | 38 + src/app/api/model/getClientsTemplateResponse.ts | 43 + src/app/api/model/getClientsTimeline.ts | 38 + src/app/api/model/getCodeValueData.ts | 36 + src/app/api/model/getCodeValuesDataResponse.ts | 39 + src/app/api/model/getCodesResponse.ts | 36 + src/app/api/model/getCollateralCurrencyResponse.ts | 36 + src/app/api/model/getCollateralTypeResponse.ts | 32 + src/app/api/model/getDataTablesResponse.ts | 37 + src/app/api/model/getDelinquencyActionsResponse.ts | 41 + .../api/model/getDelinquencyTagHistoryResponse.ts | 39 + .../api/model/getEntityDatatableChecksResponse.ts | 42 + .../getEntityDatatableChecksTemplateResponse.ts | 43 + src/app/api/model/getEquityType.ts | 33 + .../model/getFinancialActivityAccountsResponse.ts | 38 + .../model/getFixedDepositAccountsAccountChart.ts | 38 + .../getFixedDepositAccountsAccountChartCurrency.ts | 36 + .../getFixedDepositAccountsAccountIdCurrency.ts | 37 + .../getFixedDepositAccountsAccountIdResponse.ts | 73 + .../getFixedDepositAccountsAccountIdSummary.ts | 33 + .../api/model/getFixedDepositAccountsChartSlabs.ts | 38 + .../api/model/getFixedDepositAccountsCurrency.ts | 37 + ...etFixedDepositAccountsDepositPeriodFrequency.ts | 33 + ...sitAccountsInterestCalculationDaysInYearType.ts | 33 + ...tFixedDepositAccountsInterestCalculationType.ts | 33 + ...DepositAccountsInterestCompoundingPeriodType.ts | 33 + ...ixedDepositAccountsInterestPostingPeriodType.ts | 33 + .../getFixedDepositAccountsMaxDepositTermType.ts | 33 + .../getFixedDepositAccountsMinDepositTermType.ts | 33 + .../api/model/getFixedDepositAccountsPeriodType.ts | 33 + .../model/getFixedDepositAccountsPeriodTypes.ts | 33 + .../model/getFixedDepositAccountsProductOptions.ts | 32 + .../api/model/getFixedDepositAccountsResponse.ts | 70 + src/app/api/model/getFixedDepositAccountsStatus.ts | 42 + .../api/model/getFixedDepositAccountsSummary.ts | 33 + .../getFixedDepositAccountsTemplateResponse.ts | 37 + .../api/model/getFixedDepositAccountsTimeline.ts | 34 + .../model/getFixedDepositProductsAccountingRule.ts | 33 + .../api/model/getFixedDepositProductsCurrency.ts | 37 + .../api/model/getFixedDepositProductsGlAccount.ts | 33 + ...sitProductsInterestCalculationDaysInYearType.ts | 33 + ...tFixedDepositProductsInterestCalculationType.ts | 33 + ...DepositProductsInterestCompoundingPeriodType.ts | 33 + ...ixedDepositProductsInterestPostingPeriodType.ts | 33 + .../getFixedDepositProductsMaxDepositTermType.ts | 33 + .../getFixedDepositProductsMinDepositTermType.ts | 33 + ...edDepositProductsProductIdAccountingMappings.ts | 40 + .../getFixedDepositProductsProductIdActiveChart.ts | 38 + .../getFixedDepositProductsProductIdChartSlabs.ts | 39 + .../getFixedDepositProductsProductIdCurrency.ts | 36 + ...tProductsProductIdFeeToIncomeAccountMappings.ts | 34 + ...ctsProductIdFeeToIncomeAccountMappingsCharge.ts | 34 + ...uctIdFeeToIncomeAccountMappingsIncomeAccount.ts | 33 + ...oductsProductIdInterestCompoundingPeriodType.ts | 33 + ...edDepositProductsProductIdMaxDepositTermType.ts | 33 + ...edDepositProductsProductIdMinDepositTermType.ts | 33 + ...ductsProductIdPenaltyToIncomeAccountMappings.ts | 34 + ...roductIdPenaltyToIncomeAccountMappingsCharge.ts | 34 + .../getFixedDepositProductsProductIdPeriodType.ts | 33 + ...oductsProductIdPreClosurePenalInterestOnType.ts | 33 + .../getFixedDepositProductsProductIdResponse.ts | 65 + .../api/model/getFixedDepositProductsResponse.ts | 57 + src/app/api/model/getFloatingRatesResponse.ts | 41 + src/app/api/model/getFromAccountOptions.ts | 38 + .../getFromAccountStandingInstructionSwagger.ts | 34 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 33 + ...ccountTypeResponseStandingInstructionSwagger.ts | 33 + ...getFromAccountTypeStandingInstructionSwagger.ts | 33 + ...entOptionsResponseStandingInstructionSwagger.ts | 34 + .../getFromClientStandingInstructionSwagger.ts | 34 + ...iceOptionsResponseStandingInstructionSwagger.ts | 33 + ...FromOfficeResponseStandingInstructionSwagger.ts | 36 + .../getFromOfficeStandingInstructionSwagger.ts | 32 + src/app/api/model/getGLAccountData.ts | 33 + src/app/api/model/getGLAccountsResponse.ts | 47 + src/app/api/model/getGLAccountsTemplateResponse.ts | 51 + src/app/api/model/getGlAccountMapping.ts | 33 + src/app/api/model/getGlClosureResponse.ts | 45 + .../api/model/getGlobalConfigurationsResponse.ts | 35 + .../model/getGroupsGroupIdAccountsLoanAccounts.ts | 38 + .../api/model/getGroupsGroupIdAccountsLoanType.ts | 33 + .../getGroupsGroupIdAccountsMemberLoanAccounts.ts | 38 + .../getGroupsGroupIdAccountsMemberLoanStatus.ts | 41 + .../getGroupsGroupIdAccountsMemberLoanType.ts | 33 + ...etGroupsGroupIdAccountsMemberSavingsAccounts.ts | 40 + .../api/model/getGroupsGroupIdAccountsResponse.ts | 41 + .../getGroupsGroupIdAccountsSavingAccountType.ts | 33 + .../getGroupsGroupIdAccountsSavingAccounts.ts | 40 + .../getGroupsGroupIdAccountsSavingCurrency.ts | 36 + .../model/getGroupsGroupIdAccountsSavingStatus.ts | 39 + .../api/model/getGroupsGroupIdAccountsStatus.ts | 41 + src/app/api/model/getGroupsGroupIdResponse.ts | 41 + src/app/api/model/getGroupsGroupIdTimeline.ts | 34 + src/app/api/model/getGroupsPageItems.ts | 38 + src/app/api/model/getGroupsResponse.ts | 36 + src/app/api/model/getGroupsStatus.ts | 33 + .../api/model/getGroupsTemplateClientOptions.ts | 34 + .../api/model/getGroupsTemplateColumnHeaderData.ts | 37 + src/app/api/model/getGroupsTemplateDatatables.ts | 34 + .../api/model/getGroupsTemplateOfficeOptions.ts | 33 + src/app/api/model/getGroupsTemplateResponse.ts | 42 + src/app/api/model/getGroupsTemplateStaffOptions.ts | 32 + src/app/api/model/getHolidaysResponse.ts | 41 + src/app/api/model/getHookResponse.ts | 45 + src/app/api/model/getHookTemplateResponse.ts | 37 + src/app/api/model/getIncomeFromFeeAccountId.ts | 33 + src/app/api/model/getIncomeType.ts | 33 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 33 + ...getInstructionTypeStandingInstructionSwagger.ts | 33 + .../api/model/getInterestRateChartsChartSlabs.ts | 37 + src/app/api/model/getInterestRateChartsCurrency.ts | 36 + src/app/api/model/getInterestRateChartsResponse.ts | 39 + .../getInterestRateChartsTemplatePeriodTypes.ts | 33 + .../model/getInterestRateChartsTemplateResponse.ts | 35 + .../api/model/getJobsJobIDJobRunHistoryResponse.ts | 36 + src/app/api/model/getJobsResponse.ts | 43 + .../getJournalEntriesTransactionIdResponse.ts | 36 + src/app/api/model/getLoanAccountingMappings.ts | 56 + src/app/api/model/getLoanCharge.ts | 34 + src/app/api/model/getLoanChargeCalculationType.ts | 33 + src/app/api/model/getLoanChargeCurrency.ts | 36 + .../model/getLoanChargeTemplateChargeAppliesTo.ts | 33 + .../model/getLoanChargeTemplateChargeOptions.ts | 43 + .../model/getLoanChargeTemplateChargeTimeType.ts | 33 + src/app/api/model/getLoanChargeTimeType.ts | 33 + src/app/api/model/getLoanCurrency.ts | 36 + .../api/model/getLoanFeeToIncomeAccountMappings.ts | 36 + .../getLoanPaymentChannelToFundSourceMappings.ts | 32 + .../getLoanProductsAccountingMappingOptions.ts | 38 + src/app/api/model/getLoanProductsAccountingRule.ts | 33 + .../api/model/getLoanProductsAmortizationType.ts | 33 + .../model/getLoanProductsAssetAccountOptions.ts | 43 + .../api/model/getLoanProductsChargeAppliesTo.ts | 33 + .../model/getLoanProductsChargeOffReasonOptions.ts | 39 + src/app/api/model/getLoanProductsChargeOptions.ts | 45 + src/app/api/model/getLoanProductsCurrency.ts | 37 + .../api/model/getLoanProductsCurrencyOptions.ts | 36 + .../api/model/getLoanProductsDaysInMonthType.ts | 33 + .../getLoanProductsDaysInYearCustomStrategy.ts | 33 + src/app/api/model/getLoanProductsDaysInYearType.ts | 33 + .../model/getLoanProductsExpenseAccountOptions.ts | 43 + src/app/api/model/getLoanProductsExpenseType.ts | 33 + .../model/getLoanProductsIncomeAccountOptions.ts | 43 + src/app/api/model/getLoanProductsIncomeType.ts | 33 + .../getLoanProductsInterestRateFrequencyType.ts | 33 + ...oanProductsInterestRateTemplateFrequencyType.ts | 33 + ...nterestRecalculationCompoundingFrequencyType.ts | 33 + ...ProductsInterestRecalculationCompoundingType.ts | 33 + .../getLoanProductsInterestRecalculationData.ts | 48 + ...oanProductsInterestRecalculationTemplateData.ts | 36 + .../model/getLoanProductsInterestTemplateType.ts | 33 + src/app/api/model/getLoanProductsInterestType.ts | 33 + .../getLoanProductsLiabilityAccountOptions.ts | 43 + src/app/api/model/getLoanProductsLiabilityTagId.ts | 31 + src/app/api/model/getLoanProductsLiabilityType.ts | 33 + src/app/api/model/getLoanProductsLiabilityUsage.ts | 33 + src/app/api/model/getLoanProductsParamType.ts | 33 + .../api/model/getLoanProductsPaymentTypeOptions.ts | 33 + ...roductsPreClosureInterestCalculationStrategy.ts | 33 + ...nProductsPrincipalVariationsForBorrowerCycle.ts | 39 + .../api/model/getLoanProductsProductIdResponse.ts | 159 + .../model/getLoanProductsRepaymentFrequencyType.ts | 33 + .../model/getLoanProductsRepaymentStartDateType.ts | 33 + ...etLoanProductsRepaymentTemplateFrequencyType.ts | 33 + .../model/getLoanProductsRescheduleStrategyType.ts | 33 + src/app/api/model/getLoanProductsResponse.ts | 96 + .../api/model/getLoanProductsTemplateCurrency.ts | 37 + .../api/model/getLoanProductsTemplateResponse.ts | 126 + ...ProductsTransactionProcessingStrategyOptions.ts | 33 + .../api/model/getLoanProductsValueConditionType.ts | 33 + .../getLoanProductsValueConditionTypeOptions.ts | 33 + .../model/getLoanProductsWriteOffReasonOptions.ts | 39 + .../api/model/getLoanRescheduleRequestResponse.ts | 50 + .../api/model/getLoanRescheduleRequestStatus.ts | 36 + src/app/api/model/getLoanTransactionRelation.ts | 36 + .../api/model/getLoansApprovalTemplateResponse.ts | 38 + src/app/api/model/getLoansChargePaymentMode.ts | 33 + src/app/api/model/getLoansCurrency.ts | 36 + .../api/model/getLoansLoanIdAmortizationType.ts | 33 + .../model/getLoansLoanIdChargeCalculationType.ts | 33 + .../api/model/getLoansLoanIdChargePaymentMode.ts | 33 + src/app/api/model/getLoansLoanIdChargeTimeType.ts | 33 + .../model/getLoansLoanIdChargesChargeIdResponse.ts | 54 + .../model/getLoansLoanIdChargesTemplateResponse.ts | 39 + src/app/api/model/getLoansLoanIdCodeValueData.ts | 39 + .../api/model/getLoansLoanIdCollateralsResponse.ts | 40 + src/app/api/model/getLoansLoanIdCurrency.ts | 36 + .../model/getLoansLoanIdDelinquencyPausePeriod.ts | 36 + .../api/model/getLoansLoanIdDelinquencySummary.ts | 59 + .../api/model/getLoansLoanIdDisbursementDetails.ts | 42 + src/app/api/model/getLoansLoanIdEnumOptionData.ts | 36 + src/app/api/model/getLoansLoanIdFeeFrequency.ts | 33 + .../getLoansLoanIdInterestCalculationPeriodType.ts | 33 + .../getLoansLoanIdInterestRateFrequencyType.ts | 33 + src/app/api/model/getLoansLoanIdInterestType.ts | 33 + src/app/api/model/getLoansLoanIdLinkedAccount.ts | 32 + src/app/api/model/getLoansLoanIdLoanChargeData.ts | 63 + .../model/getLoansLoanIdLoanChargePaidByData.ts | 39 + .../getLoansLoanIdLoanInstallmentChargeData.ts | 42 + ...etLoansLoanIdLoanInstallmentLevelDelinquency.ts | 38 + ...nsLoanIdLoanRepaymentScheduleInstallmentData.ts | 37 + .../api/model/getLoansLoanIdLoanTermEnumData.ts | 36 + .../api/model/getLoansLoanIdLoanTermVariations.ts | 41 + .../model/getLoansLoanIdLoanTransactionEnumData.ts | 66 + .../model/getLoansLoanIdLoanTransactionRelation.ts | 39 + src/app/api/model/getLoansLoanIdLoanType.ts | 33 + src/app/api/model/getLoansLoanIdOverdueCharges.ts | 48 + .../api/model/getLoansLoanIdPaymentDetailData.ts | 41 + src/app/api/model/getLoansLoanIdPaymentType.ts | 38 + .../model/getLoansLoanIdRepaymentFrequencyType.ts | 33 + src/app/api/model/getLoansLoanIdRepaymentPeriod.ts | 70 + .../api/model/getLoansLoanIdRepaymentSchedule.ts | 47 + src/app/api/model/getLoansLoanIdResponse.ts | 137 + src/app/api/model/getLoansLoanIdStatus.ts | 41 + src/app/api/model/getLoansLoanIdSummary.ts | 104 + .../model/getLoansLoanIdTermPeriodFrequencyType.ts | 33 + src/app/api/model/getLoansLoanIdTimeline.ts | 50 + src/app/api/model/getLoansLoanIdTransactions.ts | 97 + .../model/getLoansLoanIdTransactionsResponse.ts | 47 + .../getLoansLoanIdTransactionsTemplateResponse.ts | 52 + ...LoansLoanIdTransactionsTransactionIdResponse.ts | 62 + ...etLoansProductsInterestCalculationPeriodType.ts | 33 + src/app/api/model/getLoansResponse.ts | 36 + .../api/model/getLoansTemplateProductOptions.ts | 32 + src/app/api/model/getLoansTemplateResponse.ts | 40 + src/app/api/model/getLoansTemplateTimeline.ts | 31 + src/app/api/model/getLoansTotal.ts | 40 + src/app/api/model/getLoansTransactionType.ts | 33 + src/app/api/model/getLoansType.ts | 44 + src/app/api/model/getLockPeriodTypeEnum.ts | 32 + src/app/api/model/getNotification.ts | 42 + src/app/api/model/getNotificationsResponse.ts | 36 + src/app/api/model/getObligeeData.ts | 38 + src/app/api/model/getOfficesResponse.ts | 42 + src/app/api/model/getOfficesTemplateResponse.ts | 36 + .../getPageItemsStandingInstructionSwagger.ts | 65 + .../getPasswordPreferencesTemplateResponse.ts | 37 + src/app/api/model/getPaymentTypeData.ts | 33 + src/app/api/model/getPaymentTypeOptions.ts | 33 + src/app/api/model/getPaymentTypesResponse.ts | 40 + src/app/api/model/getPermissionsResponse.ts | 38 + src/app/api/model/getPocketData.ts | 31 + src/app/api/model/getPocketLoanAccounts.ts | 35 + src/app/api/model/getPocketSavingAccounts.ts | 35 + src/app/api/model/getPostDatedChecks.ts | 39 + ...ityOptionsResponseStandingInstructionSwagger.ts | 33 + .../model/getPriorityStandingInstructionSwagger.ts | 33 + .../model/getProductsAccountingMappingOptions.ts | 38 + src/app/api/model/getProductsAccountingMappings.ts | 38 + src/app/api/model/getProductsAccountingRule.ts | 33 + .../api/model/getProductsAssetAccountOptions.ts | 43 + src/app/api/model/getProductsCharges.ts | 45 + src/app/api/model/getProductsCurrency.ts | 37 + .../api/model/getProductsEquityAccountOptions.ts | 42 + .../api/model/getProductsIncomeAccountOptions.ts | 43 + .../model/getProductsLiabilityAccountOptions.ts | 43 + src/app/api/model/getProductsLiabilityType.ts | 33 + src/app/api/model/getProductsLiabilityUsage.ts | 33 + src/app/api/model/getProductsMarketPrice.ts | 33 + ...ductsMinimumActivePeriodFrequencyTypeOptions.ts | 33 + src/app/api/model/getProductsPageItems.ts | 34 + src/app/api/model/getProductsTagId.ts | 32 + .../api/model/getProductsTypeProductIdResponse.ts | 68 + src/app/api/model/getProductsTypeResponse.ts | 36 + .../getProvisioningCriteriaCriteriaIdResponse.ts | 40 + .../api/model/getProvisioningCriteriaResponse.ts | 36 + ...ncyOptionsResponseStandingInstructionSwagger.ts | 33 + ...ecurrenceFrequencyStandingInstructionSwagger.ts | 33 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 33 + .../getRecurrenceTypeStandingInstructionSwagger.ts | 33 + src/app/api/model/getRecurringCurrency.ts | 37 + .../getRecurringDepositAccountsAccountChart.ts | 38 + ...RecurringDepositAccountsAccountChartCurrency.ts | 36 + ...getRecurringDepositAccountsAccountIdResponse.ts | 74 + .../model/getRecurringDepositAccountsChartSlabs.ts | 38 + .../model/getRecurringDepositAccountsCurrency.ts | 37 + ...curringDepositAccountsDepositPeriodFrequency.ts | 33 + ...sitAccountsInterestCalculationDaysInYearType.ts | 33 + ...urringDepositAccountsInterestCalculationType.ts | 33 + ...DepositAccountsInterestCompoundingPeriodType.ts | 33 + ...ringDepositAccountsInterestPostingPeriodType.ts | 33 + ...etRecurringDepositAccountsMaxDepositTermType.ts | 33 + ...etRecurringDepositAccountsMinDepositTermType.ts | 33 + .../model/getRecurringDepositAccountsPeriodType.ts | 33 + .../getRecurringDepositAccountsPeriodTypes.ts | 33 + ...DepositAccountIdTransactionsTemplateResponse.ts | 44 + ...itAccountIdTransactionsTransactionIdResponse.ts | 46 + ...DepositAccountsRecurringDepositFrequencyType.ts | 33 + .../model/getRecurringDepositAccountsResponse.ts | 73 + .../api/model/getRecurringDepositAccountsStatus.ts | 42 + .../model/getRecurringDepositAccountsSummary.ts | 33 + .../getRecurringDepositAccountsTemplateResponse.ts | 37 + .../model/getRecurringDepositAccountsTimeline.ts | 34 + .../getRecurringDepositProductsAccountingRule.ts | 33 + .../model/getRecurringDepositProductsCurrency.ts | 37 + .../model/getRecurringDepositProductsGlAccount.ts | 33 + ...sitProductsInterestCalculationDaysInYearType.ts | 33 + ...urringDepositProductsInterestCalculationType.ts | 33 + ...DepositProductsInterestCompoundingPeriodType.ts | 33 + ...ringDepositProductsInterestPostingPeriodType.ts | 33 + ...etRecurringDepositProductsMaxDepositTermType.ts | 33 + ...etRecurringDepositProductsMinDepositTermType.ts | 33 + ...ngDepositProductsProductIdAccountingMappings.ts | 39 + ...RecurringDepositProductsProductIdActiveChart.ts | 38 + ...tRecurringDepositProductsProductIdChartSlabs.ts | 39 + ...getRecurringDepositProductsProductIdCurrency.ts | 36 + ...tProductsProductIdFeeToIncomeAccountMappings.ts | 34 + ...ctsProductIdFeeToIncomeAccountMappingsCharge.ts | 34 + ...uctIdFeeToIncomeAccountMappingsIncomeAccount.ts | 33 + ...oductsProductIdInterestCompoundingPeriodType.ts | 33 + ...ngDepositProductsProductIdMaxDepositTermType.ts | 33 + ...ngDepositProductsProductIdMinDepositTermType.ts | 33 + ...ductsProductIdPenaltyToIncomeAccountMappings.ts | 34 + ...roductIdPenaltyToIncomeAccountMappingsCharge.ts | 34 + ...tRecurringDepositProductsProductIdPeriodType.ts | 33 + ...oductsProductIdPreClosurePenalInterestOnType.ts | 33 + ...getRecurringDepositProductsProductIdResponse.ts | 68 + ...DepositProductsRecurringDepositFrequencyType.ts | 33 + .../model/getRecurringDepositProductsResponse.ts | 60 + src/app/api/model/getRecurringPaymentDetailData.ts | 38 + src/app/api/model/getRecurringPaymentType.ts | 32 + src/app/api/model/getRecurringProductOptions.ts | 32 + src/app/api/model/getRecurringTransactionType.ts | 44 + .../api/model/getRecurringTransactionsCurrency.ts | 37 + .../getRecurringTransactionsTransactionType.ts | 37 + src/app/api/model/getReportMailingJobsResponse.ts | 51 + src/app/api/model/getReportMailingJobsTemplate.ts | 37 + src/app/api/model/getReportsResponse.ts | 43 + src/app/api/model/getReportsTemplateResponse.ts | 36 + .../api/model/getRescheduleReasonsAllowedTypes.ts | 36 + .../model/getRescheduleReasonsTemplateResponse.ts | 35 + src/app/api/model/getRolesResponse.ts | 36 + .../api/model/getRolesRoleIdPermissionsResponse.ts | 38 + ...RolesRoleIdPermissionsResponsePermissionData.ts | 35 + src/app/api/model/getRolesRoleIdResponse.ts | 36 + src/app/api/model/getRunReportColumnHeaders.ts | 35 + src/app/api/model/getRunReportResponse.ts | 37 + .../model/getSavingsAccountChargesPaidByData.ts | 32 + .../model/getSavingsAccountTransactionsPageItem.ts | 62 + src/app/api/model/getSavingsAccountsResponse.ts | 36 + ...vingsAccountsSavingsAccountIdChargesResponse.ts | 52 + ...countIdChargesSavingsAccountChargeIdResponse.ts | 51 + ...ountsSavingsAccountIdChargesTemplateResponse.ts | 39 + .../model/getSavingsAccountsTemplateResponse.ts | 37 + src/app/api/model/getSavingsAssetLiabilityType.ts | 33 + .../api/model/getSavingsChargeCalculationType.ts | 33 + src/app/api/model/getSavingsChargePaymentMode.ts | 33 + src/app/api/model/getSavingsChargeTimeType.ts | 33 + .../api/model/getSavingsChargesChargeTimeType.ts | 33 + src/app/api/model/getSavingsChargesOptions.ts | 43 + src/app/api/model/getSavingsCurrency.ts | 36 + .../getSavingsInterestCalculationDaysInYearType.ts | 33 + .../api/model/getSavingsInterestCalculationType.ts | 33 + .../getSavingsInterestCompoundingPeriodType.ts | 33 + .../model/getSavingsInterestPostingPeriodType.ts | 33 + src/app/api/model/getSavingsPageItems.ts | 54 + src/app/api/model/getSavingsProductOptions.ts | 32 + .../getSavingsProductsAccountingMappingOptions.ts | 38 + .../model/getSavingsProductsAccountingMappings.ts | 44 + .../api/model/getSavingsProductsAccountingRule.ts | 33 + .../model/getSavingsProductsAssetAccountOptions.ts | 40 + .../api/model/getSavingsProductsChargeAppliesTo.ts | 33 + .../api/model/getSavingsProductsChargeOptions.ts | 45 + .../getSavingsProductsExpenseAccountOptions.ts | 40 + src/app/api/model/getSavingsProductsExpenseType.ts | 33 + ...getSavingsProductsFeeToIncomeAccountMappings.ts | 34 + ...ingsProductsFeeToIncomeAccountMappingsCharge.ts | 34 + ...ductsFeeToIncomeAccountMappingsIncomeAccount.ts | 33 + .../model/getSavingsProductsFundSourceAccount.ts | 33 + src/app/api/model/getSavingsProductsGlAccount.ts | 33 + .../getSavingsProductsIncomeAccountOptions.ts | 40 + src/app/api/model/getSavingsProductsIncomeType.ts | 33 + ...ngsProductsInterestCalculationDaysInYearType.ts | 33 + .../getSavingsProductsInterestCalculationType.ts | 33 + ...SavingsProductsInterestCompoundingPeriodType.ts | 33 + .../getSavingsProductsInterestPostingPeriodType.ts | 33 + .../getSavingsProductsLiabilityAccountOptions.ts | 42 + .../api/model/getSavingsProductsLiabilityTagId.ts | 31 + .../api/model/getSavingsProductsLiabilityType.ts | 33 + .../api/model/getSavingsProductsLiabilityUsage.ts | 33 + ...ingsProductsLockinPeriodFrequencyTypeOptions.ts | 33 + ...gsProductsPaymentChannelToFundSourceMappings.ts | 34 + src/app/api/model/getSavingsProductsPaymentType.ts | 32 + .../model/getSavingsProductsPaymentTypeOptions.ts | 35 + ...avingsProductsPenaltyToIncomeAccountMappings.ts | 34 + ...ProductsPenaltyToIncomeAccountMappingsCharge.ts | 34 + .../model/getSavingsProductsProductIdResponse.ts | 60 + src/app/api/model/getSavingsProductsResponse.ts | 51 + .../getSavingsProductsTemplateAccountingRule.ts | 33 + .../model/getSavingsProductsTemplateResponse.ts | 62 + .../getSavingsProductsWithdrawalFeeTypeOptions.ts | 33 + src/app/api/model/getSavingsStatus.ts | 39 + src/app/api/model/getSavingsSummary.ts | 33 + src/app/api/model/getSavingsTimeline.ts | 39 + src/app/api/model/getSchedulerResponse.ts | 34 + src/app/api/model/getSearchResponse.ts | 42 + .../model/getSelfBeneficiariesAccountOptions.ts | 33 + .../api/model/getSelfBeneficiariesTPTResponse.ts | 41 + .../getSelfBeneficiariesTPTTemplateResponse.ts | 35 + .../model/getSelfClientsChargeCalculationType.ts | 33 + src/app/api/model/getSelfClientsChargeTimeType.ts | 33 + .../api/model/getSelfClientsChargesPageItems.ts | 50 + .../getSelfClientsClientIdAccountsResponse.ts | 37 + ...etSelfClientsClientIdChargesChargeIdResponse.ts | 53 + .../model/getSelfClientsClientIdChargesResponse.ts | 36 + .../api/model/getSelfClientsClientIdResponse.ts | 49 + .../getSelfClientsClientIdTransactionsPageItems.ts | 41 + .../getSelfClientsClientIdTransactionsResponse.ts | 36 + ...ntsClientIdTransactionsTransactionIdResponse.ts | 44 + .../getSelfClientsClientIdTransactionsType.ts | 33 + src/app/api/model/getSelfClientsLoanAccounts.ts | 40 + .../api/model/getSelfClientsLoanAccountsStatus.ts | 41 + .../api/model/getSelfClientsLoanAccountsType.ts | 33 + src/app/api/model/getSelfClientsPageItems.ts | 40 + src/app/api/model/getSelfClientsResponse.ts | 36 + src/app/api/model/getSelfClientsSavingsAccounts.ts | 38 + .../model/getSelfClientsSavingsAccountsCurrency.ts | 36 + .../model/getSelfClientsSavingsAccountsStatus.ts | 39 + src/app/api/model/getSelfClientsStatus.ts | 33 + src/app/api/model/getSelfClientsTimeline.ts | 38 + src/app/api/model/getSelfLoanIdSummary.ts | 91 + src/app/api/model/getSelfLoanIdTimeline.ts | 45 + .../api/model/getSelfLoansChargeCalculationType.ts | 33 + src/app/api/model/getSelfLoansChargeTimeType.ts | 33 + .../api/model/getSelfLoansLoanIdChargesResponse.ts | 51 + src/app/api/model/getSelfLoansLoanIdResponse.ts | 74 + ...LoansLoanIdTransactionsTransactionIdResponse.ts | 42 + .../model/getSelfLoansLoanIdTransactionsType.ts | 41 + src/app/api/model/getSelfLoansProductOptions.ts | 32 + src/app/api/model/getSelfLoansTemplateResponse.ts | 40 + src/app/api/model/getSelfLoansTimeline.ts | 31 + ...tSelfSavingsAccountsAccountIdChargesResponse.ts | 52 + ...countIdChargesSavingsAccountChargeIdResponse.ts | 51 + ...tsAccountIdTransactionsTransactionIdResponse.ts | 46 + .../api/model/getSelfSavingsAccountsResponse.ts | 57 + .../model/getSelfSavingsChargeCalculationType.ts | 33 + src/app/api/model/getSelfSavingsChargeTimeType.ts | 33 + src/app/api/model/getSelfSavingsCurrency.ts | 36 + ...SelfSavingsInterestCalculationDaysInYearType.ts | 33 + .../model/getSelfSavingsInterestCalculationType.ts | 33 + .../getSelfSavingsInterestCompoundingPeriodType.ts | 33 + .../getSelfSavingsInterestPostingPeriodType.ts | 33 + .../api/model/getSelfSavingsPaymentDetailData.ts | 38 + src/app/api/model/getSelfSavingsPaymentType.ts | 32 + src/app/api/model/getSelfSavingsStatus.ts | 39 + src/app/api/model/getSelfSavingsSummary.ts | 33 + src/app/api/model/getSelfSavingsTimeline.ts | 31 + .../api/model/getSelfSavingsTransactionCurrency.ts | 37 + src/app/api/model/getSelfSavingsTransactionType.ts | 37 + .../model/getSelfUserDetailsOrganisationalRole.ts | 33 + src/app/api/model/getSelfUserDetailsResponse.ts | 48 + src/app/api/model/getSelfUserDetailsRoles.ts | 33 + .../api/model/getShareAccountsChargeAppliesTo.ts | 33 + .../model/getShareAccountsChargeCalculationType.ts | 33 + src/app/api/model/getShareAccountsChargeOptions.ts | 45 + .../api/model/getShareAccountsChargePaymentMode.ts | 33 + .../api/model/getShareAccountsChargeTimeType.ts | 33 + ...ShareAccountsClientIdProductIdAccountingRule.ts | 33 + ...eAccountsClientIdProductIdLockPeriodTypeEnum.ts | 33 + ...uctIdMinimumActivePeriodForDividendsTypeEnum.ts | 33 + .../getShareAccountsClientIdProductIdResponse.ts | 37 + src/app/api/model/getShareAccountsCurrency.ts | 36 + .../getShareAccountsIncomeFromFeeAccountId.ts | 33 + src/app/api/model/getShareAccountsShareEquityId.ts | 33 + .../api/model/getShareAccountsShareReferenceId.ts | 33 + .../api/model/getShareAccountsShareSuspenseId.ts | 33 + src/app/api/model/getShareEquityId.ts | 33 + src/app/api/model/getShareReferenceId.ts | 33 + src/app/api/model/getShareSuspenseId.ts | 33 + .../getStandingInstructionHistoryFromAccount.ts | 34 + ...tandingInstructionHistoryPageItemsFromClient.ts | 34 + ...tStandingInstructionHistoryPageItemsResponse.ts | 52 + .../getStandingInstructionHistoryToAccount.ts | 34 + .../model/getStandingInstructionHistoryToClient.ts | 34 + .../getStandingInstructionRunHistoryResponse.ts | 36 + .../api/model/getStandingInstructionsResponse.ts | 36 + ...ingInstructionsStandingInstructionIdResponse.ts | 68 + .../getStandingInstructionsTemplateResponse.ts | 59 + ...tusOptionsResponseStandingInstructionSwagger.ts | 33 + .../model/getStatusStandingInstructionSwagger.ts | 33 + src/app/api/model/getSurveyResponse.ts | 36 + .../api/model/getSurveyResponseDatatableData.ts | 34 + .../api/model/getTaxesComponentsCreditAccount.ts | 33 + .../model/getTaxesComponentsCreditAccountType.ts | 33 + src/app/api/model/getTaxesComponentsResponse.ts | 42 + src/app/api/model/getTaxesGroupResponse.ts | 37 + src/app/api/model/getTaxesGroupTaxAssociations.ts | 34 + src/app/api/model/getTaxesGroupTaxComponent.ts | 32 + src/app/api/model/getTellersResponse.ts | 52 + .../getTellersTellerIdCashiersCashierIdResponse.ts | 44 + ...iersCashiersIdSummaryAndTransactionsResponse.ts | 45 + ...llerIdCashiersCashiersIdTransactionsResponse.ts | 47 + ...shiersCashiersIdTransactionsTemplateResponse.ts | 44 + .../model/getTellersTellerIdCashiersResponse.ts | 39 + .../getTellersTellerIdCashiersTemplateResponse.ts | 39 + src/app/api/model/getTemplatesResponse.ts | 40 + .../api/model/getTemplatesTemplateIdResponse.ts | 40 + src/app/api/model/getTemplatesTemplateResponse.ts | 40 + .../getToAccountStandingInstructionSwagger.ts | 34 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 33 + .../getToAccountTypeStandingInstructionSwagger.ts | 33 + .../model/getToClientStandingInstructionSwagger.ts | 34 + ...iceOptionsResponseStandingInstructionSwagger.ts | 33 + .../model/getToOfficeStandingInstructionSwagger.ts | 32 + src/app/api/model/getTransactionsCurrency.ts | 37 + .../api/model/getTransactionsPaymentDetailData.ts | 38 + src/app/api/model/getTranscationEnumData.ts | 49 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 33 + .../getTransferTypeStandingInstructionSwagger.ts | 33 + src/app/api/model/getUserDetailsResponse.ts | 46 + src/app/api/model/getUsersResponse.ts | 45 + src/app/api/model/getUsersTemplateResponse.ts | 38 + src/app/api/model/getUsersUserIdResponse.ts | 46 + .../api/model/getWorkingDaysTemplateResponse.ts | 35 + .../api/model/globalConfigurationPropertyData.ts | 38 + src/app/api/model/grantedAuthority.ts | 31 + src/app/api/model/group.ts | 72 + src/app/api/model/groupGeneralData.ts | 74 + src/app/api/model/groupLevel.ts | 38 + src/app/api/model/groupLevelData.ts | 39 + src/app/api/model/groupRole.ts | 32 + src/app/api/model/groupRoleData.ts | 35 + src/app/api/model/grouping.ts | 33 + src/app/api/model/guarantorData.ts | 70 + src/app/api/model/guarantorFundingData.ts | 41 + src/app/api/model/guarantorTransactionData.ts | 36 + src/app/api/model/guarantorsRequest.ts | 49 + src/app/api/model/header.ts | 32 + src/app/api/model/hookTemplateData.ts | 34 + src/app/api/model/idDocument.ts | 34 + src/app/api/model/image.ts | 34 + src/app/api/model/inlineJobRequest.ts | 34 + src/app/api/model/inlineJobResponse.ts | 34 + src/app/api/model/interestIncentiveRequest.ts | 38 + src/app/api/model/interestPauseRequestDto.ts | 49 + src/app/api/model/interestPauseResponseDto.ts | 53 + src/app/api/model/interestPeriod.ts | 51 + src/app/api/model/interestPeriodMc.ts | 46 + src/app/api/model/interestRateChartSlabData.ts | 51 + src/app/api/model/interestRateChartStabRequest.ts | 41 + src/app/api/model/interopAccountData.ts | 51 + .../model/interopIdentifierAccountResponseData.ts | 52 + src/app/api/model/interopIdentifierRequestData.ts | 49 + .../api/model/interopIdentifiersResponseData.ts | 51 + src/app/api/model/interopKycResponseData.ts | 63 + src/app/api/model/interopQuoteRequestData.ts | 61 + src/app/api/model/interopQuoteResponseData.ts | 68 + src/app/api/model/interopTransactionData.ts | 87 + src/app/api/model/interopTransactionRequestData.ts | 53 + .../model/interopTransactionRequestResponseData.ts | 65 + src/app/api/model/interopTransactionTypeData.ts | 57 + src/app/api/model/interopTransactionsData.ts | 53 + src/app/api/model/interopTransferRequestData.ts | 56 + src/app/api/model/interopTransferResponseData.ts | 66 + src/app/api/model/isCatchUpRunningDTO.ts | 32 + src/app/api/model/jobBusinessStepConfigData.ts | 33 + src/app/api/model/jobBusinessStepDetail.ts | 33 + src/app/api/model/jobDetailHistoryData.ts | 37 + src/app/api/model/jobDetailHistoryDataSwagger.ts | 35 + src/app/api/model/jobParameterDTO.ts | 32 + src/app/api/model/journalEntryCommand.ts | 49 + src/app/api/model/journalEntryData.ts | 74 + src/app/api/model/journalEntryTransactionItem.ts | 60 + src/app/api/model/loanAccountLock.ts | 51 + src/app/api/model/loanAccountLockResponseDTO.ts | 34 + .../model/loanAmortizationAllocationResponse.ts | 43 + src/app/api/model/loanApprovedAmountHistoryData.ts | 36 + src/app/api/model/loanArrearsData.ts | 37 + src/app/api/model/loanCapitalizedIncomeData.ts | 32 + src/app/api/model/loanChargePaidByData.ts | 36 + src/app/api/model/loanCollateralResponseData.ts | 35 + src/app/api/model/loanCollateralTemplateData.ts | 35 + src/app/api/model/loanFeeData.ts | 37 + src/app/api/model/loanInterestData.ts | 35 + src/app/api/model/loanPenaltyData.ts | 36 + src/app/api/model/loanPointInTimeData.ts | 56 + src/app/api/model/loanPrincipalData.ts | 35 + src/app/api/model/loanProduct.ts | 139 + .../model/loanProductBorrowerCycleVariationData.ts | 56 + .../model/loanProductBorrowerCycleVariations.ts | 54 + src/app/api/model/loanProductChargeData.ts | 35 + .../model/loanProductChargeToGLAccountMapper.ts | 37 + .../api/model/loanProductConfigurableAttributes.ts | 50 + .../api/model/loanProductCreditAllocationRule.ts | 54 + src/app/api/model/loanProductData.ts | 222 + src/app/api/model/loanProductFloatingRates.ts | 41 + src/app/api/model/loanProductGuaranteeData.ts | 35 + src/app/api/model/loanProductGuaranteeDetails.ts | 37 + .../model/loanProductInterestRecalculationData.ts | 52 + .../loanProductInterestRecalculationDetails.ts | 76 + src/app/api/model/loanProductMinMaxConstraints.ts | 36 + ...ProductMinimumRepaymentScheduleRelatedDetail.ts | 95 + .../api/model/loanProductPaymentAllocationRule.ts | 83 + .../api/model/loanProductProvisioningEntryData.ts | 49 + src/app/api/model/loanProductRelatedDetail.ts | 168 + src/app/api/model/loanProductTrancheDetails.ts | 33 + .../model/loanProductVariableInstallmentConfig.ts | 36 + .../model/loanRepaymentScheduleInstallmentData.ts | 34 + src/app/api/model/loanStatusEnumData.ts | 41 + src/app/api/model/loanTermTypeOptions.ts | 33 + src/app/api/model/loanTermVariationsData.ts | 38 + src/app/api/model/loanTotalAmountData.ts | 37 + src/app/api/model/loanTransactionData.ts | 89 + src/app/api/model/loanTransactionEnumData.ts | 74 + src/app/api/model/loanTransactionRelationData.ts | 48 + src/app/api/model/loansLoanIdCollateralsRequest.ts | 31 + .../loansLoandIdCollateralsCollateralIdRequest.ts | 31 + src/app/api/model/localTime.ts | 34 + src/app/api/model/lookupTableData.ts | 34 + src/app/api/model/lookupTableEntry.ts | 33 + src/app/api/model/mediaType.ts | 35 + src/app/api/model/mixTaxonomyData.ts | 36 + src/app/api/model/mixTaxonomyMappingData.ts | 32 + src/app/api/model/mixTaxonomyRequest.ts | 32 + src/app/api/model/models.ts | 1443 + src/app/api/model/monetaryCurrency.ts | 35 + src/app/api/model/money.ts | 43 + src/app/api/model/moneyData.ts | 32 + src/app/api/model/multiPart.ts | 44 + .../multivaluedMapStringParameterizedHeader.ts | 35 + src/app/api/model/multivaluedMapStringString.ts | 34 + src/app/api/model/noteData.ts | 46 + src/app/api/model/noteRequest.ts | 31 + src/app/api/model/office.ts | 40 + src/app/api/model/officeData.ts | 42 + src/app/api/model/oldestCOBProcessedLoanDTO.ts | 33 + src/app/api/model/pageAccountData.ts | 32 + src/app/api/model/pageAccountTransferData.ts | 33 + src/app/api/model/pageCashierTransactionData.ts | 33 + src/app/api/model/pageClientSearchData.ts | 44 + src/app/api/model/pageExternalTransferData.ts | 44 + ...ageExternalTransferLoanProductAttributesData.ts | 33 + src/app/api/model/pageJournalEntryData.ts | 44 + .../model/pageLoanProductProvisioningEntryData.ts | 33 + src/app/api/model/pageLoanTransactionData.ts | 44 + src/app/api/model/pageProvisioningEntryData.ts | 33 + src/app/api/model/pageSmsCampaignData.ts | 33 + src/app/api/model/pageSmsData.ts | 33 + src/app/api/model/pageStandingInstructionData.ts | 33 + .../model/pageStandingInstructionHistoryData.ts | 33 + src/app/api/model/pageable.ts | 37 + .../model/pagedLocalRequestAdvancedQueryData.ts | 41 + ...gedLocalRequestAdvancedQueryDataLocaleObject.ts | 44 + .../model/pagedLocalRequestAdvancedQueryRequest.ts | 41 + src/app/api/model/pagedRequestClientTextSearch.ts | 36 + .../pagedRequestExternalAssetOwnerSearchRequest.ts | 36 + src/app/api/model/parameterizedHeader.ts | 32 + src/app/api/model/paymentAllocationOrder.ts | 32 + src/app/api/model/paymentDetailData.ts | 38 + src/app/api/model/paymentType.ts | 38 + src/app/api/model/paymentTypeData.ts | 37 + src/app/api/model/paymentTypeRequest.ts | 36 + src/app/api/model/paymentTypeToGLAccountMapper.ts | 34 + src/app/api/model/permission.ts | 34 + src/app/api/model/portfolioAccountData.ts | 45 + .../api/model/postAccountNumberFormatsRequest.ts | 35 + .../api/model/postAccountNumberFormatsResponse.ts | 34 + ...postAccountTransfersRefundByTransferResponse.ts | 35 + src/app/api/model/postAccountTransfersResponse.ts | 35 + src/app/api/model/postAccountingRulesResponse.ts | 35 + src/app/api/model/postAccountsRequestedShares.ts | 31 + .../api/model/postAccountsTypeAccountIdRequest.ts | 35 + .../api/model/postAccountsTypeAccountIdResponse.ts | 34 + src/app/api/model/postAccountsTypeResponse.ts | 34 + .../postAddAndDeleteDisbursementDetailRequest.ts | 38 + src/app/api/model/postAdhocQuerySearchRequest.ts | 45 + src/app/api/model/postAuthenticationRequest.ts | 35 + src/app/api/model/postAuthenticationResponse.ts | 46 + src/app/api/model/postCentersCenterIdRequest.ts | 37 + src/app/api/model/postCentersCenterIdResponse.ts | 34 + src/app/api/model/postCentersRequest.ts | 36 + src/app/api/model/postCentersResponse.ts | 36 + .../postChargeOffReasonToExpenseAccountMappings.ts | 32 + src/app/api/model/postChargesResponse.ts | 34 + .../postClassificationToIncomeAccountMappings.ts | 32 + .../model/postClientClientIdAddressesResponse.ts | 34 + src/app/api/model/postClientCollateralResponse.ts | 35 + .../postClientsClientIdChargesChargeIdRequest.ts | 38 + .../postClientsClientIdChargesChargeIdResponse.ts | 37 + .../api/model/postClientsClientIdChargesRequest.ts | 38 + .../model/postClientsClientIdChargesResponse.ts | 36 + .../model/postClientsClientIdIdentifiersRequest.ts | 37 + .../postClientsClientIdIdentifiersResponse.ts | 36 + src/app/api/model/postClientsClientIdRequest.ts | 36 + src/app/api/model/postClientsClientIdResponse.ts | 37 + ...ntsClientIdTransactionsTransactionIdResponse.ts | 36 + src/app/api/model/postClientsDatatable.ts | 35 + src/app/api/model/postClientsRequest.ts | 58 + src/app/api/model/postClientsResponse.ts | 38 + src/app/api/model/postCodeValueDataResponse.ts | 35 + src/app/api/model/postCodeValuesDataRequest.ts | 37 + src/app/api/model/postCodesRequest.ts | 34 + src/app/api/model/postCodesResponse.ts | 34 + .../postCollateralManagementProductResponse.ts | 34 + src/app/api/model/postCollectionSheetChanges.ts | 34 + src/app/api/model/postCollectionSheetResponse.ts | 37 + src/app/api/model/postColumnHeaderData.ts | 55 + .../api/model/postCreateRescheduleLoansRequest.ts | 45 + .../api/model/postCreateRescheduleLoansResponse.ts | 37 + .../api/model/postDataTablesAppTableIdResponse.ts | 34 + src/app/api/model/postDataTablesRequest.ts | 42 + src/app/api/model/postDataTablesResponse.ts | 34 + src/app/api/model/postDelinquencyBucketResponse.ts | 34 + src/app/api/model/postDelinquencyRangeResponse.ts | 34 + .../postEntityDatatableChecksTemplateRequest.ts | 37 + .../postEntityDatatableChecksTemplateResponse.ts | 34 + .../postEntityTypeEntityIdDocumentsResponse.ts | 35 + ...xternalAssetOwnerLoanProductAttributeRequest.ts | 35 + .../model/postFinancialActivityAccountsRequest.ts | 35 + .../model/postFinancialActivityAccountsResponse.ts | 34 + .../postFixedDepositAccountsAccountIdResponse.ts | 37 + .../api/model/postFixedDepositAccountsRequest.ts | 41 + .../api/model/postFixedDepositAccountsResponse.ts | 37 + .../model/postFixedDepositProductsChartSlabs.ts | 35 + .../api/model/postFixedDepositProductsCharts.ts | 35 + .../api/model/postFixedDepositProductsRequest.ts | 54 + .../api/model/postFixedDepositProductsResponse.ts | 34 + src/app/api/model/postFloatingRatesRatePeriods.ts | 34 + src/app/api/model/postFloatingRatesResponse.ts | 34 + src/app/api/model/postFundsResponse.ts | 34 + src/app/api/model/postGLAccountsRequest.ts | 41 + src/app/api/model/postGLAccountsResponse.ts | 34 + src/app/api/model/postGlClosuresRequest.ts | 38 + src/app/api/model/postGlClosuresResponse.ts | 35 + src/app/api/model/postGroupsGroupIdClients.ts | 31 + ...postGroupsGroupIdCommandUnassignStaffRequest.ts | 34 + ...ostGroupsGroupIdCommandUnassignStaffResponse.ts | 37 + src/app/api/model/postGroupsGroupIdRequest.ts | 36 + src/app/api/model/postGroupsGroupIdResponse.ts | 34 + src/app/api/model/postGroupsRequest.ts | 36 + src/app/api/model/postGroupsResponse.ts | 36 + src/app/api/model/postHolidaysHolidayIdResponse.ts | 34 + src/app/api/model/postHolidaysRequest.ts | 42 + src/app/api/model/postHolidaysRequestOffices.ts | 31 + src/app/api/model/postHolidaysResponse.ts | 34 + src/app/api/model/postHookRequest.ts | 41 + src/app/api/model/postHookResponse.ts | 34 + src/app/api/model/postInitiateTransferResponse.ts | 53 + ...tInterestRateChartsChartIdChartSlabsResponse.ts | 34 + src/app/api/model/postInterestRateChartsRequest.ts | 39 + .../api/model/postInterestRateChartsResponse.ts | 34 + src/app/api/model/postJournalEntriesResponse.ts | 41 + .../postJournalEntriesTransactionIdRequest.ts | 37 + .../postJournalEntriesTransactionIdResponse.ts | 37 + .../postLinkDelinkAccountsToFromPocketResponse.ts | 34 + src/app/api/model/postLoanChanges.ts | 31 + src/app/api/model/postLoanProductsRequest.ts | 207 + src/app/api/model/postLoanProductsResponse.ts | 34 + src/app/api/model/postLoansDataTable.ts | 32 + .../api/model/postLoansDelinquencyActionRequest.ts | 38 + .../model/postLoansDelinquencyActionResponse.ts | 36 + src/app/api/model/postLoansDisbursementData.ts | 35 + src/app/api/model/postLoansLoanIdChanges.ts | 39 + .../model/postLoansLoanIdChargesChargeIdChanges.ts | 44 + .../model/postLoansLoanIdChargesChargeIdRequest.ts | 48 + .../postLoansLoanIdChargesChargeIdResponse.ts | 43 + src/app/api/model/postLoansLoanIdChargesRequest.ts | 39 + .../api/model/postLoansLoanIdChargesResponse.ts | 38 + .../model/postLoansLoanIdCollateralsResponse.ts | 34 + .../api/model/postLoansLoanIdDisbursementData.ts | 35 + src/app/api/model/postLoansLoanIdRequest.ts | 56 + src/app/api/model/postLoansLoanIdResponse.ts | 42 + .../api/model/postLoansLoanIdScheduleResponse.ts | 36 + src/app/api/model/postLoansLoanIdStatus.ts | 44 + .../model/postLoansLoanIdTransactionsRequest.ts | 59 + .../model/postLoansLoanIdTransactionsResponse.ts | 42 + .../postLoansLoanIdTransactionsResponseChanges.ts | 38 + ...tLoansLoanIdTransactionsTransactionIdRequest.ts | 41 + .../api/model/postLoansRepaymentSchedulePeriods.ts | 41 + src/app/api/model/postLoansRequest.ts | 122 + src/app/api/model/postLoansRequestChargeData.ts | 32 + src/app/api/model/postLoansResponse.ts | 54 + src/app/api/model/postMakerCheckersResponse.ts | 34 + .../api/model/postNewShareApplicationResponse.ts | 34 + src/app/api/model/postNewTransferResponse.ts | 35 + src/app/api/model/postOfficesRequest.ts | 39 + src/app/api/model/postOfficesResponse.ts | 35 + src/app/api/model/postPaymentTypesResponse.ts | 34 + src/app/api/model/postProductsChargesSelected.ts | 31 + .../api/model/postProductsMarketPricePeriods.ts | 34 + src/app/api/model/postProductsTypeRequest.ts | 56 + src/app/api/model/postProductsTypeResponse.ts | 34 + .../api/model/postProvisioningCriteriaRequest.ts | 38 + .../api/model/postProvisioningCriteriaResponse.ts | 34 + .../api/model/postProvisioningEntriesResponse.ts | 34 + src/app/api/model/postRecurringChanges.ts | 35 + ...ostRecurringDepositAccountsAccountIdResponse.ts | 37 + ...RecurringDepositAccountIdTransactionsRequest.ts | 43 + ...ecurringDepositAccountIdTransactionsResponse.ts | 39 + ...itAccountIdTransactionsTransactionIdResponse.ts | 39 + .../model/postRecurringDepositAccountsRequest.ts | 45 + .../model/postRecurringDepositAccountsResponse.ts | 37 + .../postRecurringDepositProductsChartSlabs.ts | 35 + .../model/postRecurringDepositProductsCharts.ts | 35 + .../model/postRecurringDepositProductsRequest.ts | 59 + .../model/postRecurringDepositProductsResponse.ts | 34 + src/app/api/model/postReportMailingJobsRequest.ts | 45 + src/app/api/model/postReportMailingJobsResponse.ts | 34 + src/app/api/model/postReportsResponse.ts | 34 + src/app/api/model/postRepostRequest.ts | 40 + .../postResourceTypeResourceIdNotesResponse.ts | 36 + src/app/api/model/postRolesRequest.ts | 35 + src/app/api/model/postRolesResponse.ts | 34 + src/app/api/model/postRolesRoleIdResponse.ts | 34 + src/app/api/model/postRunaccrualsRequest.ts | 39 + ...avingsAccountBulkReversalTransactionsRequest.ts | 34 + .../model/postSavingsAccountTransactionsRequest.ts | 40 + .../postSavingsAccountTransactionsResponse.ts | 37 + .../model/postSavingsAccountsAccountIdRequest.ts | 39 + .../model/postSavingsAccountsAccountIdResponse.ts | 37 + src/app/api/model/postSavingsAccountsRequest.ts | 39 + src/app/api/model/postSavingsAccountsResponse.ts | 37 + ...avingsAccountsSavingsAccountIdChargesRequest.ts | 38 + ...vingsAccountsSavingsAccountIdChargesResponse.ts | 37 + ...ccountIdChargesSavingsAccountChargeIdRequest.ts | 37 + ...countIdChargesSavingsAccountChargeIdResponse.ts | 37 + src/app/api/model/postSavingsCharges.ts | 31 + src/app/api/model/postSavingsProductsRequest.ts | 54 + src/app/api/model/postSavingsProductsResponse.ts | 34 + .../api/model/postSelfAuthenticationResponse.ts | 48 + .../api/model/postSelfBeneficiariesTPTRequest.ts | 39 + .../api/model/postSelfBeneficiariesTPTResponse.ts | 34 + src/app/api/model/postSelfLoansData.ts | 33 + src/app/api/model/postSelfLoansDatatables.ts | 33 + src/app/api/model/postSelfLoansDisbursementData.ts | 33 + src/app/api/model/postSelfLoansLoanIdChanges.ts | 36 + src/app/api/model/postSelfLoansLoanIdRequest.ts | 37 + src/app/api/model/postSelfLoansLoanIdResponse.ts | 39 + src/app/api/model/postSelfLoansLoanIdStatus.ts | 41 + src/app/api/model/postSelfLoansRequest.ts | 58 + src/app/api/model/postSelfLoansResponse.ts | 37 + .../api/model/postStandingInstructionsResponse.ts | 35 + .../model/postSurveySurveyNameApptableIdRequest.ts | 46 + .../postSurveySurveyNameApptableIdResponse.ts | 36 + src/app/api/model/postTaxesComponentsRequest.ts | 40 + src/app/api/model/postTaxesComponentsResponse.ts | 34 + src/app/api/model/postTaxesGroupRequest.ts | 38 + src/app/api/model/postTaxesGroupResponse.ts | 34 + src/app/api/model/postTaxesGroupTaxComponents.ts | 32 + src/app/api/model/postTellersRequest.ts | 51 + src/app/api/model/postTellersResponse.ts | 35 + ...lersTellerIdCashiersCashierIdAllocateRequest.ts | 39 + ...ersTellerIdCashiersCashierIdAllocateResponse.ts | 35 + ...ellersTellerIdCashiersCashierIdSettleRequest.ts | 39 + ...llersTellerIdCashiersCashierIdSettleResponse.ts | 35 + .../model/postTellersTellerIdCashiersRequest.ts | 40 + .../model/postTellersTellerIdCashiersResponse.ts | 35 + src/app/api/model/postTemplatesRequest.ts | 40 + src/app/api/model/postTemplatesResponse.ts | 34 + .../api/model/postUpdateRescheduleLoanChanges.ts | 34 + .../api/model/postUpdateRescheduleLoansRequest.ts | 37 + .../api/model/postUpdateRescheduleLoansResponse.ts | 39 + src/app/api/model/postUsersRequest.ts | 46 + src/app/api/model/postUsersResponse.ts | 35 + .../postWriteOffReasonToExpenseAccountMappings.ts | 35 + src/app/api/model/postalAddress.ts | 36 + src/app/api/model/processingResultLookup.ts | 32 + src/app/api/model/productMixRequest.ts | 31 + .../model/progressiveLoanInterestScheduleModel.ts | 45 + src/app/api/model/provisionEntryRequest.ts | 34 + src/app/api/model/provisioningCategoryData.ts | 33 + src/app/api/model/provisioningCriteriaData.ts | 40 + .../model/provisioningCriteriaDefinitionData.ts | 42 + src/app/api/model/provisioningEntryData.ts | 40 + .../api/model/putAccountNumberFormatsRequest.ts | 34 + .../api/model/putAccountNumberFormatsResponse.ts | 36 + .../model/putAccountNumberFormatschangesSwagger.ts | 31 + src/app/api/model/putAccountingRulesResponse.ts | 36 + .../putAccountingRulesResponsechangesSwagger.ts | 31 + src/app/api/model/putAccountsChanges.ts | 34 + .../api/model/putAccountsTypeAccountIdRequest.ts | 37 + .../api/model/putAccountsTypeAccountIdResponse.ts | 36 + src/app/api/model/putCentersCenterIdRequest.ts | 34 + src/app/api/model/putCentersCenterIdResponse.ts | 38 + src/app/api/model/putCentersChanges.ts | 31 + .../model/putChargeTransactionChangesRequest.ts | 35 + .../model/putChargeTransactionChangesResponse.ts | 42 + .../putChargeTransactionChangesResponseChanges.ts | 39 + src/app/api/model/putChargesChargeIdRequest.ts | 56 + src/app/api/model/putChargesChargeIdResponse.ts | 36 + .../model/putClientClientIdAddressesResponse.ts | 34 + src/app/api/model/putClientCollateralResponse.ts | 37 + ...ientsClientIdIdentifiersIdentifierIdResponse.ts | 38 + src/app/api/model/putClientsClientIdRequest.ts | 35 + src/app/api/model/putClientsClientIdResponse.ts | 39 + src/app/api/model/putCodeValueDataResponse.ts | 36 + src/app/api/model/putCodeValuechangesSwagger.ts | 33 + src/app/api/model/putCodeValuesDataRequest.ts | 37 + src/app/api/model/putCodesApichangesSwagger.ts | 31 + src/app/api/model/putCodesRequest.ts | 34 + src/app/api/model/putCodesResponse.ts | 36 + src/app/api/model/putCollateralProductResponse.ts | 36 + .../putDataTablesAppTableIdDatatableIdResponse.ts | 38 + .../api/model/putDataTablesAppTableIdResponse.ts | 38 + src/app/api/model/putDataTablesRequest.ts | 40 + .../api/model/putDataTablesRequestAddColumns.ts | 39 + .../api/model/putDataTablesRequestChangeColumns.ts | 40 + .../api/model/putDataTablesRequestDropColumns.ts | 31 + src/app/api/model/putDataTablesResponse.ts | 34 + src/app/api/model/putDelinquencyBucketResponse.ts | 34 + src/app/api/model/putDelinquencyRangeResponse.ts | 36 + .../putEntityTypeEntityIdDocumentsResponse.ts | 36 + ...xternalAssetOwnerLoanProductAttributeRequest.ts | 35 + src/app/api/model/putExternalServiceRequest.ts | 35 + .../model/putFinancialActivityAccountsResponse.ts | 36 + .../putFinancialActivityAccountscommentsSwagger.ts | 31 + .../putFixedDepositAccountsAccountIdRequest.ts | 35 + .../putFixedDepositAccountsAccountIdResponse.ts | 39 + .../api/model/putFixedDepositAccountsChanges.ts | 32 + .../api/model/putFixedDepositProductsChanges.ts | 32 + .../putFixedDepositProductsProductIdRequest.ts | 37 + .../putFixedDepositProductsProductIdResponse.ts | 36 + src/app/api/model/putFloatingRatesChanges.ts | 32 + .../putFloatingRatesFloatingRateIdResponse.ts | 36 + src/app/api/model/putFundsFundIdRequest.ts | 34 + src/app/api/model/putFundsFundIdResponse.ts | 36 + src/app/api/model/putGLAccountsRequest.ts | 42 + src/app/api/model/putGLAccountsResponse.ts | 36 + .../model/putGLAccountsResponsechangesSwagger.ts | 31 + src/app/api/model/putGlClosuresRequest.ts | 34 + src/app/api/model/putGlClosuresResponse.ts | 36 + .../api/model/putGlobalConfigurationsRequest.ts | 39 + .../api/model/putGlobalConfigurationsResponse.ts | 36 + ...utGlobalConfigurationsResponsechangesSwagger.ts | 34 + src/app/api/model/putGroupsGroupIdChanges.ts | 31 + src/app/api/model/putGroupsGroupIdRequest.ts | 34 + src/app/api/model/putGroupsGroupIdResponse.ts | 38 + src/app/api/model/putHolidaysHolidayIdRequest.ts | 35 + src/app/api/model/putHolidaysHolidayIdResponse.ts | 36 + .../model/putHolidaysHolidayIdResponseChanges.ts | 32 + src/app/api/model/putHookRequest.ts | 41 + src/app/api/model/putHookResponse.ts | 36 + src/app/api/model/putHookResponseChangesSwagger.ts | 35 + ...ateChartsChartIdChartSlabsChartSlabIdRequest.ts | 35 + ...teChartsChartIdChartSlabsChartSlabIdResponse.ts | 36 + .../model/putInterestRateChartsChartIdRequest.ts | 35 + .../model/putInterestRateChartsChartIdResponse.ts | 34 + src/app/api/model/putJobsJobIDRequest.ts | 36 + src/app/api/model/putLoanChanges.ts | 32 + .../api/model/putLoanProductsProductIdRequest.ts | 206 + .../api/model/putLoanProductsProductIdResponse.ts | 36 + src/app/api/model/putLoansApprovedAmountChanges.ts | 36 + src/app/api/model/putLoansApprovedAmountRequest.ts | 35 + .../api/model/putLoansApprovedAmountResponse.ts | 40 + .../putLoansAvailableDisbursementAmountChanges.ts | 38 + .../putLoansAvailableDisbursementAmountRequest.ts | 35 + .../putLoansAvailableDisbursementAmountResponse.ts | 40 + src/app/api/model/putLoansLoanIdChanges.ts | 33 + .../model/putLoansLoanIdChargesChargeIdRequest.ts | 37 + .../model/putLoansLoanIdChargesChargeIdResponse.ts | 40 + src/app/api/model/putLoansLoanIdCollateral.ts | 32 + ...utLoansLoanIdCollateralsCollateralIdResponse.ts | 37 + .../api/model/putLoansLoanIdDisbursementData.ts | 37 + src/app/api/model/putLoansLoanIdRequest.ts | 78 + src/app/api/model/putLoansLoanIdResponse.ts | 40 + src/app/api/model/putNotesChanges.ts | 31 + src/app/api/model/putOfficesOfficeIdRequest.ts | 38 + src/app/api/model/putOfficesOfficeIdResponse.ts | 37 + .../api/model/putOfficesOfficeIdResponseChanges.ts | 31 + .../model/putPasswordPreferencesTemplateRequest.ts | 34 + .../model/putPaymentTypesPaymentTypeIdRequest.ts | 39 + .../model/putPaymentTypesPaymentTypeIdResponse.ts | 34 + src/app/api/model/putPermissionsRequest.ts | 34 + src/app/api/model/putProductsChanges.ts | 33 + .../api/model/putProductsTypeProductIdRequest.ts | 36 + .../api/model/putProductsTypeProductIdResponse.ts | 36 + .../api/model/putProvisioningCriteriaRequest.ts | 38 + .../api/model/putProvisioningCriteriaResponse.ts | 36 + .../putProvisioningCriteriaResponseChanges.ts | 31 + src/app/api/model/putProvisioningEntriesRequest.ts | 34 + .../api/model/putProvisioningEntriesResponse.ts | 34 + .../putRecurringDepositAccountsAccountIdRequest.ts | 35 + ...putRecurringDepositAccountsAccountIdResponse.ts | 39 + .../model/putRecurringDepositAccountsChanges.ts | 32 + .../model/putRecurringDepositProductsChanges.ts | 32 + .../model/putRecurringDepositProductsRequest.ts | 37 + .../model/putRecurringDepositProductsResponse.ts | 36 + src/app/api/model/putReportMailingJobsRequest.ts | 36 + src/app/api/model/putReportMailingJobsResponse.ts | 36 + .../model/putReportMailingJobsResponseChanges.ts | 31 + src/app/api/model/putReportRequest.ts | 35 + src/app/api/model/putReportResponse.ts | 36 + src/app/api/model/putReportResponseChanges.ts | 32 + ...putResourceTypeResourceIdNotesNoteIdResponse.ts | 38 + .../api/model/putRolesRoleIdPermissionsRequest.ts | 34 + .../api/model/putRolesRoleIdPermissionsResponse.ts | 36 + ...sRoleIdPermissionsResponsePermissionsChanges.ts | 31 + src/app/api/model/putRolesRoleIdRequest.ts | 34 + src/app/api/model/putRolesRoleIdResponse.ts | 36 + src/app/api/model/putRolesRoleIdResponseChanges.ts | 31 + .../model/putSavingsAccountsAccountIdRequest.ts | 35 + .../model/putSavingsAccountsAccountIdResponse.ts | 39 + src/app/api/model/putSavingsAccountsChanges.ts | 32 + ...ccountIdChargesSavingsAccountChargeIdRequest.ts | 37 + ...countIdChargesSavingsAccountChargeIdResponse.ts | 39 + src/app/api/model/putSavingsChanges.ts | 33 + .../model/putSavingsProductsProductIdRequest.ts | 36 + .../model/putSavingsProductsProductIdResponse.ts | 36 + src/app/api/model/putSelfBeneficiariesChanges.ts | 32 + .../putSelfBeneficiariesTPTBeneficiaryIdRequest.ts | 35 + ...putSelfBeneficiariesTPTBeneficiaryIdResponse.ts | 36 + src/app/api/model/putSelfLoansChanges.ts | 32 + src/app/api/model/putSelfLoansLoanIdRequest.ts | 48 + src/app/api/model/putSelfLoansLoanIdResponse.ts | 39 + src/app/api/model/putSelfUserChanges.ts | 31 + src/app/api/model/putSelfUserRequest.ts | 35 + src/app/api/model/putSelfUserResponse.ts | 37 + src/app/api/model/putStaffRequest.ts | 35 + ...ingInstructionsStandingInstructionIdResponse.ts | 36 + src/app/api/model/putTaxesComponentsChanges.ts | 33 + .../putTaxesComponentsTaxComponentIdRequest.ts | 38 + .../putTaxesComponentsTaxComponentIdResponse.ts | 36 + src/app/api/model/putTaxesGroupChanges.ts | 34 + .../api/model/putTaxesGroupModifiedComponents.ts | 32 + src/app/api/model/putTaxesGroupTaxComponents.ts | 33 + .../api/model/putTaxesGroupTaxGroupIdRequest.ts | 38 + .../api/model/putTaxesGroupTaxGroupIdResponse.ts | 36 + src/app/api/model/putTellersRequest.ts | 52 + src/app/api/model/putTellersResponse.ts | 37 + src/app/api/model/putTellersResponseChanges.ts | 35 + .../putTellersTellerIdCashiersCashierIdRequest.ts | 40 + .../putTellersTellerIdCashiersCashierIdResponse.ts | 37 + ...lersTellerIdCashiersCashierIdResponseChanges.ts | 34 + src/app/api/model/putTemplatesTemplateIdRequest.ts | 40 + .../api/model/putTemplatesTemplateIdResponse.ts | 34 + .../model/putUpdateStandingInstructionChanges.ts | 31 + src/app/api/model/putUsersUserIdRequest.ts | 44 + src/app/api/model/putUsersUserIdResponse.ts | 37 + src/app/api/model/putUsersUserIdResponseChanges.ts | 31 + src/app/api/model/putWorkingDaysRequest.ts | 38 + src/app/api/model/putWorkingDaysResponse.ts | 34 + src/app/api/model/question.ts | 41 + src/app/api/model/questionData.ts | 38 + src/app/api/model/rate.ts | 42 + src/app/api/model/rateData.ts | 36 + src/app/api/model/rateRequest.ts | 35 + src/app/api/model/repaymentPeriod.ts | 72 + src/app/api/model/repaymentTransactionRequest.ts | 38 + src/app/api/model/reportExportType.ts | 32 + .../api/model/reportMailingJobRunHistoryData.ts | 37 + src/app/api/model/reportMailingJobTimelineData.ts | 38 + src/app/api/model/rescheduleReasonsCodeValue.ts | 34 + src/app/api/model/rescheduleReasonsTimeline.ts | 38 + src/app/api/model/response.ts | 37 + src/app/api/model/responseData.ts | 34 + src/app/api/model/resultsetColumnHeaderData.ts | 111 + src/app/api/model/resultsetRowData.ts | 31 + .../retrieveLoansPointInTimeExternalIdsRequest.ts | 34 + .../api/model/retrieveLoansPointInTimeRequest.ts | 34 + src/app/api/model/role.ts | 37 + src/app/api/model/roleData.ts | 32 + src/app/api/model/runReportsResponse.ts | 34 + src/app/api/model/savingDueTransactionRequest.ts | 39 + .../model/savingsAccountApplicationTimelineData.ts | 54 + src/app/api/model/savingsAccountChargeData.ts | 65 + .../api/model/savingsAccountChargesPaidByData.ts | 36 + src/app/api/model/savingsAccountData.ts | 143 + src/app/api/model/savingsAccountStatusEnumData.ts | 43 + .../api/model/savingsAccountSubStatusEnumData.ts | 40 + src/app/api/model/savingsAccountSummaryData.ts | 50 + src/app/api/model/savingsAccountTransactionData.ts | 125 + .../api/model/savingsAccountTransactionEnumData.ts | 92 + .../savingsAccountTransactionsSearchResponse.ts | 36 + src/app/api/model/savingsProductData.ts | 53 + src/app/api/model/scorecard.ts | 44 + src/app/api/model/scorecardData.ts | 38 + src/app/api/model/scorecardValue.ts | 34 + src/app/api/model/searchData.ts | 42 + .../model/shareAccountApplicationTimelineData.ts | 50 + src/app/api/model/shareAccountChargeData.ts | 50 + src/app/api/model/shareAccountData.ts | 77 + src/app/api/model/shareAccountDividendData.ts | 38 + src/app/api/model/shareAccountStatusEnumData.ts | 38 + src/app/api/model/shareAccountSummaryData.ts | 44 + src/app/api/model/shareAccountTransactionData.ts | 41 + .../api/model/singleDebitOrCreditEntryCommand.ts | 37 + src/app/api/model/smsBusinessRulesData.ts | 36 + src/app/api/model/smsCampaignData.ts | 58 + src/app/api/model/smsCampaignParamReq.ts | 34 + src/app/api/model/smsCampaignPreviewDto.ts | 33 + src/app/api/model/smsCampaignTimeLine.ts | 36 + src/app/api/model/smsCreationRequest.ts | 35 + src/app/api/model/smsData.ts | 40 + src/app/api/model/smsProviderData.ts | 36 + src/app/api/model/smsUpdateRequest.ts | 31 + src/app/api/model/sort.ts | 33 + src/app/api/model/sortOrder.ts | 40 + src/app/api/model/staff.ts | 49 + src/app/api/model/staffAssignmentHistory.ts | 38 + src/app/api/model/staffData.ts | 46 + src/app/api/model/staffRequest.ts | 41 + .../model/standingInstructionCreationRequest.ts | 53 + src/app/api/model/standingInstructionData.ts | 95 + .../api/model/standingInstructionHistoryData.ts | 48 + .../api/model/standingInstructionUpdatesRequest.ts | 44 + src/app/api/model/stringEnumOptionData.ts | 33 + src/app/api/model/subjectName.ts | 34 + src/app/api/model/survey.ts | 42 + src/app/api/model/surveyData.ts | 41 + src/app/api/model/tableQueryData.ts | 33 + src/app/api/model/taxComponent.ts | 46 + src/app/api/model/taxComponentData.ts | 44 + src/app/api/model/taxComponentHistory.ts | 37 + src/app/api/model/taxComponentHistoryData.ts | 33 + src/app/api/model/taxDetailsData.ts | 33 + src/app/api/model/taxGroup.ts | 39 + src/app/api/model/taxGroupData.ts | 36 + src/app/api/model/taxGroupMappings.ts | 41 + src/app/api/model/taxGroupMappingsData.ts | 35 + src/app/api/model/tellerData.ts | 57 + src/app/api/model/tellerJournalData.ts | 38 + src/app/api/model/tellerTransactionData.ts | 39 + src/app/api/model/templateMapper.ts | 35 + src/app/api/model/transactionDetailData.ts | 37 + src/app/api/model/transactionDetails.ts | 37 + .../api/model/transactionProcessingStrategyData.ts | 33 + src/app/api/model/transactionType.ts | 69 + src/app/api/model/transactionTypeEnumData.ts | 33 + src/app/api/model/updateChangesResponse.ts | 34 + src/app/api/model/updateClientCollateralRequest.ts | 32 + src/app/api/model/updatePostDatedCheckRequest.ts | 40 + src/app/api/model/updatePostDatedCheckResponse.ts | 36 + src/app/api/model/updateStaffResponse.ts | 35 + src/app/api/model/workingDaysData.ts | 37 + .../model/writeOffReasonsToExpenseAccountMapper.ts | 32 + src/app/api/param.ts | 69 + src/app/api/provide-api.ts | 15 + src/app/api/query.params.ts | 160 + src/app/api/variables.ts | 9 + src/app/core/dashboard/dashboard.service.ts | 120 + templates/openapi-generator/licenseInfo.mustache | 24 + 1632 files changed, 185731 insertions(+), 20 deletions(-)
