nucleus-core-ts 0.8.115 → 0.8.116
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 +24 -24
- package/dist/index.js +59 -59
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var ps: () => import("h-state").StoreType<{
|
|
2
2
|
connection: {
|
|
3
3
|
status: string;
|
|
4
4
|
clientId: null;
|
|
@@ -9,7 +9,7 @@ declare var vs: () => import("h-state").StoreType<{
|
|
|
9
9
|
events: never[];
|
|
10
10
|
maxEvents: number;
|
|
11
11
|
}, Record<string, unknown>>;
|
|
12
|
-
declare function
|
|
12
|
+
declare function S5(n: any): {
|
|
13
13
|
isConnected: boolean;
|
|
14
14
|
isConnecting: boolean;
|
|
15
15
|
clientId: null;
|
|
@@ -24,8 +24,8 @@ declare function E5(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (S: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var
|
|
28
|
-
declare function
|
|
27
|
+
declare var d5: mi;
|
|
28
|
+
declare function d_(n: any): {
|
|
29
29
|
VERIFICATION_STATUS: {
|
|
30
30
|
method: string;
|
|
31
31
|
path: string;
|
|
@@ -160,12 +160,12 @@ declare function f_(n: any): {
|
|
|
160
160
|
_error: undefined;
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
declare function
|
|
163
|
+
declare function s_(): {};
|
|
164
|
+
declare function f_(n: any): {};
|
|
165
|
+
declare function a_(n: any): {};
|
|
164
166
|
declare function e_(n: any): {};
|
|
165
|
-
declare function
|
|
166
|
-
declare function
|
|
167
|
-
declare function t5(n: any, r: any): any;
|
|
168
|
-
declare function s_(n: any): {
|
|
167
|
+
declare function c5(n: any, r: any): any;
|
|
168
|
+
declare function l_(n: any): {
|
|
169
169
|
ADMIN_IMPERSONATE: {
|
|
170
170
|
method: string;
|
|
171
171
|
path: string;
|
|
@@ -191,7 +191,7 @@ declare function s_(n: any): {
|
|
|
191
191
|
_error: undefined;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
|
-
declare function
|
|
194
|
+
declare function m5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise<{
|
|
195
195
|
isSuccess: boolean;
|
|
196
196
|
errors: {
|
|
197
197
|
message: string;
|
|
@@ -206,8 +206,8 @@ declare function g5(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
|
|
210
|
-
declare class
|
|
209
|
+
declare function T2(n: any, r: any): () => {};
|
|
210
|
+
declare class mi {
|
|
211
211
|
constructor(n?: {});
|
|
212
212
|
config: {
|
|
213
213
|
timeout: number;
|
|
@@ -215,7 +215,7 @@ declare class gi {
|
|
|
215
215
|
retryDelay: number;
|
|
216
216
|
debug: boolean;
|
|
217
217
|
};
|
|
218
|
-
logger:
|
|
218
|
+
logger: Nr;
|
|
219
219
|
buildUrl(n: any): any;
|
|
220
220
|
buildHeaders(n: any): Headers;
|
|
221
221
|
parseResponseHeaders(n: any): {
|
|
@@ -361,7 +361,7 @@ declare class gi {
|
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
}>;
|
|
363
363
|
}
|
|
364
|
-
declare function
|
|
364
|
+
declare function v8(n: any): Promise<U$<"", {
|
|
365
365
|
decorator: {};
|
|
366
366
|
store: {};
|
|
367
367
|
derive: {};
|
|
@@ -389,7 +389,7 @@ declare function j8(n: any): Promise<z$<"", {
|
|
|
389
389
|
standaloneSchema: {};
|
|
390
390
|
response: {};
|
|
391
391
|
}>>;
|
|
392
|
-
declare namespace
|
|
392
|
+
declare namespace Qs {
|
|
393
393
|
namespace login {
|
|
394
394
|
let key: string;
|
|
395
395
|
let method: string;
|
|
@@ -648,18 +648,18 @@ declare namespace Xs {
|
|
|
648
648
|
export { subEndpoints_6 as subEndpoints };
|
|
649
649
|
}
|
|
650
650
|
}
|
|
651
|
-
declare class
|
|
651
|
+
declare class Nr {
|
|
652
652
|
static instance: null;
|
|
653
653
|
static getInstance(n: any): null;
|
|
654
654
|
static resetInstance(): void;
|
|
655
655
|
constructor(n: {} | undefined, r: {} | undefined, t: any);
|
|
656
656
|
config: any;
|
|
657
|
-
transports:
|
|
658
|
-
auditTransports:
|
|
657
|
+
transports: Sa[];
|
|
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): Nr;
|
|
662
|
+
withCorrelationId(n: any): Nr;
|
|
663
663
|
addTransport(n: any): void;
|
|
664
664
|
addAuditTransport(n: any): void;
|
|
665
665
|
setLevel(n: any): void;
|
|
@@ -689,8 +689,8 @@ declare class Or {
|
|
|
689
689
|
trace(n: any): Promise<void>;
|
|
690
690
|
traceSync(n: any): void;
|
|
691
691
|
}
|
|
692
|
-
import
|
|
693
|
-
declare class
|
|
692
|
+
import U$ from "elysia";
|
|
693
|
+
declare class Sa {
|
|
694
694
|
constructor(n?: {});
|
|
695
695
|
name: string;
|
|
696
696
|
colorize: any;
|
|
@@ -703,11 +703,11 @@ declare class Ea {
|
|
|
703
703
|
(...data: any[]): void;
|
|
704
704
|
};
|
|
705
705
|
}
|
|
706
|
-
declare class
|
|
706
|
+
declare class Da {
|
|
707
707
|
constructor(n?: {});
|
|
708
708
|
name: string;
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export {
|
|
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, T2 as createApiHook, mi as ServerFetch, v8 as NucleusElysiaPlugin, Qs as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|