@secrecy/trpc-api-types 1.22.0-feat-stripe-impl.2 → 1.22.0-feat-stripe-impl.3

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 +0 -110
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -16944,116 +16944,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16944
16944
  role: "developer" | "admin";
16945
16945
  }[];
16946
16946
  }, unknown>;
16947
- plans: _trpc_server.BuildProcedure<"query", {
16948
- _config: _trpc_server.RootConfig<{
16949
- ctx: {
16950
- req: {
16951
- headers: Headers;
16952
- body: ReadableStream<Uint8Array> | null;
16953
- };
16954
- res: {
16955
- headers: Headers;
16956
- };
16957
- session: SecrecySession | null;
16958
- locale: Locales;
16959
- ls: TranslationFunctions;
16960
- };
16961
- meta: object;
16962
- errorShape: {
16963
- message: string;
16964
- code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
16965
- data: _trpc_server_dist_error_formatter.DefaultErrorData;
16966
- } | {
16967
- data: {
16968
- zodError: zod.typeToFlattenedError<any, string> | null;
16969
- code: "PARSE_ERROR" | "BAD_REQUEST" | "INTERNAL_SERVER_ERROR" | "NOT_IMPLEMENTED" | "UNAUTHORIZED" | "FORBIDDEN" | "NOT_FOUND" | "METHOD_NOT_SUPPORTED" | "TIMEOUT" | "CONFLICT" | "PRECONDITION_FAILED" | "PAYLOAD_TOO_LARGE" | "UNPROCESSABLE_CONTENT" | "TOO_MANY_REQUESTS" | "CLIENT_CLOSED_REQUEST";
16970
- httpStatus: number;
16971
- path?: string | undefined;
16972
- stack?: string | undefined;
16973
- };
16974
- message: string;
16975
- code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
16976
- };
16977
- transformer: typeof superjson.default;
16978
- }>;
16979
- _meta: object;
16980
- _ctx_out: {
16981
- session: SecrecySession | null;
16982
- req: {
16983
- headers: Headers;
16984
- body: ReadableStream<Uint8Array> | null;
16985
- };
16986
- res: {
16987
- headers: Headers;
16988
- };
16989
- locale: Locales;
16990
- ls: TranslationFunctions;
16991
- };
16992
- _input_in: {} | undefined;
16993
- _input_out: {} | undefined;
16994
- _output_in: ({
16995
- codes: string[];
16996
- id: string;
16997
- kind: string;
16998
- relatedTo: "secrecy" | "secrecy_tech";
16999
- descriptorId: string;
17000
- } & {
17001
- descriptor: {
17002
- id: string;
17003
- devsBase: bigint | null;
17004
- devsUnit: bigint | null;
17005
- devsPrice: _prisma_client_runtime_library.Decimal | null;
17006
- usersBase: bigint | null;
17007
- usersUnit: bigint | null;
17008
- usersPrice: _prisma_client_runtime_library.Decimal | null;
17009
- perFileSizeBase: bigint | null;
17010
- perFileSizeUnit: bigint | null;
17011
- perFileSizePrice: _prisma_client_runtime_library.Decimal | null;
17012
- bandwidthBase: bigint | null;
17013
- bandwidthUnit: bigint | null;
17014
- bandwidthPrice: _prisma_client_runtime_library.Decimal | null;
17015
- totalStorageSizeBase: bigint | null;
17016
- totalStorageSizeUnit: bigint | null;
17017
- totalStorageSizePrice: _prisma_client_runtime_library.Decimal | null;
17018
- devsMax: bigint | null;
17019
- usersMax: bigint | null;
17020
- perFileSizeMax: bigint | null;
17021
- bandwidthMax: bigint | null;
17022
- totalStorageSizeMax: bigint | null;
17023
- };
17024
- })[];
17025
- _output_out: ({
17026
- codes: string[];
17027
- id: string;
17028
- kind: string;
17029
- relatedTo: "secrecy" | "secrecy_tech";
17030
- descriptorId: string;
17031
- } & {
17032
- descriptor: {
17033
- id: string;
17034
- devsBase: bigint | null;
17035
- devsUnit: bigint | null;
17036
- devsPrice: _prisma_client_runtime_library.Decimal | null;
17037
- usersBase: bigint | null;
17038
- usersUnit: bigint | null;
17039
- usersPrice: _prisma_client_runtime_library.Decimal | null;
17040
- perFileSizeBase: bigint | null;
17041
- perFileSizeUnit: bigint | null;
17042
- perFileSizePrice: _prisma_client_runtime_library.Decimal | null;
17043
- bandwidthBase: bigint | null;
17044
- bandwidthUnit: bigint | null;
17045
- bandwidthPrice: _prisma_client_runtime_library.Decimal | null;
17046
- totalStorageSizeBase: bigint | null;
17047
- totalStorageSizeUnit: bigint | null;
17048
- totalStorageSizePrice: _prisma_client_runtime_library.Decimal | null;
17049
- devsMax: bigint | null;
17050
- usersMax: bigint | null;
17051
- perFileSizeMax: bigint | null;
17052
- bandwidthMax: bigint | null;
17053
- totalStorageSizeMax: bigint | null;
17054
- };
17055
- })[];
17056
- }, unknown>;
17057
16947
  publicApplicationBrand: _trpc_server.BuildProcedure<"query", {
17058
16948
  _config: _trpc_server.RootConfig<{
17059
16949
  ctx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.22.0-feat-stripe-impl.2",
3
+ "version": "1.22.0-feat-stripe-impl.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"