@kl1/contracts 1.2.99 → 1.3.0
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 +2 -2
- 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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
|
@@ -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;
|