@@ -245,6 +245,8 @@ var AiNotificationsChannelTypeTypes = struct {
245245 SLACK_LEGACY AiNotificationsChannelType
246246 // Webhook channel type
247247 WEBHOOK AiNotificationsChannelType
248+ // Workflow Automation channel type
249+ WORKFLOW_AUTOMATION AiNotificationsChannelType
248250}{
249251 // Email channel type
250252 EMAIL: "EMAIL",
@@ -276,6 +278,8 @@ var AiNotificationsChannelTypeTypes = struct {
276278 SLACK_LEGACY: "SLACK_LEGACY",
277279 // Webhook channel type
278280 WEBHOOK: "WEBHOOK",
281+ // Workflow Automation channel type
282+ WORKFLOW_AUTOMATION: "WORKFLOW_AUTOMATION",
279283}
280284
281285// AiNotificationsDestinationStatus - Destination statuses
@@ -379,6 +383,8 @@ var AiNotificationsDestinationTypeTypes = struct {
379383 SLACK_LEGACY AiNotificationsDestinationType
380384 // WebHook destination type
381385 WEBHOOK AiNotificationsDestinationType
386+ // Workflow Automation destination type
387+ WORKFLOW_AUTOMATION AiNotificationsDestinationType
382388}{
383389 // Email destination type
384390 EMAIL: "EMAIL",
@@ -406,6 +412,8 @@ var AiNotificationsDestinationTypeTypes = struct {
406412 SLACK_LEGACY: "SLACK_LEGACY",
407413 // WebHook destination type
408414 WEBHOOK: "WEBHOOK",
415+ // Workflow Automation destination type
416+ WORKFLOW_AUTOMATION: "WORKFLOW_AUTOMATION",
409417}
410418
411419// AiNotificationsProduct - Product types
@@ -555,6 +563,8 @@ var AiWorkflowsDestinationTypeTypes = struct {
555563 SLACK_LEGACY AiWorkflowsDestinationType
556564 // Webhook Destination Configuration type
557565 WEBHOOK AiWorkflowsDestinationType
566+ // Workflow Automation Destination Configuration type
567+ WORKFLOW_AUTOMATION AiWorkflowsDestinationType
558568}{
559569 // Email Destination Configuration type
560570 EMAIL: "EMAIL",
@@ -582,6 +592,8 @@ var AiWorkflowsDestinationTypeTypes = struct {
582592 SLACK_LEGACY: "SLACK_LEGACY",
583593 // Webhook Destination Configuration type
584594 WEBHOOK: "WEBHOOK",
595+ // Workflow Automation Destination Configuration type
596+ WORKFLOW_AUTOMATION: "WORKFLOW_AUTOMATION",
585597}
586598
587599// AiWorkflowsEnrichmentType - Type of Enrichment
0 commit comments