Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.344.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 19, 2024
1 parent 7826671 commit e8b54b7
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 17 deletions.
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ id: 1d22a5a4-8bac-42e3-b164-121fcacf66c9
management:
docChecksum: 93fd7098475aa331fae95503f8934b72
docVersion: v1
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.2.0-beta
configChecksum: de7fbb5de3c7c17b46702003b95160f3
speakeasyVersion: 1.344.0
generationVersion: 2.376.0
releaseVersion: 0.2.0-beta.1
configChecksum: 7c3b30a29936e871c5d3a84e419796a4
repoURL: https://github.com/clerk/clerk-sdk-java.git
published: true
features:
java:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1
core: 3.26.1
core: 3.26.3
deprecations: 2.81.1
examples: 2.81.3
flattening: 2.81.1
Expand Down Expand Up @@ -1130,3 +1130,4 @@ generatedFiles:
- docs/sdks/samlconnections/README.md
- docs/sdks/testingtokens/README.md
- USAGE.md
- CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 0.2.0-beta
version: 0.2.0-beta.1
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.326.0
speakeasyVersion: 1.344.0
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:3a1ad8c4068801685c9f560fef1bafcc7653425ca07dadae6ebf6ff5f4c3dcf7
sourceRevisionDigest: sha256:bbc73a26bca2d5879339cc584b52023042c827164e355723ac615224f3c28ff9
sourceBlobDigest: sha256:be6a2adf86086a55368c73204dfb84b5ca2f9d8514f771aff33857624a212e56
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:3a1ad8c4068801685c9f560fef1bafcc7653425ca07dadae6ebf6ff5f4c3dcf7
sourceRevisionDigest: sha256:bbc73a26bca2d5879339cc584b52023042c827164e355723ac615224f3c28ff9
sourceBlobDigest: sha256:be6a2adf86086a55368c73204dfb84b5ca2f9d8514f771aff33857624a212e56
outLocation: /github/workspace/repo
my-first-target:
Expand Down
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.

## How to Report Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.clerk:backend-api:0.2.0-beta'
implementation 'com.clerk:backend-api:0.2.0-beta.1'
```

Maven:
```xml
<dependency>
<groupId>com.clerk</groupId>
<artifactId>backend-api</artifactId>
<version>0.2.0-beta</version>
<version>0.2.0-beta.1</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [java v0.2.0-beta] .
### Releases
- [Maven Central v0.2.0-beta] https://central.sonatype.com/artifact/com.clerk/backend-api/0.2.0-beta - .
- [Maven Central v0.2.0-beta] https://central.sonatype.com/artifact/com.clerk/backend-api/0.2.0-beta - .

## 2024-07-19 00:07:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.344.0 (2.376.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.2.0-beta.1] .
### Releases
- [Maven Central v0.2.0-beta.1] https://central.sonatype.com/artifact/com.clerk/backend-api/0.2.0-beta.1 - .
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// Additions to the plugins block can be made by setting the `additionalPlugins` property (an array
// of string where each string value is an additional line in the block) in gen.yaml.
////////////////////////////////////////////////////////////////////////////////////////////

plugins {
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
Expand Down Expand Up @@ -61,7 +62,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.clerk"
version = "0.2.0-beta"
version = "0.2.0-beta.1"

sourcesJar {
archiveBaseName = "backend-api"
Expand Down Expand Up @@ -98,7 +99,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.clerk'
artifactId = 'backend-api'
version = '0.2.0-beta'
version = '0.2.0-beta.1'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/clerk/backend_api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "v1";
public String sdkVersion = "0.2.0-beta";
public String genVersion = "2.359.0";
public String userAgent = "speakeasy-sdk/java 0.2.0-beta 2.359.0 v1 com.clerk.backend_api";
public String sdkVersion = "0.2.0-beta.1";
public String genVersion = "2.376.0";
public String userAgent = "speakeasy-sdk/java 0.2.0-beta.1 2.376.0 v1 com.clerk.backend_api";

private com.clerk.backend_api.utils.Hooks _hooks = createHooks();

Expand Down

0 comments on commit e8b54b7

Please sign in to comment.