@kl1/contracts 1.4.30 → 1.4.31
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.
@@ -8706,7 +8706,7 @@ export declare const mainFeedContract: {
|
|
8706
8706
|
requestId: string;
|
8707
8707
|
}>;
|
8708
8708
|
};
|
8709
|
-
path: "chs/chat/feed-post/:id";
|
8709
|
+
path: "chs/api/v1/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;
|
@@ -253206,7 +253206,7 @@ export declare const feedPostContract: {
|
|
253206
253206
|
requestId: string;
|
253207
253207
|
}>;
|
253208
253208
|
};
|
253209
|
-
path: "chs/chat/feed-post/:id";
|
253209
|
+
path: "chs/api/v1/chat/feed-post/:id";
|
253210
253210
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
253211
253211
|
'x-tenant': import("zod").ZodString;
|
253212
253212
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -2950,7 +2950,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
|
|
2950
2950
|
{
|
2951
2951
|
getFeedPostById: {
|
2952
2952
|
method: "GET",
|
2953
|
-
path: "chs/chat/feed-post/:id",
|
2953
|
+
path: "chs/api/v1/chat/feed-post/:id",
|
2954
2954
|
pathParams: import_zod42.default.object({
|
2955
2955
|
id: import_zod42.default.string().uuid()
|
2956
2956
|
}),
|