Skip to content

Commit dc8cd8d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 592474c8 of spec repo (#804)
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 e0065bc commit dc8cd8d

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-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": "2022-08-29 14:55:50.178640",
8-
"spec_repo_commit": "71afb1ee"
7+
"regenerated": "2022-08-29 15:23:51.611403",
8+
"spec_repo_commit": "592474c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-08-29 14:55:50.192392",
13-
"spec_repo_commit": "71afb1ee"
12+
"regenerated": "2022-08-29 15:23:51.629022",
13+
"spec_repo_commit": "592474c8"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14040,6 +14040,9 @@ components:
1404014040
description: Shows usage aggregation for a billing period.
1404114041
format: double
1404214042
type: number
14043+
region:
14044+
description: The region of the organization.
14045+
type: string
1404314046
start_date:
1404414047
description: Shows the first date of usage.
1404514048
format: date-time
@@ -15838,6 +15841,9 @@ components:
1583815841
public_id:
1583915842
description: The organization public id.
1584015843
type: string
15844+
region:
15845+
description: The region of the organization.
15846+
type: string
1584115847
rum_browser_and_mobile_session_count:
1584215848
description: Shows the sum of all mobile sessions and all browser lite and
1584315849
legacy sessions over all hours in the current date for the given org.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export class UsageBillableSummaryHour {
3535
* Shows usage aggregation for a billing period.
3636
*/
3737
"ratioInMonth"?: number;
38+
/**
39+
* The region of the organization.
40+
*/
41+
"region"?: string;
3842
/**
3943
* Shows the first date of usage.
4044
*/
@@ -80,6 +84,10 @@ export class UsageBillableSummaryHour {
8084
type: "number",
8185
format: "double",
8286
},
87+
region: {
88+
baseName: "region",
89+
type: "string",
90+
},
8391
startDate: {
8492
baseName: "start_date",
8593
type: "Date",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ export class UsageSummaryDateOrg {
230230
* The organization public id.
231231
*/
232232
"publicId"?: string;
233+
/**
234+
* The region of the organization.
235+
*/
236+
"region"?: string;
233237
/**
234238
* Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current date for the given org.
235239
*/
@@ -556,6 +560,10 @@ export class UsageSummaryDateOrg {
556560
baseName: "public_id",
557561
type: "string",
558562
},
563+
region: {
564+
baseName: "region",
565+
type: "string",
566+
},
559567
rumBrowserAndMobileSessionCount: {
560568
baseName: "rum_browser_and_mobile_session_count",
561569
type: "number",

0 commit comments

Comments
 (0)