@secrecy/lib 1.24.0 → 1.25.0
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/types/client.d.ts +181 -169
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -276,10 +276,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
276
276
|
sessionId: string;
|
|
277
277
|
accountId: string;
|
|
278
278
|
accountInfosId: string;
|
|
279
|
-
accountRole: _prisma_client
|
|
279
|
+
accountRole: _prisma_client.AccountRole;
|
|
280
280
|
userId: string;
|
|
281
|
-
userRole: _prisma_client
|
|
282
|
-
userPlan: _prisma_client
|
|
281
|
+
userRole: _prisma_client.UserRole;
|
|
282
|
+
userPlan: _prisma_client.PlanKind;
|
|
283
283
|
isCare?: boolean | undefined;
|
|
284
284
|
};
|
|
285
285
|
req: {
|
|
@@ -358,10 +358,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
358
358
|
sessionId: string;
|
|
359
359
|
accountId: string;
|
|
360
360
|
accountInfosId: string;
|
|
361
|
-
accountRole: _prisma_client
|
|
361
|
+
accountRole: _prisma_client.AccountRole;
|
|
362
362
|
userId: string;
|
|
363
|
-
userRole: _prisma_client
|
|
364
|
-
userPlan: _prisma_client
|
|
363
|
+
userRole: _prisma_client.UserRole;
|
|
364
|
+
userPlan: _prisma_client.PlanKind;
|
|
365
365
|
isCare?: boolean | undefined;
|
|
366
366
|
};
|
|
367
367
|
req: {
|
|
@@ -978,10 +978,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
978
978
|
sessionId: string;
|
|
979
979
|
accountId: string;
|
|
980
980
|
accountInfosId: string;
|
|
981
|
-
accountRole: _prisma_client
|
|
981
|
+
accountRole: _prisma_client.AccountRole;
|
|
982
982
|
userId: string;
|
|
983
|
-
userRole: _prisma_client
|
|
984
|
-
userPlan: _prisma_client
|
|
983
|
+
userRole: _prisma_client.UserRole;
|
|
984
|
+
userPlan: _prisma_client.PlanKind;
|
|
985
985
|
isCare?: boolean | undefined;
|
|
986
986
|
};
|
|
987
987
|
req: {
|
|
@@ -3919,12 +3919,18 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3919
3919
|
deletedAt: Date | null;
|
|
3920
3920
|
name: string;
|
|
3921
3921
|
updatedAt: Date;
|
|
3922
|
-
|
|
3923
|
-
|
|
3922
|
+
history: {
|
|
3923
|
+
id: string;
|
|
3924
|
+
createdAt: Date;
|
|
3925
|
+
fileId: string;
|
|
3926
|
+
size: bigint;
|
|
3927
|
+
storageType: "s3" | "lite";
|
|
3928
|
+
}[];
|
|
3924
3929
|
access: {
|
|
3925
3930
|
appId: string;
|
|
3926
3931
|
nameKey: string;
|
|
3927
3932
|
};
|
|
3933
|
+
totalSize: bigint;
|
|
3928
3934
|
sharedCount: number;
|
|
3929
3935
|
}[];
|
|
3930
3936
|
keyPairs: {
|
|
@@ -3940,12 +3946,18 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3940
3946
|
deletedAt: Date | null;
|
|
3941
3947
|
name: string;
|
|
3942
3948
|
updatedAt: Date;
|
|
3943
|
-
|
|
3944
|
-
|
|
3949
|
+
history: {
|
|
3950
|
+
id: string;
|
|
3951
|
+
createdAt: Date;
|
|
3952
|
+
fileId: string;
|
|
3953
|
+
size: bigint;
|
|
3954
|
+
storageType: "s3" | "lite";
|
|
3955
|
+
}[];
|
|
3945
3956
|
access: {
|
|
3946
3957
|
appId: string;
|
|
3947
3958
|
nameKey: string;
|
|
3948
3959
|
};
|
|
3960
|
+
totalSize: bigint;
|
|
3949
3961
|
sharedCount: number;
|
|
3950
3962
|
}[];
|
|
3951
3963
|
keyPairs: {
|
|
@@ -7490,10 +7502,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7490
7502
|
sessionId: string;
|
|
7491
7503
|
accountId: string;
|
|
7492
7504
|
accountInfosId: string;
|
|
7493
|
-
accountRole: _prisma_client
|
|
7505
|
+
accountRole: _prisma_client.AccountRole;
|
|
7494
7506
|
userId: string;
|
|
7495
|
-
userRole: _prisma_client
|
|
7496
|
-
userPlan: _prisma_client
|
|
7507
|
+
userRole: _prisma_client.UserRole;
|
|
7508
|
+
userPlan: _prisma_client.PlanKind;
|
|
7497
7509
|
isCare?: boolean | undefined;
|
|
7498
7510
|
};
|
|
7499
7511
|
req: {
|
|
@@ -7574,10 +7586,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7574
7586
|
sessionId: string;
|
|
7575
7587
|
accountId: string;
|
|
7576
7588
|
accountInfosId: string;
|
|
7577
|
-
accountRole: _prisma_client
|
|
7589
|
+
accountRole: _prisma_client.AccountRole;
|
|
7578
7590
|
userId: string;
|
|
7579
|
-
userRole: _prisma_client
|
|
7580
|
-
userPlan: _prisma_client
|
|
7591
|
+
userRole: _prisma_client.UserRole;
|
|
7592
|
+
userPlan: _prisma_client.PlanKind;
|
|
7581
7593
|
isCare?: boolean | undefined;
|
|
7582
7594
|
};
|
|
7583
7595
|
req: {
|
|
@@ -7652,10 +7664,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7652
7664
|
sessionId: string;
|
|
7653
7665
|
accountId: string;
|
|
7654
7666
|
accountInfosId: string;
|
|
7655
|
-
accountRole: _prisma_client
|
|
7667
|
+
accountRole: _prisma_client.AccountRole;
|
|
7656
7668
|
userId: string;
|
|
7657
|
-
userRole: _prisma_client
|
|
7658
|
-
userPlan: _prisma_client
|
|
7669
|
+
userRole: _prisma_client.UserRole;
|
|
7670
|
+
userPlan: _prisma_client.PlanKind;
|
|
7659
7671
|
isCare?: boolean | undefined;
|
|
7660
7672
|
};
|
|
7661
7673
|
req: {
|
|
@@ -7736,10 +7748,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7736
7748
|
sessionId: string;
|
|
7737
7749
|
accountId: string;
|
|
7738
7750
|
accountInfosId: string;
|
|
7739
|
-
accountRole: _prisma_client
|
|
7751
|
+
accountRole: _prisma_client.AccountRole;
|
|
7740
7752
|
userId: string;
|
|
7741
|
-
userRole: _prisma_client
|
|
7742
|
-
userPlan: _prisma_client
|
|
7753
|
+
userRole: _prisma_client.UserRole;
|
|
7754
|
+
userPlan: _prisma_client.PlanKind;
|
|
7743
7755
|
isCare?: boolean | undefined;
|
|
7744
7756
|
};
|
|
7745
7757
|
req: {
|
|
@@ -7818,10 +7830,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7818
7830
|
sessionId: string;
|
|
7819
7831
|
accountId: string;
|
|
7820
7832
|
accountInfosId: string;
|
|
7821
|
-
accountRole: _prisma_client
|
|
7833
|
+
accountRole: _prisma_client.AccountRole;
|
|
7822
7834
|
userId: string;
|
|
7823
|
-
userRole: _prisma_client
|
|
7824
|
-
userPlan: _prisma_client
|
|
7835
|
+
userRole: _prisma_client.UserRole;
|
|
7836
|
+
userPlan: _prisma_client.PlanKind;
|
|
7825
7837
|
isCare?: boolean | undefined;
|
|
7826
7838
|
};
|
|
7827
7839
|
req: {
|
|
@@ -7898,10 +7910,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7898
7910
|
sessionId: string;
|
|
7899
7911
|
accountId: string;
|
|
7900
7912
|
accountInfosId: string;
|
|
7901
|
-
accountRole: _prisma_client
|
|
7913
|
+
accountRole: _prisma_client.AccountRole;
|
|
7902
7914
|
userId: string;
|
|
7903
|
-
userRole: _prisma_client
|
|
7904
|
-
userPlan: _prisma_client
|
|
7915
|
+
userRole: _prisma_client.UserRole;
|
|
7916
|
+
userPlan: _prisma_client.PlanKind;
|
|
7905
7917
|
isCare?: boolean | undefined;
|
|
7906
7918
|
};
|
|
7907
7919
|
req: {
|
|
@@ -7976,10 +7988,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
7976
7988
|
sessionId: string;
|
|
7977
7989
|
accountId: string;
|
|
7978
7990
|
accountInfosId: string;
|
|
7979
|
-
accountRole: _prisma_client
|
|
7991
|
+
accountRole: _prisma_client.AccountRole;
|
|
7980
7992
|
userId: string;
|
|
7981
|
-
userRole: _prisma_client
|
|
7982
|
-
userPlan: _prisma_client
|
|
7993
|
+
userRole: _prisma_client.UserRole;
|
|
7994
|
+
userPlan: _prisma_client.PlanKind;
|
|
7983
7995
|
isCare?: boolean | undefined;
|
|
7984
7996
|
};
|
|
7985
7997
|
req: {
|
|
@@ -8048,10 +8060,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8048
8060
|
sessionId: string;
|
|
8049
8061
|
accountId: string;
|
|
8050
8062
|
accountInfosId: string;
|
|
8051
|
-
accountRole: _prisma_client
|
|
8063
|
+
accountRole: _prisma_client.AccountRole;
|
|
8052
8064
|
userId: string;
|
|
8053
|
-
userRole: _prisma_client
|
|
8054
|
-
userPlan: _prisma_client
|
|
8065
|
+
userRole: _prisma_client.UserRole;
|
|
8066
|
+
userPlan: _prisma_client.PlanKind;
|
|
8055
8067
|
isCare?: boolean | undefined;
|
|
8056
8068
|
};
|
|
8057
8069
|
req: {
|
|
@@ -8120,10 +8132,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8120
8132
|
sessionId: string;
|
|
8121
8133
|
accountId: string;
|
|
8122
8134
|
accountInfosId: string;
|
|
8123
|
-
accountRole: _prisma_client
|
|
8135
|
+
accountRole: _prisma_client.AccountRole;
|
|
8124
8136
|
userId: string;
|
|
8125
|
-
userRole: _prisma_client
|
|
8126
|
-
userPlan: _prisma_client
|
|
8137
|
+
userRole: _prisma_client.UserRole;
|
|
8138
|
+
userPlan: _prisma_client.PlanKind;
|
|
8127
8139
|
isCare?: boolean | undefined;
|
|
8128
8140
|
};
|
|
8129
8141
|
req: {
|
|
@@ -8216,10 +8228,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8216
8228
|
sessionId: string;
|
|
8217
8229
|
accountId: string;
|
|
8218
8230
|
accountInfosId: string;
|
|
8219
|
-
accountRole: _prisma_client
|
|
8231
|
+
accountRole: _prisma_client.AccountRole;
|
|
8220
8232
|
userId: string;
|
|
8221
|
-
userRole: _prisma_client
|
|
8222
|
-
userPlan: _prisma_client
|
|
8233
|
+
userRole: _prisma_client.UserRole;
|
|
8234
|
+
userPlan: _prisma_client.PlanKind;
|
|
8223
8235
|
isCare?: boolean | undefined;
|
|
8224
8236
|
};
|
|
8225
8237
|
req: {
|
|
@@ -8324,10 +8336,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8324
8336
|
sessionId: string;
|
|
8325
8337
|
accountId: string;
|
|
8326
8338
|
accountInfosId: string;
|
|
8327
|
-
accountRole: _prisma_client
|
|
8339
|
+
accountRole: _prisma_client.AccountRole;
|
|
8328
8340
|
userId: string;
|
|
8329
|
-
userRole: _prisma_client
|
|
8330
|
-
userPlan: _prisma_client
|
|
8341
|
+
userRole: _prisma_client.UserRole;
|
|
8342
|
+
userPlan: _prisma_client.PlanKind;
|
|
8331
8343
|
isCare?: boolean | undefined;
|
|
8332
8344
|
};
|
|
8333
8345
|
req: {
|
|
@@ -8408,10 +8420,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8408
8420
|
sessionId: string;
|
|
8409
8421
|
accountId: string;
|
|
8410
8422
|
accountInfosId: string;
|
|
8411
|
-
accountRole: _prisma_client
|
|
8423
|
+
accountRole: _prisma_client.AccountRole;
|
|
8412
8424
|
userId: string;
|
|
8413
|
-
userRole: _prisma_client
|
|
8414
|
-
userPlan: _prisma_client
|
|
8425
|
+
userRole: _prisma_client.UserRole;
|
|
8426
|
+
userPlan: _prisma_client.PlanKind;
|
|
8415
8427
|
isCare?: boolean | undefined;
|
|
8416
8428
|
};
|
|
8417
8429
|
req: {
|
|
@@ -8582,10 +8594,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8582
8594
|
sessionId: string;
|
|
8583
8595
|
accountId: string;
|
|
8584
8596
|
accountInfosId: string;
|
|
8585
|
-
accountRole: _prisma_client
|
|
8597
|
+
accountRole: _prisma_client.AccountRole;
|
|
8586
8598
|
userId: string;
|
|
8587
|
-
userRole: _prisma_client
|
|
8588
|
-
userPlan: _prisma_client
|
|
8599
|
+
userRole: _prisma_client.UserRole;
|
|
8600
|
+
userPlan: _prisma_client.PlanKind;
|
|
8589
8601
|
isCare?: boolean | undefined;
|
|
8590
8602
|
};
|
|
8591
8603
|
req: {
|
|
@@ -8662,10 +8674,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8662
8674
|
sessionId: string;
|
|
8663
8675
|
accountId: string;
|
|
8664
8676
|
accountInfosId: string;
|
|
8665
|
-
accountRole: _prisma_client
|
|
8677
|
+
accountRole: _prisma_client.AccountRole;
|
|
8666
8678
|
userId: string;
|
|
8667
|
-
userRole: _prisma_client
|
|
8668
|
-
userPlan: _prisma_client
|
|
8679
|
+
userRole: _prisma_client.UserRole;
|
|
8680
|
+
userPlan: _prisma_client.PlanKind;
|
|
8669
8681
|
isCare?: boolean | undefined;
|
|
8670
8682
|
};
|
|
8671
8683
|
req: {
|
|
@@ -8884,10 +8896,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8884
8896
|
sessionId: string;
|
|
8885
8897
|
accountId: string;
|
|
8886
8898
|
accountInfosId: string;
|
|
8887
|
-
accountRole: _prisma_client
|
|
8899
|
+
accountRole: _prisma_client.AccountRole;
|
|
8888
8900
|
userId: string;
|
|
8889
|
-
userRole: _prisma_client
|
|
8890
|
-
userPlan: _prisma_client
|
|
8901
|
+
userRole: _prisma_client.UserRole;
|
|
8902
|
+
userPlan: _prisma_client.PlanKind;
|
|
8891
8903
|
isCare?: boolean | undefined;
|
|
8892
8904
|
};
|
|
8893
8905
|
req: {
|
|
@@ -8970,10 +8982,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8970
8982
|
sessionId: string;
|
|
8971
8983
|
accountId: string;
|
|
8972
8984
|
accountInfosId: string;
|
|
8973
|
-
accountRole: _prisma_client
|
|
8985
|
+
accountRole: _prisma_client.AccountRole;
|
|
8974
8986
|
userId: string;
|
|
8975
|
-
userRole: _prisma_client
|
|
8976
|
-
userPlan: _prisma_client
|
|
8987
|
+
userRole: _prisma_client.UserRole;
|
|
8988
|
+
userPlan: _prisma_client.PlanKind;
|
|
8977
8989
|
isCare?: boolean | undefined;
|
|
8978
8990
|
};
|
|
8979
8991
|
req: {
|
|
@@ -9046,10 +9058,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9046
9058
|
sessionId: string;
|
|
9047
9059
|
accountId: string;
|
|
9048
9060
|
accountInfosId: string;
|
|
9049
|
-
accountRole: _prisma_client
|
|
9061
|
+
accountRole: _prisma_client.AccountRole;
|
|
9050
9062
|
userId: string;
|
|
9051
|
-
userRole: _prisma_client
|
|
9052
|
-
userPlan: _prisma_client
|
|
9063
|
+
userRole: _prisma_client.UserRole;
|
|
9064
|
+
userPlan: _prisma_client.PlanKind;
|
|
9053
9065
|
isCare?: boolean | undefined;
|
|
9054
9066
|
};
|
|
9055
9067
|
req: {
|
|
@@ -9130,10 +9142,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9130
9142
|
sessionId: string;
|
|
9131
9143
|
accountId: string;
|
|
9132
9144
|
accountInfosId: string;
|
|
9133
|
-
accountRole: _prisma_client
|
|
9145
|
+
accountRole: _prisma_client.AccountRole;
|
|
9134
9146
|
userId: string;
|
|
9135
|
-
userRole: _prisma_client
|
|
9136
|
-
userPlan: _prisma_client
|
|
9147
|
+
userRole: _prisma_client.UserRole;
|
|
9148
|
+
userPlan: _prisma_client.PlanKind;
|
|
9137
9149
|
isCare?: boolean | undefined;
|
|
9138
9150
|
};
|
|
9139
9151
|
req: {
|
|
@@ -9210,10 +9222,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9210
9222
|
sessionId: string;
|
|
9211
9223
|
accountId: string;
|
|
9212
9224
|
accountInfosId: string;
|
|
9213
|
-
accountRole: _prisma_client
|
|
9225
|
+
accountRole: _prisma_client.AccountRole;
|
|
9214
9226
|
userId: string;
|
|
9215
|
-
userRole: _prisma_client
|
|
9216
|
-
userPlan: _prisma_client
|
|
9227
|
+
userRole: _prisma_client.UserRole;
|
|
9228
|
+
userPlan: _prisma_client.PlanKind;
|
|
9217
9229
|
isCare?: boolean | undefined;
|
|
9218
9230
|
};
|
|
9219
9231
|
req: {
|
|
@@ -9298,10 +9310,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9298
9310
|
sessionId: string;
|
|
9299
9311
|
accountId: string;
|
|
9300
9312
|
accountInfosId: string;
|
|
9301
|
-
accountRole: _prisma_client
|
|
9313
|
+
accountRole: _prisma_client.AccountRole;
|
|
9302
9314
|
userId: string;
|
|
9303
|
-
userRole: _prisma_client
|
|
9304
|
-
userPlan: _prisma_client
|
|
9315
|
+
userRole: _prisma_client.UserRole;
|
|
9316
|
+
userPlan: _prisma_client.PlanKind;
|
|
9305
9317
|
isCare?: boolean | undefined;
|
|
9306
9318
|
};
|
|
9307
9319
|
req: {
|
|
@@ -9378,10 +9390,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9378
9390
|
sessionId: string;
|
|
9379
9391
|
accountId: string;
|
|
9380
9392
|
accountInfosId: string;
|
|
9381
|
-
accountRole: _prisma_client
|
|
9393
|
+
accountRole: _prisma_client.AccountRole;
|
|
9382
9394
|
userId: string;
|
|
9383
|
-
userRole: _prisma_client
|
|
9384
|
-
userPlan: _prisma_client
|
|
9395
|
+
userRole: _prisma_client.UserRole;
|
|
9396
|
+
userPlan: _prisma_client.PlanKind;
|
|
9385
9397
|
isCare?: boolean | undefined;
|
|
9386
9398
|
};
|
|
9387
9399
|
req: {
|
|
@@ -9462,10 +9474,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9462
9474
|
sessionId: string;
|
|
9463
9475
|
accountId: string;
|
|
9464
9476
|
accountInfosId: string;
|
|
9465
|
-
accountRole: _prisma_client
|
|
9477
|
+
accountRole: _prisma_client.AccountRole;
|
|
9466
9478
|
userId: string;
|
|
9467
|
-
userRole: _prisma_client
|
|
9468
|
-
userPlan: _prisma_client
|
|
9479
|
+
userRole: _prisma_client.UserRole;
|
|
9480
|
+
userPlan: _prisma_client.PlanKind;
|
|
9469
9481
|
isCare?: boolean | undefined;
|
|
9470
9482
|
};
|
|
9471
9483
|
req: {
|
|
@@ -9548,10 +9560,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9548
9560
|
sessionId: string;
|
|
9549
9561
|
accountId: string;
|
|
9550
9562
|
accountInfosId: string;
|
|
9551
|
-
accountRole: _prisma_client
|
|
9563
|
+
accountRole: _prisma_client.AccountRole;
|
|
9552
9564
|
userId: string;
|
|
9553
|
-
userRole: _prisma_client
|
|
9554
|
-
userPlan: _prisma_client
|
|
9565
|
+
userRole: _prisma_client.UserRole;
|
|
9566
|
+
userPlan: _prisma_client.PlanKind;
|
|
9555
9567
|
isCare?: boolean | undefined;
|
|
9556
9568
|
};
|
|
9557
9569
|
req: {
|
|
@@ -9634,10 +9646,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9634
9646
|
sessionId: string;
|
|
9635
9647
|
accountId: string;
|
|
9636
9648
|
accountInfosId: string;
|
|
9637
|
-
accountRole: _prisma_client
|
|
9649
|
+
accountRole: _prisma_client.AccountRole;
|
|
9638
9650
|
userId: string;
|
|
9639
|
-
userRole: _prisma_client
|
|
9640
|
-
userPlan: _prisma_client
|
|
9651
|
+
userRole: _prisma_client.UserRole;
|
|
9652
|
+
userPlan: _prisma_client.PlanKind;
|
|
9641
9653
|
isCare?: boolean | undefined;
|
|
9642
9654
|
};
|
|
9643
9655
|
req: {
|
|
@@ -9718,10 +9730,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9718
9730
|
sessionId: string;
|
|
9719
9731
|
accountId: string;
|
|
9720
9732
|
accountInfosId: string;
|
|
9721
|
-
accountRole: _prisma_client
|
|
9733
|
+
accountRole: _prisma_client.AccountRole;
|
|
9722
9734
|
userId: string;
|
|
9723
|
-
userRole: _prisma_client
|
|
9724
|
-
userPlan: _prisma_client
|
|
9735
|
+
userRole: _prisma_client.UserRole;
|
|
9736
|
+
userPlan: _prisma_client.PlanKind;
|
|
9725
9737
|
isCare?: boolean | undefined;
|
|
9726
9738
|
};
|
|
9727
9739
|
req: {
|
|
@@ -9796,10 +9808,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9796
9808
|
sessionId: string;
|
|
9797
9809
|
accountId: string;
|
|
9798
9810
|
accountInfosId: string;
|
|
9799
|
-
accountRole: _prisma_client
|
|
9811
|
+
accountRole: _prisma_client.AccountRole;
|
|
9800
9812
|
userId: string;
|
|
9801
|
-
userRole: _prisma_client
|
|
9802
|
-
userPlan: _prisma_client
|
|
9813
|
+
userRole: _prisma_client.UserRole;
|
|
9814
|
+
userPlan: _prisma_client.PlanKind;
|
|
9803
9815
|
isCare?: boolean | undefined;
|
|
9804
9816
|
};
|
|
9805
9817
|
req: {
|
|
@@ -9880,10 +9892,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9880
9892
|
sessionId: string;
|
|
9881
9893
|
accountId: string;
|
|
9882
9894
|
accountInfosId: string;
|
|
9883
|
-
accountRole: _prisma_client
|
|
9895
|
+
accountRole: _prisma_client.AccountRole;
|
|
9884
9896
|
userId: string;
|
|
9885
|
-
userRole: _prisma_client
|
|
9886
|
-
userPlan: _prisma_client
|
|
9897
|
+
userRole: _prisma_client.UserRole;
|
|
9898
|
+
userPlan: _prisma_client.PlanKind;
|
|
9887
9899
|
isCare?: boolean | undefined;
|
|
9888
9900
|
};
|
|
9889
9901
|
req: {
|
|
@@ -9962,10 +9974,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9962
9974
|
sessionId: string;
|
|
9963
9975
|
accountId: string;
|
|
9964
9976
|
accountInfosId: string;
|
|
9965
|
-
accountRole: _prisma_client
|
|
9977
|
+
accountRole: _prisma_client.AccountRole;
|
|
9966
9978
|
userId: string;
|
|
9967
|
-
userRole: _prisma_client
|
|
9968
|
-
userPlan: _prisma_client
|
|
9979
|
+
userRole: _prisma_client.UserRole;
|
|
9980
|
+
userPlan: _prisma_client.PlanKind;
|
|
9969
9981
|
isCare?: boolean | undefined;
|
|
9970
9982
|
};
|
|
9971
9983
|
req: {
|
|
@@ -10052,10 +10064,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10052
10064
|
sessionId: string;
|
|
10053
10065
|
accountId: string;
|
|
10054
10066
|
accountInfosId: string;
|
|
10055
|
-
accountRole: _prisma_client
|
|
10067
|
+
accountRole: _prisma_client.AccountRole;
|
|
10056
10068
|
userId: string;
|
|
10057
|
-
userRole: _prisma_client
|
|
10058
|
-
userPlan: _prisma_client
|
|
10069
|
+
userRole: _prisma_client.UserRole;
|
|
10070
|
+
userPlan: _prisma_client.PlanKind;
|
|
10059
10071
|
isCare?: boolean | undefined;
|
|
10060
10072
|
};
|
|
10061
10073
|
req: {
|
|
@@ -10172,10 +10184,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10172
10184
|
sessionId: string;
|
|
10173
10185
|
accountId: string;
|
|
10174
10186
|
accountInfosId: string;
|
|
10175
|
-
accountRole: _prisma_client
|
|
10187
|
+
accountRole: _prisma_client.AccountRole;
|
|
10176
10188
|
userId: string;
|
|
10177
|
-
userRole: _prisma_client
|
|
10178
|
-
userPlan: _prisma_client
|
|
10189
|
+
userRole: _prisma_client.UserRole;
|
|
10190
|
+
userPlan: _prisma_client.PlanKind;
|
|
10179
10191
|
isCare?: boolean | undefined;
|
|
10180
10192
|
};
|
|
10181
10193
|
req: {
|
|
@@ -10248,10 +10260,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10248
10260
|
sessionId: string;
|
|
10249
10261
|
accountId: string;
|
|
10250
10262
|
accountInfosId: string;
|
|
10251
|
-
accountRole: _prisma_client
|
|
10263
|
+
accountRole: _prisma_client.AccountRole;
|
|
10252
10264
|
userId: string;
|
|
10253
|
-
userRole: _prisma_client
|
|
10254
|
-
userPlan: _prisma_client
|
|
10265
|
+
userRole: _prisma_client.UserRole;
|
|
10266
|
+
userPlan: _prisma_client.PlanKind;
|
|
10255
10267
|
isCare?: boolean | undefined;
|
|
10256
10268
|
};
|
|
10257
10269
|
req: {
|
|
@@ -10362,10 +10374,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10362
10374
|
sessionId: string;
|
|
10363
10375
|
accountId: string;
|
|
10364
10376
|
accountInfosId: string;
|
|
10365
|
-
accountRole: _prisma_client
|
|
10377
|
+
accountRole: _prisma_client.AccountRole;
|
|
10366
10378
|
userId: string;
|
|
10367
|
-
userRole: _prisma_client
|
|
10368
|
-
userPlan: _prisma_client
|
|
10379
|
+
userRole: _prisma_client.UserRole;
|
|
10380
|
+
userPlan: _prisma_client.PlanKind;
|
|
10369
10381
|
isCare?: boolean | undefined;
|
|
10370
10382
|
};
|
|
10371
10383
|
req: {
|
|
@@ -10476,10 +10488,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10476
10488
|
sessionId: string;
|
|
10477
10489
|
accountId: string;
|
|
10478
10490
|
accountInfosId: string;
|
|
10479
|
-
accountRole: _prisma_client
|
|
10491
|
+
accountRole: _prisma_client.AccountRole;
|
|
10480
10492
|
userId: string;
|
|
10481
|
-
userRole: _prisma_client
|
|
10482
|
-
userPlan: _prisma_client
|
|
10493
|
+
userRole: _prisma_client.UserRole;
|
|
10494
|
+
userPlan: _prisma_client.PlanKind;
|
|
10483
10495
|
isCare?: boolean | undefined;
|
|
10484
10496
|
};
|
|
10485
10497
|
req: {
|
|
@@ -10586,10 +10598,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10586
10598
|
sessionId: string;
|
|
10587
10599
|
accountId: string;
|
|
10588
10600
|
accountInfosId: string;
|
|
10589
|
-
accountRole: _prisma_client
|
|
10601
|
+
accountRole: _prisma_client.AccountRole;
|
|
10590
10602
|
userId: string;
|
|
10591
|
-
userRole: _prisma_client
|
|
10592
|
-
userPlan: _prisma_client
|
|
10603
|
+
userRole: _prisma_client.UserRole;
|
|
10604
|
+
userPlan: _prisma_client.PlanKind;
|
|
10593
10605
|
isCare?: boolean | undefined;
|
|
10594
10606
|
};
|
|
10595
10607
|
req: {
|
|
@@ -10700,10 +10712,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10700
10712
|
sessionId: string;
|
|
10701
10713
|
accountId: string;
|
|
10702
10714
|
accountInfosId: string;
|
|
10703
|
-
accountRole: _prisma_client
|
|
10715
|
+
accountRole: _prisma_client.AccountRole;
|
|
10704
10716
|
userId: string;
|
|
10705
|
-
userRole: _prisma_client
|
|
10706
|
-
userPlan: _prisma_client
|
|
10717
|
+
userRole: _prisma_client.UserRole;
|
|
10718
|
+
userPlan: _prisma_client.PlanKind;
|
|
10707
10719
|
isCare?: boolean | undefined;
|
|
10708
10720
|
};
|
|
10709
10721
|
req: {
|
|
@@ -10814,10 +10826,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10814
10826
|
sessionId: string;
|
|
10815
10827
|
accountId: string;
|
|
10816
10828
|
accountInfosId: string;
|
|
10817
|
-
accountRole: _prisma_client
|
|
10829
|
+
accountRole: _prisma_client.AccountRole;
|
|
10818
10830
|
userId: string;
|
|
10819
|
-
userRole: _prisma_client
|
|
10820
|
-
userPlan: _prisma_client
|
|
10831
|
+
userRole: _prisma_client.UserRole;
|
|
10832
|
+
userPlan: _prisma_client.PlanKind;
|
|
10821
10833
|
isCare?: boolean | undefined;
|
|
10822
10834
|
};
|
|
10823
10835
|
req: {
|
|
@@ -10928,10 +10940,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10928
10940
|
sessionId: string;
|
|
10929
10941
|
accountId: string;
|
|
10930
10942
|
accountInfosId: string;
|
|
10931
|
-
accountRole: _prisma_client
|
|
10943
|
+
accountRole: _prisma_client.AccountRole;
|
|
10932
10944
|
userId: string;
|
|
10933
|
-
userRole: _prisma_client
|
|
10934
|
-
userPlan: _prisma_client
|
|
10945
|
+
userRole: _prisma_client.UserRole;
|
|
10946
|
+
userPlan: _prisma_client.PlanKind;
|
|
10935
10947
|
isCare?: boolean | undefined;
|
|
10936
10948
|
};
|
|
10937
10949
|
req: {
|
|
@@ -12343,10 +12355,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
12343
12355
|
sessionId: string;
|
|
12344
12356
|
accountId: string;
|
|
12345
12357
|
accountInfosId: string;
|
|
12346
|
-
accountRole: _prisma_client
|
|
12358
|
+
accountRole: _prisma_client.AccountRole;
|
|
12347
12359
|
userId: string;
|
|
12348
|
-
userRole: _prisma_client
|
|
12349
|
-
userPlan: _prisma_client
|
|
12360
|
+
userRole: _prisma_client.UserRole;
|
|
12361
|
+
userPlan: _prisma_client.PlanKind;
|
|
12350
12362
|
isCare?: boolean | undefined;
|
|
12351
12363
|
};
|
|
12352
12364
|
req: {
|
|
@@ -14832,10 +14844,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
14832
14844
|
sessionId: string;
|
|
14833
14845
|
accountId: string;
|
|
14834
14846
|
accountInfosId: string;
|
|
14835
|
-
accountRole: _prisma_client
|
|
14847
|
+
accountRole: _prisma_client.AccountRole;
|
|
14836
14848
|
userId: string;
|
|
14837
|
-
userRole: _prisma_client
|
|
14838
|
-
userPlan: _prisma_client
|
|
14849
|
+
userRole: _prisma_client.UserRole;
|
|
14850
|
+
userPlan: _prisma_client.PlanKind;
|
|
14839
14851
|
isCare?: boolean | undefined;
|
|
14840
14852
|
};
|
|
14841
14853
|
req: {
|
|
@@ -14942,10 +14954,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
14942
14954
|
sessionId: string;
|
|
14943
14955
|
accountId: string;
|
|
14944
14956
|
accountInfosId: string;
|
|
14945
|
-
accountRole: _prisma_client
|
|
14957
|
+
accountRole: _prisma_client.AccountRole;
|
|
14946
14958
|
userId: string;
|
|
14947
|
-
userRole: _prisma_client
|
|
14948
|
-
userPlan: _prisma_client
|
|
14959
|
+
userRole: _prisma_client.UserRole;
|
|
14960
|
+
userPlan: _prisma_client.PlanKind;
|
|
14949
14961
|
isCare?: boolean | undefined;
|
|
14950
14962
|
};
|
|
14951
14963
|
req: {
|
|
@@ -15756,10 +15768,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15756
15768
|
sessionId: string;
|
|
15757
15769
|
accountId: string;
|
|
15758
15770
|
accountInfosId: string;
|
|
15759
|
-
accountRole: _prisma_client
|
|
15771
|
+
accountRole: _prisma_client.AccountRole;
|
|
15760
15772
|
userId: string;
|
|
15761
|
-
userRole: _prisma_client
|
|
15762
|
-
userPlan: _prisma_client
|
|
15773
|
+
userRole: _prisma_client.UserRole;
|
|
15774
|
+
userPlan: _prisma_client.PlanKind;
|
|
15763
15775
|
isCare?: boolean | undefined;
|
|
15764
15776
|
};
|
|
15765
15777
|
req: {
|
|
@@ -15832,10 +15844,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15832
15844
|
sessionId: string;
|
|
15833
15845
|
accountId: string;
|
|
15834
15846
|
accountInfosId: string;
|
|
15835
|
-
accountRole: _prisma_client
|
|
15847
|
+
accountRole: _prisma_client.AccountRole;
|
|
15836
15848
|
userId: string;
|
|
15837
|
-
userRole: _prisma_client
|
|
15838
|
-
userPlan: _prisma_client
|
|
15849
|
+
userRole: _prisma_client.UserRole;
|
|
15850
|
+
userPlan: _prisma_client.PlanKind;
|
|
15839
15851
|
isCare?: boolean | undefined;
|
|
15840
15852
|
};
|
|
15841
15853
|
req: {
|
|
@@ -16280,10 +16292,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16280
16292
|
sessionId: string;
|
|
16281
16293
|
accountId: string;
|
|
16282
16294
|
accountInfosId: string;
|
|
16283
|
-
accountRole: _prisma_client
|
|
16295
|
+
accountRole: _prisma_client.AccountRole;
|
|
16284
16296
|
userId: string;
|
|
16285
|
-
userRole: _prisma_client
|
|
16286
|
-
userPlan: _prisma_client
|
|
16297
|
+
userRole: _prisma_client.UserRole;
|
|
16298
|
+
userPlan: _prisma_client.PlanKind;
|
|
16287
16299
|
isCare?: boolean | undefined;
|
|
16288
16300
|
};
|
|
16289
16301
|
req: {
|
|
@@ -16428,10 +16440,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16428
16440
|
sessionId: string;
|
|
16429
16441
|
accountId: string;
|
|
16430
16442
|
accountInfosId: string;
|
|
16431
|
-
accountRole: _prisma_client
|
|
16443
|
+
accountRole: _prisma_client.AccountRole;
|
|
16432
16444
|
userId: string;
|
|
16433
|
-
userRole: _prisma_client
|
|
16434
|
-
userPlan: _prisma_client
|
|
16445
|
+
userRole: _prisma_client.UserRole;
|
|
16446
|
+
userPlan: _prisma_client.PlanKind;
|
|
16435
16447
|
isCare?: boolean | undefined;
|
|
16436
16448
|
};
|
|
16437
16449
|
req: {
|
|
@@ -16502,10 +16514,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16502
16514
|
sessionId: string;
|
|
16503
16515
|
accountId: string;
|
|
16504
16516
|
accountInfosId: string;
|
|
16505
|
-
accountRole: _prisma_client
|
|
16517
|
+
accountRole: _prisma_client.AccountRole;
|
|
16506
16518
|
userId: string;
|
|
16507
|
-
userRole: _prisma_client
|
|
16508
|
-
userPlan: _prisma_client
|
|
16519
|
+
userRole: _prisma_client.UserRole;
|
|
16520
|
+
userPlan: _prisma_client.PlanKind;
|
|
16509
16521
|
isCare?: boolean | undefined;
|
|
16510
16522
|
};
|
|
16511
16523
|
req: {
|
|
@@ -16574,10 +16586,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16574
16586
|
sessionId: string;
|
|
16575
16587
|
accountId: string;
|
|
16576
16588
|
accountInfosId: string;
|
|
16577
|
-
accountRole: _prisma_client
|
|
16589
|
+
accountRole: _prisma_client.AccountRole;
|
|
16578
16590
|
userId: string;
|
|
16579
|
-
userRole: _prisma_client
|
|
16580
|
-
userPlan: _prisma_client
|
|
16591
|
+
userRole: _prisma_client.UserRole;
|
|
16592
|
+
userPlan: _prisma_client.PlanKind;
|
|
16581
16593
|
isCare?: boolean | undefined;
|
|
16582
16594
|
};
|
|
16583
16595
|
req: {
|
|
@@ -16648,10 +16660,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16648
16660
|
sessionId: string;
|
|
16649
16661
|
accountId: string;
|
|
16650
16662
|
accountInfosId: string;
|
|
16651
|
-
accountRole: _prisma_client
|
|
16663
|
+
accountRole: _prisma_client.AccountRole;
|
|
16652
16664
|
userId: string;
|
|
16653
|
-
userRole: _prisma_client
|
|
16654
|
-
userPlan: _prisma_client
|
|
16665
|
+
userRole: _prisma_client.UserRole;
|
|
16666
|
+
userPlan: _prisma_client.PlanKind;
|
|
16655
16667
|
isCare?: boolean | undefined;
|
|
16656
16668
|
};
|
|
16657
16669
|
req: {
|
|
@@ -16764,10 +16776,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16764
16776
|
sessionId: string;
|
|
16765
16777
|
accountId: string;
|
|
16766
16778
|
accountInfosId: string;
|
|
16767
|
-
accountRole: _prisma_client
|
|
16779
|
+
accountRole: _prisma_client.AccountRole;
|
|
16768
16780
|
userId: string;
|
|
16769
|
-
userRole: _prisma_client
|
|
16770
|
-
userPlan: _prisma_client
|
|
16781
|
+
userRole: _prisma_client.UserRole;
|
|
16782
|
+
userPlan: _prisma_client.PlanKind;
|
|
16771
16783
|
isCare?: boolean | undefined;
|
|
16772
16784
|
};
|
|
16773
16785
|
req: {
|
|
@@ -16944,10 +16956,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16944
16956
|
sessionId: string;
|
|
16945
16957
|
accountId: string;
|
|
16946
16958
|
accountInfosId: string;
|
|
16947
|
-
accountRole: _prisma_client
|
|
16959
|
+
accountRole: _prisma_client.AccountRole;
|
|
16948
16960
|
userId: string;
|
|
16949
|
-
userRole: _prisma_client
|
|
16950
|
-
userPlan: _prisma_client
|
|
16961
|
+
userRole: _prisma_client.UserRole;
|
|
16962
|
+
userPlan: _prisma_client.PlanKind;
|
|
16951
16963
|
isCare?: boolean | undefined;
|
|
16952
16964
|
};
|
|
16953
16965
|
req: {
|
|
@@ -17018,10 +17030,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17018
17030
|
sessionId: string;
|
|
17019
17031
|
accountId: string;
|
|
17020
17032
|
accountInfosId: string;
|
|
17021
|
-
accountRole: _prisma_client
|
|
17033
|
+
accountRole: _prisma_client.AccountRole;
|
|
17022
17034
|
userId: string;
|
|
17023
|
-
userRole: _prisma_client
|
|
17024
|
-
userPlan: _prisma_client
|
|
17035
|
+
userRole: _prisma_client.UserRole;
|
|
17036
|
+
userPlan: _prisma_client.PlanKind;
|
|
17025
17037
|
isCare?: boolean | undefined;
|
|
17026
17038
|
};
|
|
17027
17039
|
req: {
|
|
@@ -17096,10 +17108,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17096
17108
|
sessionId: string;
|
|
17097
17109
|
accountId: string;
|
|
17098
17110
|
accountInfosId: string;
|
|
17099
|
-
accountRole: _prisma_client
|
|
17111
|
+
accountRole: _prisma_client.AccountRole;
|
|
17100
17112
|
userId: string;
|
|
17101
|
-
userRole: _prisma_client
|
|
17102
|
-
userPlan: _prisma_client
|
|
17113
|
+
userRole: _prisma_client.UserRole;
|
|
17114
|
+
userPlan: _prisma_client.PlanKind;
|
|
17103
17115
|
isCare?: boolean | undefined;
|
|
17104
17116
|
};
|
|
17105
17117
|
req: {
|
|
@@ -17172,10 +17184,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17172
17184
|
sessionId: string;
|
|
17173
17185
|
accountId: string;
|
|
17174
17186
|
accountInfosId: string;
|
|
17175
|
-
accountRole: _prisma_client
|
|
17187
|
+
accountRole: _prisma_client.AccountRole;
|
|
17176
17188
|
userId: string;
|
|
17177
|
-
userRole: _prisma_client
|
|
17178
|
-
userPlan: _prisma_client
|
|
17189
|
+
userRole: _prisma_client.UserRole;
|
|
17190
|
+
userPlan: _prisma_client.PlanKind;
|
|
17179
17191
|
isCare?: boolean | undefined;
|
|
17180
17192
|
};
|
|
17181
17193
|
req: {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@secrecy/lib",
|
|
3
3
|
"author": "Anonymize <anonymize@gmail.com>",
|
|
4
4
|
"description": "Anonymize Secrecy Library",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.25.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@secrecy/lib-utils": "^1.0.18",
|
|
77
|
-
"@secrecy/trpc-api-types": "1.
|
|
77
|
+
"@secrecy/trpc-api-types": " 1.27.0-feat-enhance-search-cloud-data.2",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|