@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.
package/dist/index.mjs CHANGED
@@ -8818,6 +8818,9 @@ var presenceStatusContract = initContract41().router(
8818
8818
  method: "GET",
8819
8819
  path: "",
8820
8820
  headers: DefaultHeaderSchema,
8821
+ query: z113.object({
8822
+ keyword: z113.string().optional()
8823
+ }).optional(),
8821
8824
  responses: {
8822
8825
  200: z113.object({
8823
8826
  total: z113.number(),