Skip to content

Commit 419b02a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4802ff4 of spec repo (#3580)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 71e3b2f commit 419b02a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9066,6 +9066,7 @@ components:
90669066
enum:
90679067
- server.db.statement
90689068
- server.io.fs.file
9069+
- server.io.fs.file_write
90699070
- server.io.net.url
90709071
- server.sys.shell.cmd
90719072
- server.request.method
@@ -9079,6 +9080,7 @@ components:
90799080
- server.request.trailers
90809081
- server.request.body
90819082
- server.request.body.filenames
9083+
- server.request.body.files_content
90829084
- server.response.status
90839085
- server.response.headers.no_cookies
90849086
- server.response.trailers
@@ -9100,6 +9102,7 @@ components:
91009102
x-enum-varnames:
91019103
- SERVER_DB_STATEMENT
91029104
- SERVER_IO_FS_FILE
9105+
- SERVER_IO_FS_FILE_WRITE
91039106
- SERVER_IO_NET_URL
91049107
- SERVER_SYS_SHELL_CMD
91059108
- SERVER_REQUEST_METHOD
@@ -9113,6 +9116,7 @@ components:
91139116
- SERVER_REQUEST_TRAILERS
91149117
- SERVER_REQUEST_BODY
91159118
- SERVER_REQUEST_BODY_FILENAMES
9119+
- SERVER_REQUEST_BODY_FILES_CONTENT
91169120
- SERVER_RESPONSE_STATUS
91179121
- SERVER_RESPONSE_HEADERS_NO_COOKIES
91189122
- SERVER_RESPONSE_TRAILERS

lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_input_address.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class ApplicationSecurityWafCustomRuleConditionInputAddress
2323

2424
SERVER_DB_STATEMENT = "server.db.statement".freeze
2525
SERVER_IO_FS_FILE = "server.io.fs.file".freeze
26+
SERVER_IO_FS_FILE_WRITE = "server.io.fs.file_write".freeze
2627
SERVER_IO_NET_URL = "server.io.net.url".freeze
2728
SERVER_SYS_SHELL_CMD = "server.sys.shell.cmd".freeze
2829
SERVER_REQUEST_METHOD = "server.request.method".freeze
@@ -36,6 +37,7 @@ class ApplicationSecurityWafCustomRuleConditionInputAddress
3637
SERVER_REQUEST_TRAILERS = "server.request.trailers".freeze
3738
SERVER_REQUEST_BODY = "server.request.body".freeze
3839
SERVER_REQUEST_BODY_FILENAMES = "server.request.body.filenames".freeze
40+
SERVER_REQUEST_BODY_FILES_CONTENT = "server.request.body.files_content".freeze
3941
SERVER_RESPONSE_STATUS = "server.response.status".freeze
4042
SERVER_RESPONSE_HEADERS_NO_COOKIES = "server.response.headers.no_cookies".freeze
4143
SERVER_RESPONSE_TRAILERS = "server.response.trailers".freeze

0 commit comments

Comments
 (0)