Skip to content

Commit

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

chore: 🐝 Update SDK - Generate ACCOUNTING 0.4.1
  • Loading branch information
ryan-timothy-albert authored Oct 7, 2024
2 parents 35a30dc + 7685fc9 commit 30588c1
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 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.410.3
sources:
source1:
sourceNamespace: source-1
sourceRevisionDigest: sha256:db1eb4e986dc052cb013f588e1f74688fb0d255467f228f86ed3b97ffb8759bc
sourceRevisionDigest: sha256:1794bf033d96c568b80e9d2c04ee0aa43ba559b7ee57c049c589f1f690ce3999
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
accounting:
source: source1
sourceNamespace: source-1
sourceRevisionDigest: sha256:6a656aaf3513c253f7fdf1c606af46063fb83dac13a8cbb69e0821d7237b6003
sourceRevisionDigest: sha256:1794bf033d96c568b80e9d2c04ee0aa43ba559b7ee57c049c589f1f690ce3999
sourceBlobDigest: sha256:7c35756702030633a8d2ebb1d378d34f883126319b06edcd798ac7bb2fddb189
finance:
source: source1
Expand Down
10 changes: 5 additions & 5 deletions accounting/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: de44aa14-d51e-4f37-b22e-356d78ca0ebc
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.409.0
generationVersion: 2.429.0
releaseVersion: 0.4.0
configChecksum: d5948076ccfeec49f8444dd6a39ab2b5
speakeasyVersion: 1.410.3
generationVersion: 2.435.1
releaseVersion: 0.4.1
configChecksum: d830765f8a1b87b087d63f855a029168
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 Expand Up @@ -94,7 +94,7 @@ examples:
"200":
application/json: []
default:
application/json: {"code": dsfdsf, "message": "<value>"}
application/json: {"code": "dsfdsf", "message": "<value>"}
createPets:
speakeasy-default-create-pets:
requestBody:
Expand Down
7 changes: 4 additions & 3 deletions accounting/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.4.0
version: 0.4.1
additionalDependencies:
dependencies: {}
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
author: Speakeasy
clientServerStatusCodesAsErrors: true
compileCommand:
- bash
- -c
- ./scripts/compile.sh
author: Speakeasy
clientServerStatusCodesAsErrors: true
enumFormat: union
flattenGlobalSecurity: true
flatteningOrder: body-first
Expand Down
7 changes: 3 additions & 4 deletions accounting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).

<summary>Available standalone functions</summary>

- [petsCreatePets](docs/sdks/pets/README.md#createpets)
- [petsListPets](docs/sdks/pets/README.md#listpets)
- [petsShowPetById](docs/sdks/pets/README.md#showpetbyid)

- [`petsCreatePets`](docs/sdks/pets/README.md#createpets) - Create a pet
- [`petsListPets`](docs/sdks/pets/README.md#listpets) - List all pets
- [`petsShowPetById`](docs/sdks/pets/README.md#showpetbyid) - Info for a specific pet

</details>
<!-- End Standalone functions [standalone-funcs] -->
Expand Down
12 changes: 11 additions & 1 deletion accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,14 @@ Based on:
### Generated
- [typescript v0.4.0] accounting
### Releases
- [NPM v0.4.0] https://www.npmjs.com/package/ryan-accounting/v/0.4.0 - accounting
- [NPM v0.4.0] https://www.npmjs.com/package/ryan-accounting/v/0.4.0 - accounting

## 2024-10-07 17:42:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.410.3 (2.435.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.1] accounting
### Releases
- [NPM v0.4.1] https://www.npmjs.com/package/ryan-accounting/v/0.4.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.4.0",
"version": "0.4.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions accounting/package-lock.json

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

5 changes: 1 addition & 4 deletions accounting/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "ryan-accounting",
"version": "0.4.0",
"version": "0.4.1",
"author": "Speakeasy",
"scripts": {
"prepare": "true"
},
"main": "./index.js",
"sideEffects": false,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions accounting/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.4.0",
genVersion: "2.429.0",
userAgent: "speakeasy-sdk/typescript 0.4.0 2.429.0 1.0.0 ryan-accounting",
sdkVersion: "0.4.1",
genVersion: "2.435.1",
userAgent: "speakeasy-sdk/typescript 0.4.1 2.435.1 1.0.0 ryan-accounting",
} as const;

0 comments on commit 30588c1

Please sign in to comment.