@noatgnu/cupcake-core 1.3.1 → 1.3.2
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/index.d.ts
CHANGED
|
@@ -1001,6 +1001,9 @@ declare class AsyncTaskMonitorService extends BaseApiService implements OnDestro
|
|
|
1001
1001
|
startRealtimeUpdates(): void;
|
|
1002
1002
|
stopRealtimeUpdates(): void;
|
|
1003
1003
|
loadAllTasks(): void;
|
|
1004
|
+
cancelTask(taskId: string): Observable<{
|
|
1005
|
+
message: string;
|
|
1006
|
+
}>;
|
|
1004
1007
|
private handleTaskUpdate;
|
|
1005
1008
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AsyncTaskMonitorService, never>;
|
|
1006
1009
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AsyncTaskMonitorService>;
|
package/package.json
CHANGED