@rlvt/workflows-openapi-client 1.0.594 → 1.0.597

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 CHANGED
@@ -198,8 +198,9 @@ export default class {
198
198
  };
199
199
  id: string;
200
200
  analyzeOverrides?: {
201
- individualizedVertexIds: string[];
202
- defaultVertexIds: string[];
201
+ vertexIndividualizedScore: {
202
+ [x: string]: number;
203
+ };
203
204
  customVertexNames: {
204
205
  name: string;
205
206
  vertexId: string;
@@ -254,6 +255,9 @@ export default class {
254
255
  }[];
255
256
  branches: string[];
256
257
  individualizedBranches: string[];
258
+ branchesScore: {
259
+ [x: string]: number;
260
+ };
257
261
  defaultBranches: string[];
258
262
  usedDatasourceFields: {
259
263
  [x: string]: string[];
@@ -388,8 +392,9 @@ export default class {
388
392
  };
389
393
  id: string;
390
394
  analyzeOverrides?: {
391
- individualizedVertexIds: string[];
392
- defaultVertexIds: string[];
395
+ vertexIndividualizedScore: {
396
+ [x: string]: number;
397
+ };
393
398
  customVertexNames: {
394
399
  name: string;
395
400
  vertexId: string;
@@ -444,6 +449,9 @@ export default class {
444
449
  }[];
445
450
  branches: string[];
446
451
  individualizedBranches: string[];
452
+ branchesScore: {
453
+ [x: string]: number;
454
+ };
447
455
  defaultBranches: string[];
448
456
  usedDatasourceFields: {
449
457
  [x: string]: string[];
@@ -576,8 +584,9 @@ export default class {
576
584
  };
577
585
  id: string;
578
586
  analyzeOverrides?: {
579
- individualizedVertexIds: string[];
580
- defaultVertexIds: string[];
587
+ vertexIndividualizedScore: {
588
+ [x: string]: number;
589
+ };
581
590
  customVertexNames: {
582
591
  name: string;
583
592
  vertexId: string;
@@ -632,6 +641,9 @@ export default class {
632
641
  }[];
633
642
  branches: string[];
634
643
  individualizedBranches: string[];
644
+ branchesScore: {
645
+ [x: string]: number;
646
+ };
635
647
  defaultBranches: string[];
636
648
  usedDatasourceFields: {
637
649
  [x: string]: string[];
@@ -716,8 +728,9 @@ export default class {
716
728
  };
717
729
  } | undefined;
718
730
  analyzeOverrides?: {
719
- individualizedVertexIds: string[];
720
- defaultVertexIds: string[];
731
+ vertexIndividualizedScore: {
732
+ [x: string]: number;
733
+ };
721
734
  customVertexNames: {
722
735
  name: string;
723
736
  vertexId: string;
@@ -813,8 +826,9 @@ export default class {
813
826
  };
814
827
  id: string;
815
828
  analyzeOverrides?: {
816
- individualizedVertexIds: string[];
817
- defaultVertexIds: string[];
829
+ vertexIndividualizedScore: {
830
+ [x: string]: number;
831
+ };
818
832
  customVertexNames: {
819
833
  name: string;
820
834
  vertexId: string;
@@ -869,6 +883,9 @@ export default class {
869
883
  }[];
870
884
  branches: string[];
871
885
  individualizedBranches: string[];
886
+ branchesScore: {
887
+ [x: string]: number;
888
+ };
872
889
  defaultBranches: string[];
873
890
  usedDatasourceFields: {
874
891
  [x: string]: string[];
@@ -1009,8 +1026,9 @@ export default class {
1009
1026
  };
1010
1027
  id: string;
1011
1028
  analyzeOverrides?: {
1012
- individualizedVertexIds: string[];
1013
- defaultVertexIds: string[];
1029
+ vertexIndividualizedScore: {
1030
+ [x: string]: number;
1031
+ };
1014
1032
  customVertexNames: {
1015
1033
  name: string;
1016
1034
  vertexId: string;
@@ -1065,6 +1083,9 @@ export default class {
1065
1083
  }[];
1066
1084
  branches: string[];
1067
1085
  individualizedBranches: string[];
1086
+ branchesScore: {
1087
+ [x: string]: number;
1088
+ };
1068
1089
  defaultBranches: string[];
1069
1090
  usedDatasourceFields: {
1070
1091
  [x: string]: string[];
@@ -1194,8 +1215,9 @@ export default class {
1194
1215
  };
1195
1216
  id: string;
1196
1217
  analyzeOverrides?: {
1197
- individualizedVertexIds: string[];
1198
- defaultVertexIds: string[];
1218
+ vertexIndividualizedScore: {
1219
+ [x: string]: number;
1220
+ };
1199
1221
  customVertexNames: {
1200
1222
  name: string;
1201
1223
  vertexId: string;
@@ -1250,6 +1272,9 @@ export default class {
1250
1272
  }[];
1251
1273
  branches: string[];
1252
1274
  individualizedBranches: string[];
1275
+ branchesScore: {
1276
+ [x: string]: number;
1277
+ };
1253
1278
  defaultBranches: string[];
1254
1279
  usedDatasourceFields: {
1255
1280
  [x: string]: string[];
@@ -1293,8 +1318,9 @@ export default class {
1293
1318
  versionId: string;
1294
1319
  }, data: {
1295
1320
  analyzeOverrides?: {
1296
- individualizedVertexIds: string[];
1297
- defaultVertexIds: string[];
1321
+ vertexIndividualizedScore: {
1322
+ [x: string]: number;
1323
+ };
1298
1324
  customVertexNames: {
1299
1325
  name: string;
1300
1326
  vertexId: string;
@@ -1389,8 +1415,9 @@ export default class {
1389
1415
  };
1390
1416
  id: string;
1391
1417
  analyzeOverrides?: {
1392
- individualizedVertexIds: string[];
1393
- defaultVertexIds: string[];
1418
+ vertexIndividualizedScore: {
1419
+ [x: string]: number;
1420
+ };
1394
1421
  customVertexNames: {
1395
1422
  name: string;
1396
1423
  vertexId: string;
@@ -1445,6 +1472,9 @@ export default class {
1445
1472
  }[];
1446
1473
  branches: string[];
1447
1474
  individualizedBranches: string[];
1475
+ branchesScore: {
1476
+ [x: string]: number;
1477
+ };
1448
1478
  defaultBranches: string[];
1449
1479
  usedDatasourceFields: {
1450
1480
  [x: string]: string[];
@@ -94,8 +94,9 @@ export declare enum WorkflowVersionState {
94
94
  INACTIVE = "inactive"
95
95
  }
96
96
  export declare type AnalyzerOverrides = {
97
- individualizedVertexIds: string[];
98
- defaultVertexIds: string[];
97
+ vertexIndividualizedScore: {
98
+ [key: string]: number;
99
+ };
99
100
  customVertexNames: {
100
101
  vertexId: string;
101
102
  name: string;
@@ -109,6 +110,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
109
110
  }[];
110
111
  branches: string[];
111
112
  individualizedBranches: string[];
113
+ branchesScore: {
114
+ [key: string]: number;
115
+ };
112
116
  defaultBranches: string[];
113
117
  usedDatasourceFields: {
114
118
  [key: string]: string[];
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUF5REQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUE2REQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.594+7bfda24",
3
+ "version": "1.0.597+5fe3ad8",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",