Skip to content

Commit

Permalink
chore(workflows): Updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
amaor-newrelic committed Aug 4, 2024
1 parent 9596da3 commit cbf6887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/workflows/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ var AiWorkflowsDestinationTypeTypes = struct {
PAGERDUTY_SERVICE_INTEGRATION AiWorkflowsDestinationType
// Service Now Destination Configuration type
SERVICE_NOW AiWorkflowsDestinationType
// ServiceNow official NewRelic app Configuration type
SERVICE_NOW_APP AiWorkflowsDestinationType
// Slack Destination Configuration type
SLACK AiWorkflowsDestinationType
// Slack legacy Destination Configuration type
Expand All @@ -110,6 +112,8 @@ var AiWorkflowsDestinationTypeTypes = struct {
PAGERDUTY_SERVICE_INTEGRATION: "PAGERDUTY_SERVICE_INTEGRATION",
// Service Now Destination Configuration type
SERVICE_NOW: "SERVICE_NOW",
// ServiceNow official NewRelic app Configuration type
SERVICE_NOW_APP: "SERVICE_NOW_APP",
// Slack Destination Configuration type
SLACK: "SLACK",
// Slack legacy Destination Configuration type
Expand Down Expand Up @@ -497,6 +501,8 @@ type AiWorkflowsFilters struct {
EnrichmentId string `json:"enrichmentId,omitempty"`
// filterId
FilterId string `json:"filterId,omitempty"`
// guid
GUID EntityGUID `json:"guid,omitempty"`
// id
ID string `json:"id,omitempty"`
// name
Expand Down

0 comments on commit cbf6887

Please sign in to comment.