File tree 10 files changed +39
-35
lines changed
10 files changed +39
-35
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
3
3
management:
4
4
docChecksum: 2abad0a9424f43665ea6a06d7f1db4ca
5
5
docVersion: 1.0.50
6
- speakeasyVersion: 1.402.14
7
- generationVersion: 2.422.22
8
- releaseVersion: 0.17.2
9
- configChecksum: 59e68a7c488e725f2e91d1b372de6958
6
+ speakeasyVersion: 1.403.3
7
+ generationVersion: 2.424.0
8
+ releaseVersion: 0.18.0
9
+ configChecksum: a7f768163666da1db6d3a4b3fa3a199c
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -15,7 +15,7 @@ features:
15
15
typescript:
16
16
additionalDependencies: 0.1.0
17
17
constsAndDefaults: 0.1.11
18
- core: 3.17.7
18
+ core: 3.18.0
19
19
defaultEnabledRetries: 0.1.0
20
20
enumUnions: 0.1.0
21
21
envVarSecurityUsage: 0.1.1
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.402.14
1
+ speakeasyVersion: 1.403.3
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:9f9fd4ae0320f28c292ea90778bfa55ecfad47d42e93d27d0bae0a10fca34eb9
5
+ sourceRevisionDigest: sha256:ecc480f02170320aec000c633b53b2e09b5753b56f0619a14980873ce623646c
6
6
sourceBlobDigest: sha256:339446a3ddb92ef648b5881135a44848f08cec15d2c4785d1000884ec29bd801
7
7
tags:
8
8
- latest
@@ -11,7 +11,7 @@ targets:
11
11
unstructed-typescript:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:9f9fd4ae0320f28c292ea90778bfa55ecfad47d42e93d27d0bae0a10fca34eb9
14
+ sourceRevisionDigest: sha256:ecc480f02170320aec000c633b53b2e09b5753b56f0619a14980873ce623646c
15
15
sourceBlobDigest: sha256:339446a3ddb92ef648b5881135a44848f08cec15d2c4785d1000884ec29bd801
16
16
workflow:
17
17
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -474,4 +474,14 @@ Based on:
474
474
### Generated
475
475
- [ typescript v0.17.2] .
476
476
### Releases
477
- - [ NPM v0.17.2] https://www.npmjs.com/package/unstructured-client/v/0.17.2 - .
477
+ - [ NPM v0.17.2] https://www.npmjs.com/package/unstructured-client/v/0.17.2 - .
478
+
479
+ ## 2024-09-27 00:27:01
480
+ ### Changes
481
+ Based on:
482
+ - OpenAPI Doc
483
+ - Speakeasy CLI 1.403.3 (2.424.0) https://github.com/speakeasy-api/speakeasy
484
+ ### Generated
485
+ - [ typescript v0.18.0] .
486
+ ### Releases
487
+ - [ NPM v0.18.0] https://www.npmjs.com/package/unstructured-client/v/0.18.0 - .
Original file line number Diff line number Diff line change 1
1
# Detail
2
2
3
- ## Example Usage
4
-
5
- ``` typescript
6
- import { Detail } from " unstructured-client/sdk/models/errors" ;
7
-
8
- let value: Detail = " <value>" ;
9
- ```
10
3
11
4
## Supported Types
12
5
13
6
### ` shared.ValidationError[] `
14
7
15
8
``` typescript
16
- const value: shared .ValidationError [] = /* values here */
9
+ const value: shared .ValidationError [] = [
10
+ {
11
+ loc: [
12
+ 544883 ,
13
+ ],
14
+ msg: " <value>" ,
15
+ type: " <value>" ,
16
+ },
17
+ ];
17
18
```
18
19
19
20
### ` string `
20
21
21
22
``` typescript
22
- const value: string = /* values here */
23
+ const value: string = " <value> " ;
23
24
```
24
25
Original file line number Diff line number Diff line change 1
1
# Loc
2
2
3
- ## Example Usage
4
-
5
- ``` typescript
6
- import { Loc } from " unstructured-client/sdk/models/shared" ;
7
-
8
- let value: Loc = 423655 ;
9
- ```
10
3
11
4
## Supported Types
12
5
13
6
### ` string `
14
7
15
8
``` typescript
16
- const value: string = /* values here */
9
+ const value: string = " <value> " ;
17
10
```
18
11
19
12
### ` number `
20
13
21
14
``` typescript
22
- const value: number = /* values here */
15
+ const value: number = 423655 ;
23
16
```
24
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
typescript :
13
- version : 0.17.2
13
+ version : 0.18.0
14
14
additionalDependencies :
15
15
dependencies :
16
16
async : ^3.2.5
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " unstructured-client" ,
5
- "version" : " 0.17.2 " ,
5
+ "version" : " 0.18.0 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unstructured-client" ,
3
- "version" : " 0.17.2 " ,
3
+ "version" : " 0.18.0 " ,
4
4
"author" : " Unstructured" ,
5
5
"main" : " ./index.js" ,
6
6
"sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
69
69
export const SDK_METADATA = {
70
70
language : "typescript" ,
71
71
openapiDocVersion : "1.0.50" ,
72
- sdkVersion : "0.17.2 " ,
73
- genVersion : "2.422.22 " ,
72
+ sdkVersion : "0.18.0 " ,
73
+ genVersion : "2.424.0 " ,
74
74
userAgent :
75
- "speakeasy-sdk/typescript 0.17.2 2.422.22 1.0.50 unstructured-client" ,
75
+ "speakeasy-sdk/typescript 0.18.0 2.424.0 1.0.50 unstructured-client" ,
76
76
} as const ;
You can’t perform that action at this time.
0 commit comments