File tree 6 files changed +35
-13
lines changed
6 files changed +35
-13
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ management:
4
4
docChecksum: 903444f359d1dfa6342c692ae3e5c7ff
5
5
docVersion: 0.0.1
6
6
speakeasyVersion: internal
7
- generationVersion: 2.239.4
8
- releaseVersion: 0.10.2
9
- configChecksum: 12f6839ac63663b0a36dcb4370d79421
7
+ generationVersion: 2.263.3
8
+ releaseVersion: 0.10.4
9
+ configChecksum: 8bee1c3960268a6f4a0ccec9c1653249
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
13
13
published: true
14
14
features:
15
15
typescript:
16
- core: 3.4.6
16
+ core: 3.4.7
17
17
examples: 2.81.3
18
18
globalSecurity: 2.82.2
19
19
globalServerURLs: 2.82.1
Original file line number Diff line number Diff line change @@ -272,4 +272,24 @@ Based on:
272
272
### Generated
273
273
- [ typescript v0.10.2] .
274
274
### Releases
275
- - [ NPM v0.10.2] https://www.npmjs.com/package/unstructured-client/v/0.10.2 - .
275
+ - [ NPM v0.10.2] https://www.npmjs.com/package/unstructured-client/v/0.10.2 - .
276
+
277
+ ## 2024-02-19 00:21:50
278
+ ### Changes
279
+ Based on:
280
+ - OpenAPI Doc 0.0.64
281
+ - Speakeasy CLI 1.183.2 (2.262.2) https://github.com/speakeasy-api/speakeasy
282
+ ### Generated
283
+ - [ typescript v0.10.3] .
284
+ ### Releases
285
+ - [ NPM v0.10.3] https://www.npmjs.com/package/unstructured-client/v/0.10.3 - .
286
+
287
+ ## 2024-02-20 00:20:35
288
+ ### Changes
289
+ Based on:
290
+ - OpenAPI Doc 0.0.1
291
+ - Speakeasy CLI 1.183.3 (2.263.3) https://github.com/speakeasy-api/speakeasy
292
+ ### Generated
293
+ - [ typescript v0.10.4] .
294
+ ### Releases
295
+ - [ NPM v0.10.4] https://www.npmjs.com/package/unstructured-client/v/0.10.4 - .
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ generation:
5
5
optionalPropertyRendering : withExample
6
6
fixes :
7
7
nameResolutionDec2023 : false
8
+ parameterOrderingFeb2024 : false
9
+ requestResponseComponentNamesFeb2024 : false
8
10
typescript :
9
- version : 0.10.2
11
+ version : 0.10.4
10
12
author : Unstructured
11
13
clientServerStatusCodesAsErrors : true
12
14
flattenGlobalSecurity : false
@@ -19,8 +21,8 @@ typescript:
19
21
shared : sdk/models/shared
20
22
webhooks : sdk/models/webhooks
21
23
inputModelSuffix : input
24
+ license : MIT
22
25
maxMethodParams : 0
23
26
outputModelSuffix : output
24
27
packageName : unstructured-client
25
28
templateVersion : v1
26
- license : MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unstructured-client" ,
3
- "version" : " 0.10.2 " ,
3
+ "version" : " 0.10.4 " ,
4
4
"author" : " Unstructured" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ export class SDKConfiguration {
60
60
serverDefaults : any ;
61
61
language = "typescript" ;
62
62
openapiDocVersion = "0.0.1" ;
63
- sdkVersion = "0.10.2 " ;
64
- genVersion = "2.239.4 " ;
65
- userAgent = "speakeasy-sdk/typescript 0.10.2 2.239.4 0.0.1 unstructured-client" ;
63
+ sdkVersion = "0.10.4 " ;
64
+ genVersion = "2.263.3 " ;
65
+ userAgent = "speakeasy-sdk/typescript 0.10.4 2.263.3 0.0.1 unstructured-client" ;
66
66
retryConfig ?: utils . RetryConfig ;
67
67
public constructor ( init ?: Partial < SDKConfiguration > ) {
68
68
Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments