@secrecy/trpc-api-types 1.33.0-dev.7 → 1.33.0-dev.9
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 +67 -71
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -357,8 +357,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
357
357
|
uploadCount: bigint;
|
|
358
358
|
downloadCount: bigint;
|
|
359
359
|
size: bigint;
|
|
360
|
-
uploadBandwidth: bigint;
|
|
361
360
|
downloadBandwidth: bigint;
|
|
361
|
+
uploadBandwidth: bigint;
|
|
362
362
|
maxCount: bigint | null;
|
|
363
363
|
maxSize: bigint | null;
|
|
364
364
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -391,8 +391,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
391
391
|
uploadCount: bigint;
|
|
392
392
|
downloadCount: bigint;
|
|
393
393
|
size: bigint;
|
|
394
|
-
uploadBandwidth: bigint;
|
|
395
394
|
downloadBandwidth: bigint;
|
|
395
|
+
uploadBandwidth: bigint;
|
|
396
396
|
maxCount: bigint | null;
|
|
397
397
|
maxSize: bigint | null;
|
|
398
398
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -466,24 +466,20 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
466
466
|
appId?: string | undefined;
|
|
467
467
|
} | undefined;
|
|
468
468
|
_output_in: {
|
|
469
|
-
id: string;
|
|
470
469
|
users: number;
|
|
471
470
|
developers: number;
|
|
472
|
-
lastReset: Date;
|
|
473
|
-
uploadBandwidth: bigint;
|
|
474
|
-
downloadBandwidth: bigint;
|
|
475
471
|
hasDatabase: boolean;
|
|
476
472
|
storageUsage: number;
|
|
473
|
+
downloadBandwidthUsage: number;
|
|
474
|
+
uploadBandwidthUsage: number;
|
|
477
475
|
};
|
|
478
476
|
_output_out: {
|
|
479
|
-
id: string;
|
|
480
477
|
users: number;
|
|
481
478
|
developers: number;
|
|
482
|
-
lastReset: Date;
|
|
483
|
-
uploadBandwidth: bigint;
|
|
484
|
-
downloadBandwidth: bigint;
|
|
485
479
|
hasDatabase: boolean;
|
|
486
480
|
storageUsage: number;
|
|
481
|
+
downloadBandwidthUsage: number;
|
|
482
|
+
uploadBandwidthUsage: number;
|
|
487
483
|
};
|
|
488
484
|
}, unknown>;
|
|
489
485
|
quotas: _trpc_server.BuildProcedure<"query", {
|
|
@@ -1708,13 +1704,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1708
1704
|
email: string;
|
|
1709
1705
|
};
|
|
1710
1706
|
_output_in: {
|
|
1711
|
-
srpSalt: string;
|
|
1712
1707
|
pub: string;
|
|
1708
|
+
srpSalt: string;
|
|
1713
1709
|
loginId: string;
|
|
1714
1710
|
};
|
|
1715
1711
|
_output_out: {
|
|
1716
|
-
srpSalt: string;
|
|
1717
1712
|
pub: string;
|
|
1713
|
+
srpSalt: string;
|
|
1718
1714
|
loginId: string;
|
|
1719
1715
|
};
|
|
1720
1716
|
}, unknown>;
|
|
@@ -2624,8 +2620,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2624
2620
|
name: string;
|
|
2625
2621
|
updatedAt: Date;
|
|
2626
2622
|
type: "FILE" | "FOLDER";
|
|
2627
|
-
parentId: string | null;
|
|
2628
2623
|
isFavorite: boolean;
|
|
2624
|
+
parentId: string | null;
|
|
2629
2625
|
currentDataId: string | null;
|
|
2630
2626
|
} & {
|
|
2631
2627
|
users: [{
|
|
@@ -2693,8 +2689,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2693
2689
|
name: string;
|
|
2694
2690
|
updatedAt: Date;
|
|
2695
2691
|
type: "FILE" | "FOLDER";
|
|
2696
|
-
parentId: string | null;
|
|
2697
2692
|
isFavorite: boolean;
|
|
2693
|
+
parentId: string | null;
|
|
2698
2694
|
currentDataId: string | null;
|
|
2699
2695
|
} & {
|
|
2700
2696
|
users: [{
|
|
@@ -2725,8 +2721,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2725
2721
|
name: string;
|
|
2726
2722
|
updatedAt: Date;
|
|
2727
2723
|
type: "FILE" | "FOLDER";
|
|
2728
|
-
parentId: string | null;
|
|
2729
2724
|
isFavorite: boolean;
|
|
2725
|
+
parentId: string | null;
|
|
2730
2726
|
currentDataId: string | null;
|
|
2731
2727
|
} & {
|
|
2732
2728
|
users: [{
|
|
@@ -2769,8 +2765,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2769
2765
|
name: string;
|
|
2770
2766
|
updatedAt: Date;
|
|
2771
2767
|
type: "FILE" | "FOLDER";
|
|
2772
|
-
parentId: string | null;
|
|
2773
2768
|
isFavorite: boolean;
|
|
2769
|
+
parentId: string | null;
|
|
2774
2770
|
currentDataId: string | null;
|
|
2775
2771
|
} & {
|
|
2776
2772
|
users: [{
|
|
@@ -2838,8 +2834,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2838
2834
|
name: string;
|
|
2839
2835
|
updatedAt: Date;
|
|
2840
2836
|
type: "FILE" | "FOLDER";
|
|
2841
|
-
parentId: string | null;
|
|
2842
2837
|
isFavorite: boolean;
|
|
2838
|
+
parentId: string | null;
|
|
2843
2839
|
currentDataId: string | null;
|
|
2844
2840
|
} & {
|
|
2845
2841
|
users: [{
|
|
@@ -2870,8 +2866,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2870
2866
|
name: string;
|
|
2871
2867
|
updatedAt: Date;
|
|
2872
2868
|
type: "FILE" | "FOLDER";
|
|
2873
|
-
parentId: string | null;
|
|
2874
2869
|
isFavorite: boolean;
|
|
2870
|
+
parentId: string | null;
|
|
2875
2871
|
currentDataId: string | null;
|
|
2876
2872
|
} & {
|
|
2877
2873
|
users: [{
|
|
@@ -3462,15 +3458,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3462
3458
|
_input_in: {
|
|
3463
3459
|
key: string;
|
|
3464
3460
|
dataId: string;
|
|
3465
|
-
nodeId: string | null;
|
|
3466
3461
|
nameKey: string;
|
|
3462
|
+
nodeId: string | null;
|
|
3467
3463
|
fileName: string;
|
|
3468
3464
|
};
|
|
3469
3465
|
_input_out: {
|
|
3470
3466
|
key: string;
|
|
3471
3467
|
dataId: string;
|
|
3472
|
-
nodeId: string | null;
|
|
3473
3468
|
nameKey: string;
|
|
3469
|
+
nodeId: string | null;
|
|
3474
3470
|
fileName: string;
|
|
3475
3471
|
};
|
|
3476
3472
|
_output_in: {
|
|
@@ -3480,8 +3476,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3480
3476
|
name: string;
|
|
3481
3477
|
updatedAt: Date;
|
|
3482
3478
|
type: "FILE" | "FOLDER";
|
|
3483
|
-
parentId: string | null;
|
|
3484
3479
|
isFavorite: boolean;
|
|
3480
|
+
parentId: string | null;
|
|
3485
3481
|
currentDataId: string | null;
|
|
3486
3482
|
} & {
|
|
3487
3483
|
users: [{
|
|
@@ -3549,8 +3545,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3549
3545
|
name: string;
|
|
3550
3546
|
updatedAt: Date;
|
|
3551
3547
|
type: "FILE" | "FOLDER";
|
|
3552
|
-
parentId: string | null;
|
|
3553
3548
|
isFavorite: boolean;
|
|
3549
|
+
parentId: string | null;
|
|
3554
3550
|
currentDataId: string | null;
|
|
3555
3551
|
} & {
|
|
3556
3552
|
users: [{
|
|
@@ -3581,8 +3577,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3581
3577
|
name: string;
|
|
3582
3578
|
updatedAt: Date;
|
|
3583
3579
|
type: "FILE" | "FOLDER";
|
|
3584
|
-
parentId: string | null;
|
|
3585
3580
|
isFavorite: boolean;
|
|
3581
|
+
parentId: string | null;
|
|
3586
3582
|
currentDataId: string | null;
|
|
3587
3583
|
} & {
|
|
3588
3584
|
users: [{
|
|
@@ -3625,8 +3621,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3625
3621
|
name: string;
|
|
3626
3622
|
updatedAt: Date;
|
|
3627
3623
|
type: "FILE" | "FOLDER";
|
|
3628
|
-
parentId: string | null;
|
|
3629
3624
|
isFavorite: boolean;
|
|
3625
|
+
parentId: string | null;
|
|
3630
3626
|
currentDataId: string | null;
|
|
3631
3627
|
} & {
|
|
3632
3628
|
users: [{
|
|
@@ -3694,8 +3690,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3694
3690
|
name: string;
|
|
3695
3691
|
updatedAt: Date;
|
|
3696
3692
|
type: "FILE" | "FOLDER";
|
|
3697
|
-
parentId: string | null;
|
|
3698
3693
|
isFavorite: boolean;
|
|
3694
|
+
parentId: string | null;
|
|
3699
3695
|
currentDataId: string | null;
|
|
3700
3696
|
} & {
|
|
3701
3697
|
users: [{
|
|
@@ -3726,8 +3722,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3726
3722
|
name: string;
|
|
3727
3723
|
updatedAt: Date;
|
|
3728
3724
|
type: "FILE" | "FOLDER";
|
|
3729
|
-
parentId: string | null;
|
|
3730
3725
|
isFavorite: boolean;
|
|
3726
|
+
parentId: string | null;
|
|
3731
3727
|
currentDataId: string | null;
|
|
3732
3728
|
} & {
|
|
3733
3729
|
users: [{
|
|
@@ -4347,13 +4343,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4347
4343
|
};
|
|
4348
4344
|
_input_in: {
|
|
4349
4345
|
name: string;
|
|
4350
|
-
parentId: string | null;
|
|
4351
4346
|
nameKey: string | null;
|
|
4347
|
+
parentId: string | null;
|
|
4352
4348
|
};
|
|
4353
4349
|
_input_out: {
|
|
4354
4350
|
name: string;
|
|
4355
|
-
parentId: string | null;
|
|
4356
4351
|
nameKey: string | null;
|
|
4352
|
+
parentId: string | null;
|
|
4357
4353
|
};
|
|
4358
4354
|
_output_in: {
|
|
4359
4355
|
id: string;
|
|
@@ -4362,8 +4358,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4362
4358
|
name: string;
|
|
4363
4359
|
updatedAt: Date;
|
|
4364
4360
|
type: "FILE" | "FOLDER";
|
|
4365
|
-
parentId: string | null;
|
|
4366
4361
|
isFavorite: boolean;
|
|
4362
|
+
parentId: string | null;
|
|
4367
4363
|
currentDataId: string | null;
|
|
4368
4364
|
} & {
|
|
4369
4365
|
users: [{
|
|
@@ -4431,8 +4427,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4431
4427
|
name: string;
|
|
4432
4428
|
updatedAt: Date;
|
|
4433
4429
|
type: "FILE" | "FOLDER";
|
|
4434
|
-
parentId: string | null;
|
|
4435
4430
|
isFavorite: boolean;
|
|
4431
|
+
parentId: string | null;
|
|
4436
4432
|
currentDataId: string | null;
|
|
4437
4433
|
} & {
|
|
4438
4434
|
users: [{
|
|
@@ -4463,8 +4459,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4463
4459
|
name: string;
|
|
4464
4460
|
updatedAt: Date;
|
|
4465
4461
|
type: "FILE" | "FOLDER";
|
|
4466
|
-
parentId: string | null;
|
|
4467
4462
|
isFavorite: boolean;
|
|
4463
|
+
parentId: string | null;
|
|
4468
4464
|
currentDataId: string | null;
|
|
4469
4465
|
} & {
|
|
4470
4466
|
users: [{
|
|
@@ -4507,8 +4503,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4507
4503
|
name: string;
|
|
4508
4504
|
updatedAt: Date;
|
|
4509
4505
|
type: "FILE" | "FOLDER";
|
|
4510
|
-
parentId: string | null;
|
|
4511
4506
|
isFavorite: boolean;
|
|
4507
|
+
parentId: string | null;
|
|
4512
4508
|
currentDataId: string | null;
|
|
4513
4509
|
} & {
|
|
4514
4510
|
users: [{
|
|
@@ -4576,8 +4572,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4576
4572
|
name: string;
|
|
4577
4573
|
updatedAt: Date;
|
|
4578
4574
|
type: "FILE" | "FOLDER";
|
|
4579
|
-
parentId: string | null;
|
|
4580
4575
|
isFavorite: boolean;
|
|
4576
|
+
parentId: string | null;
|
|
4581
4577
|
currentDataId: string | null;
|
|
4582
4578
|
} & {
|
|
4583
4579
|
users: [{
|
|
@@ -4608,8 +4604,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4608
4604
|
name: string;
|
|
4609
4605
|
updatedAt: Date;
|
|
4610
4606
|
type: "FILE" | "FOLDER";
|
|
4611
|
-
parentId: string | null;
|
|
4612
4607
|
isFavorite: boolean;
|
|
4608
|
+
parentId: string | null;
|
|
4613
4609
|
currentDataId: string | null;
|
|
4614
4610
|
} & {
|
|
4615
4611
|
users: [{
|
|
@@ -5058,24 +5054,24 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5058
5054
|
id: string;
|
|
5059
5055
|
};
|
|
5060
5056
|
_output_in: {
|
|
5061
|
-
userAppUserId: string;
|
|
5062
|
-
userAppAppId: string;
|
|
5063
|
-
sharedByUserId: string;
|
|
5064
|
-
sharedByAppId: string;
|
|
5065
|
-
nodeId: string;
|
|
5066
5057
|
rights: "admin" | "write" | "read";
|
|
5067
5058
|
nameKey: string | null;
|
|
5068
5059
|
isRoot: boolean;
|
|
5069
|
-
};
|
|
5070
|
-
_output_out: {
|
|
5071
|
-
userAppUserId: string;
|
|
5072
|
-
userAppAppId: string;
|
|
5073
5060
|
sharedByUserId: string;
|
|
5074
5061
|
sharedByAppId: string;
|
|
5075
5062
|
nodeId: string;
|
|
5063
|
+
userAppUserId: string;
|
|
5064
|
+
userAppAppId: string;
|
|
5065
|
+
};
|
|
5066
|
+
_output_out: {
|
|
5076
5067
|
rights: "admin" | "write" | "read";
|
|
5077
5068
|
nameKey: string | null;
|
|
5078
5069
|
isRoot: boolean;
|
|
5070
|
+
sharedByUserId: string;
|
|
5071
|
+
sharedByAppId: string;
|
|
5072
|
+
nodeId: string;
|
|
5073
|
+
userAppUserId: string;
|
|
5074
|
+
userAppAppId: string;
|
|
5079
5075
|
};
|
|
5080
5076
|
}, unknown>;
|
|
5081
5077
|
nodeBreadcrumbById: _trpc_server.BuildProcedure<"query", {
|
|
@@ -5202,8 +5198,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5202
5198
|
name: string;
|
|
5203
5199
|
updatedAt: Date;
|
|
5204
5200
|
type: "FILE" | "FOLDER";
|
|
5205
|
-
parentId: string | null;
|
|
5206
5201
|
isFavorite: boolean;
|
|
5202
|
+
parentId: string | null;
|
|
5207
5203
|
currentDataId: string | null;
|
|
5208
5204
|
} & {
|
|
5209
5205
|
users: [{
|
|
@@ -5239,8 +5235,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5239
5235
|
name: string;
|
|
5240
5236
|
updatedAt: Date;
|
|
5241
5237
|
type: "FILE" | "FOLDER";
|
|
5242
|
-
parentId: string | null;
|
|
5243
5238
|
isFavorite: boolean;
|
|
5239
|
+
parentId: string | null;
|
|
5244
5240
|
currentDataId: string | null;
|
|
5245
5241
|
} & {
|
|
5246
5242
|
users: [{
|
|
@@ -5330,8 +5326,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5330
5326
|
name: string;
|
|
5331
5327
|
updatedAt: Date;
|
|
5332
5328
|
type: "FILE" | "FOLDER";
|
|
5333
|
-
parentId: string | null;
|
|
5334
5329
|
isFavorite: boolean;
|
|
5330
|
+
parentId: string | null;
|
|
5335
5331
|
currentDataId: string | null;
|
|
5336
5332
|
} & {
|
|
5337
5333
|
users: [{
|
|
@@ -5399,8 +5395,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5399
5395
|
name: string;
|
|
5400
5396
|
updatedAt: Date;
|
|
5401
5397
|
type: "FILE" | "FOLDER";
|
|
5402
|
-
parentId: string | null;
|
|
5403
5398
|
isFavorite: boolean;
|
|
5399
|
+
parentId: string | null;
|
|
5404
5400
|
currentDataId: string | null;
|
|
5405
5401
|
} & {
|
|
5406
5402
|
users: [{
|
|
@@ -5431,8 +5427,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5431
5427
|
name: string;
|
|
5432
5428
|
updatedAt: Date;
|
|
5433
5429
|
type: "FILE" | "FOLDER";
|
|
5434
|
-
parentId: string | null;
|
|
5435
5430
|
isFavorite: boolean;
|
|
5431
|
+
parentId: string | null;
|
|
5436
5432
|
currentDataId: string | null;
|
|
5437
5433
|
} & {
|
|
5438
5434
|
users: [{
|
|
@@ -5475,8 +5471,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5475
5471
|
name: string;
|
|
5476
5472
|
updatedAt: Date;
|
|
5477
5473
|
type: "FILE" | "FOLDER";
|
|
5478
|
-
parentId: string | null;
|
|
5479
5474
|
isFavorite: boolean;
|
|
5475
|
+
parentId: string | null;
|
|
5480
5476
|
currentDataId: string | null;
|
|
5481
5477
|
} & {
|
|
5482
5478
|
users: [{
|
|
@@ -5544,8 +5540,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5544
5540
|
name: string;
|
|
5545
5541
|
updatedAt: Date;
|
|
5546
5542
|
type: "FILE" | "FOLDER";
|
|
5547
|
-
parentId: string | null;
|
|
5548
5543
|
isFavorite: boolean;
|
|
5544
|
+
parentId: string | null;
|
|
5549
5545
|
currentDataId: string | null;
|
|
5550
5546
|
} & {
|
|
5551
5547
|
users: [{
|
|
@@ -5576,8 +5572,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5576
5572
|
name: string;
|
|
5577
5573
|
updatedAt: Date;
|
|
5578
5574
|
type: "FILE" | "FOLDER";
|
|
5579
|
-
parentId: string | null;
|
|
5580
5575
|
isFavorite: boolean;
|
|
5576
|
+
parentId: string | null;
|
|
5581
5577
|
currentDataId: string | null;
|
|
5582
5578
|
} & {
|
|
5583
5579
|
users: [{
|
|
@@ -5728,8 +5724,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5728
5724
|
name: string;
|
|
5729
5725
|
updatedAt: Date;
|
|
5730
5726
|
type: "FILE" | "FOLDER";
|
|
5731
|
-
parentId: string | null;
|
|
5732
5727
|
isFavorite: boolean;
|
|
5728
|
+
parentId: string | null;
|
|
5733
5729
|
currentDataId: string | null;
|
|
5734
5730
|
} & {
|
|
5735
5731
|
users: [{
|
|
@@ -5760,8 +5756,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5760
5756
|
name: string;
|
|
5761
5757
|
updatedAt: Date;
|
|
5762
5758
|
type: "FILE" | "FOLDER";
|
|
5763
|
-
parentId: string | null;
|
|
5764
5759
|
isFavorite: boolean;
|
|
5760
|
+
parentId: string | null;
|
|
5765
5761
|
currentDataId: string | null;
|
|
5766
5762
|
} & {
|
|
5767
5763
|
users: [{
|
|
@@ -5844,8 +5840,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5844
5840
|
name: string;
|
|
5845
5841
|
updatedAt: Date;
|
|
5846
5842
|
type: "FILE" | "FOLDER";
|
|
5847
|
-
parentId: string | null;
|
|
5848
5843
|
isFavorite: boolean;
|
|
5844
|
+
parentId: string | null;
|
|
5849
5845
|
currentDataId: string | null;
|
|
5850
5846
|
} & {
|
|
5851
5847
|
users: [{
|
|
@@ -5876,8 +5872,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5876
5872
|
name: string;
|
|
5877
5873
|
updatedAt: Date;
|
|
5878
5874
|
type: "FILE" | "FOLDER";
|
|
5879
|
-
parentId: string | null;
|
|
5880
5875
|
isFavorite: boolean;
|
|
5876
|
+
parentId: string | null;
|
|
5881
5877
|
currentDataId: string | null;
|
|
5882
5878
|
} & {
|
|
5883
5879
|
users: [{
|
|
@@ -5956,8 +5952,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5956
5952
|
name: string;
|
|
5957
5953
|
updatedAt: Date;
|
|
5958
5954
|
type: "FILE" | "FOLDER";
|
|
5959
|
-
parentId: string | null;
|
|
5960
5955
|
isFavorite: boolean;
|
|
5956
|
+
parentId: string | null;
|
|
5961
5957
|
currentDataId: string | null;
|
|
5962
5958
|
} & {
|
|
5963
5959
|
users: [{
|
|
@@ -5988,8 +5984,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5988
5984
|
name: string;
|
|
5989
5985
|
updatedAt: Date;
|
|
5990
5986
|
type: "FILE" | "FOLDER";
|
|
5991
|
-
parentId: string | null;
|
|
5992
5987
|
isFavorite: boolean;
|
|
5988
|
+
parentId: string | null;
|
|
5993
5989
|
currentDataId: string | null;
|
|
5994
5990
|
} & {
|
|
5995
5991
|
users: [{
|
|
@@ -6119,6 +6115,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6119
6115
|
};
|
|
6120
6116
|
_input_in: {
|
|
6121
6117
|
userId: string;
|
|
6118
|
+
rights: "admin" | "write" | "read";
|
|
6122
6119
|
nodes: {
|
|
6123
6120
|
data: {
|
|
6124
6121
|
id: string;
|
|
@@ -6127,10 +6124,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6127
6124
|
id: string;
|
|
6128
6125
|
nameKey: string | null;
|
|
6129
6126
|
}[];
|
|
6130
|
-
rights: "admin" | "write" | "read";
|
|
6131
6127
|
};
|
|
6132
6128
|
_input_out: {
|
|
6133
6129
|
userId: string;
|
|
6130
|
+
rights: "admin" | "write" | "read";
|
|
6134
6131
|
nodes: {
|
|
6135
6132
|
data: {
|
|
6136
6133
|
id: string;
|
|
@@ -6139,7 +6136,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6139
6136
|
id: string;
|
|
6140
6137
|
nameKey: string | null;
|
|
6141
6138
|
}[];
|
|
6142
|
-
rights: "admin" | "write" | "read";
|
|
6143
6139
|
};
|
|
6144
6140
|
_output_in: {
|
|
6145
6141
|
isFinished: boolean;
|
|
@@ -6272,8 +6268,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6272
6268
|
name: string;
|
|
6273
6269
|
updatedAt: Date;
|
|
6274
6270
|
type: "FILE" | "FOLDER";
|
|
6275
|
-
parentId: string | null;
|
|
6276
6271
|
isFavorite: boolean;
|
|
6272
|
+
parentId: string | null;
|
|
6277
6273
|
currentDataId: string | null;
|
|
6278
6274
|
} & {
|
|
6279
6275
|
users: [{
|
|
@@ -6341,8 +6337,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6341
6337
|
name: string;
|
|
6342
6338
|
updatedAt: Date;
|
|
6343
6339
|
type: "FILE" | "FOLDER";
|
|
6344
|
-
parentId: string | null;
|
|
6345
6340
|
isFavorite: boolean;
|
|
6341
|
+
parentId: string | null;
|
|
6346
6342
|
currentDataId: string | null;
|
|
6347
6343
|
} & {
|
|
6348
6344
|
users: [{
|
|
@@ -6373,8 +6369,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6373
6369
|
name: string;
|
|
6374
6370
|
updatedAt: Date;
|
|
6375
6371
|
type: "FILE" | "FOLDER";
|
|
6376
|
-
parentId: string | null;
|
|
6377
6372
|
isFavorite: boolean;
|
|
6373
|
+
parentId: string | null;
|
|
6378
6374
|
currentDataId: string | null;
|
|
6379
6375
|
} & {
|
|
6380
6376
|
users: [{
|
|
@@ -6417,8 +6413,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6417
6413
|
name: string;
|
|
6418
6414
|
updatedAt: Date;
|
|
6419
6415
|
type: "FILE" | "FOLDER";
|
|
6420
|
-
parentId: string | null;
|
|
6421
6416
|
isFavorite: boolean;
|
|
6417
|
+
parentId: string | null;
|
|
6422
6418
|
currentDataId: string | null;
|
|
6423
6419
|
} & {
|
|
6424
6420
|
users: [{
|
|
@@ -6486,8 +6482,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6486
6482
|
name: string;
|
|
6487
6483
|
updatedAt: Date;
|
|
6488
6484
|
type: "FILE" | "FOLDER";
|
|
6489
|
-
parentId: string | null;
|
|
6490
6485
|
isFavorite: boolean;
|
|
6486
|
+
parentId: string | null;
|
|
6491
6487
|
currentDataId: string | null;
|
|
6492
6488
|
} & {
|
|
6493
6489
|
users: [{
|
|
@@ -6518,8 +6514,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6518
6514
|
name: string;
|
|
6519
6515
|
updatedAt: Date;
|
|
6520
6516
|
type: "FILE" | "FOLDER";
|
|
6521
|
-
parentId: string | null;
|
|
6522
6517
|
isFavorite: boolean;
|
|
6518
|
+
parentId: string | null;
|
|
6523
6519
|
currentDataId: string | null;
|
|
6524
6520
|
} & {
|
|
6525
6521
|
users: [{
|
|
@@ -13648,8 +13644,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13648
13644
|
totalDataCount: bigint | null;
|
|
13649
13645
|
totalStorageSize: bigint | null;
|
|
13650
13646
|
perDataSize: bigint | null;
|
|
13651
|
-
uploadBandwidth: bigint | null;
|
|
13652
13647
|
downloadBandwidth: bigint | null;
|
|
13648
|
+
uploadBandwidth: bigint | null;
|
|
13653
13649
|
} & {
|
|
13654
13650
|
sentMails: {
|
|
13655
13651
|
count: bigint | null;
|
|
@@ -13688,8 +13684,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
13688
13684
|
totalDataCount: bigint | null;
|
|
13689
13685
|
totalStorageSize: bigint | null;
|
|
13690
13686
|
perDataSize: bigint | null;
|
|
13691
|
-
uploadBandwidth: bigint | null;
|
|
13692
13687
|
downloadBandwidth: bigint | null;
|
|
13688
|
+
uploadBandwidth: bigint | null;
|
|
13693
13689
|
} & {
|
|
13694
13690
|
sentMails: {
|
|
13695
13691
|
count: bigint | null;
|
|
@@ -16178,8 +16174,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16178
16174
|
updatedAt: Date;
|
|
16179
16175
|
origin: string[];
|
|
16180
16176
|
planId: string | null;
|
|
16177
|
+
lastMetricsReset: Date;
|
|
16181
16178
|
quotasId: string;
|
|
16182
|
-
metricsId: string;
|
|
16183
16179
|
owner: {
|
|
16184
16180
|
user: {
|
|
16185
16181
|
id: string;
|
|
@@ -16229,8 +16225,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16229
16225
|
updatedAt: Date;
|
|
16230
16226
|
origin: string[];
|
|
16231
16227
|
planId: string | null;
|
|
16228
|
+
lastMetricsReset: Date;
|
|
16232
16229
|
quotasId: string;
|
|
16233
|
-
metricsId: string;
|
|
16234
16230
|
owner: {
|
|
16235
16231
|
user: {
|
|
16236
16232
|
id: string;
|
|
@@ -16332,8 +16328,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16332
16328
|
updatedAt: Date;
|
|
16333
16329
|
origin: string[];
|
|
16334
16330
|
planId: string | null;
|
|
16331
|
+
lastMetricsReset: Date;
|
|
16335
16332
|
quotasId: string;
|
|
16336
|
-
metricsId: string;
|
|
16337
16333
|
owner: {
|
|
16338
16334
|
user: {
|
|
16339
16335
|
id: string;
|
|
@@ -16383,8 +16379,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16383
16379
|
updatedAt: Date;
|
|
16384
16380
|
origin: string[];
|
|
16385
16381
|
planId: string | null;
|
|
16382
|
+
lastMetricsReset: Date;
|
|
16386
16383
|
quotasId: string;
|
|
16387
|
-
metricsId: string;
|
|
16388
16384
|
owner: {
|
|
16389
16385
|
user: {
|
|
16390
16386
|
id: string;
|