Skip to content

Commit

Permalink
Merge pull request #23 from dubinc/speakeasy-sdk-regen-1721705096
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 a67cc91 + 9e20d42 commit 05efbe3
Show file tree
Hide file tree
Showing 21 changed files with 340 additions and 224 deletions.
13 changes: 7 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: 1773e9c7-1931-4663-8ac8-4deaf8db76f5
management:
docChecksum: d0b5f8295789a6e5094c2a864663e7e5
docChecksum: ff99d725530dd92bf929c57a1840df75
docVersion: 0.0.1
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 0.5.0
configChecksum: 9b1e5088d20454a155a12dc6327558f1
speakeasyVersion: 1.345.1
generationVersion: 2.378.1
releaseVersion: 0.6.0
configChecksum: c061d57e659dc9af6059fd898a004acb
repoURL: https://github.com/dubinc/dub-go.git
installationURL: https://github.com/dubinc/dub-go
features:
go:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.4.15
core: 3.5.0
defaultEnabledRetries: 0.2.0
deprecations: 2.81.1
envVarSecurityUsage: 0.2.0
Expand Down Expand Up @@ -276,3 +276,4 @@ generatedFiles:
- models/operations/options.go
- .gitattributes
- internal/hooks/hooks.go
- 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: true
go:
version: 0.5.0
version: 0.6.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
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:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:c587bff6e3db7867005682cab20e660641bbf2c1ea28cf3cc92a550d84029f2c
sourceBlobDigest: sha256:5e204d44356874328856c99a25ed0126496096cd23f6705616ca44c3480e35e3
sourceRevisionDigest: sha256:ef976222d48aa35608b1a3ea176361d7cccd6ea28281fca063f6e265af129e7f
sourceBlobDigest: sha256:e60ad4ae8e7bfafaa8c5299f0a10760706acf65d110e3520333973f42e99ef0e
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:c587bff6e3db7867005682cab20e660641bbf2c1ea28cf3cc92a550d84029f2c
sourceBlobDigest: sha256:5e204d44356874328856c99a25ed0126496096cd23f6705616ca44c3480e35e3
sourceRevisionDigest: sha256:ef976222d48aa35608b1a3ea176361d7cccd6ea28281fca063f6e265af129e7f
sourceBlobDigest: sha256:e60ad4ae8e7bfafaa8c5299f0a10760706acf65d110e3520333973f42e99ef0e
codeSamplesNamespace: code-samples-go-my-first-target
codeSamplesRevisionDigest: sha256:acdb5910b5527b2634d2e1cee2f2c3b72497c307ea2bf482b67dd2eb0c26d583
codeSamplesRevisionDigest: sha256:18535d7be5a9321d79aa3e479cc36c4950845c989d993b70188dbd3d6f9b9e11
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 @@ -198,4 +198,14 @@ Based on:
### Generated
- [go v0.5.0] .
### Releases
- [Go v0.5.0] https://github.com/dubinc/dub-go/releases/tag/v0.5.0 - .
- [Go v0.5.0] https://github.com/dubinc/dub-go/releases/tag/v0.5.0 - .

## 2024-07-23 03:24:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.6.0] .
### Releases
- [Go v0.6.0] https://github.com/dubinc/dub-go/releases/tag/v0.6.0 - .
Loading

0 comments on commit 05efbe3

Please sign in to comment.