Skip to content

Commit

Permalink
Automated update by SDK Generator (#39)
Browse files Browse the repository at this point in the history
* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:4a43274

* Automated update by SDK Generator version:2.3.0 commit:cf6bac0

* Automated update by SDK Generator version:2.3.0 commit:312f2a0

* Automated update by SDK Generator version:2.3.0 commit:312f2a0

* Automated update by SDK Generator version:2.3.0 commit:312f2a0

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:b0eeb2c

* Automated update by SDK Generator version:2.3.0 commit:c781517

* Automated update by SDK Generator version:2.3.0 commit:c781517

* Automated update by SDK Generator version:2.3.1 commit:d4ea776

* Automated update by SDK Generator version:2.3.1 commit:6c06d9a

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nicklloyd and github-actions[bot] authored May 8, 2024
1 parent fcbb4f6 commit af8a7ae
Show file tree
Hide file tree
Showing 1,350 changed files with 2,207 additions and 3,664 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
PACKAGE_VERSION: 2.3.0
PACKAGE_VERSION: 2.3.1
steps:
- uses: actions/checkout@v3

Expand Down
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- [Getting started](#getting-started)
- [Example](#example)
- [Support](#support)
- [Known Issues](#known-issues)
- [License](#license)

## Installation
Expand Down Expand Up @@ -184,42 +183,6 @@ Read the full documentation of the WebhookApi [here](./src/gen/docs/WebhookApi.m

Open an [issue][3]!

## Known Issues

### Async Functionality with Applied Filters

There are known issues with some Async functions from the API when a filter is applied. Asynchronous operations might not behave as expected under these circumstances. We are actively working on resolving this issue and appreciate your patience.

In the meantime, you can use the non-async functions as an alternative. Replace the `Async` suffix with the synchronous counterpart when making API calls with filters. For example:

Replace this asynchronous call:
```csharp
await apiInstance.EmployeesAllAsync(
raw: raw,
consumerId: consumerId,
appId: appId,
serviceId: serviceId,
filter: new EmployeesFilter(companyId: "56fcfc3c-024a-4077-9759-3931cc73f8a3")
);
```

With the synchronous call:

```csharp
await apiInstance.EmployeesAll(
raw: raw,
consumerId: consumerId,
appId: appId,
serviceId: serviceId,
filter: new EmployeesFilter(companyId: "56fcfc3c-024a-4077-9759-3931cc73f8a3")
);
```

Please note that this workaround is temporary until the issue with Async functions is resolved.

If you encounter any issues related to Async functions while using filters, please report them by [opening an issue][3].


## License

[Apache-2.0][4]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/net",
"version": "2.3.0",
"version": "2.3.1",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
Expand Down
36 changes: 9 additions & 27 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,10 @@ docs/AttachmentReferenceType.md
docs/AuthType.md
docs/BadRequestResponse.md
docs/BalanceSheet.md
docs/BalanceSheetAssets.md
docs/BalanceSheetAssetsCurrentAssets.md
docs/BalanceSheetAssetsCurrentAssetsAccounts.md
docs/BalanceSheetAssetsFixedAssets.md
docs/BalanceSheetAssetsFixedAssetsAccounts.md
docs/BalanceSheetEquity.md
docs/BalanceSheetEquityItems.md
docs/BalanceSheetAccount.md
docs/BalanceSheetAccountRecord.md
docs/BalanceSheetFilter.md
docs/BalanceSheetLiabilities.md
docs/BalanceSheetLiabilitiesAccounts.md
docs/BalanceSheetReports.md
docs/BankAccount.md
docs/Benefit.md
docs/Bill.md
Expand Down Expand Up @@ -711,16 +705,10 @@ src/Apideck.Test/Model/AttachmentReferenceTypeTests.cs
src/Apideck.Test/Model/AttachmentTests.cs
src/Apideck.Test/Model/AuthTypeTests.cs
src/Apideck.Test/Model/BadRequestResponseTests.cs
src/Apideck.Test/Model/BalanceSheetAssetsCurrentAssetsAccountsTests.cs
src/Apideck.Test/Model/BalanceSheetAssetsCurrentAssetsTests.cs
src/Apideck.Test/Model/BalanceSheetAssetsFixedAssetsAccountsTests.cs
src/Apideck.Test/Model/BalanceSheetAssetsFixedAssetsTests.cs
src/Apideck.Test/Model/BalanceSheetAssetsTests.cs
src/Apideck.Test/Model/BalanceSheetEquityItemsTests.cs
src/Apideck.Test/Model/BalanceSheetEquityTests.cs
src/Apideck.Test/Model/BalanceSheetAccountRecordTests.cs
src/Apideck.Test/Model/BalanceSheetAccountTests.cs
src/Apideck.Test/Model/BalanceSheetFilterTests.cs
src/Apideck.Test/Model/BalanceSheetLiabilitiesAccountsTests.cs
src/Apideck.Test/Model/BalanceSheetLiabilitiesTests.cs
src/Apideck.Test/Model/BalanceSheetReportsTests.cs
src/Apideck.Test/Model/BalanceSheetTests.cs
src/Apideck.Test/Model/BankAccountTests.cs
src/Apideck.Test/Model/BenefitTests.cs
Expand Down Expand Up @@ -1385,16 +1373,10 @@ src/Apideck/Model/AttachmentReferenceType.cs
src/Apideck/Model/AuthType.cs
src/Apideck/Model/BadRequestResponse.cs
src/Apideck/Model/BalanceSheet.cs
src/Apideck/Model/BalanceSheetAssets.cs
src/Apideck/Model/BalanceSheetAssetsCurrentAssets.cs
src/Apideck/Model/BalanceSheetAssetsCurrentAssetsAccounts.cs
src/Apideck/Model/BalanceSheetAssetsFixedAssets.cs
src/Apideck/Model/BalanceSheetAssetsFixedAssetsAccounts.cs
src/Apideck/Model/BalanceSheetEquity.cs
src/Apideck/Model/BalanceSheetEquityItems.cs
src/Apideck/Model/BalanceSheetAccount.cs
src/Apideck/Model/BalanceSheetAccountRecord.cs
src/Apideck/Model/BalanceSheetFilter.cs
src/Apideck/Model/BalanceSheetLiabilities.cs
src/Apideck/Model/BalanceSheetLiabilitiesAccounts.cs
src/Apideck/Model/BalanceSheetReports.cs
src/Apideck/Model/BankAccount.cs
src/Apideck/Model/Benefit.cs
src/Apideck/Model/Bill.cs
Expand Down
10 changes: 5 additions & 5 deletions src/gen/Apideck.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{EDD70212-B936-48FD-8189-FD7365EF656A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{F713C13C-5DC0-43F6-97E3-0F4C00E70CDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck.Test", "src\Apideck.Test\Apideck.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDD70212-B936-48FD-8189-FD7365EF656A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDD70212-B936-48FD-8189-FD7365EF656A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDD70212-B936-48FD-8189-FD7365EF656A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDD70212-B936-48FD-8189-FD7365EF656A}.Release|Any CPU.Build.0 = Release|Any CPU
{F713C13C-5DC0-43F6-97E3-0F4C00E70CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F713C13C-5DC0-43F6-97E3-0F4C00E70CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F713C13C-5DC0-43F6-97E3-0F4C00E70CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F713C13C-5DC0-43F6-97E3-0F4C00E70CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/Attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**DisplayId** | **string** | The display id of the file | [optional]
**Name** | **string** | The name of the file | [optional]
**MimeType** | **string** | The MIME type of the file. | [optional]
**Size** | **int?** | The size of the file in bytes | [optional]
Expand Down
13 changes: 1 addition & 12 deletions src/gen/docs/BalanceSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**ReportName** | **string** | The name of the report |
**StartDate** | **string** | The start date of the report |
**EndDate** | **string** | The start date of the report | [optional]
**Assets** | [**BalanceSheetAssets**](BalanceSheetAssets.md) | |
**Liabilities** | [**BalanceSheetLiabilities**](BalanceSheetLiabilities.md) | |
**Equity** | [**BalanceSheetEquity**](BalanceSheetEquity.md) | |
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**Reports** | [**List&lt;BalanceSheetReports&gt;**](BalanceSheetReports.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

13 changes: 13 additions & 0 deletions src/gen/docs/BalanceSheetAccount.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Apideck.Model.BalanceSheetAccount

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The unique identifier for the account. | [optional] [readonly]
**Name** | **string** | Name of the report item | [optional]
**Value** | **decimal** | The value of the account. | [optional]
**Items** | [**List&lt;AnyOfBalanceSheetAccountBalanceSheetAccountRecord&gt;**](AnyOfBalanceSheetAccountBalanceSheetAccountRecord.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Apideck.Model.BalanceSheetEquityItems
# Apideck.Model.BalanceSheetAccountRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**Name** | **string** | The type of the equity | [optional]
**Value** | **decimal** | The equity amount | [optional]
**AccountId** | **string** | The unique identifier for the account. | [optional] [readonly]
**Name** | **string** | Name of the report item | [optional]
**Value** | **decimal** | The value of the account. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

12 changes: 0 additions & 12 deletions src/gen/docs/BalanceSheetAssets.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/gen/docs/BalanceSheetAssetsCurrentAssets.md

This file was deleted.

12 changes: 0 additions & 12 deletions src/gen/docs/BalanceSheetAssetsCurrentAssetsAccounts.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/gen/docs/BalanceSheetAssetsFixedAssets.md

This file was deleted.

12 changes: 0 additions & 12 deletions src/gen/docs/BalanceSheetAssetsFixedAssetsAccounts.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/gen/docs/BalanceSheetEquity.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/gen/docs/BalanceSheetLiabilities.md

This file was deleted.

12 changes: 0 additions & 12 deletions src/gen/docs/BalanceSheetLiabilitiesAccounts.md

This file was deleted.

23 changes: 23 additions & 0 deletions src/gen/docs/BalanceSheetReports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Apideck.Model.BalanceSheetReports

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**ReportName** | **string** | The name of the report | [optional]
**StartDate** | **string** | The start date of the report | [optional]
**EndDate** | **string** | The start date of the report |
**Currency** | **Currency** | | [optional]
**Assets** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
**Liabilities** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
**Equity** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
**NetAssets** | **decimal** | The net assets of the balance sheet | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

1 change: 1 addition & 0 deletions src/gen/docs/Contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Name | Type | Description | Notes
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The last update date of the contact. | [optional] [readonly]
**CreatedAt** | **DateTime?** | The creation date of the contact. | [optional] [readonly]
**OpportunityIds** | **List&lt;string&gt;** | The opportunity ids of the contact. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

1 change: 1 addition & 0 deletions src/gen/docs/EcommerceOrdersFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | Customer email address to filter on | [optional]
**CustomerId** | **string** | Customer id to filter on | [optional]
**UpdatedSince** | **string** | Minimum date the order was last modified | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion src/gen/src/Apideck.Test/Api/AccountingApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
* The version of the OpenAPI document: 10.4.0
* The version of the OpenAPI document: 10.4.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gen/src/Apideck.Test/Api/AtsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
* The version of the OpenAPI document: 10.4.0
* The version of the OpenAPI document: 10.4.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gen/src/Apideck.Test/Api/ConnectorApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
* The version of the OpenAPI document: 10.4.0
* The version of the OpenAPI document: 10.4.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gen/src/Apideck.Test/Api/CrmApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
* The version of the OpenAPI document: 10.4.0
* The version of the OpenAPI document: 10.4.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gen/src/Apideck.Test/Api/EcommerceApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* The Apideck OpenAPI Spec: SDK Optimized
*
* The version of the OpenAPI document: 10.4.0
* The version of the OpenAPI document: 10.4.1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/

Expand Down
Loading

0 comments on commit af8a7ae

Please sign in to comment.