@kl1/contracts 1.2.89-uat → 1.2.90-uat
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/channel/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13299,7 +13299,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
13299
13299
|
error?: any;
|
|
13300
13300
|
}>;
|
|
13301
13301
|
};
|
|
13302
|
-
path: "facebook-feed/pages";
|
|
13302
|
+
path: "ms/facebook-feed/pages";
|
|
13303
13303
|
};
|
|
13304
13304
|
connect: {
|
|
13305
13305
|
body: z.ZodObject<{
|
|
@@ -14273,7 +14273,7 @@ export declare const channelFacebookFeedContract: {
|
|
|
14273
14273
|
error?: any;
|
|
14274
14274
|
}>;
|
|
14275
14275
|
};
|
|
14276
|
-
path: "facebook-feed/connect";
|
|
14276
|
+
path: "ms/facebook-feed/connect";
|
|
14277
14277
|
};
|
|
14278
14278
|
};
|
|
14279
14279
|
export declare const channelBotContract: {
|
package/dist/index.js
CHANGED
|
@@ -2815,7 +2815,7 @@ var channelFacebookFeedContract = (0, import_core7.initContract)().router(
|
|
|
2815
2815
|
}
|
|
2816
2816
|
},
|
|
2817
2817
|
{
|
|
2818
|
-
pathPrefix: "facebook-feed"
|
|
2818
|
+
pathPrefix: "ms/facebook-feed"
|
|
2819
2819
|
}
|
|
2820
2820
|
);
|
|
2821
2821
|
var channelBotContract = (0, import_core7.initContract)().router({
|