Skip to content

Commit 32c61bd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0c94b48d of spec repo
1 parent cf73553 commit 32c61bd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-10-26 14:19:53.671257",
8-
"spec_repo_commit": "10504fc3"
7+
"regenerated": "2023-10-26 15:49:19.532723",
8+
"spec_repo_commit": "0c94b48d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-26 14:19:53.690712",
13-
"spec_repo_commit": "10504fc3"
12+
"regenerated": "2023-10-26 15:49:19.552654",
13+
"spec_repo_commit": "0c94b48d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14072,7 +14072,7 @@ components:
1407214072

1407314073
associated values.'
1407414074
properties:
14075-
attributes:
14075+
custom:
1407614076
additionalProperties: {}
1407714077
description: A JSON object of attributes in the security signal.
1407814078
example:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class SecurityMonitoringSignalAttributes {
1414
/**
1515
* A JSON object of attributes in the security signal.
1616
*/
17-
"attributes"?: { [key: string]: any };
17+
"custom"?: { [key: string]: any };
1818
/**
1919
* The message in the security signal defined by the rule that generated the signal.
2020
*/
@@ -37,8 +37,8 @@ export class SecurityMonitoringSignalAttributes {
3737
* @ignore
3838
*/
3939
static readonly attributeTypeMap: AttributeTypeMap = {
40-
attributes: {
41-
baseName: "attributes",
40+
custom: {
41+
baseName: "custom",
4242
type: "{ [key: string]: any; }",
4343
},
4444
message: {

0 commit comments

Comments
 (0)