Skip to content

Commit

Permalink
Merge branch 'main' into speakeasy-sdk-regen-1721145847
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert authored Aug 24, 2024
2 parents 749b45d + bc3e659 commit b01f5d9
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation_finance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
- cron: 0 0 * * *
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15.24.0
with:
force: ${{ github.event.inputs.force }}
mode: pr
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ targets:
lending:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:00d024558a05b3efdf72d1e2e3fbe7070c818b431d7f3f054b0418ba11990f53
sourceRevisionDigest: sha256:b10f42b98e93f276d95389485343c2098b4f4971499b2a3a75a1ccd4874e8407
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
outLocation: lending
workflow:
Expand Down
4 changes: 2 additions & 2 deletions lending/.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.378.0
generationVersion: 2.404.3
releaseVersion: 0.3.0
configChecksum: fee200003c4b846aa0f5a286dcd7a2ef
releaseVersion: 0.3.2
configChecksum: d3694c982e076331c1bcf14aa83ae8ce
repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git
repoSubDirectory: lending
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/lending
Expand Down
2 changes: 1 addition & 1 deletion lending/.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.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
22 changes: 21 additions & 1 deletion lending/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,24 @@ Based on:
### Generated
- [typescript v0.3.0] lending
### Releases
- [NPM v0.3.0] https://www.npmjs.com/package/ryan-lending/v/0.3.0 - lending
- [NPM v0.3.0] https://www.npmjs.com/package/ryan-lending/v/0.3.0 - lending

## 2024-08-24 20:31:34
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.1] lending
### Releases
- [NPM v0.3.1] https://www.npmjs.com/package/ryan-lending/v/0.3.1 - lending

## 2024-08-24 20:34:51
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.2] lending
### Releases
- [NPM v0.3.2] https://www.npmjs.com/package/ryan-lending/v/0.3.2 - lending
2 changes: 1 addition & 1 deletion lending/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-lending",
"version": "0.3.0",
"version": "0.3.2",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions lending/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 lending/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-lending",
"version": "0.3.0",
"version": "0.3.2",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions lending/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.2",
genVersion: "2.404.3",
userAgent: "speakeasy-sdk/typescript 0.3.0 2.404.3 1.0.0 ryan-lending",
userAgent: "speakeasy-sdk/typescript 0.3.2 2.404.3 1.0.0 ryan-lending",
} as const;

0 comments on commit b01f5d9

Please sign in to comment.