Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 2, 2023
1 parent 7a9eea8 commit e4de8bd
Show file tree
Hide file tree
Showing 40 changed files with 7,694 additions and 1,239 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.38.0 (2.32.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.3.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.3.1 - go-client-sdk
- [Go v1.3.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.3.1 - go-client-sdk

## 2023-06-02 00:13:01
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.4.0] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.4.0 - go-client-sdk
Empty file added go-client-sdk/.gitignore
Empty file.
2 changes: 2 additions & 0 deletions go-client-sdk/files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ servers.go
telemetry.go
unions.go
sdk.go
.gitignore
go.mod
go.sum
pkg/types/bigint.go
Expand All @@ -29,6 +30,7 @@ tests/auth_test.go
tests/flattening_test.go
tests/globals_test.go
tests/helpers_test.go
tests/pagination_test.go
tests/parameter_test.go
tests/requestbodies_test.go
tests/responsebodies_test.go
Expand Down
6 changes: 3 additions & 3 deletions go-client-sdk/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ configVersion: 1.0.0
management:
docChecksum: 76623f721a416be989cb70240cd8b7e1
docVersion: 0.0.1
speakeasyVersion: 1.38.0
generationVersion: 2.32.7
speakeasyVersion: 1.40.3
generationVersion: 2.34.7
generation:
sdkClassName: SDK
singleTagPerOp: false
go:
version: 1.3.1
version: 1.4.0
maxMethodParams: 5
packageName: openapi
1 change: 1 addition & 0 deletions go-client-sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.14

require (
github.com/cenkalti/backoff/v4 v4.2.0
github.com/spyzhov/ajson v0.8.0 // indirect
github.com/AlekSi/pointer v1.2.0
github.com/stretchr/testify v1.8.1
)
2 changes: 2 additions & 0 deletions go-client-sdk/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
github.com/spyzhov/ajson v0.8.0 h1:sFXyMbi4Y/BKjrsfkUZHSjA2JM1184enheSjjoT/zCc=
github.com/spyzhov/ajson v0.8.0/go.mod h1:63V+CGM6f1Bu/p4nLIN8885ojBdt88TbLoSFzyqMuVA=
4 changes: 2 additions & 2 deletions go-client-sdk/sdk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

186 changes: 186 additions & 0 deletions go-client-sdk/tests/pagination_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go-client-sdk/tests/telemetry_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Gradle

```groovy
implementation 'org.openapis.openapi:openapi:1.3.1'
implementation 'org.openapis.openapi:openapi:1.4.0'
```
<!-- End SDK Installation -->

Expand Down
6 changes: 3 additions & 3 deletions java-client-sdk/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ configVersion: 1.0.0
management:
docChecksum: 76623f721a416be989cb70240cd8b7e1
docVersion: 0.0.1
speakeasyVersion: 1.38.0
generationVersion: 2.32.7
speakeasyVersion: 1.40.3
generationVersion: 2.34.7
generation:
sdkClassName: SDK
singleTagPerOp: false
java:
version: 1.3.1
version: 1.4.0
artifactID: openapi
companyEmail: [email protected]
companyName: My Company
Expand Down
16 changes: 1 addition & 15 deletions java-client-sdk/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publishing {
maven(MavenPublication) {
groupId = 'org.openapis'
artifactId = 'openapi'
version = '1.3.1'
version = '1.4.0'

from components.java

Expand Down Expand Up @@ -113,17 +113,3 @@ tasks.named('test') {
testlogger {
showStandardStreams true
}

jar {
enabled = true
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
manifest {

}

from {
configurations.runtimeClasspath.collect {
it.isDirectory() ? it : zipTree(it)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public class SDK {
private org.openapis.openapi.models.shared.Security _security;
private String _serverUrl;
private String _language = "java";
private String _sdkVersion = "1.3.1";
private String _genVersion = "2.32.7";
private String _sdkVersion = "1.4.0";
private String _genVersion = "2.34.7";
java.util.Map<String, java.util.Map<String, java.util.Map<String, Object>>> _globals;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void testTelemetryUserAgentGet() throws Exception {

assertNotNull(res);
assertEquals(200, res.statusCode);
assertEquals("speakeasy-sdk/java 1.3.1 2.32.7", res.res.headers.get("X-Speakeasy-User-Agent"));
assertEquals("speakeasy-sdk/java 1.4.0 2.34.7", res.res.headers.get("X-Speakeasy-User-Agent"));
}

@Test
Expand All @@ -40,6 +40,6 @@ void testTelemetrySpeakeasyUserAgentGet() throws Exception {
assertNotNull(res);
assertEquals(200, res.statusCode);
assertEquals(userAgent, res.res.headers.get("User-Agent"));
assertEquals("speakeasy-sdk/java 1.3.1 2.32.7", res.res.headers.get("X-Speakeasy-User-Agent"));
assertEquals("speakeasy-sdk/java 1.4.0 2.34.7", res.res.headers.get("X-Speakeasy-User-Agent"));
}
}
2 changes: 2 additions & 0 deletions php-client-sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
composer.lock
vendor
1 change: 1 addition & 0 deletions php-client-sdk/files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ src/Telemetry.php
src/Unions.php
src/SDK.php
src/SDKBuilder.php
.gitignore
composer.json
phpstan.neon
src/Utils/EnumHandler.php
Expand Down
6 changes: 3 additions & 3 deletions php-client-sdk/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ configVersion: 1.0.0
management:
docChecksum: 76623f721a416be989cb70240cd8b7e1
docVersion: 0.0.1
speakeasyVersion: 1.38.0
generationVersion: 2.32.7
speakeasyVersion: 1.40.3
generationVersion: 2.34.7
generation:
sdkClassName: SDK
singleTagPerOp: false
php:
version: 1.3.1
version: 1.4.0
maxMethodParams: 5
namespace: OpenAPI\OpenAPI
packageName: openapi/openapi
4 changes: 2 additions & 2 deletions php-client-sdk/src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = 'php';
private string $_sdkVersion = '1.3.1';
private string $_genVersion = '2.32.7';
private string $_sdkVersion = '1.4.0';
private string $_genVersion = '2.34.7';
/** @var array<string, array<string, array<string, mixed>>> */
private ?array $_globals;

Expand Down
Loading

0 comments on commit e4de8bd

Please sign in to comment.