@livechat/platform-workflows 0.0.69 → 0.0.71

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.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { Config } from '@livechat/developer-studio-ui-react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import React$1 from 'react';
3
4
 
4
5
  type WorkflowsConfig = Config & {
@@ -24,7 +25,7 @@ declare function LoginErrorPage({ errorImage, welcomeImage, }: LoginErrorPagePro
24
25
  interface FlowsProps {
25
26
  waitlistImage: React$1.ReactNode;
26
27
  }
27
- declare function FlowsRoute({ waitlistImage }: FlowsProps): JSX.Element;
28
- declare function Flows({ waitlistImage }: FlowsProps): JSX.Element;
28
+ declare function FlowsRoute({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
+ declare function Flows({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
30
 
30
31
  export { Flows, FlowsRoute, LoginErrorPage as LoginError, type WorkflowsConfig, config, getWorkflowsEnv, setWorkflowsConfig };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { Config } from '@livechat/developer-studio-ui-react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import React$1 from 'react';
3
4
 
4
5
  type WorkflowsConfig = Config & {
@@ -24,7 +25,7 @@ declare function LoginErrorPage({ errorImage, welcomeImage, }: LoginErrorPagePro
24
25
  interface FlowsProps {
25
26
  waitlistImage: React$1.ReactNode;
26
27
  }
27
- declare function FlowsRoute({ waitlistImage }: FlowsProps): JSX.Element;
28
- declare function Flows({ waitlistImage }: FlowsProps): JSX.Element;
28
+ declare function FlowsRoute({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
+ declare function Flows({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
30
 
30
31
  export { Flows, FlowsRoute, LoginErrorPage as LoginError, type WorkflowsConfig, config, getWorkflowsEnv, setWorkflowsConfig };
package/dist/index.js CHANGED
@@ -495,7 +495,7 @@ var getWorkflowsEnv = (key) => {
495
495
  return config.config[key];
496
496
  };
497
497
 
498
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
498
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
499
499
  var React2 = __toESM(require("react"));
500
500
  var import_react = require("react");
501
501
 
@@ -1626,7 +1626,7 @@ function serializeStyles(args, registered, mergedProps) {
1626
1626
  };
1627
1627
  }
1628
1628
 
1629
- // ../../../node_modules/.pnpm/@emotion+use-insertion-effect-with-fallbacks@1.1.0_react@18.2.0/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js
1629
+ // ../../../node_modules/.pnpm/@emotion+use-insertion-effect-with-fallbacks@1.1.0_react@18.3.1/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js
1630
1630
  var React = __toESM(require("react"));
1631
1631
  var isBrowser3 = typeof document !== "undefined";
1632
1632
  var syncFallback = function syncFallback2(create) {
@@ -1635,7 +1635,7 @@ var syncFallback = function syncFallback2(create) {
1635
1635
  var useInsertionEffect2 = React["useInsertionEffect"] ? React["useInsertionEffect"] : false;
1636
1636
  var useInsertionEffectAlwaysWithSyncFallback = !isBrowser3 ? syncFallback : useInsertionEffect2 || syncFallback;
1637
1637
 
1638
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
1638
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
1639
1639
  var isDevelopment3 = false;
1640
1640
  var isBrowser4 = typeof document !== "undefined";
1641
1641
  var EmotionCacheContext = /* @__PURE__ */ React2.createContext(
@@ -1742,7 +1742,7 @@ var Emotion = /* @__PURE__ */ withEmotionCache(
1742
1742
  );
1743
1743
  var Emotion$1 = Emotion;
1744
1744
 
1745
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-react.esm.js
1745
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-react.esm.js
1746
1746
  var React3 = __toESM(require("react"));
1747
1747
  var import_extends2 = __toESM(require_extends());
1748
1748
  var import_hoist_non_react_statics = __toESM(require_hoist_non_react_statics_cjs());
@@ -1769,7 +1769,7 @@ var keyframes = function keyframes2() {
1769
1769
  var import_design_system_react_components = require("@livechat/design-system-react-components");
1770
1770
  var import_developer_studio_ui_react2 = require("@livechat/developer-studio-ui-react");
1771
1771
 
1772
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js
1772
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js
1773
1773
  var ReactJSXRuntime = __toESM(require("react/jsx-runtime"));
1774
1774
  var import_react2 = require("react");
1775
1775
  var import_extends3 = __toESM(require_extends());
@@ -3320,6 +3320,7 @@ var bigcommerceTriggerTemplates = () => ({
3320
3320
  var import_developer_studio_api4 = require("@livechat/developer-studio-api");
3321
3321
  var helpdeskTicketResponse = {
3322
3322
  type: "object",
3323
+ title: "Ticket",
3323
3324
  properties: {
3324
3325
  ID: {
3325
3326
  type: "string",
@@ -3473,12 +3474,15 @@ var helpdeskTicketInput = {
3473
3474
  var webhookSpecsCommons = {
3474
3475
  outputs: {
3475
3476
  ticketBasedOutput: () => WORKFLOW_TRIGGER_OUTPUT_SCHEMA(helpdeskTicketResponse),
3476
- ticketEventBasedOutput: (event) => WORKFLOW_TRIGGER_OUTPUT_SCHEMA({
3477
+ ticketEventBasedOutput: () => WORKFLOW_TRIGGER_OUTPUT_SCHEMA({
3477
3478
  type: "object",
3478
3479
  required: ["ticket", "event"],
3479
3480
  properties: {
3480
3481
  ticket: helpdeskTicketResponse,
3481
- event
3482
+ event: {
3483
+ type: "object",
3484
+ title: "Event"
3485
+ }
3482
3486
  }
3483
3487
  })
3484
3488
  }
@@ -3494,27 +3498,27 @@ var webhookSpecs = {
3494
3498
  },
3495
3499
  ticket_status_changed: {
3496
3500
  input: {},
3497
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3501
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3498
3502
  },
3499
3503
  ticket_priority_changed: {
3500
3504
  input: {},
3501
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3505
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3502
3506
  },
3503
3507
  ticket_tags_changed: {
3504
3508
  input: {},
3505
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3509
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3506
3510
  },
3507
3511
  ticket_followers_changed: {
3508
3512
  input: {},
3509
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3513
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3510
3514
  },
3511
3515
  ticket_assignment_changed: {
3512
3516
  input: {},
3513
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3517
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3514
3518
  },
3515
3519
  ticket_message_added: {
3516
3520
  input: {},
3517
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3521
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3518
3522
  }
3519
3523
  };
3520
3524
  var helpdeskTaskConfigs = () => ({
@@ -11194,7 +11198,7 @@ function useWorkflowContext() {
11194
11198
  return context;
11195
11199
  }
11196
11200
 
11197
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11201
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11198
11202
  var React5 = __toESM(require("react"));
11199
11203
 
11200
11204
  // ../../../node_modules/.pnpm/@emotion+is-prop-valid@1.3.1/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
@@ -11206,7 +11210,7 @@ var isPropValid = /* @__PURE__ */ memoize(
11206
11210
  /* Z+1 */
11207
11211
  );
11208
11212
 
11209
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11213
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11210
11214
  var testOmitPropsOnStringTag = isPropValid;
11211
11215
  var testOmitPropsOnComponent = function testOmitPropsOnComponent2(key) {
11212
11216
  return key !== "theme";
@@ -11344,7 +11348,7 @@ var createStyled = function createStyled2(tag, options2) {
11344
11348
  };
11345
11349
  };
11346
11350
 
11347
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/dist/emotion-styled.esm.js
11351
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/dist/emotion-styled.esm.js
11348
11352
  var import_extends5 = __toESM(require_extends());
11349
11353
  var import_react10 = require("react");
11350
11354
  var tags = [
@@ -19728,16 +19732,16 @@ function AddWorkflowTrigger({ basePath, onClose }) {
19728
19732
  secondaryText: x.customization.description
19729
19733
  }))
19730
19734
  },
19731
- {
19732
- name: PRODUCT_TYPE.HD,
19733
- displayName: PRODUCT_NAMES.helpdesk,
19734
- icon: /* @__PURE__ */ jsx2(ProductIcon_default, { height: 5, product: PRODUCT_TYPE.HD, width: 5 }),
19735
- values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
19736
- key: x.key,
19737
- name: x.customization.displayName,
19738
- secondaryText: x.customization.description
19739
- }))
19740
- },
19735
+ // {
19736
+ // name: PRODUCT_TYPE.HD,
19737
+ // displayName: PRODUCT_NAMES.helpdesk,
19738
+ // icon: <ProductIcon height={5} product={PRODUCT_TYPE.HD} width={5} />,
19739
+ // values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
19740
+ // key: x.key,
19741
+ // name: x.customization.displayName,
19742
+ // secondaryText: x.customization.description,
19743
+ // })),
19744
+ // },
19741
19745
  {
19742
19746
  name: import_developer_studio_api26.IntegrationNames.Mailchimp,
19743
19747
  displayName: import_developer_studio_api26.IntegrationDisplayNames.Mailchimp,
package/dist/index.mjs CHANGED
@@ -477,7 +477,7 @@ var getWorkflowsEnv = (key) => {
477
477
  return config.config[key];
478
478
  };
479
479
 
480
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
480
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
481
481
  import * as React2 from "react";
482
482
  import { useContext as useContext2, forwardRef as forwardRef2 } from "react";
483
483
 
@@ -1608,7 +1608,7 @@ function serializeStyles(args, registered, mergedProps) {
1608
1608
  };
1609
1609
  }
1610
1610
 
1611
- // ../../../node_modules/.pnpm/@emotion+use-insertion-effect-with-fallbacks@1.1.0_react@18.2.0/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js
1611
+ // ../../../node_modules/.pnpm/@emotion+use-insertion-effect-with-fallbacks@1.1.0_react@18.3.1/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js
1612
1612
  import * as React from "react";
1613
1613
  var isBrowser3 = typeof document !== "undefined";
1614
1614
  var syncFallback = function syncFallback2(create) {
@@ -1617,7 +1617,7 @@ var syncFallback = function syncFallback2(create) {
1617
1617
  var useInsertionEffect2 = React["useInsertionEffect"] ? React["useInsertionEffect"] : false;
1618
1618
  var useInsertionEffectAlwaysWithSyncFallback = !isBrowser3 ? syncFallback : useInsertionEffect2 || syncFallback;
1619
1619
 
1620
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
1620
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-element-b4c8b265.esm.js
1621
1621
  var isDevelopment3 = false;
1622
1622
  var isBrowser4 = typeof document !== "undefined";
1623
1623
  var EmotionCacheContext = /* @__PURE__ */ React2.createContext(
@@ -1724,7 +1724,7 @@ var Emotion = /* @__PURE__ */ withEmotionCache(
1724
1724
  );
1725
1725
  var Emotion$1 = Emotion;
1726
1726
 
1727
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/dist/emotion-react.esm.js
1727
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/dist/emotion-react.esm.js
1728
1728
  import * as React3 from "react";
1729
1729
  var import_extends2 = __toESM(require_extends());
1730
1730
  var import_hoist_non_react_statics = __toESM(require_hoist_non_react_statics_cjs());
@@ -1758,7 +1758,7 @@ import {
1758
1758
  useRootContext
1759
1759
  } from "@livechat/developer-studio-ui-react";
1760
1760
 
1761
- // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js
1761
+ // ../../../node_modules/.pnpm/@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js
1762
1762
  import * as ReactJSXRuntime from "react/jsx-runtime";
1763
1763
  import "react";
1764
1764
  var import_extends3 = __toESM(require_extends());
@@ -3325,6 +3325,7 @@ import {
3325
3325
  } from "@livechat/developer-studio-api";
3326
3326
  var helpdeskTicketResponse = {
3327
3327
  type: "object",
3328
+ title: "Ticket",
3328
3329
  properties: {
3329
3330
  ID: {
3330
3331
  type: "string",
@@ -3478,12 +3479,15 @@ var helpdeskTicketInput = {
3478
3479
  var webhookSpecsCommons = {
3479
3480
  outputs: {
3480
3481
  ticketBasedOutput: () => WORKFLOW_TRIGGER_OUTPUT_SCHEMA(helpdeskTicketResponse),
3481
- ticketEventBasedOutput: (event) => WORKFLOW_TRIGGER_OUTPUT_SCHEMA({
3482
+ ticketEventBasedOutput: () => WORKFLOW_TRIGGER_OUTPUT_SCHEMA({
3482
3483
  type: "object",
3483
3484
  required: ["ticket", "event"],
3484
3485
  properties: {
3485
3486
  ticket: helpdeskTicketResponse,
3486
- event
3487
+ event: {
3488
+ type: "object",
3489
+ title: "Event"
3490
+ }
3487
3491
  }
3488
3492
  })
3489
3493
  }
@@ -3499,27 +3503,27 @@ var webhookSpecs = {
3499
3503
  },
3500
3504
  ticket_status_changed: {
3501
3505
  input: {},
3502
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3506
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3503
3507
  },
3504
3508
  ticket_priority_changed: {
3505
3509
  input: {},
3506
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3510
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3507
3511
  },
3508
3512
  ticket_tags_changed: {
3509
3513
  input: {},
3510
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3514
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3511
3515
  },
3512
3516
  ticket_followers_changed: {
3513
3517
  input: {},
3514
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3518
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3515
3519
  },
3516
3520
  ticket_assignment_changed: {
3517
3521
  input: {},
3518
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3522
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3519
3523
  },
3520
3524
  ticket_message_added: {
3521
3525
  input: {},
3522
- output: webhookSpecsCommons.outputs.ticketEventBasedOutput({})
3526
+ output: webhookSpecsCommons.outputs.ticketEventBasedOutput()
3523
3527
  }
3524
3528
  };
3525
3529
  var helpdeskTaskConfigs = () => ({
@@ -11236,7 +11240,7 @@ function useWorkflowContext() {
11236
11240
  return context;
11237
11241
  }
11238
11242
 
11239
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11243
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11240
11244
  import * as React5 from "react";
11241
11245
 
11242
11246
  // ../../../node_modules/.pnpm/@emotion+is-prop-valid@1.3.1/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js
@@ -11248,7 +11252,7 @@ var isPropValid = /* @__PURE__ */ memoize(
11248
11252
  /* Z+1 */
11249
11253
  );
11250
11254
 
11251
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11255
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js
11252
11256
  var testOmitPropsOnStringTag = isPropValid;
11253
11257
  var testOmitPropsOnComponent = function testOmitPropsOnComponent2(key) {
11254
11258
  return key !== "theme";
@@ -11386,7 +11390,7 @@ var createStyled = function createStyled2(tag, options2) {
11386
11390
  };
11387
11391
  };
11388
11392
 
11389
- // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.2.5_react@18.2.0__@types+react@18.2.5_react@18.2.0/node_modules/@emotion/styled/dist/emotion-styled.esm.js
11393
+ // ../../../node_modules/.pnpm/@emotion+styled@11.13.0_@emotion+react@11.13.3_@types+react@18.3.17_react@18.3.1__@types+react@18.3.17_react@18.3.1/node_modules/@emotion/styled/dist/emotion-styled.esm.js
11390
11394
  var import_extends5 = __toESM(require_extends());
11391
11395
  import "react";
11392
11396
  var tags = [
@@ -20094,16 +20098,16 @@ function AddWorkflowTrigger({ basePath, onClose }) {
20094
20098
  secondaryText: x.customization.description
20095
20099
  }))
20096
20100
  },
20097
- {
20098
- name: PRODUCT_TYPE.HD,
20099
- displayName: PRODUCT_NAMES.helpdesk,
20100
- icon: /* @__PURE__ */ jsx2(ProductIcon_default, { height: 5, product: PRODUCT_TYPE.HD, width: 5 }),
20101
- values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
20102
- key: x.key,
20103
- name: x.customization.displayName,
20104
- secondaryText: x.customization.description
20105
- }))
20106
- },
20101
+ // {
20102
+ // name: PRODUCT_TYPE.HD,
20103
+ // displayName: PRODUCT_NAMES.helpdesk,
20104
+ // icon: <ProductIcon height={5} product={PRODUCT_TYPE.HD} width={5} />,
20105
+ // values: Object.values(helpDeskTriggerConfigs()).map((x) => ({
20106
+ // key: x.key,
20107
+ // name: x.customization.displayName,
20108
+ // secondaryText: x.customization.description,
20109
+ // })),
20110
+ // },
20107
20111
  {
20108
20112
  name: IntegrationNames16.Mailchimp,
20109
20113
  displayName: IntegrationDisplayNames8.Mailchimp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "description": "Text Platform | Workflows",
5
5
  "author": "Wojciech Dudek",
6
6
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "@types/dompurify": "^3.0.5",
39
39
  "@types/json-schema": "^7.0.15",
40
40
  "@types/node": "^20.5.2",
41
- "@types/react": "^18.2.0",
42
- "@types/react-dom": "^18.2.0",
41
+ "@types/react": "^18.3.1",
42
+ "@types/react-dom": "^18.3.1",
43
43
  "@types/uuid": "^9.0.7",
44
44
  "@types/validator": "^13.7.10",
45
45
  "@types/yaireo__tagify": "^4.27.0",
@@ -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
- "tsconfig": "0.0.1",
52
- "eslint-config-custom": "0.0.10"
51
+ "eslint-config-custom": "0.0.10",
52
+ "tsconfig": "0.0.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@amplitude/analytics-browser": "^2.11.9",
@@ -89,9 +89,9 @@
89
89
  "@tanstack/react-query": "4.36.1",
90
90
  "@livechat/design-system": "^0.13.5",
91
91
  "@livechat/design-system-icons": "^2.5.3",
92
- "@livechat/design-system-react-components": "^1.34.1",
93
- "react": "^18.2.0",
94
- "react-dom": "^18.2.0",
92
+ "@livechat/design-system-react-components": "1.34.1",
93
+ "react": "^18.3.1",
94
+ "react-dom": "^18.3.1",
95
95
  "react-router-dom": "^6.17.0"
96
96
  },
97
97
  "scripts": {