Skip to content

Commit

Permalink
Regenerate client from commit 9cb48f2 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 29, 2021
1 parent b80ec74 commit bb50e93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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-07-23 09:17:53.953173",
"spec_repo_commit": "0b10309"
"regenerated": "2021-07-29 18:45:49.638476",
"spec_repo_commit": "9cb48f2"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-23 09:18:41.197072",
"spec_repo_commit": "0b10309"
"regenerated": "2021-07-29 18:46:41.056785",
"spec_repo_commit": "9cb48f2"
}
}
}
2 changes: 2 additions & 0 deletions data/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3333,11 +3333,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
2 changes: 1 addition & 1 deletion features/v1/synthetics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feature: Synthetics
And a valid "appKeyAuth" key in the system
And an instance of "Synthetics" API

@replay-only @skip-python @skip-typescript @skip-java @skip-ruby
@replay-only @skip-java @skip-python @skip-ruby @skip-typescript
Scenario: Client is resilient to enum and oneOf deserialization errors
Given new "ListTests" request
When the request is sent
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 bb50e93

Please sign in to comment.