Skip to content

Commit 04c87cf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add rum stream to API definition (#1713)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 3082ef8 commit 04c87cf

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.6",
7-
"regenerated": "2024-07-19 16:49:24.886321",
8-
"spec_repo_commit": "d47df1fc"
7+
"regenerated": "2024-07-19 17:23:33.461436",
8+
"spec_repo_commit": "e7026d11"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-19 16:49:24.904772",
13-
"spec_repo_commit": "d47df1fc"
12+
"regenerated": "2024-07-19 17:23:33.480228",
13+
"spec_repo_commit": "e7026d11"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,6 +4773,7 @@ components:
47734773
- logs_pattern_stream
47744774
- logs_transaction_stream
47754775
- event_stream
4776+
- rum_stream
47764777
example: apm_issue_stream
47774778
type: string
47784779
x-enum-varnames:
@@ -4787,6 +4788,7 @@ components:
47874788
- LOGS_PATTERN_STREAM
47884789
- LOGS_TRANSACTION_STREAM
47894790
- EVENT_STREAM
4791+
- RUM_STREAM
47904792
ListStreamWidgetDefinition:
47914793
description: 'The list stream visualization displays a table of recent events
47924794
in your application that

packages/datadog-api-client-v1/models/ListStreamSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type ListStreamSource =
2222
| typeof LOGS_PATTERN_STREAM
2323
| typeof LOGS_TRANSACTION_STREAM
2424
| typeof EVENT_STREAM
25+
| typeof RUM_STREAM
2526
| UnparsedObject;
2627
export const LOGS_STREAM = "logs_stream";
2728
export const AUDIT_STREAM = "audit_stream";
@@ -34,3 +35,4 @@ export const LOGS_ISSUE_STREAM = "logs_issue_stream";
3435
export const LOGS_PATTERN_STREAM = "logs_pattern_stream";
3536
export const LOGS_TRANSACTION_STREAM = "logs_transaction_stream";
3637
export const EVENT_STREAM = "event_stream";
38+
export const RUM_STREAM = "rum_stream";

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ const enumsMap: { [key: string]: any[] } = {
871871
"logs_pattern_stream",
872872
"logs_transaction_stream",
873873
"event_stream",
874+
"rum_stream",
874875
],
875876
ListStreamWidgetDefinitionType: ["list_stream"],
876877
LogStreamWidgetDefinitionType: ["log_stream"],

0 commit comments

Comments
 (0)