@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/api-contracts/src/chat/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -57503,7 +57503,7 @@ export declare const mainChatRoomContract: {
|
|
57503
57503
|
requestId: string;
|
57504
57504
|
}>;
|
57505
57505
|
};
|
57506
|
-
path: "
|
57506
|
+
path: "/chs/api/v1/chat/opened-and-closed-room-counts";
|
57507
57507
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57508
57508
|
'x-tenant': z.ZodString;
|
57509
57509
|
'x-service-token': z.ZodString;
|
@@ -57551,7 +57551,7 @@ export declare const mainChatRoomContract: {
|
|
57551
57551
|
requestId: string;
|
57552
57552
|
}>;
|
57553
57553
|
};
|
57554
|
-
path: "
|
57554
|
+
path: "/chs/api/v1/chat/queue-and-hold-room-counts";
|
57555
57555
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57556
57556
|
'x-tenant': z.ZodString;
|
57557
57557
|
'x-service-token': z.ZodString;
|
@@ -57594,7 +57594,7 @@ export declare const mainChatRoomContract: {
|
|
57594
57594
|
requestId: string;
|
57595
57595
|
}>;
|
57596
57596
|
};
|
57597
|
-
path: "
|
57597
|
+
path: "/chs/api/v1/chat/bot-room-count";
|
57598
57598
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57599
57599
|
'x-tenant': z.ZodString;
|
57600
57600
|
'x-service-token': z.ZodString;
|
package/dist/index.js
CHANGED
@@ -3101,7 +3101,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
|
|
3101
3101
|
},
|
3102
3102
|
getAllRoomCount: {
|
3103
3103
|
method: "GET",
|
3104
|
-
path: "
|
3104
|
+
path: "/chs/api/v1/chat/opened-and-closed-room-counts",
|
3105
3105
|
responses: {
|
3106
3106
|
200: DefaultSuccessResponseSchema.extend({
|
3107
3107
|
data: AllOpenCloseRoomCountSchema
|
@@ -3111,7 +3111,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
|
|
3111
3111
|
},
|
3112
3112
|
getAllQueueAndHoldCount: {
|
3113
3113
|
method: "GET",
|
3114
|
-
path: "
|
3114
|
+
path: "/chs/api/v1/chat/queue-and-hold-room-counts",
|
3115
3115
|
responses: {
|
3116
3116
|
200: DefaultSuccessResponseSchema.extend({
|
3117
3117
|
data: AllHoldAndQueueRoomCountSchema
|
@@ -3121,7 +3121,7 @@ var mainChatRoomContract = (0, import_core8.initContract)().router(
|
|
3121
3121
|
},
|
3122
3122
|
getAllBotRoomCount: {
|
3123
3123
|
method: "GET",
|
3124
|
-
path: "
|
3124
|
+
path: "/chs/api/v1/chat/bot-room-count",
|
3125
3125
|
responses: {
|
3126
3126
|
200: DefaultSuccessResponseSchema.extend({
|
3127
3127
|
data: AllOpenCloseBotRoomCountSchema
|