Skip to content

Commit

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

chore: 🐝 Update SDK - Generate FINANCE
  • Loading branch information
ryan-timothy-albert authored Jul 2, 2024
2 parents 83001d7 + 01adc93 commit 7133b31
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 17 deletions.
19 changes: 15 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ speakeasyVersion: 1.326.0
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:2bfffa2fd38a20929d4b2071f818a41a714d970fe55940f5f7cef5dbac56b568
sourceBlobDigest: sha256:9d00ce8818847d31f07d18c89f59b21b5f28344502415f0faace4bcdd28966dd
sourceRevisionDigest: sha256:5f6048140bae4fa57b61fcff7b30734608f342ca3095d37826935c4030d7b3ca
sourceBlobDigest: sha256:78cbaac4de1742a7ac2ad2f865622075d6aaa8708256e62795fc86da74a3b263
tags:
- latest
- main
targets:
accounting:
source: source1
Expand All @@ -16,8 +17,8 @@ targets:
finance:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:f100eaafb92633051e63bee357af1e82546949737cc9d68ac9b8c575f67bb966
sourceBlobDigest: sha256:c62ec65f07cb916b2c155f9eda284c560104f8f2033d997e9711db3b15361517
sourceRevisionDigest: sha256:5f6048140bae4fa57b61fcff7b30734608f342ca3095d37826935c4030d7b3ca
sourceBlobDigest: sha256:78cbaac4de1742a7ac2ad2f865622075d6aaa8708256e62795fc86da74a3b263
outLocation: finance
lending:
source: source1
Expand All @@ -27,6 +28,7 @@ targets:
outLocation: lending
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
source1:
inputs:
Expand All @@ -38,11 +40,20 @@ workflow:
target: typescript
source: source1
output: accounting
publish:
npm:
token: $npm_token
finance:
target: typescript
source: source1
output: finance
publish:
npm:
token: $npm_token
lending:
target: typescript
source: source1
output: lending
publish:
npm:
token: $npm_token
1 change: 1 addition & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
source1:
inputs:
Expand Down
8 changes: 6 additions & 2 deletions finance/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.0.1
configChecksum: 88e28591b8e18ae35129dbeee7231d60
releaseVersion: 0.0.2
configChecksum: d665f3bd4368f0decdfac47c7ed775ed
repoURL: https://github.com/ryan-timothy-albert/sample-ts-monorepo.git
repoSubDirectory: finance
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/sample-ts-monorepo/finance
published: true
features:
typescript:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion finance/.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.0.1
version: 0.0.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
8 changes: 4 additions & 4 deletions finance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### NPM

```bash
npm add <UNSET>
npm add ryan-finance
```

### PNPM

```bash
pnpm add <UNSET>
pnpm add ryan-finance
```

### Bun

```bash
bun add <UNSET>
bun add ryan-finance
```

### Yarn

```bash
yarn add <UNSET> zod
yarn add ryan-finance zod

# Note that Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Expand Down
11 changes: 11 additions & 0 deletions finance/RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-07-02 21:41:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.1] lending
### Releases
- [NPM v0.0.1] https://www.npmjs.com/package/ryan-lending/v/0.0.1 - lending
2 changes: 1 addition & 1 deletion finance/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-finance",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions finance/package-lock.json

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

7 changes: 6 additions & 1 deletion finance/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "ryan-finance",
"version": "0.0.1",
"version": "0.0.2",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/ryan-timothy-albert/sample-ts-monorepo.git",
"directory": "finance"
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions finance/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.0.1",
sdkVersion: "0.0.2",
genVersion: "2.359.0",
userAgent: "speakeasy-sdk/typescript 0.0.1 2.359.0 1.0.0 ryan-finance",
userAgent: "speakeasy-sdk/typescript 0.0.2 2.359.0 1.0.0 ryan-finance",
} as const;

0 comments on commit 7133b31

Please sign in to comment.