@secrecy/trpc-api-types 1.9.1 → 1.9.2-integration-dev-role.1
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.ts +10 -14
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3090,22 +3090,22 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3090
3090
|
id: string;
|
|
3091
3091
|
};
|
|
3092
3092
|
_output_in: {
|
|
3093
|
-
rights: "admin" | "write" | "read";
|
|
3094
3093
|
userAppUserId: string;
|
|
3095
3094
|
userAppAppId: string;
|
|
3096
3095
|
sharedByUserId: string;
|
|
3097
3096
|
sharedByAppId: string;
|
|
3098
3097
|
nodeId: string;
|
|
3098
|
+
rights: "admin" | "write" | "read";
|
|
3099
3099
|
nameKey: string | null;
|
|
3100
3100
|
isRoot: boolean;
|
|
3101
3101
|
};
|
|
3102
3102
|
_output_out: {
|
|
3103
|
-
rights: "admin" | "write" | "read";
|
|
3104
3103
|
userAppUserId: string;
|
|
3105
3104
|
userAppAppId: string;
|
|
3106
3105
|
sharedByUserId: string;
|
|
3107
3106
|
sharedByAppId: string;
|
|
3108
3107
|
nodeId: string;
|
|
3108
|
+
rights: "admin" | "write" | "read";
|
|
3109
3109
|
nameKey: string | null;
|
|
3110
3110
|
isRoot: boolean;
|
|
3111
3111
|
};
|
|
@@ -3829,7 +3829,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3829
3829
|
_ctx_out: {};
|
|
3830
3830
|
_input_in: {
|
|
3831
3831
|
userId: string;
|
|
3832
|
-
rights: "admin" | "write" | "read";
|
|
3833
3832
|
nodes: {
|
|
3834
3833
|
id: string;
|
|
3835
3834
|
files: {
|
|
@@ -3838,10 +3837,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3838
3837
|
}[];
|
|
3839
3838
|
nameKey: string;
|
|
3840
3839
|
}[];
|
|
3840
|
+
rights: "admin" | "write" | "read";
|
|
3841
3841
|
};
|
|
3842
3842
|
_input_out: {
|
|
3843
3843
|
userId: string;
|
|
3844
|
-
rights: "admin" | "write" | "read";
|
|
3845
3844
|
nodes: {
|
|
3846
3845
|
id: string;
|
|
3847
3846
|
files: {
|
|
@@ -3850,6 +3849,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3850
3849
|
}[];
|
|
3851
3850
|
nameKey: string;
|
|
3852
3851
|
}[];
|
|
3852
|
+
rights: "admin" | "write" | "read";
|
|
3853
3853
|
};
|
|
3854
3854
|
_output_in: {
|
|
3855
3855
|
isFinished: boolean;
|
|
@@ -8901,15 +8901,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
8901
8901
|
_ctx_out: {};
|
|
8902
8902
|
_input_in: {
|
|
8903
8903
|
userId: string;
|
|
8904
|
-
|
|
8904
|
+
role: "developer" | "admin";
|
|
8905
8905
|
appCode: string;
|
|
8906
|
-
userRights: "admin" | "write" | "read";
|
|
8907
8906
|
};
|
|
8908
8907
|
_input_out: {
|
|
8909
8908
|
userId: string;
|
|
8910
|
-
|
|
8909
|
+
role: "developer" | "admin";
|
|
8911
8910
|
appCode: string;
|
|
8912
|
-
userRights: "admin" | "write" | "read";
|
|
8913
8911
|
};
|
|
8914
8912
|
_output_in: {
|
|
8915
8913
|
isAdded: boolean;
|
|
@@ -9292,7 +9290,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9292
9290
|
origin: string;
|
|
9293
9291
|
collaborators: {
|
|
9294
9292
|
userId: string;
|
|
9295
|
-
role: "
|
|
9293
|
+
role: "developer" | "admin";
|
|
9296
9294
|
}[];
|
|
9297
9295
|
};
|
|
9298
9296
|
_input_out: {
|
|
@@ -9302,7 +9300,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9302
9300
|
origin: string;
|
|
9303
9301
|
collaborators: {
|
|
9304
9302
|
userId: string;
|
|
9305
|
-
role: "
|
|
9303
|
+
role: "developer" | "admin";
|
|
9306
9304
|
}[];
|
|
9307
9305
|
};
|
|
9308
9306
|
_output_in: {
|
|
@@ -9666,14 +9664,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9666
9664
|
_input_in: {
|
|
9667
9665
|
developerId: string;
|
|
9668
9666
|
appCode: string;
|
|
9669
|
-
|
|
9670
|
-
userRights?: "admin" | "write" | "read" | undefined;
|
|
9667
|
+
role?: "developer" | "admin" | undefined;
|
|
9671
9668
|
};
|
|
9672
9669
|
_input_out: {
|
|
9673
9670
|
developerId: string;
|
|
9674
9671
|
appCode: string;
|
|
9675
|
-
|
|
9676
|
-
userRights?: "admin" | "write" | "read" | undefined;
|
|
9672
|
+
role?: "developer" | "admin" | undefined;
|
|
9677
9673
|
};
|
|
9678
9674
|
_output_in: {
|
|
9679
9675
|
isUpdated: boolean;
|