Skip to content

Commit e875459

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 3.13.0 (#25)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.700.1 * 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 828a6a1 commit e875459

767 files changed

Lines changed: 8727 additions & 5457 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ generation:
1313
requestResponseComponentNamesFeb2024: true
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
16+
sharedNestedComponentsJan2026: false
1617
auth:
1718
oAuth2ClientCredentialsEnabled: true
1819
oAuth2PasswordEnabled: true
@@ -26,7 +27,7 @@ generation:
2627
generateNewTests: false
2728
skipResponseBodyAssertions: false
2829
csharp:
29-
version: 3.12.0
30+
version: 3.13.0
3031
additionalDependencies: []
3132
author: Speakeasy
3233
baseErrorName: BaseException

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.682.0
1+
speakeasyVersion: 1.700.1
22
sources:
33
Novu API:
44
sourceNamespace: novu-api-csharp
5-
sourceRevisionDigest: sha256:2eb099954c45767952de96d664fd2fd33672d32ba7406da5f9b99014aeda5dff
6-
sourceBlobDigest: sha256:ee18a21e319e9d0fc8b80a1bea4ea33fc5e64b924d3cb55d16c30f755f44f41d
5+
sourceRevisionDigest: sha256:59e4baaecd5971ce38d48d05b6b9fd41bd637184355d737ad36418b7b594c345
6+
sourceBlobDigest: sha256:8fd55a72b02f7abc593f3243953c78069077dbdfb3400fd854440bf3d324706d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763597468
10-
- 3.11.0
9+
- speakeasy-sdk-regen-1769603495
10+
- 3.12.0
1111
targets:
1212
novu:
1313
source: Novu API
1414
sourceNamespace: novu-api-csharp
15-
sourceRevisionDigest: sha256:2eb099954c45767952de96d664fd2fd33672d32ba7406da5f9b99014aeda5dff
16-
sourceBlobDigest: sha256:ee18a21e319e9d0fc8b80a1bea4ea33fc5e64b924d3cb55d16c30f755f44f41d
15+
sourceRevisionDigest: sha256:59e4baaecd5971ce38d48d05b6b9fd41bd637184355d737ad36418b7b594c345
16+
sourceBlobDigest: sha256:8fd55a72b02f7abc593f3243953c78069077dbdfb3400fd854440bf3d324706d
1717
codeSamplesNamespace: novu-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:f823726ce0fcf786f5d31456cdecb3626bd8be73081ba9aba5baab1f56f5ba66
18+
codeSamplesRevisionDigest: sha256:2b34139f23b4a42e1e5d3d59ed25f1eda5218b28f25455335bce2458d798bdac
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
@@ -98,4 +98,14 @@ Based on:
9898
### Generated
9999
- [csharp v3.12.0] .
100100
### Releases
101-
- [NuGet v3.12.0] https://www.nuget.org/packages/Novu/3.12.0 - .
101+
- [NuGet v3.12.0] https://www.nuget.org/packages/Novu/3.12.0 - .
102+
103+
## 2026-01-28 12:31:19
104+
### Changes
105+
Based on:
106+
- OpenAPI Doc
107+
- Speakeasy CLI 1.700.1 (2.801.0) https://github.com/speakeasy-api/speakeasy
108+
### Generated
109+
- [csharp v3.13.0] .
110+
### Releases
111+
- [NuGet v3.13.0] https://www.nuget.org/packages/Novu/3.13.0 - .

docs/Models/Components/ActivityNotificationJobResponseDto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| `ExecutionDetails` | List<[ActivityNotificationExecutionDetailResponseDto](../../Models/Components/ActivityNotificationExecutionDetailResponseDto.md)> | :heavy_check_mark: | Execution details of the job | |
1212
| `Step` | [ActivityNotificationStepResponseDto](../../Models/Components/ActivityNotificationStepResponseDto.md) | :heavy_check_mark: | Step details of the job | |
1313
| `Overrides` | Dictionary<String, *object*> | :heavy_minus_sign: | Optional context object for additional error details. | {<br/>"workflowId": "some_wf_id",<br/>"stepId": "some_wf_id"<br/>} |
14-
| `Payload` | [ActivityNotificationJobResponseDtoPayload](../../Models/Components/ActivityNotificationJobResponseDtoPayload.md) | :heavy_minus_sign: | Optional payload for the job | |
14+
| `Payload` | [Payload](../../Models/Components/Payload.md) | :heavy_minus_sign: | Optional payload for the job | |
1515
| `ProviderId` | [ProvidersIdEnum](../../Models/Components/ProvidersIdEnum.md) | :heavy_check_mark: | Provider ID of the job | slack |
1616
| `Status` | *string* | :heavy_check_mark: | Status of the job | |
1717
| `UpdatedAt` | *string* | :heavy_minus_sign: | Updated time of the notification | |

docs/Models/Components/ActivityNotificationJobResponseDtoPayload.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/Models/Components/BulkUpdateSubscriberPreferencesDto.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
8-
| `Preferences` | List<[BulkUpdateSubscriberPreferenceItemDto](../../Models/Components/BulkUpdateSubscriberPreferenceItemDto.md)> | :heavy_check_mark: | Array of workflow preferences to update (maximum 100 items) |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `Preferences` | List<[BulkUpdateSubscriberPreferenceItemDto](../../Models/Components/BulkUpdateSubscriberPreferenceItemDto.md)> | :heavy_check_mark: | Array of workflow preferences to update (maximum 100 items) |
9+
| `Context` | Dictionary<String, [BulkUpdateSubscriberPreferencesDtoContext](../../Models/Components/BulkUpdateSubscriberPreferencesDtoContext.md)> | :heavy_minus_sign: | N/A |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# BulkUpdateSubscriberPreferencesDtoContext
2+
3+
4+
## Supported Types
5+
6+
### Str
7+
8+
```csharp
9+
BulkUpdateSubscriberPreferencesDtoContext.CreateStr(/* values here */);
10+
```
11+
12+
### Context2
13+
14+
```csharp
15+
BulkUpdateSubscriberPreferencesDtoContext.CreateContext2(/* values here */);
16+
```

0 commit comments

Comments
 (0)