@secrecy/trpc-api-types 1.27.0-dev.5 → 1.27.0-dev.7

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 +12 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -4266,6 +4266,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4266
4266
  nameKey: string;
4267
4267
  };
4268
4268
  totalSize: bigint;
4269
+ breadcrumb: {
4270
+ id: string;
4271
+ name: string;
4272
+ nameKey: string | null;
4273
+ pubKey: string;
4274
+ }[];
4269
4275
  sharedCount: number;
4270
4276
  }[];
4271
4277
  };
@@ -4292,6 +4298,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4292
4298
  nameKey: string;
4293
4299
  };
4294
4300
  totalSize: bigint;
4301
+ breadcrumb: {
4302
+ id: string;
4303
+ name: string;
4304
+ nameKey: string | null;
4305
+ pubKey: string;
4306
+ }[];
4295
4307
  sharedCount: number;
4296
4308
  }[];
4297
4309
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.27.0-dev.5",
3
+ "version": "1.27.0-dev.7",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"