Skip to content

Commit

Permalink
Single file specifications refresh (9ab76fa)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 19, 2024
1 parent 9ab76fa commit ab81e97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -4081,7 +4082,9 @@
"audit_log",
"workflow_run",
"workflow_task",
"watchlist_monitor"
"watchlist_monitor",
"workflow_timeline_file",
"workflow_run_evidence_folder"
],
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -2994,6 +2995,8 @@ components:
- workflow_run
- workflow_task
- watchlist_monitor
- workflow_timeline_file
- workflow_run_evidence_folder
type: string
webhook_update:
properties:
Expand Down
4 changes: 2 additions & 2 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down Expand Up @@ -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" : {
Expand Down

0 comments on commit ab81e97

Please sign in to comment.