Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate 0.52.1 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 25, 2024
1 parent 817601f commit 140e083
Show file tree
Hide file tree
Showing 297 changed files with 3,188 additions and 1,203 deletions.
451 changes: 306 additions & 145 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.291.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:815e87000d947fb5b9e40d9c548c1172ea6fdf12d93fca9f04e78074753d0c76
sourceBlobDigest: sha256:3afb05187c88ef1e6d5a664247d2f4e41b4eb638ddacbce44599e4314d2854b9
sourceRevisionDigest: sha256:4cbacce549695d61a4b6fcd07742e8eb25c528061ad1db3e002239fcea2956fa
sourceBlobDigest: sha256:8745bd06d95a1f1a7073a8a702c4bd4db2c5967d58f562d11de4f89ac7f872f5
tags:
- latest
- main
targets:
python-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:815e87000d947fb5b9e40d9c548c1172ea6fdf12d93fca9f04e78074753d0c76
sourceBlobDigest: sha256:3afb05187c88ef1e6d5a664247d2f4e41b4eb638ddacbce44599e4314d2854b9
sourceRevisionDigest: sha256:4cbacce549695d61a4b6fcd07742e8eb25c528061ad1db3e002239fcea2956fa
sourceBlobDigest: sha256:8745bd06d95a1f1a7073a8a702c4bd4db2c5967d58f562d11de4f89ac7f872f5
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ if res.connection_response is not None:
<!-- Start Available Resources and Operations [operations] -->
## Available Resources and Operations

<details open>
<summary>Available methods</summary>


### [connections](docs/sdks/connections/README.md)

* [create_connection](docs/sdks/connections/README.md#create_connection) - Create a connection
Expand Down Expand Up @@ -143,6 +147,8 @@ if res.connection_response is not None:
* [get_workspace](docs/sdks/workspaces/README.md#get_workspace) - Get Workspace details
* [list_workspaces](docs/sdks/workspaces/README.md#list_workspaces) - List workspaces
* [update_workspace](docs/sdks/workspaces/README.md#update_workspace) - Update a workspace

</details>
<!-- End Available Resources and Operations [operations] -->


Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -948,4 +948,14 @@ Based on:
### Generated
- [python v0.52.0] .
### Releases
- [PyPI v0.52.0] https://pypi.org/project/airbyte-api/0.52.0 - .
- [PyPI v0.52.0] https://pypi.org/project/airbyte-api/0.52.0 - .

## 2024-09-25 00:17:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.52.1] .
### Releases
- [PyPI v0.52.1] https://pypi.org/project/airbyte-api/0.52.1 - .
17 changes: 17 additions & 0 deletions docs/models/apiendpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# APIEndpoint


## Supported Types

### `models.Basic`

```python
value: models.Basic = /* values here */
```

### `models.Enterprise`

```python
value: models.Enterprise = /* values here */
```

10 changes: 5 additions & 5 deletions docs/models/apikeysecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Use a api key and secret combination to authenticate

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `api_key_id` | *str* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
| `api_key_secret` | *str* | :heavy_check_mark: | The secret associated with the API Key ID. |
| `method` | [models.DestinationElasticsearchMethod](../models/destinationelasticsearchmethod.md) | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `api_key_id` | *str* | :heavy_check_mark: | The Key ID to used when accessing an enterprise Elasticsearch instance. |
| `api_key_secret` | *str* | :heavy_check_mark: | The secret associated with the API Key ID. |
| `method` | [models.DestinationElasticsearchSchemasMethod](../models/destinationelasticsearchschemasmethod.md) | :heavy_check_mark: | N/A |
9 changes: 9 additions & 0 deletions docs/models/apiserver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# APIServer


## Values

| Name | Value |
| ----- | ----- |
| `US` | us |
| `EU` | eu |
8 changes: 8 additions & 0 deletions docs/models/appcues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Appcues


## Values

| Name | Value |
| --------- | --------- |
| `APPCUES` | appcues |
8 changes: 8 additions & 0 deletions docs/models/appfigures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Appfigures


## Values

| Name | Value |
| ------------ | ------------ |
| `APPFIGURES` | appfigures |
6 changes: 6 additions & 0 deletions docs/models/authenticationmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The type of authentication to be used

## Supported Types

### `models.NoneT`

```python
value: models.NoneT = /* values here */
```

### `models.APIKeySecret`

```python
Expand Down
4 changes: 2 additions & 2 deletions docs/models/authorizationtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Authorization type.

## Supported Types

### `models.NoneT`
### `models.DestinationMongodbNone`

```python
value: models.NoneT = /* values here */
value: models.DestinationMongodbNone = /* values here */
```

### `models.LoginPassword`
Expand Down
2 changes: 1 addition & 1 deletion docs/models/avroformat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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. |
| `filetype` | [Optional[models.SourceAzureBlobStorageSchemasStreamsFormatFormatFiletype]](../models/sourceazureblobstorageschemasstreamsformatformatfiletype.md) | :heavy_minus_sign: | N/A |
| `filetype` | [Optional[models.Filetype]](../models/filetype.md) | :heavy_minus_sign: | N/A |
12 changes: 12 additions & 0 deletions docs/models/baseurlprefix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BaseURLPrefix

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)


## Values

| Name | Value |
| ---------- | ---------- |
| `STANDARD` | Standard |
| `EU` | EU |
| `HIPAA` | HIPAA |
9 changes: 9 additions & 0 deletions docs/models/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Basic


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `api_endpoint` | [Optional[models.SourceJotformAPIEndpoint]](../models/sourcejotformapiendpoint.md) | :heavy_minus_sign: | N/A |
| `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 number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SourceS3SchemasFormatFiletype
# Bitly


## Values

| Name | Value |
| ------- | ------- |
| `JSONL` | jsonl |
| `BITLY` | bitly |
8 changes: 8 additions & 0 deletions docs/models/brevo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Brevo


## Values

| Name | Value |
| ------- | ------- |
| `BREVO` | brevo |
8 changes: 8 additions & 0 deletions docs/models/buildkite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Buildkite


## Values

| Name | Value |
| ----------- | ----------- |
| `BUILDKITE` | buildkite |
8 changes: 8 additions & 0 deletions docs/models/buzzsprout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Buzzsprout


## Values

| Name | Value |
| ------------ | ------------ |
| `BUZZSPROUT` | buzzsprout |
8 changes: 8 additions & 0 deletions docs/models/canny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Canny


## Values

| Name | Value |
| ------- | ------- |
| `CANNY` | canny |
8 changes: 8 additions & 0 deletions docs/models/chameleon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Chameleon


## Values

| Name | Value |
| ----------- | ----------- |
| `CHAMELEON` | chameleon |
8 changes: 8 additions & 0 deletions docs/models/cimis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Cimis


## Values

| Name | Value |
| ------- | ------- |
| `CIMIS` | cimis |
Loading

0 comments on commit 140e083

Please sign in to comment.