@kl1/contracts 1.4.69 → 1.4.72
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 +7 -7
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +2 -2
- package/dist/index.js +14 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -5736,7 +5736,7 @@ export declare const mainFeedContract: {
|
|
5736
5736
|
}, {
|
5737
5737
|
id: string;
|
5738
5738
|
}>;
|
5739
|
-
path: "
|
5739
|
+
path: "chs/api/v1/chat/feed-post/:id";
|
5740
5740
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5741
5741
|
'x-tenant': z.ZodString;
|
5742
5742
|
'x-service-token': z.ZodString;
|
@@ -8796,7 +8796,7 @@ export declare const mainFeedContract: {
|
|
8796
8796
|
page?: number | undefined;
|
8797
8797
|
pageSize?: number | undefined;
|
8798
8798
|
}>;
|
8799
|
-
path: "
|
8799
|
+
path: "chs/api/v1/chat/message/:parentId/relevance";
|
8800
8800
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8801
8801
|
'x-tenant': z.ZodString;
|
8802
8802
|
'x-service-token': z.ZodString;
|
@@ -33231,7 +33231,7 @@ export declare const mainChatRoomContract: {
|
|
33231
33231
|
}, {
|
33232
33232
|
roomId: string;
|
33233
33233
|
}>;
|
33234
|
-
path: "
|
33234
|
+
path: "chs/api/v1/chat/rooms/:roomId";
|
33235
33235
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
33236
33236
|
'x-tenant': z.ZodString;
|
33237
33237
|
'x-service-token': z.ZodString;
|
@@ -57816,7 +57816,7 @@ export declare const mainChatRoomContract: {
|
|
57816
57816
|
getAllRoomCount: {
|
57817
57817
|
summary: "Get all opened and closed room count";
|
57818
57818
|
method: "GET";
|
57819
|
-
path: "
|
57819
|
+
path: "chs/api/v1/chat/opened-and-closed-room-counts";
|
57820
57820
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57821
57821
|
'x-tenant': z.ZodString;
|
57822
57822
|
'x-service-token': z.ZodString;
|
@@ -57865,7 +57865,7 @@ export declare const mainChatRoomContract: {
|
|
57865
57865
|
getAllQueueAndHoldCount: {
|
57866
57866
|
summary: "Get all queue and hold rooms count";
|
57867
57867
|
method: "GET";
|
57868
|
-
path: "
|
57868
|
+
path: "chs/api/v1/chat/queue-and-hold-room-counts";
|
57869
57869
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57870
57870
|
'x-tenant': z.ZodString;
|
57871
57871
|
'x-service-token': z.ZodString;
|
@@ -57914,7 +57914,7 @@ export declare const mainChatRoomContract: {
|
|
57914
57914
|
getAllBotRoomCount: {
|
57915
57915
|
summary: "Get all opened and closed bot rooms count";
|
57916
57916
|
method: "GET";
|
57917
|
-
path: "
|
57917
|
+
path: "chs/api/v1/chat/bot-room-count";
|
57918
57918
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57919
57919
|
'x-tenant': z.ZodString;
|
57920
57920
|
'x-service-token': z.ZodString;
|
@@ -82533,7 +82533,7 @@ export declare const mainChatContract: {
|
|
82533
82533
|
page?: number | undefined;
|
82534
82534
|
pageSize?: number | undefined;
|
82535
82535
|
}>;
|
82536
|
-
path: "
|
82536
|
+
path: "chs/api/v1/chat/message/:roomId";
|
82537
82537
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
82538
82538
|
'x-tenant': z.ZodString;
|
82539
82539
|
'x-service-token': z.ZodString;
|