@secrecy/trpc-api-types 1.33.0-feat-other-s3-providers.2 → 1.33.0-feat-other-s3-providers.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +136 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2267,9 +2267,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2267
2267
|
protocol: "mongo";
|
|
2268
2268
|
mongoStorageOptions: {
|
|
2269
2269
|
id: string;
|
|
2270
|
+
mode: "standard";
|
|
2271
|
+
region: string;
|
|
2270
2272
|
} & {
|
|
2271
2273
|
providerSettings: {
|
|
2272
2274
|
id: string;
|
|
2275
|
+
regions: string[];
|
|
2276
|
+
modes: "standard"[];
|
|
2273
2277
|
};
|
|
2274
2278
|
};
|
|
2275
2279
|
};
|
|
@@ -2316,9 +2320,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2316
2320
|
protocol: "mongo";
|
|
2317
2321
|
mongoStorageOptions: {
|
|
2318
2322
|
id: string;
|
|
2323
|
+
mode: "standard";
|
|
2324
|
+
region: string;
|
|
2319
2325
|
} & {
|
|
2320
2326
|
providerSettings: {
|
|
2321
2327
|
id: string;
|
|
2328
|
+
regions: string[];
|
|
2329
|
+
modes: "standard"[];
|
|
2322
2330
|
};
|
|
2323
2331
|
};
|
|
2324
2332
|
};
|
|
@@ -2478,9 +2486,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2478
2486
|
protocol: "mongo";
|
|
2479
2487
|
mongoStorageOptions: {
|
|
2480
2488
|
id: string;
|
|
2489
|
+
mode: "standard";
|
|
2490
|
+
region: string;
|
|
2481
2491
|
} & {
|
|
2482
2492
|
providerSettings: {
|
|
2483
2493
|
id: string;
|
|
2494
|
+
regions: string[];
|
|
2495
|
+
modes: "standard"[];
|
|
2484
2496
|
};
|
|
2485
2497
|
};
|
|
2486
2498
|
};
|
|
@@ -2527,9 +2539,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2527
2539
|
protocol: "mongo";
|
|
2528
2540
|
mongoStorageOptions: {
|
|
2529
2541
|
id: string;
|
|
2542
|
+
mode: "standard";
|
|
2543
|
+
region: string;
|
|
2530
2544
|
} & {
|
|
2531
2545
|
providerSettings: {
|
|
2532
2546
|
id: string;
|
|
2547
|
+
regions: string[];
|
|
2548
|
+
modes: "standard"[];
|
|
2533
2549
|
};
|
|
2534
2550
|
};
|
|
2535
2551
|
};
|
|
@@ -2724,9 +2740,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2724
2740
|
protocol: "mongo";
|
|
2725
2741
|
mongoStorageOptions: {
|
|
2726
2742
|
id: string;
|
|
2743
|
+
mode: "standard";
|
|
2744
|
+
region: string;
|
|
2727
2745
|
} & {
|
|
2728
2746
|
providerSettings: {
|
|
2729
2747
|
id: string;
|
|
2748
|
+
regions: string[];
|
|
2749
|
+
modes: "standard"[];
|
|
2730
2750
|
};
|
|
2731
2751
|
};
|
|
2732
2752
|
};
|
|
@@ -2773,9 +2793,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2773
2793
|
protocol: "mongo";
|
|
2774
2794
|
mongoStorageOptions: {
|
|
2775
2795
|
id: string;
|
|
2796
|
+
mode: "standard";
|
|
2797
|
+
region: string;
|
|
2776
2798
|
} & {
|
|
2777
2799
|
providerSettings: {
|
|
2778
2800
|
id: string;
|
|
2801
|
+
regions: string[];
|
|
2802
|
+
modes: "standard"[];
|
|
2779
2803
|
};
|
|
2780
2804
|
};
|
|
2781
2805
|
};
|
|
@@ -2840,9 +2864,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2840
2864
|
protocol: "mongo";
|
|
2841
2865
|
mongoStorageOptions: {
|
|
2842
2866
|
id: string;
|
|
2867
|
+
mode: "standard";
|
|
2868
|
+
region: string;
|
|
2843
2869
|
} & {
|
|
2844
2870
|
providerSettings: {
|
|
2845
2871
|
id: string;
|
|
2872
|
+
regions: string[];
|
|
2873
|
+
modes: "standard"[];
|
|
2846
2874
|
};
|
|
2847
2875
|
};
|
|
2848
2876
|
};
|
|
@@ -2885,9 +2913,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2885
2913
|
protocol: "mongo";
|
|
2886
2914
|
mongoStorageOptions: {
|
|
2887
2915
|
id: string;
|
|
2916
|
+
mode: "standard";
|
|
2917
|
+
region: string;
|
|
2888
2918
|
} & {
|
|
2889
2919
|
providerSettings: {
|
|
2890
2920
|
id: string;
|
|
2921
|
+
regions: string[];
|
|
2922
|
+
modes: "standard"[];
|
|
2891
2923
|
};
|
|
2892
2924
|
};
|
|
2893
2925
|
};
|
|
@@ -2946,9 +2978,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2946
2978
|
protocol: "mongo";
|
|
2947
2979
|
mongoStorageOptions: {
|
|
2948
2980
|
id: string;
|
|
2981
|
+
mode: "standard";
|
|
2982
|
+
region: string;
|
|
2949
2983
|
} & {
|
|
2950
2984
|
providerSettings: {
|
|
2951
2985
|
id: string;
|
|
2986
|
+
regions: string[];
|
|
2987
|
+
modes: "standard"[];
|
|
2952
2988
|
};
|
|
2953
2989
|
};
|
|
2954
2990
|
};
|
|
@@ -2987,9 +3023,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2987
3023
|
protocol: "mongo";
|
|
2988
3024
|
mongoStorageOptions: {
|
|
2989
3025
|
id: string;
|
|
3026
|
+
mode: "standard";
|
|
3027
|
+
region: string;
|
|
2990
3028
|
} & {
|
|
2991
3029
|
providerSettings: {
|
|
2992
3030
|
id: string;
|
|
3031
|
+
regions: string[];
|
|
3032
|
+
modes: "standard"[];
|
|
2993
3033
|
};
|
|
2994
3034
|
};
|
|
2995
3035
|
};
|
|
@@ -3032,9 +3072,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3032
3072
|
protocol: "mongo";
|
|
3033
3073
|
mongoStorageOptions: {
|
|
3034
3074
|
id: string;
|
|
3075
|
+
mode: "standard";
|
|
3076
|
+
region: string;
|
|
3035
3077
|
} & {
|
|
3036
3078
|
providerSettings: {
|
|
3037
3079
|
id: string;
|
|
3080
|
+
regions: string[];
|
|
3081
|
+
modes: "standard"[];
|
|
3038
3082
|
};
|
|
3039
3083
|
};
|
|
3040
3084
|
};
|
|
@@ -3093,9 +3137,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3093
3137
|
protocol: "mongo";
|
|
3094
3138
|
mongoStorageOptions: {
|
|
3095
3139
|
id: string;
|
|
3140
|
+
mode: "standard";
|
|
3141
|
+
region: string;
|
|
3096
3142
|
} & {
|
|
3097
3143
|
providerSettings: {
|
|
3098
3144
|
id: string;
|
|
3145
|
+
regions: string[];
|
|
3146
|
+
modes: "standard"[];
|
|
3099
3147
|
};
|
|
3100
3148
|
};
|
|
3101
3149
|
};
|
|
@@ -3164,9 +3212,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3164
3212
|
protocol: "mongo";
|
|
3165
3213
|
mongoStorageOptions: {
|
|
3166
3214
|
id: string;
|
|
3215
|
+
mode: "standard";
|
|
3216
|
+
region: string;
|
|
3167
3217
|
} & {
|
|
3168
3218
|
providerSettings: {
|
|
3169
3219
|
id: string;
|
|
3220
|
+
regions: string[];
|
|
3221
|
+
modes: "standard"[];
|
|
3170
3222
|
};
|
|
3171
3223
|
};
|
|
3172
3224
|
};
|
|
@@ -3209,9 +3261,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3209
3261
|
protocol: "mongo";
|
|
3210
3262
|
mongoStorageOptions: {
|
|
3211
3263
|
id: string;
|
|
3264
|
+
mode: "standard";
|
|
3265
|
+
region: string;
|
|
3212
3266
|
} & {
|
|
3213
3267
|
providerSettings: {
|
|
3214
3268
|
id: string;
|
|
3269
|
+
regions: string[];
|
|
3270
|
+
modes: "standard"[];
|
|
3215
3271
|
};
|
|
3216
3272
|
};
|
|
3217
3273
|
};
|
|
@@ -3270,9 +3326,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3270
3326
|
protocol: "mongo";
|
|
3271
3327
|
mongoStorageOptions: {
|
|
3272
3328
|
id: string;
|
|
3329
|
+
mode: "standard";
|
|
3330
|
+
region: string;
|
|
3273
3331
|
} & {
|
|
3274
3332
|
providerSettings: {
|
|
3275
3333
|
id: string;
|
|
3334
|
+
regions: string[];
|
|
3335
|
+
modes: "standard"[];
|
|
3276
3336
|
};
|
|
3277
3337
|
};
|
|
3278
3338
|
};
|
|
@@ -3311,9 +3371,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3311
3371
|
protocol: "mongo";
|
|
3312
3372
|
mongoStorageOptions: {
|
|
3313
3373
|
id: string;
|
|
3374
|
+
mode: "standard";
|
|
3375
|
+
region: string;
|
|
3314
3376
|
} & {
|
|
3315
3377
|
providerSettings: {
|
|
3316
3378
|
id: string;
|
|
3379
|
+
regions: string[];
|
|
3380
|
+
modes: "standard"[];
|
|
3317
3381
|
};
|
|
3318
3382
|
};
|
|
3319
3383
|
};
|
|
@@ -3356,9 +3420,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3356
3420
|
protocol: "mongo";
|
|
3357
3421
|
mongoStorageOptions: {
|
|
3358
3422
|
id: string;
|
|
3423
|
+
mode: "standard";
|
|
3424
|
+
region: string;
|
|
3359
3425
|
} & {
|
|
3360
3426
|
providerSettings: {
|
|
3361
3427
|
id: string;
|
|
3428
|
+
regions: string[];
|
|
3429
|
+
modes: "standard"[];
|
|
3362
3430
|
};
|
|
3363
3431
|
};
|
|
3364
3432
|
};
|
|
@@ -3417,9 +3485,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3417
3485
|
protocol: "mongo";
|
|
3418
3486
|
mongoStorageOptions: {
|
|
3419
3487
|
id: string;
|
|
3488
|
+
mode: "standard";
|
|
3489
|
+
region: string;
|
|
3420
3490
|
} & {
|
|
3421
3491
|
providerSettings: {
|
|
3422
3492
|
id: string;
|
|
3493
|
+
regions: string[];
|
|
3494
|
+
modes: "standard"[];
|
|
3423
3495
|
};
|
|
3424
3496
|
};
|
|
3425
3497
|
};
|
|
@@ -3633,9 +3705,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3633
3705
|
protocol: "mongo";
|
|
3634
3706
|
mongoStorageOptions: {
|
|
3635
3707
|
id: string;
|
|
3708
|
+
mode: "standard";
|
|
3709
|
+
region: string;
|
|
3636
3710
|
} & {
|
|
3637
3711
|
providerSettings: {
|
|
3638
3712
|
id: string;
|
|
3713
|
+
regions: string[];
|
|
3714
|
+
modes: "standard"[];
|
|
3639
3715
|
};
|
|
3640
3716
|
};
|
|
3641
3717
|
};
|
|
@@ -3682,9 +3758,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3682
3758
|
protocol: "mongo";
|
|
3683
3759
|
mongoStorageOptions: {
|
|
3684
3760
|
id: string;
|
|
3761
|
+
mode: "standard";
|
|
3762
|
+
region: string;
|
|
3685
3763
|
} & {
|
|
3686
3764
|
providerSettings: {
|
|
3687
3765
|
id: string;
|
|
3766
|
+
regions: string[];
|
|
3767
|
+
modes: "standard"[];
|
|
3688
3768
|
};
|
|
3689
3769
|
};
|
|
3690
3770
|
};
|
|
@@ -3844,9 +3924,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3844
3924
|
protocol: "mongo";
|
|
3845
3925
|
mongoStorageOptions: {
|
|
3846
3926
|
id: string;
|
|
3927
|
+
mode: "standard";
|
|
3928
|
+
region: string;
|
|
3847
3929
|
} & {
|
|
3848
3930
|
providerSettings: {
|
|
3849
3931
|
id: string;
|
|
3932
|
+
regions: string[];
|
|
3933
|
+
modes: "standard"[];
|
|
3850
3934
|
};
|
|
3851
3935
|
};
|
|
3852
3936
|
};
|
|
@@ -3893,9 +3977,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3893
3977
|
protocol: "mongo";
|
|
3894
3978
|
mongoStorageOptions: {
|
|
3895
3979
|
id: string;
|
|
3980
|
+
mode: "standard";
|
|
3981
|
+
region: string;
|
|
3896
3982
|
} & {
|
|
3897
3983
|
providerSettings: {
|
|
3898
3984
|
id: string;
|
|
3985
|
+
regions: string[];
|
|
3986
|
+
modes: "standard"[];
|
|
3899
3987
|
};
|
|
3900
3988
|
};
|
|
3901
3989
|
};
|
|
@@ -5009,9 +5097,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5009
5097
|
protocol: "mongo";
|
|
5010
5098
|
mongoStorageOptions: {
|
|
5011
5099
|
id: string;
|
|
5100
|
+
mode: "standard";
|
|
5101
|
+
region: string;
|
|
5012
5102
|
} & {
|
|
5013
5103
|
providerSettings: {
|
|
5014
5104
|
id: string;
|
|
5105
|
+
regions: string[];
|
|
5106
|
+
modes: "standard"[];
|
|
5015
5107
|
};
|
|
5016
5108
|
};
|
|
5017
5109
|
};
|
|
@@ -5058,9 +5150,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5058
5150
|
protocol: "mongo";
|
|
5059
5151
|
mongoStorageOptions: {
|
|
5060
5152
|
id: string;
|
|
5153
|
+
mode: "standard";
|
|
5154
|
+
region: string;
|
|
5061
5155
|
} & {
|
|
5062
5156
|
providerSettings: {
|
|
5063
5157
|
id: string;
|
|
5158
|
+
regions: string[];
|
|
5159
|
+
modes: "standard"[];
|
|
5064
5160
|
};
|
|
5065
5161
|
};
|
|
5066
5162
|
};
|
|
@@ -5220,9 +5316,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5220
5316
|
protocol: "mongo";
|
|
5221
5317
|
mongoStorageOptions: {
|
|
5222
5318
|
id: string;
|
|
5319
|
+
mode: "standard";
|
|
5320
|
+
region: string;
|
|
5223
5321
|
} & {
|
|
5224
5322
|
providerSettings: {
|
|
5225
5323
|
id: string;
|
|
5324
|
+
regions: string[];
|
|
5325
|
+
modes: "standard"[];
|
|
5226
5326
|
};
|
|
5227
5327
|
};
|
|
5228
5328
|
};
|
|
@@ -5269,9 +5369,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5269
5369
|
protocol: "mongo";
|
|
5270
5370
|
mongoStorageOptions: {
|
|
5271
5371
|
id: string;
|
|
5372
|
+
mode: "standard";
|
|
5373
|
+
region: string;
|
|
5272
5374
|
} & {
|
|
5273
5375
|
providerSettings: {
|
|
5274
5376
|
id: string;
|
|
5377
|
+
regions: string[];
|
|
5378
|
+
modes: "standard"[];
|
|
5275
5379
|
};
|
|
5276
5380
|
};
|
|
5277
5381
|
};
|
|
@@ -5927,9 +6031,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5927
6031
|
protocol: "mongo";
|
|
5928
6032
|
mongoStorageOptions: {
|
|
5929
6033
|
id: string;
|
|
6034
|
+
mode: "standard";
|
|
6035
|
+
region: string;
|
|
5930
6036
|
} & {
|
|
5931
6037
|
providerSettings: {
|
|
5932
6038
|
id: string;
|
|
6039
|
+
regions: string[];
|
|
6040
|
+
modes: "standard"[];
|
|
5933
6041
|
};
|
|
5934
6042
|
};
|
|
5935
6043
|
};
|
|
@@ -5976,9 +6084,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5976
6084
|
protocol: "mongo";
|
|
5977
6085
|
mongoStorageOptions: {
|
|
5978
6086
|
id: string;
|
|
6087
|
+
mode: "standard";
|
|
6088
|
+
region: string;
|
|
5979
6089
|
} & {
|
|
5980
6090
|
providerSettings: {
|
|
5981
6091
|
id: string;
|
|
6092
|
+
regions: string[];
|
|
6093
|
+
modes: "standard"[];
|
|
5982
6094
|
};
|
|
5983
6095
|
};
|
|
5984
6096
|
};
|
|
@@ -6138,9 +6250,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6138
6250
|
protocol: "mongo";
|
|
6139
6251
|
mongoStorageOptions: {
|
|
6140
6252
|
id: string;
|
|
6253
|
+
mode: "standard";
|
|
6254
|
+
region: string;
|
|
6141
6255
|
} & {
|
|
6142
6256
|
providerSettings: {
|
|
6143
6257
|
id: string;
|
|
6258
|
+
regions: string[];
|
|
6259
|
+
modes: "standard"[];
|
|
6144
6260
|
};
|
|
6145
6261
|
};
|
|
6146
6262
|
};
|
|
@@ -6187,9 +6303,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6187
6303
|
protocol: "mongo";
|
|
6188
6304
|
mongoStorageOptions: {
|
|
6189
6305
|
id: string;
|
|
6306
|
+
mode: "standard";
|
|
6307
|
+
region: string;
|
|
6190
6308
|
} & {
|
|
6191
6309
|
providerSettings: {
|
|
6192
6310
|
id: string;
|
|
6311
|
+
regions: string[];
|
|
6312
|
+
modes: "standard"[];
|
|
6193
6313
|
};
|
|
6194
6314
|
};
|
|
6195
6315
|
};
|
|
@@ -6825,9 +6945,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6825
6945
|
protocol: "mongo";
|
|
6826
6946
|
mongoStorageOptions: {
|
|
6827
6947
|
id: string;
|
|
6948
|
+
mode: "standard";
|
|
6949
|
+
region: string;
|
|
6828
6950
|
} & {
|
|
6829
6951
|
providerSettings: {
|
|
6830
6952
|
id: string;
|
|
6953
|
+
regions: string[];
|
|
6954
|
+
modes: "standard"[];
|
|
6831
6955
|
};
|
|
6832
6956
|
};
|
|
6833
6957
|
};
|
|
@@ -6874,9 +6998,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6874
6998
|
protocol: "mongo";
|
|
6875
6999
|
mongoStorageOptions: {
|
|
6876
7000
|
id: string;
|
|
7001
|
+
mode: "standard";
|
|
7002
|
+
region: string;
|
|
6877
7003
|
} & {
|
|
6878
7004
|
providerSettings: {
|
|
6879
7005
|
id: string;
|
|
7006
|
+
regions: string[];
|
|
7007
|
+
modes: "standard"[];
|
|
6880
7008
|
};
|
|
6881
7009
|
};
|
|
6882
7010
|
};
|
|
@@ -7036,9 +7164,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7036
7164
|
protocol: "mongo";
|
|
7037
7165
|
mongoStorageOptions: {
|
|
7038
7166
|
id: string;
|
|
7167
|
+
mode: "standard";
|
|
7168
|
+
region: string;
|
|
7039
7169
|
} & {
|
|
7040
7170
|
providerSettings: {
|
|
7041
7171
|
id: string;
|
|
7172
|
+
regions: string[];
|
|
7173
|
+
modes: "standard"[];
|
|
7042
7174
|
};
|
|
7043
7175
|
};
|
|
7044
7176
|
};
|
|
@@ -7085,9 +7217,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
7085
7217
|
protocol: "mongo";
|
|
7086
7218
|
mongoStorageOptions: {
|
|
7087
7219
|
id: string;
|
|
7220
|
+
mode: "standard";
|
|
7221
|
+
region: string;
|
|
7088
7222
|
} & {
|
|
7089
7223
|
providerSettings: {
|
|
7090
7224
|
id: string;
|
|
7225
|
+
regions: string[];
|
|
7226
|
+
modes: "standard"[];
|
|
7091
7227
|
};
|
|
7092
7228
|
};
|
|
7093
7229
|
};
|