nucleus-core-ts 0.8.118 → 0.8.121
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 +6 -6
- package/dist/index.js +18 -18
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -206,7 +206,7 @@ declare function m5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise
|
|
|
206
206
|
code: any;
|
|
207
207
|
message: any;
|
|
208
208
|
}>;
|
|
209
|
-
declare function
|
|
209
|
+
declare function y2(n: any, r: any): () => {};
|
|
210
210
|
declare class mi {
|
|
211
211
|
constructor(n?: {});
|
|
212
212
|
config: {
|
|
@@ -215,7 +215,7 @@ declare class mi {
|
|
|
215
215
|
retryDelay: number;
|
|
216
216
|
debug: boolean;
|
|
217
217
|
};
|
|
218
|
-
logger:
|
|
218
|
+
logger: qr;
|
|
219
219
|
buildUrl(n: any): any;
|
|
220
220
|
buildHeaders(n: any): Headers;
|
|
221
221
|
parseResponseHeaders(n: any): {
|
|
@@ -648,7 +648,7 @@ declare namespace Qs {
|
|
|
648
648
|
export { subEndpoints_6 as subEndpoints };
|
|
649
649
|
}
|
|
650
650
|
}
|
|
651
|
-
declare class
|
|
651
|
+
declare class qr {
|
|
652
652
|
static instance: null;
|
|
653
653
|
static getInstance(n: any): null;
|
|
654
654
|
static resetInstance(): void;
|
|
@@ -658,8 +658,8 @@ declare class xr {
|
|
|
658
658
|
auditTransports: Da[];
|
|
659
659
|
context: {};
|
|
660
660
|
correlationId: any;
|
|
661
|
-
child(n: any, r: any):
|
|
662
|
-
withCorrelationId(n: any):
|
|
661
|
+
child(n: any, r: any): qr;
|
|
662
|
+
withCorrelationId(n: any): qr;
|
|
663
663
|
addTransport(n: any): void;
|
|
664
664
|
addAuditTransport(n: any): void;
|
|
665
665
|
setLevel(n: any): void;
|
|
@@ -709,5 +709,5 @@ declare class Da {
|
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export { ps as usePubSubStore, S5 as usePubSub, d5 as serverFetch, d_ as generateVerificationEndpoints, s_ as generateSystemTableEndpoints, f_ as generateMonitoringEndpoints, a_ as generateEndpointsFromConfig, e_ as generateAuthEndpoints, c5 as generateAllEndpoints, l_ as generateAdminEndpoints, m5 as createServerFactory,
|
|
712
|
+
export { ps as usePubSubStore, S5 as usePubSub, d5 as serverFetch, d_ as generateVerificationEndpoints, s_ as generateSystemTableEndpoints, f_ as generateMonitoringEndpoints, a_ as generateEndpointsFromConfig, e_ as generateAuthEndpoints, c5 as generateAllEndpoints, l_ as generateAdminEndpoints, m5 as createServerFactory, y2 as createApiHook, mi as ServerFetch, v8 as NucleusElysiaPlugin, Qs as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|