owl-cli 6.74.0 → 6.75.0
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.
|
@@ -31,7 +31,7 @@ function main(){
|
|
|
31
31
|
var sort = params.sort;
|
|
32
32
|
var exportRange = params.exportRange;
|
|
33
33
|
var outputTarget = params.outputTarget;
|
|
34
|
-
var
|
|
34
|
+
var ids = params.ids;
|
|
35
35
|
|
|
36
36
|
var taskParams = {
|
|
37
37
|
searchArgs:searchArgs,
|
|
@@ -42,7 +42,8 @@ function main(){
|
|
|
42
42
|
loginId:loginId,
|
|
43
43
|
exportRange:exportRange,
|
|
44
44
|
outputTarget:outputTarget,
|
|
45
|
-
templateId:templateId
|
|
45
|
+
templateId:templateId,
|
|
46
|
+
ids:ids
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
var now = new Date().getTime();
|