Skip to content

Commit 6f1ae54

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e6753e0 of spec repo
1 parent 51d9c02 commit 6f1ae54

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-03-25 18:26:27.159461",
8-
"spec_repo_commit": "b25d7c85"
7+
"regenerated": "2025-03-25 19:25:52.042391",
8+
"spec_repo_commit": "6e6753e0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-25 18:26:27.176491",
13-
"spec_repo_commit": "b25d7c85"
12+
"regenerated": "2025-03-25 19:25:52.057924",
13+
"spec_repo_commit": "6e6753e0"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,13 +2864,13 @@ components:
28642864
enum:
28652865
- attack_attempt
28662866
- business_logic
2867-
- security_responses
2867+
- security_response
28682868
example: business_logic
28692869
type: string
28702870
x-enum-varnames:
28712871
- ATTACK_ATTEMPT
28722872
- BUSINESS_LOGIC
2873-
- SECURITY_RESPONSES
2873+
- SECURITY_RESPONSE
28742874
ApplicationSecurityWafCustomRuleType:
28752875
default: custom_rule
28762876
description: The type of the resource. The value should always be `custom_rule`.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1313
export type ApplicationSecurityWafCustomRuleTagsCategory =
1414
| typeof ATTACK_ATTEMPT
1515
| typeof BUSINESS_LOGIC
16-
| typeof SECURITY_RESPONSES
16+
| typeof SECURITY_RESPONSE
1717
| UnparsedObject;
1818
export const ATTACK_ATTEMPT = "attack_attempt";
1919
export const BUSINESS_LOGIC = "business_logic";
20-
export const SECURITY_RESPONSES = "security_responses";
20+
export const SECURITY_RESPONSE = "security_response";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ const enumsMap: { [key: string]: any[] } = {
17651765
ApplicationSecurityWafCustomRuleTagsCategory: [
17661766
"attack_attempt",
17671767
"business_logic",
1768-
"security_responses",
1768+
"security_response",
17691769
],
17701770
ApplicationSecurityWafCustomRuleType: ["custom_rule"],
17711771
ApplicationSecurityWafExclusionFilterOnMatch: ["monitor"],

0 commit comments

Comments
 (0)