File tree Expand file tree Collapse file tree 14 files changed +39
-48
lines changed Expand file tree Collapse file tree 14 files changed +39
-48
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: c7313350429cfbfee15e585ae670a003
5- docVersion: 1.0.43
6- speakeasyVersion: 1.359.1
4+ docChecksum: f9968a9b4e176b25982c5fe01966841c
5+ docVersion: 1.0.44
6+ speakeasyVersion: 1.360.0
77 generationVersion: 2.392.0
8- releaseVersion: 0.15.0
9- configChecksum: 11c1dd5bf35cf3f7dc7bd0742f95d969
8+ releaseVersion: 0.15.1
9+ configChecksum: 35a1f8ef21905c725838c160f1fe7332
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.359.1
1+ speakeasyVersion: 1.360.0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:9ab29824f7505ff71711f8f49a72ed57c3afb89cb532e19ae2bed5c726e5d02b
6- sourceBlobDigest: sha256:8ed51c45bd1d42d39581285661c0c68eb9b3fb30a07447011733da7f7e436ef3
5+ sourceRevisionDigest: sha256:b83979814670834969e52df50f6ab136c2e4e7e9b52d14e3fc0969190799f822
6+ sourceBlobDigest: sha256:73c84df69bf357471186697b8e9e28eac25dfda253e7729366a9e7e391d56267
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructed-typescript:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:9ab29824f7505ff71711f8f49a72ed57c3afb89cb532e19ae2bed5c726e5d02b
15- sourceBlobDigest: sha256:8ed51c45bd1d42d39581285661c0c68eb9b3fb30a07447011733da7f7e436ef3
14+ sourceRevisionDigest: sha256:b83979814670834969e52df50f6ab136c2e4e7e9b52d14e3fc0969190799f822
15+ sourceBlobDigest: sha256:73c84df69bf357471186697b8e9e28eac25dfda253e7729366a9e7e391d56267
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -165,11 +165,7 @@ import { openAsBlob } from "node:fs";
165165import { UnstructuredClient } from " unstructured-client" ;
166166import { ChunkingStrategy , Strategy } from " unstructured-client/sdk/models/shared" ;
167167
168- const unstructuredClient = new UnstructuredClient ({
169- security: {
170- apiKeyAuth: " YOUR_API_KEY" ,
171- },
172- });
168+ const unstructuredClient = new UnstructuredClient ();
173169
174170async function run() {
175171 const result = await unstructuredClient .general .partition (
@@ -220,9 +216,6 @@ const unstructuredClient = new UnstructuredClient({
220216 },
221217 retryConnectionErrors: false ,
222218 },
223- security: {
224- apiKeyAuth: " YOUR_API_KEY" ,
225- },
226219});
227220
228221async function run() {
@@ -292,11 +285,7 @@ import { openAsBlob } from "node:fs";
292285import { UnstructuredClient } from " unstructured-client" ;
293286import { ChunkingStrategy , Strategy } from " unstructured-client/sdk/models/shared" ;
294287
295- const unstructuredClient = new UnstructuredClient ({
296- security: {
297- apiKeyAuth: " YOUR_API_KEY" ,
298- },
299- });
288+ const unstructuredClient = new UnstructuredClient ();
300289
301290async function run() {
302291 const result = await unstructuredClient .general .partition ({
Original file line number Diff line number Diff line change @@ -424,4 +424,14 @@ Based on:
424424### Generated
425425- [ typescript v0.15.0] .
426426### Releases
427- - [ NPM v0.15.0] https://www.npmjs.com/package/unstructured-client/v/0.15.0 - .
427+ - [ NPM v0.15.0] https://www.npmjs.com/package/unstructured-client/v/0.15.0 - .
428+
429+ ## 2024-08-09 21:32:10
430+ ### Changes
431+ Based on:
432+ - OpenAPI Doc
433+ - Speakeasy CLI 1.360.0 (2.392.0) https://github.com/speakeasy-api/speakeasy
434+ ### Generated
435+ - [ typescript v0.15.1] .
436+ ### Releases
437+ - [ NPM v0.15.1] https://www.npmjs.com/package/unstructured-client/v/0.15.1 - .
Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ import { openAsBlob } from "node:fs";
44import { UnstructuredClient } from " unstructured-client" ;
55import { ChunkingStrategy , Strategy } from " unstructured-client/sdk/models/shared" ;
66
7- const unstructuredClient = new UnstructuredClient ({
8- security: {
9- apiKeyAuth: " YOUR_API_KEY" ,
10- },
11- });
7+ const unstructuredClient = new UnstructuredClient ();
128
139async function run() {
1410 const result = await unstructuredClient .general .partition ({
Original file line number Diff line number Diff line change @@ -13,11 +13,7 @@ actions:
1313 import { UnstructuredClient } from "unstructured-client";
1414 import { ChunkingStrategy, Strategy } from "unstructured-client/sdk/models/shared";
1515
16- const unstructuredClient = new UnstructuredClient({
17- security: {
18- apiKeyAuth: "YOUR_API_KEY",
19- },
20- });
16+ const unstructuredClient = new UnstructuredClient();
2117
2218 async function run() {
2319 const result = await unstructuredClient.general.partition({
Original file line number Diff line number Diff line change 55
66| Field | Type | Required | Description | Example |
77| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
8- | ` apiKeyAuth ` | * string* | :heavy_check_mark : | N/A | YOUR_API_KEY |
8+ | ` apiKeyAuth ` | * string* | :heavy_minus_sign : | N/A | YOUR_API_KEY |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212typescript :
13- version : 0.15.0
13+ version : 0.15.1
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.15.0 " ,
5+ "version" : " 0.15.1 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
You can’t perform that action at this time.
0 commit comments