@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.8 → 1.33.0-feat-share-node-enhanced.10

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.cts +2 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -13992,33 +13992,31 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13992
13992
  ids: string[];
13993
13993
  };
13994
13994
  _output_in: {
13995
+ name: string;
13995
13996
  id: string;
13996
13997
  type: "FILE" | "FOLDER";
13997
13998
  history: {
13998
13999
  id: string;
13999
14000
  access: {
14000
14001
  key: string;
14001
- sharedByPublicKey: string;
14002
14002
  };
14003
14003
  }[];
14004
14004
  access: {
14005
14005
  nameKey: string;
14006
- sharedByPublicKey: string;
14007
14006
  };
14008
14007
  }[];
14009
14008
  _output_out: {
14009
+ name: string;
14010
14010
  id: string;
14011
14011
  type: "FILE" | "FOLDER";
14012
14012
  history: {
14013
14013
  id: string;
14014
14014
  access: {
14015
14015
  key: string;
14016
- sharedByPublicKey: string;
14017
14016
  };
14018
14017
  }[];
14019
14018
  access: {
14020
14019
  nameKey: string;
14021
- sharedByPublicKey: string;
14022
14020
  };
14023
14021
  }[];
14024
14022
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-share-node-enhanced.8",
3
+ "version": "1.33.0-feat-share-node-enhanced.10",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"