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 Jan 30, 2025
1 parent a43058c commit 8e67fb3
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 8 deletions.
3 changes: 3 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 @@ -2668,6 +2668,9 @@
},
"createdAt": {
"$ref": "#/components/schemas/LocalDateTime"
},
"updatedAt": {
"$ref": "#/components/schemas/LocalDateTime"
}
}
},
Expand Down
107 changes: 103 additions & 4 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 @@ -1904,6 +1917,7 @@
"enum": [
"AS",
"CON",
"GPU",
"GSP",
"PA",
"PG",
Expand Down Expand Up @@ -2179,6 +2193,9 @@
"$ref": "#/components/schemas/GeographicTaxonomy"
}
},
"gpuData": {
"$ref": "#/components/schemas/GPUData"
},
"imported": {
"type": "boolean"
},
Expand All @@ -2187,6 +2204,7 @@
"enum": [
"AS",
"CON",
"GPU",
"GSP",
"PA",
"PG",
Expand Down Expand Up @@ -2248,6 +2266,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 Expand Up @@ -2355,6 +2403,7 @@
"enum": [
"AS",
"CON",
"GPU",
"GSP",
"PA",
"PG",
Expand Down Expand Up @@ -2504,6 +2553,12 @@
},
"isAggregator": {
"type": "boolean"
},
"createdAt": {
"$ref": "#/components/schemas/LocalDateTime"
},
"updatedAt": {
"$ref": "#/components/schemas/LocalDateTime"
}
}
},
Expand Down Expand Up @@ -2623,9 +2678,6 @@
"PaymentServiceProviderRequest1": {
"type": "object",
"properties": {
"abiCode": {
"type": "string"
},
"businessRegisterNumber": {
"type": "string"
},
Expand All @@ -2635,6 +2687,12 @@
"legalRegisterName": {
"type": "string"
},
"longTermPayments": {
"type": "boolean"
},
"abiCode": {
"type": "string"
},
"vatNumberGroup": {
"type": "boolean"
},
Expand Down Expand Up @@ -2739,6 +2797,11 @@
}
}
},
"LocalDateTime": {
"format": "date-time",
"type": "string",
"example": "2022-03-10T12:15:50"
},
"OnboardingStatus": {
"enum": [
"REQUEST",
Expand Down Expand Up @@ -2793,6 +2856,9 @@
},
"additionalInformations": {
"$ref": "#/components/schemas/AdditionalInformationsDto1"
},
"gpuData": {
"$ref": "#/components/schemas/GPUData1"
}
}
},
Expand Down Expand Up @@ -2987,7 +3053,8 @@
"AS",
"REC",
"CON",
"PRV"
"PRV",
"GPU"
],
"type": "string"
},
Expand All @@ -3005,6 +3072,38 @@
}
}
},
"GPUData1": {
"type": "object",
"properties": {
"businessRegisterNumber": {
"type": "string"
},
"legalRegisterNumber": {
"type": "string"
},
"legalRegisterName": {
"type": "string"
},
"longTermPayments": {
"type": "boolean"
},
"manager": {
"type": "boolean"
},
"managerAuthorized": {
"type": "boolean"
},
"managerEligible": {
"type": "boolean"
},
"managerProsecution": {
"type": "boolean"
},
"institutionCourtMeasures": {
"type": "boolean"
}
}
},
"PageOfUserGroupResource": {
"title": "PageOfUserGroupResource",
"required": [
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
23 changes: 19 additions & 4 deletions infra/apim_v2/api_pnpg/internal_api_for_pnpg/v1/openapi.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@
},
"isAggregator": {
"type": "boolean"
},
"createdAt": {
"$ref": "#/components/schemas/LocalDateTime"
},
"updatedAt": {
"$ref": "#/components/schemas/LocalDateTime"
}
}
},
Expand Down Expand Up @@ -354,9 +360,6 @@
"PaymentServiceProviderRequest1": {
"type": "object",
"properties": {
"abiCode": {
"type": "string"
},
"businessRegisterNumber": {
"type": "string"
},
Expand All @@ -366,6 +369,12 @@
"legalRegisterName": {
"type": "string"
},
"longTermPayments": {
"type": "boolean"
},
"abiCode": {
"type": "string"
},
"vatNumberGroup": {
"type": "boolean"
},
Expand Down Expand Up @@ -470,6 +479,11 @@
}
}
},
"LocalDateTime": {
"format": "date-time",
"type": "string",
"example": "2022-03-10T12:15:50"
},
"OnboardingPgRequest": {
"required": [
"productId",
Expand Down Expand Up @@ -520,7 +534,8 @@
"AS",
"REC",
"CON",
"PRV"
"PRV",
"GPU"
],
"type": "string"
},
Expand Down
14 changes: 14 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 Expand Up @@ -1359,6 +1372,7 @@
"enum": [
"AS",
"CON",
"GPU",
"GSP",
"PA",
"PG",
Expand Down

0 comments on commit 8e67fb3

Please sign in to comment.