Skip to content

Commit a9817d6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 3.14.0 (#26)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.725.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent e875459 commit a9817d6

File tree

119 files changed

+747
-620
lines changed

Some content is hidden

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

119 files changed

+747
-620
lines changed

.speakeasy/gen.lock

Lines changed: 242 additions & 242 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,22 @@ generation:
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
1616
sharedNestedComponentsJan2026: false
17+
nameOverrideFeb2026: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: true
1920
oAuth2PasswordEnabled: true
2021
hoistGlobalSecurity: true
2122
schemas:
2223
allOfMergeStrategy: shallowMerge
2324
requestBodyFieldName: ""
25+
versioningStrategy: automatic
2426
persistentEdits: {}
2527
tests:
2628
generateTests: true
2729
generateNewTests: false
2830
skipResponseBodyAssertions: false
2931
csharp:
30-
version: 3.13.0
32+
version: 3.14.0
3133
additionalDependencies: []
3234
author: Speakeasy
3335
baseErrorName: BaseException
@@ -57,6 +59,7 @@ csharp:
5759
outputModelSuffix: output
5860
packageName: Novu
5961
packageTags: ""
62+
respectTitlesForPrimitiveUnionMembers: false
6063
responseFormat: envelope-http
6164
sourceDirectory: src
6265
useNodatime: 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.700.1
1+
speakeasyVersion: 1.725.0
22
sources:
33
Novu API:
44
sourceNamespace: novu-api-csharp
5-
sourceRevisionDigest: sha256:59e4baaecd5971ce38d48d05b6b9fd41bd637184355d737ad36418b7b594c345
6-
sourceBlobDigest: sha256:8fd55a72b02f7abc593f3243953c78069077dbdfb3400fd854440bf3d324706d
5+
sourceRevisionDigest: sha256:ed14922657f3d2f2326127bdcf1061c555ad53372da4a27b09e507fcd65f1ad3
6+
sourceBlobDigest: sha256:cef71d8a8a5887c689eb3d1a7f1a63a1c58deb8ee765414368ef9e333a6428a6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769603495
10-
- 3.12.0
9+
- speakeasy-sdk-regen-1769645679
10+
- 3.13.0
1111
targets:
1212
novu:
1313
source: Novu API
1414
sourceNamespace: novu-api-csharp
15-
sourceRevisionDigest: sha256:59e4baaecd5971ce38d48d05b6b9fd41bd637184355d737ad36418b7b594c345
16-
sourceBlobDigest: sha256:8fd55a72b02f7abc593f3243953c78069077dbdfb3400fd854440bf3d324706d
15+
sourceRevisionDigest: sha256:ed14922657f3d2f2326127bdcf1061c555ad53372da4a27b09e507fcd65f1ad3
16+
sourceBlobDigest: sha256:cef71d8a8a5887c689eb3d1a7f1a63a1c58deb8ee765414368ef9e333a6428a6
1717
codeSamplesNamespace: novu-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:2b34139f23b4a42e1e5d3d59ed25f1eda5218b28f25455335bce2458d798bdac
18+
codeSamplesRevisionDigest: sha256:28429cda51710333917dda71eea10bb1f1cd5f4ea698339b4357d75d80dc3fdd
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ var res = await sdk.TriggerAsync(triggerEventRequestDto: new TriggerEventRequest
297297

298298
### [Environments](docs/sdks/environments/README.md)
299299

300-
* [GetTags](docs/sdks/environments/README.md#gettags) - Get environment tags
300+
* [GetTags](docs/sdks/environments/README.md#gettags) - List environment tags
301301
* [Create](docs/sdks/environments/README.md#create) - Create an environment
302302
* [List](docs/sdks/environments/README.md#list) - List all environments
303303
* [Update](docs/sdks/environments/README.md#update) - Update an environment
@@ -386,7 +386,7 @@ var res = await sdk.TriggerAsync(triggerEventRequestDto: new TriggerEventRequest
386386
* [List](docs/sdks/subscriptions/README.md#list) - List topic subscriptions
387387
* [Create](docs/sdks/subscriptions/README.md#create) - Create topic subscriptions
388388
* [Delete](docs/sdks/subscriptions/README.md#delete) - Delete topic subscriptions
389-
* [GetSubscription](docs/sdks/subscriptions/README.md#getsubscription) - Get a topic subscription
389+
* [GetSubscription](docs/sdks/subscriptions/README.md#getsubscription) - Retrieve a topic subscription
390390
* [Update](docs/sdks/subscriptions/README.md#update) - Update a topic subscription
391391

392392
### [TopicsSubscribers](docs/sdks/topicssubscribers/README.md)

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 v3.13.0] .
110110
### Releases
111-
- [NuGet v3.13.0] https://www.nuget.org/packages/Novu/3.13.0 - .
111+
- [NuGet v3.13.0] https://www.nuget.org/packages/Novu/3.13.0 - .
112+
113+
## 2026-02-24 10:00:50
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.725.0 (2.836.5) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [csharp v3.14.0] .
120+
### Releases
121+
- [NuGet v3.14.0] https://www.nuget.org/packages/Novu/3.14.0 - .

docs/sdks/environments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Environments allow you to manage different stages of your application developmen
77

88
### Available Operations
99

10-
* [GetTags](#gettags) - Get environment tags
10+
* [GetTags](#gettags) - List environment tags
1111
* [Create](#create) - Create an environment
1212
* [List](#list) - List all environments
1313
* [Update](#update) - Update an environment

docs/sdks/subscribers/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Overview
44

5+
A subscriber in Novu represents someone who should receive a message. A subscriber's profile information contains important attributes about the subscriber that will be used in messages (name, email). The subscriber object can contain other key-value pairs that can be used to further personalize your messages.
6+
<https://docs.novu.co/subscribers/subscribers>
7+
58
### Available Operations
69

710
* [Search](#search) - Search subscribers

docs/sdks/subscriptions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [List](#list) - List topic subscriptions
88
* [Create](#create) - Create topic subscriptions
99
* [Delete](#delete) - Delete topic subscriptions
10-
* [GetSubscription](#getsubscription) - Get a topic subscription
10+
* [GetSubscription](#getsubscription) - Retrieve a topic subscription
1111
* [Update](#update) - Update a topic subscription
1212

1313
## List
@@ -206,7 +206,7 @@ var res = await sdk.Topics.Subscriptions.DeleteAsync(
206206

207207
## GetSubscription
208208

209-
Get a subscription by its unique identifier for a topic.
209+
Retrieve a subscription by its unique identifier for a topic.
210210

211211
### Example Usage
212212

src/Novu/Activity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ public async Task<InboundWebhooksControllerHandleWebhookResponse> TrackAsync(
171171
}
172172
}
173173
}
174-
catch (Exception error)
174+
catch (Exception _hookError)
175175
{
176-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
176+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
177177
if (_httpResponse != null)
178178
{
179179
httpResponse = _httpResponse;

src/Novu/ChannelConnections.cs

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ public async Task<ChannelConnectionsControllerListChannelConnectionsResponse> L
233233
}
234234
}
235235
}
236-
catch (Exception error)
236+
catch (Exception _hookError)
237237
{
238-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
238+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
239239
if (_httpResponse != null)
240240
{
241241
httpResponse = _httpResponse;
@@ -271,7 +271,8 @@ public async Task<ChannelConnectionsControllerListChannelConnectionsResponse> L
271271
{
272272
Response = httpResponse,
273273
Request = httpRequest
274-
}
274+
},
275+
Headers = Utilities.CollectHeaders(httpResponse.Headers)
275276
};
276277
response.ListChannelConnectionsResponseDto = obj;
277278
return response;
@@ -483,9 +484,9 @@ public async Task<ChannelConnectionsControllerCreateChannelConnectionResponse>
483484
}
484485
}
485486
}
486-
catch (Exception error)
487+
catch (Exception _hookError)
487488
{
488-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
489+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
489490
if (_httpResponse != null)
490491
{
491492
httpResponse = _httpResponse;
@@ -521,7 +522,8 @@ public async Task<ChannelConnectionsControllerCreateChannelConnectionResponse>
521522
{
522523
Response = httpResponse,
523524
Request = httpRequest
524-
}
525+
},
526+
Headers = Utilities.CollectHeaders(httpResponse.Headers)
525527
};
526528
response.GetChannelConnectionResponseDto = obj;
527529
return response;
@@ -727,9 +729,9 @@ public async Task<ChannelConnectionsControllerGetChannelConnectionByIdentifierR
727729
}
728730
}
729731
}
730-
catch (Exception error)
732+
catch (Exception _hookError)
731733
{
732-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
734+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
733735
if (_httpResponse != null)
734736
{
735737
httpResponse = _httpResponse;
@@ -765,7 +767,8 @@ public async Task<ChannelConnectionsControllerGetChannelConnectionByIdentifierR
765767
{
766768
Response = httpResponse,
767769
Request = httpRequest
768-
}
770+
},
771+
Headers = Utilities.CollectHeaders(httpResponse.Headers)
769772
};
770773
response.GetChannelConnectionResponseDto = obj;
771774
return response;
@@ -981,9 +984,9 @@ public async Task<ChannelConnectionsControllerUpdateChannelConnectionResponse>
981984
}
982985
}
983986
}
984-
catch (Exception error)
987+
catch (Exception _hookError)
985988
{
986-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
989+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
987990
if (_httpResponse != null)
988991
{
989992
httpResponse = _httpResponse;
@@ -1019,7 +1022,8 @@ public async Task<ChannelConnectionsControllerUpdateChannelConnectionResponse>
10191022
{
10201023
Response = httpResponse,
10211024
Request = httpRequest
1022-
}
1025+
},
1026+
Headers = Utilities.CollectHeaders(httpResponse.Headers)
10231027
};
10241028
response.GetChannelConnectionResponseDto = obj;
10251029
return response;
@@ -1225,9 +1229,9 @@ public async Task<ChannelConnectionsControllerDeleteChannelConnectionResponse>
12251229
}
12261230
}
12271231
}
1228-
catch (Exception error)
1232+
catch (Exception _hookError)
12291233
{
1230-
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, error);
1234+
var _httpResponse = await this.SDKConfiguration.Hooks.AfterErrorAsync(new AfterErrorContext(hookCtx), null, _hookError);
12311235
if (_httpResponse != null)
12321236
{
12331237
httpResponse = _httpResponse;
@@ -1250,7 +1254,8 @@ public async Task<ChannelConnectionsControllerDeleteChannelConnectionResponse>
12501254
{
12511255
Response = httpResponse,
12521256
Request = httpRequest
1253-
}
1257+
},
1258+
Headers = Utilities.CollectHeaders(httpResponse.Headers)
12541259
};
12551260
}
12561261
else if(responseStatusCode == 414)

0 commit comments

Comments
 (0)