@rlvt/workflows-openapi-client 1.0.562 → 1.0.564
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.
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/definitions.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare type AnalyzerOverrides = {
|
|
|
101
101
|
name: string;
|
|
102
102
|
}[];
|
|
103
103
|
};
|
|
104
|
-
export declare type BranchInfosElementType = 0 | 1 | 2;
|
|
104
|
+
export declare type BranchInfosElementType = 0 | 1 | 2 | 3;
|
|
105
105
|
export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypoint = {
|
|
106
106
|
entrypointsByBranches: {
|
|
107
107
|
branch: string;
|
package/package.json
CHANGED