Skip to content

Commit 19ba8f1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 4fb9047a of spec repo (#2036)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 271344b commit 19ba8f1

File tree

6 files changed

+8
-59
lines changed

6 files changed

+8
-59
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": "2025-02-03 19:47:19.600144",
8-
"spec_repo_commit": "b52549d9"
7+
"regenerated": "2025-02-04 14:09:59.993284",
8+
"spec_repo_commit": "4fb9047a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-03 19:47:19.615575",
13-
"spec_repo_commit": "b52549d9"
12+
"regenerated": "2025-02-04 14:10:00.009911",
13+
"spec_repo_commit": "4fb9047a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -10871,7 +10871,8 @@ components:
1087110871
minLength: 1
1087210872
type: string
1087310873
owner:
10874-
$ref: '#/components/schemas/EntityV3MetadataOwner'
10874+
description: The owner of the entity, usually a team.
10875+
type: string
1087510876
tags:
1087610877
description: A set of custom tags.
1087710878
example:
@@ -10940,13 +10941,6 @@ components:
1094010941
- type
1094110942
- url
1094210943
type: object
10943-
EntityV3MetadataOwner:
10944-
additionalProperties: false
10945-
description: The owner of the entity, usually a team.
10946-
properties:
10947-
name:
10948-
description: Team name.
10949-
type: string
1095010944
EntityV3Queue:
1095110945
additionalProperties: false
1095210946
description: Schema for queue entities.

packages/datadog-api-client-v2/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,6 @@ export { EntityV3Metadata } from "./models/EntityV3Metadata";
12621262
export { EntityV3MetadataAdditionalOwnersItems } from "./models/EntityV3MetadataAdditionalOwnersItems";
12631263
export { EntityV3MetadataContactsItems } from "./models/EntityV3MetadataContactsItems";
12641264
export { EntityV3MetadataLinksItems } from "./models/EntityV3MetadataLinksItems";
1265-
export { EntityV3MetadataOwner } from "./models/EntityV3MetadataOwner";
12661265
export { EntityV3Queue } from "./models/EntityV3Queue";
12671266
export { EntityV3QueueDatadog } from "./models/EntityV3QueueDatadog";
12681267
export { EntityV3QueueKind } from "./models/EntityV3QueueKind";

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import { EntityV3MetadataAdditionalOwnersItems } from "./EntityV3MetadataAdditionalOwnersItems";
77
import { EntityV3MetadataContactsItems } from "./EntityV3MetadataContactsItems";
88
import { EntityV3MetadataLinksItems } from "./EntityV3MetadataLinksItems";
9-
import { EntityV3MetadataOwner } from "./EntityV3MetadataOwner";
109

1110
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1211

@@ -57,7 +56,7 @@ export class EntityV3Metadata {
5756
/**
5857
* The owner of the entity, usually a team.
5958
*/
60-
"owner"?: EntityV3MetadataOwner;
59+
"owner"?: string;
6160
/**
6261
* A set of custom tags.
6362
*/
@@ -115,7 +114,7 @@ export class EntityV3Metadata {
115114
},
116115
owner: {
117116
baseName: "owner",
118-
type: "EntityV3MetadataOwner",
117+
type: "string",
119118
},
120119
tags: {
121120
baseName: "tags",

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

-41
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ import { EntityV3Metadata } from "./EntityV3Metadata";
485485
import { EntityV3MetadataAdditionalOwnersItems } from "./EntityV3MetadataAdditionalOwnersItems";
486486
import { EntityV3MetadataContactsItems } from "./EntityV3MetadataContactsItems";
487487
import { EntityV3MetadataLinksItems } from "./EntityV3MetadataLinksItems";
488-
import { EntityV3MetadataOwner } from "./EntityV3MetadataOwner";
489488
import { EntityV3Queue } from "./EntityV3Queue";
490489
import { EntityV3QueueDatadog } from "./EntityV3QueueDatadog";
491490
import { EntityV3QueueSpec } from "./EntityV3QueueSpec";
@@ -2920,7 +2919,6 @@ const typeMap: { [index: string]: any } = {
29202919
EntityV3MetadataAdditionalOwnersItems: EntityV3MetadataAdditionalOwnersItems,
29212920
EntityV3MetadataContactsItems: EntityV3MetadataContactsItems,
29222921
EntityV3MetadataLinksItems: EntityV3MetadataLinksItems,
2923-
EntityV3MetadataOwner: EntityV3MetadataOwner,
29242922
EntityV3Queue: EntityV3Queue,
29252923
EntityV3QueueDatadog: EntityV3QueueDatadog,
29262924
EntityV3QueueSpec: EntityV3QueueSpec,

0 commit comments

Comments
 (0)