@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.
@@ -5011,7 +5011,7 @@ export declare const commentContract: {
|
|
5011
5011
|
withDeleted?: "false" | "true" | undefined;
|
5012
5012
|
}>>;
|
5013
5013
|
responses: {
|
5014
|
-
|
5014
|
+
200: z.ZodArray<z.ZodObject<{
|
5015
5015
|
id: z.ZodString;
|
5016
5016
|
createdAt: z.ZodDate;
|
5017
5017
|
updatedAt: z.ZodDate;
|
@@ -78758,7 +78758,7 @@ export declare const commentActivityContract: {
|
|
78758
78758
|
withDeleted?: "false" | "true" | undefined;
|
78759
78759
|
}>>;
|
78760
78760
|
responses: {
|
78761
|
-
|
78761
|
+
200: import("zod").ZodArray<import("zod").ZodObject<{
|
78762
78762
|
id: import("zod").ZodString;
|
78763
78763
|
createdAt: import("zod").ZodDate;
|
78764
78764
|
updatedAt: import("zod").ZodDate;
|
package/dist/index.js
CHANGED
@@ -3471,7 +3471,7 @@ var commentContract = (0, import_core9.initContract)().router(
|
|
3471
3471
|
headers: DefaultHeaderSchema,
|
3472
3472
|
query: GetCommentQuerySchema,
|
3473
3473
|
responses: {
|
3474
|
-
|
3474
|
+
200: import_zod46.default.array(CommentSchema),
|
3475
3475
|
400: import_zod46.default.object({
|
3476
3476
|
message: import_zod46.default.string()
|
3477
3477
|
}),
|