Skip to content

Commit adb07d1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b9e36dc8 of spec repo (#706)
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 aca486d commit adb07d1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.2",
7-
"regenerated": "2022-06-09 09:37:32.925879",
8-
"spec_repo_commit": "32abf518"
7+
"regenerated": "2022-06-09 11:12:56.798465",
8+
"spec_repo_commit": "b9e36dc8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-06-09 09:37:32.940107",
13-
"spec_repo_commit": "32abf518"
12+
"regenerated": "2022-06-09 11:12:56.813415",
13+
"spec_repo_commit": "b9e36dc8"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11227,12 +11227,12 @@ components:
1122711227
properties:
1122811228
cls:
1122911229
description: Cumulative Layout Shift.
11230-
format: int64
11231-
type: integer
11230+
format: double
11231+
type: number
1123211232
lcp:
1123311233
description: Largest Contentful Paint in milliseconds.
11234-
format: int64
11235-
type: integer
11234+
format: double
11235+
type: number
1123611236
url:
1123711237
description: URL attached to the metrics.
1123811238
type: string

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ export class SyntheticsCoreWebVitals {
3535
cls: {
3636
baseName: "cls",
3737
type: "number",
38-
format: "int64",
38+
format: "double",
3939
},
4040
lcp: {
4141
baseName: "lcp",
4242
type: "number",
43-
format: "int64",
43+
format: "double",
4444
},
4545
url: {
4646
baseName: "url",

0 commit comments

Comments
 (0)