Skip to content

Commit

Permalink
Merge pull request #10 from speakeasy-sdks/speakeasy-sdk-regen-171892…
Browse files Browse the repository at this point in the history
…8767

chore: 🐝 Update SDK - Generate 0.3.0
  • Loading branch information
simplesagar authored Sep 12, 2024
2 parents f2c446d + ddd0434 commit b2d9e99
Show file tree
Hide file tree
Showing 251 changed files with 14,017 additions and 8,004 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
speakeasyVersion: 1.296.1
speakeasyVersion: 1.396.2
sources:
accounting:
sourceNamespace: accounting
sourceRevisionDigest: sha256:5e282bee33d1b8996c9d4d9bd50724a57ba308514bcc7c0b69ee1c39f44cd39f
sourceRevisionDigest: sha256:430a64de9ff4076a9a5a65bc6528cf4105eb847dc12d69ea0214f4959846771d
sourceBlobDigest: sha256:5f1cc761dc56e7ca4021510061eebb912db4ba7736e61c5a9ccd633a416c2611
tags:
- latest
- main
lending:
sourceNamespace: lending
sourceRevisionDigest: sha256:1f09cd1cbff0424a1970a73e4829a80f7ba7a339f3d720a793e9e2b65ad17fe1
sourceRevisionDigest: sha256:178885971cf1c04155e742359cad4b10d0eba3a8d7de8e7a64d2e33a0678995d
sourceBlobDigest: sha256:fa9d95b78d45713a72c0e0606cd94aab70c76d28d8edb2c33545d078dc15d36b
tags:
- latest
Expand All @@ -18,13 +18,13 @@ targets:
accounting-ts:
source: accounting
sourceNamespace: accounting
sourceRevisionDigest: sha256:5e282bee33d1b8996c9d4d9bd50724a57ba308514bcc7c0b69ee1c39f44cd39f
sourceRevisionDigest: sha256:430a64de9ff4076a9a5a65bc6528cf4105eb847dc12d69ea0214f4959846771d
sourceBlobDigest: sha256:5f1cc761dc56e7ca4021510061eebb912db4ba7736e61c5a9ccd633a416c2611
outLocation: ./accounting
lending-ts:
source: lending
sourceNamespace: lending
sourceRevisionDigest: sha256:1f09cd1cbff0424a1970a73e4829a80f7ba7a339f3d720a793e9e2b65ad17fe1
sourceRevisionDigest: sha256:178885971cf1c04155e742359cad4b10d0eba3a8d7de8e7a64d2e33a0678995d
sourceBlobDigest: sha256:fa9d95b78d45713a72c0e0606cd94aab70c76d28d8edb2c33545d078dc15d36b
outLocation: ./lending
workflow:
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.0] ./accounting
- [typescript v0.6.0] ./accounting

## 2024-09-12 00:14:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.2 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.0] lending
File renamed without changes.
7 changes: 7 additions & 0 deletions accounting/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/funcs
/core.*
/esm
/dist
/.tshy
/.tshy-*
/__tests__
/models
/sdk/models/errors
/sdk/types
Expand Down
3 changes: 3 additions & 0 deletions accounting/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

/.eslintrc.js
/cjs
/.tshy
/.tshy-*
/__tests__
Loading

0 comments on commit b2d9e99

Please sign in to comment.