Skip to content

Commit

Permalink
Merge pull request #16 from hathora/speakeasy-sdk-regen-1719014584
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.30.0
  • Loading branch information
jchu231 authored Sep 13, 2024
2 parents d2de05e + 114b149 commit 39fecc8
Show file tree
Hide file tree
Showing 583 changed files with 14,413 additions and 2,623 deletions.
2,050 changes: 1,587 additions & 463 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

27 changes: 24 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
speakeasyVersion: 1.285.3
sources: {}
targets: {}
speakeasyVersion: 1.396.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:484de0fa9ce019f03846cc6b7471196e037f819fb93a370f809f17c867b4d156
sourceBlobDigest: sha256:78feff9d0d4741335428a834e39c4b059f581b495274dd0ac61746cc1b02ccce
tags:
- latest
- main
targets:
cloud-sdk-unity:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:484de0fa9ce019f03846cc6b7471196e037f819fb93a370f809f17c867b4d156
sourceBlobDigest: sha256:78feff9d0d4741335428a834e39c4b059f581b495274dd0ac61746cc1b02ccce
codeSamplesNamespace: code-samples-unity-cloud-sdk-unity
codeSamplesRevisionDigest: sha256:bf833575d66758fe9e4b208e25e14c46fcd22827a96b185fc285280ae4473617
outLocation: .
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -10,8 +25,14 @@ workflow:
- location: https://hathora.dev/swagger.json
overlays:
- location: overlay.yaml
registry:
location: registry.speakeasyapi.dev/hathora/hathora/my-source
targets:
cloud-sdk-unity:
target: unity
source: my-source
output: .
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/hathora/hathora/code-samples-unity-cloud-sdk-unity
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sources:
- location: https://hathora.dev/swagger.json
overlays:
- location: overlay.yaml
registry:
location: registry.speakeasyapi.dev/hathora/hathora/my-source
targets:
cloud-sdk-unity:
target: unity
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
Loading

0 comments on commit 39fecc8

Please sign in to comment.