Skip to content

Commit 02a7d8e

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 1.0.0 (#66)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.544.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 50a6397 commit 02a7d8e

File tree

173 files changed

+8598
-4119
lines changed

Some content is hidden

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

173 files changed

+8598
-4119
lines changed

.speakeasy/gen.lock

Lines changed: 223 additions & 51 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 0.7.0
19+
version: 1.0.0
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.542.3
1+
speakeasyVersion: 1.544.0
22
sources:
33
json-development:
44
sourceNamespace: json-development
5-
sourceRevisionDigest: sha256:2f71599ed61b2d4fbcba3e85c110214d27659ba10eba323cd188e26fe7e0963f
6-
sourceBlobDigest: sha256:720d4154c543b24b8efe4b525edf028d2d5384ea027b5ac3daace2f207e578fc
5+
sourceRevisionDigest: sha256:c7e23564781ce0d5fa3dc584577ac94c9ccfa5a97391ecdd00db4ba8f037bb52
6+
sourceBlobDigest: sha256:12a85ff309375f464ff769ca76d75927290d0660c39298ceb416b48b3534a35a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746700479
9+
- speakeasy-sdk-regen-1747128569
1010
- 2.1.13
1111
targets:
1212
my-first-target:
1313
source: json-development
1414
sourceNamespace: json-development
15-
sourceRevisionDigest: sha256:2f71599ed61b2d4fbcba3e85c110214d27659ba10eba323cd188e26fe7e0963f
16-
sourceBlobDigest: sha256:720d4154c543b24b8efe4b525edf028d2d5384ea027b5ac3daace2f207e578fc
15+
sourceRevisionDigest: sha256:c7e23564781ce0d5fa3dc584577ac94c9ccfa5a97391ecdd00db4ba8f037bb52
16+
sourceBlobDigest: sha256:12a85ff309375f464ff769ca76d75927290d0660c39298ceb416b48b3534a35a
1717
codeSamplesNamespace: code-samples-typescript
18-
codeSamplesRevisionDigest: sha256:a2d0be257cdadef1f306fd26b548b97bc314c7d4f6782c34f6d07d7e535c5ff0
18+
codeSamplesRevisionDigest: sha256:8a7563af6428dbaa4916fd364b20b65f4c160bef59ce24d31f139e6e6ca96549
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ run();
482482
#### [subscribers.messages](docs/sdks/novumessages/README.md)
483483

484484
* [updateAsSeen](docs/sdks/novumessages/README.md#updateasseen) - Mark message action as seen
485-
* [markAll](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen. Optionally you can pass feed id (or array) to mark messages of a particular feed.
485+
* [markAll](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen.
486486
* [markAllAs](docs/sdks/novumessages/README.md#markallas) - Mark a subscriber messages as seen, read, unseen or unread
487487

488488
#### [subscribers.notifications](docs/sdks/novunotifications/README.md)
@@ -499,19 +499,27 @@ run();
499499

500500
* [updateOnlineFlag](docs/sdks/properties/README.md#updateonlineflag) - Update subscriber online status
501501

502+
#### [subscribers.topics](docs/sdks/novutopics/README.md)
503+
504+
* [list](docs/sdks/novutopics/README.md#list) - List topics a subscriber is subscribed to
505+
502506
### [topics](docs/sdks/topics/README.md)
503507

504-
* [create](docs/sdks/topics/README.md#create) - Topic creation
505-
* [list](docs/sdks/topics/README.md#list) - Get topic list filtered
506-
* [delete](docs/sdks/topics/README.md#delete) - Delete topic
507-
* [retrieve](docs/sdks/topics/README.md#retrieve) - Get topic
508-
* [rename](docs/sdks/topics/README.md#rename) - Rename a topic
508+
* [list](docs/sdks/topics/README.md#list) - Get topics list
509+
* [create](docs/sdks/topics/README.md#create) - Create or update a topic
510+
* [get](docs/sdks/topics/README.md#get) - Get topic by key
511+
* [update](docs/sdks/topics/README.md#update) - Update topic by key
512+
* [delete](docs/sdks/topics/README.md#delete) - Delete topic by key
509513

510514
#### [topics.subscribers](docs/sdks/novusubscribers/README.md)
511515

512-
* [assign](docs/sdks/novusubscribers/README.md#assign) - Subscribers addition
513516
* [retrieve](docs/sdks/novusubscribers/README.md#retrieve) - Check topic subscriber
514-
* [remove](docs/sdks/novusubscribers/README.md#remove) - Subscribers removal
517+
518+
#### [topics.subscriptions](docs/sdks/subscriptions/README.md)
519+
520+
* [list](docs/sdks/subscriptions/README.md#list) - List topic subscriptions
521+
* [create](docs/sdks/subscriptions/README.md#create) - Create topic subscriptions, if the topic does not exist, it will be created.
522+
* [delete](docs/sdks/subscriptions/README.md#delete) - Delete topic subscriptions
515523

516524
</details>
517525
<!-- End Available Resources and Operations [operations] -->
@@ -555,7 +563,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
555563
- [`subscribersCredentialsUpdate`](docs/sdks/credentials/README.md#update) - Update subscriber credentials
556564
- [`subscribersDelete`](docs/sdks/subscribers/README.md#delete) - Delete subscriber
557565
- [`subscribersList`](docs/sdks/subscribers/README.md#list) - Get subscribers
558-
- [`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen. Optionally you can pass feed id (or array) to mark messages of a particular feed.
566+
- [`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen.
559567
- [`subscribersMessagesMarkAllAs`](docs/sdks/novumessages/README.md#markallas) - Mark a subscriber messages as seen, read, unseen or unread
560568
- [`subscribersMessagesUpdateAsSeen`](docs/sdks/novumessages/README.md#updateasseen) - Mark message action as seen
561569
- [`subscribersNotificationsFeed`](docs/sdks/novunotifications/README.md#feed) - Get in-app notification feed for a particular subscriber
@@ -566,15 +574,17 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
566574
- [`subscribersPropertiesUpdateOnlineFlag`](docs/sdks/properties/README.md#updateonlineflag) - Update subscriber online status
567575
- [`subscribersRetrieve`](docs/sdks/subscribers/README.md#retrieve) - Get subscriber
568576
- [`subscribersSearch`](docs/sdks/subscribers/README.md#search) - Search for subscribers
577+
- [`subscribersTopicsList`](docs/sdks/novutopics/README.md#list) - List topics a subscriber is subscribed to
569578
- [`subscribersUpsert`](docs/sdks/subscribers/README.md#upsert) - Upsert subscriber
570-
- [`topicsCreate`](docs/sdks/topics/README.md#create) - Topic creation
571-
- [`topicsDelete`](docs/sdks/topics/README.md#delete) - Delete topic
572-
- [`topicsList`](docs/sdks/topics/README.md#list) - Get topic list filtered
573-
- [`topicsRename`](docs/sdks/topics/README.md#rename) - Rename a topic
574-
- [`topicsRetrieve`](docs/sdks/topics/README.md#retrieve) - Get topic
575-
- [`topicsSubscribersAssign`](docs/sdks/novusubscribers/README.md#assign) - Subscribers addition
576-
- [`topicsSubscribersRemove`](docs/sdks/novusubscribers/README.md#remove) - Subscribers removal
579+
- [`topicsCreate`](docs/sdks/topics/README.md#create) - Create or update a topic
580+
- [`topicsDelete`](docs/sdks/topics/README.md#delete) - Delete topic by key
581+
- [`topicsGet`](docs/sdks/topics/README.md#get) - Get topic by key
582+
- [`topicsList`](docs/sdks/topics/README.md#list) - Get topics list
577583
- [`topicsSubscribersRetrieve`](docs/sdks/novusubscribers/README.md#retrieve) - Check topic subscriber
584+
- [`topicsSubscriptionsCreate`](docs/sdks/subscriptions/README.md#create) - Create topic subscriptions, if the topic does not exist, it will be created.
585+
- [`topicsSubscriptionsDelete`](docs/sdks/subscriptions/README.md#delete) - Delete topic subscriptions
586+
- [`topicsSubscriptionsList`](docs/sdks/subscriptions/README.md#list) - List topic subscriptions
587+
- [`topicsUpdate`](docs/sdks/topics/README.md#update) - Update topic by key
578588
- [`trigger`](docs/sdks/novu/README.md#trigger) - Trigger event
579589
- [`triggerBroadcast`](docs/sdks/novu/README.md#triggerbroadcast) - Broadcast event to all
580590
- [`triggerBulk`](docs/sdks/novu/README.md#triggerbulk) - Bulk trigger event
@@ -798,7 +808,7 @@ The default server can also be overridden globally by passing a URL to the `serv
798808
import { Novu } from "@novu/api";
799809

800810
const novu = new Novu({
801-
serverURL: "https://api.novu.co",
811+
serverURL: "https://eu.api.novu.co",
802812
secretKey: "YOUR_SECRET_KEY_HERE",
803813
});
804814

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,14 @@ Based on:
158158
### Generated
159159
- [typescript v0.7.0] .
160160
### Releases
161-
- [NPM v0.7.0] https://www.npmjs.com/package/@novu/api/v/0.7.0 - .
161+
- [NPM v0.7.0] https://www.npmjs.com/package/@novu/api/v/0.7.0 - .
162+
163+
## 2025-05-13 15:43:43
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc
167+
- Speakeasy CLI 1.544.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
168+
### Generated
169+
- [typescript v1.0.0] .
170+
### Releases
171+
- [NPM v1.0.0] https://www.npmjs.com/package/@novu/api/v/1.0.0 - .

docs/models/components/activitynotificationresponsedto.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ let value: ActivityNotificationResponseDto = {
7676
| `payload` | [components.ActivityNotificationResponseDtoPayload](../../models/components/activitynotificationresponsedtopayload.md) | :heavy_minus_sign: | Payload of the notification |
7777
| `tags` | *string*[] | :heavy_minus_sign: | Tags associated with the notification |
7878
| `controls` | [components.Controls](../../models/components/controls.md) | :heavy_minus_sign: | Controls associated with the notification |
79-
| `to` | [components.ActivityNotificationResponseDtoTo](../../models/components/activitynotificationresponsedtoto.md) | :heavy_minus_sign: | To field for subscriber definition |
79+
| `to` | [components.ActivityNotificationResponseDtoTo](../../models/components/activitynotificationresponsedtoto.md) | :heavy_minus_sign: | To field for subscriber definition |
80+
| `topics` | [components.ActivityTopicDto](../../models/components/activitytopicdto.md)[] | :heavy_minus_sign: | Topics of the notification |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# ActivityTopicDto
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { ActivityTopicDto } from "@novu/api/models/components";
7+
8+
let value: ActivityTopicDto = {
9+
topicId: "<id>",
10+
topicKey: "<value>",
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
18+
| `topicId` | *string* | :heavy_check_mark: | Internal Topic ID of the notification |
19+
| `topicKey` | *string* | :heavy_check_mark: | Topic Key of the notification |

docs/models/components/assignsubscribertotopicdto.md

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

docs/models/components/createtopicrequestdto.md

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

docs/models/components/createtopicresponsedto.md

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

0 commit comments

Comments
 (0)