File tree Expand file tree Collapse file tree 8 files changed +25
-15
lines changed Expand file tree Collapse file tree 8 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
22sources:
33 platform-source:
44 sourceNamespace: platform-source
5- sourceRevisionDigest: sha256:7b1eb972ffee87acb3d4deb912394ab72311bb5ccc66bfcc3bc50a056617d6a9
6- sourceBlobDigest: sha256:fb201eeb7199939d740fc18a8a7a2b1f41461cb4e80fee32c838b6818181d175
5+ sourceRevisionDigest: sha256:740f9226ce683d8f68a3eff27fa6da9ed67f99b82a5b063eabe3ecdfa9a140e4
6+ sourceBlobDigest: sha256:ce47e7c490d6e9f8eda99ffd9605a4edceafe379441bac0c986a8cbe8d7e6f63
77 tags:
88 - latest
99 - main
1010targets:
1111 platform-library:
1212 source: platform-source
1313 sourceNamespace: platform-source
14- sourceRevisionDigest: sha256:7b1eb972ffee87acb3d4deb912394ab72311bb5ccc66bfcc3bc50a056617d6a9
15- sourceBlobDigest: sha256:fb201eeb7199939d740fc18a8a7a2b1f41461cb4e80fee32c838b6818181d175
14+ sourceRevisionDigest: sha256:740f9226ce683d8f68a3eff27fa6da9ed67f99b82a5b063eabe3ecdfa9a140e4
15+ sourceBlobDigest: sha256:ce47e7c490d6e9f8eda99ffd9605a4edceafe379441bac0c986a8cbe8d7e6f63
1616 outLocation: platform
1717workflow:
1818 workflowVersion: 1.0.0
@@ -105,7 +105,9 @@ workflow:
105105 target: typescript
106106 source: platform-source
107107 output: platform
108- publish: {}
108+ publish:
109+ npm:
110+ token: $npm_token
109111 sync-for-commerce-library:
110112 target: typescript
111113 source: sync-for-commerce-source
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 3.0.0
66 speakeasyVersion: 1.335.2
77 generationVersion: 2.372.3
8- releaseVersion: 3.1.2
9- configChecksum: ae08c486ae8d27808280a08063c056d2
8+ releaseVersion: 3.1.3
9+ configChecksum: c24fb514b232cad028deda198ec6740e
1010 repoURL: https://github.com/codatio/client-sdk-typescript.git
1111 repoSubDirectory: platform
1212 installationURL: https://gitpkg.now.sh/codatio/client-sdk-typescript/platform
Original file line number Diff line number Diff line change @@ -156,4 +156,12 @@ Based on:
156156- OpenAPI Doc
157157- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
158158### Generated
159- - [ typescript v3.1.2] platform
159+ - [ typescript v3.1.2] platform
160+
161+ ## 2024-07-15 20:59:24
162+ ### Changes
163+ Based on:
164+ - OpenAPI Doc
165+ - Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
166+ ### Generated
167+ - [ typescript v3.1.3] platform
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414typescript :
15- version : 3.1.2
15+ version : 3.1.3
1616 additionalDependencies :
1717 dependencies : {}
1818 devDependencies : {}
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @codat/platform" ,
5- "version" : " 3.1.2 " ,
5+ "version" : " 3.1.3 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @codat/platform" ,
3- "version" : " 3.1.2 " ,
3+ "version" : " 3.1.3 " ,
44 "author" : " Codat" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5555export const SDK_METADATA = {
5656 language : "typescript" ,
5757 openapiDocVersion : "3.0.0" ,
58- sdkVersion : "3.1.2 " ,
58+ sdkVersion : "3.1.3 " ,
5959 genVersion : "2.372.3" ,
60- userAgent : "speakeasy-sdk/typescript 3.1.2 2.372.3 3.0.0 @codat/platform" ,
60+ userAgent : "speakeasy-sdk/typescript 3.1.3 2.372.3 3.0.0 @codat/platform" ,
6161} as const ;
You canβt perform that action at this time.
0 commit comments