File tree 3 files changed +6
-7
lines changed
packages/datadog-api-client-v2/models
3 files changed +6
-7
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": "2024-10-17 14:10:58.758527 ",
8
- "spec_repo_commit": "fb024a45 "
7
+ "regenerated": "2024-10-18 21:00:54.900557 ",
8
+ "spec_repo_commit": "37070fd4 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-10-17 14:10:58.777345 ",
13
- "spec_repo_commit": "fb024a45 "
12
+ "regenerated": "2024-10-18 21:00:54.918688 ",
13
+ "spec_repo_commit": "37070fd4 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -9917,7 +9917,6 @@ components:
9917
9917
HTTPLogItem:
9918
9918
additionalProperties:
9919
9919
description: Additional log attributes.
9920
- type: string
9921
9920
description: Logs that are sent over HTTP.
9922
9921
properties:
9923
9922
ddsource:
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export class HTTPLogItem {
42
42
* This is a holder for any undeclared properties as specified with
43
43
* the 'additionalProperties' keyword in the OAS document.
44
44
*/
45
- "additionalProperties" ?: { [ key : string ] : string } ;
45
+ "additionalProperties" ?: { [ key : string ] : any } ;
46
46
47
47
/**
48
48
* @ignore
@@ -76,7 +76,7 @@ export class HTTPLogItem {
76
76
} ,
77
77
additionalProperties : {
78
78
baseName : "additionalProperties" ,
79
- type : "string " ,
79
+ type : "any " ,
80
80
} ,
81
81
} ;
82
82
You can’t perform that action at this time.
0 commit comments