@kl1/contracts 1.3.95 → 1.3.97

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",
@@ -3982,7 +3982,7 @@ var contactContract = (0, import_core11.initContract)().router(
3982
3982
  },
3983
3983
  getAll: {
3984
3984
  method: "GET",
3985
- path: "css/api/v1/contact",
3985
+ path: "ccs/api/v1/contact",
3986
3986
  query: ContactContractValidationSchema.getAll.request,
3987
3987
  responses: {
3988
3988
  200: DefaultSuccessResponseSchema.extend(