@kl1/contracts 1.4.35 → 1.4.36
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
@@ -3358,7 +3358,7 @@ var commentContract = initContract9().router(
|
|
3358
3358
|
headers: DefaultHeaderSchema,
|
3359
3359
|
query: GetCommentQuerySchema,
|
3360
3360
|
responses: {
|
3361
|
-
|
3361
|
+
200: z46.array(CommentSchema),
|
3362
3362
|
400: z46.object({
|
3363
3363
|
message: z46.string()
|
3364
3364
|
}),
|