@secrecy/trpc-api-types 1.36.0-fix-plans-client.2 → 1.36.0-fix-plans-client.3

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
@@ -925,7 +925,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
925
925
  tags: string[];
926
926
  lang: "en" | "fr";
927
927
  blogId: string;
928
- target: string;
928
+ targets: string[];
929
929
  } & {
930
930
  blog: {
931
931
  id: string;
@@ -950,7 +950,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
950
950
  tags: string[];
951
951
  lang: "en" | "fr";
952
952
  blogId: string;
953
- target: string;
953
+ targets: string[];
954
954
  } & {
955
955
  blog: {
956
956
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.36.0-fix-plans-client.2",
3
+ "version": "1.36.0-fix-plans-client.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"