@kl1/contracts 1.3.95 → 1.3.96

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
@@ -3179,18 +3179,18 @@ var mainChatContract = (0, import_core8.initContract)().router(
3179
3179
  },
3180
3180
  summary: "Send message to room"
3181
3181
  },
3182
- sendMessageAi: {
3183
- method: "POST",
3184
- path: "/message/ai",
3185
- body: SendMessageSchema,
3186
- responses: {
3187
- 200: SendMessageResponseSchema,
3188
- 400: DefaultErrorResponseSchema,
3189
- 422: DefaultErrorResponseSchema,
3190
- 500: DefaultErrorResponseSchema
3191
- },
3192
- summary: "Send message to room"
3193
- },
3182
+ // sendMessageAi: {
3183
+ // method: 'POST',
3184
+ // path: '/message/ai',
3185
+ // body: SendMessageSchema,
3186
+ // responses: {
3187
+ // 200: SendMessageResponseSchema,
3188
+ // 400: DefaultErrorResponseSchema,
3189
+ // 422: DefaultErrorResponseSchema,
3190
+ // 500: DefaultErrorResponseSchema,
3191
+ // },
3192
+ // summary: 'Send message to room',
3193
+ // },
3194
3194
  getUnreadCounts: {
3195
3195
  method: "GET",
3196
3196
  path: "/rooms/unread-count",