Skip to content

Commit

Permalink
Regenerate client from commit 9a0922b9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Apr 5, 2022
1 parent 83f487a commit f41ea5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.2",
"regenerated": "2022-04-04 17:26:10.712928",
"spec_repo_commit": "7e16a5c4"
"regenerated": "2022-04-05 10:17:38.977322",
"spec_repo_commit": "9a0922b9"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-04-04 17:26:10.732808",
"spec_repo_commit": "7e16a5c4"
"regenerated": "2022-04-05 10:17:38.997015",
"spec_repo_commit": "9a0922b9"
}
}
}
4 changes: 4 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2743,6 +2743,7 @@ components:
- min
- max
- avg
- median
example: pc90
type: string
x-enum-varnames:
Expand All @@ -2757,6 +2758,7 @@ components:
- MIN
- MAX
- AVG
- MEDIAN
LogsArchive:
description: The logs archive.
properties:
Expand Down Expand Up @@ -4606,6 +4608,7 @@ components:
- min
- max
- avg
- median
example: pc90
type: string
x-enum-varnames:
Expand All @@ -4620,6 +4623,7 @@ components:
- MIN
- MAX
- AVG
- MEDIAN
RUMAnalyticsAggregateResponse:
description: The response object for the RUM events aggregate API endpoint.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ class LogsAggregationFunction
MIN = "min".freeze
MAX = "max".freeze
AVG = "avg".freeze
MEDIAN = "median".freeze
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ class RUMAggregationFunction
MIN = "min".freeze
MAX = "max".freeze
AVG = "avg".freeze
MEDIAN = "median".freeze
end
end

0 comments on commit f41ea5f

Please sign in to comment.