nucleus-core-ts 0.8.32 → 0.8.33
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 +1 -1
- package/dist/src/Client/ApiCaller/types.d.ts +1 -0
- package/dist/src/Client/Proxy/httpProxy.js +1 -1
- package/dist/src/Client/Proxy/index.js +1 -1
- package/dist/src/Client/Proxy/server.js +1 -1
- package/dist/src/Client/Proxy/utils.js +1 -1
- package/dist/src/Client/Proxy/wsProxy.js +1 -1
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare function hh(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (_: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var ah:
|
|
27
|
+
declare var ah: yo;
|
|
28
28
|
declare function Au(): {};
|
|
29
29
|
declare function Ru(n: any): {};
|
|
30
30
|
declare function Su(n: any): {};
|
|
@@ -45,7 +45,7 @@ declare function uh(n: any, r: any, e: any, t: any): (i: any, c: any) => Promise
|
|
|
45
45
|
message: any;
|
|
46
46
|
}>;
|
|
47
47
|
declare function v1(n: any, r: any): () => {};
|
|
48
|
-
declare class
|
|
48
|
+
declare class yo {
|
|
49
49
|
constructor(n?: {});
|
|
50
50
|
config: {
|
|
51
51
|
timeout: number;
|
|
@@ -53,7 +53,7 @@ declare class Io {
|
|
|
53
53
|
retryDelay: number;
|
|
54
54
|
debug: boolean;
|
|
55
55
|
};
|
|
56
|
-
logger:
|
|
56
|
+
logger: Cr;
|
|
57
57
|
buildUrl(n: any): any;
|
|
58
58
|
buildHeaders(n: any): Headers;
|
|
59
59
|
parseResponseHeaders(n: any): {
|
|
@@ -464,7 +464,7 @@ declare namespace cc {
|
|
|
464
464
|
export { subEndpoints_4 as subEndpoints };
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
declare class
|
|
467
|
+
declare class Cr {
|
|
468
468
|
static instance: null;
|
|
469
469
|
static getInstance(n: any): null;
|
|
470
470
|
static resetInstance(): void;
|
|
@@ -474,8 +474,8 @@ declare class Hr {
|
|
|
474
474
|
auditTransports: oa[];
|
|
475
475
|
context: {};
|
|
476
476
|
correlationId: any;
|
|
477
|
-
child(n: any, r: any):
|
|
478
|
-
withCorrelationId(n: any):
|
|
477
|
+
child(n: any, r: any): Cr;
|
|
478
|
+
withCorrelationId(n: any): Cr;
|
|
479
479
|
addTransport(n: any): void;
|
|
480
480
|
addAuditTransport(n: any): void;
|
|
481
481
|
setLevel(n: any): void;
|
|
@@ -525,5 +525,5 @@ declare class oa {
|
|
|
525
525
|
enabled: any;
|
|
526
526
|
write(n: any): void;
|
|
527
527
|
}
|
|
528
|
-
export { Sc as usePubSubStore, hh as usePubSub, ah as serverFetch, Au as generateSystemTableEndpoints, Ru as generateEndpointsFromConfig, Su as generateAuthEndpoints, Z1 as generateAllEndpoints, uh as createServerFactory, v1 as createApiHook,
|
|
528
|
+
export { Sc as usePubSubStore, hh as usePubSub, ah as serverFetch, Au as generateSystemTableEndpoints, Ru as generateEndpointsFromConfig, Su as generateAuthEndpoints, Z1 as generateAllEndpoints, uh as createServerFactory, v1 as createApiHook, yo as ServerFetch, L$ as NucleusElysiaPlugin, cc as AUTH_ENDPOINT_CONFIGS };
|
|
529
529
|
//# sourceMappingURL=index.d.ts.map
|