Skip to content

Commit acc36f5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c5b3557c of spec repo
1 parent 76a8bc5 commit acc36f5

File tree

9 files changed

+29
-14
lines changed

9 files changed

+29
-14
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": "2025-07-09 16:47:20.787625",
8-
"spec_repo_commit": "d0906173"
7+
"regenerated": "2025-07-09 18:04:02.199970",
8+
"spec_repo_commit": "c5b3557c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-09 16:47:20.879372",
13-
"spec_repo_commit": "d0906173"
12+
"regenerated": "2025-07-09 18:04:02.216862",
13+
"spec_repo_commit": "c5b3557c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13624,14 +13624,21 @@ components:
1362413624
type: string
1362513625
type: object
1362613626
EntityV3APIVersion:
13627-
description: The schema version of entity type. The field is known as schema-version
13628-
in the previous version.
13627+
description: The version of the schema data that was used to populate this entity's
13628+
data. This could be via the API, Terraform, or YAML file in a repository.
13629+
The field is known as schema-version in the previous version.
1362913630
enum:
1363013631
- v3
13632+
- v2.2
13633+
- v2.1
13634+
- v2
1363113635
example: v3
1363213636
type: string
1363313637
x-enum-varnames:
1363413638
- V3
13639+
- V2_2
13640+
- V2_1
13641+
- V2
1363513642
EntityV3DatadogCodeLocationItem:
1363613643
additionalProperties: false
1363713644
description: Code location item.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1717
*/
1818
export class EntityV3API {
1919
/**
20-
* The schema version of entity type. The field is known as schema-version in the previous version.
20+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
*/
2222
"apiVersion": EntityV3APIVersion;
2323
/**

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
10-
* The schema version of entity type. The field is known as schema-version in the previous version.
10+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
1111
*/
1212

13-
export type EntityV3APIVersion = typeof V3 | UnparsedObject;
13+
export type EntityV3APIVersion =
14+
| typeof V3
15+
| typeof V2_2
16+
| typeof V2_1
17+
| typeof V2
18+
| UnparsedObject;
1419
export const V3 = "v3";
20+
export const V2_2 = "v2.2";
21+
export const V2_1 = "v2.1";
22+
export const V2 = "v2";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1717
*/
1818
export class EntityV3Datastore {
1919
/**
20-
* The schema version of entity type. The field is known as schema-version in the previous version.
20+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
*/
2222
"apiVersion": EntityV3APIVersion;
2323
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1717
*/
1818
export class EntityV3Queue {
1919
/**
20-
* The schema version of entity type. The field is known as schema-version in the previous version.
20+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
*/
2222
"apiVersion": EntityV3APIVersion;
2323
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1717
*/
1818
export class EntityV3Service {
1919
/**
20-
* The schema version of entity type. The field is known as schema-version in the previous version.
20+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
*/
2222
"apiVersion": EntityV3APIVersion;
2323
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1717
*/
1818
export class EntityV3System {
1919
/**
20-
* The schema version of entity type. The field is known as schema-version in the previous version.
20+
* The version of the schema data that was used to populate this entity's data. This could be via the API, Terraform, or YAML file in a repository. The field is known as schema-version in the previous version.
2121
*/
2222
"apiVersion": EntityV3APIVersion;
2323
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ const enumsMap: { [key: string]: any[] } = {
23202320
EntityResponseIncludedRelatedEntityType: ["relatedEntity"],
23212321
EntityResponseIncludedSchemaType: ["schema"],
23222322
EntityV3APIKind: ["api"],
2323-
EntityV3APIVersion: ["v3"],
2323+
EntityV3APIVersion: ["v3", "v2.2", "v2.1", "v2"],
23242324
EntityV3DatastoreKind: ["datastore"],
23252325
EntityV3QueueKind: ["queue"],
23262326
EntityV3ServiceKind: ["service"],

0 commit comments

Comments
 (0)