@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.1 → 1.33.0-feat-unencrypted-data.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.
- package/dist/index.d.cts +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2436,14 +2436,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2436
2436
|
_meta: object;
|
|
2437
2437
|
_ctx_out: {};
|
|
2438
2438
|
_input_in: {
|
|
2439
|
-
key: string;
|
|
2439
|
+
key: string | null;
|
|
2440
2440
|
dataId: string;
|
|
2441
2441
|
nameKey: string;
|
|
2442
2442
|
nodeId: string | null;
|
|
2443
2443
|
fileName: string;
|
|
2444
2444
|
};
|
|
2445
2445
|
_input_out: {
|
|
2446
|
-
key: string;
|
|
2446
|
+
key: string | null;
|
|
2447
2447
|
dataId: string;
|
|
2448
2448
|
nameKey: string;
|
|
2449
2449
|
nodeId: string | null;
|
|
@@ -4615,7 +4615,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4615
4615
|
nodes: {
|
|
4616
4616
|
data: {
|
|
4617
4617
|
id: string;
|
|
4618
|
-
key: string;
|
|
4618
|
+
key: string | null;
|
|
4619
4619
|
}[];
|
|
4620
4620
|
id: string;
|
|
4621
4621
|
nameKey: string | null;
|
|
@@ -4627,7 +4627,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4627
4627
|
nodes: {
|
|
4628
4628
|
data: {
|
|
4629
4629
|
id: string;
|
|
4630
|
-
key: string;
|
|
4630
|
+
key: string | null;
|
|
4631
4631
|
}[];
|
|
4632
4632
|
id: string;
|
|
4633
4633
|
nameKey: string | null;
|