Skip to content

Commit

Permalink
Merge pull request #43 from apideck-libraries/generator-update
Browse files Browse the repository at this point in the history
Automated update by SDK Generator
  • Loading branch information
nicklloyd authored Jul 11, 2024
2 parents 8aa7e4b + 210e52c commit 3b08ce7
Show file tree
Hide file tree
Showing 1,333 changed files with 2,483 additions and 1,425 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.4.0
PACKAGE_VERSION: 2.4.1
steps:
- uses: actions/checkout@v3

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.4.0",
"version": "2.4.1",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
Expand Down
6 changes: 6 additions & 0 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ docs/UpdateWebhookRequest.md
docs/UpdateWebhookResponse.md
docs/UploadSession.md
docs/User.md
docs/ValidateConnectionStateResponse.md
docs/ValidateConnectionStateResponseData.md
docs/VaultApi.md
docs/VaultEventType.md
docs/VirtualWebhooks.md
Expand Down Expand Up @@ -1295,6 +1297,8 @@ src/Apideck.Test/Model/UpdateWebhookRequestTests.cs
src/Apideck.Test/Model/UpdateWebhookResponseTests.cs
src/Apideck.Test/Model/UploadSessionTests.cs
src/Apideck.Test/Model/UserTests.cs
src/Apideck.Test/Model/ValidateConnectionStateResponseDataTests.cs
src/Apideck.Test/Model/ValidateConnectionStateResponseTests.cs
src/Apideck.Test/Model/VaultEventTypeTests.cs
src/Apideck.Test/Model/VirtualWebhooksTests.cs
src/Apideck.Test/Model/WalletDetailsTests.cs
Expand Down Expand Up @@ -1962,6 +1966,8 @@ src/Apideck/Model/UpdateWebhookRequest.cs
src/Apideck/Model/UpdateWebhookResponse.cs
src/Apideck/Model/UploadSession.cs
src/Apideck/Model/User.cs
src/Apideck/Model/ValidateConnectionStateResponse.cs
src/Apideck/Model/ValidateConnectionStateResponseData.cs
src/Apideck/Model/VaultEventType.cs
src/Apideck/Model/VirtualWebhooks.cs
src/Apideck/Model/WalletDetails.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", "{E392B9D6-843C-471E-908D-CA2C16798FC0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{4BF62DFC-3E01-4925-AF05-29F376ED33EB}"
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
{E392B9D6-843C-471E-908D-CA2C16798FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E392B9D6-843C-471E-908D-CA2C16798FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E392B9D6-843C-471E-908D-CA2C16798FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E392B9D6-843C-471E-908D-CA2C16798FC0}.Release|Any CPU.Build.0 = Release|Any CPU
{4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BF62DFC-3E01-4925-AF05-29F376ED33EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BF62DFC-3E01-4925-AF05-29F376ED33EB}.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
8 changes: 4 additions & 4 deletions src/gen/docs/BalanceSheetAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A balance sheet account represents the financial position of a company at a spec
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The unique identifier for the account. | [optional] [readonly]
**Code** | **string** | The code of the account. | [optional]
**Name** | **string** | Name of the report item | [optional]
**Value** | **decimal** | The value of the account. | [optional]
**Items** | [**List<AnyOfBalanceSheetAccountBalanceSheetAccountRecord>**](AnyOfBalanceSheetAccountBalanceSheetAccountRecord.md) | | [optional]
**Code** | **string** | The account code of the account | [optional] [readonly]
**Name** | **string** | The name of the account. | [optional] [readonly]
**Value** | **decimal** | The amount or value of the item | [optional] [readonly]
**Items** | [**List<AnyOfBalanceSheetAccountBalanceSheetAccountRecord>**](AnyOfBalanceSheetAccountBalanceSheetAccountRecord.md) | A list of balance sheet accounts | [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)

7 changes: 4 additions & 3 deletions src/gen/docs/BalanceSheetAccountRecord.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Apideck.Model.BalanceSheetAccountRecord
A record of a balance sheet account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The unique identifier for the account. | [optional] [readonly]
**Code** | **string** | The code of the account. | [optional]
**Name** | **string** | Name of the report item | [optional]
**Value** | **decimal** | The value of the account. | [optional]
**Code** | **string** | The account code of the account | [optional] [readonly]
**Name** | **string** | The name of the account. | [optional] [readonly]
**Value** | **decimal** | The amount or value of the item | [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)

2 changes: 1 addition & 1 deletion src/gen/docs/BalanceSheetReports.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name | Type | Description | Notes
**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]
**UncategorizedItems** | [**List<AnyOfBalanceSheetAccountBalanceSheetAccountRecord>**](AnyOfBalanceSheetAccountBalanceSheetAccountRecord.md) | Items that are not categorized in the balance sheet | [optional]
**UncategorizedItems** | [**List<AnyOfBalanceSheetAccountBalanceSheetAccountRecord>**](AnyOfBalanceSheetAccountBalanceSheetAccountRecord.md) | A list of balance sheet accounts | [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)

24 changes: 15 additions & 9 deletions src/gen/docs/HrisApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Method | HTTP request | Description
[**PayrollsOne**](HrisApi.md#payrollsone) | **GET** /hris/payrolls/{payroll_id} | Get Payroll
[**TimeOffRequestsAdd**](HrisApi.md#timeoffrequestsadd) | **POST** /hris/time-off-requests | Create Time Off Request
[**TimeOffRequestsAll**](HrisApi.md#timeoffrequestsall) | **GET** /hris/time-off-requests | List Time Off Requests
[**TimeOffRequestsDelete**](HrisApi.md#timeoffrequestsdelete) | **DELETE** /hris/time-off-requests/{id} | Delete Time Off Request
[**TimeOffRequestsOne**](HrisApi.md#timeoffrequestsone) | **GET** /hris/time-off-requests/{id} | Get Time Off Request
[**TimeOffRequestsUpdate**](HrisApi.md#timeoffrequestsupdate) | **PATCH** /hris/time-off-requests/{id} | Update Time Off Request
[**TimeOffRequestsDelete**](HrisApi.md#timeoffrequestsdelete) | **DELETE** /hris/time-off-requests/employees/{employee_id}/time-off-requests/{id} | Delete Time Off Request
[**TimeOffRequestsOne**](HrisApi.md#timeoffrequestsone) | **GET** /hris/time-off-requests/employees/{employee_id}/time-off-requests/{id} | Get Time Off Request
[**TimeOffRequestsUpdate**](HrisApi.md#timeoffrequestsupdate) | **PATCH** /hris/time-off-requests/employees/{employee_id}/time-off-requests/{id} | Update Time Off Request


<a name="companiesadd"></a>
Expand Down Expand Up @@ -2077,7 +2077,7 @@ Name | Type | Description | Notes

<a name="timeoffrequestsdelete"></a>
# **TimeOffRequestsDelete**
> DeleteTimeOffRequestResponse TimeOffRequestsDelete (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
> DeleteTimeOffRequestResponse TimeOffRequestsDelete (string id, string employeeId, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
Delete Time Off Request

Expand Down Expand Up @@ -2106,6 +2106,7 @@ namespace Example
var apiInstance = new HrisApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
var employeeId = "employeeId_example"; // string | ID of the employee you are acting upon.
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
Expand All @@ -2114,7 +2115,7 @@ namespace Example
try
{
// Delete Time Off Request
DeleteTimeOffRequestResponse result = apiInstance.TimeOffRequestsDelete(id, consumerId, appId, serviceId, raw);
DeleteTimeOffRequestResponse result = apiInstance.TimeOffRequestsDelete(id, employeeId, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
Expand All @@ -2133,6 +2134,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
**employeeId** | **string**| ID of the employee you are acting upon. |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
Expand Down Expand Up @@ -2167,7 +2169,7 @@ Name | Type | Description | Notes

<a name="timeoffrequestsone"></a>
# **TimeOffRequestsOne**
> GetTimeOffRequestResponse TimeOffRequestsOne (string id, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
> GetTimeOffRequestResponse TimeOffRequestsOne (string id, string employeeId, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null, string fields = null)
Get Time Off Request

Expand Down Expand Up @@ -2196,6 +2198,7 @@ namespace Example
var apiInstance = new HrisApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
var employeeId = "employeeId_example"; // string | ID of the employee you are acting upon.
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
var serviceId = "serviceId_example"; // string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional)
Expand All @@ -2205,7 +2208,7 @@ namespace Example
try
{
// Get Time Off Request
GetTimeOffRequestResponse result = apiInstance.TimeOffRequestsOne(id, consumerId, appId, serviceId, raw, fields);
GetTimeOffRequestResponse result = apiInstance.TimeOffRequestsOne(id, employeeId, consumerId, appId, serviceId, raw, fields);
Debug.WriteLine(result);
}
catch (ApiException e)
Expand All @@ -2224,6 +2227,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
**employeeId** | **string**| ID of the employee you are acting upon. |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
**serviceId** | **string**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional]
Expand Down Expand Up @@ -2259,7 +2263,7 @@ Name | Type | Description | Notes

<a name="timeoffrequestsupdate"></a>
# **TimeOffRequestsUpdate**
> UpdateTimeOffRequestResponse TimeOffRequestsUpdate (string id, TimeOffRequest timeOffRequest, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
> UpdateTimeOffRequestResponse TimeOffRequestsUpdate (string id, string employeeId, TimeOffRequest timeOffRequest, string consumerId = null, string appId = null, string serviceId = null, bool? raw = null)
Update Time Off Request

Expand Down Expand Up @@ -2288,6 +2292,7 @@ namespace Example
var apiInstance = new HrisApi(config);
var id = "id_example"; // string | ID of the record you are acting upon.
var employeeId = "employeeId_example"; // string | ID of the employee you are acting upon.
var timeOffRequest = new TimeOffRequest(); // TimeOffRequest |
var consumerId = "consumerId_example"; // string | ID of the consumer which you want to get or push data from (optional)
var appId = dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX; // string | The ID of your Unify application (optional)
Expand All @@ -2297,7 +2302,7 @@ namespace Example
try
{
// Update Time Off Request
UpdateTimeOffRequestResponse result = apiInstance.TimeOffRequestsUpdate(id, timeOffRequest, consumerId, appId, serviceId, raw);
UpdateTimeOffRequestResponse result = apiInstance.TimeOffRequestsUpdate(id, employeeId, timeOffRequest, consumerId, appId, serviceId, raw);
Debug.WriteLine(result);
}
catch (ApiException e)
Expand All @@ -2316,6 +2321,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **string**| ID of the record you are acting upon. |
**employeeId** | **string**| ID of the employee you are acting upon. |
**timeOffRequest** | [**TimeOffRequest**](TimeOffRequest.md)| |
**consumerId** | **string**| ID of the consumer which you want to get or push data from | [optional]
**appId** | **string**| The ID of your Unify application | [optional]
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/TimeOffRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Name | Type | Description | Notes
**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]
**PassThrough** | **List&lt;Object&gt;** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
**PolicyType** | **string** | The policy type of the time off request | [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/TimeOffRequestsFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StartDate** | **string** | Start date | [optional]
**EndDate** | **string** | End date | [optional]
**UpdatedSince** | **string** | Minimum date the time off request was last created or modified | [optional]
**EmployeeId** | **string** | Employee ID | [optional]
**TimeOffRequestStatus** | **string** | Time off request status to filter on | [optional]

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Data** | [**ValidateConnectionStateResponseData**](ValidateConnectionStateResponseData.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | The unique identifier of the connection. | [optional] [readonly]
**State** | **ConnectionState** | | [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)

Loading

0 comments on commit 3b08ce7

Please sign in to comment.