Skip to content

Commit 1b9bc77

Browse files
speakeasybotmerrcury
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.700.2
1 parent 7a65ec5 commit 1b9bc77

91 files changed

Lines changed: 755 additions & 716 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: 159 additions & 136 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
php:
29-
version: 3.12.0
30+
version: 3.13.0
3031
additionalDependencies:
3132
autoload: {}
3233
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.683.0
1+
speakeasyVersion: 1.700.2
22
sources:
33
novu-OAS:
44
sourceNamespace: novu-oas
5-
sourceRevisionDigest: sha256:e6225c033a24465b5cac2bd2c874fa8fb257ae4011a4e27581e4f42e2ce045a7
6-
sourceBlobDigest: sha256:c969f8ed2e5f83d0ce338781eef67ec77c8a069996eba46e478f9fe84c685e9a
5+
sourceRevisionDigest: sha256:2c2c6faab2825a96db61eaca6084b0c766b82bfc43b7d5a1c4fb2b9808ebf1a4
6+
sourceBlobDigest: sha256:3744c70646319d4af0109d1b6c1c315d16a9caa2f55c33c2ad931c7540475e3c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1767906000
10-
- 3.11.0
9+
- speakeasy-sdk-regen-1767917822
10+
- 3.12.0
1111
targets:
1212
novu:
1313
source: novu-OAS
1414
sourceNamespace: novu-oas
15-
sourceRevisionDigest: sha256:e6225c033a24465b5cac2bd2c874fa8fb257ae4011a4e27581e4f42e2ce045a7
16-
sourceBlobDigest: sha256:c969f8ed2e5f83d0ce338781eef67ec77c8a069996eba46e478f9fe84c685e9a
15+
sourceRevisionDigest: sha256:2c2c6faab2825a96db61eaca6084b0c766b82bfc43b7d5a1c4fb2b9808ebf1a4
16+
sourceBlobDigest: sha256:3744c70646319d4af0109d1b6c1c315d16a9caa2f55c33c2ad931c7540475e3c
1717
codeSamplesNamespace: novu-oas-php-code-samples
18-
codeSamplesRevisionDigest: sha256:39f6f12998c642d84f7f2feeb480c1f739038e869f043d21a76f3d8d56effe65
18+
codeSamplesRevisionDigest: sha256:8d68f6382bfd5b4af8bb82cb36b02b9b4a2583682e1d0e7cbb091a06542f9018
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
@@ -118,4 +118,14 @@ Based on:
118118
### Generated
119119
- [php v3.12.0] .
120120
### Releases
121-
- [Composer v3.12.0] https://packagist.org/packages/novuhq/novu#v3.12.0 - .
121+
- [Composer v3.12.0] https://packagist.org/packages/novuhq/novu#v3.12.0 - .
122+
123+
## 2026-01-28 18:19:47
124+
### Changes
125+
Based on:
126+
- OpenAPI Doc
127+
- Speakeasy CLI 1.700.2 (2.801.2) https://github.com/speakeasy-api/speakeasy
128+
### Generated
129+
- [php v3.13.0] .
130+
### Releases
131+
- [Composer v3.13.0] https://packagist.org/packages/novuhq/novu#v3.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` | array<[Components\ActivityNotificationExecutionDetailResponseDto](../../Models/Components/ActivityNotificationExecutionDetailResponseDto.md)> | :heavy_check_mark: | Execution details of the job | |
1212
| `step` | [Components\ActivityNotificationStepResponseDto](../../Models/Components/ActivityNotificationStepResponseDto.md) | :heavy_check_mark: | Step details of the job | |
1313
| `overrides` | array<string, *mixed*> | :heavy_minus_sign: | Optional context object for additional error details. | {<br/>"workflowId": "some_wf_id",<br/>"stepId": "some_wf_id"<br/>} |
14-
| `payload` | [?Components\ActivityNotificationJobResponseDtoPayload](../../Models/Components/ActivityNotificationJobResponseDtoPayload.md) | :heavy_minus_sign: | Optional payload for the job | |
14+
| `payload` | [?Components\Payload](../../Models/Components/Payload.md) | :heavy_minus_sign: | Optional payload for the job | |
1515
| `providerId` | [Components\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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
8-
| `preferences` | array<[Components\BulkUpdateSubscriberPreferenceItemDto](../../Models/Components/BulkUpdateSubscriberPreferenceItemDto.md)> | :heavy_check_mark: | Array of workflow preferences to update (maximum 100 items) |
8+
| `preferences` | array<[Components\BulkUpdateSubscriberPreferenceItemDto](../../Models/Components/BulkUpdateSubscriberPreferenceItemDto.md)> | :heavy_check_mark: | Array of workflow preferences to update (maximum 100 items) |
9+
| `context` | array<string, [string\|Components\Context2](../../Models/Components/BulkUpdateSubscriberPreferencesDtoContext.md)> | :heavy_minus_sign: | N/A |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BulkUpdateSubscriberPreferencesDtoContext
2+
3+
4+
## Supported Types
5+
6+
### `string`
7+
8+
```php
9+
/**
10+
* @var string
11+
*/
12+
string $value = /* values here */
13+
```
14+
15+
### `Components\Context2`
16+
17+
```php
18+
/**
19+
* @var Components\Context2
20+
*/
21+
Components\Context2 $value = /* values here */
22+
```
23+

0 commit comments

Comments
 (0)