Skip to content

Commit

Permalink
Merge pull request #16 from Unstructured-IO/speakeasy-sdk-regen-17044…
Browse files Browse the repository at this point in the history
…14113

chore: 🐝 Update SDK - Generate
  • Loading branch information
awalker4 authored Jan 5, 2024
2 parents c64f12e + 6953b18 commit d374748
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 22 deletions.
60 changes: 60 additions & 0 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
lockVersion: 2.0.0
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: bf57420eebd40f2b1d166092f01e3927
docVersion: 0.0.1
speakeasyVersion: internal
generationVersion: 2.225.2
releaseVersion: 0.10.0
configChecksum: a042cebb5322f57f775e41a5d4bb8f70
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
published: true
features:
typescript:
core: 3.4.1
examples: 2.81.3
globalSecurity: 2.82.2
globalServerURLs: 2.82.1
nameOverrides: 2.81.1
retries: 2.82.1
serverIDs: 2.81.2
generatedFiles:
- src/sdk/general.ts
- src/sdk/sdk.ts
- .eslintrc.yml
- jest.config.js
- package-lock.json
- package.json
- src/index.ts
- src/internal/utils/contenttype.ts
- src/internal/utils/headers.ts
- src/internal/utils/index.ts
- src/internal/utils/pathparams.ts
- src/internal/utils/queryparams.ts
- src/internal/utils/requestbody.ts
- src/internal/utils/retries.ts
- src/internal/utils/security.ts
- src/internal/utils/utils.ts
- src/sdk/index.ts
- src/sdk/models/errors/sdkerror.ts
- src/sdk/types/index.ts
- src/sdk/types/rfcdate.ts
- tsconfig.json
- src/sdk/models/operations/partition.ts
- src/sdk/models/errors/httpvalidationerror.ts
- src/sdk/models/shared/validationerror.ts
- src/sdk/models/shared/partitionparameters.ts
- src/sdk/models/shared/security.ts
- src/sdk/models/errors/index.ts
- src/sdk/models/operations/index.ts
- src/sdk/models/shared/index.ts
- docs/sdk/models/operations/partitionresponse.md
- docs/sdk/models/errors/httpvalidationerror.md
- docs/sdk/models/shared/validationerror.md
- docs/sdk/models/shared/files.md
- docs/sdk/models/shared/partitionparameters.md
- docs/sdk/models/shared/security.md
- USAGE.md
- .gitattributes
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,14 @@ Based on:
### Generated
- [typescript v0.10.0] .
### Releases
- [NPM v0.10.0] https://www.npmjs.com/package/unstructured-client/v/0.10.0 - .

## 2024-01-05 00:21:51
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.10.0] .
### Releases
- [NPM v0.10.0] https://www.npmjs.com/package/unstructured-client/v/0.10.0 - .
23 changes: 3 additions & 20 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
configVersion: 1.0.0
management:
docChecksum: bf57420eebd40f2b1d166092f01e3927
docVersion: 0.0.1
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
configVersion: 2.0.0
generation:
comments: {}
sdkClassName: unstructured_client
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
usageSnippets:
optionalPropertyRendering: withExample
features:
typescript:
core: 3.3.0
examples: 2.81.3
globalSecurity: 2.82.1
globalServerURLs: 2.82.1
nameOverrides: 2.81.1
retries: 2.82.1
serverIDs: 2.81.2
fixes:
nameResolutionDec2023: false
typescript:
version: 0.10.0
author: Unstructured
Expand All @@ -33,10 +19,7 @@ typescript:
shared: sdk/models/shared
webhooks: sdk/models/webhooks
inputModelSuffix: input
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
maxMethodParams: 0
outputModelSuffix: output
packageName: unstructured-client
published: true
repoSubDirectory: .
templateVersion: v1
4 changes: 2 additions & 2 deletions src/sdk/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export class SDKConfiguration {
language = "typescript";
openapiDocVersion = "0.0.1";
sdkVersion = "0.10.0";
genVersion = "2.213.3";
userAgent = "speakeasy-sdk/typescript 0.10.0 2.213.3 0.0.1 unstructured-client";
genVersion = "2.225.2";
userAgent = "speakeasy-sdk/typescript 0.10.0 2.225.2 0.0.1 unstructured-client";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit d374748

Please sign in to comment.