Skip to content

Commit 8eab23f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b786ccc6 of spec repo
1 parent dff5442 commit 8eab23f

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
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.6.4",
7-
"regenerated": "2023-01-05 14:33:40.478538",
8-
"spec_repo_commit": "024e9975"
7+
"regenerated": "2023-01-05 16:38:45.065507",
8+
"spec_repo_commit": "b786ccc6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-01-05 14:33:40.493082",
13-
"spec_repo_commit": "024e9975"
12+
"regenerated": "2023-01-05 16:38:45.079319",
13+
"spec_repo_commit": "b786ccc6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -1434,11 +1434,6 @@ components:
14341434
by:
14351435
additionalProperties:
14361436
description: The values for each group-by.
1437-
oneOf:
1438-
- type: string
1439-
- format: double
1440-
type: number
1441-
- type: boolean
14421437
description: The key-value pairs for each group-by.
14431438
example:
14441439
'@ci.provider.name': gitlab
@@ -1691,11 +1686,6 @@ components:
16911686
by:
16921687
additionalProperties:
16931688
description: The values for each group-by.
1694-
oneOf:
1695-
- type: string
1696-
- format: double
1697-
type: number
1698-
- type: boolean
16991689
description: The key-value pairs for each group-by.
17001690
example:
17011691
'@test.service': web-ui-tests
@@ -4680,7 +4670,6 @@ components:
46804670
by:
46814671
additionalProperties:
46824672
description: The values for each group by
4683-
type: string
46844673
description: The key, value pairs for each group by
46854674
example:
46864675
'@state': success

packages/datadog-api-client-v2/models/LogsAggregateBucket.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class LogsAggregateBucket {
1414
/**
1515
* The key, value pairs for each group by
1616
*/
17-
"by"?: { [key: string]: string };
17+
"by"?: { [key: string]: any };
1818
/**
1919
* A map of the metric name -> value for regular compute or list of values for a timeseries
2020
*/
@@ -31,7 +31,7 @@ export class LogsAggregateBucket {
3131
static readonly attributeTypeMap: AttributeTypeMap = {
3232
by: {
3333
baseName: "by",
34-
type: "{ [key: string]: string; }",
34+
type: "{ [key: string]: any; }",
3535
},
3636
computes: {
3737
baseName: "computes",

0 commit comments

Comments
 (0)