Skip to content

Commit 4d583cc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 51272749 of spec repo (#2400)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 81ff8a5 commit 4d583cc

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
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-06-19 12:11:25.321241",
8-
"spec_repo_commit": "a171e0a8"
7+
"regenerated": "2025-06-20 19:51:47.751008",
8+
"spec_repo_commit": "51272749"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-19 12:11:25.337389",
13-
"spec_repo_commit": "a171e0a8"
12+
"regenerated": "2025-06-20 19:51:47.767115",
13+
"spec_repo_commit": "51272749"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7089,11 +7089,15 @@ components:
70897089
enum:
70907090
- user
70917091
- system
7092+
- api
7093+
- automation
70927094
example: user
70937095
type: string
70947096
x-enum-varnames:
70957097
- USER
70967098
- SYSTEM
7099+
- API
7100+
- AUTOMATION
70977101
ChangeEventCustomAttributesChangedResource:
70987102
additionalProperties: false
70997103
description: A uniquely identified resource.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1313
export type ChangeEventCustomAttributesAuthorType =
1414
| typeof USER
1515
| typeof SYSTEM
16+
| typeof API
17+
| typeof AUTOMATION
1618
| UnparsedObject;
1719
export const USER = "user";
1820
export const SYSTEM = "system";
21+
export const API = "api";
22+
export const AUTOMATION = "automation";

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,12 @@ const enumsMap: { [key: string]: any[] } = {
21612161
CaseSortableField: ["created_at", "priority", "status"],
21622162
CaseStatus: ["OPEN", "IN_PROGRESS", "CLOSED"],
21632163
CaseType: ["STANDARD"],
2164-
ChangeEventCustomAttributesAuthorType: ["user", "system"],
2164+
ChangeEventCustomAttributesAuthorType: [
2165+
"user",
2166+
"system",
2167+
"api",
2168+
"automation",
2169+
],
21652170
ChangeEventCustomAttributesChangedResourceType: [
21662171
"feature_flag",
21672172
"configuration",

0 commit comments

Comments
 (0)