Skip to content

Commit ccee45c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specjirikuncar
authored
Regenerate client from commit 0047b09 of spec repo (#524)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: Jiri Kuncar <[email protected]>
1 parent 305c39c commit ccee45c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-02-15 12:44:11.380005",
8-
"spec_repo_commit": "cdd703e"
7+
"regenerated": "2022-02-16 09:18:22.142250",
8+
"spec_repo_commit": "0047b09"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-15 12:44:11.397741",
13-
"spec_repo_commit": "cdd703e"
12+
"regenerated": "2022-02-16 09:18:22.163393",
13+
"spec_repo_commit": "0047b09"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10786,7 +10786,7 @@ components:
1078610786
device:
1078710787
$ref: '#/components/schemas/SyntheticsDevice'
1078810788
duration:
10789-
description: Length in second of the browser test run.
10789+
description: Length in milliseconds of the browser test run.
1079010790
format: double
1079110791
type: number
1079210792
errorCount:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { AttributeTypeMap } from "./ObjectSerializer";
1818
export class SyntheticsBrowserTestResultShortResult {
1919
"device"?: SyntheticsDevice;
2020
/**
21-
* Length in second of the browser test run.
21+
* Length in milliseconds of the browser test run.
2222
*/
2323
"duration"?: number;
2424
/**

0 commit comments

Comments
 (0)