Skip to content

Commit

Permalink
Merge pull request #30 from apideck-libraries/generator-update
Browse files Browse the repository at this point in the history
Automated update by SDK Generator
  • Loading branch information
thim81 authored Oct 24, 2023
2 parents cdc7103 + b227a35 commit 1494c36
Show file tree
Hide file tree
Showing 1,320 changed files with 7,548 additions and 1,302 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
PACKAGE_VERSION: 1.8.3
PACKAGE_VERSION: 2.0.0
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": "1.8.3",
"version": "2.0.0",
"description": "Apideck .NET SDK",
"keywords": [
"apideck",
Expand Down
45 changes: 45 additions & 0 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ docs/CreateConnectionResponse.md
docs/CreateConsumerResponse.md
docs/CreateContactResponse.md
docs/CreateCreditNoteResponse.md
docs/CreateCustomMappingRequest.md
docs/CreateCustomMappingResponse.md
docs/CreateCustomerResponse.md
docs/CreateDepartmentResponse.md
docs/CreateDriveGroupResponse.md
Expand Down Expand Up @@ -155,6 +157,8 @@ docs/CrmApi.md
docs/CrmEventType.md
docs/Currency.md
docs/CustomField.md
docs/CustomFieldFinder.md
docs/CustomMapping.md
docs/Customer.md
docs/CustomersFilter.md
docs/Deduction.md
Expand Down Expand Up @@ -279,7 +283,10 @@ docs/GetCompanyInfoResponse.md
docs/GetCompanyResponse.md
docs/GetConnectionResponse.md
docs/GetConnectionsResponse.md
docs/GetConnectorResourceExampleResponse.md
docs/GetConnectorResourceExampleResponseData.md
docs/GetConnectorResourceResponse.md
docs/GetConnectorResourceSchemaResponse.md
docs/GetConnectorResponse.md
docs/GetConnectorsResponse.md
docs/GetConsumerResponse.md
Expand All @@ -289,6 +296,8 @@ docs/GetContactResponse.md
docs/GetContactsResponse.md
docs/GetCreditNoteResponse.md
docs/GetCreditNotesResponse.md
docs/GetCustomFieldsResponse.md
docs/GetCustomMappingResponse.md
docs/GetCustomerResponse.md
docs/GetCustomersResponse.md
docs/GetDepartmentResponse.md
Expand Down Expand Up @@ -360,6 +369,8 @@ docs/GetProductsResponse.md
docs/GetProfitAndLossResponse.md
docs/GetPurchaseOrderResponse.md
docs/GetPurchaseOrdersResponse.md
docs/GetResourceExampleResponse.md
docs/GetResourceSchemaResponse.md
docs/GetSharedLinkResponse.md
docs/GetSharedLinksResponse.md
docs/GetStoreResponse.md
Expand Down Expand Up @@ -494,10 +505,12 @@ docs/PurchaseOrder.md
docs/RequestCountAllocation.md
docs/RequestRate.md
docs/ResolveWebhookResponse.md
docs/ResourceExample.md
docs/ResourceStatus.md
docs/Schedule.md
docs/ScheduleWorkPattern.md
docs/ScheduleWorkPatternOddWeeks.md
docs/SchemaSupport.md
docs/ServiceCharge.md
docs/Session.md
docs/SessionSettings.md
Expand Down Expand Up @@ -544,6 +557,8 @@ docs/UpdateConsumerRequest.md
docs/UpdateConsumerResponse.md
docs/UpdateContactResponse.md
docs/UpdateCreditNoteResponse.md
docs/UpdateCustomMappingRequest.md
docs/UpdateCustomMappingResponse.md
docs/UpdateCustomerResponse.md
docs/UpdateDepartmentResponse.md
docs/UpdateDriveGroupResponse.md
Expand Down Expand Up @@ -712,6 +727,8 @@ src/Apideck.Test/Model/CreateConnectionResponseTests.cs
src/Apideck.Test/Model/CreateConsumerResponseTests.cs
src/Apideck.Test/Model/CreateContactResponseTests.cs
src/Apideck.Test/Model/CreateCreditNoteResponseTests.cs
src/Apideck.Test/Model/CreateCustomMappingRequestTests.cs
src/Apideck.Test/Model/CreateCustomMappingResponseTests.cs
src/Apideck.Test/Model/CreateCustomerResponseTests.cs
src/Apideck.Test/Model/CreateDepartmentResponseTests.cs
src/Apideck.Test/Model/CreateDriveGroupResponseTests.cs
Expand Down Expand Up @@ -761,7 +778,9 @@ src/Apideck.Test/Model/CreateWebhookResponseTests.cs
src/Apideck.Test/Model/CreditNoteTests.cs
src/Apideck.Test/Model/CrmEventTypeTests.cs
src/Apideck.Test/Model/CurrencyTests.cs
src/Apideck.Test/Model/CustomFieldFinderTests.cs
src/Apideck.Test/Model/CustomFieldTests.cs
src/Apideck.Test/Model/CustomMappingTests.cs
src/Apideck.Test/Model/CustomerTests.cs
src/Apideck.Test/Model/CustomersFilterTests.cs
src/Apideck.Test/Model/DeductionTests.cs
Expand Down Expand Up @@ -884,7 +903,10 @@ src/Apideck.Test/Model/GetCompanyInfoResponseTests.cs
src/Apideck.Test/Model/GetCompanyResponseTests.cs
src/Apideck.Test/Model/GetConnectionResponseTests.cs
src/Apideck.Test/Model/GetConnectionsResponseTests.cs
src/Apideck.Test/Model/GetConnectorResourceExampleResponseDataTests.cs
src/Apideck.Test/Model/GetConnectorResourceExampleResponseTests.cs
src/Apideck.Test/Model/GetConnectorResourceResponseTests.cs
src/Apideck.Test/Model/GetConnectorResourceSchemaResponseTests.cs
src/Apideck.Test/Model/GetConnectorResponseTests.cs
src/Apideck.Test/Model/GetConnectorsResponseTests.cs
src/Apideck.Test/Model/GetConsumerResponseTests.cs
Expand All @@ -894,6 +916,8 @@ src/Apideck.Test/Model/GetContactResponseTests.cs
src/Apideck.Test/Model/GetContactsResponseTests.cs
src/Apideck.Test/Model/GetCreditNoteResponseTests.cs
src/Apideck.Test/Model/GetCreditNotesResponseTests.cs
src/Apideck.Test/Model/GetCustomFieldsResponseTests.cs
src/Apideck.Test/Model/GetCustomMappingResponseTests.cs
src/Apideck.Test/Model/GetCustomerResponseTests.cs
src/Apideck.Test/Model/GetCustomersResponseTests.cs
src/Apideck.Test/Model/GetDepartmentResponseTests.cs
Expand Down Expand Up @@ -965,6 +989,8 @@ src/Apideck.Test/Model/GetProductsResponseTests.cs
src/Apideck.Test/Model/GetProfitAndLossResponseTests.cs
src/Apideck.Test/Model/GetPurchaseOrderResponseTests.cs
src/Apideck.Test/Model/GetPurchaseOrdersResponseTests.cs
src/Apideck.Test/Model/GetResourceExampleResponseTests.cs
src/Apideck.Test/Model/GetResourceSchemaResponseTests.cs
src/Apideck.Test/Model/GetSharedLinkResponseTests.cs
src/Apideck.Test/Model/GetSharedLinksResponseTests.cs
src/Apideck.Test/Model/GetStoreResponseTests.cs
Expand Down Expand Up @@ -1095,10 +1121,12 @@ src/Apideck.Test/Model/PurchaseOrderTests.cs
src/Apideck.Test/Model/RequestCountAllocationTests.cs
src/Apideck.Test/Model/RequestRateTests.cs
src/Apideck.Test/Model/ResolveWebhookResponseTests.cs
src/Apideck.Test/Model/ResourceExampleTests.cs
src/Apideck.Test/Model/ResourceStatusTests.cs
src/Apideck.Test/Model/ScheduleTests.cs
src/Apideck.Test/Model/ScheduleWorkPatternOddWeeksTests.cs
src/Apideck.Test/Model/ScheduleWorkPatternTests.cs
src/Apideck.Test/Model/SchemaSupportTests.cs
src/Apideck.Test/Model/ServiceChargeTests.cs
src/Apideck.Test/Model/SessionSettingsTests.cs
src/Apideck.Test/Model/SessionTests.cs
Expand Down Expand Up @@ -1144,6 +1172,8 @@ src/Apideck.Test/Model/UpdateConsumerRequestTests.cs
src/Apideck.Test/Model/UpdateConsumerResponseTests.cs
src/Apideck.Test/Model/UpdateContactResponseTests.cs
src/Apideck.Test/Model/UpdateCreditNoteResponseTests.cs
src/Apideck.Test/Model/UpdateCustomMappingRequestTests.cs
src/Apideck.Test/Model/UpdateCustomMappingResponseTests.cs
src/Apideck.Test/Model/UpdateCustomerResponseTests.cs
src/Apideck.Test/Model/UpdateDepartmentResponseTests.cs
src/Apideck.Test/Model/UpdateDriveGroupResponseTests.cs
Expand Down Expand Up @@ -1326,6 +1356,8 @@ src/Apideck/Model/CreateConnectionResponse.cs
src/Apideck/Model/CreateConsumerResponse.cs
src/Apideck/Model/CreateContactResponse.cs
src/Apideck/Model/CreateCreditNoteResponse.cs
src/Apideck/Model/CreateCustomMappingRequest.cs
src/Apideck/Model/CreateCustomMappingResponse.cs
src/Apideck/Model/CreateCustomerResponse.cs
src/Apideck/Model/CreateDepartmentResponse.cs
src/Apideck/Model/CreateDriveGroupResponse.cs
Expand Down Expand Up @@ -1376,6 +1408,8 @@ src/Apideck/Model/CreditNote.cs
src/Apideck/Model/CrmEventType.cs
src/Apideck/Model/Currency.cs
src/Apideck/Model/CustomField.cs
src/Apideck/Model/CustomFieldFinder.cs
src/Apideck/Model/CustomMapping.cs
src/Apideck/Model/Customer.cs
src/Apideck/Model/CustomersFilter.cs
src/Apideck/Model/Deduction.cs
Expand Down Expand Up @@ -1498,7 +1532,10 @@ src/Apideck/Model/GetCompanyInfoResponse.cs
src/Apideck/Model/GetCompanyResponse.cs
src/Apideck/Model/GetConnectionResponse.cs
src/Apideck/Model/GetConnectionsResponse.cs
src/Apideck/Model/GetConnectorResourceExampleResponse.cs
src/Apideck/Model/GetConnectorResourceExampleResponseData.cs
src/Apideck/Model/GetConnectorResourceResponse.cs
src/Apideck/Model/GetConnectorResourceSchemaResponse.cs
src/Apideck/Model/GetConnectorResponse.cs
src/Apideck/Model/GetConnectorsResponse.cs
src/Apideck/Model/GetConsumerResponse.cs
Expand All @@ -1508,6 +1545,8 @@ src/Apideck/Model/GetContactResponse.cs
src/Apideck/Model/GetContactsResponse.cs
src/Apideck/Model/GetCreditNoteResponse.cs
src/Apideck/Model/GetCreditNotesResponse.cs
src/Apideck/Model/GetCustomFieldsResponse.cs
src/Apideck/Model/GetCustomMappingResponse.cs
src/Apideck/Model/GetCustomerResponse.cs
src/Apideck/Model/GetCustomersResponse.cs
src/Apideck/Model/GetDepartmentResponse.cs
Expand Down Expand Up @@ -1579,6 +1618,8 @@ src/Apideck/Model/GetProductsResponse.cs
src/Apideck/Model/GetProfitAndLossResponse.cs
src/Apideck/Model/GetPurchaseOrderResponse.cs
src/Apideck/Model/GetPurchaseOrdersResponse.cs
src/Apideck/Model/GetResourceExampleResponse.cs
src/Apideck/Model/GetResourceSchemaResponse.cs
src/Apideck/Model/GetSharedLinkResponse.cs
src/Apideck/Model/GetSharedLinksResponse.cs
src/Apideck/Model/GetStoreResponse.cs
Expand Down Expand Up @@ -1709,10 +1750,12 @@ src/Apideck/Model/PurchaseOrder.cs
src/Apideck/Model/RequestCountAllocation.cs
src/Apideck/Model/RequestRate.cs
src/Apideck/Model/ResolveWebhookResponse.cs
src/Apideck/Model/ResourceExample.cs
src/Apideck/Model/ResourceStatus.cs
src/Apideck/Model/Schedule.cs
src/Apideck/Model/ScheduleWorkPattern.cs
src/Apideck/Model/ScheduleWorkPatternOddWeeks.cs
src/Apideck/Model/SchemaSupport.cs
src/Apideck/Model/ServiceCharge.cs
src/Apideck/Model/Session.cs
src/Apideck/Model/SessionSettings.cs
Expand Down Expand Up @@ -1758,6 +1801,8 @@ src/Apideck/Model/UpdateConsumerRequest.cs
src/Apideck/Model/UpdateConsumerResponse.cs
src/Apideck/Model/UpdateContactResponse.cs
src/Apideck/Model/UpdateCreditNoteResponse.cs
src/Apideck/Model/UpdateCustomMappingRequest.cs
src/Apideck/Model/UpdateCustomMappingResponse.cs
src/Apideck/Model/UpdateCustomerResponse.cs
src/Apideck/Model/UpdateDepartmentResponse.cs
src/Apideck/Model/UpdateDriveGroupResponse.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", "{D0793A34-0BDD-419B-B82C-EA1D4B1D4FA9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apideck", "src\Apideck\Apideck.csproj", "{D9D3E8B9-FD73-407C-BB19-C08E61D47586}"
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
{D0793A34-0BDD-419B-B82C-EA1D4B1D4FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0793A34-0BDD-419B-B82C-EA1D4B1D4FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0793A34-0BDD-419B-B82C-EA1D4B1D4FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0793A34-0BDD-419B-B82C-EA1D4B1D4FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D3E8B9-FD73-407C-BB19-C08E61D47586}.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/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Name | Type | Description | Notes
**VideoConferenceId** | **string** | The ID of the video conference | [optional]
**CustomFields** | [**List<CustomField>**](CustomField.md) | Custom fields of the activity | [optional]
**Attendees** | [**List<ActivityAttendee>**](ActivityAttendee.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**UpdatedBy** | **string** | The user who last updated the activity | [optional] [readonly]
**CreatedBy** | **string** | The user who created the activity | [optional] [readonly]
**UpdatedAt** | **string** | The date and time when the activity was last updated | [optional] [readonly]
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/Applicant.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Name | Type | Description | Notes
**CvUrl** | **string** | | [optional] [readonly]
**RecordUrl** | **string** | | [optional]
**RejectedAt** | **DateTime?** | | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**Deleted** | **bool?** | Flag to indicate if the object is deleted. | [optional]
**DeletedBy** | **string** | The user who deleted the object. | [optional] [readonly]
**DeletedAt** | **DateTime?** | The time at which the object was deleted. | [optional] [readonly]
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**JobId** | **string** | |
**Status** | **string** | | [optional]
**Stage** | [**ApplicationStage**](ApplicationStage.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [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
1 change: 1 addition & 0 deletions src/gen/docs/AtsActivity.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]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [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
1 change: 1 addition & 0 deletions src/gen/docs/BalanceSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**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]
**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
1 change: 1 addition & 0 deletions src/gen/docs/Bill.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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]
**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]

[[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/Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**Type** | **string** | The collections's type | [optional]
**Name** | **string** | Name of the collection | [optional]
**Description** | **string** | Description of the collection | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**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]

Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/CollectionTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. |
**Name** | **string** | The name of the tag. | [optional] [readonly]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [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/CollectionTicketComment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | A unique identifier for an object. | [optional] [readonly]
**Body** | **string** | Body of the comment | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**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]
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/CollectionUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**LastName** | **string** | Last name of the user | [optional]
**Email** | **string** | Email address of the user | [optional]
**PhotoUrl** | **string** | The URL of the photo of a person. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**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]

Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/Company.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Name | Type | Description | Notes
**Deleted** | **bool** | Whether the company is deleted or not | [optional] [readonly]
**Salutation** | **string** | A formal salutation for the person. For example, 'Mr', 'Mrs' | [optional]
**Birthday** | **DateTime?** | The date of birth of the person. | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [optional]
**UpdatedBy** | **string** | Updated by user ID | [optional] [readonly]
**CreatedBy** | **string** | Created by user ID | [optional] [readonly]
**UpdatedAt** | **DateTime?** | Last updated date | [optional] [readonly]
Expand Down
1 change: 1 addition & 0 deletions src/gen/docs/CompanyInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Name | Type | Description | Notes
**Addresses** | [**List<Address>**](Address.md) | | [optional]
**PhoneNumbers** | [**List<PhoneNumber>**](PhoneNumber.md) | | [optional]
**Emails** | [**List<Email>**](Email.md) | | [optional]
**CustomMappings** | **Object** | When custom mappings are configured on the resource, the result is included here. | [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
2 changes: 2 additions & 0 deletions src/gen/docs/Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ Name | Type | Description | Notes
**ResourceSchemaSupport** | **List<string>** | | [optional] [readonly]
**ResourceSettingsSupport** | **List<string>** | | [optional] [readonly]
**ValidationSupport** | **bool** | | [optional] [readonly]
**SchemaSupport** | **bool** | | [optional] [readonly]
**SettingsRequiredForAuthorization** | **List<string>** | List of settings that are required to be configured on integration before authorization can occur | [optional] [readonly]
**Subscriptions** | [**List<WebhookSubscription>**](WebhookSubscription.md) | | [optional] [readonly]
**HasGuide** | **bool** | Whether the connector has a guide available in the developer docs or not (https://docs.apideck.com/connectors/{service_id}/docs/consumer+connection). | [optional] [readonly]
**CreatedAt** | **decimal** | | [optional] [readonly]
**CustomMappings** | [**List<CustomMapping>**](CustomMapping.md) | List of custom mappings configured for this connection | [optional]
**UpdatedAt** | **decimal?** | | [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)
Expand Down
Loading

0 comments on commit 1494c36

Please sign in to comment.