Skip to content

Commit 0193023

Browse files
[TODO]: update generated models from published OpenAPI spec
1 parent 252e0e4 commit 0193023

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

src/apify_client/_literals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
'expired-conference-token',
150150
'failed-to-charge-user',
151151
'final-invoice-negative',
152+
'full-permission-actor-not-approved',
152153
'github-branch-empty',
153154
'github-issue-already-exists',
154155
'github-public-key-not-found',
@@ -320,6 +321,7 @@
320321
'requested-dataset-view-does-not-exist',
321322
'resume-token-expired',
322323
'run-failed',
324+
'run-input-body-not-valid-json',
323325
'run-timeout-exceeded',
324326
'russia-is-evil',
325327
'same-user',

src/apify_client/_models.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,27 +3033,6 @@ class TestWebhookResponse(BaseModel):
30333033
data: WebhookDispatch
30343034

30353035

3036-
@docs_group('Models')
3037-
class UnknownBuildTagError(BaseModel):
3038-
model_config = ConfigDict(
3039-
extra='allow',
3040-
populate_by_name=True,
3041-
)
3042-
error: UnknownBuildTagErrorDetail | None = None
3043-
3044-
3045-
@docs_group('Models')
3046-
class UnknownBuildTagErrorDetail(ErrorDetail):
3047-
model_config = ConfigDict(
3048-
extra='allow',
3049-
populate_by_name=True,
3050-
)
3051-
type: Annotated[Literal['unknown-build-tag'], Field(title='ErrorType')] = 'unknown-build-tag'
3052-
"""
3053-
Machine-processable error type identifier.
3054-
"""
3055-
3056-
30573036
@docs_group('Models')
30583037
class UnlockRequestsResponse(BaseModel):
30593038
"""Response containing the result of unlocking requests."""

0 commit comments

Comments
 (0)