@rlvt/workflows-openapi-client 1.0.475 → 1.0.477
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 +56 -0
- package/build/definitions.d.ts +7 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -179,6 +179,10 @@ export default class {
|
|
|
179
179
|
} | undefined;
|
|
180
180
|
readonly analyze: {
|
|
181
181
|
readonly?: "__readonly" | undefined;
|
|
182
|
+
entrypointsByBranches: {
|
|
183
|
+
branch: string;
|
|
184
|
+
entrypointIds: string[];
|
|
185
|
+
}[];
|
|
182
186
|
branches: string[];
|
|
183
187
|
individualizedBranches: string[];
|
|
184
188
|
defaultBranches: string[];
|
|
@@ -191,6 +195,9 @@ export default class {
|
|
|
191
195
|
entrypointsPerDataNodeId: {
|
|
192
196
|
[x: string]: string[];
|
|
193
197
|
};
|
|
198
|
+
entrypointsPerPathId: {
|
|
199
|
+
[x: string]: string[];
|
|
200
|
+
};
|
|
194
201
|
outputsForEntrypoint: {
|
|
195
202
|
[x: string]: string[];
|
|
196
203
|
};
|
|
@@ -311,6 +318,10 @@ export default class {
|
|
|
311
318
|
} | undefined;
|
|
312
319
|
readonly analyze: {
|
|
313
320
|
readonly?: "__readonly" | undefined;
|
|
321
|
+
entrypointsByBranches: {
|
|
322
|
+
branch: string;
|
|
323
|
+
entrypointIds: string[];
|
|
324
|
+
}[];
|
|
314
325
|
branches: string[];
|
|
315
326
|
individualizedBranches: string[];
|
|
316
327
|
defaultBranches: string[];
|
|
@@ -323,6 +334,9 @@ export default class {
|
|
|
323
334
|
entrypointsPerDataNodeId: {
|
|
324
335
|
[x: string]: string[];
|
|
325
336
|
};
|
|
337
|
+
entrypointsPerPathId: {
|
|
338
|
+
[x: string]: string[];
|
|
339
|
+
};
|
|
326
340
|
outputsForEntrypoint: {
|
|
327
341
|
[x: string]: string[];
|
|
328
342
|
};
|
|
@@ -441,6 +455,10 @@ export default class {
|
|
|
441
455
|
} | undefined;
|
|
442
456
|
readonly analyze: {
|
|
443
457
|
readonly?: "__readonly" | undefined;
|
|
458
|
+
entrypointsByBranches: {
|
|
459
|
+
branch: string;
|
|
460
|
+
entrypointIds: string[];
|
|
461
|
+
}[];
|
|
444
462
|
branches: string[];
|
|
445
463
|
individualizedBranches: string[];
|
|
446
464
|
defaultBranches: string[];
|
|
@@ -453,6 +471,9 @@ export default class {
|
|
|
453
471
|
entrypointsPerDataNodeId: {
|
|
454
472
|
[x: string]: string[];
|
|
455
473
|
};
|
|
474
|
+
entrypointsPerPathId: {
|
|
475
|
+
[x: string]: string[];
|
|
476
|
+
};
|
|
456
477
|
outputsForEntrypoint: {
|
|
457
478
|
[x: string]: string[];
|
|
458
479
|
};
|
|
@@ -620,6 +641,10 @@ export default class {
|
|
|
620
641
|
} | undefined;
|
|
621
642
|
readonly analyze?: {
|
|
622
643
|
readonly?: "__readonly" | undefined;
|
|
644
|
+
entrypointsByBranches: {
|
|
645
|
+
branch: string;
|
|
646
|
+
entrypointIds: string[];
|
|
647
|
+
}[];
|
|
623
648
|
branches: string[];
|
|
624
649
|
individualizedBranches: string[];
|
|
625
650
|
defaultBranches: string[];
|
|
@@ -632,6 +657,9 @@ export default class {
|
|
|
632
657
|
entrypointsPerDataNodeId: {
|
|
633
658
|
[x: string]: string[];
|
|
634
659
|
};
|
|
660
|
+
entrypointsPerPathId: {
|
|
661
|
+
[x: string]: string[];
|
|
662
|
+
};
|
|
635
663
|
outputsForEntrypoint: {
|
|
636
664
|
[x: string]: string[];
|
|
637
665
|
};
|
|
@@ -771,6 +799,10 @@ export default class {
|
|
|
771
799
|
} | undefined;
|
|
772
800
|
readonly analyze: {
|
|
773
801
|
readonly?: "__readonly" | undefined;
|
|
802
|
+
entrypointsByBranches: {
|
|
803
|
+
branch: string;
|
|
804
|
+
entrypointIds: string[];
|
|
805
|
+
}[];
|
|
774
806
|
branches: string[];
|
|
775
807
|
individualizedBranches: string[];
|
|
776
808
|
defaultBranches: string[];
|
|
@@ -783,6 +815,9 @@ export default class {
|
|
|
783
815
|
entrypointsPerDataNodeId: {
|
|
784
816
|
[x: string]: string[];
|
|
785
817
|
};
|
|
818
|
+
entrypointsPerPathId: {
|
|
819
|
+
[x: string]: string[];
|
|
820
|
+
};
|
|
786
821
|
outputsForEntrypoint: {
|
|
787
822
|
[x: string]: string[];
|
|
788
823
|
};
|
|
@@ -909,6 +944,10 @@ export default class {
|
|
|
909
944
|
} | undefined;
|
|
910
945
|
readonly analyze: {
|
|
911
946
|
readonly?: "__readonly" | undefined;
|
|
947
|
+
entrypointsByBranches: {
|
|
948
|
+
branch: string;
|
|
949
|
+
entrypointIds: string[];
|
|
950
|
+
}[];
|
|
912
951
|
branches: string[];
|
|
913
952
|
individualizedBranches: string[];
|
|
914
953
|
defaultBranches: string[];
|
|
@@ -921,6 +960,9 @@ export default class {
|
|
|
921
960
|
entrypointsPerDataNodeId: {
|
|
922
961
|
[x: string]: string[];
|
|
923
962
|
};
|
|
963
|
+
entrypointsPerPathId: {
|
|
964
|
+
[x: string]: string[];
|
|
965
|
+
};
|
|
924
966
|
outputsForEntrypoint: {
|
|
925
967
|
[x: string]: string[];
|
|
926
968
|
};
|
|
@@ -1036,6 +1078,10 @@ export default class {
|
|
|
1036
1078
|
} | undefined;
|
|
1037
1079
|
readonly analyze: {
|
|
1038
1080
|
readonly?: "__readonly" | undefined;
|
|
1081
|
+
entrypointsByBranches: {
|
|
1082
|
+
branch: string;
|
|
1083
|
+
entrypointIds: string[];
|
|
1084
|
+
}[];
|
|
1039
1085
|
branches: string[];
|
|
1040
1086
|
individualizedBranches: string[];
|
|
1041
1087
|
defaultBranches: string[];
|
|
@@ -1048,6 +1094,9 @@ export default class {
|
|
|
1048
1094
|
entrypointsPerDataNodeId: {
|
|
1049
1095
|
[x: string]: string[];
|
|
1050
1096
|
};
|
|
1097
|
+
entrypointsPerPathId: {
|
|
1098
|
+
[x: string]: string[];
|
|
1099
|
+
};
|
|
1051
1100
|
outputsForEntrypoint: {
|
|
1052
1101
|
[x: string]: string[];
|
|
1053
1102
|
};
|
|
@@ -1169,6 +1218,10 @@ export default class {
|
|
|
1169
1218
|
} | undefined;
|
|
1170
1219
|
readonly analyze: {
|
|
1171
1220
|
readonly?: "__readonly" | undefined;
|
|
1221
|
+
entrypointsByBranches: {
|
|
1222
|
+
branch: string;
|
|
1223
|
+
entrypointIds: string[];
|
|
1224
|
+
}[];
|
|
1172
1225
|
branches: string[];
|
|
1173
1226
|
individualizedBranches: string[];
|
|
1174
1227
|
defaultBranches: string[];
|
|
@@ -1181,6 +1234,9 @@ export default class {
|
|
|
1181
1234
|
entrypointsPerDataNodeId: {
|
|
1182
1235
|
[x: string]: string[];
|
|
1183
1236
|
};
|
|
1237
|
+
entrypointsPerPathId: {
|
|
1238
|
+
[x: string]: string[];
|
|
1239
|
+
};
|
|
1184
1240
|
outputsForEntrypoint: {
|
|
1185
1241
|
[x: string]: string[];
|
|
1186
1242
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -129,6 +129,10 @@ 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
|
+
}[];
|
|
132
136
|
branches: string[];
|
|
133
137
|
individualizedBranches: string[];
|
|
134
138
|
defaultBranches: string[];
|
|
@@ -141,6 +145,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
141
145
|
entrypointsPerDataNodeId: {
|
|
142
146
|
[key: string]: string[];
|
|
143
147
|
};
|
|
148
|
+
entrypointsPerPathId: {
|
|
149
|
+
[key: string]: string[];
|
|
150
|
+
};
|
|
144
151
|
};
|
|
145
152
|
export declare type SerializedWorkflowVersion = {
|
|
146
153
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUFtRkQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED