@kl1/contracts 1.4.35 → 1.4.37

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.js CHANGED
@@ -3471,7 +3471,9 @@ var commentContract = (0, import_core9.initContract)().router(
3471
3471
  headers: DefaultHeaderSchema,
3472
3472
  query: GetCommentQuerySchema,
3473
3473
  responses: {
3474
- 201: import_zod46.default.array(CommentSchema),
3474
+ 200: import_zod46.default.object({
3475
+ data: import_zod46.default.array(CommentSchema)
3476
+ }),
3475
3477
  400: import_zod46.default.object({
3476
3478
  message: import_zod46.default.string()
3477
3479
  }),