@bigbinary/neeto-integrations-frontend 2.6.0 → 2.7.0
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/Daily.cjs.js +40 -39
- package/dist/Daily.cjs.js.map +1 -1
- package/dist/Daily.js +42 -41
- package/dist/Daily.js.map +1 -1
- package/dist/Twilio.cjs.js +2 -1
- package/dist/Twilio.cjs.js.map +1 -1
- package/dist/Twilio.js +2 -1
- package/dist/Twilio.js.map +1 -1
- package/dist/Zoom.cjs.js +708 -0
- package/dist/Zoom.cjs.js.map +1 -0
- package/dist/Zoom.js +677 -0
- package/dist/Zoom.js.map +1 -0
- package/dist/index.cjs.js +86 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +86 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +11 -1
- package/types.d.ts +5 -0
package/dist/Zoom.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Zoom.js","sources":["../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../src/constants/urls.js","../src/apis/dailies.js","../src/constants/query.js","../src/hooks/reactQuery/useDailiesApi.js","../node_modules/@babel/runtime/helpers/esm/extends.js","../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../src/components/commons/ExternalLink.jsx","../src/components/Integrations/Daily/constants.js","../src/components/Integrations/Daily/Form.jsx","../src/components/Integrations/Daily/Manage.jsx","../src/components/Integrations/Daily/index.jsx","../src/components/Integrations/Twilio/constants.js","../node_modules/prop-types/lib/ReactPropTypesSecret.js","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/index.js","../src/components/Steps/Connect.jsx","../src/components/Steps/Demo.jsx","../src/components/Steps/Finish.jsx","../node_modules/rollup-plugin-styles/dist/runtime/inject-css.js","../src/components/commons/Manage.jsx","../src/apis/zoom.js","../src/hooks/reactQuery/useZoomApi.js","../src/components/Integrations/Zoom/index.jsx"],"sourcesContent":["export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","export default function _iterableToArrayLimit(arr, i) {\n var _i = null == arr ? null : \"undefined\" != typeof Symbol && arr[Symbol.iterator] || arr[\"@@iterator\"];\n if (null != _i) {\n var _s,\n _e,\n _x,\n _r,\n _arr = [],\n _n = !0,\n _d = !1;\n try {\n if (_x = (_i = _i.call(arr)).next, 0 === i) {\n if (Object(_i) !== _i) return;\n _n = !1;\n } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);\n } catch (err) {\n _d = !0, _e = err;\n } finally {\n try {\n if (!_n && null != _i[\"return\"] && (_r = _i[\"return\"](), Object(_r) !== _r)) return;\n } finally {\n if (_d) throw _e;\n }\n }\n return _arr;\n }\n}","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];\n return arr2;\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","import arrayWithHoles from \"./arrayWithHoles.js\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableRest from \"./nonIterableRest.js\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","export const INTEGRATIONS_ENGINE_BASE_URL = \"/neeto_integrations\";\nexport const TWILIO_CONFIGURATION_BASE_URL = `${INTEGRATIONS_ENGINE_BASE_URL}/twilio/sms_configurations`;\nexport const INTEGRATIONS_ENGINE_DAILY_URL = `${INTEGRATIONS_ENGINE_BASE_URL}/daily`;\nexport const INTEGRATIONS_ENGINE_ZOOM_URL = `${INTEGRATIONS_ENGINE_BASE_URL}/zoom`;\n","import axios from \"axios\";\n\nimport { INTEGRATIONS_ENGINE_DAILY_URL } from \"src/constants/urls\";\n\nconst create = payload =>\n axios.post(INTEGRATIONS_ENGINE_DAILY_URL, { daily: payload });\n\nconst show = () => axios.get(INTEGRATIONS_ENGINE_DAILY_URL);\n\nconst destroy = () => axios.delete(INTEGRATIONS_ENGINE_DAILY_URL);\n\nconst dailiesApi = { create, show, destroy };\n\nexport default dailiesApi;\n","export const QUERY_KEYS = {\n TWILIO_SMS_CONFIGURATION: \"twilio-sms-configuration\",\n TWILIO_PHONE_NUMBERS: \"twilio-phone-numbers\",\n DAILY_CO_DETAILS: \"daily-co-details\",\n ZOOM_DETAILS: \"zoom-details\",\n};\n","import { DEFAULT_STALE_TIME } from \"neetocommons/constants\";\nimport { useMutationWithInvalidation } from \"neetocommons/react-utils\";\nimport { useQuery } from \"react-query\";\n\nimport dailiesApi from \"apis/dailies\";\nimport { QUERY_KEYS } from \"src/constants/query\";\n\nexport const useCreateDaily = (options = {}) =>\n useMutationWithInvalidation(dailiesApi.create, {\n keysToInvalidate: [QUERY_KEYS.DAILY_CO_DETAILS],\n ...options,\n });\n\nexport const useFetchDaily = () =>\n useQuery(QUERY_KEYS.DAILY_CO_DETAILS, dailiesApi.show, {\n staleTime: DEFAULT_STALE_TIME,\n });\n\nexport const useDestroyDaily = ({ onSuccess }) =>\n useMutationWithInvalidation(dailiesApi.destroy, {\n keysToInvalidate: [QUERY_KEYS.DAILY_CO_DETAILS],\n onSuccess,\n });\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose.js\";\nexport default function _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n var target = objectWithoutPropertiesLoose(source, excluded);\n var key, i;\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n return target;\n}","import React from \"react\";\n\nimport classNames from \"classnames\";\n\nconst ExternalLink = ({ className = \"\", children = null, ...props }) => (\n <a\n className={classNames([\n \"neeto-ui-text-primary-800 hover:neeto-ui-text-primary-800 visited:neeto-ui-text-primary-600 font-medium\",\n className,\n ])}\n {...props}\n >\n {children}\n </a>\n);\n\nexport default React.memo(ExternalLink);\n","import { t } from \"i18next\";\nimport * as yup from \"yup\";\n\nexport const MANAGE_DAILY_CO_FORM_INITIAL_VALUES = { apiKey: \"\" };\n\nexport const DAILY_CO_VALIDATION_SCHEMA = yup.object().shape({\n apiKey: yup\n .string()\n .trim()\n .required(\n t(\"neetoIntegrations.errors.required\", {\n entity: t(\"neetoIntegrations.daily.apiKey\"),\n })\n ),\n});\n","import React, { useState } from \"react\";\n\nimport i18next from \"i18next\";\nimport { withTitle } from \"neetocommons/react-utils\";\nimport PageLoader from \"neetomolecules/PageLoader\";\nimport { Button } from \"neetoui\";\nimport { Input, Form as FormikForm } from \"neetoui/formik\";\nimport { Trans, useTranslation } from \"react-i18next\";\n\nimport ExternalLink from \"components/commons/ExternalLink\";\nimport { useCreateDaily } from \"hooks/reactQuery/useDailiesApi\";\nimport { WalkthroughModal } from \"index\";\n\nimport {\n MANAGE_DAILY_CO_FORM_INITIAL_VALUES,\n DAILY_CO_VALIDATION_SCHEMA,\n} from \"./constants\";\n\nconst Form = ({ helpDocUrl, videoUrl, onConnect }) => {\n const { t } = useTranslation();\n const [isDemoModalOpen, setIsDemoModalOpen] = useState(false);\n\n const { mutate: createDaily, isLoading: isConnecting } = useCreateDaily({\n onSuccess: () => onConnect?.(),\n });\n\n const handleSubmit = payload => createDaily(payload);\n\n if (isConnecting) {\n return <PageLoader />;\n }\n\n return (\n <div className=\"mx-auto w-full max-w-md\">\n <FormikForm\n formikProps={{\n initialValues: MANAGE_DAILY_CO_FORM_INITIAL_VALUES,\n validationSchema: DAILY_CO_VALIDATION_SCHEMA,\n onSubmit: handleSubmit,\n }}\n >\n {({ dirty }) => (\n <div className=\"mt-10 w-full space-y-5\">\n <div className=\"block\">\n <Input\n autoFocus\n required\n label={t(\"neetoIntegrations.daily.apiKey\")}\n name=\"apiKey\"\n helpText={\n <Trans\n i18nKey=\"neetoIntegrations.daily.helpDoc\"\n components={{\n externalLink: (\n <ExternalLink\n href={helpDocUrl}\n rel=\"noreferrer\"\n target=\"_blank\"\n />\n ),\n }}\n />\n }\n />\n <Button\n className=\"mt-8\"\n label={t(\"neetoIntegrations.daily.walkthroughText\")}\n style=\"link\"\n onClick={() => setIsDemoModalOpen(true)}\n />\n </div>\n <div>\n <Button\n disabled={isConnecting || !dirty}\n label={t(\"neetoIntegrations.common.connect\")}\n loading={isConnecting}\n type=\"submit\"\n />\n </div>\n </div>\n )}\n </FormikForm>\n <WalkthroughModal\n isOpen={isDemoModalOpen}\n videoUrl={videoUrl}\n onClose={() => setIsDemoModalOpen(false)}\n />\n </div>\n );\n};\n\nexport default withTitle(\n Form,\n i18next.t(\"neetoIntegrations.browserTitles.integrations.dailyco\")\n);\n","import React, { useState } from \"react\";\n\nimport { isNotPresent } from \"neetocist\";\nimport PageLoader from \"neetomolecules/PageLoader\";\nimport { useTranslation } from \"react-i18next\";\n\nimport ManageIntegrations from \"components/commons/Manage\";\nimport { useDestroyDaily, useFetchDaily } from \"hooks/reactQuery/useDailiesApi\";\n\nconst Manage = ({ onDisconnect }) => {\n const [isDisconnectAlertOpen, setIsDisconnectAlertOpen] = useState(false);\n\n const { data: { metadata = {} } = {}, isLoading } = useFetchDaily();\n const { apiKey = null } = metadata || {};\n\n const { t } = useTranslation();\n\n const { mutate: destroyIntegration, isLoading: isDisconnecting } =\n useDestroyDaily({\n onSuccess: () => {\n setIsDisconnectAlertOpen(false);\n onDisconnect?.();\n },\n });\n\n const handleDisconnect = () => destroyIntegration(\"daily\");\n\n if (isLoading || isDisconnecting) {\n return <PageLoader />;\n }\n\n if (isNotPresent(apiKey)) {\n onDisconnect?.();\n }\n\n return (\n <ManageIntegrations\n {...{ isDisconnectAlertOpen, isDisconnecting, setIsDisconnectAlertOpen }}\n description={t(\"neetoIntegrations.daily.yourApiKey\", { apiKey })}\n integration=\"daily\"\n title={t(\"neetoIntegrations.daily.connected\")}\n onClose={() => setIsDisconnectAlertOpen(false)}\n onDisconnect={handleDisconnect}\n />\n );\n};\n\nexport default Manage;\n","import React from \"react\";\n\nimport i18next from \"i18next\";\nimport { isPresent, noop } from \"neetocist\";\nimport { withTitle } from \"neetocommons/react-utils\";\n\nimport { useFetchDaily } from \"hooks/reactQuery/useDailiesApi\";\n\nimport Form from \"./Form\";\nimport Manage from \"./Manage\";\n\nconst Daily = ({\n isOnboarding = false,\n helpDocUrl = \"\",\n videoUrl = \"\",\n onConnect = noop,\n onDisconnect = noop,\n}) => {\n const { data: { metadata = {} } = {} } = useFetchDaily();\n const { apiKey = null } = metadata || {};\n\n if (isPresent(apiKey) && !isOnboarding) {\n return <Manage {...{ onDisconnect }} />;\n }\n\n return <Form {...{ onConnect, helpDocUrl, videoUrl }} />;\n};\n\nexport default withTitle(\n Daily,\n i18next.t(\"neetoIntegrations.browserTitles.integrations.dailyco\")\n);\n","import i18next from \"i18next\";\n\nexport const TWILIO_INTEGRATION_STEPS = [\n {\n step: \"1\",\n label: i18next.t(\"neetoIntegrations.steps.configure\"),\n isActive: true,\n isCompleted: false,\n },\n];\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","import React from \"react\";\n\nimport { noop } from \"neetocist\";\nimport { Typography, Button } from \"neetoui\";\nimport { PropTypes } from \"prop-types\";\nimport { useTranslation } from \"react-i18next\";\n\nconst Connect = ({\n Icon,\n title = \"\",\n description = \"\",\n buttonProps = {},\n onConnect = noop,\n children,\n}) => {\n const { t } = useTranslation();\n\n return (\n <div className=\"mx-auto w-full max-w-lg\">\n <Icon size={48} />\n <Typography\n className=\"neeto-ui-text-gray-800 mb-0.5 mt-6\"\n style=\"h2\"\n weight=\"semibold\"\n >\n {title}\n </Typography>\n <Typography\n className=\"neeto-ui-text-gray-700 mb-8\"\n style=\"body1\"\n weight=\"normal\"\n >\n {description}\n </Typography>\n {children}\n <Button\n label={t(\"neetoIntegrations.common.connect\")}\n onClick={onConnect}\n {...buttonProps}\n />\n </div>\n );\n};\n\nConnect.prototypes = {\n /**\n * To specify the Icon to be shown\n */\n Icon: PropTypes.node,\n /**\n * To specify the title of the connect component\n */\n title: PropTypes.string,\n /**\n * To specify the description for connect component\n */\n description: PropTypes.string,\n /**\n * To specify the props for the connect button\n */\n buttonProps: PropTypes.object,\n /**\n * Handler function that is triggered when the connect button is clicked.\n */\n onConnect: PropTypes.func,\n};\n\nexport default Connect;\n","import React from \"react\";\n\nimport { noop } from \"neetocist\";\nimport { Typography, Button } from \"neetoui\";\nimport PropTypes from \"prop-types\";\nimport { useTranslation } from \"react-i18next\";\n\nimport { isYouTubeLink, renderText } from \"./utils\";\n\nconst Demo = ({\n title = \"\",\n subtitle = \"\",\n iframeTitle = \"\",\n onClose = noop,\n videoUrl = \"\",\n children,\n}) => {\n const { t } = useTranslation();\n\n const renderVideo = videoUrl =>\n isYouTubeLink(videoUrl) ? (\n <div className=\"intrinsic-container intrinsic-container-16x9\">\n <iframe\n allowFullScreen\n className=\"border-none\"\n frameBorder=\"0\"\n id=\"ytplayer\"\n src={videoUrl}\n type=\"text/html\"\n title={renderText(\n iframeTitle,\n t(\"neetoIntegrations.demo.iFrameTitle\")\n )}\n />\n </div>\n ) : (\n <video\n autoPlay\n controls\n muted\n className=\"max-w-3xl cursor-pointer md:max-w-xl\"\n id=\"walkthrough-video\"\n >\n <source src={videoUrl} />\n </video>\n );\n\n return (\n <div className=\"mx-auto max-w-3xl md:max-w-xl\">\n <Typography\n className=\"neeto-ui-text-gray-800 mt-4 py-2\"\n style=\"h2\"\n weight=\"semibold\"\n >\n {renderText(title, t(\"neetoIntegrations.demo.title\"))}\n </Typography>\n <Typography style=\"body2\" weight=\"light\">\n {renderText(subtitle, t(\"neetoIntegrations.demo.subtitle\"))}\n </Typography>\n {children}\n {videoUrl && <div className=\"py-10\">{renderVideo(videoUrl)}</div>}\n <div className=\"flex w-full items-start space-x-2\">\n <Button\n label={t(\"neetoIntegrations.common.finish\")}\n onClick={onClose}\n />\n </div>\n </div>\n );\n};\n\nDemo.prototypes = {\n /**\n * To specify whether the integration modal should be opened or closed.\n */\n onClose: PropTypes.func,\n /**\n * To specify the walkthrough video link\n */\n videoUrl: PropTypes.string,\n /**\n * To specify the title of the demo component\n */\n title: PropTypes.string,\n /**\n * To specify the subtitle of the demo component\n */\n subtitle: PropTypes.string,\n /**\n * To specify the title of the video in the iframe\n */\n iframeTitle: PropTypes.string,\n};\n\nexport default Demo;\n","import React from \"react\";\n\nimport { isNotEmpty, noop } from \"neetocist\";\nimport { Typography, Button } from \"neetoui\";\nimport PropTypes from \"prop-types\";\nimport { useTranslation } from \"react-i18next\";\n\nimport SuccessIcon from \"assets/images/success\";\n\nconst Finish = ({\n onClick = noop,\n title = \"\",\n buttonProps = {},\n secondaryButtonProps = {},\n children,\n}) => {\n const { t } = useTranslation();\n\n return (\n <div className=\"neeto-ui-w-full mx-auto max-w-lg\">\n <SuccessIcon />\n <Typography\n className=\"neeto-ui-text-gray-800 mb-8 mt-4\"\n style=\"h2\"\n weight=\"semibold\"\n >\n {title}\n </Typography>\n {children}\n <div className=\"flex w-full items-start space-x-2\">\n <Button\n label={t(\"neetoIntegrations.common.continue\")}\n onClick={onClick}\n {...buttonProps}\n />\n {isNotEmpty(secondaryButtonProps) && (\n <Button style=\"secondary\" {...secondaryButtonProps} />\n )}\n </div>\n </div>\n );\n};\n\nFinish.prototypes = {\n /**\n * To specify whether the integration modal should be opened or closed.\n */\n onClick: PropTypes.func,\n /**\n * To show the title of the Finish component\n */\n title: PropTypes.string,\n /**\n * To specify props for primary button\n */\n buttonProps: PropTypes.object,\n /**\n * To specify props for secondary button\n */\n secondaryButtonProps: PropTypes.object,\n};\n\nexport default Finish;\n","var e=[],t=[];function n(n,r){if(n&&\"undefined\"!=typeof document){var a,s=!0===r.prepend?\"prepend\":\"append\",d=!0===r.singleTag,i=\"string\"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName(\"head\")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c()}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n))}function c(){var e=document.createElement(\"style\");if(e.setAttribute(\"type\",\"text/css\"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a=\"prepend\"===s?\"afterbegin\":\"beforeend\";return i.insertAdjacentElement(a,e),e}}export{n as default};\n","import React from \"react\";\n\nimport { withT } from \"neetocommons/react-utils\";\nimport { Button, Typography } from \"neetoui\";\n\nimport { DisconnectAlert } from \"index\";\n\nconst Manage = withT(\n ({\n t,\n title,\n description,\n integration,\n isDisconnectAlertOpen,\n setIsDisconnectAlertOpen,\n isDisconnecting,\n onDisconnect,\n onClose,\n }) => (\n <>\n <div className=\"mx-auto w-full max-w-md\">\n <div className=\"mt-10 w-full space-y-4\">\n <Typography\n className=\"neeto-ui-text-gray-800 mb-0.5\"\n style=\"h3\"\n weight=\"semibold\"\n >\n {title}\n </Typography>\n <Typography\n className=\"neeto-ui-text-gray-600 break-all\"\n style=\"body1\"\n weight=\"normal\"\n >\n {description}\n </Typography>\n <Button\n label={t(\"neetoIntegrations.common.disconnect\")}\n style=\"danger\"\n onClick={() => setIsDisconnectAlertOpen(true)}\n />\n </div>\n </div>\n <DisconnectAlert\n {...{ isDisconnecting, onClose, onDisconnect }}\n isOpen={isDisconnectAlertOpen}\n message={t(`neetoIntegrations.${integration}.disconnect.message`)}\n title={t(`neetoIntegrations.${integration}.disconnect.title`)}\n />\n </>\n )\n);\n\nexport default Manage;\n","import axios from \"axios\";\n\nimport { INTEGRATIONS_ENGINE_ZOOM_URL } from \"src/constants/urls\";\n\nconst show = () => axios.get(INTEGRATIONS_ENGINE_ZOOM_URL);\n\nconst destroy = () => axios.delete(`${INTEGRATIONS_ENGINE_ZOOM_URL}/oauth`);\n\nconst zoomApi = { show, destroy };\n\nexport default zoomApi;\n","import { DEFAULT_STALE_TIME } from \"neetocommons/constants\";\nimport { useMutationWithInvalidation } from \"neetocommons/react-utils\";\nimport { useQuery } from \"react-query\";\n\nimport zoomApi from \"apis/zoom\";\nimport { QUERY_KEYS } from \"src/constants/query\";\n\nexport const useShowZoom = () =>\n useQuery(QUERY_KEYS.ZOOM_DETAILS, zoomApi.show, {\n staleTime: DEFAULT_STALE_TIME,\n });\n\nexport const useDestroyZoom = ({ onSuccess }) =>\n useMutationWithInvalidation(zoomApi.destroy, {\n keysToInvalidate: [QUERY_KEYS.ZOOM_DETAILS],\n onSuccess: () => onSuccess?.(),\n });\n","import React, { useState } from \"react\";\n\nimport { isNotPresent, noop } from \"neetocist\";\nimport PageLoader from \"neetomolecules/PageLoader\";\nimport { useTranslation } from \"react-i18next\";\n\nimport ManageIntegrations from \"components/commons/Manage\";\nimport { useDestroyZoom, useShowZoom } from \"hooks/reactQuery/useZoomApi\";\n\nconst Zoom = ({ onDisconnect = noop }) => {\n const { t } = useTranslation();\n\n const [isDisconnectAlertOpen, setIsDisconnectAlertOpen] = useState(false);\n\n const { data: { metadata: { email = \"\" } = {} } = {}, isLoading } =\n useShowZoom();\n\n const { mutate: destroyIntegration, isLoading: isDisconnecting } =\n useDestroyZoom({\n onSuccess: () => {\n setIsDisconnectAlertOpen(false);\n onDisconnect?.();\n },\n });\n\n const handleDisconnect = () => destroyIntegration(\"zoom\");\n\n if (isLoading) {\n return <PageLoader />;\n }\n\n if (isNotPresent(email)) {\n onDisconnect?.();\n }\n\n return (\n <ManageIntegrations\n {...{\n isDisconnectAlertOpen,\n isDisconnecting,\n setIsDisconnectAlertOpen,\n }}\n description={t(\"neetoIntegrations.zoom.account\", { email })}\n integration=\"zoom\"\n title={t(\"neetoIntegrations.zoom.connected\")}\n onClose={() => setIsDisconnectAlertOpen(false)}\n onDisconnect={() => handleDisconnect()}\n />\n );\n};\n\nexport default Zoom;\n"],"names":["_arrayWithHoles","arr","Array","isArray","_iterableToArrayLimit","i","_i","Symbol","iterator","_s","_e","_x","_r","_arr","_n","_d","call","next","Object","done","push","value","length","err","_arrayLikeToArray","len","arr2","_unsupportedIterableToArray","o","minLen","arrayLikeToArray","n","prototype","toString","slice","constructor","name","from","test","_nonIterableRest","TypeError","_slicedToArray","arrayWithHoles","iterableToArrayLimit","unsupportedIterableToArray","nonIterableRest","_typeof","obj","_toPrimitive","input","hint","prim","toPrimitive","undefined","res","String","Number","_toPropertyKey","arg","key","_defineProperty","toPropertyKey","defineProperty","enumerable","configurable","writable","INTEGRATIONS_ENGINE_BASE_URL","INTEGRATIONS_ENGINE_DAILY_URL","concat","INTEGRATIONS_ENGINE_ZOOM_URL","create","payload","axios","post","daily","show","get","destroy","dailiesApi","QUERY_KEYS","TWILIO_SMS_CONFIGURATION","TWILIO_PHONE_NUMBERS","DAILY_CO_DETAILS","ZOOM_DETAILS","useCreateDaily","options","arguments","useMutationWithInvalidation","_objectSpread","keysToInvalidate","useFetchDaily","useQuery","staleTime","DEFAULT_STALE_TIME","useDestroyDaily","_ref","onSuccess","_extends","assign","bind","target","source","hasOwnProperty","apply","_objectWithoutPropertiesLoose","excluded","sourceKeys","keys","indexOf","_objectWithoutProperties","objectWithoutPropertiesLoose","getOwnPropertySymbols","sourceSymbolKeys","propertyIsEnumerable","ExternalLink","_ref$className","className","_ref$children","children","props","_excluded","React","createElement","classNames","memo","MANAGE_DAILY_CO_FORM_INITIAL_VALUES","apiKey","DAILY_CO_VALIDATION_SCHEMA","yup","object","shape","string","trim","required","t","entity","Form","helpDocUrl","videoUrl","onConnect","_useTranslation","useTranslation","_useState","useState","_useState2","isDemoModalOpen","setIsDemoModalOpen","_useCreateDaily","createDaily","mutate","isConnecting","isLoading","handleSubmit","PageLoader","FormikForm","formikProps","initialValues","validationSchema","onSubmit","_ref2","dirty","Input","autoFocus","label","helpText","Trans","i18nKey","components","externalLink","href","rel","Button","style","onClick","disabled","loading","type","WalkthroughModal","isOpen","onClose","withTitle","i18next","Manage","onDisconnect","isDisconnectAlertOpen","setIsDisconnectAlertOpen","_useFetchDaily","_useFetchDaily$data","data","_useFetchDaily$data2","_useFetchDaily$data2$","metadata","_ref2$apiKey","_useDestroyDaily","destroyIntegration","isDisconnecting","handleDisconnect","isNotPresent","ManageIntegrations","description","integration","title","Daily","_ref$isOnboarding","isOnboarding","_ref$helpDocUrl","_ref$videoUrl","_ref$onConnect","noop","_ref$onDisconnect","isPresent","step","isActive","isCompleted","ReactPropTypesSecret","ReactPropTypesSecret_1","require$$0","emptyFunction","emptyFunctionWithReset","resetWarningCache","factoryWithThrowingShims","shim","propName","componentName","location","propFullName","secret","Error","isRequired","getShim","ReactPropTypes","array","bigint","bool","func","number","symbol","any","arrayOf","element","elementType","instanceOf","node","objectOf","oneOf","oneOfType","exact","checkPropTypes","PropTypes","propTypesModule","exports","Icon","buttonProps","subtitle","iframeTitle","secondaryButtonProps","e","r","document","a","s","prepend","d","singleTag","container","querySelector","getElementsByTagName","u","c","charCodeAt","substring","styleSheet","cssText","appendChild","createTextNode","setAttribute","attributes","insertAdjacentElement","withT","Fragment","Typography","weight","DisconnectAlert","message","zoomApi","useShowZoom","useDestroyZoom","Zoom","_useShowZoom","_useShowZoom$data","_useShowZoom$data2","_useShowZoom$data2$me","_useShowZoom$data2$me2","_useShowZoom$data2$me3","email","_useDestroyZoom"],"mappings":"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"}
|
package/dist/index.cjs.js
CHANGED
|
@@ -95,28 +95,30 @@ function _defineProperty(obj, key, value) {
|
|
|
95
95
|
var INTEGRATIONS_ENGINE_BASE_URL = "/neeto_integrations";
|
|
96
96
|
var TWILIO_CONFIGURATION_BASE_URL = "".concat(INTEGRATIONS_ENGINE_BASE_URL, "/twilio/sms_configurations");
|
|
97
97
|
var INTEGRATIONS_ENGINE_DAILY_URL = "".concat(INTEGRATIONS_ENGINE_BASE_URL, "/daily");
|
|
98
|
+
var INTEGRATIONS_ENGINE_ZOOM_URL = "".concat(INTEGRATIONS_ENGINE_BASE_URL, "/zoom");
|
|
98
99
|
|
|
99
100
|
var create = function create(payload) {
|
|
100
101
|
return axios__default["default"].post(INTEGRATIONS_ENGINE_DAILY_URL, {
|
|
101
102
|
daily: payload
|
|
102
103
|
});
|
|
103
104
|
};
|
|
104
|
-
var show = function show() {
|
|
105
|
+
var show$1 = function show() {
|
|
105
106
|
return axios__default["default"].get(INTEGRATIONS_ENGINE_DAILY_URL);
|
|
106
107
|
};
|
|
107
|
-
var destroy = function destroy() {
|
|
108
|
+
var destroy$1 = function destroy() {
|
|
108
109
|
return axios__default["default"]["delete"](INTEGRATIONS_ENGINE_DAILY_URL);
|
|
109
110
|
};
|
|
110
111
|
var dailiesApi = {
|
|
111
112
|
create: create,
|
|
112
|
-
show: show,
|
|
113
|
-
destroy: destroy
|
|
113
|
+
show: show$1,
|
|
114
|
+
destroy: destroy$1
|
|
114
115
|
};
|
|
115
116
|
|
|
116
117
|
var QUERY_KEYS = {
|
|
117
118
|
TWILIO_SMS_CONFIGURATION: "twilio-sms-configuration",
|
|
118
119
|
TWILIO_PHONE_NUMBERS: "twilio-phone-numbers",
|
|
119
|
-
DAILY_CO_DETAILS: "daily-co-details"
|
|
120
|
+
DAILY_CO_DETAILS: "daily-co-details",
|
|
121
|
+
ZOOM_DETAILS: "zoom-details"
|
|
120
122
|
};
|
|
121
123
|
|
|
122
124
|
function ownKeys$3(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -776,6 +778,84 @@ var Twilio = function Twilio(_ref) {
|
|
|
776
778
|
}));
|
|
777
779
|
};
|
|
778
780
|
|
|
781
|
+
var show = function show() {
|
|
782
|
+
return axios__default["default"].get(INTEGRATIONS_ENGINE_ZOOM_URL);
|
|
783
|
+
};
|
|
784
|
+
var destroy = function destroy() {
|
|
785
|
+
return axios__default["default"]["delete"]("".concat(INTEGRATIONS_ENGINE_ZOOM_URL, "/oauth"));
|
|
786
|
+
};
|
|
787
|
+
var zoomApi = {
|
|
788
|
+
show: show,
|
|
789
|
+
destroy: destroy
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
var useShowZoom = function useShowZoom() {
|
|
793
|
+
return reactQuery.useQuery(QUERY_KEYS.ZOOM_DETAILS, zoomApi.show, {
|
|
794
|
+
staleTime: constants.DEFAULT_STALE_TIME
|
|
795
|
+
});
|
|
796
|
+
};
|
|
797
|
+
var useDestroyZoom = function useDestroyZoom(_ref) {
|
|
798
|
+
var _onSuccess = _ref.onSuccess;
|
|
799
|
+
return reactUtils.useMutationWithInvalidation(zoomApi.destroy, {
|
|
800
|
+
keysToInvalidate: [QUERY_KEYS.ZOOM_DETAILS],
|
|
801
|
+
onSuccess: function onSuccess() {
|
|
802
|
+
return _onSuccess === null || _onSuccess === void 0 ? void 0 : _onSuccess();
|
|
803
|
+
}
|
|
804
|
+
});
|
|
805
|
+
};
|
|
806
|
+
|
|
807
|
+
var Zoom = function Zoom(_ref) {
|
|
808
|
+
var _ref$onDisconnect = _ref.onDisconnect,
|
|
809
|
+
onDisconnect = _ref$onDisconnect === void 0 ? neetoCist.noop : _ref$onDisconnect;
|
|
810
|
+
var _useTranslation = reactI18next.useTranslation(),
|
|
811
|
+
t = _useTranslation.t;
|
|
812
|
+
var _useState = React.useState(false),
|
|
813
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
814
|
+
isDisconnectAlertOpen = _useState2[0],
|
|
815
|
+
setIsDisconnectAlertOpen = _useState2[1];
|
|
816
|
+
var _useShowZoom = useShowZoom(),
|
|
817
|
+
_useShowZoom$data = _useShowZoom.data,
|
|
818
|
+
_useShowZoom$data2 = _useShowZoom$data === void 0 ? {} : _useShowZoom$data,
|
|
819
|
+
_useShowZoom$data2$me = _useShowZoom$data2.metadata,
|
|
820
|
+
_useShowZoom$data2$me2 = _useShowZoom$data2$me === void 0 ? {} : _useShowZoom$data2$me,
|
|
821
|
+
_useShowZoom$data2$me3 = _useShowZoom$data2$me2.email,
|
|
822
|
+
email = _useShowZoom$data2$me3 === void 0 ? "" : _useShowZoom$data2$me3,
|
|
823
|
+
isLoading = _useShowZoom.isLoading;
|
|
824
|
+
var _useDestroyZoom = useDestroyZoom({
|
|
825
|
+
onSuccess: function onSuccess() {
|
|
826
|
+
setIsDisconnectAlertOpen(false);
|
|
827
|
+
onDisconnect === null || onDisconnect === void 0 ? void 0 : onDisconnect();
|
|
828
|
+
}
|
|
829
|
+
}),
|
|
830
|
+
destroyIntegration = _useDestroyZoom.mutate,
|
|
831
|
+
isDisconnecting = _useDestroyZoom.isLoading;
|
|
832
|
+
var handleDisconnect = function handleDisconnect() {
|
|
833
|
+
return destroyIntegration("zoom");
|
|
834
|
+
};
|
|
835
|
+
if (isLoading) {
|
|
836
|
+
return /*#__PURE__*/React__default["default"].createElement(PageLoader__default["default"], null);
|
|
837
|
+
}
|
|
838
|
+
if (neetoCist.isNotPresent(email)) {
|
|
839
|
+
onDisconnect === null || onDisconnect === void 0 ? void 0 : onDisconnect();
|
|
840
|
+
}
|
|
841
|
+
return /*#__PURE__*/React__default["default"].createElement(Manage$1, {
|
|
842
|
+
isDisconnectAlertOpen: isDisconnectAlertOpen,
|
|
843
|
+
isDisconnecting: isDisconnecting,
|
|
844
|
+
setIsDisconnectAlertOpen: setIsDisconnectAlertOpen,
|
|
845
|
+
description: t("neetoIntegrations.zoom.account", {
|
|
846
|
+
email: email
|
|
847
|
+
}),
|
|
848
|
+
integration: "zoom",
|
|
849
|
+
title: t("neetoIntegrations.zoom.connected"),
|
|
850
|
+
onClose: function onClose() {
|
|
851
|
+
return setIsDisconnectAlertOpen(false);
|
|
852
|
+
},
|
|
853
|
+
onDisconnect: function onDisconnect() {
|
|
854
|
+
return handleDisconnect();
|
|
855
|
+
}
|
|
856
|
+
});
|
|
857
|
+
};
|
|
858
|
+
|
|
779
859
|
var Stepper = function Stepper(_ref) {
|
|
780
860
|
var _ref$steps = _ref.steps,
|
|
781
861
|
steps = _ref$steps === void 0 ? {} : _ref$steps;
|
|
@@ -1170,4 +1250,5 @@ exports.Demo = Demo;
|
|
|
1170
1250
|
exports.Finish = Finish;
|
|
1171
1251
|
exports.Modal = Modal;
|
|
1172
1252
|
exports.Twilio = Twilio;
|
|
1253
|
+
exports.Zoom = Zoom;
|
|
1173
1254
|
//# sourceMappingURL=index.cjs.js.map
|