@kl1/contracts 1.4.29 → 1.4.30
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 +5 -5
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/index.js +117 -121
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +117 -121
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -8706,7 +8706,7 @@ export declare const mainFeedContract: {
|
|
8706
8706
|
requestId: string;
|
8707
8707
|
}>;
|
8708
8708
|
};
|
8709
|
-
path: "
|
8709
|
+
path: "chs/chat/feed-post/:id";
|
8710
8710
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8711
8711
|
'x-tenant': z.ZodString;
|
8712
8712
|
'x-service-token': z.ZodString;
|
@@ -38513,7 +38513,7 @@ export declare const mainChatRoomContract: {
|
|
38513
38513
|
error?: any;
|
38514
38514
|
}>;
|
38515
38515
|
};
|
38516
|
-
path: "
|
38516
|
+
path: "chs/api/v1/chat/rooms/:roomId";
|
38517
38517
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
38518
38518
|
'x-tenant': z.ZodString;
|
38519
38519
|
'x-service-token': z.ZodString;
|
@@ -57458,7 +57458,7 @@ export declare const mainChatRoomContract: {
|
|
57458
57458
|
requestId: string;
|
57459
57459
|
}>;
|
57460
57460
|
};
|
57461
|
-
path: "
|
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: "
|
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: "
|
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;
|