@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.
@@ -57458,7 +57458,7 @@ export declare const mainChatRoomContract: {
57458
57458
  requestId: string;
57459
57459
  }>;
57460
57460
  };
57461
- path: "ms/chat/all-rooms-count";
57461
+ path: "/chs/api/v1/chat/opened-and-closed-room-counts";
57462
57462
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
57463
57463
  'x-tenant': z.ZodString;
57464
57464
  'x-service-token': z.ZodString;
@@ -57506,7 +57506,7 @@ export declare const mainChatRoomContract: {
57506
57506
  requestId: string;
57507
57507
  }>;
57508
57508
  };
57509
- path: "ms/chat/all-queue-and-hold-count";
57509
+ path: "/chs/api/v1/chat/queue-and-hold-room-counts";
57510
57510
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
57511
57511
  'x-tenant': z.ZodString;
57512
57512
  'x-service-token': z.ZodString;
@@ -57549,7 +57549,7 @@ export declare const mainChatRoomContract: {
57549
57549
  requestId: string;
57550
57550
  }>;
57551
57551
  };
57552
- path: "ms/chat/all-bot-rooms-count";
57552
+ path: "/chs/api/v1/chat/bot-room-count";
57553
57553
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
57554
57554
  'x-tenant': z.ZodString;
57555
57555
  'x-service-token': z.ZodString;
package/dist/index.js CHANGED
@@ -3117,7 +3117,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
3117
3117
  },
3118
3118
  getAllRoomCount: {
3119
3119
  method: "GET",
3120
- path: "ms/chat/all-rooms-count",
3120
+ path: "/chs/api/v1/chat/opened-and-closed-room-counts",
3121
3121
  responses: {
3122
3122
  200: DefaultSuccessResponseSchema.extend({
3123
3123
  data: AllOpenCloseRoomCountSchema
@@ -3127,7 +3127,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
3127
3127
  },
3128
3128
  getAllQueueAndHoldCount: {
3129
3129
  method: "GET",
3130
- path: "ms/chat/all-queue-and-hold-count",
3130
+ path: "/chs/api/v1/chat/queue-and-hold-room-counts",
3131
3131
  responses: {
3132
3132
  200: DefaultSuccessResponseSchema.extend({
3133
3133
  data: AllHoldAndQueueRoomCountSchema
@@ -3137,7 +3137,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
3137
3137
  },
3138
3138
  getAllBotRoomCount: {
3139
3139
  method: "GET",
3140
- path: "ms/chat/all-bot-rooms-count",
3140
+ path: "/chs/api/v1/chat/bot-room-count",
3141
3141
  responses: {
3142
3142
  200: DefaultSuccessResponseSchema.extend({
3143
3143
  data: AllOpenCloseBotRoomCountSchema