Skip to content

Commit addf230

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add usage metering RUM Roku fields (#1189)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5dd4841 commit addf230

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-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.4",
7-
"regenerated": "2023-06-12 17:40:21.088731",
8-
"spec_repo_commit": "03643056"
7+
"regenerated": "2023-06-13 15:21:16.574126",
8+
"spec_repo_commit": "a19e81fb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-12 17:40:21.101862",
13-
"spec_repo_commit": "03643056"
12+
"regenerated": "2023-06-13 15:21:16.591506",
13+
"spec_repo_commit": "a19e81fb"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17652,6 +17652,11 @@ components:
1765217652
all hours in the current date for all organizations.
1765317653
format: int64
1765417654
type: integer
17655+
mobile_rum_session_count_roku_sum:
17656+
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
17657+
in the current date for all organizations.
17658+
format: int64
17659+
type: integer
1765517660
mobile_rum_session_count_sum:
1765617661
description: Shows the sum of all mobile RUM Sessions over all hours in
1765717662
the current date for all organizations
@@ -18058,6 +18063,11 @@ components:
1805818063
all hours in the current date for the given org.
1805918064
format: int64
1806018065
type: integer
18066+
mobile_rum_session_count_roku_sum:
18067+
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
18068+
in the current date for the given org.
18069+
format: int64
18070+
type: integer
1806118071
mobile_rum_session_count_sum:
1806218072
description: Shows the sum of all mobile RUM Sessions over all hours in
1806318073
the current date for the given org.
@@ -18502,6 +18512,11 @@ components:
1850218512
all hours in the current months for all organizations.
1850318513
format: int64
1850418514
type: integer
18515+
mobile_rum_session_count_roku_agg_sum:
18516+
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
18517+
in the current months for all organizations.
18518+
format: int64
18519+
type: integer
1850518520
mobile_rum_units_agg_sum:
1850618521
description: Shows the sum of all mobile RUM units over all hours in the
1850718522
current months for all organizations.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ export class UsageSummaryDate {
223223
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for all organizations.
224224
*/
225225
"mobileRumSessionCountReactnativeSum"?: number;
226+
/**
227+
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for all organizations.
228+
*/
229+
"mobileRumSessionCountRokuSum"?: number;
226230
/**
227231
* Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations
228232
*/
@@ -606,6 +610,11 @@ export class UsageSummaryDate {
606610
type: "number",
607611
format: "int64",
608612
},
613+
mobileRumSessionCountRokuSum: {
614+
baseName: "mobile_rum_session_count_roku_sum",
615+
type: "number",
616+
format: "int64",
617+
},
609618
mobileRumSessionCountSum: {
610619
baseName: "mobile_rum_session_count_sum",
611620
type: "number",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ export class UsageSummaryDateOrg {
222222
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for the given org.
223223
*/
224224
"mobileRumSessionCountReactnativeSum"?: number;
225+
/**
226+
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for the given org.
227+
*/
228+
"mobileRumSessionCountRokuSum"?: number;
225229
/**
226230
* Shows the sum of all mobile RUM Sessions over all hours in the current date for the given org.
227231
*/
@@ -612,6 +616,11 @@ export class UsageSummaryDateOrg {
612616
type: "number",
613617
format: "int64",
614618
},
619+
mobileRumSessionCountRokuSum: {
620+
baseName: "mobile_rum_session_count_roku_sum",
621+
type: "number",
622+
format: "int64",
623+
},
615624
mobileRumSessionCountSum: {
616625
baseName: "mobile_rum_session_count_sum",
617626
type: "number",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ export class UsageSummaryResponse {
248248
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current months for all organizations.
249249
*/
250250
"mobileRumSessionCountReactnativeAggSum"?: number;
251+
/**
252+
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current months for all organizations.
253+
*/
254+
"mobileRumSessionCountRokuAggSum"?: number;
251255
/**
252256
* Shows the sum of all mobile RUM units over all hours in the current months for all organizations.
253257
*/
@@ -672,6 +676,11 @@ export class UsageSummaryResponse {
672676
type: "number",
673677
format: "int64",
674678
},
679+
mobileRumSessionCountRokuAggSum: {
680+
baseName: "mobile_rum_session_count_roku_agg_sum",
681+
type: "number",
682+
format: "int64",
683+
},
675684
mobileRumUnitsAggSum: {
676685
baseName: "mobile_rum_units_agg_sum",
677686
type: "number",

0 commit comments

Comments
 (0)