@trii/types 2.10.479 → 2.10.480

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.
@@ -4,7 +4,7 @@ exports.defaultNodeStartNewConversation = void 0;
4
4
  const Flow_1 = require("../Flow");
5
5
  exports.defaultNodeStartNewConversation = {
6
6
  id: "StartNewConversation-{uid}",
7
- type: Flow_1.NodeType.START_CONVERSATION_OPENED,
7
+ type: Flow_1.NodeType.START,
8
8
  category: 'trigger',
9
9
  description: "Triggered when a new conversation is created",
10
10
  tags: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.479",
3
+ "version": "2.10.480",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",