@bigbinary/neeto-integrations-frontend 2.12.1 → 2.12.3
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/Zoom.cjs.js +2 -1
- package/dist/Zoom.cjs.js.map +1 -1
- package/dist/Zoom.js +2 -1
- package/dist/Zoom.js.map +1 -1
- package/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -897,7 +897,8 @@ var Twilio = function Twilio(_ref) {
|
|
|
897
897
|
var show = function show() {
|
|
898
898
|
return axios.get(INTEGRATION_DETAILS_URL, {
|
|
899
899
|
params: {
|
|
900
|
-
serviceName: "Zoom"
|
|
900
|
+
serviceName: "Zoom",
|
|
901
|
+
integrableType: "User"
|
|
901
902
|
}
|
|
902
903
|
});
|
|
903
904
|
};
|
|
@@ -1372,5 +1373,5 @@ function n(n, r) {
|
|
|
1372
1373
|
var css = ".intrinsic-container{height:0;overflow:hidden;position:relative}.intrinsic-container-16x9{padding-bottom:56.25%}.intrinsic-container-4x3{padding-bottom:75%}.intrinsic-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}";
|
|
1373
1374
|
n(css,{});
|
|
1374
1375
|
|
|
1375
|
-
export { Connect, index as Daily, Demo, Finish, GoogleCalendar, Manage$1 as Manage, Modal, Twilio, Zoom };
|
|
1376
|
+
export { Connect, index as Daily, Form$1 as DailyForm, Demo, Finish, GoogleCalendar, Manage$1 as Manage, Modal, Twilio, Zoom };
|
|
1376
1377
|
//# sourceMappingURL=index.js.map
|