Skip to content

Commit 4e80705

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 71cca80 of spec repo
1 parent 51dd2bf commit 4e80705

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17698,6 +17698,8 @@ components:
1769817698
- assertPageLacks
1769917699
- assertRequests
1770017700
- click
17701+
- drag
17702+
- drop
1770117703
- extractFromJavascript
1770217704
- extractFromEmailBody
1770317705
- extractVariable
@@ -17728,6 +17730,8 @@ components:
1772817730
- ASSERT_PAGE_LACKS
1772917731
- ASSERT_REQUESTS
1773017732
- CLICK
17733+
- DRAG
17734+
- DROP
1773117735
- EXTRACT_FROM_JAVASCRIPT
1773217736
- EXTRACT_FROM_EMAIL_BODY
1773317737
- EXTRACT_VARIABLE

src/main/java/com/datadog/api/client/v1/model/SyntheticsStepType.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public class SyntheticsStepType extends ModelEnum<String> {
3636
"assertPageLacks",
3737
"assertRequests",
3838
"click",
39+
"drag",
40+
"drop",
3941
"extractFromJavascript",
4042
"extractFromEmailBody",
4143
"extractVariable",
@@ -72,6 +74,8 @@ public class SyntheticsStepType extends ModelEnum<String> {
7274
new SyntheticsStepType("assertPageLacks");
7375
public static final SyntheticsStepType ASSERT_REQUESTS = new SyntheticsStepType("assertRequests");
7476
public static final SyntheticsStepType CLICK = new SyntheticsStepType("click");
77+
public static final SyntheticsStepType DRAG = new SyntheticsStepType("drag");
78+
public static final SyntheticsStepType DROP = new SyntheticsStepType("drop");
7579
public static final SyntheticsStepType EXTRACT_FROM_JAVASCRIPT =
7680
new SyntheticsStepType("extractFromJavascript");
7781
public static final SyntheticsStepType EXTRACT_FROM_EMAIL_BODY =

0 commit comments

Comments
 (0)