File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v1/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments