File tree 3 files changed +8
-4
lines changed
src/main/java/com/datadog/api/client/v1/model
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-04-08 20:55:38.627224 ",
8
- "spec_repo_commit": "21cf6edb "
7
+ "regenerated": "2025-04-10 11:41:55.216291 ",
8
+ "spec_repo_commit": "7f98e0a9 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-08 20:55:38.642824 ",
13
- "spec_repo_commit": "21cf6edb "
12
+ "regenerated": "2025-04-10 11:41:55.232985 ",
13
+ "spec_repo_commit": "7f98e0a9 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -16663,6 +16663,7 @@ components:
16663
16663
- assertFromJavascript
16664
16664
- assertPageContains
16665
16665
- assertPageLacks
16666
+ - assertRequests
16666
16667
- click
16667
16668
- extractFromJavascript
16668
16669
- extractVariable
@@ -16691,6 +16692,7 @@ components:
16691
16692
- ASSERT_FROM_JAVASCRIPT
16692
16693
- ASSERT_PAGE_CONTAINS
16693
16694
- ASSERT_PAGE_LACKS
16695
+ - ASSERT_REQUESTS
16694
16696
- CLICK
16695
16697
- EXTRACT_FROM_JAVASCRIPT
16696
16698
- EXTRACT_VARIABLE
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public class SyntheticsStepType extends ModelEnum<String> {
34
34
"assertFromJavascript" ,
35
35
"assertPageContains" ,
36
36
"assertPageLacks" ,
37
+ "assertRequests" ,
37
38
"click" ,
38
39
"extractFromJavascript" ,
39
40
"extractVariable" ,
@@ -68,6 +69,7 @@ public class SyntheticsStepType extends ModelEnum<String> {
68
69
new SyntheticsStepType ("assertPageContains" );
69
70
public static final SyntheticsStepType ASSERT_PAGE_LACKS =
70
71
new SyntheticsStepType ("assertPageLacks" );
72
+ public static final SyntheticsStepType ASSERT_REQUESTS = new SyntheticsStepType ("assertRequests" );
71
73
public static final SyntheticsStepType CLICK = new SyntheticsStepType ("click" );
72
74
public static final SyntheticsStepType EXTRACT_FROM_JAVASCRIPT =
73
75
new SyntheticsStepType ("extractFromJavascript" );
You can’t perform that action at this time.
0 commit comments