@kl1/contracts 1.4.41 → 1.4.42
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.
@@ -28413,7 +28413,7 @@ export declare const mainFeedContract: {
|
|
28413
28413
|
requestId: string;
|
28414
28414
|
}>;
|
28415
28415
|
};
|
28416
|
-
path: "
|
28416
|
+
path: "chs/api/v1/chat/message/:parentId/relevance";
|
28417
28417
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
28418
28418
|
'x-tenant': z.ZodString;
|
28419
28419
|
'x-service-token': z.ZodString;
|
@@ -93767,7 +93767,7 @@ export declare const mainChatContract: {
|
|
93767
93767
|
requestId: string;
|
93768
93768
|
}>;
|
93769
93769
|
};
|
93770
|
-
path: "
|
93770
|
+
path: "chs/api/v1/chat/message/:roomId";
|
93771
93771
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
93772
93772
|
'x-tenant': z.ZodString;
|
93773
93773
|
'x-service-token': z.ZodString;
|
@@ -273193,7 +273193,7 @@ export declare const feedPostContract: {
|
|
273193
273193
|
requestId: string;
|
273194
273194
|
}>;
|
273195
273195
|
};
|
273196
|
-
path: "
|
273196
|
+
path: "chs/api/v1/chat/message/:parentId/relevance";
|
273197
273197
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
273198
273198
|
'x-tenant': import("zod").ZodString;
|
273199
273199
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -2944,7 +2944,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
|
|
2944
2944
|
},
|
2945
2945
|
getMessagesByParent: {
|
2946
2946
|
method: "GET",
|
2947
|
-
path: "
|
2947
|
+
path: "chs/api/v1/chat/message/:parentId/relevance",
|
2948
2948
|
pathParams: import_zod42.default.object({
|
2949
2949
|
parentId: import_zod42.default.string().uuid()
|
2950
2950
|
}),
|
@@ -3191,7 +3191,7 @@ var mainChatContract = (0, import_core8.initContract)().router(
|
|
3191
3191
|
},
|
3192
3192
|
getMessages: {
|
3193
3193
|
method: "GET",
|
3194
|
-
path: "
|
3194
|
+
path: "chs/api/v1/chat/message/:roomId",
|
3195
3195
|
pathParams: import_zod42.default.object({
|
3196
3196
|
roomId: import_zod42.default.string().uuid()
|
3197
3197
|
}),
|