@kl1/contracts 1.4.37 → 1.4.38

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: "ms/feed-post/message/:parentId/relevance";
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;
@@ -273822,7 +273822,7 @@ export declare const feedPostContract: {
273822
273822
  requestId: string;
273823
273823
  }>;
273824
273824
  };
273825
- path: "ms/feed-post/message/:parentId/relevance";
273825
+ path: "chs/api/v1/chat/message/:parentId/relevance";
273826
273826
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
273827
273827
  'x-tenant': import("zod").ZodString;
273828
273828
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -2963,7 +2963,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
2963
2963
  },
2964
2964
  getMessagesByParent: {
2965
2965
  method: "GET",
2966
- path: "ms/feed-post/message/:parentId/relevance",
2966
+ path: "chs/api/v1/chat/message/:parentId/relevance",
2967
2967
  pathParams: import_zod42.default.object({
2968
2968
  parentId: import_zod42.default.string().uuid()
2969
2969
  }),