@rlvt/workflows-openapi-client 1.0.704 → 1.0.705
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 +35 -42
- package/build/definitions.d.ts +3 -3
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -276,6 +276,11 @@ export default class {
|
|
|
276
276
|
readonly analyze: {
|
|
277
277
|
readonly?: "__readonly" | undefined;
|
|
278
278
|
entrypointTypes: string[];
|
|
279
|
+
branchTags: {
|
|
280
|
+
tagKeyId: string;
|
|
281
|
+
tagValueId: string;
|
|
282
|
+
branchId: string;
|
|
283
|
+
}[];
|
|
279
284
|
entrypointsByBranches: {
|
|
280
285
|
branch: string;
|
|
281
286
|
entrypointIds: string[];
|
|
@@ -301,12 +306,6 @@ export default class {
|
|
|
301
306
|
categoryIdByBranch: {
|
|
302
307
|
[x: string]: string;
|
|
303
308
|
};
|
|
304
|
-
tagsByBranch: {
|
|
305
|
-
[x: string]: {
|
|
306
|
-
tagKeyId: string;
|
|
307
|
-
tagValueId: string;
|
|
308
|
-
}[];
|
|
309
|
-
};
|
|
310
309
|
outputsForEntrypoint: {
|
|
311
310
|
[x: string]: string[];
|
|
312
311
|
};
|
|
@@ -472,6 +471,11 @@ export default class {
|
|
|
472
471
|
readonly analyze: {
|
|
473
472
|
readonly?: "__readonly" | undefined;
|
|
474
473
|
entrypointTypes: string[];
|
|
474
|
+
branchTags: {
|
|
475
|
+
tagKeyId: string;
|
|
476
|
+
tagValueId: string;
|
|
477
|
+
branchId: string;
|
|
478
|
+
}[];
|
|
475
479
|
entrypointsByBranches: {
|
|
476
480
|
branch: string;
|
|
477
481
|
entrypointIds: string[];
|
|
@@ -497,12 +501,6 @@ export default class {
|
|
|
497
501
|
categoryIdByBranch: {
|
|
498
502
|
[x: string]: string;
|
|
499
503
|
};
|
|
500
|
-
tagsByBranch: {
|
|
501
|
-
[x: string]: {
|
|
502
|
-
tagKeyId: string;
|
|
503
|
-
tagValueId: string;
|
|
504
|
-
}[];
|
|
505
|
-
};
|
|
506
504
|
outputsForEntrypoint: {
|
|
507
505
|
[x: string]: string[];
|
|
508
506
|
};
|
|
@@ -666,6 +664,11 @@ export default class {
|
|
|
666
664
|
readonly analyze: {
|
|
667
665
|
readonly?: "__readonly" | undefined;
|
|
668
666
|
entrypointTypes: string[];
|
|
667
|
+
branchTags: {
|
|
668
|
+
tagKeyId: string;
|
|
669
|
+
tagValueId: string;
|
|
670
|
+
branchId: string;
|
|
671
|
+
}[];
|
|
669
672
|
entrypointsByBranches: {
|
|
670
673
|
branch: string;
|
|
671
674
|
entrypointIds: string[];
|
|
@@ -691,12 +694,6 @@ export default class {
|
|
|
691
694
|
categoryIdByBranch: {
|
|
692
695
|
[x: string]: string;
|
|
693
696
|
};
|
|
694
|
-
tagsByBranch: {
|
|
695
|
-
[x: string]: {
|
|
696
|
-
tagKeyId: string;
|
|
697
|
-
tagValueId: string;
|
|
698
|
-
}[];
|
|
699
|
-
};
|
|
700
697
|
outputsForEntrypoint: {
|
|
701
698
|
[x: string]: string[];
|
|
702
699
|
};
|
|
@@ -933,6 +930,11 @@ export default class {
|
|
|
933
930
|
readonly analyze: {
|
|
934
931
|
readonly?: "__readonly" | undefined;
|
|
935
932
|
entrypointTypes: string[];
|
|
933
|
+
branchTags: {
|
|
934
|
+
tagKeyId: string;
|
|
935
|
+
tagValueId: string;
|
|
936
|
+
branchId: string;
|
|
937
|
+
}[];
|
|
936
938
|
entrypointsByBranches: {
|
|
937
939
|
branch: string;
|
|
938
940
|
entrypointIds: string[];
|
|
@@ -958,12 +960,6 @@ export default class {
|
|
|
958
960
|
categoryIdByBranch: {
|
|
959
961
|
[x: string]: string;
|
|
960
962
|
};
|
|
961
|
-
tagsByBranch: {
|
|
962
|
-
[x: string]: {
|
|
963
|
-
tagKeyId: string;
|
|
964
|
-
tagValueId: string;
|
|
965
|
-
}[];
|
|
966
|
-
};
|
|
967
963
|
outputsForEntrypoint: {
|
|
968
964
|
[x: string]: string[];
|
|
969
965
|
};
|
|
@@ -1137,6 +1133,11 @@ export default class {
|
|
|
1137
1133
|
readonly analyze: {
|
|
1138
1134
|
readonly?: "__readonly" | undefined;
|
|
1139
1135
|
entrypointTypes: string[];
|
|
1136
|
+
branchTags: {
|
|
1137
|
+
tagKeyId: string;
|
|
1138
|
+
tagValueId: string;
|
|
1139
|
+
branchId: string;
|
|
1140
|
+
}[];
|
|
1140
1141
|
entrypointsByBranches: {
|
|
1141
1142
|
branch: string;
|
|
1142
1143
|
entrypointIds: string[];
|
|
@@ -1162,12 +1163,6 @@ export default class {
|
|
|
1162
1163
|
categoryIdByBranch: {
|
|
1163
1164
|
[x: string]: string;
|
|
1164
1165
|
};
|
|
1165
|
-
tagsByBranch: {
|
|
1166
|
-
[x: string]: {
|
|
1167
|
-
tagKeyId: string;
|
|
1168
|
-
tagValueId: string;
|
|
1169
|
-
}[];
|
|
1170
|
-
};
|
|
1171
1166
|
outputsForEntrypoint: {
|
|
1172
1167
|
[x: string]: string[];
|
|
1173
1168
|
};
|
|
@@ -1328,6 +1323,11 @@ export default class {
|
|
|
1328
1323
|
readonly analyze: {
|
|
1329
1324
|
readonly?: "__readonly" | undefined;
|
|
1330
1325
|
entrypointTypes: string[];
|
|
1326
|
+
branchTags: {
|
|
1327
|
+
tagKeyId: string;
|
|
1328
|
+
tagValueId: string;
|
|
1329
|
+
branchId: string;
|
|
1330
|
+
}[];
|
|
1331
1331
|
entrypointsByBranches: {
|
|
1332
1332
|
branch: string;
|
|
1333
1333
|
entrypointIds: string[];
|
|
@@ -1353,12 +1353,6 @@ export default class {
|
|
|
1353
1353
|
categoryIdByBranch: {
|
|
1354
1354
|
[x: string]: string;
|
|
1355
1355
|
};
|
|
1356
|
-
tagsByBranch: {
|
|
1357
|
-
[x: string]: {
|
|
1358
|
-
tagKeyId: string;
|
|
1359
|
-
tagValueId: string;
|
|
1360
|
-
}[];
|
|
1361
|
-
};
|
|
1362
1356
|
outputsForEntrypoint: {
|
|
1363
1357
|
[x: string]: string[];
|
|
1364
1358
|
};
|
|
@@ -1538,6 +1532,11 @@ export default class {
|
|
|
1538
1532
|
readonly analyze: {
|
|
1539
1533
|
readonly?: "__readonly" | undefined;
|
|
1540
1534
|
entrypointTypes: string[];
|
|
1535
|
+
branchTags: {
|
|
1536
|
+
tagKeyId: string;
|
|
1537
|
+
tagValueId: string;
|
|
1538
|
+
branchId: string;
|
|
1539
|
+
}[];
|
|
1541
1540
|
entrypointsByBranches: {
|
|
1542
1541
|
branch: string;
|
|
1543
1542
|
entrypointIds: string[];
|
|
@@ -1563,12 +1562,6 @@ export default class {
|
|
|
1563
1562
|
categoryIdByBranch: {
|
|
1564
1563
|
[x: string]: string;
|
|
1565
1564
|
};
|
|
1566
|
-
tagsByBranch: {
|
|
1567
|
-
[x: string]: {
|
|
1568
|
-
tagKeyId: string;
|
|
1569
|
-
tagValueId: string;
|
|
1570
|
-
}[];
|
|
1571
|
-
};
|
|
1572
1565
|
outputsForEntrypoint: {
|
|
1573
1566
|
[x: string]: string[];
|
|
1574
1567
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -429,9 +429,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
429
429
|
categoryIdByBranch: {
|
|
430
430
|
[key: string]: string;
|
|
431
431
|
};
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
};
|
|
432
|
+
branchTags: (BranchTag & {
|
|
433
|
+
branchId: string;
|
|
434
|
+
})[];
|
|
435
435
|
};
|
|
436
436
|
export declare type WorkflowVersion_Without_ToJSON__id = {
|
|
437
437
|
metadata?: {
|
package/package.json
CHANGED