@@ -117,8 +117,8 @@ func main() {
117117 Actor: v3.Pointer (components.CreateActorStr (
118118 " <value>" ,
119119 )),
120- Context: map [string ]components.Context {
121- " key" : components.CreateContextStr (
120+ Context: map [string ]components.TriggerEventRequestDtoContext {
121+ " key" : components.CreateTriggerEventRequestDtoContextStr (
122122 " org-acme" ,
123123 ),
124124 },
@@ -210,6 +210,11 @@ func main() {
210210 SubscriberID: " <id>" ,
211211 },
212212 )),
213+ Context: map [string ]components.TriggerEventToAllRequestDtoContext {
214+ " key" : components.CreateTriggerEventToAllRequestDtoContextStr (
215+ " org-acme" ,
216+ ),
217+ },
213218 }, nil )
214219 if err != nil {
215220 log.Fatal (err)
@@ -338,8 +343,8 @@ func main() {
338343 Actor: v3.Pointer (components.CreateActorStr (
339344 " <value>" ,
340345 )),
341- Context: map [string ]components.Context {
342- " key" : components.CreateContextStr (
346+ Context: map [string ]components.TriggerEventRequestDtoContext {
347+ " key" : components.CreateTriggerEventRequestDtoContextStr (
343348 " org-acme" ,
344349 ),
345350 },
@@ -361,10 +366,33 @@ func main() {
361366<details open >
362367<summary >Available methods</summary >
363368
369+ ### [ Novu SDK] ( docs/sdks/novu/README.md )
370+
371+ * [ Trigger] ( docs/sdks/novu/README.md#trigger ) - Trigger event
372+ * [ Cancel] ( docs/sdks/novu/README.md#cancel ) - Cancel triggered event
373+ * [ TriggerBroadcast] ( docs/sdks/novu/README.md#triggerbroadcast ) - Broadcast event to all
374+ * [ TriggerBulk] ( docs/sdks/novu/README.md#triggerbulk ) - Bulk trigger event
375+
364376### [ Activity] ( docs/sdks/activity/README.md )
365377
366378* [ Track] ( docs/sdks/activity/README.md#track ) - Track activity and engagement events
367379
380+ ### [ ChannelConnections] ( docs/sdks/channelconnections/README.md )
381+
382+ * [ List] ( docs/sdks/channelconnections/README.md#list ) - List all channel connections
383+ * [ Create] ( docs/sdks/channelconnections/README.md#create ) - Create a channel connection
384+ * [ Retrieve] ( docs/sdks/channelconnections/README.md#retrieve ) - Retrieve a channel connection
385+ * [ Update] ( docs/sdks/channelconnections/README.md#update ) - Update a channel connection
386+ * [ Delete] ( docs/sdks/channelconnections/README.md#delete ) - Delete a channel connection
387+
388+ ### [ ChannelEndpoints] ( docs/sdks/channelendpoints/README.md )
389+
390+ * [ List] ( docs/sdks/channelendpoints/README.md#list ) - List all channel endpoints
391+ * [ Create] ( docs/sdks/channelendpoints/README.md#create ) - Create a channel endpoint
392+ * [ Retrieve] ( docs/sdks/channelendpoints/README.md#retrieve ) - Retrieve a channel endpoint
393+ * [ Update] ( docs/sdks/channelendpoints/README.md#update ) - Update a channel endpoint
394+ * [ Delete] ( docs/sdks/channelendpoints/README.md#delete ) - Delete a channel endpoint
395+
368396### [ Contexts] ( docs/sdks/contexts/README.md )
369397
370398* [ Create] ( docs/sdks/contexts/README.md#create ) - Create a context
@@ -390,6 +418,7 @@ func main() {
390418* [ IntegrationsControllerAutoConfigureIntegration] ( docs/sdks/integrations/README.md#integrationscontrollerautoconfigureintegration ) - Auto-configure an integration for inbound webhooks
391419* [ SetAsPrimary] ( docs/sdks/integrations/README.md#setasprimary ) - Update integration as primary
392420* [ ListActive] ( docs/sdks/integrations/README.md#listactive ) - List active integrations
421+ * [ GenerateChatOAuthURL] ( docs/sdks/integrations/README.md#generatechatoauthurl ) - Generate chat OAuth URL
393422
394423### [ Layouts] ( docs/sdks/layouts/README.md )
395424
@@ -413,13 +442,6 @@ func main() {
413442* [ List] ( docs/sdks/notifications/README.md#list ) - List all events
414443* [ Retrieve] ( docs/sdks/notifications/README.md#retrieve ) - Retrieve an event
415444
416- ### [ Novu SDK] ( docs/sdks/novu/README.md )
417-
418- * [ Trigger] ( docs/sdks/novu/README.md#trigger ) - Trigger event
419- * [ Cancel] ( docs/sdks/novu/README.md#cancel ) - Cancel triggered event
420- * [ TriggerBroadcast] ( docs/sdks/novu/README.md#triggerbroadcast ) - Broadcast event to all
421- * [ TriggerBulk] ( docs/sdks/novu/README.md#triggerbulk ) - Bulk trigger event
422-
423445### [ Subscribers] ( docs/sdks/subscribers/README.md )
424446
425447* [ Search] ( docs/sdks/subscribers/README.md#search ) - Search subscribers
@@ -477,6 +499,8 @@ func main() {
477499* [ List] ( docs/sdks/subscriptions/README.md#list ) - List topic subscriptions
478500* [ Create] ( docs/sdks/subscriptions/README.md#create ) - Create topic subscriptions
479501* [ Delete] ( docs/sdks/subscriptions/README.md#delete ) - Delete topic subscriptions
502+ * [ GetSubscription] ( docs/sdks/subscriptions/README.md#getsubscription ) - Get a topic subscription
503+ * [ Update] ( docs/sdks/subscriptions/README.md#update ) - Update a topic subscription
480504
481505### [ Translations] ( docs/sdks/translations/README.md )
482506
@@ -553,8 +577,8 @@ func main() {
553577 Actor: v3.Pointer (components.CreateActorStr (
554578 " <value>" ,
555579 )),
556- Context: map [string ]components.Context {
557- " key" : components.CreateContextStr (
580+ Context: map [string ]components.TriggerEventRequestDtoContext {
581+ " key" : components.CreateTriggerEventRequestDtoContextStr (
558582 " org-acme" ,
559583 ),
560584 },
@@ -624,8 +648,8 @@ func main() {
624648 Actor: v3.Pointer (components.CreateActorStr (
625649 " <value>" ,
626650 )),
627- Context: map [string ]components.Context {
628- " key" : components.CreateContextStr (
651+ Context: map [string ]components.TriggerEventRequestDtoContext {
652+ " key" : components.CreateTriggerEventRequestDtoContextStr (
629653 " org-acme" ,
630654 ),
631655 },
@@ -695,8 +719,8 @@ func main() {
695719 Actor: v3.Pointer (components.CreateActorStr (
696720 " <value>" ,
697721 )),
698- Context: map [string ]components.Context {
699- " key" : components.CreateContextStr (
722+ Context: map [string ]components.TriggerEventRequestDtoContext {
723+ " key" : components.CreateTriggerEventRequestDtoContextStr (
700724 " org-acme" ,
701725 ),
702726 },
@@ -791,8 +815,8 @@ func main() {
791815 Actor: v3.Pointer (components.CreateActorStr (
792816 " <value>" ,
793817 )),
794- Context: map [string ]components.Context {
795- " key" : components.CreateContextStr (
818+ Context: map [string ]components.TriggerEventRequestDtoContext {
819+ " key" : components.CreateTriggerEventRequestDtoContextStr (
796820 " org-acme" ,
797821 ),
798822 },
@@ -843,8 +867,8 @@ func main() {
843867 Actor: v3.Pointer (components.CreateActorStr (
844868 " <value>" ,
845869 )),
846- Context: map [string ]components.Context {
847- " key" : components.CreateContextStr (
870+ Context: map [string ]components.TriggerEventRequestDtoContext {
871+ " key" : components.CreateTriggerEventRequestDtoContextStr (
848872 " org-acme" ,
849873 ),
850874 },
0 commit comments