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 3, 2024
1 parent faaa7f2 commit f5df953
Show file tree
Hide file tree
Showing 4 changed files with 96 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
46 changes: 46 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 @@ -226,6 +226,16 @@
"schema": {
"type": "string"
}
},
{
"name": "productId",
"in": "query",
"description": "productId",
"required": false,
"style": "form",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -1776,6 +1786,9 @@
"email": {
"type": "string"
},
"mobilePhone": {
"type": "string"
},
"workContacts": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -2179,6 +2192,9 @@
"$ref": "#/components/schemas/GeographicTaxonomy"
}
},
"gpuData": {
"$ref": "#/components/schemas/GPUData"
},
"imported": {
"type": "boolean"
},
Expand Down Expand Up @@ -2248,6 +2264,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
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,9 @@
"email": {
"type": "string"
},
"mobilePhone": {
"type": "string"
},
"workContacts": {
"type": "object",
"additionalProperties": {
Expand Down
13 changes: 13 additions & 0 deletions infra/apim_v2/api_pnpg/pnpg_support_service/v1/openapi.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@
"schema": {
"type": "string"
}
},
{
"name": "productId",
"in": "query",
"description": "productId",
"required": false,
"style": "form",
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down Expand Up @@ -1217,6 +1227,9 @@
"email": {
"type": "string"
},
"mobilePhone": {
"type": "string"
},
"workContacts": {
"type": "object",
"additionalProperties": {
Expand Down

0 comments on commit f5df953

Please sign in to comment.