@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.2 → 1.33.0-feat-unencrypted-data.4

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
@@ -4615,7 +4615,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4615
4615
  nodes: {
4616
4616
  data: {
4617
4617
  id: string;
4618
- key: string;
4618
+ key: string | null;
4619
4619
  }[];
4620
4620
  id: string;
4621
4621
  nameKey: string | null;
@@ -4627,7 +4627,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4627
4627
  nodes: {
4628
4628
  data: {
4629
4629
  id: string;
4630
- key: string;
4630
+ key: string | null;
4631
4631
  }[];
4632
4632
  id: string;
4633
4633
  nameKey: string | null;
@@ -9041,7 +9041,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9041
9041
  recipientId: string;
9042
9042
  attachments: {
9043
9043
  name: string;
9044
- key: string;
9044
+ key: string | null;
9045
9045
  dataId: string;
9046
9046
  }[];
9047
9047
  })[];
@@ -9057,7 +9057,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9057
9057
  recipientId: string;
9058
9058
  attachments: {
9059
9059
  name: string;
9060
- key: string;
9060
+ key: string | null;
9061
9061
  dataId: string;
9062
9062
  }[];
9063
9063
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-unencrypted-data.2",
3
+ "version": "1.33.0-feat-unencrypted-data.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"