Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
533 changes: 375 additions & 158 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 0.23.28
version: 0.24.0
additionalDependencies: []
author: Speakeasy
baseErrorName: BaseException
Expand Down Expand Up @@ -60,8 +60,10 @@ csharp:
outputModelSuffix: output
packageName: ApideckUnifySdk
packageTags: ""
presenceAwareJsonSerialization: false
respectTitlesForPrimitiveUnionMembers: false
responseFormat: envelope-http
sourceDirectory: src
targetFramework: dotnetVersion
unionStrategy: left-to-right
useNodatime: true
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.788.1
speakeasyVersion: 1.791.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:56c87207f540056f49330c63dab6064d5ff10f28ea36e77aac65398b965d11cc
sourceBlobDigest: sha256:ee0cd79c4facf20381c984867cb0023885ed425d93eb6ef2d5075bd4017ea292
sourceRevisionDigest: sha256:f6ae27600c35fa3b59300407b7f4eb93b28108dbeda251b2a09d7b24c399c492
sourceBlobDigest: sha256:fa4e8202375ef9f718294f5835e7a6c36a971c9fda632c6eede73f088a0b4c7b
tags:
- latest
- 10.24.47
- 10.28.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:56c87207f540056f49330c63dab6064d5ff10f28ea36e77aac65398b965d11cc
sourceBlobDigest: sha256:ee0cd79c4facf20381c984867cb0023885ed425d93eb6ef2d5075bd4017ea292
sourceRevisionDigest: sha256:f6ae27600c35fa3b59300407b7f4eb93b28108dbeda251b2a09d7b24c399c492
sourceBlobDigest: sha256:fa4e8202375ef9f718294f5835e7a6c36a971c9fda632c6eede73f088a0b4c7b
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:492dfd12c163b3872850f2cca6e54de9aa2c390beca43b54e0d036c45c01ca1b
codeSamplesRevisionDigest: sha256:3e834c46316abd068f77aed0372e5f33388077164a92d8baacdf1a0bc4fc6837
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ catch (System.Net.Http.HttpRequestException ex)
* [`System.Net.Http.HttpRequestException`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httprequestexception): Network connectivity error. For more details about the underlying cause, inspect the `ex.InnerException`.

* Inheriting from [`BaseException`](./src/ApideckUnifySdk/Models/Errors/BaseException.cs):
* [`Unauthorized`](./src/ApideckUnifySdk/Models/Errors/Unauthorized.cs): Unauthorized. Status code `401`. Applicable to 6 of 336 methods.*
* [`Unauthorized`](./src/ApideckUnifySdk/Models/Errors/Unauthorized.cs): Unauthorized. Status code `401`. Applicable to 6 of 338 methods.*
* [`ResponseValidationError`](./src/ApideckUnifySdk/Models/Errors/ResponseValidationError.cs): Thrown when the response data could not be deserialized into the expected type.

\* Refer to the [relevant documentation](#available-resources-and-operations) to determine whether an exception applies to a specific operation.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@ while(res != null)
* [Update](docs/sdks/leads/README.md#update) - Update lead
* [Delete](docs/sdks/leads/README.md#delete) - Delete lead

### [Crm.Lists](docs/sdks/lists/README.md)

* [List](docs/sdks/lists/README.md#list) - List lists
* [Get](docs/sdks/lists/README.md#get) - Get list

### [Crm.Notes](docs/sdks/notes/README.md)

* [List](docs/sdks/notes/README.md#list) - List notes
Expand Down Expand Up @@ -1026,7 +1031,7 @@ catch (System.Net.Http.HttpRequestException ex)
* [`System.Net.Http.HttpRequestException`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httprequestexception): Network connectivity error. For more details about the underlying cause, inspect the `ex.InnerException`.

* Inheriting from [`BaseException`](./src/ApideckUnifySdk/Models/Errors/BaseException.cs):
* [`Unauthorized`](./src/ApideckUnifySdk/Models/Errors/Unauthorized.cs): Unauthorized. Status code `401`. Applicable to 6 of 336 methods.*
* [`Unauthorized`](./src/ApideckUnifySdk/Models/Errors/Unauthorized.cs): Unauthorized. Status code `401`. Applicable to 6 of 338 methods.*
* [`ResponseValidationError`](./src/ApideckUnifySdk/Models/Errors/ResponseValidationError.cs): Thrown when the response data could not be deserialized into the expected type.
</details>

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -948,4 +948,14 @@ Based on:
### Generated
- [csharp v0.23.28] .
### Releases
- [NuGet v0.23.28] https://www.nuget.org/packages/ApideckUnifySdk/0.23.28 - .
- [NuGet v0.23.28] https://www.nuget.org/packages/ApideckUnifySdk/0.23.28 - .

## 2026-07-27 14:15:46
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.791.0 (2.924.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.24.0] .
### Releases
- [NuGet v0.24.0] https://www.nuget.org/packages/ApideckUnifySdk/0.24.0 - .
2 changes: 2 additions & 0 deletions docs/Models/Components/BillsFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `IdSince` | *string* | :heavy_minus_sign: | Return records with a row ID greater than or equal to the given value | 1 |
| `UpdatedSince` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
| `BilledSince` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Return bills with a document date (`bill_date`) on or after the given date (YYYY-MM-DD). | 2020-09-30 |
| `DueSince` | [LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html) | :heavy_minus_sign: | Return bills with a due date (`due_date`) on or after the given date (YYYY-MM-DD). | 2020-09-30 |
| `Status` | [BillsFilterStatus](../../Models/Components/BillsFilterStatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
| `SubsidiaryId` | *string* | :heavy_minus_sign: | Filter by the subsidiary (legal entity) the record belongs to. Only honored on connectors that support multi-entity scoping (e.g. NetSuite OneWorld); ignored elsewhere. | 12345 |
Loading