Skip to content

Commit 90f73aa

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 37070fd4 of spec repo
1 parent 5bb5c7c commit 90f73aa

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.apigentools-info

+4-4
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": "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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9917,7 +9917,6 @@ components:
99179917
HTTPLogItem:
99189918
additionalProperties:
99199919
description: Additional log attributes.
9920-
type: string
99219920
description: Logs that are sent over HTTP.
99229921
properties:
99239922
ddsource:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class HTTPLogItem {
4242
* This is a holder for any undeclared properties as specified with
4343
* the 'additionalProperties' keyword in the OAS document.
4444
*/
45-
"additionalProperties"?: { [key: string]: string };
45+
"additionalProperties"?: { [key: string]: any };
4646

4747
/**
4848
* @ignore
@@ -76,7 +76,7 @@ export class HTTPLogItem {
7676
},
7777
additionalProperties: {
7878
baseName: "additionalProperties",
79-
type: "string",
79+
type: "any",
8080
},
8181
};
8282

0 commit comments

Comments
 (0)