Skip to content

Commit fa74fee

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 52f78f82 of spec repo
1 parent d89666a commit fa74fee

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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.4",
7-
"regenerated": "2023-03-02 20:54:09.140271",
8-
"spec_repo_commit": "b2aaf22c"
7+
"regenerated": "2023-03-03 14:44:25.679478",
8+
"spec_repo_commit": "52f78f82"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-03-02 20:54:09.152032",
13-
"spec_repo_commit": "b2aaf22c"
12+
"regenerated": "2023-03-03 14:44:25.692282",
13+
"spec_repo_commit": "52f78f82"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4140,6 +4140,7 @@ components:
41404140
- ci_test_stream
41414141
- rum_issue_stream
41424142
- apm_issue_stream
4143+
- logs_issue_stream
41434144
- logs_pattern_stream
41444145
- logs_transaction_stream
41454146
- event_stream
@@ -4152,6 +4153,7 @@ components:
41524153
- CI_TEST_STREAM
41534154
- RUM_ISSUE_STREAM
41544155
- APM_ISSUE_STREAM
4156+
- LOGS_ISSUE_STREAM
41554157
- LOGS_PATTERN_STREAM
41564158
- LOGS_TRANSACTION_STREAM
41574159
- EVENT_STREAM

src/datadog_api_client/v1/model/list_stream_source.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ListStreamSource(ModelSimple):
1616
"""
1717
Source from which to query items to display in the stream.
1818
19-
:param value: If omitted defaults to "apm_issue_stream". Must be one of ["logs_stream", "audit_stream", "ci_pipeline_stream", "ci_test_stream", "rum_issue_stream", "apm_issue_stream", "logs_pattern_stream", "logs_transaction_stream", "event_stream"].
19+
:param value: If omitted defaults to "apm_issue_stream". Must be one of ["logs_stream", "audit_stream", "ci_pipeline_stream", "ci_test_stream", "rum_issue_stream", "apm_issue_stream", "logs_issue_stream", "logs_pattern_stream", "logs_transaction_stream", "event_stream"].
2020
:type value: str
2121
"""
2222

@@ -27,6 +27,7 @@ class ListStreamSource(ModelSimple):
2727
"ci_test_stream",
2828
"rum_issue_stream",
2929
"apm_issue_stream",
30+
"logs_issue_stream",
3031
"logs_pattern_stream",
3132
"logs_transaction_stream",
3233
"event_stream",
@@ -37,6 +38,7 @@ class ListStreamSource(ModelSimple):
3738
CI_TEST_STREAM: ClassVar["ListStreamSource"]
3839
RUM_ISSUE_STREAM: ClassVar["ListStreamSource"]
3940
APM_ISSUE_STREAM: ClassVar["ListStreamSource"]
41+
LOGS_ISSUE_STREAM: ClassVar["ListStreamSource"]
4042
LOGS_PATTERN_STREAM: ClassVar["ListStreamSource"]
4143
LOGS_TRANSACTION_STREAM: ClassVar["ListStreamSource"]
4244
EVENT_STREAM: ClassVar["ListStreamSource"]
@@ -54,6 +56,7 @@ def openapi_types(_):
5456
ListStreamSource.CI_TEST_STREAM = ListStreamSource("ci_test_stream")
5557
ListStreamSource.RUM_ISSUE_STREAM = ListStreamSource("rum_issue_stream")
5658
ListStreamSource.APM_ISSUE_STREAM = ListStreamSource("apm_issue_stream")
59+
ListStreamSource.LOGS_ISSUE_STREAM = ListStreamSource("logs_issue_stream")
5760
ListStreamSource.LOGS_PATTERN_STREAM = ListStreamSource("logs_pattern_stream")
5861
ListStreamSource.LOGS_TRANSACTION_STREAM = ListStreamSource("logs_transaction_stream")
5962
ListStreamSource.EVENT_STREAM = ListStreamSource("event_stream")

0 commit comments

Comments
 (0)