@kl1/contracts 1.2.89-uat → 1.2.90-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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({
|