Skip to content

Commit

Permalink
Merge pull request #60 from Interhyp/update-submission-api-specs-v-6.…
Browse files Browse the repository at this point in the history
…7.12

Update submission api specs v 6.7.12
  • Loading branch information
maciejrajczyk authored Jul 18, 2024
2 parents 156a637 + 4cc0ac7 commit e7bca19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 60 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Submission Data API

### v6.7.12
* Introduce embedded structure to pre submission check

### v6.7.10
* Extend savings phase with currentBalance

Expand Down
62 changes: 2 additions & 60 deletions submission-api-data/submission-api-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
x-guideline-version: v1
info:
title: Interhyp Submission API
version: 6.7.10
version: 6.7.12
contact:
name: Interhyp AG (Team Provider Excellence)
email: [email protected]
Expand Down Expand Up @@ -9852,7 +9852,7 @@ components:
preSubmissionCheckId:
$ref: '#/components/schemas/PreSubmissionCheckId'
financingApplication:
$ref: '#/components/schemas/PreSubmissionCheckFinancingApplication'
$ref: '#/components/schemas/FinancingApplicationItem'
overview:
$ref: '#/components/schemas/PreSubmissionCheckOverview'
originInfo:
Expand All @@ -9874,68 +9874,10 @@ components:
type: string
rateCorrection:
$ref: '#/components/schemas/PreSubmissionCheckRateCorrection'
PreSubmissionCheckConsultation:
writeOnly: true
type: object
required:
- advisory
- originInfo
properties:
advisory:
$ref: '#/components/schemas/AdvisoryDetails'
PreSubmissionCheckCreatedStatus:
type: object
allOf:
- $ref: '#/components/schemas/BasePreSubmissionCheckStatus'
PreSubmissionCheckFinancialStandings:
type: object
required:
- details
properties:
details:
type: array
items:
$ref: '#/components/schemas/FinancialStanding'
minItems: 1
summary:
$ref: '#/components/schemas/FinancialStandingSummary'
PreSubmissionCheckFinancingApplication:
type: object
required:
- applicants
- households
- estates
- financialStandings
- venture
- consultation
- offer
properties:
applicants:
type: array
items:
$ref: '#/components/schemas/Applicant'
applicantRelationships:
type: array
items:
$ref: '#/components/schemas/ApplicantRelationship'
households:
type: array
items:
$ref: '#/components/schemas/Household'
minItems: 1
estates:
type: array
items:
$ref: '#/components/schemas/Estate'
minItems: 1
financialStandings:
$ref: '#/components/schemas/PreSubmissionCheckFinancialStandings'
venture:
$ref: '#/components/schemas/FinancingVenture'
consultation:
$ref: '#/components/schemas/PreSubmissionCheckConsultation'
offer:
$ref: '#/components/schemas/FinancingOffer'
PreSubmissionCheckId:
type: object
description: |
Expand Down

0 comments on commit e7bca19

Please sign in to comment.