Skip to content

Commit 0088670

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.393.0 (#287)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 01668dd commit 0088670

File tree

648 files changed

+40997
-2373
lines changed

Some content is hidden

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

648 files changed

+40997
-2373
lines changed

previous-versions/sync-for-payables-version-1/.speakeasy/gen.lock

Lines changed: 4953 additions & 127 deletions
Large diffs are not rendered by default.
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

previous-versions/sync-for-payables-version-1/CodatSyncPayables.sln renamed to previous-versions/sync-for-payables-version-1/Codat.Sync.Payables.V1.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codat.Sync.Payables", "CodatSyncPayables\CodatSyncPayables.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codat.Sync.Payables.V1", "Codat\Sync\Payables\V1\Codat.Sync.Payables.V1.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
44
EndProject
55

66
Global

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/Accounts.cs

Lines changed: 626 additions & 0 deletions
Large diffs are not rendered by default.

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BankAccounts.cs

Lines changed: 346 additions & 0 deletions
Large diffs are not rendered by default.

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BillCreditNotes.cs

Lines changed: 776 additions & 0 deletions
Large diffs are not rendered by default.

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/BillPayments.cs

Lines changed: 790 additions & 0 deletions
Large diffs are not rendered by default.

previous-versions/sync-for-payables-version-1/Codat/Sync/Payables/V1/Bills.cs

Lines changed: 1643 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<IsPackable>true</IsPackable>
5+
<PackageId>Codat.Sync.Payables.V1</PackageId>
6+
<Version>3.3.0</Version>
7+
<TargetFramework>net6.0</TargetFramework>
8+
<Authors>Codat</Authors>
9+
<Copyright>Copyright (c) Codat 2024</Copyright>
10+
<RepositoryUrl>https://github.com/codatio/client-sdk-csharp.git</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<Description>Sync for Payables: The API for Sync for Payables.
13+
14+
Sync for Payables is an API and a set of supporting tools built to help integrate with your customers' accounting software, and keep their supplier information, invoices, and payments in sync.
15+
16+
[Explore product](https://docs.codat.io/payables/overview) | [See OpenAPI spec](https://github.com/codatio/oas)
17+
18+
---
19+
<!-- Start Codat Tags Table -->
20+
## Endpoints
21+
22+
| Endpoints | Description |
23+
| :- |:- |
24+
| Companies | Create and manage your SMB users' companies. |
25+
| Connections | Create new and manage existing data connections for a company. |
26+
| Accounts | Get, create, and update Accounts. |
27+
| Bank accounts | Get, create, and update Bank accounts. |
28+
| Bills | Get, create, and update Bills. |
29+
| Bill credit notes | Get, create, and update Bill credit notes. |
30+
| Bill payments | Get, create, and update Bill payments. |
31+
| Journals | Get, create, and update Journals. |
32+
| Journal entries | Get, create, and update Journal entries. |
33+
| Payment methods | Get, create, and update Payment methods. |
34+
| Suppliers | Get, create, and update Suppliers. |
35+
| Tax rates | Get, create, and update Tax rates. |
36+
| Tracking categories | Get, create, and update Tracking categories. |
37+
| Company info | View company profile from the source platform. |
38+
| Push operations | View historic push operations. |
39+
| Manage data | Control how data is retrieved from an integration. |
40+
<!-- End Codat Tags Table --></Description>
41+
</PropertyGroup>
42+
43+
<PropertyGroup>
44+
<Nullable>enable</Nullable>
45+
<NoWarn>1591</NoWarn>
46+
</PropertyGroup>
47+
48+
<PropertyGroup>
49+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
50+
<PackageReadmeFile>README.md</PackageReadmeFile>
51+
</PropertyGroup>
52+
53+
<ItemGroup>
54+
<None Include="..\..\..\..\NUGET.md" Pack="true" PackagePath="README.md"/>
55+
<None Include="..\..\..\..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
56+
</ItemGroup>
57+
58+
<ItemGroup>
59+
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
60+
<PackageReference Include="nodatime" Version="3.1.9" />
61+
</ItemGroup>
62+
63+
</Project>

0 commit comments

Comments
 (0)