@kl1/contracts 1.3.64 → 1.3.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -333802,6 +333802,13 @@ export declare const presenceStatusContract: {
333802
333802
  getAllStatus: {
333803
333803
  summary: "Get all presence status list.";
333804
333804
  method: "GET";
333805
+ query: import("zod").ZodOptional<import("zod").ZodObject<{
333806
+ keyword: import("zod").ZodOptional<import("zod").ZodString>;
333807
+ }, "strip", import("zod").ZodTypeAny, {
333808
+ keyword?: string | undefined;
333809
+ }, {
333810
+ keyword?: string | undefined;
333811
+ }>>;
333805
333812
  responses: {
333806
333813
  200: import("zod").ZodObject<{
333807
333814
  total: import("zod").ZodNumber;