Skip to content

Commit c922e5b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 51272749 of spec repo
1 parent 06fc41d commit c922e5b

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.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:23.953587",
8-
"spec_repo_commit": "a171e0a8"
7+
"regenerated": "2025-06-20 19:51:49.000722",
8+
"spec_repo_commit": "51272749"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-19 12:11:23.969957",
13-
"spec_repo_commit": "a171e0a8"
12+
"regenerated": "2025-06-20 19:51:49.016467",
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.

api/datadogV2/model_change_event_custom_attributes_author_type.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ type ChangeEventCustomAttributesAuthorType string
1515

1616
// List of ChangeEventCustomAttributesAuthorType.
1717
const (
18-
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_USER ChangeEventCustomAttributesAuthorType = "user"
19-
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_SYSTEM ChangeEventCustomAttributesAuthorType = "system"
18+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_USER ChangeEventCustomAttributesAuthorType = "user"
19+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_SYSTEM ChangeEventCustomAttributesAuthorType = "system"
20+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_API ChangeEventCustomAttributesAuthorType = "api"
21+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_AUTOMATION ChangeEventCustomAttributesAuthorType = "automation"
2022
)
2123

2224
var allowedChangeEventCustomAttributesAuthorTypeEnumValues = []ChangeEventCustomAttributesAuthorType{
2325
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_USER,
2426
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_SYSTEM,
27+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_API,
28+
CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_AUTOMATION,
2529
}
2630

2731
// GetAllowedValues reeturns the list of possible values.

0 commit comments

Comments
 (0)