-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate all clients based on OAG 7.4.0 .
- Loading branch information
Showing
869 changed files
with
40,526 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,15 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
<<<<<<< Updated upstream | ||
token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v4 | ||
======= | ||
token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v1 | ||
>>>>>>> Stashed changes | ||
with: | ||
node-version: '20' | ||
- uses: ./.github/actions/ci-action | ||
- run: npm install -g gh-pages | ||
- run: CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot <[email protected]>" --repo "https://cliffano:${{ secrets.STUDIO_GITHUB_TOKEN }}@github.com/oapicf/endoflife.date-api-clients.git" | ||
- run: CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot <[email protected]>" --repo "https://cliffano:${{ secrets.OAPICF_GITHUB_TOKEN }}@github.com/oapicf/endoflife.date-api-clients.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
ref: main | ||
- uses: actions/setup-node@v4 | ||
with: | ||
|
@@ -18,5 +18,5 @@ jobs: | |
- run: >- | ||
CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot | ||
<[email protected]>" --repo "https://cliffano:${{ | ||
secrets.STUDIO_GITHUB_TOKEN | ||
secrets.OAPICF_GITHUB_TOKEN | ||
}}@github.com/oapicf/endoflife.date-api-clients.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
<<<<<<< Updated upstream | ||
token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v4 | ||
======= | ||
token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v1 | ||
>>>>>>> Stashed changes | ||
with: | ||
node-version: '20' | ||
- run: git config --global user.email "[email protected]" | ||
|
@@ -18,5 +23,5 @@ jobs: | |
- uses: ad-m/github-push-action@master | ||
with: | ||
tags: true | ||
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
github_token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
branch: ${{ github.ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
<<<<<<< Updated upstream | ||
token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v4 | ||
======= | ||
token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v1 | ||
>>>>>>> Stashed changes | ||
with: | ||
node-version: '20' | ||
- run: git config --global user.email "[email protected]" | ||
|
@@ -18,5 +23,5 @@ jobs: | |
- uses: ad-m/github-push-action@master | ||
with: | ||
tags: true | ||
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
github_token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
branch: ${{ github.ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,13 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
<<<<<<< Updated upstream | ||
token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v4 | ||
======= | ||
token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
- uses: actions/setup-node@v1 | ||
>>>>>>> Stashed changes | ||
with: | ||
node-version: '20' | ||
- run: git config --global user.email "[email protected]" | ||
|
@@ -18,5 +23,5 @@ jobs: | |
- uses: ad-m/github-push-action@master | ||
with: | ||
tags: true | ||
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }} | ||
github_token: ${{ secrets.OAPICF_GITHUB_TOKEN }} | ||
branch: ${{ github.ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
with Servlet.Server.Web; | ||
with defaultPackage.Server; | ||
procedure defaultPackage_AWS is | ||
Container : Servlet.Server.Web.AWS_Container; | ||
begin | ||
defaultPackage.Server (Container); | ||
end defaultPackage_AWS; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
with Servlet.Server.EWS; | ||
with defaultPackage.Server; | ||
procedure defaultPackage_EWS is | ||
Container : Servlet.Server.EWS.EWS_Container; | ||
begin | ||
defaultPackage.Server (Container); | ||
end defaultPackage_EWS; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# CycleCycle | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# CycleDiscontinued | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# CycleEol | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# CycleLts | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# CycleSupport | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
|
||
|
52 changes: 52 additions & 0 deletions
52
clients/android/generated/src/main/java/org/openapitools/client/model/CycleCycle.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/** | ||
* endoflife.date | ||
* Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki) | ||
* | ||
* The version of the OpenAPI document: 0.0.1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
package org.openapitools.client.model; | ||
|
||
import io.swagger.annotations.*; | ||
import com.google.gson.annotations.SerializedName; | ||
|
||
/** | ||
* Release Cycle | ||
**/ | ||
@ApiModel(description = "Release Cycle") | ||
public class CycleCycle { | ||
|
||
|
||
|
||
@Override | ||
public boolean equals(Object o) { | ||
if (this == o) { | ||
return true; | ||
} | ||
if (o == null || getClass() != o.getClass()) { | ||
return false; | ||
} | ||
CycleCycle cycleCycle = (CycleCycle) o; | ||
return true; | ||
} | ||
|
||
@Override | ||
public int hashCode() { | ||
int result = 17; | ||
return result; | ||
} | ||
|
||
@Override | ||
public String toString() { | ||
StringBuilder sb = new StringBuilder(); | ||
sb.append("class CycleCycle {\n"); | ||
|
||
sb.append("}\n"); | ||
return sb.toString(); | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
clients/android/generated/src/main/java/org/openapitools/client/model/CycleDiscontinued.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/** | ||
* endoflife.date | ||
* Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki) | ||
* | ||
* The version of the OpenAPI document: 0.0.1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
package org.openapitools.client.model; | ||
|
||
import io.swagger.annotations.*; | ||
import com.google.gson.annotations.SerializedName; | ||
|
||
/** | ||
* Whether this cycle is now discontinued. | ||
**/ | ||
@ApiModel(description = "Whether this cycle is now discontinued.") | ||
public class CycleDiscontinued { | ||
|
||
|
||
|
||
@Override | ||
public boolean equals(Object o) { | ||
if (this == o) { | ||
return true; | ||
} | ||
if (o == null || getClass() != o.getClass()) { | ||
return false; | ||
} | ||
CycleDiscontinued cycleDiscontinued = (CycleDiscontinued) o; | ||
return true; | ||
} | ||
|
||
@Override | ||
public int hashCode() { | ||
int result = 17; | ||
return result; | ||
} | ||
|
||
@Override | ||
public String toString() { | ||
StringBuilder sb = new StringBuilder(); | ||
sb.append("class CycleDiscontinued {\n"); | ||
|
||
sb.append("}\n"); | ||
return sb.toString(); | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
clients/android/generated/src/main/java/org/openapitools/client/model/CycleEol.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/** | ||
* endoflife.date | ||
* Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki) | ||
* | ||
* The version of the OpenAPI document: 0.0.1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
package org.openapitools.client.model; | ||
|
||
import io.swagger.annotations.*; | ||
import com.google.gson.annotations.SerializedName; | ||
|
||
/** | ||
* End of Life Date for this release cycle | ||
**/ | ||
@ApiModel(description = "End of Life Date for this release cycle") | ||
public class CycleEol { | ||
|
||
|
||
|
||
@Override | ||
public boolean equals(Object o) { | ||
if (this == o) { | ||
return true; | ||
} | ||
if (o == null || getClass() != o.getClass()) { | ||
return false; | ||
} | ||
CycleEol cycleEol = (CycleEol) o; | ||
return true; | ||
} | ||
|
||
@Override | ||
public int hashCode() { | ||
int result = 17; | ||
return result; | ||
} | ||
|
||
@Override | ||
public String toString() { | ||
StringBuilder sb = new StringBuilder(); | ||
sb.append("class CycleEol {\n"); | ||
|
||
sb.append("}\n"); | ||
return sb.toString(); | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
clients/android/generated/src/main/java/org/openapitools/client/model/CycleLts.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/** | ||
* endoflife.date | ||
* Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki) | ||
* | ||
* The version of the OpenAPI document: 0.0.1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
package org.openapitools.client.model; | ||
|
||
import io.swagger.annotations.*; | ||
import com.google.gson.annotations.SerializedName; | ||
|
||
/** | ||
* Whether this release cycle has long-term-support (LTS). Can be a date instead in YYYY-MM-DD format as well if the release enters LTS status on a given date. | ||
**/ | ||
@ApiModel(description = "Whether this release cycle has long-term-support (LTS). Can be a date instead in YYYY-MM-DD format as well if the release enters LTS status on a given date. ") | ||
public class CycleLts { | ||
|
||
|
||
|
||
@Override | ||
public boolean equals(Object o) { | ||
if (this == o) { | ||
return true; | ||
} | ||
if (o == null || getClass() != o.getClass()) { | ||
return false; | ||
} | ||
CycleLts cycleLts = (CycleLts) o; | ||
return true; | ||
} | ||
|
||
@Override | ||
public int hashCode() { | ||
int result = 17; | ||
return result; | ||
} | ||
|
||
@Override | ||
public String toString() { | ||
StringBuilder sb = new StringBuilder(); | ||
sb.append("class CycleLts {\n"); | ||
|
||
sb.append("}\n"); | ||
return sb.toString(); | ||
} | ||
} |
Oops, something went wrong.