Skip to content

Commit 5f91a3a

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.120.3
1 parent cdd12cb commit 5f91a3a

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,14 @@ Based on:
212212
### Generated
213213
- [typescript v0.9.2] .
214214
### Releases
215-
- [NPM v0.9.2] https://www.npmjs.com/package/unstructured-client/v/0.9.2 - .
215+
- [NPM v0.9.2] https://www.npmjs.com/package/unstructured-client/v/0.9.2 - .
216+
217+
## 2023-11-16 00:21:23
218+
### Changes
219+
Based on:
220+
- OpenAPI Doc 0.0.1
221+
- Speakeasy CLI 1.120.3 (2.192.1) https://github.com/speakeasy-api/speakeasy
222+
### Generated
223+
- [typescript v0.9.3] .
224+
### Releases
225+
- [NPM v0.9.3] https://www.npmjs.com/package/unstructured-client/v/0.9.3 - .

docs/sdk/models/operations/partitionresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `elements` | *any*[] | :heavy_minus_sign: | Successful Response |
1010
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11-
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: bf57420eebd40f2b1d166092f01e3927
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.118.3
6-
generationVersion: 2.187.7
5+
speakeasyVersion: 1.120.3
6+
generationVersion: 2.192.1
77
generation:
88
comments: {}
99
sdkClassName: unstructured_client
@@ -12,15 +12,15 @@ generation:
1212
optionalPropertyRendering: withExample
1313
features:
1414
typescript:
15-
core: 3.1.3
15+
core: 3.1.4
1616
examples: 2.81.3
1717
globalSecurity: 2.82.0
1818
globalServerURLs: 2.82.0
1919
nameOverrides: 2.81.1
2020
retries: 2.82.1
2121
serverIDs: 2.81.2
2222
typescript:
23-
version: 0.9.2
23+
version: 0.9.3
2424
author: Unstructured
2525
clientServerStatusCodesAsErrors: true
2626
flattenGlobalSecurity: false

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.9.2",
3+
"version": "0.9.3",
44
"author": "Unstructured",
55
"scripts": {
66
"prepare": "tsc --build",

src/sdk/models/operations/partition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export class PartitionResponse extends SpeakeasyBase {
2828
* Raw HTTP response; suitable for custom response parsing
2929
*/
3030
@SpeakeasyMetadata()
31-
rawResponse?: AxiosResponse;
31+
rawResponse: AxiosResponse;
3232
}

src/sdk/sdk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export class SDKConfiguration {
6060
serverDefaults: any;
6161
language = "typescript";
6262
openapiDocVersion = "0.0.1";
63-
sdkVersion = "0.9.2";
64-
genVersion = "2.187.7";
65-
userAgent = "speakeasy-sdk/typescript 0.9.2 2.187.7 0.0.1 unstructured-client";
63+
sdkVersion = "0.9.3";
64+
genVersion = "2.192.1";
65+
userAgent = "speakeasy-sdk/typescript 0.9.3 2.192.1 0.0.1 unstructured-client";
6666
retryConfig?: utils.RetryConfig;
6767
public constructor(init?: Partial<SDKConfiguration>) {
6868
Object.assign(this, init);

0 commit comments

Comments
 (0)