Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit ee8ffc3

Browse files
authored
feat: bump to latest openapi-generator v6.6.0 (#135)
Bump the OpenAPI Generator version to v6.6.0, the latest version.
2 parents 173dded + 7ff658a commit ee8ffc3

File tree

268 files changed

+1360
-1730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+1360
-1730
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ SPEC_FETCHED_PATCHES=patches/spec.fetched.json
3535
##
3636
# openapi-generator-cli - docker
3737
##
38-
OPENAPI_CODEGEN_SHA=sha256:be8c2ef6be22f695410c2cc13d0ec7fdf2533fc88a7f17288ad758b7679de8df
39-
40-
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli@${OPENAPI_CODEGEN_SHA}
38+
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli:v6.6.0
4139
DOCKER_OPENAPI=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/local ${OPENAPI_CODEGEN_IMAGE}
4240

4341
docker_run: clean patch pull docker_generate move-workflow build_client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.0-SNAPSHOT
1+
6.6.0

equinix-openapi-metal/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,12 @@ Class | Method | HTTP request | Description
660660
- [VrfVirtualCircuitUpdateInput](docs/VrfVirtualCircuitUpdateInput.md)
661661

662662

663+
<a id="documentation-for-authorization"></a>
663664
## Documentation for Authorization
664665

666+
665667
Authentication schemes defined for the API:
668+
<a id="x_auth_token"></a>
666669
### x_auth_token
667670

668671
- **Type**: API key

equinix-openapi-metal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation 'io.gsonfire:gson-fire:1.8.5'
115115
implementation 'javax.ws.rs:jsr311-api:1.1.1'
116116
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
117-
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
117+
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
118118
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
119119
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
120120
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'

equinix-openapi-metal/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
1616
"org.apache.commons" % "commons-lang3" % "3.12.0",
1717
"javax.ws.rs" % "jsr311-api" % "1.1.1",
1818
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
19-
"org.openapitools" % "jackson-databind-nullable" % "0.2.4",
19+
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
2020
"io.gsonfire" % "gson-fire" % "1.8.5" % "compile",
2121
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2222
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",

equinix-openapi-metal/docs/AuthenticationApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All URIs are relative to *https://api.equinix.com/metal/v1*
1212
| [**findProjectAPIKeys**](AuthenticationApi.md#findProjectAPIKeys) | **GET** /projects/{id}/api-keys | Retrieve all API keys for the project. |
1313

1414

15-
<a name="createAPIKey"></a>
15+
<a id="createAPIKey"></a>
1616
# **createAPIKey**
1717
> AuthToken createAPIKey(authTokenInput, include)
1818
@@ -86,7 +86,7 @@ public class Example {
8686
| **404** | not found | - |
8787
| **422** | unprocessable entity | - |
8888

89-
<a name="createProjectAPIKey"></a>
89+
<a id="createProjectAPIKey"></a>
9090
# **createProjectAPIKey**
9191
> AuthToken createProjectAPIKey(id, authTokenInput, include)
9292
@@ -162,7 +162,7 @@ public class Example {
162162
| **404** | not found | - |
163163
| **422** | unprocessable entity | - |
164164

165-
<a name="deleteAPIKey"></a>
165+
<a id="deleteAPIKey"></a>
166166
# **deleteAPIKey**
167167
> deleteAPIKey(id)
168168
@@ -232,7 +232,7 @@ null (empty response body)
232232
| **401** | unauthorized | - |
233233
| **404** | not found | - |
234234

235-
<a name="deleteUserAPIKey"></a>
235+
<a id="deleteUserAPIKey"></a>
236236
# **deleteUserAPIKey**
237237
> deleteUserAPIKey(id)
238238
@@ -302,7 +302,7 @@ null (empty response body)
302302
| **401** | unauthorized | - |
303303
| **404** | not found | - |
304304

305-
<a name="findAPIKeys"></a>
305+
<a id="findAPIKeys"></a>
306306
# **findAPIKeys**
307307
> AuthTokenList findAPIKeys(search, include)
308308
@@ -375,7 +375,7 @@ public class Example {
375375
| **401** | unauthorized | - |
376376
| **404** | not found | - |
377377

378-
<a name="findProjectAPIKeys"></a>
378+
<a id="findProjectAPIKeys"></a>
379379
# **findProjectAPIKeys**
380380
> AuthTokenList findProjectAPIKeys(id, include)
381381

equinix-openapi-metal/docs/BatchesApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All URIs are relative to *https://api.equinix.com/metal/v1*
1010
| [**findBatchesByProject**](BatchesApi.md#findBatchesByProject) | **GET** /projects/{id}/batches | Retrieve all batches by project |
1111

1212

13-
<a name="createDeviceBatch"></a>
13+
<a id="createDeviceBatch"></a>
1414
# **createDeviceBatch**
1515
> BatchesList createDeviceBatch(id, instancesBatchCreateInput)
1616
@@ -85,7 +85,7 @@ public class Example {
8585
| **404** | not found | - |
8686
| **422** | unprocessable entity | - |
8787

88-
<a name="deleteBatch"></a>
88+
<a id="deleteBatch"></a>
8989
# **deleteBatch**
9090
> deleteBatch(id, removeAssociatedInstances)
9191
@@ -157,7 +157,7 @@ null (empty response body)
157157
| **403** | forbidden | - |
158158
| **404** | not found | - |
159159

160-
<a name="findBatchById"></a>
160+
<a id="findBatchById"></a>
161161
# **findBatchById**
162162
> Batch findBatchById(id, include)
163163
@@ -230,7 +230,7 @@ public class Example {
230230
| **401** | unauthorized | - |
231231
| **404** | not found | - |
232232

233-
<a name="findBatchesByProject"></a>
233+
<a id="findBatchesByProject"></a>
234234
# **findBatchesByProject**
235235
> BatchesList findBatchesByProject(id, include)
236236

equinix-openapi-metal/docs/BgpApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All URIs are relative to *https://api.equinix.com/metal/v1*
1313
| [**updateBgpSession**](BgpApi.md#updateBgpSession) | **PUT** /bgp/sessions/{id} | Update the BGP session |
1414

1515

16-
<a name="deleteBgpSession"></a>
16+
<a id="deleteBgpSession"></a>
1717
# **deleteBgpSession**
1818
> deleteBgpSession(id)
1919
@@ -84,7 +84,7 @@ null (empty response body)
8484
| **403** | forbidden | - |
8585
| **404** | not found | - |
8686

87-
<a name="findBgpConfigByProject"></a>
87+
<a id="findBgpConfigByProject"></a>
8888
# **findBgpConfigByProject**
8989
> BgpConfig findBgpConfigByProject(id, include)
9090
@@ -158,7 +158,7 @@ public class Example {
158158
| **403** | forbidden | - |
159159
| **404** | not found The project was not found. | - |
160160

161-
<a name="findBgpSessionById"></a>
161+
<a id="findBgpSessionById"></a>
162162
# **findBgpSessionById**
163163
> BgpSession findBgpSessionById(id, include)
164164
@@ -232,7 +232,7 @@ public class Example {
232232
| **403** | forbidden | - |
233233
| **404** | not found | - |
234234

235-
<a name="findGlobalBgpRanges"></a>
235+
<a id="findGlobalBgpRanges"></a>
236236
# **findGlobalBgpRanges**
237237
> GlobalBgpRangeList findGlobalBgpRanges(id)
238238
@@ -304,7 +304,7 @@ public class Example {
304304
| **403** | forbidden | - |
305305
| **404** | not found | - |
306306

307-
<a name="findProjectBgpSessions"></a>
307+
<a id="findProjectBgpSessions"></a>
308308
# **findProjectBgpSessions**
309309
> BgpSessionList findProjectBgpSessions(id)
310310
@@ -375,7 +375,7 @@ public class Example {
375375
| **401** | unauthorized | - |
376376
| **404** | not found | - |
377377

378-
<a name="requestBgpConfig"></a>
378+
<a id="requestBgpConfig"></a>
379379
# **requestBgpConfig**
380380
> requestBgpConfig(id, bgpConfigRequestInput, include)
381381
@@ -451,7 +451,7 @@ null (empty response body)
451451
| **404** | not found | - |
452452
| **422** | unprocessable entity | - |
453453

454-
<a name="updateBgpSession"></a>
454+
<a id="updateBgpSession"></a>
455455
# **updateBgpSession**
456456
> updateBgpSession(id, body)
457457

equinix-openapi-metal/docs/CapacityApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All URIs are relative to *https://api.equinix.com/metal/v1*
1212
| [**findOrganizationCapacityPerMetro**](CapacityApi.md#findOrganizationCapacityPerMetro) | **GET** /organizations/{id}/capacity/metros | View available hardware plans per Metro for given organization |
1313

1414

15-
<a name="checkCapacityForFacility"></a>
15+
<a id="checkCapacityForFacility"></a>
1616
# **checkCapacityForFacility**
1717
> CapacityCheckPerFacilityList checkCapacityForFacility(capacityInput)
1818
@@ -83,7 +83,7 @@ public class Example {
8383
| **401** | unauthorized | - |
8484
| **422** | unprocessable entity | - |
8585

86-
<a name="checkCapacityForMetro"></a>
86+
<a id="checkCapacityForMetro"></a>
8787
# **checkCapacityForMetro**
8888
> CapacityCheckPerMetroList checkCapacityForMetro(capacityInput)
8989
@@ -154,7 +154,7 @@ public class Example {
154154
| **401** | unauthorized | - |
155155
| **422** | unprocessable entity | - |
156156

157-
<a name="findCapacityForFacility"></a>
157+
<a id="findCapacityForFacility"></a>
158158
# **findCapacityForFacility**
159159
> CapacityList findCapacityForFacility()
160160
@@ -220,7 +220,7 @@ This endpoint does not need any parameter.
220220
| **200** | ok | - |
221221
| **401** | unauthorized | - |
222222

223-
<a name="findCapacityForMetro"></a>
223+
<a id="findCapacityForMetro"></a>
224224
# **findCapacityForMetro**
225225
> CapacityList findCapacityForMetro()
226226
@@ -286,7 +286,7 @@ This endpoint does not need any parameter.
286286
| **200** | ok | - |
287287
| **401** | unauthorized | - |
288288

289-
<a name="findOrganizationCapacityPerFacility"></a>
289+
<a id="findOrganizationCapacityPerFacility"></a>
290290
# **findOrganizationCapacityPerFacility**
291291
> CapacityList findOrganizationCapacityPerFacility(id)
292292
@@ -357,7 +357,7 @@ public class Example {
357357
| **401** | unauthorized | - |
358358
| **403** | forbidden | - |
359359

360-
<a name="findOrganizationCapacityPerMetro"></a>
360+
<a id="findOrganizationCapacityPerMetro"></a>
361361
# **findOrganizationCapacityPerMetro**
362362
> CapacityList findOrganizationCapacityPerMetro(id)
363363

0 commit comments

Comments
 (0)