@kl1/contracts 1.2.79-uat → 1.2.81-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -7801,9 +7801,7 @@ var businessCalendarContract = initContract36().router(
7801
7801
  }
7802
7802
  }
7803
7803
  },
7804
- {
7805
- pathPrefix: "ms/business-calendars"
7806
- }
7804
+ { pathPrefix: "ms/business-calendars" }
7807
7805
  );
7808
7806
 
7809
7807
  // src/facebook-feed/index.ts
@@ -8714,7 +8712,6 @@ var apiContract = initContract43().router({
8714
8712
  telephonyExtensionContract,
8715
8713
  attribute: attributeContract,
8716
8714
  tag: tagContract,
8717
- channel: channelContract,
8718
8715
  aws: awsContract,
8719
8716
  agentPresenceStatus: telephonyAgentPresenceStatusContract,
8720
8717
  userPresenceStatusLog: userPresenceStatusLogContract,
@@ -8722,7 +8719,15 @@ var apiContract = initContract43().router({
8722
8719
  evaluateForm: evaluateFormContract,
8723
8720
  upload: uploadContract,
8724
8721
  snippet: snippetContract,
8725
- bot: botContract
8722
+ bot: botContract,
8723
+ ...initContract43().router(
8724
+ {
8725
+ channel: channelContract
8726
+ },
8727
+ {
8728
+ pathPrefix: "ms/"
8729
+ }
8730
+ )
8726
8731
  });
8727
8732
  var contactContract2 = initContract43().router({
8728
8733
  contact: contactContract