@rlvt/workflows-openapi-client 1.0.650 → 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 +75 -54
- package/build/definitions.d.ts +4 -3
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -194,16 +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
|
-
}[];
|
|
204
|
-
branchCategoryIds
|
|
203
|
+
}[] | undefined;
|
|
204
|
+
branchCategoryIds?: {
|
|
205
205
|
[x: string]: string;
|
|
206
|
-
};
|
|
206
|
+
} | undefined;
|
|
207
207
|
} | undefined;
|
|
208
208
|
metadata?: {
|
|
209
209
|
[x: string]: unknown;
|
|
@@ -297,6 +297,9 @@ export default class {
|
|
|
297
297
|
readonly?: "__readonly" | undefined;
|
|
298
298
|
}) | undefined;
|
|
299
299
|
changeDescription?: string | undefined;
|
|
300
|
+
readonly complexityScore?: (number & {
|
|
301
|
+
readonly?: "__readonly" | undefined;
|
|
302
|
+
}) | undefined;
|
|
300
303
|
}[];
|
|
301
304
|
variableProfileId?: string | undefined;
|
|
302
305
|
readonly archivedAt: string & {
|
|
@@ -385,16 +388,16 @@ export default class {
|
|
|
385
388
|
readonly?: "__readonly" | undefined;
|
|
386
389
|
};
|
|
387
390
|
analyzeOverrides?: {
|
|
388
|
-
vertexIndividualizedScore
|
|
391
|
+
vertexIndividualizedScore?: {
|
|
389
392
|
[x: string]: number;
|
|
390
|
-
};
|
|
391
|
-
customVertexNames
|
|
393
|
+
} | undefined;
|
|
394
|
+
customVertexNames?: {
|
|
392
395
|
name: string;
|
|
393
396
|
vertexId: string;
|
|
394
|
-
}[];
|
|
395
|
-
branchCategoryIds
|
|
397
|
+
}[] | undefined;
|
|
398
|
+
branchCategoryIds?: {
|
|
396
399
|
[x: string]: string;
|
|
397
|
-
};
|
|
400
|
+
} | undefined;
|
|
398
401
|
} | undefined;
|
|
399
402
|
metadata?: {
|
|
400
403
|
[x: string]: unknown;
|
|
@@ -488,6 +491,9 @@ export default class {
|
|
|
488
491
|
readonly?: "__readonly" | undefined;
|
|
489
492
|
}) | undefined;
|
|
490
493
|
changeDescription?: string | undefined;
|
|
494
|
+
readonly complexityScore?: (number & {
|
|
495
|
+
readonly?: "__readonly" | undefined;
|
|
496
|
+
}) | undefined;
|
|
491
497
|
}[];
|
|
492
498
|
variableProfileId?: string | undefined;
|
|
493
499
|
readonly archivedAt: string & {
|
|
@@ -574,16 +580,16 @@ export default class {
|
|
|
574
580
|
readonly?: "__readonly" | undefined;
|
|
575
581
|
};
|
|
576
582
|
analyzeOverrides?: {
|
|
577
|
-
vertexIndividualizedScore
|
|
583
|
+
vertexIndividualizedScore?: {
|
|
578
584
|
[x: string]: number;
|
|
579
|
-
};
|
|
580
|
-
customVertexNames
|
|
585
|
+
} | undefined;
|
|
586
|
+
customVertexNames?: {
|
|
581
587
|
name: string;
|
|
582
588
|
vertexId: string;
|
|
583
|
-
}[];
|
|
584
|
-
branchCategoryIds
|
|
589
|
+
}[] | undefined;
|
|
590
|
+
branchCategoryIds?: {
|
|
585
591
|
[x: string]: string;
|
|
586
|
-
};
|
|
592
|
+
} | undefined;
|
|
587
593
|
} | undefined;
|
|
588
594
|
metadata?: {
|
|
589
595
|
[x: string]: unknown;
|
|
@@ -677,6 +683,9 @@ export default class {
|
|
|
677
683
|
readonly?: "__readonly" | undefined;
|
|
678
684
|
}) | undefined;
|
|
679
685
|
changeDescription?: string | undefined;
|
|
686
|
+
readonly complexityScore?: (number & {
|
|
687
|
+
readonly?: "__readonly" | undefined;
|
|
688
|
+
}) | undefined;
|
|
680
689
|
}[];
|
|
681
690
|
variableProfileId?: string | undefined;
|
|
682
691
|
readonly archivedAt: string & {
|
|
@@ -750,16 +759,16 @@ export default class {
|
|
|
750
759
|
};
|
|
751
760
|
} | undefined;
|
|
752
761
|
analyzeOverrides?: {
|
|
753
|
-
vertexIndividualizedScore
|
|
762
|
+
vertexIndividualizedScore?: {
|
|
754
763
|
[x: string]: number;
|
|
755
|
-
};
|
|
756
|
-
customVertexNames
|
|
764
|
+
} | undefined;
|
|
765
|
+
customVertexNames?: {
|
|
757
766
|
name: string;
|
|
758
767
|
vertexId: string;
|
|
759
|
-
}[];
|
|
760
|
-
branchCategoryIds
|
|
768
|
+
}[] | undefined;
|
|
769
|
+
branchCategoryIds?: {
|
|
761
770
|
[x: string]: string;
|
|
762
|
-
};
|
|
771
|
+
} | undefined;
|
|
763
772
|
} | undefined;
|
|
764
773
|
changeDescription?: string | undefined;
|
|
765
774
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -830,16 +839,16 @@ export default class {
|
|
|
830
839
|
readonly?: "__readonly" | undefined;
|
|
831
840
|
};
|
|
832
841
|
analyzeOverrides?: {
|
|
833
|
-
vertexIndividualizedScore
|
|
842
|
+
vertexIndividualizedScore?: {
|
|
834
843
|
[x: string]: number;
|
|
835
|
-
};
|
|
836
|
-
customVertexNames
|
|
844
|
+
} | undefined;
|
|
845
|
+
customVertexNames?: {
|
|
837
846
|
name: string;
|
|
838
847
|
vertexId: string;
|
|
839
|
-
}[];
|
|
840
|
-
branchCategoryIds
|
|
848
|
+
}[] | undefined;
|
|
849
|
+
branchCategoryIds?: {
|
|
841
850
|
[x: string]: string;
|
|
842
|
-
};
|
|
851
|
+
} | undefined;
|
|
843
852
|
} | undefined;
|
|
844
853
|
metadata?: {
|
|
845
854
|
[x: string]: unknown;
|
|
@@ -933,6 +942,9 @@ export default class {
|
|
|
933
942
|
readonly?: "__readonly" | undefined;
|
|
934
943
|
}) | undefined;
|
|
935
944
|
changeDescription?: string | undefined;
|
|
945
|
+
readonly complexityScore?: (number & {
|
|
946
|
+
readonly?: "__readonly" | undefined;
|
|
947
|
+
}) | undefined;
|
|
936
948
|
}[];
|
|
937
949
|
variableProfileId?: string | undefined;
|
|
938
950
|
readonly archivedAt: string & {
|
|
@@ -1027,16 +1039,16 @@ export default class {
|
|
|
1027
1039
|
readonly?: "__readonly" | undefined;
|
|
1028
1040
|
};
|
|
1029
1041
|
analyzeOverrides?: {
|
|
1030
|
-
vertexIndividualizedScore
|
|
1042
|
+
vertexIndividualizedScore?: {
|
|
1031
1043
|
[x: string]: number;
|
|
1032
|
-
};
|
|
1033
|
-
customVertexNames
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
customVertexNames?: {
|
|
1034
1046
|
name: string;
|
|
1035
1047
|
vertexId: string;
|
|
1036
|
-
}[];
|
|
1037
|
-
branchCategoryIds
|
|
1048
|
+
}[] | undefined;
|
|
1049
|
+
branchCategoryIds?: {
|
|
1038
1050
|
[x: string]: string;
|
|
1039
|
-
};
|
|
1051
|
+
} | undefined;
|
|
1040
1052
|
} | undefined;
|
|
1041
1053
|
metadata?: {
|
|
1042
1054
|
[x: string]: unknown;
|
|
@@ -1130,6 +1142,9 @@ export default class {
|
|
|
1130
1142
|
readonly?: "__readonly" | undefined;
|
|
1131
1143
|
}) | undefined;
|
|
1132
1144
|
changeDescription?: string | undefined;
|
|
1145
|
+
readonly complexityScore?: (number & {
|
|
1146
|
+
readonly?: "__readonly" | undefined;
|
|
1147
|
+
}) | undefined;
|
|
1133
1148
|
}[];
|
|
1134
1149
|
variableProfileId?: string | undefined;
|
|
1135
1150
|
readonly archivedAt: string & {
|
|
@@ -1213,16 +1228,16 @@ export default class {
|
|
|
1213
1228
|
readonly?: "__readonly" | undefined;
|
|
1214
1229
|
};
|
|
1215
1230
|
analyzeOverrides?: {
|
|
1216
|
-
vertexIndividualizedScore
|
|
1231
|
+
vertexIndividualizedScore?: {
|
|
1217
1232
|
[x: string]: number;
|
|
1218
|
-
};
|
|
1219
|
-
customVertexNames
|
|
1233
|
+
} | undefined;
|
|
1234
|
+
customVertexNames?: {
|
|
1220
1235
|
name: string;
|
|
1221
1236
|
vertexId: string;
|
|
1222
|
-
}[];
|
|
1223
|
-
branchCategoryIds
|
|
1237
|
+
}[] | undefined;
|
|
1238
|
+
branchCategoryIds?: {
|
|
1224
1239
|
[x: string]: string;
|
|
1225
|
-
};
|
|
1240
|
+
} | undefined;
|
|
1226
1241
|
} | undefined;
|
|
1227
1242
|
metadata?: {
|
|
1228
1243
|
[x: string]: unknown;
|
|
@@ -1316,6 +1331,9 @@ export default class {
|
|
|
1316
1331
|
readonly?: "__readonly" | undefined;
|
|
1317
1332
|
}) | undefined;
|
|
1318
1333
|
changeDescription?: string | undefined;
|
|
1334
|
+
readonly complexityScore?: (number & {
|
|
1335
|
+
readonly?: "__readonly" | undefined;
|
|
1336
|
+
}) | undefined;
|
|
1319
1337
|
}[];
|
|
1320
1338
|
variableProfileId?: string | undefined;
|
|
1321
1339
|
readonly archivedAt: string & {
|
|
@@ -1334,16 +1352,16 @@ export default class {
|
|
|
1334
1352
|
versionId: string;
|
|
1335
1353
|
}, data: {
|
|
1336
1354
|
analyzeOverrides?: {
|
|
1337
|
-
vertexIndividualizedScore
|
|
1355
|
+
vertexIndividualizedScore?: {
|
|
1338
1356
|
[x: string]: number;
|
|
1339
|
-
};
|
|
1340
|
-
customVertexNames
|
|
1357
|
+
} | undefined;
|
|
1358
|
+
customVertexNames?: {
|
|
1341
1359
|
name: string;
|
|
1342
1360
|
vertexId: string;
|
|
1343
|
-
}[];
|
|
1344
|
-
branchCategoryIds
|
|
1361
|
+
}[] | undefined;
|
|
1362
|
+
branchCategoryIds?: {
|
|
1345
1363
|
[x: string]: string;
|
|
1346
|
-
};
|
|
1364
|
+
} | undefined;
|
|
1347
1365
|
} | undefined;
|
|
1348
1366
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1349
1367
|
data: {
|
|
@@ -1413,16 +1431,16 @@ export default class {
|
|
|
1413
1431
|
readonly?: "__readonly" | undefined;
|
|
1414
1432
|
};
|
|
1415
1433
|
analyzeOverrides?: {
|
|
1416
|
-
vertexIndividualizedScore
|
|
1434
|
+
vertexIndividualizedScore?: {
|
|
1417
1435
|
[x: string]: number;
|
|
1418
|
-
};
|
|
1419
|
-
customVertexNames
|
|
1436
|
+
} | undefined;
|
|
1437
|
+
customVertexNames?: {
|
|
1420
1438
|
name: string;
|
|
1421
1439
|
vertexId: string;
|
|
1422
|
-
}[];
|
|
1423
|
-
branchCategoryIds
|
|
1440
|
+
}[] | undefined;
|
|
1441
|
+
branchCategoryIds?: {
|
|
1424
1442
|
[x: string]: string;
|
|
1425
|
-
};
|
|
1443
|
+
} | undefined;
|
|
1426
1444
|
} | undefined;
|
|
1427
1445
|
metadata?: {
|
|
1428
1446
|
[x: string]: unknown;
|
|
@@ -1516,6 +1534,9 @@ export default class {
|
|
|
1516
1534
|
readonly?: "__readonly" | undefined;
|
|
1517
1535
|
}) | undefined;
|
|
1518
1536
|
changeDescription?: string | undefined;
|
|
1537
|
+
readonly complexityScore?: (number & {
|
|
1538
|
+
readonly?: "__readonly" | undefined;
|
|
1539
|
+
}) | undefined;
|
|
1519
1540
|
}[];
|
|
1520
1541
|
variableProfileId?: string | undefined;
|
|
1521
1542
|
readonly archivedAt: string & {
|
package/build/definitions.d.ts
CHANGED
|
@@ -186,14 +186,14 @@ 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
|
|
196
|
+
branchCategoryIds?: {
|
|
197
197
|
[key: string]: string;
|
|
198
198
|
};
|
|
199
199
|
};
|
|
@@ -246,6 +246,7 @@ export declare type SerializedWorkflowVersion = {
|
|
|
246
246
|
}) & readonlyP;
|
|
247
247
|
readonly lastSavedBy?: (ObjectId) & readonlyP;
|
|
248
248
|
changeDescription?: string;
|
|
249
|
+
readonly complexityScore?: (number) & readonlyP;
|
|
249
250
|
};
|
|
250
251
|
export declare type WorkflowVersion = SerializedWorkflowVersion;
|
|
251
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