This is an automated email from the ASF dual-hosted git repository.

Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git


    from ae2a4d0  Merge pull request #350 from 
apache/dependabot/npm_and_yarn/multi-e58e013584
     add f1f1e3d  chore(api): sync the Fineract OpenAPI spec and regenerate the 
client
     new bc34253  Merge pull request #351 from apache/chore/fineract-spec-sync

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +
 ...tCodesResponse.ts => getCentersGroupMembers.ts} |   5 +-
 src/app/api/model/getClientsClientIdResponse.ts    |   1 +
 ...ypeOptionsResponseStandingInstructionSwagger.ts |   2 +-
 ...ccountTypeResponseStandingInstructionSwagger.ts |   2 +-
 ...getFromAccountTypeStandingInstructionSwagger.ts |   2 +-
 ...sClient.ts => getGroupsGroupIdClientMembers.ts} |   4 +-
 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/mixTaxonomyData.ts               |  36 --
 src/app/api/model/mixTaxonomyMappingData.ts        |  33 --
 .../api/model/mixTaxonomyMappingUpdateRequest.ts   |  34 --
 .../api/model/mixTaxonomyMappingUpdateResponse.ts  |  31 --
 src/app/api/model/models.ts                        |  12 +-
 ...audRequest.ts => postCentersCenterIdChanges.ts} |   6 +-
 src/app/api/model/postCentersCenterIdRequest.ts    |   4 +
 src/app/api/model/postCentersCenterIdResponse.ts   |   4 +
 src/app/api/model/postCentersRequest.ts            |   9 +
 ...atableData.ts => postClientsClientIdChanges.ts} |   4 +-
 src/app/api/model/postClientsClientIdRequest.ts    |   1 +
 src/app/api/model/postClientsClientIdResponse.ts   |   2 +
 ...ationRequest.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} |   6 +-
 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 --
 61 files changed, 381 insertions(+), 1637 deletions(-)
 delete mode 100644 src/app/api/api/cashierJournals.service.ts
 delete mode 100644 src/app/api/api/cashiers.service.ts
 delete mode 100644 src/app/api/api/mixMapping.service.ts
 delete mode 100644 src/app/api/api/mixReport.service.ts
 delete mode 100644 src/app/api/api/mixTaxonomy.service.ts
 copy src/app/api/model/{getCodesResponse.ts => getCentersGroupMembers.ts} (90%)
 copy src/app/api/model/{getWorkingCapitalLoansClient.ts => 
getGroupsGroupIdClientMembers.ts} (90%)
 delete mode 100644 src/app/api/model/mixTaxonomyData.ts
 delete mode 100644 src/app/api/model/mixTaxonomyMappingData.ts
 delete mode 100644 src/app/api/model/mixTaxonomyMappingUpdateRequest.ts
 delete mode 100644 src/app/api/model/mixTaxonomyMappingUpdateResponse.ts
 copy src/app/api/model/{markWorkingCapitalLoanAsFraudRequest.ts => 
postCentersCenterIdChanges.ts} (86%)
 copy src/app/api/model/{datatableData.ts => postClientsClientIdChanges.ts} 
(93%)
 copy src/app/api/model/{smsCreationRequest.ts => postGroupsGroupIdChanges.ts} 
(85%)
 copy src/app/api/model/{postUpdateRescheduleLoansRequest.ts => 
postLoansLoanIdGlimApprovalData.ts} (88%)
 delete mode 100644 src/app/api/model/tellerJournalData.ts
 delete mode 100644 src/app/api/model/tellerTransactionData.ts

Reply via email to