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 44 "spec_versions": {
55 "v1": {
66 "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 "
99 },
1010 "v2": {
1111 "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 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1313export type ApplicationSecurityWafCustomRuleTagsCategory =
1414 | typeof ATTACK_ATTEMPT
1515 | typeof BUSINESS_LOGIC
16- | typeof SECURITY_RESPONSES
16+ | typeof SECURITY_RESPONSE
1717 | UnparsedObject ;
1818export const ATTACK_ATTEMPT = "attack_attempt" ;
1919export 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[] } = {
17681768 ApplicationSecurityWafCustomRuleTagsCategory : [
17691769 "attack_attempt" ,
17701770 "business_logic" ,
1771- "security_responses " ,
1771+ "security_response " ,
17721772 ] ,
17731773 ApplicationSecurityWafCustomRuleType : [ "custom_rule" ] ,
17741774 ApplicationSecurityWafExclusionFilterOnMatch : [ "monitor" ] ,
You can’t perform that action at this time.
0 commit comments