File tree Expand file tree Collapse file tree 6 files changed +35
-13
lines changed Expand file tree Collapse file tree 6 files changed +35
-13
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ management:
44 docChecksum: 903444f359d1dfa6342c692ae3e5c7ff
55 docVersion: 0.0.1
66 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
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
1313 published: true
1414features:
1515 typescript:
16- core: 3.4.6
16+ core: 3.4.7
1717 examples: 2.81.3
1818 globalSecurity: 2.82.2
1919 globalServerURLs: 2.82.1
Original file line number Diff line number Diff line change @@ -272,4 +272,24 @@ Based on:
272272### Generated
273273- [ typescript v0.10.2] .
274274### 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:
55 optionalPropertyRendering : withExample
66 fixes :
77 nameResolutionDec2023 : false
8+ parameterOrderingFeb2024 : false
9+ requestResponseComponentNamesFeb2024 : false
810typescript :
9- version : 0.10.2
11+ version : 0.10.4
1012 author : Unstructured
1113 clientServerStatusCodesAsErrors : true
1214 flattenGlobalSecurity : false
@@ -19,8 +21,8 @@ typescript:
1921 shared : sdk/models/shared
2022 webhooks : sdk/models/webhooks
2123 inputModelSuffix : input
24+ license : MIT
2225 maxMethodParams : 0
2326 outputModelSuffix : output
2427 packageName : unstructured-client
2528 templateVersion : v1
26- license : MIT
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.10.2 " ,
3+ "version" : " 0.10.4 " ,
44 "author" : " Unstructured" ,
55 "scripts" : {
66 "prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ export class SDKConfiguration {
6060 serverDefaults : any ;
6161 language = "typescript" ;
6262 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" ;
6666 retryConfig ?: utils . RetryConfig ;
6767 public constructor ( init ?: Partial < SDKConfiguration > ) {
6868 Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments