Skip to content

Commit 33ebabb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e5a0f5b3 of spec repo (#851)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7fdf792 commit 33ebabb

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.4",
7-
"regenerated": "2022-10-07 17:25:54.544359",
8-
"spec_repo_commit": "d4e4f476"
7+
"regenerated": "2022-10-07 18:45:13.140365",
8+
"spec_repo_commit": "e5a0f5b3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-07 17:25:54.556535",
13-
"spec_repo_commit": "d4e4f476"
12+
"regenerated": "2022-10-07 18:45:13.155433",
13+
"spec_repo_commit": "e5a0f5b3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11628,7 +11628,7 @@ components:
1162811628
status:
1162911629
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
1163011630
steps:
11631-
description: The steps of the test.
11631+
description: Array of steps for the test.
1163211632
items:
1163311633
$ref: '#/components/schemas/SyntheticsStep'
1163411634
type: array

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class SyntheticsBrowserTest {
4949
*/
5050
"status"?: SyntheticsTestPauseStatus;
5151
/**
52-
* The steps of the test.
52+
* Array of steps for the test.
5353
*/
5454
"steps"?: Array<SyntheticsStep>;
5555
/**

0 commit comments

Comments
 (0)