@camstack/types 1.1.22 → 1.1.23
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.
|
@@ -618,6 +618,22 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
618
618
|
meta: object;
|
|
619
619
|
}>;
|
|
620
620
|
}>>;
|
|
621
|
+
clusterNodes: import("@trpc/server").TRPCBuiltRouter<{
|
|
622
|
+
ctx: TrpcContext;
|
|
623
|
+
meta: object;
|
|
624
|
+
errorShape: import("@camstack/types").AugmentedErrorShape;
|
|
625
|
+
transformer: true;
|
|
626
|
+
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
627
|
+
forgetNode: import("@trpc/server").TRPCMutationProcedure<{
|
|
628
|
+
input: {
|
|
629
|
+
nodeId: string;
|
|
630
|
+
};
|
|
631
|
+
output: {
|
|
632
|
+
success: boolean;
|
|
633
|
+
};
|
|
634
|
+
meta: object;
|
|
635
|
+
}>;
|
|
636
|
+
}>>;
|
|
621
637
|
auth: import("@trpc/server").TRPCBuiltRouter<{
|
|
622
638
|
ctx: TrpcContext;
|
|
623
639
|
meta: object;
|
|
@@ -14995,6 +15011,22 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
14995
15011
|
meta: object;
|
|
14996
15012
|
}>;
|
|
14997
15013
|
}>>;
|
|
15014
|
+
clusterNodes: import("@trpc/server").TRPCBuiltRouter<{
|
|
15015
|
+
ctx: TrpcContext;
|
|
15016
|
+
meta: object;
|
|
15017
|
+
errorShape: import("@camstack/types").AugmentedErrorShape;
|
|
15018
|
+
transformer: true;
|
|
15019
|
+
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
15020
|
+
forgetNode: import("@trpc/server").TRPCMutationProcedure<{
|
|
15021
|
+
input: {
|
|
15022
|
+
nodeId: string;
|
|
15023
|
+
};
|
|
15024
|
+
output: {
|
|
15025
|
+
success: boolean;
|
|
15026
|
+
};
|
|
15027
|
+
meta: object;
|
|
15028
|
+
}>;
|
|
15029
|
+
}>>;
|
|
14998
15030
|
auth: import("@trpc/server").TRPCBuiltRouter<{
|
|
14999
15031
|
ctx: TrpcContext;
|
|
15000
15032
|
meta: object;
|