@secrecy/trpc-api-types 1.22.0 → 1.24.0
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
|
@@ -16570,10 +16570,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16570
16570
|
planCode: "tech_solo_month" | "tech_solo_year" | "tech_pro_month" | "tech_pro_year" | "tech_premium_month" | "tech_premium_year";
|
|
16571
16571
|
};
|
|
16572
16572
|
_output_in: {
|
|
16573
|
-
url: string;
|
|
16573
|
+
url: string | null;
|
|
16574
16574
|
};
|
|
16575
16575
|
_output_out: {
|
|
16576
|
-
url: string;
|
|
16576
|
+
url: string | null;
|
|
16577
16577
|
};
|
|
16578
16578
|
}, unknown>;
|
|
16579
16579
|
deleteApplication: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -17946,10 +17946,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
17946
17946
|
planCode: "user_basic_month" | "user_basic_year" | "user_advanced_month" | "user_advanced_year" | "user_pro_month" | "user_pro_year";
|
|
17947
17947
|
};
|
|
17948
17948
|
_output_in: {
|
|
17949
|
-
url: string;
|
|
17949
|
+
url: string | null;
|
|
17950
17950
|
};
|
|
17951
17951
|
_output_out: {
|
|
17952
|
-
url: string;
|
|
17952
|
+
url: string | null;
|
|
17953
17953
|
};
|
|
17954
17954
|
}, unknown>;
|
|
17955
17955
|
cancelSubscription: _trpc_server.BuildProcedure<"mutation", {
|