File tree 4 files changed +9
-4
lines changed
packages/datadog-api-client-v1/models
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-03-02 20:54:18.738538 ",
8
- "spec_repo_commit": "b2aaf22c "
7
+ "regenerated": "2023-03-03 14:44:24.329280 ",
8
+ "spec_repo_commit": "52f78f82 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-03-02 20:54:18.754815 ",
13
- "spec_repo_commit": "b2aaf22c "
12
+ "regenerated": "2023-03-03 14:44:24.342241 ",
13
+ "spec_repo_commit": "52f78f82 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4140,6 +4140,7 @@ components:
4140
4140
- ci_test_stream
4141
4141
- rum_issue_stream
4142
4142
- apm_issue_stream
4143
+ - logs_issue_stream
4143
4144
- logs_pattern_stream
4144
4145
- logs_transaction_stream
4145
4146
- event_stream
@@ -4152,6 +4153,7 @@ components:
4152
4153
- CI_TEST_STREAM
4153
4154
- RUM_ISSUE_STREAM
4154
4155
- APM_ISSUE_STREAM
4156
+ - LOGS_ISSUE_STREAM
4155
4157
- LOGS_PATTERN_STREAM
4156
4158
- LOGS_TRANSACTION_STREAM
4157
4159
- EVENT_STREAM
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export type ListStreamSource =
17
17
| typeof CI_TEST_STREAM
18
18
| typeof RUM_ISSUE_STREAM
19
19
| typeof APM_ISSUE_STREAM
20
+ | typeof LOGS_ISSUE_STREAM
20
21
| typeof LOGS_PATTERN_STREAM
21
22
| typeof LOGS_TRANSACTION_STREAM
22
23
| typeof EVENT_STREAM
@@ -27,6 +28,7 @@ export const CI_PIPELINE_STREAM = "ci_pipeline_stream";
27
28
export const CI_TEST_STREAM = "ci_test_stream" ;
28
29
export const RUM_ISSUE_STREAM = "rum_issue_stream" ;
29
30
export const APM_ISSUE_STREAM = "apm_issue_stream" ;
31
+ export const LOGS_ISSUE_STREAM = "logs_issue_stream" ;
30
32
export const LOGS_PATTERN_STREAM = "logs_pattern_stream" ;
31
33
export const LOGS_TRANSACTION_STREAM = "logs_transaction_stream" ;
32
34
export const EVENT_STREAM = "event_stream" ;
Original file line number Diff line number Diff line change @@ -748,6 +748,7 @@ const enumsMap: { [key: string]: any[] } = {
748
748
"ci_test_stream" ,
749
749
"rum_issue_stream" ,
750
750
"apm_issue_stream" ,
751
+ "logs_issue_stream" ,
751
752
"logs_pattern_stream" ,
752
753
"logs_transaction_stream" ,
753
754
"event_stream" ,
You can’t perform that action at this time.
0 commit comments