Skip to content

Commit 7a02c5d

Browse files
authored
Merge pull request #342 from codatio/speakeasy-sdk-regen-1695073516
chore: speakeasy sdk regeneration - Generate Sync for Payroll library
2 parents f664243 + b7d1aef commit 7a02c5d

Some content is hidden

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

57 files changed

+572
-258
lines changed

sync-for-payroll/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,49 +68,49 @@ if res.create_account_response is not None:
6868
## Available Resources and Operations
6969

7070

71-
### [accounts](docs/sdks/accounts/README.md)
71+
### [Accounts](docs/sdks/accounts/README.md)
7272

7373
* [create](docs/sdks/accounts/README.md#create) - Create account
7474
* [get](docs/sdks/accounts/README.md#get) - Get account
7575
* [get_create_model](docs/sdks/accounts/README.md#get_create_model) - Get create account model
7676
* [list](docs/sdks/accounts/README.md#list) - List accounts
7777

78-
### [companies](docs/sdks/companies/README.md)
78+
### [Companies](docs/sdks/companies/README.md)
7979

8080
* [create](docs/sdks/companies/README.md#create) - Create company
8181
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
8282
* [get](docs/sdks/companies/README.md#get) - Get company
8383
* [list](docs/sdks/companies/README.md#list) - List companies
8484
* [update](docs/sdks/companies/README.md#update) - Update company
8585

86-
### [company_info](docs/sdks/companyinfo/README.md)
86+
### [CompanyInfo](docs/sdks/companyinfo/README.md)
8787

8888
* [get_accounting_profile](docs/sdks/companyinfo/README.md#get_accounting_profile) - Get company accounting profile
8989

90-
### [connections](docs/sdks/connections/README.md)
90+
### [Connections](docs/sdks/connections/README.md)
9191

9292
* [create](docs/sdks/connections/README.md#create) - Create connection
9393
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
9494
* [get](docs/sdks/connections/README.md#get) - Get connection
9595
* [list](docs/sdks/connections/README.md#list) - List connections
9696
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
9797

98-
### [journal_entries](docs/sdks/journalentries/README.md)
98+
### [JournalEntries](docs/sdks/journalentries/README.md)
9999

100100
* [create](docs/sdks/journalentries/README.md#create) - Create journal entry
101101
* [delete](docs/sdks/journalentries/README.md#delete) - Delete journal entry
102102
* [get](docs/sdks/journalentries/README.md#get) - Get journal entry
103103
* [get_create_model](docs/sdks/journalentries/README.md#get_create_model) - Get create journal entry model
104104
* [list](docs/sdks/journalentries/README.md#list) - List journal entries
105105

106-
### [journals](docs/sdks/journals/README.md)
106+
### [Journals](docs/sdks/journals/README.md)
107107

108108
* [create](docs/sdks/journals/README.md#create) - Create journal
109109
* [get](docs/sdks/journals/README.md#get) - Get journal
110110
* [get_create_model](docs/sdks/journals/README.md#get_create_model) - Get create journal model
111111
* [list](docs/sdks/journals/README.md#list) - List journals
112112

113-
### [manage_data](docs/sdks/managedata/README.md)
113+
### [ManageData](docs/sdks/managedata/README.md)
114114

115115
* [get_data_status](docs/sdks/managedata/README.md#get_data_status) - Get data status
116116
* [get_pull_operation](docs/sdks/managedata/README.md#get_pull_operation) - Get pull operation
@@ -120,7 +120,7 @@ if res.create_account_response is not None:
120120
* [refresh_all_data_types](docs/sdks/managedata/README.md#refresh_all_data_types) - Refresh all data
121121
* [refresh_data_type](docs/sdks/managedata/README.md#refresh_data_type) - Refresh data type
122122

123-
### [tracking_categories](docs/sdks/trackingcategories/README.md)
123+
### [TrackingCategories](docs/sdks/trackingcategories/README.md)
124124

125125
* [get](docs/sdks/trackingcategories/README.md#get) - Get tracking categories
126126
* [list](docs/sdks/trackingcategories/README.md#list) - List tracking categories

sync-for-payroll/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.2.0] sync-for-payroll
2020
### Releases
21-
- [PyPI v0.2.0] https://pypi.org/project/codat-sync-for-payroll/0.2.0 - sync-for-payroll
21+
- [PyPI v0.2.0] https://pypi.org/project/codat-sync-for-payroll/0.2.0 - sync-for-payroll
22+
23+
## 2023-09-18 21:45:13
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
27+
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v1.1.0] sync-for-payroll
30+
### Releases
31+
- [PyPI v1.1.0] https://pypi.org/project/codat-sync-for-payroll/1.1.0 - sync-for-payroll

sync-for-payroll/docs/models/operations/getaccountingprofilecompanyinformationphone.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

sync-for-payroll/docs/models/operations/getaccountingprofilecompanyinformationweblink.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

sync-for-payroll/docs/models/operations/getaccountingprofileresponse.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
8-
| `company_information` | [Optional[GetAccountingProfileCompanyInformation]](../../models/operations/getaccountingprofilecompanyinformation.md) | :heavy_minus_sign: | Success |
9-
| `content_type` | *str* | :heavy_check_mark: | N/A |
10-
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
11-
| `status_code` | *int* | :heavy_check_mark: | N/A |
12-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `company_info` | [Optional[shared.CompanyInfo]](../../models/shared/companyinfo.md) | :heavy_minus_sign: | Success |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
11+
| `status_code` | *int* | :heavy_check_mark: | N/A |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

sync-for-payroll/docs/models/shared/onecompanies1percent7bcompanyidpercent7d1data1infogetresponses200contentapplication1jsonschemapropertiesaddressesitemsdefinitionsaccountingaddresstype.md renamed to sync-for-payroll/docs/models/shared/accountingaddresstype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Onecompanies1Percent7BcompanyIDPercent7D1data1infoGetResponses200ContentApplication1jsonSchemaPropertiesAddressesItemsDefinitionsAccountingAddressType
1+
# AccountingAddressType
22

33
The type of the address
44

0 commit comments

Comments
 (0)