@rlvt/workflows-openapi-client 1.0.649 → 1.0.651
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 +105 -36
- package/build/definitions.d.ts +9 -2
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -194,13 +194,16 @@ export default class {
|
|
|
194
194
|
readonly?: "__readonly" | undefined;
|
|
195
195
|
};
|
|
196
196
|
analyzeOverrides?: {
|
|
197
|
-
vertexIndividualizedScore
|
|
197
|
+
vertexIndividualizedScore?: {
|
|
198
198
|
[x: string]: number;
|
|
199
|
-
};
|
|
200
|
-
customVertexNames
|
|
199
|
+
} | undefined;
|
|
200
|
+
customVertexNames?: {
|
|
201
201
|
name: string;
|
|
202
202
|
vertexId: string;
|
|
203
|
-
}[];
|
|
203
|
+
}[] | undefined;
|
|
204
|
+
branchCategoryIds?: {
|
|
205
|
+
[x: string]: string;
|
|
206
|
+
} | undefined;
|
|
204
207
|
} | undefined;
|
|
205
208
|
metadata?: {
|
|
206
209
|
[x: string]: unknown;
|
|
@@ -258,6 +261,9 @@ export default class {
|
|
|
258
261
|
readonly analyze: {
|
|
259
262
|
readonly?: "__readonly" | undefined;
|
|
260
263
|
entrypointTypes: string[];
|
|
264
|
+
branchCategoryIds: {
|
|
265
|
+
[x: string]: string;
|
|
266
|
+
};
|
|
261
267
|
entrypointsByBranches: {
|
|
262
268
|
branch: string;
|
|
263
269
|
entrypointIds: string[];
|
|
@@ -291,6 +297,9 @@ export default class {
|
|
|
291
297
|
readonly?: "__readonly" | undefined;
|
|
292
298
|
}) | undefined;
|
|
293
299
|
changeDescription?: string | undefined;
|
|
300
|
+
readonly complexityScore?: (number & {
|
|
301
|
+
readonly?: "__readonly" | undefined;
|
|
302
|
+
}) | undefined;
|
|
294
303
|
}[];
|
|
295
304
|
variableProfileId?: string | undefined;
|
|
296
305
|
readonly archivedAt: string & {
|
|
@@ -379,13 +388,16 @@ export default class {
|
|
|
379
388
|
readonly?: "__readonly" | undefined;
|
|
380
389
|
};
|
|
381
390
|
analyzeOverrides?: {
|
|
382
|
-
vertexIndividualizedScore
|
|
391
|
+
vertexIndividualizedScore?: {
|
|
383
392
|
[x: string]: number;
|
|
384
|
-
};
|
|
385
|
-
customVertexNames
|
|
393
|
+
} | undefined;
|
|
394
|
+
customVertexNames?: {
|
|
386
395
|
name: string;
|
|
387
396
|
vertexId: string;
|
|
388
|
-
}[];
|
|
397
|
+
}[] | undefined;
|
|
398
|
+
branchCategoryIds?: {
|
|
399
|
+
[x: string]: string;
|
|
400
|
+
} | undefined;
|
|
389
401
|
} | undefined;
|
|
390
402
|
metadata?: {
|
|
391
403
|
[x: string]: unknown;
|
|
@@ -443,6 +455,9 @@ export default class {
|
|
|
443
455
|
readonly analyze: {
|
|
444
456
|
readonly?: "__readonly" | undefined;
|
|
445
457
|
entrypointTypes: string[];
|
|
458
|
+
branchCategoryIds: {
|
|
459
|
+
[x: string]: string;
|
|
460
|
+
};
|
|
446
461
|
entrypointsByBranches: {
|
|
447
462
|
branch: string;
|
|
448
463
|
entrypointIds: string[];
|
|
@@ -476,6 +491,9 @@ export default class {
|
|
|
476
491
|
readonly?: "__readonly" | undefined;
|
|
477
492
|
}) | undefined;
|
|
478
493
|
changeDescription?: string | undefined;
|
|
494
|
+
readonly complexityScore?: (number & {
|
|
495
|
+
readonly?: "__readonly" | undefined;
|
|
496
|
+
}) | undefined;
|
|
479
497
|
}[];
|
|
480
498
|
variableProfileId?: string | undefined;
|
|
481
499
|
readonly archivedAt: string & {
|
|
@@ -562,13 +580,16 @@ export default class {
|
|
|
562
580
|
readonly?: "__readonly" | undefined;
|
|
563
581
|
};
|
|
564
582
|
analyzeOverrides?: {
|
|
565
|
-
vertexIndividualizedScore
|
|
583
|
+
vertexIndividualizedScore?: {
|
|
566
584
|
[x: string]: number;
|
|
567
|
-
};
|
|
568
|
-
customVertexNames
|
|
585
|
+
} | undefined;
|
|
586
|
+
customVertexNames?: {
|
|
569
587
|
name: string;
|
|
570
588
|
vertexId: string;
|
|
571
|
-
}[];
|
|
589
|
+
}[] | undefined;
|
|
590
|
+
branchCategoryIds?: {
|
|
591
|
+
[x: string]: string;
|
|
592
|
+
} | undefined;
|
|
572
593
|
} | undefined;
|
|
573
594
|
metadata?: {
|
|
574
595
|
[x: string]: unknown;
|
|
@@ -626,6 +647,9 @@ export default class {
|
|
|
626
647
|
readonly analyze: {
|
|
627
648
|
readonly?: "__readonly" | undefined;
|
|
628
649
|
entrypointTypes: string[];
|
|
650
|
+
branchCategoryIds: {
|
|
651
|
+
[x: string]: string;
|
|
652
|
+
};
|
|
629
653
|
entrypointsByBranches: {
|
|
630
654
|
branch: string;
|
|
631
655
|
entrypointIds: string[];
|
|
@@ -659,6 +683,9 @@ export default class {
|
|
|
659
683
|
readonly?: "__readonly" | undefined;
|
|
660
684
|
}) | undefined;
|
|
661
685
|
changeDescription?: string | undefined;
|
|
686
|
+
readonly complexityScore?: (number & {
|
|
687
|
+
readonly?: "__readonly" | undefined;
|
|
688
|
+
}) | undefined;
|
|
662
689
|
}[];
|
|
663
690
|
variableProfileId?: string | undefined;
|
|
664
691
|
readonly archivedAt: string & {
|
|
@@ -732,13 +759,16 @@ export default class {
|
|
|
732
759
|
};
|
|
733
760
|
} | undefined;
|
|
734
761
|
analyzeOverrides?: {
|
|
735
|
-
vertexIndividualizedScore
|
|
762
|
+
vertexIndividualizedScore?: {
|
|
736
763
|
[x: string]: number;
|
|
737
|
-
};
|
|
738
|
-
customVertexNames
|
|
764
|
+
} | undefined;
|
|
765
|
+
customVertexNames?: {
|
|
739
766
|
name: string;
|
|
740
767
|
vertexId: string;
|
|
741
|
-
}[];
|
|
768
|
+
}[] | undefined;
|
|
769
|
+
branchCategoryIds?: {
|
|
770
|
+
[x: string]: string;
|
|
771
|
+
} | undefined;
|
|
742
772
|
} | undefined;
|
|
743
773
|
changeDescription?: string | undefined;
|
|
744
774
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -809,13 +839,16 @@ export default class {
|
|
|
809
839
|
readonly?: "__readonly" | undefined;
|
|
810
840
|
};
|
|
811
841
|
analyzeOverrides?: {
|
|
812
|
-
vertexIndividualizedScore
|
|
842
|
+
vertexIndividualizedScore?: {
|
|
813
843
|
[x: string]: number;
|
|
814
|
-
};
|
|
815
|
-
customVertexNames
|
|
844
|
+
} | undefined;
|
|
845
|
+
customVertexNames?: {
|
|
816
846
|
name: string;
|
|
817
847
|
vertexId: string;
|
|
818
|
-
}[];
|
|
848
|
+
}[] | undefined;
|
|
849
|
+
branchCategoryIds?: {
|
|
850
|
+
[x: string]: string;
|
|
851
|
+
} | undefined;
|
|
819
852
|
} | undefined;
|
|
820
853
|
metadata?: {
|
|
821
854
|
[x: string]: unknown;
|
|
@@ -873,6 +906,9 @@ export default class {
|
|
|
873
906
|
readonly analyze: {
|
|
874
907
|
readonly?: "__readonly" | undefined;
|
|
875
908
|
entrypointTypes: string[];
|
|
909
|
+
branchCategoryIds: {
|
|
910
|
+
[x: string]: string;
|
|
911
|
+
};
|
|
876
912
|
entrypointsByBranches: {
|
|
877
913
|
branch: string;
|
|
878
914
|
entrypointIds: string[];
|
|
@@ -906,6 +942,9 @@ export default class {
|
|
|
906
942
|
readonly?: "__readonly" | undefined;
|
|
907
943
|
}) | undefined;
|
|
908
944
|
changeDescription?: string | undefined;
|
|
945
|
+
readonly complexityScore?: (number & {
|
|
946
|
+
readonly?: "__readonly" | undefined;
|
|
947
|
+
}) | undefined;
|
|
909
948
|
}[];
|
|
910
949
|
variableProfileId?: string | undefined;
|
|
911
950
|
readonly archivedAt: string & {
|
|
@@ -1000,13 +1039,16 @@ export default class {
|
|
|
1000
1039
|
readonly?: "__readonly" | undefined;
|
|
1001
1040
|
};
|
|
1002
1041
|
analyzeOverrides?: {
|
|
1003
|
-
vertexIndividualizedScore
|
|
1042
|
+
vertexIndividualizedScore?: {
|
|
1004
1043
|
[x: string]: number;
|
|
1005
|
-
};
|
|
1006
|
-
customVertexNames
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
customVertexNames?: {
|
|
1007
1046
|
name: string;
|
|
1008
1047
|
vertexId: string;
|
|
1009
|
-
}[];
|
|
1048
|
+
}[] | undefined;
|
|
1049
|
+
branchCategoryIds?: {
|
|
1050
|
+
[x: string]: string;
|
|
1051
|
+
} | undefined;
|
|
1010
1052
|
} | undefined;
|
|
1011
1053
|
metadata?: {
|
|
1012
1054
|
[x: string]: unknown;
|
|
@@ -1064,6 +1106,9 @@ export default class {
|
|
|
1064
1106
|
readonly analyze: {
|
|
1065
1107
|
readonly?: "__readonly" | undefined;
|
|
1066
1108
|
entrypointTypes: string[];
|
|
1109
|
+
branchCategoryIds: {
|
|
1110
|
+
[x: string]: string;
|
|
1111
|
+
};
|
|
1067
1112
|
entrypointsByBranches: {
|
|
1068
1113
|
branch: string;
|
|
1069
1114
|
entrypointIds: string[];
|
|
@@ -1097,6 +1142,9 @@ export default class {
|
|
|
1097
1142
|
readonly?: "__readonly" | undefined;
|
|
1098
1143
|
}) | undefined;
|
|
1099
1144
|
changeDescription?: string | undefined;
|
|
1145
|
+
readonly complexityScore?: (number & {
|
|
1146
|
+
readonly?: "__readonly" | undefined;
|
|
1147
|
+
}) | undefined;
|
|
1100
1148
|
}[];
|
|
1101
1149
|
variableProfileId?: string | undefined;
|
|
1102
1150
|
readonly archivedAt: string & {
|
|
@@ -1180,13 +1228,16 @@ export default class {
|
|
|
1180
1228
|
readonly?: "__readonly" | undefined;
|
|
1181
1229
|
};
|
|
1182
1230
|
analyzeOverrides?: {
|
|
1183
|
-
vertexIndividualizedScore
|
|
1231
|
+
vertexIndividualizedScore?: {
|
|
1184
1232
|
[x: string]: number;
|
|
1185
|
-
};
|
|
1186
|
-
customVertexNames
|
|
1233
|
+
} | undefined;
|
|
1234
|
+
customVertexNames?: {
|
|
1187
1235
|
name: string;
|
|
1188
1236
|
vertexId: string;
|
|
1189
|
-
}[];
|
|
1237
|
+
}[] | undefined;
|
|
1238
|
+
branchCategoryIds?: {
|
|
1239
|
+
[x: string]: string;
|
|
1240
|
+
} | undefined;
|
|
1190
1241
|
} | undefined;
|
|
1191
1242
|
metadata?: {
|
|
1192
1243
|
[x: string]: unknown;
|
|
@@ -1244,6 +1295,9 @@ export default class {
|
|
|
1244
1295
|
readonly analyze: {
|
|
1245
1296
|
readonly?: "__readonly" | undefined;
|
|
1246
1297
|
entrypointTypes: string[];
|
|
1298
|
+
branchCategoryIds: {
|
|
1299
|
+
[x: string]: string;
|
|
1300
|
+
};
|
|
1247
1301
|
entrypointsByBranches: {
|
|
1248
1302
|
branch: string;
|
|
1249
1303
|
entrypointIds: string[];
|
|
@@ -1277,6 +1331,9 @@ export default class {
|
|
|
1277
1331
|
readonly?: "__readonly" | undefined;
|
|
1278
1332
|
}) | undefined;
|
|
1279
1333
|
changeDescription?: string | undefined;
|
|
1334
|
+
readonly complexityScore?: (number & {
|
|
1335
|
+
readonly?: "__readonly" | undefined;
|
|
1336
|
+
}) | undefined;
|
|
1280
1337
|
}[];
|
|
1281
1338
|
variableProfileId?: string | undefined;
|
|
1282
1339
|
readonly archivedAt: string & {
|
|
@@ -1295,13 +1352,16 @@ export default class {
|
|
|
1295
1352
|
versionId: string;
|
|
1296
1353
|
}, data: {
|
|
1297
1354
|
analyzeOverrides?: {
|
|
1298
|
-
vertexIndividualizedScore
|
|
1355
|
+
vertexIndividualizedScore?: {
|
|
1299
1356
|
[x: string]: number;
|
|
1300
|
-
};
|
|
1301
|
-
customVertexNames
|
|
1357
|
+
} | undefined;
|
|
1358
|
+
customVertexNames?: {
|
|
1302
1359
|
name: string;
|
|
1303
1360
|
vertexId: string;
|
|
1304
|
-
}[];
|
|
1361
|
+
}[] | undefined;
|
|
1362
|
+
branchCategoryIds?: {
|
|
1363
|
+
[x: string]: string;
|
|
1364
|
+
} | undefined;
|
|
1305
1365
|
} | undefined;
|
|
1306
1366
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1307
1367
|
data: {
|
|
@@ -1371,13 +1431,16 @@ export default class {
|
|
|
1371
1431
|
readonly?: "__readonly" | undefined;
|
|
1372
1432
|
};
|
|
1373
1433
|
analyzeOverrides?: {
|
|
1374
|
-
vertexIndividualizedScore
|
|
1434
|
+
vertexIndividualizedScore?: {
|
|
1375
1435
|
[x: string]: number;
|
|
1376
|
-
};
|
|
1377
|
-
customVertexNames
|
|
1436
|
+
} | undefined;
|
|
1437
|
+
customVertexNames?: {
|
|
1378
1438
|
name: string;
|
|
1379
1439
|
vertexId: string;
|
|
1380
|
-
}[];
|
|
1440
|
+
}[] | undefined;
|
|
1441
|
+
branchCategoryIds?: {
|
|
1442
|
+
[x: string]: string;
|
|
1443
|
+
} | undefined;
|
|
1381
1444
|
} | undefined;
|
|
1382
1445
|
metadata?: {
|
|
1383
1446
|
[x: string]: unknown;
|
|
@@ -1435,6 +1498,9 @@ export default class {
|
|
|
1435
1498
|
readonly analyze: {
|
|
1436
1499
|
readonly?: "__readonly" | undefined;
|
|
1437
1500
|
entrypointTypes: string[];
|
|
1501
|
+
branchCategoryIds: {
|
|
1502
|
+
[x: string]: string;
|
|
1503
|
+
};
|
|
1438
1504
|
entrypointsByBranches: {
|
|
1439
1505
|
branch: string;
|
|
1440
1506
|
entrypointIds: string[];
|
|
@@ -1468,6 +1534,9 @@ export default class {
|
|
|
1468
1534
|
readonly?: "__readonly" | undefined;
|
|
1469
1535
|
}) | undefined;
|
|
1470
1536
|
changeDescription?: string | undefined;
|
|
1537
|
+
readonly complexityScore?: (number & {
|
|
1538
|
+
readonly?: "__readonly" | undefined;
|
|
1539
|
+
}) | undefined;
|
|
1471
1540
|
}[];
|
|
1472
1541
|
variableProfileId?: string | undefined;
|
|
1473
1542
|
readonly archivedAt: string & {
|
package/build/definitions.d.ts
CHANGED
|
@@ -186,13 +186,16 @@ export declare enum WorkflowVersionState {
|
|
|
186
186
|
INACTIVE = "inactive"
|
|
187
187
|
}
|
|
188
188
|
export declare type AnalyzerOverrides = {
|
|
189
|
-
vertexIndividualizedScore
|
|
189
|
+
vertexIndividualizedScore?: {
|
|
190
190
|
[key: string]: number;
|
|
191
191
|
};
|
|
192
|
-
customVertexNames
|
|
192
|
+
customVertexNames?: {
|
|
193
193
|
vertexId: string;
|
|
194
194
|
name: string;
|
|
195
195
|
}[];
|
|
196
|
+
branchCategoryIds?: {
|
|
197
|
+
[key: string]: string;
|
|
198
|
+
};
|
|
196
199
|
};
|
|
197
200
|
export declare type BranchInfosElementType = 0 | 1 | 2 | 3;
|
|
198
201
|
export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypoint = {
|
|
@@ -219,6 +222,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
219
222
|
[key: string]: string[];
|
|
220
223
|
};
|
|
221
224
|
entrypointTypes: string[];
|
|
225
|
+
branchCategoryIds: {
|
|
226
|
+
[key: string]: string;
|
|
227
|
+
};
|
|
222
228
|
};
|
|
223
229
|
export declare type SerializedWorkflowVersion = {
|
|
224
230
|
readonly createdAt: (string) & readonlyP;
|
|
@@ -240,6 +246,7 @@ export declare type SerializedWorkflowVersion = {
|
|
|
240
246
|
}) & readonlyP;
|
|
241
247
|
readonly lastSavedBy?: (ObjectId) & readonlyP;
|
|
242
248
|
changeDescription?: string;
|
|
249
|
+
readonly complexityScore?: (number) & readonlyP;
|
|
243
250
|
};
|
|
244
251
|
export declare type WorkflowVersion = SerializedWorkflowVersion;
|
|
245
252
|
export declare enum WorkflowStatus {
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcU1wQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUFtRUQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED