Skip to content

Commit 09099c4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 963b9ad of spec repo
1 parent f4e7682 commit 09099c4

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13992,19 +13992,19 @@ components:
1399213992
x-enum-varnames:
1399313993
- NETFLOW_SANKEY
1399413994
SankeyRumDataSource:
13995-
default: rum
13996-
description: Sankey widget with RUM data source.
13995+
default: product_analytics
13996+
description: Product Analytics or RUM data source type.
1399713997
enum:
1399813998
- rum
1399913999
- product_analytics
14000-
example: rum
14000+
example: product_analytics
1400114001
type: string
1400214002
x-enum-varnames:
1400314003
- RUM
1400414004
- PRODUCT_ANALYTICS
1400514005
SankeyRumQuery:
1400614006
additionalProperties: false
14007-
description: Sankey widget with RUM data source query.
14007+
description: Query configuration for Product Analytics or RUM Sankey widget.
1400814008
properties:
1400914009
audience_filters:
1401014010
$ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
@@ -14044,7 +14044,7 @@ components:
1404414044
type: object
1404514045
SankeyRumQueryMode:
1404614046
default: source
14047-
description: Sankey mode for RUM queries.
14047+
description: Sankey mode for Product Analytics or RUM queries.
1404814048
enum:
1404914049
- source
1405014050
- target
@@ -14055,7 +14055,7 @@ components:
1405514055
- TARGET
1405614056
SankeyRumRequest:
1405714057
additionalProperties: false
14058-
description: Sankey widget with RUM data source.
14058+
description: Sankey widget request for Product Analytics or RUM data source.
1405914059
properties:
1406014060
query:
1406114061
$ref: "#/components/schemas/SankeyRumQuery"

src/datadog_api_client/v1/model/sankey_rum_data_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
class SankeyRumDataSource(ModelSimple):
1616
"""
17-
Sankey widget with RUM data source.
17+
Product Analytics or RUM data source type.
1818
19-
:param value: If omitted defaults to "rum". Must be one of ["rum", "product_analytics"].
19+
:param value: If omitted defaults to "product_analytics". Must be one of ["rum", "product_analytics"].
2020
:type value: str
2121
"""
2222

src/datadog_api_client/v1/model/sankey_rum_query.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ def __init__(
8282
**kwargs,
8383
):
8484
"""
85-
Sankey widget with RUM data source query.
85+
Query configuration for Product Analytics or RUM Sankey widget.
8686
8787
:param audience_filters: Product Analytics/RUM audience filters.
8888
:type audience_filters: ProductAnalyticsAudienceFilters, optional
8989
90-
:param data_source: Sankey widget with RUM data source.
90+
:param data_source: Product Analytics or RUM data source type.
9191
:type data_source: SankeyRumDataSource
9292
9393
:param entries_per_step: Entries per step.
@@ -96,7 +96,7 @@ def __init__(
9696
:param join_keys: Join keys.
9797
:type join_keys: SankeyJoinKeys, optional
9898
99-
:param mode: Sankey mode for RUM queries.
99+
:param mode: Sankey mode for Product Analytics or RUM queries.
100100
:type mode: SankeyRumQueryMode
101101
102102
:param number_of_steps: Number of steps.

src/datadog_api_client/v1/model/sankey_rum_query_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class SankeyRumQueryMode(ModelSimple):
1616
"""
17-
Sankey mode for RUM queries.
17+
Sankey mode for Product Analytics or RUM queries.
1818
1919
:param value: If omitted defaults to "source". Must be one of ["source", "target"].
2020
:type value: str

src/datadog_api_client/v1/model/sankey_rum_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def openapi_types(_):
3838

3939
def __init__(self_, query: SankeyRumQuery, request_type: SankeyWidgetDefinitionType, **kwargs):
4040
"""
41-
Sankey widget with RUM data source.
41+
Sankey widget request for Product Analytics or RUM data source.
4242
43-
:param query: Sankey widget with RUM data source query.
43+
:param query: Query configuration for Product Analytics or RUM Sankey widget.
4444
:type query: SankeyRumQuery
4545
4646
:param request_type: Type of the Sankey widget.

src/datadog_api_client/v1/model/sankey_widget_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, **kwargs):
1515
"""
1616
Request definition for Sankey widget.
1717
18-
:param query: Sankey widget with RUM data source query.
18+
:param query: Query configuration for Product Analytics or RUM Sankey widget.
1919
:type query: SankeyRumQuery
2020
2121
:param request_type: Type of the Sankey widget.

0 commit comments

Comments
 (0)