@omnia/fx-models 8.0.470-dev → 8.0.471-dev
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.
@@ -59,6 +59,7 @@ export declare class Http {
|
|
59
59
|
*/
|
60
60
|
static setGlobalInterceptors(interceptors: Partial<HttpConfig["interceptors"]>): void;
|
61
61
|
_baseConfig: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>;
|
62
|
+
private _omniaServiceId?;
|
62
63
|
/**
|
63
64
|
* Create a new instance of Http using the HttpBuilder
|
64
65
|
* @static
|
@@ -75,7 +76,7 @@ export declare class Http {
|
|
75
76
|
* @memberof Http
|
76
77
|
*/
|
77
78
|
static default(config?: HttpConfig): Http;
|
78
|
-
constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig
|
79
|
+
constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>, omniaServiceId?: guid);
|
79
80
|
/**
|
80
81
|
*Performs a GET request for provided url
|
81
82
|
*
|