@secrecy/trpc-api-types 1.33.0-dev.26 → 1.33.0-dev.28
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 +282 -282
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -214,30 +214,30 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
214
214
|
_input_out: {} | undefined;
|
|
215
215
|
_output_in: {
|
|
216
216
|
mail: {
|
|
217
|
-
|
|
217
|
+
sent: {
|
|
218
218
|
count: bigint;
|
|
219
|
+
dataCount: bigint;
|
|
219
220
|
dataSize: bigint;
|
|
220
221
|
maxDataSize: bigint | null;
|
|
221
|
-
dataCount: bigint;
|
|
222
222
|
maxCount: bigint | null;
|
|
223
223
|
maxDataCount: bigint | null;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
received: {
|
|
226
226
|
count: bigint;
|
|
227
|
+
dataCount: bigint;
|
|
227
228
|
dataSize: bigint;
|
|
228
229
|
maxDataSize: bigint | null;
|
|
229
|
-
dataCount: bigint;
|
|
230
230
|
maxCount: bigint | null;
|
|
231
231
|
maxDataCount: bigint | null;
|
|
232
232
|
};
|
|
233
233
|
};
|
|
234
234
|
cloud: {
|
|
235
235
|
count: bigint;
|
|
236
|
-
uploadCount: bigint;
|
|
237
|
-
downloadCount: bigint;
|
|
238
|
-
size: bigint;
|
|
239
236
|
downloadBandwidth: bigint;
|
|
237
|
+
downloadCount: bigint;
|
|
240
238
|
uploadBandwidth: bigint;
|
|
239
|
+
uploadCount: bigint;
|
|
240
|
+
size: bigint;
|
|
241
241
|
maxCount: bigint | null;
|
|
242
242
|
maxSize: bigint | null;
|
|
243
243
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -248,30 +248,30 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
248
248
|
};
|
|
249
249
|
_output_out: {
|
|
250
250
|
mail: {
|
|
251
|
-
|
|
251
|
+
sent: {
|
|
252
252
|
count: bigint;
|
|
253
|
+
dataCount: bigint;
|
|
253
254
|
dataSize: bigint;
|
|
254
255
|
maxDataSize: bigint | null;
|
|
255
|
-
dataCount: bigint;
|
|
256
256
|
maxCount: bigint | null;
|
|
257
257
|
maxDataCount: bigint | null;
|
|
258
258
|
};
|
|
259
|
-
|
|
259
|
+
received: {
|
|
260
260
|
count: bigint;
|
|
261
|
+
dataCount: bigint;
|
|
261
262
|
dataSize: bigint;
|
|
262
263
|
maxDataSize: bigint | null;
|
|
263
|
-
dataCount: bigint;
|
|
264
264
|
maxCount: bigint | null;
|
|
265
265
|
maxDataCount: bigint | null;
|
|
266
266
|
};
|
|
267
267
|
};
|
|
268
268
|
cloud: {
|
|
269
269
|
count: bigint;
|
|
270
|
-
uploadCount: bigint;
|
|
271
|
-
downloadCount: bigint;
|
|
272
|
-
size: bigint;
|
|
273
270
|
downloadBandwidth: bigint;
|
|
271
|
+
downloadCount: bigint;
|
|
274
272
|
uploadBandwidth: bigint;
|
|
273
|
+
uploadCount: bigint;
|
|
274
|
+
size: bigint;
|
|
275
275
|
maxCount: bigint | null;
|
|
276
276
|
maxSize: bigint | null;
|
|
277
277
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -422,16 +422,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
422
422
|
} | undefined;
|
|
423
423
|
_output_in: {
|
|
424
424
|
id: string;
|
|
425
|
-
users: bigint | null;
|
|
426
425
|
totalStorageSize: bigint | null;
|
|
426
|
+
perDataSize: bigint | null;
|
|
427
427
|
devs: bigint | null;
|
|
428
428
|
devsBase: bigint | null;
|
|
429
429
|
devsUnit: bigint | null;
|
|
430
430
|
devsPrice: number | null;
|
|
431
|
+
users: bigint | null;
|
|
431
432
|
usersBase: bigint | null;
|
|
432
433
|
usersUnit: bigint | null;
|
|
433
434
|
usersPrice: number | null;
|
|
434
|
-
perDataSize: bigint | null;
|
|
435
435
|
perDataSizeBase: bigint | null;
|
|
436
436
|
perDataSizeUnit: bigint | null;
|
|
437
437
|
perDataSizePrice: number | null;
|
|
@@ -446,16 +446,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
446
446
|
};
|
|
447
447
|
_output_out: {
|
|
448
448
|
id: string;
|
|
449
|
-
users: bigint | null;
|
|
450
449
|
totalStorageSize: bigint | null;
|
|
450
|
+
perDataSize: bigint | null;
|
|
451
451
|
devs: bigint | null;
|
|
452
452
|
devsBase: bigint | null;
|
|
453
453
|
devsUnit: bigint | null;
|
|
454
454
|
devsPrice: number | null;
|
|
455
|
+
users: bigint | null;
|
|
455
456
|
usersBase: bigint | null;
|
|
456
457
|
usersUnit: bigint | null;
|
|
457
458
|
usersPrice: number | null;
|
|
458
|
-
perDataSize: bigint | null;
|
|
459
459
|
perDataSizeBase: bigint | null;
|
|
460
460
|
perDataSizeUnit: bigint | null;
|
|
461
461
|
perDataSizePrice: number | null;
|
|
@@ -619,16 +619,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
619
619
|
canHaveDatabase?: boolean | undefined;
|
|
620
620
|
} & {
|
|
621
621
|
quotas: {
|
|
622
|
-
users: bigint | null;
|
|
623
622
|
totalStorageSize: bigint | null;
|
|
623
|
+
perDataSize: bigint | null;
|
|
624
624
|
devs: bigint | null;
|
|
625
625
|
devsBase: bigint | null;
|
|
626
626
|
devsUnit: bigint | null;
|
|
627
627
|
devsPrice: number | null;
|
|
628
|
+
users: bigint | null;
|
|
628
629
|
usersBase: bigint | null;
|
|
629
630
|
usersUnit: bigint | null;
|
|
630
631
|
usersPrice: number | null;
|
|
631
|
-
perDataSize: bigint | null;
|
|
632
632
|
perDataSizeBase: bigint | null;
|
|
633
633
|
perDataSizeUnit: bigint | null;
|
|
634
634
|
perDataSizePrice: number | null;
|
|
@@ -642,13 +642,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
642
642
|
baseQuotasId: string;
|
|
643
643
|
} & {
|
|
644
644
|
baseQuotas: {
|
|
645
|
-
|
|
645
|
+
downloadBandwidth: bigint | null;
|
|
646
646
|
downloadCount: bigint | null;
|
|
647
|
+
uploadBandwidth: bigint | null;
|
|
648
|
+
uploadCount: bigint | null;
|
|
647
649
|
totalDataCount: bigint | null;
|
|
648
650
|
totalStorageSize: bigint | null;
|
|
649
651
|
perDataSize: bigint | null;
|
|
650
|
-
downloadBandwidth: bigint | null;
|
|
651
|
-
uploadBandwidth: bigint | null;
|
|
652
652
|
receivedMailsId: string;
|
|
653
653
|
sentMailsId: string;
|
|
654
654
|
};
|
|
@@ -665,16 +665,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
665
665
|
canHaveDatabase: boolean;
|
|
666
666
|
} & {
|
|
667
667
|
quotas: {
|
|
668
|
-
users: bigint | null;
|
|
669
668
|
totalStorageSize: bigint | null;
|
|
669
|
+
perDataSize: bigint | null;
|
|
670
670
|
devs: bigint | null;
|
|
671
671
|
devsBase: bigint | null;
|
|
672
672
|
devsUnit: bigint | null;
|
|
673
673
|
devsPrice: number | null;
|
|
674
|
+
users: bigint | null;
|
|
674
675
|
usersBase: bigint | null;
|
|
675
676
|
usersUnit: bigint | null;
|
|
676
677
|
usersPrice: number | null;
|
|
677
|
-
perDataSize: bigint | null;
|
|
678
678
|
perDataSizeBase: bigint | null;
|
|
679
679
|
perDataSizeUnit: bigint | null;
|
|
680
680
|
perDataSizePrice: number | null;
|
|
@@ -688,13 +688,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
688
688
|
baseQuotasId: string;
|
|
689
689
|
} & {
|
|
690
690
|
baseQuotas: {
|
|
691
|
-
|
|
691
|
+
downloadBandwidth: bigint | null;
|
|
692
692
|
downloadCount: bigint | null;
|
|
693
|
+
uploadBandwidth: bigint | null;
|
|
694
|
+
uploadCount: bigint | null;
|
|
693
695
|
totalDataCount: bigint | null;
|
|
694
696
|
totalStorageSize: bigint | null;
|
|
695
697
|
perDataSize: bigint | null;
|
|
696
|
-
downloadBandwidth: bigint | null;
|
|
697
|
-
uploadBandwidth: bigint | null;
|
|
698
698
|
receivedMailsId: string;
|
|
699
699
|
sentMailsId: string;
|
|
700
700
|
};
|
|
@@ -931,12 +931,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
931
931
|
ls: TranslationFunctions;
|
|
932
932
|
};
|
|
933
933
|
_input_in: {
|
|
934
|
-
userId: string;
|
|
935
934
|
appId: string;
|
|
935
|
+
userId: string;
|
|
936
936
|
};
|
|
937
937
|
_input_out: {
|
|
938
|
-
userId: string;
|
|
939
938
|
appId: string;
|
|
939
|
+
userId: string;
|
|
940
940
|
};
|
|
941
941
|
_output_in: {
|
|
942
942
|
isApplicationUser: boolean;
|
|
@@ -1280,13 +1280,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1280
1280
|
email: string;
|
|
1281
1281
|
};
|
|
1282
1282
|
_output_in: {
|
|
1283
|
-
srpSalt: string;
|
|
1284
1283
|
pub: string;
|
|
1284
|
+
srpSalt: string;
|
|
1285
1285
|
loginId: string;
|
|
1286
1286
|
};
|
|
1287
1287
|
_output_out: {
|
|
1288
|
-
srpSalt: string;
|
|
1289
1288
|
pub: string;
|
|
1289
|
+
srpSalt: string;
|
|
1290
1290
|
loginId: string;
|
|
1291
1291
|
};
|
|
1292
1292
|
}, unknown>;
|
|
@@ -1322,7 +1322,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1322
1322
|
to: string;
|
|
1323
1323
|
};
|
|
1324
1324
|
_output_in: {
|
|
1325
|
-
loginToken: string;
|
|
1326
1325
|
users: {
|
|
1327
1326
|
id: string;
|
|
1328
1327
|
lastname: string;
|
|
@@ -1330,9 +1329,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1330
1329
|
avatar: string | null;
|
|
1331
1330
|
isSearchable: boolean;
|
|
1332
1331
|
}[];
|
|
1332
|
+
loginToken: string;
|
|
1333
1333
|
};
|
|
1334
1334
|
_output_out: {
|
|
1335
|
-
loginToken: string;
|
|
1336
1335
|
users: {
|
|
1337
1336
|
id: string;
|
|
1338
1337
|
lastname: string;
|
|
@@ -1340,6 +1339,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1340
1339
|
avatar: string | null;
|
|
1341
1340
|
isSearchable: boolean;
|
|
1342
1341
|
}[];
|
|
1342
|
+
loginToken: string;
|
|
1343
1343
|
};
|
|
1344
1344
|
}, unknown>;
|
|
1345
1345
|
logout: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -1404,22 +1404,22 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1404
1404
|
_input_in: {};
|
|
1405
1405
|
_input_out: {};
|
|
1406
1406
|
_output_in: {
|
|
1407
|
-
masterKeySalt: string;
|
|
1408
1407
|
cryptoWallets: {
|
|
1409
1408
|
address: string;
|
|
1410
1409
|
encryptedKeystore: string;
|
|
1411
1410
|
}[];
|
|
1411
|
+
masterKeySalt: string;
|
|
1412
1412
|
keyPairs: {
|
|
1413
1413
|
pub: string;
|
|
1414
1414
|
encPriv: string;
|
|
1415
1415
|
}[];
|
|
1416
1416
|
};
|
|
1417
1417
|
_output_out: {
|
|
1418
|
-
masterKeySalt: string;
|
|
1419
1418
|
cryptoWallets: {
|
|
1420
1419
|
address: string;
|
|
1421
1420
|
encryptedKeystore: string;
|
|
1422
1421
|
}[];
|
|
1422
|
+
masterKeySalt: string;
|
|
1423
1423
|
keyPairs: {
|
|
1424
1424
|
pub: string;
|
|
1425
1425
|
encPriv: string;
|
|
@@ -1616,20 +1616,20 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1616
1616
|
_meta: object;
|
|
1617
1617
|
_ctx_out: {};
|
|
1618
1618
|
_input_in: {
|
|
1619
|
-
loginToken: string;
|
|
1620
1619
|
userId: string;
|
|
1620
|
+
loginToken: string;
|
|
1621
1621
|
};
|
|
1622
1622
|
_input_out: {
|
|
1623
|
-
loginToken: string;
|
|
1624
1623
|
userId: string;
|
|
1624
|
+
loginToken: string;
|
|
1625
1625
|
};
|
|
1626
1626
|
_output_in: {
|
|
1627
|
-
masterKeySalt: string;
|
|
1628
1627
|
session: string;
|
|
1628
|
+
masterKeySalt: string;
|
|
1629
1629
|
};
|
|
1630
1630
|
_output_out: {
|
|
1631
|
-
masterKeySalt: string;
|
|
1632
1631
|
session: string;
|
|
1632
|
+
masterKeySalt: string;
|
|
1633
1633
|
};
|
|
1634
1634
|
}, unknown>;
|
|
1635
1635
|
signup: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -1657,22 +1657,22 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1657
1657
|
_ctx_out: {};
|
|
1658
1658
|
_input_in: {
|
|
1659
1659
|
email: string;
|
|
1660
|
-
srpSalt: string;
|
|
1661
|
-
masterKeySalt: string;
|
|
1662
|
-
srpVerifier: string;
|
|
1663
1660
|
lastname: string;
|
|
1664
1661
|
firstname: string;
|
|
1665
1662
|
phone: string;
|
|
1663
|
+
srpSalt: string;
|
|
1664
|
+
masterKeySalt: string;
|
|
1665
|
+
srpVerifier: string;
|
|
1666
1666
|
token: string;
|
|
1667
1667
|
};
|
|
1668
1668
|
_input_out: {
|
|
1669
1669
|
email: string;
|
|
1670
|
-
srpSalt: string;
|
|
1671
|
-
masterKeySalt: string;
|
|
1672
|
-
srpVerifier: string;
|
|
1673
1670
|
lastname: string;
|
|
1674
1671
|
firstname: string;
|
|
1675
1672
|
phone: string;
|
|
1673
|
+
srpSalt: string;
|
|
1674
|
+
masterKeySalt: string;
|
|
1675
|
+
srpVerifier: string;
|
|
1676
1676
|
token: string;
|
|
1677
1677
|
};
|
|
1678
1678
|
_output_in: {};
|
|
@@ -1800,10 +1800,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1800
1800
|
};
|
|
1801
1801
|
_output_in: ({
|
|
1802
1802
|
id: string;
|
|
1803
|
+
body: string;
|
|
1803
1804
|
title: string;
|
|
1804
1805
|
summary: string;
|
|
1805
1806
|
date: Date;
|
|
1806
|
-
body: string;
|
|
1807
1807
|
author: string;
|
|
1808
1808
|
image: string;
|
|
1809
1809
|
imageAlt: string;
|
|
@@ -1815,10 +1815,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1815
1815
|
})[];
|
|
1816
1816
|
_output_out: ({
|
|
1817
1817
|
id: string;
|
|
1818
|
+
body: string;
|
|
1818
1819
|
title: string;
|
|
1819
1820
|
summary: string;
|
|
1820
1821
|
date: Date;
|
|
1821
|
-
body: string;
|
|
1822
1822
|
author: string;
|
|
1823
1823
|
image: string;
|
|
1824
1824
|
imageAlt: string;
|
|
@@ -1885,8 +1885,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1885
1885
|
name: string;
|
|
1886
1886
|
id: string;
|
|
1887
1887
|
createdAt: Date;
|
|
1888
|
-
deletedAt: Date | null;
|
|
1889
1888
|
updatedAt: Date;
|
|
1889
|
+
deletedAt: Date | null;
|
|
1890
1890
|
type: "FILE" | "FOLDER";
|
|
1891
1891
|
isFavorite: boolean;
|
|
1892
1892
|
parentId: string | null;
|
|
@@ -1954,8 +1954,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1954
1954
|
name: string;
|
|
1955
1955
|
id: string;
|
|
1956
1956
|
createdAt: Date;
|
|
1957
|
-
deletedAt: Date | null;
|
|
1958
1957
|
updatedAt: Date;
|
|
1958
|
+
deletedAt: Date | null;
|
|
1959
1959
|
type: "FILE" | "FOLDER";
|
|
1960
1960
|
isFavorite: boolean;
|
|
1961
1961
|
parentId: string | null;
|
|
@@ -1986,8 +1986,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1986
1986
|
name: string;
|
|
1987
1987
|
id: string;
|
|
1988
1988
|
createdAt: Date;
|
|
1989
|
-
deletedAt: Date | null;
|
|
1990
1989
|
updatedAt: Date;
|
|
1990
|
+
deletedAt: Date | null;
|
|
1991
1991
|
type: "FILE" | "FOLDER";
|
|
1992
1992
|
isFavorite: boolean;
|
|
1993
1993
|
parentId: string | null;
|
|
@@ -2030,8 +2030,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2030
2030
|
name: string;
|
|
2031
2031
|
id: string;
|
|
2032
2032
|
createdAt: Date;
|
|
2033
|
-
deletedAt: Date | null;
|
|
2034
2033
|
updatedAt: Date;
|
|
2034
|
+
deletedAt: Date | null;
|
|
2035
2035
|
type: "FILE" | "FOLDER";
|
|
2036
2036
|
isFavorite: boolean;
|
|
2037
2037
|
parentId: string | null;
|
|
@@ -2099,8 +2099,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2099
2099
|
name: string;
|
|
2100
2100
|
id: string;
|
|
2101
2101
|
createdAt: Date;
|
|
2102
|
-
deletedAt: Date | null;
|
|
2103
2102
|
updatedAt: Date;
|
|
2103
|
+
deletedAt: Date | null;
|
|
2104
2104
|
type: "FILE" | "FOLDER";
|
|
2105
2105
|
isFavorite: boolean;
|
|
2106
2106
|
parentId: string | null;
|
|
@@ -2131,8 +2131,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2131
2131
|
name: string;
|
|
2132
2132
|
id: string;
|
|
2133
2133
|
createdAt: Date;
|
|
2134
|
-
deletedAt: Date | null;
|
|
2135
2134
|
updatedAt: Date;
|
|
2135
|
+
deletedAt: Date | null;
|
|
2136
2136
|
type: "FILE" | "FOLDER";
|
|
2137
2137
|
isFavorite: boolean;
|
|
2138
2138
|
parentId: string | null;
|
|
@@ -2307,8 +2307,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2307
2307
|
};
|
|
2308
2308
|
_output_in: {
|
|
2309
2309
|
id: string;
|
|
2310
|
-
key: string | null;
|
|
2311
2310
|
type: "received_mail";
|
|
2311
|
+
key: string | null;
|
|
2312
2312
|
md5: string;
|
|
2313
2313
|
md5Encrypted: string | null;
|
|
2314
2314
|
totalSize: bigint;
|
|
@@ -2321,8 +2321,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2321
2321
|
maybeContent: Buffer | null;
|
|
2322
2322
|
} | {
|
|
2323
2323
|
id: string;
|
|
2324
|
-
key: string | null;
|
|
2325
2324
|
type: "sent_mail";
|
|
2325
|
+
key: string | null;
|
|
2326
2326
|
md5: string;
|
|
2327
2327
|
md5Encrypted: string | null;
|
|
2328
2328
|
totalSize: bigint;
|
|
@@ -2334,8 +2334,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2334
2334
|
maybeContent: Buffer | null;
|
|
2335
2335
|
} | {
|
|
2336
2336
|
id: string;
|
|
2337
|
-
key: string | null;
|
|
2338
2337
|
type: "cloud";
|
|
2338
|
+
key: string | null;
|
|
2339
2339
|
md5: string;
|
|
2340
2340
|
parts: {
|
|
2341
2341
|
md5: string;
|
|
@@ -2347,8 +2347,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2347
2347
|
publicKey: string;
|
|
2348
2348
|
} | {
|
|
2349
2349
|
id: string;
|
|
2350
|
-
key: string | null;
|
|
2351
2350
|
type: "lite";
|
|
2351
|
+
key: string | null;
|
|
2352
2352
|
md5: string;
|
|
2353
2353
|
content: Buffer;
|
|
2354
2354
|
md5Encrypted: string | null;
|
|
@@ -2357,8 +2357,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2357
2357
|
};
|
|
2358
2358
|
_output_out: {
|
|
2359
2359
|
id: string;
|
|
2360
|
-
key: string | null;
|
|
2361
2360
|
type: "received_mail";
|
|
2361
|
+
key: string | null;
|
|
2362
2362
|
md5: string;
|
|
2363
2363
|
md5Encrypted: string | null;
|
|
2364
2364
|
totalSize: bigint;
|
|
@@ -2371,8 +2371,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2371
2371
|
maybeContent: Buffer | null;
|
|
2372
2372
|
} | {
|
|
2373
2373
|
id: string;
|
|
2374
|
-
key: string | null;
|
|
2375
2374
|
type: "sent_mail";
|
|
2375
|
+
key: string | null;
|
|
2376
2376
|
md5: string;
|
|
2377
2377
|
md5Encrypted: string | null;
|
|
2378
2378
|
totalSize: bigint;
|
|
@@ -2384,8 +2384,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2384
2384
|
maybeContent: Buffer | null;
|
|
2385
2385
|
} | {
|
|
2386
2386
|
id: string;
|
|
2387
|
-
key: string | null;
|
|
2388
2387
|
type: "cloud";
|
|
2388
|
+
key: string | null;
|
|
2389
2389
|
md5: string;
|
|
2390
2390
|
parts: {
|
|
2391
2391
|
md5: string;
|
|
@@ -2397,8 +2397,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2397
2397
|
publicKey: string;
|
|
2398
2398
|
} | {
|
|
2399
2399
|
id: string;
|
|
2400
|
-
key: string | null;
|
|
2401
2400
|
type: "lite";
|
|
2401
|
+
key: string | null;
|
|
2402
2402
|
md5: string;
|
|
2403
2403
|
content: Buffer;
|
|
2404
2404
|
md5Encrypted: string | null;
|
|
@@ -2437,8 +2437,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2437
2437
|
};
|
|
2438
2438
|
_output_in: ({
|
|
2439
2439
|
id: string;
|
|
2440
|
-
key: string | null;
|
|
2441
2440
|
type: "received_mail";
|
|
2441
|
+
key: string | null;
|
|
2442
2442
|
md5: string;
|
|
2443
2443
|
md5Encrypted: string | null;
|
|
2444
2444
|
totalSize: bigint;
|
|
@@ -2451,8 +2451,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2451
2451
|
maybeContent: Buffer | null;
|
|
2452
2452
|
} | {
|
|
2453
2453
|
id: string;
|
|
2454
|
-
key: string | null;
|
|
2455
2454
|
type: "sent_mail";
|
|
2455
|
+
key: string | null;
|
|
2456
2456
|
md5: string;
|
|
2457
2457
|
md5Encrypted: string | null;
|
|
2458
2458
|
totalSize: bigint;
|
|
@@ -2464,8 +2464,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2464
2464
|
maybeContent: Buffer | null;
|
|
2465
2465
|
} | {
|
|
2466
2466
|
id: string;
|
|
2467
|
-
key: string | null;
|
|
2468
2467
|
type: "cloud";
|
|
2468
|
+
key: string | null;
|
|
2469
2469
|
md5: string;
|
|
2470
2470
|
parts: {
|
|
2471
2471
|
md5: string;
|
|
@@ -2477,8 +2477,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2477
2477
|
publicKey: string;
|
|
2478
2478
|
} | {
|
|
2479
2479
|
id: string;
|
|
2480
|
-
key: string | null;
|
|
2481
2480
|
type: "lite";
|
|
2481
|
+
key: string | null;
|
|
2482
2482
|
md5: string;
|
|
2483
2483
|
content: Buffer;
|
|
2484
2484
|
md5Encrypted: string | null;
|
|
@@ -2487,8 +2487,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2487
2487
|
})[];
|
|
2488
2488
|
_output_out: ({
|
|
2489
2489
|
id: string;
|
|
2490
|
-
key: string | null;
|
|
2491
2490
|
type: "received_mail";
|
|
2491
|
+
key: string | null;
|
|
2492
2492
|
md5: string;
|
|
2493
2493
|
md5Encrypted: string | null;
|
|
2494
2494
|
totalSize: bigint;
|
|
@@ -2501,8 +2501,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2501
2501
|
maybeContent: Buffer | null;
|
|
2502
2502
|
} | {
|
|
2503
2503
|
id: string;
|
|
2504
|
-
key: string | null;
|
|
2505
2504
|
type: "sent_mail";
|
|
2505
|
+
key: string | null;
|
|
2506
2506
|
md5: string;
|
|
2507
2507
|
md5Encrypted: string | null;
|
|
2508
2508
|
totalSize: bigint;
|
|
@@ -2514,8 +2514,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2514
2514
|
maybeContent: Buffer | null;
|
|
2515
2515
|
} | {
|
|
2516
2516
|
id: string;
|
|
2517
|
-
key: string | null;
|
|
2518
2517
|
type: "cloud";
|
|
2518
|
+
key: string | null;
|
|
2519
2519
|
md5: string;
|
|
2520
2520
|
parts: {
|
|
2521
2521
|
md5: string;
|
|
@@ -2527,8 +2527,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2527
2527
|
publicKey: string;
|
|
2528
2528
|
} | {
|
|
2529
2529
|
id: string;
|
|
2530
|
-
key: string | null;
|
|
2531
2530
|
type: "lite";
|
|
2531
|
+
key: string | null;
|
|
2532
2532
|
md5: string;
|
|
2533
2533
|
content: Buffer;
|
|
2534
2534
|
md5Encrypted: string | null;
|
|
@@ -2609,8 +2609,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2609
2609
|
name: string;
|
|
2610
2610
|
id: string;
|
|
2611
2611
|
createdAt: Date;
|
|
2612
|
-
deletedAt: Date | null;
|
|
2613
2612
|
updatedAt: Date;
|
|
2613
|
+
deletedAt: Date | null;
|
|
2614
2614
|
type: "FILE" | "FOLDER";
|
|
2615
2615
|
isFavorite: boolean;
|
|
2616
2616
|
parentId: string | null;
|
|
@@ -2678,8 +2678,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2678
2678
|
name: string;
|
|
2679
2679
|
id: string;
|
|
2680
2680
|
createdAt: Date;
|
|
2681
|
-
deletedAt: Date | null;
|
|
2682
2681
|
updatedAt: Date;
|
|
2682
|
+
deletedAt: Date | null;
|
|
2683
2683
|
type: "FILE" | "FOLDER";
|
|
2684
2684
|
isFavorite: boolean;
|
|
2685
2685
|
parentId: string | null;
|
|
@@ -2710,8 +2710,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2710
2710
|
name: string;
|
|
2711
2711
|
id: string;
|
|
2712
2712
|
createdAt: Date;
|
|
2713
|
-
deletedAt: Date | null;
|
|
2714
2713
|
updatedAt: Date;
|
|
2714
|
+
deletedAt: Date | null;
|
|
2715
2715
|
type: "FILE" | "FOLDER";
|
|
2716
2716
|
isFavorite: boolean;
|
|
2717
2717
|
parentId: string | null;
|
|
@@ -2754,8 +2754,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2754
2754
|
name: string;
|
|
2755
2755
|
id: string;
|
|
2756
2756
|
createdAt: Date;
|
|
2757
|
-
deletedAt: Date | null;
|
|
2758
2757
|
updatedAt: Date;
|
|
2758
|
+
deletedAt: Date | null;
|
|
2759
2759
|
type: "FILE" | "FOLDER";
|
|
2760
2760
|
isFavorite: boolean;
|
|
2761
2761
|
parentId: string | null;
|
|
@@ -2823,8 +2823,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2823
2823
|
name: string;
|
|
2824
2824
|
id: string;
|
|
2825
2825
|
createdAt: Date;
|
|
2826
|
-
deletedAt: Date | null;
|
|
2827
2826
|
updatedAt: Date;
|
|
2827
|
+
deletedAt: Date | null;
|
|
2828
2828
|
type: "FILE" | "FOLDER";
|
|
2829
2829
|
isFavorite: boolean;
|
|
2830
2830
|
parentId: string | null;
|
|
@@ -2855,8 +2855,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2855
2855
|
name: string;
|
|
2856
2856
|
id: string;
|
|
2857
2857
|
createdAt: Date;
|
|
2858
|
-
deletedAt: Date | null;
|
|
2859
2858
|
updatedAt: Date;
|
|
2859
|
+
deletedAt: Date | null;
|
|
2860
2860
|
type: "FILE" | "FOLDER";
|
|
2861
2861
|
isFavorite: boolean;
|
|
2862
2862
|
parentId: string | null;
|
|
@@ -2984,8 +2984,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2984
2984
|
name: string;
|
|
2985
2985
|
id: string;
|
|
2986
2986
|
createdAt: Date;
|
|
2987
|
-
deletedAt: Date | null;
|
|
2988
2987
|
updatedAt: Date;
|
|
2988
|
+
deletedAt: Date | null;
|
|
2989
2989
|
history: {
|
|
2990
2990
|
createdAt: Date;
|
|
2991
2991
|
dataId: string;
|
|
@@ -3025,8 +3025,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3025
3025
|
name: string;
|
|
3026
3026
|
id: string;
|
|
3027
3027
|
createdAt: Date;
|
|
3028
|
-
deletedAt: Date | null;
|
|
3029
3028
|
updatedAt: Date;
|
|
3029
|
+
deletedAt: Date | null;
|
|
3030
3030
|
history: {
|
|
3031
3031
|
createdAt: Date;
|
|
3032
3032
|
dataId: string;
|
|
@@ -3202,8 +3202,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3202
3202
|
_meta: object;
|
|
3203
3203
|
_ctx_out: {};
|
|
3204
3204
|
_input_in: {
|
|
3205
|
-
key: string;
|
|
3206
3205
|
type: "encrypted";
|
|
3206
|
+
key: string;
|
|
3207
3207
|
size: bigint;
|
|
3208
3208
|
md5: string;
|
|
3209
3209
|
sizeEncrypted: bigint;
|
|
@@ -3214,8 +3214,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3214
3214
|
md5: string;
|
|
3215
3215
|
};
|
|
3216
3216
|
_input_out: {
|
|
3217
|
-
key: string;
|
|
3218
3217
|
type: "encrypted";
|
|
3218
|
+
key: string;
|
|
3219
3219
|
size: bigint;
|
|
3220
3220
|
md5: string;
|
|
3221
3221
|
sizeEncrypted: bigint;
|
|
@@ -3278,8 +3278,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3278
3278
|
_meta: object;
|
|
3279
3279
|
_ctx_out: {};
|
|
3280
3280
|
_input_in: {
|
|
3281
|
-
key: string;
|
|
3282
3281
|
type: "encrypted";
|
|
3282
|
+
key: string;
|
|
3283
3283
|
size: bigint;
|
|
3284
3284
|
md5: string;
|
|
3285
3285
|
content: Buffer;
|
|
@@ -3292,8 +3292,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3292
3292
|
content: Buffer;
|
|
3293
3293
|
};
|
|
3294
3294
|
_input_out: {
|
|
3295
|
-
key: string;
|
|
3296
3295
|
type: "encrypted";
|
|
3296
|
+
key: string;
|
|
3297
3297
|
size: bigint;
|
|
3298
3298
|
md5: string;
|
|
3299
3299
|
content: Buffer;
|
|
@@ -3359,8 +3359,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3359
3359
|
name: string;
|
|
3360
3360
|
id: string;
|
|
3361
3361
|
createdAt: Date;
|
|
3362
|
-
deletedAt: Date | null;
|
|
3363
3362
|
updatedAt: Date;
|
|
3363
|
+
deletedAt: Date | null;
|
|
3364
3364
|
type: "FILE" | "FOLDER";
|
|
3365
3365
|
isFavorite: boolean;
|
|
3366
3366
|
parentId: string | null;
|
|
@@ -3428,8 +3428,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3428
3428
|
name: string;
|
|
3429
3429
|
id: string;
|
|
3430
3430
|
createdAt: Date;
|
|
3431
|
-
deletedAt: Date | null;
|
|
3432
3431
|
updatedAt: Date;
|
|
3432
|
+
deletedAt: Date | null;
|
|
3433
3433
|
type: "FILE" | "FOLDER";
|
|
3434
3434
|
isFavorite: boolean;
|
|
3435
3435
|
parentId: string | null;
|
|
@@ -3460,8 +3460,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3460
3460
|
name: string;
|
|
3461
3461
|
id: string;
|
|
3462
3462
|
createdAt: Date;
|
|
3463
|
-
deletedAt: Date | null;
|
|
3464
3463
|
updatedAt: Date;
|
|
3464
|
+
deletedAt: Date | null;
|
|
3465
3465
|
type: "FILE" | "FOLDER";
|
|
3466
3466
|
isFavorite: boolean;
|
|
3467
3467
|
parentId: string | null;
|
|
@@ -3504,8 +3504,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3504
3504
|
name: string;
|
|
3505
3505
|
id: string;
|
|
3506
3506
|
createdAt: Date;
|
|
3507
|
-
deletedAt: Date | null;
|
|
3508
3507
|
updatedAt: Date;
|
|
3508
|
+
deletedAt: Date | null;
|
|
3509
3509
|
type: "FILE" | "FOLDER";
|
|
3510
3510
|
isFavorite: boolean;
|
|
3511
3511
|
parentId: string | null;
|
|
@@ -3573,8 +3573,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3573
3573
|
name: string;
|
|
3574
3574
|
id: string;
|
|
3575
3575
|
createdAt: Date;
|
|
3576
|
-
deletedAt: Date | null;
|
|
3577
3576
|
updatedAt: Date;
|
|
3577
|
+
deletedAt: Date | null;
|
|
3578
3578
|
type: "FILE" | "FOLDER";
|
|
3579
3579
|
isFavorite: boolean;
|
|
3580
3580
|
parentId: string | null;
|
|
@@ -3605,8 +3605,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3605
3605
|
name: string;
|
|
3606
3606
|
id: string;
|
|
3607
3607
|
createdAt: Date;
|
|
3608
|
-
deletedAt: Date | null;
|
|
3609
3608
|
updatedAt: Date;
|
|
3609
|
+
deletedAt: Date | null;
|
|
3610
3610
|
type: "FILE" | "FOLDER";
|
|
3611
3611
|
isFavorite: boolean;
|
|
3612
3612
|
parentId: string | null;
|
|
@@ -4001,8 +4001,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4001
4001
|
name: string;
|
|
4002
4002
|
id: string;
|
|
4003
4003
|
createdAt: Date;
|
|
4004
|
-
deletedAt: Date | null;
|
|
4005
4004
|
updatedAt: Date;
|
|
4005
|
+
deletedAt: Date | null;
|
|
4006
4006
|
type: "FILE" | "FOLDER";
|
|
4007
4007
|
isFavorite: boolean;
|
|
4008
4008
|
parentId: string | null;
|
|
@@ -4038,8 +4038,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4038
4038
|
name: string;
|
|
4039
4039
|
id: string;
|
|
4040
4040
|
createdAt: Date;
|
|
4041
|
-
deletedAt: Date | null;
|
|
4042
4041
|
updatedAt: Date;
|
|
4042
|
+
deletedAt: Date | null;
|
|
4043
4043
|
type: "FILE" | "FOLDER";
|
|
4044
4044
|
isFavorite: boolean;
|
|
4045
4045
|
parentId: string | null;
|
|
@@ -4107,8 +4107,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4107
4107
|
name: string;
|
|
4108
4108
|
id: string;
|
|
4109
4109
|
createdAt: Date;
|
|
4110
|
-
deletedAt: Date | null;
|
|
4111
4110
|
updatedAt: Date;
|
|
4111
|
+
deletedAt: Date | null;
|
|
4112
4112
|
type: "FILE" | "FOLDER";
|
|
4113
4113
|
isFavorite: boolean;
|
|
4114
4114
|
parentId: string | null;
|
|
@@ -4176,8 +4176,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4176
4176
|
name: string;
|
|
4177
4177
|
id: string;
|
|
4178
4178
|
createdAt: Date;
|
|
4179
|
-
deletedAt: Date | null;
|
|
4180
4179
|
updatedAt: Date;
|
|
4180
|
+
deletedAt: Date | null;
|
|
4181
4181
|
type: "FILE" | "FOLDER";
|
|
4182
4182
|
isFavorite: boolean;
|
|
4183
4183
|
parentId: string | null;
|
|
@@ -4208,8 +4208,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4208
4208
|
name: string;
|
|
4209
4209
|
id: string;
|
|
4210
4210
|
createdAt: Date;
|
|
4211
|
-
deletedAt: Date | null;
|
|
4212
4211
|
updatedAt: Date;
|
|
4212
|
+
deletedAt: Date | null;
|
|
4213
4213
|
type: "FILE" | "FOLDER";
|
|
4214
4214
|
isFavorite: boolean;
|
|
4215
4215
|
parentId: string | null;
|
|
@@ -4252,8 +4252,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4252
4252
|
name: string;
|
|
4253
4253
|
id: string;
|
|
4254
4254
|
createdAt: Date;
|
|
4255
|
-
deletedAt: Date | null;
|
|
4256
4255
|
updatedAt: Date;
|
|
4256
|
+
deletedAt: Date | null;
|
|
4257
4257
|
type: "FILE" | "FOLDER";
|
|
4258
4258
|
isFavorite: boolean;
|
|
4259
4259
|
parentId: string | null;
|
|
@@ -4321,8 +4321,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4321
4321
|
name: string;
|
|
4322
4322
|
id: string;
|
|
4323
4323
|
createdAt: Date;
|
|
4324
|
-
deletedAt: Date | null;
|
|
4325
4324
|
updatedAt: Date;
|
|
4325
|
+
deletedAt: Date | null;
|
|
4326
4326
|
type: "FILE" | "FOLDER";
|
|
4327
4327
|
isFavorite: boolean;
|
|
4328
4328
|
parentId: string | null;
|
|
@@ -4353,8 +4353,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4353
4353
|
name: string;
|
|
4354
4354
|
id: string;
|
|
4355
4355
|
createdAt: Date;
|
|
4356
|
-
deletedAt: Date | null;
|
|
4357
4356
|
updatedAt: Date;
|
|
4357
|
+
deletedAt: Date | null;
|
|
4358
4358
|
type: "FILE" | "FOLDER";
|
|
4359
4359
|
isFavorite: boolean;
|
|
4360
4360
|
parentId: string | null;
|
|
@@ -4461,8 +4461,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4461
4461
|
name: string;
|
|
4462
4462
|
id: string;
|
|
4463
4463
|
createdAt: Date;
|
|
4464
|
-
deletedAt: Date | null;
|
|
4465
4464
|
updatedAt: Date;
|
|
4465
|
+
deletedAt: Date | null;
|
|
4466
4466
|
type: "FILE" | "FOLDER";
|
|
4467
4467
|
isFavorite: boolean;
|
|
4468
4468
|
parentId: string | null;
|
|
@@ -4493,8 +4493,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4493
4493
|
name: string;
|
|
4494
4494
|
id: string;
|
|
4495
4495
|
createdAt: Date;
|
|
4496
|
-
deletedAt: Date | null;
|
|
4497
4496
|
updatedAt: Date;
|
|
4497
|
+
deletedAt: Date | null;
|
|
4498
4498
|
type: "FILE" | "FOLDER";
|
|
4499
4499
|
isFavorite: boolean;
|
|
4500
4500
|
parentId: string | null;
|
|
@@ -4555,8 +4555,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4555
4555
|
name: string;
|
|
4556
4556
|
id: string;
|
|
4557
4557
|
createdAt: Date;
|
|
4558
|
-
deletedAt: Date | null;
|
|
4559
4558
|
updatedAt: Date;
|
|
4559
|
+
deletedAt: Date | null;
|
|
4560
4560
|
type: "FILE" | "FOLDER";
|
|
4561
4561
|
isFavorite: boolean;
|
|
4562
4562
|
parentId: string | null;
|
|
@@ -4587,8 +4587,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4587
4587
|
name: string;
|
|
4588
4588
|
id: string;
|
|
4589
4589
|
createdAt: Date;
|
|
4590
|
-
deletedAt: Date | null;
|
|
4591
4590
|
updatedAt: Date;
|
|
4591
|
+
deletedAt: Date | null;
|
|
4592
4592
|
type: "FILE" | "FOLDER";
|
|
4593
4593
|
isFavorite: boolean;
|
|
4594
4594
|
parentId: string | null;
|
|
@@ -4645,8 +4645,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4645
4645
|
name: string;
|
|
4646
4646
|
id: string;
|
|
4647
4647
|
createdAt: Date;
|
|
4648
|
-
deletedAt: Date | null;
|
|
4649
4648
|
updatedAt: Date;
|
|
4649
|
+
deletedAt: Date | null;
|
|
4650
4650
|
type: "FILE" | "FOLDER";
|
|
4651
4651
|
isFavorite: boolean;
|
|
4652
4652
|
parentId: string | null;
|
|
@@ -4677,8 +4677,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4677
4677
|
name: string;
|
|
4678
4678
|
id: string;
|
|
4679
4679
|
createdAt: Date;
|
|
4680
|
-
deletedAt: Date | null;
|
|
4681
4680
|
updatedAt: Date;
|
|
4681
|
+
deletedAt: Date | null;
|
|
4682
4682
|
type: "FILE" | "FOLDER";
|
|
4683
4683
|
isFavorite: boolean;
|
|
4684
4684
|
parentId: string | null;
|
|
@@ -4873,8 +4873,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4873
4873
|
name: string;
|
|
4874
4874
|
id: string;
|
|
4875
4875
|
createdAt: Date;
|
|
4876
|
-
deletedAt: Date | null;
|
|
4877
4876
|
updatedAt: Date;
|
|
4877
|
+
deletedAt: Date | null;
|
|
4878
4878
|
type: "FILE" | "FOLDER";
|
|
4879
4879
|
isFavorite: boolean;
|
|
4880
4880
|
parentId: string | null;
|
|
@@ -4942,8 +4942,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4942
4942
|
name: string;
|
|
4943
4943
|
id: string;
|
|
4944
4944
|
createdAt: Date;
|
|
4945
|
-
deletedAt: Date | null;
|
|
4946
4945
|
updatedAt: Date;
|
|
4946
|
+
deletedAt: Date | null;
|
|
4947
4947
|
type: "FILE" | "FOLDER";
|
|
4948
4948
|
isFavorite: boolean;
|
|
4949
4949
|
parentId: string | null;
|
|
@@ -4974,8 +4974,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4974
4974
|
name: string;
|
|
4975
4975
|
id: string;
|
|
4976
4976
|
createdAt: Date;
|
|
4977
|
-
deletedAt: Date | null;
|
|
4978
4977
|
updatedAt: Date;
|
|
4978
|
+
deletedAt: Date | null;
|
|
4979
4979
|
type: "FILE" | "FOLDER";
|
|
4980
4980
|
isFavorite: boolean;
|
|
4981
4981
|
parentId: string | null;
|
|
@@ -5018,8 +5018,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5018
5018
|
name: string;
|
|
5019
5019
|
id: string;
|
|
5020
5020
|
createdAt: Date;
|
|
5021
|
-
deletedAt: Date | null;
|
|
5022
5021
|
updatedAt: Date;
|
|
5022
|
+
deletedAt: Date | null;
|
|
5023
5023
|
type: "FILE" | "FOLDER";
|
|
5024
5024
|
isFavorite: boolean;
|
|
5025
5025
|
parentId: string | null;
|
|
@@ -5087,8 +5087,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5087
5087
|
name: string;
|
|
5088
5088
|
id: string;
|
|
5089
5089
|
createdAt: Date;
|
|
5090
|
-
deletedAt: Date | null;
|
|
5091
5090
|
updatedAt: Date;
|
|
5091
|
+
deletedAt: Date | null;
|
|
5092
5092
|
type: "FILE" | "FOLDER";
|
|
5093
5093
|
isFavorite: boolean;
|
|
5094
5094
|
parentId: string | null;
|
|
@@ -5119,8 +5119,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5119
5119
|
name: string;
|
|
5120
5120
|
id: string;
|
|
5121
5121
|
createdAt: Date;
|
|
5122
|
-
deletedAt: Date | null;
|
|
5123
5122
|
updatedAt: Date;
|
|
5123
|
+
deletedAt: Date | null;
|
|
5124
5124
|
type: "FILE" | "FOLDER";
|
|
5125
5125
|
isFavorite: boolean;
|
|
5126
5126
|
parentId: string | null;
|
|
@@ -5429,12 +5429,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5429
5429
|
_meta: object;
|
|
5430
5430
|
_ctx_out: {};
|
|
5431
5431
|
_input_in: {
|
|
5432
|
-
accept: boolean;
|
|
5433
5432
|
userFromId: string;
|
|
5433
|
+
accept: boolean;
|
|
5434
5434
|
};
|
|
5435
5435
|
_input_out: {
|
|
5436
|
-
accept: boolean;
|
|
5437
5436
|
userFromId: string;
|
|
5437
|
+
accept: boolean;
|
|
5438
5438
|
};
|
|
5439
5439
|
_output_in: {
|
|
5440
5440
|
isAccepted: boolean;
|
|
@@ -6765,9 +6765,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6765
6765
|
name: string;
|
|
6766
6766
|
id: string;
|
|
6767
6767
|
} & {
|
|
6768
|
+
ownerId: string;
|
|
6768
6769
|
createdAt: string;
|
|
6769
6770
|
updatedAt: string;
|
|
6770
|
-
ownerId: string;
|
|
6771
6771
|
activeTimeSeconds: number;
|
|
6772
6772
|
computeTimeSeconds: number;
|
|
6773
6773
|
writtenDataBytes: number;
|
|
@@ -6785,6 +6785,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6785
6785
|
proxyHost: string;
|
|
6786
6786
|
regionId: string;
|
|
6787
6787
|
storePasswords: boolean;
|
|
6788
|
+
owner?: {
|
|
6789
|
+
email: string;
|
|
6790
|
+
branchesLimit: number;
|
|
6791
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
6792
|
+
} | undefined;
|
|
6788
6793
|
settings?: {
|
|
6789
6794
|
quota?: {
|
|
6790
6795
|
activeTimeSeconds?: number | undefined;
|
|
@@ -6799,11 +6804,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6799
6804
|
} | undefined;
|
|
6800
6805
|
enableLogicalReplication?: boolean | undefined;
|
|
6801
6806
|
} | undefined;
|
|
6802
|
-
owner?: {
|
|
6803
|
-
email: string;
|
|
6804
|
-
branchesLimit: number;
|
|
6805
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
6806
|
-
} | undefined;
|
|
6807
6807
|
computeLastActiveAt?: string | undefined;
|
|
6808
6808
|
defaultEndpointSettings?: {
|
|
6809
6809
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -6819,9 +6819,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6819
6819
|
name: string;
|
|
6820
6820
|
id: string;
|
|
6821
6821
|
} & {
|
|
6822
|
+
ownerId: string;
|
|
6822
6823
|
createdAt: string;
|
|
6823
6824
|
updatedAt: string;
|
|
6824
|
-
ownerId: string;
|
|
6825
6825
|
activeTimeSeconds: number;
|
|
6826
6826
|
computeTimeSeconds: number;
|
|
6827
6827
|
writtenDataBytes: number;
|
|
@@ -6839,6 +6839,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6839
6839
|
proxyHost: string;
|
|
6840
6840
|
regionId: string;
|
|
6841
6841
|
storePasswords: boolean;
|
|
6842
|
+
owner?: {
|
|
6843
|
+
email: string;
|
|
6844
|
+
branchesLimit: number;
|
|
6845
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
6846
|
+
} | undefined;
|
|
6842
6847
|
settings?: {
|
|
6843
6848
|
quota?: {
|
|
6844
6849
|
activeTimeSeconds?: number | undefined;
|
|
@@ -6853,11 +6858,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6853
6858
|
} | undefined;
|
|
6854
6859
|
enableLogicalReplication?: boolean | undefined;
|
|
6855
6860
|
} | undefined;
|
|
6856
|
-
owner?: {
|
|
6857
|
-
email: string;
|
|
6858
|
-
branchesLimit: number;
|
|
6859
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
6860
|
-
} | undefined;
|
|
6861
6861
|
computeLastActiveAt?: string | undefined;
|
|
6862
6862
|
defaultEndpointSettings?: {
|
|
6863
6863
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -7057,9 +7057,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7057
7057
|
name: string;
|
|
7058
7058
|
id: string;
|
|
7059
7059
|
} & {
|
|
7060
|
+
ownerId: string;
|
|
7060
7061
|
createdAt: string;
|
|
7061
7062
|
updatedAt: string;
|
|
7062
|
-
ownerId: string;
|
|
7063
7063
|
activeTimeSeconds: number;
|
|
7064
7064
|
computeTimeSeconds: number;
|
|
7065
7065
|
writtenDataBytes: number;
|
|
@@ -7077,6 +7077,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7077
7077
|
proxyHost: string;
|
|
7078
7078
|
regionId: string;
|
|
7079
7079
|
storePasswords: boolean;
|
|
7080
|
+
owner?: {
|
|
7081
|
+
email: string;
|
|
7082
|
+
branchesLimit: number;
|
|
7083
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7084
|
+
} | undefined;
|
|
7080
7085
|
settings?: {
|
|
7081
7086
|
quota?: {
|
|
7082
7087
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7091,11 +7096,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7091
7096
|
} | undefined;
|
|
7092
7097
|
enableLogicalReplication?: boolean | undefined;
|
|
7093
7098
|
} | undefined;
|
|
7094
|
-
owner?: {
|
|
7095
|
-
email: string;
|
|
7096
|
-
branchesLimit: number;
|
|
7097
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7098
|
-
} | undefined;
|
|
7099
7099
|
computeLastActiveAt?: string | undefined;
|
|
7100
7100
|
defaultEndpointSettings?: {
|
|
7101
7101
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -7111,9 +7111,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7111
7111
|
name: string;
|
|
7112
7112
|
id: string;
|
|
7113
7113
|
} & {
|
|
7114
|
+
ownerId: string;
|
|
7114
7115
|
createdAt: string;
|
|
7115
7116
|
updatedAt: string;
|
|
7116
|
-
ownerId: string;
|
|
7117
7117
|
activeTimeSeconds: number;
|
|
7118
7118
|
computeTimeSeconds: number;
|
|
7119
7119
|
writtenDataBytes: number;
|
|
@@ -7131,6 +7131,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7131
7131
|
proxyHost: string;
|
|
7132
7132
|
regionId: string;
|
|
7133
7133
|
storePasswords: boolean;
|
|
7134
|
+
owner?: {
|
|
7135
|
+
email: string;
|
|
7136
|
+
branchesLimit: number;
|
|
7137
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7138
|
+
} | undefined;
|
|
7134
7139
|
settings?: {
|
|
7135
7140
|
quota?: {
|
|
7136
7141
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7145,11 +7150,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7145
7150
|
} | undefined;
|
|
7146
7151
|
enableLogicalReplication?: boolean | undefined;
|
|
7147
7152
|
} | undefined;
|
|
7148
|
-
owner?: {
|
|
7149
|
-
email: string;
|
|
7150
|
-
branchesLimit: number;
|
|
7151
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7152
|
-
} | undefined;
|
|
7153
7153
|
computeLastActiveAt?: string | undefined;
|
|
7154
7154
|
defaultEndpointSettings?: {
|
|
7155
7155
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -9415,18 +9415,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9415
9415
|
id: string;
|
|
9416
9416
|
createdAt: Date;
|
|
9417
9417
|
deletedAt: Date | null;
|
|
9418
|
-
type: "received" | "sent";
|
|
9419
9418
|
subject: string;
|
|
9420
9419
|
body: string;
|
|
9421
9420
|
openedAt: Date | null;
|
|
9421
|
+
type: "sent" | "received";
|
|
9422
9422
|
} & {
|
|
9423
9423
|
mailIntegrity: {
|
|
9424
9424
|
id: string;
|
|
9425
|
+
hashKey: string;
|
|
9426
|
+
hash: string;
|
|
9425
9427
|
replyTo: {
|
|
9426
9428
|
id: string;
|
|
9427
9429
|
} | null;
|
|
9428
|
-
hashKey: string;
|
|
9429
|
-
hash: string;
|
|
9430
9430
|
recipients: {
|
|
9431
9431
|
id: string;
|
|
9432
9432
|
lastname: string;
|
|
@@ -9440,11 +9440,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9440
9440
|
} | null;
|
|
9441
9441
|
mailIntegrityDraft: {
|
|
9442
9442
|
id: string;
|
|
9443
|
+
hashKey: string;
|
|
9444
|
+
hash: string;
|
|
9443
9445
|
replyTo: {
|
|
9444
9446
|
id: string;
|
|
9445
9447
|
} | null;
|
|
9446
|
-
hashKey: string;
|
|
9447
|
-
hash: string;
|
|
9448
9448
|
recipients: {
|
|
9449
9449
|
id: string;
|
|
9450
9450
|
lastname: string;
|
|
@@ -9473,18 +9473,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9473
9473
|
id: string;
|
|
9474
9474
|
createdAt: Date;
|
|
9475
9475
|
deletedAt: Date | null;
|
|
9476
|
-
type: "received" | "sent";
|
|
9477
9476
|
subject: string;
|
|
9478
9477
|
body: string;
|
|
9479
9478
|
openedAt: Date | null;
|
|
9479
|
+
type: "sent" | "received";
|
|
9480
9480
|
} & {
|
|
9481
9481
|
mailIntegrity: {
|
|
9482
9482
|
id: string;
|
|
9483
|
+
hashKey: string;
|
|
9484
|
+
hash: string;
|
|
9483
9485
|
replyTo: {
|
|
9484
9486
|
id: string;
|
|
9485
9487
|
} | null;
|
|
9486
|
-
hashKey: string;
|
|
9487
|
-
hash: string;
|
|
9488
9488
|
recipients: {
|
|
9489
9489
|
id: string;
|
|
9490
9490
|
lastname: string;
|
|
@@ -9498,11 +9498,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9498
9498
|
} | null;
|
|
9499
9499
|
mailIntegrityDraft: {
|
|
9500
9500
|
id: string;
|
|
9501
|
+
hashKey: string;
|
|
9502
|
+
hash: string;
|
|
9501
9503
|
replyTo: {
|
|
9502
9504
|
id: string;
|
|
9503
9505
|
} | null;
|
|
9504
|
-
hashKey: string;
|
|
9505
|
-
hash: string;
|
|
9506
9506
|
recipients: {
|
|
9507
9507
|
id: string;
|
|
9508
9508
|
lastname: string;
|
|
@@ -9583,18 +9583,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9583
9583
|
id: string;
|
|
9584
9584
|
createdAt: Date;
|
|
9585
9585
|
deletedAt: Date | null;
|
|
9586
|
-
type: "received" | "sent";
|
|
9587
9586
|
subject: string;
|
|
9588
9587
|
body: string;
|
|
9589
9588
|
openedAt: Date | null;
|
|
9589
|
+
type: "sent" | "received";
|
|
9590
9590
|
} & {
|
|
9591
9591
|
mailIntegrity: {
|
|
9592
9592
|
id: string;
|
|
9593
|
+
hashKey: string;
|
|
9594
|
+
hash: string;
|
|
9593
9595
|
replyTo: {
|
|
9594
9596
|
id: string;
|
|
9595
9597
|
} | null;
|
|
9596
|
-
hashKey: string;
|
|
9597
|
-
hash: string;
|
|
9598
9598
|
recipients: {
|
|
9599
9599
|
id: string;
|
|
9600
9600
|
lastname: string;
|
|
@@ -9608,11 +9608,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9608
9608
|
} | null;
|
|
9609
9609
|
mailIntegrityDraft: {
|
|
9610
9610
|
id: string;
|
|
9611
|
+
hashKey: string;
|
|
9612
|
+
hash: string;
|
|
9611
9613
|
replyTo: {
|
|
9612
9614
|
id: string;
|
|
9613
9615
|
} | null;
|
|
9614
|
-
hashKey: string;
|
|
9615
|
-
hash: string;
|
|
9616
9616
|
recipients: {
|
|
9617
9617
|
id: string;
|
|
9618
9618
|
lastname: string;
|
|
@@ -9641,18 +9641,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9641
9641
|
id: string;
|
|
9642
9642
|
createdAt: Date;
|
|
9643
9643
|
deletedAt: Date | null;
|
|
9644
|
-
type: "received" | "sent";
|
|
9645
9644
|
subject: string;
|
|
9646
9645
|
body: string;
|
|
9647
9646
|
openedAt: Date | null;
|
|
9647
|
+
type: "sent" | "received";
|
|
9648
9648
|
} & {
|
|
9649
9649
|
mailIntegrity: {
|
|
9650
9650
|
id: string;
|
|
9651
|
+
hashKey: string;
|
|
9652
|
+
hash: string;
|
|
9651
9653
|
replyTo: {
|
|
9652
9654
|
id: string;
|
|
9653
9655
|
} | null;
|
|
9654
|
-
hashKey: string;
|
|
9655
|
-
hash: string;
|
|
9656
9656
|
recipients: {
|
|
9657
9657
|
id: string;
|
|
9658
9658
|
lastname: string;
|
|
@@ -9666,11 +9666,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9666
9666
|
} | null;
|
|
9667
9667
|
mailIntegrityDraft: {
|
|
9668
9668
|
id: string;
|
|
9669
|
+
hashKey: string;
|
|
9670
|
+
hash: string;
|
|
9669
9671
|
replyTo: {
|
|
9670
9672
|
id: string;
|
|
9671
9673
|
} | null;
|
|
9672
|
-
hashKey: string;
|
|
9673
|
-
hash: string;
|
|
9674
9674
|
recipients: {
|
|
9675
9675
|
id: string;
|
|
9676
9676
|
lastname: string;
|
|
@@ -9828,27 +9828,27 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9828
9828
|
_meta: object;
|
|
9829
9829
|
_ctx_out: {};
|
|
9830
9830
|
_input_in: {
|
|
9831
|
-
type: "
|
|
9831
|
+
type: "sent" | "received";
|
|
9832
9832
|
};
|
|
9833
9833
|
_input_out: {
|
|
9834
|
-
type: "
|
|
9834
|
+
type: "sent" | "received";
|
|
9835
9835
|
};
|
|
9836
9836
|
_output_in: ({
|
|
9837
9837
|
id: string;
|
|
9838
9838
|
createdAt: Date;
|
|
9839
9839
|
deletedAt: Date | null;
|
|
9840
|
-
type: "received" | "sent";
|
|
9841
9840
|
subject: string;
|
|
9842
9841
|
body: string;
|
|
9843
9842
|
openedAt: Date | null;
|
|
9843
|
+
type: "sent" | "received";
|
|
9844
9844
|
} & {
|
|
9845
9845
|
mailIntegrity: {
|
|
9846
9846
|
id: string;
|
|
9847
|
+
hashKey: string;
|
|
9848
|
+
hash: string;
|
|
9847
9849
|
replyTo: {
|
|
9848
9850
|
id: string;
|
|
9849
9851
|
} | null;
|
|
9850
|
-
hashKey: string;
|
|
9851
|
-
hash: string;
|
|
9852
9852
|
recipients: {
|
|
9853
9853
|
id: string;
|
|
9854
9854
|
lastname: string;
|
|
@@ -9862,11 +9862,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9862
9862
|
} | null;
|
|
9863
9863
|
mailIntegrityDraft: {
|
|
9864
9864
|
id: string;
|
|
9865
|
+
hashKey: string;
|
|
9866
|
+
hash: string;
|
|
9865
9867
|
replyTo: {
|
|
9866
9868
|
id: string;
|
|
9867
9869
|
} | null;
|
|
9868
|
-
hashKey: string;
|
|
9869
|
-
hash: string;
|
|
9870
9870
|
recipients: {
|
|
9871
9871
|
id: string;
|
|
9872
9872
|
lastname: string;
|
|
@@ -9895,18 +9895,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9895
9895
|
id: string;
|
|
9896
9896
|
createdAt: Date;
|
|
9897
9897
|
deletedAt: Date | null;
|
|
9898
|
-
type: "received" | "sent";
|
|
9899
9898
|
subject: string;
|
|
9900
9899
|
body: string;
|
|
9901
9900
|
openedAt: Date | null;
|
|
9901
|
+
type: "sent" | "received";
|
|
9902
9902
|
} & {
|
|
9903
9903
|
mailIntegrity: {
|
|
9904
9904
|
id: string;
|
|
9905
|
+
hashKey: string;
|
|
9906
|
+
hash: string;
|
|
9905
9907
|
replyTo: {
|
|
9906
9908
|
id: string;
|
|
9907
9909
|
} | null;
|
|
9908
|
-
hashKey: string;
|
|
9909
|
-
hash: string;
|
|
9910
9910
|
recipients: {
|
|
9911
9911
|
id: string;
|
|
9912
9912
|
lastname: string;
|
|
@@ -9920,11 +9920,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9920
9920
|
} | null;
|
|
9921
9921
|
mailIntegrityDraft: {
|
|
9922
9922
|
id: string;
|
|
9923
|
+
hashKey: string;
|
|
9924
|
+
hash: string;
|
|
9923
9925
|
replyTo: {
|
|
9924
9926
|
id: string;
|
|
9925
9927
|
} | null;
|
|
9926
|
-
hashKey: string;
|
|
9927
|
-
hash: string;
|
|
9928
9928
|
recipients: {
|
|
9929
9929
|
id: string;
|
|
9930
9930
|
lastname: string;
|
|
@@ -9979,18 +9979,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9979
9979
|
id: string;
|
|
9980
9980
|
createdAt: Date;
|
|
9981
9981
|
deletedAt: Date | null;
|
|
9982
|
-
type: "received" | "sent";
|
|
9983
9982
|
subject: string;
|
|
9984
9983
|
body: string;
|
|
9985
9984
|
openedAt: Date | null;
|
|
9985
|
+
type: "sent" | "received";
|
|
9986
9986
|
} & {
|
|
9987
9987
|
mailIntegrity: {
|
|
9988
9988
|
id: string;
|
|
9989
|
+
hashKey: string;
|
|
9990
|
+
hash: string;
|
|
9989
9991
|
replyTo: {
|
|
9990
9992
|
id: string;
|
|
9991
9993
|
} | null;
|
|
9992
|
-
hashKey: string;
|
|
9993
|
-
hash: string;
|
|
9994
9994
|
recipients: {
|
|
9995
9995
|
id: string;
|
|
9996
9996
|
lastname: string;
|
|
@@ -10004,11 +10004,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10004
10004
|
} | null;
|
|
10005
10005
|
mailIntegrityDraft: {
|
|
10006
10006
|
id: string;
|
|
10007
|
+
hashKey: string;
|
|
10008
|
+
hash: string;
|
|
10007
10009
|
replyTo: {
|
|
10008
10010
|
id: string;
|
|
10009
10011
|
} | null;
|
|
10010
|
-
hashKey: string;
|
|
10011
|
-
hash: string;
|
|
10012
10012
|
recipients: {
|
|
10013
10013
|
id: string;
|
|
10014
10014
|
lastname: string;
|
|
@@ -10037,18 +10037,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10037
10037
|
id: string;
|
|
10038
10038
|
createdAt: Date;
|
|
10039
10039
|
deletedAt: Date | null;
|
|
10040
|
-
type: "received" | "sent";
|
|
10041
10040
|
subject: string;
|
|
10042
10041
|
body: string;
|
|
10043
10042
|
openedAt: Date | null;
|
|
10043
|
+
type: "sent" | "received";
|
|
10044
10044
|
} & {
|
|
10045
10045
|
mailIntegrity: {
|
|
10046
10046
|
id: string;
|
|
10047
|
+
hashKey: string;
|
|
10048
|
+
hash: string;
|
|
10047
10049
|
replyTo: {
|
|
10048
10050
|
id: string;
|
|
10049
10051
|
} | null;
|
|
10050
|
-
hashKey: string;
|
|
10051
|
-
hash: string;
|
|
10052
10052
|
recipients: {
|
|
10053
10053
|
id: string;
|
|
10054
10054
|
lastname: string;
|
|
@@ -10062,11 +10062,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10062
10062
|
} | null;
|
|
10063
10063
|
mailIntegrityDraft: {
|
|
10064
10064
|
id: string;
|
|
10065
|
+
hashKey: string;
|
|
10066
|
+
hash: string;
|
|
10065
10067
|
replyTo: {
|
|
10066
10068
|
id: string;
|
|
10067
10069
|
} | null;
|
|
10068
|
-
hashKey: string;
|
|
10069
|
-
hash: string;
|
|
10070
10070
|
recipients: {
|
|
10071
10071
|
id: string;
|
|
10072
10072
|
lastname: string;
|
|
@@ -10189,18 +10189,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10189
10189
|
id: string;
|
|
10190
10190
|
createdAt: Date;
|
|
10191
10191
|
deletedAt: Date | null;
|
|
10192
|
-
type: "received" | "sent";
|
|
10193
10192
|
subject: string;
|
|
10194
10193
|
body: string;
|
|
10195
10194
|
openedAt: Date | null;
|
|
10195
|
+
type: "sent" | "received";
|
|
10196
10196
|
} & {
|
|
10197
10197
|
mailIntegrity: {
|
|
10198
10198
|
id: string;
|
|
10199
|
+
hashKey: string;
|
|
10200
|
+
hash: string;
|
|
10199
10201
|
replyTo: {
|
|
10200
10202
|
id: string;
|
|
10201
10203
|
} | null;
|
|
10202
|
-
hashKey: string;
|
|
10203
|
-
hash: string;
|
|
10204
10204
|
recipients: {
|
|
10205
10205
|
id: string;
|
|
10206
10206
|
lastname: string;
|
|
@@ -10214,11 +10214,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10214
10214
|
} | null;
|
|
10215
10215
|
mailIntegrityDraft: {
|
|
10216
10216
|
id: string;
|
|
10217
|
+
hashKey: string;
|
|
10218
|
+
hash: string;
|
|
10217
10219
|
replyTo: {
|
|
10218
10220
|
id: string;
|
|
10219
10221
|
} | null;
|
|
10220
|
-
hashKey: string;
|
|
10221
|
-
hash: string;
|
|
10222
10222
|
recipients: {
|
|
10223
10223
|
id: string;
|
|
10224
10224
|
lastname: string;
|
|
@@ -10247,18 +10247,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10247
10247
|
id: string;
|
|
10248
10248
|
createdAt: Date;
|
|
10249
10249
|
deletedAt: Date | null;
|
|
10250
|
-
type: "received" | "sent";
|
|
10251
10250
|
subject: string;
|
|
10252
10251
|
body: string;
|
|
10253
10252
|
openedAt: Date | null;
|
|
10253
|
+
type: "sent" | "received";
|
|
10254
10254
|
} & {
|
|
10255
10255
|
mailIntegrity: {
|
|
10256
10256
|
id: string;
|
|
10257
|
+
hashKey: string;
|
|
10258
|
+
hash: string;
|
|
10257
10259
|
replyTo: {
|
|
10258
10260
|
id: string;
|
|
10259
10261
|
} | null;
|
|
10260
|
-
hashKey: string;
|
|
10261
|
-
hash: string;
|
|
10262
10262
|
recipients: {
|
|
10263
10263
|
id: string;
|
|
10264
10264
|
lastname: string;
|
|
@@ -10272,11 +10272,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10272
10272
|
} | null;
|
|
10273
10273
|
mailIntegrityDraft: {
|
|
10274
10274
|
id: string;
|
|
10275
|
+
hashKey: string;
|
|
10276
|
+
hash: string;
|
|
10275
10277
|
replyTo: {
|
|
10276
10278
|
id: string;
|
|
10277
10279
|
} | null;
|
|
10278
|
-
hashKey: string;
|
|
10279
|
-
hash: string;
|
|
10280
10280
|
recipients: {
|
|
10281
10281
|
id: string;
|
|
10282
10282
|
lastname: string;
|
|
@@ -10559,18 +10559,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10559
10559
|
id: string;
|
|
10560
10560
|
createdAt: Date;
|
|
10561
10561
|
deletedAt: Date | null;
|
|
10562
|
-
type: "received" | "sent";
|
|
10563
10562
|
subject: string;
|
|
10564
10563
|
body: string;
|
|
10565
10564
|
openedAt: Date | null;
|
|
10565
|
+
type: "sent" | "received";
|
|
10566
10566
|
} & {
|
|
10567
10567
|
mailIntegrity: {
|
|
10568
10568
|
id: string;
|
|
10569
|
+
hashKey: string;
|
|
10570
|
+
hash: string;
|
|
10569
10571
|
replyTo: {
|
|
10570
10572
|
id: string;
|
|
10571
10573
|
} | null;
|
|
10572
|
-
hashKey: string;
|
|
10573
|
-
hash: string;
|
|
10574
10574
|
recipients: {
|
|
10575
10575
|
id: string;
|
|
10576
10576
|
lastname: string;
|
|
@@ -10584,11 +10584,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10584
10584
|
} | null;
|
|
10585
10585
|
mailIntegrityDraft: {
|
|
10586
10586
|
id: string;
|
|
10587
|
+
hashKey: string;
|
|
10588
|
+
hash: string;
|
|
10587
10589
|
replyTo: {
|
|
10588
10590
|
id: string;
|
|
10589
10591
|
} | null;
|
|
10590
|
-
hashKey: string;
|
|
10591
|
-
hash: string;
|
|
10592
10592
|
recipients: {
|
|
10593
10593
|
id: string;
|
|
10594
10594
|
lastname: string;
|
|
@@ -10617,18 +10617,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10617
10617
|
id: string;
|
|
10618
10618
|
createdAt: Date;
|
|
10619
10619
|
deletedAt: Date | null;
|
|
10620
|
-
type: "received" | "sent";
|
|
10621
10620
|
subject: string;
|
|
10622
10621
|
body: string;
|
|
10623
10622
|
openedAt: Date | null;
|
|
10623
|
+
type: "sent" | "received";
|
|
10624
10624
|
} & {
|
|
10625
10625
|
mailIntegrity: {
|
|
10626
10626
|
id: string;
|
|
10627
|
+
hashKey: string;
|
|
10628
|
+
hash: string;
|
|
10627
10629
|
replyTo: {
|
|
10628
10630
|
id: string;
|
|
10629
10631
|
} | null;
|
|
10630
|
-
hashKey: string;
|
|
10631
|
-
hash: string;
|
|
10632
10632
|
recipients: {
|
|
10633
10633
|
id: string;
|
|
10634
10634
|
lastname: string;
|
|
@@ -10642,11 +10642,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10642
10642
|
} | null;
|
|
10643
10643
|
mailIntegrityDraft: {
|
|
10644
10644
|
id: string;
|
|
10645
|
+
hashKey: string;
|
|
10646
|
+
hash: string;
|
|
10645
10647
|
replyTo: {
|
|
10646
10648
|
id: string;
|
|
10647
10649
|
} | null;
|
|
10648
|
-
hashKey: string;
|
|
10649
|
-
hash: string;
|
|
10650
10650
|
recipients: {
|
|
10651
10651
|
id: string;
|
|
10652
10652
|
lastname: string;
|
|
@@ -10791,18 +10791,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10791
10791
|
id: string;
|
|
10792
10792
|
createdAt: Date;
|
|
10793
10793
|
deletedAt: Date | null;
|
|
10794
|
-
type: "received" | "sent";
|
|
10795
10794
|
subject: string;
|
|
10796
10795
|
body: string;
|
|
10797
10796
|
openedAt: Date | null;
|
|
10797
|
+
type: "sent" | "received";
|
|
10798
10798
|
} & {
|
|
10799
10799
|
mailIntegrity: {
|
|
10800
10800
|
id: string;
|
|
10801
|
+
hashKey: string;
|
|
10802
|
+
hash: string;
|
|
10801
10803
|
replyTo: {
|
|
10802
10804
|
id: string;
|
|
10803
10805
|
} | null;
|
|
10804
|
-
hashKey: string;
|
|
10805
|
-
hash: string;
|
|
10806
10806
|
recipients: {
|
|
10807
10807
|
id: string;
|
|
10808
10808
|
lastname: string;
|
|
@@ -10816,11 +10816,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10816
10816
|
} | null;
|
|
10817
10817
|
mailIntegrityDraft: {
|
|
10818
10818
|
id: string;
|
|
10819
|
+
hashKey: string;
|
|
10820
|
+
hash: string;
|
|
10819
10821
|
replyTo: {
|
|
10820
10822
|
id: string;
|
|
10821
10823
|
} | null;
|
|
10822
|
-
hashKey: string;
|
|
10823
|
-
hash: string;
|
|
10824
10824
|
recipients: {
|
|
10825
10825
|
id: string;
|
|
10826
10826
|
lastname: string;
|
|
@@ -10849,18 +10849,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10849
10849
|
id: string;
|
|
10850
10850
|
createdAt: Date;
|
|
10851
10851
|
deletedAt: Date | null;
|
|
10852
|
-
type: "received" | "sent";
|
|
10853
10852
|
subject: string;
|
|
10854
10853
|
body: string;
|
|
10855
10854
|
openedAt: Date | null;
|
|
10855
|
+
type: "sent" | "received";
|
|
10856
10856
|
} & {
|
|
10857
10857
|
mailIntegrity: {
|
|
10858
10858
|
id: string;
|
|
10859
|
+
hashKey: string;
|
|
10860
|
+
hash: string;
|
|
10859
10861
|
replyTo: {
|
|
10860
10862
|
id: string;
|
|
10861
10863
|
} | null;
|
|
10862
|
-
hashKey: string;
|
|
10863
|
-
hash: string;
|
|
10864
10864
|
recipients: {
|
|
10865
10865
|
id: string;
|
|
10866
10866
|
lastname: string;
|
|
@@ -10874,11 +10874,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10874
10874
|
} | null;
|
|
10875
10875
|
mailIntegrityDraft: {
|
|
10876
10876
|
id: string;
|
|
10877
|
+
hashKey: string;
|
|
10878
|
+
hash: string;
|
|
10877
10879
|
replyTo: {
|
|
10878
10880
|
id: string;
|
|
10879
10881
|
} | null;
|
|
10880
|
-
hashKey: string;
|
|
10881
|
-
hash: string;
|
|
10882
10882
|
recipients: {
|
|
10883
10883
|
id: string;
|
|
10884
10884
|
lastname: string;
|
|
@@ -11030,15 +11030,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11030
11030
|
email: string;
|
|
11031
11031
|
id: string;
|
|
11032
11032
|
createdAt: Date;
|
|
11033
|
-
isPrimary: boolean;
|
|
11034
11033
|
accountInfosId: string | null;
|
|
11034
|
+
isPrimary: boolean;
|
|
11035
11035
|
};
|
|
11036
11036
|
_output_out: {
|
|
11037
11037
|
email: string;
|
|
11038
11038
|
id: string;
|
|
11039
11039
|
createdAt: Date;
|
|
11040
|
-
isPrimary: boolean;
|
|
11041
11040
|
accountInfosId: string | null;
|
|
11041
|
+
isPrimary: boolean;
|
|
11042
11042
|
};
|
|
11043
11043
|
}, unknown>;
|
|
11044
11044
|
createFeedback: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -11065,8 +11065,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11065
11065
|
_meta: object;
|
|
11066
11066
|
_ctx_out: {};
|
|
11067
11067
|
_input_in: {
|
|
11068
|
-
message: string;
|
|
11069
11068
|
subject: string;
|
|
11069
|
+
message: string;
|
|
11070
11070
|
email?: string | null | undefined;
|
|
11071
11071
|
screenshot?: string | null | undefined;
|
|
11072
11072
|
logs?: any[][] | null | undefined;
|
|
@@ -11074,8 +11074,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11074
11074
|
logsError?: any[][] | null | undefined;
|
|
11075
11075
|
};
|
|
11076
11076
|
_input_out: {
|
|
11077
|
-
message: string;
|
|
11078
11077
|
subject: string;
|
|
11078
|
+
message: string;
|
|
11079
11079
|
email?: string | null | undefined;
|
|
11080
11080
|
screenshot?: string | null | undefined;
|
|
11081
11081
|
logs?: any[][] | null | undefined;
|
|
@@ -11224,31 +11224,31 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11224
11224
|
kind: "free" | "basic" | "advanced" | "pro";
|
|
11225
11225
|
} & {
|
|
11226
11226
|
quotas: {
|
|
11227
|
-
|
|
11227
|
+
downloadBandwidth: bigint | null;
|
|
11228
11228
|
downloadCount: bigint | null;
|
|
11229
|
+
uploadBandwidth: bigint | null;
|
|
11230
|
+
uploadCount: bigint | null;
|
|
11229
11231
|
totalDataCount: bigint | null;
|
|
11230
11232
|
totalStorageSize: bigint | null;
|
|
11231
11233
|
perDataSize: bigint | null;
|
|
11232
|
-
downloadBandwidth: bigint | null;
|
|
11233
|
-
uploadBandwidth: bigint | null;
|
|
11234
11234
|
} & {
|
|
11235
11235
|
sentMails: {
|
|
11236
11236
|
count: bigint | null;
|
|
11237
|
-
dataSize: bigint | null;
|
|
11238
11237
|
totalDataCount: bigint | null;
|
|
11239
11238
|
totalStorageSize: bigint | null;
|
|
11240
|
-
dataCount: bigint | null;
|
|
11241
11239
|
perDataSize: bigint | null;
|
|
11242
11240
|
totalCount: bigint | null;
|
|
11241
|
+
dataCount: bigint | null;
|
|
11242
|
+
dataSize: bigint | null;
|
|
11243
11243
|
};
|
|
11244
11244
|
receivedMails: {
|
|
11245
11245
|
count: bigint | null;
|
|
11246
|
-
dataSize: bigint | null;
|
|
11247
11246
|
totalDataCount: bigint | null;
|
|
11248
11247
|
totalStorageSize: bigint | null;
|
|
11249
|
-
dataCount: bigint | null;
|
|
11250
11248
|
perDataSize: bigint | null;
|
|
11251
11249
|
totalCount: bigint | null;
|
|
11250
|
+
dataCount: bigint | null;
|
|
11251
|
+
dataSize: bigint | null;
|
|
11252
11252
|
};
|
|
11253
11253
|
};
|
|
11254
11254
|
} & {
|
|
@@ -11264,31 +11264,31 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11264
11264
|
kind: "free" | "basic" | "advanced" | "pro";
|
|
11265
11265
|
} & {
|
|
11266
11266
|
quotas: {
|
|
11267
|
-
|
|
11267
|
+
downloadBandwidth: bigint | null;
|
|
11268
11268
|
downloadCount: bigint | null;
|
|
11269
|
+
uploadBandwidth: bigint | null;
|
|
11270
|
+
uploadCount: bigint | null;
|
|
11269
11271
|
totalDataCount: bigint | null;
|
|
11270
11272
|
totalStorageSize: bigint | null;
|
|
11271
11273
|
perDataSize: bigint | null;
|
|
11272
|
-
downloadBandwidth: bigint | null;
|
|
11273
|
-
uploadBandwidth: bigint | null;
|
|
11274
11274
|
} & {
|
|
11275
11275
|
sentMails: {
|
|
11276
11276
|
count: bigint | null;
|
|
11277
|
-
dataSize: bigint | null;
|
|
11278
11277
|
totalDataCount: bigint | null;
|
|
11279
11278
|
totalStorageSize: bigint | null;
|
|
11280
|
-
dataCount: bigint | null;
|
|
11281
11279
|
perDataSize: bigint | null;
|
|
11282
11280
|
totalCount: bigint | null;
|
|
11281
|
+
dataCount: bigint | null;
|
|
11282
|
+
dataSize: bigint | null;
|
|
11283
11283
|
};
|
|
11284
11284
|
receivedMails: {
|
|
11285
11285
|
count: bigint | null;
|
|
11286
|
-
dataSize: bigint | null;
|
|
11287
11286
|
totalDataCount: bigint | null;
|
|
11288
11287
|
totalStorageSize: bigint | null;
|
|
11289
|
-
dataCount: bigint | null;
|
|
11290
11288
|
perDataSize: bigint | null;
|
|
11291
11289
|
totalCount: bigint | null;
|
|
11290
|
+
dataCount: bigint | null;
|
|
11291
|
+
dataSize: bigint | null;
|
|
11292
11292
|
};
|
|
11293
11293
|
};
|
|
11294
11294
|
} & {
|
|
@@ -11480,14 +11480,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11480
11480
|
_output_in: {
|
|
11481
11481
|
id: string;
|
|
11482
11482
|
userId: string;
|
|
11483
|
-
customMessage: string | null;
|
|
11484
11483
|
reportedUserId: string;
|
|
11484
|
+
customMessage: string | null;
|
|
11485
11485
|
};
|
|
11486
11486
|
_output_out: {
|
|
11487
11487
|
id: string;
|
|
11488
11488
|
userId: string;
|
|
11489
|
-
customMessage: string | null;
|
|
11490
11489
|
reportedUserId: string;
|
|
11490
|
+
customMessage: string | null;
|
|
11491
11491
|
};
|
|
11492
11492
|
}, unknown>;
|
|
11493
11493
|
}>;
|
|
@@ -13047,14 +13047,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13047
13047
|
ls: TranslationFunctions;
|
|
13048
13048
|
};
|
|
13049
13049
|
_input_in: {
|
|
13050
|
-
userId: string;
|
|
13051
|
-
role: "developer" | "admin";
|
|
13052
13050
|
appId: string;
|
|
13051
|
+
role: "developer" | "admin";
|
|
13052
|
+
userId: string;
|
|
13053
13053
|
};
|
|
13054
13054
|
_input_out: {
|
|
13055
|
-
userId: string;
|
|
13056
|
-
role: "developer" | "admin";
|
|
13057
13055
|
appId: string;
|
|
13056
|
+
role: "developer" | "admin";
|
|
13057
|
+
userId: string;
|
|
13058
13058
|
};
|
|
13059
13059
|
_output_in: {
|
|
13060
13060
|
isAdded: boolean;
|
|
@@ -13132,16 +13132,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13132
13132
|
canHaveDatabase?: boolean | undefined;
|
|
13133
13133
|
} & {
|
|
13134
13134
|
quotas: {
|
|
13135
|
-
users: bigint | null;
|
|
13136
13135
|
totalStorageSize: bigint | null;
|
|
13136
|
+
perDataSize: bigint | null;
|
|
13137
13137
|
devs: bigint | null;
|
|
13138
13138
|
devsBase: bigint | null;
|
|
13139
13139
|
devsUnit: bigint | null;
|
|
13140
13140
|
devsPrice: number | null;
|
|
13141
|
+
users: bigint | null;
|
|
13141
13142
|
usersBase: bigint | null;
|
|
13142
13143
|
usersUnit: bigint | null;
|
|
13143
13144
|
usersPrice: number | null;
|
|
13144
|
-
perDataSize: bigint | null;
|
|
13145
13145
|
perDataSizeBase: bigint | null;
|
|
13146
13146
|
perDataSizeUnit: bigint | null;
|
|
13147
13147
|
perDataSizePrice: number | null;
|
|
@@ -13155,13 +13155,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13155
13155
|
baseQuotasId: string;
|
|
13156
13156
|
} & {
|
|
13157
13157
|
baseQuotas: {
|
|
13158
|
-
|
|
13158
|
+
downloadBandwidth: bigint | null;
|
|
13159
13159
|
downloadCount: bigint | null;
|
|
13160
|
+
uploadBandwidth: bigint | null;
|
|
13161
|
+
uploadCount: bigint | null;
|
|
13160
13162
|
totalDataCount: bigint | null;
|
|
13161
13163
|
totalStorageSize: bigint | null;
|
|
13162
13164
|
perDataSize: bigint | null;
|
|
13163
|
-
downloadBandwidth: bigint | null;
|
|
13164
|
-
uploadBandwidth: bigint | null;
|
|
13165
13165
|
receivedMailsId: string;
|
|
13166
13166
|
sentMailsId: string;
|
|
13167
13167
|
};
|
|
@@ -13169,16 +13169,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13169
13169
|
};
|
|
13170
13170
|
name: string;
|
|
13171
13171
|
id: string;
|
|
13172
|
-
createdAt: Date;
|
|
13173
|
-
updatedAt: Date;
|
|
13174
|
-
quotasId: string;
|
|
13175
13172
|
ownerId: string;
|
|
13176
13173
|
blocked: boolean;
|
|
13177
13174
|
color: string | null;
|
|
13178
13175
|
logo: string | null;
|
|
13176
|
+
createdAt: Date;
|
|
13177
|
+
updatedAt: Date;
|
|
13179
13178
|
origin: string[];
|
|
13180
13179
|
planId: string | null;
|
|
13181
13180
|
lastMetricsReset: Date;
|
|
13181
|
+
quotasId: string;
|
|
13182
13182
|
owner: {
|
|
13183
13183
|
user: {
|
|
13184
13184
|
id: string;
|
|
@@ -13203,16 +13203,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13203
13203
|
canHaveDatabase: boolean;
|
|
13204
13204
|
} & {
|
|
13205
13205
|
quotas: {
|
|
13206
|
-
users: bigint | null;
|
|
13207
13206
|
totalStorageSize: bigint | null;
|
|
13207
|
+
perDataSize: bigint | null;
|
|
13208
13208
|
devs: bigint | null;
|
|
13209
13209
|
devsBase: bigint | null;
|
|
13210
13210
|
devsUnit: bigint | null;
|
|
13211
13211
|
devsPrice: number | null;
|
|
13212
|
+
users: bigint | null;
|
|
13212
13213
|
usersBase: bigint | null;
|
|
13213
13214
|
usersUnit: bigint | null;
|
|
13214
13215
|
usersPrice: number | null;
|
|
13215
|
-
perDataSize: bigint | null;
|
|
13216
13216
|
perDataSizeBase: bigint | null;
|
|
13217
13217
|
perDataSizeUnit: bigint | null;
|
|
13218
13218
|
perDataSizePrice: number | null;
|
|
@@ -13226,13 +13226,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13226
13226
|
baseQuotasId: string;
|
|
13227
13227
|
} & {
|
|
13228
13228
|
baseQuotas: {
|
|
13229
|
-
|
|
13229
|
+
downloadBandwidth: bigint | null;
|
|
13230
13230
|
downloadCount: bigint | null;
|
|
13231
|
+
uploadBandwidth: bigint | null;
|
|
13232
|
+
uploadCount: bigint | null;
|
|
13231
13233
|
totalDataCount: bigint | null;
|
|
13232
13234
|
totalStorageSize: bigint | null;
|
|
13233
13235
|
perDataSize: bigint | null;
|
|
13234
|
-
downloadBandwidth: bigint | null;
|
|
13235
|
-
uploadBandwidth: bigint | null;
|
|
13236
13236
|
receivedMailsId: string;
|
|
13237
13237
|
sentMailsId: string;
|
|
13238
13238
|
};
|
|
@@ -13240,16 +13240,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13240
13240
|
};
|
|
13241
13241
|
name: string;
|
|
13242
13242
|
id: string;
|
|
13243
|
-
createdAt: Date;
|
|
13244
|
-
updatedAt: Date;
|
|
13245
|
-
quotasId: string;
|
|
13246
13243
|
ownerId: string;
|
|
13247
13244
|
blocked: boolean;
|
|
13248
13245
|
color: string | null;
|
|
13249
13246
|
logo: string | null;
|
|
13247
|
+
createdAt: Date;
|
|
13248
|
+
updatedAt: Date;
|
|
13250
13249
|
origin: string[];
|
|
13251
13250
|
planId: string | null;
|
|
13252
13251
|
lastMetricsReset: Date;
|
|
13252
|
+
quotasId: string;
|
|
13253
13253
|
owner: {
|
|
13254
13254
|
user: {
|
|
13255
13255
|
id: string;
|
|
@@ -13304,16 +13304,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13304
13304
|
canHaveDatabase?: boolean | undefined;
|
|
13305
13305
|
} & {
|
|
13306
13306
|
quotas: {
|
|
13307
|
-
users: bigint | null;
|
|
13308
13307
|
totalStorageSize: bigint | null;
|
|
13308
|
+
perDataSize: bigint | null;
|
|
13309
13309
|
devs: bigint | null;
|
|
13310
13310
|
devsBase: bigint | null;
|
|
13311
13311
|
devsUnit: bigint | null;
|
|
13312
13312
|
devsPrice: number | null;
|
|
13313
|
+
users: bigint | null;
|
|
13313
13314
|
usersBase: bigint | null;
|
|
13314
13315
|
usersUnit: bigint | null;
|
|
13315
13316
|
usersPrice: number | null;
|
|
13316
|
-
perDataSize: bigint | null;
|
|
13317
13317
|
perDataSizeBase: bigint | null;
|
|
13318
13318
|
perDataSizeUnit: bigint | null;
|
|
13319
13319
|
perDataSizePrice: number | null;
|
|
@@ -13327,13 +13327,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13327
13327
|
baseQuotasId: string;
|
|
13328
13328
|
} & {
|
|
13329
13329
|
baseQuotas: {
|
|
13330
|
-
|
|
13330
|
+
downloadBandwidth: bigint | null;
|
|
13331
13331
|
downloadCount: bigint | null;
|
|
13332
|
+
uploadBandwidth: bigint | null;
|
|
13333
|
+
uploadCount: bigint | null;
|
|
13332
13334
|
totalDataCount: bigint | null;
|
|
13333
13335
|
totalStorageSize: bigint | null;
|
|
13334
13336
|
perDataSize: bigint | null;
|
|
13335
|
-
downloadBandwidth: bigint | null;
|
|
13336
|
-
uploadBandwidth: bigint | null;
|
|
13337
13337
|
receivedMailsId: string;
|
|
13338
13338
|
sentMailsId: string;
|
|
13339
13339
|
};
|
|
@@ -13341,16 +13341,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13341
13341
|
};
|
|
13342
13342
|
name: string;
|
|
13343
13343
|
id: string;
|
|
13344
|
-
createdAt: Date;
|
|
13345
|
-
updatedAt: Date;
|
|
13346
|
-
quotasId: string;
|
|
13347
13344
|
ownerId: string;
|
|
13348
13345
|
blocked: boolean;
|
|
13349
13346
|
color: string | null;
|
|
13350
13347
|
logo: string | null;
|
|
13348
|
+
createdAt: Date;
|
|
13349
|
+
updatedAt: Date;
|
|
13351
13350
|
origin: string[];
|
|
13352
13351
|
planId: string | null;
|
|
13353
13352
|
lastMetricsReset: Date;
|
|
13353
|
+
quotasId: string;
|
|
13354
13354
|
owner: {
|
|
13355
13355
|
user: {
|
|
13356
13356
|
id: string;
|
|
@@ -13375,16 +13375,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13375
13375
|
canHaveDatabase: boolean;
|
|
13376
13376
|
} & {
|
|
13377
13377
|
quotas: {
|
|
13378
|
-
users: bigint | null;
|
|
13379
13378
|
totalStorageSize: bigint | null;
|
|
13379
|
+
perDataSize: bigint | null;
|
|
13380
13380
|
devs: bigint | null;
|
|
13381
13381
|
devsBase: bigint | null;
|
|
13382
13382
|
devsUnit: bigint | null;
|
|
13383
13383
|
devsPrice: number | null;
|
|
13384
|
+
users: bigint | null;
|
|
13384
13385
|
usersBase: bigint | null;
|
|
13385
13386
|
usersUnit: bigint | null;
|
|
13386
13387
|
usersPrice: number | null;
|
|
13387
|
-
perDataSize: bigint | null;
|
|
13388
13388
|
perDataSizeBase: bigint | null;
|
|
13389
13389
|
perDataSizeUnit: bigint | null;
|
|
13390
13390
|
perDataSizePrice: number | null;
|
|
@@ -13398,13 +13398,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13398
13398
|
baseQuotasId: string;
|
|
13399
13399
|
} & {
|
|
13400
13400
|
baseQuotas: {
|
|
13401
|
-
|
|
13401
|
+
downloadBandwidth: bigint | null;
|
|
13402
13402
|
downloadCount: bigint | null;
|
|
13403
|
+
uploadBandwidth: bigint | null;
|
|
13404
|
+
uploadCount: bigint | null;
|
|
13403
13405
|
totalDataCount: bigint | null;
|
|
13404
13406
|
totalStorageSize: bigint | null;
|
|
13405
13407
|
perDataSize: bigint | null;
|
|
13406
|
-
downloadBandwidth: bigint | null;
|
|
13407
|
-
uploadBandwidth: bigint | null;
|
|
13408
13408
|
receivedMailsId: string;
|
|
13409
13409
|
sentMailsId: string;
|
|
13410
13410
|
};
|
|
@@ -13412,16 +13412,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13412
13412
|
};
|
|
13413
13413
|
name: string;
|
|
13414
13414
|
id: string;
|
|
13415
|
-
createdAt: Date;
|
|
13416
|
-
updatedAt: Date;
|
|
13417
|
-
quotasId: string;
|
|
13418
13415
|
ownerId: string;
|
|
13419
13416
|
blocked: boolean;
|
|
13420
13417
|
color: string | null;
|
|
13421
13418
|
logo: string | null;
|
|
13419
|
+
createdAt: Date;
|
|
13420
|
+
updatedAt: Date;
|
|
13422
13421
|
origin: string[];
|
|
13423
13422
|
planId: string | null;
|
|
13424
13423
|
lastMetricsReset: Date;
|
|
13424
|
+
quotasId: string;
|
|
13425
13425
|
owner: {
|
|
13426
13426
|
user: {
|
|
13427
13427
|
id: string;
|
|
@@ -13468,8 +13468,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13468
13468
|
logo: string | null;
|
|
13469
13469
|
origin: string;
|
|
13470
13470
|
collaborators: {
|
|
13471
|
-
userId: string;
|
|
13472
13471
|
role: "developer" | "admin";
|
|
13472
|
+
userId: string;
|
|
13473
13473
|
}[];
|
|
13474
13474
|
};
|
|
13475
13475
|
_input_out: {
|
|
@@ -13478,8 +13478,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13478
13478
|
logo: string | null;
|
|
13479
13479
|
origin: string;
|
|
13480
13480
|
collaborators: {
|
|
13481
|
-
userId: string;
|
|
13482
13481
|
role: "developer" | "admin";
|
|
13482
|
+
userId: string;
|
|
13483
13483
|
}[];
|
|
13484
13484
|
};
|
|
13485
13485
|
_output_in: {
|
|
@@ -13613,12 +13613,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13613
13613
|
ls: TranslationFunctions;
|
|
13614
13614
|
};
|
|
13615
13615
|
_input_in: {
|
|
13616
|
-
appId: string;
|
|
13617
13616
|
developerId: string;
|
|
13617
|
+
appId: string;
|
|
13618
13618
|
};
|
|
13619
13619
|
_input_out: {
|
|
13620
|
-
appId: string;
|
|
13621
13620
|
developerId: string;
|
|
13621
|
+
appId: string;
|
|
13622
13622
|
};
|
|
13623
13623
|
_output_in: {
|
|
13624
13624
|
isDeleted: boolean;
|
|
@@ -13683,12 +13683,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13683
13683
|
ls: TranslationFunctions;
|
|
13684
13684
|
};
|
|
13685
13685
|
_input_in: {
|
|
13686
|
-
appId: string;
|
|
13687
13686
|
developerId: string;
|
|
13687
|
+
appId: string;
|
|
13688
13688
|
};
|
|
13689
13689
|
_input_out: {
|
|
13690
|
-
appId: string;
|
|
13691
13690
|
developerId: string;
|
|
13691
|
+
appId: string;
|
|
13692
13692
|
};
|
|
13693
13693
|
_output_in: {
|
|
13694
13694
|
developer: {
|
|
@@ -13703,8 +13703,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13703
13703
|
email: string;
|
|
13704
13704
|
id: string;
|
|
13705
13705
|
createdAt: Date;
|
|
13706
|
-
isPrimary: boolean;
|
|
13707
13706
|
accountInfosId: string | null;
|
|
13707
|
+
isPrimary: boolean;
|
|
13708
13708
|
}[];
|
|
13709
13709
|
};
|
|
13710
13710
|
};
|
|
@@ -13727,8 +13727,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13727
13727
|
email: string;
|
|
13728
13728
|
id: string;
|
|
13729
13729
|
createdAt: Date;
|
|
13730
|
-
isPrimary: boolean;
|
|
13731
13730
|
accountInfosId: string | null;
|
|
13731
|
+
isPrimary: boolean;
|
|
13732
13732
|
}[];
|
|
13733
13733
|
};
|
|
13734
13734
|
};
|
|
@@ -13813,8 +13813,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13813
13813
|
email: string;
|
|
13814
13814
|
id: string;
|
|
13815
13815
|
createdAt: Date;
|
|
13816
|
-
isPrimary: boolean;
|
|
13817
13816
|
accountInfosId: string | null;
|
|
13817
|
+
isPrimary: boolean;
|
|
13818
13818
|
}[];
|
|
13819
13819
|
};
|
|
13820
13820
|
};
|
|
@@ -13837,8 +13837,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13837
13837
|
email: string;
|
|
13838
13838
|
id: string;
|
|
13839
13839
|
createdAt: Date;
|
|
13840
|
-
isPrimary: boolean;
|
|
13841
13840
|
accountInfosId: string | null;
|
|
13841
|
+
isPrimary: boolean;
|
|
13842
13842
|
}[];
|
|
13843
13843
|
};
|
|
13844
13844
|
};
|
|
@@ -14091,13 +14091,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14091
14091
|
ls: TranslationFunctions;
|
|
14092
14092
|
};
|
|
14093
14093
|
_input_in: {
|
|
14094
|
-
appId: string;
|
|
14095
14094
|
developerId: string;
|
|
14095
|
+
appId: string;
|
|
14096
14096
|
role?: "developer" | "admin" | undefined;
|
|
14097
14097
|
};
|
|
14098
14098
|
_input_out: {
|
|
14099
|
-
appId: string;
|
|
14100
14099
|
developerId: string;
|
|
14100
|
+
appId: string;
|
|
14101
14101
|
role?: "developer" | "admin" | undefined;
|
|
14102
14102
|
};
|
|
14103
14103
|
_output_in: {
|
|
@@ -14156,12 +14156,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14156
14156
|
ls: TranslationFunctions;
|
|
14157
14157
|
};
|
|
14158
14158
|
_input_in: {
|
|
14159
|
-
userId: string;
|
|
14160
14159
|
appId: string;
|
|
14160
|
+
userId: string;
|
|
14161
14161
|
};
|
|
14162
14162
|
_input_out: {
|
|
14163
|
-
userId: string;
|
|
14164
14163
|
appId: string;
|
|
14164
|
+
userId: string;
|
|
14165
14165
|
};
|
|
14166
14166
|
_output_in: {
|
|
14167
14167
|
isUpdated: boolean;
|
|
@@ -14464,11 +14464,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14464
14464
|
account: {
|
|
14465
14465
|
id: string;
|
|
14466
14466
|
createdAt: Date;
|
|
14467
|
+
updatedAt: Date;
|
|
14467
14468
|
deletedAt: Date | null;
|
|
14469
|
+
role: "user" | "admin";
|
|
14468
14470
|
infosId: string;
|
|
14469
14471
|
phones: string[];
|
|
14470
|
-
updatedAt: Date;
|
|
14471
|
-
role: "user" | "admin";
|
|
14472
14472
|
emails: {
|
|
14473
14473
|
email: string;
|
|
14474
14474
|
isPrimary: boolean;
|
|
@@ -14493,11 +14493,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14493
14493
|
account: {
|
|
14494
14494
|
id: string;
|
|
14495
14495
|
createdAt: Date;
|
|
14496
|
+
updatedAt: Date;
|
|
14496
14497
|
deletedAt: Date | null;
|
|
14498
|
+
role: "user" | "admin";
|
|
14497
14499
|
infosId: string;
|
|
14498
14500
|
phones: string[];
|
|
14499
|
-
updatedAt: Date;
|
|
14500
|
-
role: "user" | "admin";
|
|
14501
14501
|
emails: {
|
|
14502
14502
|
email: string;
|
|
14503
14503
|
isPrimary: boolean;
|
|
@@ -14543,8 +14543,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14543
14543
|
appSessions: ({
|
|
14544
14544
|
id: string;
|
|
14545
14545
|
createdAt: Date;
|
|
14546
|
-
userId: string;
|
|
14547
14546
|
appId: string;
|
|
14547
|
+
userId: string;
|
|
14548
14548
|
userSessionId: string;
|
|
14549
14549
|
lastActivity: Date | null;
|
|
14550
14550
|
userAgent: string | null;
|
|
@@ -14570,8 +14570,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14570
14570
|
appSessions: ({
|
|
14571
14571
|
id: string;
|
|
14572
14572
|
createdAt: Date;
|
|
14573
|
-
userId: string;
|
|
14574
14573
|
appId: string;
|
|
14574
|
+
userId: string;
|
|
14575
14575
|
userSessionId: string;
|
|
14576
14576
|
lastActivity: Date | null;
|
|
14577
14577
|
userAgent: string | null;
|