Skip to content

Commit 94e4663

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.337.1
1 parent 3e6d5e7 commit 94e4663

File tree

133 files changed

+7960
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+7960
-76
lines changed

.speakeasy/gen.lock

Lines changed: 123 additions & 5 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ sources:
99
- main
1010
sample-source:
1111
sourceNamespace: my-source
12-
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
13-
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
12+
sourceRevisionDigest: sha256:cfbf90c9927259c2688cb2795fe3607dd6ffc9df05fa4688fce1e7ba104c1dc6
13+
sourceBlobDigest: sha256:c9ddcc5963b88023b44d1b6589df60c1d340b6bb52fa99614de740f006a088e4
1414
tags:
1515
- latest
1616
- main
@@ -24,16 +24,16 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
28-
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
27+
sourceRevisionDigest: sha256:cfbf90c9927259c2688cb2795fe3607dd6ffc9df05fa4688fce1e7ba104c1dc6
28+
sourceBlobDigest: sha256:c9ddcc5963b88023b44d1b6589df60c1d340b6bb52fa99614de740f006a088e4
2929
outLocation: /github/workspace/repo
3030
workflow:
3131
workflowVersion: 1.0.0
3232
speakeasyVersion: latest
3333
sources:
3434
sample-source:
3535
inputs:
36-
- location: https://raw.githubusercontent.com/airbytehq/airbyte-api-python-sdk/main/airbyte-api.openapi.yaml
36+
- location: https://raw.githubusercontent.com/airbytehq/airbyte-platform/refs/heads/main/airbyte-api/server-api/src/main/openapi/api_sdk.yaml
3737
registry:
3838
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
3939
targets:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:
2626

2727
Gradle:
2828
```groovy
29-
implementation 'com.airbyte:api:1.5.10'
29+
implementation 'com.airbyte:api:1.5.11'
3030
```
3131

3232
Maven:
3333
```xml
3434
<dependency>
3535
<groupId>com.airbyte</groupId>
3636
<artifactId>api</artifactId>
37-
<version>1.5.10</version>
37+
<version>1.5.11</version>
3838
</dependency>
3939
```
4040

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,4 +1181,14 @@ Based on:
11811181
### Generated
11821182
- [java v1.5.10] .
11831183
### Releases
1184-
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .
1184+
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .
1185+
1186+
## 2024-10-21 00:16:53
1187+
### Changes
1188+
Based on:
1189+
- OpenAPI Doc
1190+
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
1191+
### Generated
1192+
- [java v1.5.11] .
1193+
### Releases
1194+
- [Maven Central v1.5.11] https://central.sonatype.com/artifact/com.airbyte/api/1.5.11 - .

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
6161
options.addStringOption('Xdoclint:none', '-quiet')
6262
}
6363
group = "com.airbyte"
64-
version = "1.5.10"
64+
version = "1.5.11"
6565

6666
sourcesJar {
6767
archiveBaseName = "api"
@@ -98,7 +98,7 @@ publishing {
9898
maven(MavenPublication) {
9999
groupId = 'com.airbyte'
100100
artifactId = 'api'
101-
version = '1.5.10'
101+
version = '1.5.11'
102102

103103
from components.java
104104

docs/models/shared/Algolia.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Algolia
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| --------- | --------- |
8+
| `ALGOLIA` | algolia |

docs/models/shared/Beamer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Beamer
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------- | -------- |
8+
| `BEAMER` | beamer |

docs/models/shared/CatalogType.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CatalogType
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------ | ------ |
8+
| `HIVE` | Hive |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DestinationDevNull
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8+
| `destinationType` | [com.airbyte.api.models.shared.DevNull](../../models/shared/DevNull.md) | :heavy_check_mark: | N/A |
9+
| `testDestination` | [com.airbyte.api.models.shared.TestDestination](../../models/shared/TestDestination.md) | :heavy_check_mark: | The type of destination to be used |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DestinationDevNullLoggingType
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----------- | ----------- |
8+
| `EVERY_NTH` | EveryNth |

0 commit comments

Comments
 (0)