@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.
- package/dist/index.d.cts +4 -4
- 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
|
|
12703
|
+
billingProfileId?: string | undefined;
|
|
12704
12704
|
};
|
|
12705
12705
|
_input_out: {
|
|
12706
12706
|
planKind: "free" | "basic" | "advanced" | "pro";
|
|
12707
|
-
billingProfileId
|
|
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
|
|
15599
|
+
billingProfileId?: string | undefined;
|
|
15600
15600
|
};
|
|
15601
15601
|
_input_out: {
|
|
15602
15602
|
planId: string;
|
|
15603
15603
|
appId: string;
|
|
15604
|
-
billingProfileId
|
|
15604
|
+
billingProfileId?: string | undefined;
|
|
15605
15605
|
};
|
|
15606
15606
|
_output_in: {
|
|
15607
15607
|
url: string | null;
|