@boboddy/sdk 0.1.36-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: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@boboddy/sdk",
4
- "version": "0.1.36-alpha",
4
+ "version": "0.1.38-alpha",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {