@kl1/contracts 1.3.64 → 1.3.65

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.
@@ -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;