Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 15, 2024
1 parent 5fd7e6f commit bb435bf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.0
sources:
platform-source:
sourceNamespace: platform-source
sourceRevisionDigest: sha256:1f88ea09cba05cb945981f0185460998a8c63dbd279d10d572fba8649dec3760
sourceBlobDigest: sha256:8461db5b6c843570b6ff727124765eb954df06da28d53266341141ed64997942
sourceRevisionDigest: sha256:7fabe5b33ae8cf8a29e7874c451c8174cdb3ef47c24392153fc6f90221f6b039
sourceBlobDigest: sha256:5ba00c3df6cfe89a91b936e1005ba7764b4fd5bbe862dc47101d964612819a06
tags:
- latest
- main
targets:
platform-library:
source: platform-source
sourceNamespace: platform-source
sourceRevisionDigest: sha256:1f88ea09cba05cb945981f0185460998a8c63dbd279d10d572fba8649dec3760
sourceBlobDigest: sha256:8461db5b6c843570b6ff727124765eb954df06da28d53266341141ed64997942
sourceRevisionDigest: sha256:7fabe5b33ae8cf8a29e7874c451c8174cdb3ef47c24392153fc6f90221f6b039
sourceBlobDigest: sha256:5ba00c3df6cfe89a91b936e1005ba7764b4fd5bbe862dc47101d964612819a06
outLocation: ./platform
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions platform/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 3.0.0
speakeasyVersion: 1.335.0
generationVersion: 2.370.2
releaseVersion: 3.1.0
configChecksum: 59c10bbb42aaf2478116ff0936eb9226
releaseVersion: 3.1.1
configChecksum: 94238603d56fd033ba06fe671a4b0bdc
repoURL: https://github.com/codatio/client-sdk-typescript.git
repoSubDirectory: platform
installationURL: https://gitpkg.now.sh/codatio/client-sdk-typescript/platform
Expand Down
10 changes: 9 additions & 1 deletion platform/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.0 (2.370.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.1.0] ./platform
- [typescript v3.1.0] ./platform

## 2024-07-15 11:33:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.0 (2.370.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.1.1] ./platform
2 changes: 1 addition & 1 deletion platform/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 3.1.0
version: 3.1.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion platform/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@codat/platform",
"version": "3.1.0",
"version": "3.1.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions platform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codat/platform",
"version": "3.1.0",
"version": "3.1.1",
"author": "Codat",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions platform/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "3.0.0",
sdkVersion: "3.1.0",
sdkVersion: "3.1.1",
genVersion: "2.370.2",
userAgent: "speakeasy-sdk/typescript 3.1.0 2.370.2 3.0.0 @codat/platform",
userAgent: "speakeasy-sdk/typescript 3.1.1 2.370.2 3.0.0 @codat/platform",
} as const;

0 comments on commit bb435bf

Please sign in to comment.