@messenger-box/platform-client 0.0.1-alpha.373 → 0.0.1-alpha.379

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.1-alpha.379](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.378...v0.0.1-alpha.379) (2023-08-04)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
6
10
  ## [0.0.1-alpha.373](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.372...v0.0.1-alpha.373) (2023-07-21)
7
11
 
8
12
  **Note:** Version bump only for package @messenger-box/platform-client
@@ -2076,7 +2076,8 @@ export declare enum IPostServiceCommands {
2076
2076
  CreateFilesUploadLink = "createFilesUploadLink",
2077
2077
  DeleteFile = "deleteFile",
2078
2078
  ReadMessage = "readMessage",
2079
- DeliverMessage = "deliverMessage"
2079
+ DeliverMessage = "deliverMessage",
2080
+ CreateWithoutSubscription = "createWithoutSubscription"
2080
2081
  }
2081
2082
  export declare type IPostThread = IIBaseRepo & {
2082
2083
  __typename?: 'PostThread';
package/lib/index.js CHANGED
@@ -393,6 +393,7 @@ var IPostServiceCommands;
393
393
  IPostServiceCommands["DeleteFile"] = "deleteFile";
394
394
  IPostServiceCommands["ReadMessage"] = "readMessage";
395
395
  IPostServiceCommands["DeliverMessage"] = "deliverMessage";
396
+ IPostServiceCommands["CreateWithoutSubscription"] = "createWithoutSubscription";
396
397
  })(IPostServiceCommands = exports.IPostServiceCommands || (exports.IPostServiceCommands = {}));
397
398
  var IPostTypeEnum;
398
399
  (function (IPostTypeEnum) {