@secrecy/trpc-api-types 1.8.19 → 1.8.21

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6679,10 +6679,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6679
6679
  fakeUserIds: string[];
6680
6680
  };
6681
6681
  _output_in: {
6682
- isSended: boolean;
6682
+ isSent: boolean;
6683
6683
  };
6684
6684
  _output_out: {
6685
- isSended: boolean;
6685
+ isSent: boolean;
6686
6686
  };
6687
6687
  }, unknown>;
6688
6688
  sendDraft: _trpc_server.BuildProcedure<"mutation", {
@@ -6799,10 +6799,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6799
6799
  };
6800
6800
  };
6801
6801
  _output_in: {
6802
- isSended: boolean;
6802
+ isSent: boolean;
6803
6803
  };
6804
6804
  _output_out: {
6805
- isSended: boolean;
6805
+ isSent: boolean;
6806
6806
  };
6807
6807
  }, unknown>;
6808
6808
  sent: _trpc_server.BuildProcedure<"query", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.8.19",
3
+ "version": "1.8.21",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"