@kl1/contracts 1.4.71 → 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 +13 -13
- 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 +13 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -14
- 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;
|
@@ -64149,7 +64149,7 @@ export declare const mainChatContract: {
|
|
64149
64149
|
}>;
|
64150
64150
|
summary: "Send message to room";
|
64151
64151
|
method: "POST";
|
64152
|
-
path: "/message";
|
64152
|
+
path: "ms/chat/message";
|
64153
64153
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
64154
64154
|
'x-tenant': z.ZodString;
|
64155
64155
|
'x-service-token': z.ZodString;
|
@@ -82410,7 +82410,7 @@ export declare const mainChatContract: {
|
|
82410
82410
|
};
|
82411
82411
|
getUnreadCounts: {
|
82412
82412
|
method: "GET";
|
82413
|
-
path: "/rooms/unread-count";
|
82413
|
+
path: "ms/chat/rooms/unread-count";
|
82414
82414
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
82415
82415
|
'x-tenant': z.ZodString;
|
82416
82416
|
'x-service-token': z.ZodString;
|
@@ -82465,7 +82465,7 @@ export declare const mainChatContract: {
|
|
82465
82465
|
}, {
|
82466
82466
|
platformContactId: string;
|
82467
82467
|
}>;
|
82468
|
-
path: "/rooms/:platformContactId";
|
82468
|
+
path: "ms/chat/rooms/:platformContactId";
|
82469
82469
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
82470
82470
|
'x-tenant': z.ZodString;
|
82471
82471
|
'x-service-token': z.ZodString;
|
@@ -94512,7 +94512,7 @@ export declare const mainChatContract: {
|
|
94512
94512
|
}>;
|
94513
94513
|
summary: "Update room assignee";
|
94514
94514
|
method: "POST";
|
94515
|
-
path: "/rooms/assignee/update_rooms";
|
94515
|
+
path: "ms/chat/rooms/assignee/update_rooms";
|
94516
94516
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
94517
94517
|
'x-tenant': z.ZodString;
|
94518
94518
|
'x-service-token': z.ZodString;
|
@@ -98968,7 +98968,7 @@ export declare const mainChatContract: {
|
|
98968
98968
|
}>;
|
98969
98969
|
summary: "Update room assignee";
|
98970
98970
|
method: "POST";
|
98971
|
-
path: "/room/assignee/update";
|
98971
|
+
path: "ms/chat/room/assignee/update";
|
98972
98972
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
98973
98973
|
'x-tenant': z.ZodString;
|
98974
98974
|
'x-service-token': z.ZodString;
|
@@ -103418,7 +103418,7 @@ export declare const mainChatContract: {
|
|
103418
103418
|
}, {
|
103419
103419
|
contactId: string;
|
103420
103420
|
}>;
|
103421
|
-
path: "/contact/:contactId";
|
103421
|
+
path: "ms/chat/contact/:contactId";
|
103422
103422
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
103423
103423
|
'x-tenant': z.ZodString;
|
103424
103424
|
'x-service-token': z.ZodString;
|
@@ -104498,7 +104498,7 @@ export declare const mainChatContract: {
|
|
104498
104498
|
}>;
|
104499
104499
|
summary: "Update room attributes";
|
104500
104500
|
method: "PUT";
|
104501
|
-
path: "/room";
|
104501
|
+
path: "ms/chat/room";
|
104502
104502
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
104503
104503
|
'x-tenant': z.ZodString;
|
104504
104504
|
'x-service-token': z.ZodString;
|