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-04-03 16:28:02.680829 ",
8
- "spec_repo_commit": "4468962d "
7
+ "regenerated": "2025-04-04 12:49:22.173547 ",
8
+ "spec_repo_commit": "73e22797 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-03 16:28:02.696576 ",
13
- "spec_repo_commit": "4468962d "
12
+ "regenerated": "2025-04-04 12:49:22.189001 ",
13
+ "spec_repo_commit": "73e22797 "
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 @@ -1768,7 +1768,7 @@ const enumsMap: { [key: string]: any[] } = {
1768
1768
ApplicationSecurityWafCustomRuleTagsCategory : [
1769
1769
"attack_attempt" ,
1770
1770
"business_logic" ,
1771
- "security_responses " ,
1771
+ "security_response " ,
1772
1772
] ,
1773
1773
ApplicationSecurityWafCustomRuleType : [ "custom_rule" ] ,
1774
1774
ApplicationSecurityWafExclusionFilterOnMatch : [ "monitor" ] ,
You can’t perform that action at this time.
0 commit comments