Skip to content

Commit

Permalink
Regenerate client from commit 138d2277 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 6, 2025
1 parent 2c9b212 commit 5a288d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
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-02-06 14:57:02.955326",
"spec_repo_commit": "3c39fb0c"
"regenerated": "2025-02-06 18:18:29.623887",
"spec_repo_commit": "138d2277"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-06 14:57:02.970438",
"spec_repo_commit": "3c39fb0c"
"regenerated": "2025-02-06 18:18:29.639685",
"spec_repo_commit": "138d2277"
}
}
}
2 changes: 0 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14988,15 +14988,13 @@ components:
- element
- email
- global
- javascript
- text
example: text
type: string
x-enum-varnames:
- ELEMENT
- EMAIL
- GLOBAL
- JAVASCRIPT
- TEXT
SyntheticsCIBatchMetadata:
description: Metadata for the Synthetic tests run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class SyntheticsBrowserVariableType
ELEMENT = "element".freeze
EMAIL = "email".freeze
GLOBAL = "global".freeze
JAVASCRIPT = "javascript".freeze
TEXT = "text".freeze
end
end

0 comments on commit 5a288d1

Please sign in to comment.