Skip to content

Commit

Permalink
Update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored and github-actions[bot] committed Dec 2, 2024
1 parent 67c5b7f commit c5ea994
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
34 changes: 34 additions & 0 deletions infra/apim_v2/api/ms_internal_api/v1/openapi.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,10 @@
"$ref": "#/components/schemas/GeographicTaxonomyDto"
}
},
"gpuData": {
"description": "GPU specific data",
"$ref": "#/components/schemas/GPUData"
},
"institutionLocationData": {
"description": "Institution's location Data",
"$ref": "#/components/schemas/InstitutionLocationDataDto"
Expand Down Expand Up @@ -1680,6 +1684,36 @@
}
}
},
"GPUData": {
"title": "GPUData",
"type": "object",
"properties": {
"businessRegisterNumber": {
"type": "string"
},
"institutionCourtMeasures": {
"type": "boolean"
},
"legalRegisterName": {
"type": "string"
},
"legalRegisterNumber": {
"type": "string"
},
"manager": {
"type": "boolean"
},
"managerAuthorized": {
"type": "boolean"
},
"managerEligible": {
"type": "boolean"
},
"managerProsecution": {
"type": "boolean"
}
}
},
"InstitutionLocationDataDto": {
"title": "InstitutionLocationDataDto",
"type": "object",
Expand Down
33 changes: 33 additions & 0 deletions infra/apim_v2/api/selfcare_support_service/v1/openapi.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,9 @@
"$ref": "#/components/schemas/GeographicTaxonomy"
}
},
"gpuData": {
"$ref": "#/components/schemas/GPUData"
},
"imported": {
"type": "boolean"
},
Expand Down Expand Up @@ -2248,6 +2251,36 @@
}
}
},
"GPUData": {
"title": "GPUData",
"type": "object",
"properties": {
"businessRegisterNumber": {
"type": "string"
},
"institutionCourtMeasures": {
"type": "boolean"
},
"legalRegisterName": {
"type": "string"
},
"legalRegisterNumber": {
"type": "string"
},
"manager": {
"type": "boolean"
},
"managerAuthorized": {
"type": "boolean"
},
"managerEligible": {
"type": "boolean"
},
"managerProsecution": {
"type": "boolean"
}
}
},
"PaymentServiceProvider": {
"title": "PaymentServiceProvider",
"type": "object",
Expand Down

0 comments on commit c5ea994

Please sign in to comment.