Skip to content

Commit 4de4bfa

Browse files
authored
Merge pull request #20 from apideck-libraries/speakeasy-sdk-regen-1738747410
chore: 🐝 Update SDK - Generate 0.5.1
2 parents 9834958 + f8cc686 commit 4de4bfa

File tree

114 files changed

+372
-385
lines changed

Some content is hidden

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

114 files changed

+372
-385
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: 8c4b36cd08c587e8f2b1dbac4f9b76d0
5-
docVersion: 10.11.0
6-
speakeasyVersion: 1.476.2
7-
generationVersion: 2.495.1
8-
releaseVersion: 0.5.0
9-
configChecksum: 57e2da042a0b8ee037781388d4d3bf0d
4+
docChecksum: 068bc54ce549b3d15555126d167f788e
5+
docVersion: 10.11.2
6+
speakeasyVersion: 1.484.1
7+
generationVersion: 2.503.2
8+
releaseVersion: 0.5.1
9+
configChecksum: d29b09f4a5c54b99fe38eef1f766555c
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:
1313
csharp:
1414
additionalDependencies: 0.1.0
1515
constsAndDefaults: 0.0.1
16-
core: 3.10.11
16+
core: 3.10.13
1717
deprecations: 2.81.2
1818
errors: 0.2.0
1919
flattening: 2.81.3

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: true
1515
csharp:
16-
version: 0.5.0
16+
version: 0.5.1
1717
additionalDependencies: []
1818
author: Speakeasy
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.476.2
1+
speakeasyVersion: 1.484.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842
6-
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
5+
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
6+
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737545337
10-
- 10.11.0
9+
- speakeasy-sdk-regen-1738747410
10+
- 10.11.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:846b20863394f7f4d33b9e8fae7ad142269d72553f9cb9d25c3dad3943234842
16-
sourceBlobDigest: sha256:76d3193661d269763e69b93d5ab0ed0a69ce3996164f4d0f720dec5f73c389d2
15+
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
16+
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:9e59461bbb54dfc805bf7445cc5de7ed3656a99a82560bfe84bc41823e00bcd9
18+
codeSamplesRevisionDigest: sha256:f45526ff51291632a73def73d765ddba6fd593ded05ac5c34a34ea5e64669087
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
@@ -108,4 +108,14 @@ Based on:
108108
### Generated
109109
- [csharp v0.5.0] .
110110
### Releases
111-
- [NuGet v0.5.0] https://www.nuget.org/packages/ApideckUnifySdk/0.5.0 - .
111+
- [NuGet v0.5.0] https://www.nuget.org/packages/ApideckUnifySdk/0.5.0 - .
112+
113+
## 2025-02-05 09:23:14
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.484.1 (2.503.2) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [csharp v0.5.1] .
120+
### Releases
121+
- [NuGet v0.5.1] https://www.nuget.org/packages/ApideckUnifySdk/0.5.1 - .

docs/sdks/activities/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ CrmActivitiesAllRequest req = new CrmActivitiesAllRequest() {
3737
},
3838
Sort = new ActivitiesSort() {
3939
By = ActivitiesSortBy.CreatedAt,
40-
Direction = SortDirection.Desc,
4140
},
4241
PassThrough = new Dictionary<string, object>() {
4342
{ "search", "San Francisco" },

docs/sdks/billpayments/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ AccountingBillPaymentsAllRequest req = new AccountingBillPaymentsAllRequest() {
3737
},
3838
Sort = new PaymentsSort() {
3939
By = PaymentsSortBy.UpdatedAt,
40-
Direction = SortDirection.Desc,
4140
},
4241
PassThrough = new Dictionary<string, object>() {
4342
{ "search", "San Francisco" },

docs/sdks/bills/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ AccountingBillsAllRequest req = new AccountingBillsAllRequest() {
3737
},
3838
Sort = new BillsSort() {
3939
By = By.UpdatedAt,
40-
Direction = SortDirection.Desc,
4140
},
4241
PassThrough = new Dictionary<string, object>() {
4342
{ "search", "San Francisco" },

docs/sdks/collections/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ IssueTrackingCollectionsAllRequest req = new IssueTrackingCollectionsAllRequest(
3030
ServiceId = "salesforce",
3131
Sort = new CollectionsSort() {
3232
By = CollectionsSortBy.Name,
33-
Direction = SortDirection.Desc,
3433
},
3534
PassThrough = new Dictionary<string, object>() {
3635
{ "search", "San Francisco" },

docs/sdks/collectionticketcomments/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ IssueTrackingCollectionTicketCommentsAllRequest req = new IssueTrackingCollectio
3535
ServiceId = "salesforce",
3636
Sort = new CommentsSort() {
3737
By = CommentsSortBy.CreatedAt,
38-
Direction = SortDirection.Desc,
3938
},
4039
PassThrough = new Dictionary<string, object>() {
4140
{ "search", "San Francisco" },

docs/sdks/collectiontickets/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ IssueTrackingCollectionTicketsAllRequest req = new IssueTrackingCollectionTicket
3434
ServiceId = "salesforce",
3535
Sort = new TicketsSort() {
3636
By = TicketsSortBy.CreatedAt,
37-
Direction = SortDirection.Desc,
3837
},
3938
Filter = new IssuesFilter() {
4039
Status = new List<string>() {

0 commit comments

Comments
 (0)