@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.5 → 1.33.0-feat-share-node-enhanced.7
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 +5 -37
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -14444,17 +14444,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14444
14444
|
id: string;
|
|
14445
14445
|
nameKey: string | null;
|
|
14446
14446
|
}[];
|
|
14447
|
-
} | {
|
|
14448
|
-
userId: string;
|
|
14449
|
-
rights: "admin" | "write" | "read";
|
|
14450
|
-
nodes: {
|
|
14451
|
-
data: {
|
|
14452
|
-
id: string;
|
|
14453
|
-
key: string | null;
|
|
14454
|
-
}[];
|
|
14455
|
-
id: string;
|
|
14456
|
-
nameKey: string | null;
|
|
14457
|
-
}[];
|
|
14458
14447
|
}[];
|
|
14459
14448
|
_input_out: {
|
|
14460
14449
|
userId: string;
|
|
@@ -14467,17 +14456,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14467
14456
|
id: string;
|
|
14468
14457
|
nameKey: string | null;
|
|
14469
14458
|
}[];
|
|
14470
|
-
} | {
|
|
14471
|
-
userId: string;
|
|
14472
|
-
rights: "admin" | "write" | "read";
|
|
14473
|
-
nodes: {
|
|
14474
|
-
data: {
|
|
14475
|
-
id: string;
|
|
14476
|
-
key: string | null;
|
|
14477
|
-
}[];
|
|
14478
|
-
id: string;
|
|
14479
|
-
nameKey: string | null;
|
|
14480
|
-
}[];
|
|
14481
14459
|
}[];
|
|
14482
14460
|
_output_in: {
|
|
14483
14461
|
isFinished: true;
|
|
@@ -14570,7 +14548,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14570
14548
|
_input_in: {
|
|
14571
14549
|
userId: string;
|
|
14572
14550
|
nodeId: string;
|
|
14573
|
-
} | {
|
|
14551
|
+
}[] | {
|
|
14574
14552
|
nodeIds: string[];
|
|
14575
14553
|
userIds: string[];
|
|
14576
14554
|
} | {
|
|
@@ -14579,14 +14557,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14579
14557
|
} | {
|
|
14580
14558
|
userId: string;
|
|
14581
14559
|
nodeIds: string[];
|
|
14582
|
-
}
|
|
14583
|
-
userId: string;
|
|
14584
|
-
nodeId: string;
|
|
14585
|
-
}[];
|
|
14560
|
+
};
|
|
14586
14561
|
_input_out: {
|
|
14587
14562
|
userId: string;
|
|
14588
14563
|
nodeId: string;
|
|
14589
|
-
} | {
|
|
14564
|
+
}[] | {
|
|
14590
14565
|
nodeIds: string[];
|
|
14591
14566
|
userIds: string[];
|
|
14592
14567
|
} | {
|
|
@@ -14595,16 +14570,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14595
14570
|
} | {
|
|
14596
14571
|
userId: string;
|
|
14597
14572
|
nodeIds: string[];
|
|
14598
|
-
} | {
|
|
14599
|
-
userId: string;
|
|
14600
|
-
nodeId: string;
|
|
14601
|
-
}[];
|
|
14602
|
-
_output_in: {
|
|
14603
|
-
ids: string[] | Record<string, string[]>;
|
|
14604
|
-
};
|
|
14605
|
-
_output_out: {
|
|
14606
|
-
ids: string[] | Record<string, string[]>;
|
|
14607
14573
|
};
|
|
14574
|
+
_output_in: Record<string, string[]>;
|
|
14575
|
+
_output_out: Record<string, string[]>;
|
|
14608
14576
|
}, unknown>;
|
|
14609
14577
|
updateNode: _trpc_server.BuildProcedure<"mutation", {
|
|
14610
14578
|
_config: _trpc_server.RootConfig<{
|