@rlvt/workflows-openapi-client 1.0.454 → 1.0.456
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 +104 -0
- package/build/definitions.d.ts +13 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -189,6 +189,19 @@ export default class {
|
|
|
189
189
|
usedDatasourceFields: {
|
|
190
190
|
[x: string]: string[];
|
|
191
191
|
};
|
|
192
|
+
branchesInfos: {
|
|
193
|
+
[x: string]: {
|
|
194
|
+
nodes: string[];
|
|
195
|
+
with: {
|
|
196
|
+
id: string;
|
|
197
|
+
using: string[];
|
|
198
|
+
}[];
|
|
199
|
+
on: {
|
|
200
|
+
id: string;
|
|
201
|
+
path: string;
|
|
202
|
+
}[];
|
|
203
|
+
};
|
|
204
|
+
};
|
|
192
205
|
outputsForEntrypoint: {
|
|
193
206
|
[x: string]: string[];
|
|
194
207
|
};
|
|
@@ -319,6 +332,19 @@ export default class {
|
|
|
319
332
|
usedDatasourceFields: {
|
|
320
333
|
[x: string]: string[];
|
|
321
334
|
};
|
|
335
|
+
branchesInfos: {
|
|
336
|
+
[x: string]: {
|
|
337
|
+
nodes: string[];
|
|
338
|
+
with: {
|
|
339
|
+
id: string;
|
|
340
|
+
using: string[];
|
|
341
|
+
}[];
|
|
342
|
+
on: {
|
|
343
|
+
id: string;
|
|
344
|
+
path: string;
|
|
345
|
+
}[];
|
|
346
|
+
};
|
|
347
|
+
};
|
|
322
348
|
outputsForEntrypoint: {
|
|
323
349
|
[x: string]: string[];
|
|
324
350
|
};
|
|
@@ -447,6 +473,19 @@ export default class {
|
|
|
447
473
|
usedDatasourceFields: {
|
|
448
474
|
[x: string]: string[];
|
|
449
475
|
};
|
|
476
|
+
branchesInfos: {
|
|
477
|
+
[x: string]: {
|
|
478
|
+
nodes: string[];
|
|
479
|
+
with: {
|
|
480
|
+
id: string;
|
|
481
|
+
using: string[];
|
|
482
|
+
}[];
|
|
483
|
+
on: {
|
|
484
|
+
id: string;
|
|
485
|
+
path: string;
|
|
486
|
+
}[];
|
|
487
|
+
};
|
|
488
|
+
};
|
|
450
489
|
outputsForEntrypoint: {
|
|
451
490
|
[x: string]: string[];
|
|
452
491
|
};
|
|
@@ -624,6 +663,19 @@ export default class {
|
|
|
624
663
|
usedDatasourceFields: {
|
|
625
664
|
[x: string]: string[];
|
|
626
665
|
};
|
|
666
|
+
branchesInfos: {
|
|
667
|
+
[x: string]: {
|
|
668
|
+
nodes: string[];
|
|
669
|
+
with: {
|
|
670
|
+
id: string;
|
|
671
|
+
using: string[];
|
|
672
|
+
}[];
|
|
673
|
+
on: {
|
|
674
|
+
id: string;
|
|
675
|
+
path: string;
|
|
676
|
+
}[];
|
|
677
|
+
};
|
|
678
|
+
};
|
|
627
679
|
outputsForEntrypoint: {
|
|
628
680
|
[x: string]: string[];
|
|
629
681
|
};
|
|
@@ -773,6 +825,19 @@ export default class {
|
|
|
773
825
|
usedDatasourceFields: {
|
|
774
826
|
[x: string]: string[];
|
|
775
827
|
};
|
|
828
|
+
branchesInfos: {
|
|
829
|
+
[x: string]: {
|
|
830
|
+
nodes: string[];
|
|
831
|
+
with: {
|
|
832
|
+
id: string;
|
|
833
|
+
using: string[];
|
|
834
|
+
}[];
|
|
835
|
+
on: {
|
|
836
|
+
id: string;
|
|
837
|
+
path: string;
|
|
838
|
+
}[];
|
|
839
|
+
};
|
|
840
|
+
};
|
|
776
841
|
outputsForEntrypoint: {
|
|
777
842
|
[x: string]: string[];
|
|
778
843
|
};
|
|
@@ -909,6 +974,19 @@ export default class {
|
|
|
909
974
|
usedDatasourceFields: {
|
|
910
975
|
[x: string]: string[];
|
|
911
976
|
};
|
|
977
|
+
branchesInfos: {
|
|
978
|
+
[x: string]: {
|
|
979
|
+
nodes: string[];
|
|
980
|
+
with: {
|
|
981
|
+
id: string;
|
|
982
|
+
using: string[];
|
|
983
|
+
}[];
|
|
984
|
+
on: {
|
|
985
|
+
id: string;
|
|
986
|
+
path: string;
|
|
987
|
+
}[];
|
|
988
|
+
};
|
|
989
|
+
};
|
|
912
990
|
outputsForEntrypoint: {
|
|
913
991
|
[x: string]: string[];
|
|
914
992
|
};
|
|
@@ -1034,6 +1112,19 @@ export default class {
|
|
|
1034
1112
|
usedDatasourceFields: {
|
|
1035
1113
|
[x: string]: string[];
|
|
1036
1114
|
};
|
|
1115
|
+
branchesInfos: {
|
|
1116
|
+
[x: string]: {
|
|
1117
|
+
nodes: string[];
|
|
1118
|
+
with: {
|
|
1119
|
+
id: string;
|
|
1120
|
+
using: string[];
|
|
1121
|
+
}[];
|
|
1122
|
+
on: {
|
|
1123
|
+
id: string;
|
|
1124
|
+
path: string;
|
|
1125
|
+
}[];
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1037
1128
|
outputsForEntrypoint: {
|
|
1038
1129
|
[x: string]: string[];
|
|
1039
1130
|
};
|
|
@@ -1165,6 +1256,19 @@ export default class {
|
|
|
1165
1256
|
usedDatasourceFields: {
|
|
1166
1257
|
[x: string]: string[];
|
|
1167
1258
|
};
|
|
1259
|
+
branchesInfos: {
|
|
1260
|
+
[x: string]: {
|
|
1261
|
+
nodes: string[];
|
|
1262
|
+
with: {
|
|
1263
|
+
id: string;
|
|
1264
|
+
using: string[];
|
|
1265
|
+
}[];
|
|
1266
|
+
on: {
|
|
1267
|
+
id: string;
|
|
1268
|
+
path: string;
|
|
1269
|
+
}[];
|
|
1270
|
+
};
|
|
1271
|
+
};
|
|
1168
1272
|
outputsForEntrypoint: {
|
|
1169
1273
|
[x: string]: string[];
|
|
1170
1274
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -138,6 +138,19 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
138
138
|
usedDatasourceFields: {
|
|
139
139
|
[key: string]: string[];
|
|
140
140
|
};
|
|
141
|
+
branchesInfos: {
|
|
142
|
+
[key: string]: {
|
|
143
|
+
nodes: string[];
|
|
144
|
+
with: {
|
|
145
|
+
id: string;
|
|
146
|
+
using: string[];
|
|
147
|
+
}[];
|
|
148
|
+
on: {
|
|
149
|
+
id: string;
|
|
150
|
+
path: string;
|
|
151
|
+
}[];
|
|
152
|
+
};
|
|
153
|
+
};
|
|
141
154
|
};
|
|
142
155
|
export declare type SerializedWorkflowVersion = {
|
|
143
156
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUFzRkQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED