Skip to content

Commit 699a1c9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 990363b of spec repo
1 parent 3ed24cb commit 699a1c9

3 files changed

Lines changed: 11 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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1313
export type ApplicationSecurityWafCustomRuleConditionInputAddress =
1414
| typeof SERVER_DB_STATEMENT
1515
| typeof SERVER_IO_FS_FILE
16+
| typeof SERVER_IO_FS_FILE_WRITE
1617
| typeof SERVER_IO_NET_URL
1718
| typeof SERVER_SYS_SHELL_CMD
1819
| typeof SERVER_REQUEST_METHOD
@@ -26,6 +27,7 @@ export type ApplicationSecurityWafCustomRuleConditionInputAddress =
2627
| typeof SERVER_REQUEST_TRAILERS
2728
| typeof SERVER_REQUEST_BODY
2829
| typeof SERVER_REQUEST_BODY_FILENAMES
30+
| typeof SERVER_REQUEST_BODY_FILES_CONTENT
2931
| typeof SERVER_RESPONSE_STATUS
3032
| typeof SERVER_RESPONSE_HEADERS_NO_COOKIES
3133
| typeof SERVER_RESPONSE_TRAILERS
@@ -45,6 +47,7 @@ export type ApplicationSecurityWafCustomRuleConditionInputAddress =
4547
| UnparsedObject;
4648
export const SERVER_DB_STATEMENT = "server.db.statement";
4749
export const SERVER_IO_FS_FILE = "server.io.fs.file";
50+
export const SERVER_IO_FS_FILE_WRITE = "server.io.fs.file_write";
4851
export const SERVER_IO_NET_URL = "server.io.net.url";
4952
export const SERVER_SYS_SHELL_CMD = "server.sys.shell.cmd";
5053
export const SERVER_REQUEST_METHOD = "server.request.method";
@@ -59,6 +62,8 @@ export const SERVER_REQUEST_COOKIES = "server.request.cookies";
5962
export const SERVER_REQUEST_TRAILERS = "server.request.trailers";
6063
export const SERVER_REQUEST_BODY = "server.request.body";
6164
export const SERVER_REQUEST_BODY_FILENAMES = "server.request.body.filenames";
65+
export const SERVER_REQUEST_BODY_FILES_CONTENT =
66+
"server.request.body.files_content";
6267
export const SERVER_RESPONSE_STATUS = "server.response.status";
6368
export const SERVER_RESPONSE_HEADERS_NO_COOKIES =
6469
"server.response.headers.no_cookies";

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5533,6 +5533,7 @@ const enumsMap: { [key: string]: any[] } = {
55335533
ApplicationSecurityWafCustomRuleConditionInputAddress: [
55345534
"server.db.statement",
55355535
"server.io.fs.file",
5536+
"server.io.fs.file_write",
55365537
"server.io.net.url",
55375538
"server.sys.shell.cmd",
55385539
"server.request.method",
@@ -5546,6 +5547,7 @@ const enumsMap: { [key: string]: any[] } = {
55465547
"server.request.trailers",
55475548
"server.request.body",
55485549
"server.request.body.filenames",
5550+
"server.request.body.files_content",
55495551
"server.response.status",
55505552
"server.response.headers.no_cookies",
55515553
"server.response.trailers",

0 commit comments

Comments
 (0)