@livechat/platform-workflows 0.0.86 → 0.0.87

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
@@ -5691,7 +5691,7 @@ var livechatTaskConfigs = () => ({
5691
5691
  product: import_developer_studio_api7.IntegrationDisplayNames.LiveChat,
5692
5692
  displayName: "Send message",
5693
5693
  shortDescription: "Send message",
5694
- description: "Sends a message in a currently ongoing chat."
5694
+ description: "Sends a message in a currently ongoing chat. Note: This action requires the workflow creator to be present in the chat as an agent."
5695
5695
  },
5696
5696
  specification: {
5697
5697
  input: WORKFLOW_HTTP_TASK_INPUT_SCHEMA({
@@ -5871,7 +5871,7 @@ var livechatTriggerConfigs = () => ({
5871
5871
  product: import_developer_studio_api7.IntegrationDisplayNames.LiveChat,
5872
5872
  displayName: "Chat started",
5873
5873
  shortDescription: "Chat started",
5874
- description: "Triggers when a new chat is initiated."
5874
+ description: "Triggers when a new chat starts. Fires only if the specified Target Agent is in the chat; otherwise, it applies to all new chats."
5875
5875
  },
5876
5876
  specification: {
5877
5877
  input: webhookSpecs2.new_chat.input,
@@ -21711,7 +21711,7 @@ function WorkflowElementPanel() {
21711
21711
  Header7,
21712
21712
  {
21713
21713
  css: css`
21714
- max-width: 80%;
21714
+ max-width: 85%;
21715
21715
  `,
21716
21716
  children: /* @__PURE__ */ jsxs2(Title7, { children: [
21717
21717
  (config2 == null ? void 0 : config2.customization.product) ? /* @__PURE__ */ jsx4(
package/dist/index.mjs CHANGED
@@ -5718,7 +5718,7 @@ var livechatTaskConfigs = () => ({
5718
5718
  product: IntegrationDisplayNames4.LiveChat,
5719
5719
  displayName: "Send message",
5720
5720
  shortDescription: "Send message",
5721
- description: "Sends a message in a currently ongoing chat."
5721
+ description: "Sends a message in a currently ongoing chat. Note: This action requires the workflow creator to be present in the chat as an agent."
5722
5722
  },
5723
5723
  specification: {
5724
5724
  input: WORKFLOW_HTTP_TASK_INPUT_SCHEMA({
@@ -5898,7 +5898,7 @@ var livechatTriggerConfigs = () => ({
5898
5898
  product: IntegrationDisplayNames4.LiveChat,
5899
5899
  displayName: "Chat started",
5900
5900
  shortDescription: "Chat started",
5901
- description: "Triggers when a new chat is initiated."
5901
+ description: "Triggers when a new chat starts. Fires only if the specified Target Agent is in the chat; otherwise, it applies to all new chats."
5902
5902
  },
5903
5903
  specification: {
5904
5904
  input: webhookSpecs2.new_chat.input,
@@ -22069,7 +22069,7 @@ function WorkflowElementPanel() {
22069
22069
  Header7,
22070
22070
  {
22071
22071
  css: css`
22072
- max-width: 80%;
22072
+ max-width: 85%;
22073
22073
  `,
22074
22074
  children: /* @__PURE__ */ jsxs2(Title7, { children: [
22075
22075
  (config2 == null ? void 0 : config2.customization.product) ? /* @__PURE__ */ jsx4(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "description": "Text Platform | Workflows",
5
5
  "author": "Wojciech Dudek",
6
6
  "license": "MIT",