@kl1/contracts 1.3.94 → 1.3.95

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
@@ -3068,18 +3068,18 @@ var mainChatContract = initContract8().router(
3068
3068
  },
3069
3069
  summary: "Send message to room"
3070
3070
  },
3071
- // sendMessageAi: {
3072
- // method: 'POST',
3073
- // path: '/message/ai',
3074
- // body: SendMessageSchema,
3075
- // responses: {
3076
- // 200: SendMessageResponseSchema,
3077
- // 400: DefaultErrorResponseSchema,
3078
- // 422: DefaultErrorResponseSchema,
3079
- // 500: DefaultErrorResponseSchema,
3080
- // },
3081
- // summary: 'Send message to room',
3082
- // },
3071
+ sendMessageAi: {
3072
+ method: "POST",
3073
+ path: "/message/ai",
3074
+ body: SendMessageSchema,
3075
+ responses: {
3076
+ 200: SendMessageResponseSchema,
3077
+ 400: DefaultErrorResponseSchema,
3078
+ 422: DefaultErrorResponseSchema,
3079
+ 500: DefaultErrorResponseSchema
3080
+ },
3081
+ summary: "Send message to room"
3082
+ },
3083
3083
  getUnreadCounts: {
3084
3084
  method: "GET",
3085
3085
  path: "/rooms/unread-count",