Skip to content

Commit 177251a

Browse files
Bump bitbucket pipelines schema
1 parent 3612118 commit 177251a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/usethis/_integrations/ci/bitbucket/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)