Skip to content

Commit 0973e96

Browse files
authored
Merge pull request #19 from Unstructured-IO/speakeasy-sdk-regen-1706198657
chore: 🐝 Update SDK - Generate
2 parents a2cd7cc + c8c7e4c commit 0973e96

File tree

7 files changed

+24
-14
lines changed

7 files changed

+24
-14
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
4-
docChecksum: 559aacf6828c62bd379326645382b3ba
4+
docChecksum: 903444f359d1dfa6342c692ae3e5c7ff
55
docVersion: 0.0.1
66
speakeasyVersion: internal
7-
generationVersion: 2.228.1
8-
releaseVersion: 0.10.1
9-
configChecksum: 677768461f808ac879bfc04babed2d53
7+
generationVersion: 2.239.4
8+
releaseVersion: 0.10.2
9+
configChecksum: 12f6839ac63663b0a36dcb4370d79421
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
1414
features:
1515
typescript:
16-
core: 3.4.2
16+
core: 3.4.6
1717
examples: 2.81.3
1818
globalSecurity: 2.82.2
1919
globalServerURLs: 2.82.1

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,14 @@ Based on:
262262
### Generated
263263
- [typescript v0.10.1] .
264264
### Releases
265-
- [NPM v0.10.1] https://www.npmjs.com/package/unstructured-client/v/0.10.1 - .
265+
- [NPM v0.10.1] https://www.npmjs.com/package/unstructured-client/v/0.10.1 - .
266+
267+
## 2024-01-25 16:04:15
268+
### Changes
269+
Based on:
270+
- OpenAPI Doc 0.0.1
271+
- Speakeasy CLI 1.152.1 (2.239.4) https://github.com/speakeasy-api/speakeasy
272+
### Generated
273+
- [typescript v0.10.2] .
274+
### Releases
275+
- [NPM v0.10.2] https://www.npmjs.com/package/unstructured-client/v/0.10.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
typescript:
9-
version: 0.10.1
9+
version: 0.10.2
1010
author: Unstructured
1111
clientServerStatusCodesAsErrors: true
1212
flattenGlobalSecurity: false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"author": "Unstructured",
55
"scripts": {
66
"prepare": "tsc --build",

src/sdk/general.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class General {
6969
} else {
7070
retryConfig = new utils.RetryConfig(
7171
"backoff",
72-
new utils.BackoffStrategy(500, 60000, 1.5, 3600000),
72+
new utils.BackoffStrategy(500, 60000, 1.5, 900000),
7373
true
7474
);
7575
}

src/sdk/sdk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export class SDKConfiguration {
6060
serverDefaults: any;
6161
language = "typescript";
6262
openapiDocVersion = "0.0.1";
63-
sdkVersion = "0.10.1";
64-
genVersion = "2.228.1";
65-
userAgent = "speakeasy-sdk/typescript 0.10.1 2.228.1 0.0.1 unstructured-client";
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";
6666
retryConfig?: utils.RetryConfig;
6767
public constructor(init?: Partial<SDKConfiguration>) {
6868
Object.assign(this, init);

0 commit comments

Comments
 (0)