@secrecy/trpc-api-types 1.33.0-feat-orgs.4 → 1.33.0-feat-orgs.5

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 +0 -16
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -16494,10 +16494,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16494
16494
  createdAt: Date;
16495
16495
  deletedAt: Date | null;
16496
16496
  lastLogin: Date | null;
16497
- } & {
16498
- plan: {
16499
- kind: "free" | "basic" | "advanced" | "pro";
16500
- };
16501
16497
  } & {
16502
16498
  account: {
16503
16499
  id: string;
@@ -16523,10 +16519,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16523
16519
  createdAt: Date;
16524
16520
  deletedAt: Date | null;
16525
16521
  lastLogin: Date | null;
16526
- } & {
16527
- plan: {
16528
- kind: "free" | "basic" | "advanced" | "pro";
16529
- };
16530
16522
  } & {
16531
16523
  account: {
16532
16524
  id: string;
@@ -16710,10 +16702,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16710
16702
  createdAt: Date;
16711
16703
  deletedAt: Date | null;
16712
16704
  lastLogin: Date | null;
16713
- } & {
16714
- plan: {
16715
- kind: "free" | "basic" | "advanced" | "pro";
16716
- };
16717
16705
  };
16718
16706
  _output_out: {
16719
16707
  id: string;
@@ -16725,10 +16713,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16725
16713
  createdAt: Date;
16726
16714
  deletedAt: Date | null;
16727
16715
  lastLogin: Date | null;
16728
- } & {
16729
- plan: {
16730
- kind: "free" | "basic" | "advanced" | "pro";
16731
- };
16732
16716
  };
16733
16717
  }, unknown>;
16734
16718
  myApps: _trpc_server.BuildProcedure<"query", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.4",
3
+ "version": "1.33.0-feat-orgs.5",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"