@rlvt/workflows-openapi-client 1.0.700 → 1.0.702
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 +87 -0
- package/build/definitions.d.ts +10 -0
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -261,6 +261,11 @@ export default class {
|
|
|
261
261
|
branchCategoryIds?: {
|
|
262
262
|
[x: string]: string;
|
|
263
263
|
} | undefined;
|
|
264
|
+
branchTags?: {
|
|
265
|
+
tagKeyId: string;
|
|
266
|
+
tagValueId: string;
|
|
267
|
+
branchId: string;
|
|
268
|
+
}[] | undefined;
|
|
264
269
|
} | undefined;
|
|
265
270
|
metadata?: {
|
|
266
271
|
[x: string]: unknown;
|
|
@@ -296,6 +301,12 @@ export default class {
|
|
|
296
301
|
categoryIdByBranch: {
|
|
297
302
|
[x: string]: string;
|
|
298
303
|
};
|
|
304
|
+
tagsByBranch: {
|
|
305
|
+
[x: string]: {
|
|
306
|
+
tagKeyId: string;
|
|
307
|
+
tagValueId: string;
|
|
308
|
+
}[];
|
|
309
|
+
};
|
|
299
310
|
outputsForEntrypoint: {
|
|
300
311
|
[x: string]: string[];
|
|
301
312
|
};
|
|
@@ -446,6 +457,11 @@ export default class {
|
|
|
446
457
|
branchCategoryIds?: {
|
|
447
458
|
[x: string]: string;
|
|
448
459
|
} | undefined;
|
|
460
|
+
branchTags?: {
|
|
461
|
+
tagKeyId: string;
|
|
462
|
+
tagValueId: string;
|
|
463
|
+
branchId: string;
|
|
464
|
+
}[] | undefined;
|
|
449
465
|
} | undefined;
|
|
450
466
|
metadata?: {
|
|
451
467
|
[x: string]: unknown;
|
|
@@ -481,6 +497,12 @@ export default class {
|
|
|
481
497
|
categoryIdByBranch: {
|
|
482
498
|
[x: string]: string;
|
|
483
499
|
};
|
|
500
|
+
tagsByBranch: {
|
|
501
|
+
[x: string]: {
|
|
502
|
+
tagKeyId: string;
|
|
503
|
+
tagValueId: string;
|
|
504
|
+
}[];
|
|
505
|
+
};
|
|
484
506
|
outputsForEntrypoint: {
|
|
485
507
|
[x: string]: string[];
|
|
486
508
|
};
|
|
@@ -629,6 +651,11 @@ export default class {
|
|
|
629
651
|
branchCategoryIds?: {
|
|
630
652
|
[x: string]: string;
|
|
631
653
|
} | undefined;
|
|
654
|
+
branchTags?: {
|
|
655
|
+
tagKeyId: string;
|
|
656
|
+
tagValueId: string;
|
|
657
|
+
branchId: string;
|
|
658
|
+
}[] | undefined;
|
|
632
659
|
} | undefined;
|
|
633
660
|
metadata?: {
|
|
634
661
|
[x: string]: unknown;
|
|
@@ -664,6 +691,12 @@ export default class {
|
|
|
664
691
|
categoryIdByBranch: {
|
|
665
692
|
[x: string]: string;
|
|
666
693
|
};
|
|
694
|
+
tagsByBranch: {
|
|
695
|
+
[x: string]: {
|
|
696
|
+
tagKeyId: string;
|
|
697
|
+
tagValueId: string;
|
|
698
|
+
}[];
|
|
699
|
+
};
|
|
667
700
|
outputsForEntrypoint: {
|
|
668
701
|
[x: string]: string[];
|
|
669
702
|
};
|
|
@@ -758,6 +791,11 @@ export default class {
|
|
|
758
791
|
branchCategoryIds?: {
|
|
759
792
|
[x: string]: string;
|
|
760
793
|
} | undefined;
|
|
794
|
+
branchTags?: {
|
|
795
|
+
tagKeyId: string;
|
|
796
|
+
tagValueId: string;
|
|
797
|
+
branchId: string;
|
|
798
|
+
}[] | undefined;
|
|
761
799
|
} | undefined;
|
|
762
800
|
changeDescription?: string | undefined;
|
|
763
801
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -880,6 +918,11 @@ export default class {
|
|
|
880
918
|
branchCategoryIds?: {
|
|
881
919
|
[x: string]: string;
|
|
882
920
|
} | undefined;
|
|
921
|
+
branchTags?: {
|
|
922
|
+
tagKeyId: string;
|
|
923
|
+
tagValueId: string;
|
|
924
|
+
branchId: string;
|
|
925
|
+
}[] | undefined;
|
|
883
926
|
} | undefined;
|
|
884
927
|
metadata?: {
|
|
885
928
|
[x: string]: unknown;
|
|
@@ -915,6 +958,12 @@ export default class {
|
|
|
915
958
|
categoryIdByBranch: {
|
|
916
959
|
[x: string]: string;
|
|
917
960
|
};
|
|
961
|
+
tagsByBranch: {
|
|
962
|
+
[x: string]: {
|
|
963
|
+
tagKeyId: string;
|
|
964
|
+
tagValueId: string;
|
|
965
|
+
}[];
|
|
966
|
+
};
|
|
918
967
|
outputsForEntrypoint: {
|
|
919
968
|
[x: string]: string[];
|
|
920
969
|
};
|
|
@@ -1073,6 +1122,11 @@ export default class {
|
|
|
1073
1122
|
branchCategoryIds?: {
|
|
1074
1123
|
[x: string]: string;
|
|
1075
1124
|
} | undefined;
|
|
1125
|
+
branchTags?: {
|
|
1126
|
+
tagKeyId: string;
|
|
1127
|
+
tagValueId: string;
|
|
1128
|
+
branchId: string;
|
|
1129
|
+
}[] | undefined;
|
|
1076
1130
|
} | undefined;
|
|
1077
1131
|
metadata?: {
|
|
1078
1132
|
[x: string]: unknown;
|
|
@@ -1108,6 +1162,12 @@ export default class {
|
|
|
1108
1162
|
categoryIdByBranch: {
|
|
1109
1163
|
[x: string]: string;
|
|
1110
1164
|
};
|
|
1165
|
+
tagsByBranch: {
|
|
1166
|
+
[x: string]: {
|
|
1167
|
+
tagKeyId: string;
|
|
1168
|
+
tagValueId: string;
|
|
1169
|
+
}[];
|
|
1170
|
+
};
|
|
1111
1171
|
outputsForEntrypoint: {
|
|
1112
1172
|
[x: string]: string[];
|
|
1113
1173
|
};
|
|
@@ -1253,6 +1313,11 @@ export default class {
|
|
|
1253
1313
|
branchCategoryIds?: {
|
|
1254
1314
|
[x: string]: string;
|
|
1255
1315
|
} | undefined;
|
|
1316
|
+
branchTags?: {
|
|
1317
|
+
tagKeyId: string;
|
|
1318
|
+
tagValueId: string;
|
|
1319
|
+
branchId: string;
|
|
1320
|
+
}[] | undefined;
|
|
1256
1321
|
} | undefined;
|
|
1257
1322
|
metadata?: {
|
|
1258
1323
|
[x: string]: unknown;
|
|
@@ -1288,6 +1353,12 @@ export default class {
|
|
|
1288
1353
|
categoryIdByBranch: {
|
|
1289
1354
|
[x: string]: string;
|
|
1290
1355
|
};
|
|
1356
|
+
tagsByBranch: {
|
|
1357
|
+
[x: string]: {
|
|
1358
|
+
tagKeyId: string;
|
|
1359
|
+
tagValueId: string;
|
|
1360
|
+
}[];
|
|
1361
|
+
};
|
|
1291
1362
|
outputsForEntrypoint: {
|
|
1292
1363
|
[x: string]: string[];
|
|
1293
1364
|
};
|
|
@@ -1326,6 +1397,11 @@ export default class {
|
|
|
1326
1397
|
branchCategoryIds?: {
|
|
1327
1398
|
[x: string]: string;
|
|
1328
1399
|
} | undefined;
|
|
1400
|
+
branchTags?: {
|
|
1401
|
+
tagKeyId: string;
|
|
1402
|
+
tagValueId: string;
|
|
1403
|
+
branchId: string;
|
|
1404
|
+
}[] | undefined;
|
|
1329
1405
|
} | undefined;
|
|
1330
1406
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1331
1407
|
status: "success";
|
|
@@ -1447,6 +1523,11 @@ export default class {
|
|
|
1447
1523
|
branchCategoryIds?: {
|
|
1448
1524
|
[x: string]: string;
|
|
1449
1525
|
} | undefined;
|
|
1526
|
+
branchTags?: {
|
|
1527
|
+
tagKeyId: string;
|
|
1528
|
+
tagValueId: string;
|
|
1529
|
+
branchId: string;
|
|
1530
|
+
}[] | undefined;
|
|
1450
1531
|
} | undefined;
|
|
1451
1532
|
metadata?: {
|
|
1452
1533
|
[x: string]: unknown;
|
|
@@ -1482,6 +1563,12 @@ export default class {
|
|
|
1482
1563
|
categoryIdByBranch: {
|
|
1483
1564
|
[x: string]: string;
|
|
1484
1565
|
};
|
|
1566
|
+
tagsByBranch: {
|
|
1567
|
+
[x: string]: {
|
|
1568
|
+
tagKeyId: string;
|
|
1569
|
+
tagValueId: string;
|
|
1570
|
+
}[];
|
|
1571
|
+
};
|
|
1485
1572
|
outputsForEntrypoint: {
|
|
1486
1573
|
[x: string]: string[];
|
|
1487
1574
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -382,6 +382,10 @@ export declare enum WorkflowVersionState {
|
|
|
382
382
|
LIVE = "live",
|
|
383
383
|
INACTIVE = "inactive"
|
|
384
384
|
}
|
|
385
|
+
export declare type BranchTag = {
|
|
386
|
+
tagKeyId: string;
|
|
387
|
+
tagValueId: string;
|
|
388
|
+
};
|
|
385
389
|
export declare type AnalyzerOverrides = {
|
|
386
390
|
vertexIndividualizedScore?: {
|
|
387
391
|
[key: string]: number;
|
|
@@ -393,6 +397,9 @@ export declare type AnalyzerOverrides = {
|
|
|
393
397
|
branchCategoryIds?: {
|
|
394
398
|
[key: string]: string;
|
|
395
399
|
};
|
|
400
|
+
branchTags?: (BranchTag & {
|
|
401
|
+
branchId: string;
|
|
402
|
+
})[];
|
|
396
403
|
};
|
|
397
404
|
export declare type BranchInfosElementType = 0 | 1 | 2 | 3;
|
|
398
405
|
export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypoint = {
|
|
@@ -422,6 +429,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
422
429
|
categoryIdByBranch: {
|
|
423
430
|
[key: string]: string;
|
|
424
431
|
};
|
|
432
|
+
tagsByBranch: {
|
|
433
|
+
[key: string]: BranchTag[];
|
|
434
|
+
};
|
|
425
435
|
};
|
|
426
436
|
export declare type WorkflowVersion_Without_ToJSON__id = {
|
|
427
437
|
metadata?: {
|
package/package.json
CHANGED