You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<Description>Sync for Payroll: The API for Sync for Payroll.
13
+
14
+
Sync for Payroll is an API and a set of supporting tools built to help integrate your customers' payroll data from their HR and payroll platforms into their accounting software and to support its reconciliation.
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3
+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
5
4
//
6
5
// Changes to this file may cause incorrect behavior and will be lost when
7
6
// the code is regenerated.
@@ -11,8 +10,9 @@
11
10
namespaceCodat.Sync.Payroll
12
11
{
13
12
usingCodat.Sync.Payroll.Hooks;
13
+
usingCodat.Sync.Payroll.Models.Components;
14
14
usingCodat.Sync.Payroll.Models.Errors;
15
-
usingCodat.Sync.Payroll.Models.Shared;
15
+
usingCodat.Sync.Payroll.Utils.Retries;
16
16
usingCodat.Sync.Payroll.Utils;
17
17
usingNewtonsoft.Json;
18
18
usingSystem.Collections.Generic;
@@ -25,7 +25,7 @@ namespace Codat.Sync.Payroll
25
25
///
26
26
/// <remarks>
27
27
/// <br/>
28
-
/// Sync for Payroll is an API and a set of supporting tools built to help integrate your customers' payroll data from their HR and payroll platforms into their accounting platforms and to support its reconciliation.<br/>
28
+
/// Sync for Payroll is an API and a set of supporting tools built to help integrate your customers' payroll data from their HR and payroll platforms into their accounting software and to support its reconciliation.<br/>
@@ -130,7 +131,7 @@ public ISpeakeasyHttpClient InitHooks(ISpeakeasyHttpClient client)
130
131
///
131
132
/// <remarks>
132
133
/// <br/>
133
-
/// Sync for Payroll is an API and a set of supporting tools built to help integrate your customers' payroll data from their HR and payroll platforms into their accounting platforms and to support its reconciliation.<br/>
134
+
/// Sync for Payroll is an API and a set of supporting tools built to help integrate your customers' payroll data from their HR and payroll platforms into their accounting software and to support its reconciliation.<br/>
0 commit comments