Skip to content

Commit 140e083

Browse files
chore: 🐝 Update SDK - Generate 0.52.1 (#105)
Co-authored-by: speakeasybot <[email protected]>
1 parent 817601f commit 140e083

File tree

297 files changed

+3188
-1203
lines changed

Some content is hidden

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

297 files changed

+3188
-1203
lines changed

.speakeasy/gen.lock

+306-145
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.291.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:815e87000d947fb5b9e40d9c548c1172ea6fdf12d93fca9f04e78074753d0c76
6-
sourceBlobDigest: sha256:3afb05187c88ef1e6d5a664247d2f4e41b4eb638ddacbce44599e4314d2854b9
5+
sourceRevisionDigest: sha256:4cbacce549695d61a4b6fcd07742e8eb25c528061ad1db3e002239fcea2956fa
6+
sourceBlobDigest: sha256:8745bd06d95a1f1a7073a8a702c4bd4db2c5967d58f562d11de4f89ac7f872f5
77
tags:
88
- latest
99
- main
1010
targets:
1111
python-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:815e87000d947fb5b9e40d9c548c1172ea6fdf12d93fca9f04e78074753d0c76
15-
sourceBlobDigest: sha256:3afb05187c88ef1e6d5a664247d2f4e41b4eb638ddacbce44599e4314d2854b9
14+
sourceRevisionDigest: sha256:4cbacce549695d61a4b6fcd07742e8eb25c528061ad1db3e002239fcea2956fa
15+
sourceBlobDigest: sha256:8745bd06d95a1f1a7073a8a702c4bd4db2c5967d58f562d11de4f89ac7f872f5
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ if res.connection_response is not None:
7777
<!-- Start Available Resources and Operations [operations] -->
7878
## Available Resources and Operations
7979

80+
<details open>
81+
<summary>Available methods</summary>
82+
83+
8084
### [connections](docs/sdks/connections/README.md)
8185

8286
* [create_connection](docs/sdks/connections/README.md#create_connection) - Create a connection
@@ -143,6 +147,8 @@ if res.connection_response is not None:
143147
* [get_workspace](docs/sdks/workspaces/README.md#get_workspace) - Get Workspace details
144148
* [list_workspaces](docs/sdks/workspaces/README.md#list_workspaces) - List workspaces
145149
* [update_workspace](docs/sdks/workspaces/README.md#update_workspace) - Update a workspace
150+
151+
</details>
146152
<!-- End Available Resources and Operations [operations] -->
147153

148154

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -948,4 +948,14 @@ Based on:
948948
### Generated
949949
- [python v0.52.0] .
950950
### Releases
951-
- [PyPI v0.52.0] https://pypi.org/project/airbyte-api/0.52.0 - .
951+
- [PyPI v0.52.0] https://pypi.org/project/airbyte-api/0.52.0 - .
952+
953+
## 2024-09-25 00:17:36
954+
### Changes
955+
Based on:
956+
- OpenAPI Doc
957+
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
958+
### Generated
959+
- [python v0.52.1] .
960+
### Releases
961+
- [PyPI v0.52.1] https://pypi.org/project/airbyte-api/0.52.1 - .

docs/models/apiendpoint.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# APIEndpoint
2+
3+
4+
## Supported Types
5+
6+
### `models.Basic`
7+
8+
```python
9+
value: models.Basic = /* values here */
10+
```
11+
12+
### `models.Enterprise`
13+
14+
```python
15+
value: models.Enterprise = /* values here */
16+
```
17+

docs/models/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-
| `api_key_id` | *str* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
11-
| `api_key_secret` | *str* | :heavy_check_mark: | The secret associated with the API Key ID. |
12-
| `method` | [models.DestinationElasticsearchMethod](../models/destinationelasticsearchmethod.md) | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
10+
| `api_key_id` | *str* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
11+
| `api_key_secret` | *str* | :heavy_check_mark: | The secret associated with the API Key ID. |
12+
| `method` | [models.DestinationElasticsearchSchemasMethod](../models/destinationelasticsearchschemasmethod.md) | :heavy_check_mark: | N/A |

docs/models/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/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/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/authenticationmethod.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The type of authentication to be used
55

66
## Supported Types
77

8+
### `models.NoneT`
9+
10+
```python
11+
value: models.NoneT = /* values here */
12+
```
13+
814
### `models.APIKeySecret`
915

1016
```python

docs/models/authorizationtype.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Authorization type.
55

66
## Supported Types
77

8-
### `models.NoneT`
8+
### `models.DestinationMongodbNone`
99

1010
```python
11-
value: models.NoneT = /* values here */
11+
value: models.DestinationMongodbNone = /* values here */
1212
```
1313

1414
### `models.LoginPassword`

docs/models/avroformat.md

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

docs/models/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/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+
| `api_endpoint` | [Optional[models.SourceJotformAPIEndpoint]](../models/sourcejotformapiendpoint.md) | :heavy_minus_sign: | N/A |
9+
| `url_prefix` | [Optional[models.BaseURLPrefix]](../models/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/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/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/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 |

docs/models/canny.md

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

docs/models/chameleon.md

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

docs/models/cimis.md

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

0 commit comments

Comments
 (0)