Skip to content

Commit 815f24f

Browse files
authored
Merge pull request #29 from ragieai/speakeasy-sdk-regen-1742947649
chore: 🐝 Update SDK - Generate 1.6.1
2 parents 2ad1269 + b692d81 commit 815f24f

File tree

91 files changed

+1293
-286
lines changed

Some content is hidden

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

91 files changed

+1293
-286
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 136 additions & 91 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: false
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 1.6.0
21+
version: 1.6.1
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.520.1
1+
speakeasyVersion: 1.531.4
22
sources:
33
Ragie-OAS:
44
sourceNamespace: ragie-oas
5-
sourceRevisionDigest: sha256:36f1784db5a25bdf690658f2aa306e8b4b4c87f6daccff7d1470d957bcbc3b3f
6-
sourceBlobDigest: sha256:f88b5aa5a5fe46099062c684c269e9f5ae7d7f4f62dd9f388882723166a50801
5+
sourceRevisionDigest: sha256:d44a3176a764a2a2e4ed5da1f077587441c0318b2367c04349ec82dea739157a
6+
sourceBlobDigest: sha256:dab6860b89bcc84e015a3b48d4c875ca2f75358ef9caf98fdf1412209f9af86d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739750843
9+
- speakeasy-sdk-regen-1742947649
1010
- 1.0.0
1111
targets:
1212
ragie:
1313
source: Ragie-OAS
1414
sourceNamespace: ragie-oas
15-
sourceRevisionDigest: sha256:36f1784db5a25bdf690658f2aa306e8b4b4c87f6daccff7d1470d957bcbc3b3f
16-
sourceBlobDigest: sha256:f88b5aa5a5fe46099062c684c269e9f5ae7d7f4f62dd9f388882723166a50801
15+
sourceRevisionDigest: sha256:d44a3176a764a2a2e4ed5da1f077587441c0318b2367c04349ec82dea739157a
16+
sourceBlobDigest: sha256:dab6860b89bcc84e015a3b48d4c875ca2f75358ef9caf98fdf1412209f9af86d
1717
codeSamplesNamespace: ragie-oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:910625878215e09a98f1f3c847ee4fd9dd88a854b015719c33548325a4b7e8da
18+
codeSamplesRevisionDigest: sha256:931de1ddb886f89a7e706e25a46f69b00bf5d1f1df5853344a3180bbb6b93ac2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME-PYPI.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ asyncio.run(main())
194194
* [patch_metadata](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
195195
* [get_chunks](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunks) - Get Document Chunks
196196
* [get_chunk](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunk) - Get Document Chunk
197+
* [get_chunk_content](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_chunk_content) - Get Document Chunk Content
197198
* [get_content](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_content) - Get Document Content
198199
* [get_source](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_source) - Get Document Source
199200
* [get_summary](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_summary) - Get Document Summary
@@ -203,6 +204,7 @@ asyncio.run(main())
203204
* [list_instructions](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_instructions) - List Instructions
204205
* [create_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#create_instruction) - Create Instruction
205206
* [update_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#update_instruction) - Update Instruction
207+
* [delete](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#delete) - Delete Instruction
206208
* [list_by_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
207209
* [list_by_document](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities
208210

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ asyncio.run(main())
194194
* [patch_metadata](docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
195195
* [get_chunks](docs/sdks/documents/README.md#get_chunks) - Get Document Chunks
196196
* [get_chunk](docs/sdks/documents/README.md#get_chunk) - Get Document Chunk
197+
* [get_chunk_content](docs/sdks/documents/README.md#get_chunk_content) - Get Document Chunk Content
197198
* [get_content](docs/sdks/documents/README.md#get_content) - Get Document Content
198199
* [get_source](docs/sdks/documents/README.md#get_source) - Get Document Source
199200
* [get_summary](docs/sdks/documents/README.md#get_summary) - Get Document Summary
@@ -203,6 +204,7 @@ asyncio.run(main())
203204
* [list_instructions](docs/sdks/entities/README.md#list_instructions) - List Instructions
204205
* [create_instruction](docs/sdks/entities/README.md#create_instruction) - Create Instruction
205206
* [update_instruction](docs/sdks/entities/README.md#update_instruction) - Update Instruction
207+
* [delete](docs/sdks/entities/README.md#delete) - Delete Instruction
206208
* [list_by_instruction](docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
207209
* [list_by_document](docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities
208210

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,14 @@ Based on:
178178
### Generated
179179
- [python v1.6.0] .
180180
### Releases
181-
- [PyPI v1.6.0] https://pypi.org/project/ragie/1.6.0 - .
181+
- [PyPI v1.6.0] https://pypi.org/project/ragie/1.6.0 - .
182+
183+
## 2025-04-15 00:14:25
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc
187+
- Speakeasy CLI 1.531.4 (2.570.4) https://github.com/speakeasy-api/speakeasy
188+
### Generated
189+
- [python v1.6.1] .
190+
### Releases
191+
- [PyPI v1.6.1] https://pypi.org/project/ragie/1.6.1 - .
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AudioModalityData
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `type` | *Optional[Literal["audio"]]* | :heavy_minus_sign: | N/A |
9+
| `word_timestamps` | List[[models.WordTimestamp](../models/wordtimestamp.md)] | :heavy_minus_sign: | N/A |

β€Ždocs/models/config.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Config
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------- | ----------- | ----------- | ----------- |

β€Ždocs/models/connection.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
| `source` | [Nullable[models.Source]](../models/source.md) | :heavy_check_mark: | N/A |
1515
| `enabled` | *bool* | :heavy_check_mark: | N/A |
1616
| `disabled_by_system_reason` | [Nullable[models.DisabledBySystemReason]](../models/disabledbysystemreason.md) | :heavy_check_mark: | N/A |
17-
| `page_limit` | *Nullable[int]* | :heavy_check_mark: | N/A |
18-
| `disabled_by_system` | *bool* | :heavy_check_mark: | N/A |
1917
| `last_synced_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A |
2018
| `syncing` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
21-
| `partition` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
19+
| `partition` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
20+
| `page_limit` | *Nullable[int]* | :heavy_check_mark: | N/A |
21+
| `disabled_by_system` | *bool* | :heavy_check_mark: | N/A |

0 commit comments

Comments
Β (0)