@rlvt/workflows-openapi-client 1.0.473 → 1.0.474
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/api.d.ts +24 -32
- package/build/definitions.d.ts +3 -4
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -179,10 +179,6 @@ export default class {
|
|
|
179
179
|
} | undefined;
|
|
180
180
|
readonly analyze: {
|
|
181
181
|
readonly?: "__readonly" | undefined;
|
|
182
|
-
entrypointsByBranches: {
|
|
183
|
-
branch: string;
|
|
184
|
-
entrypointIds: string[];
|
|
185
|
-
}[];
|
|
186
182
|
branches: string[];
|
|
187
183
|
individualizedBranches: string[];
|
|
188
184
|
defaultBranches: string[];
|
|
@@ -192,6 +188,9 @@ export default class {
|
|
|
192
188
|
branchesInfos: {
|
|
193
189
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
194
190
|
};
|
|
191
|
+
entrypointsPerDataNodeId: {
|
|
192
|
+
[x: string]: string[];
|
|
193
|
+
};
|
|
195
194
|
outputsForEntrypoint: {
|
|
196
195
|
[x: string]: string[];
|
|
197
196
|
};
|
|
@@ -312,10 +311,6 @@ export default class {
|
|
|
312
311
|
} | undefined;
|
|
313
312
|
readonly analyze: {
|
|
314
313
|
readonly?: "__readonly" | undefined;
|
|
315
|
-
entrypointsByBranches: {
|
|
316
|
-
branch: string;
|
|
317
|
-
entrypointIds: string[];
|
|
318
|
-
}[];
|
|
319
314
|
branches: string[];
|
|
320
315
|
individualizedBranches: string[];
|
|
321
316
|
defaultBranches: string[];
|
|
@@ -325,6 +320,9 @@ export default class {
|
|
|
325
320
|
branchesInfos: {
|
|
326
321
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
327
322
|
};
|
|
323
|
+
entrypointsPerDataNodeId: {
|
|
324
|
+
[x: string]: string[];
|
|
325
|
+
};
|
|
328
326
|
outputsForEntrypoint: {
|
|
329
327
|
[x: string]: string[];
|
|
330
328
|
};
|
|
@@ -443,10 +441,6 @@ export default class {
|
|
|
443
441
|
} | undefined;
|
|
444
442
|
readonly analyze: {
|
|
445
443
|
readonly?: "__readonly" | undefined;
|
|
446
|
-
entrypointsByBranches: {
|
|
447
|
-
branch: string;
|
|
448
|
-
entrypointIds: string[];
|
|
449
|
-
}[];
|
|
450
444
|
branches: string[];
|
|
451
445
|
individualizedBranches: string[];
|
|
452
446
|
defaultBranches: string[];
|
|
@@ -456,6 +450,9 @@ export default class {
|
|
|
456
450
|
branchesInfos: {
|
|
457
451
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
458
452
|
};
|
|
453
|
+
entrypointsPerDataNodeId: {
|
|
454
|
+
[x: string]: string[];
|
|
455
|
+
};
|
|
459
456
|
outputsForEntrypoint: {
|
|
460
457
|
[x: string]: string[];
|
|
461
458
|
};
|
|
@@ -623,10 +620,6 @@ export default class {
|
|
|
623
620
|
} | undefined;
|
|
624
621
|
readonly analyze?: {
|
|
625
622
|
readonly?: "__readonly" | undefined;
|
|
626
|
-
entrypointsByBranches: {
|
|
627
|
-
branch: string;
|
|
628
|
-
entrypointIds: string[];
|
|
629
|
-
}[];
|
|
630
623
|
branches: string[];
|
|
631
624
|
individualizedBranches: string[];
|
|
632
625
|
defaultBranches: string[];
|
|
@@ -636,6 +629,9 @@ export default class {
|
|
|
636
629
|
branchesInfos: {
|
|
637
630
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
638
631
|
};
|
|
632
|
+
entrypointsPerDataNodeId: {
|
|
633
|
+
[x: string]: string[];
|
|
634
|
+
};
|
|
639
635
|
outputsForEntrypoint: {
|
|
640
636
|
[x: string]: string[];
|
|
641
637
|
};
|
|
@@ -775,10 +771,6 @@ export default class {
|
|
|
775
771
|
} | undefined;
|
|
776
772
|
readonly analyze: {
|
|
777
773
|
readonly?: "__readonly" | undefined;
|
|
778
|
-
entrypointsByBranches: {
|
|
779
|
-
branch: string;
|
|
780
|
-
entrypointIds: string[];
|
|
781
|
-
}[];
|
|
782
774
|
branches: string[];
|
|
783
775
|
individualizedBranches: string[];
|
|
784
776
|
defaultBranches: string[];
|
|
@@ -788,6 +780,9 @@ export default class {
|
|
|
788
780
|
branchesInfos: {
|
|
789
781
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
790
782
|
};
|
|
783
|
+
entrypointsPerDataNodeId: {
|
|
784
|
+
[x: string]: string[];
|
|
785
|
+
};
|
|
791
786
|
outputsForEntrypoint: {
|
|
792
787
|
[x: string]: string[];
|
|
793
788
|
};
|
|
@@ -914,10 +909,6 @@ export default class {
|
|
|
914
909
|
} | undefined;
|
|
915
910
|
readonly analyze: {
|
|
916
911
|
readonly?: "__readonly" | undefined;
|
|
917
|
-
entrypointsByBranches: {
|
|
918
|
-
branch: string;
|
|
919
|
-
entrypointIds: string[];
|
|
920
|
-
}[];
|
|
921
912
|
branches: string[];
|
|
922
913
|
individualizedBranches: string[];
|
|
923
914
|
defaultBranches: string[];
|
|
@@ -927,6 +918,9 @@ export default class {
|
|
|
927
918
|
branchesInfos: {
|
|
928
919
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
929
920
|
};
|
|
921
|
+
entrypointsPerDataNodeId: {
|
|
922
|
+
[x: string]: string[];
|
|
923
|
+
};
|
|
930
924
|
outputsForEntrypoint: {
|
|
931
925
|
[x: string]: string[];
|
|
932
926
|
};
|
|
@@ -1042,10 +1036,6 @@ export default class {
|
|
|
1042
1036
|
} | undefined;
|
|
1043
1037
|
readonly analyze: {
|
|
1044
1038
|
readonly?: "__readonly" | undefined;
|
|
1045
|
-
entrypointsByBranches: {
|
|
1046
|
-
branch: string;
|
|
1047
|
-
entrypointIds: string[];
|
|
1048
|
-
}[];
|
|
1049
1039
|
branches: string[];
|
|
1050
1040
|
individualizedBranches: string[];
|
|
1051
1041
|
defaultBranches: string[];
|
|
@@ -1055,6 +1045,9 @@ export default class {
|
|
|
1055
1045
|
branchesInfos: {
|
|
1056
1046
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1057
1047
|
};
|
|
1048
|
+
entrypointsPerDataNodeId: {
|
|
1049
|
+
[x: string]: string[];
|
|
1050
|
+
};
|
|
1058
1051
|
outputsForEntrypoint: {
|
|
1059
1052
|
[x: string]: string[];
|
|
1060
1053
|
};
|
|
@@ -1176,10 +1169,6 @@ export default class {
|
|
|
1176
1169
|
} | undefined;
|
|
1177
1170
|
readonly analyze: {
|
|
1178
1171
|
readonly?: "__readonly" | undefined;
|
|
1179
|
-
entrypointsByBranches: {
|
|
1180
|
-
branch: string;
|
|
1181
|
-
entrypointIds: string[];
|
|
1182
|
-
}[];
|
|
1183
1172
|
branches: string[];
|
|
1184
1173
|
individualizedBranches: string[];
|
|
1185
1174
|
defaultBranches: string[];
|
|
@@ -1189,6 +1178,9 @@ export default class {
|
|
|
1189
1178
|
branchesInfos: {
|
|
1190
1179
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1191
1180
|
};
|
|
1181
|
+
entrypointsPerDataNodeId: {
|
|
1182
|
+
[x: string]: string[];
|
|
1183
|
+
};
|
|
1192
1184
|
outputsForEntrypoint: {
|
|
1193
1185
|
[x: string]: string[];
|
|
1194
1186
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -129,10 +129,6 @@ export declare type AnalyzerOverrides = {
|
|
|
129
129
|
};
|
|
130
130
|
export declare type BranchInfosElementType = 0 | 1 | 2;
|
|
131
131
|
export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypoint = {
|
|
132
|
-
entrypointsByBranches: {
|
|
133
|
-
branch: string;
|
|
134
|
-
entrypointIds: string[];
|
|
135
|
-
}[];
|
|
136
132
|
branches: string[];
|
|
137
133
|
individualizedBranches: string[];
|
|
138
134
|
defaultBranches: string[];
|
|
@@ -142,6 +138,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
142
138
|
branchesInfos: {
|
|
143
139
|
[key: string]: (BranchInfosElementType | string)[][];
|
|
144
140
|
};
|
|
141
|
+
entrypointsPerDataNodeId: {
|
|
142
|
+
[key: string]: string[];
|
|
143
|
+
};
|
|
145
144
|
};
|
|
146
145
|
export declare type SerializedWorkflowVersion = {
|
|
147
146
|
readonly id: (string) & readonlyP;
|
package/build/definitions.js
CHANGED
|
@@ -17,4 +17,4 @@ var WorkflowStatus;
|
|
|
17
17
|
WorkflowStatus["ERROR"] = "error";
|
|
18
18
|
WorkflowStatus["INACTIVE"] = "inactive";
|
|
19
19
|
})(WorkflowStatus = exports.WorkflowStatus || (exports.WorkflowStatus = {}));
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE0RUQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED