nucleus-core-ts 0.8.50 → 0.8.52
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/dist/dist/index.d.ts +7 -7
- package/dist/index.js +17 -17
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -19,10 +19,10 @@ declare function D2(n: any): {
|
|
|
19
19
|
reconnectAttempt: number;
|
|
20
20
|
connect: () => void;
|
|
21
21
|
disconnect: () => void;
|
|
22
|
-
subscribe: (
|
|
23
|
-
unsubscribe: (
|
|
22
|
+
subscribe: (z: any) => void;
|
|
23
|
+
unsubscribe: (z: any) => void;
|
|
24
24
|
clearEvents: unknown;
|
|
25
|
-
getEventsByTopic: (
|
|
25
|
+
getEventsByTopic: (z: any) => never[];
|
|
26
26
|
};
|
|
27
27
|
declare var u2: na;
|
|
28
28
|
declare function Hd(): {};
|
|
@@ -53,7 +53,7 @@ declare class na {
|
|
|
53
53
|
retryDelay: number;
|
|
54
54
|
debug: boolean;
|
|
55
55
|
};
|
|
56
|
-
logger:
|
|
56
|
+
logger: xr;
|
|
57
57
|
buildUrl(n: any): any;
|
|
58
58
|
buildHeaders(n: any): Headers;
|
|
59
59
|
parseResponseHeaders(n: any): {
|
|
@@ -467,7 +467,7 @@ declare namespace us {
|
|
|
467
467
|
export { subEndpoints_5 as subEndpoints };
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
declare class
|
|
470
|
+
declare class xr {
|
|
471
471
|
static instance: null;
|
|
472
472
|
static getInstance(n: any): null;
|
|
473
473
|
static resetInstance(): void;
|
|
@@ -477,8 +477,8 @@ declare class Br {
|
|
|
477
477
|
auditTransports: ee[];
|
|
478
478
|
context: {};
|
|
479
479
|
correlationId: any;
|
|
480
|
-
child(n: any, r: any):
|
|
481
|
-
withCorrelationId(n: any):
|
|
480
|
+
child(n: any, r: any): xr;
|
|
481
|
+
withCorrelationId(n: any): xr;
|
|
482
482
|
addTransport(n: any): void;
|
|
483
483
|
addAuditTransport(n: any): void;
|
|
484
484
|
setLevel(n: any): void;
|