Skip to content

Commit a762f9c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0cc5bc19 of spec repo
1 parent e0e42df commit a762f9c

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-07 12:19:29.789337",
8-
"spec_repo_commit": "fa2473ca"
7+
"regenerated": "2025-07-07 13:54:21.189974",
8+
"spec_repo_commit": "0cc5bc19"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-07 12:19:29.836160",
13-
"spec_repo_commit": "fa2473ca"
12+
"regenerated": "2025-07-07 13:54:21.205876",
13+
"spec_repo_commit": "0cc5bc19"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13623,14 +13623,21 @@ components:
1362313623
type: string
1362413624
type: object
1362513625
EntityV3APIVersion:
13626-
description: The schema version of entity type. The field is known as schema-version
13627-
in the previous version.
13626+
description: The version of the schema data that was used to populate this entity's
13627+
data. This could be via the API, Terraform, or YAML file in a repository.
13628+
The field is known as schema-version in the previous version.
1362813629
enum:
1362913630
- v3
13631+
- v2.2
13632+
- v2.1
13633+
- v2
1363013634
example: v3
1363113635
type: string
1363213636
x-enum-varnames:
1363313637
- V3
13638+
- V2_2
13639+
- V2_1
13640+
- V2
1363413641
EntityV3DatadogCodeLocationItem:
1363513642
additionalProperties: false
1363613643
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)