Skip to content

Commit

Permalink
Merge pull request #16 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…725585803

chore: 🐝 Update SDK - Generate ACCOUNTING 0.3.1
  • Loading branch information
ryan-timothy-albert authored Sep 6, 2024
2 parents a1a2578 + 341c969 commit 5b91b6b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.390.7
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:9943a302176af064bd0009e0b85ed4e33c4e3213a3463ae58344f39e987d7c2a
sourceRevisionDigest: sha256:683c939958b39436ef7e5b58ba2f826b50a9db1490fe8625594ca62721c0c713
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:9943a302176af064bd0009e0b85ed4e33c4e3213a3463ae58344f39e987d7c2a
sourceRevisionDigest: sha256:683c939958b39436ef7e5b58ba2f826b50a9db1490fe8625594ca62721c0c713
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
outLocation: ./accounting
finance:
Expand Down
4 changes: 2 additions & 2 deletions accounting/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.390.7
generationVersion: 2.409.8
releaseVersion: 0.3.0
configChecksum: 879dd3c1988cd08535a555f32ec5f653
releaseVersion: 0.3.1
configChecksum: deb5d1c7ea352c9e32d99419c849a3e0
repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git
repoSubDirectory: accounting
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/accounting
Expand Down
2 changes: 1 addition & 1 deletion accounting/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.3.0
version: 0.3.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,14 @@ Based on:
### Generated
- [typescript v0.3.0] accounting
### Releases
- [NPM v0.3.0] https://www.npmjs.com/package/ryan-accounting/v/0.3.0 - accounting
- [NPM v0.3.0] https://www.npmjs.com/package/ryan-accounting/v/0.3.0 - accounting

## 2024-09-06 01:26:41
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.390.7 (2.409.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.1] accounting
### Releases
- [NPM v0.3.1] https://www.npmjs.com/package/ryan-accounting/v/0.3.1 - accounting
2 changes: 1 addition & 1 deletion accounting/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-accounting",
"version": "0.3.0",
"version": "0.3.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
5 changes: 2 additions & 3 deletions accounting/package-lock.json

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

7 changes: 4 additions & 3 deletions accounting/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "ryan-accounting",
"version": "0.3.0",
"version": "0.3.1",
"author": "Speakeasy",
"license": "UNLICENSED",
"prepare": "npm run build && true",
"scripts": {
"prepare": "true"
},
"main": "./index.js",
"sideEffects": false,
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions accounting/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.3.0",
sdkVersion: "0.3.1",
genVersion: "2.409.8",
userAgent: "speakeasy-sdk/typescript 0.3.0 2.409.8 1.0.0 ryan-accounting",
userAgent: "speakeasy-sdk/typescript 0.3.1 2.409.8 1.0.0 ryan-accounting",
} as const;

0 comments on commit 5b91b6b

Please sign in to comment.