Skip to content

Commit

Permalink
Merge pull request #557 from codatio/speakeasy-sdk-regen-1726303913
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Commerce version 1 library SYNC-FOR-COMMERCE-VERSION-1-LIBRARY 0.23.0
  • Loading branch information
dcoplowe authored Sep 14, 2024
2 parents b190383 + ce73a7b commit 5b58f82
Show file tree
Hide file tree
Showing 459 changed files with 20,147 additions and 5,132 deletions.
16 changes: 15 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.396.8
speakeasyVersion: 1.396.9
sources:
accounting-source:
sourceNamespace: accounting-source
Expand Down Expand Up @@ -70,6 +70,13 @@ sources:
tags:
- latest
- main
sync-for-commerce-version-1-source:
sourceNamespace: sync-for-commerce-version-1-source
sourceRevisionDigest: sha256:09d7bb14b3736b3157a46766c502598e3dde7fb338652eaaeca6fb3427b32630
sourceBlobDigest: sha256:c00e3840ee75be94b232308b1e35ba628a278cf0eead16d5cfac18d91d5f144c
tags:
- latest
- main
targets:
accounting-library:
source: accounting-source
Expand Down Expand Up @@ -121,6 +128,11 @@ targets:
sourceNamespace: sync-for-commerce-source
sourceRevisionDigest: sha256:08f301ee27cf293afcb146e12dfcbd8c269d5210009cf214fd83f966cb9b3923
sourceBlobDigest: sha256:ab64a148f650a63d3411abb1686ffdcc252ddb1525415957d2dcd7e818882594
sync-for-commerce-version-1-library:
source: sync-for-commerce-version-1-source
sourceNamespace: sync-for-commerce-version-1-source
sourceRevisionDigest: sha256:09d7bb14b3736b3157a46766c502598e3dde7fb338652eaaeca6fb3427b32630
sourceBlobDigest: sha256:c00e3840ee75be94b232308b1e35ba628a278cf0eead16d5cfac18d91d5f144c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down Expand Up @@ -178,6 +190,8 @@ workflow:
sync-for-commerce-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-version-1-source
sync-for-expenses-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ sources:
sync-for-commerce-version-1-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce-v1.yaml
registry:
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-version-1-source
sync-for-expenses-source:
inputs:
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
Expand Down
3,795 changes: 3,795 additions & 0 deletions previous-versions/sync-for-commerce-version-1/.speakeasy/gen.lock

Large diffs are not rendered by default.

34 changes: 12 additions & 22 deletions previous-versions/sync-for-commerce-version-1/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
configVersion: 1.0.0
management:
docChecksum: 1d7cc7d07be3f391ff109aaa9777a017
docVersion: '1.1'
speakeasyVersion: 1.126.3
generationVersion: 2.214.3
configVersion: 2.0.0
generation:
comments: {}
sdkClassName: CodatSyncCommerce
repoURL: https://github.com/codatio/client-sdk-go.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
telemetryEnabled: true
features:
go:
constsAndDefaults: 0.1.2
core: 3.2.0
deprecations: 2.81.1
examples: 2.81.3
globalSecurity: 2.82.3
globalServerURLs: 2.82.1
nameOverrides: 2.81.1
retries: 2.82.1
go:
version: 0.22.0
version: 0.23.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
imports:
Expand All @@ -34,9 +25,8 @@ go:
shared: pkg/models/shared
webhooks: pkg/models/webhooks
inputModelSuffix: input
installationURL: https://github.com/codatio/client-sdk-go/previous-versions/sync-for-commerce-version-1
maxMethodParams: 0
methodArguments: require-security-and-request
outputModelSuffix: output
packageName: github.com/codatio/client-sdk-go/previous-versions/sync-for-commerce-version-1
published: true
repoSubDirectory: previous-versions/sync-for-commerce-version-1
responseFormat: envelope
26 changes: 26 additions & 0 deletions previous-versions/sync-for-commerce-version-1/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 5b58f82

Please sign in to comment.