@messenger-box/platform-client 0.0.1-alpha.385 → 0.0.1-alpha.386

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.386](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.385...v0.0.1-alpha.386) (2023-08-23)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
6
10
  ## [0.0.1-alpha.385](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.384...v0.0.1-alpha.385) (2023-08-22)
7
11
 
8
12
  **Note:** Version bump only for package @messenger-box/platform-client
@@ -679,6 +679,8 @@ export declare type IEnvironmentPayload = {
679
679
  export declare type IExpoNotificationData = {
680
680
  url: Scalars['String'];
681
681
  params: Scalars['AnyObject'];
682
+ title?: Maybe<Scalars['String']>;
683
+ body?: Maybe<Scalars['String']>;
682
684
  screen?: Maybe<Scalars['String']>;
683
685
  senderId?: Maybe<Scalars['String']>;
684
686
  thread?: Maybe<IExpoNotificationThread>;