File tree Expand file tree Collapse file tree
packages/datadog-api-client-v1/models Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1648,6 +1648,8 @@ const enumsMap: { [key: string]: any[] } = {
16481648 "assertPageLacks" ,
16491649 "assertRequests" ,
16501650 "click" ,
1651+ "drag" ,
1652+ "drop" ,
16511653 "extractFromJavascript" ,
16521654 "extractFromEmailBody" ,
16531655 "extractVariable" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ export type SyntheticsStepType =
2222 | typeof ASSERT_PAGE_LACKS
2323 | typeof ASSERT_REQUESTS
2424 | typeof CLICK
25+ | typeof DRAG
26+ | typeof DROP
2527 | typeof EXTRACT_FROM_JAVASCRIPT
2628 | typeof EXTRACT_FROM_EMAIL_BODY
2729 | typeof EXTRACT_VARIABLE
@@ -50,6 +52,8 @@ export const ASSERT_PAGE_CONTAINS = "assertPageContains";
5052export const ASSERT_PAGE_LACKS = "assertPageLacks" ;
5153export const ASSERT_REQUESTS = "assertRequests" ;
5254export const CLICK = "click" ;
55+ export const DRAG = "drag" ;
56+ export const DROP = "drop" ;
5357export const EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript" ;
5458export const EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody" ;
5559export const EXTRACT_VARIABLE = "extractVariable" ;
You can’t perform that action at this time.
0 commit comments