Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17698,6 +17698,8 @@ components:
- assertPageLacks
- assertRequests
- click
- drag
- drop
- extractFromJavascript
- extractFromEmailBody
- extractVariable
Expand Down Expand Up @@ -17728,6 +17730,8 @@ components:
- ASSERT_PAGE_LACKS
- ASSERT_REQUESTS
- CLICK
- DRAG
- DROP
- EXTRACT_FROM_JAVASCRIPT
- EXTRACT_FROM_EMAIL_BODY
- EXTRACT_VARIABLE
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog_api_client/v1/models/synthetics_step_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class SyntheticsStepType
ASSERT_PAGE_LACKS = "assertPageLacks".freeze
ASSERT_REQUESTS = "assertRequests".freeze
CLICK = "click".freeze
DRAG = "drag".freeze
DROP = "drop".freeze
EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody".freeze
EXTRACT_VARIABLE = "extractVariable".freeze
Expand Down
Loading