@messenger-box/core 0.0.1-alpha.137 → 0.0.1-alpha.141

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/lib/index.js CHANGED
@@ -196,6 +196,7 @@ var IChannelServiceCommands;
196
196
  IChannelServiceCommands["hideChannel"] = "hideChannel";
197
197
  IChannelServiceCommands["leaveChannel"] = "leaveChannel";
198
198
  IChannelServiceCommands["deleteChannel"] = "deleteChannel";
199
+ IChannelServiceCommands["isMember"] = "isMember";
199
200
  })(IChannelServiceCommands = exports.IChannelServiceCommands || (exports.IChannelServiceCommands = {}));
200
201
  var IChannelSort;
201
202
  (function (IChannelSort) {
@@ -387,6 +388,8 @@ var IPostServiceCommands;
387
388
  IPostServiceCommands["attachUploadedFile"] = "attachUploadedFile";
388
389
  IPostServiceCommands["createFileUploadLink"] = "createFileUploadLink";
389
390
  IPostServiceCommands["deleteFile"] = "deleteFile";
391
+ IPostServiceCommands["readMessage"] = "readMessage";
392
+ IPostServiceCommands["deliverMessage"] = "deliverMessage";
390
393
  })(IPostServiceCommands = exports.IPostServiceCommands || (exports.IPostServiceCommands = {}));
391
394
  var IPreDefinedRole;
392
395
  (function (IPreDefinedRole) {