Skip to content

Commit ece9a9f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit efa118f1 of spec repo
1 parent 0d3622e commit ece9a9f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-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-11-06 20:54:48.659232",
8-
"spec_repo_commit": "0f558cbc"
7+
"regenerated": "2024-11-07 20:43:56.127925",
8+
"spec_repo_commit": "efa118f1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-06 20:54:48.678103",
13-
"spec_repo_commit": "0f558cbc"
12+
"regenerated": "2024-11-07 20:43:56.147264",
13+
"spec_repo_commit": "efa118f1"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13093,13 +13093,17 @@ components:
1309313093
- false_positive
1309413094
- testing_or_maintenance
1309513095
- investigated_case_opened
13096+
- true_positive_benign
13097+
- true_positive_malicious
1309613098
- other
1309713099
type: string
1309813100
x-enum-varnames:
1309913101
- NONE
1310013102
- FALSE_POSITIVE
1310113103
- TESTING_OR_MAINTENANCE
1310213104
- INVESTIGATED_CASE_OPENED
13105+
- TRUE_POSITIVE_BENIGN
13106+
- TRUE_POSITIVE_MALICIOUS
1310313107
- OTHER
1310413108
SignalAssigneeUpdateRequest:
1310513109
description: Attributes describing an assignee update operation over a security

api/datadogV1/model_signal_archive_reason.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const (
1919
SIGNALARCHIVEREASON_FALSE_POSITIVE SignalArchiveReason = "false_positive"
2020
SIGNALARCHIVEREASON_TESTING_OR_MAINTENANCE SignalArchiveReason = "testing_or_maintenance"
2121
SIGNALARCHIVEREASON_INVESTIGATED_CASE_OPENED SignalArchiveReason = "investigated_case_opened"
22+
SIGNALARCHIVEREASON_TRUE_POSITIVE_BENIGN SignalArchiveReason = "true_positive_benign"
23+
SIGNALARCHIVEREASON_TRUE_POSITIVE_MALICIOUS SignalArchiveReason = "true_positive_malicious"
2224
SIGNALARCHIVEREASON_OTHER SignalArchiveReason = "other"
2325
)
2426

@@ -27,6 +29,8 @@ var allowedSignalArchiveReasonEnumValues = []SignalArchiveReason{
2729
SIGNALARCHIVEREASON_FALSE_POSITIVE,
2830
SIGNALARCHIVEREASON_TESTING_OR_MAINTENANCE,
2931
SIGNALARCHIVEREASON_INVESTIGATED_CASE_OPENED,
32+
SIGNALARCHIVEREASON_TRUE_POSITIVE_BENIGN,
33+
SIGNALARCHIVEREASON_TRUE_POSITIVE_MALICIOUS,
3034
SIGNALARCHIVEREASON_OTHER,
3135
}
3236

0 commit comments

Comments
 (0)