Skip to content

Commit bb3a65a

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

File tree

406 files changed

+13786
-6022
lines changed

Some content is hidden

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

406 files changed

+13786
-6022
lines changed

.speakeasy/gen.lock

+273-103
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:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
13-
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
12+
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
13+
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
1414
tags:
1515
- latest
1616
- main
@@ -24,8 +24,8 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:36d8228d8dff7dbba9d36672157e8cc40873b7feabebd86fc52a2d500af9ffcf
28-
sourceBlobDigest: sha256:6b6e5ec987cafa803612cc3f6ebbdea1d9b9d4d14426c10092ac2b459eac7ea5
27+
sourceRevisionDigest: sha256:27e4375e203d81089b86b92c0bc91c23a882561d7e4e046850919adc9f3e1ba6
28+
sourceBlobDigest: sha256:1ce4f661fa0156427ebe8ef1f969f98fb1bf7385c584d42a38c11b494face66e
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.9'
29+
implementation 'com.airbyte:api:1.5.10'
3030
```
3131

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

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1171,4 +1171,14 @@ Based on:
11711171
### Generated
11721172
- [java v1.5.9] .
11731173
### Releases
1174-
- [Maven Central v1.5.9] https://central.sonatype.com/artifact/com.airbyte/api/1.5.9 - .
1174+
- [Maven Central v1.5.9] https://central.sonatype.com/artifact/com.airbyte/api/1.5.9 - .
1175+
1176+
## 2024-09-25 00:16:10
1177+
### Changes
1178+
Based on:
1179+
- OpenAPI Doc
1180+
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
1181+
### Generated
1182+
- [java v1.5.10] .
1183+
### Releases
1184+
- [Maven Central v1.5.10] https://central.sonatype.com/artifact/com.airbyte/api/1.5.10 - .

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.9"
64+
version = "1.5.10"
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.9'
101+
version = '1.5.10'
102102

103103
from components.java
104104

docs/models/shared/APIEndpoint.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# APIEndpoint
2+

docs/models/shared/APIServer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# APIServer
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----- | ----- |
8+
| `US` | us |
9+
| `EU` | eu |

docs/models/shared/ApiKeySecret.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Use a api key and secret combination to authenticate
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
10-
| `apiKeyId` | *String* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
11-
| `apiKeySecret` | *String* | :heavy_check_mark: | The secret associated with the API Key ID. |
12-
| `method` | [com.airbyte.api.models.shared.DestinationElasticsearchMethod](../../models/shared/DestinationElasticsearchMethod.md) | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
10+
| `apiKeyId` | *String* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
11+
| `apiKeySecret` | *String* | :heavy_check_mark: | The secret associated with the API Key ID. |
12+
| `method` | [com.airbyte.api.models.shared.DestinationElasticsearchSchemasMethod](../../models/shared/DestinationElasticsearchSchemasMethod.md) | :heavy_check_mark: | N/A |

docs/models/shared/Appcues.md

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

docs/models/shared/Appfigures.md

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

docs/models/shared/AvroFormat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `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. |
9-
| `filetype` | [Optional<? extends com.airbyte.api.models.shared.SourceAzureBlobStorageSchemasStreamsFormatFormatFiletype>](../../models/shared/SourceAzureBlobStorageSchemasStreamsFormatFormatFiletype.md) | :heavy_minus_sign: | N/A |
9+
| `filetype` | [Optional<? extends com.airbyte.api.models.shared.Filetype>](../../models/shared/Filetype.md) | :heavy_minus_sign: | N/A |

docs/models/shared/BaseURLPrefix.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BaseURLPrefix
2+
3+
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)
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `STANDARD` | Standard |
11+
| `EU` | EU |
12+
| `HIPAA` | HIPAA |

docs/models/shared/Basic.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Basic
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `apiEndpoint` | [Optional<? extends com.airbyte.api.models.shared.SourceJotformApiEndpoint>](../../models/shared/SourceJotformApiEndpoint.md) | :heavy_minus_sign: | N/A |
9+
| `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 numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# SourceS3SchemasFormatFiletype
1+
# Bitly
22

33

44
## Values
55

66
| Name | Value |
77
| ------- | ------- |
8-
| `JSONL` | jsonl |
8+
| `BITLY` | bitly |

docs/models/shared/Brevo.md

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

docs/models/shared/Buildkite.md

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

docs/models/shared/Buzzsprout.md

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

0 commit comments

Comments
 (0)