widget-crm-form
Advanced tools
Comparing version 6.2.114 to 6.2.117
@@ -1,1 +0,1 @@ | ||
module.exports = 1722327777387; | ||
module.exports = 1722842209751; |
{ | ||
"name": "widget-crm-form", | ||
"version": "6.2.114", | ||
"version": "6.2.117", | ||
"description": "widget omni channel platform & reviews", | ||
@@ -89,2 +89,3 @@ "scripts": { | ||
"stylelint-webpack-plugin": "^5.0.0", | ||
"svg-spritemap-webpack-plugin": "^4.5.1", | ||
"terser-webpack-plugin": "^5.3.10", | ||
@@ -91,0 +92,0 @@ "ts-loader": "^9.5.1", |
@@ -147,2 +147,19 @@ # CRM forms | ||
``` | ||
#### Online chat | ||
``` js | ||
/** | ||
* @description init | ||
* @param {string} type init/destroy | ||
* @param {number} id id чату (із запиту /api/v1/chats/assets) | ||
* @example window?.WidgetApp?.chat('init', 4); | ||
*/ | ||
window?.WidgetApp?.chat(type, id); | ||
/** | ||
* @description destroy | ||
* @param {string} type init/destroy | ||
* @example window?.WidgetApp?.chat('destroy'); | ||
*/ | ||
window?.WidgetApp?.chat(type); | ||
``` | ||
#### Форма керування воблерами | ||
@@ -149,0 +166,0 @@ ``` html |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2689048
93
4457
196
57