@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.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",
@@ -3871,7 +3871,7 @@ var contactContract = initContract11().router(
3871
3871
  },
3872
3872
  getAll: {
3873
3873
  method: "GET",
3874
- path: "css/api/v1/contact",
3874
+ path: "ccs/api/v1/contact",
3875
3875
  query: ContactContractValidationSchema.getAll.request,
3876
3876
  responses: {
3877
3877
  200: DefaultSuccessResponseSchema.extend(