Skip to content

Commit 17783c9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e3699c0 of spec repo (#243)
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 7ae4bed commit 17783c9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-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.4.1.dev11",
7-
"regenerated": "2021-08-16 12:12:44.363721",
8-
"spec_repo_commit": "fcc640d"
7+
"regenerated": "2021-08-16 14:50:35.676596",
8+
"spec_repo_commit": "e3699c0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-08-16 12:14:15.689163",
13-
"spec_repo_commit": "fcc640d"
12+
"regenerated": "2021-08-16 14:52:05.251545",
13+
"spec_repo_commit": "e3699c0"
1414
}
1515
}
1616
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class FormulaAndFunctionEventQueryDefinition {
108108
"security_signals",
109109
"profiles",
110110
"audit",
111+
"events",
111112
undefined,
112113
].includes(data.data_source)
113114
) {
@@ -184,6 +185,7 @@ export class FormulaAndFunctionEventQueryDefinition {
184185
"security_signals",
185186
"profiles",
186187
"audit",
188+
"events",
187189
undefined,
188190
].includes(data.dataSource)
189191
) {

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ export type FormulaAndFunctionEventsDataSource =
1515
| typeof RUM
1616
| typeof SECURITY_SIGNALS
1717
| typeof PROFILES
18-
| typeof AUDIT;
18+
| typeof AUDIT
19+
| typeof EVENTS;
1920
export const LOGS = "logs";
2021
export const SPANS = "spans";
2122
export const NETWORK = "network";
2223
export const RUM = "rum";
2324
export const SECURITY_SIGNALS = "security_signals";
2425
export const PROFILES = "profiles";
2526
export const AUDIT = "audit";
27+
export const EVENTS = "events";

0 commit comments

Comments
 (0)