Skip to content

Commit ad6b895

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 51272749 of spec repo (#2639)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2467f44 commit ad6b895

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-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:27.987573",
8-
"spec_repo_commit": "a171e0a8"
7+
"regenerated": "2025-06-20 19:51:47.941164",
8+
"spec_repo_commit": "51272749"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-19 12:11:28.060491",
13-
"spec_repo_commit": "a171e0a8"
12+
"regenerated": "2025-06-20 19:51:47.957501",
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.

src/datadog_api_client/v2/model/change_event_custom_attributes_author_type.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ class ChangeEventCustomAttributesAuthorType(ModelSimple):
1616
"""
1717
Author's type.
1818
19-
:param value: Must be one of ["user", "system"].
19+
:param value: Must be one of ["user", "system", "api", "automation"].
2020
:type value: str
2121
"""
2222

2323
allowed_values = {
2424
"user",
2525
"system",
26+
"api",
27+
"automation",
2628
}
2729
USER: ClassVar["ChangeEventCustomAttributesAuthorType"]
2830
SYSTEM: ClassVar["ChangeEventCustomAttributesAuthorType"]
31+
API: ClassVar["ChangeEventCustomAttributesAuthorType"]
32+
AUTOMATION: ClassVar["ChangeEventCustomAttributesAuthorType"]
2933

3034
@cached_property
3135
def openapi_types(_):
@@ -36,3 +40,5 @@ def openapi_types(_):
3640

3741
ChangeEventCustomAttributesAuthorType.USER = ChangeEventCustomAttributesAuthorType("user")
3842
ChangeEventCustomAttributesAuthorType.SYSTEM = ChangeEventCustomAttributesAuthorType("system")
43+
ChangeEventCustomAttributesAuthorType.API = ChangeEventCustomAttributesAuthorType("api")
44+
ChangeEventCustomAttributesAuthorType.AUTOMATION = ChangeEventCustomAttributesAuthorType("automation")

0 commit comments

Comments
 (0)