@kl1/contracts 1.1.42 → 1.1.43
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
@@ -5963,7 +5963,7 @@ var userContract = initContract26().router(
|
|
5963
5963
|
pageSize: z76.coerce.number().optional(),
|
5964
5964
|
// Don't add default 10. In some places, we need to fetch all users.
|
5965
5965
|
keyword: z76.string().optional(),
|
5966
|
-
userIds: z76.array(z76.string()),
|
5966
|
+
userIds: z76.array(z76.string()).optional(),
|
5967
5967
|
withPresenceStatus: z76.string().transform((val) => val === "true").optional()
|
5968
5968
|
}).optional(),
|
5969
5969
|
responses: {
|