Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-02 08:49:18.349386",
"spec_repo_commit": "b431a9be"
"regenerated": "2025-07-02 11:31:50.129984",
"spec_repo_commit": "ab77d015"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-07-02 08:49:18.368578",
"spec_repo_commit": "b431a9be"
"regenerated": "2025-07-02 11:31:50.146274",
"spec_repo_commit": "ab77d015"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16735,6 +16735,7 @@ components:
- assertRequests
- click
- extractFromJavascript
- extractFromEmailBody
- extractVariable
- goToEmailLink
- goToUrl
Expand Down Expand Up @@ -16764,6 +16765,7 @@ components:
- ASSERT_REQUESTS
- CLICK
- EXTRACT_FROM_JAVASCRIPT
- EXTRACT_FROM_EMAIL_BODY
- EXTRACT_VARIABLE
- GO_TO_EMAIL_LINK
- GO_TO_URL
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-12-09T11:17:45.545Z
2025-06-30T13:20:04.184Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/datadog_api_client/v1/models/synthetics_step_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class SyntheticsStepType
ASSERT_REQUESTS = "assertRequests".freeze
CLICK = "click".freeze
EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody".freeze
EXTRACT_VARIABLE = "extractVariable".freeze
GO_TO_EMAIL_LINK = "goToEmailLink".freeze
GO_TO_URL = "goToUrl".freeze
Expand Down
Loading