@secrecy/trpc-api-types 1.34.0-feat-group-root-node.1 → 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.34.0-feat-group-root-node.1",
3
+ "version": "1.34.0-feat-group-root-node.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"