Skip to content

Commit

Permalink
Regenerate all clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 4, 2024
1 parent 34b6194 commit 341b2e6
Show file tree
Hide file tree
Showing 2,457 changed files with 20,685 additions and 23,455 deletions.
2 changes: 1 addition & 1 deletion clients/ada-server/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/model/-models.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/model/-models.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/server/-skeletons.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/server/-skeletons.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/ada/generated/src/client/-clients.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/client/-clients.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/model/-models.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/model/-models.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 20220523
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
1 change: 1 addition & 0 deletions clients/android/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ gradle/wrapper/gradle-wrapper.properties
gradlew
gradlew.bat
pom.xml
settings.gradle
src/main/AndroidManifest.xml
src/main/java/org/openapitools/client/ApiException.java
src/main/java/org/openapitools/client/ApiInvoker.java
Expand Down
2 changes: 1 addition & 1 deletion clients/android/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
94 changes: 32 additions & 62 deletions clients/android/generated/build.gradle
Original file line number Diff line number Diff line change
@@ -1,38 +1,15 @@
group = 'org.openapitools'
project.version = '1.0.0'

buildscript {
repositories {
mavenLocal()
google()
maven {
url 'https://dl.google.com/dl/android/maven2'
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.+'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

allprojects {
repositories {
google()
jcenter()
}
plugins {
id 'com.android.library' version '8.0.0'
id 'maven-publish'
}


apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 26
buildToolsVersion '28.0.3'
namespace "org.openapitools.client"
compileSdkVersion 33
buildToolsVersion '34.0.0'
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 33
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -41,58 +18,51 @@ android {
lintOptions {
abortOnError false
}

// Rename the aar correctly
libraryVariants.all { variant ->
variant.outputs.all { output ->
if (outputFile != null && outputFileName.endsWith('.aar')) {
outputFileName = "${archivesBaseName}-${version}.aar"
}
}
packagingOptions {
resources.excludes += "META-INF/DEPENDENCIES"
}

testOptions {
unitTests.returnDefaultValues = true
}
publishing {
singleVariant('release') {
withSourcesJar()
}
}
}

ext {
swagger_annotations_version = "1.6.6"
gson_version = "2.10.1"
httpcore_version = "4.4.16"
httpmime_version = "4.5.14"
volley_version = "1.2.1"
junit_version = "4.13.2"
robolectric_version = "4.5.1"
concurrent_unit_version = "0.4.6"
}

dependencies {
implementation "io.swagger:swagger-annotations:$swagger_annotations_version"
implementation "com.google.code.gson:gson:$gson_version"
implementation "org.apache.httpcomponents:httpmime:$httpmime_version"
implementation ("org.apache.httpcomponents:httpcore:$httpcore_version") {
exclude(group: "org.apache.httpcomponents", module: "httpclient")
}
implementation ("org.apache.httpcomponents:httpmime:$httpmime_version") {
exclude(group: "org.apache.httpcomponents", module: "httpclient")
}
implementation "com.android.volley:volley:${volley_version}"
testImplementation "junit:junit:$junit_version"
testImplementation "org.robolectric:robolectric:${robolectric_version}"
testImplementation "net.jodah:concurrentunit:${concurrent_unit_version}"
}

afterEvaluate {
android.libraryVariants.all { variant ->
def task = project.tasks.create "jar${variant.name.capitalize()}", Jar
task.description = "Create jar artifact for ${variant.name}"
task.dependsOn variant.javaCompile
task.from variant.javaCompile.destinationDirectory
task.destinationDirectory = project.file("${project.buildDir}/outputs/jar")
task.archiveFileName = "${project.name}-${variant.baseName}-${version}.jar"
artifacts.add('archives', task);
}
}

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}
publishing {
publications {
release(MavenPublication) {
groupId = 'org.openapitools'
artifactId = 'openapi-android-client'
version = '1.0.0'

artifacts {
archives sourcesJar
afterEvaluate {
from components.release
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
17 changes: 17 additions & 0 deletions clients/android/generated/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}

rootProject.name = "openapi-android-client"
2 changes: 1 addition & 1 deletion clients/apache2/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/apex/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/asciidoc/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/aspnetcore/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
10 changes: 5 additions & 5 deletions clients/aspnetcore/generated/Org.OpenAPITools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{CA407620-692F-47FF-ABEB-2DA568B4D59B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{5164C04F-3124-4D34-A739-31BF5D070039}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA407620-692F-47FF-ABEB-2DA568B4D59B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA407620-692F-47FF-ABEB-2DA568B4D59B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA407620-692F-47FF-ABEB-2DA568B4D59B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA407620-692F-47FF-ABEB-2DA568B4D59B}.Release|Any CPU.Build.0 = Release|Any CPU
{5164C04F-3124-4D34-A739-31BF5D070039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5164C04F-3124-4D34-A739-31BF5D070039}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5164C04F-3124-4D34-A739-31BF5D070039}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5164C04F-3124-4D34-A739-31BF5D070039}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion clients/aspnetcore/generated/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Org.OpenAPITools - ASP.NET Core 3.1 Server
# Org.OpenAPITools - ASP.NET Core 8.0 Server

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Expand Down
4 changes: 2 additions & 2 deletions clients/aspnetcore/generated/src/Org.OpenAPITools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

# Container we use for final publish
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:8.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

# Build container
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
FROM mcr.microsoft.com/dotnet/core/sdk:8.0-buster AS build

# Copy the code into the container
WORKDIR /src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<Authors>OpenAPI</Authors>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PreserveCompilationContext>true</PreserveCompilationContext>
<Version>1.0.0</Version>
<AssemblyName>Org.OpenAPITools</AssemblyName>
<PackageId>Org.OpenAPITools</PackageId>
<UserSecretsId>6ebc605c-92d4-4636-812f-4d3424035786</UserSecretsId>
<UserSecretsId>add92b37-6aac-4daa-a20a-68d5156aca0b</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.4.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.4.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.4.0" />
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
<!--<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />-->
<!--<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />-->
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions clients/aspnetcore/generated/src/Org.OpenAPITools/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void ConfigureServices(IServiceCollection services)
c.SwaggerDoc("20220523", new OpenApiInfo
{
Title = "Org.OpenAPITools",
Description = "Org.OpenAPITools (ASP.NET Core 3.1)",
Description = "Org.OpenAPITools (ASP.NET Core 8.0)",
TermsOfService = new Uri("https://github.com/openapitools/openapi-generator"),
Contact = new OpenApiContact
{
Expand All @@ -89,7 +89,7 @@ public void ConfigureServices(IServiceCollection services)
Version = "20220523",
});
c.CustomSchemaIds(type => type.FriendlyId(true));
c.IncludeXmlComments($"{AppContext.BaseDirectory}{Path.DirectorySeparatorChar}{Assembly.GetEntryAssembly().GetName().Name}.xml");
c.IncludeXmlComments($"{AppContext.BaseDirectory}{Path.DirectorySeparatorChar}{Assembly.GetExecutingAssembly().GetName().Name}.xml");

// Include DataAnnotation attributes on Controller Action parameters as OpenAPI validation rules (e.g required, pattern, ..)
// Use [ValidateModelState] on Actions to actually validate it in C# as well!
Expand Down
2 changes: 1 addition & 1 deletion clients/avro-schema/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/bash/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/bash/generated/_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# !
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
# !
# ! Generator version: 7.6.0
# ! Generator version: 7.9.0
# !
# !
# ! Installation:
Expand Down
2 changes: 1 addition & 1 deletion clients/bash/generated/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ! openapi-generator (https://openapi-generator.tech)
# ! FROM OPENAPI SPECIFICATION IN JSON.
# !
# ! Generator version: 7.6.0
# ! Generator version: 7.9.0
# !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Expand Down
2 changes: 1 addition & 1 deletion clients/bash/generated/client.sh.bash-completion
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ! openapi-generator (https://openapi-generator.tech)
# ! FROM OPENAPI SPECIFICATION IN JSON.
# !
# ! Generator version: 7.6.0
# ! Generator version: 7.9.0
# !
# !
# ! System wide installation:
Expand Down
2 changes: 1 addition & 1 deletion clients/c/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/c/generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat

- API version: 20220523
- Package version:
- Generator version: 7.6.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen
For more information, please visit [https://github.com/oapicf/pokeapi-clients](https://github.com/oapicf/pokeapi-clients)

Expand Down
2 changes: 1 addition & 1 deletion clients/clojure/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
Loading

0 comments on commit 341b2e6

Please sign in to comment.