Skip to content

Commit 6a70359

Browse files
chore: 🐝 Update SDK - Generate 3.15.0 (#30)
1 parent 1c8cb44 commit 6a70359

768 files changed

Lines changed: 18957 additions & 2727 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: 2522 additions & 984 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
php:
32-
version: 3.14.0
32+
version: 3.15.0
3333
additionalDependencies:
3434
autoload: {}
3535
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
speakeasyVersion: 1.725.0
1+
speakeasyVersion: 1.761.3
22
sources:
33
novu-OAS:
44
sourceNamespace: novu-oas
5-
sourceRevisionDigest: sha256:58d0d16b095567267fc50b5900b509aa3f762b2ed6cab67e69620cc2c8e578b9
6-
sourceBlobDigest: sha256:cff6cb4567d7f23b21ef26b923184fc8fbb2d9642aeea83b7e10f848056f1919
5+
sourceRevisionDigest: sha256:0dd9b7d6e8db68a3a6c64f802a374f8120445ad224a0c99927598934220f7a17
6+
sourceBlobDigest: sha256:898175f7cf8aa567298a671d39f14812b3adee1830ac07ea107b5eeaa38d76b9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1771892509
10-
- 3.13.0
9+
- 3.15.0
1110
targets:
1211
novu:
1312
source: novu-OAS
1413
sourceNamespace: novu-oas
15-
sourceRevisionDigest: sha256:58d0d16b095567267fc50b5900b509aa3f762b2ed6cab67e69620cc2c8e578b9
16-
sourceBlobDigest: sha256:cff6cb4567d7f23b21ef26b923184fc8fbb2d9642aeea83b7e10f848056f1919
14+
sourceRevisionDigest: sha256:0dd9b7d6e8db68a3a6c64f802a374f8120445ad224a0c99927598934220f7a17
15+
sourceBlobDigest: sha256:898175f7cf8aa567298a671d39f14812b3adee1830ac07ea107b5eeaa38d76b9
1716
codeSamplesNamespace: novu-oas-php-code-samples
18-
codeSamplesRevisionDigest: sha256:af8e720c0431d475f33b1400204384744eff5090cb5286504a97a05ab9a42cf7
17+
codeSamplesRevisionDigest: sha256:060d70dd466c1387be3e9c627aa15c8f81daa48585ba2af10123aa73cfecf3d0
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

README.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ if ($response->triggerEventResponseDto !== null) {
346346

347347
### [Activity](docs/sdks/activity/README.md)
348348

349-
* [track](docs/sdks/activity/README.md#track) - Track activity and engagement events
349+
* [track](docs/sdks/activity/README.md#track) - Track provider activity and engagement events
350350

351351
### [ChannelConnections](docs/sdks/channelconnections/README.md)
352352

@@ -372,9 +372,20 @@ if ($response->triggerEventResponseDto !== null) {
372372
* [retrieve](docs/sdks/contexts/README.md#retrieve) - Retrieve a context
373373
* [delete](docs/sdks/contexts/README.md#delete) - Delete a context
374374

375+
### [EnvironmentVariables](docs/sdks/environmentvariables/README.md)
376+
377+
* [list](docs/sdks/environmentvariables/README.md#list) - List all variables
378+
* [create](docs/sdks/environmentvariables/README.md#create) - Create a variable
379+
* [retrieve](docs/sdks/environmentvariables/README.md#retrieve) - Get environment variable
380+
* [update](docs/sdks/environmentvariables/README.md#update) - Update a variable
381+
* [delete](docs/sdks/environmentvariables/README.md#delete) - Delete environment variable
382+
* [usage](docs/sdks/environmentvariables/README.md#usage) - Retrieve a variable usage
383+
375384
### [Environments](docs/sdks/environments/README.md)
376385

377386
* [getTags](docs/sdks/environments/README.md#gettags) - List environment tags
387+
* [diff](docs/sdks/environments/README.md#diff) - Compare resources between environments
388+
* [publish](docs/sdks/environments/README.md#publish) - Publish resources to target environment
378389
* [create](docs/sdks/environments/README.md#create) - Create an environment
379390
* [list](docs/sdks/environments/README.md#list) - List all environments
380391
* [update](docs/sdks/environments/README.md#update) - Update an environment
@@ -425,6 +436,26 @@ if ($response->triggerEventResponseDto !== null) {
425436
* [updateCredentials](docs/sdks/subscribers/README.md#updatecredentials) - Update provider credentials
426437
* [updateOnlineStatus](docs/sdks/subscribers/README.md#updateonlinestatus) - Update subscriber online status
427438

439+
#### [Subscribers.Notifications](docs/sdks/novunotifications/README.md)
440+
441+
* [list](docs/sdks/novunotifications/README.md#list) - Retrieve subscriber notifications
442+
* [delete](docs/sdks/novunotifications/README.md#delete) - Delete a notification
443+
* [completeAction](docs/sdks/novunotifications/README.md#completeaction) - Complete a notification action
444+
* [revertAction](docs/sdks/novunotifications/README.md#revertaction) - Revert a notification action
445+
* [archive](docs/sdks/novunotifications/README.md#archive) - Archive a notification
446+
* [markAsRead](docs/sdks/novunotifications/README.md#markasread) - Mark a notification as read
447+
* [snooze](docs/sdks/novunotifications/README.md#snooze) - Snooze a notification
448+
* [unarchive](docs/sdks/novunotifications/README.md#unarchive) - Unarchive a notification
449+
* [markAsUnread](docs/sdks/novunotifications/README.md#markasunread) - Mark a notification as unread
450+
* [unsnooze](docs/sdks/novunotifications/README.md#unsnooze) - Unsnooze a notification
451+
* [archiveAll](docs/sdks/novunotifications/README.md#archiveall) - Archive all notifications
452+
* [count](docs/sdks/novunotifications/README.md#count) - Retrieve subscriber notifications count
453+
* [deleteAll](docs/sdks/novunotifications/README.md#deleteall) - Delete all notifications
454+
* [markAllAsRead](docs/sdks/novunotifications/README.md#markallasread) - Mark all notifications as read
455+
* [archiveAllRead](docs/sdks/novunotifications/README.md#archiveallread) - Archive all read notifications
456+
* [markAsSeen](docs/sdks/novunotifications/README.md#markasseen) - Mark notifications as seen
457+
* [getFeed](docs/sdks/novunotifications/README.md#getfeed) - Retrieve subscriber notifications
458+
428459
#### [Subscribers.Preferences](docs/sdks/preferences/README.md)
429460

430461
* [bulkUpdate](docs/sdks/preferences/README.md#bulkupdate) - Bulk update subscriber preferences
@@ -438,10 +469,6 @@ if ($response->triggerEventResponseDto !== null) {
438469
* [updateAsSeen](docs/sdks/novumessages/README.md#updateasseen) - Update notification action status
439470
* [markAllAs](docs/sdks/novumessages/README.md#markallas) - Update notifications state
440471

441-
### [Subscribers.Notifications](docs/sdks/novunotifications/README.md)
442-
443-
* [getFeed](docs/sdks/novunotifications/README.md#getfeed) - Retrieve subscriber notifications
444-
445472
### [SubscribersCredentials](docs/sdks/subscriberscredentials/README.md)
446473

447474
* [append](docs/sdks/subscriberscredentials/README.md#append) - Upsert provider credentials
@@ -509,6 +536,7 @@ if ($response->triggerEventResponseDto !== null) {
509536

510537
#### [Workflows.Steps](docs/sdks/steps/README.md)
511538

539+
* [generatePreview](docs/sdks/steps/README.md#generatepreview) - Generate a step preview
512540
* [retrieve](docs/sdks/steps/README.md#retrieve) - Retrieve workflow step
513541

514542
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,14 @@ Based on:
138138
### Generated
139139
- [php v3.14.0] .
140140
### Releases
141-
- [Composer v3.14.0] https://packagist.org/packages/novuhq/novu#v3.14.0 - .
141+
- [Composer v3.14.0] https://packagist.org/packages/novuhq/novu#v3.14.0 - .
142+
143+
## 2026-04-13 15:12:05
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc
147+
- Speakeasy CLI 1.761.3 (2.879.11) https://github.com/speakeasy-api/speakeasy
148+
### Generated
149+
- [php v3.15.0] .
150+
### Releases
151+
- [Composer v3.15.0] https://packagist.org/packages/novuhq/novu#v3.15.0 - .

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"brick/math": ">=0.12.1"
1818
},
1919
"require-dev": {
20-
"laravel/pint": ">=1.21.2",
21-
"phpstan/phpstan": ">=2.1.0",
20+
"laravel/pint": "1.29.0",
21+
"phpstan/phpstan": "2.1.44",
2222
"phpunit/phpunit": ">=10",
2323
"roave/security-advisories": "dev-latest"
2424
},

docs/Models/Components/ActivityNotificationJobResponseDtoType.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ Type of the job
55

66
## Values
77

8-
| Name | Value |
9-
| ---------- | ---------- |
10-
| `InApp` | in_app |
11-
| `Email` | email |
12-
| `Sms` | sms |
13-
| `Chat` | chat |
14-
| `Push` | push |
15-
| `Digest` | digest |
16-
| `Trigger` | trigger |
17-
| `Delay` | delay |
18-
| `Throttle` | throttle |
19-
| `Custom` | custom |
8+
| Name | Value |
9+
| ------------- | ------------- |
10+
| `InApp` | in_app |
11+
| `Email` | email |
12+
| `Sms` | sms |
13+
| `Chat` | chat |
14+
| `Push` | push |
15+
| `Digest` | digest |
16+
| `Trigger` | trigger |
17+
| `Delay` | delay |
18+
| `Throttle` | throttle |
19+
| `Custom` | custom |
20+
| `HttpRequest` | http_request |

docs/Models/Components/Actor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ string $value = /* values here */
2020

2121
```php
2222
/**
23-
* @var Components\SubscriberPayloadDto
23+
* @var \novu\Models\Components\SubscriberPayloadDto
2424
*/
2525
Components\SubscriberPayloadDto $value = /* values here */
2626
```

docs/Models/Components/All.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A preference for the workflow. The values specified here will be used if no pref
99

1010
```php
1111
/**
12-
* @var Components\WorkflowPreferenceDto
12+
* @var \novu\Models\Components\WorkflowPreferenceDto
1313
*/
1414
Components\WorkflowPreferenceDto $value = /* values here */
1515
```

docs/Models/Components/BulkUpdateSubscriberPreferencesDtoContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ string $value = /* values here */
1616

1717
```php
1818
/**
19-
* @var Components\Context2
19+
* @var \novu\Models\Components\Context2
2020
*/
2121
Components\Context2 $value = /* values here */
2222
```

0 commit comments

Comments
 (0)