Skip to content

Commit 358974c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
RUM-5223: List missing RUM application types (#2028)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 53ee814 commit 358974c

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
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-03 18:25:16.853230",
8-
"spec_repo_commit": "ce846cd6"
7+
"regenerated": "2024-07-09 14:54:45.179845",
8+
"spec_repo_commit": "44fcf2ce"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-03 18:25:16.870911",
13-
"spec_repo_commit": "ce846cd6"
12+
"regenerated": "2024-07-09 14:54:45.197454",
13+
"spec_repo_commit": "44fcf2ce"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15096,7 +15096,8 @@ components:
1509615096
type: integer
1509715097
type:
1509815098
description: Type of the RUM application. Supported values are `browser`,
15099-
`ios`, `android`, `react-native`, `flutter`.
15099+
`ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`,
15100+
`kotlin-multiplatform`.
1510015101
example: browser
1510115102
type: string
1510215103
updated_at:
@@ -15139,7 +15140,8 @@ components:
1513915140
type: string
1514015141
type:
1514115142
description: Type of the RUM application. Supported values are `browser`,
15142-
`ios`, `android`, `react-native`, `flutter`.
15143+
`ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`,
15144+
`kotlin-multiplatform`.
1514315145
example: browser
1514415146
type: string
1514515147
required:
@@ -15212,7 +15214,8 @@ components:
1521215214
type: integer
1521315215
type:
1521415216
description: Type of the RUM application. Supported values are `browser`,
15215-
`ios`, `android`, `react-native`, `flutter`.
15217+
`ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`,
15218+
`kotlin-multiplatform`.
1521615219
example: browser
1521715220
type: string
1521815221
updated_at:
@@ -15282,7 +15285,8 @@ components:
1528215285
type: string
1528315286
type:
1528415287
description: Type of the RUM application. Supported values are `browser`,
15285-
`ios`, `android`, `react-native`, `flutter`.
15288+
`ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`,
15289+
`kotlin-multiplatform`.
1528615290
example: browser
1528715291
type: string
1528815292
type: object

src/datadog_api_client/v2/model/rum_application_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
:param org_id: Org ID of the RUM application.
9393
:type org_id: int
9494
95-
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter``.
95+
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter`` , ``roku`` , ``electron`` , ``unity`` , ``kotlin-multiplatform``.
9696
:type type: str
9797
9898
:param updated_at: Timestamp in ms of the last update date.

src/datadog_api_client/v2/model/rum_application_create_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self_, name: str, type: Union[str, UnsetType] = unset, **kwargs):
3333
:param name: Name of the RUM application.
3434
:type name: str
3535
36-
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter``.
36+
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter`` , ``roku`` , ``electron`` , ``unity`` , ``kotlin-multiplatform``.
3737
:type type: str, optional
3838
"""
3939
if type is not unset:

src/datadog_api_client/v2/model/rum_application_list_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
:param org_id: Org ID of the RUM application.
8787
:type org_id: int
8888
89-
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter``.
89+
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter`` , ``roku`` , ``electron`` , ``unity`` , ``kotlin-multiplatform``.
9090
:type type: str
9191
9292
:param updated_at: Timestamp in ms of the last update date.

src/datadog_api_client/v2/model/rum_application_update_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self_, name: Union[str, UnsetType] = unset, type: Union[str, UnsetT
3333
:param name: Name of the RUM application.
3434
:type name: str, optional
3535
36-
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter``.
36+
:param type: Type of the RUM application. Supported values are ``browser`` , ``ios`` , ``android`` , ``react-native`` , ``flutter`` , ``roku`` , ``electron`` , ``unity`` , ``kotlin-multiplatform``.
3737
:type type: str, optional
3838
"""
3939
if name is not unset:

0 commit comments

Comments
 (0)