Skip to content

Commit 03f1268

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add drag and drop as new synthetics browser step type (#3179)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 94cca47 commit 03f1268

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17712,6 +17712,8 @@ components:
1771217712
- assertPageLacks
1771317713
- assertRequests
1771417714
- click
17715+
- drag
17716+
- drop
1771517717
- extractFromJavascript
1771617718
- extractFromEmailBody
1771717719
- extractVariable
@@ -17742,6 +17744,8 @@ components:
1774217744
- ASSERT_PAGE_LACKS
1774317745
- ASSERT_REQUESTS
1774417746
- CLICK
17747+
- DRAG
17748+
- DROP
1774517749
- EXTRACT_FROM_JAVASCRIPT
1774617750
- EXTRACT_FROM_EMAIL_BODY
1774717751
- EXTRACT_VARIABLE

lib/datadog_api_client/v1/models/synthetics_step_type.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class SyntheticsStepType
3232
ASSERT_PAGE_LACKS = "assertPageLacks".freeze
3333
ASSERT_REQUESTS = "assertRequests".freeze
3434
CLICK = "click".freeze
35+
DRAG = "drag".freeze
36+
DROP = "drop".freeze
3537
EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
3638
EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody".freeze
3739
EXTRACT_VARIABLE = "extractVariable".freeze

0 commit comments

Comments
 (0)