Skip to content

Commit 75360e2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 71cca80 of spec repo
1 parent 0576f51 commit 75360e2

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

packages/datadog-api-client-v1/models/SyntheticsStepType.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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";
5052
export const ASSERT_PAGE_LACKS = "assertPageLacks";
5153
export const ASSERT_REQUESTS = "assertRequests";
5254
export const CLICK = "click";
55+
export const DRAG = "drag";
56+
export const DROP = "drop";
5357
export const EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript";
5458
export const EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody";
5559
export const EXTRACT_VARIABLE = "extractVariable";

0 commit comments

Comments
 (0)