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

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 -4
  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: {
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.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"