@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/api-contracts/src/chat/index.d.ts +44904 -2
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
3073
|
-
|
3074
|
-
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
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",
|