@@ -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 >
0 commit comments