Skip to content

Commit 6f50642

Browse files
authored
Merge pull request #54 from codatio/speakeasy-sdk-regen-1726244246
chore: 🐝 Update SDK - Generate Sync for Expenses library SYNC-FOR-EXPENSES-LIBRARY 0.3.0
2 parents 6c98f5b + 52781ea commit 6f50642

File tree

596 files changed

+35657
-18816
lines changed

Some content is hidden

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

596 files changed

+35657
-18816
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ sources:
3535
tags:
3636
- latest
3737
- main
38+
sync-for-expenses-source:
39+
sourceNamespace: sync-for-expenses-source
40+
sourceRevisionDigest: sha256:b5eb22d9cecae898f800d1dd163828079b3e370e151cb6dbf02122f0c8cff9cc
41+
sourceBlobDigest: sha256:7f399328e7bf537a3e5ee884667234673d34c00e889182df4e2b0500bb91dcfd
42+
tags:
43+
- latest
44+
- main
3845
targets:
3946
accounting-library:
4047
source: accounting-source
@@ -61,6 +68,11 @@ targets:
6168
sourceNamespace: sync-for-commerce-source
6269
sourceRevisionDigest: sha256:cb5d21b0772d51cab179e51e610a8a801e4535bf1beb0deef33f63bd8ca7a5cc
6370
sourceBlobDigest: sha256:ab64a148f650a63d3411abb1686ffdcc252ddb1525415957d2dcd7e818882594
71+
sync-for-expenses-library:
72+
source: sync-for-expenses-source
73+
sourceNamespace: sync-for-expenses-source
74+
sourceRevisionDigest: sha256:b5eb22d9cecae898f800d1dd163828079b3e370e151cb6dbf02122f0c8cff9cc
75+
sourceBlobDigest: sha256:7f399328e7bf537a3e5ee884667234673d34c00e889182df4e2b0500bb91dcfd
6476
workflow:
6577
workflowVersion: 1.0.0
6678
speakeasyVersion: latest
@@ -96,6 +108,8 @@ workflow:
96108
sync-for-expenses-source:
97109
inputs:
98110
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
111+
registry:
112+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source
99113
sync-for-payables-source:
100114
inputs:
101115
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ sources:
3232
sync-for-expenses-source:
3333
inputs:
3434
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
35+
registry:
36+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source
3537
sync-for-payables-source:
3638
inputs:
3739
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml

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

Lines changed: 2356 additions & 519 deletions
Large diffs are not rendered by default.

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
telemetryEnabled: true
1313
java:
14-
version: 0.2.1
14+
version: 0.3.0
1515
additionalDependencies: []
16+
additionalPlugins: []
1617
artifactID: sync.expenses
1718
author: Codat
19+
clientServerStatusCodesAsErrors: true
1820
companyEmail: support@codat.io
1921
companyName: Codat
2022
companyURL: https://www.codat.io/
@@ -31,6 +33,10 @@ java:
3133
shared: models/components
3234
webhooks: models/webhooks
3335
inputModelSuffix: input
36+
license:
37+
name: The MIT License (MIT)
38+
shortName: MIT
39+
url: https://mit-license.org/
3440
maxMethodParams: 0
3541
outputModelSuffix: output
3642
projectName: openapi

sync-for-expenses/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)