Skip to content

Commit de482dc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0d76884c of spec repo (#1820)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f2aa14b commit de482dc

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
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": "2024-09-24 18:16:28.821186",
8-
"spec_repo_commit": "2eb52c63"
7+
"regenerated": "2024-09-25 14:32:11.589758",
8+
"spec_repo_commit": "0d76884c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-24 18:16:28.835857",
13-
"spec_repo_commit": "2eb52c63"
12+
"regenerated": "2024-09-25 14:32:11.604468",
13+
"spec_repo_commit": "0d76884c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6559,6 +6559,12 @@ components:
65596559
example: 1693491974000000000
65606560
format: int64
65616561
type: integer
6562+
team:
6563+
description: Name of the team owning the deployed service. If not provided,
6564+
this is automatically populated with the team associated with the service
6565+
in the Service Catalog.
6566+
example: backend
6567+
type: string
65626568
version:
65636569
description: Version to correlate with [APM Deployment Tracking](https://docs.datadoghq.com/tracing/services/deployment_tracking/).
65646570
example: v1.12.07

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export class DORADeploymentRequestAttributes {
3535
* Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.
3636
*/
3737
"startedAt": number;
38+
/**
39+
* Name of the team owning the deployed service. If not provided, this is automatically populated with the team associated with the service in the Service Catalog.
40+
*/
41+
"team"?: string;
3842
/**
3943
* Version to correlate with [APM Deployment Tracking](https://docs.datadoghq.com/tracing/services/deployment_tracking/).
4044
*/
@@ -85,6 +89,10 @@ export class DORADeploymentRequestAttributes {
8589
required: true,
8690
format: "int64",
8791
},
92+
team: {
93+
baseName: "team",
94+
type: "string",
95+
},
8896
version: {
8997
baseName: "version",
9098
type: "string",

0 commit comments

Comments
 (0)