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

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -13992,33 +13992,33 @@ 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;
14006
+ sharedByPubKey: string;
14007
14007
  };
14008
14008
  }[];
14009
14009
  _output_out: {
14010
+ name: string;
14010
14011
  id: string;
14011
14012
  type: "FILE" | "FOLDER";
14012
14013
  history: {
14013
14014
  id: string;
14014
14015
  access: {
14015
14016
  key: string;
14016
- sharedByPublicKey: string;
14017
14017
  };
14018
14018
  }[];
14019
14019
  access: {
14020
14020
  nameKey: string;
14021
- sharedByPublicKey: string;
14021
+ sharedByPubKey: string;
14022
14022
  };
14023
14023
  }[];
14024
14024
  }, 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.9",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"