@camstack/types 1.1.17 → 1.1.18
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.
|
@@ -223,6 +223,26 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
223
223
|
};
|
|
224
224
|
meta: object;
|
|
225
225
|
}>;
|
|
226
|
+
getRecent: import("@trpc/server").TRPCQueryProcedure<{
|
|
227
|
+
input: {
|
|
228
|
+
category?: string | string[] | undefined;
|
|
229
|
+
limit?: number | undefined;
|
|
230
|
+
};
|
|
231
|
+
output: {
|
|
232
|
+
id: string;
|
|
233
|
+
timestamp: string;
|
|
234
|
+
source: {
|
|
235
|
+
type: string;
|
|
236
|
+
id: string | number;
|
|
237
|
+
nodeId?: string | undefined;
|
|
238
|
+
addonId?: string | undefined;
|
|
239
|
+
deviceId?: number | undefined;
|
|
240
|
+
};
|
|
241
|
+
category: string;
|
|
242
|
+
data: Record<string, unknown>;
|
|
243
|
+
}[];
|
|
244
|
+
meta: object;
|
|
245
|
+
}>;
|
|
226
246
|
}>>;
|
|
227
247
|
repl: import("@trpc/server").TRPCBuiltRouter<{
|
|
228
248
|
ctx: TrpcContext;
|
|
@@ -7907,6 +7927,7 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
7907
7927
|
input: {
|
|
7908
7928
|
[x: string]: unknown;
|
|
7909
7929
|
kind: string;
|
|
7930
|
+
config?: Record<string, unknown> | undefined;
|
|
7910
7931
|
};
|
|
7911
7932
|
output: {
|
|
7912
7933
|
kind: string;
|
|
@@ -14219,6 +14240,26 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
14219
14240
|
};
|
|
14220
14241
|
meta: object;
|
|
14221
14242
|
}>;
|
|
14243
|
+
getRecent: import("@trpc/server").TRPCQueryProcedure<{
|
|
14244
|
+
input: {
|
|
14245
|
+
category?: string | string[] | undefined;
|
|
14246
|
+
limit?: number | undefined;
|
|
14247
|
+
};
|
|
14248
|
+
output: {
|
|
14249
|
+
id: string;
|
|
14250
|
+
timestamp: string;
|
|
14251
|
+
source: {
|
|
14252
|
+
type: string;
|
|
14253
|
+
id: string | number;
|
|
14254
|
+
nodeId?: string | undefined;
|
|
14255
|
+
addonId?: string | undefined;
|
|
14256
|
+
deviceId?: number | undefined;
|
|
14257
|
+
};
|
|
14258
|
+
category: string;
|
|
14259
|
+
data: Record<string, unknown>;
|
|
14260
|
+
}[];
|
|
14261
|
+
meta: object;
|
|
14262
|
+
}>;
|
|
14222
14263
|
}>>;
|
|
14223
14264
|
repl: import("@trpc/server").TRPCBuiltRouter<{
|
|
14224
14265
|
ctx: TrpcContext;
|
|
@@ -21903,6 +21944,7 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
|
|
|
21903
21944
|
input: {
|
|
21904
21945
|
[x: string]: unknown;
|
|
21905
21946
|
kind: string;
|
|
21947
|
+
config?: Record<string, unknown> | undefined;
|
|
21906
21948
|
};
|
|
21907
21949
|
output: {
|
|
21908
21950
|
kind: string;
|