Skip to content

Commit

Permalink
Regenerate client from commit 33ea608 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 18, 2021
1 parent a4b3213 commit 3fdc59e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-18 14:42:23.285978",
"spec_repo_commit": "eb96eba"
"regenerated": "2021-12-18 21:23:57.587467",
"spec_repo_commit": "33ea608"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-18 14:42:23.314041",
"spec_repo_commit": "eb96eba"
"regenerated": "2021-12-18 21:23:57.614839",
"spec_repo_commit": "33ea608"
}
}
}
12 changes: 0 additions & 12 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12930,22 +12930,10 @@ components:
description: Number of RUM Units used for each hour for a given organization
(data available as of November 1, 2021).
properties:
browser_rum_lite_session_count:
description: Number of browser RUM lite sessions.
format: int64
type: integer
browser_rum_replay_session_count:
description: Number of browser RUM replay sessions.
format: int64
type: integer
browser_rum_units:
description: The number of browser RUM units.
format: int64
type: integer
mobile_rum_lite_session_count:
description: Number of mobile RUM lite sessions.
format: int64
type: integer
mobile_rum_units:
description: The number of mobile RUM units.
format: int64
Expand Down
30 changes: 0 additions & 30 deletions packages/datadog-api-client-v1/models/UsageRumUnitsHour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,10 @@
*/

export class UsageRumUnitsHour {
/**
* Number of browser RUM lite sessions.
*/
"browserRumLiteSessionCount"?: number;
/**
* Number of browser RUM replay sessions.
*/
"browserRumReplaySessionCount"?: number;
/**
* The number of browser RUM units.
*/
"browserRumUnits"?: number;
/**
* Number of mobile RUM lite sessions.
*/
"mobileRumLiteSessionCount"?: number;
/**
* The number of mobile RUM units.
*/
Expand Down Expand Up @@ -52,30 +40,12 @@ export class UsageRumUnitsHour {
format?: string;
};
} = {
browserRumLiteSessionCount: {
baseName: "browser_rum_lite_session_count",
type: "number",

format: "int64",
},
browserRumReplaySessionCount: {
baseName: "browser_rum_replay_session_count",
type: "number",

format: "int64",
},
browserRumUnits: {
baseName: "browser_rum_units",
type: "number",

format: "int64",
},
mobileRumLiteSessionCount: {
baseName: "mobile_rum_lite_session_count",
type: "number",

format: "int64",
},
mobileRumUnits: {
baseName: "mobile_rum_units",
type: "number",
Expand Down

0 comments on commit 3fdc59e

Please sign in to comment.