nucleus-core-ts 0.8.42 → 0.8.43
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 +12 -12
- package/dist/index.js +21 -21
- package/dist/src/Services/Gmail/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare var Rc: () => import("h-state").StoreType<{
|
|
|
9
9
|
events: never[];
|
|
10
10
|
maxEvents: number;
|
|
11
11
|
}, Record<string, unknown>>;
|
|
12
|
-
declare function
|
|
12
|
+
declare function E2(n: any): {
|
|
13
13
|
isConnected: boolean;
|
|
14
14
|
isConnecting: boolean;
|
|
15
15
|
clientId: null;
|
|
@@ -19,15 +19,15 @@ declare function h2(n: any): {
|
|
|
19
19
|
reconnectAttempt: number;
|
|
20
20
|
connect: () => void;
|
|
21
21
|
disconnect: () => void;
|
|
22
|
-
subscribe: (
|
|
23
|
-
unsubscribe: (
|
|
22
|
+
subscribe: (E: any) => void;
|
|
23
|
+
unsubscribe: (E: any) => void;
|
|
24
24
|
clearEvents: unknown;
|
|
25
|
-
getEventsByTopic: (
|
|
25
|
+
getEventsByTopic: (E: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var i2:
|
|
28
|
-
declare function
|
|
29
|
-
declare function
|
|
30
|
-
declare function
|
|
27
|
+
declare var i2: yo;
|
|
28
|
+
declare function Au(): {};
|
|
29
|
+
declare function Ru(n: any): {};
|
|
30
|
+
declare function Su(n: any): {};
|
|
31
31
|
declare function Z1(n: any, r: any): any;
|
|
32
32
|
declare function u2(n: any, r: any, t: any, e: any): (s: any, c: any) => Promise<{
|
|
33
33
|
isSuccess: boolean;
|
|
@@ -45,7 +45,7 @@ declare function u2(n: any, r: any, t: any, e: any): (s: any, c: any) => Promise
|
|
|
45
45
|
message: any;
|
|
46
46
|
}>;
|
|
47
47
|
declare function K1(n: any, r: any): () => {};
|
|
48
|
-
declare class
|
|
48
|
+
declare class yo {
|
|
49
49
|
constructor(n?: {});
|
|
50
50
|
config: {
|
|
51
51
|
timeout: number;
|
|
@@ -199,7 +199,7 @@ declare class vo {
|
|
|
199
199
|
createdAt: Date;
|
|
200
200
|
}>;
|
|
201
201
|
}
|
|
202
|
-
declare function W$(n: any): Promise<
|
|
202
|
+
declare function W$(n: any): Promise<kE<"", {
|
|
203
203
|
decorator: {};
|
|
204
204
|
store: {};
|
|
205
205
|
derive: {};
|
|
@@ -505,7 +505,7 @@ declare class Br {
|
|
|
505
505
|
trace(n: any): Promise<void>;
|
|
506
506
|
traceSync(n: any): void;
|
|
507
507
|
}
|
|
508
|
-
import
|
|
508
|
+
import kE from "elysia";
|
|
509
509
|
declare class ri {
|
|
510
510
|
constructor(n?: {});
|
|
511
511
|
name: string;
|
|
@@ -525,5 +525,5 @@ declare class ei {
|
|
|
525
525
|
enabled: any;
|
|
526
526
|
write(n: any): void;
|
|
527
527
|
}
|
|
528
|
-
export { Rc as usePubSubStore,
|
|
528
|
+
export { Rc as usePubSubStore, E2 as usePubSub, i2 as serverFetch, Au as generateSystemTableEndpoints, Ru as generateEndpointsFromConfig, Su as generateAuthEndpoints, Z1 as generateAllEndpoints, u2 as createServerFactory, K1 as createApiHook, yo as ServerFetch, W$ as NucleusElysiaPlugin, sc as AUTH_ENDPOINT_CONFIGS };
|
|
529
529
|
//# sourceMappingURL=index.d.ts.map
|