Skip to content

Commit bfa021c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b130887 of spec repo
1 parent 4f1d512 commit bfa021c

5 files changed

Lines changed: 4 additions & 9 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60999,7 +60999,7 @@ components:
6099960999
- TIMESTAMP_DESCENDING
6100061000
SecurityMonitoringStandardDataSource:
6100161001
default: logs
61002-
description: Source of events, either logs, audit trail, security signals, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
61002+
description: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
6100361003
enum:
6100461004
- logs
6100561005
- audit
@@ -61008,7 +61008,6 @@ components:
6100861008
- security_runtime
6100961009
- network
6101061010
- events
61011-
- security_signals
6101261011
example: logs
6101361012
type: string
6101461013
x-enum-varnames:
@@ -61019,7 +61018,6 @@ components:
6101961018
- SECURITY_RUNTIME
6102061019
- NETWORK
6102161020
- EVENTS
61022-
- SECURITY_SIGNALS
6102361021
SecurityMonitoringStandardRuleCreatePayload:
6102461022
description: Create a new rule.
6102561023
properties:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5424,7 +5424,6 @@ const enumsMap: { [key: string]: any[] } = {
54245424
"security_runtime",
54255425
"network",
54265426
"events",
5427-
"security_signals",
54285427
],
54295428
SecurityMonitoringSuppressionSort: [
54305429
"name",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
10-
* Source of events, either logs, audit trail, security signals, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
10+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
1111
*/
1212

1313
export type SecurityMonitoringStandardDataSource =
@@ -18,7 +18,6 @@ export type SecurityMonitoringStandardDataSource =
1818
| typeof SECURITY_RUNTIME
1919
| typeof NETWORK
2020
| typeof EVENTS
21-
| typeof SECURITY_SIGNALS
2221
| UnparsedObject;
2322
export const LOGS = "logs";
2423
export const AUDIT = "audit";
@@ -27,4 +26,3 @@ export const SPANS = "spans";
2726
export const SECURITY_RUNTIME = "security_runtime";
2827
export const NETWORK = "network";
2928
export const EVENTS = "events";
30-
export const SECURITY_SIGNALS = "security_signals";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SecurityMonitoringStandardRuleQuery {
2121
*/
2222
"customQueryExtension"?: string;
2323
/**
24-
* Source of events, either logs, audit trail, security signals, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
24+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2525
*/
2626
"dataSource"?: SecurityMonitoringStandardDataSource;
2727
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class ThreatHuntingJobQuery {
1717
*/
1818
"aggregation"?: SecurityMonitoringRuleQueryAggregation;
1919
/**
20-
* Source of events, either logs, audit trail, security signals, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
20+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2121
*/
2222
"dataSource"?: SecurityMonitoringStandardDataSource;
2323
/**

0 commit comments

Comments
 (0)