Skip to content

Commit 5d57a29

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5a8a968 of spec repo (#610)
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 af50619 commit 5d57a29

15 files changed

+368
-30
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.5.1.dev2",
7-
"regenerated": "2021-11-02 14:05:20.854606",
8-
"spec_repo_commit": "ca6b2d8"
7+
"regenerated": "2021-11-03 12:24:03.439599",
8+
"spec_repo_commit": "5a8a968"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-11-02 14:05:21.374269",
13-
"spec_repo_commit": "ca6b2d8"
12+
"regenerated": "2021-11-03 12:24:04.135960",
13+
"spec_repo_commit": "5a8a968"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9846,22 +9846,34 @@ components:
98469846
description: Description of the CI provider.
98479847
properties:
98489848
pipeline:
9849-
description: Name of the pipeline.
9850-
type: string
9849+
$ref: '#/components/schemas/SyntheticsCIBatchMetadataPipeline'
98519850
provider:
9852-
description: Name of the CI provider.
9853-
type: string
9851+
$ref: '#/components/schemas/SyntheticsCIBatchMetadataProvider'
98549852
type: object
98559853
SyntheticsCIBatchMetadataGit:
98569854
description: Git information.
98579855
properties:
98589856
branch:
98599857
description: The branch name.
98609858
type: string
9861-
commit_sha:
9859+
commitSha:
98629860
description: The commit SHA.
98639861
type: string
98649862
type: object
9863+
SyntheticsCIBatchMetadataPipeline:
9864+
description: Description of the CI pipeline.
9865+
properties:
9866+
url:
9867+
description: URL of the pipeline.
9868+
type: string
9869+
type: object
9870+
SyntheticsCIBatchMetadataProvider:
9871+
description: Description of the CI provider.
9872+
properties:
9873+
name:
9874+
description: Name of the CI provider.
9875+
type: string
9876+
type: object
98659877
SyntheticsCITest:
98669878
description: Test configuration for Synthetics CI
98679879
properties:
@@ -10659,7 +10671,8 @@ components:
1065910671
properties:
1066010672
assertions:
1066110673
default: []
10662-
description: Array of assertions used for the test.
10674+
description: Array of assertions used for the test. Required for single
10675+
API tests.
1066310676
example: []
1066410677
items:
1066510678
$ref: '#/components/schemas/SyntheticsAssertion'

docs/v1/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SyntheticsApi.md

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SyntheticsCIBatchMetadataCI.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SyntheticsCIBatchMetadataPipeline.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SyntheticsCIBatchMetadataProvider.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SyntheticsTestConfig.md

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/synthetics_ci_batch_metadata_ci.py

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/synthetics_ci_batch_metadata_git.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)