Skip to content

Commit 7fd447f

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1 (#104)
Co-authored-by: speakeasybot <[email protected]>
1 parent ed0dff8 commit 7fd447f

File tree

254 files changed

+8719
-2559
lines changed

Some content is hidden

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

254 files changed

+8719
-2559
lines changed

.speakeasy/gen.lock

+169-59
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+4-4
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:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
13-
sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
12+
sourceRevisionDigest: sha256:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
13+
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
1414
tags:
1515
- latest
1616
- main
@@ -24,8 +24,8 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:142a69e773ed28c0c8b75b868b2e145ac684c4e4fd9b18e1392e5093f7553c71
28-
sourceBlobDigest: sha256:729c2bcd66f73c7f0c0433795036408fac38b4842bd9e4c6e31a8fce4d640ad9
27+
sourceRevisionDigest: sha256:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
28+
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
2929
outLocation: /github/workspace/repo
3030
workflow:
3131
workflowVersion: 1.0.0

README.md

+2-2
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.8'
29+
implementation 'com.airbyte:api:1.5.9'
3030
```
3131

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1161,4 +1161,14 @@ Based on:
11611161
### Generated
11621162
- [java v1.5.8] .
11631163
### Releases
1164-
- [Maven Central v1.5.8] https://central.sonatype.com/artifact/com.airbyte/api/1.5.8 - .
1164+
- [Maven Central v1.5.8] https://central.sonatype.com/artifact/com.airbyte/api/1.5.8 - .
1165+
1166+
## 2024-09-11 00:14:55
1167+
### Changes
1168+
Based on:
1169+
- OpenAPI Doc
1170+
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
1171+
### Generated
1172+
- [java v1.5.9] .
1173+
### Releases
1174+
- [Maven Central v1.5.9] https://central.sonatype.com/artifact/com.airbyte/api/1.5.9 - .

build.gradle

+2-2
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.8"
64+
version = "1.5.9"
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.8'
101+
version = '1.5.9'
102102

103103
from components.java
104104

docs/models/shared/Airbyte.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Airbyte
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| --------- | --------- |
8+
| `AIRBYTE` | airbyte |

docs/models/shared/AmazonS3.md

-14
This file was deleted.

docs/models/shared/Authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Authentication
22

3-
An HMAC key is a type of credential and can be associated with a service account or a user account in Cloud Storage. Read more <a href="https://cloud.google.com/storage/docs/authentication/hmackeys">here</a>.
3+
Authentication mechanism for Staging files and running queries
44

docs/models/shared/Basecamp.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Basecamp
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------- | ---------- |
8+
| `BASECAMP` | basecamp |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BatchedStandardInserts
2+
3+
Direct loading using batched SQL INSERT statements. This method uses the BigQuery driver to convert large INSERT statements into file uploads automatically.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
10+
| `method` | [com.airbyte.api.models.shared.Method](../../models/shared/Method.md) | :heavy_check_mark: | N/A |

docs/models/shared/BreezyHr.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# BreezyHr
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----------- | ----------- |
8+
| `BREEZY_HR` | breezy-hr |

docs/models/shared/Calendly.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Calendly
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------- | ---------- |
8+
| `CALENDLY` | calendly |

docs/models/shared/CustomerIo.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CustomerIo
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------- | ------------- |
8+
| `CUSTOMER_IO` | customer-io |

docs/models/shared/DataSource.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# DataSource
22

3-
Storage on which the delta lake is built.
3+
A data source that is powered by the platform.
44

5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------ | ------------ |
10+
| `METRICS` | metrics |
11+
| `CLOUD_COST` | cloud_cost |
12+
| `LOGS` | logs |
13+
| `RUM` | rum |

docs/models/shared/DataSourceType.md

-8
This file was deleted.

docs/models/shared/Dbt.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Dbt
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----- | ----- |
8+
| `DBT` | dbt |

docs/models/shared/DestinationBigqueryMethod.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
## Values
55

6-
| Name | Value |
7-
| ---------- | ---------- |
8-
| `STANDARD` | Standard |
6+
| Name | Value |
7+
| ------------- | ------------- |
8+
| `GCS_STAGING` | GCS Staging |

0 commit comments

Comments
 (0)