Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 25, 2024
1 parent 7fd447f commit bb3a65a
Show file tree
Hide file tree
Showing 406 changed files with 13,786 additions and 6,022 deletions.
376 changes: 273 additions & 103 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- main
sample-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
tags:
- latest
- main
Expand All @@ -24,8 +24,8 @@ targets:
testing:
source: sample-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.airbyte:api:1.5.9'
implementation 'com.airbyte:api:1.5.10'
```

Maven:
```xml
<dependency>
<groupId>com.airbyte</groupId>
<artifactId>api</artifactId>
<version>1.5.9</version>
<version>1.5.10</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1171,4 +1171,14 @@ Based on:
### Generated
- [java v1.5.9] .
### Releases
- [Maven Central v1.5.9] https://central.sonatype.com/artifact/com.airbyte/api/1.5.9 - .
- [Maven Central v1.5.9] https://central.sonatype.com/artifact/com.airbyte/api/1.5.9 - .

## 2024-09-25 00:16:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.10] .
### Releases
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.airbyte"
version = "1.5.9"
version = "1.5.10"

sourcesJar {
archiveBaseName = "api"
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.5.9'
version = '1.5.10'

from components.java

Expand Down
2 changes: 2 additions & 0 deletions docs/models/shared/APIEndpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# APIEndpoint

9 changes: 9 additions & 0 deletions docs/models/shared/APIServer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# APIServer


## Values

| Name | Value |
| ----- | ----- |
| `US` | us |
| `EU` | eu |
10 changes: 5 additions & 5 deletions docs/models/shared/ApiKeySecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Use a api key and secret combination to authenticate

## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `apiKeyId` | *String* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
| `apiKeySecret` | *String* | :heavy_check_mark: | The secret associated with the API Key ID. |
| `method` | [com.airbyte.api.models.shared.DestinationElasticsearchMethod](../../models/shared/DestinationElasticsearchMethod.md) | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `apiKeyId` | *String* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
| `apiKeySecret` | *String* | :heavy_check_mark: | The secret associated with the API Key ID. |
| `method` | [com.airbyte.api.models.shared.DestinationElasticsearchSchemasMethod](../../models/shared/DestinationElasticsearchSchemasMethod.md) | :heavy_check_mark: | N/A |
8 changes: 8 additions & 0 deletions docs/models/shared/Appcues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Appcues


## Values

| Name | Value |
| --------- | --------- |
| `APPCUES` | appcues |
8 changes: 8 additions & 0 deletions docs/models/shared/Appfigures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Appfigures


## Values

| Name | Value |
| ------------ | ------------ |
| `APPFIGURES` | appfigures |
2 changes: 1 addition & 1 deletion docs/models/shared/AvroFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `doubleAsString` | *Optional<? extends Boolean>* | :heavy_minus_sign: | Whether to convert double fields to strings. This is recommended if you have decimal numbers with a high degree of precision because there can be a loss precision when handling floating point numbers. |
| `filetype` | [Optional<? extends com.airbyte.api.models.shared.SourceAzureBlobStorageSchemasStreamsFormatFormatFiletype>](../../models/shared/SourceAzureBlobStorageSchemasStreamsFormatFormatFiletype.md) | :heavy_minus_sign: | N/A |
| `filetype` | [Optional<? extends com.airbyte.api.models.shared.Filetype>](../../models/shared/Filetype.md) | :heavy_minus_sign: | N/A |
12 changes: 12 additions & 0 deletions docs/models/shared/BaseURLPrefix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BaseURLPrefix

You can access our API through the following URLs - Standard API Usage (Use the default API URL - https://api.jotform.com), For EU (Use the EU API URL - https://eu-api.jotform.com), For HIPAA (Use the HIPAA API URL - https://hipaa-api.jotform.com)


## Values

| Name | Value |
| ---------- | ---------- |
| `STANDARD` | Standard |
| `EU` | EU |
| `HIPAA` | HIPAA |
9 changes: 9 additions & 0 deletions docs/models/shared/Basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Basic


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `apiEndpoint` | [Optional<? extends com.airbyte.api.models.shared.SourceJotformApiEndpoint>](../../models/shared/SourceJotformApiEndpoint.md) | :heavy_minus_sign: | N/A |
| `urlPrefix` | [Optional<? extends com.airbyte.api.models.shared.BaseURLPrefix>](../../models/shared/BaseURLPrefix.md) | :heavy_minus_sign: | You can access our API through the following URLs - Standard API Usage (Use the default API URL - https://api.jotform.com), For EU (Use the EU API URL - https://eu-api.jotform.com), For HIPAA (Use the HIPAA API URL - https://hipaa-api.jotform.com) |
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SourceS3SchemasFormatFiletype
# Bitly


## Values

| Name | Value |
| ------- | ------- |
| `JSONL` | jsonl |
| `BITLY` | bitly |
8 changes: 8 additions & 0 deletions docs/models/shared/Brevo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Brevo


## Values

| Name | Value |
| ------- | ------- |
| `BREVO` | brevo |
8 changes: 8 additions & 0 deletions docs/models/shared/Buildkite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Buildkite


## Values

| Name | Value |
| ----------- | ----------- |
| `BUILDKITE` | buildkite |
8 changes: 8 additions & 0 deletions docs/models/shared/Buzzsprout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Buzzsprout


## Values

| Name | Value |
| ------------ | ------------ |
| `BUZZSPROUT` | buzzsprout |
Loading

0 comments on commit bb3a65a

Please sign in to comment.