@boboddy/sdk 0.1.37-alpha → 0.1.38-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6566,6 +6566,7 @@ export type PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsBy
|
|
|
6566
6566
|
export type PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptResponse = PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptResponses[keyof PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdStepRunsByLinearPipelineStepRunIdAcceptResponses];
|
|
6567
6567
|
export type PostApiLinearPipelineExecutionsByLinearPipelineExecutionIdRerunData = {
|
|
6568
6568
|
body: {
|
|
6569
|
+
mode?: 'all' | 'failed';
|
|
6569
6570
|
fromStepKey?: string;
|
|
6570
6571
|
};
|
|
6571
6572
|
path: {
|