Skip to content

Commit 2620ca0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d9089b2 of spec repo (#465)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fc1a277 commit 2620ca0

File tree

6 files changed

+29
-15
lines changed

6 files changed

+29
-15
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.5.1.dev2",
7-
"regenerated": "2022-01-07 16:14:55.478126",
8-
"spec_repo_commit": "9ed9d34"
7+
"regenerated": "2022-01-10 14:23:32.138128",
8+
"spec_repo_commit": "d9089b2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-07 16:14:55.502362",
13-
"spec_repo_commit": "9ed9d34"
12+
"regenerated": "2022-01-10 14:23:32.160386",
13+
"spec_repo_commit": "d9089b2"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13180,8 +13180,13 @@ components:
1318013180
public_id:
1318113181
description: The organization public ID.
1318213182
type: string
13183+
replay_session_count:
13184+
description: Contains the number of RUM Replay Sessions (data available
13185+
beginning November 1, 2021).
13186+
format: int64
13187+
type: integer
1318313188
session_count:
13184-
description: Contains the number of RUM Sessions.
13189+
description: Contains the number of browser RUM Lite Sessions.
1318513190
format: int64
1318613191
type: integer
1318713192
session_count_android:
@@ -13611,8 +13616,8 @@ components:
1361113616
format: int64
1361213617
type: integer
1361313618
rum_session_count_sum:
13614-
description: Shows the sum of all browser RUM Sessions over all hours in
13615-
the current date for all organizations
13619+
description: Shows the sum of all browser RUM Lite Sessions over all hours
13620+
in the current date for all organizations
1361613621
format: int64
1361713622
type: integer
1361813623
rum_total_session_count_sum:
@@ -13890,8 +13895,8 @@ components:
1389013895
format: int64
1389113896
type: integer
1389213897
rum_session_count_sum:
13893-
description: Shows the sum of all browser RUM Sessions over all hours in
13894-
the current date for the given org.
13898+
description: Shows the sum of all browser RUM Lite Sessions over all hours
13899+
in the current date for the given org.
1389513900
format: int64
1389613901
type: integer
1389713902
rum_total_session_count_sum:
@@ -14209,8 +14214,8 @@ components:
1420914214
format: int64
1421014215
type: integer
1421114216
rum_session_count_agg_sum:
14212-
description: Shows the sum of all browser RUM Sessions over all hours in
14213-
the current months for all organizations.
14217+
description: Shows the sum of all browser RUM Lite Sessions over all hours
14218+
in the current months for all organizations.
1421414219
format: int64
1421514220
type: integer
1421614221
rum_total_session_count_agg_sum:

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ export class UsageRumSessionsHour {
2828
*/
2929
"publicId"?: string;
3030
/**
31-
* Contains the number of RUM Sessions.
31+
* Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).
32+
*/
33+
"replaySessionCount"?: number;
34+
/**
35+
* Contains the number of browser RUM Lite Sessions.
3236
*/
3337
"sessionCount"?: number;
3438
/**
@@ -56,6 +60,11 @@ export class UsageRumSessionsHour {
5660
baseName: "public_id",
5761
type: "string",
5862
},
63+
replaySessionCount: {
64+
baseName: "replay_session_count",
65+
type: "number",
66+
format: "int64",
67+
},
5968
sessionCount: {
6069
baseName: "session_count",
6170
type: "number",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class UsageSummaryDate {
197197
*/
198198
"rumBrowserAndMobileSessionCount"?: number;
199199
/**
200-
* Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations
200+
* Shows the sum of all browser RUM Lite Sessions over all hours in the current date for all organizations
201201
*/
202202
"rumSessionCountSum"?: number;
203203
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class UsageSummaryDateOrg {
200200
*/
201201
"rumBrowserAndMobileSessionCount"?: number;
202202
/**
203-
* Shows the sum of all browser RUM Sessions over all hours in the current date for the given org.
203+
* Shows the sum of all browser RUM Lite Sessions over all hours in the current date for the given org.
204204
*/
205205
"rumSessionCountSum"?: number;
206206
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class UsageSummaryResponse {
223223
*/
224224
"rumBrowserAndMobileSessionCount"?: number;
225225
/**
226-
* Shows the sum of all browser RUM Sessions over all hours in the current months for all organizations.
226+
* Shows the sum of all browser RUM Lite Sessions over all hours in the current months for all organizations.
227227
*/
228228
"rumSessionCountAggSum"?: number;
229229
/**

0 commit comments

Comments
 (0)