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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: f306da52-7172-441d-9f8c-9d055cef9c2a
management:
docChecksum: 8a84b005337515a4311dec5a8c491146
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
docVersion: 10.11.5
speakeasyVersion: 1.497.0
generationVersion: 2.517.3
releaseVersion: 0.5.2
configChecksum: a98273c3e6d06dd236441a7740fda163
speakeasyVersion: 1.501.1
generationVersion: 2.522.5
releaseVersion: 0.5.3
configChecksum: d87c7ad4399e65275042a7761f651651
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
version: 0.5.2
version: 0.5.3
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.497.0
speakeasyVersion: 1.501.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
tags:
- latest
- speakeasy-sdk-regen-1739290030
- speakeasy-sdk-regen-1740396640
- 10.11.5
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:e8c718cc5f8526300bcf0ff885a4197f047ee90e6a11d7c90e83eccbbd28a162
codeSamplesRevisionDigest: sha256:de1dd0d8698587412d166fb88cc574d4ca63ceeeeef375cf8e11ee73ae67b377
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,14 @@ Based on:
### Generated
- [csharp v0.5.2] .
### Releases
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .

## 2025-02-24 11:30:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.501.1 (2.522.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.3] .
### Releases
- [NuGet v0.5.3] https://www.nuget.org/packages/ApideckUnifySdk/0.5.3 - .
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Consumers Request Counts within Date Range
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `StatusCode` | *long* | :heavy_check_mark: | HTTP Response Status Code | 200 |
| `Status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
| `Data` | [ConsumerRequestCountsInDateRangeResponseData](../../Models/Components/ConsumerRequestCountsInDateRangeResponseData.md) | :heavy_check_mark: | N/A | |
| `Data` | [ConsumerRequestCountsInDateRangeResponseData](../../Models/Components/ConsumerRequestCountsInDateRangeResponseData.md) | :heavy_check_mark: | N/A | |
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/Models/Components/CreateAccountingDepartmentResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Department
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | departments |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/Models/Components/CreateAccountingLocationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Location
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | locations |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/Models/Components/CreateActivityResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Activity created
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | activities |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/Models/Components/CreateApplicantResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Applicants
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | lever |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | Applicants |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
Loading