Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/usethis/_integrations/ci/bitbucket/schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: schema.json
# timestamp: 2025-06-24T21:03:56+00:00
# timestamp: 2025-07-29T10:34:16+00:00
# using the command:
# 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
# ruff: noqa: ERA001
Expand Down Expand Up @@ -263,7 +263,7 @@ class ArtifactsUpload(BaseModel):
..., description="The name of the artifact.", title="Artifact Name"
)
paths: ArtifactsPaths
type: Literal["shared", "unshared", "test-reports"] | None = Field(
type: Literal["shared", "scoped", "test-reports"] | None = Field(
default="shared", description="The type of the artifact.", title="Artifact Type"
)

Expand Down
Loading
Loading