diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock
index ce95ac51b..4d0e8743b 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: 1c457e5380748926df036f79bf4d8520
- docVersion: 10.12.3
- speakeasyVersion: 1.517.0
- generationVersion: 2.548.1
- releaseVersion: 0.6.0
- configChecksum: 8e4b54e2fcf4349e3f51a5e386bdf9e4
+ docChecksum: 0e7e175f94ab357f68844662d1419e99
+ docVersion: 10.13.0
+ speakeasyVersion: 1.519.0
+ generationVersion: 2.552.1
+ releaseVersion: 0.7.0
+ configChecksum: 24299b9f3d4096029671299fe85d8695
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
@@ -58,7 +58,6 @@ 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
@@ -165,6 +164,7 @@ 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
@@ -1469,7 +1469,6 @@ 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
@@ -1576,6 +1575,7 @@ 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 efd74e886..540b5eb84 100644
--- a/.speakeasy/gen.yaml
+++ b/.speakeasy/gen.yaml
@@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
- version: 0.6.0
+ version: 0.7.0
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock
index 5f64b2db9..cbab354a6 100644
--- a/.speakeasy/workflow.lock
+++ b/.speakeasy/workflow.lock
@@ -1,21 +1,21 @@
-speakeasyVersion: 1.517.0
+speakeasyVersion: 1.519.0
sources:
Apideck:
sourceNamespace: apideck
- sourceRevisionDigest: sha256:4751b8f53db98802d03d6fb510ed3163e132723f9ce219ee0677189394caf55a
- sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
+ sourceRevisionDigest: sha256:92e56e0e1ea8d25d56effebd6b3914593c63252281f4a8cfc10bea80deaeee67
+ sourceBlobDigest: sha256:9a3b6a161c4e9333fd09298981af0a620328720434003aef444bf7438c8536a0
tags:
- latest
- - speakeasy-sdk-regen-1741348792
- - 10.12.3
+ - speakeasy-sdk-regen-1741788465
+ - 10.13.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
- sourceRevisionDigest: sha256:4751b8f53db98802d03d6fb510ed3163e132723f9ce219ee0677189394caf55a
- sourceBlobDigest: sha256:1db7c811aa3189e7bf5968cd9d7eeab51af6f5093e0c68671f671d1c56d98b86
+ sourceRevisionDigest: sha256:92e56e0e1ea8d25d56effebd6b3914593c63252281f4a8cfc10bea80deaeee67
+ sourceBlobDigest: sha256:9a3b6a161c4e9333fd09298981af0a620328720434003aef444bf7438c8536a0
codeSamplesNamespace: apideck-csharp-code-samples
- codeSamplesRevisionDigest: sha256:291dce8fea2e86b4d9e94196b79026787d59cb9ac84930a863e034a0b9dcd058
+ codeSamplesRevisionDigest: sha256:769bff102ba1cbb5a36bbc5ae8ef1d56116fb7e316535cc79561360cd1215e30
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
diff --git a/RELEASES.md b/RELEASES.md
index 3cb182cce..8c4d4dfa0 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -158,4 +158,14 @@ Based on:
### Generated
- [csharp v0.6.0] .
### Releases
-- [NuGet v0.6.0] https://www.nuget.org/packages/ApideckUnifySdk/0.6.0 - .
\ No newline at end of file
+- [NuGet v0.6.0] https://www.nuget.org/packages/ApideckUnifySdk/0.6.0 - .
+
+## 2025-03-18 14:20:49
+### Changes
+Based on:
+- OpenAPI Doc
+- Speakeasy CLI 1.519.0 (2.552.1) https://github.com/speakeasy-api/speakeasy
+### Generated
+- [csharp v0.7.0] .
+### Releases
+- [NuGet v0.7.0] https://www.nuget.org/packages/ApideckUnifySdk/0.7.0 - .
\ No newline at end of file
diff --git a/docs/Models/Components/Address.md b/docs/Models/Components/Address.md
index b4053504b..6eb511cf5 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` | [AddressType](../../Models/Components/AddressType.md) | :heavy_minus_sign: | The type of address. | primary |
+| `Type` | [Models.Components.Type](../../Models/Components/Type.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
deleted file mode 100644
index 3da990042..000000000
--- a/docs/Models/Components/AddressType.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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 0ed0c5812..387a28f77 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` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
+| `Type` | [ContactType](../../Models/Components/ContactType.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 a4227a906..f00df623e 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` | [Models.Components.Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
+| `Type` | [ContactType](../../Models/Components/ContactType.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
new file mode 100644
index 000000000..68f55bb9c
--- /dev/null
+++ b/docs/Models/Components/ContactType.md
@@ -0,0 +1,13 @@
+# 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/EmployeesFilter.md b/docs/Models/Components/EmployeesFilter.md
index 4e19dfc12..1304d61d8 100644
--- a/docs/Models/Components/EmployeesFilter.md
+++ b/docs/Models/Components/EmployeesFilter.md
@@ -13,4 +13,5 @@
| `ManagerId` | *string* | :heavy_minus_sign: | Manager id to filter on | 1234 |
| `EmploymentStatus` | [EmployeesFilterEmploymentStatus](../../Models/Components/EmployeesFilterEmploymentStatus.md) | :heavy_minus_sign: | Employment status to filter on | active |
| `EmployeeNumber` | *string* | :heavy_minus_sign: | Employee number to filter on | 123456-AB |
-| `DepartmentId` | *string* | :heavy_minus_sign: | ID of the department to filter on | 1234 |
\ No newline at end of file
+| `DepartmentId` | *string* | :heavy_minus_sign: | ID of the department to filter on | 1234 |
+| `City` | *string* | :heavy_minus_sign: | City to filter on | San Francisco |
\ No newline at end of file
diff --git a/docs/Models/Components/Type.md b/docs/Models/Components/Type.md
index b7731eb9f..a19449050 100644
--- a/docs/Models/Components/Type.md
+++ b/docs/Models/Components/Type.md
@@ -1,13 +1,16 @@
# Type
-The type of the contact.
+The type of address.
## Values
-| Name | Value |
-| ---------- | ---------- |
-| `Customer` | customer |
-| `Supplier` | supplier |
-| `Employee` | employee |
-| `Personal` | personal |
\ No newline at end of file
+| 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/sdks/activities/README.md b/docs/sdks/activities/README.md
index 70426e3a6..6a02992fe 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 9ee1a7af2..8f88bab55 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 4a1304e82..196d97bff 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 0af68bf78..5f0d05a0f 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 999d73522..228cc5a2e 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -348,7 +348,7 @@ AccountingBillsUpdateRequest req = new AccountingBillsUpdateRequest() {
DisplayName = "Windsurf Shop",
Address = new Address() {
Id = "123",
- Type = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 f4a097017..67adba8eb 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 b9119eea2..2069a67f9 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 = ApideckUnifySdk.Models.Components.Type.Personal,
+ Type = ContactType.Personal,
CompanyId = "23456",
CompanyName = "23456",
LeadId = "34567",
@@ -131,7 +131,7 @@ CrmContactsAddRequest req = new CrmContactsAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = ApideckUnifySdk.Models.Components.Type.Personal,
+ Type = ContactType.Personal,
CompanyId = "23456",
CompanyName = "23456",
LeadId = "34567",
@@ -352,7 +352,7 @@ CrmContactsUpdateRequest req = new CrmContactsUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 47254ec95..a23f06fce 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 a573ac37e..f8e385d99 100644
--- a/docs/sdks/customers/README.md
+++ b/docs/sdks/customers/README.md
@@ -116,7 +116,7 @@ AccountingCustomersAddRequest req = new AccountingCustomersAddRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.Primary,
String = "25 Spring Street, Blackburn, VIC 3130",
Name = "HQ US",
Line1 = "Main street",
@@ -339,7 +339,7 @@ AccountingCustomersUpdateRequest req = new AccountingCustomersUpdateRequest() {
Addresses = new List() {
new Address() {
Id = "123",
- Type = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 3cd3a62f2..b061b97f6 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 6096e3b41..e596eee8d 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 218e2926c..a6984f68f 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 58bea5a2d..87ff8c5a5 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 f89cb3615..5fb2dd13d 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 e5a2666e3..eff5f271f 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 01f25faa5..30e8eb6cc 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 a767d1990..927c4db0c 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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 = AddressType.Primary,
+ Type = ApideckUnifySdk.Models.Components.Type.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 e611239d6..30bf5df1c 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Activities.cs b/src/ApideckUnifySdk/Activities.cs
index ba192e636..b286dfb69 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/AgedDebtors.cs b/src/ApideckUnifySdk/AgedDebtors.cs
index 5b8da55ac..59f0a3bd5 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApiResourceCoverage.cs b/src/ApideckUnifySdk/ApiResourceCoverage.cs
index 18f8963bf..b2cb6d04d 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApiResources.cs b/src/ApideckUnifySdk/ApiResources.cs
index 64c5086fc..42e21384c 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Apideck.cs b/src/ApideckUnifySdk/Apideck.cs
index e4c23bdcb..1ee6b6b64 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private int _serverIndex = 0;
private ISpeakeasyHttpClient _client;
diff --git a/src/ApideckUnifySdk/ApideckCompanies.cs b/src/ApideckUnifySdk/ApideckCompanies.cs
index 09c1c6270..bbe58643a 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckCustomers.cs b/src/ApideckUnifySdk/ApideckCustomers.cs
index 959323603..e1874fc20 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckDepartments.cs b/src/ApideckUnifySdk/ApideckDepartments.cs
index c69c6717f..6ff863a81 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ApideckUnifySdk.csproj b/src/ApideckUnifySdk/ApideckUnifySdk.csproj
index b02e927ad..4e46c14e2 100644
--- a/src/ApideckUnifySdk/ApideckUnifySdk.csproj
+++ b/src/ApideckUnifySdk/ApideckUnifySdk.csproj
@@ -3,7 +3,7 @@
true
ApideckUnifySdk
- 0.6.0
+ 0.7.0
net8.0
Speakeasy
Copyright (c) Speakeasy 2025
diff --git a/src/ApideckUnifySdk/Apis.cs b/src/ApideckUnifySdk/Apis.cs
index eb0f9ba24..e54a925fe 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Applicants.cs b/src/ApideckUnifySdk/Applicants.cs
index 61a348789..f7670214a 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Applications.cs b/src/ApideckUnifySdk/Applications.cs
index 6365ba3bb..6215b04b7 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Ats.cs b/src/ApideckUnifySdk/Ats.cs
index 9b80ab43b..fe060d2cc 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Attachments.cs b/src/ApideckUnifySdk/Attachments.cs
index 33540a8f8..3a6bc91c5 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/BalanceSheet.cs b/src/ApideckUnifySdk/BalanceSheet.cs
index 4a1a58b33..d144a43f6 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/BillPayments.cs b/src/ApideckUnifySdk/BillPayments.cs
index 1dbd137d3..8950af6ca 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Bills.cs b/src/ApideckUnifySdk/Bills.cs
index 72d3d12bd..c45609644 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTags.cs b/src/ApideckUnifySdk/CollectionTags.cs
index b3de18b45..4eabcfadd 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTicketComments.cs b/src/ApideckUnifySdk/CollectionTicketComments.cs
index cd2a12165..2258fba84 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionTickets.cs b/src/ApideckUnifySdk/CollectionTickets.cs
index 0751c6097..f7d4407d0 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CollectionUsers.cs b/src/ApideckUnifySdk/CollectionUsers.cs
index 60197f303..5b921f96f 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Collections.cs b/src/ApideckUnifySdk/Collections.cs
index 9e2635c36..be6db38d0 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Companies.cs b/src/ApideckUnifySdk/Companies.cs
index 671c7194b..a130b9d92 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CompanyInfo.cs b/src/ApideckUnifySdk/CompanyInfo.cs
index 54bee7cba..fd608b3c6 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectionCustomMappings.cs b/src/ApideckUnifySdk/ConnectionCustomMappings.cs
index 8d6ba7a2f..eb7b7a08e 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectionSettings.cs b/src/ApideckUnifySdk/ConnectionSettings.cs
index ba87dae91..b56980a64 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connections.cs b/src/ApideckUnifySdk/Connections.cs
index fbdae72a4..613f05998 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connector.cs b/src/ApideckUnifySdk/Connector.cs
index 8b8b045ca..3d1d271ea 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectorDocs.cs b/src/ApideckUnifySdk/ConnectorDocs.cs
index 7f171da7a..2ed189438 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConnectorResources.cs b/src/ApideckUnifySdk/ConnectorResources.cs
index f6ef4b7b8..8e6741aca 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Connectors.cs b/src/ApideckUnifySdk/Connectors.cs
index a8965f7bd..f5f219646 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ConsumerRequestCounts.cs b/src/ApideckUnifySdk/ConsumerRequestCounts.cs
index f7ecd42ee..e17bd6595 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Consumers.cs b/src/ApideckUnifySdk/Consumers.cs
index 417a61c5e..dd61b49ad 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Contacts.cs b/src/ApideckUnifySdk/Contacts.cs
index 7c9a3abb2..66d0bc5bc 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CreateCallback.cs b/src/ApideckUnifySdk/CreateCallback.cs
index 74c361fbe..85578026a 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CreditNotes.cs b/src/ApideckUnifySdk/CreditNotes.cs
index 44eb49165..86162ac86 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Crm.cs b/src/ApideckUnifySdk/Crm.cs
index 46eb335d2..bfa63f905 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CustomFields.cs b/src/ApideckUnifySdk/CustomFields.cs
index e1fa5b455..bfd9d6c37 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/CustomMappings.cs b/src/ApideckUnifySdk/CustomMappings.cs
index ae5623ed3..fbcb2deda 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Customers.cs b/src/ApideckUnifySdk/Customers.cs
index 1272e1f28..40b3f9ac7 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Departments.cs b/src/ApideckUnifySdk/Departments.cs
index 2716987e2..d61c4502e 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/DriveGroups.cs b/src/ApideckUnifySdk/DriveGroups.cs
index 383638558..e7410fc48 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Drives.cs b/src/ApideckUnifySdk/Drives.cs
index c174b8bb8..5c9474fce 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Ecommerce.cs b/src/ApideckUnifySdk/Ecommerce.cs
index 5affe151e..85d902da0 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/EmployeePayrolls.cs b/src/ApideckUnifySdk/EmployeePayrolls.cs
index f53baf861..0e6430f81 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/EmployeeSchedules.cs b/src/ApideckUnifySdk/EmployeeSchedules.cs
index 29db48cdc..b86eeab2d 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Employees.cs b/src/ApideckUnifySdk/Employees.cs
index a152efac2..2458b4f85 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Expenses.cs b/src/ApideckUnifySdk/Expenses.cs
index 3ec1612ec..3d09a65c1 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/FileStorage.cs b/src/ApideckUnifySdk/FileStorage.cs
index 4cc20f5cc..7bdea1b14 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Files.cs b/src/ApideckUnifySdk/Files.cs
index e2736b10b..340df4d31 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Folders.cs b/src/ApideckUnifySdk/Folders.cs
index b5d8e277d..36b34e3fd 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Hris.cs b/src/ApideckUnifySdk/Hris.cs
index d7e608c7f..3349286e8 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/InvoiceItems.cs b/src/ApideckUnifySdk/InvoiceItems.cs
index 112c1c0ca..710327921 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Invoices.cs b/src/ApideckUnifySdk/Invoices.cs
index f53eb1a34..7b6679e7a 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/IssueTracking.cs b/src/ApideckUnifySdk/IssueTracking.cs
index 9a1b3da27..b423c1c7b 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Jobs.cs b/src/ApideckUnifySdk/Jobs.cs
index ea974ff54..5a4d782d3 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/JournalEntries.cs b/src/ApideckUnifySdk/JournalEntries.cs
index 1e518e3ee..e78680633 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Leads.cs b/src/ApideckUnifySdk/Leads.cs
index 68e99cf43..9ff369470 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/LedgerAccounts.cs b/src/ApideckUnifySdk/LedgerAccounts.cs
index 6abea94f4..6cce5b9c5 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Locations.cs b/src/ApideckUnifySdk/Locations.cs
index e7327ee23..1f4bb9824 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Logs.cs b/src/ApideckUnifySdk/Logs.cs
index 0252a9c0e..a0c4e8c67 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Messages.cs b/src/ApideckUnifySdk/Messages.cs
index 0a20c6192..13bee33d9 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 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 69c01b52e..abdbadfa3 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 AddressType? Type { get; set; } = null;
+ public Models.Components.Type? Type { get; set; } = null;
///
/// The address string. Some APIs don't provide structured address data.
diff --git a/src/ApideckUnifySdk/Models/Components/Contact.cs b/src/ApideckUnifySdk/Models/Components/Contact.cs
index 5759a5ef0..21c261e4e 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 Models.Components.Type? Type { get; set; } = null;
+ public ContactType? 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 33c888bc5..2f6c10059 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 Models.Components.Type? Type { get; set; } = null;
+ public ContactType? Type { get; set; } = null;
///
/// The company the contact is associated with.
diff --git a/src/ApideckUnifySdk/Models/Components/AddressType.cs b/src/ApideckUnifySdk/Models/Components/ContactType.cs
similarity index 65%
rename from src/ApideckUnifySdk/Models/Components/AddressType.cs
rename to src/ApideckUnifySdk/Models/Components/ContactType.cs
index e8279adbd..d9d372e4b 100644
--- a/src/ApideckUnifySdk/Models/Components/AddressType.cs
+++ b/src/ApideckUnifySdk/Models/Components/ContactType.cs
@@ -14,36 +14,30 @@ namespace ApideckUnifySdk.Models.Components
using System;
///
- /// The type of address.
+ /// The type of the contact.
///
- public enum AddressType
+ public enum ContactType
{
- [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 AddressTypeExtension
+ public static class ContactTypeExtension
{
- public static string Value(this AddressType value)
+ public static string Value(this ContactType value)
{
return ((JsonPropertyAttribute)value.GetType().GetMember(value.ToString())[0].GetCustomAttributes(typeof(JsonPropertyAttribute), false)[0]).PropertyName ?? value.ToString();
}
- public static AddressType ToEnum(this string value)
+ public static ContactType ToEnum(this string value)
{
- foreach(var field in typeof(AddressType).GetFields())
+ foreach(var field in typeof(ContactType).GetFields())
{
var attributes = field.GetCustomAttributes(typeof(JsonPropertyAttribute), false);
if (attributes.Length == 0)
@@ -56,14 +50,14 @@ public static AddressType ToEnum(this string value)
{
var enumVal = field.GetValue(null);
- if (enumVal is AddressType)
+ if (enumVal is ContactType)
{
- return (AddressType)enumVal;
+ return (ContactType)enumVal;
}
}
}
- throw new Exception($"Unknown value {value} for enum AddressType");
+ throw new Exception($"Unknown value {value} for enum ContactType");
}
}
diff --git a/src/ApideckUnifySdk/Models/Components/EmployeesFilter.cs b/src/ApideckUnifySdk/Models/Components/EmployeesFilter.cs
index b9ab244ca..6f397b714 100644
--- a/src/ApideckUnifySdk/Models/Components/EmployeesFilter.cs
+++ b/src/ApideckUnifySdk/Models/Components/EmployeesFilter.cs
@@ -68,5 +68,11 @@ public class EmployeesFilter
///
[SpeakeasyMetadata("queryParam:name=department_id")]
public string? DepartmentId { get; set; }
+
+ ///
+ /// City to filter on
+ ///
+ [SpeakeasyMetadata("queryParam:name=city")]
+ public string? City { get; set; }
}
}
\ No newline at end of file
diff --git a/src/ApideckUnifySdk/Models/Components/Type.cs b/src/ApideckUnifySdk/Models/Components/Type.cs
index 0b099ad65..0104afa55 100644
--- a/src/ApideckUnifySdk/Models/Components/Type.cs
+++ b/src/ApideckUnifySdk/Models/Components/Type.cs
@@ -14,18 +14,24 @@ namespace ApideckUnifySdk.Models.Components
using System;
///
- /// The type of the contact.
+ /// The type of address.
///
public enum Type
{
- [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 TypeExtension
diff --git a/src/ApideckUnifySdk/Notes.cs b/src/ApideckUnifySdk/Notes.cs
index 2fbea1bd9..6a96817d7 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Opportunities.cs b/src/ApideckUnifySdk/Opportunities.cs
index 1d63fde98..2575ba919 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Orders.cs b/src/ApideckUnifySdk/Orders.cs
index 38777de5b..cbd96a977 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Payments.cs b/src/ApideckUnifySdk/Payments.cs
index 1a290ef38..88ae3d631 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Payrolls.cs b/src/ApideckUnifySdk/Payrolls.cs
index e680c05d9..3a7ba3757 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Pipelines.cs b/src/ApideckUnifySdk/Pipelines.cs
index 0a946eef0..f094edd68 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Products.cs b/src/ApideckUnifySdk/Products.cs
index 46f2cff7d..4394fe597 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ProfitAndLoss.cs b/src/ApideckUnifySdk/ProfitAndLoss.cs
index 25f781cd4..7831bfe55 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/PurchaseOrders.cs b/src/ApideckUnifySdk/PurchaseOrders.cs
index 65413c2ce..b465ae7a8 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Sessions.cs b/src/ApideckUnifySdk/Sessions.cs
index 9d1c64550..6d6e6adac 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/SharedLinks.cs b/src/ApideckUnifySdk/SharedLinks.cs
index 53789b5a0..dc4bc4acf 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Sms.cs b/src/ApideckUnifySdk/Sms.cs
index 7d6605977..e973ae9ac 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Stores.cs b/src/ApideckUnifySdk/Stores.cs
index 7cd25cb06..062116936 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Subsidiaries.cs b/src/ApideckUnifySdk/Subsidiaries.cs
index 5f2eb6b06..661abc3f2 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Suppliers.cs b/src/ApideckUnifySdk/Suppliers.cs
index 46b0bbece..6da5b6613 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TaxRates.cs b/src/ApideckUnifySdk/TaxRates.cs
index 0f358436e..a81c32678 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TimeOffRequests.cs b/src/ApideckUnifySdk/TimeOffRequests.cs
index da812fba8..39267f971 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/TrackingCategories.cs b/src/ApideckUnifySdk/TrackingCategories.cs
index d69023bf1..ed66a0398 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/UploadSessions.cs b/src/ApideckUnifySdk/UploadSessions.cs
index 75483da96..82ba00160 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Users.cs b/src/ApideckUnifySdk/Users.cs
index 52dc2c281..bbe395bb2 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/ValidateConnection.cs b/src/ApideckUnifySdk/ValidateConnection.cs
index d96a54694..940db1bcb 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Vault.cs b/src/ApideckUnifySdk/Vault.cs
index f5c9d5d1a..e6bc31d93 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Webhook.cs b/src/ApideckUnifySdk/Webhook.cs
index a01172857..2942532cf 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;
diff --git a/src/ApideckUnifySdk/Webhooks.cs b/src/ApideckUnifySdk/Webhooks.cs
index fae601082..4eb7ffd93 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.6.0";
- private const string _sdkGenVersion = "2.548.1";
- private const string _openapiDocVersion = "10.12.3";
- private const string _userAgent = "speakeasy-sdk/csharp 0.6.0 2.548.1 10.12.3 ApideckUnifySdk";
+ private const string _sdkVersion = "0.7.0";
+ private const string _sdkGenVersion = "2.552.1";
+ private const string _openapiDocVersion = "10.13.0";
+ private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.552.1 10.13.0 ApideckUnifySdk";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func? _securitySource;