File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' ,
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' ,
Original file line number Diff line number Diff 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' )
30583037class UnlockRequestsResponse (BaseModel ):
30593038 """Response containing the result of unlocking requests."""
You can’t perform that action at this time.
0 commit comments