Skip to content

Commit 5015891

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit abff3edb of spec repo (#866)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 493318c commit 5015891

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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": "2022-10-04 12:25:24.428827",
8-
"spec_repo_commit": "032eb1c8"
7+
"regenerated": "2022-10-04 17:11:51.478214",
8+
"spec_repo_commit": "abff3edb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-04 12:25:24.442597",
13-
"spec_repo_commit": "032eb1c8"
12+
"regenerated": "2022-10-04 17:11:51.495219",
13+
"spec_repo_commit": "abff3edb"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,12 +6042,20 @@ components:
60426042
- rum
60436043
- ci_pipelines
60446044
- ci_tests
6045+
- audit
6046+
- events
6047+
- logs
6048+
- spans
60456049
example: rum
60466050
type: string
60476051
x-enum-varnames:
60486052
- RUM
60496053
- CI_PIPELINES
60506054
- CI_TESTS
6055+
- AUDIT
6056+
- EVENTS
6057+
- LOGS
6058+
- SPANS
60516059
MonitorFormulaAndFunctionQueryDefinition:
60526060
description: A formula and function query.
60536061
oneOf:

packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionEventsDataSource.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77
export type MonitorFormulaAndFunctionEventsDataSource =
88
| typeof RUM
99
| typeof CI_PIPELINES
10-
| typeof CI_TESTS;
10+
| typeof CI_TESTS
11+
| typeof AUDIT
12+
| typeof EVENTS
13+
| typeof LOGS
14+
| typeof SPANS;
1115
export const RUM = "rum";
1216
export const CI_PIPELINES = "ci_pipelines";
1317
export const CI_TESTS = "ci_tests";
18+
export const AUDIT = "audit";
19+
export const EVENTS = "events";
20+
export const LOGS = "logs";
21+
export const SPANS = "spans";

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,10 @@ const enumsMap: { [key: string]: any[] } = {
754754
"rum",
755755
"ci_pipelines",
756756
"ci_tests",
757+
"audit",
758+
"events",
759+
"logs",
760+
"spans",
757761
],
758762
MonitorOverallStates: [
759763
"Alert",

0 commit comments

Comments
 (0)