Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.436.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 9, 2024
1 parent 2467c98 commit e5b592c
Show file tree
Hide file tree
Showing 89 changed files with 2,691 additions and 939 deletions.
29 changes: 29 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
speakeasyVersion: 1.436.0
sources:
deals:
sourceNamespace: deals
sourceRevisionDigest: sha256:addfb2f17897a7a90fdb885bfe73eb6b7400f6daf17785ec3ccea6d11c8bc799
sourceBlobDigest: sha256:394025d507425350ef16aaa7c19267dc2387625a4afd7f7147aa0c7830d6b491
tags:
- latest
- main
targets:
deals:
source: deals
sourceNamespace: deals
sourceRevisionDigest: sha256:addfb2f17897a7a90fdb885bfe73eb6b7400f6daf17785ec3ccea6d11c8bc799
sourceBlobDigest: sha256:394025d507425350ef16aaa7c19267dc2387625a4afd7f7147aa0c7830d6b491
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
deals:
inputs:
- location: https://api.hubspot.com/api-catalog-public/v1/apis/crm/v3/objects/deals
registry:
location: registry.speakeasyapi.dev/tcr-new-workspace-2/tcr-new-workspace-2/deals
targets:
deals:
target: go
source: deals
output: ./deals
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
deals:
inputs:
- location: https://api.hubspot.com/api-catalog-public/v1/apis/crm/v3/objects/deals
registry:
location: registry.speakeasyapi.dev/tcr-new-workspace-2/tcr-new-workspace-2/deals
targets:
deals:
target: go
Expand Down
396 changes: 262 additions & 134 deletions deals/.speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion deals/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ generation:
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
go:
version: 0.0.1
version: 0.1.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
flattenGlobalSecurity: true
imports:
option: openapi
Expand All @@ -26,6 +29,7 @@ go:
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: github.com/speakeasy-sdks/hubspot-go/deals
responseFormat: envelope-http
26 changes: 26 additions & 0 deletions deals/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 e5b592c

Please sign in to comment.