@kl1/contracts 1.2.98 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5674,7 +5674,7 @@ export declare const mainFeedContract: {
5674
5674
  }, {
5675
5675
  id: string;
5676
5676
  }>;
5677
- path: "/feed-post/:id";
5677
+ path: "ms/feed-post/:id";
5678
5678
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5679
5679
  'x-tenant': z.ZodString;
5680
5680
  'x-service-token': z.ZodString;
@@ -8683,7 +8683,7 @@ export declare const mainFeedContract: {
8683
8683
  page?: number | undefined;
8684
8684
  pageSize?: number | undefined;
8685
8685
  }>;
8686
- path: "/feed-post/message/:parentId/relevance";
8686
+ path: "ms/feed-post/message/:parentId/relevance";
8687
8687
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8688
8688
  'x-tenant': z.ZodString;
8689
8689
  'x-service-token': z.ZodString;