@vendasta/ai-assistants 0.35.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.
@@ -115,6 +115,7 @@ var ChatChannel;
115
115
  ChatChannel[ChatChannel["CHAT_CHANNEL_INSTAGRAM"] = 7] = "CHAT_CHANNEL_INSTAGRAM";
116
116
  ChatChannel[ChatChannel["CHAT_CHANNEL_AUTOMATION"] = 8] = "CHAT_CHANNEL_AUTOMATION";
117
117
  ChatChannel[ChatChannel["CHAT_CHANNEL_PLATFORM"] = 9] = "CHAT_CHANNEL_PLATFORM";
118
+ ChatChannel[ChatChannel["CHAT_CHANNEL_SNAPSHOT"] = 10] = "CHAT_CHANNEL_SNAPSHOT";
118
119
  })(ChatChannel || (ChatChannel = {}));
119
120
  var ChatMessageRole;
120
121
  (function (ChatMessageRole) {