Skip to content

Commit a8c157c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.116.0
1 parent e880dfc commit a8c157c

File tree

25 files changed

+156
-124
lines changed

25 files changed

+156
-124
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,14 @@ Based on:
192192
### Generated
193193
- [typescript v0.9.0] .
194194
### Releases
195-
- [NPM v0.9.0] https://www.npmjs.com/package/unstructured-client/v/0.9.0 - .
195+
- [NPM v0.9.0] https://www.npmjs.com/package/unstructured-client/v/0.9.0 - .
196+
197+
## 2023-11-09 00:20:25
198+
### Changes
199+
Based on:
200+
- OpenAPI Doc 0.0.1
201+
- Speakeasy CLI 1.116.0 (2.185.0) https://github.com/speakeasy-api/speakeasy
202+
### Generated
203+
- [typescript v0.9.1] .
204+
### Releases
205+
- [NPM v0.9.1] https://www.npmjs.com/package/unstructured-client/v/0.9.1 - .
File renamed without changes.

docs/models/errors/httpvalidationerror.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# HTTPValidationError
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
8+
| `detail` | [errors.ValidationError](../../../sdk/models/errors/validationerror.md)[] | :heavy_minus_sign: | N/A |
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/models/shared/partitionparameters.md renamed to docs/sdk/models/shared/partitionparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| `combineUnderNChars` | *number* | :heavy_minus_sign: | If chunking strategy is set, combine elements until a section reaches a length of n chars. Default: 500 | 500 |
1010
| `coordinates` | *boolean* | :heavy_minus_sign: | If true, return coordinates for each element. Default: false | |
1111
| `encoding` | *string* | :heavy_minus_sign: | The encoding method used to decode the text input. Default: utf-8 | utf-8 |
12-
| `files` | [shared.Files](../../models/shared/files.md) | :heavy_minus_sign: | The file to extract | |
12+
| `files` | [shared.Files](../../../sdk/models/shared/files.md) | :heavy_minus_sign: | The file to extract | |
1313
| `gzUncompressedContentType` | *string* | :heavy_minus_sign: | If file is gzipped, use this content type after unzipping | application/pdf |
1414
| `hiResModelName` | *string* | :heavy_minus_sign: | The name of the inference model used when strategy is hi_res | yolox |
1515
| `includePageBreaks` | *boolean* | :heavy_minus_sign: | If True, the output will include page breaks if the filetype supports it. Default: false | |
File renamed without changes.

docs/sdks/general/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# General
2-
(*.general*)
2+
(*general*)
33

44
### Available Operations
55

@@ -49,7 +49,6 @@ import { UnstructuredClient } from "unstructured-client";
4949
strategy: "hi_res",
5050
});
5151

52-
5352
if (res.statusCode == 200) {
5453
// handle response
5554
}
@@ -58,14 +57,19 @@ import { UnstructuredClient } from "unstructured-client";
5857

5958
### Parameters
6059

61-
| Parameter | Type | Required | Description |
62-
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
63-
| `request` | [shared.PartitionParameters](../../models/shared/partitionparameters.md) | :heavy_check_mark: | The request object to use for the request. |
64-
| `retries` | [utils.RetryConfig](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
65-
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
60+
| Parameter | Type | Required | Description |
61+
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
62+
| `request` | [shared.PartitionParameters](../../sdk/models/shared/partitionparameters.md) | :heavy_check_mark: | The request object to use for the request. |
63+
| `retries` | [utils.RetryConfig](../../internal/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
64+
| `config` | [AxiosRequestConfig](https://axios-http.com/docs/req_config) | :heavy_minus_sign: | Available config options for making requests. |
6665

6766

6867
### Response
6968

70-
**Promise<[operations.PartitionResponse](../../models/operations/partitionresponse.md)>**
69+
**Promise<[operations.PartitionResponse](../../sdk/models/operations/partitionresponse.md)>**
70+
### Errors
7171

72+
| Error Object | Status Code | Content Type |
73+
| -------------------------- | -------------------------- | -------------------------- |
74+
| errors.HTTPValidationError | 422 | application/json |
75+
| errors.SDKError | 400-600 | */* |

0 commit comments

Comments
 (0)