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

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
@@ -2436,14 +2436,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2436
2436
  _meta: object;
2437
2437
  _ctx_out: {};
2438
2438
  _input_in: {
2439
- key: string;
2439
+ key: string | null;
2440
2440
  dataId: string;
2441
2441
  nameKey: string;
2442
2442
  nodeId: string | null;
2443
2443
  fileName: string;
2444
2444
  };
2445
2445
  _input_out: {
2446
- key: string;
2446
+ key: string | null;
2447
2447
  dataId: string;
2448
2448
  nameKey: string;
2449
2449
  nodeId: string | null;
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.1",
3
+ "version": "1.33.0-feat-unencrypted-data.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"