@secrecy/trpc-api-types 1.24.0-dev.2 → 1.24.0-dev.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.
- package/dist/index.d.cts +4 -10
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -710,10 +710,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
710
710
|
totalStorageSizeMax: bigint | null;
|
|
711
711
|
};
|
|
712
712
|
} & {
|
|
713
|
-
price:
|
|
714
|
-
monthly: number;
|
|
715
|
-
yearly: number;
|
|
716
|
-
};
|
|
713
|
+
price: number;
|
|
717
714
|
})[];
|
|
718
715
|
_output_out: ({
|
|
719
716
|
codes: string[];
|
|
@@ -745,10 +742,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
745
742
|
totalStorageSizeMax: bigint | null;
|
|
746
743
|
};
|
|
747
744
|
} & {
|
|
748
|
-
price:
|
|
749
|
-
monthly: number;
|
|
750
|
-
yearly: number;
|
|
751
|
-
};
|
|
745
|
+
price: number;
|
|
752
746
|
})[];
|
|
753
747
|
}, unknown>;
|
|
754
748
|
settings: _trpc_server.BuildProcedure<"query", {
|
|
@@ -16563,11 +16557,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16563
16557
|
};
|
|
16564
16558
|
_input_in: {
|
|
16565
16559
|
appId: string;
|
|
16566
|
-
planCode: "tech_solo_month" | "
|
|
16560
|
+
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
|
|
16567
16561
|
};
|
|
16568
16562
|
_input_out: {
|
|
16569
16563
|
appId: string;
|
|
16570
|
-
planCode: "tech_solo_month" | "
|
|
16564
|
+
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
|
|
16571
16565
|
};
|
|
16572
16566
|
_output_in: {
|
|
16573
16567
|
url: string | null;
|