File tree Expand file tree Collapse file tree
src/usethis/_integrations/ci/bitbucket
tests/usethis/_integrations/ci/bitbucket Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: schema.json
3- # timestamp: 2025-06-24T21:03:56 +00:00
3+ # timestamp: 2025-07-29T10:34:16 +00:00
44# using the command:
55# datamodel-codegen --input tests\usethis\_integrations\ci\bitbucket\schema.json --input-file-type jsonschema --output src\usethis\_integrations\ci\bitbucket\schema.py --enum-field-as-literal all --field-constraints --use-double-quotes --use-union-operator --use-standard-collections --use-default-kwarg --output-model-type pydantic_v2.BaseModel --target-python-version 3.10
66# ruff: noqa: ERA001
@@ -263,7 +263,7 @@ class ArtifactsUpload(BaseModel):
263263 ..., description = "The name of the artifact." , title = "Artifact Name"
264264 )
265265 paths : ArtifactsPaths
266- type : Literal ["shared" , "unshared " , "test-reports" ] | None = Field (
266+ type : Literal ["shared" , "scoped " , "test-reports" ] | None = Field (
267267 default = "shared" , description = "The type of the artifact." , title = "Artifact Type"
268268 )
269269
You can’t perform that action at this time.
0 commit comments