@secrecy/trpc-api-types 1.24.0-dev.4 → 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.
- package/dist/index.d.cts +40 -24
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -16063,11 +16063,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16063
16063
|
};
|
|
16064
16064
|
_output_in: {
|
|
16065
16065
|
plan: {
|
|
16066
|
+
codes: string[];
|
|
16066
16067
|
id: string;
|
|
16067
16068
|
kind: string;
|
|
16068
|
-
|
|
16069
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16070
|
+
descriptorId: string;
|
|
16071
|
+
} & {
|
|
16069
16072
|
descriptor: {
|
|
16070
|
-
id: string;
|
|
16071
16073
|
devsBase: bigint | null;
|
|
16072
16074
|
devsUnit: bigint | null;
|
|
16073
16075
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16089,7 +16091,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16089
16091
|
bandwidthMax: bigint | null;
|
|
16090
16092
|
totalStorageSizeMax: bigint | null;
|
|
16091
16093
|
};
|
|
16092
|
-
}
|
|
16094
|
+
};
|
|
16093
16095
|
id: string;
|
|
16094
16096
|
createdAt: Date;
|
|
16095
16097
|
users: {
|
|
@@ -16111,11 +16113,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16111
16113
|
} | null;
|
|
16112
16114
|
};
|
|
16113
16115
|
plans: ({
|
|
16116
|
+
codes: string[];
|
|
16114
16117
|
id: string;
|
|
16115
16118
|
kind: string;
|
|
16116
|
-
|
|
16119
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16120
|
+
descriptorId: string;
|
|
16121
|
+
} & {
|
|
16117
16122
|
descriptor: {
|
|
16118
|
-
id: string;
|
|
16119
16123
|
devsBase: bigint | null;
|
|
16120
16124
|
devsUnit: bigint | null;
|
|
16121
16125
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16137,15 +16141,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16137
16141
|
bandwidthMax: bigint | null;
|
|
16138
16142
|
totalStorageSizeMax: bigint | null;
|
|
16139
16143
|
};
|
|
16140
|
-
}
|
|
16144
|
+
})[];
|
|
16141
16145
|
};
|
|
16142
16146
|
_output_out: {
|
|
16143
16147
|
plan: {
|
|
16148
|
+
codes: string[];
|
|
16144
16149
|
id: string;
|
|
16145
16150
|
kind: string;
|
|
16146
|
-
|
|
16151
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16152
|
+
descriptorId: string;
|
|
16153
|
+
} & {
|
|
16147
16154
|
descriptor: {
|
|
16148
|
-
id: string;
|
|
16149
16155
|
devsBase: bigint | null;
|
|
16150
16156
|
devsUnit: bigint | null;
|
|
16151
16157
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16167,7 +16173,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16167
16173
|
bandwidthMax: bigint | null;
|
|
16168
16174
|
totalStorageSizeMax: bigint | null;
|
|
16169
16175
|
};
|
|
16170
|
-
}
|
|
16176
|
+
};
|
|
16171
16177
|
id: string;
|
|
16172
16178
|
createdAt: Date;
|
|
16173
16179
|
users: {
|
|
@@ -16189,11 +16195,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16189
16195
|
} | null;
|
|
16190
16196
|
};
|
|
16191
16197
|
plans: ({
|
|
16198
|
+
codes: string[];
|
|
16192
16199
|
id: string;
|
|
16193
16200
|
kind: string;
|
|
16194
|
-
|
|
16201
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16202
|
+
descriptorId: string;
|
|
16203
|
+
} & {
|
|
16195
16204
|
descriptor: {
|
|
16196
|
-
id: string;
|
|
16197
16205
|
devsBase: bigint | null;
|
|
16198
16206
|
devsUnit: bigint | null;
|
|
16199
16207
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16215,7 +16223,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16215
16223
|
bandwidthMax: bigint | null;
|
|
16216
16224
|
totalStorageSizeMax: bigint | null;
|
|
16217
16225
|
};
|
|
16218
|
-
}
|
|
16226
|
+
})[];
|
|
16219
16227
|
};
|
|
16220
16228
|
}, unknown>;
|
|
16221
16229
|
applications: _trpc_server.BuildProcedure<"query", {
|
|
@@ -16271,11 +16279,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16271
16279
|
};
|
|
16272
16280
|
_output_in: {
|
|
16273
16281
|
plan: {
|
|
16282
|
+
codes: string[];
|
|
16274
16283
|
id: string;
|
|
16275
16284
|
kind: string;
|
|
16276
|
-
|
|
16285
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16286
|
+
descriptorId: string;
|
|
16287
|
+
} & {
|
|
16277
16288
|
descriptor: {
|
|
16278
|
-
id: string;
|
|
16279
16289
|
devsBase: bigint | null;
|
|
16280
16290
|
devsUnit: bigint | null;
|
|
16281
16291
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16297,7 +16307,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16297
16307
|
bandwidthMax: bigint | null;
|
|
16298
16308
|
totalStorageSizeMax: bigint | null;
|
|
16299
16309
|
};
|
|
16300
|
-
}
|
|
16310
|
+
};
|
|
16301
16311
|
id: string;
|
|
16302
16312
|
createdAt: Date;
|
|
16303
16313
|
users: {
|
|
@@ -16319,11 +16329,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16319
16329
|
} | null;
|
|
16320
16330
|
};
|
|
16321
16331
|
plans: ({
|
|
16332
|
+
codes: string[];
|
|
16322
16333
|
id: string;
|
|
16323
16334
|
kind: string;
|
|
16324
|
-
|
|
16335
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16336
|
+
descriptorId: string;
|
|
16337
|
+
} & {
|
|
16325
16338
|
descriptor: {
|
|
16326
|
-
id: string;
|
|
16327
16339
|
devsBase: bigint | null;
|
|
16328
16340
|
devsUnit: bigint | null;
|
|
16329
16341
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16345,15 +16357,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16345
16357
|
bandwidthMax: bigint | null;
|
|
16346
16358
|
totalStorageSizeMax: bigint | null;
|
|
16347
16359
|
};
|
|
16348
|
-
}
|
|
16360
|
+
})[];
|
|
16349
16361
|
}[];
|
|
16350
16362
|
_output_out: {
|
|
16351
16363
|
plan: {
|
|
16364
|
+
codes: string[];
|
|
16352
16365
|
id: string;
|
|
16353
16366
|
kind: string;
|
|
16354
|
-
|
|
16367
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16368
|
+
descriptorId: string;
|
|
16369
|
+
} & {
|
|
16355
16370
|
descriptor: {
|
|
16356
|
-
id: string;
|
|
16357
16371
|
devsBase: bigint | null;
|
|
16358
16372
|
devsUnit: bigint | null;
|
|
16359
16373
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16375,7 +16389,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16375
16389
|
bandwidthMax: bigint | null;
|
|
16376
16390
|
totalStorageSizeMax: bigint | null;
|
|
16377
16391
|
};
|
|
16378
|
-
}
|
|
16392
|
+
};
|
|
16379
16393
|
id: string;
|
|
16380
16394
|
createdAt: Date;
|
|
16381
16395
|
users: {
|
|
@@ -16397,11 +16411,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16397
16411
|
} | null;
|
|
16398
16412
|
};
|
|
16399
16413
|
plans: ({
|
|
16414
|
+
codes: string[];
|
|
16400
16415
|
id: string;
|
|
16401
16416
|
kind: string;
|
|
16402
|
-
|
|
16417
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
16418
|
+
descriptorId: string;
|
|
16419
|
+
} & {
|
|
16403
16420
|
descriptor: {
|
|
16404
|
-
id: string;
|
|
16405
16421
|
devsBase: bigint | null;
|
|
16406
16422
|
devsUnit: bigint | null;
|
|
16407
16423
|
devsPrice: _prisma_client_runtime_library.Decimal | null;
|
|
@@ -16423,7 +16439,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16423
16439
|
bandwidthMax: bigint | null;
|
|
16424
16440
|
totalStorageSizeMax: bigint | null;
|
|
16425
16441
|
};
|
|
16426
|
-
}
|
|
16442
|
+
})[];
|
|
16427
16443
|
}[];
|
|
16428
16444
|
}, unknown>;
|
|
16429
16445
|
createApplication: _trpc_server.BuildProcedure<"mutation", {
|