@kl1/contracts 1.4.27 → 1.4.28

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
@@ -3004,7 +3004,7 @@ var mainChatRoomContract = initContract8().router(
3004
3004
  },
3005
3005
  getAllRoomCount: {
3006
3006
  method: "GET",
3007
- path: "ms/chat/all-rooms-count",
3007
+ path: "/chs/api/v1/chat/opened-and-closed-room-counts",
3008
3008
  responses: {
3009
3009
  200: DefaultSuccessResponseSchema.extend({
3010
3010
  data: AllOpenCloseRoomCountSchema
@@ -3014,7 +3014,7 @@ var mainChatRoomContract = initContract8().router(
3014
3014
  },
3015
3015
  getAllQueueAndHoldCount: {
3016
3016
  method: "GET",
3017
- path: "ms/chat/all-queue-and-hold-count",
3017
+ path: "/chs/api/v1/chat/queue-and-hold-room-counts",
3018
3018
  responses: {
3019
3019
  200: DefaultSuccessResponseSchema.extend({
3020
3020
  data: AllHoldAndQueueRoomCountSchema
@@ -3024,7 +3024,7 @@ var mainChatRoomContract = initContract8().router(
3024
3024
  },
3025
3025
  getAllBotRoomCount: {
3026
3026
  method: "GET",
3027
- path: "ms/chat/all-bot-rooms-count",
3027
+ path: "/chs/api/v1/chat/bot-room-count",
3028
3028
  responses: {
3029
3029
  200: DefaultSuccessResponseSchema.extend({
3030
3030
  data: AllOpenCloseBotRoomCountSchema