@kl1/contracts 1.4.50 → 1.4.53

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
@@ -2989,7 +2989,7 @@ var mainChatRoomContract = initContract8().router(
2989
2989
  },
2990
2990
  getAllRoomCount: {
2991
2991
  method: "GET",
2992
- path: "ms/chat/all-rooms-count",
2992
+ path: "/chs/api/v1/chat/opened-and-closed-room-counts",
2993
2993
  responses: {
2994
2994
  200: DefaultSuccessResponseSchema.extend({
2995
2995
  data: AllOpenCloseRoomCountSchema
@@ -2999,7 +2999,7 @@ var mainChatRoomContract = initContract8().router(
2999
2999
  },
3000
3000
  getAllQueueAndHoldCount: {
3001
3001
  method: "GET",
3002
- path: "ms/chat/all-queue-and-hold-count",
3002
+ path: "/chs/api/v1/chat/queue-and-hold-room-counts",
3003
3003
  responses: {
3004
3004
  200: DefaultSuccessResponseSchema.extend({
3005
3005
  data: AllHoldAndQueueRoomCountSchema
@@ -3009,7 +3009,7 @@ var mainChatRoomContract = initContract8().router(
3009
3009
  },
3010
3010
  getAllBotRoomCount: {
3011
3011
  method: "GET",
3012
- path: "ms/chat/all-bot-rooms-count",
3012
+ path: "/chs/api/v1/chat/bot-room-count",
3013
3013
  responses: {
3014
3014
  200: DefaultSuccessResponseSchema.extend({
3015
3015
  data: AllOpenCloseBotRoomCountSchema