@messenger-box/platform-client 0.0.1-alpha.383 → 0.0.1-alpha.385
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 +4 -0
- package/lib/generated-model.d.ts +2 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated-model.tsx +2 -1
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.385](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.384...v0.0.1-alpha.385) (2023-08-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
9
|
+
|
|
6
10
|
## [0.0.1-alpha.383](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.382...v0.0.1-alpha.383) (2023-08-21)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @messenger-box/platform-client
|
package/lib/generated-model.d.ts
CHANGED
|
@@ -1092,7 +1092,8 @@ export declare enum IMessengerNotificationServiceCommands {
|
|
|
1092
1092
|
SendNotificationOfAlertMessages = "sendNotificationOfAlertMessages",
|
|
1093
1093
|
SendPushNotificationsExpo = "sendPushNotificationsExpo",
|
|
1094
1094
|
SendExpoNotificationOnPost = "sendExpoNotificationOnPost",
|
|
1095
|
-
SendNotificationOfUnreadServiceMessages = "sendNotificationOfUnreadServiceMessages"
|
|
1095
|
+
SendNotificationOfUnreadServiceMessages = "sendNotificationOfUnreadServiceMessages",
|
|
1096
|
+
SetSupportServiceConfig = "setSupportServiceConfig"
|
|
1096
1097
|
}
|
|
1097
1098
|
export declare type IMessengerUser = IIUser & {
|
|
1098
1099
|
__typename?: 'MessengerUser';
|
package/lib/index.js
CHANGED
|
@@ -289,6 +289,7 @@ var IMessengerNotificationServiceCommands;
|
|
|
289
289
|
IMessengerNotificationServiceCommands["SendPushNotificationsExpo"] = "sendPushNotificationsExpo";
|
|
290
290
|
IMessengerNotificationServiceCommands["SendExpoNotificationOnPost"] = "sendExpoNotificationOnPost";
|
|
291
291
|
IMessengerNotificationServiceCommands["SendNotificationOfUnreadServiceMessages"] = "sendNotificationOfUnreadServiceMessages";
|
|
292
|
+
IMessengerNotificationServiceCommands["SetSupportServiceConfig"] = "setSupportServiceConfig";
|
|
292
293
|
})(IMessengerNotificationServiceCommands = exports.IMessengerNotificationServiceCommands || (exports.IMessengerNotificationServiceCommands = {}));
|
|
293
294
|
var IMessengerUserStatus;
|
|
294
295
|
(function (IMessengerUserStatus) {
|