Skip to content

Commit

Permalink
Merge pull request #146 from dubinc/speakeasy-sdk-regen-1721705056
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
steven-tey authored Jul 23, 2024
2 parents f730544 + e55a919 commit 07400ea
Show file tree
Hide file tree
Showing 24 changed files with 261 additions and 153 deletions.
17 changes: 9 additions & 8 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
lockVersion: 2.0.0
id: f28179cc-ef59-426d-9e85-60cec22fc642
management:
docChecksum: d0b5f8295789a6e5094c2a864663e7e5
docChecksum: ff99d725530dd92bf929c57a1840df75
docVersion: 0.0.1
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 0.34.1
configChecksum: 3d38f32021ee5bb84ac709fb6f9eef4f
speakeasyVersion: 1.345.1
generationVersion: 2.378.1
releaseVersion: 0.34.2
configChecksum: 05c888c383b927e166d2748c59ac9908
repoURL: https://github.com/dubinc/dub-ts.git
installationURL: https://github.com/dubinc/dub-ts
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.11.6
core: 3.11.8
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
errors: 2.81.11
errors: 2.81.12
examples: 2.81.4
flattening: 2.81.1
globalSecurity: 2.82.9
Expand All @@ -29,7 +29,7 @@ features:
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.1.0
unions: 2.85.5
unions: 2.85.6
generatedFiles:
- src/sdk/links.ts
- src/sdk/qrcodes.ts
Expand Down Expand Up @@ -286,3 +286,4 @@ generatedFiles:
- src/hooks/hooks.ts
- src/hooks/types.ts
- src/hooks/index.ts
- CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.34.1
version: 0.34.2
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.335.2
speakeasyVersion: 1.345.1
sources:
my-first-source:
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:e81713c78ad2a720829f9e11d386b9914593e929c2dbf12b8ed17f292ba54708
sourceBlobDigest: sha256:72daf1db5b244b325fa721f1218f8efbabc9dbe21958c4e30b1cc4e952b6ad42
sourceRevisionDigest: sha256:44a39a3a7c7c611c83cd96e9a48564b178ab4a5da2900acf8912c1cdf6de57e3
sourceBlobDigest: sha256:1846a60748f8012cb7b61a3efc5115eba934f33b634f5127760d34b1a1d8dd0d
tags:
- latest
- main
targets:
my-first-target:
source: my-first-source
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:e81713c78ad2a720829f9e11d386b9914593e929c2dbf12b8ed17f292ba54708
sourceBlobDigest: sha256:72daf1db5b244b325fa721f1218f8efbabc9dbe21958c4e30b1cc4e952b6ad42
sourceRevisionDigest: sha256:44a39a3a7c7c611c83cd96e9a48564b178ab4a5da2900acf8912c1cdf6de57e3
sourceBlobDigest: sha256:1846a60748f8012cb7b61a3efc5115eba934f33b634f5127760d34b1a1d8dd0d
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:1addf09930a333988cda7c26a9ca0a5350795c5da2650faf28fdfbaaa444f1e9
codeSamplesRevisionDigest: sha256:cb4793ea270e582b2fa2c48d95ab1962231caa0d5b44dd8cdfa3ded921cb9280
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.

## How to Report Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,4 +586,14 @@ Based on:
### Generated
- [typescript v0.34.1] .
### Releases
- [NPM v0.34.1] https://www.npmjs.com/package/dub/v/0.34.1 - .
- [NPM v0.34.1] https://www.npmjs.com/package/dub/v/0.34.1 - .

## 2024-07-23 03:24:14
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.34.2] .
### Releases
- [NPM v0.34.2] https://www.npmjs.com/package/dub/v/0.34.2 - .
Loading

0 comments on commit 07400ea

Please sign in to comment.