@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.
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(),