@secrecy/trpc-api-types 1.33.0-feat-delete-nodes.2 → 1.33.0-feat-delete-nodes.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.
Files changed (2) hide show
  1. package/dist/index.d.cts +160 -160
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -2184,11 +2184,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2184
2184
  createdAt: Date;
2185
2185
  size: bigint;
2186
2186
  md5: string;
2187
+ userAppUserId: string;
2188
+ userAppAppId: string;
2187
2189
  storageType: "s3" | "lite";
2188
2190
  sizeEncrypted: bigint | null;
2189
2191
  md5Encrypted: string | null;
2190
- userAppUserId: string;
2191
- userAppAppId: string;
2192
2192
  validatedAt: Date | null;
2193
2193
  access: {
2194
2194
  key: string | null;
@@ -2200,11 +2200,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2200
2200
  createdAt: Date;
2201
2201
  size: bigint;
2202
2202
  md5: string;
2203
+ userAppUserId: string;
2204
+ userAppAppId: string;
2203
2205
  storageType: "s3" | "lite";
2204
2206
  sizeEncrypted: bigint | null;
2205
2207
  md5Encrypted: string | null;
2206
- userAppUserId: string;
2207
- userAppAppId: string;
2208
2208
  validatedAt: Date | null;
2209
2209
  access: {
2210
2210
  key: string | null;
@@ -2329,11 +2329,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2329
2329
  createdAt: Date;
2330
2330
  size: bigint;
2331
2331
  md5: string;
2332
+ userAppUserId: string;
2333
+ userAppAppId: string;
2332
2334
  storageType: "s3" | "lite";
2333
2335
  sizeEncrypted: bigint | null;
2334
2336
  md5Encrypted: string | null;
2335
- userAppUserId: string;
2336
- userAppAppId: string;
2337
2337
  validatedAt: Date | null;
2338
2338
  access: {
2339
2339
  key: string | null;
@@ -2345,11 +2345,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2345
2345
  createdAt: Date;
2346
2346
  size: bigint;
2347
2347
  md5: string;
2348
+ userAppUserId: string;
2349
+ userAppAppId: string;
2348
2350
  storageType: "s3" | "lite";
2349
2351
  sizeEncrypted: bigint | null;
2350
2352
  md5Encrypted: string | null;
2351
- userAppUserId: string;
2352
- userAppAppId: string;
2353
2353
  validatedAt: Date | null;
2354
2354
  access: {
2355
2355
  key: string | null;
@@ -2509,11 +2509,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2509
2509
  createdAt: Date;
2510
2510
  size: bigint;
2511
2511
  md5: string;
2512
+ userAppUserId: string;
2513
+ userAppAppId: string;
2512
2514
  storageType: "s3" | "lite";
2513
2515
  sizeEncrypted: bigint | null;
2514
2516
  md5Encrypted: string | null;
2515
- userAppUserId: string;
2516
- userAppAppId: string;
2517
2517
  validatedAt: Date | null;
2518
2518
  access: {
2519
2519
  key: string | null;
@@ -2525,11 +2525,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2525
2525
  createdAt: Date;
2526
2526
  size: bigint;
2527
2527
  md5: string;
2528
+ userAppUserId: string;
2529
+ userAppAppId: string;
2528
2530
  storageType: "s3" | "lite";
2529
2531
  sizeEncrypted: bigint | null;
2530
2532
  md5Encrypted: string | null;
2531
- userAppUserId: string;
2532
- userAppAppId: string;
2533
2533
  validatedAt: Date | null;
2534
2534
  access: {
2535
2535
  key: string | null;
@@ -2598,23 +2598,23 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2598
2598
  type: "cloud";
2599
2599
  key: string | null;
2600
2600
  md5: string;
2601
+ md5Encrypted: string | null;
2601
2602
  parts: {
2602
2603
  md5: string;
2603
2604
  order: number;
2604
2605
  contentUrl: string;
2605
2606
  }[];
2606
- md5Encrypted: string | null;
2607
- totalSize: bigint;
2608
2607
  publicKey: string;
2608
+ totalSize: bigint;
2609
2609
  } | {
2610
2610
  id: string;
2611
2611
  type: "lite";
2612
2612
  key: string | null;
2613
2613
  md5: string;
2614
- content: Buffer;
2615
2614
  md5Encrypted: string | null;
2616
- totalSize: bigint;
2615
+ content: Buffer;
2617
2616
  publicKey: string;
2617
+ totalSize: bigint;
2618
2618
  };
2619
2619
  _output_out: {
2620
2620
  id: string;
@@ -2648,23 +2648,23 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2648
2648
  type: "cloud";
2649
2649
  key: string | null;
2650
2650
  md5: string;
2651
+ md5Encrypted: string | null;
2651
2652
  parts: {
2652
2653
  md5: string;
2653
2654
  order: number;
2654
2655
  contentUrl: string;
2655
2656
  }[];
2656
- md5Encrypted: string | null;
2657
- totalSize: bigint;
2658
2657
  publicKey: string;
2658
+ totalSize: bigint;
2659
2659
  } | {
2660
2660
  id: string;
2661
2661
  type: "lite";
2662
2662
  key: string | null;
2663
2663
  md5: string;
2664
- content: Buffer;
2665
2664
  md5Encrypted: string | null;
2666
- totalSize: bigint;
2665
+ content: Buffer;
2667
2666
  publicKey: string;
2667
+ totalSize: bigint;
2668
2668
  };
2669
2669
  }, unknown>;
2670
2670
  dataContentByIds: _trpc_server.BuildProcedure<"query", {
@@ -2728,23 +2728,23 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2728
2728
  type: "cloud";
2729
2729
  key: string | null;
2730
2730
  md5: string;
2731
+ md5Encrypted: string | null;
2731
2732
  parts: {
2732
2733
  md5: string;
2733
2734
  order: number;
2734
2735
  contentUrl: string;
2735
2736
  }[];
2736
- md5Encrypted: string | null;
2737
- totalSize: bigint;
2738
2737
  publicKey: string;
2738
+ totalSize: bigint;
2739
2739
  } | {
2740
2740
  id: string;
2741
2741
  type: "lite";
2742
2742
  key: string | null;
2743
2743
  md5: string;
2744
- content: Buffer;
2745
2744
  md5Encrypted: string | null;
2746
- totalSize: bigint;
2745
+ content: Buffer;
2747
2746
  publicKey: string;
2747
+ totalSize: bigint;
2748
2748
  })[];
2749
2749
  _output_out: ({
2750
2750
  id: string;
@@ -2778,23 +2778,23 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2778
2778
  type: "cloud";
2779
2779
  key: string | null;
2780
2780
  md5: string;
2781
+ md5Encrypted: string | null;
2781
2782
  parts: {
2782
2783
  md5: string;
2783
2784
  order: number;
2784
2785
  contentUrl: string;
2785
2786
  }[];
2786
- md5Encrypted: string | null;
2787
- totalSize: bigint;
2788
2787
  publicKey: string;
2788
+ totalSize: bigint;
2789
2789
  } | {
2790
2790
  id: string;
2791
2791
  type: "lite";
2792
2792
  key: string | null;
2793
2793
  md5: string;
2794
- content: Buffer;
2795
2794
  md5Encrypted: string | null;
2796
- totalSize: bigint;
2795
+ content: Buffer;
2797
2796
  publicKey: string;
2797
+ totalSize: bigint;
2798
2798
  })[];
2799
2799
  }, unknown>;
2800
2800
  dataSharedWithMe: _trpc_server.BuildProcedure<"query", {
@@ -2908,11 +2908,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2908
2908
  createdAt: Date;
2909
2909
  size: bigint;
2910
2910
  md5: string;
2911
+ userAppUserId: string;
2912
+ userAppAppId: string;
2911
2913
  storageType: "s3" | "lite";
2912
2914
  sizeEncrypted: bigint | null;
2913
2915
  md5Encrypted: string | null;
2914
- userAppUserId: string;
2915
- userAppAppId: string;
2916
2916
  validatedAt: Date | null;
2917
2917
  access: {
2918
2918
  key: string | null;
@@ -2924,11 +2924,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2924
2924
  createdAt: Date;
2925
2925
  size: bigint;
2926
2926
  md5: string;
2927
+ userAppUserId: string;
2928
+ userAppAppId: string;
2927
2929
  storageType: "s3" | "lite";
2928
2930
  sizeEncrypted: bigint | null;
2929
2931
  md5Encrypted: string | null;
2930
- userAppUserId: string;
2931
- userAppAppId: string;
2932
2932
  validatedAt: Date | null;
2933
2933
  access: {
2934
2934
  key: string | null;
@@ -3053,11 +3053,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3053
3053
  createdAt: Date;
3054
3054
  size: bigint;
3055
3055
  md5: string;
3056
+ userAppUserId: string;
3057
+ userAppAppId: string;
3056
3058
  storageType: "s3" | "lite";
3057
3059
  sizeEncrypted: bigint | null;
3058
3060
  md5Encrypted: string | null;
3059
- userAppUserId: string;
3060
- userAppAppId: string;
3061
3061
  validatedAt: Date | null;
3062
3062
  access: {
3063
3063
  key: string | null;
@@ -3069,11 +3069,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3069
3069
  createdAt: Date;
3070
3070
  size: bigint;
3071
3071
  md5: string;
3072
+ userAppUserId: string;
3073
+ userAppAppId: string;
3072
3074
  storageType: "s3" | "lite";
3073
3075
  sizeEncrypted: bigint | null;
3074
3076
  md5Encrypted: string | null;
3075
- userAppUserId: string;
3076
- userAppAppId: string;
3077
3077
  validatedAt: Date | null;
3078
3078
  access: {
3079
3079
  key: string | null;
@@ -3459,12 +3459,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3459
3459
  encPriv: string;
3460
3460
  };
3461
3461
  key: string | null;
3462
- partSize: bigint;
3463
3462
  parts: {
3464
3463
  fields: Record<string, string>;
3465
3464
  url: string;
3466
3465
  order: number;
3467
3466
  }[];
3467
+ partSize: bigint;
3468
3468
  };
3469
3469
  _output_out: {
3470
3470
  id: string;
@@ -3473,12 +3473,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3473
3473
  encPriv: string;
3474
3474
  };
3475
3475
  key: string | null;
3476
- partSize: bigint;
3477
3476
  parts: {
3478
3477
  fields: Record<string, string>;
3479
3478
  url: string;
3480
3479
  order: number;
3481
3480
  }[];
3481
+ partSize: bigint;
3482
3482
  };
3483
3483
  }, unknown>;
3484
3484
  uploadLiteData: _trpc_server.BuildProcedure<"mutation", {
@@ -3509,9 +3509,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3509
3509
  key: string;
3510
3510
  size: bigint;
3511
3511
  md5: string;
3512
- content: Buffer;
3513
3512
  sizeEncrypted: bigint;
3514
3513
  md5Encrypted: string;
3514
+ content: Buffer;
3515
3515
  } | {
3516
3516
  type: "unencrypted";
3517
3517
  size: bigint;
@@ -3523,9 +3523,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3523
3523
  key: string;
3524
3524
  size: bigint;
3525
3525
  md5: string;
3526
- content: Buffer;
3527
3526
  sizeEncrypted: bigint;
3528
3527
  md5Encrypted: string;
3528
+ content: Buffer;
3529
3529
  } | {
3530
3530
  type: "unencrypted";
3531
3531
  size: bigint;
@@ -3664,11 +3664,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3664
3664
  createdAt: Date;
3665
3665
  size: bigint;
3666
3666
  md5: string;
3667
+ userAppUserId: string;
3668
+ userAppAppId: string;
3667
3669
  storageType: "s3" | "lite";
3668
3670
  sizeEncrypted: bigint | null;
3669
3671
  md5Encrypted: string | null;
3670
- userAppUserId: string;
3671
- userAppAppId: string;
3672
3672
  validatedAt: Date | null;
3673
3673
  access: {
3674
3674
  key: string | null;
@@ -3680,11 +3680,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3680
3680
  createdAt: Date;
3681
3681
  size: bigint;
3682
3682
  md5: string;
3683
+ userAppUserId: string;
3684
+ userAppAppId: string;
3683
3685
  storageType: "s3" | "lite";
3684
3686
  sizeEncrypted: bigint | null;
3685
3687
  md5Encrypted: string | null;
3686
- userAppUserId: string;
3687
- userAppAppId: string;
3688
3688
  validatedAt: Date | null;
3689
3689
  access: {
3690
3690
  key: string | null;
@@ -3809,11 +3809,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3809
3809
  createdAt: Date;
3810
3810
  size: bigint;
3811
3811
  md5: string;
3812
+ userAppUserId: string;
3813
+ userAppAppId: string;
3812
3814
  storageType: "s3" | "lite";
3813
3815
  sizeEncrypted: bigint | null;
3814
3816
  md5Encrypted: string | null;
3815
- userAppUserId: string;
3816
- userAppAppId: string;
3817
3817
  validatedAt: Date | null;
3818
3818
  access: {
3819
3819
  key: string | null;
@@ -3825,11 +3825,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3825
3825
  createdAt: Date;
3826
3826
  size: bigint;
3827
3827
  md5: string;
3828
+ userAppUserId: string;
3829
+ userAppAppId: string;
3828
3830
  storageType: "s3" | "lite";
3829
3831
  sizeEncrypted: bigint | null;
3830
3832
  md5Encrypted: string | null;
3831
- userAppUserId: string;
3832
- userAppAppId: string;
3833
3833
  validatedAt: Date | null;
3834
3834
  access: {
3835
3835
  key: string | null;
@@ -4450,11 +4450,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4450
4450
  createdAt: Date;
4451
4451
  size: bigint;
4452
4452
  md5: string;
4453
+ userAppUserId: string;
4454
+ userAppAppId: string;
4453
4455
  storageType: "s3" | "lite";
4454
4456
  sizeEncrypted: bigint | null;
4455
4457
  md5Encrypted: string | null;
4456
- userAppUserId: string;
4457
- userAppAppId: string;
4458
4458
  validatedAt: Date | null;
4459
4459
  access: {
4460
4460
  key: string | null;
@@ -4466,11 +4466,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4466
4466
  createdAt: Date;
4467
4467
  size: bigint;
4468
4468
  md5: string;
4469
+ userAppUserId: string;
4470
+ userAppAppId: string;
4469
4471
  storageType: "s3" | "lite";
4470
4472
  sizeEncrypted: bigint | null;
4471
4473
  md5Encrypted: string | null;
4472
- userAppUserId: string;
4473
- userAppAppId: string;
4474
4474
  validatedAt: Date | null;
4475
4475
  access: {
4476
4476
  key: string | null;
@@ -4595,11 +4595,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4595
4595
  createdAt: Date;
4596
4596
  size: bigint;
4597
4597
  md5: string;
4598
+ userAppUserId: string;
4599
+ userAppAppId: string;
4598
4600
  storageType: "s3" | "lite";
4599
4601
  sizeEncrypted: bigint | null;
4600
4602
  md5Encrypted: string | null;
4601
- userAppUserId: string;
4602
- userAppAppId: string;
4603
4603
  validatedAt: Date | null;
4604
4604
  access: {
4605
4605
  key: string | null;
@@ -4611,11 +4611,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4611
4611
  createdAt: Date;
4612
4612
  size: bigint;
4613
4613
  md5: string;
4614
+ userAppUserId: string;
4615
+ userAppAppId: string;
4614
4616
  storageType: "s3" | "lite";
4615
4617
  sizeEncrypted: bigint | null;
4616
4618
  md5Encrypted: string | null;
4617
- userAppUserId: string;
4618
- userAppAppId: string;
4619
4619
  validatedAt: Date | null;
4620
4620
  access: {
4621
4621
  key: string | null;
@@ -5216,11 +5216,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5216
5216
  createdAt: Date;
5217
5217
  size: bigint;
5218
5218
  md5: string;
5219
+ userAppUserId: string;
5220
+ userAppAppId: string;
5219
5221
  storageType: "s3" | "lite";
5220
5222
  sizeEncrypted: bigint | null;
5221
5223
  md5Encrypted: string | null;
5222
- userAppUserId: string;
5223
- userAppAppId: string;
5224
5224
  validatedAt: Date | null;
5225
5225
  access: {
5226
5226
  key: string | null;
@@ -5232,11 +5232,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5232
5232
  createdAt: Date;
5233
5233
  size: bigint;
5234
5234
  md5: string;
5235
+ userAppUserId: string;
5236
+ userAppAppId: string;
5235
5237
  storageType: "s3" | "lite";
5236
5238
  sizeEncrypted: bigint | null;
5237
5239
  md5Encrypted: string | null;
5238
- userAppUserId: string;
5239
- userAppAppId: string;
5240
5240
  validatedAt: Date | null;
5241
5241
  access: {
5242
5242
  key: string | null;
@@ -5361,11 +5361,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5361
5361
  createdAt: Date;
5362
5362
  size: bigint;
5363
5363
  md5: string;
5364
+ userAppUserId: string;
5365
+ userAppAppId: string;
5364
5366
  storageType: "s3" | "lite";
5365
5367
  sizeEncrypted: bigint | null;
5366
5368
  md5Encrypted: string | null;
5367
- userAppUserId: string;
5368
- userAppAppId: string;
5369
5369
  validatedAt: Date | null;
5370
5370
  access: {
5371
5371
  key: string | null;
@@ -5377,11 +5377,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5377
5377
  createdAt: Date;
5378
5378
  size: bigint;
5379
5379
  md5: string;
5380
+ userAppUserId: string;
5381
+ userAppAppId: string;
5380
5382
  storageType: "s3" | "lite";
5381
5383
  sizeEncrypted: bigint | null;
5382
5384
  md5Encrypted: string | null;
5383
- userAppUserId: string;
5384
- userAppAppId: string;
5385
5385
  validatedAt: Date | null;
5386
5386
  access: {
5387
5387
  key: string | null;
@@ -9732,6 +9732,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9732
9732
  replyTo: {
9733
9733
  id: string;
9734
9734
  } | null;
9735
+ temporaryRecipients: {
9736
+ email: string | null;
9737
+ }[];
9735
9738
  recipients: {
9736
9739
  id: string;
9737
9740
  lastname: string;
@@ -9739,9 +9742,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9739
9742
  avatar: string | null;
9740
9743
  isSearchable: boolean;
9741
9744
  }[];
9742
- temporaryRecipients: {
9743
- email: string | null;
9744
- }[];
9745
9745
  } | null;
9746
9746
  mailIntegrityDraft: {
9747
9747
  id: string;
@@ -9750,6 +9750,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9750
9750
  replyTo: {
9751
9751
  id: string;
9752
9752
  } | null;
9753
+ temporaryRecipients: {
9754
+ email: string | null;
9755
+ }[];
9753
9756
  recipients: {
9754
9757
  id: string;
9755
9758
  lastname: string;
@@ -9757,9 +9760,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9757
9760
  avatar: string | null;
9758
9761
  isSearchable: boolean;
9759
9762
  }[];
9760
- temporaryRecipients: {
9761
- email: string | null;
9762
- }[];
9763
9763
  } | null;
9764
9764
  sender: {
9765
9765
  id: string;
@@ -9790,6 +9790,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9790
9790
  replyTo: {
9791
9791
  id: string;
9792
9792
  } | null;
9793
+ temporaryRecipients: {
9794
+ email: string | null;
9795
+ }[];
9793
9796
  recipients: {
9794
9797
  id: string;
9795
9798
  lastname: string;
@@ -9797,9 +9800,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9797
9800
  avatar: string | null;
9798
9801
  isSearchable: boolean;
9799
9802
  }[];
9800
- temporaryRecipients: {
9801
- email: string | null;
9802
- }[];
9803
9803
  } | null;
9804
9804
  mailIntegrityDraft: {
9805
9805
  id: string;
@@ -9808,6 +9808,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9808
9808
  replyTo: {
9809
9809
  id: string;
9810
9810
  } | null;
9811
+ temporaryRecipients: {
9812
+ email: string | null;
9813
+ }[];
9811
9814
  recipients: {
9812
9815
  id: string;
9813
9816
  lastname: string;
@@ -9815,9 +9818,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9815
9818
  avatar: string | null;
9816
9819
  isSearchable: boolean;
9817
9820
  }[];
9818
- temporaryRecipients: {
9819
- email: string | null;
9820
- }[];
9821
9821
  } | null;
9822
9822
  sender: {
9823
9823
  id: string;
@@ -9900,6 +9900,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9900
9900
  replyTo: {
9901
9901
  id: string;
9902
9902
  } | null;
9903
+ temporaryRecipients: {
9904
+ email: string | null;
9905
+ }[];
9903
9906
  recipients: {
9904
9907
  id: string;
9905
9908
  lastname: string;
@@ -9907,9 +9910,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9907
9910
  avatar: string | null;
9908
9911
  isSearchable: boolean;
9909
9912
  }[];
9910
- temporaryRecipients: {
9911
- email: string | null;
9912
- }[];
9913
9913
  } | null;
9914
9914
  mailIntegrityDraft: {
9915
9915
  id: string;
@@ -9918,6 +9918,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9918
9918
  replyTo: {
9919
9919
  id: string;
9920
9920
  } | null;
9921
+ temporaryRecipients: {
9922
+ email: string | null;
9923
+ }[];
9921
9924
  recipients: {
9922
9925
  id: string;
9923
9926
  lastname: string;
@@ -9925,9 +9928,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9925
9928
  avatar: string | null;
9926
9929
  isSearchable: boolean;
9927
9930
  }[];
9928
- temporaryRecipients: {
9929
- email: string | null;
9930
- }[];
9931
9931
  } | null;
9932
9932
  sender: {
9933
9933
  id: string;
@@ -9958,6 +9958,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9958
9958
  replyTo: {
9959
9959
  id: string;
9960
9960
  } | null;
9961
+ temporaryRecipients: {
9962
+ email: string | null;
9963
+ }[];
9961
9964
  recipients: {
9962
9965
  id: string;
9963
9966
  lastname: string;
@@ -9965,9 +9968,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9965
9968
  avatar: string | null;
9966
9969
  isSearchable: boolean;
9967
9970
  }[];
9968
- temporaryRecipients: {
9969
- email: string | null;
9970
- }[];
9971
9971
  } | null;
9972
9972
  mailIntegrityDraft: {
9973
9973
  id: string;
@@ -9976,6 +9976,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9976
9976
  replyTo: {
9977
9977
  id: string;
9978
9978
  } | null;
9979
+ temporaryRecipients: {
9980
+ email: string | null;
9981
+ }[];
9979
9982
  recipients: {
9980
9983
  id: string;
9981
9984
  lastname: string;
@@ -9983,9 +9986,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9983
9986
  avatar: string | null;
9984
9987
  isSearchable: boolean;
9985
9988
  }[];
9986
- temporaryRecipients: {
9987
- email: string | null;
9988
- }[];
9989
9989
  } | null;
9990
9990
  sender: {
9991
9991
  id: string;
@@ -10154,6 +10154,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10154
10154
  replyTo: {
10155
10155
  id: string;
10156
10156
  } | null;
10157
+ temporaryRecipients: {
10158
+ email: string | null;
10159
+ }[];
10157
10160
  recipients: {
10158
10161
  id: string;
10159
10162
  lastname: string;
@@ -10161,9 +10164,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10161
10164
  avatar: string | null;
10162
10165
  isSearchable: boolean;
10163
10166
  }[];
10164
- temporaryRecipients: {
10165
- email: string | null;
10166
- }[];
10167
10167
  } | null;
10168
10168
  mailIntegrityDraft: {
10169
10169
  id: string;
@@ -10172,6 +10172,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10172
10172
  replyTo: {
10173
10173
  id: string;
10174
10174
  } | null;
10175
+ temporaryRecipients: {
10176
+ email: string | null;
10177
+ }[];
10175
10178
  recipients: {
10176
10179
  id: string;
10177
10180
  lastname: string;
@@ -10179,9 +10182,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10179
10182
  avatar: string | null;
10180
10183
  isSearchable: boolean;
10181
10184
  }[];
10182
- temporaryRecipients: {
10183
- email: string | null;
10184
- }[];
10185
10185
  } | null;
10186
10186
  sender: {
10187
10187
  id: string;
@@ -10212,6 +10212,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10212
10212
  replyTo: {
10213
10213
  id: string;
10214
10214
  } | null;
10215
+ temporaryRecipients: {
10216
+ email: string | null;
10217
+ }[];
10215
10218
  recipients: {
10216
10219
  id: string;
10217
10220
  lastname: string;
@@ -10219,9 +10222,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10219
10222
  avatar: string | null;
10220
10223
  isSearchable: boolean;
10221
10224
  }[];
10222
- temporaryRecipients: {
10223
- email: string | null;
10224
- }[];
10225
10225
  } | null;
10226
10226
  mailIntegrityDraft: {
10227
10227
  id: string;
@@ -10230,6 +10230,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10230
10230
  replyTo: {
10231
10231
  id: string;
10232
10232
  } | null;
10233
+ temporaryRecipients: {
10234
+ email: string | null;
10235
+ }[];
10233
10236
  recipients: {
10234
10237
  id: string;
10235
10238
  lastname: string;
@@ -10237,9 +10240,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10237
10240
  avatar: string | null;
10238
10241
  isSearchable: boolean;
10239
10242
  }[];
10240
- temporaryRecipients: {
10241
- email: string | null;
10242
- }[];
10243
10243
  } | null;
10244
10244
  sender: {
10245
10245
  id: string;
@@ -10296,6 +10296,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10296
10296
  replyTo: {
10297
10297
  id: string;
10298
10298
  } | null;
10299
+ temporaryRecipients: {
10300
+ email: string | null;
10301
+ }[];
10299
10302
  recipients: {
10300
10303
  id: string;
10301
10304
  lastname: string;
@@ -10303,9 +10306,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10303
10306
  avatar: string | null;
10304
10307
  isSearchable: boolean;
10305
10308
  }[];
10306
- temporaryRecipients: {
10307
- email: string | null;
10308
- }[];
10309
10309
  } | null;
10310
10310
  mailIntegrityDraft: {
10311
10311
  id: string;
@@ -10314,6 +10314,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10314
10314
  replyTo: {
10315
10315
  id: string;
10316
10316
  } | null;
10317
+ temporaryRecipients: {
10318
+ email: string | null;
10319
+ }[];
10317
10320
  recipients: {
10318
10321
  id: string;
10319
10322
  lastname: string;
@@ -10321,9 +10324,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10321
10324
  avatar: string | null;
10322
10325
  isSearchable: boolean;
10323
10326
  }[];
10324
- temporaryRecipients: {
10325
- email: string | null;
10326
- }[];
10327
10327
  } | null;
10328
10328
  sender: {
10329
10329
  id: string;
@@ -10354,6 +10354,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10354
10354
  replyTo: {
10355
10355
  id: string;
10356
10356
  } | null;
10357
+ temporaryRecipients: {
10358
+ email: string | null;
10359
+ }[];
10357
10360
  recipients: {
10358
10361
  id: string;
10359
10362
  lastname: string;
@@ -10361,9 +10364,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10361
10364
  avatar: string | null;
10362
10365
  isSearchable: boolean;
10363
10366
  }[];
10364
- temporaryRecipients: {
10365
- email: string | null;
10366
- }[];
10367
10367
  } | null;
10368
10368
  mailIntegrityDraft: {
10369
10369
  id: string;
@@ -10372,6 +10372,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10372
10372
  replyTo: {
10373
10373
  id: string;
10374
10374
  } | null;
10375
+ temporaryRecipients: {
10376
+ email: string | null;
10377
+ }[];
10375
10378
  recipients: {
10376
10379
  id: string;
10377
10380
  lastname: string;
@@ -10379,9 +10382,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10379
10382
  avatar: string | null;
10380
10383
  isSearchable: boolean;
10381
10384
  }[];
10382
- temporaryRecipients: {
10383
- email: string | null;
10384
- }[];
10385
10385
  } | null;
10386
10386
  sender: {
10387
10387
  id: string;
@@ -10506,6 +10506,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10506
10506
  replyTo: {
10507
10507
  id: string;
10508
10508
  } | null;
10509
+ temporaryRecipients: {
10510
+ email: string | null;
10511
+ }[];
10509
10512
  recipients: {
10510
10513
  id: string;
10511
10514
  lastname: string;
@@ -10513,9 +10516,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10513
10516
  avatar: string | null;
10514
10517
  isSearchable: boolean;
10515
10518
  }[];
10516
- temporaryRecipients: {
10517
- email: string | null;
10518
- }[];
10519
10519
  } | null;
10520
10520
  mailIntegrityDraft: {
10521
10521
  id: string;
@@ -10524,6 +10524,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10524
10524
  replyTo: {
10525
10525
  id: string;
10526
10526
  } | null;
10527
+ temporaryRecipients: {
10528
+ email: string | null;
10529
+ }[];
10527
10530
  recipients: {
10528
10531
  id: string;
10529
10532
  lastname: string;
@@ -10531,9 +10534,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10531
10534
  avatar: string | null;
10532
10535
  isSearchable: boolean;
10533
10536
  }[];
10534
- temporaryRecipients: {
10535
- email: string | null;
10536
- }[];
10537
10537
  } | null;
10538
10538
  sender: {
10539
10539
  id: string;
@@ -10564,6 +10564,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10564
10564
  replyTo: {
10565
10565
  id: string;
10566
10566
  } | null;
10567
+ temporaryRecipients: {
10568
+ email: string | null;
10569
+ }[];
10567
10570
  recipients: {
10568
10571
  id: string;
10569
10572
  lastname: string;
@@ -10571,9 +10574,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10571
10574
  avatar: string | null;
10572
10575
  isSearchable: boolean;
10573
10576
  }[];
10574
- temporaryRecipients: {
10575
- email: string | null;
10576
- }[];
10577
10577
  } | null;
10578
10578
  mailIntegrityDraft: {
10579
10579
  id: string;
@@ -10582,6 +10582,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10582
10582
  replyTo: {
10583
10583
  id: string;
10584
10584
  } | null;
10585
+ temporaryRecipients: {
10586
+ email: string | null;
10587
+ }[];
10585
10588
  recipients: {
10586
10589
  id: string;
10587
10590
  lastname: string;
@@ -10589,9 +10592,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10589
10592
  avatar: string | null;
10590
10593
  isSearchable: boolean;
10591
10594
  }[];
10592
- temporaryRecipients: {
10593
- email: string | null;
10594
- }[];
10595
10595
  } | null;
10596
10596
  sender: {
10597
10597
  id: string;
@@ -10741,6 +10741,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10741
10741
  _input_in: {
10742
10742
  id: string;
10743
10743
  customMessage: string | null;
10744
+ temporaryRecipients: string[];
10744
10745
  recipients: ({
10745
10746
  subject: string;
10746
10747
  body: string;
@@ -10752,11 +10753,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10752
10753
  dataId: string;
10753
10754
  }[];
10754
10755
  })[];
10755
- temporaryRecipients: string[];
10756
10756
  };
10757
10757
  _input_out: {
10758
10758
  id: string;
10759
10759
  customMessage: string | null;
10760
+ temporaryRecipients: string[];
10760
10761
  recipients: ({
10761
10762
  subject: string;
10762
10763
  body: string;
@@ -10768,7 +10769,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10768
10769
  dataId: string;
10769
10770
  }[];
10770
10771
  })[];
10771
- temporaryRecipients: string[];
10772
10772
  };
10773
10773
  _output_in: {
10774
10774
  isSent: boolean;
@@ -10876,6 +10876,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10876
10876
  replyTo: {
10877
10877
  id: string;
10878
10878
  } | null;
10879
+ temporaryRecipients: {
10880
+ email: string | null;
10881
+ }[];
10879
10882
  recipients: {
10880
10883
  id: string;
10881
10884
  lastname: string;
@@ -10883,9 +10886,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10883
10886
  avatar: string | null;
10884
10887
  isSearchable: boolean;
10885
10888
  }[];
10886
- temporaryRecipients: {
10887
- email: string | null;
10888
- }[];
10889
10889
  } | null;
10890
10890
  mailIntegrityDraft: {
10891
10891
  id: string;
@@ -10894,6 +10894,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10894
10894
  replyTo: {
10895
10895
  id: string;
10896
10896
  } | null;
10897
+ temporaryRecipients: {
10898
+ email: string | null;
10899
+ }[];
10897
10900
  recipients: {
10898
10901
  id: string;
10899
10902
  lastname: string;
@@ -10901,9 +10904,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10901
10904
  avatar: string | null;
10902
10905
  isSearchable: boolean;
10903
10906
  }[];
10904
- temporaryRecipients: {
10905
- email: string | null;
10906
- }[];
10907
10907
  } | null;
10908
10908
  sender: {
10909
10909
  id: string;
@@ -10934,6 +10934,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10934
10934
  replyTo: {
10935
10935
  id: string;
10936
10936
  } | null;
10937
+ temporaryRecipients: {
10938
+ email: string | null;
10939
+ }[];
10937
10940
  recipients: {
10938
10941
  id: string;
10939
10942
  lastname: string;
@@ -10941,9 +10944,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10941
10944
  avatar: string | null;
10942
10945
  isSearchable: boolean;
10943
10946
  }[];
10944
- temporaryRecipients: {
10945
- email: string | null;
10946
- }[];
10947
10947
  } | null;
10948
10948
  mailIntegrityDraft: {
10949
10949
  id: string;
@@ -10952,6 +10952,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10952
10952
  replyTo: {
10953
10953
  id: string;
10954
10954
  } | null;
10955
+ temporaryRecipients: {
10956
+ email: string | null;
10957
+ }[];
10955
10958
  recipients: {
10956
10959
  id: string;
10957
10960
  lastname: string;
@@ -10959,9 +10962,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10959
10962
  avatar: string | null;
10960
10963
  isSearchable: boolean;
10961
10964
  }[];
10962
- temporaryRecipients: {
10963
- email: string | null;
10964
- }[];
10965
10965
  } | null;
10966
10966
  sender: {
10967
10967
  id: string;
@@ -11108,6 +11108,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11108
11108
  replyTo: {
11109
11109
  id: string;
11110
11110
  } | null;
11111
+ temporaryRecipients: {
11112
+ email: string | null;
11113
+ }[];
11111
11114
  recipients: {
11112
11115
  id: string;
11113
11116
  lastname: string;
@@ -11115,9 +11118,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11115
11118
  avatar: string | null;
11116
11119
  isSearchable: boolean;
11117
11120
  }[];
11118
- temporaryRecipients: {
11119
- email: string | null;
11120
- }[];
11121
11121
  } | null;
11122
11122
  mailIntegrityDraft: {
11123
11123
  id: string;
@@ -11126,6 +11126,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11126
11126
  replyTo: {
11127
11127
  id: string;
11128
11128
  } | null;
11129
+ temporaryRecipients: {
11130
+ email: string | null;
11131
+ }[];
11129
11132
  recipients: {
11130
11133
  id: string;
11131
11134
  lastname: string;
@@ -11133,9 +11136,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11133
11136
  avatar: string | null;
11134
11137
  isSearchable: boolean;
11135
11138
  }[];
11136
- temporaryRecipients: {
11137
- email: string | null;
11138
- }[];
11139
11139
  } | null;
11140
11140
  sender: {
11141
11141
  id: string;
@@ -11166,6 +11166,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11166
11166
  replyTo: {
11167
11167
  id: string;
11168
11168
  } | null;
11169
+ temporaryRecipients: {
11170
+ email: string | null;
11171
+ }[];
11169
11172
  recipients: {
11170
11173
  id: string;
11171
11174
  lastname: string;
@@ -11173,9 +11176,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11173
11176
  avatar: string | null;
11174
11177
  isSearchable: boolean;
11175
11178
  }[];
11176
- temporaryRecipients: {
11177
- email: string | null;
11178
- }[];
11179
11179
  } | null;
11180
11180
  mailIntegrityDraft: {
11181
11181
  id: string;
@@ -11184,6 +11184,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11184
11184
  replyTo: {
11185
11185
  id: string;
11186
11186
  } | null;
11187
+ temporaryRecipients: {
11188
+ email: string | null;
11189
+ }[];
11187
11190
  recipients: {
11188
11191
  id: string;
11189
11192
  lastname: string;
@@ -11191,9 +11194,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11191
11194
  avatar: string | null;
11192
11195
  isSearchable: boolean;
11193
11196
  }[];
11194
- temporaryRecipients: {
11195
- email: string | null;
11196
- }[];
11197
11197
  } | null;
11198
11198
  sender: {
11199
11199
  id: string;
@@ -11243,6 +11243,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11243
11243
  isSearchable: boolean;
11244
11244
  };
11245
11245
  date: Date;
11246
+ temporaryRecipients: {
11247
+ email: string | null;
11248
+ id: string;
11249
+ phone: string | null;
11250
+ }[];
11246
11251
  recipients: {
11247
11252
  id: string;
11248
11253
  lastname: string;
@@ -11250,11 +11255,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11250
11255
  avatar: string | null;
11251
11256
  isSearchable: boolean;
11252
11257
  }[];
11253
- temporaryRecipients: {
11254
- email: string | null;
11255
- id: string;
11256
- phone: string | null;
11257
- }[];
11258
11258
  attachmentsCount: number;
11259
11259
  }[];
11260
11260
  _output_out: {
@@ -11266,6 +11266,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11266
11266
  isSearchable: boolean;
11267
11267
  };
11268
11268
  date: Date;
11269
+ temporaryRecipients: {
11270
+ email: string | null;
11271
+ id: string;
11272
+ phone: string | null;
11273
+ }[];
11269
11274
  recipients: {
11270
11275
  id: string;
11271
11276
  lastname: string;
@@ -11273,11 +11278,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11273
11278
  avatar: string | null;
11274
11279
  isSearchable: boolean;
11275
11280
  }[];
11276
- temporaryRecipients: {
11277
- email: string | null;
11278
- id: string;
11279
- phone: string | null;
11280
- }[];
11281
11281
  attachmentsCount: number;
11282
11282
  }[];
11283
11283
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-delete-nodes.2",
3
+ "version": "1.33.0-feat-delete-nodes.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"