@secrecy/trpc-api-types 1.24.0-dev.2 → 1.24.0-feat-update-account-subscription--DEV.1

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
@@ -11158,13 +11158,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11158
11158
  lang: "fr" | "en";
11159
11159
  };
11160
11160
  _output_in: {
11161
- order: number;
11162
11161
  question: string;
11162
+ order: number;
11163
11163
  answer: string;
11164
11164
  }[];
11165
11165
  _output_out: {
11166
- order: number;
11167
11166
  question: string;
11167
+ order: number;
11168
11168
  answer: string;
11169
11169
  }[];
11170
11170
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.24.0-dev.2",
3
+ "version": "1.24.0-feat-update-account-subscription--DEV.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"