Skip to content

Commit

Permalink
Regenerate client from commit 5a8a968 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 3, 2021
1 parent af50619 commit 4f84acf
Show file tree
Hide file tree
Showing 15 changed files with 368 additions and 30 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-11-02 14:05:20.854606",
"spec_repo_commit": "ca6b2d8"
"regenerated": "2021-11-03 12:24:03.439599",
"spec_repo_commit": "5a8a968"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-02 14:05:21.374269",
"spec_repo_commit": "ca6b2d8"
"regenerated": "2021-11-03 12:24:04.135960",
"spec_repo_commit": "5a8a968"
}
}
}
25 changes: 19 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9846,22 +9846,34 @@ components:
description: Description of the CI provider.
properties:
pipeline:
description: Name of the pipeline.
type: string
$ref: '#/components/schemas/SyntheticsCIBatchMetadataPipeline'
provider:
description: Name of the CI provider.
type: string
$ref: '#/components/schemas/SyntheticsCIBatchMetadataProvider'
type: object
SyntheticsCIBatchMetadataGit:
description: Git information.
properties:
branch:
description: The branch name.
type: string
commit_sha:
commitSha:
description: The commit SHA.
type: string
type: object
SyntheticsCIBatchMetadataPipeline:
description: Description of the CI pipeline.
properties:
url:
description: URL of the pipeline.
type: string
type: object
SyntheticsCIBatchMetadataProvider:
description: Description of the CI provider.
properties:
name:
description: Name of the CI provider.
type: string
type: object
SyntheticsCITest:
description: Test configuration for Synthetics CI
properties:
Expand Down Expand Up @@ -10659,7 +10671,8 @@ components:
properties:
assertions:
default: []
description: Array of assertions used for the test.
description: Array of assertions used for the test. Required for single
API tests.
example: []
items:
$ref: '#/components/schemas/SyntheticsAssertion'
Expand Down
2 changes: 2 additions & 0 deletions docs/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions docs/v1/SyntheticsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/v1/SyntheticsCIBatchMetadataCI.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/v1/SyntheticsCIBatchMetadataPipeline.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/v1/SyntheticsCIBatchMetadataProvider.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/v1/SyntheticsTestConfig.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions src/datadog_api_client/v1/model/synthetics_ci_batch_metadata_ci.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f84acf

Please sign in to comment.