@secrecy/trpc-api-types 1.24.0-dev.3 → 1.24.0-dev.5

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 +44 -34
  2. 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", {
@@ -16069,11 +16063,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16069
16063
  };
16070
16064
  _output_in: {
16071
16065
  plan: {
16066
+ codes: string[];
16072
16067
  id: string;
16073
16068
  kind: string;
16074
- price: _prisma_client_runtime_library.Decimal;
16069
+ relatedTo: "secrecy" | "secrecy_tech";
16070
+ descriptorId: string;
16071
+ } & {
16075
16072
  descriptor: {
16076
- id: string;
16077
16073
  devsBase: bigint | null;
16078
16074
  devsUnit: bigint | null;
16079
16075
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16095,7 +16091,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16095
16091
  bandwidthMax: bigint | null;
16096
16092
  totalStorageSizeMax: bigint | null;
16097
16093
  };
16098
- } | null;
16094
+ };
16099
16095
  id: string;
16100
16096
  createdAt: Date;
16101
16097
  users: {
@@ -16117,11 +16113,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16117
16113
  } | null;
16118
16114
  };
16119
16115
  plans: ({
16116
+ codes: string[];
16120
16117
  id: string;
16121
16118
  kind: string;
16122
- price: _prisma_client_runtime_library.Decimal;
16119
+ relatedTo: "secrecy" | "secrecy_tech";
16120
+ descriptorId: string;
16121
+ } & {
16123
16122
  descriptor: {
16124
- id: string;
16125
16123
  devsBase: bigint | null;
16126
16124
  devsUnit: bigint | null;
16127
16125
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16143,15 +16141,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16143
16141
  bandwidthMax: bigint | null;
16144
16142
  totalStorageSizeMax: bigint | null;
16145
16143
  };
16146
- } | null)[];
16144
+ })[];
16147
16145
  };
16148
16146
  _output_out: {
16149
16147
  plan: {
16148
+ codes: string[];
16150
16149
  id: string;
16151
16150
  kind: string;
16152
- price: _prisma_client_runtime_library.Decimal;
16151
+ relatedTo: "secrecy" | "secrecy_tech";
16152
+ descriptorId: string;
16153
+ } & {
16153
16154
  descriptor: {
16154
- id: string;
16155
16155
  devsBase: bigint | null;
16156
16156
  devsUnit: bigint | null;
16157
16157
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16173,7 +16173,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16173
16173
  bandwidthMax: bigint | null;
16174
16174
  totalStorageSizeMax: bigint | null;
16175
16175
  };
16176
- } | null;
16176
+ };
16177
16177
  id: string;
16178
16178
  createdAt: Date;
16179
16179
  users: {
@@ -16195,11 +16195,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16195
16195
  } | null;
16196
16196
  };
16197
16197
  plans: ({
16198
+ codes: string[];
16198
16199
  id: string;
16199
16200
  kind: string;
16200
- price: _prisma_client_runtime_library.Decimal;
16201
+ relatedTo: "secrecy" | "secrecy_tech";
16202
+ descriptorId: string;
16203
+ } & {
16201
16204
  descriptor: {
16202
- id: string;
16203
16205
  devsBase: bigint | null;
16204
16206
  devsUnit: bigint | null;
16205
16207
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16221,7 +16223,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16221
16223
  bandwidthMax: bigint | null;
16222
16224
  totalStorageSizeMax: bigint | null;
16223
16225
  };
16224
- } | null)[];
16226
+ })[];
16225
16227
  };
16226
16228
  }, unknown>;
16227
16229
  applications: _trpc_server.BuildProcedure<"query", {
@@ -16277,11 +16279,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16277
16279
  };
16278
16280
  _output_in: {
16279
16281
  plan: {
16282
+ codes: string[];
16280
16283
  id: string;
16281
16284
  kind: string;
16282
- price: _prisma_client_runtime_library.Decimal;
16285
+ relatedTo: "secrecy" | "secrecy_tech";
16286
+ descriptorId: string;
16287
+ } & {
16283
16288
  descriptor: {
16284
- id: string;
16285
16289
  devsBase: bigint | null;
16286
16290
  devsUnit: bigint | null;
16287
16291
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16303,7 +16307,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16303
16307
  bandwidthMax: bigint | null;
16304
16308
  totalStorageSizeMax: bigint | null;
16305
16309
  };
16306
- } | null;
16310
+ };
16307
16311
  id: string;
16308
16312
  createdAt: Date;
16309
16313
  users: {
@@ -16325,11 +16329,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16325
16329
  } | null;
16326
16330
  };
16327
16331
  plans: ({
16332
+ codes: string[];
16328
16333
  id: string;
16329
16334
  kind: string;
16330
- price: _prisma_client_runtime_library.Decimal;
16335
+ relatedTo: "secrecy" | "secrecy_tech";
16336
+ descriptorId: string;
16337
+ } & {
16331
16338
  descriptor: {
16332
- id: string;
16333
16339
  devsBase: bigint | null;
16334
16340
  devsUnit: bigint | null;
16335
16341
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16351,15 +16357,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16351
16357
  bandwidthMax: bigint | null;
16352
16358
  totalStorageSizeMax: bigint | null;
16353
16359
  };
16354
- } | null)[];
16360
+ })[];
16355
16361
  }[];
16356
16362
  _output_out: {
16357
16363
  plan: {
16364
+ codes: string[];
16358
16365
  id: string;
16359
16366
  kind: string;
16360
- price: _prisma_client_runtime_library.Decimal;
16367
+ relatedTo: "secrecy" | "secrecy_tech";
16368
+ descriptorId: string;
16369
+ } & {
16361
16370
  descriptor: {
16362
- id: string;
16363
16371
  devsBase: bigint | null;
16364
16372
  devsUnit: bigint | null;
16365
16373
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16381,7 +16389,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16381
16389
  bandwidthMax: bigint | null;
16382
16390
  totalStorageSizeMax: bigint | null;
16383
16391
  };
16384
- } | null;
16392
+ };
16385
16393
  id: string;
16386
16394
  createdAt: Date;
16387
16395
  users: {
@@ -16403,11 +16411,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16403
16411
  } | null;
16404
16412
  };
16405
16413
  plans: ({
16414
+ codes: string[];
16406
16415
  id: string;
16407
16416
  kind: string;
16408
- price: _prisma_client_runtime_library.Decimal;
16417
+ relatedTo: "secrecy" | "secrecy_tech";
16418
+ descriptorId: string;
16419
+ } & {
16409
16420
  descriptor: {
16410
- id: string;
16411
16421
  devsBase: bigint | null;
16412
16422
  devsUnit: bigint | null;
16413
16423
  devsPrice: _prisma_client_runtime_library.Decimal | null;
@@ -16429,7 +16439,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16429
16439
  bandwidthMax: bigint | null;
16430
16440
  totalStorageSizeMax: bigint | null;
16431
16441
  };
16432
- } | null)[];
16442
+ })[];
16433
16443
  }[];
16434
16444
  }, unknown>;
16435
16445
  createApplication: _trpc_server.BuildProcedure<"mutation", {
@@ -16563,11 +16573,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16563
16573
  };
16564
16574
  _input_in: {
16565
16575
  appId: string;
16566
- planCode: "tech_solo_month" | "tech_solo_year" | "tech_pro_month" | "tech_pro_year" | "tech_premium_month" | "tech_premium_year";
16576
+ planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
16567
16577
  };
16568
16578
  _input_out: {
16569
16579
  appId: string;
16570
- planCode: "tech_solo_month" | "tech_solo_year" | "tech_pro_month" | "tech_pro_year" | "tech_premium_month" | "tech_premium_year";
16580
+ planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
16571
16581
  };
16572
16582
  _output_in: {
16573
16583
  url: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.24.0-dev.3",
3
+ "version": "1.24.0-dev.5",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"