coer-elements 1.1.23 → 1.1.24
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/package.json
CHANGED
@@ -25,7 +25,7 @@ export declare class Service {
|
|
25
25
|
private _PATCH$;
|
26
26
|
private _DELETE$;
|
27
27
|
/** */
|
28
|
-
ReleaseSubscription(subscription: Subscription): void;
|
28
|
+
protected ReleaseSubscription(subscription: Subscription): void;
|
29
29
|
/** HTTP GET */
|
30
30
|
protected HTTP_GET<T>(request: IHttpRequest<T>, cancelPrevious?: boolean): Promise<IHttpResponse<T>>;
|
31
31
|
/** HTTP POST */
|