@secrecy/trpc-api-types 1.33.0-feat-report-data-content.9 → 1.33.0-feat-delete-nodes.2
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/index.d.cts +42 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4012,17 +4012,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4012
4012
|
_ctx_out: {};
|
|
4013
4013
|
_input_in: {
|
|
4014
4014
|
id: string;
|
|
4015
|
-
} & {
|
|
4016
|
-
force?: boolean | undefined;
|
|
4017
4015
|
} & {
|
|
4018
4016
|
appId?: string | null | undefined;
|
|
4017
|
+
force?: boolean | undefined;
|
|
4019
4018
|
};
|
|
4020
4019
|
_input_out: {
|
|
4021
4020
|
id: string;
|
|
4022
|
-
} & {
|
|
4023
|
-
force?: boolean | undefined;
|
|
4024
4021
|
} & {
|
|
4025
4022
|
appId?: string | null | undefined;
|
|
4023
|
+
force?: boolean | undefined;
|
|
4026
4024
|
};
|
|
4027
4025
|
_output_in: {
|
|
4028
4026
|
isDeleted: boolean;
|
|
@@ -4031,6 +4029,46 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4031
4029
|
isDeleted: boolean;
|
|
4032
4030
|
};
|
|
4033
4031
|
}, unknown>;
|
|
4032
|
+
deleteNodes: _trpc_server.BuildProcedure<"mutation", {
|
|
4033
|
+
_config: _trpc_server.RootConfig<{
|
|
4034
|
+
ctx: {};
|
|
4035
|
+
meta: object;
|
|
4036
|
+
errorShape: {
|
|
4037
|
+
message: string;
|
|
4038
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
4039
|
+
data: _trpc_server_dist_error_formatter.DefaultErrorData;
|
|
4040
|
+
} | {
|
|
4041
|
+
data: {
|
|
4042
|
+
zodError: zod.typeToFlattenedError<any, string> | null;
|
|
4043
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_KEY;
|
|
4044
|
+
httpStatus: number;
|
|
4045
|
+
path?: string;
|
|
4046
|
+
stack?: string;
|
|
4047
|
+
};
|
|
4048
|
+
message: string;
|
|
4049
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
4050
|
+
};
|
|
4051
|
+
transformer: typeof superjson.default;
|
|
4052
|
+
}>;
|
|
4053
|
+
_meta: object;
|
|
4054
|
+
_ctx_out: {};
|
|
4055
|
+
_input_in: {
|
|
4056
|
+
ids: string[];
|
|
4057
|
+
appId?: string | null | undefined;
|
|
4058
|
+
force?: boolean | undefined;
|
|
4059
|
+
};
|
|
4060
|
+
_input_out: {
|
|
4061
|
+
ids: string[];
|
|
4062
|
+
appId?: string | null | undefined;
|
|
4063
|
+
force?: boolean | undefined;
|
|
4064
|
+
};
|
|
4065
|
+
_output_in: {
|
|
4066
|
+
count: number;
|
|
4067
|
+
};
|
|
4068
|
+
_output_out: {
|
|
4069
|
+
count: number;
|
|
4070
|
+
};
|
|
4071
|
+
}, unknown>;
|
|
4034
4072
|
duplicateNode: _trpc_server.BuildProcedure<"mutation", {
|
|
4035
4073
|
_config: _trpc_server.RootConfig<{
|
|
4036
4074
|
ctx: {};
|