Skip to content

Commit

Permalink
Merge pull request #144 from Sensedia/sync-espelho-openapi-pension-in…
Browse files Browse the repository at this point in the history
…surances-captalization
  • Loading branch information
fredmvj authored May 24, 2023
2 parents 657b5de + e1e5ce5 commit a1feb90
Show file tree
Hide file tree
Showing 13 changed files with 7,461 additions and 153 deletions.
77 changes: 50 additions & 27 deletions dictionary/capitalizationBondsGetProducts_v1.csv

Large diffs are not rendered by default.

95 changes: 62 additions & 33 deletions dictionary/getPensionRiskCoverages_v1.csv

Large diffs are not rendered by default.

104 changes: 63 additions & 41 deletions dictionary/getPensionSurvivalCoverages_v1.csv

Large diffs are not rendered by default.

118 changes: 72 additions & 46 deletions dictionary/getPersonalInsurance_v1.csv

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions swagger-apis/capitalization-bonds/1.0.0-rc3.0.yml

Large diffs are not rendered by default.

823 changes: 823 additions & 0 deletions swagger-apis/capitalization-bonds/1.0.0.yml

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions swagger-apis/capitalization-bonds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [ {"name": "1.0.0-rc1.0", "url": "./1.0.0-rc1.0.yml"},
{"name": "1.0.0-rc2.0", "url": "./1.0.0-rc2.0.yml"}],
"urls.primaryName": "1.0.0-rc2.0", // default spec
{"name": "1.0.0-rc2.0", "url": "./1.0.0-rc2.0.yml"},
{"name": "1.0.0-rc3.0", "url": "./1.0.0-rc3.0.yml"},
{"name": "1.0.0", "url": "./1.0.0.yml"}],
"urls.primaryName": "1.0.0", // default spec
dom_id: '#swagger-ui',
deepLinking: true,
supportedSubmitMethods:[],
Expand Down
Loading

0 comments on commit a1feb90

Please sign in to comment.