@secrecy/trpc-api-types 1.33.0-fix-sharing-root.1 → 1.33.0-fix-data-not-exist.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.ts +4 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1673,7 +1673,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1673
1673
|
output: {
|
|
1674
1674
|
type: "authed";
|
|
1675
1675
|
id: string;
|
|
1676
|
-
storageType: "s3" | "cold";
|
|
1676
|
+
storageType: "s3" | "cold" | "lite";
|
|
1677
1677
|
parts: {
|
|
1678
1678
|
url: string;
|
|
1679
1679
|
order: number;
|
|
@@ -1718,7 +1718,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1718
1718
|
output: {
|
|
1719
1719
|
type: "authed";
|
|
1720
1720
|
id: string;
|
|
1721
|
-
storageType: "s3" | "cold";
|
|
1721
|
+
storageType: "s3" | "cold" | "lite";
|
|
1722
1722
|
parts: {
|
|
1723
1723
|
url: string;
|
|
1724
1724
|
order: number;
|
|
@@ -1765,6 +1765,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1765
1765
|
output: {
|
|
1766
1766
|
type: "authed";
|
|
1767
1767
|
id: string;
|
|
1768
|
+
storageType: "s3" | "cold" | "lite";
|
|
1768
1769
|
key: string | null;
|
|
1769
1770
|
keyPair: {
|
|
1770
1771
|
pub: string;
|
|
@@ -1773,6 +1774,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1773
1774
|
} | {
|
|
1774
1775
|
type: "guest";
|
|
1775
1776
|
id: string;
|
|
1777
|
+
storageType: "s3" | "cold" | "lite";
|
|
1776
1778
|
};
|
|
1777
1779
|
meta: any;
|
|
1778
1780
|
}>;
|