@valtimo/process-link 13.42.0 → 13.43.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.
|
@@ -620,7 +620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
620
620
|
}], ctorParameters: () => [{ type: i1$1.PluginManagementService }, { type: i1$1.PluginService }] });
|
|
621
621
|
|
|
622
622
|
/*
|
|
623
|
-
* Copyright 2015-
|
|
623
|
+
* Copyright 2015-2026 Ritense BV, the Netherlands.
|
|
624
624
|
*
|
|
625
625
|
* Licensed under EUPL, Version 1.2 (the "License");
|
|
626
626
|
* you may not use this file except in compliance with the License.
|
|
@@ -784,6 +784,9 @@ class ProcessLinkService {
|
|
|
784
784
|
}
|
|
785
785
|
return object;
|
|
786
786
|
}
|
|
787
|
+
deleteAutofill(processDefinitionId, activityId) {
|
|
788
|
+
return this.http.delete(`${this.VALTIMO_ENDPOINT_URI}management/v1/process-definition/${processDefinitionId}/autofill/${activityId}`);
|
|
789
|
+
}
|
|
787
790
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ProcessLinkService, deps: [{ token: i1.ConfigService }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
788
791
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ProcessLinkService, providedIn: 'root' }); }
|
|
789
792
|
}
|