@kl1/contracts 1.2.74-uat → 1.2.76-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 +25 -25
- package/dist/api-contracts/src/contract.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2664,7 +2664,7 @@ var channelContract = initContract7().router(
|
|
2664
2664
|
},
|
2665
2665
|
{
|
2666
2666
|
baseHeaders: DefaultHeaderSchema,
|
2667
|
-
pathPrefix: "
|
2667
|
+
pathPrefix: "channel"
|
2668
2668
|
}
|
2669
2669
|
);
|
2670
2670
|
var channelFacebookFeedContract = initContract7().router(
|
@@ -10389,7 +10389,7 @@ var subscriptionContract = initContract53().router(
|
|
10389
10389
|
}
|
10390
10390
|
},
|
10391
10391
|
{
|
10392
|
-
pathPrefix: "subscriptions"
|
10392
|
+
pathPrefix: "ms/subscriptions"
|
10393
10393
|
}
|
10394
10394
|
);
|
10395
10395
|
|