@secrecy/trpc-api-types 1.6.0-integration-prisma-selectors.7 → 1.6.0-integration-prisma-selectors.8

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.ts +140 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4894,6 +4894,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4894
4894
  } & {
4895
4895
  mailIntegrity: {
4896
4896
  id: string;
4897
+ recipients: {
4898
+ id: string;
4899
+ lastname: string;
4900
+ firstname: string;
4901
+ }[];
4897
4902
  hashKey: string;
4898
4903
  hash: string;
4899
4904
  replyTo: {
@@ -4905,6 +4910,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4905
4910
  } | null;
4906
4911
  mailIntegrityDraft: {
4907
4912
  id: string;
4913
+ recipients: {
4914
+ id: string;
4915
+ lastname: string;
4916
+ firstname: string;
4917
+ }[];
4908
4918
  hashKey: string;
4909
4919
  hash: string;
4910
4920
  replyTo: {
@@ -4931,6 +4941,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4931
4941
  } & {
4932
4942
  mailIntegrity: {
4933
4943
  id: string;
4944
+ recipients: {
4945
+ id: string;
4946
+ lastname: string;
4947
+ firstname: string;
4948
+ }[];
4934
4949
  hashKey: string;
4935
4950
  hash: string;
4936
4951
  replyTo: {
@@ -4942,6 +4957,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4942
4957
  } | null;
4943
4958
  mailIntegrityDraft: {
4944
4959
  id: string;
4960
+ recipients: {
4961
+ id: string;
4962
+ lastname: string;
4963
+ firstname: string;
4964
+ }[];
4945
4965
  hashKey: string;
4946
4966
  hash: string;
4947
4967
  replyTo: {
@@ -5020,6 +5040,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5020
5040
  } & {
5021
5041
  mailIntegrity: {
5022
5042
  id: string;
5043
+ recipients: {
5044
+ id: string;
5045
+ lastname: string;
5046
+ firstname: string;
5047
+ }[];
5023
5048
  hashKey: string;
5024
5049
  hash: string;
5025
5050
  replyTo: {
@@ -5031,6 +5056,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5031
5056
  } | null;
5032
5057
  mailIntegrityDraft: {
5033
5058
  id: string;
5059
+ recipients: {
5060
+ id: string;
5061
+ lastname: string;
5062
+ firstname: string;
5063
+ }[];
5034
5064
  hashKey: string;
5035
5065
  hash: string;
5036
5066
  replyTo: {
@@ -5057,6 +5087,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5057
5087
  } & {
5058
5088
  mailIntegrity: {
5059
5089
  id: string;
5090
+ recipients: {
5091
+ id: string;
5092
+ lastname: string;
5093
+ firstname: string;
5094
+ }[];
5060
5095
  hashKey: string;
5061
5096
  hash: string;
5062
5097
  replyTo: {
@@ -5068,6 +5103,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5068
5103
  } | null;
5069
5104
  mailIntegrityDraft: {
5070
5105
  id: string;
5106
+ recipients: {
5107
+ id: string;
5108
+ lastname: string;
5109
+ firstname: string;
5110
+ }[];
5071
5111
  hashKey: string;
5072
5112
  hash: string;
5073
5113
  replyTo: {
@@ -5232,6 +5272,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5232
5272
  } & {
5233
5273
  mailIntegrity: {
5234
5274
  id: string;
5275
+ recipients: {
5276
+ id: string;
5277
+ lastname: string;
5278
+ firstname: string;
5279
+ }[];
5235
5280
  hashKey: string;
5236
5281
  hash: string;
5237
5282
  replyTo: {
@@ -5243,6 +5288,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5243
5288
  } | null;
5244
5289
  mailIntegrityDraft: {
5245
5290
  id: string;
5291
+ recipients: {
5292
+ id: string;
5293
+ lastname: string;
5294
+ firstname: string;
5295
+ }[];
5246
5296
  hashKey: string;
5247
5297
  hash: string;
5248
5298
  replyTo: {
@@ -5269,6 +5319,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5269
5319
  } & {
5270
5320
  mailIntegrity: {
5271
5321
  id: string;
5322
+ recipients: {
5323
+ id: string;
5324
+ lastname: string;
5325
+ firstname: string;
5326
+ }[];
5272
5327
  hashKey: string;
5273
5328
  hash: string;
5274
5329
  replyTo: {
@@ -5280,6 +5335,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5280
5335
  } | null;
5281
5336
  mailIntegrityDraft: {
5282
5337
  id: string;
5338
+ recipients: {
5339
+ id: string;
5340
+ lastname: string;
5341
+ firstname: string;
5342
+ }[];
5283
5343
  hashKey: string;
5284
5344
  hash: string;
5285
5345
  replyTo: {
@@ -5332,6 +5392,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5332
5392
  } & {
5333
5393
  mailIntegrity: {
5334
5394
  id: string;
5395
+ recipients: {
5396
+ id: string;
5397
+ lastname: string;
5398
+ firstname: string;
5399
+ }[];
5335
5400
  hashKey: string;
5336
5401
  hash: string;
5337
5402
  replyTo: {
@@ -5343,6 +5408,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5343
5408
  } | null;
5344
5409
  mailIntegrityDraft: {
5345
5410
  id: string;
5411
+ recipients: {
5412
+ id: string;
5413
+ lastname: string;
5414
+ firstname: string;
5415
+ }[];
5346
5416
  hashKey: string;
5347
5417
  hash: string;
5348
5418
  replyTo: {
@@ -5369,6 +5439,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5369
5439
  } & {
5370
5440
  mailIntegrity: {
5371
5441
  id: string;
5442
+ recipients: {
5443
+ id: string;
5444
+ lastname: string;
5445
+ firstname: string;
5446
+ }[];
5372
5447
  hashKey: string;
5373
5448
  hash: string;
5374
5449
  replyTo: {
@@ -5380,6 +5455,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5380
5455
  } | null;
5381
5456
  mailIntegrityDraft: {
5382
5457
  id: string;
5458
+ recipients: {
5459
+ id: string;
5460
+ lastname: string;
5461
+ firstname: string;
5462
+ }[];
5383
5463
  hashKey: string;
5384
5464
  hash: string;
5385
5465
  replyTo: {
@@ -5500,6 +5580,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5500
5580
  } & {
5501
5581
  mailIntegrity: {
5502
5582
  id: string;
5583
+ recipients: {
5584
+ id: string;
5585
+ lastname: string;
5586
+ firstname: string;
5587
+ }[];
5503
5588
  hashKey: string;
5504
5589
  hash: string;
5505
5590
  replyTo: {
@@ -5511,6 +5596,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5511
5596
  } | null;
5512
5597
  mailIntegrityDraft: {
5513
5598
  id: string;
5599
+ recipients: {
5600
+ id: string;
5601
+ lastname: string;
5602
+ firstname: string;
5603
+ }[];
5514
5604
  hashKey: string;
5515
5605
  hash: string;
5516
5606
  replyTo: {
@@ -5537,6 +5627,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5537
5627
  } & {
5538
5628
  mailIntegrity: {
5539
5629
  id: string;
5630
+ recipients: {
5631
+ id: string;
5632
+ lastname: string;
5633
+ firstname: string;
5634
+ }[];
5540
5635
  hashKey: string;
5541
5636
  hash: string;
5542
5637
  replyTo: {
@@ -5548,6 +5643,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5548
5643
  } | null;
5549
5644
  mailIntegrityDraft: {
5550
5645
  id: string;
5646
+ recipients: {
5647
+ id: string;
5648
+ lastname: string;
5649
+ firstname: string;
5650
+ }[];
5551
5651
  hashKey: string;
5552
5652
  hash: string;
5553
5653
  replyTo: {
@@ -5796,6 +5896,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5796
5896
  } & {
5797
5897
  mailIntegrity: {
5798
5898
  id: string;
5899
+ recipients: {
5900
+ id: string;
5901
+ lastname: string;
5902
+ firstname: string;
5903
+ }[];
5799
5904
  hashKey: string;
5800
5905
  hash: string;
5801
5906
  replyTo: {
@@ -5807,6 +5912,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5807
5912
  } | null;
5808
5913
  mailIntegrityDraft: {
5809
5914
  id: string;
5915
+ recipients: {
5916
+ id: string;
5917
+ lastname: string;
5918
+ firstname: string;
5919
+ }[];
5810
5920
  hashKey: string;
5811
5921
  hash: string;
5812
5922
  replyTo: {
@@ -5833,6 +5943,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5833
5943
  } & {
5834
5944
  mailIntegrity: {
5835
5945
  id: string;
5946
+ recipients: {
5947
+ id: string;
5948
+ lastname: string;
5949
+ firstname: string;
5950
+ }[];
5836
5951
  hashKey: string;
5837
5952
  hash: string;
5838
5953
  replyTo: {
@@ -5844,6 +5959,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5844
5959
  } | null;
5845
5960
  mailIntegrityDraft: {
5846
5961
  id: string;
5962
+ recipients: {
5963
+ id: string;
5964
+ lastname: string;
5965
+ firstname: string;
5966
+ }[];
5847
5967
  hashKey: string;
5848
5968
  hash: string;
5849
5969
  replyTo: {
@@ -5986,6 +6106,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5986
6106
  } & {
5987
6107
  mailIntegrity: {
5988
6108
  id: string;
6109
+ recipients: {
6110
+ id: string;
6111
+ lastname: string;
6112
+ firstname: string;
6113
+ }[];
5989
6114
  hashKey: string;
5990
6115
  hash: string;
5991
6116
  replyTo: {
@@ -5997,6 +6122,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5997
6122
  } | null;
5998
6123
  mailIntegrityDraft: {
5999
6124
  id: string;
6125
+ recipients: {
6126
+ id: string;
6127
+ lastname: string;
6128
+ firstname: string;
6129
+ }[];
6000
6130
  hashKey: string;
6001
6131
  hash: string;
6002
6132
  replyTo: {
@@ -6023,6 +6153,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6023
6153
  } & {
6024
6154
  mailIntegrity: {
6025
6155
  id: string;
6156
+ recipients: {
6157
+ id: string;
6158
+ lastname: string;
6159
+ firstname: string;
6160
+ }[];
6026
6161
  hashKey: string;
6027
6162
  hash: string;
6028
6163
  replyTo: {
@@ -6034,6 +6169,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6034
6169
  } | null;
6035
6170
  mailIntegrityDraft: {
6036
6171
  id: string;
6172
+ recipients: {
6173
+ id: string;
6174
+ lastname: string;
6175
+ firstname: string;
6176
+ }[];
6037
6177
  hashKey: string;
6038
6178
  hash: string;
6039
6179
  replyTo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.6.0-integration-prisma-selectors.7",
3
+ "version": "1.6.0-integration-prisma-selectors.8",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"