@rlvt/workflows-openapi-client 1.0.746 → 1.0.747
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 +54 -18
- package/build/definitions.d.ts +6 -2
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -63,11 +63,15 @@ export default class {
|
|
|
63
63
|
[x: string]: unknown;
|
|
64
64
|
};
|
|
65
65
|
paths: {
|
|
66
|
-
options:
|
|
66
|
+
options: {
|
|
67
|
+
[x: string]: unknown;
|
|
68
|
+
};
|
|
67
69
|
id: string;
|
|
68
70
|
}[];
|
|
69
71
|
} | {
|
|
70
|
-
options:
|
|
72
|
+
options: {
|
|
73
|
+
[x: string]: unknown;
|
|
74
|
+
};
|
|
71
75
|
type: string;
|
|
72
76
|
metadata: {
|
|
73
77
|
[x: string]: unknown;
|
|
@@ -230,11 +234,15 @@ export default class {
|
|
|
230
234
|
[x: string]: unknown;
|
|
231
235
|
};
|
|
232
236
|
paths: {
|
|
233
|
-
options:
|
|
237
|
+
options: {
|
|
238
|
+
[x: string]: unknown;
|
|
239
|
+
};
|
|
234
240
|
id: string;
|
|
235
241
|
}[];
|
|
236
242
|
} | {
|
|
237
|
-
options:
|
|
243
|
+
options: {
|
|
244
|
+
[x: string]: unknown;
|
|
245
|
+
};
|
|
238
246
|
type: string;
|
|
239
247
|
metadata: {
|
|
240
248
|
[x: string]: unknown;
|
|
@@ -515,11 +523,15 @@ export default class {
|
|
|
515
523
|
[x: string]: unknown;
|
|
516
524
|
};
|
|
517
525
|
paths: {
|
|
518
|
-
options:
|
|
526
|
+
options: {
|
|
527
|
+
[x: string]: unknown;
|
|
528
|
+
};
|
|
519
529
|
id: string;
|
|
520
530
|
}[];
|
|
521
531
|
} | {
|
|
522
|
-
options:
|
|
532
|
+
options: {
|
|
533
|
+
[x: string]: unknown;
|
|
534
|
+
};
|
|
523
535
|
type: string;
|
|
524
536
|
metadata: {
|
|
525
537
|
[x: string]: unknown;
|
|
@@ -798,11 +810,15 @@ export default class {
|
|
|
798
810
|
[x: string]: unknown;
|
|
799
811
|
};
|
|
800
812
|
paths: {
|
|
801
|
-
options:
|
|
813
|
+
options: {
|
|
814
|
+
[x: string]: unknown;
|
|
815
|
+
};
|
|
802
816
|
id: string;
|
|
803
817
|
}[];
|
|
804
818
|
} | {
|
|
805
|
-
options:
|
|
819
|
+
options: {
|
|
820
|
+
[x: string]: unknown;
|
|
821
|
+
};
|
|
806
822
|
type: string;
|
|
807
823
|
metadata: {
|
|
808
824
|
[x: string]: unknown;
|
|
@@ -1011,11 +1027,15 @@ export default class {
|
|
|
1011
1027
|
[x: string]: unknown;
|
|
1012
1028
|
};
|
|
1013
1029
|
paths: {
|
|
1014
|
-
options:
|
|
1030
|
+
options: {
|
|
1031
|
+
[x: string]: unknown;
|
|
1032
|
+
};
|
|
1015
1033
|
id: string;
|
|
1016
1034
|
}[];
|
|
1017
1035
|
} | {
|
|
1018
|
-
options:
|
|
1036
|
+
options: {
|
|
1037
|
+
[x: string]: unknown;
|
|
1038
|
+
};
|
|
1019
1039
|
type: string;
|
|
1020
1040
|
metadata: {
|
|
1021
1041
|
[x: string]: unknown;
|
|
@@ -1190,11 +1210,15 @@ export default class {
|
|
|
1190
1210
|
[x: string]: unknown;
|
|
1191
1211
|
};
|
|
1192
1212
|
paths: {
|
|
1193
|
-
options:
|
|
1213
|
+
options: {
|
|
1214
|
+
[x: string]: unknown;
|
|
1215
|
+
};
|
|
1194
1216
|
id: string;
|
|
1195
1217
|
}[];
|
|
1196
1218
|
} | {
|
|
1197
|
-
options:
|
|
1219
|
+
options: {
|
|
1220
|
+
[x: string]: unknown;
|
|
1221
|
+
};
|
|
1198
1222
|
type: string;
|
|
1199
1223
|
metadata: {
|
|
1200
1224
|
[x: string]: unknown;
|
|
@@ -1483,11 +1507,15 @@ export default class {
|
|
|
1483
1507
|
[x: string]: unknown;
|
|
1484
1508
|
};
|
|
1485
1509
|
paths: {
|
|
1486
|
-
options:
|
|
1510
|
+
options: {
|
|
1511
|
+
[x: string]: unknown;
|
|
1512
|
+
};
|
|
1487
1513
|
id: string;
|
|
1488
1514
|
}[];
|
|
1489
1515
|
} | {
|
|
1490
|
-
options:
|
|
1516
|
+
options: {
|
|
1517
|
+
[x: string]: unknown;
|
|
1518
|
+
};
|
|
1491
1519
|
type: string;
|
|
1492
1520
|
metadata: {
|
|
1493
1521
|
[x: string]: unknown;
|
|
@@ -1763,11 +1791,15 @@ export default class {
|
|
|
1763
1791
|
[x: string]: unknown;
|
|
1764
1792
|
};
|
|
1765
1793
|
paths: {
|
|
1766
|
-
options:
|
|
1794
|
+
options: {
|
|
1795
|
+
[x: string]: unknown;
|
|
1796
|
+
};
|
|
1767
1797
|
id: string;
|
|
1768
1798
|
}[];
|
|
1769
1799
|
} | {
|
|
1770
|
-
options:
|
|
1800
|
+
options: {
|
|
1801
|
+
[x: string]: unknown;
|
|
1802
|
+
};
|
|
1771
1803
|
type: string;
|
|
1772
1804
|
metadata: {
|
|
1773
1805
|
[x: string]: unknown;
|
|
@@ -2096,11 +2128,15 @@ export default class {
|
|
|
2096
2128
|
[x: string]: unknown;
|
|
2097
2129
|
};
|
|
2098
2130
|
paths: {
|
|
2099
|
-
options:
|
|
2131
|
+
options: {
|
|
2132
|
+
[x: string]: unknown;
|
|
2133
|
+
};
|
|
2100
2134
|
id: string;
|
|
2101
2135
|
}[];
|
|
2102
2136
|
} | {
|
|
2103
|
-
options:
|
|
2137
|
+
options: {
|
|
2138
|
+
[x: string]: unknown;
|
|
2139
|
+
};
|
|
2104
2140
|
type: string;
|
|
2105
2141
|
metadata: {
|
|
2106
2142
|
[x: string]: unknown;
|
package/build/definitions.d.ts
CHANGED
|
@@ -27,11 +27,15 @@ export declare type Workflow = {
|
|
|
27
27
|
};
|
|
28
28
|
paths: {
|
|
29
29
|
id: string;
|
|
30
|
-
options:
|
|
30
|
+
options: {
|
|
31
|
+
[key: string]: AnyValue;
|
|
32
|
+
};
|
|
31
33
|
}[];
|
|
32
34
|
} | {
|
|
33
35
|
type: string;
|
|
34
|
-
options:
|
|
36
|
+
options: {
|
|
37
|
+
[key: string]: AnyValue;
|
|
38
|
+
};
|
|
35
39
|
metadata: {
|
|
36
40
|
[key: string]: AnyValue;
|
|
37
41
|
};
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMEtwQixJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsNkVBQXFELENBQUE7SUFDckQsNkVBQXFELENBQUE7SUFDckQsdUVBQStDLENBQUE7QUFDbkQsQ0FBQyxFQUpXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBSS9CO0FBc1NELElBQVksY0FNWDtBQU5ELFdBQVksY0FBYztJQUN0QixpQ0FBZSxDQUFBO0lBQ2YsMkNBQXlCLENBQUE7SUFDekIseUNBQXVCLENBQUE7SUFDdkIsaUNBQWUsQ0FBQTtJQUNmLHVDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFOVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQU16QjtBQWdCRCxJQUFZLG9CQUlYO0FBSkQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHFDQUFhLENBQUE7SUFDYiw2Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsb0JBQW9CLEdBQXBCLDRCQUFvQixLQUFwQiw0QkFBb0IsUUFJL0IifQ==
|
package/package.json
CHANGED