Skip to content

Commit 6fc7ea7

Browse files
authored
Merge pull request #33 from apideck-libraries/speakeasy-sdk-regen-1745317286
chore: 🐝 Update SDK - Generate 0.10.1
2 parents a16236a + 73a75b1 commit 6fc7ea7

File tree

97 files changed

+392
-364
lines changed

Some content is hidden

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

97 files changed

+392
-364
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 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: b5dc0244aa499b8adfc991da71055e1b
5-
docVersion: 10.16.2
6-
speakeasyVersion: 1.537.0
7-
generationVersion: 2.588.0
8-
releaseVersion: 0.10.0
9-
configChecksum: c0a469c6555c693542e8bf311df7f0bd
4+
docChecksum: d8344cbf466dcd4f4f041d1b3cf57f83
5+
docVersion: 10.16.4
6+
speakeasyVersion: 1.540.0
7+
generationVersion: 2.593.3
8+
releaseVersion: 0.10.1
9+
configChecksum: e1ef7ace7cafd19230f68e0235cf41f1
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.10.0
18+
version: 0.10.1
1919
additionalDependencies: []
2020
author: Speakeasy
2121
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
speakeasyVersion: 1.537.0
1+
speakeasyVersion: 1.540.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:31d2d64457bf486f2e183bd904835cf971a4d5a989336b82f856b8c6850c082e
6-
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
5+
sourceRevisionDigest: sha256:2230c63012ff05fe12950ba0ebe7a0fecca41664b3c24c7c10b3c1767a637a35
6+
sourceBlobDigest: sha256:920cd0abb9aa343c591a899ed87ab62dacd719dd688374cc42f919f1ebab947c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744725232
10-
- 10.16.2
9+
- speakeasy-sdk-regen-1745317286
10+
- 10.16.4
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:31d2d64457bf486f2e183bd904835cf971a4d5a989336b82f856b8c6850c082e
16-
sourceBlobDigest: sha256:303c1acf7abc835f46d58b4a823c3bb3e537aae128b78352be572e712c7879f6
15+
sourceRevisionDigest: sha256:2230c63012ff05fe12950ba0ebe7a0fecca41664b3c24c7c10b3c1767a637a35
16+
sourceBlobDigest: sha256:920cd0abb9aa343c591a899ed87ab62dacd719dd688374cc42f919f1ebab947c
17+
codeSamplesNamespace: apideck-csharp-code-samples
18+
codeSamplesRevisionDigest: sha256:806f1beb0229335d4199e410af32b51cdd72a8557067afc53c559c0b183da595
1719
workflow:
1820
workflowVersion: 1.0.0
1921
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,14 @@ Based on:
218218
### Generated
219219
- [csharp v0.10.0] .
220220
### Releases
221-
- [NuGet v0.10.0] https://www.nuget.org/packages/ApideckUnifySdk/0.10.0 - .
221+
- [NuGet v0.10.0] https://www.nuget.org/packages/ApideckUnifySdk/0.10.0 - .
222+
223+
## 2025-04-28 00:13:09
224+
### Changes
225+
Based on:
226+
- OpenAPI Doc
227+
- Speakeasy CLI 1.540.0 (2.593.3) https://github.com/speakeasy-api/speakeasy
228+
### Generated
229+
- [csharp v0.10.1] .
230+
### Releases
231+
- [NuGet v0.10.1] https://www.nuget.org/packages/ApideckUnifySdk/0.10.1 - .

docs/Models/Components/Note.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
| `ContactId` | *string* | :heavy_minus_sign: | The contact that is related to the note. | 12345 |
1313
| `CompanyId` | *string* | :heavy_minus_sign: | The company that is related to the note. | 12345 |
1414
| `OpportunityId` | *string* | :heavy_minus_sign: | The opportunity that is related to the note. | 12345 |
15+
| `ActivityId` | *string* | :heavy_minus_sign: | The activity that is related to the note. | 12345 |
1516
| `LeadId` | *string* | :heavy_minus_sign: | The lead that is related to the note. | 12345 |
1617
| `Active` | *bool* | :heavy_minus_sign: | Whether the Note is active or not. | true |
1718
| `CustomMappings` | [Models.Components.CustomMappings](../../Models/Components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

docs/Models/Components/NoteInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| `ContactId` | *string* | :heavy_minus_sign: | The contact that is related to the note. | 12345 |
1212
| `CompanyId` | *string* | :heavy_minus_sign: | The company that is related to the note. | 12345 |
1313
| `OpportunityId` | *string* | :heavy_minus_sign: | The opportunity that is related to the note. | 12345 |
14+
| `ActivityId` | *string* | :heavy_minus_sign: | The activity that is related to the note. | 12345 |
1415
| `LeadId` | *string* | :heavy_minus_sign: | The lead that is related to the note. | 12345 |
1516
| `Active` | *bool* | :heavy_minus_sign: | Whether the Note is active or not. | true |
1617
| `PassThrough` | List<[PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

docs/sdks/notes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ CrmNotesAddRequest req = new CrmNotesAddRequest() {
9595
ContactId = "12345",
9696
CompanyId = "12345",
9797
OpportunityId = "12345",
98+
ActivityId = "12345",
9899
LeadId = "12345",
99100
Active = true,
100101
PassThrough = new List<PassThroughBody>() {
@@ -218,6 +219,7 @@ CrmNotesUpdateRequest req = new CrmNotesUpdateRequest() {
218219
ContactId = "12345",
219220
CompanyId = "12345",
220221
OpportunityId = "12345",
222+
ActivityId = "12345",
221223
LeadId = "12345",
222224
Active = true,
223225
PassThrough = new List<PassThroughBody>() {

src/ApideckUnifySdk/Accounting.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public class Accounting: IAccounting
4545
{
4646
public SDKConfig SDKConfiguration { get; private set; }
4747
private const string _language = "csharp";
48-
private const string _sdkVersion = "0.10.0";
49-
private const string _sdkGenVersion = "2.588.0";
50-
private const string _openapiDocVersion = "10.16.2";
51-
private const string _userAgent = "speakeasy-sdk/csharp 0.10.0 2.588.0 10.16.2 ApideckUnifySdk";
48+
private const string _sdkVersion = "0.10.1";
49+
private const string _sdkGenVersion = "2.593.3";
50+
private const string _openapiDocVersion = "10.16.4";
51+
private const string _userAgent = "speakeasy-sdk/csharp 0.10.1 2.593.3 10.16.4 ApideckUnifySdk";
5252
private string _serverUrl = "";
5353
private ISpeakeasyHttpClient _client;
5454
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/Activities.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ public class Activities: IActivities
7777
{
7878
public SDKConfig SDKConfiguration { get; private set; }
7979
private const string _language = "csharp";
80-
private const string _sdkVersion = "0.10.0";
81-
private const string _sdkGenVersion = "2.588.0";
82-
private const string _openapiDocVersion = "10.16.2";
83-
private const string _userAgent = "speakeasy-sdk/csharp 0.10.0 2.588.0 10.16.2 ApideckUnifySdk";
80+
private const string _sdkVersion = "0.10.1";
81+
private const string _sdkGenVersion = "2.593.3";
82+
private const string _openapiDocVersion = "10.16.4";
83+
private const string _userAgent = "speakeasy-sdk/csharp 0.10.1 2.593.3 10.16.4 ApideckUnifySdk";
8484
private string _serverUrl = "";
8585
private ISpeakeasyHttpClient _client;
8686
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

src/ApideckUnifySdk/AgedCreditors.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public class AgedCreditors: IAgedCreditors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.10.0";
43-
private const string _sdkGenVersion = "2.588.0";
44-
private const string _openapiDocVersion = "10.16.2";
45-
private const string _userAgent = "speakeasy-sdk/csharp 0.10.0 2.588.0 10.16.2 ApideckUnifySdk";
42+
private const string _sdkVersion = "0.10.1";
43+
private const string _sdkGenVersion = "2.593.3";
44+
private const string _openapiDocVersion = "10.16.4";
45+
private const string _userAgent = "speakeasy-sdk/csharp 0.10.1 2.593.3 10.16.4 ApideckUnifySdk";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<ApideckUnifySdk.Models.Components.Security>? _securitySource;

0 commit comments

Comments
 (0)