Skip to content

Commit 25c8ce5

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.0
1 parent 1e3db9b commit 25c8ce5

28 files changed

+1576
-348
lines changed

.speakeasy/gen.lock

+37-19
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.453.10
1+
speakeasyVersion: 1.454.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -9,11 +9,11 @@ sources:
99
- main
1010
sample-source:
1111
sourceNamespace: my-source
12-
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
13-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
12+
sourceRevisionDigest: sha256:c462510b114375e7346ffbc037fa719f7967b3d523808d9085f6a4598aca89e4
13+
sourceBlobDigest: sha256:72070d738bcea3ec4f04a08f12703c4f9c0699e7c0321eb9e1b389d9857f7c3c
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1733271463
16+
- speakeasy-sdk-regen-1733962674
1717
- 1.0.0
1818
targets:
1919
airbyte-api:
@@ -24,10 +24,10 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
28-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
27+
sourceRevisionDigest: sha256:c462510b114375e7346ffbc037fa719f7967b3d523808d9085f6a4598aca89e4
28+
sourceBlobDigest: sha256:72070d738bcea3ec4f04a08f12703c4f9c0699e7c0321eb9e1b389d9857f7c3c
2929
codeSamplesNamespace: my-source-java-code-samples
30-
codeSamplesRevisionDigest: sha256:4bcdc1c05c1002038c44996ff6e1425317394805a9bbc73842fbd2e75ccfab04
30+
codeSamplesRevisionDigest: sha256:394725b7c54b0927bd5584473cfaf80b53b0408243d9869c2f178fc061098c7a
3131
workflow:
3232
workflowVersion: 1.0.0
3333
speakeasyVersion: latest

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1191,4 +1191,14 @@ Based on:
11911191
### Generated
11921192
- [java v1.6.0] .
11931193
### Releases
1194-
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .
1194+
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .
1195+
1196+
## 2024-12-12 00:17:48
1197+
### Changes
1198+
Based on:
1199+
- OpenAPI Doc
1200+
- Speakeasy CLI 1.454.0 (2.477.0) https://github.com/speakeasy-api/speakeasy
1201+
### Generated
1202+
- [java v1.6.1] .
1203+
### Releases
1204+
- [Maven Central v1.6.1] https://central.sonatype.com/artifact/com.airbyte/api/1.6.1 - .

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.airbyte"
66-
version = "1.6.0"
66+
version = "1.6.1"
6767

6868
sourcesJar {
6969
archiveBaseName = "api"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.airbyte'
103103
artifactId = 'api'
104-
version = '1.6.0'
104+
version = '1.6.1'
105105

106106
from components.java
107107

docs/models/shared/Greythr.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Greythr
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| --------- | --------- |
8+
| `GREYTHR` | greythr |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# HuggingFaceDatasets
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----------------------- | ----------------------- |
8+
| `HUGGING_FACE_DATASETS` | hugging-face-datasets |

docs/models/shared/Navan.md

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

docs/models/shared/Pingdom.md

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

docs/models/shared/Resolution.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Resolution
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------ | ------ |
8+
| `HOUR` | hour |
9+
| `DAY` | day |
10+
| `WEEK` | week |

docs/models/shared/SourceAsana.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8-
| `credentials` | [Optional\<AuthenticationMechanism>](../../models/shared/AuthenticationMechanism.md) | :heavy_minus_sign: | Choose how to authenticate to Github |
9-
| `organizationExportIds` | List\<*Object*> | :heavy_minus_sign: | Globally unique identifiers for the organization exports |
10-
| `sourceType` | [Optional\<SourceAsanaAsana>](../../models/shared/SourceAsanaAsana.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `credentials` | [Optional\<AuthenticationMechanism>](../../models/shared/AuthenticationMechanism.md) | :heavy_minus_sign: | Choose how to authenticate to Github | |
9+
| `numWorkers` | *Optional\<Long>* | :heavy_minus_sign: | The number of worker threads to use for the sync. The performance upper boundary is based on the limit of your Asana pricing plan. More info about the rate limit tiers can be found on Asana's API <a href="https://developers.asana.com/docs/rate-limits">docs</a>. | 1 |
10+
| `organizationExportIds` | List\<*Object*> | :heavy_minus_sign: | Globally unique identifiers for the organization exports | |
11+
| `sourceType` | [Optional\<SourceAsanaAsana>](../../models/shared/SourceAsanaAsana.md) | :heavy_minus_sign: | N/A | |

docs/models/shared/SourceGreythr.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SourceGreythr
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
8+
| `baseUrl` | *String* | :heavy_check_mark: | https://api.greythr.com |
9+
| `domain` | *String* | :heavy_check_mark: | Your GreytHR Host URL |
10+
| `password` | *Optional\<String>* | :heavy_minus_sign: | N/A |
11+
| `sourceType` | [Greythr](../../models/shared/Greythr.md) | :heavy_check_mark: | N/A |
12+
| `username` | *String* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SourceHuggingFaceDatasets
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `datasetName` | *String* | :heavy_check_mark: | N/A |
9+
| `datasetSplits` | List\<*Object*> | :heavy_minus_sign: | Splits to import. Will import all of them if nothing is provided (see https://huggingface.co/docs/dataset-viewer/en/configs_and_splits for more details) |
10+
| `datasetSubsets` | List\<*Object*> | :heavy_minus_sign: | Dataset Subsets to import. Will import all of them if nothing is provided (see https://huggingface.co/docs/dataset-viewer/en/configs_and_splits for more details) |
11+
| `sourceType` | [HuggingFaceDatasets](../../models/shared/HuggingFaceDatasets.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)