Skip to content

Commit 77e2e8b

Browse files
authored
Merge pull request #22 from apideck-libraries/speakeasy-sdk-regen-1740396640
chore: 🐝 Update SDK - Generate 0.5.3
2 parents bdf5d20 + 8e250a8 commit 77e2e8b

File tree

581 files changed

+3267
-1353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

581 files changed

+3267
-1353
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: 8a84b005337515a4311dec5a8c491146
4+
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
55
docVersion: 10.11.5
6-
speakeasyVersion: 1.497.0
7-
generationVersion: 2.517.3
8-
releaseVersion: 0.5.2
9-
configChecksum: a98273c3e6d06dd236441a7740fda163
6+
speakeasyVersion: 1.501.1
7+
generationVersion: 2.522.5
8+
releaseVersion: 0.5.3
9+
configChecksum: d87c7ad4399e65275042a7761f651651
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
csharp:
18-
version: 0.5.2
18+
version: 0.5.3
1919
additionalDependencies: []
2020
author: Speakeasy
2121
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.497.0
1+
speakeasyVersion: 1.501.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
6-
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
5+
sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
6+
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739290030
9+
- speakeasy-sdk-regen-1740396640
1010
- 10.11.5
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
16-
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
15+
sourceRevisionDigest: sha256:d558137d0915eb297dac1c3365dc6fe4af634201bfe5d22a877eb0174d992a72
16+
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:e8c718cc5f8526300bcf0ff885a4197f047ee90e6a11d7c90e83eccbbd28a162
18+
codeSamplesRevisionDigest: sha256:de1dd0d8698587412d166fb88cc574d4ca63ceeeeef375cf8e11ee73ae67b377
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [csharp v0.5.2] .
130130
### Releases
131-
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .
131+
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .
132+
133+
## 2025-02-24 11:30:23
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.501.1 (2.522.5) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [csharp v0.5.3] .
140+
### Releases
141+
- [NuGet v0.5.3] https://www.nuget.org/packages/ApideckUnifySdk/0.5.3 - .

docs/Models/Components/ConsumerRequestCountsInDateRangeResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Consumers Request Counts within Date Range
99
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
1010
| `StatusCode` | *long* | :heavy_check_mark: | HTTP Response Status Code | 200 |
1111
| `Status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
12-
| `Data` | [ConsumerRequestCountsInDateRangeResponseData](../../Models/Components/ConsumerRequestCountsInDateRangeResponseData.md) | :heavy_check_mark: | N/A | |
12+
| `Data` | [ConsumerRequestCountsInDateRangeResponseData](../../Models/Components/ConsumerRequestCountsInDateRangeResponseData.md) | :heavy_check_mark: | N/A | |
13+
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/Models/Components/CreateAccountingDepartmentResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Department
1212
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
1313
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | departments |
1414
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15-
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
15+
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/Models/Components/CreateAccountingLocationResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Location
1212
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
1313
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | locations |
1414
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15-
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
15+
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/Models/Components/CreateActivityResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Activity created
1212
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
1313
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | activities |
1414
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15-
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
15+
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

docs/Models/Components/CreateApplicantResponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Applicants
1212
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | lever |
1313
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | Applicants |
1414
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
15-
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
15+
| `Data` | [UnifiedId](../../Models/Components/UnifiedId.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
16+
| `Raw` | Dictionary<String, *object*> | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |

0 commit comments

Comments
 (0)