This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/ngx-translate/http-loader-18.0.0
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
discard 7f7388d chore(deps): bump @ngx-translate/http-loader from 17.0.0 to
18.0.0
add f3a1668 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
add 8c54e2e Merge pull request #151 from
apache/dependabot/github_actions/actions/checkout-7.0.1
add 5f735ff chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0
add 9b5eb04 Merge pull request #152 from
apache/dependabot/github_actions/zizmorcore/zizmor-action-0.6.0
add 42d9fd0 chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0
add a75c30e Merge pull request #159 from
apache/dependabot/github_actions/actions/setup-java-5.6.0
add 5b16399 chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0
add 21a0968 Merge pull request #158 from
apache/dependabot/github_actions/actions/setup-node-7.0.0
add 192b8a7 chore(deps-dev): bump typescript-eslint from 8.62.1 to 8.64.0
add e3753ca Merge pull request #156 from
apache/dependabot/npm_and_yarn/typescript-eslint-8.64.0
add 5eb7f8d chore(deps-dev): bump @playwright/test from 1.59.1 to 1.61.1
add 553b7c2 Merge pull request #155 from
apache/dependabot/npm_and_yarn/playwright/test-1.61.1
add e3b16cf chore(deps-dev): bump @emnapi/core from 1.10.0 to 1.11.2
add 3ea39f0 Merge pull request #154 from
apache/dependabot/npm_and_yarn/emnapi/core-1.11.2
add 8b9afcc Fix systemic change-detection bug, high-severity bugs,
theme/CSS regressions, and Playwright suite
add 0f0907c Merge pull request #162 from Aman-Mittal/feature/ionic-fixes
add 1b4851f ci: add GitHub Actions workflow to run Playwright E2E tests
with local Fineract docker backend
add 3e43171 ci: update e2e setup with postgres and increase playwright
timeout to 5 mins
add 95a5805 ci: add Apache license header to init-db.sql and update
workflow
add a4d0472 ci: remove invalid video option from playwright cli and
configure in playwright config instead
add 2ecbb69 ci: serve production build statically during e2e tests to
prevent watch-mode crashes
add dd0349e feat(e2e): speed up CI, fix flaky tests and improve login
reliability
add 8e59469 ci: pin Playwright cache action version and enhance test
output
add 0235d20 chore(deps): bump actions/cache from v4.0.2 to v4.2.0
add e34d85d ci(e2e): add issues permission and graceful comment error
handling
add 1fa10b2 fix(e2e): improve test stability with regex routes and robust
selectors
add 6cb7dee ci(e2e): serve the API through the dev-server proxy
add a468d6a test(e2e): stop the suite failing on a slow first paint
add bf3e7b8 fix(ui): stop tab labels truncating in entity views
add f5f2e1f docs: remove superseded design docs and document the e2e
workflow
add 9855c19 fix(a11y): raise sidebar text contrast to WCAG AA
add 13d005a test(e2e): seed loan fixtures over the API instead of the UI
add 5c80f4c test(e2e): convert loan servicing specs to Ionic, and report
properly in CI
add 0bd7a88 Merge pull request #150 from
Aman-Mittal/feature/e2e-fineract-docker
add 40f3a73 fix(lists): make pagination advance past page two
add 041306c fix(profile): load the profile instead of spinning forever
add 59f2b04 fix(ui): make loading state a signal so failed loads stop
hanging
add 53dbc0a chore(deps): bump codeql-action and eslint-plugin-sonarjs
add 069b839 test: cover the pagination and profile regressions
add ce16c40 Merge pull request #165 from
Aman-Mittal/fix/list-pagination-and-loading-state
add fd9c9a6 chore(deps): bump @ngx-translate/http-loader from 17.0.0 to
18.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7f7388d)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/ngx-translate/http-loader-18.0.0 (fd9c9a6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 64 +-
.github/workflows/codeql.yml | 6 +-
.github/workflows/e2e.yml | 175 +
.github/workflows/zizmor.yml | 4 +-
.gitignore | 1 +
AGENTS.md | 2 +-
ARCHITECTURE_DECISIONS.md | 85 -
CONTRIBUTING.md | 25 +
DOCS/PENDING_APIS.md | 85 -
DOCS/UI_GAP_ANALYSIS.md | 532 ---
FINERACT_CONTEXT.md | 100 -
deploy/docker-compose-e2e.yml | 56 +
deploy/init-db.sql | 22 +
e2e/all-functions-read-shortcut.spec.ts | 2 +-
e2e/client.spec.ts | 14 +-
e2e/e2e-journey.spec.ts | 126 +-
e2e/feature-coverage.spec.ts | 41 +-
e2e/full-demo.spec.ts | 5 +
e2e/functional-coverage.spec.ts | 171 +-
e2e/global-setup.ts | 45 +
e2e/list-pagination.spec.ts | 219 +
e2e/loan-account-actions.spec.ts | 39 +-
e2e/loan-lifecycle.spec.ts | 5 +
e2e/loan-schedule-type.spec.ts | 9 +-
e2e/loan-servicing.spec.ts | 65 +-
e2e/rbac-feature-flag.spec.ts | 2 +-
e2e/report-enhancements.spec.ts | 20 +-
e2e/reporting.spec.ts | 4 +-
e2e/utils/create-active-loan.ts | 107 +-
e2e/utils/fineract-login.ts | 8 +
e2e/utils/ionic-locators.ts | 75 +
e2e/utils/seed-api.ts | 233 ++
e2e/utils/seeded-backend.ts | 44 +
e2e/utils/select-option.ts | 7 +-
package-lock.json | 234 +-
package.json | 14 +-
playwright.config.ts | 10 +-
public/api/fineract.json | 4212 ++++++++++++--------
scripts/check-license.sh | 2 +-
scripts/e2e-summary.mjs | 100 +
security.md | 18 +-
src/app/api/.openapi-generator/FILES | 60 +-
src/app/api/README.md | 21 +-
src/app/api/api/api.ts | 8 +-
src/app/api/api/dataTables.service.ts | 16 +-
src/app/api/api/documents.service.ts | 39 +-
src/app/api/api/entityDataTable.service.ts | 12 +-
.../api/api/loanCollateralManagement.service.ts | 10 +-
src/app/api/api/loanOriginators.service.ts | 114 +-
src/app/api/api/loans.service.ts | 19 +-
... => workingCapitalLoanBreachActions.service.ts} | 104 +-
.../api/api/workingCapitalLoanCharges.service.ts | 380 ++
...workingCapitalLoanDelinquencyActions.service.ts | 4 +-
...workingCapitalLoanNearBreachActions.service.ts} | 104 +-
...ts => workingCapitalLoanOriginators.service.ts} | 292 +-
.../api/workingCapitalLoanTransactions.service.ts | 238 +-
src/app/api/api/workingCapitalLoans.service.ts | 77 +-
src/app/api/model/adHocQuerySearchRequest.ts | 49 -
.../model/cashierTransactionsWithSummaryData.ts | 42 -
src/app/api/model/cashiersForTeller.ts | 36 -
src/app/api/model/delinquencyPausePeriod.ts | 33 -
...WorkingCapitalLoanTransactionCommandRequest.ts} | 7 +-
...orkingCapitalLoanTransactionCommandResponse.ts} | 5 +-
src/app/api/model/gLClosureData.ts | 44 -
src/app/api/model/getBalance.ts | 4 +
src/app/api/model/getDelinquencyBucket.ts | 1 +
src/app/api/model/getDisbursementDetail.ts | 9 +-
.../model/getLoansLoanIdLoanTransactionEnumData.ts | 1 +
.../getLoansLoanIdTransactionsTemplateResponse.ts | 4 +
src/app/api/model/getPaymentAllocationOrder.ts | 35 -
...hargeData.ts => getWorkingCapitalLoanCharge.ts} | 22 +-
...tWorkingCapitalLoanProductsProductIdResponse.ts | 5 +
.../model/getWorkingCapitalLoanProductsResponse.ts | 5 +
...etWorkingCapitalLoanProductsTemplateResponse.ts | 1 +
...maryData.ts => getWorkingCapitalLoanSummary.ts} | 5 +-
... getWorkingCapitalLoansLoanIdOriginatorData.ts} | 5 +-
.../model/getWorkingCapitalLoansLoanIdResponse.ts | 92 +-
.../model/getWorkingCapitalLoansLoanIdTimeline.ts | 6 +-
.../getWorkingCapitalLoansTemplateResponse.ts | 1 +
src/app/api/model/interestRateChartData.ts | 50 -
.../internalWorkingCapitalLoanPaymentRequest.ts | 32 -
src/app/api/model/loanApplicationTimelineData.ts | 67 -
src/app/api/model/loanOriginatorTemplateData.ts | 35 -
src/app/api/model/models.ts | 57 +-
.../multivaluedMapStringParameterizedHeader.ts | 35 -
src/app/api/model/multivaluedMapStringString.ts | 34 -
src/app/api/model/pageAccountData.ts | 32 -
src/app/api/model/pageAccountTransferData.ts | 33 -
....ts => pageGetEntityDatatableChecksResponse.ts} | 8 +-
src/app/api/model/pageLoanTransactionData.ts | 44 -
src/app/api/model/pageSmsCampaignData.ts | 33 -
src/app/api/model/pageStandingInstructionData.ts | 33 -
.../model/pageStandingInstructionHistoryData.ts | 33 -
src/app/api/model/pageWorkingCapitalLoanData.ts | 44 -
.../model/pageWorkingCapitalLoanTransactionData.ts | 44 -
src/app/api/model/postHolidaysRequest.ts | 1 +
src/app/api/model/postSavingsProductsRequest.ts | 1 +
.../model/postWorkingCapitalLoanProductsRequest.ts | 12 +-
... postWorkingCapitalLoansBreachActionRequest.ts} | 10 +-
...postWorkingCapitalLoansBreachActionResponse.ts} | 4 +-
...tWorkingCapitalLoansDelinquencyActionRequest.ts | 7 +-
...ingCapitalLoansLoanIdChargesChargeIdRequest.ts} | 7 +-
...ngCapitalLoansLoanIdChargesChargeIdResponse.ts} | 6 +-
...gCapitalLoansLoanIdNearBreachActionsRequest.ts} | 46 +-
...ts => postWorkingCapitalLoansOriginatorData.ts} | 2 +-
.../api/model/postWorkingCapitalLoansRequest.ts | 13 +
...utWorkingCapitalLoanProductsProductIdRequest.ts | 12 +-
.../model/putWorkingCapitalLoansLoanIdRequest.ts | 8 +
src/app/api/model/searchData.ts | 42 -
.../model/shareAccountApplicationTimelineData.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 -
src/app/api/model/standingInstructionData.ts | 97 -
.../api/model/standingInstructionHistoryData.ts | 48 -
src/app/api/model/tellerData.ts | 57 -
src/app/api/model/workingCapitalCollection.ts | 18 +-
src/app/api/model/workingCapitalLoanBalanceData.ts | 49 -
...ta.ts => workingCapitalLoanBreachActionData.ts} | 17 +-
.../model/workingCapitalLoanBreachScheduleData.ts | 1 +
.../api/model/workingCapitalLoanCollectionData.ts | 40 -
src/app/api/model/workingCapitalLoanData.ts | 84 -
.../workingCapitalLoanDelinquencyActionData.ts | 7 +-
.../workingCapitalLoanDelinquencyTagHistoryData.ts | 40 -
.../workingCapitalLoanDisbursementDetailData.ts | 39 -
...s => workingCapitalLoanNearBreachActionData.ts} | 19 +-
...CapitalLoanProductConfigurableAttributesData.ts | 35 -
src/app/api/model/workingCapitalLoanProductData.ts | 100 -
...rkingCapitalLoanRangeScheduleDelinquencyData.ts | 35 -
.../api/model/workingCapitalLoanTemplateData.ts | 46 -
.../api/model/workingCapitalLoanTransactionData.ts | 51 -
...rkingCapitalLoanTransactionPaymentDetailData.ts | 2 +
.../model/workingCapitalPaymentAllocationData.ts | 53 -
src/app/core/services/dialog.service.spec.ts | 3 +
.../services/navigation-config.service.spec.ts | 2 +-
src/app/core/services/theme.service.spec.ts | 11 +
src/app/core/services/theme.service.ts | 7 +-
.../accounting/journal-entries-list.component.ts | 9 +-
.../provisioning-categories-list.component.spec.ts | 2 +-
.../provisioning-criteria-list.component.spec.ts | 2 +-
.../provisioning-entries-list.component.spec.ts | 2 +-
.../batch-operations/batch-operations.component.ts | 3 +-
.../admin/cob-tools/cob-tools.component.ts | 28 +-
.../external-events/external-events.component.ts | 20 +-
.../progressive-loan-model.component.ts | 28 +-
.../calendars/calendar-form.component.spec.ts | 2 +-
.../calendars/calendars-list.component.spec.ts | 2 +-
src/app/features/centers/centers-list.component.ts | 9 +-
.../charges/client-charge-form.component.spec.ts | 2 +-
.../charges/client-charges-list.component.spec.ts | 2 +-
.../clients/client-action-dialog.component.spec.ts | 2 +-
.../features/clients/client-form.component.spec.ts | 4 +-
src/app/features/clients/client-form.component.ts | 11 +-
.../features/clients/client-search-v2.component.ts | 16 +-
src/app/features/clients/clients-list.component.ts | 22 +-
.../client-collateral-form.component.spec.ts | 2 +-
.../client-collateral-list.component.spec.ts | 2 +-
.../client-transactions-list.component.spec.ts | 2 +-
.../collection-sheet/collection-sheet.component.ts | 25 +-
.../dashboard/system-status.component.spec.ts | 2 +-
.../features/dashboard/system-status.component.ts | 46 +-
.../fintech/asset-owners-list.component.ts | 8 +-
src/app/features/groups/groups-list.component.ts | 9 +-
.../features/interop/interop-health.component.ts | 15 +-
.../interop/interop-party-lookup.component.ts | 28 +-
.../bulk-loan-reassignment.component.ts | 14 +-
.../bulk-reassignment.component.spec.ts | 4 +-
.../guarantors/guarantor-form.component.spec.ts | 2 +-
.../guarantors/guarantors-list.component.spec.ts | 2 +-
.../interest-pauses-list.component.spec.ts | 2 +-
.../loan-account-lock.component.ts | 20 +-
src/app/features/loans/loan-form.component.ts | 2 +-
.../loan-schedule-modify.component.ts | 12 +-
src/app/features/loans/loans-list.component.ts | 22 +-
.../point-in-time/loans-point-in-time.component.ts | 16 +-
.../post-dated-checks-list.component.spec.ts | 2 +-
.../reschedule-requests-list.component.ts | 43 +-
.../loans/transaction-detail-dialog.component.ts | 2 +-
src/app/features/login/login.component.spec.ts | 2 +
src/app/features/login/login.component.ts | 11 +-
.../meetings/meetings-list.component.spec.ts | 2 +-
.../mix/report/mix-report.component.spec.ts | 2 +-
.../features/mix/report/mix-report.component.ts | 14 +-
.../mix/taxonomy/mix-taxonomy.component.spec.ts | 2 +-
.../notifications/notifications-list.component.ts | 12 +-
.../currencies/currencies.component.ts | 12 +-
.../funds/funds-list.component.spec.ts | 2 +-
.../group-levels-list.component.spec.ts | 2 +-
.../offices/offices-list.component.spec.ts | 4 +-
.../organization/offices/offices-list.component.ts | 12 +-
.../payment-types-list.component.spec.ts | 2 +-
.../products/account-action-form.component.spec.ts | 2 +-
.../collateral-management-form.component.spec.ts | 2 +-
.../collateral-management-list.component.spec.ts | 2 +-
...xed-deposit-transactions-list.component.spec.ts | 2 +-
.../fixed-deposit-form.component.spec.ts | 2 +-
.../fixed-deposit-products-list.component.spec.ts | 2 +-
.../fixed-deposits-list.component.spec.ts | 2 +-
.../floating-rate-form.component.spec.ts | 6 +-
.../floating-rates-list.component.spec.ts | 2 +-
.../interest-rate-chart-slabs.component.spec.ts | 4 +-
.../interest-rate-charts-list.component.spec.ts | 2 +-
.../loan-originator-form.component.spec.ts | 6 +-
.../loan-originators-list.component.spec.ts | 2 +-
.../products/loan-products-list.component.ts | 10 +-
.../on-hold-transactions-list.component.spec.ts | 2 +-
.../product-mix/product-mix.component.spec.ts | 2 +-
.../products/rates/rates-list.component.spec.ts | 2 +-
...ring-deposit-transaction-form.component.spec.ts | 2 +-
.../products/savings-accounts-list.component.ts | 9 +-
.../savings-charge-form.component.spec.ts | 2 +-
.../savings-charges-list.component.spec.ts | 2 +-
.../products/savings-products-list.component.ts | 10 +-
.../share-dividends-list.component.spec.ts | 2 +-
.../tax-components-list.component.spec.ts | 2 +-
.../tax-groups/tax-group-form.component.spec.ts | 2 +-
.../tax-groups/tax-groups-list.component.spec.ts | 2 +-
.../profile/user-profile.component.spec.ts | 105 +
src/app/features/profile/user-profile.component.ts | 60 +-
.../features/reporting/reports-list.component.ts | 10 +-
src/app/features/reporting/run-report.component.ts | 61 +-
src/app/features/search/global-search.component.ts | 16 +-
.../audit-logs/audit-logs-list.component.spec.ts | 2 +-
.../settings/global-configurations.component.ts | 13 +-
.../settings/holiday-form.component.spec.ts | 2 +-
.../settings/holidays-list.component.spec.ts | 4 +-
.../features/settings/holidays-list.component.ts | 57 +-
.../settings/two-factor-config.component.ts | 14 +-
.../spm/likelihood/likelihood.component.spec.ts | 2 +-
.../spm/likelihood/likelihood.component.ts | 14 +-
.../poverty-line/poverty-line.component.spec.ts | 2 +-
.../spm/poverty-line/poverty-line.component.ts | 14 +-
.../spm/scorecards/scorecards.component.spec.ts | 2 +-
.../survey-responses/survey-responses.component.ts | 12 +-
.../spm/surveys/spm-surveys-list.component.spec.ts | 2 +-
.../adhoc-query/adhoc-query-form.component.spec.ts | 2 +-
.../adhoc-query/adhoc-query-list.component.spec.ts | 2 +-
.../system/bulk-import/bulk-import.component.ts | 45 +-
.../business-dates/business-dates.component.ts | 18 +-
.../business-steps.component.spec.ts | 2 +-
.../features/system/cache/cache.component.spec.ts | 2 +-
.../credit-bureau-config.component.spec.ts | 4 +-
.../credit-bureau-config.component.ts | 10 +-
.../delinquency-management.component.spec.ts | 4 +-
.../delinquency-management.component.ts | 2 +
...entity-data-table-checks-form.component.spec.ts | 2 +-
...entity-data-table-checks-list.component.spec.ts | 8 +-
.../entity-data-table-checks-list.component.ts | 4 +-
.../entity-mapping-list.component.spec.ts | 2 +-
.../external-events.component.spec.ts | 2 +-
.../external-services.component.spec.ts | 2 +-
.../field-configuration.component.spec.ts | 2 +-
.../system/hooks/hooks-form.component.spec.ts | 2 +-
.../system/hooks/hooks-list.component.spec.ts | 2 +-
.../loan-product-details.component.spec.ts | 2 +-
.../notifications-config.component.spec.ts | 2 +-
.../notifications-config.component.ts | 2 -
.../password-preferences.component.spec.ts | 2 +-
.../permissions/permissions.component.spec.ts | 2 +-
.../report-mailing-jobs-list.component.spec.ts | 2 +-
.../scheduler-job-history.component.spec.ts | 2 +-
.../scheduler-jobs-list.component.spec.ts | 2 +-
.../features/system/sms/sms-list.component.spec.ts | 2 +-
.../cashier-journals-list.component.spec.ts | 2 +-
.../tellers/cashiers/cashier-form.component.ts | 2 -
.../account-transfer-form.component.spec.ts | 6 +-
.../breach/wc-breach-form.component.spec.ts | 4 +-
.../breach/wc-breach-list.component.spec.ts | 2 +-
.../wc-loan-product-form.component.spec.ts | 6 +-
.../wc-loan-products-list.component.spec.ts | 2 +-
.../wc-loan-account-lock.component.ts | 12 +-
.../loans/wc-loan-form.component.spec.ts | 6 +-
.../loans/wc-loan-view.component.spec.ts | 10 +-
.../loans/wc-loans-list.component.spec.ts | 2 +-
.../wc-near-breach-list.component.spec.ts | 2 +-
src/app/layout/header.component.ts | 25 +-
src/app/layout/sidebar.component.ts | 10 +-
.../charts/donut-chart.component.spec.ts | 6 +-
.../client-search/client-search.component.spec.ts | 2 +-
.../client-search/client-search.component.ts | 13 +-
.../create-office-dialog.component.spec.ts | 2 +-
.../data-table/data-table.component.spec.ts | 53 +-
.../components/data-table/data-table.component.ts | 30 +-
.../entity-datatables.component.spec.ts | 6 +-
.../status-badge/status-badge.component.ts | 28 +
src/assets/i18n/en.json | 9 +-
src/assets/i18n/hi.json | 4 +
src/assets/i18n/ko.json | 4 +
src/main.ts | 8 +-
src/styles/_common.scss | 50 +
src/styles/_ionic-theme.scss | 29 +
293 files changed, 6347 insertions(+), 5959 deletions(-)
create mode 100644 .github/workflows/e2e.yml
delete mode 100644 ARCHITECTURE_DECISIONS.md
delete mode 100644 DOCS/PENDING_APIS.md
delete mode 100644 DOCS/UI_GAP_ANALYSIS.md
delete mode 100644 FINERACT_CONTEXT.md
create mode 100644 deploy/docker-compose-e2e.yml
create mode 100644 deploy/init-db.sql
create mode 100644 e2e/global-setup.ts
create mode 100644 e2e/list-pagination.spec.ts
create mode 100644 e2e/utils/ionic-locators.ts
create mode 100644 e2e/utils/seed-api.ts
create mode 100644 e2e/utils/seeded-backend.ts
create mode 100644 scripts/e2e-summary.mjs
copy src/app/api/api/{workingCapitalLoanDelinquencyActions.service.ts =>
workingCapitalLoanBreachActions.service.ts} (61%)
copy src/app/api/api/{workingCapitalLoanDelinquencyActions.service.ts =>
workingCapitalLoanNearBreachActions.service.ts} (62%)
copy src/app/api/api/{workingCapitalLoanCharges.service.ts =>
workingCapitalLoanOriginators.service.ts} (57%)
delete mode 100644 src/app/api/model/adHocQuerySearchRequest.ts
delete mode 100644 src/app/api/model/cashierTransactionsWithSummaryData.ts
delete mode 100644 src/app/api/model/cashiersForTeller.ts
delete mode 100644 src/app/api/model/delinquencyPausePeriod.ts
copy src/app/api/model/{calculateFixedDepositInterestResponse.ts =>
executeWorkingCapitalLoanTransactionCommandRequest.ts} (85%)
copy src/app/api/model/{deleteLoansLoanIdChargesChargeIdResponse.ts =>
executeWorkingCapitalLoanTransactionCommandResponse.ts} (86%)
delete mode 100644 src/app/api/model/gLClosureData.ts
delete mode 100644 src/app/api/model/getPaymentAllocationOrder.ts
rename src/app/api/model/{shareAccountChargeData.ts =>
getWorkingCapitalLoanCharge.ts} (80%)
rename src/app/api/model/{workingCapitalLoanSummaryData.ts =>
getWorkingCapitalLoanSummary.ts} (94%)
copy src/app/api/model/{loanOriginatorData.ts =>
getWorkingCapitalLoansLoanIdOriginatorData.ts} (91%)
delete mode 100644 src/app/api/model/interestRateChartData.ts
delete mode 100644
src/app/api/model/internalWorkingCapitalLoanPaymentRequest.ts
delete mode 100644 src/app/api/model/loanApplicationTimelineData.ts
delete mode 100644 src/app/api/model/loanOriginatorTemplateData.ts
delete mode 100644 src/app/api/model/multivaluedMapStringParameterizedHeader.ts
delete mode 100644 src/app/api/model/multivaluedMapStringString.ts
delete mode 100644 src/app/api/model/pageAccountData.ts
delete mode 100644 src/app/api/model/pageAccountTransferData.ts
copy src/app/api/model/{getAccountTransfersResponse.ts =>
pageGetEntityDatatableChecksResponse.ts} (80%)
delete mode 100644 src/app/api/model/pageLoanTransactionData.ts
delete mode 100644 src/app/api/model/pageSmsCampaignData.ts
delete mode 100644 src/app/api/model/pageStandingInstructionData.ts
delete mode 100644 src/app/api/model/pageStandingInstructionHistoryData.ts
delete mode 100644 src/app/api/model/pageWorkingCapitalLoanData.ts
delete mode 100644 src/app/api/model/pageWorkingCapitalLoanTransactionData.ts
copy src/app/api/model/{postWorkingCapitalLoansDelinquencyActionRequest.ts =>
postWorkingCapitalLoansBreachActionRequest.ts} (78%)
copy src/app/api/model/{postClientsClientIdIdentifiersResponse.ts =>
postWorkingCapitalLoansBreachActionResponse.ts} (90%)
copy src/app/api/model/{postLoansLoanIdChargesRequest.ts =>
postWorkingCapitalLoansLoanIdChargesChargeIdRequest.ts} (88%)
copy src/app/api/model/{postWorkingCapitalLoansLoanIdResponse.ts =>
postWorkingCapitalLoansLoanIdChargesChargeIdResponse.ts} (88%)
copy src/app/api/model/{workingCapitalLoanDelinquencyActionData.ts =>
postWorkingCapitalLoansLoanIdNearBreachActionsRequest.ts} (55%)
copy src/app/api/model/{postLoansOriginatorData.ts =>
postWorkingCapitalLoansOriginatorData.ts} (96%)
delete mode 100644 src/app/api/model/searchData.ts
delete mode 100644 src/app/api/model/shareAccountApplicationTimelineData.ts
delete mode 100644 src/app/api/model/shareAccountData.ts
delete mode 100644 src/app/api/model/shareAccountDividendData.ts
delete mode 100644 src/app/api/model/shareAccountStatusEnumData.ts
delete mode 100644 src/app/api/model/shareAccountSummaryData.ts
delete mode 100644 src/app/api/model/shareAccountTransactionData.ts
delete mode 100644 src/app/api/model/standingInstructionData.ts
delete mode 100644 src/app/api/model/standingInstructionHistoryData.ts
delete mode 100644 src/app/api/model/tellerData.ts
delete mode 100644 src/app/api/model/workingCapitalLoanBalanceData.ts
copy src/app/api/model/{workingCapitalLoanDelinquencyActionData.ts =>
workingCapitalLoanBreachActionData.ts} (77%)
delete mode 100644 src/app/api/model/workingCapitalLoanCollectionData.ts
delete mode 100644 src/app/api/model/workingCapitalLoanData.ts
delete mode 100644
src/app/api/model/workingCapitalLoanDelinquencyTagHistoryData.ts
delete mode 100644
src/app/api/model/workingCapitalLoanDisbursementDetailData.ts
copy src/app/api/model/{getWorkingCapitalLoanNearBreach.ts =>
workingCapitalLoanNearBreachActionData.ts} (71%)
delete mode 100644
src/app/api/model/workingCapitalLoanProductConfigurableAttributesData.ts
delete mode 100644 src/app/api/model/workingCapitalLoanProductData.ts
delete mode 100644
src/app/api/model/workingCapitalLoanRangeScheduleDelinquencyData.ts
delete mode 100644 src/app/api/model/workingCapitalLoanTemplateData.ts
delete mode 100644 src/app/api/model/workingCapitalLoanTransactionData.ts
delete mode 100644 src/app/api/model/workingCapitalPaymentAllocationData.ts
create mode 100644 src/app/features/profile/user-profile.component.spec.ts