Skip to content

Commit

Permalink
Automated update by SDK Generator (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd authored Sep 18, 2024
1 parent c8a2e76 commit 9bd886b
Show file tree
Hide file tree
Showing 1,416 changed files with 20,825 additions and 4,950 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.1
PACKAGE_VERSION: 2.5.0
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ tmp/*
.dist
api_new.yml
.eslintcache
.idea

.dist/*

vendor/
.env
/out
.idea
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.1",
"version": "2.5.0",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
Expand Down
69 changes: 69 additions & 0 deletions src/gen/.openapi-generator/FILES

Large diffs are not rendered by default.

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", "{4BF62DFC-3E01-4925-AF05-29F376ED33EB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}"
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
{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
{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7890D5E3-8D3F-4DD0-887D-1850BE935FD1}.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
3,255 changes: 2,324 additions & 931 deletions src/gen/docs/AccountingApi.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/gen/docs/ActivitiesFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**OwnerId** | **string** | Owner ID to filter on | [optional]
**ContactId** | **string** | Primary contact ID to filter on | [optional]
**UpdatedSince** | **DateTime** | | [optional]
**Type** | **string** | Type to filter on | [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/Attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**Size** | **int?** | The size of the file in bytes | [optional]
**Reference** | [**AttachmentReference**](AttachmentReference.md) | | [optional]
**Description** | **string** | Optional description of the file | [optional]
**ParentFolderId** | **string** | The folder id where this attachment belong to | [optional]
**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]
Expand Down
2 changes: 2 additions & 0 deletions src/gen/docs/Bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ Name | Type | Description | Notes
**AccountingByRow** | **bool?** | Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row. | [optional]
**BankAccount** | [**BankAccount**](BankAccount.md) | | [optional]
**DiscountPercentage** | **decimal?** | Discount percentage applied to this transaction. | [optional]
**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**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]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [optional]
**AccountingPeriod** | **string** | Accounting period | [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/BillLineItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Name | Type | Description | Notes
**Item** | [**LinkedInvoiceItem**](LinkedInvoiceItem.md) | | [optional]
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
**LedgerAccount** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**UpdatedBy** | **string** | The user who last updated the object. | [optional] [readonly]
**CreatedBy** | **string** | The user who created the object. | [optional] [readonly]
Expand Down
38 changes: 38 additions & 0 deletions src/gen/docs/BillPayment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Apideck.Model.BillPayment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [readonly]
**DownstreamId** | **string** | The third-party API ID of original entity | [optional] [readonly]
**Currency** | **Currency** | | [optional]
**CurrencyRate** | **decimal?** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
**TotalAmount** | **decimal?** | The total amount of the transaction |
**Reference** | **string** | Optional transaction reference message ie: Debit remittance detail. | [optional]
**PaymentMethod** | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional]
**PaymentMethodReference** | **string** | Optional reference message returned by payment method on processing | [optional]
**PaymentMethodId** | **string** | A unique identifier for an object. | [optional]
**Account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional]
**TransactionDate** | **DateTime?** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD |
**Supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional]
**CompanyId** | **string** | The company or subsidiary id the transaction belongs to | [optional]
**Reconciled** | **bool?** | Indicates if the transaction has been reconciled. | [optional]
**Status** | **PaymentStatus** | | [optional]
**Type** | **PaymentType** | | [optional]
**Allocations** | [**List<Allocation>**](Allocation.md) | | [optional]
**Note** | **string** | Note associated with the transaction | [optional]
**Number** | **string** | Number associated with the transaction | [optional]
**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**DisplayId** | **string** | Id to be displayed. | [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]
**CreatedAt** | **DateTime?** | The date and time when the object was created. | [optional] [readonly]
**UpdatedAt** | **DateTime?** | The date and time when the object was last updated. | [optional] [readonly]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [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/CreateAttachmentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The name of the file |
**Description** | **string** | Optional description of the file. | [optional]
**ParentFolderId** | **string** | The folder id where this attachment belong to | [optional]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [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)
Expand Down
15 changes: 15 additions & 0 deletions src/gen/docs/CreateBillPaymentResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Apideck.Model.CreateBillPaymentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

1 change: 1 addition & 0 deletions src/gen/docs/CreditNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Name | Type | Description | Notes
**Terms** | **string** | Optional terms to be associated with the credit note. | [optional]
**BillingAddress** | [**Address**](Address.md) | | [optional]
**ShippingAddress** | [**Address**](Address.md) | | [optional]
**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
Expand Down
15 changes: 15 additions & 0 deletions src/gen/docs/DeleteBillPaymentResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Apideck.Model.DeleteBillPaymentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**StatusCode** | **int** | HTTP Response Status Code |
**Status** | **string** | HTTP Response Status |
**Service** | **string** | Apideck ID of service provider |
**Resource** | **string** | Unified API resource name |
**Operation** | **string** | Operation performed |
**Data** | [**UnifiedId**](UnifiedId.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)

15 changes: 15 additions & 0 deletions src/gen/docs/DeprecatedLinkedSupplier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Apideck.Model.DeprecatedLinkedSupplier
The supplier this entity is linked to.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**DisplayId** | **string** | The display ID of the supplier. | [optional] [readonly]
**DisplayName** | **string** | The display name of the supplier. | [optional]
**CompanyName** | **string** | The company name of the supplier. | [optional] [readonly]
**Address** | [**Address**](Address.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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | The unique identifier for the tracking category. | [optional]
**Name** | **string** | The name of the tracking category. | [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/docs/Employee.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [readonly]
**Id** | **string** | A unique identifier for an object. | [optional]
**FirstName** | **string** | The first name of the person. | [optional]
**LastName** | **string** | The last name of the person. | [optional]
**MiddleName** | **string** | Middle name of the person. | [optional]
Expand Down
30 changes: 30 additions & 0 deletions src/gen/docs/Expense.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Apideck.Model.Expense

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**Number** | **string** | Number. | [optional]
**TransactionDate** | **DateTime?** | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD |
**AccountId** | **string** | The unique identifier for the ledger account that this expense should be credited to. |
**CustomerId** | **string** | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | [optional]
**SupplierId** | **string** | The ID of the supplier this entity is linked to. | [optional]
**CompanyId** | **string** | The company or subsidiary id the transaction belongs to | [optional]
**DepartmentId** | **string** | The ID of the department this expense is linked to. | [optional]
**Currency** | **Currency** | | [optional]
**CurrencyRate** | **decimal?** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
**Type** | **string** | The type of expense. | [optional]
**Memo** | **string** | The memo of the expense. | [optional]
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
**TotalAmount** | **decimal?** | The total amount of the expense line item. | [optional]
**LineItems** | [**List<ExpenseLineItem>**](ExpenseLineItem.md) | Expense line items linked to this expense. |
**CustomFields** | [**List<CustomField>**](CustomField.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [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]
**RowVersion** | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
**PassThrough** | **List<Object>** | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | [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)

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**TrackingCategories** | [**List<LinkedTrackingCategory>**](LinkedTrackingCategory.md) | A list of linked tracking categories. | [optional]
**AccountId** | **string** | The unique identifier for the ledger account. | [optional]
**CustomerId** | **string** | The ID of the customer this expense item is linked to. | [optional]
**DepartmentId** | **string** | The ID of the department this expense item is linked to. | [optional]
**LocationId** | **string** | The ID of the location this expense item is linked to. | [optional]
**TaxRate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
**Description** | **string** | The expense line item description | [optional]
**TotalAmount** | **decimal?** | The total amount of the expense line item. |
**Billable** | **bool** | Boolean that indicates if the line item is billable or not. | [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 9bd886b

Please sign in to comment.