@secrecy/trpc-api-types 1.33.0-feat-groups-identity.16 → 1.33.0-feat-groups-identity.18
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 +11 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1121,6 +1121,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1121
1121
|
id: string;
|
|
1122
1122
|
storageType: "s3" | "cold" | "lite";
|
|
1123
1123
|
size: bigint;
|
|
1124
|
+
prefix: string;
|
|
1124
1125
|
sizeEncrypted: bigint | null;
|
|
1125
1126
|
md5: string;
|
|
1126
1127
|
md5Encrypted: string | null;
|
|
@@ -1142,6 +1143,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1142
1143
|
id: string;
|
|
1143
1144
|
storageType: "s3" | "cold" | "lite";
|
|
1144
1145
|
size: bigint;
|
|
1146
|
+
prefix: string;
|
|
1145
1147
|
sizeEncrypted: bigint | null;
|
|
1146
1148
|
md5: string;
|
|
1147
1149
|
md5Encrypted: string | null;
|
|
@@ -1189,6 +1191,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1189
1191
|
id: string;
|
|
1190
1192
|
storageType: "s3" | "cold" | "lite";
|
|
1191
1193
|
size: bigint;
|
|
1194
|
+
prefix: string;
|
|
1192
1195
|
sizeEncrypted: bigint | null;
|
|
1193
1196
|
md5: string;
|
|
1194
1197
|
md5Encrypted: string | null;
|
|
@@ -1536,6 +1539,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1536
1539
|
id: string;
|
|
1537
1540
|
storageType: "s3" | "cold" | "lite";
|
|
1538
1541
|
size: bigint;
|
|
1542
|
+
prefix: string;
|
|
1539
1543
|
sizeEncrypted: bigint | null;
|
|
1540
1544
|
md5: string;
|
|
1541
1545
|
md5Encrypted: string | null;
|
|
@@ -1557,6 +1561,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1557
1561
|
id: string;
|
|
1558
1562
|
storageType: "s3" | "cold" | "lite";
|
|
1559
1563
|
size: bigint;
|
|
1564
|
+
prefix: string;
|
|
1560
1565
|
sizeEncrypted: bigint | null;
|
|
1561
1566
|
md5: string;
|
|
1562
1567
|
md5Encrypted: string | null;
|
|
@@ -2126,6 +2131,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2126
2131
|
id: string;
|
|
2127
2132
|
storageType: "s3" | "cold" | "lite";
|
|
2128
2133
|
size: bigint;
|
|
2134
|
+
prefix: string;
|
|
2129
2135
|
sizeEncrypted: bigint | null;
|
|
2130
2136
|
md5: string;
|
|
2131
2137
|
md5Encrypted: string | null;
|
|
@@ -2147,6 +2153,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2147
2153
|
id: string;
|
|
2148
2154
|
storageType: "s3" | "cold" | "lite";
|
|
2149
2155
|
size: bigint;
|
|
2156
|
+
prefix: string;
|
|
2150
2157
|
sizeEncrypted: bigint | null;
|
|
2151
2158
|
md5: string;
|
|
2152
2159
|
md5Encrypted: string | null;
|
|
@@ -2497,6 +2504,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2497
2504
|
id: string;
|
|
2498
2505
|
storageType: "s3" | "cold" | "lite";
|
|
2499
2506
|
size: bigint;
|
|
2507
|
+
prefix: string;
|
|
2500
2508
|
sizeEncrypted: bigint | null;
|
|
2501
2509
|
md5: string;
|
|
2502
2510
|
md5Encrypted: string | null;
|
|
@@ -2518,6 +2526,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
2518
2526
|
id: string;
|
|
2519
2527
|
storageType: "s3" | "cold" | "lite";
|
|
2520
2528
|
size: bigint;
|
|
2529
|
+
prefix: string;
|
|
2521
2530
|
sizeEncrypted: bigint | null;
|
|
2522
2531
|
md5: string;
|
|
2523
2532
|
md5Encrypted: string | null;
|
|
@@ -3015,6 +3024,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
3015
3024
|
id: string;
|
|
3016
3025
|
storageType: "s3" | "cold" | "lite";
|
|
3017
3026
|
size: bigint;
|
|
3027
|
+
prefix: string;
|
|
3018
3028
|
sizeEncrypted: bigint | null;
|
|
3019
3029
|
md5: string;
|
|
3020
3030
|
md5Encrypted: string | null;
|
|
@@ -3036,6 +3046,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
3036
3046
|
id: string;
|
|
3037
3047
|
storageType: "s3" | "cold" | "lite";
|
|
3038
3048
|
size: bigint;
|
|
3049
|
+
prefix: string;
|
|
3039
3050
|
sizeEncrypted: bigint | null;
|
|
3040
3051
|
md5: string;
|
|
3041
3052
|
md5Encrypted: string | null;
|