diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index d9e451c2..12e21155 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 @@ -1130,3 +1130,4 @@ generatedFiles: - docs/sdks/samlconnections/README.md - docs/sdks/testingtokens/README.md - USAGE.md + - CONTRIBUTING.md diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 794409f5..73381bc0 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -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 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 16d78508..eac73540 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 @@ -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: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d585717f --- /dev/null +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 933d017c..44be2c4a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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: @@ -27,7 +27,7 @@ Maven: com.clerk backend-api - 0.2.0-beta + 0.2.0-beta.1 ``` diff --git a/RELEASES.md b/RELEASES.md index 4c9d41eb..1afdf59e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/build.gradle b/build.gradle index 203b8fe0..70b6454e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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" @@ -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 diff --git a/src/main/java/com/clerk/backend_api/SDKConfiguration.java b/src/main/java/com/clerk/backend_api/SDKConfiguration.java index db865494..cc221f7c 100644 --- a/src/main/java/com/clerk/backend_api/SDKConfiguration.java +++ b/src/main/java/com/clerk/backend_api/SDKConfiguration.java @@ -21,9 +21,9 @@ public Optional 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();