File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2864,13 +2864,13 @@ components:
2864
2864
enum:
2865
2865
- attack_attempt
2866
2866
- business_logic
2867
- - security_responses
2867
+ - security_response
2868
2868
example: business_logic
2869
2869
type: string
2870
2870
x-enum-varnames:
2871
2871
- ATTACK_ATTEMPT
2872
2872
- BUSINESS_LOGIC
2873
- - SECURITY_RESPONSES
2873
+ - SECURITY_RESPONSE
2874
2874
ApplicationSecurityWafCustomRuleType:
2875
2875
default: custom_rule
2876
2876
description: The type of the resource. The value should always be `custom_rule`.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
13
13
export type ApplicationSecurityWafCustomRuleTagsCategory =
14
14
| typeof ATTACK_ATTEMPT
15
15
| typeof BUSINESS_LOGIC
16
- | typeof SECURITY_RESPONSES
16
+ | typeof SECURITY_RESPONSE
17
17
| UnparsedObject ;
18
18
export const ATTACK_ATTEMPT = "attack_attempt" ;
19
19
export const BUSINESS_LOGIC = "business_logic" ;
20
- export const SECURITY_RESPONSES = "security_responses " ;
20
+ export const SECURITY_RESPONSE = "security_response " ;
Original file line number Diff line number Diff line change @@ -1765,7 +1765,7 @@ const enumsMap: { [key: string]: any[] } = {
1765
1765
ApplicationSecurityWafCustomRuleTagsCategory : [
1766
1766
"attack_attempt" ,
1767
1767
"business_logic" ,
1768
- "security_responses " ,
1768
+ "security_response " ,
1769
1769
] ,
1770
1770
ApplicationSecurityWafCustomRuleType : [ "custom_rule" ] ,
1771
1771
ApplicationSecurityWafExclusionFilterOnMatch : [ "monitor" ] ,
You can’t perform that action at this time.
0 commit comments