@rlvt/workflows-openapi-client 1.0.731 → 1.0.733
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 +22 -0
- package/build/definitions.d.ts +5 -1
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -323,6 +323,9 @@ export default class {
|
|
|
323
323
|
usedDatasourceFields: {
|
|
324
324
|
[x: string]: string[];
|
|
325
325
|
};
|
|
326
|
+
usedDatagraphEntityParameters: {
|
|
327
|
+
[x: string]: string[];
|
|
328
|
+
};
|
|
326
329
|
branchesInfos: {
|
|
327
330
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
328
331
|
};
|
|
@@ -541,6 +544,9 @@ export default class {
|
|
|
541
544
|
usedDatasourceFields: {
|
|
542
545
|
[x: string]: string[];
|
|
543
546
|
};
|
|
547
|
+
usedDatagraphEntityParameters: {
|
|
548
|
+
[x: string]: string[];
|
|
549
|
+
};
|
|
544
550
|
branchesInfos: {
|
|
545
551
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
546
552
|
};
|
|
@@ -757,6 +763,9 @@ export default class {
|
|
|
757
763
|
usedDatasourceFields: {
|
|
758
764
|
[x: string]: string[];
|
|
759
765
|
};
|
|
766
|
+
usedDatagraphEntityParameters: {
|
|
767
|
+
[x: string]: string[];
|
|
768
|
+
};
|
|
760
769
|
branchesInfos: {
|
|
761
770
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
762
771
|
};
|
|
@@ -1052,6 +1061,9 @@ export default class {
|
|
|
1052
1061
|
usedDatasourceFields: {
|
|
1053
1062
|
[x: string]: string[];
|
|
1054
1063
|
};
|
|
1064
|
+
usedDatagraphEntityParameters: {
|
|
1065
|
+
[x: string]: string[];
|
|
1066
|
+
};
|
|
1055
1067
|
branchesInfos: {
|
|
1056
1068
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1057
1069
|
};
|
|
@@ -1278,6 +1290,9 @@ export default class {
|
|
|
1278
1290
|
usedDatasourceFields: {
|
|
1279
1291
|
[x: string]: string[];
|
|
1280
1292
|
};
|
|
1293
|
+
usedDatagraphEntityParameters: {
|
|
1294
|
+
[x: string]: string[];
|
|
1295
|
+
};
|
|
1281
1296
|
branchesInfos: {
|
|
1282
1297
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1283
1298
|
};
|
|
@@ -1491,6 +1506,9 @@ export default class {
|
|
|
1491
1506
|
usedDatasourceFields: {
|
|
1492
1507
|
[x: string]: string[];
|
|
1493
1508
|
};
|
|
1509
|
+
usedDatagraphEntityParameters: {
|
|
1510
|
+
[x: string]: string[];
|
|
1511
|
+
};
|
|
1494
1512
|
branchesInfos: {
|
|
1495
1513
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1496
1514
|
};
|
|
@@ -1723,6 +1741,9 @@ export default class {
|
|
|
1723
1741
|
usedDatasourceFields: {
|
|
1724
1742
|
[x: string]: string[];
|
|
1725
1743
|
};
|
|
1744
|
+
usedDatagraphEntityParameters: {
|
|
1745
|
+
[x: string]: string[];
|
|
1746
|
+
};
|
|
1726
1747
|
branchesInfos: {
|
|
1727
1748
|
[x: string]: (string | import("./definitions").BranchInfosElementType)[][];
|
|
1728
1749
|
};
|
|
@@ -2070,6 +2091,7 @@ export default class {
|
|
|
2070
2091
|
data: {
|
|
2071
2092
|
name: string;
|
|
2072
2093
|
id: string;
|
|
2094
|
+
parameters: string[];
|
|
2073
2095
|
fields: string[];
|
|
2074
2096
|
}[];
|
|
2075
2097
|
program: string;
|
package/build/definitions.d.ts
CHANGED
|
@@ -312,7 +312,7 @@ export declare type InternalResponse_integrationOptions_Array_Union_type_Union_e
|
|
|
312
312
|
variableProfileId?: string;
|
|
313
313
|
};
|
|
314
314
|
};
|
|
315
|
-
export declare type
|
|
315
|
+
export declare type InternalResponse_Array_id_string_name_string_fields_Array_string_parameters_Array_string = {
|
|
316
316
|
program: string;
|
|
317
317
|
version: string;
|
|
318
318
|
datetime: string;
|
|
@@ -323,6 +323,7 @@ export declare type InternalResponse_Array_id_string_name_string_fields_Array_st
|
|
|
323
323
|
id: string;
|
|
324
324
|
name: string;
|
|
325
325
|
fields: string[];
|
|
326
|
+
parameters: string[];
|
|
326
327
|
}[];
|
|
327
328
|
};
|
|
328
329
|
export declare type SerializedWorkflowOutputJsonTemplate = SerializedWorkflowSettings & {
|
|
@@ -475,6 +476,9 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
475
476
|
usedDatasourceFields: {
|
|
476
477
|
[key: string]: string[];
|
|
477
478
|
};
|
|
479
|
+
usedDatagraphEntityParameters: {
|
|
480
|
+
[key: string]: string[];
|
|
481
|
+
};
|
|
478
482
|
branchesInfos: {
|
|
479
483
|
[key: string]: (BranchInfosElementType | string)[][];
|
|
480
484
|
};
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var WorkflowVersionState;
|
|
|
23
23
|
WorkflowVersionState["LIVE"] = "live";
|
|
24
24
|
WorkflowVersionState["INACTIVE"] = "inactive";
|
|
25
25
|
})(WorkflowVersionState = exports.WorkflowVersionState || (exports.WorkflowVersionState = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMEtwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBc1FELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
|
package/package.json
CHANGED