This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit bc3425351805690dda51d20b831c2a48fed9fc1f Merge: ae2a4d0 f1f1e3d Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 15 21:32:27 2026 +0530 Merge pull request #351 from apache/chore/fineract-spec-sync chore(api): sync the Fineract OpenAPI spec public/api/fineract.json | 602 ++++++++------------- public/api/fineract.provenance.json | 18 +- src/app/api/.openapi-generator/FILES | 17 +- src/app/api/api/api.ts | 12 +- src/app/api/api/cashierJournals.service.ts | 155 ------ src/app/api/api/cashiers.service.ts | 155 ------ src/app/api/api/mixMapping.service.ts | 185 ------- src/app/api/api/mixReport.service.ts | 143 ----- src/app/api/api/mixTaxonomy.service.ts | 112 ---- src/app/api/api/tellerCashManagement.service.ts | 230 -------- src/app/api/model/getCentersCenterIdResponse.ts | 7 + ...ixTaxonomyData.ts => getCentersGroupMembers.ts} | 9 +- src/app/api/model/getClientsClientIdResponse.ts | 1 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +- ...ccountTypeResponseStandingInstructionSwagger.ts | 2 +- ...getFromAccountTypeStandingInstructionSwagger.ts | 2 +- ...Swagger.ts => getGroupsGroupIdClientMembers.ts} | 8 +- src/app/api/model/getGroupsGroupIdResponse.ts | 7 + ...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +- ...getInstructionTypeStandingInstructionSwagger.ts | 2 +- ...ityOptionsResponseStandingInstructionSwagger.ts | 2 +- .../model/getPriorityStandingInstructionSwagger.ts | 2 +- .../getProvisioningCriteriaCriteriaIdResponse.ts | 2 +- ...ncyOptionsResponseStandingInstructionSwagger.ts | 2 +- ...ecurrenceFrequencyStandingInstructionSwagger.ts | 2 +- ...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +- .../getRecurrenceTypeStandingInstructionSwagger.ts | 2 +- ...tusOptionsResponseStandingInstructionSwagger.ts | 2 +- .../model/getStatusStandingInstructionSwagger.ts | 2 +- ...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +- .../getToAccountTypeStandingInstructionSwagger.ts | 2 +- ...ypeOptionsResponseStandingInstructionSwagger.ts | 2 +- .../getTransferTypeStandingInstructionSwagger.ts | 2 +- src/app/api/model/mixTaxonomyMappingData.ts | 33 -- .../api/model/mixTaxonomyMappingUpdateRequest.ts | 34 -- src/app/api/model/models.ts | 12 +- ...ionSwagger.ts => postCentersCenterIdChanges.ts} | 9 +- src/app/api/model/postCentersCenterIdRequest.ts | 4 + src/app/api/model/postCentersCenterIdResponse.ts | 4 + src/app/api/model/postCentersRequest.ts | 9 + ...teResponse.ts => postClientsClientIdChanges.ts} | 4 +- src/app/api/model/postClientsClientIdRequest.ts | 1 + src/app/api/model/postClientsClientIdResponse.ts | 2 + ...ctionSwagger.ts => postGroupsGroupIdChanges.ts} | 10 +- src/app/api/model/postGroupsGroupIdRequest.ts | 9 + src/app/api/model/postGroupsGroupIdResponse.ts | 4 + src/app/api/model/postGroupsRequest.ts | 5 + ...quest.ts => postLoansLoanIdGlimApprovalData.ts} | 8 +- src/app/api/model/postLoansLoanIdRequest.ts | 9 + src/app/api/model/postLoansRequest.ts | 12 + src/app/api/model/postLoansResponse.ts | 4 + .../api/model/postProvisioningCriteriaRequest.ts | 2 +- .../postWorkingCapitalLoansBreachActionRequest.ts | 4 + src/app/api/model/putCentersCenterIdRequest.ts | 2 + src/app/api/model/putCentersChanges.ts | 2 + .../api/model/putProvisioningCriteriaRequest.ts | 2 +- .../putWorkingCapitalLoansLoanIdRateRequest.ts | 5 + src/app/api/model/tellerJournalData.ts | 38 -- src/app/api/model/tellerTransactionData.ts | 39 -- 59 files changed, 390 insertions(+), 1574 deletions(-)
