@livechat/platform-workflows 0.0.65 → 0.0.66
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 +10 -10
- package/dist/index.mjs +10 -10
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -19714,16 +19714,16 @@ function AddWorkflowTrigger({ basePath, onClose }) {
|
|
|
19714
19714
|
secondaryText: x.customization.description
|
|
19715
19715
|
}))
|
|
19716
19716
|
},
|
|
19717
|
-
|
|
19718
|
-
|
|
19719
|
-
|
|
19720
|
-
|
|
19721
|
-
|
|
19722
|
-
|
|
19723
|
-
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19717
|
+
{
|
|
19718
|
+
name: PRODUCT_TYPE.HD,
|
|
19719
|
+
displayName: PRODUCT_NAMES.helpdesk,
|
|
19720
|
+
icon: /* @__PURE__ */ jsx2(ProductIcon_default, { height: 5, product: PRODUCT_TYPE.HD, width: 5 }),
|
|
19721
|
+
values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
|
|
19722
|
+
key: x.key,
|
|
19723
|
+
name: x.customization.displayName,
|
|
19724
|
+
secondaryText: x.customization.description
|
|
19725
|
+
}))
|
|
19726
|
+
},
|
|
19727
19727
|
{
|
|
19728
19728
|
name: import_developer_studio_api26.IntegrationNames.Mailchimp,
|
|
19729
19729
|
displayName: import_developer_studio_api26.IntegrationDisplayNames.Mailchimp,
|
package/dist/index.mjs
CHANGED
|
@@ -20080,16 +20080,16 @@ function AddWorkflowTrigger({ basePath, onClose }) {
|
|
|
20080
20080
|
secondaryText: x.customization.description
|
|
20081
20081
|
}))
|
|
20082
20082
|
},
|
|
20083
|
-
|
|
20084
|
-
|
|
20085
|
-
|
|
20086
|
-
|
|
20087
|
-
|
|
20088
|
-
|
|
20089
|
-
|
|
20090
|
-
|
|
20091
|
-
|
|
20092
|
-
|
|
20083
|
+
{
|
|
20084
|
+
name: PRODUCT_TYPE.HD,
|
|
20085
|
+
displayName: PRODUCT_NAMES.helpdesk,
|
|
20086
|
+
icon: /* @__PURE__ */ jsx2(ProductIcon_default, { height: 5, product: PRODUCT_TYPE.HD, width: 5 }),
|
|
20087
|
+
values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
|
|
20088
|
+
key: x.key,
|
|
20089
|
+
name: x.customization.displayName,
|
|
20090
|
+
secondaryText: x.customization.description
|
|
20091
|
+
}))
|
|
20092
|
+
},
|
|
20093
20093
|
{
|
|
20094
20094
|
name: IntegrationNames16.Mailchimp,
|
|
20095
20095
|
displayName: IntegrationDisplayNames8.Mailchimp,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/platform-workflows",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.66",
|
|
4
4
|
"description": "Text Platform | Workflows",
|
|
5
5
|
"author": "Wojciech Dudek",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"esbuild-sass-plugin": "^3.2.0",
|
|
49
49
|
"tsup": "^8.0.0",
|
|
50
50
|
"typescript": "^5.1.6",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"tsconfig": "0.0.1",
|
|
52
|
+
"eslint-config-custom": "0.0.10"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@amplitude/analytics-browser": "^2.11.9",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"uuid": "^9.0.1",
|
|
82
82
|
"validator": "^13.12.0",
|
|
83
83
|
"web-worker": "^1.3.0",
|
|
84
|
-
"@livechat/developer-studio-api": "3.4.
|
|
85
|
-
"@livechat/developer-studio-ui-react": "1.0.
|
|
86
|
-
"@livechat/platform-integrations": "0.0.
|
|
84
|
+
"@livechat/developer-studio-api": "3.4.7",
|
|
85
|
+
"@livechat/developer-studio-ui-react": "1.0.7",
|
|
86
|
+
"@livechat/platform-integrations": "0.0.39"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@tanstack/react-query": "4.36.1",
|