Skip to content

Commit

Permalink
Regenerate client from commit 71086bf8 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jun 25, 2024
1 parent edafccc commit 8a60fac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-06-19 10:10:04.111974",
"spec_repo_commit": "4edb50e4"
"regenerated": "2024-06-25 18:03:43.231550",
"spec_repo_commit": "71086bf8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-06-19 10:10:04.129736",
"spec_repo_commit": "4edb50e4"
"regenerated": "2024-06-25 18:03:43.250354",
"spec_repo_commit": "71086bf8"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7642,6 +7642,7 @@ components:
- ci-tests alert
- error-tracking alert
- database-monitoring alert
- network-performance alert
example: query alert
type: string
x-enum-varnames:
Expand All @@ -7662,6 +7663,7 @@ components:
- CI_TESTS_ALERT
- ERROR_TRACKING_ALERT
- DATABASE_MONITORING_ALERT
- NETWORK_PERFORMANCE_ALERT
MonitorUpdateRequest:
description: Object describing a monitor update request.
properties:
Expand Down
2 changes: 2 additions & 0 deletions api/datadogV1/model_monitor_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const (
MONITORTYPE_CI_TESTS_ALERT MonitorType = "ci-tests alert"
MONITORTYPE_ERROR_TRACKING_ALERT MonitorType = "error-tracking alert"
MONITORTYPE_DATABASE_MONITORING_ALERT MonitorType = "database-monitoring alert"
MONITORTYPE_NETWORK_PERFORMANCE_ALERT MonitorType = "network-performance alert"
)

var allowedMonitorTypeEnumValues = []MonitorType{
Expand All @@ -52,6 +53,7 @@ var allowedMonitorTypeEnumValues = []MonitorType{
MONITORTYPE_CI_TESTS_ALERT,
MONITORTYPE_ERROR_TRACKING_ALERT,
MONITORTYPE_DATABASE_MONITORING_ALERT,
MONITORTYPE_NETWORK_PERFORMANCE_ALERT,
}

// GetAllowedValues reeturns the list of possible values.
Expand Down

0 comments on commit 8a60fac

Please sign in to comment.