Skip to content

Commit

Permalink
Merge pull request #608 from codatio/speakeasy-sdk-regen-1721072181
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY
  • Loading branch information
dcoplowe authored Jul 15, 2024
2 parents eab89bf + 15752aa commit b515113
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
speakeasyVersion: 1.335.0
speakeasyVersion: 1.335.2
sources:
platform-source:
sourceNamespace: platform-source
sourceRevisionDigest: sha256:7fabe5b33ae8cf8a29e7874c451c8174cdb3ef47c24392153fc6f90221f6b039
sourceBlobDigest: sha256:5ba00c3df6cfe89a91b936e1005ba7764b4fd5bbe862dc47101d964612819a06
sourceRevisionDigest: sha256:7b1eb972ffee87acb3d4deb912394ab72311bb5ccc66bfcc3bc50a056617d6a9
sourceBlobDigest: sha256:fb201eeb7199939d740fc18a8a7a2b1f41461cb4e80fee32c838b6818181d175
tags:
- latest
- main
targets:
platform-library:
source: platform-source
sourceNamespace: platform-source
sourceRevisionDigest: sha256:7fabe5b33ae8cf8a29e7874c451c8174cdb3ef47c24392153fc6f90221f6b039
sourceBlobDigest: sha256:5ba00c3df6cfe89a91b936e1005ba7764b4fd5bbe862dc47101d964612819a06
outLocation: ./platform
sourceRevisionDigest: sha256:7b1eb972ffee87acb3d4deb912394ab72311bb5ccc66bfcc3bc50a056617d6a9
sourceBlobDigest: sha256:fb201eeb7199939d740fc18a8a7a2b1f41461cb4e80fee32c838b6818181d175
outLocation: platform
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down Expand Up @@ -104,7 +104,7 @@ workflow:
platform-library:
target: typescript
source: platform-source
output: ./platform
output: platform
publish: {}
sync-for-commerce-library:
target: typescript
Expand Down
8 changes: 4 additions & 4 deletions platform/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 6a970e30-8d0a-42f0-a8ce-621dfe880a1d
management:
docChecksum: ced98ff1180e32d5026f7d960a49babc
docVersion: 3.0.0
speakeasyVersion: 1.335.0
generationVersion: 2.370.2
releaseVersion: 3.1.1
configChecksum: 94238603d56fd033ba06fe671a4b0bdc
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 3.1.2
configChecksum: ae08c486ae8d27808280a08063c056d2
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 @@ -148,4 +148,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.0 (2.370.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.1.1] ./platform
- [typescript v3.1.1] ./platform

## 2024-07-15 19:36:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.1.2] 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.1
version: 3.1.2
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.1",
"version": "3.1.2",
"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.1",
"version": "3.1.2",
"author": "Codat",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.1",
genVersion: "2.370.2",
userAgent: "speakeasy-sdk/typescript 3.1.1 2.370.2 3.0.0 @codat/platform",
sdkVersion: "3.1.2",
genVersion: "2.372.3",
userAgent: "speakeasy-sdk/typescript 3.1.2 2.372.3 3.0.0 @codat/platform",
} as const;

0 comments on commit b515113

Please sign in to comment.