diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index dfde287b5..5101d3347 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: f306da52-7172-441d-9f8c-9d055cef9c2a management: - docChecksum: f812b6f711e92ce366600fb1586396db - docVersion: 10.10.0 - speakeasyVersion: 1.469.12 - generationVersion: 2.493.34 - releaseVersion: 0.4.1 - configChecksum: 91bf8dd695e1c94bac7ae71d02aa2ef3 + docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0 + docVersion: 10.11.0 + speakeasyVersion: 1.476.2 + generationVersion: 2.495.1 + releaseVersion: 0.5.0 + configChecksum: 57e2da042a0b8ee037781388d4d3bf0d repoURL: https://github.com/apideck-libraries/sdk-csharp.git published: true features: @@ -503,6 +503,8 @@ generatedFiles: - docs/Models/Components/InvoiceItemType.md - docs/Models/Components/InvoiceItemTypeType.md - docs/Models/Components/InvoiceItemsFilter.md + - docs/Models/Components/InvoiceItemsSort.md + - docs/Models/Components/InvoiceItemsSortBy.md - docs/Models/Components/InvoiceLineItem.md - docs/Models/Components/InvoiceLineItemInput.md - docs/Models/Components/InvoiceLineItemType.md @@ -1909,6 +1911,8 @@ generatedFiles: - src/ApideckUnifySdk/Models/Components/InvoiceItemType.cs - src/ApideckUnifySdk/Models/Components/InvoiceItemTypeType.cs - src/ApideckUnifySdk/Models/Components/InvoiceItemsFilter.cs + - src/ApideckUnifySdk/Models/Components/InvoiceItemsSort.cs + - src/ApideckUnifySdk/Models/Components/InvoiceItemsSortBy.cs - src/ApideckUnifySdk/Models/Components/InvoiceLineItem.cs - src/ApideckUnifySdk/Models/Components/InvoiceLineItemInput.cs - src/ApideckUnifySdk/Models/Components/InvoiceLineItemType.cs @@ -3295,6 +3299,7 @@ examples: filter: {"name": "Widgets Large", "type": "service"} pass_through: {"search": "San Francisco"} fields: "id,updated_at" + sort: {"by": "updated_at", "direction": "desc"} header: x-apideck-consumer-id: "test-consumer" x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 1496fcc56..b04fd6779 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: true csharp: - version: 0.4.1 + version: 0.5.0 additionalDependencies: [] author: Speakeasy clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index db63ededb..fed338880 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,21 +1,21 @@ -speakeasyVersion: 1.469.12 +speakeasyVersion: 1.476.2 sources: Apideck: sourceNamespace: apideck - sourceRevisionDigest: sha256:37aaf73e948ca996f72660591c50df38bd445311e317edd911e1a8d15fea8ac9 - sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708 + sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842 + sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2 tags: - latest - - speakeasy-sdk-regen-1737468394 - - 10.10.0 + - speakeasy-sdk-regen-1737545337 + - 10.11.0 targets: apideck: source: Apideck sourceNamespace: apideck - sourceRevisionDigest: sha256:37aaf73e948ca996f72660591c50df38bd445311e317edd911e1a8d15fea8ac9 - sourceBlobDigest: sha256:706b685e35b7af2a7a804de37c8aa57108c7087f3f6dc64fa14160789f964708 + sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842 + sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2 codeSamplesNamespace: apideck-csharp-code-samples - codeSamplesRevisionDigest: sha256:fc11e342dd30132ef481a4075a028a52674c690b9e808c137387a530b043feb2 + codeSamplesRevisionDigest: sha256:9e59461bbb54dfc805bf7445cc5de7ed3656a99a82560bfe84bc41823e00bcd9 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index c17cd4e22..8d41d9559 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -98,4 +98,14 @@ Based on: ### Generated - [csharp v0.4.1] . ### Releases -- [NuGet v0.4.1] https://www.nuget.org/packages/ApideckUnifySdk/0.4.1 - . \ No newline at end of file +- [NuGet v0.4.1] https://www.nuget.org/packages/ApideckUnifySdk/0.4.1 - . + +## 2025-01-27 14:39:34 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.476.2 (2.495.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [csharp v0.5.0] . +### Releases +- [NuGet v0.5.0] https://www.nuget.org/packages/ApideckUnifySdk/0.5.0 - . \ No newline at end of file diff --git a/docs/Models/Components/InvoiceItemsSort.md b/docs/Models/Components/InvoiceItemsSort.md new file mode 100644 index 000000000..580d5a5fc --- /dev/null +++ b/docs/Models/Components/InvoiceItemsSort.md @@ -0,0 +1,9 @@ +# InvoiceItemsSort + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | +| `By` | [InvoiceItemsSortBy](../../Models/Components/InvoiceItemsSortBy.md) | :heavy_minus_sign: | The field on which to sort the Invoice Items | updated_at | +| `Direction` | [SortDirection](../../Models/Components/SortDirection.md) | :heavy_minus_sign: | The direction in which to sort the results | | \ No newline at end of file diff --git a/docs/Models/Components/InvoiceItemsSortBy.md b/docs/Models/Components/InvoiceItemsSortBy.md new file mode 100644 index 000000000..38e8a4bbf --- /dev/null +++ b/docs/Models/Components/InvoiceItemsSortBy.md @@ -0,0 +1,11 @@ +# InvoiceItemsSortBy + +The field on which to sort the Invoice Items + + +## Values + +| Name | Value | +| ----------- | ----------- | +| `CreatedAt` | created_at | +| `UpdatedAt` | updated_at | \ No newline at end of file diff --git a/docs/Models/Components/Opportunity.md b/docs/Models/Components/Opportunity.md index 64721fe1d..7c88db6b5 100644 --- a/docs/Models/Components/Opportunity.md +++ b/docs/Models/Components/Opportunity.md @@ -7,7 +7,7 @@ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Id` | *string* | :heavy_minus_sign: | A unique identifier for the opportunity. | 12345 | | `Title` | *string* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket | -| `PrimaryContactId` | *string* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 | +| `PrimaryContactId` | *string* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 | | `Description` | *string* | :heavy_minus_sign: | A description of the opportunity. | Opportunities are created for People and Companies that are interested in buying your products or services. Create Opportunities for People and Companies to move them through one of your Pipelines. | | `Type` | *string* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade | | `MonetaryAmount` | *double* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 | diff --git a/docs/Models/Components/OpportunityInput.md b/docs/Models/Components/OpportunityInput.md index cca07a040..ff987e792 100644 --- a/docs/Models/Components/OpportunityInput.md +++ b/docs/Models/Components/OpportunityInput.md @@ -6,7 +6,7 @@ | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Title` | *string* | :heavy_check_mark: | The title or name of the opportunity. | New Rocket | -| `PrimaryContactId` | *string* | :heavy_check_mark: | The unique identifier of the primary contact associated with the opportunity. | 12345 | +| `PrimaryContactId` | *string* | :heavy_minus_sign: | The unique identifier of the primary contact associated with the opportunity. | 12345 | | `Description` | *string* | :heavy_minus_sign: | A description of the opportunity. | Opportunities are created for People and Companies that are interested in buying your products or services. Create Opportunities for People and Companies to move them through one of your Pipelines. | | `Type` | *string* | :heavy_minus_sign: | The type of the opportunity | Existing Customer - Upgrade | | `MonetaryAmount` | *double* | :heavy_minus_sign: | The monetary value associated with the opportunity | 75000 | diff --git a/docs/Models/Components/PaymentStatus.md b/docs/Models/Components/PaymentStatus.md index 48ad922ff..9f24c0401 100644 --- a/docs/Models/Components/PaymentStatus.md +++ b/docs/Models/Components/PaymentStatus.md @@ -7,7 +7,9 @@ Status of payment | Name | Value | | ------------ | ------------ | +| `Draft` | draft | | `Authorised` | authorised | +| `Rejected` | rejected | | `Paid` | paid | | `Voided` | voided | | `Deleted` | deleted | \ No newline at end of file diff --git a/docs/Models/Components/WebhookEventType.md b/docs/Models/Components/WebhookEventType.md index 8d9e546f9..3efedb696 100644 --- a/docs/Models/Components/WebhookEventType.md +++ b/docs/Models/Components/WebhookEventType.md @@ -109,4 +109,13 @@ | `AtsApplicationDeleted` | ats.application.deleted | | `AccountingExpenseCreated` | accounting.expense.created | | `AccountingExpenseUpdated` | accounting.expense.updated | -| `AccountingExpenseDeleted` | accounting.expense.deleted | \ No newline at end of file +| `AccountingExpenseDeleted` | accounting.expense.deleted | +| `EcommerceOrderCreated` | ecommerce.order.created | +| `EcommerceOrderUpdated` | ecommerce.order.updated | +| `EcommerceOrderDeleted` | ecommerce.order.deleted | +| `EcommerceProductCreated` | ecommerce.product.created | +| `EcommerceProductUpdated` | ecommerce.product.updated | +| `EcommerceProductDeleted` | ecommerce.product.deleted | +| `EcommerceCustomerCreated` | ecommerce.customer.created | +| `EcommerceCustomerUpdated` | ecommerce.customer.updated | +| `EcommerceCustomerDeleted` | ecommerce.customer.deleted | \ No newline at end of file diff --git a/docs/Models/Requests/AccountingInvoiceItemsAllRequest.md b/docs/Models/Requests/AccountingInvoiceItemsAllRequest.md index 0a3b945a9..9d84a270a 100644 --- a/docs/Models/Requests/AccountingInvoiceItemsAllRequest.md +++ b/docs/Models/Requests/AccountingInvoiceItemsAllRequest.md @@ -12,5 +12,6 @@ | `Cursor` | *string* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `Limit` | *long* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | | `Filter` | [InvoiceItemsFilter](../../Models/Components/InvoiceItemsFilter.md) | :heavy_minus_sign: | Apply filters | {
"name": "Widgets Large",
"type": "service"
} | +| `Sort` | [InvoiceItemsSort](../../Models/Components/InvoiceItemsSort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `PassThrough` | Dictionary | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `Fields` | *string* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | \ No newline at end of file diff --git a/docs/sdks/invoiceitems/README.md b/docs/sdks/invoiceitems/README.md index bc39d7d23..b7d085993 100644 --- a/docs/sdks/invoiceitems/README.md +++ b/docs/sdks/invoiceitems/README.md @@ -35,6 +35,10 @@ AccountingInvoiceItemsAllRequest req = new AccountingInvoiceItemsAllRequest() { Name = "Widgets Large", Type = InvoiceItemType.Service, }, + Sort = new InvoiceItemsSort() { + By = InvoiceItemsSortBy.UpdatedAt, + Direction = SortDirection.Desc, + }, PassThrough = new Dictionary() { { "search", "San Francisco" }, }, diff --git a/src/ApideckUnifySdk/Accounting.cs b/src/ApideckUnifySdk/Accounting.cs index f88b513b7..97c1f0c6b 100644 --- a/src/ApideckUnifySdk/Accounting.cs +++ b/src/ApideckUnifySdk/Accounting.cs @@ -44,10 +44,10 @@ public class Accounting: IAccounting { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Activities.cs b/src/ApideckUnifySdk/Activities.cs index e193eebac..2aeb1f25e 100644 --- a/src/ApideckUnifySdk/Activities.cs +++ b/src/ApideckUnifySdk/Activities.cs @@ -77,10 +77,10 @@ public class Activities: IActivities { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/AgedDebtors.cs b/src/ApideckUnifySdk/AgedDebtors.cs index 2fbfa87ee..bf6bfa297 100644 --- a/src/ApideckUnifySdk/AgedDebtors.cs +++ b/src/ApideckUnifySdk/AgedDebtors.cs @@ -39,10 +39,10 @@ public class AgedDebtors: IAgedDebtors { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ApiResourceCoverage.cs b/src/ApideckUnifySdk/ApiResourceCoverage.cs index 5cdc3dd55..38c37b490 100644 --- a/src/ApideckUnifySdk/ApiResourceCoverage.cs +++ b/src/ApideckUnifySdk/ApiResourceCoverage.cs @@ -39,10 +39,10 @@ public class ApiResourceCoverage: IApiResourceCoverage { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ApiResources.cs b/src/ApideckUnifySdk/ApiResources.cs index eb942fd85..13723e216 100644 --- a/src/ApideckUnifySdk/ApiResources.cs +++ b/src/ApideckUnifySdk/ApiResources.cs @@ -39,10 +39,10 @@ public class ApiResources: IApiResources { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Apideck.cs b/src/ApideckUnifySdk/Apideck.cs index d84ea9a64..260cdd4b7 100644 --- a/src/ApideckUnifySdk/Apideck.cs +++ b/src/ApideckUnifySdk/Apideck.cs @@ -87,10 +87,10 @@ public class Apideck: IApideck public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private int _serverIndex = 0; private ISpeakeasyHttpClient _client; diff --git a/src/ApideckUnifySdk/ApideckCompanies.cs b/src/ApideckUnifySdk/ApideckCompanies.cs index e7be94e24..6e9cbe13c 100644 --- a/src/ApideckUnifySdk/ApideckCompanies.cs +++ b/src/ApideckUnifySdk/ApideckCompanies.cs @@ -77,10 +77,10 @@ public class ApideckCompanies: IApideckCompanies { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ApideckCustomers.cs b/src/ApideckUnifySdk/ApideckCustomers.cs index 4678b33bb..e20266834 100644 --- a/src/ApideckUnifySdk/ApideckCustomers.cs +++ b/src/ApideckUnifySdk/ApideckCustomers.cs @@ -50,10 +50,10 @@ public class ApideckCustomers: IApideckCustomers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ApideckDepartments.cs b/src/ApideckUnifySdk/ApideckDepartments.cs index 6ffe081ae..843656042 100644 --- a/src/ApideckUnifySdk/ApideckDepartments.cs +++ b/src/ApideckUnifySdk/ApideckDepartments.cs @@ -77,10 +77,10 @@ public class ApideckDepartments: IApideckDepartments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ApideckUnifySdk.csproj b/src/ApideckUnifySdk/ApideckUnifySdk.csproj index af3309b28..6cf8170cd 100644 --- a/src/ApideckUnifySdk/ApideckUnifySdk.csproj +++ b/src/ApideckUnifySdk/ApideckUnifySdk.csproj @@ -3,7 +3,7 @@ true ApideckUnifySdk - 0.4.1 + 0.5.0 net8.0 Speakeasy Copyright (c) Speakeasy 2025 diff --git a/src/ApideckUnifySdk/Apis.cs b/src/ApideckUnifySdk/Apis.cs index 8ac6de9c3..b34b88d4f 100644 --- a/src/ApideckUnifySdk/Apis.cs +++ b/src/ApideckUnifySdk/Apis.cs @@ -50,10 +50,10 @@ public class Apis: IApis { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Applicants.cs b/src/ApideckUnifySdk/Applicants.cs index 8344fb73b..9eb9d7c90 100644 --- a/src/ApideckUnifySdk/Applicants.cs +++ b/src/ApideckUnifySdk/Applicants.cs @@ -77,10 +77,10 @@ public class Applicants: IApplicants { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Applications.cs b/src/ApideckUnifySdk/Applications.cs index bd4ce2f67..e8d48826d 100644 --- a/src/ApideckUnifySdk/Applications.cs +++ b/src/ApideckUnifySdk/Applications.cs @@ -77,10 +77,10 @@ public class Applications: IApplications { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Ats.cs b/src/ApideckUnifySdk/Ats.cs index bde29ffc9..88f7ad052 100644 --- a/src/ApideckUnifySdk/Ats.cs +++ b/src/ApideckUnifySdk/Ats.cs @@ -25,10 +25,10 @@ public class Ats: IAts { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Attachments.cs b/src/ApideckUnifySdk/Attachments.cs index 71f99230d..637dfc3b9 100644 --- a/src/ApideckUnifySdk/Attachments.cs +++ b/src/ApideckUnifySdk/Attachments.cs @@ -68,10 +68,10 @@ public class Attachments: IAttachments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/BalanceSheet.cs b/src/ApideckUnifySdk/BalanceSheet.cs index 49e4b72f4..ce20cf9af 100644 --- a/src/ApideckUnifySdk/BalanceSheet.cs +++ b/src/ApideckUnifySdk/BalanceSheet.cs @@ -39,10 +39,10 @@ public class BalanceSheet: IBalanceSheet { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/BillPayments.cs b/src/ApideckUnifySdk/BillPayments.cs index b1500d3b1..2f06ddf37 100644 --- a/src/ApideckUnifySdk/BillPayments.cs +++ b/src/ApideckUnifySdk/BillPayments.cs @@ -77,10 +77,10 @@ public class BillPayments: IBillPayments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Bills.cs b/src/ApideckUnifySdk/Bills.cs index 9a2fee442..426156dfa 100644 --- a/src/ApideckUnifySdk/Bills.cs +++ b/src/ApideckUnifySdk/Bills.cs @@ -77,10 +77,10 @@ public class Bills: IBills { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CollectionTags.cs b/src/ApideckUnifySdk/CollectionTags.cs index dd6e17649..94e24038b 100644 --- a/src/ApideckUnifySdk/CollectionTags.cs +++ b/src/ApideckUnifySdk/CollectionTags.cs @@ -41,10 +41,10 @@ public class CollectionTags: ICollectionTags { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CollectionTicketComments.cs b/src/ApideckUnifySdk/CollectionTicketComments.cs index 842e20c06..03eed45d9 100644 --- a/src/ApideckUnifySdk/CollectionTicketComments.cs +++ b/src/ApideckUnifySdk/CollectionTicketComments.cs @@ -77,10 +77,10 @@ public class CollectionTicketComments: ICollectionTicketComments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CollectionTickets.cs b/src/ApideckUnifySdk/CollectionTickets.cs index eaf74cd52..6b53a33fc 100644 --- a/src/ApideckUnifySdk/CollectionTickets.cs +++ b/src/ApideckUnifySdk/CollectionTickets.cs @@ -77,10 +77,10 @@ public class CollectionTickets: ICollectionTickets { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CollectionUsers.cs b/src/ApideckUnifySdk/CollectionUsers.cs index cf2fc3649..ed55e825c 100644 --- a/src/ApideckUnifySdk/CollectionUsers.cs +++ b/src/ApideckUnifySdk/CollectionUsers.cs @@ -50,10 +50,10 @@ public class CollectionUsers: ICollectionUsers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Collections.cs b/src/ApideckUnifySdk/Collections.cs index 762bc6fdf..8f92bbb1c 100644 --- a/src/ApideckUnifySdk/Collections.cs +++ b/src/ApideckUnifySdk/Collections.cs @@ -50,10 +50,10 @@ public class Collections: ICollections { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Companies.cs b/src/ApideckUnifySdk/Companies.cs index 223a2ae71..3910b7562 100644 --- a/src/ApideckUnifySdk/Companies.cs +++ b/src/ApideckUnifySdk/Companies.cs @@ -77,10 +77,10 @@ public class Companies: ICompanies { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CompanyInfo.cs b/src/ApideckUnifySdk/CompanyInfo.cs index 530aa192d..d90cb42b2 100644 --- a/src/ApideckUnifySdk/CompanyInfo.cs +++ b/src/ApideckUnifySdk/CompanyInfo.cs @@ -39,10 +39,10 @@ public class CompanyInfo: ICompanyInfo { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ConnectionCustomMappings.cs b/src/ApideckUnifySdk/ConnectionCustomMappings.cs index 667a37872..b5542a99a 100644 --- a/src/ApideckUnifySdk/ConnectionCustomMappings.cs +++ b/src/ApideckUnifySdk/ConnectionCustomMappings.cs @@ -39,10 +39,10 @@ public class ConnectionCustomMappings: IConnectionCustomMappings { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ConnectionSettings.cs b/src/ApideckUnifySdk/ConnectionSettings.cs index 7e5a10d09..96e44a3d4 100644 --- a/src/ApideckUnifySdk/ConnectionSettings.cs +++ b/src/ApideckUnifySdk/ConnectionSettings.cs @@ -49,10 +49,10 @@ public class ConnectionSettings: IConnectionSettings { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Connections.cs b/src/ApideckUnifySdk/Connections.cs index a5cd003a0..f173bb1d9 100644 --- a/src/ApideckUnifySdk/Connections.cs +++ b/src/ApideckUnifySdk/Connections.cs @@ -94,10 +94,10 @@ public class Connections: IConnections { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Connector.cs b/src/ApideckUnifySdk/Connector.cs index da68e06e6..8d5b43ed4 100644 --- a/src/ApideckUnifySdk/Connector.cs +++ b/src/ApideckUnifySdk/Connector.cs @@ -28,10 +28,10 @@ public class Connector: IConnector { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ConnectorDocs.cs b/src/ApideckUnifySdk/ConnectorDocs.cs index 1095acb2c..240cf12f1 100644 --- a/src/ApideckUnifySdk/ConnectorDocs.cs +++ b/src/ApideckUnifySdk/ConnectorDocs.cs @@ -39,10 +39,10 @@ public class ConnectorDocs: IConnectorDocs { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ConnectorResources.cs b/src/ApideckUnifySdk/ConnectorResources.cs index f40d74a0e..52693bbad 100644 --- a/src/ApideckUnifySdk/ConnectorResources.cs +++ b/src/ApideckUnifySdk/ConnectorResources.cs @@ -39,10 +39,10 @@ public class ConnectorResources: IConnectorResources { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Connectors.cs b/src/ApideckUnifySdk/Connectors.cs index e79f4966d..d65f9d7c2 100644 --- a/src/ApideckUnifySdk/Connectors.cs +++ b/src/ApideckUnifySdk/Connectors.cs @@ -50,10 +50,10 @@ public class Connectors: IConnectors { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ConsumerRequestCounts.cs b/src/ApideckUnifySdk/ConsumerRequestCounts.cs index 98010ec0b..37a9710ad 100644 --- a/src/ApideckUnifySdk/ConsumerRequestCounts.cs +++ b/src/ApideckUnifySdk/ConsumerRequestCounts.cs @@ -40,10 +40,10 @@ public class ConsumerRequestCounts: IConsumerRequestCounts { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Consumers.cs b/src/ApideckUnifySdk/Consumers.cs index edf44a72e..ac9822709 100644 --- a/src/ApideckUnifySdk/Consumers.cs +++ b/src/ApideckUnifySdk/Consumers.cs @@ -79,10 +79,10 @@ public class Consumers: IConsumers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Contacts.cs b/src/ApideckUnifySdk/Contacts.cs index 84cb1fbd8..b297a6869 100644 --- a/src/ApideckUnifySdk/Contacts.cs +++ b/src/ApideckUnifySdk/Contacts.cs @@ -77,10 +77,10 @@ public class Contacts: IContacts { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CreateCallback.cs b/src/ApideckUnifySdk/CreateCallback.cs index f3f907295..35620fcd7 100644 --- a/src/ApideckUnifySdk/CreateCallback.cs +++ b/src/ApideckUnifySdk/CreateCallback.cs @@ -40,10 +40,10 @@ public class CreateCallback: ICreateCallback { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CreditNotes.cs b/src/ApideckUnifySdk/CreditNotes.cs index 0e2f1d36c..b20b95e26 100644 --- a/src/ApideckUnifySdk/CreditNotes.cs +++ b/src/ApideckUnifySdk/CreditNotes.cs @@ -77,10 +77,10 @@ public class CreditNotes: ICreditNotes { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Crm.cs b/src/ApideckUnifySdk/Crm.cs index 1239d54d1..d7ada483f 100644 --- a/src/ApideckUnifySdk/Crm.cs +++ b/src/ApideckUnifySdk/Crm.cs @@ -30,10 +30,10 @@ public class Crm: ICrm { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CustomFields.cs b/src/ApideckUnifySdk/CustomFields.cs index f8e75c788..73893f11f 100644 --- a/src/ApideckUnifySdk/CustomFields.cs +++ b/src/ApideckUnifySdk/CustomFields.cs @@ -40,10 +40,10 @@ public class CustomFields: ICustomFields { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/CustomMappings.cs b/src/ApideckUnifySdk/CustomMappings.cs index caf516d10..72f58183e 100644 --- a/src/ApideckUnifySdk/CustomMappings.cs +++ b/src/ApideckUnifySdk/CustomMappings.cs @@ -39,10 +39,10 @@ public class CustomMappings: ICustomMappings { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Customers.cs b/src/ApideckUnifySdk/Customers.cs index f93962379..71c73ac31 100644 --- a/src/ApideckUnifySdk/Customers.cs +++ b/src/ApideckUnifySdk/Customers.cs @@ -77,10 +77,10 @@ public class Customers: ICustomers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Departments.cs b/src/ApideckUnifySdk/Departments.cs index 7666011f1..ad45cea12 100644 --- a/src/ApideckUnifySdk/Departments.cs +++ b/src/ApideckUnifySdk/Departments.cs @@ -77,10 +77,10 @@ public class Departments: IDepartments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/DriveGroups.cs b/src/ApideckUnifySdk/DriveGroups.cs index 37f9bd597..412553e26 100644 --- a/src/ApideckUnifySdk/DriveGroups.cs +++ b/src/ApideckUnifySdk/DriveGroups.cs @@ -77,10 +77,10 @@ public class DriveGroups: IDriveGroups { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Drives.cs b/src/ApideckUnifySdk/Drives.cs index 38abe8192..c000f8a85 100644 --- a/src/ApideckUnifySdk/Drives.cs +++ b/src/ApideckUnifySdk/Drives.cs @@ -77,10 +77,10 @@ public class Drives: IDrives { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Ecommerce.cs b/src/ApideckUnifySdk/Ecommerce.cs index 4a1f28828..6a3c1119e 100644 --- a/src/ApideckUnifySdk/Ecommerce.cs +++ b/src/ApideckUnifySdk/Ecommerce.cs @@ -26,10 +26,10 @@ public class Ecommerce: IEcommerce { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/EmployeePayrolls.cs b/src/ApideckUnifySdk/EmployeePayrolls.cs index 31dd23a6e..eec4f29aa 100644 --- a/src/ApideckUnifySdk/EmployeePayrolls.cs +++ b/src/ApideckUnifySdk/EmployeePayrolls.cs @@ -48,10 +48,10 @@ public class EmployeePayrolls: IEmployeePayrolls { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/EmployeeSchedules.cs b/src/ApideckUnifySdk/EmployeeSchedules.cs index e3826ac52..2e981fc30 100644 --- a/src/ApideckUnifySdk/EmployeeSchedules.cs +++ b/src/ApideckUnifySdk/EmployeeSchedules.cs @@ -39,10 +39,10 @@ public class EmployeeSchedules: IEmployeeSchedules { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Employees.cs b/src/ApideckUnifySdk/Employees.cs index 38f410c01..dd2e6ab2a 100644 --- a/src/ApideckUnifySdk/Employees.cs +++ b/src/ApideckUnifySdk/Employees.cs @@ -77,10 +77,10 @@ public class Employees: IEmployees { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Expenses.cs b/src/ApideckUnifySdk/Expenses.cs index d1b3b179a..7a98a2bab 100644 --- a/src/ApideckUnifySdk/Expenses.cs +++ b/src/ApideckUnifySdk/Expenses.cs @@ -77,10 +77,10 @@ public class Expenses: IExpenses { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/FileStorage.cs b/src/ApideckUnifySdk/FileStorage.cs index 324b3f237..360cbd186 100644 --- a/src/ApideckUnifySdk/FileStorage.cs +++ b/src/ApideckUnifySdk/FileStorage.cs @@ -28,10 +28,10 @@ public class FileStorage: IFileStorage { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Files.cs b/src/ApideckUnifySdk/Files.cs index ca609f785..fa33c625d 100644 --- a/src/ApideckUnifySdk/Files.cs +++ b/src/ApideckUnifySdk/Files.cs @@ -95,10 +95,10 @@ public class Files: IFiles { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Folders.cs b/src/ApideckUnifySdk/Folders.cs index 51c17708f..c6aee381d 100644 --- a/src/ApideckUnifySdk/Folders.cs +++ b/src/ApideckUnifySdk/Folders.cs @@ -75,10 +75,10 @@ public class Folders: IFolders { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Hris.cs b/src/ApideckUnifySdk/Hris.cs index 3e1f9fec3..ff279d84a 100644 --- a/src/ApideckUnifySdk/Hris.cs +++ b/src/ApideckUnifySdk/Hris.cs @@ -29,10 +29,10 @@ public class Hris: IHris { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/InvoiceItems.cs b/src/ApideckUnifySdk/InvoiceItems.cs index bfef7e589..b51f0f4fd 100644 --- a/src/ApideckUnifySdk/InvoiceItems.cs +++ b/src/ApideckUnifySdk/InvoiceItems.cs @@ -77,10 +77,10 @@ public class InvoiceItems: IInvoiceItems { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; @@ -198,6 +198,7 @@ public async Task ListAsync(AccountingInvoice Cursor = nextCursor, Limit = request?.Limit, Filter = request?.Filter, + Sort = request?.Sort, PassThrough = request?.PassThrough, Fields = request?.Fields }; diff --git a/src/ApideckUnifySdk/Invoices.cs b/src/ApideckUnifySdk/Invoices.cs index 8636a852b..827b5fc58 100644 --- a/src/ApideckUnifySdk/Invoices.cs +++ b/src/ApideckUnifySdk/Invoices.cs @@ -77,10 +77,10 @@ public class Invoices: IInvoices { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/IssueTracking.cs b/src/ApideckUnifySdk/IssueTracking.cs index d59736d66..edbb32f87 100644 --- a/src/ApideckUnifySdk/IssueTracking.cs +++ b/src/ApideckUnifySdk/IssueTracking.cs @@ -27,10 +27,10 @@ public class IssueTracking: IIssueTracking { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Jobs.cs b/src/ApideckUnifySdk/Jobs.cs index fa3bde1cc..dbc874884 100644 --- a/src/ApideckUnifySdk/Jobs.cs +++ b/src/ApideckUnifySdk/Jobs.cs @@ -50,10 +50,10 @@ public class Jobs: IJobs { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/JournalEntries.cs b/src/ApideckUnifySdk/JournalEntries.cs index e24d6fbc5..c1f49a5cc 100644 --- a/src/ApideckUnifySdk/JournalEntries.cs +++ b/src/ApideckUnifySdk/JournalEntries.cs @@ -77,10 +77,10 @@ public class JournalEntries: IJournalEntries { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Leads.cs b/src/ApideckUnifySdk/Leads.cs index f0e6902a0..d2d513335 100644 --- a/src/ApideckUnifySdk/Leads.cs +++ b/src/ApideckUnifySdk/Leads.cs @@ -77,10 +77,10 @@ public class Leads: ILeads { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/LedgerAccounts.cs b/src/ApideckUnifySdk/LedgerAccounts.cs index 6bd8fc5fb..3dbbe6395 100644 --- a/src/ApideckUnifySdk/LedgerAccounts.cs +++ b/src/ApideckUnifySdk/LedgerAccounts.cs @@ -77,10 +77,10 @@ public class LedgerAccounts: ILedgerAccounts { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Locations.cs b/src/ApideckUnifySdk/Locations.cs index 43f73d2d8..c264178ee 100644 --- a/src/ApideckUnifySdk/Locations.cs +++ b/src/ApideckUnifySdk/Locations.cs @@ -77,10 +77,10 @@ public class Locations: ILocations { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Logs.cs b/src/ApideckUnifySdk/Logs.cs index 369c282e3..e83146cc8 100644 --- a/src/ApideckUnifySdk/Logs.cs +++ b/src/ApideckUnifySdk/Logs.cs @@ -42,10 +42,10 @@ public class Logs: ILogs { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Messages.cs b/src/ApideckUnifySdk/Messages.cs index bf548386d..6e4c60c00 100644 --- a/src/ApideckUnifySdk/Messages.cs +++ b/src/ApideckUnifySdk/Messages.cs @@ -77,10 +77,10 @@ public class Messages: IMessages { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Models/Components/InvoiceItemsSort.cs b/src/ApideckUnifySdk/Models/Components/InvoiceItemsSort.cs new file mode 100644 index 000000000..8baf2d6c0 --- /dev/null +++ b/src/ApideckUnifySdk/Models/Components/InvoiceItemsSort.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. +// +// Changes to this file may cause incorrect behavior and will be lost when +// the code is regenerated. +// +//------------------------------------------------------------------------------ +#nullable enable +namespace ApideckUnifySdk.Models.Components +{ + using ApideckUnifySdk.Models.Components; + using ApideckUnifySdk.Utils; + + public class InvoiceItemsSort + { + + /// + /// The field on which to sort the Invoice Items + /// + [SpeakeasyMetadata("queryParam:name=by")] + public InvoiceItemsSortBy? By { get; set; } + + /// + /// The direction in which to sort the results + /// + [SpeakeasyMetadata("queryParam:name=direction")] + public SortDirection? Direction { get; set; } = ApideckUnifySdk.Models.Components.SortDirection.Asc; + } +} \ No newline at end of file diff --git a/src/ApideckUnifySdk/Models/Components/InvoiceItemsSortBy.cs b/src/ApideckUnifySdk/Models/Components/InvoiceItemsSortBy.cs new file mode 100644 index 000000000..3386df408 --- /dev/null +++ b/src/ApideckUnifySdk/Models/Components/InvoiceItemsSortBy.cs @@ -0,0 +1,60 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. +// +// Changes to this file may cause incorrect behavior and will be lost when +// the code is regenerated. +// +//------------------------------------------------------------------------------ +#nullable enable +namespace ApideckUnifySdk.Models.Components +{ + using ApideckUnifySdk.Utils; + using Newtonsoft.Json; + using System; + + /// + /// The field on which to sort the Invoice Items + /// + public enum InvoiceItemsSortBy + { + [JsonProperty("created_at")] + CreatedAt, + [JsonProperty("updated_at")] + UpdatedAt, + } + + public static class InvoiceItemsSortByExtension + { + public static string Value(this InvoiceItemsSortBy value) + { + return ((JsonPropertyAttribute)value.GetType().GetMember(value.ToString())[0].GetCustomAttributes(typeof(JsonPropertyAttribute), false)[0]).PropertyName ?? value.ToString(); + } + + public static InvoiceItemsSortBy ToEnum(this string value) + { + foreach(var field in typeof(InvoiceItemsSortBy).GetFields()) + { + var attributes = field.GetCustomAttributes(typeof(JsonPropertyAttribute), false); + if (attributes.Length == 0) + { + continue; + } + + var attribute = attributes[0] as JsonPropertyAttribute; + if (attribute != null && attribute.PropertyName == value) + { + var enumVal = field.GetValue(null); + + if (enumVal is InvoiceItemsSortBy) + { + return (InvoiceItemsSortBy)enumVal; + } + } + } + + throw new Exception($"Unknown value {value} for enum InvoiceItemsSortBy"); + } + } + +} \ No newline at end of file diff --git a/src/ApideckUnifySdk/Models/Components/Opportunity.cs b/src/ApideckUnifySdk/Models/Components/Opportunity.cs index f3568f5fc..5d3f1422c 100644 --- a/src/ApideckUnifySdk/Models/Components/Opportunity.cs +++ b/src/ApideckUnifySdk/Models/Components/Opportunity.cs @@ -34,8 +34,8 @@ public class Opportunity /// /// The unique identifier of the primary contact associated with the opportunity. /// - [JsonProperty("primary_contact_id", NullValueHandling = NullValueHandling.Include)] - public string? PrimaryContactId { get; set; } + [JsonProperty("primary_contact_id")] + public string? PrimaryContactId { get; set; } = null; /// /// A description of the opportunity. diff --git a/src/ApideckUnifySdk/Models/Components/OpportunityInput.cs b/src/ApideckUnifySdk/Models/Components/OpportunityInput.cs index dff90788f..5a722c3b0 100644 --- a/src/ApideckUnifySdk/Models/Components/OpportunityInput.cs +++ b/src/ApideckUnifySdk/Models/Components/OpportunityInput.cs @@ -28,8 +28,8 @@ public class OpportunityInput /// /// The unique identifier of the primary contact associated with the opportunity. /// - [JsonProperty("primary_contact_id", NullValueHandling = NullValueHandling.Include)] - public string? PrimaryContactId { get; set; } + [JsonProperty("primary_contact_id")] + public string? PrimaryContactId { get; set; } = null; /// /// A description of the opportunity. diff --git a/src/ApideckUnifySdk/Models/Components/PaymentStatus.cs b/src/ApideckUnifySdk/Models/Components/PaymentStatus.cs index a0ced7115..ed1892193 100644 --- a/src/ApideckUnifySdk/Models/Components/PaymentStatus.cs +++ b/src/ApideckUnifySdk/Models/Components/PaymentStatus.cs @@ -18,8 +18,12 @@ namespace ApideckUnifySdk.Models.Components /// public enum PaymentStatus { + [JsonProperty("draft")] + Draft, [JsonProperty("authorised")] Authorised, + [JsonProperty("rejected")] + Rejected, [JsonProperty("paid")] Paid, [JsonProperty("voided")] diff --git a/src/ApideckUnifySdk/Models/Components/WebhookEventType.cs b/src/ApideckUnifySdk/Models/Components/WebhookEventType.cs index 6140224df..81628adf6 100644 --- a/src/ApideckUnifySdk/Models/Components/WebhookEventType.cs +++ b/src/ApideckUnifySdk/Models/Components/WebhookEventType.cs @@ -225,6 +225,24 @@ public enum WebhookEventType AccountingExpenseUpdated, [JsonProperty("accounting.expense.deleted")] AccountingExpenseDeleted, + [JsonProperty("ecommerce.order.created")] + EcommerceOrderCreated, + [JsonProperty("ecommerce.order.updated")] + EcommerceOrderUpdated, + [JsonProperty("ecommerce.order.deleted")] + EcommerceOrderDeleted, + [JsonProperty("ecommerce.product.created")] + EcommerceProductCreated, + [JsonProperty("ecommerce.product.updated")] + EcommerceProductUpdated, + [JsonProperty("ecommerce.product.deleted")] + EcommerceProductDeleted, + [JsonProperty("ecommerce.customer.created")] + EcommerceCustomerCreated, + [JsonProperty("ecommerce.customer.updated")] + EcommerceCustomerUpdated, + [JsonProperty("ecommerce.customer.deleted")] + EcommerceCustomerDeleted, } public static class WebhookEventTypeExtension diff --git a/src/ApideckUnifySdk/Models/Requests/AccountingInvoiceItemsAllRequest.cs b/src/ApideckUnifySdk/Models/Requests/AccountingInvoiceItemsAllRequest.cs index 8c46f6622..faff9563e 100644 --- a/src/ApideckUnifySdk/Models/Requests/AccountingInvoiceItemsAllRequest.cs +++ b/src/ApideckUnifySdk/Models/Requests/AccountingInvoiceItemsAllRequest.cs @@ -58,6 +58,12 @@ public class AccountingInvoiceItemsAllRequest [SpeakeasyMetadata("queryParam:style=deepObject,explode=true,name=filter")] public InvoiceItemsFilter? Filter { get; set; } + /// + /// Apply sorting + /// + [SpeakeasyMetadata("queryParam:style=deepObject,explode=true,name=sort")] + public InvoiceItemsSort? Sort { get; set; } + /// /// Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads /// diff --git a/src/ApideckUnifySdk/Notes.cs b/src/ApideckUnifySdk/Notes.cs index d62d39c7d..2d196c961 100644 --- a/src/ApideckUnifySdk/Notes.cs +++ b/src/ApideckUnifySdk/Notes.cs @@ -77,10 +77,10 @@ public class Notes: INotes { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Opportunities.cs b/src/ApideckUnifySdk/Opportunities.cs index e12c0269a..d261cdbef 100644 --- a/src/ApideckUnifySdk/Opportunities.cs +++ b/src/ApideckUnifySdk/Opportunities.cs @@ -77,10 +77,10 @@ public class Opportunities: IOpportunities { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Orders.cs b/src/ApideckUnifySdk/Orders.cs index 67186b759..844d7b2cd 100644 --- a/src/ApideckUnifySdk/Orders.cs +++ b/src/ApideckUnifySdk/Orders.cs @@ -50,10 +50,10 @@ public class Orders: IOrders { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Payments.cs b/src/ApideckUnifySdk/Payments.cs index b16076b3e..5cacd2a5d 100644 --- a/src/ApideckUnifySdk/Payments.cs +++ b/src/ApideckUnifySdk/Payments.cs @@ -77,10 +77,10 @@ public class Payments: IPayments { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Payrolls.cs b/src/ApideckUnifySdk/Payrolls.cs index 9b31b46af..66372ba8f 100644 --- a/src/ApideckUnifySdk/Payrolls.cs +++ b/src/ApideckUnifySdk/Payrolls.cs @@ -48,10 +48,10 @@ public class Payrolls: IPayrolls { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Pipelines.cs b/src/ApideckUnifySdk/Pipelines.cs index 58a8898eb..cf1d98d7c 100644 --- a/src/ApideckUnifySdk/Pipelines.cs +++ b/src/ApideckUnifySdk/Pipelines.cs @@ -41,10 +41,10 @@ public class Pipelines: IPipelines { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Products.cs b/src/ApideckUnifySdk/Products.cs index 1d1287fc7..c554ea9ce 100644 --- a/src/ApideckUnifySdk/Products.cs +++ b/src/ApideckUnifySdk/Products.cs @@ -50,10 +50,10 @@ public class Products: IProducts { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ProfitAndLoss.cs b/src/ApideckUnifySdk/ProfitAndLoss.cs index d729edaad..4d6beaa2e 100644 --- a/src/ApideckUnifySdk/ProfitAndLoss.cs +++ b/src/ApideckUnifySdk/ProfitAndLoss.cs @@ -39,10 +39,10 @@ public class ProfitAndLoss: IProfitAndLoss { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/PurchaseOrders.cs b/src/ApideckUnifySdk/PurchaseOrders.cs index 2768acb95..695f3a75f 100644 --- a/src/ApideckUnifySdk/PurchaseOrders.cs +++ b/src/ApideckUnifySdk/PurchaseOrders.cs @@ -77,10 +77,10 @@ public class PurchaseOrders: IPurchaseOrders { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Sessions.cs b/src/ApideckUnifySdk/Sessions.cs index b06e3cd91..2ed0c2a30 100644 --- a/src/ApideckUnifySdk/Sessions.cs +++ b/src/ApideckUnifySdk/Sessions.cs @@ -43,10 +43,10 @@ public class Sessions: ISessions { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/SharedLinks.cs b/src/ApideckUnifySdk/SharedLinks.cs index 63cc6ef4b..6d69dd59f 100644 --- a/src/ApideckUnifySdk/SharedLinks.cs +++ b/src/ApideckUnifySdk/SharedLinks.cs @@ -77,10 +77,10 @@ public class SharedLinks: ISharedLinks { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Sms.cs b/src/ApideckUnifySdk/Sms.cs index b2cc1a222..f247ee206 100644 --- a/src/ApideckUnifySdk/Sms.cs +++ b/src/ApideckUnifySdk/Sms.cs @@ -23,10 +23,10 @@ public class Sms: ISms { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Stores.cs b/src/ApideckUnifySdk/Stores.cs index 8bca37e57..b445eadfd 100644 --- a/src/ApideckUnifySdk/Stores.cs +++ b/src/ApideckUnifySdk/Stores.cs @@ -39,10 +39,10 @@ public class Stores: IStores { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Subsidiaries.cs b/src/ApideckUnifySdk/Subsidiaries.cs index 0c6e2bde8..0baf11acf 100644 --- a/src/ApideckUnifySdk/Subsidiaries.cs +++ b/src/ApideckUnifySdk/Subsidiaries.cs @@ -77,10 +77,10 @@ public class Subsidiaries: ISubsidiaries { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Suppliers.cs b/src/ApideckUnifySdk/Suppliers.cs index 961f75181..4a496cb9d 100644 --- a/src/ApideckUnifySdk/Suppliers.cs +++ b/src/ApideckUnifySdk/Suppliers.cs @@ -77,10 +77,10 @@ public class Suppliers: ISuppliers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/TaxRates.cs b/src/ApideckUnifySdk/TaxRates.cs index 86dc218eb..824c3d4d1 100644 --- a/src/ApideckUnifySdk/TaxRates.cs +++ b/src/ApideckUnifySdk/TaxRates.cs @@ -79,10 +79,10 @@ public class TaxRates: ITaxRates { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/TimeOffRequests.cs b/src/ApideckUnifySdk/TimeOffRequests.cs index ff829c747..ef1d6bf1b 100644 --- a/src/ApideckUnifySdk/TimeOffRequests.cs +++ b/src/ApideckUnifySdk/TimeOffRequests.cs @@ -77,10 +77,10 @@ public class TimeOffRequests: ITimeOffRequests { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/TrackingCategories.cs b/src/ApideckUnifySdk/TrackingCategories.cs index 9eebfdde3..9bd84ac13 100644 --- a/src/ApideckUnifySdk/TrackingCategories.cs +++ b/src/ApideckUnifySdk/TrackingCategories.cs @@ -77,10 +77,10 @@ public class TrackingCategories: ITrackingCategories { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/UploadSessions.cs b/src/ApideckUnifySdk/UploadSessions.cs index b0de45ff2..a38ec61ab 100644 --- a/src/ApideckUnifySdk/UploadSessions.cs +++ b/src/ApideckUnifySdk/UploadSessions.cs @@ -84,10 +84,10 @@ public class UploadSessions: IUploadSessions }; public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Users.cs b/src/ApideckUnifySdk/Users.cs index c99aedc28..46e27623b 100644 --- a/src/ApideckUnifySdk/Users.cs +++ b/src/ApideckUnifySdk/Users.cs @@ -77,10 +77,10 @@ public class Users: IUsers { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/ValidateConnection.cs b/src/ApideckUnifySdk/ValidateConnection.cs index 83297d462..98f73738b 100644 --- a/src/ApideckUnifySdk/ValidateConnection.cs +++ b/src/ApideckUnifySdk/ValidateConnection.cs @@ -45,10 +45,10 @@ public class ValidateConnection: IValidateConnection { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Vault.cs b/src/ApideckUnifySdk/Vault.cs index b101a5762..e15f63d3d 100644 --- a/src/ApideckUnifySdk/Vault.cs +++ b/src/ApideckUnifySdk/Vault.cs @@ -33,10 +33,10 @@ public class Vault: IVault { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Webhook.cs b/src/ApideckUnifySdk/Webhook.cs index fe7863d84..8c833fe4b 100644 --- a/src/ApideckUnifySdk/Webhook.cs +++ b/src/ApideckUnifySdk/Webhook.cs @@ -23,10 +23,10 @@ public class Webhook: IWebhook { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource; diff --git a/src/ApideckUnifySdk/Webhooks.cs b/src/ApideckUnifySdk/Webhooks.cs index f3a7ae3af..b9a4af018 100644 --- a/src/ApideckUnifySdk/Webhooks.cs +++ b/src/ApideckUnifySdk/Webhooks.cs @@ -77,10 +77,10 @@ public class Webhooks: IWebhooks { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.4.1"; - private const string _sdkGenVersion = "2.493.34"; - private const string _openapiDocVersion = "10.10.0"; - private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.493.34 10.10.0 ApideckUnifySdk"; + private const string _sdkVersion = "0.5.0"; + private const string _sdkGenVersion = "2.495.1"; + private const string _openapiDocVersion = "10.11.0"; + private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.495.1 10.11.0 ApideckUnifySdk"; private string _serverUrl = ""; private ISpeakeasyHttpClient _client; private Func? _securitySource;