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

Lines changed: 306 additions & 145 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 11 additions & 1 deletion
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

Lines changed: 17 additions & 0 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)