@secrecy/trpc-api-types 1.33.0-feat-custom-tech-plan.1 → 1.33.0-feat-custom-tech-plan.2
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 +12 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -707,6 +707,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
707
707
|
kind: string;
|
|
708
708
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
709
709
|
descriptorId: string;
|
|
710
|
+
isCustomPlan: boolean;
|
|
710
711
|
};
|
|
711
712
|
_output_out: {
|
|
712
713
|
codes: string[];
|
|
@@ -714,6 +715,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
714
715
|
kind: string;
|
|
715
716
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
716
717
|
descriptorId: string;
|
|
718
|
+
isCustomPlan: boolean;
|
|
717
719
|
};
|
|
718
720
|
}, unknown>;
|
|
719
721
|
plans: _trpc_server.BuildProcedure<"query", {
|
|
@@ -769,6 +771,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
769
771
|
kind: string;
|
|
770
772
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
771
773
|
descriptorId: string;
|
|
774
|
+
isCustomPlan: boolean;
|
|
772
775
|
} & {
|
|
773
776
|
descriptor: {
|
|
774
777
|
devsBase: bigint | null;
|
|
@@ -801,6 +804,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
801
804
|
kind: string;
|
|
802
805
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
803
806
|
descriptorId: string;
|
|
807
|
+
isCustomPlan: boolean;
|
|
804
808
|
} & {
|
|
805
809
|
descriptor: {
|
|
806
810
|
devsBase: bigint | null;
|
|
@@ -16118,6 +16122,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16118
16122
|
kind: string;
|
|
16119
16123
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16120
16124
|
descriptorId: string;
|
|
16125
|
+
isCustomPlan: boolean;
|
|
16121
16126
|
} & {
|
|
16122
16127
|
descriptor: {
|
|
16123
16128
|
devsBase: bigint | null;
|
|
@@ -16154,7 +16159,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16154
16159
|
logo: string | null;
|
|
16155
16160
|
updatedAt: Date;
|
|
16156
16161
|
origin: string[];
|
|
16157
|
-
isCustomPlan: boolean;
|
|
16158
16162
|
planId: string | null;
|
|
16159
16163
|
quotasId: string;
|
|
16160
16164
|
metricsId: string;
|
|
@@ -16169,6 +16173,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16169
16173
|
kind: string;
|
|
16170
16174
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16171
16175
|
descriptorId: string;
|
|
16176
|
+
isCustomPlan: boolean;
|
|
16172
16177
|
} & {
|
|
16173
16178
|
descriptor: {
|
|
16174
16179
|
devsBase: bigint | null;
|
|
@@ -16201,6 +16206,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16201
16206
|
kind: string;
|
|
16202
16207
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16203
16208
|
descriptorId: string;
|
|
16209
|
+
isCustomPlan: boolean;
|
|
16204
16210
|
} & {
|
|
16205
16211
|
descriptor: {
|
|
16206
16212
|
devsBase: bigint | null;
|
|
@@ -16237,7 +16243,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16237
16243
|
logo: string | null;
|
|
16238
16244
|
updatedAt: Date;
|
|
16239
16245
|
origin: string[];
|
|
16240
|
-
isCustomPlan: boolean;
|
|
16241
16246
|
planId: string | null;
|
|
16242
16247
|
quotasId: string;
|
|
16243
16248
|
metricsId: string;
|
|
@@ -16252,6 +16257,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16252
16257
|
kind: string;
|
|
16253
16258
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16254
16259
|
descriptorId: string;
|
|
16260
|
+
isCustomPlan: boolean;
|
|
16255
16261
|
} & {
|
|
16256
16262
|
descriptor: {
|
|
16257
16263
|
devsBase: bigint | null;
|
|
@@ -16336,6 +16342,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16336
16342
|
kind: string;
|
|
16337
16343
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16338
16344
|
descriptorId: string;
|
|
16345
|
+
isCustomPlan: boolean;
|
|
16339
16346
|
} & {
|
|
16340
16347
|
descriptor: {
|
|
16341
16348
|
devsBase: bigint | null;
|
|
@@ -16372,7 +16379,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16372
16379
|
logo: string | null;
|
|
16373
16380
|
updatedAt: Date;
|
|
16374
16381
|
origin: string[];
|
|
16375
|
-
isCustomPlan: boolean;
|
|
16376
16382
|
planId: string | null;
|
|
16377
16383
|
quotasId: string;
|
|
16378
16384
|
metricsId: string;
|
|
@@ -16387,6 +16393,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16387
16393
|
kind: string;
|
|
16388
16394
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16389
16395
|
descriptorId: string;
|
|
16396
|
+
isCustomPlan: boolean;
|
|
16390
16397
|
} & {
|
|
16391
16398
|
descriptor: {
|
|
16392
16399
|
devsBase: bigint | null;
|
|
@@ -16419,6 +16426,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16419
16426
|
kind: string;
|
|
16420
16427
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16421
16428
|
descriptorId: string;
|
|
16429
|
+
isCustomPlan: boolean;
|
|
16422
16430
|
} & {
|
|
16423
16431
|
descriptor: {
|
|
16424
16432
|
devsBase: bigint | null;
|
|
@@ -16455,7 +16463,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16455
16463
|
logo: string | null;
|
|
16456
16464
|
updatedAt: Date;
|
|
16457
16465
|
origin: string[];
|
|
16458
|
-
isCustomPlan: boolean;
|
|
16459
16466
|
planId: string | null;
|
|
16460
16467
|
quotasId: string;
|
|
16461
16468
|
metricsId: string;
|
|
@@ -16470,6 +16477,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16470
16477
|
kind: string;
|
|
16471
16478
|
relatedTo: "secrecy" | "secrecy_tech";
|
|
16472
16479
|
descriptorId: string;
|
|
16480
|
+
isCustomPlan: boolean;
|
|
16473
16481
|
} & {
|
|
16474
16482
|
descriptor: {
|
|
16475
16483
|
devsBase: bigint | null;
|