From ab81e97b355b22b2f43f13cd8f658773739db69f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 19 Dec 2024 15:12:36 +0000 Subject: [PATCH] Single file specifications refresh (9ab76fa) --- generated/artifacts/openapi-reference/openapi.json | 7 +++++-- generated/artifacts/openapi-yaml/openapi/openapi.yaml | 3 +++ generated/artifacts/openapi/openapi.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/generated/artifacts/openapi-reference/openapi.json b/generated/artifacts/openapi-reference/openapi.json index 07e4428..7db0183 100644 --- a/generated/artifacts/openapi-reference/openapi.json +++ b/generated/artifacts/openapi-reference/openapi.json @@ -4036,7 +4036,8 @@ "report.awaiting_approval", "report.completed", "workflow_timeline_file.created", - "workflow_signed_evidence_file.created" + "workflow_signed_evidence_file.created", + "workflow_run_evidence_folder.created" ], "type": "string" }, @@ -4081,7 +4082,9 @@ "audit_log", "workflow_run", "workflow_task", - "watchlist_monitor" + "watchlist_monitor", + "workflow_timeline_file", + "workflow_run_evidence_folder" ], "type": "string" }, diff --git a/generated/artifacts/openapi-yaml/openapi/openapi.yaml b/generated/artifacts/openapi-yaml/openapi/openapi.yaml index a75404d..ab03bab 100644 --- a/generated/artifacts/openapi-yaml/openapi/openapi.yaml +++ b/generated/artifacts/openapi-yaml/openapi/openapi.yaml @@ -2957,6 +2957,7 @@ components: - report.completed - workflow_timeline_file.created - workflow_signed_evidence_file.created + - workflow_run_evidence_folder.created type: string webhook_response: properties: @@ -2994,6 +2995,8 @@ components: - workflow_run - workflow_task - watchlist_monitor + - workflow_timeline_file + - workflow_run_evidence_folder type: string webhook_update: properties: diff --git a/generated/artifacts/openapi/openapi.json b/generated/artifacts/openapi/openapi.json index 9d769b7..5682309 100644 --- a/generated/artifacts/openapi/openapi.json +++ b/generated/artifacts/openapi/openapi.json @@ -3706,7 +3706,7 @@ "type" : "object" }, "webhook_event_type" : { - "enum" : [ "audit_log.created", "watchlist_monitor.matches_updated", "workflow_run.completed", "workflow_task.started", "workflow_task.completed", "check.started", "check.reopened", "check.withdrawn", "check.completed", "check.form_completed", "report.withdrawn", "report.resumed", "report.cancelled", "report.awaiting_approval", "report.completed", "workflow_timeline_file.created", "workflow_signed_evidence_file.created" ], + "enum" : [ "audit_log.created", "watchlist_monitor.matches_updated", "workflow_run.completed", "workflow_task.started", "workflow_task.completed", "check.started", "check.reopened", "check.withdrawn", "check.completed", "check.form_completed", "report.withdrawn", "report.resumed", "report.cancelled", "report.awaiting_approval", "report.completed", "workflow_timeline_file.created", "workflow_signed_evidence_file.created", "workflow_run_evidence_folder.created" ], "type" : "string" }, "webhook_response" : { @@ -3744,7 +3744,7 @@ "required" : [ "url" ] }, "webhook_event_resource_type" : { - "enum" : [ "check", "report", "audit_log", "workflow_run", "workflow_task", "watchlist_monitor" ], + "enum" : [ "check", "report", "audit_log", "workflow_run", "workflow_task", "watchlist_monitor", "workflow_timeline_file", "workflow_run_evidence_folder" ], "type" : "string" }, "webhook_update" : {