File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -15,13 +15,17 @@ type ChangeEventCustomAttributesAuthorType string
1515
1616// List of ChangeEventCustomAttributesAuthorType.
1717const (
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
2224var allowedChangeEventCustomAttributesAuthorTypeEnumValues = []ChangeEventCustomAttributesAuthorType {
2325 CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_USER ,
2426 CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_SYSTEM ,
27+ CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_API ,
28+ CHANGEEVENTCUSTOMATTRIBUTESAUTHORTYPE_AUTOMATION ,
2529}
2630
2731// GetAllowedValues reeturns the list of possible values.
You can’t perform that action at this time.
0 commit comments