File tree Expand file tree Collapse file tree 11 files changed +45
-22
lines changed Expand file tree Collapse file tree 11 files changed +45
-22
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
4- docChecksum: 5e578870a27407577332f022decd7f44
5- docVersion: 1.0.42
6- speakeasyVersion: 1.352.1
7- generationVersion: 2.385.1
8- releaseVersion: 0.14.2
9- configChecksum: 3543fd0ecf30aa45d124e1680e4dba21
4+ docChecksum: 313cde7d6359c03a54d049d16912ef28
5+ docVersion: 1.0.43
6+ speakeasyVersion: 1.352.2
7+ generationVersion: 2.385.2
8+ releaseVersion: 0.14.3
9+ configChecksum: 24d1b79c19f3f663bcb751438a2b57a1
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -19,7 +19,7 @@ features:
1919 defaultEnabledRetries: 0.1.0
2020 envVarSecurityUsage: 0.1.1
2121 examples: 2.81.4
22- globalSecurity: 2.82.9
22+ globalSecurity: 2.82.10
2323 globalSecurityCallbacks: 0.1.0
2424 globalServerURLs: 2.82.4
2525 nameOverrides: 2.81.2
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.352.1
1+ speakeasyVersion: 1.352.2
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:5986bbcf35f9a55e65e68a3d8447a36dbc67b1c2b7aff3f999fe0e993ebc8b5e
6- sourceBlobDigest: sha256:5f3f1a852166fb6d5324aea023fd178fda902671e8294ab660c6c32458b6abc5
5+ sourceRevisionDigest: sha256:45a4bd066d93e632ee139a9c8afb536117a0be09ef5a8f1bfa356c101e012d41
6+ sourceBlobDigest: sha256:4ad78f23f149b3fb49d550e719cc9fb021ec2762756d5c7b06e8112e946b4619
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructed-typescript:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:5986bbcf35f9a55e65e68a3d8447a36dbc67b1c2b7aff3f999fe0e993ebc8b5e
15- sourceBlobDigest: sha256:5f3f1a852166fb6d5324aea023fd178fda902671e8294ab660c6c32458b6abc5
14+ sourceRevisionDigest: sha256:45a4bd066d93e632ee139a9c8afb536117a0be09ef5a8f1bfa356c101e012d41
15+ sourceBlobDigest: sha256:4ad78f23f149b3fb49d550e719cc9fb021ec2762756d5c7b06e8112e946b4619
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -404,4 +404,14 @@ Based on:
404404### Generated
405405- [ typescript v0.14.2] .
406406### Releases
407- - [ NPM v0.14.2] https://www.npmjs.com/package/unstructured-client/v/0.14.2 - .
407+ - [ NPM v0.14.2] https://www.npmjs.com/package/unstructured-client/v/0.14.2 - .
408+
409+ ## 2024-08-06 00:40:28
410+ ### Changes
411+ Based on:
412+ - OpenAPI Doc
413+ - Speakeasy CLI 1.352.2 (2.385.2) https://github.com/speakeasy-api/speakeasy
414+ ### Generated
415+ - [ typescript v0.14.3] .
416+ ### Releases
417+ - [ NPM v0.14.3] https://www.npmjs.com/package/unstructured-client/v/0.14.3 - .
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212typescript :
13- version : 0.14.2
13+ version : 0.14.3
1414 additionalDependencies :
1515 dependencies :
1616 async : ^3.2.5
Original file line number Diff line number Diff line change 22
33{
44 "name" : " unstructured-client" ,
5- "version" : " 0.14.2 " ,
5+ "version" : " 0.14.3 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.14.2 " ,
3+ "version" : " 0.14.3 " ,
44 "author" : " Unstructured" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6666
6767export const SDK_METADATA = {
6868 language : "typescript" ,
69- openapiDocVersion : "1.0.42 " ,
70- sdkVersion : "0.14.2 " ,
71- genVersion : "2.385.1 " ,
72- userAgent : "speakeasy-sdk/typescript 0.14.2 2.385.1 1.0.42 unstructured-client" ,
69+ openapiDocVersion : "1.0.43 " ,
70+ sdkVersion : "0.14.3 " ,
71+ genVersion : "2.385.2 " ,
72+ userAgent : "speakeasy-sdk/typescript 0.14.3 2.385.2 1.0.43 unstructured-client" ,
7373} as const ;
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ export class General extends ClientSDK {
5959 String ( payload$ . partition_parameters . combine_under_n_chars )
6060 ) ;
6161 }
62+ if ( payload$ . partition_parameters . content_type !== undefined ) {
63+ body$ . append ( "content_type" , String ( payload$ . partition_parameters . content_type ) ) ;
64+ }
6265 if ( payload$ . partition_parameters . coordinates !== undefined ) {
6366 body$ . append ( "coordinates" , String ( payload$ . partition_parameters . coordinates ) ) ;
6467 }
You can’t perform that action at this time.
0 commit comments