Skip to content

Commit 60f6f5e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3517c947 of spec repo
1 parent f7ad880 commit 60f6f5e

File tree

5 files changed

+138
-12
lines changed

5 files changed

+138
-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": "2025-01-13 17:10:17.417320",
8-
"spec_repo_commit": "be17a7b8"
7+
"regenerated": "2025-01-13 18:28:02.983186",
8+
"spec_repo_commit": "3517c947"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 17:10:17.436132",
13-
"spec_repo_commit": "be17a7b8"
12+
"regenerated": "2025-01-13 18:28:02.998674",
13+
"spec_repo_commit": "3517c947"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20269,7 +20269,7 @@ components:
2026920269
type: integer
2027020270
profiling_host_top99p:
2027120271
description: Shows the 99th percentile of all profiled hosts over all hours
20272-
in the current date for all organizations.
20272+
within the current date for all organizations.
2027320273
format: int64
2027420274
type: integer
2027520275
rum_browser_and_mobile_session_count:
@@ -20358,10 +20358,25 @@ components:
2035820358
type: integer
2035920359
rum_mobile_lite_session_count_roku_sum:
2036020360
description: Shows the sum of all mobile RUM lite sessions on Roku over
20361-
all hours in the current date for all organizations (To be introduced
20361+
all hours within the current date for all organizations (To be introduced
2036220362
on October 1st, 2024).
2036320363
format: int64
2036420364
type: integer
20365+
rum_mobile_replay_session_count_android_sum:
20366+
description: Shows the sum of all mobile RUM replay sessions on Android
20367+
over all hours within the current date for the given org.
20368+
format: int64
20369+
type: integer
20370+
rum_mobile_replay_session_count_ios_sum:
20371+
description: Shows the sum of all mobile RUM replay sessions on iOS over
20372+
all hours within the current date for the given org.
20373+
format: int64
20374+
type: integer
20375+
rum_mobile_replay_session_count_reactnative_sum:
20376+
description: Shows the sum of all mobile RUM replay sessions on React Native
20377+
over all hours within the current date for the given org.
20378+
format: int64
20379+
type: integer
2036520380
rum_replay_session_count_sum:
2036620381
description: Shows the sum of all RUM Session Replay counts over all hours
2036720382
in the current date for all organizations (To be introduced on October
@@ -21122,7 +21137,7 @@ components:
2112221137
type: integer
2112321138
profiling_host_top99p:
2112421139
description: Shows the 99th percentile of all profiled hosts over all hours
21125-
in the current date for the given org.
21140+
within the current date for the given org.
2112621141
format: int64
2112721142
type: integer
2112821143
public_id:
@@ -21221,6 +21236,21 @@ components:
2122121236
1st, 2024).
2122221237
format: int64
2122321238
type: integer
21239+
rum_mobile_replay_session_count_android_sum:
21240+
description: Shows the sum of all mobile RUM replay sessions on Android
21241+
over all hours within the current date for the given org.
21242+
format: int64
21243+
type: integer
21244+
rum_mobile_replay_session_count_ios_sum:
21245+
description: Shows the sum of all mobile RUM replay sessions on iOS over
21246+
all hours within the current date for the given org.
21247+
format: int64
21248+
type: integer
21249+
rum_mobile_replay_session_count_reactnative_sum:
21250+
description: Shows the sum of all mobile RUM replay sessions on React Native
21251+
over all hours within the current date for the given org.
21252+
format: int64
21253+
type: integer
2122421254
rum_replay_session_count_sum:
2122521255
description: Shows the sum of all RUM Session Replay counts over all hours
2122621256
in the current date for the given org (To be introduced on October 1st,
@@ -22109,10 +22139,25 @@ components:
2210922139
type: integer
2211022140
rum_mobile_lite_session_count_roku_agg_sum:
2211122141
description: Shows the sum of all mobile RUM lite sessions on Roku over
22112-
all hours in the current month for all organizations (To be introduced
22142+
all hours within the current month for all organizations (To be introduced
2211322143
on October 1st, 2024).
2211422144
format: int64
2211522145
type: integer
22146+
rum_mobile_replay_session_count_android_agg_sum:
22147+
description: Shows the sum of all mobile RUM replay sessions on Android
22148+
over all hours within the current month for all organizations.
22149+
format: int64
22150+
type: integer
22151+
rum_mobile_replay_session_count_ios_agg_sum:
22152+
description: Shows the sum of all mobile RUM replay sessions on iOS over
22153+
all hours within the current month for all organizations.
22154+
format: int64
22155+
type: integer
22156+
rum_mobile_replay_session_count_reactnative_agg_sum:
22157+
description: Shows the sum of all mobile RUM replay sessions on React Native
22158+
over all hours within the current month for all organizations.
22159+
format: int64
22160+
type: integer
2211622161
rum_replay_session_count_agg_sum:
2211722162
description: Shows the sum of all RUM Session Replay counts over all hours
2211822163
in the current month for all organizations (To be introduced on October

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

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export class UsageSummaryDate {
472472
*/
473473
"profilingAasCountTop99p"?: number;
474474
/**
475-
* Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
475+
* Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
476476
*/
477477
"profilingHostTop99p"?: number;
478478
/**
@@ -532,9 +532,21 @@ export class UsageSummaryDate {
532532
*/
533533
"rumMobileLiteSessionCountReactnativeSum"?: number;
534534
/**
535-
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
535+
* Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date for all organizations (To be introduced on October 1st, 2024).
536536
*/
537537
"rumMobileLiteSessionCountRokuSum"?: number;
538+
/**
539+
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
540+
*/
541+
"rumMobileReplaySessionCountAndroidSum"?: number;
542+
/**
543+
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
544+
*/
545+
"rumMobileReplaySessionCountIosSum"?: number;
546+
/**
547+
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
548+
*/
549+
"rumMobileReplaySessionCountReactnativeSum"?: number;
538550
/**
539551
* Shows the sum of all RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
540552
*/
@@ -1306,6 +1318,21 @@ export class UsageSummaryDate {
13061318
type: "number",
13071319
format: "int64",
13081320
},
1321+
rumMobileReplaySessionCountAndroidSum: {
1322+
baseName: "rum_mobile_replay_session_count_android_sum",
1323+
type: "number",
1324+
format: "int64",
1325+
},
1326+
rumMobileReplaySessionCountIosSum: {
1327+
baseName: "rum_mobile_replay_session_count_ios_sum",
1328+
type: "number",
1329+
format: "int64",
1330+
},
1331+
rumMobileReplaySessionCountReactnativeSum: {
1332+
baseName: "rum_mobile_replay_session_count_reactnative_sum",
1333+
type: "number",
1334+
format: "int64",
1335+
},
13091336
rumReplaySessionCountSum: {
13101337
baseName: "rum_replay_session_count_sum",
13111338
type: "number",

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export class UsageSummaryDateOrg {
487487
*/
488488
"profilingAasCountTop99p"?: number;
489489
/**
490-
* Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
490+
* Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
491491
*/
492492
"profilingHostTop99p"?: number;
493493
/**
@@ -558,6 +558,18 @@ export class UsageSummaryDateOrg {
558558
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
559559
*/
560560
"rumMobileLiteSessionCountRokuSum"?: number;
561+
/**
562+
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
563+
*/
564+
"rumMobileReplaySessionCountAndroidSum"?: number;
565+
/**
566+
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
567+
*/
568+
"rumMobileReplaySessionCountIosSum"?: number;
569+
/**
570+
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
571+
*/
572+
"rumMobileReplaySessionCountReactnativeSum"?: number;
561573
/**
562574
* Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
563575
*/
@@ -1354,6 +1366,21 @@ export class UsageSummaryDateOrg {
13541366
type: "number",
13551367
format: "int64",
13561368
},
1369+
rumMobileReplaySessionCountAndroidSum: {
1370+
baseName: "rum_mobile_replay_session_count_android_sum",
1371+
type: "number",
1372+
format: "int64",
1373+
},
1374+
rumMobileReplaySessionCountIosSum: {
1375+
baseName: "rum_mobile_replay_session_count_ios_sum",
1376+
type: "number",
1377+
format: "int64",
1378+
},
1379+
rumMobileReplaySessionCountReactnativeSum: {
1380+
baseName: "rum_mobile_replay_session_count_reactnative_sum",
1381+
type: "number",
1382+
format: "int64",
1383+
},
13571384
rumReplaySessionCountSum: {
13581385
baseName: "rum_replay_session_count_sum",
13591386
type: "number",

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,21 @@ export class UsageSummaryResponse {
569569
*/
570570
"rumMobileLiteSessionCountReactnativeAggSum"?: number;
571571
/**
572-
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
572+
* Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current month for all organizations (To be introduced on October 1st, 2024).
573573
*/
574574
"rumMobileLiteSessionCountRokuAggSum"?: number;
575+
/**
576+
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current month for all organizations.
577+
*/
578+
"rumMobileReplaySessionCountAndroidAggSum"?: number;
579+
/**
580+
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current month for all organizations.
581+
*/
582+
"rumMobileReplaySessionCountIosAggSum"?: number;
583+
/**
584+
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current month for all organizations.
585+
*/
586+
"rumMobileReplaySessionCountReactnativeAggSum"?: number;
575587
/**
576588
* Shows the sum of all RUM Session Replay counts over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
577589
*/
@@ -1396,6 +1408,21 @@ export class UsageSummaryResponse {
13961408
type: "number",
13971409
format: "int64",
13981410
},
1411+
rumMobileReplaySessionCountAndroidAggSum: {
1412+
baseName: "rum_mobile_replay_session_count_android_agg_sum",
1413+
type: "number",
1414+
format: "int64",
1415+
},
1416+
rumMobileReplaySessionCountIosAggSum: {
1417+
baseName: "rum_mobile_replay_session_count_ios_agg_sum",
1418+
type: "number",
1419+
format: "int64",
1420+
},
1421+
rumMobileReplaySessionCountReactnativeAggSum: {
1422+
baseName: "rum_mobile_replay_session_count_reactnative_agg_sum",
1423+
type: "number",
1424+
format: "int64",
1425+
},
13991426
rumReplaySessionCountAggSum: {
14001427
baseName: "rum_replay_session_count_agg_sum",
14011428
type: "number",

0 commit comments

Comments
 (0)