@secrecy/trpc-api-types 1.33.0-feat-orgs.3 → 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 +6 -20
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -12673,10 +12673,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12673
12673
  _meta: object;
12674
12674
  _ctx_out: {};
12675
12675
  _input_in: {
12676
- planCode: "user_basic_month" | "user_basic_year" | "user_advanced_month" | "user_advanced_year" | "user_pro_month" | "user_pro_year";
12676
+ planCode: "org_basic_month" | "org_basic_year" | "org_advanced_month" | "org_advanced_year" | "org_pro_month" | "org_pro_year";
12677
12677
  };
12678
12678
  _input_out: {
12679
- planCode: "user_basic_month" | "user_basic_year" | "user_advanced_month" | "user_advanced_year" | "user_pro_month" | "user_pro_year";
12679
+ planCode: "org_basic_month" | "org_basic_year" | "org_advanced_month" | "org_advanced_year" | "org_pro_month" | "org_pro_year";
12680
12680
  };
12681
12681
  _output_in: {
12682
12682
  url: string | null;
@@ -12995,7 +12995,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12995
12995
  billingProfileStripeCustomerId: string | null;
12996
12996
  }[];
12997
12997
  }, unknown>;
12998
- removeUser: _trpc_server.BuildProcedure<"mutation", {
12998
+ removeMember: _trpc_server.BuildProcedure<"mutation", {
12999
12999
  _config: _trpc_server.RootConfig<{
13000
13000
  ctx: {};
13001
13001
  meta: object;
@@ -13237,6 +13237,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13237
13237
  codes: string[];
13238
13238
  id: string;
13239
13239
  quotasId: string;
13240
+ stripePricesId: string | null;
13240
13241
  kind: "free" | "basic" | "advanced" | "pro";
13241
13242
  } & {
13242
13243
  quotas: {
@@ -13265,9 +13266,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13265
13266
  };
13266
13267
  })[];
13267
13268
  _output_out: ({
13268
- codes: ("user_basic_month" | "user_basic_year" | "user_advanced_month" | "user_advanced_year" | "user_pro_month" | "user_pro_year")[];
13269
+ codes: ("org_basic_month" | "org_basic_year" | "org_advanced_month" | "org_advanced_year" | "org_pro_month" | "org_pro_year")[];
13269
13270
  id: string;
13270
13271
  quotasId: string;
13272
+ stripePricesId: string | null;
13271
13273
  kind: "free" | "basic" | "advanced" | "pro";
13272
13274
  } & {
13273
13275
  quotas: {
@@ -16492,10 +16494,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16492
16494
  createdAt: Date;
16493
16495
  deletedAt: Date | null;
16494
16496
  lastLogin: Date | null;
16495
- } & {
16496
- plan: {
16497
- kind: "free" | "basic" | "advanced" | "pro";
16498
- };
16499
16497
  } & {
16500
16498
  account: {
16501
16499
  id: string;
@@ -16521,10 +16519,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16521
16519
  createdAt: Date;
16522
16520
  deletedAt: Date | null;
16523
16521
  lastLogin: Date | null;
16524
- } & {
16525
- plan: {
16526
- kind: "free" | "basic" | "advanced" | "pro";
16527
- };
16528
16522
  } & {
16529
16523
  account: {
16530
16524
  id: string;
@@ -16708,10 +16702,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16708
16702
  createdAt: Date;
16709
16703
  deletedAt: Date | null;
16710
16704
  lastLogin: Date | null;
16711
- } & {
16712
- plan: {
16713
- kind: "free" | "basic" | "advanced" | "pro";
16714
- };
16715
16705
  };
16716
16706
  _output_out: {
16717
16707
  id: string;
@@ -16723,10 +16713,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16723
16713
  createdAt: Date;
16724
16714
  deletedAt: Date | null;
16725
16715
  lastLogin: Date | null;
16726
- } & {
16727
- plan: {
16728
- kind: "free" | "basic" | "advanced" | "pro";
16729
- };
16730
16716
  };
16731
16717
  }, unknown>;
16732
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.3",
3
+ "version": "1.33.0-feat-orgs.5",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"