@rlvt/workflows-openapi-client 1.0.648 → 1.0.650
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 +48 -0
- package/build/definitions.d.ts +6 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -201,6 +201,9 @@ export default class {
|
|
|
201
201
|
name: string;
|
|
202
202
|
vertexId: string;
|
|
203
203
|
}[];
|
|
204
|
+
branchCategoryIds: {
|
|
205
|
+
[x: string]: string;
|
|
206
|
+
};
|
|
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[];
|
|
@@ -386,6 +392,9 @@ export default class {
|
|
|
386
392
|
name: string;
|
|
387
393
|
vertexId: string;
|
|
388
394
|
}[];
|
|
395
|
+
branchCategoryIds: {
|
|
396
|
+
[x: string]: string;
|
|
397
|
+
};
|
|
389
398
|
} | undefined;
|
|
390
399
|
metadata?: {
|
|
391
400
|
[x: string]: unknown;
|
|
@@ -443,6 +452,9 @@ export default class {
|
|
|
443
452
|
readonly analyze: {
|
|
444
453
|
readonly?: "__readonly" | undefined;
|
|
445
454
|
entrypointTypes: string[];
|
|
455
|
+
branchCategoryIds: {
|
|
456
|
+
[x: string]: string;
|
|
457
|
+
};
|
|
446
458
|
entrypointsByBranches: {
|
|
447
459
|
branch: string;
|
|
448
460
|
entrypointIds: string[];
|
|
@@ -569,6 +581,9 @@ export default class {
|
|
|
569
581
|
name: string;
|
|
570
582
|
vertexId: string;
|
|
571
583
|
}[];
|
|
584
|
+
branchCategoryIds: {
|
|
585
|
+
[x: string]: string;
|
|
586
|
+
};
|
|
572
587
|
} | undefined;
|
|
573
588
|
metadata?: {
|
|
574
589
|
[x: string]: unknown;
|
|
@@ -626,6 +641,9 @@ export default class {
|
|
|
626
641
|
readonly analyze: {
|
|
627
642
|
readonly?: "__readonly" | undefined;
|
|
628
643
|
entrypointTypes: string[];
|
|
644
|
+
branchCategoryIds: {
|
|
645
|
+
[x: string]: string;
|
|
646
|
+
};
|
|
629
647
|
entrypointsByBranches: {
|
|
630
648
|
branch: string;
|
|
631
649
|
entrypointIds: string[];
|
|
@@ -739,6 +757,9 @@ export default class {
|
|
|
739
757
|
name: string;
|
|
740
758
|
vertexId: string;
|
|
741
759
|
}[];
|
|
760
|
+
branchCategoryIds: {
|
|
761
|
+
[x: string]: string;
|
|
762
|
+
};
|
|
742
763
|
} | undefined;
|
|
743
764
|
changeDescription?: string | undefined;
|
|
744
765
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -816,6 +837,9 @@ export default class {
|
|
|
816
837
|
name: string;
|
|
817
838
|
vertexId: string;
|
|
818
839
|
}[];
|
|
840
|
+
branchCategoryIds: {
|
|
841
|
+
[x: string]: string;
|
|
842
|
+
};
|
|
819
843
|
} | undefined;
|
|
820
844
|
metadata?: {
|
|
821
845
|
[x: string]: unknown;
|
|
@@ -873,6 +897,9 @@ export default class {
|
|
|
873
897
|
readonly analyze: {
|
|
874
898
|
readonly?: "__readonly" | undefined;
|
|
875
899
|
entrypointTypes: string[];
|
|
900
|
+
branchCategoryIds: {
|
|
901
|
+
[x: string]: string;
|
|
902
|
+
};
|
|
876
903
|
entrypointsByBranches: {
|
|
877
904
|
branch: string;
|
|
878
905
|
entrypointIds: string[];
|
|
@@ -1007,6 +1034,9 @@ export default class {
|
|
|
1007
1034
|
name: string;
|
|
1008
1035
|
vertexId: string;
|
|
1009
1036
|
}[];
|
|
1037
|
+
branchCategoryIds: {
|
|
1038
|
+
[x: string]: string;
|
|
1039
|
+
};
|
|
1010
1040
|
} | undefined;
|
|
1011
1041
|
metadata?: {
|
|
1012
1042
|
[x: string]: unknown;
|
|
@@ -1064,6 +1094,9 @@ export default class {
|
|
|
1064
1094
|
readonly analyze: {
|
|
1065
1095
|
readonly?: "__readonly" | undefined;
|
|
1066
1096
|
entrypointTypes: string[];
|
|
1097
|
+
branchCategoryIds: {
|
|
1098
|
+
[x: string]: string;
|
|
1099
|
+
};
|
|
1067
1100
|
entrypointsByBranches: {
|
|
1068
1101
|
branch: string;
|
|
1069
1102
|
entrypointIds: string[];
|
|
@@ -1187,6 +1220,9 @@ export default class {
|
|
|
1187
1220
|
name: string;
|
|
1188
1221
|
vertexId: string;
|
|
1189
1222
|
}[];
|
|
1223
|
+
branchCategoryIds: {
|
|
1224
|
+
[x: string]: string;
|
|
1225
|
+
};
|
|
1190
1226
|
} | undefined;
|
|
1191
1227
|
metadata?: {
|
|
1192
1228
|
[x: string]: unknown;
|
|
@@ -1244,6 +1280,9 @@ export default class {
|
|
|
1244
1280
|
readonly analyze: {
|
|
1245
1281
|
readonly?: "__readonly" | undefined;
|
|
1246
1282
|
entrypointTypes: string[];
|
|
1283
|
+
branchCategoryIds: {
|
|
1284
|
+
[x: string]: string;
|
|
1285
|
+
};
|
|
1247
1286
|
entrypointsByBranches: {
|
|
1248
1287
|
branch: string;
|
|
1249
1288
|
entrypointIds: string[];
|
|
@@ -1302,6 +1341,9 @@ export default class {
|
|
|
1302
1341
|
name: string;
|
|
1303
1342
|
vertexId: string;
|
|
1304
1343
|
}[];
|
|
1344
|
+
branchCategoryIds: {
|
|
1345
|
+
[x: string]: string;
|
|
1346
|
+
};
|
|
1305
1347
|
} | undefined;
|
|
1306
1348
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1307
1349
|
data: {
|
|
@@ -1378,6 +1420,9 @@ export default class {
|
|
|
1378
1420
|
name: string;
|
|
1379
1421
|
vertexId: string;
|
|
1380
1422
|
}[];
|
|
1423
|
+
branchCategoryIds: {
|
|
1424
|
+
[x: string]: string;
|
|
1425
|
+
};
|
|
1381
1426
|
} | undefined;
|
|
1382
1427
|
metadata?: {
|
|
1383
1428
|
[x: string]: unknown;
|
|
@@ -1435,6 +1480,9 @@ export default class {
|
|
|
1435
1480
|
readonly analyze: {
|
|
1436
1481
|
readonly?: "__readonly" | undefined;
|
|
1437
1482
|
entrypointTypes: string[];
|
|
1483
|
+
branchCategoryIds: {
|
|
1484
|
+
[x: string]: string;
|
|
1485
|
+
};
|
|
1438
1486
|
entrypointsByBranches: {
|
|
1439
1487
|
branch: string;
|
|
1440
1488
|
entrypointIds: string[];
|
package/build/definitions.d.ts
CHANGED
|
@@ -193,6 +193,9 @@ export declare type AnalyzerOverrides = {
|
|
|
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;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcU1wQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUFrRUQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED