Skip to content

Commit 3990f94

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.517.3 (#224)
Co-authored-by: speakeasybot <[email protected]>
1 parent 7ec1d2b commit 3990f94

File tree

14 files changed

+145
-43
lines changed

14 files changed

+145
-43
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
33
management:
4-
docChecksum: 63f1a973632e9afab0da3d2498994c1b
5-
docVersion: 0.0.2
4+
docChecksum: 3589e9f1ea5775264c5c8e0887b4ea0e
5+
docVersion: 1.0.0
66
speakeasyVersion: 1.517.3
77
generationVersion: 2.548.6
8-
releaseVersion: 1.7.0
9-
configChecksum: d52ab0a71ab9e0798da08262c59bf31d
8+
releaseVersion: 1.7.1
9+
configChecksum: d35541d61057b11258d7d56bbc5c5260
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
python:
18-
version: 1.7.0
18+
version: 1.7.1
1919
additionalDependencies:
2020
dev:
2121
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ sources:
1414
- latest
1515
mistral-openapi:
1616
sourceNamespace: mistral-openapi
17-
sourceRevisionDigest: sha256:e7953d0c99d1c036d6bfe223052f231a89626f7007a105a96258dad2eedab39e
18-
sourceBlobDigest: sha256:66ed2d18b563f3350de4ab16c9e2ca6ce425c6376feb5fcf1511d5d074908091
17+
sourceRevisionDigest: sha256:14f5a88b723582e80ead33d129f287568eed05815a9437b7ff5c890ca4c93318
18+
sourceBlobDigest: sha256:230b4f22197e202aebd70f8628844a27fe70b9b27569dbc3338d3e7d5442cb88
1919
tags:
2020
- latest
21+
- speakeasy-sdk-regen-1747926206
2122
targets:
2223
mistralai-azure-sdk:
2324
source: mistral-azure-source
@@ -36,10 +37,10 @@ targets:
3637
mistralai-sdk:
3738
source: mistral-openapi
3839
sourceNamespace: mistral-openapi
39-
sourceRevisionDigest: sha256:e7953d0c99d1c036d6bfe223052f231a89626f7007a105a96258dad2eedab39e
40-
sourceBlobDigest: sha256:66ed2d18b563f3350de4ab16c9e2ca6ce425c6376feb5fcf1511d5d074908091
40+
sourceRevisionDigest: sha256:14f5a88b723582e80ead33d129f287568eed05815a9437b7ff5c890ca4c93318
41+
sourceBlobDigest: sha256:230b4f22197e202aebd70f8628844a27fe70b9b27569dbc3338d3e7d5442cb88
4142
codeSamplesNamespace: mistral-openapi-code-samples
42-
codeSamplesRevisionDigest: sha256:7c657301f482932fca0a3e914d3c25820ebb7e535e1887daea3cd9240eca0444
43+
codeSamplesRevisionDigest: sha256:a130e7408a5dd6edaaba35712518861618aefc523eb03f15d7b53b9bfd085c5b
4344
workflow:
4445
workflowVersion: 1.0.0
4546
speakeasyVersion: 1.517.3

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [python v1.7.0] .
200200
### Releases
201-
- [PyPI v1.7.0] https://pypi.org/project/mistralai/1.7.0 - .
201+
- [PyPI v1.7.0] https://pypi.org/project/mistralai/1.7.0 - .
202+
203+
## 2025-05-22 15:03:08
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [python v1.7.1] .
210+
### Releases
211+
- [PyPI v1.7.1] https://pypi.org/project/mistralai/1.7.1 - .

docs/models/ocrimageobject.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
| `top_left_y` | *Nullable[int]* | :heavy_check_mark: | Y coordinate of top-left corner of the extracted image |
1111
| `bottom_right_x` | *Nullable[int]* | :heavy_check_mark: | X coordinate of bottom-right corner of the extracted image |
1212
| `bottom_right_y` | *Nullable[int]* | :heavy_check_mark: | Y coordinate of bottom-right corner of the extracted image |
13-
| `image_base64` | *OptionalNullable[str]* | :heavy_minus_sign: | Base64 string of the extracted image |
13+
| `image_base64` | *OptionalNullable[str]* | :heavy_minus_sign: | Base64 string of the extracted image |
14+
| `image_annotation` | *OptionalNullable[str]* | :heavy_minus_sign: | Annotation of the extracted image in json str |

docs/models/ocrrequest.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
8-
| `model` | *Nullable[str]* | :heavy_check_mark: | N/A |
9-
| `document` | [models.Document](../models/document.md) | :heavy_check_mark: | Document to run OCR on |
10-
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
11-
| `pages` | List[*int*] | :heavy_minus_sign: | Specific pages user wants to process in various formats: single number, range, or list of both. Starts from 0 |
12-
| `include_image_base64` | *OptionalNullable[bool]* | :heavy_minus_sign: | Include image URLs in response |
13-
| `image_limit` | *OptionalNullable[int]* | :heavy_minus_sign: | Max images to extract |
14-
| `image_min_size` | *OptionalNullable[int]* | :heavy_minus_sign: | Minimum height and width of image to extract |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `model` | *Nullable[str]* | :heavy_check_mark: | N/A |
9+
| `document` | [models.Document](../models/document.md) | :heavy_check_mark: | Document to run OCR on |
10+
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
11+
| `pages` | List[*int*] | :heavy_minus_sign: | Specific pages user wants to process in various formats: single number, range, or list of both. Starts from 0 |
12+
| `include_image_base64` | *OptionalNullable[bool]* | :heavy_minus_sign: | Include image URLs in response |
13+
| `image_limit` | *OptionalNullable[int]* | :heavy_minus_sign: | Max images to extract |
14+
| `image_min_size` | *OptionalNullable[int]* | :heavy_minus_sign: | Minimum height and width of image to extract |
15+
| `bbox_annotation_format` | [OptionalNullable[models.ResponseFormat]](../models/responseformat.md) | :heavy_minus_sign: | Structured output class for extracting useful information from each extracted bounding box / image from document. Only json_schema is valid for this field |
16+
| `document_annotation_format` | [OptionalNullable[models.ResponseFormat]](../models/responseformat.md) | :heavy_minus_sign: | Structured output class for extracting useful information from the entire document. Only json_schema is valid for this field |

docs/models/ocrresponse.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `pages` | List[[models.OCRPageObject](../models/ocrpageobject.md)] | :heavy_check_mark: | List of OCR info for pages. |
9-
| `model` | *str* | :heavy_check_mark: | The model used to generate the OCR. |
10-
| `usage_info` | [models.OCRUsageInfo](../models/ocrusageinfo.md) | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
8+
| `pages` | List[[models.OCRPageObject](../models/ocrpageobject.md)] | :heavy_check_mark: | List of OCR info for pages. |
9+
| `model` | *str* | :heavy_check_mark: | The model used to generate the OCR. |
10+
| `usage_info` | [models.OCRUsageInfo](../models/ocrusageinfo.md) | :heavy_check_mark: | N/A |
11+
| `document_annotation` | *OptionalNullable[str]* | :heavy_minus_sign: | Formatted response in the request_format if provided in json str |

0 commit comments

Comments
 (0)