@secrecy/trpc-api-types 1.33.0-feat-s3-cold-storage.9 → 1.33.0-feat-unencrypted-pub-link.1
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 +6 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2892,21 +2892,21 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2892
2892
|
_ctx_out: {};
|
|
2893
2893
|
_input_in: {
|
|
2894
2894
|
dataId: string;
|
|
2895
|
-
storageType: "s3" | "cold";
|
|
2895
|
+
storageType: "s3" | "cold" | "lite";
|
|
2896
2896
|
};
|
|
2897
2897
|
_input_out: {
|
|
2898
2898
|
dataId: string;
|
|
2899
|
-
storageType: "s3" | "cold";
|
|
2899
|
+
storageType: "s3" | "cold" | "lite";
|
|
2900
2900
|
};
|
|
2901
2901
|
_output_in: {
|
|
2902
2902
|
isMoved: boolean;
|
|
2903
|
-
fromType: "s3" | "cold";
|
|
2904
|
-
toType: "s3" | "cold";
|
|
2903
|
+
fromType: "s3" | "cold" | "lite";
|
|
2904
|
+
toType: "s3" | "cold" | "lite";
|
|
2905
2905
|
};
|
|
2906
2906
|
_output_out: {
|
|
2907
2907
|
isMoved: boolean;
|
|
2908
|
-
fromType: "s3" | "cold";
|
|
2909
|
-
toType: "s3" | "cold";
|
|
2908
|
+
fromType: "s3" | "cold" | "lite";
|
|
2909
|
+
toType: "s3" | "cold" | "lite";
|
|
2910
2910
|
};
|
|
2911
2911
|
}, unknown>;
|
|
2912
2912
|
saveInCloud: _trpc_server.BuildProcedure<"mutation", {
|