Skip to content

Commit 07ec6a0

Browse files
[Update OpenAPI] Merge openapi uat using openapi-merge-cli (#507)
1 parent dfa0b30 commit 07ec6a0

File tree

5 files changed

+138
-8
lines changed

5 files changed

+138
-8
lines changed

infra/apim_v2/api/ms_internal_api/v1/openapi.uat.json

+34
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,10 @@
14851485
"$ref": "#/components/schemas/GeographicTaxonomyDto"
14861486
}
14871487
},
1488+
"gpuData": {
1489+
"description": "GPU specific data",
1490+
"$ref": "#/components/schemas/GPUData"
1491+
},
14881492
"institutionLocationData": {
14891493
"description": "Institution's location Data",
14901494
"$ref": "#/components/schemas/InstitutionLocationDataDto"
@@ -1680,6 +1684,36 @@
16801684
}
16811685
}
16821686
},
1687+
"GPUData": {
1688+
"title": "GPUData",
1689+
"type": "object",
1690+
"properties": {
1691+
"businessRegisterNumber": {
1692+
"type": "string"
1693+
},
1694+
"institutionCourtMeasures": {
1695+
"type": "boolean"
1696+
},
1697+
"legalRegisterName": {
1698+
"type": "string"
1699+
},
1700+
"legalRegisterNumber": {
1701+
"type": "string"
1702+
},
1703+
"manager": {
1704+
"type": "boolean"
1705+
},
1706+
"managerAuthorized": {
1707+
"type": "boolean"
1708+
},
1709+
"managerEligible": {
1710+
"type": "boolean"
1711+
},
1712+
"managerProsecution": {
1713+
"type": "boolean"
1714+
}
1715+
}
1716+
},
16831717
"InstitutionLocationDataDto": {
16841718
"title": "InstitutionLocationDataDto",
16851719
"type": "object",

infra/apim_v2/api/selfcare_support_service/v1/openapi.uat.json

+83-4
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@
226226
"schema": {
227227
"type": "string"
228228
}
229+
},
230+
{
231+
"name": "productId",
232+
"in": "query",
233+
"description": "productId",
234+
"required": false,
235+
"style": "form",
236+
"schema": {
237+
"type": "string"
238+
}
229239
}
230240
],
231241
"responses": {
@@ -1776,6 +1786,9 @@
17761786
"email": {
17771787
"type": "string"
17781788
},
1789+
"mobilePhone": {
1790+
"type": "string"
1791+
},
17791792
"workContacts": {
17801793
"type": "object",
17811794
"additionalProperties": {
@@ -2179,6 +2192,9 @@
21792192
"$ref": "#/components/schemas/GeographicTaxonomy"
21802193
}
21812194
},
2195+
"gpuData": {
2196+
"$ref": "#/components/schemas/GPUData"
2197+
},
21822198
"imported": {
21832199
"type": "boolean"
21842200
},
@@ -2248,6 +2264,36 @@
22482264
}
22492265
}
22502266
},
2267+
"GPUData": {
2268+
"title": "GPUData",
2269+
"type": "object",
2270+
"properties": {
2271+
"businessRegisterNumber": {
2272+
"type": "string"
2273+
},
2274+
"institutionCourtMeasures": {
2275+
"type": "boolean"
2276+
},
2277+
"legalRegisterName": {
2278+
"type": "string"
2279+
},
2280+
"legalRegisterNumber": {
2281+
"type": "string"
2282+
},
2283+
"manager": {
2284+
"type": "boolean"
2285+
},
2286+
"managerAuthorized": {
2287+
"type": "boolean"
2288+
},
2289+
"managerEligible": {
2290+
"type": "boolean"
2291+
},
2292+
"managerProsecution": {
2293+
"type": "boolean"
2294+
}
2295+
}
2296+
},
22512297
"PaymentServiceProvider": {
22522298
"title": "PaymentServiceProvider",
22532299
"type": "object",
@@ -2623,9 +2669,6 @@
26232669
"PaymentServiceProviderRequest1": {
26242670
"type": "object",
26252671
"properties": {
2626-
"abiCode": {
2627-
"type": "string"
2628-
},
26292672
"businessRegisterNumber": {
26302673
"type": "string"
26312674
},
@@ -2635,6 +2678,9 @@
26352678
"legalRegisterName": {
26362679
"type": "string"
26372680
},
2681+
"abiCode": {
2682+
"type": "string"
2683+
},
26382684
"vatNumberGroup": {
26392685
"type": "boolean"
26402686
},
@@ -2793,6 +2839,9 @@
27932839
},
27942840
"additionalInformations": {
27952841
"$ref": "#/components/schemas/AdditionalInformationsDto1"
2842+
},
2843+
"gpuData": {
2844+
"$ref": "#/components/schemas/GPUData1"
27962845
}
27972846
}
27982847
},
@@ -2987,7 +3036,8 @@
29873036
"AS",
29883037
"REC",
29893038
"CON",
2990-
"PRV"
3039+
"PRV",
3040+
"GPU"
29913041
],
29923042
"type": "string"
29933043
},
@@ -3005,6 +3055,35 @@
30053055
}
30063056
}
30073057
},
3058+
"GPUData1": {
3059+
"type": "object",
3060+
"properties": {
3061+
"businessRegisterNumber": {
3062+
"type": "string"
3063+
},
3064+
"legalRegisterNumber": {
3065+
"type": "string"
3066+
},
3067+
"legalRegisterName": {
3068+
"type": "string"
3069+
},
3070+
"manager": {
3071+
"type": "boolean"
3072+
},
3073+
"managerAuthorized": {
3074+
"type": "boolean"
3075+
},
3076+
"managerEligible": {
3077+
"type": "boolean"
3078+
},
3079+
"managerProsecution": {
3080+
"type": "boolean"
3081+
},
3082+
"institutionCourtMeasures": {
3083+
"type": "boolean"
3084+
}
3085+
}
3086+
},
30083087
"PageOfUserGroupResource": {
30093088
"title": "PageOfUserGroupResource",
30103089
"required": [

infra/apim_v2/api_pnpg/external_api_for_pnpg/v2/openapi.uat.json

+3
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,9 @@
11351135
"email": {
11361136
"type": "string"
11371137
},
1138+
"mobilePhone": {
1139+
"type": "string"
1140+
},
11381141
"workContacts": {
11391142
"type": "object",
11401143
"additionalProperties": {

infra/apim_v2/api_pnpg/internal_api_for_pnpg/v1/openapi.uat.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,6 @@
354354
"PaymentServiceProviderRequest1": {
355355
"type": "object",
356356
"properties": {
357-
"abiCode": {
358-
"type": "string"
359-
},
360357
"businessRegisterNumber": {
361358
"type": "string"
362359
},
@@ -366,6 +363,9 @@
366363
"legalRegisterName": {
367364
"type": "string"
368365
},
366+
"abiCode": {
367+
"type": "string"
368+
},
369369
"vatNumberGroup": {
370370
"type": "boolean"
371371
},
@@ -520,7 +520,8 @@
520520
"AS",
521521
"REC",
522522
"CON",
523-
"PRV"
523+
"PRV",
524+
"GPU"
524525
],
525526
"type": "string"
526527
},

infra/apim_v2/api_pnpg/pnpg_support_service/v1/openapi.uat.json

+13
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
"schema": {
7878
"type": "string"
7979
}
80+
},
81+
{
82+
"name": "productId",
83+
"in": "query",
84+
"description": "productId",
85+
"required": false,
86+
"style": "form",
87+
"schema": {
88+
"type": "string"
89+
}
8090
}
8191
],
8292
"responses": {
@@ -1217,6 +1227,9 @@
12171227
"email": {
12181228
"type": "string"
12191229
},
1230+
"mobilePhone": {
1231+
"type": "string"
1232+
},
12201233
"workContacts": {
12211234
"type": "object",
12221235
"additionalProperties": {

0 commit comments

Comments
 (0)