@rlvt/workflows-openapi-client 1.0.552 → 1.0.553
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 +37 -46
- package/build/definitions.d.ts +4 -2
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -30,9 +30,7 @@ export default class {
|
|
|
30
30
|
name: string;
|
|
31
31
|
categories: string[];
|
|
32
32
|
description?: string | undefined;
|
|
33
|
-
|
|
34
|
-
readonly?: "__readonly" | undefined;
|
|
35
|
-
};
|
|
33
|
+
id: string;
|
|
36
34
|
readonly companyId?: (string & {
|
|
37
35
|
readonly?: "__readonly" | undefined;
|
|
38
36
|
}) | undefined;
|
|
@@ -102,7 +100,7 @@ export default class {
|
|
|
102
100
|
resourceGroupIds?: string[] | undefined;
|
|
103
101
|
status?: WorkflowStatus[] | undefined;
|
|
104
102
|
includeArchived?: boolean | undefined;
|
|
105
|
-
sortBy?: "
|
|
103
|
+
sortBy?: "createdAt" | "updatedAt" | undefined;
|
|
106
104
|
sortOrder?: "desc" | "asc" | undefined;
|
|
107
105
|
select?: string[] | undefined;
|
|
108
106
|
page?: number | undefined;
|
|
@@ -113,10 +111,10 @@ export default class {
|
|
|
113
111
|
readonly?: "__readonly" | undefined;
|
|
114
112
|
};
|
|
115
113
|
name: string;
|
|
116
|
-
readonly
|
|
114
|
+
readonly createdAt: string & {
|
|
117
115
|
readonly?: "__readonly" | undefined;
|
|
118
116
|
};
|
|
119
|
-
readonly
|
|
117
|
+
readonly updatedAt: string & {
|
|
120
118
|
readonly?: "__readonly" | undefined;
|
|
121
119
|
};
|
|
122
120
|
resourceGroupIds: string[];
|
|
@@ -128,15 +126,13 @@ export default class {
|
|
|
128
126
|
readonly?: "__readonly" | undefined;
|
|
129
127
|
};
|
|
130
128
|
readonly versions: {
|
|
131
|
-
readonly updatedAt: string & {
|
|
132
|
-
readonly?: "__readonly" | undefined;
|
|
133
|
-
};
|
|
134
129
|
readonly createdAt: string & {
|
|
135
130
|
readonly?: "__readonly" | undefined;
|
|
136
131
|
};
|
|
137
|
-
readonly
|
|
132
|
+
readonly updatedAt: string & {
|
|
138
133
|
readonly?: "__readonly" | undefined;
|
|
139
134
|
};
|
|
135
|
+
id: string;
|
|
140
136
|
analyzeOverrides?: {
|
|
141
137
|
individualizedVertexIds: string[];
|
|
142
138
|
defaultVertexIds: string[];
|
|
@@ -215,6 +211,7 @@ export default class {
|
|
|
215
211
|
};
|
|
216
212
|
};
|
|
217
213
|
}[];
|
|
214
|
+
_id: string;
|
|
218
215
|
variableProfileId?: string | undefined;
|
|
219
216
|
parameterValues: {
|
|
220
217
|
[x: string]: {
|
|
@@ -254,10 +251,10 @@ export default class {
|
|
|
254
251
|
readonly?: "__readonly" | undefined;
|
|
255
252
|
};
|
|
256
253
|
name: string;
|
|
257
|
-
readonly
|
|
254
|
+
readonly createdAt: string & {
|
|
258
255
|
readonly?: "__readonly" | undefined;
|
|
259
256
|
};
|
|
260
|
-
readonly
|
|
257
|
+
readonly updatedAt: string & {
|
|
261
258
|
readonly?: "__readonly" | undefined;
|
|
262
259
|
};
|
|
263
260
|
resourceGroupIds: string[];
|
|
@@ -269,15 +266,13 @@ export default class {
|
|
|
269
266
|
readonly?: "__readonly" | undefined;
|
|
270
267
|
};
|
|
271
268
|
readonly versions: {
|
|
272
|
-
readonly updatedAt: string & {
|
|
273
|
-
readonly?: "__readonly" | undefined;
|
|
274
|
-
};
|
|
275
269
|
readonly createdAt: string & {
|
|
276
270
|
readonly?: "__readonly" | undefined;
|
|
277
271
|
};
|
|
278
|
-
readonly
|
|
272
|
+
readonly updatedAt: string & {
|
|
279
273
|
readonly?: "__readonly" | undefined;
|
|
280
274
|
};
|
|
275
|
+
id: string;
|
|
281
276
|
analyzeOverrides?: {
|
|
282
277
|
individualizedVertexIds: string[];
|
|
283
278
|
defaultVertexIds: string[];
|
|
@@ -356,6 +351,7 @@ export default class {
|
|
|
356
351
|
};
|
|
357
352
|
};
|
|
358
353
|
}[];
|
|
354
|
+
_id: string;
|
|
359
355
|
variableProfileId?: string | undefined;
|
|
360
356
|
parameterValues: {
|
|
361
357
|
[x: string]: {
|
|
@@ -393,10 +389,10 @@ export default class {
|
|
|
393
389
|
readonly?: "__readonly" | undefined;
|
|
394
390
|
};
|
|
395
391
|
name: string;
|
|
396
|
-
readonly
|
|
392
|
+
readonly createdAt: string & {
|
|
397
393
|
readonly?: "__readonly" | undefined;
|
|
398
394
|
};
|
|
399
|
-
readonly
|
|
395
|
+
readonly updatedAt: string & {
|
|
400
396
|
readonly?: "__readonly" | undefined;
|
|
401
397
|
};
|
|
402
398
|
resourceGroupIds: string[];
|
|
@@ -408,15 +404,13 @@ export default class {
|
|
|
408
404
|
readonly?: "__readonly" | undefined;
|
|
409
405
|
};
|
|
410
406
|
readonly versions: {
|
|
411
|
-
readonly updatedAt: string & {
|
|
412
|
-
readonly?: "__readonly" | undefined;
|
|
413
|
-
};
|
|
414
407
|
readonly createdAt: string & {
|
|
415
408
|
readonly?: "__readonly" | undefined;
|
|
416
409
|
};
|
|
417
|
-
readonly
|
|
410
|
+
readonly updatedAt: string & {
|
|
418
411
|
readonly?: "__readonly" | undefined;
|
|
419
412
|
};
|
|
413
|
+
id: string;
|
|
420
414
|
analyzeOverrides?: {
|
|
421
415
|
individualizedVertexIds: string[];
|
|
422
416
|
defaultVertexIds: string[];
|
|
@@ -495,6 +489,7 @@ export default class {
|
|
|
495
489
|
};
|
|
496
490
|
};
|
|
497
491
|
}[];
|
|
492
|
+
_id: string;
|
|
498
493
|
variableProfileId?: string | undefined;
|
|
499
494
|
parameterValues: {
|
|
500
495
|
[x: string]: {
|
|
@@ -586,10 +581,10 @@ export default class {
|
|
|
586
581
|
readonly?: "__readonly" | undefined;
|
|
587
582
|
};
|
|
588
583
|
name: string;
|
|
589
|
-
readonly
|
|
584
|
+
readonly createdAt: string & {
|
|
590
585
|
readonly?: "__readonly" | undefined;
|
|
591
586
|
};
|
|
592
|
-
readonly
|
|
587
|
+
readonly updatedAt: string & {
|
|
593
588
|
readonly?: "__readonly" | undefined;
|
|
594
589
|
};
|
|
595
590
|
resourceGroupIds: string[];
|
|
@@ -601,15 +596,13 @@ export default class {
|
|
|
601
596
|
readonly?: "__readonly" | undefined;
|
|
602
597
|
};
|
|
603
598
|
readonly versions: {
|
|
604
|
-
readonly updatedAt: string & {
|
|
605
|
-
readonly?: "__readonly" | undefined;
|
|
606
|
-
};
|
|
607
599
|
readonly createdAt: string & {
|
|
608
600
|
readonly?: "__readonly" | undefined;
|
|
609
601
|
};
|
|
610
|
-
readonly
|
|
602
|
+
readonly updatedAt: string & {
|
|
611
603
|
readonly?: "__readonly" | undefined;
|
|
612
604
|
};
|
|
605
|
+
id: string;
|
|
613
606
|
analyzeOverrides?: {
|
|
614
607
|
individualizedVertexIds: string[];
|
|
615
608
|
defaultVertexIds: string[];
|
|
@@ -688,6 +681,7 @@ export default class {
|
|
|
688
681
|
};
|
|
689
682
|
};
|
|
690
683
|
}[];
|
|
684
|
+
_id: string;
|
|
691
685
|
variableProfileId?: string | undefined;
|
|
692
686
|
parameterValues: {
|
|
693
687
|
[x: string]: {
|
|
@@ -733,10 +727,10 @@ export default class {
|
|
|
733
727
|
readonly?: "__readonly" | undefined;
|
|
734
728
|
};
|
|
735
729
|
name: string;
|
|
736
|
-
readonly
|
|
730
|
+
readonly createdAt: string & {
|
|
737
731
|
readonly?: "__readonly" | undefined;
|
|
738
732
|
};
|
|
739
|
-
readonly
|
|
733
|
+
readonly updatedAt: string & {
|
|
740
734
|
readonly?: "__readonly" | undefined;
|
|
741
735
|
};
|
|
742
736
|
resourceGroupIds: string[];
|
|
@@ -748,15 +742,13 @@ export default class {
|
|
|
748
742
|
readonly?: "__readonly" | undefined;
|
|
749
743
|
};
|
|
750
744
|
readonly versions: {
|
|
751
|
-
readonly updatedAt: string & {
|
|
752
|
-
readonly?: "__readonly" | undefined;
|
|
753
|
-
};
|
|
754
745
|
readonly createdAt: string & {
|
|
755
746
|
readonly?: "__readonly" | undefined;
|
|
756
747
|
};
|
|
757
|
-
readonly
|
|
748
|
+
readonly updatedAt: string & {
|
|
758
749
|
readonly?: "__readonly" | undefined;
|
|
759
750
|
};
|
|
751
|
+
id: string;
|
|
760
752
|
analyzeOverrides?: {
|
|
761
753
|
individualizedVertexIds: string[];
|
|
762
754
|
defaultVertexIds: string[];
|
|
@@ -835,6 +827,7 @@ export default class {
|
|
|
835
827
|
};
|
|
836
828
|
};
|
|
837
829
|
}[];
|
|
830
|
+
_id: string;
|
|
838
831
|
variableProfileId?: string | undefined;
|
|
839
832
|
parameterValues: {
|
|
840
833
|
[x: string]: {
|
|
@@ -869,10 +862,10 @@ export default class {
|
|
|
869
862
|
readonly?: "__readonly" | undefined;
|
|
870
863
|
};
|
|
871
864
|
name: string;
|
|
872
|
-
readonly
|
|
865
|
+
readonly createdAt: string & {
|
|
873
866
|
readonly?: "__readonly" | undefined;
|
|
874
867
|
};
|
|
875
|
-
readonly
|
|
868
|
+
readonly updatedAt: string & {
|
|
876
869
|
readonly?: "__readonly" | undefined;
|
|
877
870
|
};
|
|
878
871
|
resourceGroupIds: string[];
|
|
@@ -884,15 +877,13 @@ export default class {
|
|
|
884
877
|
readonly?: "__readonly" | undefined;
|
|
885
878
|
};
|
|
886
879
|
readonly versions: {
|
|
887
|
-
readonly updatedAt: string & {
|
|
888
|
-
readonly?: "__readonly" | undefined;
|
|
889
|
-
};
|
|
890
880
|
readonly createdAt: string & {
|
|
891
881
|
readonly?: "__readonly" | undefined;
|
|
892
882
|
};
|
|
893
|
-
readonly
|
|
883
|
+
readonly updatedAt: string & {
|
|
894
884
|
readonly?: "__readonly" | undefined;
|
|
895
885
|
};
|
|
886
|
+
id: string;
|
|
896
887
|
analyzeOverrides?: {
|
|
897
888
|
individualizedVertexIds: string[];
|
|
898
889
|
defaultVertexIds: string[];
|
|
@@ -971,6 +962,7 @@ export default class {
|
|
|
971
962
|
};
|
|
972
963
|
};
|
|
973
964
|
}[];
|
|
965
|
+
_id: string;
|
|
974
966
|
variableProfileId?: string | undefined;
|
|
975
967
|
parameterValues: {
|
|
976
968
|
[x: string]: {
|
|
@@ -1015,10 +1007,10 @@ export default class {
|
|
|
1015
1007
|
readonly?: "__readonly" | undefined;
|
|
1016
1008
|
};
|
|
1017
1009
|
name: string;
|
|
1018
|
-
readonly
|
|
1010
|
+
readonly createdAt: string & {
|
|
1019
1011
|
readonly?: "__readonly" | undefined;
|
|
1020
1012
|
};
|
|
1021
|
-
readonly
|
|
1013
|
+
readonly updatedAt: string & {
|
|
1022
1014
|
readonly?: "__readonly" | undefined;
|
|
1023
1015
|
};
|
|
1024
1016
|
resourceGroupIds: string[];
|
|
@@ -1030,15 +1022,13 @@ export default class {
|
|
|
1030
1022
|
readonly?: "__readonly" | undefined;
|
|
1031
1023
|
};
|
|
1032
1024
|
readonly versions: {
|
|
1033
|
-
readonly updatedAt: string & {
|
|
1034
|
-
readonly?: "__readonly" | undefined;
|
|
1035
|
-
};
|
|
1036
1025
|
readonly createdAt: string & {
|
|
1037
1026
|
readonly?: "__readonly" | undefined;
|
|
1038
1027
|
};
|
|
1039
|
-
readonly
|
|
1028
|
+
readonly updatedAt: string & {
|
|
1040
1029
|
readonly?: "__readonly" | undefined;
|
|
1041
1030
|
};
|
|
1031
|
+
id: string;
|
|
1042
1032
|
analyzeOverrides?: {
|
|
1043
1033
|
individualizedVertexIds: string[];
|
|
1044
1034
|
defaultVertexIds: string[];
|
|
@@ -1117,6 +1107,7 @@ export default class {
|
|
|
1117
1107
|
};
|
|
1118
1108
|
};
|
|
1119
1109
|
}[];
|
|
1110
|
+
_id: string;
|
|
1120
1111
|
variableProfileId?: string | undefined;
|
|
1121
1112
|
parameterValues: {
|
|
1122
1113
|
[x: string]: {
|
package/build/definitions.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ export declare type Workflow = {
|
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
export declare type SerializedWorkflowTemplate = {
|
|
56
|
-
readonly id: (string) & readonlyP;
|
|
57
56
|
readonly companyId?: (string) & readonlyP;
|
|
58
57
|
name: string;
|
|
59
58
|
icon: string;
|
|
@@ -65,6 +64,7 @@ export declare type SerializedWorkflowTemplate = {
|
|
|
65
64
|
metadata?: {
|
|
66
65
|
[key: string]: AnyValue;
|
|
67
66
|
};
|
|
67
|
+
id: string;
|
|
68
68
|
};
|
|
69
69
|
export declare type WorkflowTemplate = SerializedWorkflowTemplate;
|
|
70
70
|
export declare type PartialResponse_WorkflowTemplate = {
|
|
@@ -125,12 +125,12 @@ export declare type WorkflowAnalyze_Without_OutputsForEntrypoint_DatasForEntrypo
|
|
|
125
125
|
entrypointTypes: string[];
|
|
126
126
|
};
|
|
127
127
|
export declare type SerializedWorkflowVersion = {
|
|
128
|
-
readonly id: (string) & readonlyP;
|
|
129
128
|
readonly createdAt: (string) & readonlyP;
|
|
130
129
|
readonly updatedAt: (string) & readonlyP;
|
|
131
130
|
metadata?: {
|
|
132
131
|
[key: string]: AnyValue;
|
|
133
132
|
};
|
|
133
|
+
id: string;
|
|
134
134
|
readonly state: (WorkflowVersionState) & readonlyP;
|
|
135
135
|
definition: Workflow;
|
|
136
136
|
analyzeOverrides?: AnalyzerOverrides;
|
|
@@ -144,6 +144,7 @@ export declare type SerializedWorkflowVersion = {
|
|
|
144
144
|
}) & readonlyP;
|
|
145
145
|
};
|
|
146
146
|
export declare type WorkflowVersion = SerializedWorkflowVersion;
|
|
147
|
+
export declare type ObjectId = string;
|
|
147
148
|
export declare enum WorkflowStatus {
|
|
148
149
|
DRAFT = "draft",
|
|
149
150
|
PUBLISHING = "publishing",
|
|
@@ -158,6 +159,7 @@ export declare type SerializedWorkflow = {
|
|
|
158
159
|
readonly versions: (WorkflowVersion[]) & readonlyP;
|
|
159
160
|
readonly createdAt: (string) & readonlyP;
|
|
160
161
|
readonly updatedAt: (string) & readonlyP;
|
|
162
|
+
_id: ObjectId;
|
|
161
163
|
name: string;
|
|
162
164
|
description?: string;
|
|
163
165
|
variableProfileId?: string;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeUdwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0I7QUF1REQsSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZiwyQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBdUIsQ0FBQTtJQUN2QixpQ0FBZSxDQUFBO0lBQ2YsdUNBQXFCLENBQUE7QUFDekIsQ0FBQyxFQU5XLGNBQWMsR0FBZCxzQkFBYyxLQUFkLHNCQUFjLFFBTXpCIn0=
|
package/package.json
CHANGED