@rlvt/workflows-openapi-client 1.0.656 → 1.0.658
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 +21 -21
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -263,9 +263,6 @@ export default class {
|
|
|
263
263
|
readonly analyze: {
|
|
264
264
|
readonly?: "__readonly" | undefined;
|
|
265
265
|
entrypointTypes: string[];
|
|
266
|
-
branchCategoryIds: {
|
|
267
|
-
[x: string]: string;
|
|
268
|
-
};
|
|
269
266
|
entrypointsByBranches: {
|
|
270
267
|
branch: string;
|
|
271
268
|
entrypointIds: string[];
|
|
@@ -288,6 +285,9 @@ export default class {
|
|
|
288
285
|
entrypointsPerPathId: {
|
|
289
286
|
[x: string]: string[];
|
|
290
287
|
};
|
|
288
|
+
categoryIdByBranch: {
|
|
289
|
+
[x: string]: string;
|
|
290
|
+
};
|
|
291
291
|
outputsForEntrypoint: {
|
|
292
292
|
[x: string]: string[];
|
|
293
293
|
};
|
|
@@ -457,9 +457,6 @@ export default class {
|
|
|
457
457
|
readonly analyze: {
|
|
458
458
|
readonly?: "__readonly" | undefined;
|
|
459
459
|
entrypointTypes: string[];
|
|
460
|
-
branchCategoryIds: {
|
|
461
|
-
[x: string]: string;
|
|
462
|
-
};
|
|
463
460
|
entrypointsByBranches: {
|
|
464
461
|
branch: string;
|
|
465
462
|
entrypointIds: string[];
|
|
@@ -482,6 +479,9 @@ export default class {
|
|
|
482
479
|
entrypointsPerPathId: {
|
|
483
480
|
[x: string]: string[];
|
|
484
481
|
};
|
|
482
|
+
categoryIdByBranch: {
|
|
483
|
+
[x: string]: string;
|
|
484
|
+
};
|
|
485
485
|
outputsForEntrypoint: {
|
|
486
486
|
[x: string]: string[];
|
|
487
487
|
};
|
|
@@ -649,9 +649,6 @@ export default class {
|
|
|
649
649
|
readonly analyze: {
|
|
650
650
|
readonly?: "__readonly" | undefined;
|
|
651
651
|
entrypointTypes: string[];
|
|
652
|
-
branchCategoryIds: {
|
|
653
|
-
[x: string]: string;
|
|
654
|
-
};
|
|
655
652
|
entrypointsByBranches: {
|
|
656
653
|
branch: string;
|
|
657
654
|
entrypointIds: string[];
|
|
@@ -674,6 +671,9 @@ export default class {
|
|
|
674
671
|
entrypointsPerPathId: {
|
|
675
672
|
[x: string]: string[];
|
|
676
673
|
};
|
|
674
|
+
categoryIdByBranch: {
|
|
675
|
+
[x: string]: string;
|
|
676
|
+
};
|
|
677
677
|
outputsForEntrypoint: {
|
|
678
678
|
[x: string]: string[];
|
|
679
679
|
};
|
|
@@ -908,9 +908,6 @@ export default class {
|
|
|
908
908
|
readonly analyze: {
|
|
909
909
|
readonly?: "__readonly" | undefined;
|
|
910
910
|
entrypointTypes: string[];
|
|
911
|
-
branchCategoryIds: {
|
|
912
|
-
[x: string]: string;
|
|
913
|
-
};
|
|
914
911
|
entrypointsByBranches: {
|
|
915
912
|
branch: string;
|
|
916
913
|
entrypointIds: string[];
|
|
@@ -933,6 +930,9 @@ export default class {
|
|
|
933
930
|
entrypointsPerPathId: {
|
|
934
931
|
[x: string]: string[];
|
|
935
932
|
};
|
|
933
|
+
categoryIdByBranch: {
|
|
934
|
+
[x: string]: string;
|
|
935
|
+
};
|
|
936
936
|
outputsForEntrypoint: {
|
|
937
937
|
[x: string]: string[];
|
|
938
938
|
};
|
|
@@ -1108,9 +1108,6 @@ export default class {
|
|
|
1108
1108
|
readonly analyze: {
|
|
1109
1109
|
readonly?: "__readonly" | undefined;
|
|
1110
1110
|
entrypointTypes: string[];
|
|
1111
|
-
branchCategoryIds: {
|
|
1112
|
-
[x: string]: string;
|
|
1113
|
-
};
|
|
1114
1111
|
entrypointsByBranches: {
|
|
1115
1112
|
branch: string;
|
|
1116
1113
|
entrypointIds: string[];
|
|
@@ -1133,6 +1130,9 @@ export default class {
|
|
|
1133
1130
|
entrypointsPerPathId: {
|
|
1134
1131
|
[x: string]: string[];
|
|
1135
1132
|
};
|
|
1133
|
+
categoryIdByBranch: {
|
|
1134
|
+
[x: string]: string;
|
|
1135
|
+
};
|
|
1136
1136
|
outputsForEntrypoint: {
|
|
1137
1137
|
[x: string]: string[];
|
|
1138
1138
|
};
|
|
@@ -1297,9 +1297,6 @@ export default class {
|
|
|
1297
1297
|
readonly analyze: {
|
|
1298
1298
|
readonly?: "__readonly" | undefined;
|
|
1299
1299
|
entrypointTypes: string[];
|
|
1300
|
-
branchCategoryIds: {
|
|
1301
|
-
[x: string]: string;
|
|
1302
|
-
};
|
|
1303
1300
|
entrypointsByBranches: {
|
|
1304
1301
|
branch: string;
|
|
1305
1302
|
entrypointIds: string[];
|
|
@@ -1322,6 +1319,9 @@ export default class {
|
|
|
1322
1319
|
entrypointsPerPathId: {
|
|
1323
1320
|
[x: string]: string[];
|
|
1324
1321
|
};
|
|
1322
|
+
categoryIdByBranch: {
|
|
1323
|
+
[x: string]: string;
|
|
1324
|
+
};
|
|
1325
1325
|
outputsForEntrypoint: {
|
|
1326
1326
|
[x: string]: string[];
|
|
1327
1327
|
};
|
|
@@ -1500,9 +1500,6 @@ export default class {
|
|
|
1500
1500
|
readonly analyze: {
|
|
1501
1501
|
readonly?: "__readonly" | undefined;
|
|
1502
1502
|
entrypointTypes: string[];
|
|
1503
|
-
branchCategoryIds: {
|
|
1504
|
-
[x: string]: string;
|
|
1505
|
-
};
|
|
1506
1503
|
entrypointsByBranches: {
|
|
1507
1504
|
branch: string;
|
|
1508
1505
|
entrypointIds: string[];
|
|
@@ -1525,6 +1522,9 @@ export default class {
|
|
|
1525
1522
|
entrypointsPerPathId: {
|
|
1526
1523
|
[x: string]: string[];
|
|
1527
1524
|
};
|
|
1525
|
+
categoryIdByBranch: {
|
|
1526
|
+
[x: string]: string;
|
|
1527
|
+
};
|
|
1528
1528
|
outputsForEntrypoint: {
|
|
1529
1529
|
[x: string]: string[];
|
|
1530
1530
|
};
|
package/build/definitions.d.ts
CHANGED
package/package.json
CHANGED