@automate.ax/integration-contracts 0.115.2 → 0.115.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,77 +4,7 @@ export declare const CLOUDFLARE_EVENT_SCHEMA: z.ZodObject<{
4
4
  accountId: z.ZodOptional<z.ZodString>;
5
5
  alertCorrelationId: z.ZodOptional<z.ZodString>;
6
6
  alertEvent: z.ZodOptional<z.ZodString>;
7
- alertType: z.ZodEnum<{
8
- abuse_report_alert: "abuse_report_alert";
9
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
10
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
11
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
12
- advanced_http_alert_error: "advanced_http_alert_error";
13
- bgp_hijack_notification: "bgp_hijack_notification";
14
- billing_usage_alert: "billing_usage_alert";
15
- block_notification_block_removed: "block_notification_block_removed";
16
- block_notification_new_block: "block_notification_new_block";
17
- block_notification_review_rejected: "block_notification_review_rejected";
18
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
19
- brand_protection_alert: "brand_protection_alert";
20
- brand_protection_digest: "brand_protection_digest";
21
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
22
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
23
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
24
- cni_maintenance_notification: "cni_maintenance_notification";
25
- custom_analytics: "custom_analytics";
26
- custom_bot_detection_alert: "custom_bot_detection_alert";
27
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
28
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
29
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
30
- dos_attack_l4: "dos_attack_l4";
31
- dos_attack_l7: "dos_attack_l7";
32
- expiring_service_token_alert: "expiring_service_token_alert";
33
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
34
- fbm_auto_advertisement: "fbm_auto_advertisement";
35
- fbm_dosd_attack: "fbm_dosd_attack";
36
- fbm_volumetric_attack: "fbm_volumetric_attack";
37
- health_check_status_notification: "health_check_status_notification";
38
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
39
- http_alert_edge_error: "http_alert_edge_error";
40
- http_alert_origin_error: "http_alert_origin_error";
41
- image_notification: "image_notification";
42
- image_resizing_notification: "image_resizing_notification";
43
- incident_alert: "incident_alert";
44
- load_balancing_health_alert: "load_balancing_health_alert";
45
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
46
- logo_match_alert: "logo_match_alert";
47
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
48
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
49
- maintenance_event_notification: "maintenance_event_notification";
50
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
51
- pages_event_alert: "pages_event_alert";
52
- radar_notification: "radar_notification";
53
- real_origin_monitoring: "real_origin_monitoring";
54
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
55
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
56
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
57
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
58
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
59
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
60
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
61
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
62
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
63
- secondary_dns_warning: "secondary_dns_warning";
64
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
65
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
66
- security_insights_alert: "security_insights_alert";
67
- sentinel_alert: "sentinel_alert";
68
- stream_live_notifications: "stream_live_notifications";
69
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
70
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
71
- traffic_anomalies_alert: "traffic_anomalies_alert";
72
- tunnel_health_event: "tunnel_health_event";
73
- tunnel_update_event: "tunnel_update_event";
74
- universal_ssl_event_type: "universal_ssl_event_type";
75
- web_analytics_metrics_update: "web_analytics_metrics_update";
76
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
77
- }>;
7
+ alertType: z.ZodString;
78
8
  data: z.ZodPrefault<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodCustom<import("@automate.ax/codec").Encodable, import("@automate.ax/codec").Encodable>>>>;
79
9
  name: z.ZodOptional<z.ZodString>;
80
10
  policyId: z.ZodOptional<z.ZodString>;
@@ -221,77 +151,7 @@ export declare const CLOUDFLARE_ACCESS_CERTIFICATE_EVENT_SCHEMA: z.ZodObject<{
221
151
  }, z.core.$strip>;
222
152
  export declare const CLOUDFLARE_TRIGGER_CONFIG_SCHEMA: z.ZodObject<{
223
153
  accountId: z.ZodString;
224
- alertTypes: z.ZodArray<z.ZodEnum<{
225
- abuse_report_alert: "abuse_report_alert";
226
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
227
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
228
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
229
- advanced_http_alert_error: "advanced_http_alert_error";
230
- bgp_hijack_notification: "bgp_hijack_notification";
231
- billing_usage_alert: "billing_usage_alert";
232
- block_notification_block_removed: "block_notification_block_removed";
233
- block_notification_new_block: "block_notification_new_block";
234
- block_notification_review_rejected: "block_notification_review_rejected";
235
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
236
- brand_protection_alert: "brand_protection_alert";
237
- brand_protection_digest: "brand_protection_digest";
238
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
239
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
240
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
241
- cni_maintenance_notification: "cni_maintenance_notification";
242
- custom_analytics: "custom_analytics";
243
- custom_bot_detection_alert: "custom_bot_detection_alert";
244
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
245
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
246
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
247
- dos_attack_l4: "dos_attack_l4";
248
- dos_attack_l7: "dos_attack_l7";
249
- expiring_service_token_alert: "expiring_service_token_alert";
250
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
251
- fbm_auto_advertisement: "fbm_auto_advertisement";
252
- fbm_dosd_attack: "fbm_dosd_attack";
253
- fbm_volumetric_attack: "fbm_volumetric_attack";
254
- health_check_status_notification: "health_check_status_notification";
255
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
256
- http_alert_edge_error: "http_alert_edge_error";
257
- http_alert_origin_error: "http_alert_origin_error";
258
- image_notification: "image_notification";
259
- image_resizing_notification: "image_resizing_notification";
260
- incident_alert: "incident_alert";
261
- load_balancing_health_alert: "load_balancing_health_alert";
262
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
263
- logo_match_alert: "logo_match_alert";
264
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
265
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
266
- maintenance_event_notification: "maintenance_event_notification";
267
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
268
- pages_event_alert: "pages_event_alert";
269
- radar_notification: "radar_notification";
270
- real_origin_monitoring: "real_origin_monitoring";
271
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
272
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
273
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
274
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
275
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
276
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
277
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
278
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
279
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
280
- secondary_dns_warning: "secondary_dns_warning";
281
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
282
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
283
- security_insights_alert: "security_insights_alert";
284
- sentinel_alert: "sentinel_alert";
285
- stream_live_notifications: "stream_live_notifications";
286
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
287
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
288
- traffic_anomalies_alert: "traffic_anomalies_alert";
289
- tunnel_health_event: "tunnel_health_event";
290
- tunnel_update_event: "tunnel_update_event";
291
- universal_ssl_event_type: "universal_ssl_event_type";
292
- web_analytics_metrics_update: "web_analytics_metrics_update";
293
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
294
- }>>;
154
+ alertTypes: z.ZodArray<z.ZodString>;
295
155
  filters: z.ZodOptional<z.ZodObject<{
296
156
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
297
157
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -347,77 +207,7 @@ export declare const cloudflareTriggerContracts: {
347
207
  readonly "cloudflare.accessCertificate.expiring": {
348
208
  readonly configSchema: z.ZodObject<{
349
209
  accountId: z.ZodString;
350
- alertTypes: z.ZodArray<z.ZodEnum<{
351
- abuse_report_alert: "abuse_report_alert";
352
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
353
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
354
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
355
- advanced_http_alert_error: "advanced_http_alert_error";
356
- bgp_hijack_notification: "bgp_hijack_notification";
357
- billing_usage_alert: "billing_usage_alert";
358
- block_notification_block_removed: "block_notification_block_removed";
359
- block_notification_new_block: "block_notification_new_block";
360
- block_notification_review_rejected: "block_notification_review_rejected";
361
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
362
- brand_protection_alert: "brand_protection_alert";
363
- brand_protection_digest: "brand_protection_digest";
364
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
365
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
366
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
367
- cni_maintenance_notification: "cni_maintenance_notification";
368
- custom_analytics: "custom_analytics";
369
- custom_bot_detection_alert: "custom_bot_detection_alert";
370
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
371
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
372
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
373
- dos_attack_l4: "dos_attack_l4";
374
- dos_attack_l7: "dos_attack_l7";
375
- expiring_service_token_alert: "expiring_service_token_alert";
376
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
377
- fbm_auto_advertisement: "fbm_auto_advertisement";
378
- fbm_dosd_attack: "fbm_dosd_attack";
379
- fbm_volumetric_attack: "fbm_volumetric_attack";
380
- health_check_status_notification: "health_check_status_notification";
381
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
382
- http_alert_edge_error: "http_alert_edge_error";
383
- http_alert_origin_error: "http_alert_origin_error";
384
- image_notification: "image_notification";
385
- image_resizing_notification: "image_resizing_notification";
386
- incident_alert: "incident_alert";
387
- load_balancing_health_alert: "load_balancing_health_alert";
388
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
389
- logo_match_alert: "logo_match_alert";
390
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
391
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
392
- maintenance_event_notification: "maintenance_event_notification";
393
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
394
- pages_event_alert: "pages_event_alert";
395
- radar_notification: "radar_notification";
396
- real_origin_monitoring: "real_origin_monitoring";
397
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
398
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
399
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
400
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
401
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
402
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
403
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
404
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
405
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
406
- secondary_dns_warning: "secondary_dns_warning";
407
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
408
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
409
- security_insights_alert: "security_insights_alert";
410
- sentinel_alert: "sentinel_alert";
411
- stream_live_notifications: "stream_live_notifications";
412
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
413
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
414
- traffic_anomalies_alert: "traffic_anomalies_alert";
415
- tunnel_health_event: "tunnel_health_event";
416
- tunnel_update_event: "tunnel_update_event";
417
- universal_ssl_event_type: "universal_ssl_event_type";
418
- web_analytics_metrics_update: "web_analytics_metrics_update";
419
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
420
- }>>;
210
+ alertTypes: z.ZodArray<z.ZodString>;
421
211
  filters: z.ZodOptional<z.ZodObject<{
422
212
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
423
213
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -493,77 +283,7 @@ export declare const cloudflareTriggerContracts: {
493
283
  readonly "cloudflare.layer4DdosAttack": {
494
284
  readonly configSchema: z.ZodObject<{
495
285
  accountId: z.ZodString;
496
- alertTypes: z.ZodArray<z.ZodEnum<{
497
- abuse_report_alert: "abuse_report_alert";
498
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
499
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
500
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
501
- advanced_http_alert_error: "advanced_http_alert_error";
502
- bgp_hijack_notification: "bgp_hijack_notification";
503
- billing_usage_alert: "billing_usage_alert";
504
- block_notification_block_removed: "block_notification_block_removed";
505
- block_notification_new_block: "block_notification_new_block";
506
- block_notification_review_rejected: "block_notification_review_rejected";
507
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
508
- brand_protection_alert: "brand_protection_alert";
509
- brand_protection_digest: "brand_protection_digest";
510
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
511
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
512
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
513
- cni_maintenance_notification: "cni_maintenance_notification";
514
- custom_analytics: "custom_analytics";
515
- custom_bot_detection_alert: "custom_bot_detection_alert";
516
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
517
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
518
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
519
- dos_attack_l4: "dos_attack_l4";
520
- dos_attack_l7: "dos_attack_l7";
521
- expiring_service_token_alert: "expiring_service_token_alert";
522
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
523
- fbm_auto_advertisement: "fbm_auto_advertisement";
524
- fbm_dosd_attack: "fbm_dosd_attack";
525
- fbm_volumetric_attack: "fbm_volumetric_attack";
526
- health_check_status_notification: "health_check_status_notification";
527
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
528
- http_alert_edge_error: "http_alert_edge_error";
529
- http_alert_origin_error: "http_alert_origin_error";
530
- image_notification: "image_notification";
531
- image_resizing_notification: "image_resizing_notification";
532
- incident_alert: "incident_alert";
533
- load_balancing_health_alert: "load_balancing_health_alert";
534
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
535
- logo_match_alert: "logo_match_alert";
536
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
537
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
538
- maintenance_event_notification: "maintenance_event_notification";
539
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
540
- pages_event_alert: "pages_event_alert";
541
- radar_notification: "radar_notification";
542
- real_origin_monitoring: "real_origin_monitoring";
543
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
544
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
545
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
546
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
547
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
548
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
549
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
550
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
551
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
552
- secondary_dns_warning: "secondary_dns_warning";
553
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
554
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
555
- security_insights_alert: "security_insights_alert";
556
- sentinel_alert: "sentinel_alert";
557
- stream_live_notifications: "stream_live_notifications";
558
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
559
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
560
- traffic_anomalies_alert: "traffic_anomalies_alert";
561
- tunnel_health_event: "tunnel_health_event";
562
- tunnel_update_event: "tunnel_update_event";
563
- universal_ssl_event_type: "universal_ssl_event_type";
564
- web_analytics_metrics_update: "web_analytics_metrics_update";
565
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
566
- }>>;
286
+ alertTypes: z.ZodArray<z.ZodString>;
567
287
  filters: z.ZodOptional<z.ZodObject<{
568
288
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
569
289
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -652,77 +372,7 @@ export declare const cloudflareTriggerContracts: {
652
372
  readonly "cloudflare.layer7DdosAttack": {
653
373
  readonly configSchema: z.ZodObject<{
654
374
  accountId: z.ZodString;
655
- alertTypes: z.ZodArray<z.ZodEnum<{
656
- abuse_report_alert: "abuse_report_alert";
657
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
658
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
659
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
660
- advanced_http_alert_error: "advanced_http_alert_error";
661
- bgp_hijack_notification: "bgp_hijack_notification";
662
- billing_usage_alert: "billing_usage_alert";
663
- block_notification_block_removed: "block_notification_block_removed";
664
- block_notification_new_block: "block_notification_new_block";
665
- block_notification_review_rejected: "block_notification_review_rejected";
666
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
667
- brand_protection_alert: "brand_protection_alert";
668
- brand_protection_digest: "brand_protection_digest";
669
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
670
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
671
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
672
- cni_maintenance_notification: "cni_maintenance_notification";
673
- custom_analytics: "custom_analytics";
674
- custom_bot_detection_alert: "custom_bot_detection_alert";
675
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
676
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
677
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
678
- dos_attack_l4: "dos_attack_l4";
679
- dos_attack_l7: "dos_attack_l7";
680
- expiring_service_token_alert: "expiring_service_token_alert";
681
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
682
- fbm_auto_advertisement: "fbm_auto_advertisement";
683
- fbm_dosd_attack: "fbm_dosd_attack";
684
- fbm_volumetric_attack: "fbm_volumetric_attack";
685
- health_check_status_notification: "health_check_status_notification";
686
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
687
- http_alert_edge_error: "http_alert_edge_error";
688
- http_alert_origin_error: "http_alert_origin_error";
689
- image_notification: "image_notification";
690
- image_resizing_notification: "image_resizing_notification";
691
- incident_alert: "incident_alert";
692
- load_balancing_health_alert: "load_balancing_health_alert";
693
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
694
- logo_match_alert: "logo_match_alert";
695
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
696
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
697
- maintenance_event_notification: "maintenance_event_notification";
698
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
699
- pages_event_alert: "pages_event_alert";
700
- radar_notification: "radar_notification";
701
- real_origin_monitoring: "real_origin_monitoring";
702
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
703
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
704
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
705
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
706
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
707
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
708
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
709
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
710
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
711
- secondary_dns_warning: "secondary_dns_warning";
712
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
713
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
714
- security_insights_alert: "security_insights_alert";
715
- sentinel_alert: "sentinel_alert";
716
- stream_live_notifications: "stream_live_notifications";
717
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
718
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
719
- traffic_anomalies_alert: "traffic_anomalies_alert";
720
- tunnel_health_event: "tunnel_health_event";
721
- tunnel_update_event: "tunnel_update_event";
722
- universal_ssl_event_type: "universal_ssl_event_type";
723
- web_analytics_metrics_update: "web_analytics_metrics_update";
724
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
725
- }>>;
375
+ alertTypes: z.ZodArray<z.ZodString>;
726
376
  filters: z.ZodOptional<z.ZodObject<{
727
377
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
728
378
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -809,77 +459,7 @@ export declare const cloudflareTriggerContracts: {
809
459
  readonly "cloudflare.notification": {
810
460
  readonly configSchema: z.ZodObject<{
811
461
  accountId: z.ZodString;
812
- alertTypes: z.ZodArray<z.ZodEnum<{
813
- abuse_report_alert: "abuse_report_alert";
814
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
815
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
816
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
817
- advanced_http_alert_error: "advanced_http_alert_error";
818
- bgp_hijack_notification: "bgp_hijack_notification";
819
- billing_usage_alert: "billing_usage_alert";
820
- block_notification_block_removed: "block_notification_block_removed";
821
- block_notification_new_block: "block_notification_new_block";
822
- block_notification_review_rejected: "block_notification_review_rejected";
823
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
824
- brand_protection_alert: "brand_protection_alert";
825
- brand_protection_digest: "brand_protection_digest";
826
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
827
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
828
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
829
- cni_maintenance_notification: "cni_maintenance_notification";
830
- custom_analytics: "custom_analytics";
831
- custom_bot_detection_alert: "custom_bot_detection_alert";
832
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
833
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
834
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
835
- dos_attack_l4: "dos_attack_l4";
836
- dos_attack_l7: "dos_attack_l7";
837
- expiring_service_token_alert: "expiring_service_token_alert";
838
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
839
- fbm_auto_advertisement: "fbm_auto_advertisement";
840
- fbm_dosd_attack: "fbm_dosd_attack";
841
- fbm_volumetric_attack: "fbm_volumetric_attack";
842
- health_check_status_notification: "health_check_status_notification";
843
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
844
- http_alert_edge_error: "http_alert_edge_error";
845
- http_alert_origin_error: "http_alert_origin_error";
846
- image_notification: "image_notification";
847
- image_resizing_notification: "image_resizing_notification";
848
- incident_alert: "incident_alert";
849
- load_balancing_health_alert: "load_balancing_health_alert";
850
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
851
- logo_match_alert: "logo_match_alert";
852
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
853
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
854
- maintenance_event_notification: "maintenance_event_notification";
855
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
856
- pages_event_alert: "pages_event_alert";
857
- radar_notification: "radar_notification";
858
- real_origin_monitoring: "real_origin_monitoring";
859
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
860
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
861
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
862
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
863
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
864
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
865
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
866
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
867
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
868
- secondary_dns_warning: "secondary_dns_warning";
869
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
870
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
871
- security_insights_alert: "security_insights_alert";
872
- sentinel_alert: "sentinel_alert";
873
- stream_live_notifications: "stream_live_notifications";
874
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
875
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
876
- traffic_anomalies_alert: "traffic_anomalies_alert";
877
- tunnel_health_event: "tunnel_health_event";
878
- tunnel_update_event: "tunnel_update_event";
879
- universal_ssl_event_type: "universal_ssl_event_type";
880
- web_analytics_metrics_update: "web_analytics_metrics_update";
881
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
882
- }>>;
462
+ alertTypes: z.ZodArray<z.ZodString>;
883
463
  filters: z.ZodOptional<z.ZodObject<{
884
464
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
885
465
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -935,77 +515,7 @@ export declare const cloudflareTriggerContracts: {
935
515
  accountId: z.ZodOptional<z.ZodString>;
936
516
  alertCorrelationId: z.ZodOptional<z.ZodString>;
937
517
  alertEvent: z.ZodOptional<z.ZodString>;
938
- alertType: z.ZodEnum<{
939
- abuse_report_alert: "abuse_report_alert";
940
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
941
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
942
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
943
- advanced_http_alert_error: "advanced_http_alert_error";
944
- bgp_hijack_notification: "bgp_hijack_notification";
945
- billing_usage_alert: "billing_usage_alert";
946
- block_notification_block_removed: "block_notification_block_removed";
947
- block_notification_new_block: "block_notification_new_block";
948
- block_notification_review_rejected: "block_notification_review_rejected";
949
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
950
- brand_protection_alert: "brand_protection_alert";
951
- brand_protection_digest: "brand_protection_digest";
952
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
953
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
954
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
955
- cni_maintenance_notification: "cni_maintenance_notification";
956
- custom_analytics: "custom_analytics";
957
- custom_bot_detection_alert: "custom_bot_detection_alert";
958
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
959
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
960
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
961
- dos_attack_l4: "dos_attack_l4";
962
- dos_attack_l7: "dos_attack_l7";
963
- expiring_service_token_alert: "expiring_service_token_alert";
964
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
965
- fbm_auto_advertisement: "fbm_auto_advertisement";
966
- fbm_dosd_attack: "fbm_dosd_attack";
967
- fbm_volumetric_attack: "fbm_volumetric_attack";
968
- health_check_status_notification: "health_check_status_notification";
969
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
970
- http_alert_edge_error: "http_alert_edge_error";
971
- http_alert_origin_error: "http_alert_origin_error";
972
- image_notification: "image_notification";
973
- image_resizing_notification: "image_resizing_notification";
974
- incident_alert: "incident_alert";
975
- load_balancing_health_alert: "load_balancing_health_alert";
976
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
977
- logo_match_alert: "logo_match_alert";
978
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
979
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
980
- maintenance_event_notification: "maintenance_event_notification";
981
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
982
- pages_event_alert: "pages_event_alert";
983
- radar_notification: "radar_notification";
984
- real_origin_monitoring: "real_origin_monitoring";
985
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
986
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
987
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
988
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
989
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
990
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
991
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
992
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
993
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
994
- secondary_dns_warning: "secondary_dns_warning";
995
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
996
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
997
- security_insights_alert: "security_insights_alert";
998
- sentinel_alert: "sentinel_alert";
999
- stream_live_notifications: "stream_live_notifications";
1000
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
1001
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
1002
- traffic_anomalies_alert: "traffic_anomalies_alert";
1003
- tunnel_health_event: "tunnel_health_event";
1004
- tunnel_update_event: "tunnel_update_event";
1005
- universal_ssl_event_type: "universal_ssl_event_type";
1006
- web_analytics_metrics_update: "web_analytics_metrics_update";
1007
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
1008
- }>;
518
+ alertType: z.ZodString;
1009
519
  data: z.ZodPrefault<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodCustom<import("@automate.ax/codec").Encodable, import("@automate.ax/codec").Encodable>>>>;
1010
520
  name: z.ZodOptional<z.ZodString>;
1011
521
  policyId: z.ZodOptional<z.ZodString>;
@@ -1017,77 +527,7 @@ export declare const cloudflareTriggerContracts: {
1017
527
  readonly "cloudflare.originHealthCheckStatusChanged": {
1018
528
  readonly configSchema: z.ZodObject<{
1019
529
  accountId: z.ZodString;
1020
- alertTypes: z.ZodArray<z.ZodEnum<{
1021
- abuse_report_alert: "abuse_report_alert";
1022
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
1023
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
1024
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
1025
- advanced_http_alert_error: "advanced_http_alert_error";
1026
- bgp_hijack_notification: "bgp_hijack_notification";
1027
- billing_usage_alert: "billing_usage_alert";
1028
- block_notification_block_removed: "block_notification_block_removed";
1029
- block_notification_new_block: "block_notification_new_block";
1030
- block_notification_review_rejected: "block_notification_review_rejected";
1031
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
1032
- brand_protection_alert: "brand_protection_alert";
1033
- brand_protection_digest: "brand_protection_digest";
1034
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
1035
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
1036
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
1037
- cni_maintenance_notification: "cni_maintenance_notification";
1038
- custom_analytics: "custom_analytics";
1039
- custom_bot_detection_alert: "custom_bot_detection_alert";
1040
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
1041
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
1042
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
1043
- dos_attack_l4: "dos_attack_l4";
1044
- dos_attack_l7: "dos_attack_l7";
1045
- expiring_service_token_alert: "expiring_service_token_alert";
1046
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
1047
- fbm_auto_advertisement: "fbm_auto_advertisement";
1048
- fbm_dosd_attack: "fbm_dosd_attack";
1049
- fbm_volumetric_attack: "fbm_volumetric_attack";
1050
- health_check_status_notification: "health_check_status_notification";
1051
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
1052
- http_alert_edge_error: "http_alert_edge_error";
1053
- http_alert_origin_error: "http_alert_origin_error";
1054
- image_notification: "image_notification";
1055
- image_resizing_notification: "image_resizing_notification";
1056
- incident_alert: "incident_alert";
1057
- load_balancing_health_alert: "load_balancing_health_alert";
1058
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
1059
- logo_match_alert: "logo_match_alert";
1060
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
1061
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
1062
- maintenance_event_notification: "maintenance_event_notification";
1063
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
1064
- pages_event_alert: "pages_event_alert";
1065
- radar_notification: "radar_notification";
1066
- real_origin_monitoring: "real_origin_monitoring";
1067
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
1068
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
1069
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
1070
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
1071
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
1072
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
1073
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
1074
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
1075
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
1076
- secondary_dns_warning: "secondary_dns_warning";
1077
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
1078
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
1079
- security_insights_alert: "security_insights_alert";
1080
- sentinel_alert: "sentinel_alert";
1081
- stream_live_notifications: "stream_live_notifications";
1082
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
1083
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
1084
- traffic_anomalies_alert: "traffic_anomalies_alert";
1085
- tunnel_health_event: "tunnel_health_event";
1086
- tunnel_update_event: "tunnel_update_event";
1087
- universal_ssl_event_type: "universal_ssl_event_type";
1088
- web_analytics_metrics_update: "web_analytics_metrics_update";
1089
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
1090
- }>>;
530
+ alertTypes: z.ZodArray<z.ZodString>;
1091
531
  filters: z.ZodOptional<z.ZodObject<{
1092
532
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1093
533
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1170,77 +610,7 @@ export declare const cloudflareTriggerContracts: {
1170
610
  readonly "cloudflare.sslCertificate.event": {
1171
611
  readonly configSchema: z.ZodObject<{
1172
612
  accountId: z.ZodString;
1173
- alertTypes: z.ZodArray<z.ZodEnum<{
1174
- abuse_report_alert: "abuse_report_alert";
1175
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
1176
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
1177
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
1178
- advanced_http_alert_error: "advanced_http_alert_error";
1179
- bgp_hijack_notification: "bgp_hijack_notification";
1180
- billing_usage_alert: "billing_usage_alert";
1181
- block_notification_block_removed: "block_notification_block_removed";
1182
- block_notification_new_block: "block_notification_new_block";
1183
- block_notification_review_rejected: "block_notification_review_rejected";
1184
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
1185
- brand_protection_alert: "brand_protection_alert";
1186
- brand_protection_digest: "brand_protection_digest";
1187
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
1188
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
1189
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
1190
- cni_maintenance_notification: "cni_maintenance_notification";
1191
- custom_analytics: "custom_analytics";
1192
- custom_bot_detection_alert: "custom_bot_detection_alert";
1193
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
1194
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
1195
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
1196
- dos_attack_l4: "dos_attack_l4";
1197
- dos_attack_l7: "dos_attack_l7";
1198
- expiring_service_token_alert: "expiring_service_token_alert";
1199
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
1200
- fbm_auto_advertisement: "fbm_auto_advertisement";
1201
- fbm_dosd_attack: "fbm_dosd_attack";
1202
- fbm_volumetric_attack: "fbm_volumetric_attack";
1203
- health_check_status_notification: "health_check_status_notification";
1204
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
1205
- http_alert_edge_error: "http_alert_edge_error";
1206
- http_alert_origin_error: "http_alert_origin_error";
1207
- image_notification: "image_notification";
1208
- image_resizing_notification: "image_resizing_notification";
1209
- incident_alert: "incident_alert";
1210
- load_balancing_health_alert: "load_balancing_health_alert";
1211
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
1212
- logo_match_alert: "logo_match_alert";
1213
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
1214
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
1215
- maintenance_event_notification: "maintenance_event_notification";
1216
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
1217
- pages_event_alert: "pages_event_alert";
1218
- radar_notification: "radar_notification";
1219
- real_origin_monitoring: "real_origin_monitoring";
1220
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
1221
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
1222
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
1223
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
1224
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
1225
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
1226
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
1227
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
1228
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
1229
- secondary_dns_warning: "secondary_dns_warning";
1230
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
1231
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
1232
- security_insights_alert: "security_insights_alert";
1233
- sentinel_alert: "sentinel_alert";
1234
- stream_live_notifications: "stream_live_notifications";
1235
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
1236
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
1237
- traffic_anomalies_alert: "traffic_anomalies_alert";
1238
- tunnel_health_event: "tunnel_health_event";
1239
- tunnel_update_event: "tunnel_update_event";
1240
- universal_ssl_event_type: "universal_ssl_event_type";
1241
- web_analytics_metrics_update: "web_analytics_metrics_update";
1242
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
1243
- }>>;
613
+ alertTypes: z.ZodArray<z.ZodString>;
1244
614
  filters: z.ZodOptional<z.ZodObject<{
1245
615
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
1246
616
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -1327,7 +697,7 @@ export declare const cloudflareTriggerContracts: {
1327
697
  * @param expectedAlertType - Alert type owned by the authenticated source.
1328
698
  */
1329
699
  export declare function normalizeCloudflareEvent(value: unknown, expectedAlertType?: z.output<typeof CLOUDFLARE_ALERT_TYPE_SCHEMA>): {
1330
- alertType: "abuse_report_alert" | "access_custom_certificate_expiration_type" | "advanced_ddos_attack_l4_alert" | "advanced_ddos_attack_l7_alert" | "advanced_http_alert_error" | "bgp_hijack_notification" | "billing_usage_alert" | "block_notification_block_removed" | "block_notification_new_block" | "block_notification_review_rejected" | "bot_traffic_basic_alert" | "brand_protection_alert" | "brand_protection_digest" | "clickhouse_alert_fw_anomaly" | "clickhouse_alert_fw_ent_anomaly" | "cloudforce_one_request_notification" | "cni_maintenance_notification" | "custom_analytics" | "custom_bot_detection_alert" | "custom_ssl_certificate_event_type" | "dedicated_ssl_certificate_event_type" | "device_connectivity_anomaly_alert" | "dos_attack_l4" | "dos_attack_l7" | "expiring_service_token_alert" | "failing_logpush_job_disabled_alert" | "fbm_auto_advertisement" | "fbm_dosd_attack" | "fbm_volumetric_attack" | "health_check_status_notification" | "hostname_aop_custom_certificate_expiration_type" | "http_alert_edge_error" | "http_alert_origin_error" | "image_notification" | "image_resizing_notification" | "incident_alert" | "load_balancing_health_alert" | "load_balancing_pool_enablement_alert" | "logo_match_alert" | "magic_tunnel_health_check_event" | "magic_wan_tunnel_health" | "maintenance_event_notification" | "mtls_certificate_store_certificate_expiration_type" | "pages_event_alert" | "radar_notification" | "real_origin_monitoring" | "scriptmonitor_alert_new_code_change_detections" | "scriptmonitor_alert_new_hosts" | "scriptmonitor_alert_new_malicious_hosts" | "scriptmonitor_alert_new_malicious_scripts" | "scriptmonitor_alert_new_malicious_url" | "scriptmonitor_alert_new_max_length_resource_url" | "scriptmonitor_alert_new_resources" | "secondary_dns_all_primaries_failing" | "secondary_dns_primaries_failing" | "secondary_dns_warning" | "secondary_dns_zone_successfully_updated" | "secondary_dns_zone_validation_warning" | "security_insights_alert" | "sentinel_alert" | "stream_live_notifications" | "synthetic_test_latency_alert" | "synthetic_test_low_availability_alert" | "traffic_anomalies_alert" | "tunnel_health_event" | "tunnel_update_event" | "universal_ssl_event_type" | "web_analytics_metrics_update" | "zone_aop_custom_certificate_expiration_type";
700
+ alertType: string;
1331
701
  data: Record<string, import("@automate.ax/codec").Encodable>;
1332
702
  accountId?: string | undefined;
1333
703
  alertCorrelationId?: string | undefined;
@@ -213,77 +213,7 @@ export declare const CLOUDFLARE_HEALTH_CHECK_SCHEMA: z.ZodObject<{
213
213
  TCP: "TCP";
214
214
  }>>;
215
215
  }, z.core.$strip>;
216
- export declare const CLOUDFLARE_ALERT_TYPE_SCHEMA: z.ZodEnum<{
217
- abuse_report_alert: "abuse_report_alert";
218
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
219
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
220
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
221
- advanced_http_alert_error: "advanced_http_alert_error";
222
- bgp_hijack_notification: "bgp_hijack_notification";
223
- billing_usage_alert: "billing_usage_alert";
224
- block_notification_block_removed: "block_notification_block_removed";
225
- block_notification_new_block: "block_notification_new_block";
226
- block_notification_review_rejected: "block_notification_review_rejected";
227
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
228
- brand_protection_alert: "brand_protection_alert";
229
- brand_protection_digest: "brand_protection_digest";
230
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
231
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
232
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
233
- cni_maintenance_notification: "cni_maintenance_notification";
234
- custom_analytics: "custom_analytics";
235
- custom_bot_detection_alert: "custom_bot_detection_alert";
236
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
237
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
238
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
239
- dos_attack_l4: "dos_attack_l4";
240
- dos_attack_l7: "dos_attack_l7";
241
- expiring_service_token_alert: "expiring_service_token_alert";
242
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
243
- fbm_auto_advertisement: "fbm_auto_advertisement";
244
- fbm_dosd_attack: "fbm_dosd_attack";
245
- fbm_volumetric_attack: "fbm_volumetric_attack";
246
- health_check_status_notification: "health_check_status_notification";
247
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
248
- http_alert_edge_error: "http_alert_edge_error";
249
- http_alert_origin_error: "http_alert_origin_error";
250
- image_notification: "image_notification";
251
- image_resizing_notification: "image_resizing_notification";
252
- incident_alert: "incident_alert";
253
- load_balancing_health_alert: "load_balancing_health_alert";
254
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
255
- logo_match_alert: "logo_match_alert";
256
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
257
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
258
- maintenance_event_notification: "maintenance_event_notification";
259
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
260
- pages_event_alert: "pages_event_alert";
261
- radar_notification: "radar_notification";
262
- real_origin_monitoring: "real_origin_monitoring";
263
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
264
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
265
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
266
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
267
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
268
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
269
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
270
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
271
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
272
- secondary_dns_warning: "secondary_dns_warning";
273
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
274
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
275
- security_insights_alert: "security_insights_alert";
276
- sentinel_alert: "sentinel_alert";
277
- stream_live_notifications: "stream_live_notifications";
278
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
279
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
280
- traffic_anomalies_alert: "traffic_anomalies_alert";
281
- tunnel_health_event: "tunnel_health_event";
282
- tunnel_update_event: "tunnel_update_event";
283
- universal_ssl_event_type: "universal_ssl_event_type";
284
- web_analytics_metrics_update: "web_analytics_metrics_update";
285
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
286
- }>;
216
+ export declare const CLOUDFLARE_ALERT_TYPE_SCHEMA: z.ZodString;
287
217
  export declare const CLOUDFLARE_NOTIFICATION_FILTERS_SCHEMA: z.ZodObject<{
288
218
  actions: z.ZodOptional<z.ZodArray<z.ZodString>>;
289
219
  affectedAsns: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -347,77 +277,7 @@ export declare const CLOUDFLARE_NOTIFICATION_MECHANISMS_SCHEMA: z.ZodObject<{
347
277
  }, z.core.$strip>;
348
278
  export declare const CLOUDFLARE_NOTIFICATION_POLICY_SCHEMA: z.ZodObject<{
349
279
  alertInterval: z.ZodOptional<z.ZodString>;
350
- alertType: z.ZodEnum<{
351
- abuse_report_alert: "abuse_report_alert";
352
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
353
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
354
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
355
- advanced_http_alert_error: "advanced_http_alert_error";
356
- bgp_hijack_notification: "bgp_hijack_notification";
357
- billing_usage_alert: "billing_usage_alert";
358
- block_notification_block_removed: "block_notification_block_removed";
359
- block_notification_new_block: "block_notification_new_block";
360
- block_notification_review_rejected: "block_notification_review_rejected";
361
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
362
- brand_protection_alert: "brand_protection_alert";
363
- brand_protection_digest: "brand_protection_digest";
364
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
365
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
366
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
367
- cni_maintenance_notification: "cni_maintenance_notification";
368
- custom_analytics: "custom_analytics";
369
- custom_bot_detection_alert: "custom_bot_detection_alert";
370
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
371
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
372
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
373
- dos_attack_l4: "dos_attack_l4";
374
- dos_attack_l7: "dos_attack_l7";
375
- expiring_service_token_alert: "expiring_service_token_alert";
376
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
377
- fbm_auto_advertisement: "fbm_auto_advertisement";
378
- fbm_dosd_attack: "fbm_dosd_attack";
379
- fbm_volumetric_attack: "fbm_volumetric_attack";
380
- health_check_status_notification: "health_check_status_notification";
381
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
382
- http_alert_edge_error: "http_alert_edge_error";
383
- http_alert_origin_error: "http_alert_origin_error";
384
- image_notification: "image_notification";
385
- image_resizing_notification: "image_resizing_notification";
386
- incident_alert: "incident_alert";
387
- load_balancing_health_alert: "load_balancing_health_alert";
388
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
389
- logo_match_alert: "logo_match_alert";
390
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
391
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
392
- maintenance_event_notification: "maintenance_event_notification";
393
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
394
- pages_event_alert: "pages_event_alert";
395
- radar_notification: "radar_notification";
396
- real_origin_monitoring: "real_origin_monitoring";
397
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
398
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
399
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
400
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
401
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
402
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
403
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
404
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
405
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
406
- secondary_dns_warning: "secondary_dns_warning";
407
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
408
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
409
- security_insights_alert: "security_insights_alert";
410
- sentinel_alert: "sentinel_alert";
411
- stream_live_notifications: "stream_live_notifications";
412
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
413
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
414
- traffic_anomalies_alert: "traffic_anomalies_alert";
415
- tunnel_health_event: "tunnel_health_event";
416
- tunnel_update_event: "tunnel_update_event";
417
- universal_ssl_event_type: "universal_ssl_event_type";
418
- web_analytics_metrics_update: "web_analytics_metrics_update";
419
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
420
- }>;
280
+ alertType: z.ZodString;
421
281
  created: z.ZodOptional<z.ZodString>;
422
282
  description: z.ZodOptional<z.ZodString>;
423
283
  enabled: z.ZodBoolean;
@@ -490,77 +350,7 @@ export declare const CLOUDFLARE_AVAILABLE_ALERT_SCHEMA: z.ZodObject<{
490
350
  description: z.ZodOptional<z.ZodString>;
491
351
  displayName: z.ZodOptional<z.ZodString>;
492
352
  filterOptions: z.ZodOptional<z.ZodOptional<z.ZodCustom<import("@automate.ax/codec").Encodable, import("@automate.ax/codec").Encodable>>>;
493
- type: z.ZodEnum<{
494
- abuse_report_alert: "abuse_report_alert";
495
- access_custom_certificate_expiration_type: "access_custom_certificate_expiration_type";
496
- advanced_ddos_attack_l4_alert: "advanced_ddos_attack_l4_alert";
497
- advanced_ddos_attack_l7_alert: "advanced_ddos_attack_l7_alert";
498
- advanced_http_alert_error: "advanced_http_alert_error";
499
- bgp_hijack_notification: "bgp_hijack_notification";
500
- billing_usage_alert: "billing_usage_alert";
501
- block_notification_block_removed: "block_notification_block_removed";
502
- block_notification_new_block: "block_notification_new_block";
503
- block_notification_review_rejected: "block_notification_review_rejected";
504
- bot_traffic_basic_alert: "bot_traffic_basic_alert";
505
- brand_protection_alert: "brand_protection_alert";
506
- brand_protection_digest: "brand_protection_digest";
507
- clickhouse_alert_fw_anomaly: "clickhouse_alert_fw_anomaly";
508
- clickhouse_alert_fw_ent_anomaly: "clickhouse_alert_fw_ent_anomaly";
509
- cloudforce_one_request_notification: "cloudforce_one_request_notification";
510
- cni_maintenance_notification: "cni_maintenance_notification";
511
- custom_analytics: "custom_analytics";
512
- custom_bot_detection_alert: "custom_bot_detection_alert";
513
- custom_ssl_certificate_event_type: "custom_ssl_certificate_event_type";
514
- dedicated_ssl_certificate_event_type: "dedicated_ssl_certificate_event_type";
515
- device_connectivity_anomaly_alert: "device_connectivity_anomaly_alert";
516
- dos_attack_l4: "dos_attack_l4";
517
- dos_attack_l7: "dos_attack_l7";
518
- expiring_service_token_alert: "expiring_service_token_alert";
519
- failing_logpush_job_disabled_alert: "failing_logpush_job_disabled_alert";
520
- fbm_auto_advertisement: "fbm_auto_advertisement";
521
- fbm_dosd_attack: "fbm_dosd_attack";
522
- fbm_volumetric_attack: "fbm_volumetric_attack";
523
- health_check_status_notification: "health_check_status_notification";
524
- hostname_aop_custom_certificate_expiration_type: "hostname_aop_custom_certificate_expiration_type";
525
- http_alert_edge_error: "http_alert_edge_error";
526
- http_alert_origin_error: "http_alert_origin_error";
527
- image_notification: "image_notification";
528
- image_resizing_notification: "image_resizing_notification";
529
- incident_alert: "incident_alert";
530
- load_balancing_health_alert: "load_balancing_health_alert";
531
- load_balancing_pool_enablement_alert: "load_balancing_pool_enablement_alert";
532
- logo_match_alert: "logo_match_alert";
533
- magic_tunnel_health_check_event: "magic_tunnel_health_check_event";
534
- magic_wan_tunnel_health: "magic_wan_tunnel_health";
535
- maintenance_event_notification: "maintenance_event_notification";
536
- mtls_certificate_store_certificate_expiration_type: "mtls_certificate_store_certificate_expiration_type";
537
- pages_event_alert: "pages_event_alert";
538
- radar_notification: "radar_notification";
539
- real_origin_monitoring: "real_origin_monitoring";
540
- scriptmonitor_alert_new_code_change_detections: "scriptmonitor_alert_new_code_change_detections";
541
- scriptmonitor_alert_new_hosts: "scriptmonitor_alert_new_hosts";
542
- scriptmonitor_alert_new_malicious_hosts: "scriptmonitor_alert_new_malicious_hosts";
543
- scriptmonitor_alert_new_malicious_scripts: "scriptmonitor_alert_new_malicious_scripts";
544
- scriptmonitor_alert_new_malicious_url: "scriptmonitor_alert_new_malicious_url";
545
- scriptmonitor_alert_new_max_length_resource_url: "scriptmonitor_alert_new_max_length_resource_url";
546
- scriptmonitor_alert_new_resources: "scriptmonitor_alert_new_resources";
547
- secondary_dns_all_primaries_failing: "secondary_dns_all_primaries_failing";
548
- secondary_dns_primaries_failing: "secondary_dns_primaries_failing";
549
- secondary_dns_warning: "secondary_dns_warning";
550
- secondary_dns_zone_successfully_updated: "secondary_dns_zone_successfully_updated";
551
- secondary_dns_zone_validation_warning: "secondary_dns_zone_validation_warning";
552
- security_insights_alert: "security_insights_alert";
553
- sentinel_alert: "sentinel_alert";
554
- stream_live_notifications: "stream_live_notifications";
555
- synthetic_test_latency_alert: "synthetic_test_latency_alert";
556
- synthetic_test_low_availability_alert: "synthetic_test_low_availability_alert";
557
- traffic_anomalies_alert: "traffic_anomalies_alert";
558
- tunnel_health_event: "tunnel_health_event";
559
- tunnel_update_event: "tunnel_update_event";
560
- universal_ssl_event_type: "universal_ssl_event_type";
561
- web_analytics_metrics_update: "web_analytics_metrics_update";
562
- zone_aop_custom_certificate_expiration_type: "zone_aop_custom_certificate_expiration_type";
563
- }>;
353
+ type: z.ZodString;
564
354
  }, z.core.$strip>;
565
355
  export declare const CLOUDFLARE_NOTIFICATION_HISTORY_SCHEMA: z.ZodObject<{
566
356
  alertBody: z.ZodOptional<z.ZodString>;
@@ -148,77 +148,7 @@ export const CLOUDFLARE_HEALTH_CHECK_SCHEMA = z.object({
148
148
  timeout: z.number().int().nonnegative().optional(),
149
149
  type: z.enum(["HTTP", "HTTPS", "TCP"]).optional(),
150
150
  });
151
- export const CLOUDFLARE_ALERT_TYPE_SCHEMA = z.enum([
152
- "abuse_report_alert",
153
- "access_custom_certificate_expiration_type",
154
- "advanced_ddos_attack_l4_alert",
155
- "advanced_ddos_attack_l7_alert",
156
- "advanced_http_alert_error",
157
- "bgp_hijack_notification",
158
- "billing_usage_alert",
159
- "block_notification_block_removed",
160
- "block_notification_new_block",
161
- "block_notification_review_rejected",
162
- "bot_traffic_basic_alert",
163
- "brand_protection_alert",
164
- "brand_protection_digest",
165
- "clickhouse_alert_fw_anomaly",
166
- "clickhouse_alert_fw_ent_anomaly",
167
- "cloudforce_one_request_notification",
168
- "cni_maintenance_notification",
169
- "custom_analytics",
170
- "custom_bot_detection_alert",
171
- "custom_ssl_certificate_event_type",
172
- "dedicated_ssl_certificate_event_type",
173
- "device_connectivity_anomaly_alert",
174
- "dos_attack_l4",
175
- "dos_attack_l7",
176
- "expiring_service_token_alert",
177
- "failing_logpush_job_disabled_alert",
178
- "fbm_auto_advertisement",
179
- "fbm_dosd_attack",
180
- "fbm_volumetric_attack",
181
- "health_check_status_notification",
182
- "hostname_aop_custom_certificate_expiration_type",
183
- "http_alert_edge_error",
184
- "http_alert_origin_error",
185
- "image_notification",
186
- "image_resizing_notification",
187
- "incident_alert",
188
- "load_balancing_health_alert",
189
- "load_balancing_pool_enablement_alert",
190
- "logo_match_alert",
191
- "magic_tunnel_health_check_event",
192
- "magic_wan_tunnel_health",
193
- "maintenance_event_notification",
194
- "mtls_certificate_store_certificate_expiration_type",
195
- "pages_event_alert",
196
- "radar_notification",
197
- "real_origin_monitoring",
198
- "scriptmonitor_alert_new_code_change_detections",
199
- "scriptmonitor_alert_new_hosts",
200
- "scriptmonitor_alert_new_malicious_hosts",
201
- "scriptmonitor_alert_new_malicious_scripts",
202
- "scriptmonitor_alert_new_malicious_url",
203
- "scriptmonitor_alert_new_max_length_resource_url",
204
- "scriptmonitor_alert_new_resources",
205
- "secondary_dns_all_primaries_failing",
206
- "secondary_dns_primaries_failing",
207
- "secondary_dns_warning",
208
- "secondary_dns_zone_successfully_updated",
209
- "secondary_dns_zone_validation_warning",
210
- "security_insights_alert",
211
- "sentinel_alert",
212
- "stream_live_notifications",
213
- "synthetic_test_latency_alert",
214
- "synthetic_test_low_availability_alert",
215
- "traffic_anomalies_alert",
216
- "tunnel_health_event",
217
- "tunnel_update_event",
218
- "universal_ssl_event_type",
219
- "web_analytics_metrics_update",
220
- "zone_aop_custom_certificate_expiration_type",
221
- ]);
151
+ export const CLOUDFLARE_ALERT_TYPE_SCHEMA = z.string().trim().min(1);
222
152
  const STRING_FILTER_SCHEMA = z.string().min(1).array().min(1);
223
153
  export const CLOUDFLARE_NOTIFICATION_FILTERS_SCHEMA = z.object({
224
154
  actions: STRING_FILTER_SCHEMA.optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/integration-contracts",
3
- "version": "0.115.2",
3
+ "version": "0.115.4",
4
4
  "description": "Shared integration payload contracts and provider primitives for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@automate.ax/codec": "0.115.2",
54
+ "@automate.ax/codec": "0.115.4",
55
55
  "@cfworker/json-schema": "^4.1.1",
56
56
  "@googleapis/calendar": "^15.0.0",
57
57
  "@googleapis/forms": "^6.0.1",
@@ -159,77 +159,7 @@ export const CLOUDFLARE_HEALTH_CHECK_SCHEMA = z.object({
159
159
  type: z.enum(["HTTP", "HTTPS", "TCP"]).optional(),
160
160
  })
161
161
 
162
- export const CLOUDFLARE_ALERT_TYPE_SCHEMA = z.enum([
163
- "abuse_report_alert",
164
- "access_custom_certificate_expiration_type",
165
- "advanced_ddos_attack_l4_alert",
166
- "advanced_ddos_attack_l7_alert",
167
- "advanced_http_alert_error",
168
- "bgp_hijack_notification",
169
- "billing_usage_alert",
170
- "block_notification_block_removed",
171
- "block_notification_new_block",
172
- "block_notification_review_rejected",
173
- "bot_traffic_basic_alert",
174
- "brand_protection_alert",
175
- "brand_protection_digest",
176
- "clickhouse_alert_fw_anomaly",
177
- "clickhouse_alert_fw_ent_anomaly",
178
- "cloudforce_one_request_notification",
179
- "cni_maintenance_notification",
180
- "custom_analytics",
181
- "custom_bot_detection_alert",
182
- "custom_ssl_certificate_event_type",
183
- "dedicated_ssl_certificate_event_type",
184
- "device_connectivity_anomaly_alert",
185
- "dos_attack_l4",
186
- "dos_attack_l7",
187
- "expiring_service_token_alert",
188
- "failing_logpush_job_disabled_alert",
189
- "fbm_auto_advertisement",
190
- "fbm_dosd_attack",
191
- "fbm_volumetric_attack",
192
- "health_check_status_notification",
193
- "hostname_aop_custom_certificate_expiration_type",
194
- "http_alert_edge_error",
195
- "http_alert_origin_error",
196
- "image_notification",
197
- "image_resizing_notification",
198
- "incident_alert",
199
- "load_balancing_health_alert",
200
- "load_balancing_pool_enablement_alert",
201
- "logo_match_alert",
202
- "magic_tunnel_health_check_event",
203
- "magic_wan_tunnel_health",
204
- "maintenance_event_notification",
205
- "mtls_certificate_store_certificate_expiration_type",
206
- "pages_event_alert",
207
- "radar_notification",
208
- "real_origin_monitoring",
209
- "scriptmonitor_alert_new_code_change_detections",
210
- "scriptmonitor_alert_new_hosts",
211
- "scriptmonitor_alert_new_malicious_hosts",
212
- "scriptmonitor_alert_new_malicious_scripts",
213
- "scriptmonitor_alert_new_malicious_url",
214
- "scriptmonitor_alert_new_max_length_resource_url",
215
- "scriptmonitor_alert_new_resources",
216
- "secondary_dns_all_primaries_failing",
217
- "secondary_dns_primaries_failing",
218
- "secondary_dns_warning",
219
- "secondary_dns_zone_successfully_updated",
220
- "secondary_dns_zone_validation_warning",
221
- "security_insights_alert",
222
- "sentinel_alert",
223
- "stream_live_notifications",
224
- "synthetic_test_latency_alert",
225
- "synthetic_test_low_availability_alert",
226
- "traffic_anomalies_alert",
227
- "tunnel_health_event",
228
- "tunnel_update_event",
229
- "universal_ssl_event_type",
230
- "web_analytics_metrics_update",
231
- "zone_aop_custom_certificate_expiration_type",
232
- ])
162
+ export const CLOUDFLARE_ALERT_TYPE_SCHEMA = z.string().trim().min(1)
233
163
 
234
164
  const STRING_FILTER_SCHEMA = z.string().min(1).array().min(1)
235
165
  export const CLOUDFLARE_NOTIFICATION_FILTERS_SCHEMA = z.object({