@secrecy/trpc-api-types 1.33.0-fix-fix-mistakes.5 → 1.33.0-fix-fix-mistakes.7
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 +2 -36
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3102,42 +3102,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3102
3102
|
isShared: boolean;
|
|
3103
3103
|
};
|
|
3104
3104
|
}, unknown>;
|
|
3105
|
-
uploadDataEnd: _trpc_server.BuildProcedure<"mutation", {
|
|
3106
|
-
_config: _trpc_server.RootConfig<{
|
|
3107
|
-
ctx: {};
|
|
3108
|
-
meta: object;
|
|
3109
|
-
errorShape: {
|
|
3110
|
-
message: string;
|
|
3111
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
3112
|
-
data: _trpc_server_dist_error_formatter.DefaultErrorData;
|
|
3113
|
-
} | {
|
|
3114
|
-
data: {
|
|
3115
|
-
zodError: zod.typeToFlattenedError<any, string> | null;
|
|
3116
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_KEY;
|
|
3117
|
-
httpStatus: number;
|
|
3118
|
-
path?: string;
|
|
3119
|
-
stack?: string;
|
|
3120
|
-
};
|
|
3121
|
-
message: string;
|
|
3122
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
3123
|
-
};
|
|
3124
|
-
transformer: typeof superjson.default;
|
|
3125
|
-
}>;
|
|
3126
|
-
_meta: object;
|
|
3127
|
-
_ctx_out: {};
|
|
3128
|
-
_input_in: {
|
|
3129
|
-
dataId: string;
|
|
3130
|
-
};
|
|
3131
|
-
_input_out: {
|
|
3132
|
-
dataId: string;
|
|
3133
|
-
};
|
|
3134
|
-
_output_in: {
|
|
3135
|
-
isUploadEnded: boolean;
|
|
3136
|
-
};
|
|
3137
|
-
_output_out: {
|
|
3138
|
-
isUploadEnded: boolean;
|
|
3139
|
-
};
|
|
3140
|
-
}, unknown>;
|
|
3141
3105
|
uploadDataPartEnd: _trpc_server.BuildProcedure<"mutation", {
|
|
3142
3106
|
_config: _trpc_server.RootConfig<{
|
|
3143
3107
|
ctx: {};
|
|
@@ -3173,9 +3137,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3173
3137
|
};
|
|
3174
3138
|
_output_in: {
|
|
3175
3139
|
isUploadPartEnded: boolean;
|
|
3140
|
+
isLastValidatedPart: boolean;
|
|
3176
3141
|
};
|
|
3177
3142
|
_output_out: {
|
|
3178
3143
|
isUploadPartEnded: boolean;
|
|
3144
|
+
isLastValidatedPart: boolean;
|
|
3179
3145
|
};
|
|
3180
3146
|
}, unknown>;
|
|
3181
3147
|
uploadData: _trpc_server.BuildProcedure<"mutation", {
|