@secrecy/trpc-api-types 1.33.0-feat-report-data-content.2 → 1.33.0-feat-report-data-content.4
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 +300 -320
- 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;
|
|
@@ -1022,12 +1022,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1022
1022
|
md5?: string | undefined;
|
|
1023
1023
|
};
|
|
1024
1024
|
_output_in: ({
|
|
1025
|
+
dataPart: number;
|
|
1025
1026
|
id: string;
|
|
1026
1027
|
createdAt: Date;
|
|
1027
1028
|
md5: string;
|
|
1029
|
+
dataKey: string;
|
|
1028
1030
|
snapshot: string | number | boolean | Record<string, string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null> | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
|
1029
1031
|
trackedSince: Date | null;
|
|
1030
1032
|
rejectedSince: Date | null;
|
|
1033
|
+
isDataSaved: boolean;
|
|
1034
|
+
isReadBlocked: boolean;
|
|
1035
|
+
isAddBlocked: boolean;
|
|
1036
|
+
isDeleteBlocked: boolean;
|
|
1031
1037
|
} & {
|
|
1032
1038
|
reportedBy: {
|
|
1033
1039
|
id: string;
|
|
@@ -1064,12 +1070,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1064
1070
|
};
|
|
1065
1071
|
})[];
|
|
1066
1072
|
_output_out: ({
|
|
1073
|
+
dataPart: number;
|
|
1067
1074
|
id: string;
|
|
1068
1075
|
createdAt: Date;
|
|
1069
1076
|
md5: string;
|
|
1077
|
+
dataKey: string;
|
|
1070
1078
|
snapshot: string | number | boolean | Record<string, string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null> | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
|
1071
1079
|
trackedSince: Date | null;
|
|
1072
1080
|
rejectedSince: Date | null;
|
|
1081
|
+
isDataSaved: boolean;
|
|
1082
|
+
isReadBlocked: boolean;
|
|
1083
|
+
isAddBlocked: boolean;
|
|
1084
|
+
isDeleteBlocked: boolean;
|
|
1073
1085
|
} & {
|
|
1074
1086
|
reportedBy: {
|
|
1075
1087
|
id: string;
|
|
@@ -1529,13 +1541,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1529
1541
|
email: string;
|
|
1530
1542
|
};
|
|
1531
1543
|
_output_in: {
|
|
1532
|
-
srpSalt: string;
|
|
1533
1544
|
pub: string;
|
|
1545
|
+
srpSalt: string;
|
|
1534
1546
|
loginId: string;
|
|
1535
1547
|
};
|
|
1536
1548
|
_output_out: {
|
|
1537
|
-
srpSalt: string;
|
|
1538
1549
|
pub: string;
|
|
1550
|
+
srpSalt: string;
|
|
1539
1551
|
loginId: string;
|
|
1540
1552
|
};
|
|
1541
1553
|
}, unknown>;
|
|
@@ -1571,7 +1583,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1571
1583
|
to: string;
|
|
1572
1584
|
};
|
|
1573
1585
|
_output_in: {
|
|
1574
|
-
loginToken: string;
|
|
1575
1586
|
users: {
|
|
1576
1587
|
id: string;
|
|
1577
1588
|
lastname: string;
|
|
@@ -1579,9 +1590,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1579
1590
|
avatar: string | null;
|
|
1580
1591
|
isSearchable: boolean;
|
|
1581
1592
|
}[];
|
|
1593
|
+
loginToken: string;
|
|
1582
1594
|
};
|
|
1583
1595
|
_output_out: {
|
|
1584
|
-
loginToken: string;
|
|
1585
1596
|
users: {
|
|
1586
1597
|
id: string;
|
|
1587
1598
|
lastname: string;
|
|
@@ -1589,6 +1600,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1589
1600
|
avatar: string | null;
|
|
1590
1601
|
isSearchable: boolean;
|
|
1591
1602
|
}[];
|
|
1603
|
+
loginToken: string;
|
|
1592
1604
|
};
|
|
1593
1605
|
}, unknown>;
|
|
1594
1606
|
logout: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -1653,22 +1665,22 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1653
1665
|
_input_in: {};
|
|
1654
1666
|
_input_out: {};
|
|
1655
1667
|
_output_in: {
|
|
1656
|
-
masterKeySalt: string;
|
|
1657
1668
|
cryptoWallets: {
|
|
1658
1669
|
address: string;
|
|
1659
1670
|
encryptedKeystore: string;
|
|
1660
1671
|
}[];
|
|
1672
|
+
masterKeySalt: string;
|
|
1661
1673
|
keyPairs: {
|
|
1662
1674
|
pub: string;
|
|
1663
1675
|
encPriv: string;
|
|
1664
1676
|
}[];
|
|
1665
1677
|
};
|
|
1666
1678
|
_output_out: {
|
|
1667
|
-
masterKeySalt: string;
|
|
1668
1679
|
cryptoWallets: {
|
|
1669
1680
|
address: string;
|
|
1670
1681
|
encryptedKeystore: string;
|
|
1671
1682
|
}[];
|
|
1683
|
+
masterKeySalt: string;
|
|
1672
1684
|
keyPairs: {
|
|
1673
1685
|
pub: string;
|
|
1674
1686
|
encPriv: string;
|
|
@@ -1865,20 +1877,20 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1865
1877
|
_meta: object;
|
|
1866
1878
|
_ctx_out: {};
|
|
1867
1879
|
_input_in: {
|
|
1868
|
-
loginToken: string;
|
|
1869
1880
|
userId: string;
|
|
1881
|
+
loginToken: string;
|
|
1870
1882
|
};
|
|
1871
1883
|
_input_out: {
|
|
1872
|
-
loginToken: string;
|
|
1873
1884
|
userId: string;
|
|
1885
|
+
loginToken: string;
|
|
1874
1886
|
};
|
|
1875
1887
|
_output_in: {
|
|
1876
|
-
masterKeySalt: string;
|
|
1877
1888
|
session: string;
|
|
1889
|
+
masterKeySalt: string;
|
|
1878
1890
|
};
|
|
1879
1891
|
_output_out: {
|
|
1880
|
-
masterKeySalt: string;
|
|
1881
1892
|
session: string;
|
|
1893
|
+
masterKeySalt: string;
|
|
1882
1894
|
};
|
|
1883
1895
|
}, unknown>;
|
|
1884
1896
|
signup: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -1906,22 +1918,22 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1906
1918
|
_ctx_out: {};
|
|
1907
1919
|
_input_in: {
|
|
1908
1920
|
email: string;
|
|
1909
|
-
srpSalt: string;
|
|
1910
|
-
masterKeySalt: string;
|
|
1911
|
-
srpVerifier: string;
|
|
1912
1921
|
lastname: string;
|
|
1913
1922
|
firstname: string;
|
|
1914
1923
|
phone: string;
|
|
1924
|
+
srpSalt: string;
|
|
1925
|
+
masterKeySalt: string;
|
|
1926
|
+
srpVerifier: string;
|
|
1915
1927
|
token: string;
|
|
1916
1928
|
};
|
|
1917
1929
|
_input_out: {
|
|
1918
1930
|
email: string;
|
|
1919
|
-
srpSalt: string;
|
|
1920
|
-
masterKeySalt: string;
|
|
1921
|
-
srpVerifier: string;
|
|
1922
1931
|
lastname: string;
|
|
1923
1932
|
firstname: string;
|
|
1924
1933
|
phone: string;
|
|
1934
|
+
srpSalt: string;
|
|
1935
|
+
masterKeySalt: string;
|
|
1936
|
+
srpVerifier: string;
|
|
1925
1937
|
token: string;
|
|
1926
1938
|
};
|
|
1927
1939
|
_output_in: {};
|
|
@@ -2049,10 +2061,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2049
2061
|
};
|
|
2050
2062
|
_output_in: ({
|
|
2051
2063
|
id: string;
|
|
2064
|
+
body: string;
|
|
2052
2065
|
title: string;
|
|
2053
2066
|
summary: string;
|
|
2054
2067
|
date: Date;
|
|
2055
|
-
body: string;
|
|
2056
2068
|
author: string;
|
|
2057
2069
|
image: string;
|
|
2058
2070
|
imageAlt: string;
|
|
@@ -2064,10 +2076,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2064
2076
|
})[];
|
|
2065
2077
|
_output_out: ({
|
|
2066
2078
|
id: string;
|
|
2079
|
+
body: string;
|
|
2067
2080
|
title: string;
|
|
2068
2081
|
summary: string;
|
|
2069
2082
|
date: Date;
|
|
2070
|
-
body: string;
|
|
2071
2083
|
author: string;
|
|
2072
2084
|
image: string;
|
|
2073
2085
|
imageAlt: string;
|
|
@@ -2134,8 +2146,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2134
2146
|
name: string;
|
|
2135
2147
|
id: string;
|
|
2136
2148
|
createdAt: Date;
|
|
2137
|
-
deletedAt: Date | null;
|
|
2138
2149
|
updatedAt: Date;
|
|
2150
|
+
deletedAt: Date | null;
|
|
2139
2151
|
type: "FILE" | "FOLDER";
|
|
2140
2152
|
isFavorite: boolean;
|
|
2141
2153
|
parentId: string | null;
|
|
@@ -2203,8 +2215,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2203
2215
|
name: string;
|
|
2204
2216
|
id: string;
|
|
2205
2217
|
createdAt: Date;
|
|
2206
|
-
deletedAt: Date | null;
|
|
2207
2218
|
updatedAt: Date;
|
|
2219
|
+
deletedAt: Date | null;
|
|
2208
2220
|
type: "FILE" | "FOLDER";
|
|
2209
2221
|
isFavorite: boolean;
|
|
2210
2222
|
parentId: string | null;
|
|
@@ -2235,8 +2247,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2235
2247
|
name: string;
|
|
2236
2248
|
id: string;
|
|
2237
2249
|
createdAt: Date;
|
|
2238
|
-
deletedAt: Date | null;
|
|
2239
2250
|
updatedAt: Date;
|
|
2251
|
+
deletedAt: Date | null;
|
|
2240
2252
|
type: "FILE" | "FOLDER";
|
|
2241
2253
|
isFavorite: boolean;
|
|
2242
2254
|
parentId: string | null;
|
|
@@ -2279,8 +2291,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2279
2291
|
name: string;
|
|
2280
2292
|
id: string;
|
|
2281
2293
|
createdAt: Date;
|
|
2282
|
-
deletedAt: Date | null;
|
|
2283
2294
|
updatedAt: Date;
|
|
2295
|
+
deletedAt: Date | null;
|
|
2284
2296
|
type: "FILE" | "FOLDER";
|
|
2285
2297
|
isFavorite: boolean;
|
|
2286
2298
|
parentId: string | null;
|
|
@@ -2348,8 +2360,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2348
2360
|
name: string;
|
|
2349
2361
|
id: string;
|
|
2350
2362
|
createdAt: Date;
|
|
2351
|
-
deletedAt: Date | null;
|
|
2352
2363
|
updatedAt: Date;
|
|
2364
|
+
deletedAt: Date | null;
|
|
2353
2365
|
type: "FILE" | "FOLDER";
|
|
2354
2366
|
isFavorite: boolean;
|
|
2355
2367
|
parentId: string | null;
|
|
@@ -2380,8 +2392,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2380
2392
|
name: string;
|
|
2381
2393
|
id: string;
|
|
2382
2394
|
createdAt: Date;
|
|
2383
|
-
deletedAt: Date | null;
|
|
2384
2395
|
updatedAt: Date;
|
|
2396
|
+
deletedAt: Date | null;
|
|
2385
2397
|
type: "FILE" | "FOLDER";
|
|
2386
2398
|
isFavorite: boolean;
|
|
2387
2399
|
parentId: string | null;
|
|
@@ -2556,8 +2568,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2556
2568
|
};
|
|
2557
2569
|
_output_in: {
|
|
2558
2570
|
id: string;
|
|
2559
|
-
key: string | null;
|
|
2560
2571
|
type: "received_mail";
|
|
2572
|
+
key: string | null;
|
|
2561
2573
|
md5: string;
|
|
2562
2574
|
md5Encrypted: string | null;
|
|
2563
2575
|
totalSize: bigint;
|
|
@@ -2570,8 +2582,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2570
2582
|
maybeContent: Buffer | null;
|
|
2571
2583
|
} | {
|
|
2572
2584
|
id: string;
|
|
2573
|
-
key: string | null;
|
|
2574
2585
|
type: "sent_mail";
|
|
2586
|
+
key: string | null;
|
|
2575
2587
|
md5: string;
|
|
2576
2588
|
md5Encrypted: string | null;
|
|
2577
2589
|
totalSize: bigint;
|
|
@@ -2583,8 +2595,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2583
2595
|
maybeContent: Buffer | null;
|
|
2584
2596
|
} | {
|
|
2585
2597
|
id: string;
|
|
2586
|
-
key: string | null;
|
|
2587
2598
|
type: "cloud";
|
|
2599
|
+
key: string | null;
|
|
2588
2600
|
md5: string;
|
|
2589
2601
|
parts: {
|
|
2590
2602
|
md5: string;
|
|
@@ -2596,8 +2608,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2596
2608
|
publicKey: string;
|
|
2597
2609
|
} | {
|
|
2598
2610
|
id: string;
|
|
2599
|
-
key: string | null;
|
|
2600
2611
|
type: "lite";
|
|
2612
|
+
key: string | null;
|
|
2601
2613
|
md5: string;
|
|
2602
2614
|
content: Buffer;
|
|
2603
2615
|
md5Encrypted: string | null;
|
|
@@ -2606,8 +2618,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2606
2618
|
};
|
|
2607
2619
|
_output_out: {
|
|
2608
2620
|
id: string;
|
|
2609
|
-
key: string | null;
|
|
2610
2621
|
type: "received_mail";
|
|
2622
|
+
key: string | null;
|
|
2611
2623
|
md5: string;
|
|
2612
2624
|
md5Encrypted: string | null;
|
|
2613
2625
|
totalSize: bigint;
|
|
@@ -2620,8 +2632,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2620
2632
|
maybeContent: Buffer | null;
|
|
2621
2633
|
} | {
|
|
2622
2634
|
id: string;
|
|
2623
|
-
key: string | null;
|
|
2624
2635
|
type: "sent_mail";
|
|
2636
|
+
key: string | null;
|
|
2625
2637
|
md5: string;
|
|
2626
2638
|
md5Encrypted: string | null;
|
|
2627
2639
|
totalSize: bigint;
|
|
@@ -2633,8 +2645,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2633
2645
|
maybeContent: Buffer | null;
|
|
2634
2646
|
} | {
|
|
2635
2647
|
id: string;
|
|
2636
|
-
key: string | null;
|
|
2637
2648
|
type: "cloud";
|
|
2649
|
+
key: string | null;
|
|
2638
2650
|
md5: string;
|
|
2639
2651
|
parts: {
|
|
2640
2652
|
md5: string;
|
|
@@ -2646,8 +2658,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2646
2658
|
publicKey: string;
|
|
2647
2659
|
} | {
|
|
2648
2660
|
id: string;
|
|
2649
|
-
key: string | null;
|
|
2650
2661
|
type: "lite";
|
|
2662
|
+
key: string | null;
|
|
2651
2663
|
md5: string;
|
|
2652
2664
|
content: Buffer;
|
|
2653
2665
|
md5Encrypted: string | null;
|
|
@@ -2686,8 +2698,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2686
2698
|
};
|
|
2687
2699
|
_output_in: ({
|
|
2688
2700
|
id: string;
|
|
2689
|
-
key: string | null;
|
|
2690
2701
|
type: "received_mail";
|
|
2702
|
+
key: string | null;
|
|
2691
2703
|
md5: string;
|
|
2692
2704
|
md5Encrypted: string | null;
|
|
2693
2705
|
totalSize: bigint;
|
|
@@ -2700,8 +2712,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2700
2712
|
maybeContent: Buffer | null;
|
|
2701
2713
|
} | {
|
|
2702
2714
|
id: string;
|
|
2703
|
-
key: string | null;
|
|
2704
2715
|
type: "sent_mail";
|
|
2716
|
+
key: string | null;
|
|
2705
2717
|
md5: string;
|
|
2706
2718
|
md5Encrypted: string | null;
|
|
2707
2719
|
totalSize: bigint;
|
|
@@ -2713,8 +2725,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2713
2725
|
maybeContent: Buffer | null;
|
|
2714
2726
|
} | {
|
|
2715
2727
|
id: string;
|
|
2716
|
-
key: string | null;
|
|
2717
2728
|
type: "cloud";
|
|
2729
|
+
key: string | null;
|
|
2718
2730
|
md5: string;
|
|
2719
2731
|
parts: {
|
|
2720
2732
|
md5: string;
|
|
@@ -2726,8 +2738,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2726
2738
|
publicKey: string;
|
|
2727
2739
|
} | {
|
|
2728
2740
|
id: string;
|
|
2729
|
-
key: string | null;
|
|
2730
2741
|
type: "lite";
|
|
2742
|
+
key: string | null;
|
|
2731
2743
|
md5: string;
|
|
2732
2744
|
content: Buffer;
|
|
2733
2745
|
md5Encrypted: string | null;
|
|
@@ -2736,8 +2748,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2736
2748
|
})[];
|
|
2737
2749
|
_output_out: ({
|
|
2738
2750
|
id: string;
|
|
2739
|
-
key: string | null;
|
|
2740
2751
|
type: "received_mail";
|
|
2752
|
+
key: string | null;
|
|
2741
2753
|
md5: string;
|
|
2742
2754
|
md5Encrypted: string | null;
|
|
2743
2755
|
totalSize: bigint;
|
|
@@ -2750,8 +2762,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2750
2762
|
maybeContent: Buffer | null;
|
|
2751
2763
|
} | {
|
|
2752
2764
|
id: string;
|
|
2753
|
-
key: string | null;
|
|
2754
2765
|
type: "sent_mail";
|
|
2766
|
+
key: string | null;
|
|
2755
2767
|
md5: string;
|
|
2756
2768
|
md5Encrypted: string | null;
|
|
2757
2769
|
totalSize: bigint;
|
|
@@ -2763,8 +2775,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2763
2775
|
maybeContent: Buffer | null;
|
|
2764
2776
|
} | {
|
|
2765
2777
|
id: string;
|
|
2766
|
-
key: string | null;
|
|
2767
2778
|
type: "cloud";
|
|
2779
|
+
key: string | null;
|
|
2768
2780
|
md5: string;
|
|
2769
2781
|
parts: {
|
|
2770
2782
|
md5: string;
|
|
@@ -2776,8 +2788,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2776
2788
|
publicKey: string;
|
|
2777
2789
|
} | {
|
|
2778
2790
|
id: string;
|
|
2779
|
-
key: string | null;
|
|
2780
2791
|
type: "lite";
|
|
2792
|
+
key: string | null;
|
|
2781
2793
|
md5: string;
|
|
2782
2794
|
content: Buffer;
|
|
2783
2795
|
md5Encrypted: string | null;
|
|
@@ -2858,8 +2870,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2858
2870
|
name: string;
|
|
2859
2871
|
id: string;
|
|
2860
2872
|
createdAt: Date;
|
|
2861
|
-
deletedAt: Date | null;
|
|
2862
2873
|
updatedAt: Date;
|
|
2874
|
+
deletedAt: Date | null;
|
|
2863
2875
|
type: "FILE" | "FOLDER";
|
|
2864
2876
|
isFavorite: boolean;
|
|
2865
2877
|
parentId: string | null;
|
|
@@ -2927,8 +2939,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2927
2939
|
name: string;
|
|
2928
2940
|
id: string;
|
|
2929
2941
|
createdAt: Date;
|
|
2930
|
-
deletedAt: Date | null;
|
|
2931
2942
|
updatedAt: Date;
|
|
2943
|
+
deletedAt: Date | null;
|
|
2932
2944
|
type: "FILE" | "FOLDER";
|
|
2933
2945
|
isFavorite: boolean;
|
|
2934
2946
|
parentId: string | null;
|
|
@@ -2959,8 +2971,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2959
2971
|
name: string;
|
|
2960
2972
|
id: string;
|
|
2961
2973
|
createdAt: Date;
|
|
2962
|
-
deletedAt: Date | null;
|
|
2963
2974
|
updatedAt: Date;
|
|
2975
|
+
deletedAt: Date | null;
|
|
2964
2976
|
type: "FILE" | "FOLDER";
|
|
2965
2977
|
isFavorite: boolean;
|
|
2966
2978
|
parentId: string | null;
|
|
@@ -3003,8 +3015,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3003
3015
|
name: string;
|
|
3004
3016
|
id: string;
|
|
3005
3017
|
createdAt: Date;
|
|
3006
|
-
deletedAt: Date | null;
|
|
3007
3018
|
updatedAt: Date;
|
|
3019
|
+
deletedAt: Date | null;
|
|
3008
3020
|
type: "FILE" | "FOLDER";
|
|
3009
3021
|
isFavorite: boolean;
|
|
3010
3022
|
parentId: string | null;
|
|
@@ -3072,8 +3084,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3072
3084
|
name: string;
|
|
3073
3085
|
id: string;
|
|
3074
3086
|
createdAt: Date;
|
|
3075
|
-
deletedAt: Date | null;
|
|
3076
3087
|
updatedAt: Date;
|
|
3088
|
+
deletedAt: Date | null;
|
|
3077
3089
|
type: "FILE" | "FOLDER";
|
|
3078
3090
|
isFavorite: boolean;
|
|
3079
3091
|
parentId: string | null;
|
|
@@ -3104,8 +3116,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3104
3116
|
name: string;
|
|
3105
3117
|
id: string;
|
|
3106
3118
|
createdAt: Date;
|
|
3107
|
-
deletedAt: Date | null;
|
|
3108
3119
|
updatedAt: Date;
|
|
3120
|
+
deletedAt: Date | null;
|
|
3109
3121
|
type: "FILE" | "FOLDER";
|
|
3110
3122
|
isFavorite: boolean;
|
|
3111
3123
|
parentId: string | null;
|
|
@@ -3233,8 +3245,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3233
3245
|
name: string;
|
|
3234
3246
|
id: string;
|
|
3235
3247
|
createdAt: Date;
|
|
3236
|
-
deletedAt: Date | null;
|
|
3237
3248
|
updatedAt: Date;
|
|
3249
|
+
deletedAt: Date | null;
|
|
3238
3250
|
history: {
|
|
3239
3251
|
createdAt: Date;
|
|
3240
3252
|
dataId: string;
|
|
@@ -3274,8 +3286,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3274
3286
|
name: string;
|
|
3275
3287
|
id: string;
|
|
3276
3288
|
createdAt: Date;
|
|
3277
|
-
deletedAt: Date | null;
|
|
3278
3289
|
updatedAt: Date;
|
|
3290
|
+
deletedAt: Date | null;
|
|
3279
3291
|
history: {
|
|
3280
3292
|
createdAt: Date;
|
|
3281
3293
|
dataId: string;
|
|
@@ -3351,42 +3363,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3351
3363
|
isShared: boolean;
|
|
3352
3364
|
};
|
|
3353
3365
|
}, unknown>;
|
|
3354
|
-
uploadDataEnd: _trpc_server.BuildProcedure<"mutation", {
|
|
3355
|
-
_config: _trpc_server.RootConfig<{
|
|
3356
|
-
ctx: {};
|
|
3357
|
-
meta: object;
|
|
3358
|
-
errorShape: {
|
|
3359
|
-
message: string;
|
|
3360
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
3361
|
-
data: _trpc_server_dist_error_formatter.DefaultErrorData;
|
|
3362
|
-
} | {
|
|
3363
|
-
data: {
|
|
3364
|
-
zodError: zod.typeToFlattenedError<any, string> | null;
|
|
3365
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_KEY;
|
|
3366
|
-
httpStatus: number;
|
|
3367
|
-
path?: string;
|
|
3368
|
-
stack?: string;
|
|
3369
|
-
};
|
|
3370
|
-
message: string;
|
|
3371
|
-
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
3372
|
-
};
|
|
3373
|
-
transformer: typeof superjson.default;
|
|
3374
|
-
}>;
|
|
3375
|
-
_meta: object;
|
|
3376
|
-
_ctx_out: {};
|
|
3377
|
-
_input_in: {
|
|
3378
|
-
dataId: string;
|
|
3379
|
-
};
|
|
3380
|
-
_input_out: {
|
|
3381
|
-
dataId: string;
|
|
3382
|
-
};
|
|
3383
|
-
_output_in: {
|
|
3384
|
-
isUploadEnded: boolean;
|
|
3385
|
-
};
|
|
3386
|
-
_output_out: {
|
|
3387
|
-
isUploadEnded: boolean;
|
|
3388
|
-
};
|
|
3389
|
-
}, unknown>;
|
|
3390
3366
|
uploadDataPartEnd: _trpc_server.BuildProcedure<"mutation", {
|
|
3391
3367
|
_config: _trpc_server.RootConfig<{
|
|
3392
3368
|
ctx: {};
|
|
@@ -3422,9 +3398,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3422
3398
|
};
|
|
3423
3399
|
_output_in: {
|
|
3424
3400
|
isUploadPartEnded: boolean;
|
|
3401
|
+
isLastValidatedPart: boolean;
|
|
3425
3402
|
};
|
|
3426
3403
|
_output_out: {
|
|
3427
3404
|
isUploadPartEnded: boolean;
|
|
3405
|
+
isLastValidatedPart: boolean;
|
|
3428
3406
|
};
|
|
3429
3407
|
}, unknown>;
|
|
3430
3408
|
uploadData: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -3451,8 +3429,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3451
3429
|
_meta: object;
|
|
3452
3430
|
_ctx_out: {};
|
|
3453
3431
|
_input_in: {
|
|
3454
|
-
key: string;
|
|
3455
3432
|
type: "encrypted";
|
|
3433
|
+
key: string;
|
|
3456
3434
|
size: bigint;
|
|
3457
3435
|
md5: string;
|
|
3458
3436
|
sizeEncrypted: bigint;
|
|
@@ -3463,8 +3441,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3463
3441
|
md5: string;
|
|
3464
3442
|
};
|
|
3465
3443
|
_input_out: {
|
|
3466
|
-
key: string;
|
|
3467
3444
|
type: "encrypted";
|
|
3445
|
+
key: string;
|
|
3468
3446
|
size: bigint;
|
|
3469
3447
|
md5: string;
|
|
3470
3448
|
sizeEncrypted: bigint;
|
|
@@ -3527,8 +3505,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3527
3505
|
_meta: object;
|
|
3528
3506
|
_ctx_out: {};
|
|
3529
3507
|
_input_in: {
|
|
3530
|
-
key: string;
|
|
3531
3508
|
type: "encrypted";
|
|
3509
|
+
key: string;
|
|
3532
3510
|
size: bigint;
|
|
3533
3511
|
md5: string;
|
|
3534
3512
|
content: Buffer;
|
|
@@ -3541,8 +3519,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3541
3519
|
content: Buffer;
|
|
3542
3520
|
};
|
|
3543
3521
|
_input_out: {
|
|
3544
|
-
key: string;
|
|
3545
3522
|
type: "encrypted";
|
|
3523
|
+
key: string;
|
|
3546
3524
|
size: bigint;
|
|
3547
3525
|
md5: string;
|
|
3548
3526
|
content: Buffer;
|
|
@@ -3595,12 +3573,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3595
3573
|
_meta: object;
|
|
3596
3574
|
_ctx_out: {};
|
|
3597
3575
|
_input_in: {
|
|
3576
|
+
id: string;
|
|
3598
3577
|
reasons: "data_leak"[];
|
|
3599
|
-
|
|
3578
|
+
encryptedDataKey: string;
|
|
3600
3579
|
};
|
|
3601
3580
|
_input_out: {
|
|
3581
|
+
id: string;
|
|
3602
3582
|
reasons: "data_leak"[];
|
|
3603
|
-
|
|
3583
|
+
encryptedDataKey: string;
|
|
3604
3584
|
};
|
|
3605
3585
|
_output_in: {
|
|
3606
3586
|
isReported: boolean;
|
|
@@ -3646,8 +3626,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3646
3626
|
name: string;
|
|
3647
3627
|
id: string;
|
|
3648
3628
|
createdAt: Date;
|
|
3649
|
-
deletedAt: Date | null;
|
|
3650
3629
|
updatedAt: Date;
|
|
3630
|
+
deletedAt: Date | null;
|
|
3651
3631
|
type: "FILE" | "FOLDER";
|
|
3652
3632
|
isFavorite: boolean;
|
|
3653
3633
|
parentId: string | null;
|
|
@@ -3715,8 +3695,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3715
3695
|
name: string;
|
|
3716
3696
|
id: string;
|
|
3717
3697
|
createdAt: Date;
|
|
3718
|
-
deletedAt: Date | null;
|
|
3719
3698
|
updatedAt: Date;
|
|
3699
|
+
deletedAt: Date | null;
|
|
3720
3700
|
type: "FILE" | "FOLDER";
|
|
3721
3701
|
isFavorite: boolean;
|
|
3722
3702
|
parentId: string | null;
|
|
@@ -3747,8 +3727,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3747
3727
|
name: string;
|
|
3748
3728
|
id: string;
|
|
3749
3729
|
createdAt: Date;
|
|
3750
|
-
deletedAt: Date | null;
|
|
3751
3730
|
updatedAt: Date;
|
|
3731
|
+
deletedAt: Date | null;
|
|
3752
3732
|
type: "FILE" | "FOLDER";
|
|
3753
3733
|
isFavorite: boolean;
|
|
3754
3734
|
parentId: string | null;
|
|
@@ -3791,8 +3771,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3791
3771
|
name: string;
|
|
3792
3772
|
id: string;
|
|
3793
3773
|
createdAt: Date;
|
|
3794
|
-
deletedAt: Date | null;
|
|
3795
3774
|
updatedAt: Date;
|
|
3775
|
+
deletedAt: Date | null;
|
|
3796
3776
|
type: "FILE" | "FOLDER";
|
|
3797
3777
|
isFavorite: boolean;
|
|
3798
3778
|
parentId: string | null;
|
|
@@ -3860,8 +3840,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3860
3840
|
name: string;
|
|
3861
3841
|
id: string;
|
|
3862
3842
|
createdAt: Date;
|
|
3863
|
-
deletedAt: Date | null;
|
|
3864
3843
|
updatedAt: Date;
|
|
3844
|
+
deletedAt: Date | null;
|
|
3865
3845
|
type: "FILE" | "FOLDER";
|
|
3866
3846
|
isFavorite: boolean;
|
|
3867
3847
|
parentId: string | null;
|
|
@@ -3892,8 +3872,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3892
3872
|
name: string;
|
|
3893
3873
|
id: string;
|
|
3894
3874
|
createdAt: Date;
|
|
3895
|
-
deletedAt: Date | null;
|
|
3896
3875
|
updatedAt: Date;
|
|
3876
|
+
deletedAt: Date | null;
|
|
3897
3877
|
type: "FILE" | "FOLDER";
|
|
3898
3878
|
isFavorite: boolean;
|
|
3899
3879
|
parentId: string | null;
|
|
@@ -4288,8 +4268,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4288
4268
|
name: string;
|
|
4289
4269
|
id: string;
|
|
4290
4270
|
createdAt: Date;
|
|
4291
|
-
deletedAt: Date | null;
|
|
4292
4271
|
updatedAt: Date;
|
|
4272
|
+
deletedAt: Date | null;
|
|
4293
4273
|
type: "FILE" | "FOLDER";
|
|
4294
4274
|
isFavorite: boolean;
|
|
4295
4275
|
parentId: string | null;
|
|
@@ -4325,8 +4305,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4325
4305
|
name: string;
|
|
4326
4306
|
id: string;
|
|
4327
4307
|
createdAt: Date;
|
|
4328
|
-
deletedAt: Date | null;
|
|
4329
4308
|
updatedAt: Date;
|
|
4309
|
+
deletedAt: Date | null;
|
|
4330
4310
|
type: "FILE" | "FOLDER";
|
|
4331
4311
|
isFavorite: boolean;
|
|
4332
4312
|
parentId: string | null;
|
|
@@ -4394,8 +4374,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4394
4374
|
name: string;
|
|
4395
4375
|
id: string;
|
|
4396
4376
|
createdAt: Date;
|
|
4397
|
-
deletedAt: Date | null;
|
|
4398
4377
|
updatedAt: Date;
|
|
4378
|
+
deletedAt: Date | null;
|
|
4399
4379
|
type: "FILE" | "FOLDER";
|
|
4400
4380
|
isFavorite: boolean;
|
|
4401
4381
|
parentId: string | null;
|
|
@@ -4463,8 +4443,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4463
4443
|
name: string;
|
|
4464
4444
|
id: string;
|
|
4465
4445
|
createdAt: Date;
|
|
4466
|
-
deletedAt: Date | null;
|
|
4467
4446
|
updatedAt: Date;
|
|
4447
|
+
deletedAt: Date | null;
|
|
4468
4448
|
type: "FILE" | "FOLDER";
|
|
4469
4449
|
isFavorite: boolean;
|
|
4470
4450
|
parentId: string | null;
|
|
@@ -4495,8 +4475,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4495
4475
|
name: string;
|
|
4496
4476
|
id: string;
|
|
4497
4477
|
createdAt: Date;
|
|
4498
|
-
deletedAt: Date | null;
|
|
4499
4478
|
updatedAt: Date;
|
|
4479
|
+
deletedAt: Date | null;
|
|
4500
4480
|
type: "FILE" | "FOLDER";
|
|
4501
4481
|
isFavorite: boolean;
|
|
4502
4482
|
parentId: string | null;
|
|
@@ -4539,8 +4519,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4539
4519
|
name: string;
|
|
4540
4520
|
id: string;
|
|
4541
4521
|
createdAt: Date;
|
|
4542
|
-
deletedAt: Date | null;
|
|
4543
4522
|
updatedAt: Date;
|
|
4523
|
+
deletedAt: Date | null;
|
|
4544
4524
|
type: "FILE" | "FOLDER";
|
|
4545
4525
|
isFavorite: boolean;
|
|
4546
4526
|
parentId: string | null;
|
|
@@ -4608,8 +4588,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4608
4588
|
name: string;
|
|
4609
4589
|
id: string;
|
|
4610
4590
|
createdAt: Date;
|
|
4611
|
-
deletedAt: Date | null;
|
|
4612
4591
|
updatedAt: Date;
|
|
4592
|
+
deletedAt: Date | null;
|
|
4613
4593
|
type: "FILE" | "FOLDER";
|
|
4614
4594
|
isFavorite: boolean;
|
|
4615
4595
|
parentId: string | null;
|
|
@@ -4640,8 +4620,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4640
4620
|
name: string;
|
|
4641
4621
|
id: string;
|
|
4642
4622
|
createdAt: Date;
|
|
4643
|
-
deletedAt: Date | null;
|
|
4644
4623
|
updatedAt: Date;
|
|
4624
|
+
deletedAt: Date | null;
|
|
4645
4625
|
type: "FILE" | "FOLDER";
|
|
4646
4626
|
isFavorite: boolean;
|
|
4647
4627
|
parentId: string | null;
|
|
@@ -4748,8 +4728,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4748
4728
|
name: string;
|
|
4749
4729
|
id: string;
|
|
4750
4730
|
createdAt: Date;
|
|
4751
|
-
deletedAt: Date | null;
|
|
4752
4731
|
updatedAt: Date;
|
|
4732
|
+
deletedAt: Date | null;
|
|
4753
4733
|
type: "FILE" | "FOLDER";
|
|
4754
4734
|
isFavorite: boolean;
|
|
4755
4735
|
parentId: string | null;
|
|
@@ -4780,8 +4760,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4780
4760
|
name: string;
|
|
4781
4761
|
id: string;
|
|
4782
4762
|
createdAt: Date;
|
|
4783
|
-
deletedAt: Date | null;
|
|
4784
4763
|
updatedAt: Date;
|
|
4764
|
+
deletedAt: Date | null;
|
|
4785
4765
|
type: "FILE" | "FOLDER";
|
|
4786
4766
|
isFavorite: boolean;
|
|
4787
4767
|
parentId: string | null;
|
|
@@ -4842,8 +4822,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4842
4822
|
name: string;
|
|
4843
4823
|
id: string;
|
|
4844
4824
|
createdAt: Date;
|
|
4845
|
-
deletedAt: Date | null;
|
|
4846
4825
|
updatedAt: Date;
|
|
4826
|
+
deletedAt: Date | null;
|
|
4847
4827
|
type: "FILE" | "FOLDER";
|
|
4848
4828
|
isFavorite: boolean;
|
|
4849
4829
|
parentId: string | null;
|
|
@@ -4874,8 +4854,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4874
4854
|
name: string;
|
|
4875
4855
|
id: string;
|
|
4876
4856
|
createdAt: Date;
|
|
4877
|
-
deletedAt: Date | null;
|
|
4878
4857
|
updatedAt: Date;
|
|
4858
|
+
deletedAt: Date | null;
|
|
4879
4859
|
type: "FILE" | "FOLDER";
|
|
4880
4860
|
isFavorite: boolean;
|
|
4881
4861
|
parentId: string | null;
|
|
@@ -4932,8 +4912,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4932
4912
|
name: string;
|
|
4933
4913
|
id: string;
|
|
4934
4914
|
createdAt: Date;
|
|
4935
|
-
deletedAt: Date | null;
|
|
4936
4915
|
updatedAt: Date;
|
|
4916
|
+
deletedAt: Date | null;
|
|
4937
4917
|
type: "FILE" | "FOLDER";
|
|
4938
4918
|
isFavorite: boolean;
|
|
4939
4919
|
parentId: string | null;
|
|
@@ -4964,8 +4944,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4964
4944
|
name: string;
|
|
4965
4945
|
id: string;
|
|
4966
4946
|
createdAt: Date;
|
|
4967
|
-
deletedAt: Date | null;
|
|
4968
4947
|
updatedAt: Date;
|
|
4948
|
+
deletedAt: Date | null;
|
|
4969
4949
|
type: "FILE" | "FOLDER";
|
|
4970
4950
|
isFavorite: boolean;
|
|
4971
4951
|
parentId: string | null;
|
|
@@ -5160,8 +5140,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5160
5140
|
name: string;
|
|
5161
5141
|
id: string;
|
|
5162
5142
|
createdAt: Date;
|
|
5163
|
-
deletedAt: Date | null;
|
|
5164
5143
|
updatedAt: Date;
|
|
5144
|
+
deletedAt: Date | null;
|
|
5165
5145
|
type: "FILE" | "FOLDER";
|
|
5166
5146
|
isFavorite: boolean;
|
|
5167
5147
|
parentId: string | null;
|
|
@@ -5229,8 +5209,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5229
5209
|
name: string;
|
|
5230
5210
|
id: string;
|
|
5231
5211
|
createdAt: Date;
|
|
5232
|
-
deletedAt: Date | null;
|
|
5233
5212
|
updatedAt: Date;
|
|
5213
|
+
deletedAt: Date | null;
|
|
5234
5214
|
type: "FILE" | "FOLDER";
|
|
5235
5215
|
isFavorite: boolean;
|
|
5236
5216
|
parentId: string | null;
|
|
@@ -5261,8 +5241,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5261
5241
|
name: string;
|
|
5262
5242
|
id: string;
|
|
5263
5243
|
createdAt: Date;
|
|
5264
|
-
deletedAt: Date | null;
|
|
5265
5244
|
updatedAt: Date;
|
|
5245
|
+
deletedAt: Date | null;
|
|
5266
5246
|
type: "FILE" | "FOLDER";
|
|
5267
5247
|
isFavorite: boolean;
|
|
5268
5248
|
parentId: string | null;
|
|
@@ -5305,8 +5285,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5305
5285
|
name: string;
|
|
5306
5286
|
id: string;
|
|
5307
5287
|
createdAt: Date;
|
|
5308
|
-
deletedAt: Date | null;
|
|
5309
5288
|
updatedAt: Date;
|
|
5289
|
+
deletedAt: Date | null;
|
|
5310
5290
|
type: "FILE" | "FOLDER";
|
|
5311
5291
|
isFavorite: boolean;
|
|
5312
5292
|
parentId: string | null;
|
|
@@ -5374,8 +5354,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5374
5354
|
name: string;
|
|
5375
5355
|
id: string;
|
|
5376
5356
|
createdAt: Date;
|
|
5377
|
-
deletedAt: Date | null;
|
|
5378
5357
|
updatedAt: Date;
|
|
5358
|
+
deletedAt: Date | null;
|
|
5379
5359
|
type: "FILE" | "FOLDER";
|
|
5380
5360
|
isFavorite: boolean;
|
|
5381
5361
|
parentId: string | null;
|
|
@@ -5406,8 +5386,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5406
5386
|
name: string;
|
|
5407
5387
|
id: string;
|
|
5408
5388
|
createdAt: Date;
|
|
5409
|
-
deletedAt: Date | null;
|
|
5410
5389
|
updatedAt: Date;
|
|
5390
|
+
deletedAt: Date | null;
|
|
5411
5391
|
type: "FILE" | "FOLDER";
|
|
5412
5392
|
isFavorite: boolean;
|
|
5413
5393
|
parentId: string | null;
|
|
@@ -5716,12 +5696,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5716
5696
|
_meta: object;
|
|
5717
5697
|
_ctx_out: {};
|
|
5718
5698
|
_input_in: {
|
|
5719
|
-
accept: boolean;
|
|
5720
5699
|
userFromId: string;
|
|
5700
|
+
accept: boolean;
|
|
5721
5701
|
};
|
|
5722
5702
|
_input_out: {
|
|
5723
|
-
accept: boolean;
|
|
5724
5703
|
userFromId: string;
|
|
5704
|
+
accept: boolean;
|
|
5725
5705
|
};
|
|
5726
5706
|
_output_in: {
|
|
5727
5707
|
isAccepted: boolean;
|
|
@@ -7052,9 +7032,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7052
7032
|
name: string;
|
|
7053
7033
|
id: string;
|
|
7054
7034
|
} & {
|
|
7035
|
+
ownerId: string;
|
|
7055
7036
|
createdAt: string;
|
|
7056
7037
|
updatedAt: string;
|
|
7057
|
-
ownerId: string;
|
|
7058
7038
|
activeTimeSeconds: number;
|
|
7059
7039
|
computeTimeSeconds: number;
|
|
7060
7040
|
writtenDataBytes: number;
|
|
@@ -7072,6 +7052,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7072
7052
|
proxyHost: string;
|
|
7073
7053
|
regionId: string;
|
|
7074
7054
|
storePasswords: boolean;
|
|
7055
|
+
owner?: {
|
|
7056
|
+
email: string;
|
|
7057
|
+
branchesLimit: number;
|
|
7058
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7059
|
+
} | undefined;
|
|
7075
7060
|
settings?: {
|
|
7076
7061
|
quota?: {
|
|
7077
7062
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7086,11 +7071,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7086
7071
|
} | undefined;
|
|
7087
7072
|
enableLogicalReplication?: boolean | undefined;
|
|
7088
7073
|
} | undefined;
|
|
7089
|
-
owner?: {
|
|
7090
|
-
email: string;
|
|
7091
|
-
branchesLimit: number;
|
|
7092
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7093
|
-
} | undefined;
|
|
7094
7074
|
computeLastActiveAt?: string | undefined;
|
|
7095
7075
|
defaultEndpointSettings?: {
|
|
7096
7076
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -7106,9 +7086,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7106
7086
|
name: string;
|
|
7107
7087
|
id: string;
|
|
7108
7088
|
} & {
|
|
7089
|
+
ownerId: string;
|
|
7109
7090
|
createdAt: string;
|
|
7110
7091
|
updatedAt: string;
|
|
7111
|
-
ownerId: string;
|
|
7112
7092
|
activeTimeSeconds: number;
|
|
7113
7093
|
computeTimeSeconds: number;
|
|
7114
7094
|
writtenDataBytes: number;
|
|
@@ -7126,6 +7106,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7126
7106
|
proxyHost: string;
|
|
7127
7107
|
regionId: string;
|
|
7128
7108
|
storePasswords: boolean;
|
|
7109
|
+
owner?: {
|
|
7110
|
+
email: string;
|
|
7111
|
+
branchesLimit: number;
|
|
7112
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7113
|
+
} | undefined;
|
|
7129
7114
|
settings?: {
|
|
7130
7115
|
quota?: {
|
|
7131
7116
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7140,11 +7125,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7140
7125
|
} | undefined;
|
|
7141
7126
|
enableLogicalReplication?: boolean | undefined;
|
|
7142
7127
|
} | undefined;
|
|
7143
|
-
owner?: {
|
|
7144
|
-
email: string;
|
|
7145
|
-
branchesLimit: number;
|
|
7146
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7147
|
-
} | undefined;
|
|
7148
7128
|
computeLastActiveAt?: string | undefined;
|
|
7149
7129
|
defaultEndpointSettings?: {
|
|
7150
7130
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -7344,9 +7324,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7344
7324
|
name: string;
|
|
7345
7325
|
id: string;
|
|
7346
7326
|
} & {
|
|
7327
|
+
ownerId: string;
|
|
7347
7328
|
createdAt: string;
|
|
7348
7329
|
updatedAt: string;
|
|
7349
|
-
ownerId: string;
|
|
7350
7330
|
activeTimeSeconds: number;
|
|
7351
7331
|
computeTimeSeconds: number;
|
|
7352
7332
|
writtenDataBytes: number;
|
|
@@ -7364,6 +7344,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7364
7344
|
proxyHost: string;
|
|
7365
7345
|
regionId: string;
|
|
7366
7346
|
storePasswords: boolean;
|
|
7347
|
+
owner?: {
|
|
7348
|
+
email: string;
|
|
7349
|
+
branchesLimit: number;
|
|
7350
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7351
|
+
} | undefined;
|
|
7367
7352
|
settings?: {
|
|
7368
7353
|
quota?: {
|
|
7369
7354
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7378,11 +7363,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7378
7363
|
} | undefined;
|
|
7379
7364
|
enableLogicalReplication?: boolean | undefined;
|
|
7380
7365
|
} | undefined;
|
|
7381
|
-
owner?: {
|
|
7382
|
-
email: string;
|
|
7383
|
-
branchesLimit: number;
|
|
7384
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7385
|
-
} | undefined;
|
|
7386
7366
|
computeLastActiveAt?: string | undefined;
|
|
7387
7367
|
defaultEndpointSettings?: {
|
|
7388
7368
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -7398,9 +7378,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7398
7378
|
name: string;
|
|
7399
7379
|
id: string;
|
|
7400
7380
|
} & {
|
|
7381
|
+
ownerId: string;
|
|
7401
7382
|
createdAt: string;
|
|
7402
7383
|
updatedAt: string;
|
|
7403
|
-
ownerId: string;
|
|
7404
7384
|
activeTimeSeconds: number;
|
|
7405
7385
|
computeTimeSeconds: number;
|
|
7406
7386
|
writtenDataBytes: number;
|
|
@@ -7418,6 +7398,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7418
7398
|
proxyHost: string;
|
|
7419
7399
|
regionId: string;
|
|
7420
7400
|
storePasswords: boolean;
|
|
7401
|
+
owner?: {
|
|
7402
|
+
email: string;
|
|
7403
|
+
branchesLimit: number;
|
|
7404
|
+
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7405
|
+
} | undefined;
|
|
7421
7406
|
settings?: {
|
|
7422
7407
|
quota?: {
|
|
7423
7408
|
activeTimeSeconds?: number | undefined;
|
|
@@ -7432,11 +7417,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7432
7417
|
} | undefined;
|
|
7433
7418
|
enableLogicalReplication?: boolean | undefined;
|
|
7434
7419
|
} | undefined;
|
|
7435
|
-
owner?: {
|
|
7436
|
-
email: string;
|
|
7437
|
-
branchesLimit: number;
|
|
7438
|
-
subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
|
|
7439
|
-
} | undefined;
|
|
7440
7420
|
computeLastActiveAt?: string | undefined;
|
|
7441
7421
|
defaultEndpointSettings?: {
|
|
7442
7422
|
autoScalingLimitMinCu?: number | undefined;
|
|
@@ -9702,18 +9682,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9702
9682
|
id: string;
|
|
9703
9683
|
createdAt: Date;
|
|
9704
9684
|
deletedAt: Date | null;
|
|
9705
|
-
type: "received" | "sent";
|
|
9706
9685
|
subject: string;
|
|
9707
9686
|
body: string;
|
|
9708
9687
|
openedAt: Date | null;
|
|
9688
|
+
type: "sent" | "received";
|
|
9709
9689
|
} & {
|
|
9710
9690
|
mailIntegrity: {
|
|
9711
9691
|
id: string;
|
|
9692
|
+
hashKey: string;
|
|
9693
|
+
hash: string;
|
|
9712
9694
|
replyTo: {
|
|
9713
9695
|
id: string;
|
|
9714
9696
|
} | null;
|
|
9715
|
-
hashKey: string;
|
|
9716
|
-
hash: string;
|
|
9717
9697
|
recipients: {
|
|
9718
9698
|
id: string;
|
|
9719
9699
|
lastname: string;
|
|
@@ -9727,11 +9707,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9727
9707
|
} | null;
|
|
9728
9708
|
mailIntegrityDraft: {
|
|
9729
9709
|
id: string;
|
|
9710
|
+
hashKey: string;
|
|
9711
|
+
hash: string;
|
|
9730
9712
|
replyTo: {
|
|
9731
9713
|
id: string;
|
|
9732
9714
|
} | null;
|
|
9733
|
-
hashKey: string;
|
|
9734
|
-
hash: string;
|
|
9735
9715
|
recipients: {
|
|
9736
9716
|
id: string;
|
|
9737
9717
|
lastname: string;
|
|
@@ -9760,18 +9740,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9760
9740
|
id: string;
|
|
9761
9741
|
createdAt: Date;
|
|
9762
9742
|
deletedAt: Date | null;
|
|
9763
|
-
type: "received" | "sent";
|
|
9764
9743
|
subject: string;
|
|
9765
9744
|
body: string;
|
|
9766
9745
|
openedAt: Date | null;
|
|
9746
|
+
type: "sent" | "received";
|
|
9767
9747
|
} & {
|
|
9768
9748
|
mailIntegrity: {
|
|
9769
9749
|
id: string;
|
|
9750
|
+
hashKey: string;
|
|
9751
|
+
hash: string;
|
|
9770
9752
|
replyTo: {
|
|
9771
9753
|
id: string;
|
|
9772
9754
|
} | null;
|
|
9773
|
-
hashKey: string;
|
|
9774
|
-
hash: string;
|
|
9775
9755
|
recipients: {
|
|
9776
9756
|
id: string;
|
|
9777
9757
|
lastname: string;
|
|
@@ -9785,11 +9765,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9785
9765
|
} | null;
|
|
9786
9766
|
mailIntegrityDraft: {
|
|
9787
9767
|
id: string;
|
|
9768
|
+
hashKey: string;
|
|
9769
|
+
hash: string;
|
|
9788
9770
|
replyTo: {
|
|
9789
9771
|
id: string;
|
|
9790
9772
|
} | null;
|
|
9791
|
-
hashKey: string;
|
|
9792
|
-
hash: string;
|
|
9793
9773
|
recipients: {
|
|
9794
9774
|
id: string;
|
|
9795
9775
|
lastname: string;
|
|
@@ -9870,18 +9850,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9870
9850
|
id: string;
|
|
9871
9851
|
createdAt: Date;
|
|
9872
9852
|
deletedAt: Date | null;
|
|
9873
|
-
type: "received" | "sent";
|
|
9874
9853
|
subject: string;
|
|
9875
9854
|
body: string;
|
|
9876
9855
|
openedAt: Date | null;
|
|
9856
|
+
type: "sent" | "received";
|
|
9877
9857
|
} & {
|
|
9878
9858
|
mailIntegrity: {
|
|
9879
9859
|
id: string;
|
|
9860
|
+
hashKey: string;
|
|
9861
|
+
hash: string;
|
|
9880
9862
|
replyTo: {
|
|
9881
9863
|
id: string;
|
|
9882
9864
|
} | null;
|
|
9883
|
-
hashKey: string;
|
|
9884
|
-
hash: string;
|
|
9885
9865
|
recipients: {
|
|
9886
9866
|
id: string;
|
|
9887
9867
|
lastname: string;
|
|
@@ -9895,11 +9875,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9895
9875
|
} | null;
|
|
9896
9876
|
mailIntegrityDraft: {
|
|
9897
9877
|
id: string;
|
|
9878
|
+
hashKey: string;
|
|
9879
|
+
hash: string;
|
|
9898
9880
|
replyTo: {
|
|
9899
9881
|
id: string;
|
|
9900
9882
|
} | null;
|
|
9901
|
-
hashKey: string;
|
|
9902
|
-
hash: string;
|
|
9903
9883
|
recipients: {
|
|
9904
9884
|
id: string;
|
|
9905
9885
|
lastname: string;
|
|
@@ -9928,18 +9908,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9928
9908
|
id: string;
|
|
9929
9909
|
createdAt: Date;
|
|
9930
9910
|
deletedAt: Date | null;
|
|
9931
|
-
type: "received" | "sent";
|
|
9932
9911
|
subject: string;
|
|
9933
9912
|
body: string;
|
|
9934
9913
|
openedAt: Date | null;
|
|
9914
|
+
type: "sent" | "received";
|
|
9935
9915
|
} & {
|
|
9936
9916
|
mailIntegrity: {
|
|
9937
9917
|
id: string;
|
|
9918
|
+
hashKey: string;
|
|
9919
|
+
hash: string;
|
|
9938
9920
|
replyTo: {
|
|
9939
9921
|
id: string;
|
|
9940
9922
|
} | null;
|
|
9941
|
-
hashKey: string;
|
|
9942
|
-
hash: string;
|
|
9943
9923
|
recipients: {
|
|
9944
9924
|
id: string;
|
|
9945
9925
|
lastname: string;
|
|
@@ -9953,11 +9933,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9953
9933
|
} | null;
|
|
9954
9934
|
mailIntegrityDraft: {
|
|
9955
9935
|
id: string;
|
|
9936
|
+
hashKey: string;
|
|
9937
|
+
hash: string;
|
|
9956
9938
|
replyTo: {
|
|
9957
9939
|
id: string;
|
|
9958
9940
|
} | null;
|
|
9959
|
-
hashKey: string;
|
|
9960
|
-
hash: string;
|
|
9961
9941
|
recipients: {
|
|
9962
9942
|
id: string;
|
|
9963
9943
|
lastname: string;
|
|
@@ -10115,27 +10095,27 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10115
10095
|
_meta: object;
|
|
10116
10096
|
_ctx_out: {};
|
|
10117
10097
|
_input_in: {
|
|
10118
|
-
type: "
|
|
10098
|
+
type: "sent" | "received";
|
|
10119
10099
|
};
|
|
10120
10100
|
_input_out: {
|
|
10121
|
-
type: "
|
|
10101
|
+
type: "sent" | "received";
|
|
10122
10102
|
};
|
|
10123
10103
|
_output_in: ({
|
|
10124
10104
|
id: string;
|
|
10125
10105
|
createdAt: Date;
|
|
10126
10106
|
deletedAt: Date | null;
|
|
10127
|
-
type: "received" | "sent";
|
|
10128
10107
|
subject: string;
|
|
10129
10108
|
body: string;
|
|
10130
10109
|
openedAt: Date | null;
|
|
10110
|
+
type: "sent" | "received";
|
|
10131
10111
|
} & {
|
|
10132
10112
|
mailIntegrity: {
|
|
10133
10113
|
id: string;
|
|
10114
|
+
hashKey: string;
|
|
10115
|
+
hash: string;
|
|
10134
10116
|
replyTo: {
|
|
10135
10117
|
id: string;
|
|
10136
10118
|
} | null;
|
|
10137
|
-
hashKey: string;
|
|
10138
|
-
hash: string;
|
|
10139
10119
|
recipients: {
|
|
10140
10120
|
id: string;
|
|
10141
10121
|
lastname: string;
|
|
@@ -10149,11 +10129,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10149
10129
|
} | null;
|
|
10150
10130
|
mailIntegrityDraft: {
|
|
10151
10131
|
id: string;
|
|
10132
|
+
hashKey: string;
|
|
10133
|
+
hash: string;
|
|
10152
10134
|
replyTo: {
|
|
10153
10135
|
id: string;
|
|
10154
10136
|
} | null;
|
|
10155
|
-
hashKey: string;
|
|
10156
|
-
hash: string;
|
|
10157
10137
|
recipients: {
|
|
10158
10138
|
id: string;
|
|
10159
10139
|
lastname: string;
|
|
@@ -10182,18 +10162,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10182
10162
|
id: string;
|
|
10183
10163
|
createdAt: Date;
|
|
10184
10164
|
deletedAt: Date | null;
|
|
10185
|
-
type: "received" | "sent";
|
|
10186
10165
|
subject: string;
|
|
10187
10166
|
body: string;
|
|
10188
10167
|
openedAt: Date | null;
|
|
10168
|
+
type: "sent" | "received";
|
|
10189
10169
|
} & {
|
|
10190
10170
|
mailIntegrity: {
|
|
10191
10171
|
id: string;
|
|
10172
|
+
hashKey: string;
|
|
10173
|
+
hash: string;
|
|
10192
10174
|
replyTo: {
|
|
10193
10175
|
id: string;
|
|
10194
10176
|
} | null;
|
|
10195
|
-
hashKey: string;
|
|
10196
|
-
hash: string;
|
|
10197
10177
|
recipients: {
|
|
10198
10178
|
id: string;
|
|
10199
10179
|
lastname: string;
|
|
@@ -10207,11 +10187,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10207
10187
|
} | null;
|
|
10208
10188
|
mailIntegrityDraft: {
|
|
10209
10189
|
id: string;
|
|
10190
|
+
hashKey: string;
|
|
10191
|
+
hash: string;
|
|
10210
10192
|
replyTo: {
|
|
10211
10193
|
id: string;
|
|
10212
10194
|
} | null;
|
|
10213
|
-
hashKey: string;
|
|
10214
|
-
hash: string;
|
|
10215
10195
|
recipients: {
|
|
10216
10196
|
id: string;
|
|
10217
10197
|
lastname: string;
|
|
@@ -10266,18 +10246,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10266
10246
|
id: string;
|
|
10267
10247
|
createdAt: Date;
|
|
10268
10248
|
deletedAt: Date | null;
|
|
10269
|
-
type: "received" | "sent";
|
|
10270
10249
|
subject: string;
|
|
10271
10250
|
body: string;
|
|
10272
10251
|
openedAt: Date | null;
|
|
10252
|
+
type: "sent" | "received";
|
|
10273
10253
|
} & {
|
|
10274
10254
|
mailIntegrity: {
|
|
10275
10255
|
id: string;
|
|
10256
|
+
hashKey: string;
|
|
10257
|
+
hash: string;
|
|
10276
10258
|
replyTo: {
|
|
10277
10259
|
id: string;
|
|
10278
10260
|
} | null;
|
|
10279
|
-
hashKey: string;
|
|
10280
|
-
hash: string;
|
|
10281
10261
|
recipients: {
|
|
10282
10262
|
id: string;
|
|
10283
10263
|
lastname: string;
|
|
@@ -10291,11 +10271,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10291
10271
|
} | null;
|
|
10292
10272
|
mailIntegrityDraft: {
|
|
10293
10273
|
id: string;
|
|
10274
|
+
hashKey: string;
|
|
10275
|
+
hash: string;
|
|
10294
10276
|
replyTo: {
|
|
10295
10277
|
id: string;
|
|
10296
10278
|
} | null;
|
|
10297
|
-
hashKey: string;
|
|
10298
|
-
hash: string;
|
|
10299
10279
|
recipients: {
|
|
10300
10280
|
id: string;
|
|
10301
10281
|
lastname: string;
|
|
@@ -10324,18 +10304,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10324
10304
|
id: string;
|
|
10325
10305
|
createdAt: Date;
|
|
10326
10306
|
deletedAt: Date | null;
|
|
10327
|
-
type: "received" | "sent";
|
|
10328
10307
|
subject: string;
|
|
10329
10308
|
body: string;
|
|
10330
10309
|
openedAt: Date | null;
|
|
10310
|
+
type: "sent" | "received";
|
|
10331
10311
|
} & {
|
|
10332
10312
|
mailIntegrity: {
|
|
10333
10313
|
id: string;
|
|
10314
|
+
hashKey: string;
|
|
10315
|
+
hash: string;
|
|
10334
10316
|
replyTo: {
|
|
10335
10317
|
id: string;
|
|
10336
10318
|
} | null;
|
|
10337
|
-
hashKey: string;
|
|
10338
|
-
hash: string;
|
|
10339
10319
|
recipients: {
|
|
10340
10320
|
id: string;
|
|
10341
10321
|
lastname: string;
|
|
@@ -10349,11 +10329,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10349
10329
|
} | null;
|
|
10350
10330
|
mailIntegrityDraft: {
|
|
10351
10331
|
id: string;
|
|
10332
|
+
hashKey: string;
|
|
10333
|
+
hash: string;
|
|
10352
10334
|
replyTo: {
|
|
10353
10335
|
id: string;
|
|
10354
10336
|
} | null;
|
|
10355
|
-
hashKey: string;
|
|
10356
|
-
hash: string;
|
|
10357
10337
|
recipients: {
|
|
10358
10338
|
id: string;
|
|
10359
10339
|
lastname: string;
|
|
@@ -10476,18 +10456,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10476
10456
|
id: string;
|
|
10477
10457
|
createdAt: Date;
|
|
10478
10458
|
deletedAt: Date | null;
|
|
10479
|
-
type: "received" | "sent";
|
|
10480
10459
|
subject: string;
|
|
10481
10460
|
body: string;
|
|
10482
10461
|
openedAt: Date | null;
|
|
10462
|
+
type: "sent" | "received";
|
|
10483
10463
|
} & {
|
|
10484
10464
|
mailIntegrity: {
|
|
10485
10465
|
id: string;
|
|
10466
|
+
hashKey: string;
|
|
10467
|
+
hash: string;
|
|
10486
10468
|
replyTo: {
|
|
10487
10469
|
id: string;
|
|
10488
10470
|
} | null;
|
|
10489
|
-
hashKey: string;
|
|
10490
|
-
hash: string;
|
|
10491
10471
|
recipients: {
|
|
10492
10472
|
id: string;
|
|
10493
10473
|
lastname: string;
|
|
@@ -10501,11 +10481,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10501
10481
|
} | null;
|
|
10502
10482
|
mailIntegrityDraft: {
|
|
10503
10483
|
id: string;
|
|
10484
|
+
hashKey: string;
|
|
10485
|
+
hash: string;
|
|
10504
10486
|
replyTo: {
|
|
10505
10487
|
id: string;
|
|
10506
10488
|
} | null;
|
|
10507
|
-
hashKey: string;
|
|
10508
|
-
hash: string;
|
|
10509
10489
|
recipients: {
|
|
10510
10490
|
id: string;
|
|
10511
10491
|
lastname: string;
|
|
@@ -10534,18 +10514,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10534
10514
|
id: string;
|
|
10535
10515
|
createdAt: Date;
|
|
10536
10516
|
deletedAt: Date | null;
|
|
10537
|
-
type: "received" | "sent";
|
|
10538
10517
|
subject: string;
|
|
10539
10518
|
body: string;
|
|
10540
10519
|
openedAt: Date | null;
|
|
10520
|
+
type: "sent" | "received";
|
|
10541
10521
|
} & {
|
|
10542
10522
|
mailIntegrity: {
|
|
10543
10523
|
id: string;
|
|
10524
|
+
hashKey: string;
|
|
10525
|
+
hash: string;
|
|
10544
10526
|
replyTo: {
|
|
10545
10527
|
id: string;
|
|
10546
10528
|
} | null;
|
|
10547
|
-
hashKey: string;
|
|
10548
|
-
hash: string;
|
|
10549
10529
|
recipients: {
|
|
10550
10530
|
id: string;
|
|
10551
10531
|
lastname: string;
|
|
@@ -10559,11 +10539,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10559
10539
|
} | null;
|
|
10560
10540
|
mailIntegrityDraft: {
|
|
10561
10541
|
id: string;
|
|
10542
|
+
hashKey: string;
|
|
10543
|
+
hash: string;
|
|
10562
10544
|
replyTo: {
|
|
10563
10545
|
id: string;
|
|
10564
10546
|
} | null;
|
|
10565
|
-
hashKey: string;
|
|
10566
|
-
hash: string;
|
|
10567
10547
|
recipients: {
|
|
10568
10548
|
id: string;
|
|
10569
10549
|
lastname: string;
|
|
@@ -10846,18 +10826,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10846
10826
|
id: string;
|
|
10847
10827
|
createdAt: Date;
|
|
10848
10828
|
deletedAt: Date | null;
|
|
10849
|
-
type: "received" | "sent";
|
|
10850
10829
|
subject: string;
|
|
10851
10830
|
body: string;
|
|
10852
10831
|
openedAt: Date | null;
|
|
10832
|
+
type: "sent" | "received";
|
|
10853
10833
|
} & {
|
|
10854
10834
|
mailIntegrity: {
|
|
10855
10835
|
id: string;
|
|
10836
|
+
hashKey: string;
|
|
10837
|
+
hash: string;
|
|
10856
10838
|
replyTo: {
|
|
10857
10839
|
id: string;
|
|
10858
10840
|
} | null;
|
|
10859
|
-
hashKey: string;
|
|
10860
|
-
hash: string;
|
|
10861
10841
|
recipients: {
|
|
10862
10842
|
id: string;
|
|
10863
10843
|
lastname: string;
|
|
@@ -10871,11 +10851,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10871
10851
|
} | null;
|
|
10872
10852
|
mailIntegrityDraft: {
|
|
10873
10853
|
id: string;
|
|
10854
|
+
hashKey: string;
|
|
10855
|
+
hash: string;
|
|
10874
10856
|
replyTo: {
|
|
10875
10857
|
id: string;
|
|
10876
10858
|
} | null;
|
|
10877
|
-
hashKey: string;
|
|
10878
|
-
hash: string;
|
|
10879
10859
|
recipients: {
|
|
10880
10860
|
id: string;
|
|
10881
10861
|
lastname: string;
|
|
@@ -10904,18 +10884,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10904
10884
|
id: string;
|
|
10905
10885
|
createdAt: Date;
|
|
10906
10886
|
deletedAt: Date | null;
|
|
10907
|
-
type: "received" | "sent";
|
|
10908
10887
|
subject: string;
|
|
10909
10888
|
body: string;
|
|
10910
10889
|
openedAt: Date | null;
|
|
10890
|
+
type: "sent" | "received";
|
|
10911
10891
|
} & {
|
|
10912
10892
|
mailIntegrity: {
|
|
10913
10893
|
id: string;
|
|
10894
|
+
hashKey: string;
|
|
10895
|
+
hash: string;
|
|
10914
10896
|
replyTo: {
|
|
10915
10897
|
id: string;
|
|
10916
10898
|
} | null;
|
|
10917
|
-
hashKey: string;
|
|
10918
|
-
hash: string;
|
|
10919
10899
|
recipients: {
|
|
10920
10900
|
id: string;
|
|
10921
10901
|
lastname: string;
|
|
@@ -10929,11 +10909,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10929
10909
|
} | null;
|
|
10930
10910
|
mailIntegrityDraft: {
|
|
10931
10911
|
id: string;
|
|
10912
|
+
hashKey: string;
|
|
10913
|
+
hash: string;
|
|
10932
10914
|
replyTo: {
|
|
10933
10915
|
id: string;
|
|
10934
10916
|
} | null;
|
|
10935
|
-
hashKey: string;
|
|
10936
|
-
hash: string;
|
|
10937
10917
|
recipients: {
|
|
10938
10918
|
id: string;
|
|
10939
10919
|
lastname: string;
|
|
@@ -11078,18 +11058,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11078
11058
|
id: string;
|
|
11079
11059
|
createdAt: Date;
|
|
11080
11060
|
deletedAt: Date | null;
|
|
11081
|
-
type: "received" | "sent";
|
|
11082
11061
|
subject: string;
|
|
11083
11062
|
body: string;
|
|
11084
11063
|
openedAt: Date | null;
|
|
11064
|
+
type: "sent" | "received";
|
|
11085
11065
|
} & {
|
|
11086
11066
|
mailIntegrity: {
|
|
11087
11067
|
id: string;
|
|
11068
|
+
hashKey: string;
|
|
11069
|
+
hash: string;
|
|
11088
11070
|
replyTo: {
|
|
11089
11071
|
id: string;
|
|
11090
11072
|
} | null;
|
|
11091
|
-
hashKey: string;
|
|
11092
|
-
hash: string;
|
|
11093
11073
|
recipients: {
|
|
11094
11074
|
id: string;
|
|
11095
11075
|
lastname: string;
|
|
@@ -11103,11 +11083,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11103
11083
|
} | null;
|
|
11104
11084
|
mailIntegrityDraft: {
|
|
11105
11085
|
id: string;
|
|
11086
|
+
hashKey: string;
|
|
11087
|
+
hash: string;
|
|
11106
11088
|
replyTo: {
|
|
11107
11089
|
id: string;
|
|
11108
11090
|
} | null;
|
|
11109
|
-
hashKey: string;
|
|
11110
|
-
hash: string;
|
|
11111
11091
|
recipients: {
|
|
11112
11092
|
id: string;
|
|
11113
11093
|
lastname: string;
|
|
@@ -11136,18 +11116,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11136
11116
|
id: string;
|
|
11137
11117
|
createdAt: Date;
|
|
11138
11118
|
deletedAt: Date | null;
|
|
11139
|
-
type: "received" | "sent";
|
|
11140
11119
|
subject: string;
|
|
11141
11120
|
body: string;
|
|
11142
11121
|
openedAt: Date | null;
|
|
11122
|
+
type: "sent" | "received";
|
|
11143
11123
|
} & {
|
|
11144
11124
|
mailIntegrity: {
|
|
11145
11125
|
id: string;
|
|
11126
|
+
hashKey: string;
|
|
11127
|
+
hash: string;
|
|
11146
11128
|
replyTo: {
|
|
11147
11129
|
id: string;
|
|
11148
11130
|
} | null;
|
|
11149
|
-
hashKey: string;
|
|
11150
|
-
hash: string;
|
|
11151
11131
|
recipients: {
|
|
11152
11132
|
id: string;
|
|
11153
11133
|
lastname: string;
|
|
@@ -11161,11 +11141,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11161
11141
|
} | null;
|
|
11162
11142
|
mailIntegrityDraft: {
|
|
11163
11143
|
id: string;
|
|
11144
|
+
hashKey: string;
|
|
11145
|
+
hash: string;
|
|
11164
11146
|
replyTo: {
|
|
11165
11147
|
id: string;
|
|
11166
11148
|
} | null;
|
|
11167
|
-
hashKey: string;
|
|
11168
|
-
hash: string;
|
|
11169
11149
|
recipients: {
|
|
11170
11150
|
id: string;
|
|
11171
11151
|
lastname: string;
|
|
@@ -11317,15 +11297,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11317
11297
|
email: string;
|
|
11318
11298
|
id: string;
|
|
11319
11299
|
createdAt: Date;
|
|
11320
|
-
isPrimary: boolean;
|
|
11321
11300
|
accountInfosId: string | null;
|
|
11301
|
+
isPrimary: boolean;
|
|
11322
11302
|
};
|
|
11323
11303
|
_output_out: {
|
|
11324
11304
|
email: string;
|
|
11325
11305
|
id: string;
|
|
11326
11306
|
createdAt: Date;
|
|
11327
|
-
isPrimary: boolean;
|
|
11328
11307
|
accountInfosId: string | null;
|
|
11308
|
+
isPrimary: boolean;
|
|
11329
11309
|
};
|
|
11330
11310
|
}, unknown>;
|
|
11331
11311
|
createFeedback: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -11352,8 +11332,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11352
11332
|
_meta: object;
|
|
11353
11333
|
_ctx_out: {};
|
|
11354
11334
|
_input_in: {
|
|
11355
|
-
message: string;
|
|
11356
11335
|
subject: string;
|
|
11336
|
+
message: string;
|
|
11357
11337
|
email?: string | null | undefined;
|
|
11358
11338
|
screenshot?: string | null | undefined;
|
|
11359
11339
|
logs?: any[][] | null | undefined;
|
|
@@ -11361,8 +11341,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11361
11341
|
logsError?: any[][] | null | undefined;
|
|
11362
11342
|
};
|
|
11363
11343
|
_input_out: {
|
|
11364
|
-
message: string;
|
|
11365
11344
|
subject: string;
|
|
11345
|
+
message: string;
|
|
11366
11346
|
email?: string | null | undefined;
|
|
11367
11347
|
screenshot?: string | null | undefined;
|
|
11368
11348
|
logs?: any[][] | null | undefined;
|
|
@@ -11511,31 +11491,31 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11511
11491
|
kind: "free" | "basic" | "advanced" | "pro";
|
|
11512
11492
|
} & {
|
|
11513
11493
|
quotas: {
|
|
11514
|
-
|
|
11494
|
+
downloadBandwidth: bigint | null;
|
|
11515
11495
|
downloadCount: bigint | null;
|
|
11496
|
+
uploadBandwidth: bigint | null;
|
|
11497
|
+
uploadCount: bigint | null;
|
|
11516
11498
|
totalDataCount: bigint | null;
|
|
11517
11499
|
totalStorageSize: bigint | null;
|
|
11518
11500
|
perDataSize: bigint | null;
|
|
11519
|
-
downloadBandwidth: bigint | null;
|
|
11520
|
-
uploadBandwidth: bigint | null;
|
|
11521
11501
|
} & {
|
|
11522
11502
|
sentMails: {
|
|
11523
11503
|
count: bigint | null;
|
|
11524
|
-
dataSize: bigint | null;
|
|
11525
11504
|
totalDataCount: bigint | null;
|
|
11526
11505
|
totalStorageSize: bigint | null;
|
|
11527
|
-
dataCount: bigint | null;
|
|
11528
11506
|
perDataSize: bigint | null;
|
|
11529
11507
|
totalCount: bigint | null;
|
|
11508
|
+
dataCount: bigint | null;
|
|
11509
|
+
dataSize: bigint | null;
|
|
11530
11510
|
};
|
|
11531
11511
|
receivedMails: {
|
|
11532
11512
|
count: bigint | null;
|
|
11533
|
-
dataSize: bigint | null;
|
|
11534
11513
|
totalDataCount: bigint | null;
|
|
11535
11514
|
totalStorageSize: bigint | null;
|
|
11536
|
-
dataCount: bigint | null;
|
|
11537
11515
|
perDataSize: bigint | null;
|
|
11538
11516
|
totalCount: bigint | null;
|
|
11517
|
+
dataCount: bigint | null;
|
|
11518
|
+
dataSize: bigint | null;
|
|
11539
11519
|
};
|
|
11540
11520
|
};
|
|
11541
11521
|
} & {
|
|
@@ -11551,31 +11531,31 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11551
11531
|
kind: "free" | "basic" | "advanced" | "pro";
|
|
11552
11532
|
} & {
|
|
11553
11533
|
quotas: {
|
|
11554
|
-
|
|
11534
|
+
downloadBandwidth: bigint | null;
|
|
11555
11535
|
downloadCount: bigint | null;
|
|
11536
|
+
uploadBandwidth: bigint | null;
|
|
11537
|
+
uploadCount: bigint | null;
|
|
11556
11538
|
totalDataCount: bigint | null;
|
|
11557
11539
|
totalStorageSize: bigint | null;
|
|
11558
11540
|
perDataSize: bigint | null;
|
|
11559
|
-
downloadBandwidth: bigint | null;
|
|
11560
|
-
uploadBandwidth: bigint | null;
|
|
11561
11541
|
} & {
|
|
11562
11542
|
sentMails: {
|
|
11563
11543
|
count: bigint | null;
|
|
11564
|
-
dataSize: bigint | null;
|
|
11565
11544
|
totalDataCount: bigint | null;
|
|
11566
11545
|
totalStorageSize: bigint | null;
|
|
11567
|
-
dataCount: bigint | null;
|
|
11568
11546
|
perDataSize: bigint | null;
|
|
11569
11547
|
totalCount: bigint | null;
|
|
11548
|
+
dataCount: bigint | null;
|
|
11549
|
+
dataSize: bigint | null;
|
|
11570
11550
|
};
|
|
11571
11551
|
receivedMails: {
|
|
11572
11552
|
count: bigint | null;
|
|
11573
|
-
dataSize: bigint | null;
|
|
11574
11553
|
totalDataCount: bigint | null;
|
|
11575
11554
|
totalStorageSize: bigint | null;
|
|
11576
|
-
dataCount: bigint | null;
|
|
11577
11555
|
perDataSize: bigint | null;
|
|
11578
11556
|
totalCount: bigint | null;
|
|
11557
|
+
dataCount: bigint | null;
|
|
11558
|
+
dataSize: bigint | null;
|
|
11579
11559
|
};
|
|
11580
11560
|
};
|
|
11581
11561
|
} & {
|
|
@@ -11767,14 +11747,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11767
11747
|
_output_in: {
|
|
11768
11748
|
id: string;
|
|
11769
11749
|
userId: string;
|
|
11770
|
-
customMessage: string | null;
|
|
11771
11750
|
reportedUserId: string;
|
|
11751
|
+
customMessage: string | null;
|
|
11772
11752
|
};
|
|
11773
11753
|
_output_out: {
|
|
11774
11754
|
id: string;
|
|
11775
11755
|
userId: string;
|
|
11776
|
-
customMessage: string | null;
|
|
11777
11756
|
reportedUserId: string;
|
|
11757
|
+
customMessage: string | null;
|
|
11778
11758
|
};
|
|
11779
11759
|
}, unknown>;
|
|
11780
11760
|
}>;
|
|
@@ -13334,14 +13314,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13334
13314
|
ls: TranslationFunctions;
|
|
13335
13315
|
};
|
|
13336
13316
|
_input_in: {
|
|
13337
|
-
userId: string;
|
|
13338
|
-
role: "developer" | "admin";
|
|
13339
13317
|
appId: string;
|
|
13318
|
+
role: "developer" | "admin";
|
|
13319
|
+
userId: string;
|
|
13340
13320
|
};
|
|
13341
13321
|
_input_out: {
|
|
13342
|
-
userId: string;
|
|
13343
|
-
role: "developer" | "admin";
|
|
13344
13322
|
appId: string;
|
|
13323
|
+
role: "developer" | "admin";
|
|
13324
|
+
userId: string;
|
|
13345
13325
|
};
|
|
13346
13326
|
_output_in: {
|
|
13347
13327
|
isAdded: boolean;
|
|
@@ -13419,16 +13399,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13419
13399
|
canHaveDatabase?: boolean | undefined;
|
|
13420
13400
|
} & {
|
|
13421
13401
|
quotas: {
|
|
13422
|
-
users: bigint | null;
|
|
13423
13402
|
totalStorageSize: bigint | null;
|
|
13403
|
+
perDataSize: bigint | null;
|
|
13424
13404
|
devs: bigint | null;
|
|
13425
13405
|
devsBase: bigint | null;
|
|
13426
13406
|
devsUnit: bigint | null;
|
|
13427
13407
|
devsPrice: number | null;
|
|
13408
|
+
users: bigint | null;
|
|
13428
13409
|
usersBase: bigint | null;
|
|
13429
13410
|
usersUnit: bigint | null;
|
|
13430
13411
|
usersPrice: number | null;
|
|
13431
|
-
perDataSize: bigint | null;
|
|
13432
13412
|
perDataSizeBase: bigint | null;
|
|
13433
13413
|
perDataSizeUnit: bigint | null;
|
|
13434
13414
|
perDataSizePrice: number | null;
|
|
@@ -13442,13 +13422,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13442
13422
|
baseQuotasId: string;
|
|
13443
13423
|
} & {
|
|
13444
13424
|
baseQuotas: {
|
|
13445
|
-
|
|
13425
|
+
downloadBandwidth: bigint | null;
|
|
13446
13426
|
downloadCount: bigint | null;
|
|
13427
|
+
uploadBandwidth: bigint | null;
|
|
13428
|
+
uploadCount: bigint | null;
|
|
13447
13429
|
totalDataCount: bigint | null;
|
|
13448
13430
|
totalStorageSize: bigint | null;
|
|
13449
13431
|
perDataSize: bigint | null;
|
|
13450
|
-
downloadBandwidth: bigint | null;
|
|
13451
|
-
uploadBandwidth: bigint | null;
|
|
13452
13432
|
receivedMailsId: string;
|
|
13453
13433
|
sentMailsId: string;
|
|
13454
13434
|
};
|
|
@@ -13456,16 +13436,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13456
13436
|
};
|
|
13457
13437
|
name: string;
|
|
13458
13438
|
id: string;
|
|
13459
|
-
createdAt: Date;
|
|
13460
|
-
updatedAt: Date;
|
|
13461
|
-
quotasId: string;
|
|
13462
13439
|
ownerId: string;
|
|
13463
13440
|
blocked: boolean;
|
|
13464
13441
|
color: string | null;
|
|
13465
13442
|
logo: string | null;
|
|
13443
|
+
createdAt: Date;
|
|
13444
|
+
updatedAt: Date;
|
|
13466
13445
|
origin: string[];
|
|
13467
13446
|
planId: string | null;
|
|
13468
13447
|
lastMetricsReset: Date;
|
|
13448
|
+
quotasId: string;
|
|
13469
13449
|
owner: {
|
|
13470
13450
|
user: {
|
|
13471
13451
|
id: string;
|
|
@@ -13490,16 +13470,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13490
13470
|
canHaveDatabase: boolean;
|
|
13491
13471
|
} & {
|
|
13492
13472
|
quotas: {
|
|
13493
|
-
users: bigint | null;
|
|
13494
13473
|
totalStorageSize: bigint | null;
|
|
13474
|
+
perDataSize: bigint | null;
|
|
13495
13475
|
devs: bigint | null;
|
|
13496
13476
|
devsBase: bigint | null;
|
|
13497
13477
|
devsUnit: bigint | null;
|
|
13498
13478
|
devsPrice: number | null;
|
|
13479
|
+
users: bigint | null;
|
|
13499
13480
|
usersBase: bigint | null;
|
|
13500
13481
|
usersUnit: bigint | null;
|
|
13501
13482
|
usersPrice: number | null;
|
|
13502
|
-
perDataSize: bigint | null;
|
|
13503
13483
|
perDataSizeBase: bigint | null;
|
|
13504
13484
|
perDataSizeUnit: bigint | null;
|
|
13505
13485
|
perDataSizePrice: number | null;
|
|
@@ -13513,13 +13493,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13513
13493
|
baseQuotasId: string;
|
|
13514
13494
|
} & {
|
|
13515
13495
|
baseQuotas: {
|
|
13516
|
-
|
|
13496
|
+
downloadBandwidth: bigint | null;
|
|
13517
13497
|
downloadCount: bigint | null;
|
|
13498
|
+
uploadBandwidth: bigint | null;
|
|
13499
|
+
uploadCount: bigint | null;
|
|
13518
13500
|
totalDataCount: bigint | null;
|
|
13519
13501
|
totalStorageSize: bigint | null;
|
|
13520
13502
|
perDataSize: bigint | null;
|
|
13521
|
-
downloadBandwidth: bigint | null;
|
|
13522
|
-
uploadBandwidth: bigint | null;
|
|
13523
13503
|
receivedMailsId: string;
|
|
13524
13504
|
sentMailsId: string;
|
|
13525
13505
|
};
|
|
@@ -13527,16 +13507,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13527
13507
|
};
|
|
13528
13508
|
name: string;
|
|
13529
13509
|
id: string;
|
|
13530
|
-
createdAt: Date;
|
|
13531
|
-
updatedAt: Date;
|
|
13532
|
-
quotasId: string;
|
|
13533
13510
|
ownerId: string;
|
|
13534
13511
|
blocked: boolean;
|
|
13535
13512
|
color: string | null;
|
|
13536
13513
|
logo: string | null;
|
|
13514
|
+
createdAt: Date;
|
|
13515
|
+
updatedAt: Date;
|
|
13537
13516
|
origin: string[];
|
|
13538
13517
|
planId: string | null;
|
|
13539
13518
|
lastMetricsReset: Date;
|
|
13519
|
+
quotasId: string;
|
|
13540
13520
|
owner: {
|
|
13541
13521
|
user: {
|
|
13542
13522
|
id: string;
|
|
@@ -13591,16 +13571,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13591
13571
|
canHaveDatabase?: boolean | undefined;
|
|
13592
13572
|
} & {
|
|
13593
13573
|
quotas: {
|
|
13594
|
-
users: bigint | null;
|
|
13595
13574
|
totalStorageSize: bigint | null;
|
|
13575
|
+
perDataSize: bigint | null;
|
|
13596
13576
|
devs: bigint | null;
|
|
13597
13577
|
devsBase: bigint | null;
|
|
13598
13578
|
devsUnit: bigint | null;
|
|
13599
13579
|
devsPrice: number | null;
|
|
13580
|
+
users: bigint | null;
|
|
13600
13581
|
usersBase: bigint | null;
|
|
13601
13582
|
usersUnit: bigint | null;
|
|
13602
13583
|
usersPrice: number | null;
|
|
13603
|
-
perDataSize: bigint | null;
|
|
13604
13584
|
perDataSizeBase: bigint | null;
|
|
13605
13585
|
perDataSizeUnit: bigint | null;
|
|
13606
13586
|
perDataSizePrice: number | null;
|
|
@@ -13614,13 +13594,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13614
13594
|
baseQuotasId: string;
|
|
13615
13595
|
} & {
|
|
13616
13596
|
baseQuotas: {
|
|
13617
|
-
|
|
13597
|
+
downloadBandwidth: bigint | null;
|
|
13618
13598
|
downloadCount: bigint | null;
|
|
13599
|
+
uploadBandwidth: bigint | null;
|
|
13600
|
+
uploadCount: bigint | null;
|
|
13619
13601
|
totalDataCount: bigint | null;
|
|
13620
13602
|
totalStorageSize: bigint | null;
|
|
13621
13603
|
perDataSize: bigint | null;
|
|
13622
|
-
downloadBandwidth: bigint | null;
|
|
13623
|
-
uploadBandwidth: bigint | null;
|
|
13624
13604
|
receivedMailsId: string;
|
|
13625
13605
|
sentMailsId: string;
|
|
13626
13606
|
};
|
|
@@ -13628,16 +13608,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13628
13608
|
};
|
|
13629
13609
|
name: string;
|
|
13630
13610
|
id: string;
|
|
13631
|
-
createdAt: Date;
|
|
13632
|
-
updatedAt: Date;
|
|
13633
|
-
quotasId: string;
|
|
13634
13611
|
ownerId: string;
|
|
13635
13612
|
blocked: boolean;
|
|
13636
13613
|
color: string | null;
|
|
13637
13614
|
logo: string | null;
|
|
13615
|
+
createdAt: Date;
|
|
13616
|
+
updatedAt: Date;
|
|
13638
13617
|
origin: string[];
|
|
13639
13618
|
planId: string | null;
|
|
13640
13619
|
lastMetricsReset: Date;
|
|
13620
|
+
quotasId: string;
|
|
13641
13621
|
owner: {
|
|
13642
13622
|
user: {
|
|
13643
13623
|
id: string;
|
|
@@ -13662,16 +13642,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13662
13642
|
canHaveDatabase: boolean;
|
|
13663
13643
|
} & {
|
|
13664
13644
|
quotas: {
|
|
13665
|
-
users: bigint | null;
|
|
13666
13645
|
totalStorageSize: bigint | null;
|
|
13646
|
+
perDataSize: bigint | null;
|
|
13667
13647
|
devs: bigint | null;
|
|
13668
13648
|
devsBase: bigint | null;
|
|
13669
13649
|
devsUnit: bigint | null;
|
|
13670
13650
|
devsPrice: number | null;
|
|
13651
|
+
users: bigint | null;
|
|
13671
13652
|
usersBase: bigint | null;
|
|
13672
13653
|
usersUnit: bigint | null;
|
|
13673
13654
|
usersPrice: number | null;
|
|
13674
|
-
perDataSize: bigint | null;
|
|
13675
13655
|
perDataSizeBase: bigint | null;
|
|
13676
13656
|
perDataSizeUnit: bigint | null;
|
|
13677
13657
|
perDataSizePrice: number | null;
|
|
@@ -13685,13 +13665,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13685
13665
|
baseQuotasId: string;
|
|
13686
13666
|
} & {
|
|
13687
13667
|
baseQuotas: {
|
|
13688
|
-
|
|
13668
|
+
downloadBandwidth: bigint | null;
|
|
13689
13669
|
downloadCount: bigint | null;
|
|
13670
|
+
uploadBandwidth: bigint | null;
|
|
13671
|
+
uploadCount: bigint | null;
|
|
13690
13672
|
totalDataCount: bigint | null;
|
|
13691
13673
|
totalStorageSize: bigint | null;
|
|
13692
13674
|
perDataSize: bigint | null;
|
|
13693
|
-
downloadBandwidth: bigint | null;
|
|
13694
|
-
uploadBandwidth: bigint | null;
|
|
13695
13675
|
receivedMailsId: string;
|
|
13696
13676
|
sentMailsId: string;
|
|
13697
13677
|
};
|
|
@@ -13699,16 +13679,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13699
13679
|
};
|
|
13700
13680
|
name: string;
|
|
13701
13681
|
id: string;
|
|
13702
|
-
createdAt: Date;
|
|
13703
|
-
updatedAt: Date;
|
|
13704
|
-
quotasId: string;
|
|
13705
13682
|
ownerId: string;
|
|
13706
13683
|
blocked: boolean;
|
|
13707
13684
|
color: string | null;
|
|
13708
13685
|
logo: string | null;
|
|
13686
|
+
createdAt: Date;
|
|
13687
|
+
updatedAt: Date;
|
|
13709
13688
|
origin: string[];
|
|
13710
13689
|
planId: string | null;
|
|
13711
13690
|
lastMetricsReset: Date;
|
|
13691
|
+
quotasId: string;
|
|
13712
13692
|
owner: {
|
|
13713
13693
|
user: {
|
|
13714
13694
|
id: string;
|
|
@@ -13755,8 +13735,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13755
13735
|
logo: string | null;
|
|
13756
13736
|
origin: string;
|
|
13757
13737
|
collaborators: {
|
|
13758
|
-
userId: string;
|
|
13759
13738
|
role: "developer" | "admin";
|
|
13739
|
+
userId: string;
|
|
13760
13740
|
}[];
|
|
13761
13741
|
};
|
|
13762
13742
|
_input_out: {
|
|
@@ -13765,8 +13745,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13765
13745
|
logo: string | null;
|
|
13766
13746
|
origin: string;
|
|
13767
13747
|
collaborators: {
|
|
13768
|
-
userId: string;
|
|
13769
13748
|
role: "developer" | "admin";
|
|
13749
|
+
userId: string;
|
|
13770
13750
|
}[];
|
|
13771
13751
|
};
|
|
13772
13752
|
_output_in: {
|
|
@@ -13900,12 +13880,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13900
13880
|
ls: TranslationFunctions;
|
|
13901
13881
|
};
|
|
13902
13882
|
_input_in: {
|
|
13903
|
-
appId: string;
|
|
13904
13883
|
developerId: string;
|
|
13884
|
+
appId: string;
|
|
13905
13885
|
};
|
|
13906
13886
|
_input_out: {
|
|
13907
|
-
appId: string;
|
|
13908
13887
|
developerId: string;
|
|
13888
|
+
appId: string;
|
|
13909
13889
|
};
|
|
13910
13890
|
_output_in: {
|
|
13911
13891
|
isDeleted: boolean;
|
|
@@ -13970,12 +13950,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13970
13950
|
ls: TranslationFunctions;
|
|
13971
13951
|
};
|
|
13972
13952
|
_input_in: {
|
|
13973
|
-
appId: string;
|
|
13974
13953
|
developerId: string;
|
|
13954
|
+
appId: string;
|
|
13975
13955
|
};
|
|
13976
13956
|
_input_out: {
|
|
13977
|
-
appId: string;
|
|
13978
13957
|
developerId: string;
|
|
13958
|
+
appId: string;
|
|
13979
13959
|
};
|
|
13980
13960
|
_output_in: {
|
|
13981
13961
|
developer: {
|
|
@@ -13990,8 +13970,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13990
13970
|
email: string;
|
|
13991
13971
|
id: string;
|
|
13992
13972
|
createdAt: Date;
|
|
13993
|
-
isPrimary: boolean;
|
|
13994
13973
|
accountInfosId: string | null;
|
|
13974
|
+
isPrimary: boolean;
|
|
13995
13975
|
}[];
|
|
13996
13976
|
};
|
|
13997
13977
|
};
|
|
@@ -14014,8 +13994,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14014
13994
|
email: string;
|
|
14015
13995
|
id: string;
|
|
14016
13996
|
createdAt: Date;
|
|
14017
|
-
isPrimary: boolean;
|
|
14018
13997
|
accountInfosId: string | null;
|
|
13998
|
+
isPrimary: boolean;
|
|
14019
13999
|
}[];
|
|
14020
14000
|
};
|
|
14021
14001
|
};
|
|
@@ -14100,8 +14080,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14100
14080
|
email: string;
|
|
14101
14081
|
id: string;
|
|
14102
14082
|
createdAt: Date;
|
|
14103
|
-
isPrimary: boolean;
|
|
14104
14083
|
accountInfosId: string | null;
|
|
14084
|
+
isPrimary: boolean;
|
|
14105
14085
|
}[];
|
|
14106
14086
|
};
|
|
14107
14087
|
};
|
|
@@ -14124,8 +14104,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14124
14104
|
email: string;
|
|
14125
14105
|
id: string;
|
|
14126
14106
|
createdAt: Date;
|
|
14127
|
-
isPrimary: boolean;
|
|
14128
14107
|
accountInfosId: string | null;
|
|
14108
|
+
isPrimary: boolean;
|
|
14129
14109
|
}[];
|
|
14130
14110
|
};
|
|
14131
14111
|
};
|
|
@@ -14378,13 +14358,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14378
14358
|
ls: TranslationFunctions;
|
|
14379
14359
|
};
|
|
14380
14360
|
_input_in: {
|
|
14381
|
-
appId: string;
|
|
14382
14361
|
developerId: string;
|
|
14362
|
+
appId: string;
|
|
14383
14363
|
role?: "developer" | "admin" | undefined;
|
|
14384
14364
|
};
|
|
14385
14365
|
_input_out: {
|
|
14386
|
-
appId: string;
|
|
14387
14366
|
developerId: string;
|
|
14367
|
+
appId: string;
|
|
14388
14368
|
role?: "developer" | "admin" | undefined;
|
|
14389
14369
|
};
|
|
14390
14370
|
_output_in: {
|
|
@@ -14443,12 +14423,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14443
14423
|
ls: TranslationFunctions;
|
|
14444
14424
|
};
|
|
14445
14425
|
_input_in: {
|
|
14446
|
-
userId: string;
|
|
14447
14426
|
appId: string;
|
|
14427
|
+
userId: string;
|
|
14448
14428
|
};
|
|
14449
14429
|
_input_out: {
|
|
14450
|
-
userId: string;
|
|
14451
14430
|
appId: string;
|
|
14431
|
+
userId: string;
|
|
14452
14432
|
};
|
|
14453
14433
|
_output_in: {
|
|
14454
14434
|
isUpdated: boolean;
|
|
@@ -14751,11 +14731,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14751
14731
|
account: {
|
|
14752
14732
|
id: string;
|
|
14753
14733
|
createdAt: Date;
|
|
14734
|
+
updatedAt: Date;
|
|
14754
14735
|
deletedAt: Date | null;
|
|
14736
|
+
role: "user" | "admin";
|
|
14755
14737
|
infosId: string;
|
|
14756
14738
|
phones: string[];
|
|
14757
|
-
updatedAt: Date;
|
|
14758
|
-
role: "user" | "admin";
|
|
14759
14739
|
emails: {
|
|
14760
14740
|
email: string;
|
|
14761
14741
|
isPrimary: boolean;
|
|
@@ -14780,11 +14760,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14780
14760
|
account: {
|
|
14781
14761
|
id: string;
|
|
14782
14762
|
createdAt: Date;
|
|
14763
|
+
updatedAt: Date;
|
|
14783
14764
|
deletedAt: Date | null;
|
|
14765
|
+
role: "user" | "admin";
|
|
14784
14766
|
infosId: string;
|
|
14785
14767
|
phones: string[];
|
|
14786
|
-
updatedAt: Date;
|
|
14787
|
-
role: "user" | "admin";
|
|
14788
14768
|
emails: {
|
|
14789
14769
|
email: string;
|
|
14790
14770
|
isPrimary: boolean;
|
|
@@ -14830,8 +14810,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14830
14810
|
appSessions: ({
|
|
14831
14811
|
id: string;
|
|
14832
14812
|
createdAt: Date;
|
|
14833
|
-
userId: string;
|
|
14834
14813
|
appId: string;
|
|
14814
|
+
userId: string;
|
|
14835
14815
|
userSessionId: string;
|
|
14836
14816
|
lastActivity: Date | null;
|
|
14837
14817
|
userAgent: string | null;
|
|
@@ -14857,8 +14837,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14857
14837
|
appSessions: ({
|
|
14858
14838
|
id: string;
|
|
14859
14839
|
createdAt: Date;
|
|
14860
|
-
userId: string;
|
|
14861
14840
|
appId: string;
|
|
14841
|
+
userId: string;
|
|
14862
14842
|
userSessionId: string;
|
|
14863
14843
|
lastActivity: Date | null;
|
|
14864
14844
|
userAgent: string | null;
|