Skip to content

Commit 3c5e075

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 76717eef of spec repo
1 parent 0ba89bd commit 3c5e075

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-26 17:56:33.436535",
8-
"spec_repo_commit": "76086f13"
7+
"regenerated": "2025-06-30 08:21:15.895073",
8+
"spec_repo_commit": "76717eef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-26 17:56:33.454744",
13-
"spec_repo_commit": "76086f13"
12+
"regenerated": "2025-06-30 08:21:15.911148",
13+
"spec_repo_commit": "76717eef"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16721,6 +16721,7 @@ components:
1672116721
- assertRequests
1672216722
- click
1672316723
- extractFromJavascript
16724+
- extractFromEmailBody
1672416725
- extractVariable
1672516726
- goToEmailLink
1672616727
- goToUrl
@@ -16750,6 +16751,7 @@ components:
1675016751
- ASSERT_REQUESTS
1675116752
- CLICK
1675216753
- EXTRACT_FROM_JAVASCRIPT
16754+
- EXTRACT_FROM_EMAIL_BODY
1675316755
- EXTRACT_VARIABLE
1675416756
- GO_TO_EMAIL_LINK
1675516757
- GO_TO_URL

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public class SyntheticsStepType extends ModelEnum<String> {
3737
"assertRequests",
3838
"click",
3939
"extractFromJavascript",
40+
"extractFromEmailBody",
4041
"extractVariable",
4142
"goToEmailLink",
4243
"goToUrl",
@@ -73,6 +74,8 @@ public class SyntheticsStepType extends ModelEnum<String> {
7374
public static final SyntheticsStepType CLICK = new SyntheticsStepType("click");
7475
public static final SyntheticsStepType EXTRACT_FROM_JAVASCRIPT =
7576
new SyntheticsStepType("extractFromJavascript");
77+
public static final SyntheticsStepType EXTRACT_FROM_EMAIL_BODY =
78+
new SyntheticsStepType("extractFromEmailBody");
7679
public static final SyntheticsStepType EXTRACT_VARIABLE =
7780
new SyntheticsStepType("extractVariable");
7881
public static final SyntheticsStepType GO_TO_EMAIL_LINK = new SyntheticsStepType("goToEmailLink");

0 commit comments

Comments
 (0)