@secrecy/trpc-api-types 1.8.14 → 1.8.16
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.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4462,7 +4462,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4462
4462
|
};
|
|
4463
4463
|
_output_in: {
|
|
4464
4464
|
appId: string;
|
|
4465
|
-
appEnv: string;
|
|
4466
4465
|
config: {
|
|
4467
4466
|
tables: {
|
|
4468
4467
|
name: string;
|
|
@@ -4479,10 +4478,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4479
4478
|
uuid: string;
|
|
4480
4479
|
}[];
|
|
4481
4480
|
};
|
|
4481
|
+
appEnv: string;
|
|
4482
4482
|
};
|
|
4483
4483
|
_output_out: {
|
|
4484
4484
|
appId: string;
|
|
4485
|
-
appEnv: string;
|
|
4486
4485
|
config: {
|
|
4487
4486
|
tables: {
|
|
4488
4487
|
name: string;
|
|
@@ -4499,6 +4498,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4499
4498
|
uuid: string;
|
|
4500
4499
|
}[];
|
|
4501
4500
|
};
|
|
4501
|
+
appEnv: string;
|
|
4502
4502
|
};
|
|
4503
4503
|
}, unknown>;
|
|
4504
4504
|
deleteEnv: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -4600,7 +4600,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4600
4600
|
_ctx_out: {};
|
|
4601
4601
|
_input_in: {
|
|
4602
4602
|
appId: string;
|
|
4603
|
-
appEnv: string;
|
|
4604
4603
|
config: (string | {
|
|
4605
4604
|
tables: {
|
|
4606
4605
|
name: string;
|
|
@@ -4632,6 +4631,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4632
4631
|
uuid: string;
|
|
4633
4632
|
}[];
|
|
4634
4633
|
} | undefined);
|
|
4634
|
+
appEnv: string;
|
|
4635
4635
|
hash: string;
|
|
4636
4636
|
} | {
|
|
4637
4637
|
appId: string;
|
|
@@ -4641,7 +4641,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4641
4641
|
};
|
|
4642
4642
|
_input_out: {
|
|
4643
4643
|
appId: string;
|
|
4644
|
-
appEnv: string;
|
|
4645
4644
|
config: (string | {
|
|
4646
4645
|
tables: {
|
|
4647
4646
|
name: string;
|
|
@@ -4673,6 +4672,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4673
4672
|
uuid: string;
|
|
4674
4673
|
}[];
|
|
4675
4674
|
} | undefined);
|
|
4675
|
+
appEnv: string;
|
|
4676
4676
|
hash: string;
|
|
4677
4677
|
} | {
|
|
4678
4678
|
appId: string;
|
|
@@ -4738,7 +4738,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4738
4738
|
_ctx_out: {};
|
|
4739
4739
|
_input_in: {
|
|
4740
4740
|
appId: string;
|
|
4741
|
-
appEnv: string;
|
|
4742
4741
|
config: (string | {
|
|
4743
4742
|
tables: {
|
|
4744
4743
|
name: string;
|
|
@@ -4770,6 +4769,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4770
4769
|
uuid: string;
|
|
4771
4770
|
}[];
|
|
4772
4771
|
} | undefined);
|
|
4772
|
+
appEnv: string;
|
|
4773
4773
|
} | {
|
|
4774
4774
|
appId: string;
|
|
4775
4775
|
currEnv: string;
|
|
@@ -4777,7 +4777,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4777
4777
|
};
|
|
4778
4778
|
_input_out: {
|
|
4779
4779
|
appId: string;
|
|
4780
|
-
appEnv: string;
|
|
4781
4780
|
config: (string | {
|
|
4782
4781
|
tables: {
|
|
4783
4782
|
name: string;
|
|
@@ -4809,6 +4808,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4809
4808
|
uuid: string;
|
|
4810
4809
|
}[];
|
|
4811
4810
|
} | undefined);
|
|
4811
|
+
appEnv: string;
|
|
4812
4812
|
} | {
|
|
4813
4813
|
appId: string;
|
|
4814
4814
|
currEnv: string;
|
|
@@ -5260,13 +5260,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5260
5260
|
_ctx_out: {};
|
|
5261
5261
|
_input_in: {
|
|
5262
5262
|
appId: string;
|
|
5263
|
-
appEnv: string;
|
|
5264
5263
|
config: string;
|
|
5264
|
+
appEnv: string;
|
|
5265
5265
|
};
|
|
5266
5266
|
_input_out: {
|
|
5267
5267
|
appId: string;
|
|
5268
|
-
appEnv: string;
|
|
5269
5268
|
config: string;
|
|
5269
|
+
appEnv: string;
|
|
5270
5270
|
};
|
|
5271
5271
|
_output_in: {
|
|
5272
5272
|
tables: {
|