diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock
index 80375eb17..641291316 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: 1b699953c6695d1307d5ba6eeb4cfd5f
+ docChecksum: d7135fd6bec8d864fcc4b9f14f36dfd2
docVersion: 10.11.5
- speakeasyVersion: 1.501.1
- generationVersion: 2.522.5
- releaseVersion: 0.5.3
- configChecksum: d87c7ad4399e65275042a7761f651651
+ speakeasyVersion: 1.509.1
+ generationVersion: 2.539.1
+ releaseVersion: 0.5.4
+ configChecksum: c8211d8217f941ce5b819b314b24a14e
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
@@ -29,7 +29,7 @@ features:
methodServerURLs: 2.82.1
nameOverrides: 2.81.2
nullables: 0.1.1
- pagination: 0.2.5
+ pagination: 0.2.6
responseFormat: 0.0.4
retries: 0.0.1
sdkHooks: 0.1.0
@@ -58,6 +58,7 @@ generatedFiles:
- docs/Models/Components/ActivityInput.md
- docs/Models/Components/ActivityType.md
- docs/Models/Components/Address.md
+ - docs/Models/Components/AddressType.md
- docs/Models/Components/Addresses.md
- docs/Models/Components/AgedDebtors.md
- docs/Models/Components/AgedReportFilter.md
@@ -164,7 +165,6 @@ generatedFiles:
- docs/Models/Components/Contact.md
- docs/Models/Components/ContactGender.md
- docs/Models/Components/ContactInput.md
- - docs/Models/Components/ContactType.md
- docs/Models/Components/ContactsFilter.md
- docs/Models/Components/ContactsSort.md
- docs/Models/Components/ContactsSortBy.md
@@ -1466,6 +1466,7 @@ generatedFiles:
- src/ApideckUnifySdk/Models/Components/ActivityInput.cs
- src/ApideckUnifySdk/Models/Components/ActivityType.cs
- src/ApideckUnifySdk/Models/Components/Address.cs
+ - src/ApideckUnifySdk/Models/Components/AddressType.cs
- src/ApideckUnifySdk/Models/Components/Addresses.cs
- src/ApideckUnifySdk/Models/Components/AgedDebtors.cs
- src/ApideckUnifySdk/Models/Components/AgedReportFilter.cs
@@ -1572,7 +1573,6 @@ generatedFiles:
- src/ApideckUnifySdk/Models/Components/Contact.cs
- src/ApideckUnifySdk/Models/Components/ContactGender.cs
- src/ApideckUnifySdk/Models/Components/ContactInput.cs
- - src/ApideckUnifySdk/Models/Components/ContactType.cs
- src/ApideckUnifySdk/Models/Components/ContactsFilter.cs
- src/ApideckUnifySdk/Models/Components/ContactsSort.cs
- src/ApideckUnifySdk/Models/Components/ContactsSortBy.cs
diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml
index 4df8cc341..59c57a9cd 100644
--- a/.speakeasy/gen.yaml
+++ b/.speakeasy/gen.yaml
@@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
- version: 0.5.3
+ version: 0.5.4
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock
index fefd51f95..1444b3998 100644
--- a/.speakeasy/workflow.lock
+++ b/.speakeasy/workflow.lock
@@ -1,21 +1,21 @@
-speakeasyVersion: 1.501.1
+speakeasyVersion: 1.509.1
sources:
Apideck:
sourceNamespace: apideck
- sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
- sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
+ sourceRevisionDigest: sha256:2ec8bfa9d82ae6700e9ca8707c733346e1d550f93aeebc867f96433354e21d56
+ sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
tags:
- latest
- - speakeasy-sdk-regen-1740396640
+ - speakeasy-sdk-regen-1740649263
- 10.11.5
targets:
apideck:
source: Apideck
sourceNamespace: apideck
- sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
- sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
+ sourceRevisionDigest: sha256:2ec8bfa9d82ae6700e9ca8707c733346e1d550f93aeebc867f96433354e21d56
+ sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
codeSamplesNamespace: apideck-csharp-code-samples
- codeSamplesRevisionDigest: sha256:de1dd0d8698587412d166fb88cc574d4ca63ceeeeef375cf8e11ee73ae67b377
+ codeSamplesRevisionDigest: sha256:e96d291ce16c3fa0d1b2270ba2e2dbfda2ea259c23ef3067cc8aa0cf76584984
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
diff --git a/RELEASES.md b/RELEASES.md
index 1192fb913..fe9d2a2f6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -138,4 +138,14 @@ Based on:
### Generated
- [csharp v0.5.3] .
### Releases
-- [NuGet v0.5.3] https://www.nuget.org/packages/ApideckUnifySdk/0.5.3 - .
\ No newline at end of file
+- [NuGet v0.5.3] https://www.nuget.org/packages/ApideckUnifySdk/0.5.3 - .
+
+## 2025-03-05 00:11:42
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.509.1 (2.539.1) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [csharp v0.5.4] .
+### Releases
+- [NuGet v0.5.4] https://www.nuget.org/packages/ApideckUnifySdk/0.5.4 - .
\ No newline at end of file
diff --git a/docs/Models/Components/Address.md b/docs/Models/Components/Address.md
index 6eb511cf5..b4053504b 100644
--- a/docs/Models/Components/Address.md
+++ b/docs/Models/Components/Address.md
@@ -6,7 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `Id` | *string* | :heavy_minus_sign: | Unique identifier for the address. | 123 |
-| `Type` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of address. | primary |
+| `Type` | [AddressType](../../Models/Components/AddressType.md) | :heavy_minus_sign: | The type of address. | primary |
| `String` | *string* | :heavy_minus_sign: | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
| `Name` | *string* | :heavy_minus_sign: | The name of the address. | HQ US |
| `Line1` | *string* | :heavy_minus_sign: | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |
diff --git a/docs/Models/Components/AddressType.md b/docs/Models/Components/AddressType.md
new file mode 100644
index 000000000..3da990042
--- /dev/null
+++ b/docs/Models/Components/AddressType.md
@@ -0,0 +1,16 @@
+# AddressType
+
+The type of address.
+
+
+## Values
+
+| Name | Value |
+| ----------- | ----------- |
+| `Primary` | primary |
+| `Secondary` | secondary |
+| `Home` | home |
+| `Office` | office |
+| `Shipping` | shipping |
+| `Billing` | billing |
+| `Other` | other |
\ No newline at end of file
diff --git a/docs/Models/Components/Contact.md b/docs/Models/Components/Contact.md
index 387a28f77..0ed0c5812 100644
--- a/docs/Models/Components/Contact.md
+++ b/docs/Models/Components/Contact.md
@@ -8,7 +8,7 @@
| `Id` | *string* | :heavy_minus_sign: | Unique identifier for the contact. | 12345 |
| `Name` | *string* | :heavy_check_mark: | Full name of the contact. | Elon Musk |
| `OwnerId` | *string* | :heavy_minus_sign: | The owner of the contact. | 54321 |
-| `Type` | [ContactType](../../Models/Components/ContactType.md) | :heavy_minus_sign: | The type of the contact. | personal |
+| `Type` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
| `CompanyId` | *string* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |
| `CompanyName` | *string* | :heavy_minus_sign: | The name of the company the contact is associated with. | 23456 |
| `LeadId` | *string* | :heavy_minus_sign: | The lead the contact is associated with. | 34567 |
diff --git a/docs/Models/Components/ContactInput.md b/docs/Models/Components/ContactInput.md
index f00df623e..a4227a906 100644
--- a/docs/Models/Components/ContactInput.md
+++ b/docs/Models/Components/ContactInput.md
@@ -7,7 +7,7 @@
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Name` | *string* | :heavy_check_mark: | Full name of the contact. | Elon Musk |
| `OwnerId` | *string* | :heavy_minus_sign: | The owner of the contact. | 54321 |
-| `Type` | [ContactType](../../Models/Components/ContactType.md) | :heavy_minus_sign: | The type of the contact. | personal |
+| `Type` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
| `CompanyId` | *string* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |
| `CompanyName` | *string* | :heavy_minus_sign: | The name of the company the contact is associated with. | 23456 |
| `LeadId` | *string* | :heavy_minus_sign: | The lead the contact is associated with. | 34567 |
diff --git a/docs/Models/Components/ContactType.md b/docs/Models/Components/ContactType.md
deleted file mode 100644
index 68f55bb9c..000000000
--- a/docs/Models/Components/ContactType.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# ContactType
-
-The type of the contact.
-
-
-## Values
-
-| Name | Value |
-| ---------- | ---------- |
-| `Customer` | customer |
-| `Supplier` | supplier |
-| `Employee` | employee |
-| `Personal` | personal |
\ No newline at end of file
diff --git a/docs/Models/Components/Type.md b/docs/Models/Components/Type.md
index a19449050..b7731eb9f 100644
--- a/docs/Models/Components/Type.md
+++ b/docs/Models/Components/Type.md
@@ -1,16 +1,13 @@
# Type
-The type of address.
+The type of the contact.
## Values
-| Name | Value |
-| ----------- | ----------- |
-| `Primary` | primary |
-| `Secondary` | secondary |
-| `Home` | home |
-| `Office` | office |
-| `Shipping` | shipping |
-| `Billing` | billing |
-| `Other` | other |
\ No newline at end of file
+| Name | Value |
+| ---------- | ---------- |
+| `Customer` | customer |
+| `Supplier` | supplier |
+| `Employee` | employee |
+| `Personal` | personal |
\ No newline at end of file
diff --git a/docs/sdks/activities/README.md b/docs/sdks/activities/README.md
index 6a02992fe..70426e3a6 100644
--- a/docs/sdks/activities/README.md
+++ b/docs/sdks/activities/README.md
@@ -118,7 +118,7 @@ CrmActivitiesAddRequest req = new CrmActivitiesAddRequest() {
Location = "Space",
LocationAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -322,7 +322,7 @@ CrmActivitiesUpdateRequest req = new CrmActivitiesUpdateRequest() {
Location = "Space",
LocationAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/apideckcompanies/README.md b/docs/sdks/apideckcompanies/README.md
index 8f88bab55..9ee1a7af2 100644
--- a/docs/sdks/apideckcompanies/README.md
+++ b/docs/sdks/apideckcompanies/README.md
@@ -97,7 +97,7 @@ HrisCompaniesAddRequest req = new HrisCompaniesAddRequest() {
Addresses = new List
() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -271,7 +271,7 @@ HrisCompaniesUpdateRequest req = new HrisCompaniesUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/applicants/README.md b/docs/sdks/applicants/README.md
index 196d97bff..4a1304e82 100644
--- a/docs/sdks/applicants/README.md
+++ b/docs/sdks/applicants/README.md
@@ -132,7 +132,7 @@ AtsApplicantsAddRequest req = new AtsApplicantsAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -356,7 +356,7 @@ AtsApplicantsUpdateRequest req = new AtsApplicantsUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/billpayments/README.md b/docs/sdks/billpayments/README.md
index 5f0d05a0f..0af68bf78 100644
--- a/docs/sdks/billpayments/README.md
+++ b/docs/sdks/billpayments/README.md
@@ -114,7 +114,7 @@ AccountingBillPaymentsAddRequest req = new AccountingBillPaymentsAddRequest() {
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -305,7 +305,7 @@ AccountingBillPaymentsUpdateRequest req = new AccountingBillPaymentsUpdateReques
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/bills/README.md b/docs/sdks/bills/README.md
index 6a9467fe8..1fa34c2e3 100644
--- a/docs/sdks/bills/README.md
+++ b/docs/sdks/bills/README.md
@@ -102,7 +102,7 @@ AccountingBillsAddRequest req = new AccountingBillsAddRequest() {
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -347,7 +347,7 @@ AccountingBillsUpdateRequest req = new AccountingBillsUpdateRequest() {
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/companies/README.md b/docs/sdks/companies/README.md
index 67adba8eb..f4a097017 100644
--- a/docs/sdks/companies/README.md
+++ b/docs/sdks/companies/README.md
@@ -139,7 +139,7 @@ CrmCompaniesAddRequest req = new CrmCompaniesAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -368,7 +368,7 @@ CrmCompaniesUpdateRequest req = new CrmCompaniesUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/contacts/README.md b/docs/sdks/contacts/README.md
index 2069a67f9..b9119eea2 100644
--- a/docs/sdks/contacts/README.md
+++ b/docs/sdks/contacts/README.md
@@ -100,7 +100,7 @@ CrmContactsAddRequest req = new CrmContactsAddRequest() {
Contact = new ContactInput() {
Name = "Elon Musk",
OwnerId = "54321",
- Type = ContactType.Personal,
+ Type = ApideckUnifySdk.Models.Components.Type.Personal,
CompanyId = "23456",
CompanyName = "23456",
LeadId = "34567",
@@ -131,7 +131,7 @@ CrmContactsAddRequest req = new CrmContactsAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -321,7 +321,7 @@ CrmContactsUpdateRequest req = new CrmContactsUpdateRequest() {
Contact = new ContactInput() {
Name = "Elon Musk",
OwnerId = "54321",
- Type = ContactType.Personal,
+ Type = ApideckUnifySdk.Models.Components.Type.Personal,
CompanyId = "23456",
CompanyName = "23456",
LeadId = "34567",
@@ -352,7 +352,7 @@ CrmContactsUpdateRequest req = new CrmContactsUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/creditnotes/README.md b/docs/sdks/creditnotes/README.md
index a23f06fce..47254ec95 100644
--- a/docs/sdks/creditnotes/README.md
+++ b/docs/sdks/creditnotes/README.md
@@ -183,7 +183,7 @@ AccountingCreditNotesAddRequest req = new AccountingCreditNotesAddRequest() {
Terms = "Some terms about this credit note",
BillingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -209,7 +209,7 @@ AccountingCreditNotesAddRequest req = new AccountingCreditNotesAddRequest() {
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -455,7 +455,7 @@ AccountingCreditNotesUpdateRequest req = new AccountingCreditNotesUpdateRequest(
Terms = "Some terms about this credit note",
BillingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -481,7 +481,7 @@ AccountingCreditNotesUpdateRequest req = new AccountingCreditNotesUpdateRequest(
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/customers/README.md b/docs/sdks/customers/README.md
index b15240c82..cbf16763b 100644
--- a/docs/sdks/customers/README.md
+++ b/docs/sdks/customers/README.md
@@ -115,7 +115,7 @@ AccountingCustomersAddRequest req = new AccountingCustomersAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -338,7 +338,7 @@ AccountingCustomersUpdateRequest req = new AccountingCustomersUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/employees/README.md b/docs/sdks/employees/README.md
index b061b97f6..3cd3a62f2 100644
--- a/docs/sdks/employees/README.md
+++ b/docs/sdks/employees/README.md
@@ -184,7 +184,7 @@ HrisEmployeesAddRequest req = new HrisEmployeesAddRequest() {
Status = EmployeeJobStatus.Active,
Location = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -222,7 +222,7 @@ HrisEmployeesAddRequest req = new HrisEmployeesAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -515,7 +515,7 @@ HrisEmployeesUpdateRequest req = new HrisEmployeesUpdateRequest() {
Status = EmployeeJobStatus.Active,
Location = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -553,7 +553,7 @@ HrisEmployeesUpdateRequest req = new HrisEmployeesUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/invoices/README.md b/docs/sdks/invoices/README.md
index e596eee8d..6096e3b41 100644
--- a/docs/sdks/invoices/README.md
+++ b/docs/sdks/invoices/README.md
@@ -183,7 +183,7 @@ AccountingInvoicesAddRequest req = new AccountingInvoicesAddRequest() {
},
BillingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -209,7 +209,7 @@ AccountingInvoicesAddRequest req = new AccountingInvoicesAddRequest() {
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -471,7 +471,7 @@ AccountingInvoicesUpdateRequest req = new AccountingInvoicesUpdateRequest() {
},
BillingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -497,7 +497,7 @@ AccountingInvoicesUpdateRequest req = new AccountingInvoicesUpdateRequest() {
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/journalentries/README.md b/docs/sdks/journalentries/README.md
index a6984f68f..218e2926c 100644
--- a/docs/sdks/journalentries/README.md
+++ b/docs/sdks/journalentries/README.md
@@ -132,7 +132,7 @@ AccountingJournalEntriesAddRequest req = new AccountingJournalEntriesAddRequest(
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -336,7 +336,7 @@ AccountingJournalEntriesUpdateRequest req = new AccountingJournalEntriesUpdateRe
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/leads/README.md b/docs/sdks/leads/README.md
index 87ff8c5a5..58bea5a2d 100644
--- a/docs/sdks/leads/README.md
+++ b/docs/sdks/leads/README.md
@@ -124,7 +124,7 @@ CrmLeadsAddRequest req = new CrmLeadsAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -328,7 +328,7 @@ CrmLeadsUpdateRequest req = new CrmLeadsUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/locations/README.md b/docs/sdks/locations/README.md
index 5fb2dd13d..f89cb3615 100644
--- a/docs/sdks/locations/README.md
+++ b/docs/sdks/locations/README.md
@@ -94,7 +94,7 @@ AccountingLocationsAddRequest req = new AccountingLocationsAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -247,7 +247,7 @@ AccountingLocationsUpdateRequest req = new AccountingLocationsUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/purchaseorders/README.md b/docs/sdks/purchaseorders/README.md
index eff5f271f..e5a2666e3 100644
--- a/docs/sdks/purchaseorders/README.md
+++ b/docs/sdks/purchaseorders/README.md
@@ -103,7 +103,7 @@ AccountingPurchaseOrdersAddRequest req = new AccountingPurchaseOrdersAddRequest(
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -191,7 +191,7 @@ AccountingPurchaseOrdersAddRequest req = new AccountingPurchaseOrdersAddRequest(
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -370,7 +370,7 @@ AccountingPurchaseOrdersUpdateRequest req = new AccountingPurchaseOrdersUpdateRe
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -460,7 +460,7 @@ AccountingPurchaseOrdersUpdateRequest req = new AccountingPurchaseOrdersUpdateRe
},
ShippingAddress = new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/suppliers/README.md b/docs/sdks/suppliers/README.md
index 30e8eb6cc..01f25faa5 100644
--- a/docs/sdks/suppliers/README.md
+++ b/docs/sdks/suppliers/README.md
@@ -113,7 +113,7 @@ AccountingSuppliersAddRequest req = new AccountingSuppliersAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -332,7 +332,7 @@ AccountingSuppliersUpdateRequest req = new AccountingSuppliersUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/docs/sdks/users/README.md b/docs/sdks/users/README.md
index 927c4db0c..a767d1990 100644
--- a/docs/sdks/users/README.md
+++ b/docs/sdks/users/README.md
@@ -104,7 +104,7 @@ CrmUsersAddRequest req = new CrmUsersAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -277,7 +277,7 @@ CrmUsersUpdateRequest req = new CrmUsersUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = ApideckUnifySdk.Models.Components.Type.Primary,
+ Type = AddressType.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
diff --git a/src/ApideckUnifySdk/Accounting.cs b/src/ApideckUnifySdk/Accounting.cs
index 89817db8e..107897db3 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Activities.cs b/src/ApideckUnifySdk/Activities.cs
index 57c0bf9f5..e4d90dec6 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/AgedDebtors.cs b/src/ApideckUnifySdk/AgedDebtors.cs
index 20fdd61a2..b69168bb4 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApiResourceCoverage.cs b/src/ApideckUnifySdk/ApiResourceCoverage.cs
index c3eb46d5a..ebb954055 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApiResources.cs b/src/ApideckUnifySdk/ApiResources.cs
index 764f79e91..45ce09376 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Apideck.cs b/src/ApideckUnifySdk/Apideck.cs
index 4faed6323..c4a31cd9d 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private int _serverIndex = 0;
private ISpeakeasyHttpClient _client;
diff --git a/src/ApideckUnifySdk/ApideckCompanies.cs b/src/ApideckUnifySdk/ApideckCompanies.cs
index c275d5541..7193a2764 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckCustomers.cs b/src/ApideckUnifySdk/ApideckCustomers.cs
index 51f0179b1..f6fde5c3b 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckDepartments.cs b/src/ApideckUnifySdk/ApideckDepartments.cs
index 9b5950c5c..209c1df6a 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckUnifySdk.csproj b/src/ApideckUnifySdk/ApideckUnifySdk.csproj
index 89090dcb4..26ccf61ca 100644
--- a/src/ApideckUnifySdk/ApideckUnifySdk.csproj
+++ b/src/ApideckUnifySdk/ApideckUnifySdk.csproj
@@ -3,7 +3,7 @@
true
ApideckUnifySdk
- 0.5.3
+ 0.5.4
net8.0
Speakeasy
Copyright (c) Speakeasy 2025
diff --git a/src/ApideckUnifySdk/Apis.cs b/src/ApideckUnifySdk/Apis.cs
index 9b8fc3d59..deee23034 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Applicants.cs b/src/ApideckUnifySdk/Applicants.cs
index a4909c952..0d3d3f9e7 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Applications.cs b/src/ApideckUnifySdk/Applications.cs
index d01f1062b..4edf64f47 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Ats.cs b/src/ApideckUnifySdk/Ats.cs
index fc1d658d2..f23e16abe 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Attachments.cs b/src/ApideckUnifySdk/Attachments.cs
index 853130822..d2791bb01 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/BalanceSheet.cs b/src/ApideckUnifySdk/BalanceSheet.cs
index afa887795..54159f2be 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/BillPayments.cs b/src/ApideckUnifySdk/BillPayments.cs
index 082cf0413..548ce35cd 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Bills.cs b/src/ApideckUnifySdk/Bills.cs
index 3374c0388..7fe943356 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTags.cs b/src/ApideckUnifySdk/CollectionTags.cs
index 586c3c76b..f509275de 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTicketComments.cs b/src/ApideckUnifySdk/CollectionTicketComments.cs
index 41cd9f7cc..6481d60e1 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTickets.cs b/src/ApideckUnifySdk/CollectionTickets.cs
index c954da53d..39edbf123 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionUsers.cs b/src/ApideckUnifySdk/CollectionUsers.cs
index 9839bcb8e..6c1a6dbc7 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Collections.cs b/src/ApideckUnifySdk/Collections.cs
index d742c8a00..888b6c7cf 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Companies.cs b/src/ApideckUnifySdk/Companies.cs
index f39284657..522975fb6 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CompanyInfo.cs b/src/ApideckUnifySdk/CompanyInfo.cs
index 0d16b5f73..11692c5c6 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectionCustomMappings.cs b/src/ApideckUnifySdk/ConnectionCustomMappings.cs
index 70982dae2..2affdf759 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectionSettings.cs b/src/ApideckUnifySdk/ConnectionSettings.cs
index 1f1f4ecf7..dfae08cc2 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connections.cs b/src/ApideckUnifySdk/Connections.cs
index 6ba1ab610..e141ff1b0 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connector.cs b/src/ApideckUnifySdk/Connector.cs
index b027f7e50..9191a3a5b 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectorDocs.cs b/src/ApideckUnifySdk/ConnectorDocs.cs
index f587caf00..c26c42d87 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectorResources.cs b/src/ApideckUnifySdk/ConnectorResources.cs
index 88575bb55..b5bcb1550 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connectors.cs b/src/ApideckUnifySdk/Connectors.cs
index 4023b9eed..86b1ce0ed 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConsumerRequestCounts.cs b/src/ApideckUnifySdk/ConsumerRequestCounts.cs
index 6c776c237..afafda8c5 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Consumers.cs b/src/ApideckUnifySdk/Consumers.cs
index 405497ad1..6db033a34 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Contacts.cs b/src/ApideckUnifySdk/Contacts.cs
index 1c89d7b2d..5f4e9198f 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CreateCallback.cs b/src/ApideckUnifySdk/CreateCallback.cs
index de7a914ab..538ce3fbb 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CreditNotes.cs b/src/ApideckUnifySdk/CreditNotes.cs
index 0d077f66b..e6503ea02 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Crm.cs b/src/ApideckUnifySdk/Crm.cs
index 1f12177db..471e4a8c7 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CustomFields.cs b/src/ApideckUnifySdk/CustomFields.cs
index 936f04e2a..ed16fdc0b 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CustomMappings.cs b/src/ApideckUnifySdk/CustomMappings.cs
index cbcf26878..d6c3b0843 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Customers.cs b/src/ApideckUnifySdk/Customers.cs
index 978d92ee9..c4ab32eda 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Departments.cs b/src/ApideckUnifySdk/Departments.cs
index 4a56d90fb..7c5ef0133 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/DriveGroups.cs b/src/ApideckUnifySdk/DriveGroups.cs
index d23fc6b27..348c04d8b 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Drives.cs b/src/ApideckUnifySdk/Drives.cs
index 5a5ea2ee3..dfff5751c 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Ecommerce.cs b/src/ApideckUnifySdk/Ecommerce.cs
index a3c99535a..9abe3ee7f 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/EmployeePayrolls.cs b/src/ApideckUnifySdk/EmployeePayrolls.cs
index 96f8c8395..f2b39b4f6 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/EmployeeSchedules.cs b/src/ApideckUnifySdk/EmployeeSchedules.cs
index d0995d4b2..e84f30b25 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Employees.cs b/src/ApideckUnifySdk/Employees.cs
index 2fa1eba3f..c13befd73 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Expenses.cs b/src/ApideckUnifySdk/Expenses.cs
index 74886f956..17225f0f8 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/FileStorage.cs b/src/ApideckUnifySdk/FileStorage.cs
index 9b6cb76c0..8819803c7 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Files.cs b/src/ApideckUnifySdk/Files.cs
index 1272f9ce2..21a91c244 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Folders.cs b/src/ApideckUnifySdk/Folders.cs
index 22f55b7b4..9d53788ee 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Hris.cs b/src/ApideckUnifySdk/Hris.cs
index c7b81ece9..e6cbbaace 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/InvoiceItems.cs b/src/ApideckUnifySdk/InvoiceItems.cs
index 5dda4b4e5..4bf48eaa5 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Invoices.cs b/src/ApideckUnifySdk/Invoices.cs
index 0a1e19987..67ec21b68 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/IssueTracking.cs b/src/ApideckUnifySdk/IssueTracking.cs
index aa68ccace..9f1648a7a 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Jobs.cs b/src/ApideckUnifySdk/Jobs.cs
index 728e4424b..fc22d99a8 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/JournalEntries.cs b/src/ApideckUnifySdk/JournalEntries.cs
index 21eb36cef..82c2f3ce8 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Leads.cs b/src/ApideckUnifySdk/Leads.cs
index 2d66c4f65..2597877ce 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/LedgerAccounts.cs b/src/ApideckUnifySdk/LedgerAccounts.cs
index 30cf9cd40..59295bc3f 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Locations.cs b/src/ApideckUnifySdk/Locations.cs
index 09485ace0..499b8ecdc 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Logs.cs b/src/ApideckUnifySdk/Logs.cs
index 42fd63d8f..d472c5cd2 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Messages.cs b/src/ApideckUnifySdk/Messages.cs
index febe5b338..8b84740e1 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Models/Components/Address.cs b/src/ApideckUnifySdk/Models/Components/Address.cs
index abdbadfa3..69c01b52e 100644
--- a/src/ApideckUnifySdk/Models/Components/Address.cs
+++ b/src/ApideckUnifySdk/Models/Components/Address.cs
@@ -26,7 +26,7 @@ public class Address
/// The type of address.
///
[JsonProperty("type")]
- public Models.Components.Type? Type { get; set; } = null;
+ public AddressType? Type { get; set; } = null;
///
/// The address string. Some APIs don't provide structured address data.
diff --git a/src/ApideckUnifySdk/Models/Components/ContactType.cs b/src/ApideckUnifySdk/Models/Components/AddressType.cs
similarity index 65%
rename from src/ApideckUnifySdk/Models/Components/ContactType.cs
rename to src/ApideckUnifySdk/Models/Components/AddressType.cs
index d9d372e4b..e8279adbd 100644
--- a/src/ApideckUnifySdk/Models/Components/ContactType.cs
+++ b/src/ApideckUnifySdk/Models/Components/AddressType.cs
@@ -14,30 +14,36 @@ namespace ApideckUnifySdk.Models.Components
using System;
///
- /// The type of the contact.
+ /// The type of address.
///
- public enum ContactType
+ public enum AddressType
{
- [JsonProperty("customer")]
- Customer,
- [JsonProperty("supplier")]
- Supplier,
- [JsonProperty("employee")]
- Employee,
- [JsonProperty("personal")]
- Personal,
+ [JsonProperty("primary")]
+ Primary,
+ [JsonProperty("secondary")]
+ Secondary,
+ [JsonProperty("home")]
+ Home,
+ [JsonProperty("office")]
+ Office,
+ [JsonProperty("shipping")]
+ Shipping,
+ [JsonProperty("billing")]
+ Billing,
+ [JsonProperty("other")]
+ Other,
}
- public static class ContactTypeExtension
+ public static class AddressTypeExtension
{
- public static string Value(this ContactType value)
+ public static string Value(this AddressType value)
{
return ((JsonPropertyAttribute)value.GetType().GetMember(value.ToString())[0].GetCustomAttributes(typeof(JsonPropertyAttribute), false)[0]).PropertyName ?? value.ToString();
}
- public static ContactType ToEnum(this string value)
+ public static AddressType ToEnum(this string value)
{
- foreach(var field in typeof(ContactType).GetFields())
+ foreach(var field in typeof(AddressType).GetFields())
{
var attributes = field.GetCustomAttributes(typeof(JsonPropertyAttribute), false);
if (attributes.Length == 0)
@@ -50,14 +56,14 @@ public static ContactType ToEnum(this string value)
{
var enumVal = field.GetValue(null);
- if (enumVal is ContactType)
+ if (enumVal is AddressType)
{
- return (ContactType)enumVal;
+ return (AddressType)enumVal;
}
}
}
- throw new Exception($"Unknown value {value} for enum ContactType");
+ throw new Exception($"Unknown value {value} for enum AddressType");
}
}
diff --git a/src/ApideckUnifySdk/Models/Components/Contact.cs b/src/ApideckUnifySdk/Models/Components/Contact.cs
index 21c261e4e..5759a5ef0 100644
--- a/src/ApideckUnifySdk/Models/Components/Contact.cs
+++ b/src/ApideckUnifySdk/Models/Components/Contact.cs
@@ -40,7 +40,7 @@ public class Contact
/// The type of the contact.
///
[JsonProperty("type")]
- public ContactType? Type { get; set; } = null;
+ public Models.Components.Type? Type { get; set; } = null;
///
/// The company the contact is associated with.
diff --git a/src/ApideckUnifySdk/Models/Components/ContactInput.cs b/src/ApideckUnifySdk/Models/Components/ContactInput.cs
index 2f6c10059..33c888bc5 100644
--- a/src/ApideckUnifySdk/Models/Components/ContactInput.cs
+++ b/src/ApideckUnifySdk/Models/Components/ContactInput.cs
@@ -34,7 +34,7 @@ public class ContactInput
/// The type of the contact.
///
[JsonProperty("type")]
- public ContactType? Type { get; set; } = null;
+ public Models.Components.Type? Type { get; set; } = null;
///
/// The company the contact is associated with.
diff --git a/src/ApideckUnifySdk/Models/Components/Type.cs b/src/ApideckUnifySdk/Models/Components/Type.cs
index 0104afa55..0b099ad65 100644
--- a/src/ApideckUnifySdk/Models/Components/Type.cs
+++ b/src/ApideckUnifySdk/Models/Components/Type.cs
@@ -14,24 +14,18 @@ namespace ApideckUnifySdk.Models.Components
using System;
///
- /// The type of address.
+ /// The type of the contact.
///
public enum Type
{
- [JsonProperty("primary")]
- Primary,
- [JsonProperty("secondary")]
- Secondary,
- [JsonProperty("home")]
- Home,
- [JsonProperty("office")]
- Office,
- [JsonProperty("shipping")]
- Shipping,
- [JsonProperty("billing")]
- Billing,
- [JsonProperty("other")]
- Other,
+ [JsonProperty("customer")]
+ Customer,
+ [JsonProperty("supplier")]
+ Supplier,
+ [JsonProperty("employee")]
+ Employee,
+ [JsonProperty("personal")]
+ Personal,
}
public static class TypeExtension
diff --git a/src/ApideckUnifySdk/Notes.cs b/src/ApideckUnifySdk/Notes.cs
index 601a1555f..5a7c14767 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Opportunities.cs b/src/ApideckUnifySdk/Opportunities.cs
index ea80fc4ac..3cf4c34db 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Orders.cs b/src/ApideckUnifySdk/Orders.cs
index 8f3f0aadd..f722cd9a1 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Payments.cs b/src/ApideckUnifySdk/Payments.cs
index 8d487f977..0d2952fbf 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Payrolls.cs b/src/ApideckUnifySdk/Payrolls.cs
index 4d074b9d4..c32822f6b 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Pipelines.cs b/src/ApideckUnifySdk/Pipelines.cs
index 4e66b3ba7..7e264f0b3 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Products.cs b/src/ApideckUnifySdk/Products.cs
index a0298747d..5fa565e45 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ProfitAndLoss.cs b/src/ApideckUnifySdk/ProfitAndLoss.cs
index b85ed5243..3a1a41e3e 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/PurchaseOrders.cs b/src/ApideckUnifySdk/PurchaseOrders.cs
index 8fbc8dd84..73197f6b7 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Sessions.cs b/src/ApideckUnifySdk/Sessions.cs
index f13d21c76..a276fe9e2 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/SharedLinks.cs b/src/ApideckUnifySdk/SharedLinks.cs
index 971f6cd71..bb8ff8b17 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Sms.cs b/src/ApideckUnifySdk/Sms.cs
index 4819b2931..a0cfc0ad8 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Stores.cs b/src/ApideckUnifySdk/Stores.cs
index 7107658bf..7b7b08e4d 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Subsidiaries.cs b/src/ApideckUnifySdk/Subsidiaries.cs
index 68bb78163..628f3aad1 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Suppliers.cs b/src/ApideckUnifySdk/Suppliers.cs
index 73b553195..28f5763bf 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TaxRates.cs b/src/ApideckUnifySdk/TaxRates.cs
index 5a06d5d27..208b7837e 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TimeOffRequests.cs b/src/ApideckUnifySdk/TimeOffRequests.cs
index 91968aa56..b6c9a00ec 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TrackingCategories.cs b/src/ApideckUnifySdk/TrackingCategories.cs
index 6571391ba..3fb3dd3b2 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/UploadSessions.cs b/src/ApideckUnifySdk/UploadSessions.cs
index 548bc296b..fdfb2ce53 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Users.cs b/src/ApideckUnifySdk/Users.cs
index 2a0c32d14..f1b024b3a 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ValidateConnection.cs b/src/ApideckUnifySdk/ValidateConnection.cs
index c6cea321b..6d036cd08 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Vault.cs b/src/ApideckUnifySdk/Vault.cs
index 9f033aa52..5cf3a2017 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Webhook.cs b/src/ApideckUnifySdk/Webhook.cs
index e1b935839..2bee09013 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Webhooks.cs b/src/ApideckUnifySdk/Webhooks.cs
index ae96b50a4..ee69feb3c 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.5.3";
- private const string _sdkGenVersion = "2.522.5";
+ private const string _sdkVersion = "0.5.4";
+ private const string _sdkGenVersion = "2.539.1";
private const string _openapiDocVersion = "10.11.5";
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.3 2.522.5 10.11.5 ApideckUnifySdk";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.4 2.539.1 10.11.5 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;