File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
packages/models-library/src/models_library Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -286,26 +286,9 @@ class BatchCreateRegisteredFunctionJobs(BatchCreateEnvelope[RegisteredFunctionJo
286286]
287287
288288
289- class RegisteredProjectFunctionJobPatchInput (BaseModel ):
289+ class FunctionJobPatchRequest (BaseModel ):
290290 uid : FunctionJobID
291- patch : RegisteredProjectFunctionJobPatch
292-
293-
294- RegisteredProjectFunctionJobPatchInputList : TypeAlias = Annotated [
295- list [RegisteredProjectFunctionJobPatchInput ],
296- Field (max_length = _MAX_LIST_LENGTH , min_length = _MIN_LIST_LENGTH ),
297- ]
298-
299-
300- class RegisteredSolverFunctionJobPatchInput (BaseModel ):
301- uid : FunctionJobID
302- patch : RegisteredSolverFunctionJobPatch
303-
304-
305- RegisteredSolverFunctionJobPatchInputList : TypeAlias = Annotated [
306- list [RegisteredSolverFunctionJobPatchInput ],
307- Field (max_length = _MAX_LIST_LENGTH , min_length = _MIN_LIST_LENGTH ),
308- ]
291+ patch : RegisteredFunctionJobPatch
309292
310293
311294class FunctionJobStatus (BaseModel ):
You can’t perform that action at this time.
0 commit comments