@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.562+5725c23",
3
+ "version": "1.0.564+d520eb6",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",