@enonic-types/lib-task
Advanced tools
Comparing version 7.12.2 to 7.13.0-B1
{ | ||
"name": "@enonic-types/lib-task", | ||
"version": "7.12.2", | ||
"version": "7.13.0-B1", | ||
"description": "Type definitions for lib-task.", | ||
@@ -30,3 +30,3 @@ "types": "task.d.ts", | ||
"dependencies": { | ||
"@enonic-types/core": "7.12.2" | ||
"@enonic-types/core": "7.13.0-B1" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
@@ -92,2 +92,3 @@ /** | ||
descriptor: string; | ||
name?: string; | ||
config?: Config; | ||
@@ -104,2 +105,3 @@ } | ||
* @param {string} params.descriptor Descriptor of the task to execute. | ||
* @param {string} [params.name] Optional name of the task. If not specified, descriptor name will be used instead. | ||
* @param {object} [params.config] Configuration parameters to pass to the task to be executed. | ||
@@ -129,2 +131,3 @@ * The object must be valid according to the schema defined in the form of the task descriptor XML. | ||
progress: TaskProgress; | ||
node: string; | ||
} | ||
@@ -141,3 +144,3 @@ /** | ||
*/ | ||
export declare function list(params: ListTasksParams): TaskInfo[]; | ||
export declare function list(params?: ListTasksParams): TaskInfo[]; | ||
/** | ||
@@ -144,0 +147,0 @@ * Returns the current state and progress details for the specified task. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9651
185
1
+ Added@enonic-types/core@7.13.0-B1(transitive)
- Removed@enonic-types/core@7.12.2(transitive)
Updated@enonic-types/core@7.13.0-B1