@secrecy/trpc-api-types 1.10.0-integration-diff-mutation.1 → 1.10.0-integration-diff-mutation.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.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5707,8 +5707,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5707
5707
  };
5708
5708
  event: "update";
5709
5709
  details: {
5710
+ key: "type" | "name" | "default" | "uuid" | "isArray" | "isNullable" | "isEditable" | "isKey";
5710
5711
  event: "update";
5711
- key?: any;
5712
5712
  current?: unknown;
5713
5713
  next?: unknown;
5714
5714
  }[];
@@ -5917,8 +5917,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5917
5917
  };
5918
5918
  event: "update";
5919
5919
  details: {
5920
+ key: "type" | "name" | "default" | "uuid" | "isArray" | "isNullable" | "isEditable" | "isKey";
5920
5921
  event: "update";
5921
- key?: any;
5922
5922
  current?: unknown;
5923
5923
  next?: unknown;
5924
5924
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.10.0-integration-diff-mutation.1",
3
+ "version": "1.10.0-integration-diff-mutation.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"