Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.9
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 14, 2024
1 parent 6dc939f commit 5b2db4d
Show file tree
Hide file tree
Showing 234 changed files with 17,582 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ sources:
tags:
- latest
- main
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:c089e0d3003774c49fbe6d87c1feb141ae3ec0f0f526375b408027808af3d8b9
sourceBlobDigest: sha256:6ed96ad8ecab289621839d0df446a473e3dc8ea83765e3316020a6670b44da0b
tags:
- latest
- main
targets:
accounting-library:
source: accounting-source
Expand Down Expand Up @@ -157,6 +164,11 @@ targets:
sourceNamespace: sync-for-expenses-version-1-source
sourceRevisionDigest: sha256:b7665f9d81681000f18313ff0a4271b992c3309a663767bc753ba872c5e44916
sourceBlobDigest: sha256:fb29c4a7d10ab19ae39bd16dbed5a934191f5ce5630dbf829407943df1c5be9d
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:c089e0d3003774c49fbe6d87c1feb141ae3ec0f0f526375b408027808af3d8b9
sourceBlobDigest: sha256:6ed96ad8ecab289621839d0df446a473e3dc8ea83765e3316020a6670b44da0b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down Expand Up @@ -229,6 +241,8 @@ workflow:
sync-for-payables-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ sources:
sync-for-payables-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
sync-for-payables-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables-v1.yaml
Expand Down
2 changes: 2 additions & 0 deletions sync-for-payables/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.go linguist-generated=false
1 change: 1 addition & 0 deletions sync-for-payables/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# .gitignore
947 changes: 947 additions & 0 deletions sync-for-payables/.speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions sync-for-payables/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
configVersion: 2.0.0
generation:
sdkClassName: CodatSyncPayables
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: true
telemetryEnabled: true
go:
version: 1.0.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
imports:
Expand All @@ -22,5 +28,7 @@ go:
webhooks: pkg/models/webhooks
inputModelSuffix: input
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: github.com/codatio/client-sdk-go/sync-for-payables
responseFormat: envelope-http
26 changes: 26 additions & 0 deletions sync-for-payables/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 5b2db4d

Please sign in to comment.