Skip to content

Commit dc286e9

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

File tree

12 files changed

+52
-21
lines changed

12 files changed

+52
-21
lines changed

README.md

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,14 @@ Based on:
6262
### Generated
6363
- [typescript v0.3.2] .
6464
### Releases
65-
- [NPM v0.3.2] https://www.npmjs.com/package/unstructured-client/v/0.3.2 - .
65+
- [NPM v0.3.2] https://www.npmjs.com/package/unstructured-client/v/0.3.2 - .
66+
67+
## 2023-09-29 16:55:24
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 0.0.1
71+
- Speakeasy CLI 1.91.4 (2.139.2) https://github.com/speakeasy-api/speakeasy
72+
### Generated
73+
- [typescript v0.3.3] .
74+
### Releases
75+
- [NPM v0.3.3] https://www.npmjs.com/package/unstructured-client/v/0.3.3 - .

USAGE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ sdk.general.partition({
1616
combineUnderNChars: 500,
1717
coordinates: false,
1818
encoding: "utf-8",
19-
files: [
20-
"+WmI5Q)|yy" as bytes <<<>>>,
21-
],
19+
files: {
20+
content: "+WmI5Q)|yy" as bytes <<<>>>,
21+
files: "um",
22+
},
2223
gzUncompressedContentType: "application/pdf",
2324
hiResModelName: "yolox",
2425
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` | *Uint8Array*[] | :heavy_minus_sign: | The file(s) to extract | |
12+
| `files` | [PartitionParametersFiles](../../models/shared/partitionparametersfiles.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 | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# PartitionParametersFiles
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `content` | *Uint8Array* | :heavy_check_mark: | N/A |
9+
| `files` | *string* | :heavy_check_mark: | N/A |

docs/sdks/general/README.md

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

files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ 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
3435
docs/models/shared/partitionparameters.md
3536
docs/models/shared/security.md
3637
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: c2feacd7346b5a78a2db180c2c404fe2
3+
docChecksum: 25324f1821b1070aa4a416ec8ddca590
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.2
25+
version: 0.3.3
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.2",
3+
"version": "0.3.3",
44
"author": "Unstructured",
55
"scripts": {
66
"prepare": "tsc --build"

0 commit comments

Comments
 (0)