File tree 4 files changed +9
-4
lines changed
packages/datadog-api-client-v1/models
4 files changed +9
-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:42.865376 ",
8
- "spec_repo_commit": "21cf6edb "
7
+ "regenerated": "2025-04-10 11:41:52.470601 ",
8
+ "spec_repo_commit": "7f98e0a9 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-08 20:55:42.884212 ",
13
- "spec_repo_commit": "21cf6edb "
12
+ "regenerated": "2025-04-10 11:41:52.486222 ",
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 @@ -1437,6 +1437,7 @@ const enumsMap: { [key: string]: any[] } = {
1437
1437
"assertFromJavascript" ,
1438
1438
"assertPageContains" ,
1439
1439
"assertPageLacks" ,
1440
+ "assertRequests" ,
1440
1441
"click" ,
1441
1442
"extractFromJavascript" ,
1442
1443
"extractVariable" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export type SyntheticsStepType =
20
20
| typeof ASSERT_FROM_JAVASCRIPT
21
21
| typeof ASSERT_PAGE_CONTAINS
22
22
| typeof ASSERT_PAGE_LACKS
23
+ | typeof ASSERT_REQUESTS
23
24
| typeof CLICK
24
25
| typeof EXTRACT_FROM_JAVASCRIPT
25
26
| typeof EXTRACT_VARIABLE
@@ -46,6 +47,7 @@ export const ASSERT_FILE_DOWNLOAD = "assertFileDownload";
46
47
export const ASSERT_FROM_JAVASCRIPT = "assertFromJavascript" ;
47
48
export const ASSERT_PAGE_CONTAINS = "assertPageContains" ;
48
49
export const ASSERT_PAGE_LACKS = "assertPageLacks" ;
50
+ export const ASSERT_REQUESTS = "assertRequests" ;
49
51
export const CLICK = "click" ;
50
52
export const EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript" ;
51
53
export const EXTRACT_VARIABLE = "extractVariable" ;
You can’t perform that action at this time.
0 commit comments