Skip to content

Commit

Permalink
Merge pull request #22 from clerk/speakeasy-sdk-regen-1723006057
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.0-beta.2
  • Loading branch information
speakeasybot authored Aug 7, 2024
2 parents ab50991 + 80cc0c7 commit 54ae1e2
Show file tree
Hide file tree
Showing 656 changed files with 703 additions and 768 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ id: 1d22a5a4-8bac-42e3-b164-121fcacf66c9
management:
docChecksum: 8a8b44e8346bd0bbfc9f9cf4d44c5332
docVersion: v1
speakeasyVersion: 1.344.1
generationVersion: 2.376.2
releaseVersion: 0.2.0-beta.1
configChecksum: 7c3b30a29936e871c5d3a84e419796a4
speakeasyVersion: 1.355.0
generationVersion: 2.387.0
releaseVersion: 0.2.0-beta.2
configChecksum: 57f8a85077c5d6ca82c3da201d722346
repoURL: https://github.com/clerk/clerk-sdk-java.git
published: true
features:
java:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1
core: 3.26.3
core: 3.27.0
deprecations: 2.81.1
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.82.5
globalSecurity: 2.82.6
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.1
Expand Down
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.1
version: 0.2.0-beta.2
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.344.1
speakeasyVersion: 1.355.0
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:6fb509867eb0fd844d2fe7330cb4cd9a1a6afd31413a5e80425bd793dcf3d85a
sourceBlobDigest: sha256:fef3d33e54dbb616ee6a1a5bf34e0c4aff249bad121fc78e57b55581318c753b
sourceRevisionDigest: sha256:7ac60d05f033a6b76be256a2f662720f9fe030f96984c4f42443865b8ba37128
sourceBlobDigest: sha256:169753eaf7b084082ad40ccdf4b11222d46b71259ed6c7eb809dbeb9089462c9
tags:
- latest
- main
targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:6fb509867eb0fd844d2fe7330cb4cd9a1a6afd31413a5e80425bd793dcf3d85a
sourceBlobDigest: sha256:fef3d33e54dbb616ee6a1a5bf34e0c4aff249bad121fc78e57b55581318c753b
sourceRevisionDigest: sha256:7ac60d05f033a6b76be256a2f662720f9fe030f96984c4f42443865b8ba37128
sourceBlobDigest: sha256:169753eaf7b084082ad40ccdf4b11222d46b71259ed6c7eb809dbeb9089462c9
outLocation: /github/workspace/repo
my-first-target:
source: clerk-java-sdk
Expand Down
10 changes: 3 additions & 7 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.1'
implementation 'com.clerk:backend-api:0.2.0-beta.2'
```

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

Expand Down Expand Up @@ -56,7 +56,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -105,7 +104,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -359,7 +357,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -417,7 +414,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -571,7 +567,7 @@ This SDK supports the following security scheme globally:
| ------------ | ------------ | ------------ |
| `bearerAuth` | http | HTTP Bearer |

To authenticate with the API the `bearerAuth` parameter must be set when initializing the SDK client instance. For example:
To authenticate with the API the `null_` parameter must be set when initializing the SDK client instance. For example:
```java
package hello.world;

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ Based on:
### 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 - .
- [Maven Central v0.2.0-beta.1] https://central.sonatype.com/artifact/com.clerk/backend-api/0.2.0-beta.1 - .

## 2024-08-07 04:47:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.355.0 (2.387.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.2.0-beta.2] .
### Releases
- [Maven Central v0.2.0-beta.2] https://central.sonatype.com/artifact/com.clerk/backend-api/0.2.0-beta.2 - .
2 changes: 0 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -53,7 +52,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.clerk"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"

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

from components.java

Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `bearerAuth` | *String* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `bearerAuth` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
2 changes: 0 additions & 2 deletions docs/sdks/actors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -94,7 +93,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
3 changes: 0 additions & 3 deletions docs/sdks/allowlist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -81,7 +80,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -155,7 +153,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
3 changes: 0 additions & 3 deletions docs/sdks/blocklist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -81,7 +80,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -155,7 +153,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
3 changes: 0 additions & 3 deletions docs/sdks/clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -91,7 +90,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -164,7 +162,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
4 changes: 0 additions & 4 deletions docs/sdks/domains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -83,7 +82,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -159,7 +157,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -236,7 +233,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
4 changes: 0 additions & 4 deletions docs/sdks/emailaddresses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -92,7 +91,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -162,7 +160,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -232,7 +229,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
6 changes: 0 additions & 6 deletions docs/sdks/instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -100,7 +99,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -171,7 +169,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -242,7 +239,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -319,7 +315,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down Expand Up @@ -390,7 +385,6 @@ package hello.world;

import com.clerk.backend_api.Clerk;
import com.clerk.backend_api.models.components.*;
import com.clerk.backend_api.models.components.Security;
import com.clerk.backend_api.models.operations.*;
import com.clerk.backend_api.utils.EventStream;
import java.math.BigDecimal;
Expand Down
Loading

0 comments on commit 54ae1e2

Please sign in to comment.