Skip to content

Commit cf48288

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a171e0a8 of spec repo (#2378)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f3aca6b commit cf48288

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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.6",
7-
"regenerated": "2025-06-18 14:53:48.398215",
8-
"spec_repo_commit": "5f7cad1f"
7+
"regenerated": "2025-06-19 12:11:25.321241",
8+
"spec_repo_commit": "a171e0a8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-18 14:53:48.414477",
13-
"spec_repo_commit": "5f7cad1f"
12+
"regenerated": "2025-06-19 12:11:25.337389",
13+
"spec_repo_commit": "a171e0a8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33412,11 +33412,13 @@ components:
3341233412
SecurityMonitoringRuleTypeCreate:
3341333413
description: The rule type.
3341433414
enum:
33415+
- api_security
3341533416
- application_security
3341633417
- log_detection
3341733418
- workload_security
3341833419
type: string
3341933420
x-enum-varnames:
33421+
- API_SECURITY
3342033422
- APPLICATION_SECURITY
3342133423
- LOG_DETECTION
3342233424
- WORKLOAD_SECURITY
@@ -33428,13 +33430,15 @@ components:
3342833430
- workload_security
3342933431
- cloud_configuration
3343033432
- application_security
33433+
- api_security
3343133434
type: string
3343233435
x-enum-varnames:
3343333436
- LOG_DETECTION
3343433437
- INFRASTRUCTURE_CONFIGURATION
3343533438
- WORKLOAD_SECURITY
3343633439
- CLOUD_CONFIGURATION
3343733440
- APPLICATION_SECURITY
33441+
- API_SECURITY
3343833442
SecurityMonitoringRuleTypeTest:
3343933443
description: The rule type.
3344033444
enum:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,6 +2895,7 @@ const enumsMap: { [key: string]: any[] } = {
28952895
],
28962896
SecurityMonitoringRuleSeverity: ["info", "low", "medium", "high", "critical"],
28972897
SecurityMonitoringRuleTypeCreate: [
2898+
"api_security",
28982899
"application_security",
28992900
"log_detection",
29002901
"workload_security",
@@ -2905,6 +2906,7 @@ const enumsMap: { [key: string]: any[] } = {
29052906
"workload_security",
29062907
"cloud_configuration",
29072908
"application_security",
2909+
"api_security",
29082910
],
29092911
SecurityMonitoringRuleTypeTest: ["log_detection"],
29102912
SecurityMonitoringSignalArchiveReason: [

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1111
*/
1212

1313
export type SecurityMonitoringRuleTypeCreate =
14+
| typeof API_SECURITY
1415
| typeof APPLICATION_SECURITY
1516
| typeof LOG_DETECTION
1617
| typeof WORKLOAD_SECURITY
1718
| UnparsedObject;
19+
export const API_SECURITY = "api_security";
1820
export const APPLICATION_SECURITY = "application_security";
1921
export const LOG_DETECTION = "log_detection";
2022
export const WORKLOAD_SECURITY = "workload_security";

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ export type SecurityMonitoringRuleTypeRead =
1616
| typeof WORKLOAD_SECURITY
1717
| typeof CLOUD_CONFIGURATION
1818
| typeof APPLICATION_SECURITY
19+
| typeof API_SECURITY
1920
| UnparsedObject;
2021
export const LOG_DETECTION = "log_detection";
2122
export const INFRASTRUCTURE_CONFIGURATION = "infrastructure_configuration";
2223
export const WORKLOAD_SECURITY = "workload_security";
2324
export const CLOUD_CONFIGURATION = "cloud_configuration";
2425
export const APPLICATION_SECURITY = "application_security";
26+
export const API_SECURITY = "api_security";

0 commit comments

Comments
 (0)