Skip to content

Commit 6cc2080

Browse files
authored
Merge pull request #55 from codatio/speakeasy-sdk-regen-1726244575
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 0.4.0
2 parents 6f50642 + 1933c62 commit 6cc2080

File tree

289 files changed

+13004
-8181
lines changed

Some content is hidden

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

289 files changed

+13004
-8181
lines changed

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ sources:
4242
tags:
4343
- latest
4444
- main
45+
sync-for-payables-source:
46+
sourceNamespace: sync-for-payables-source
47+
sourceRevisionDigest: sha256:38ff5df729c04014b90167ea51760f7690b417ff04928482051d8acee68befde
48+
sourceBlobDigest: sha256:6ed96ad8ecab289621839d0df446a473e3dc8ea83765e3316020a6670b44da0b
49+
tags:
50+
- latest
51+
- main
4552
targets:
4653
accounting-library:
4754
source: accounting-source
@@ -73,6 +80,11 @@ targets:
7380
sourceNamespace: sync-for-expenses-source
7481
sourceRevisionDigest: sha256:b5eb22d9cecae898f800d1dd163828079b3e370e151cb6dbf02122f0c8cff9cc
7582
sourceBlobDigest: sha256:7f399328e7bf537a3e5ee884667234673d34c00e889182df4e2b0500bb91dcfd
83+
sync-for-payables-library:
84+
source: sync-for-payables-source
85+
sourceNamespace: sync-for-payables-source
86+
sourceRevisionDigest: sha256:38ff5df729c04014b90167ea51760f7690b417ff04928482051d8acee68befde
87+
sourceBlobDigest: sha256:6ed96ad8ecab289621839d0df446a473e3dc8ea83765e3316020a6670b44da0b
7688
workflow:
7789
workflowVersion: 1.0.0
7890
speakeasyVersion: latest
@@ -113,6 +125,8 @@ workflow:
113125
sync-for-payables-source:
114126
inputs:
115127
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
128+
registry:
129+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
116130
sync-for-payroll-source:
117131
inputs:
118132
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ sources:
3737
sync-for-payables-source:
3838
inputs:
3939
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
40+
registry:
41+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source
4042
sync-for-payroll-source:
4143
inputs:
4244
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml

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

Lines changed: 959 additions & 248 deletions
Large diffs are not rendered by default.

sync-for-payables/.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.3.0
14+
version: 0.4.0
1515
additionalDependencies: []
16+
additionalPlugins: []
1617
artifactID: sync.payables
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-payables/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)