Skip to content

Commit 6c98f5b

Browse files
authored
Merge pull request #53 from codatio/speakeasy-sdk-regen-1726243848
chore: 🐝 Update SDK - Generate Sync for Commerce library SYNC-FOR-COMMERCE-LIBRARY 0.2.0
2 parents 7d16205 + bf7cf4b commit 6c98f5b

File tree

299 files changed

+13319
-7700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+13319
-7700
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ sources:
2828
tags:
2929
- latest
3030
- main
31+
sync-for-commerce-source:
32+
sourceNamespace: sync-for-commerce-source
33+
sourceRevisionDigest: sha256:cb5d21b0772d51cab179e51e610a8a801e4535bf1beb0deef33f63bd8ca7a5cc
34+
sourceBlobDigest: sha256:ab64a148f650a63d3411abb1686ffdcc252ddb1525415957d2dcd7e818882594
35+
tags:
36+
- latest
37+
- main
3138
targets:
3239
accounting-library:
3340
source: accounting-source
@@ -49,6 +56,11 @@ targets:
4956
sourceNamespace: platform-source
5057
sourceRevisionDigest: sha256:f64563c42bd171b8b9dfa247cab62960d93ffb3ef27c0e5dd374d6215a535b5d
5158
sourceBlobDigest: sha256:e1e3f4c3ed16022322bc656bb0e4ef28c04fff8c92c271cc859c6e2b32af5613
59+
sync-for-commerce-library:
60+
source: sync-for-commerce-source
61+
sourceNamespace: sync-for-commerce-source
62+
sourceRevisionDigest: sha256:cb5d21b0772d51cab179e51e610a8a801e4535bf1beb0deef33f63bd8ca7a5cc
63+
sourceBlobDigest: sha256:ab64a148f650a63d3411abb1686ffdcc252ddb1525415957d2dcd7e818882594
5264
workflow:
5365
workflowVersion: 1.0.0
5466
speakeasyVersion: latest
@@ -79,6 +91,8 @@ workflow:
7991
sync-for-commerce-source:
8092
inputs:
8193
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
94+
registry:
95+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source
8296
sync-for-expenses-source:
8397
inputs:
8498
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sources:
2727
sync-for-commerce-source:
2828
inputs:
2929
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
30+
registry:
31+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source
3032
sync-for-expenses-source:
3133
inputs:
3234
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml

sync-for-commerce/.speakeasy/gen.lock

Lines changed: 592 additions & 255 deletions
Large diffs are not rendered by default.

sync-for-commerce/.speakeasy/gen.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ generation:
77
nameResolutionDec2023: false
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
telemetryEnabled: true
1113
java:
12-
version: 0.1.0
14+
version: 0.2.0
15+
additionalDependencies: []
16+
additionalPlugins: []
1317
artifactID: sync.commerce
1418
author: Codat
19+
clientServerStatusCodesAsErrors: true
1520
companyEmail: support@codat.io
1621
companyName: Codat
1722
companyURL: https://www.codat.io/
@@ -28,6 +33,10 @@ java:
2833
shared: models/components
2934
webhooks: models/webhooks
3035
inputModelSuffix: input
36+
license:
37+
name: The MIT License (MIT)
38+
shortName: MIT
39+
url: https://mit-license.org/
3140
maxMethodParams: 0
3241
outputModelSuffix: output
3342
projectName: openapi

sync-for-commerce/CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
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.
4+
5+
## How to Report Issues
6+
7+
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:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
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.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

0 commit comments

Comments
 (0)