Skip to content

Commit ac3e741

Browse files
authored
Merge pull request #11 from novuhq/speakeasy-sdk-regen-1750865570
chore: 🐝 Update SDK - Generate 2.3.0-alpha.1
2 parents 0ce2418 + efa050d commit ac3e741

31 files changed

Lines changed: 169 additions & 69 deletions

.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 61e876ba-f1ab-4e7f-bfcc-4f8231d25d15
33
management:
4-
docChecksum: 7415a06352ef2c16b6df6f858c9f1f37
5-
docVersion: 2.2.0
6-
speakeasyVersion: 1.563.4
7-
generationVersion: 2.630.6
8-
releaseVersion: 2.2.0
9-
configChecksum: 409fe81ae1c32810033daa9b06e5e361
4+
docChecksum: 6c4e970f87a9fc0506f91742746017cc
5+
docVersion: 2.3.0
6+
speakeasyVersion: 1.569.0
7+
generationVersion: 2.636.0
8+
releaseVersion: 2.3.0-alpha.1
9+
configChecksum: e4ec12b3e2f2dafe9d89123e44c09301
1010
repoURL: https://github.com/novuhq/novu-csharp.git
1111
published: true
1212
features:
@@ -952,6 +952,7 @@ generatedFiles:
952952
- src/Novu/Utils/FlexibleObjectDeserializer.cs
953953
- src/Novu/Utils/HeaderSerializer.cs
954954
- src/Novu/Utils/IsoDateTimeSerializer.cs
955+
- src/Novu/Utils/OpenEnumConverter.cs
955956
- src/Novu/Utils/RequestBodySerializer.cs
956957
- src/Novu/Utils/ResponseBodyDeserializer.cs
957958
- src/Novu/Utils/Retries/BackoffStrategy.cs

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ generation:
1616
auth:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: true
19+
tests:
20+
generateTests: true
21+
generateNewTests: false
22+
skipResponseBodyAssertions: false
1923
csharp:
20-
version: 2.2.0
24+
version: 2.3.0-alpha.1
2125
additionalDependencies: []
2226
author: Speakeasy
2327
baseErrorName: NovuError

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.563.4
1+
speakeasyVersion: 1.569.0
22
sources:
33
Novu API:
44
sourceNamespace: novu-api-csharp
5-
sourceRevisionDigest: sha256:de628d0426ed8524663050a736ebf872cde89bb577eb1498f2db966d16e3d732
6-
sourceBlobDigest: sha256:dd930c86116e5f107817197d8603ff66d1795ba19f07a96ce27194a066e60ecb
5+
sourceRevisionDigest: sha256:d356cfbbd772fa3edde5394eb7c38cbf139f55ab67f20af9c284741359e31659
6+
sourceBlobDigest: sha256:aa35a8349cb51066506519d5bed68422e8a5c84181fd301487c9d02e31bb5f8c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747959026
10-
- 2.2.0
9+
- speakeasy-sdk-regen-1750865570
10+
- 2.3.0
1111
targets:
1212
novu:
1313
source: Novu API
1414
sourceNamespace: novu-api-csharp
15-
sourceRevisionDigest: sha256:de628d0426ed8524663050a736ebf872cde89bb577eb1498f2db966d16e3d732
16-
sourceBlobDigest: sha256:dd930c86116e5f107817197d8603ff66d1795ba19f07a96ce27194a066e60ecb
15+
sourceRevisionDigest: sha256:d356cfbbd772fa3edde5394eb7c38cbf139f55ab67f20af9c284741359e31659
16+
sourceBlobDigest: sha256:aa35a8349cb51066506519d5bed68422e8a5c84181fd301487c9d02e31bb5f8c
1717
codeSamplesNamespace: novu-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:582a712905933a037fa8d7e26424ddd5199fe4652d803352a931d9f827a3967a
18+
codeSamplesRevisionDigest: sha256:979a07e54dafa2fd43a4b024abecb07574074840a7c668ba2c933a91b2a7245f
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
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [csharp v2.2.0] .
4040
### Releases
41-
- [NuGet v2.2.0] https://www.nuget.org/packages/Novu/2.2.0 - .
41+
- [NuGet v2.2.0] https://www.nuget.org/packages/Novu/2.2.0 - .
42+
43+
## 2025-06-25 15:43:28
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.569.0 (2.636.0) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [csharp v2.3.0-alpha.1] .
50+
### Releases
51+
- [NuGet v2.3.0-alpha.1] https://www.nuget.org/packages/Novu/2.3.0-alpha.1 - .

docs/Models/Components/ChatOrPushProviderEnum.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The provider identifier for the credentials
1717
| `Getstream` | getstream |
1818
| `RocketChat` | rocket-chat |
1919
| `WhatsappBusiness` | whatsapp-business |
20+
| `ChatWebhook` | chat-webhook |
2021
| `Fcm` | fcm |
2122
| `Apns` | apns |
2223
| `Expo` | expo |

docs/Models/Components/NotificationFeedItemDto.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@
3030
| `Cta` | [MessageCTA](../../Models/Components/MessageCTA.md) | :heavy_check_mark: | Call-to-action information associated with the notification. | |
3131
| `Status` | [NotificationFeedItemDtoStatus](../../Models/Components/NotificationFeedItemDtoStatus.md) | :heavy_check_mark: | Current status of the notification. | sent |
3232
| `Payload` | Dictionary<String, *object*> | :heavy_minus_sign: | The payload that was used to send the notification trigger. | {<br/>"key": "value"<br/>} |
33-
| `Overrides` | Dictionary<String, *object*> | :heavy_minus_sign: | Provider-specific overrides used when triggering the notification. | {<br/>"overrideKey": "overrideValue"<br/>} |
33+
| `Data` | Dictionary<String, *object*> | :heavy_minus_sign: | The data sent with the notification. | {<br/>"key": "value"<br/>} |
34+
| `Overrides` | Dictionary<String, *object*> | :heavy_minus_sign: | Provider-specific overrides used when triggering the notification. | {<br/>"overrideKey": "overrideValue"<br/>} |
35+
| `Tags` | List<*string*> | :heavy_minus_sign: | Tags associated with the workflow that triggered the notification. | [<br/>"tag1",<br/>"tag2"<br/>] |

docs/Models/Components/ProviderId.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The ID of the chat or push provider.
1717
| `Getstream` | getstream |
1818
| `RocketChat` | rocket-chat |
1919
| `WhatsappBusiness` | whatsapp-business |
20+
| `ChatWebhook` | chat-webhook |
2021
| `Fcm` | fcm |
2122
| `Apns` | apns |
2223
| `Expo` | expo |

docs/Models/Components/ProvidersIdEnum.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ Provider ID of the job
7676
| `GrafanaOnCall` | grafana-on-call |
7777
| `Getstream` | getstream |
7878
| `RocketChat` | rocket-chat |
79-
| `WhatsappBusiness` | whatsapp-business |
79+
| `WhatsappBusiness` | whatsapp-business |
80+
| `ChatWebhook` | chat-webhook |

docs/sdks/integrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Overview
55

66
With the help of the Integration Store, you can easily integrate your favorite delivery provider. During the runtime of the API, the Integrations Store is responsible for storing the configurations of all the providers.
7-
<https://docs.novu.co/channels-and-providers/integration-store>
7+
<https://docs.novu.co/platform/integrations/overview>
88

99
### Available Operations
1010

src/Novu/Environments.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ public class Environments: IEnvironments
8181
{
8282
public SDKConfig SDKConfiguration { get; private set; }
8383
private const string _language = "csharp";
84-
private const string _sdkVersion = "2.2.0";
85-
private const string _sdkGenVersion = "2.630.6";
86-
private const string _openapiDocVersion = "2.2.0";
84+
private const string _sdkVersion = "2.3.0-alpha.1";
85+
private const string _sdkGenVersion = "2.636.0";
86+
private const string _openapiDocVersion = "2.3.0";
8787

8888
public Environments(SDKConfig config)
8989
{

0 commit comments

Comments
 (0)