Skip to content

Commit

Permalink
Regenerate client from commit 47465fb of spec repo (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 6, 2021
1 parent 7e7d751 commit 03c291d
Show file tree
Hide file tree
Showing 3 changed files with 7 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.4.1.dev11",
"regenerated": "2021-08-06 09:06:15.790055",
"spec_repo_commit": "772783e"
"regenerated": "2021-08-06 09:25:51.239563",
"spec_repo_commit": "47465fb"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-08-06 09:07:01.156289",
"spec_repo_commit": "772783e"
"regenerated": "2021-08-06 09:26:41.993041",
"spec_repo_commit": "47465fb"
}
}
}
2 changes: 2 additions & 0 deletions data/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3343,11 +3343,13 @@ components:
enum:
- issue_stream
- logs_stream
- audit_stream
example: issue_stream
type: string
x-enum-varnames:
- ISSUE_STREAM
- LOGS_STREAM
- AUDIT_STREAM
ListStreamWidgetDefinition:
description: 'The list stream visualization displays a table of recent events
in your application that
Expand Down
1 change: 1 addition & 0 deletions lib/datadog_api_client/v1/models/list_stream_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module DatadogAPIClient::V1
class ListStreamSource
ISSUE_STREAM = "issue_stream".freeze
LOGS_STREAM = "logs_stream".freeze
AUDIT_STREAM = "audit_stream".freeze

# Builds the enum from string
# @param [String] The enum value in the form of the string
Expand Down

0 comments on commit 03c291d

Please sign in to comment.