@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.11 → 1.33.0-feat-share-node-enhanced.12

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 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -5416,10 +5416,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5416
5416
  id: string;
5417
5417
  access: {
5418
5418
  key: string;
5419
+ sharedByPublicKey: string;
5419
5420
  };
5420
5421
  }[];
5421
5422
  access: {
5422
5423
  nameKey: string;
5424
+ sharedByPublicKey: string;
5423
5425
  };
5424
5426
  }[];
5425
5427
  _output_out: {
@@ -5430,10 +5432,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5430
5432
  id: string;
5431
5433
  access: {
5432
5434
  key: string;
5435
+ sharedByPublicKey: string;
5433
5436
  };
5434
5437
  }[];
5435
5438
  access: {
5436
5439
  nameKey: string;
5440
+ sharedByPublicKey: string;
5437
5441
  };
5438
5442
  }[];
5439
5443
  }, 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.11",
3
+ "version": "1.33.0-feat-share-node-enhanced.12",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"