@rlvt/workflows-openapi-client 1.0.687 → 1.0.689
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 +132 -132
- package/build/definitions.d.ts +3 -3
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -203,24 +203,6 @@ export default class {
|
|
|
203
203
|
id: string;
|
|
204
204
|
createdAt: string;
|
|
205
205
|
updatedAt: string;
|
|
206
|
-
analyzeOverrides?: {
|
|
207
|
-
vertexIndividualizedScore?: {
|
|
208
|
-
[x: string]: number;
|
|
209
|
-
} | undefined;
|
|
210
|
-
customVertexNames?: {
|
|
211
|
-
name: string;
|
|
212
|
-
vertexId: string;
|
|
213
|
-
}[] | undefined;
|
|
214
|
-
branchCategoryIds?: {
|
|
215
|
-
[x: string]: string;
|
|
216
|
-
} | undefined;
|
|
217
|
-
} | undefined;
|
|
218
|
-
metadata?: {
|
|
219
|
-
[x: string]: unknown;
|
|
220
|
-
} | undefined;
|
|
221
|
-
readonly state: WorkflowVersionState & {
|
|
222
|
-
readonly?: "__readonly" | undefined;
|
|
223
|
-
};
|
|
224
206
|
definition: {
|
|
225
207
|
nodes: {
|
|
226
208
|
[x: string]: {
|
|
@@ -268,6 +250,24 @@ export default class {
|
|
|
268
250
|
};
|
|
269
251
|
};
|
|
270
252
|
};
|
|
253
|
+
analyzeOverrides?: {
|
|
254
|
+
vertexIndividualizedScore?: {
|
|
255
|
+
[x: string]: number;
|
|
256
|
+
} | undefined;
|
|
257
|
+
customVertexNames?: {
|
|
258
|
+
name: string;
|
|
259
|
+
vertexId: string;
|
|
260
|
+
}[] | undefined;
|
|
261
|
+
branchCategoryIds?: {
|
|
262
|
+
[x: string]: string;
|
|
263
|
+
} | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
metadata?: {
|
|
266
|
+
[x: string]: unknown;
|
|
267
|
+
} | undefined;
|
|
268
|
+
readonly state: WorkflowVersionState & {
|
|
269
|
+
readonly?: "__readonly" | undefined;
|
|
270
|
+
};
|
|
271
271
|
readonly analyze: {
|
|
272
272
|
readonly?: "__readonly" | undefined;
|
|
273
273
|
entrypointTypes: string[];
|
|
@@ -387,24 +387,6 @@ export default class {
|
|
|
387
387
|
id: string;
|
|
388
388
|
createdAt: string;
|
|
389
389
|
updatedAt: string;
|
|
390
|
-
analyzeOverrides?: {
|
|
391
|
-
vertexIndividualizedScore?: {
|
|
392
|
-
[x: string]: number;
|
|
393
|
-
} | undefined;
|
|
394
|
-
customVertexNames?: {
|
|
395
|
-
name: string;
|
|
396
|
-
vertexId: string;
|
|
397
|
-
}[] | undefined;
|
|
398
|
-
branchCategoryIds?: {
|
|
399
|
-
[x: string]: string;
|
|
400
|
-
} | undefined;
|
|
401
|
-
} | undefined;
|
|
402
|
-
metadata?: {
|
|
403
|
-
[x: string]: unknown;
|
|
404
|
-
} | undefined;
|
|
405
|
-
readonly state: WorkflowVersionState & {
|
|
406
|
-
readonly?: "__readonly" | undefined;
|
|
407
|
-
};
|
|
408
390
|
definition: {
|
|
409
391
|
nodes: {
|
|
410
392
|
[x: string]: {
|
|
@@ -452,6 +434,24 @@ export default class {
|
|
|
452
434
|
};
|
|
453
435
|
};
|
|
454
436
|
};
|
|
437
|
+
analyzeOverrides?: {
|
|
438
|
+
vertexIndividualizedScore?: {
|
|
439
|
+
[x: string]: number;
|
|
440
|
+
} | undefined;
|
|
441
|
+
customVertexNames?: {
|
|
442
|
+
name: string;
|
|
443
|
+
vertexId: string;
|
|
444
|
+
}[] | undefined;
|
|
445
|
+
branchCategoryIds?: {
|
|
446
|
+
[x: string]: string;
|
|
447
|
+
} | undefined;
|
|
448
|
+
} | undefined;
|
|
449
|
+
metadata?: {
|
|
450
|
+
[x: string]: unknown;
|
|
451
|
+
} | undefined;
|
|
452
|
+
readonly state: WorkflowVersionState & {
|
|
453
|
+
readonly?: "__readonly" | undefined;
|
|
454
|
+
};
|
|
455
455
|
readonly analyze: {
|
|
456
456
|
readonly?: "__readonly" | undefined;
|
|
457
457
|
entrypointTypes: string[];
|
|
@@ -570,24 +570,6 @@ export default class {
|
|
|
570
570
|
id: string;
|
|
571
571
|
createdAt: string;
|
|
572
572
|
updatedAt: string;
|
|
573
|
-
analyzeOverrides?: {
|
|
574
|
-
vertexIndividualizedScore?: {
|
|
575
|
-
[x: string]: number;
|
|
576
|
-
} | undefined;
|
|
577
|
-
customVertexNames?: {
|
|
578
|
-
name: string;
|
|
579
|
-
vertexId: string;
|
|
580
|
-
}[] | undefined;
|
|
581
|
-
branchCategoryIds?: {
|
|
582
|
-
[x: string]: string;
|
|
583
|
-
} | undefined;
|
|
584
|
-
} | undefined;
|
|
585
|
-
metadata?: {
|
|
586
|
-
[x: string]: unknown;
|
|
587
|
-
} | undefined;
|
|
588
|
-
readonly state: WorkflowVersionState & {
|
|
589
|
-
readonly?: "__readonly" | undefined;
|
|
590
|
-
};
|
|
591
573
|
definition: {
|
|
592
574
|
nodes: {
|
|
593
575
|
[x: string]: {
|
|
@@ -635,6 +617,24 @@ export default class {
|
|
|
635
617
|
};
|
|
636
618
|
};
|
|
637
619
|
};
|
|
620
|
+
analyzeOverrides?: {
|
|
621
|
+
vertexIndividualizedScore?: {
|
|
622
|
+
[x: string]: number;
|
|
623
|
+
} | undefined;
|
|
624
|
+
customVertexNames?: {
|
|
625
|
+
name: string;
|
|
626
|
+
vertexId: string;
|
|
627
|
+
}[] | undefined;
|
|
628
|
+
branchCategoryIds?: {
|
|
629
|
+
[x: string]: string;
|
|
630
|
+
} | undefined;
|
|
631
|
+
} | undefined;
|
|
632
|
+
metadata?: {
|
|
633
|
+
[x: string]: unknown;
|
|
634
|
+
} | undefined;
|
|
635
|
+
readonly state: WorkflowVersionState & {
|
|
636
|
+
readonly?: "__readonly" | undefined;
|
|
637
|
+
};
|
|
638
638
|
readonly analyze: {
|
|
639
639
|
readonly?: "__readonly" | undefined;
|
|
640
640
|
entrypointTypes: string[];
|
|
@@ -821,24 +821,6 @@ export default class {
|
|
|
821
821
|
id: string;
|
|
822
822
|
createdAt: string;
|
|
823
823
|
updatedAt: string;
|
|
824
|
-
analyzeOverrides?: {
|
|
825
|
-
vertexIndividualizedScore?: {
|
|
826
|
-
[x: string]: number;
|
|
827
|
-
} | undefined;
|
|
828
|
-
customVertexNames?: {
|
|
829
|
-
name: string;
|
|
830
|
-
vertexId: string;
|
|
831
|
-
}[] | undefined;
|
|
832
|
-
branchCategoryIds?: {
|
|
833
|
-
[x: string]: string;
|
|
834
|
-
} | undefined;
|
|
835
|
-
} | undefined;
|
|
836
|
-
metadata?: {
|
|
837
|
-
[x: string]: unknown;
|
|
838
|
-
} | undefined;
|
|
839
|
-
readonly state: WorkflowVersionState & {
|
|
840
|
-
readonly?: "__readonly" | undefined;
|
|
841
|
-
};
|
|
842
824
|
definition: {
|
|
843
825
|
nodes: {
|
|
844
826
|
[x: string]: {
|
|
@@ -886,6 +868,24 @@ export default class {
|
|
|
886
868
|
};
|
|
887
869
|
};
|
|
888
870
|
};
|
|
871
|
+
analyzeOverrides?: {
|
|
872
|
+
vertexIndividualizedScore?: {
|
|
873
|
+
[x: string]: number;
|
|
874
|
+
} | undefined;
|
|
875
|
+
customVertexNames?: {
|
|
876
|
+
name: string;
|
|
877
|
+
vertexId: string;
|
|
878
|
+
}[] | undefined;
|
|
879
|
+
branchCategoryIds?: {
|
|
880
|
+
[x: string]: string;
|
|
881
|
+
} | undefined;
|
|
882
|
+
} | undefined;
|
|
883
|
+
metadata?: {
|
|
884
|
+
[x: string]: unknown;
|
|
885
|
+
} | undefined;
|
|
886
|
+
readonly state: WorkflowVersionState & {
|
|
887
|
+
readonly?: "__readonly" | undefined;
|
|
888
|
+
};
|
|
889
889
|
readonly analyze: {
|
|
890
890
|
readonly?: "__readonly" | undefined;
|
|
891
891
|
entrypointTypes: string[];
|
|
@@ -1014,24 +1014,6 @@ export default class {
|
|
|
1014
1014
|
id: string;
|
|
1015
1015
|
createdAt: string;
|
|
1016
1016
|
updatedAt: string;
|
|
1017
|
-
analyzeOverrides?: {
|
|
1018
|
-
vertexIndividualizedScore?: {
|
|
1019
|
-
[x: string]: number;
|
|
1020
|
-
} | undefined;
|
|
1021
|
-
customVertexNames?: {
|
|
1022
|
-
name: string;
|
|
1023
|
-
vertexId: string;
|
|
1024
|
-
}[] | undefined;
|
|
1025
|
-
branchCategoryIds?: {
|
|
1026
|
-
[x: string]: string;
|
|
1027
|
-
} | undefined;
|
|
1028
|
-
} | undefined;
|
|
1029
|
-
metadata?: {
|
|
1030
|
-
[x: string]: unknown;
|
|
1031
|
-
} | undefined;
|
|
1032
|
-
readonly state: WorkflowVersionState & {
|
|
1033
|
-
readonly?: "__readonly" | undefined;
|
|
1034
|
-
};
|
|
1035
1017
|
definition: {
|
|
1036
1018
|
nodes: {
|
|
1037
1019
|
[x: string]: {
|
|
@@ -1079,6 +1061,24 @@ export default class {
|
|
|
1079
1061
|
};
|
|
1080
1062
|
};
|
|
1081
1063
|
};
|
|
1064
|
+
analyzeOverrides?: {
|
|
1065
|
+
vertexIndividualizedScore?: {
|
|
1066
|
+
[x: string]: number;
|
|
1067
|
+
} | undefined;
|
|
1068
|
+
customVertexNames?: {
|
|
1069
|
+
name: string;
|
|
1070
|
+
vertexId: string;
|
|
1071
|
+
}[] | undefined;
|
|
1072
|
+
branchCategoryIds?: {
|
|
1073
|
+
[x: string]: string;
|
|
1074
|
+
} | undefined;
|
|
1075
|
+
} | undefined;
|
|
1076
|
+
metadata?: {
|
|
1077
|
+
[x: string]: unknown;
|
|
1078
|
+
} | undefined;
|
|
1079
|
+
readonly state: WorkflowVersionState & {
|
|
1080
|
+
readonly?: "__readonly" | undefined;
|
|
1081
|
+
};
|
|
1082
1082
|
readonly analyze: {
|
|
1083
1083
|
readonly?: "__readonly" | undefined;
|
|
1084
1084
|
entrypointTypes: string[];
|
|
@@ -1194,24 +1194,6 @@ export default class {
|
|
|
1194
1194
|
id: string;
|
|
1195
1195
|
createdAt: string;
|
|
1196
1196
|
updatedAt: string;
|
|
1197
|
-
analyzeOverrides?: {
|
|
1198
|
-
vertexIndividualizedScore?: {
|
|
1199
|
-
[x: string]: number;
|
|
1200
|
-
} | undefined;
|
|
1201
|
-
customVertexNames?: {
|
|
1202
|
-
name: string;
|
|
1203
|
-
vertexId: string;
|
|
1204
|
-
}[] | undefined;
|
|
1205
|
-
branchCategoryIds?: {
|
|
1206
|
-
[x: string]: string;
|
|
1207
|
-
} | undefined;
|
|
1208
|
-
} | undefined;
|
|
1209
|
-
metadata?: {
|
|
1210
|
-
[x: string]: unknown;
|
|
1211
|
-
} | undefined;
|
|
1212
|
-
readonly state: WorkflowVersionState & {
|
|
1213
|
-
readonly?: "__readonly" | undefined;
|
|
1214
|
-
};
|
|
1215
1197
|
definition: {
|
|
1216
1198
|
nodes: {
|
|
1217
1199
|
[x: string]: {
|
|
@@ -1259,6 +1241,24 @@ export default class {
|
|
|
1259
1241
|
};
|
|
1260
1242
|
};
|
|
1261
1243
|
};
|
|
1244
|
+
analyzeOverrides?: {
|
|
1245
|
+
vertexIndividualizedScore?: {
|
|
1246
|
+
[x: string]: number;
|
|
1247
|
+
} | undefined;
|
|
1248
|
+
customVertexNames?: {
|
|
1249
|
+
name: string;
|
|
1250
|
+
vertexId: string;
|
|
1251
|
+
}[] | undefined;
|
|
1252
|
+
branchCategoryIds?: {
|
|
1253
|
+
[x: string]: string;
|
|
1254
|
+
} | undefined;
|
|
1255
|
+
} | undefined;
|
|
1256
|
+
metadata?: {
|
|
1257
|
+
[x: string]: unknown;
|
|
1258
|
+
} | undefined;
|
|
1259
|
+
readonly state: WorkflowVersionState & {
|
|
1260
|
+
readonly?: "__readonly" | undefined;
|
|
1261
|
+
};
|
|
1262
1262
|
readonly analyze: {
|
|
1263
1263
|
readonly?: "__readonly" | undefined;
|
|
1264
1264
|
entrypointTypes: string[];
|
|
@@ -1388,24 +1388,6 @@ export default class {
|
|
|
1388
1388
|
id: string;
|
|
1389
1389
|
createdAt: string;
|
|
1390
1390
|
updatedAt: string;
|
|
1391
|
-
analyzeOverrides?: {
|
|
1392
|
-
vertexIndividualizedScore?: {
|
|
1393
|
-
[x: string]: number;
|
|
1394
|
-
} | undefined;
|
|
1395
|
-
customVertexNames?: {
|
|
1396
|
-
name: string;
|
|
1397
|
-
vertexId: string;
|
|
1398
|
-
}[] | undefined;
|
|
1399
|
-
branchCategoryIds?: {
|
|
1400
|
-
[x: string]: string;
|
|
1401
|
-
} | undefined;
|
|
1402
|
-
} | undefined;
|
|
1403
|
-
metadata?: {
|
|
1404
|
-
[x: string]: unknown;
|
|
1405
|
-
} | undefined;
|
|
1406
|
-
readonly state: WorkflowVersionState & {
|
|
1407
|
-
readonly?: "__readonly" | undefined;
|
|
1408
|
-
};
|
|
1409
1391
|
definition: {
|
|
1410
1392
|
nodes: {
|
|
1411
1393
|
[x: string]: {
|
|
@@ -1453,6 +1435,24 @@ export default class {
|
|
|
1453
1435
|
};
|
|
1454
1436
|
};
|
|
1455
1437
|
};
|
|
1438
|
+
analyzeOverrides?: {
|
|
1439
|
+
vertexIndividualizedScore?: {
|
|
1440
|
+
[x: string]: number;
|
|
1441
|
+
} | undefined;
|
|
1442
|
+
customVertexNames?: {
|
|
1443
|
+
name: string;
|
|
1444
|
+
vertexId: string;
|
|
1445
|
+
}[] | undefined;
|
|
1446
|
+
branchCategoryIds?: {
|
|
1447
|
+
[x: string]: string;
|
|
1448
|
+
} | undefined;
|
|
1449
|
+
} | undefined;
|
|
1450
|
+
metadata?: {
|
|
1451
|
+
[x: string]: unknown;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
readonly state: WorkflowVersionState & {
|
|
1454
|
+
readonly?: "__readonly" | undefined;
|
|
1455
|
+
};
|
|
1456
1456
|
readonly analyze: {
|
|
1457
1457
|
readonly?: "__readonly" | undefined;
|
|
1458
1458
|
entrypointTypes: string[];
|
|
@@ -1856,7 +1856,7 @@ export default class {
|
|
|
1856
1856
|
updatedAt: string;
|
|
1857
1857
|
companyId: string;
|
|
1858
1858
|
resourceGroupIds: string[];
|
|
1859
|
-
|
|
1859
|
+
definition: {
|
|
1860
1860
|
[x: string]: unknown;
|
|
1861
1861
|
};
|
|
1862
1862
|
variables: {
|
|
@@ -1875,7 +1875,7 @@ export default class {
|
|
|
1875
1875
|
create: (params: Record<string, never>, data: {
|
|
1876
1876
|
name: string;
|
|
1877
1877
|
resourceGroupIds: string[];
|
|
1878
|
-
|
|
1878
|
+
definition: {
|
|
1879
1879
|
[x: string]: unknown;
|
|
1880
1880
|
};
|
|
1881
1881
|
variables: {
|
|
@@ -1895,7 +1895,7 @@ export default class {
|
|
|
1895
1895
|
updatedAt: string;
|
|
1896
1896
|
companyId: string;
|
|
1897
1897
|
resourceGroupIds: string[];
|
|
1898
|
-
|
|
1898
|
+
definition: {
|
|
1899
1899
|
[x: string]: unknown;
|
|
1900
1900
|
};
|
|
1901
1901
|
variables: {
|
|
@@ -1925,7 +1925,7 @@ export default class {
|
|
|
1925
1925
|
updatedAt: string;
|
|
1926
1926
|
companyId: string;
|
|
1927
1927
|
resourceGroupIds: string[];
|
|
1928
|
-
|
|
1928
|
+
definition: {
|
|
1929
1929
|
[x: string]: unknown;
|
|
1930
1930
|
};
|
|
1931
1931
|
variables: {
|
|
@@ -1945,7 +1945,7 @@ export default class {
|
|
|
1945
1945
|
id: string;
|
|
1946
1946
|
}, data: {
|
|
1947
1947
|
name?: string | undefined;
|
|
1948
|
-
|
|
1948
|
+
definition?: {
|
|
1949
1949
|
[x: string]: unknown;
|
|
1950
1950
|
} | undefined;
|
|
1951
1951
|
variables?: {
|
|
@@ -1965,7 +1965,7 @@ export default class {
|
|
|
1965
1965
|
updatedAt: string;
|
|
1966
1966
|
companyId: string;
|
|
1967
1967
|
resourceGroupIds: string[];
|
|
1968
|
-
|
|
1968
|
+
definition: {
|
|
1969
1969
|
[x: string]: unknown;
|
|
1970
1970
|
};
|
|
1971
1971
|
variables: {
|
package/build/definitions.d.ts
CHANGED
|
@@ -319,7 +319,7 @@ export declare type JsonTemplateVariable = {
|
|
|
319
319
|
};
|
|
320
320
|
export declare type SerializedWorkflowOutputJsonTemplate = SerializedWorkflowSettings & {
|
|
321
321
|
name: string;
|
|
322
|
-
|
|
322
|
+
definition: {
|
|
323
323
|
[key: string]: AnyValue;
|
|
324
324
|
};
|
|
325
325
|
variables: JsonTemplateVariable[];
|
|
@@ -344,7 +344,7 @@ export declare type InternalResponse_SerializedWorkflowOutputJsonTemplate = {
|
|
|
344
344
|
};
|
|
345
345
|
export declare type JsonTemplateCreateBody = {
|
|
346
346
|
name: string;
|
|
347
|
-
|
|
347
|
+
definition: {
|
|
348
348
|
[key: string]: AnyValue;
|
|
349
349
|
};
|
|
350
350
|
variables: JsonTemplateVariable[];
|
|
@@ -352,7 +352,7 @@ export declare type JsonTemplateCreateBody = {
|
|
|
352
352
|
};
|
|
353
353
|
export declare type JsonTemplateUpdateBody = {
|
|
354
354
|
name?: string;
|
|
355
|
-
|
|
355
|
+
definition?: {
|
|
356
356
|
[key: string]: AnyValue;
|
|
357
357
|
};
|
|
358
358
|
variables?: JsonTemplateVariable[];
|
package/package.json
CHANGED