Skip to content

Commit 9fd96ed

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.91.4
1 parent 3ef5fbb commit 9fd96ed

File tree

12 files changed

+31
-42
lines changed

12 files changed

+31
-42
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ sdk.general.partition({
9494
combineUnderNChars: 500,
9595
coordinates: false,
9696
encoding: "utf-8",
97-
files: {
98-
content: "+WmI5Q)|yy" as bytes <<<>>>,
99-
files: "um",
100-
},
97+
files: [
98+
"+WmI5Q)|yy" as bytes <<<>>>,
99+
],
101100
gzUncompressedContentType: "application/pdf",
102101
hiResModelName: "yolox",
103102
includePageBreaks: false,

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,14 @@ Based on:
5252
### Generated
5353
- [typescript v0.3.1] .
5454
### Releases
55-
- [NPM v0.3.1] https://www.npmjs.com/package/unstructured-client/v/0.3.1 - .
55+
- [NPM v0.3.1] https://www.npmjs.com/package/unstructured-client/v/0.3.1 - .
56+
57+
## 2023-09-29 16:41:46
58+
### Changes
59+
Based on:
60+
- OpenAPI Doc 0.0.1
61+
- Speakeasy CLI 1.91.4 (2.139.2) https://github.com/speakeasy-api/speakeasy
62+
### Generated
63+
- [typescript v0.3.2] .
64+
### Releases
65+
- [NPM v0.3.2] https://www.npmjs.com/package/unstructured-client/v/0.3.2 - .

USAGE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ sdk.general.partition({
1616
combineUnderNChars: 500,
1717
coordinates: false,
1818
encoding: "utf-8",
19-
files: {
20-
content: "+WmI5Q)|yy" as bytes <<<>>>,
21-
files: "um",
22-
},
19+
files: [
20+
"+WmI5Q)|yy" as bytes <<<>>>,
21+
],
2322
gzUncompressedContentType: "application/pdf",
2423
hiResModelName: "yolox",
2524
includePageBreaks: false,

docs/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` | [PartitionParametersFiles](../../models/shared/partitionparametersfiles.md) | :heavy_minus_sign: | The file to extract | |
12+
| `files` | *Uint8Array*[] | :heavy_minus_sign: | The file(s) 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 | |

docs/models/shared/partitionparametersfiles.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/sdks/general/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ sdk.general.partition({
2626
combineUnderNChars: 500,
2727
coordinates: false,
2828
encoding: "utf-8",
29-
files: {
30-
content: "+WmI5Q)|yy" as bytes <<<>>>,
31-
files: "um",
32-
},
29+
files: [
30+
"+WmI5Q)|yy" as bytes <<<>>>,
31+
],
3332
gzUncompressedContentType: "application/pdf",
3433
hiResModelName: "yolox",
3534
includePageBreaks: false,

files.gen

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ USAGE.md
3131
docs/models/operations/partitionresponse.md
3232
docs/models/errors/httpvalidationerror.md
3333
docs/models/errors/validationerror.md
34-
docs/models/shared/partitionparametersfiles.md
3534
docs/models/shared/partitionparameters.md
3635
docs/models/shared/security.md
3736
docs/sdks/unstructuredclient/README.md

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: db54a5de41d76029233468ef472c9676
3+
docChecksum: c2feacd7346b5a78a2db180c2c404fe2
44
docVersion: 0.0.1
55
speakeasyVersion: 1.91.4
66
generationVersion: 2.139.2
@@ -22,7 +22,7 @@ features:
2222
retries: 2.82.0
2323
serverIDs: 2.81.1
2424
typescript:
25-
version: 0.3.1
25+
version: 0.3.2
2626
author: Unstructured
2727
clientServerStatusCodesAsErrors: true
2828
maxMethodParams: 0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Unstructured",
55
"scripts": {
66
"prepare": "tsc --build"

0 commit comments

Comments
 (0)