Skip to content

Commit 2a16356

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ec37c0f4 of spec repo
1 parent ec4000d commit 2a16356

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-08 20:55:42.262152",
8-
"spec_repo_commit": "21cf6edb"
7+
"regenerated": "2025-04-09 13:43:00.654673",
8+
"spec_repo_commit": "ec37c0f4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-08 20:55:42.277778",
13-
"spec_repo_commit": "21cf6edb"
12+
"regenerated": "2025-04-09 13:43:00.670374",
13+
"spec_repo_commit": "ec37c0f4"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16663,6 +16663,7 @@ components:
1666316663
- assertFromJavascript
1666416664
- assertPageContains
1666516665
- assertPageLacks
16666+
- assertRequests
1666616667
- click
1666716668
- extractFromJavascript
1666816669
- extractVariable
@@ -16691,6 +16692,7 @@ components:
1669116692
- ASSERT_FROM_JAVASCRIPT
1669216693
- ASSERT_PAGE_CONTAINS
1669316694
- ASSERT_PAGE_LACKS
16695+
- ASSERT_REQUESTS
1669416696
- CLICK
1669516697
- EXTRACT_FROM_JAVASCRIPT
1669616698
- EXTRACT_VARIABLE

lib/datadog_api_client/v1/models/synthetics_step_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class SyntheticsStepType
3030
ASSERT_FROM_JAVASCRIPT = "assertFromJavascript".freeze
3131
ASSERT_PAGE_CONTAINS = "assertPageContains".freeze
3232
ASSERT_PAGE_LACKS = "assertPageLacks".freeze
33+
ASSERT_REQUESTS = "assertRequests".freeze
3334
CLICK = "click".freeze
3435
EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
3536
EXTRACT_VARIABLE = "extractVariable".freeze

0 commit comments

Comments
 (0)