@secrecy/trpc-api-types 1.10.0-integration-fixes-api.1 → 1.10.0-integration-invalid-schema-config.2

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 +172 -172
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1558,12 +1558,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1558
1558
  appId: string;
1559
1559
  userId: string;
1560
1560
  };
1561
- access: {
1561
+ access?: {
1562
1562
  rights: "admin" | "write" | "read";
1563
1563
  nameKey: string | null;
1564
1564
  isRoot: boolean;
1565
1565
  sharedByPubKey: string;
1566
- };
1566
+ } | undefined;
1567
1567
  } & {
1568
1568
  sizes: {
1569
1569
  size: bigint;
@@ -1617,12 +1617,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1617
1617
  appId: string;
1618
1618
  userId: string;
1619
1619
  };
1620
- access: {
1620
+ access?: {
1621
1621
  rights: "admin" | "write" | "read";
1622
1622
  nameKey: string | null;
1623
1623
  isRoot: boolean;
1624
1624
  sharedByPubKey: string;
1625
- };
1625
+ } | undefined;
1626
1626
  }) | null;
1627
1627
  children: ({
1628
1628
  type: "FILE" | "FOLDER";
@@ -1643,12 +1643,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1643
1643
  appId: string;
1644
1644
  userId: string;
1645
1645
  };
1646
- access: {
1646
+ access?: {
1647
1647
  rights: "admin" | "write" | "read";
1648
1648
  nameKey: string | null;
1649
1649
  isRoot: boolean;
1650
1650
  sharedByPubKey: string;
1651
- };
1651
+ } | undefined;
1652
1652
  })[];
1653
1653
  };
1654
1654
  _output_out: {
@@ -1670,12 +1670,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1670
1670
  appId: string;
1671
1671
  userId: string;
1672
1672
  };
1673
- access: {
1673
+ access?: {
1674
1674
  rights: "admin" | "write" | "read";
1675
1675
  nameKey: string | null;
1676
1676
  isRoot: boolean;
1677
1677
  sharedByPubKey: string;
1678
- };
1678
+ } | undefined;
1679
1679
  } & {
1680
1680
  sizes: {
1681
1681
  size: bigint;
@@ -1729,12 +1729,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1729
1729
  appId: string;
1730
1730
  userId: string;
1731
1731
  };
1732
- access: {
1732
+ access?: {
1733
1733
  rights: "admin" | "write" | "read";
1734
1734
  nameKey: string | null;
1735
1735
  isRoot: boolean;
1736
1736
  sharedByPubKey: string;
1737
- };
1737
+ } | undefined;
1738
1738
  }) | null;
1739
1739
  children: ({
1740
1740
  type: "FILE" | "FOLDER";
@@ -1755,12 +1755,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1755
1755
  appId: string;
1756
1756
  userId: string;
1757
1757
  };
1758
- access: {
1758
+ access?: {
1759
1759
  rights: "admin" | "write" | "read";
1760
1760
  nameKey: string | null;
1761
1761
  isRoot: boolean;
1762
1762
  sharedByPubKey: string;
1763
- };
1763
+ } | undefined;
1764
1764
  })[];
1765
1765
  };
1766
1766
  }, unknown>;
@@ -2152,12 +2152,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2152
2152
  appId: string;
2153
2153
  userId: string;
2154
2154
  };
2155
- access: {
2155
+ access?: {
2156
2156
  rights: "admin" | "write" | "read";
2157
2157
  nameKey: string | null;
2158
2158
  isRoot: boolean;
2159
2159
  sharedByPubKey: string;
2160
- };
2160
+ } | undefined;
2161
2161
  } & {
2162
2162
  sizes: {
2163
2163
  size: bigint;
@@ -2211,12 +2211,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2211
2211
  appId: string;
2212
2212
  userId: string;
2213
2213
  };
2214
- access: {
2214
+ access?: {
2215
2215
  rights: "admin" | "write" | "read";
2216
2216
  nameKey: string | null;
2217
2217
  isRoot: boolean;
2218
2218
  sharedByPubKey: string;
2219
- };
2219
+ } | undefined;
2220
2220
  }) | null;
2221
2221
  children: ({
2222
2222
  type: "FILE" | "FOLDER";
@@ -2237,12 +2237,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2237
2237
  appId: string;
2238
2238
  userId: string;
2239
2239
  };
2240
- access: {
2240
+ access?: {
2241
2241
  rights: "admin" | "write" | "read";
2242
2242
  nameKey: string | null;
2243
2243
  isRoot: boolean;
2244
2244
  sharedByPubKey: string;
2245
- };
2245
+ } | undefined;
2246
2246
  })[];
2247
2247
  };
2248
2248
  _output_out: {
@@ -2264,12 +2264,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2264
2264
  appId: string;
2265
2265
  userId: string;
2266
2266
  };
2267
- access: {
2267
+ access?: {
2268
2268
  rights: "admin" | "write" | "read";
2269
2269
  nameKey: string | null;
2270
2270
  isRoot: boolean;
2271
2271
  sharedByPubKey: string;
2272
- };
2272
+ } | undefined;
2273
2273
  } & {
2274
2274
  sizes: {
2275
2275
  size: bigint;
@@ -2323,12 +2323,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2323
2323
  appId: string;
2324
2324
  userId: string;
2325
2325
  };
2326
- access: {
2326
+ access?: {
2327
2327
  rights: "admin" | "write" | "read";
2328
2328
  nameKey: string | null;
2329
2329
  isRoot: boolean;
2330
2330
  sharedByPubKey: string;
2331
- };
2331
+ } | undefined;
2332
2332
  }) | null;
2333
2333
  children: ({
2334
2334
  type: "FILE" | "FOLDER";
@@ -2349,12 +2349,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2349
2349
  appId: string;
2350
2350
  userId: string;
2351
2351
  };
2352
- access: {
2352
+ access?: {
2353
2353
  rights: "admin" | "write" | "read";
2354
2354
  nameKey: string | null;
2355
2355
  isRoot: boolean;
2356
2356
  sharedByPubKey: string;
2357
- };
2357
+ } | undefined;
2358
2358
  })[];
2359
2359
  };
2360
2360
  }, unknown>;
@@ -2634,12 +2634,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2634
2634
  appId: string;
2635
2635
  userId: string;
2636
2636
  };
2637
- access: {
2637
+ access?: {
2638
2638
  rights: "admin" | "write" | "read";
2639
2639
  nameKey: string | null;
2640
2640
  isRoot: boolean;
2641
2641
  sharedByPubKey: string;
2642
- };
2642
+ } | undefined;
2643
2643
  } & {
2644
2644
  sizes: {
2645
2645
  size: bigint;
@@ -2693,12 +2693,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2693
2693
  appId: string;
2694
2694
  userId: string;
2695
2695
  };
2696
- access: {
2696
+ access?: {
2697
2697
  rights: "admin" | "write" | "read";
2698
2698
  nameKey: string | null;
2699
2699
  isRoot: boolean;
2700
2700
  sharedByPubKey: string;
2701
- };
2701
+ } | undefined;
2702
2702
  }) | null;
2703
2703
  children: ({
2704
2704
  type: "FILE" | "FOLDER";
@@ -2719,12 +2719,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2719
2719
  appId: string;
2720
2720
  userId: string;
2721
2721
  };
2722
- access: {
2722
+ access?: {
2723
2723
  rights: "admin" | "write" | "read";
2724
2724
  nameKey: string | null;
2725
2725
  isRoot: boolean;
2726
2726
  sharedByPubKey: string;
2727
- };
2727
+ } | undefined;
2728
2728
  })[];
2729
2729
  };
2730
2730
  _output_out: {
@@ -2746,12 +2746,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2746
2746
  appId: string;
2747
2747
  userId: string;
2748
2748
  };
2749
- access: {
2749
+ access?: {
2750
2750
  rights: "admin" | "write" | "read";
2751
2751
  nameKey: string | null;
2752
2752
  isRoot: boolean;
2753
2753
  sharedByPubKey: string;
2754
- };
2754
+ } | undefined;
2755
2755
  } & {
2756
2756
  sizes: {
2757
2757
  size: bigint;
@@ -2805,12 +2805,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2805
2805
  appId: string;
2806
2806
  userId: string;
2807
2807
  };
2808
- access: {
2808
+ access?: {
2809
2809
  rights: "admin" | "write" | "read";
2810
2810
  nameKey: string | null;
2811
2811
  isRoot: boolean;
2812
2812
  sharedByPubKey: string;
2813
- };
2813
+ } | undefined;
2814
2814
  }) | null;
2815
2815
  children: ({
2816
2816
  type: "FILE" | "FOLDER";
@@ -2831,12 +2831,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2831
2831
  appId: string;
2832
2832
  userId: string;
2833
2833
  };
2834
- access: {
2834
+ access?: {
2835
2835
  rights: "admin" | "write" | "read";
2836
2836
  nameKey: string | null;
2837
2837
  isRoot: boolean;
2838
2838
  sharedByPubKey: string;
2839
- };
2839
+ } | undefined;
2840
2840
  })[];
2841
2841
  };
2842
2842
  }, unknown>;
@@ -3202,12 +3202,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3202
3202
  appId: string;
3203
3203
  userId: string;
3204
3204
  };
3205
- access: {
3205
+ access?: {
3206
3206
  rights: "admin" | "write" | "read";
3207
3207
  nameKey: string | null;
3208
3208
  isRoot: boolean;
3209
3209
  sharedByPubKey: string;
3210
- };
3210
+ } | undefined;
3211
3211
  };
3212
3212
  _output_out: {
3213
3213
  type: "FILE" | "FOLDER";
@@ -3228,12 +3228,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3228
3228
  appId: string;
3229
3229
  userId: string;
3230
3230
  };
3231
- access: {
3231
+ access?: {
3232
3232
  rights: "admin" | "write" | "read";
3233
3233
  nameKey: string | null;
3234
3234
  isRoot: boolean;
3235
3235
  sharedByPubKey: string;
3236
- };
3236
+ } | undefined;
3237
3237
  };
3238
3238
  }, unknown>;
3239
3239
  nodeFullById: _trpc_server.BuildProcedure<"query", {
@@ -3286,12 +3286,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3286
3286
  appId: string;
3287
3287
  userId: string;
3288
3288
  };
3289
- access: {
3289
+ access?: {
3290
3290
  rights: "admin" | "write" | "read";
3291
3291
  nameKey: string | null;
3292
3292
  isRoot: boolean;
3293
3293
  sharedByPubKey: string;
3294
- };
3294
+ } | undefined;
3295
3295
  } & {
3296
3296
  sizes: {
3297
3297
  size: bigint;
@@ -3345,12 +3345,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3345
3345
  appId: string;
3346
3346
  userId: string;
3347
3347
  };
3348
- access: {
3348
+ access?: {
3349
3349
  rights: "admin" | "write" | "read";
3350
3350
  nameKey: string | null;
3351
3351
  isRoot: boolean;
3352
3352
  sharedByPubKey: string;
3353
- };
3353
+ } | undefined;
3354
3354
  }) | null;
3355
3355
  children: ({
3356
3356
  type: "FILE" | "FOLDER";
@@ -3371,12 +3371,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3371
3371
  appId: string;
3372
3372
  userId: string;
3373
3373
  };
3374
- access: {
3374
+ access?: {
3375
3375
  rights: "admin" | "write" | "read";
3376
3376
  nameKey: string | null;
3377
3377
  isRoot: boolean;
3378
3378
  sharedByPubKey: string;
3379
- };
3379
+ } | undefined;
3380
3380
  })[];
3381
3381
  };
3382
3382
  _output_out: {
@@ -3398,12 +3398,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3398
3398
  appId: string;
3399
3399
  userId: string;
3400
3400
  };
3401
- access: {
3401
+ access?: {
3402
3402
  rights: "admin" | "write" | "read";
3403
3403
  nameKey: string | null;
3404
3404
  isRoot: boolean;
3405
3405
  sharedByPubKey: string;
3406
- };
3406
+ } | undefined;
3407
3407
  } & {
3408
3408
  sizes: {
3409
3409
  size: bigint;
@@ -3457,12 +3457,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3457
3457
  appId: string;
3458
3458
  userId: string;
3459
3459
  };
3460
- access: {
3460
+ access?: {
3461
3461
  rights: "admin" | "write" | "read";
3462
3462
  nameKey: string | null;
3463
3463
  isRoot: boolean;
3464
3464
  sharedByPubKey: string;
3465
- };
3465
+ } | undefined;
3466
3466
  }) | null;
3467
3467
  children: ({
3468
3468
  type: "FILE" | "FOLDER";
@@ -3483,12 +3483,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3483
3483
  appId: string;
3484
3484
  userId: string;
3485
3485
  };
3486
- access: {
3486
+ access?: {
3487
3487
  rights: "admin" | "write" | "read";
3488
3488
  nameKey: string | null;
3489
3489
  isRoot: boolean;
3490
3490
  sharedByPubKey: string;
3491
- };
3491
+ } | undefined;
3492
3492
  })[];
3493
3493
  };
3494
3494
  }, unknown>;
@@ -3574,12 +3574,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3574
3574
  appId: string;
3575
3575
  userId: string;
3576
3576
  };
3577
- access: {
3577
+ access?: {
3578
3578
  rights: "admin" | "write" | "read";
3579
3579
  nameKey: string | null;
3580
3580
  isRoot: boolean;
3581
3581
  sharedByPubKey: string;
3582
- };
3582
+ } | undefined;
3583
3583
  })[];
3584
3584
  _output_out: ({
3585
3585
  type: "FILE" | "FOLDER";
@@ -3600,12 +3600,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3600
3600
  appId: string;
3601
3601
  userId: string;
3602
3602
  };
3603
- access: {
3603
+ access?: {
3604
3604
  rights: "admin" | "write" | "read";
3605
3605
  nameKey: string | null;
3606
3606
  isRoot: boolean;
3607
3607
  sharedByPubKey: string;
3608
- };
3608
+ } | undefined;
3609
3609
  })[];
3610
3610
  }, unknown>;
3611
3611
  nodesSharedWithMe: _trpc_server.BuildProcedure<"query", {
@@ -3656,12 +3656,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3656
3656
  appId: string;
3657
3657
  userId: string;
3658
3658
  };
3659
- access: {
3659
+ access?: {
3660
3660
  rights: "admin" | "write" | "read";
3661
3661
  nameKey: string | null;
3662
3662
  isRoot: boolean;
3663
3663
  sharedByPubKey: string;
3664
- };
3664
+ } | undefined;
3665
3665
  })[];
3666
3666
  _output_out: ({
3667
3667
  type: "FILE" | "FOLDER";
@@ -3682,12 +3682,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3682
3682
  appId: string;
3683
3683
  userId: string;
3684
3684
  };
3685
- access: {
3685
+ access?: {
3686
3686
  rights: "admin" | "write" | "read";
3687
3687
  nameKey: string | null;
3688
3688
  isRoot: boolean;
3689
3689
  sharedByPubKey: string;
3690
- };
3690
+ } | undefined;
3691
3691
  })[];
3692
3692
  }, unknown>;
3693
3693
  nodesShared: _trpc_server.BuildProcedure<"query", {
@@ -3734,12 +3734,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3734
3734
  appId: string;
3735
3735
  userId: string;
3736
3736
  };
3737
- access: {
3737
+ access?: {
3738
3738
  rights: "admin" | "write" | "read";
3739
3739
  nameKey: string | null;
3740
3740
  isRoot: boolean;
3741
3741
  sharedByPubKey: string;
3742
- };
3742
+ } | undefined;
3743
3743
  })[];
3744
3744
  _output_out: ({
3745
3745
  type: "FILE" | "FOLDER";
@@ -3760,12 +3760,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3760
3760
  appId: string;
3761
3761
  userId: string;
3762
3762
  };
3763
- access: {
3763
+ access?: {
3764
3764
  rights: "admin" | "write" | "read";
3765
3765
  nameKey: string | null;
3766
3766
  isRoot: boolean;
3767
3767
  sharedByPubKey: string;
3768
- };
3768
+ } | undefined;
3769
3769
  })[];
3770
3770
  }, unknown>;
3771
3771
  recoverNode: _trpc_server.BuildProcedure<"mutation", {
@@ -3950,12 +3950,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3950
3950
  appId: string;
3951
3951
  userId: string;
3952
3952
  };
3953
- access: {
3953
+ access?: {
3954
3954
  rights: "admin" | "write" | "read";
3955
3955
  nameKey: string | null;
3956
3956
  isRoot: boolean;
3957
3957
  sharedByPubKey: string;
3958
- };
3958
+ } | undefined;
3959
3959
  } & {
3960
3960
  sizes: {
3961
3961
  size: bigint;
@@ -4009,12 +4009,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4009
4009
  appId: string;
4010
4010
  userId: string;
4011
4011
  };
4012
- access: {
4012
+ access?: {
4013
4013
  rights: "admin" | "write" | "read";
4014
4014
  nameKey: string | null;
4015
4015
  isRoot: boolean;
4016
4016
  sharedByPubKey: string;
4017
- };
4017
+ } | undefined;
4018
4018
  }) | null;
4019
4019
  children: ({
4020
4020
  type: "FILE" | "FOLDER";
@@ -4035,12 +4035,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4035
4035
  appId: string;
4036
4036
  userId: string;
4037
4037
  };
4038
- access: {
4038
+ access?: {
4039
4039
  rights: "admin" | "write" | "read";
4040
4040
  nameKey: string | null;
4041
4041
  isRoot: boolean;
4042
4042
  sharedByPubKey: string;
4043
- };
4043
+ } | undefined;
4044
4044
  })[];
4045
4045
  };
4046
4046
  _output_out: {
@@ -4062,12 +4062,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4062
4062
  appId: string;
4063
4063
  userId: string;
4064
4064
  };
4065
- access: {
4065
+ access?: {
4066
4066
  rights: "admin" | "write" | "read";
4067
4067
  nameKey: string | null;
4068
4068
  isRoot: boolean;
4069
4069
  sharedByPubKey: string;
4070
- };
4070
+ } | undefined;
4071
4071
  } & {
4072
4072
  sizes: {
4073
4073
  size: bigint;
@@ -4121,12 +4121,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4121
4121
  appId: string;
4122
4122
  userId: string;
4123
4123
  };
4124
- access: {
4124
+ access?: {
4125
4125
  rights: "admin" | "write" | "read";
4126
4126
  nameKey: string | null;
4127
4127
  isRoot: boolean;
4128
4128
  sharedByPubKey: string;
4129
- };
4129
+ } | undefined;
4130
4130
  }) | null;
4131
4131
  children: ({
4132
4132
  type: "FILE" | "FOLDER";
@@ -4147,12 +4147,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4147
4147
  appId: string;
4148
4148
  userId: string;
4149
4149
  };
4150
- access: {
4150
+ access?: {
4151
4151
  rights: "admin" | "write" | "read";
4152
4152
  nameKey: string | null;
4153
4153
  isRoot: boolean;
4154
4154
  sharedByPubKey: string;
4155
- };
4155
+ } | undefined;
4156
4156
  })[];
4157
4157
  };
4158
4158
  }, unknown>;
@@ -4998,10 +4998,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4998
4998
  type: "string" | "number" | "boolean" | "object";
4999
4999
  name: string;
5000
5000
  uuid: string;
5001
- isArray?: boolean | undefined;
5002
- isNullable?: boolean | undefined;
5003
- isEditable?: boolean | undefined;
5004
- isKey?: boolean | undefined;
5001
+ isArray: boolean;
5002
+ isNullable: boolean;
5003
+ isEditable: boolean;
5004
+ isKey: boolean;
5005
5005
  default?: unknown;
5006
5006
  }[];
5007
5007
  name: string;
@@ -5014,10 +5014,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5014
5014
  type: "string" | "number" | "boolean" | "object";
5015
5015
  name: string;
5016
5016
  uuid: string;
5017
- isArray?: boolean | undefined;
5018
- isNullable?: boolean | undefined;
5019
- isEditable?: boolean | undefined;
5020
- isKey?: boolean | undefined;
5017
+ isArray: boolean;
5018
+ isNullable: boolean;
5019
+ isEditable: boolean;
5020
+ isKey: boolean;
5021
5021
  default?: unknown;
5022
5022
  }[];
5023
5023
  name: string;
@@ -5086,10 +5086,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5086
5086
  type: "string" | "number" | "boolean" | "object";
5087
5087
  name: string;
5088
5088
  uuid: string;
5089
- isArray?: boolean | undefined;
5090
- isNullable?: boolean | undefined;
5091
- isEditable?: boolean | undefined;
5092
- isKey?: boolean | undefined;
5089
+ isArray: boolean;
5090
+ isNullable: boolean;
5091
+ isEditable: boolean;
5092
+ isKey: boolean;
5093
5093
  default?: unknown;
5094
5094
  }[];
5095
5095
  name: string;
@@ -5106,10 +5106,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5106
5106
  type: "string" | "number" | "boolean" | "object";
5107
5107
  name: string;
5108
5108
  uuid: string;
5109
- isArray?: boolean | undefined;
5110
- isNullable?: boolean | undefined;
5111
- isEditable?: boolean | undefined;
5112
- isKey?: boolean | undefined;
5109
+ isArray: boolean;
5110
+ isNullable: boolean;
5111
+ isEditable: boolean;
5112
+ isKey: boolean;
5113
5113
  default?: unknown;
5114
5114
  }[];
5115
5115
  name: string;
@@ -5284,10 +5284,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5284
5284
  type: "string" | "number" | "boolean" | "object";
5285
5285
  name: string;
5286
5286
  uuid: string;
5287
- isArray?: boolean | undefined;
5288
- isNullable?: boolean | undefined;
5289
- isEditable?: boolean | undefined;
5290
- isKey?: boolean | undefined;
5287
+ isArray: boolean;
5288
+ isNullable: boolean;
5289
+ isEditable: boolean;
5290
+ isKey: boolean;
5291
5291
  default?: unknown;
5292
5292
  }[];
5293
5293
  name: string;
@@ -5299,10 +5299,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5299
5299
  type: "string" | "number" | "boolean" | "object";
5300
5300
  name: string;
5301
5301
  uuid: string;
5302
- isArray?: boolean | undefined;
5303
- isNullable?: boolean | undefined;
5304
- isEditable?: boolean | undefined;
5305
- isKey?: boolean | undefined;
5302
+ isArray: boolean;
5303
+ isNullable: boolean;
5304
+ isEditable: boolean;
5305
+ isKey: boolean;
5306
5306
  default?: unknown;
5307
5307
  }[];
5308
5308
  name: string;
@@ -5325,10 +5325,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5325
5325
  type: "string" | "number" | "boolean" | "object";
5326
5326
  name: string;
5327
5327
  uuid: string;
5328
- isArray?: boolean | undefined;
5329
- isNullable?: boolean | undefined;
5330
- isEditable?: boolean | undefined;
5331
- isKey?: boolean | undefined;
5328
+ isArray: boolean;
5329
+ isNullable: boolean;
5330
+ isEditable: boolean;
5331
+ isKey: boolean;
5332
5332
  default?: unknown;
5333
5333
  }[];
5334
5334
  name: string;
@@ -5340,10 +5340,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5340
5340
  type: "string" | "number" | "boolean" | "object";
5341
5341
  name: string;
5342
5342
  uuid: string;
5343
- isArray?: boolean | undefined;
5344
- isNullable?: boolean | undefined;
5345
- isEditable?: boolean | undefined;
5346
- isKey?: boolean | undefined;
5343
+ isArray: boolean;
5344
+ isNullable: boolean;
5345
+ isEditable: boolean;
5346
+ isKey: boolean;
5347
5347
  default?: unknown;
5348
5348
  }[];
5349
5349
  name: string;
@@ -5364,10 +5364,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5364
5364
  type: "string" | "number" | "boolean" | "object";
5365
5365
  name: string;
5366
5366
  uuid: string;
5367
- isArray?: boolean | undefined;
5368
- isNullable?: boolean | undefined;
5369
- isEditable?: boolean | undefined;
5370
- isKey?: boolean | undefined;
5367
+ isArray: boolean;
5368
+ isNullable: boolean;
5369
+ isEditable: boolean;
5370
+ isKey: boolean;
5371
5371
  default?: unknown;
5372
5372
  }[];
5373
5373
  name: string;
@@ -5380,10 +5380,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5380
5380
  type: "string" | "number" | "boolean" | "object";
5381
5381
  name: string;
5382
5382
  uuid: string;
5383
- isArray?: boolean | undefined;
5384
- isNullable?: boolean | undefined;
5385
- isEditable?: boolean | undefined;
5386
- isKey?: boolean | undefined;
5383
+ isArray: boolean;
5384
+ isNullable: boolean;
5385
+ isEditable: boolean;
5386
+ isKey: boolean;
5387
5387
  default?: unknown;
5388
5388
  }[];
5389
5389
  name: string;
@@ -5437,35 +5437,35 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5437
5437
  _input_in: {
5438
5438
  appId: string;
5439
5439
  config: (string | {
5440
- tables: {
5441
- fields: {
5440
+ tables?: {
5441
+ name: string;
5442
+ uuid?: string | undefined;
5443
+ fields?: {
5442
5444
  type: "string" | "number" | "boolean" | "object";
5443
5445
  name: string;
5444
- uuid: string;
5446
+ uuid?: string | undefined;
5445
5447
  isArray?: boolean | undefined;
5446
5448
  isNullable?: boolean | undefined;
5447
5449
  isEditable?: boolean | undefined;
5448
5450
  isKey?: boolean | undefined;
5449
5451
  default?: unknown;
5450
- }[];
5451
- name: string;
5452
- uuid: string;
5453
- }[];
5452
+ }[] | undefined;
5453
+ }[] | undefined;
5454
5454
  }) & (string | {
5455
- tables: {
5456
- fields: {
5455
+ tables?: {
5456
+ name: string;
5457
+ uuid?: string | undefined;
5458
+ fields?: {
5457
5459
  type: "string" | "number" | "boolean" | "object";
5458
5460
  name: string;
5459
- uuid: string;
5461
+ uuid?: string | undefined;
5460
5462
  isArray?: boolean | undefined;
5461
5463
  isNullable?: boolean | undefined;
5462
5464
  isEditable?: boolean | undefined;
5463
5465
  isKey?: boolean | undefined;
5464
5466
  default?: unknown;
5465
- }[];
5466
- name: string;
5467
- uuid: string;
5468
- }[];
5467
+ }[] | undefined;
5468
+ }[] | undefined;
5469
5469
  } | undefined);
5470
5470
  appEnv: string;
5471
5471
  } | {
@@ -5476,35 +5476,35 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5476
5476
  _input_out: {
5477
5477
  appId: string;
5478
5478
  config: (string | {
5479
- tables: {
5480
- fields: {
5479
+ tables?: {
5480
+ name: string;
5481
+ uuid?: string | undefined;
5482
+ fields?: {
5481
5483
  type: "string" | "number" | "boolean" | "object";
5482
5484
  name: string;
5483
- uuid: string;
5485
+ uuid?: string | undefined;
5484
5486
  isArray?: boolean | undefined;
5485
5487
  isNullable?: boolean | undefined;
5486
5488
  isEditable?: boolean | undefined;
5487
5489
  isKey?: boolean | undefined;
5488
5490
  default?: unknown;
5489
- }[];
5490
- name: string;
5491
- uuid: string;
5492
- }[];
5491
+ }[] | undefined;
5492
+ }[] | undefined;
5493
5493
  }) & (string | {
5494
- tables: {
5495
- fields: {
5494
+ tables?: {
5495
+ name: string;
5496
+ uuid?: string | undefined;
5497
+ fields?: {
5496
5498
  type: "string" | "number" | "boolean" | "object";
5497
5499
  name: string;
5498
- uuid: string;
5500
+ uuid?: string | undefined;
5499
5501
  isArray?: boolean | undefined;
5500
5502
  isNullable?: boolean | undefined;
5501
5503
  isEditable?: boolean | undefined;
5502
5504
  isKey?: boolean | undefined;
5503
5505
  default?: unknown;
5504
- }[];
5505
- name: string;
5506
- uuid: string;
5507
- }[];
5506
+ }[] | undefined;
5507
+ }[] | undefined;
5508
5508
  } | undefined);
5509
5509
  appEnv: string;
5510
5510
  } | {
@@ -5519,10 +5519,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5519
5519
  type: "string" | "number" | "boolean" | "object";
5520
5520
  name: string;
5521
5521
  uuid: string;
5522
- isArray?: boolean | undefined;
5523
- isNullable?: boolean | undefined;
5524
- isEditable?: boolean | undefined;
5525
- isKey?: boolean | undefined;
5522
+ isArray: boolean;
5523
+ isNullable: boolean;
5524
+ isEditable: boolean;
5525
+ isKey: boolean;
5526
5526
  default?: unknown;
5527
5527
  }[];
5528
5528
  name: string;
@@ -5535,10 +5535,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5535
5535
  type: "string" | "number" | "boolean" | "object";
5536
5536
  name: string;
5537
5537
  uuid: string;
5538
- isArray?: boolean | undefined;
5539
- isNullable?: boolean | undefined;
5540
- isEditable?: boolean | undefined;
5541
- isKey?: boolean | undefined;
5538
+ isArray: boolean;
5539
+ isNullable: boolean;
5540
+ isEditable: boolean;
5541
+ isKey: boolean;
5542
5542
  default?: unknown;
5543
5543
  }[];
5544
5544
  name: string;
@@ -5729,10 +5729,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5729
5729
  type: "string" | "number" | "boolean" | "object";
5730
5730
  name: string;
5731
5731
  uuid: string;
5732
- isArray?: boolean | undefined;
5733
- isNullable?: boolean | undefined;
5734
- isEditable?: boolean | undefined;
5735
- isKey?: boolean | undefined;
5732
+ isArray: boolean;
5733
+ isNullable: boolean;
5734
+ isEditable: boolean;
5735
+ isKey: boolean;
5736
5736
  default?: unknown;
5737
5737
  }[];
5738
5738
  name: string;
@@ -5745,10 +5745,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5745
5745
  type: "string" | "number" | "boolean" | "object";
5746
5746
  name: string;
5747
5747
  uuid: string;
5748
- isArray?: boolean | undefined;
5749
- isNullable?: boolean | undefined;
5750
- isEditable?: boolean | undefined;
5751
- isKey?: boolean | undefined;
5748
+ isArray: boolean;
5749
+ isNullable: boolean;
5750
+ isEditable: boolean;
5751
+ isKey: boolean;
5752
5752
  default?: unknown;
5753
5753
  }[];
5754
5754
  name: string;
@@ -5992,10 +5992,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5992
5992
  type: "string" | "number" | "boolean" | "object";
5993
5993
  name: string;
5994
5994
  uuid: string;
5995
- isArray?: boolean | undefined;
5996
- isNullable?: boolean | undefined;
5997
- isEditable?: boolean | undefined;
5998
- isKey?: boolean | undefined;
5995
+ isArray: boolean;
5996
+ isNullable: boolean;
5997
+ isEditable: boolean;
5998
+ isKey: boolean;
5999
5999
  default?: unknown;
6000
6000
  }[];
6001
6001
  name: string;
@@ -6008,10 +6008,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6008
6008
  type: "string" | "number" | "boolean" | "object";
6009
6009
  name: string;
6010
6010
  uuid: string;
6011
- isArray?: boolean | undefined;
6012
- isNullable?: boolean | undefined;
6013
- isEditable?: boolean | undefined;
6014
- isKey?: boolean | undefined;
6011
+ isArray: boolean;
6012
+ isNullable: boolean;
6013
+ isEditable: boolean;
6014
+ isKey: boolean;
6015
6015
  default?: unknown;
6016
6016
  }[];
6017
6017
  name: string;
@@ -10096,7 +10096,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10096
10096
  };
10097
10097
  id: string;
10098
10098
  };
10099
- role: "developer" | "admin";
10099
+ role: "user" | "admin";
10100
10100
  };
10101
10101
  _output_out: {
10102
10102
  developer: {
@@ -10114,7 +10114,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10114
10114
  };
10115
10115
  id: string;
10116
10116
  };
10117
- role: "developer" | "admin";
10117
+ role: "user" | "admin";
10118
10118
  };
10119
10119
  }, unknown>;
10120
10120
  developers: _trpc_server.BuildProcedure<"query", {
@@ -10162,7 +10162,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10162
10162
  };
10163
10163
  id: string;
10164
10164
  };
10165
- role: "developer" | "admin";
10165
+ role: "user" | "admin";
10166
10166
  }[];
10167
10167
  _output_out: {
10168
10168
  developer: {
@@ -10180,7 +10180,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10180
10180
  };
10181
10181
  id: string;
10182
10182
  };
10183
- role: "developer" | "admin";
10183
+ role: "user" | "admin";
10184
10184
  }[];
10185
10185
  }, unknown>;
10186
10186
  renewAppCode: _trpc_server.BuildProcedure<"mutation", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.10.0-integration-fixes-api.1",
3
+ "version": "1.10.0-integration-invalid-schema-config.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"