@queuedash/ui 1.1.0 → 1.2.0
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/src/utils/trpc.d.ts
CHANGED
|
@@ -419,12 +419,12 @@ export declare const trpc: import("@trpc/react-query/dist/createTRPCReact").Crea
|
|
|
419
419
|
_meta: object;
|
|
420
420
|
_ctx_out: import("@queuedash/api").Context;
|
|
421
421
|
_input_in: {
|
|
422
|
-
queueName: string;
|
|
423
422
|
data: {};
|
|
423
|
+
queueName: string;
|
|
424
424
|
};
|
|
425
425
|
_input_out: {
|
|
426
|
-
queueName: string;
|
|
427
426
|
data: {};
|
|
427
|
+
queueName: string;
|
|
428
428
|
};
|
|
429
429
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
|
430
430
|
_output_out: typeof import("@trpc/server").unsetMarker;
|
|
@@ -889,12 +889,12 @@ export declare const trpc: import("@trpc/react-query/dist/createTRPCReact").Crea
|
|
|
889
889
|
_meta: object;
|
|
890
890
|
_ctx_out: import("@queuedash/api").Context;
|
|
891
891
|
_input_in: {
|
|
892
|
-
queueName: string;
|
|
893
892
|
data: {};
|
|
893
|
+
queueName: string;
|
|
894
894
|
};
|
|
895
895
|
_input_out: {
|
|
896
|
-
queueName: string;
|
|
897
896
|
data: {};
|
|
897
|
+
queueName: string;
|
|
898
898
|
};
|
|
899
899
|
_output_in: typeof import("@trpc/server").unsetMarker;
|
|
900
900
|
_output_out: typeof import("@trpc/server").unsetMarker;
|