Skip to content

Commit a782b26

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit c679afc of spec repo (#252)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 56a3945 commit a782b26

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-03-22 16:21:53.024226",
8-
"spec_repo_commit": "cba6cab"
7+
"regenerated": "2021-03-23 09:33:03.200376",
8+
"spec_repo_commit": "c679afc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-03-22 16:22:07.291591",
13-
"spec_repo_commit": "cba6cab"
12+
"regenerated": "2021-03-23 09:33:16.636714",
13+
"spec_repo_commit": "c679afc"
1414
}
1515
}
1616
}

data/v1/openapi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,7 @@ components:
15781578
enum:
15791579
- count
15801580
- cardinality
1581+
- median
15811582
- pc75
15821583
- pc90
15831584
- pc95
@@ -1592,6 +1593,7 @@ components:
15921593
x-enum-varnames:
15931594
- COUNT
15941595
- CARDINALITY
1596+
- MEDIAN
15951597
- PC75
15961598
- PC90
15971599
- PC95

lib/datadog_api_client/v1/models/formula_and_function_event_aggregation.rb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module DatadogAPIClient::V1
2020
class FormulaAndFunctionEventAggregation
2121
COUNT = "count".freeze
2222
CARDINALITY = "cardinality".freeze
23+
MEDIAN = "median".freeze
2324
PC75 = "pc75".freeze
2425
PC90 = "pc90".freeze
2526
PC95 = "pc95".freeze

0 commit comments

Comments
 (0)