@secrecy/trpc-api-types 1.33.0-feat-report-data-content.5 → 1.33.0-feat-report-data-content.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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -3575,12 +3575,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3575
3575
  _input_in: {
3576
3576
  id: string;
3577
3577
  reasons: "data_leak"[];
3578
- encryptedDataKey: string;
3578
+ encryptedDataKey: string | null;
3579
3579
  };
3580
3580
  _input_out: {
3581
3581
  id: string;
3582
3582
  reasons: "data_leak"[];
3583
- encryptedDataKey: string;
3583
+ encryptedDataKey: string | null;
3584
3584
  };
3585
3585
  _output_in: {
3586
3586
  isReported: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-report-data-content.5",
3
+ "version": "1.33.0-feat-report-data-content.7",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"