Skip to content

Commit

Permalink
chore(entities): fix drift with browserapplication properties from en…
Browse files Browse the repository at this point in the history
…tities package (#1186)
  • Loading branch information
pranav-new-relic authored Jul 3, 2024
1 parent 32c2e55 commit cb2e3bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/entities/entities_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/entities/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2728,6 +2728,8 @@ type AiWorkflowsDestinationConfiguration struct {
NotificationTriggers []AiWorkflowsNotificationTrigger `json:"notificationTriggers"`
// Type of the Destination Configuration
Type AiWorkflowsDestinationType `json:"type"`
// Update original notification message (Slack channels only)
UpdateOriginalMessage bool `json:"updateOriginalMessage,omitempty"`
}

// AiWorkflowsEnrichment - Makes it possible to augment the notification with additional data from the New Relic platform
Expand Down

0 comments on commit cb2e3bf

Please sign in to comment.