Skip to content

Commit 7d16205

Browse files
authored
Merge pull request #52 from codatio/speakeasy-sdk-regen-1726243483
chore: 🐝 Update SDK - Generate Platform library PLATFORM-LIBRARY 0.5.0
2 parents 625669d + 7b404bf commit 7d16205

490 files changed

Lines changed: 16348 additions & 9325 deletions

File tree

Some content is hidden

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

.speakeasy/workflow.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ sources:
2121
tags:
2222
- latest
2323
- main
24+
platform-source:
25+
sourceNamespace: platform-source
26+
sourceRevisionDigest: sha256:f64563c42bd171b8b9dfa247cab62960d93ffb3ef27c0e5dd374d6215a535b5d
27+
sourceBlobDigest: sha256:e1e3f4c3ed16022322bc656bb0e4ef28c04fff8c92c271cc859c6e2b32af5613
28+
tags:
29+
- latest
30+
- main
2431
targets:
2532
accounting-library:
2633
source: accounting-source
@@ -37,6 +44,11 @@ targets:
3744
sourceNamespace: lending-source
3845
sourceRevisionDigest: sha256:9147c771bacaf4215b76211456d0c1004ee745d3eab1429e3c39599c317c5b17
3946
sourceBlobDigest: sha256:11ae523963780dcf6d5f3e5d617b7d4f809c94c11f59f95202727916e51510f4
47+
platform-library:
48+
source: platform-source
49+
sourceNamespace: platform-source
50+
sourceRevisionDigest: sha256:f64563c42bd171b8b9dfa247cab62960d93ffb3ef27c0e5dd374d6215a535b5d
51+
sourceBlobDigest: sha256:e1e3f4c3ed16022322bc656bb0e4ef28c04fff8c92c271cc859c6e2b32af5613
4052
workflow:
4153
workflowVersion: 1.0.0
4254
speakeasyVersion: latest
@@ -62,6 +74,8 @@ workflow:
6274
platform-source:
6375
inputs:
6476
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
77+
registry:
78+
location: registry.speakeasyapi.dev/codat/codat/platform-source
6579
sync-for-commerce-source:
6680
inputs:
6781
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ sources:
2222
platform-source:
2323
inputs:
2424
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
25+
registry:
26+
location: registry.speakeasyapi.dev/codat/codat/platform-source
2527
sync-for-commerce-source:
2628
inputs:
2729
- location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml

platform/.speakeasy/gen.lock

Lines changed: 1456 additions & 434 deletions
Large diffs are not rendered by default.

platform/.speakeasy/gen.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
telemetryEnabled: true
1313
java:
14-
version: 0.4.0
14+
version: 0.5.0
1515
additionalDependencies: []
16+
additionalPlugins: []
1617
artifactID: platform
1718
author: Codat
1819
clientServerStatusCodesAsErrors: true
@@ -32,6 +33,10 @@ java:
3233
shared: models/shared
3334
webhooks: models/webhooks
3435
inputModelSuffix: input
36+
license:
37+
name: The MIT License (MIT)
38+
shortName: MIT
39+
url: https://mit-license.org/
3540
maxMethodParams: 0
3641
outputModelSuffix: output
3742
projectName: openapi

platform/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)