@bigbinary/neeto-integrations-frontend 2.12.1 → 2.12.2

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/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
  };