Skip to content

Commit 9da1226

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
RUM-5223: List missing RUM application types (#1681)
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 e8b911b commit 9da1226

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:12.681194",
8-
"spec_repo_commit": "ce846cd6"
7+
"regenerated": "2024-07-09 14:54:56.751547",
8+
"spec_repo_commit": "44fcf2ce"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-03 18:25:12.698893",
13-
"spec_repo_commit": "ce846cd6"
12+
"regenerated": "2024-07-09 14:54:56.769489",
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

packages/datadog-api-client-v2/models/RUMApplicationAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class RUMApplicationAttributes {
4343
*/
4444
"orgId": number;
4545
/**
46-
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`.
46+
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
4747
*/
4848
"type": string;
4949
/**

packages/datadog-api-client-v2/models/RUMApplicationCreateAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class RUMApplicationCreateAttributes {
1515
*/
1616
"name": string;
1717
/**
18-
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`.
18+
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
1919
*/
2020
"type"?: string;
2121

packages/datadog-api-client-v2/models/RUMApplicationListAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class RUMApplicationListAttributes {
3939
*/
4040
"orgId": number;
4141
/**
42-
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`.
42+
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
4343
*/
4444
"type": string;
4545
/**

packages/datadog-api-client-v2/models/RUMApplicationUpdateAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class RUMApplicationUpdateAttributes {
1515
*/
1616
"name"?: string;
1717
/**
18-
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`.
18+
* Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
1919
*/
2020
"type"?: string;
2121

0 commit comments

Comments
 (0)