@kl1/contracts 1.2.79-uat → 1.2.80-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/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +32542 -32542
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/index.js +10 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7908,9 +7908,7 @@ var businessCalendarContract = (0, import_core36.initContract)().router(
|
|
|
7908
7908
|
}
|
|
7909
7909
|
}
|
|
7910
7910
|
},
|
|
7911
|
-
{
|
|
7912
|
-
pathPrefix: "ms/business-calendars"
|
|
7913
|
-
}
|
|
7911
|
+
{ pathPrefix: "ms/business-calendars" }
|
|
7914
7912
|
);
|
|
7915
7913
|
|
|
7916
7914
|
// src/facebook-feed/index.ts
|
|
@@ -8821,7 +8819,6 @@ var apiContract = (0, import_core43.initContract)().router({
|
|
|
8821
8819
|
telephonyExtensionContract,
|
|
8822
8820
|
attribute: attributeContract,
|
|
8823
8821
|
tag: tagContract,
|
|
8824
|
-
channel: channelContract,
|
|
8825
8822
|
aws: awsContract,
|
|
8826
8823
|
agentPresenceStatus: telephonyAgentPresenceStatusContract,
|
|
8827
8824
|
userPresenceStatusLog: userPresenceStatusLogContract,
|
|
@@ -8829,7 +8826,15 @@ var apiContract = (0, import_core43.initContract)().router({
|
|
|
8829
8826
|
evaluateForm: evaluateFormContract,
|
|
8830
8827
|
upload: uploadContract,
|
|
8831
8828
|
snippet: snippetContract,
|
|
8832
|
-
bot: botContract
|
|
8829
|
+
bot: botContract,
|
|
8830
|
+
...(0, import_core43.initContract)().router(
|
|
8831
|
+
{
|
|
8832
|
+
channel: channelContract
|
|
8833
|
+
},
|
|
8834
|
+
{
|
|
8835
|
+
pathPrefix: "ms/"
|
|
8836
|
+
}
|
|
8837
|
+
)
|
|
8833
8838
|
});
|
|
8834
8839
|
var contactContract2 = (0, import_core43.initContract)().router({
|
|
8835
8840
|
contact: contactContract
|