@secrecy/trpc-api-types 1.33.0-dev.33 → 1.33.0-dev.34

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 +202 -164
  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;
@@ -4012,17 +4012,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4012
4012
  _ctx_out: {};
4013
4013
  _input_in: {
4014
4014
  id: string;
4015
- } & {
4016
- force?: boolean | undefined;
4017
4015
  } & {
4018
4016
  appId?: string | null | undefined;
4017
+ force?: boolean | undefined;
4019
4018
  };
4020
4019
  _input_out: {
4021
4020
  id: string;
4022
- } & {
4023
- force?: boolean | undefined;
4024
4021
  } & {
4025
4022
  appId?: string | null | undefined;
4023
+ force?: boolean | undefined;
4026
4024
  };
4027
4025
  _output_in: {
4028
4026
  isDeleted: boolean;
@@ -4031,6 +4029,46 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4031
4029
  isDeleted: boolean;
4032
4030
  };
4033
4031
  }, unknown>;
4032
+ deleteNodes: _trpc_server.BuildProcedure<"mutation", {
4033
+ _config: _trpc_server.RootConfig<{
4034
+ ctx: {};
4035
+ meta: object;
4036
+ errorShape: {
4037
+ message: string;
4038
+ code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
4039
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
4040
+ } | {
4041
+ data: {
4042
+ zodError: zod.typeToFlattenedError<any, string> | null;
4043
+ code: _trpc_server_rpc.TRPC_ERROR_CODE_KEY;
4044
+ httpStatus: number;
4045
+ path?: string;
4046
+ stack?: string;
4047
+ };
4048
+ message: string;
4049
+ code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
4050
+ };
4051
+ transformer: typeof superjson.default;
4052
+ }>;
4053
+ _meta: object;
4054
+ _ctx_out: {};
4055
+ _input_in: {
4056
+ ids: string[];
4057
+ appId?: string | null | undefined;
4058
+ force?: boolean | undefined;
4059
+ };
4060
+ _input_out: {
4061
+ ids: string[];
4062
+ appId?: string | null | undefined;
4063
+ force?: boolean | undefined;
4064
+ };
4065
+ _output_in: {
4066
+ count: number;
4067
+ };
4068
+ _output_out: {
4069
+ count: number;
4070
+ };
4071
+ }, unknown>;
4034
4072
  duplicateNode: _trpc_server.BuildProcedure<"mutation", {
4035
4073
  _config: _trpc_server.RootConfig<{
4036
4074
  ctx: {};
@@ -4412,11 +4450,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4412
4450
  createdAt: Date;
4413
4451
  size: bigint;
4414
4452
  md5: string;
4453
+ userAppUserId: string;
4454
+ userAppAppId: string;
4415
4455
  storageType: "s3" | "lite";
4416
4456
  sizeEncrypted: bigint | null;
4417
4457
  md5Encrypted: string | null;
4418
- userAppUserId: string;
4419
- userAppAppId: string;
4420
4458
  validatedAt: Date | null;
4421
4459
  access: {
4422
4460
  key: string | null;
@@ -4428,11 +4466,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4428
4466
  createdAt: Date;
4429
4467
  size: bigint;
4430
4468
  md5: string;
4469
+ userAppUserId: string;
4470
+ userAppAppId: string;
4431
4471
  storageType: "s3" | "lite";
4432
4472
  sizeEncrypted: bigint | null;
4433
4473
  md5Encrypted: string | null;
4434
- userAppUserId: string;
4435
- userAppAppId: string;
4436
4474
  validatedAt: Date | null;
4437
4475
  access: {
4438
4476
  key: string | null;
@@ -4557,11 +4595,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4557
4595
  createdAt: Date;
4558
4596
  size: bigint;
4559
4597
  md5: string;
4598
+ userAppUserId: string;
4599
+ userAppAppId: string;
4560
4600
  storageType: "s3" | "lite";
4561
4601
  sizeEncrypted: bigint | null;
4562
4602
  md5Encrypted: string | null;
4563
- userAppUserId: string;
4564
- userAppAppId: string;
4565
4603
  validatedAt: Date | null;
4566
4604
  access: {
4567
4605
  key: string | null;
@@ -4573,11 +4611,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4573
4611
  createdAt: Date;
4574
4612
  size: bigint;
4575
4613
  md5: string;
4614
+ userAppUserId: string;
4615
+ userAppAppId: string;
4576
4616
  storageType: "s3" | "lite";
4577
4617
  sizeEncrypted: bigint | null;
4578
4618
  md5Encrypted: string | null;
4579
- userAppUserId: string;
4580
- userAppAppId: string;
4581
4619
  validatedAt: Date | null;
4582
4620
  access: {
4583
4621
  key: string | null;
@@ -5178,11 +5216,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5178
5216
  createdAt: Date;
5179
5217
  size: bigint;
5180
5218
  md5: string;
5219
+ userAppUserId: string;
5220
+ userAppAppId: string;
5181
5221
  storageType: "s3" | "lite";
5182
5222
  sizeEncrypted: bigint | null;
5183
5223
  md5Encrypted: string | null;
5184
- userAppUserId: string;
5185
- userAppAppId: string;
5186
5224
  validatedAt: Date | null;
5187
5225
  access: {
5188
5226
  key: string | null;
@@ -5194,11 +5232,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5194
5232
  createdAt: Date;
5195
5233
  size: bigint;
5196
5234
  md5: string;
5235
+ userAppUserId: string;
5236
+ userAppAppId: string;
5197
5237
  storageType: "s3" | "lite";
5198
5238
  sizeEncrypted: bigint | null;
5199
5239
  md5Encrypted: string | null;
5200
- userAppUserId: string;
5201
- userAppAppId: string;
5202
5240
  validatedAt: Date | null;
5203
5241
  access: {
5204
5242
  key: string | null;
@@ -5323,11 +5361,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5323
5361
  createdAt: Date;
5324
5362
  size: bigint;
5325
5363
  md5: string;
5364
+ userAppUserId: string;
5365
+ userAppAppId: string;
5326
5366
  storageType: "s3" | "lite";
5327
5367
  sizeEncrypted: bigint | null;
5328
5368
  md5Encrypted: string | null;
5329
- userAppUserId: string;
5330
- userAppAppId: string;
5331
5369
  validatedAt: Date | null;
5332
5370
  access: {
5333
5371
  key: string | null;
@@ -5339,11 +5377,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5339
5377
  createdAt: Date;
5340
5378
  size: bigint;
5341
5379
  md5: string;
5380
+ userAppUserId: string;
5381
+ userAppAppId: string;
5342
5382
  storageType: "s3" | "lite";
5343
5383
  sizeEncrypted: bigint | null;
5344
5384
  md5Encrypted: string | null;
5345
- userAppUserId: string;
5346
- userAppAppId: string;
5347
5385
  validatedAt: Date | null;
5348
5386
  access: {
5349
5387
  key: string | null;
@@ -9694,6 +9732,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9694
9732
  replyTo: {
9695
9733
  id: string;
9696
9734
  } | null;
9735
+ temporaryRecipients: {
9736
+ email: string | null;
9737
+ }[];
9697
9738
  recipients: {
9698
9739
  id: string;
9699
9740
  lastname: string;
@@ -9701,9 +9742,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9701
9742
  avatar: string | null;
9702
9743
  isSearchable: boolean;
9703
9744
  }[];
9704
- temporaryRecipients: {
9705
- email: string | null;
9706
- }[];
9707
9745
  } | null;
9708
9746
  mailIntegrityDraft: {
9709
9747
  id: string;
@@ -9712,6 +9750,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9712
9750
  replyTo: {
9713
9751
  id: string;
9714
9752
  } | null;
9753
+ temporaryRecipients: {
9754
+ email: string | null;
9755
+ }[];
9715
9756
  recipients: {
9716
9757
  id: string;
9717
9758
  lastname: string;
@@ -9719,9 +9760,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9719
9760
  avatar: string | null;
9720
9761
  isSearchable: boolean;
9721
9762
  }[];
9722
- temporaryRecipients: {
9723
- email: string | null;
9724
- }[];
9725
9763
  } | null;
9726
9764
  sender: {
9727
9765
  id: string;
@@ -9752,6 +9790,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9752
9790
  replyTo: {
9753
9791
  id: string;
9754
9792
  } | null;
9793
+ temporaryRecipients: {
9794
+ email: string | null;
9795
+ }[];
9755
9796
  recipients: {
9756
9797
  id: string;
9757
9798
  lastname: string;
@@ -9759,9 +9800,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9759
9800
  avatar: string | null;
9760
9801
  isSearchable: boolean;
9761
9802
  }[];
9762
- temporaryRecipients: {
9763
- email: string | null;
9764
- }[];
9765
9803
  } | null;
9766
9804
  mailIntegrityDraft: {
9767
9805
  id: string;
@@ -9770,6 +9808,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9770
9808
  replyTo: {
9771
9809
  id: string;
9772
9810
  } | null;
9811
+ temporaryRecipients: {
9812
+ email: string | null;
9813
+ }[];
9773
9814
  recipients: {
9774
9815
  id: string;
9775
9816
  lastname: string;
@@ -9777,9 +9818,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9777
9818
  avatar: string | null;
9778
9819
  isSearchable: boolean;
9779
9820
  }[];
9780
- temporaryRecipients: {
9781
- email: string | null;
9782
- }[];
9783
9821
  } | null;
9784
9822
  sender: {
9785
9823
  id: string;
@@ -9862,6 +9900,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9862
9900
  replyTo: {
9863
9901
  id: string;
9864
9902
  } | null;
9903
+ temporaryRecipients: {
9904
+ email: string | null;
9905
+ }[];
9865
9906
  recipients: {
9866
9907
  id: string;
9867
9908
  lastname: string;
@@ -9869,9 +9910,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9869
9910
  avatar: string | null;
9870
9911
  isSearchable: boolean;
9871
9912
  }[];
9872
- temporaryRecipients: {
9873
- email: string | null;
9874
- }[];
9875
9913
  } | null;
9876
9914
  mailIntegrityDraft: {
9877
9915
  id: string;
@@ -9880,6 +9918,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9880
9918
  replyTo: {
9881
9919
  id: string;
9882
9920
  } | null;
9921
+ temporaryRecipients: {
9922
+ email: string | null;
9923
+ }[];
9883
9924
  recipients: {
9884
9925
  id: string;
9885
9926
  lastname: string;
@@ -9887,9 +9928,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9887
9928
  avatar: string | null;
9888
9929
  isSearchable: boolean;
9889
9930
  }[];
9890
- temporaryRecipients: {
9891
- email: string | null;
9892
- }[];
9893
9931
  } | null;
9894
9932
  sender: {
9895
9933
  id: string;
@@ -9920,6 +9958,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9920
9958
  replyTo: {
9921
9959
  id: string;
9922
9960
  } | null;
9961
+ temporaryRecipients: {
9962
+ email: string | null;
9963
+ }[];
9923
9964
  recipients: {
9924
9965
  id: string;
9925
9966
  lastname: string;
@@ -9927,9 +9968,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9927
9968
  avatar: string | null;
9928
9969
  isSearchable: boolean;
9929
9970
  }[];
9930
- temporaryRecipients: {
9931
- email: string | null;
9932
- }[];
9933
9971
  } | null;
9934
9972
  mailIntegrityDraft: {
9935
9973
  id: string;
@@ -9938,6 +9976,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9938
9976
  replyTo: {
9939
9977
  id: string;
9940
9978
  } | null;
9979
+ temporaryRecipients: {
9980
+ email: string | null;
9981
+ }[];
9941
9982
  recipients: {
9942
9983
  id: string;
9943
9984
  lastname: string;
@@ -9945,9 +9986,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9945
9986
  avatar: string | null;
9946
9987
  isSearchable: boolean;
9947
9988
  }[];
9948
- temporaryRecipients: {
9949
- email: string | null;
9950
- }[];
9951
9989
  } | null;
9952
9990
  sender: {
9953
9991
  id: string;
@@ -10116,6 +10154,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10116
10154
  replyTo: {
10117
10155
  id: string;
10118
10156
  } | null;
10157
+ temporaryRecipients: {
10158
+ email: string | null;
10159
+ }[];
10119
10160
  recipients: {
10120
10161
  id: string;
10121
10162
  lastname: string;
@@ -10123,9 +10164,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10123
10164
  avatar: string | null;
10124
10165
  isSearchable: boolean;
10125
10166
  }[];
10126
- temporaryRecipients: {
10127
- email: string | null;
10128
- }[];
10129
10167
  } | null;
10130
10168
  mailIntegrityDraft: {
10131
10169
  id: string;
@@ -10134,6 +10172,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10134
10172
  replyTo: {
10135
10173
  id: string;
10136
10174
  } | null;
10175
+ temporaryRecipients: {
10176
+ email: string | null;
10177
+ }[];
10137
10178
  recipients: {
10138
10179
  id: string;
10139
10180
  lastname: string;
@@ -10141,9 +10182,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10141
10182
  avatar: string | null;
10142
10183
  isSearchable: boolean;
10143
10184
  }[];
10144
- temporaryRecipients: {
10145
- email: string | null;
10146
- }[];
10147
10185
  } | null;
10148
10186
  sender: {
10149
10187
  id: string;
@@ -10174,6 +10212,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10174
10212
  replyTo: {
10175
10213
  id: string;
10176
10214
  } | null;
10215
+ temporaryRecipients: {
10216
+ email: string | null;
10217
+ }[];
10177
10218
  recipients: {
10178
10219
  id: string;
10179
10220
  lastname: string;
@@ -10181,9 +10222,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10181
10222
  avatar: string | null;
10182
10223
  isSearchable: boolean;
10183
10224
  }[];
10184
- temporaryRecipients: {
10185
- email: string | null;
10186
- }[];
10187
10225
  } | null;
10188
10226
  mailIntegrityDraft: {
10189
10227
  id: string;
@@ -10192,6 +10230,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10192
10230
  replyTo: {
10193
10231
  id: string;
10194
10232
  } | null;
10233
+ temporaryRecipients: {
10234
+ email: string | null;
10235
+ }[];
10195
10236
  recipients: {
10196
10237
  id: string;
10197
10238
  lastname: string;
@@ -10199,9 +10240,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10199
10240
  avatar: string | null;
10200
10241
  isSearchable: boolean;
10201
10242
  }[];
10202
- temporaryRecipients: {
10203
- email: string | null;
10204
- }[];
10205
10243
  } | null;
10206
10244
  sender: {
10207
10245
  id: string;
@@ -10258,6 +10296,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10258
10296
  replyTo: {
10259
10297
  id: string;
10260
10298
  } | null;
10299
+ temporaryRecipients: {
10300
+ email: string | null;
10301
+ }[];
10261
10302
  recipients: {
10262
10303
  id: string;
10263
10304
  lastname: string;
@@ -10265,9 +10306,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10265
10306
  avatar: string | null;
10266
10307
  isSearchable: boolean;
10267
10308
  }[];
10268
- temporaryRecipients: {
10269
- email: string | null;
10270
- }[];
10271
10309
  } | null;
10272
10310
  mailIntegrityDraft: {
10273
10311
  id: string;
@@ -10276,6 +10314,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10276
10314
  replyTo: {
10277
10315
  id: string;
10278
10316
  } | null;
10317
+ temporaryRecipients: {
10318
+ email: string | null;
10319
+ }[];
10279
10320
  recipients: {
10280
10321
  id: string;
10281
10322
  lastname: string;
@@ -10283,9 +10324,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10283
10324
  avatar: string | null;
10284
10325
  isSearchable: boolean;
10285
10326
  }[];
10286
- temporaryRecipients: {
10287
- email: string | null;
10288
- }[];
10289
10327
  } | null;
10290
10328
  sender: {
10291
10329
  id: string;
@@ -10316,6 +10354,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10316
10354
  replyTo: {
10317
10355
  id: string;
10318
10356
  } | null;
10357
+ temporaryRecipients: {
10358
+ email: string | null;
10359
+ }[];
10319
10360
  recipients: {
10320
10361
  id: string;
10321
10362
  lastname: string;
@@ -10323,9 +10364,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10323
10364
  avatar: string | null;
10324
10365
  isSearchable: boolean;
10325
10366
  }[];
10326
- temporaryRecipients: {
10327
- email: string | null;
10328
- }[];
10329
10367
  } | null;
10330
10368
  mailIntegrityDraft: {
10331
10369
  id: string;
@@ -10334,6 +10372,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10334
10372
  replyTo: {
10335
10373
  id: string;
10336
10374
  } | null;
10375
+ temporaryRecipients: {
10376
+ email: string | null;
10377
+ }[];
10337
10378
  recipients: {
10338
10379
  id: string;
10339
10380
  lastname: string;
@@ -10341,9 +10382,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10341
10382
  avatar: string | null;
10342
10383
  isSearchable: boolean;
10343
10384
  }[];
10344
- temporaryRecipients: {
10345
- email: string | null;
10346
- }[];
10347
10385
  } | null;
10348
10386
  sender: {
10349
10387
  id: string;
@@ -10468,6 +10506,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10468
10506
  replyTo: {
10469
10507
  id: string;
10470
10508
  } | null;
10509
+ temporaryRecipients: {
10510
+ email: string | null;
10511
+ }[];
10471
10512
  recipients: {
10472
10513
  id: string;
10473
10514
  lastname: string;
@@ -10475,9 +10516,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10475
10516
  avatar: string | null;
10476
10517
  isSearchable: boolean;
10477
10518
  }[];
10478
- temporaryRecipients: {
10479
- email: string | null;
10480
- }[];
10481
10519
  } | null;
10482
10520
  mailIntegrityDraft: {
10483
10521
  id: string;
@@ -10486,6 +10524,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10486
10524
  replyTo: {
10487
10525
  id: string;
10488
10526
  } | null;
10527
+ temporaryRecipients: {
10528
+ email: string | null;
10529
+ }[];
10489
10530
  recipients: {
10490
10531
  id: string;
10491
10532
  lastname: string;
@@ -10493,9 +10534,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10493
10534
  avatar: string | null;
10494
10535
  isSearchable: boolean;
10495
10536
  }[];
10496
- temporaryRecipients: {
10497
- email: string | null;
10498
- }[];
10499
10537
  } | null;
10500
10538
  sender: {
10501
10539
  id: string;
@@ -10526,6 +10564,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10526
10564
  replyTo: {
10527
10565
  id: string;
10528
10566
  } | null;
10567
+ temporaryRecipients: {
10568
+ email: string | null;
10569
+ }[];
10529
10570
  recipients: {
10530
10571
  id: string;
10531
10572
  lastname: string;
@@ -10533,9 +10574,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10533
10574
  avatar: string | null;
10534
10575
  isSearchable: boolean;
10535
10576
  }[];
10536
- temporaryRecipients: {
10537
- email: string | null;
10538
- }[];
10539
10577
  } | null;
10540
10578
  mailIntegrityDraft: {
10541
10579
  id: string;
@@ -10544,6 +10582,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10544
10582
  replyTo: {
10545
10583
  id: string;
10546
10584
  } | null;
10585
+ temporaryRecipients: {
10586
+ email: string | null;
10587
+ }[];
10547
10588
  recipients: {
10548
10589
  id: string;
10549
10590
  lastname: string;
@@ -10551,9 +10592,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10551
10592
  avatar: string | null;
10552
10593
  isSearchable: boolean;
10553
10594
  }[];
10554
- temporaryRecipients: {
10555
- email: string | null;
10556
- }[];
10557
10595
  } | null;
10558
10596
  sender: {
10559
10597
  id: string;
@@ -10703,6 +10741,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10703
10741
  _input_in: {
10704
10742
  id: string;
10705
10743
  customMessage: string | null;
10744
+ temporaryRecipients: string[];
10706
10745
  recipients: ({
10707
10746
  subject: string;
10708
10747
  body: string;
@@ -10714,11 +10753,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10714
10753
  dataId: string;
10715
10754
  }[];
10716
10755
  })[];
10717
- temporaryRecipients: string[];
10718
10756
  };
10719
10757
  _input_out: {
10720
10758
  id: string;
10721
10759
  customMessage: string | null;
10760
+ temporaryRecipients: string[];
10722
10761
  recipients: ({
10723
10762
  subject: string;
10724
10763
  body: string;
@@ -10730,7 +10769,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10730
10769
  dataId: string;
10731
10770
  }[];
10732
10771
  })[];
10733
- temporaryRecipients: string[];
10734
10772
  };
10735
10773
  _output_in: {
10736
10774
  isSent: boolean;
@@ -10838,6 +10876,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10838
10876
  replyTo: {
10839
10877
  id: string;
10840
10878
  } | null;
10879
+ temporaryRecipients: {
10880
+ email: string | null;
10881
+ }[];
10841
10882
  recipients: {
10842
10883
  id: string;
10843
10884
  lastname: string;
@@ -10845,9 +10886,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10845
10886
  avatar: string | null;
10846
10887
  isSearchable: boolean;
10847
10888
  }[];
10848
- temporaryRecipients: {
10849
- email: string | null;
10850
- }[];
10851
10889
  } | null;
10852
10890
  mailIntegrityDraft: {
10853
10891
  id: string;
@@ -10856,6 +10894,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10856
10894
  replyTo: {
10857
10895
  id: string;
10858
10896
  } | null;
10897
+ temporaryRecipients: {
10898
+ email: string | null;
10899
+ }[];
10859
10900
  recipients: {
10860
10901
  id: string;
10861
10902
  lastname: string;
@@ -10863,9 +10904,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10863
10904
  avatar: string | null;
10864
10905
  isSearchable: boolean;
10865
10906
  }[];
10866
- temporaryRecipients: {
10867
- email: string | null;
10868
- }[];
10869
10907
  } | null;
10870
10908
  sender: {
10871
10909
  id: string;
@@ -10896,6 +10934,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10896
10934
  replyTo: {
10897
10935
  id: string;
10898
10936
  } | null;
10937
+ temporaryRecipients: {
10938
+ email: string | null;
10939
+ }[];
10899
10940
  recipients: {
10900
10941
  id: string;
10901
10942
  lastname: string;
@@ -10903,9 +10944,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10903
10944
  avatar: string | null;
10904
10945
  isSearchable: boolean;
10905
10946
  }[];
10906
- temporaryRecipients: {
10907
- email: string | null;
10908
- }[];
10909
10947
  } | null;
10910
10948
  mailIntegrityDraft: {
10911
10949
  id: string;
@@ -10914,6 +10952,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10914
10952
  replyTo: {
10915
10953
  id: string;
10916
10954
  } | null;
10955
+ temporaryRecipients: {
10956
+ email: string | null;
10957
+ }[];
10917
10958
  recipients: {
10918
10959
  id: string;
10919
10960
  lastname: string;
@@ -10921,9 +10962,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10921
10962
  avatar: string | null;
10922
10963
  isSearchable: boolean;
10923
10964
  }[];
10924
- temporaryRecipients: {
10925
- email: string | null;
10926
- }[];
10927
10965
  } | null;
10928
10966
  sender: {
10929
10967
  id: string;
@@ -11070,6 +11108,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11070
11108
  replyTo: {
11071
11109
  id: string;
11072
11110
  } | null;
11111
+ temporaryRecipients: {
11112
+ email: string | null;
11113
+ }[];
11073
11114
  recipients: {
11074
11115
  id: string;
11075
11116
  lastname: string;
@@ -11077,9 +11118,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11077
11118
  avatar: string | null;
11078
11119
  isSearchable: boolean;
11079
11120
  }[];
11080
- temporaryRecipients: {
11081
- email: string | null;
11082
- }[];
11083
11121
  } | null;
11084
11122
  mailIntegrityDraft: {
11085
11123
  id: string;
@@ -11088,6 +11126,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11088
11126
  replyTo: {
11089
11127
  id: string;
11090
11128
  } | null;
11129
+ temporaryRecipients: {
11130
+ email: string | null;
11131
+ }[];
11091
11132
  recipients: {
11092
11133
  id: string;
11093
11134
  lastname: string;
@@ -11095,9 +11136,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11095
11136
  avatar: string | null;
11096
11137
  isSearchable: boolean;
11097
11138
  }[];
11098
- temporaryRecipients: {
11099
- email: string | null;
11100
- }[];
11101
11139
  } | null;
11102
11140
  sender: {
11103
11141
  id: string;
@@ -11128,6 +11166,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11128
11166
  replyTo: {
11129
11167
  id: string;
11130
11168
  } | null;
11169
+ temporaryRecipients: {
11170
+ email: string | null;
11171
+ }[];
11131
11172
  recipients: {
11132
11173
  id: string;
11133
11174
  lastname: string;
@@ -11135,9 +11176,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11135
11176
  avatar: string | null;
11136
11177
  isSearchable: boolean;
11137
11178
  }[];
11138
- temporaryRecipients: {
11139
- email: string | null;
11140
- }[];
11141
11179
  } | null;
11142
11180
  mailIntegrityDraft: {
11143
11181
  id: string;
@@ -11146,6 +11184,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11146
11184
  replyTo: {
11147
11185
  id: string;
11148
11186
  } | null;
11187
+ temporaryRecipients: {
11188
+ email: string | null;
11189
+ }[];
11149
11190
  recipients: {
11150
11191
  id: string;
11151
11192
  lastname: string;
@@ -11153,9 +11194,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11153
11194
  avatar: string | null;
11154
11195
  isSearchable: boolean;
11155
11196
  }[];
11156
- temporaryRecipients: {
11157
- email: string | null;
11158
- }[];
11159
11197
  } | null;
11160
11198
  sender: {
11161
11199
  id: string;
@@ -11205,6 +11243,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11205
11243
  isSearchable: boolean;
11206
11244
  };
11207
11245
  date: Date;
11246
+ temporaryRecipients: {
11247
+ email: string | null;
11248
+ id: string;
11249
+ phone: string | null;
11250
+ }[];
11208
11251
  recipients: {
11209
11252
  id: string;
11210
11253
  lastname: string;
@@ -11212,11 +11255,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11212
11255
  avatar: string | null;
11213
11256
  isSearchable: boolean;
11214
11257
  }[];
11215
- temporaryRecipients: {
11216
- email: string | null;
11217
- id: string;
11218
- phone: string | null;
11219
- }[];
11220
11258
  attachmentsCount: number;
11221
11259
  }[];
11222
11260
  _output_out: {
@@ -11228,6 +11266,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11228
11266
  isSearchable: boolean;
11229
11267
  };
11230
11268
  date: Date;
11269
+ temporaryRecipients: {
11270
+ email: string | null;
11271
+ id: string;
11272
+ phone: string | null;
11273
+ }[];
11231
11274
  recipients: {
11232
11275
  id: string;
11233
11276
  lastname: string;
@@ -11235,11 +11278,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11235
11278
  avatar: string | null;
11236
11279
  isSearchable: boolean;
11237
11280
  }[];
11238
- temporaryRecipients: {
11239
- email: string | null;
11240
- id: string;
11241
- phone: string | null;
11242
- }[];
11243
11281
  attachmentsCount: number;
11244
11282
  }[];
11245
11283
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-dev.33",
3
+ "version": "1.33.0-dev.34",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"