@secrecy/trpc-api-types 1.33.10 → 1.34.0-feat-group-root-node.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.
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6787,6 +6787,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6787
6787
|
applicationId: string | null;
|
|
6788
6788
|
initiatorAppId: string;
|
|
6789
6789
|
initiatorUserId: string;
|
|
6790
|
+
rootNodeId: string;
|
|
6790
6791
|
};
|
|
6791
6792
|
};
|
|
6792
6793
|
meta: any;
|
|
@@ -6826,6 +6827,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6826
6827
|
applicationId: string | null;
|
|
6827
6828
|
initiatorAppId: string;
|
|
6828
6829
|
initiatorUserId: string;
|
|
6830
|
+
rootNodeId: string;
|
|
6829
6831
|
};
|
|
6830
6832
|
};
|
|
6831
6833
|
meta: any;
|
|
@@ -6873,6 +6875,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6873
6875
|
applicationId: string | null;
|
|
6874
6876
|
initiatorAppId: string;
|
|
6875
6877
|
initiatorUserId: string;
|
|
6878
|
+
rootNodeId: string;
|
|
6876
6879
|
};
|
|
6877
6880
|
};
|
|
6878
6881
|
meta: any;
|
|
@@ -6914,6 +6917,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6914
6917
|
applicationId: string | null;
|
|
6915
6918
|
initiatorAppId: string;
|
|
6916
6919
|
initiatorUserId: string;
|
|
6920
|
+
rootNodeId: string;
|
|
6917
6921
|
};
|
|
6918
6922
|
};
|
|
6919
6923
|
meta: any;
|