@vendasta/ai-assistants 0.34.0 → 0.36.0

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.
@@ -56,6 +56,7 @@ var GoalChannel;
56
56
  GoalChannel[GoalChannel["GOAL_CHANNEL_INSTAGRAM"] = 7] = "GOAL_CHANNEL_INSTAGRAM";
57
57
  GoalChannel[GoalChannel["GOAL_CHANNEL_FACEBOOK"] = 8] = "GOAL_CHANNEL_FACEBOOK";
58
58
  GoalChannel[GoalChannel["GOAL_CHANNEL_AUTOMATION"] = 9] = "GOAL_CHANNEL_AUTOMATION";
59
+ GoalChannel[GoalChannel["GOAL_CHANNEL_SNAPSHOT"] = 10] = "GOAL_CHANNEL_SNAPSHOT";
59
60
  })(GoalChannel || (GoalChannel = {}));
60
61
  var GoalType;
61
62
  (function (GoalType) {
@@ -114,6 +115,7 @@ var ChatChannel;
114
115
  ChatChannel[ChatChannel["CHAT_CHANNEL_INSTAGRAM"] = 7] = "CHAT_CHANNEL_INSTAGRAM";
115
116
  ChatChannel[ChatChannel["CHAT_CHANNEL_AUTOMATION"] = 8] = "CHAT_CHANNEL_AUTOMATION";
116
117
  ChatChannel[ChatChannel["CHAT_CHANNEL_PLATFORM"] = 9] = "CHAT_CHANNEL_PLATFORM";
118
+ ChatChannel[ChatChannel["CHAT_CHANNEL_SNAPSHOT"] = 10] = "CHAT_CHANNEL_SNAPSHOT";
117
119
  })(ChatChannel || (ChatChannel = {}));
118
120
  var ChatMessageRole;
119
121
  (function (ChatMessageRole) {