@secrecy/trpc-api-types 1.33.0-feat-orgs.24 → 1.33.0-feat-orgs.25

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -12700,9 +12700,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12700
12700
  _ctx_out: {};
12701
12701
  _input_in: {
12702
12702
  planKind: "free" | "basic" | "advanced" | "pro";
12703
+ billingProfileId: string;
12703
12704
  };
12704
12705
  _input_out: {
12705
12706
  planKind: "free" | "basic" | "advanced" | "pro";
12707
+ billingProfileId: string;
12706
12708
  };
12707
12709
  _output_in: {
12708
12710
  url: string | null;
@@ -15594,10 +15596,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
15594
15596
  _input_in: {
15595
15597
  planId: string;
15596
15598
  appId: string;
15599
+ billingProfileId: string;
15597
15600
  };
15598
15601
  _input_out: {
15599
15602
  planId: string;
15600
15603
  appId: string;
15604
+ billingProfileId: string;
15601
15605
  };
15602
15606
  _output_in: {
15603
15607
  url: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.24",
3
+ "version": "1.33.0-feat-orgs.25",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"