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

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