@messenger-box/core 0.0.1-alpha.382 → 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.
|
@@ -1091,7 +1091,9 @@ export declare const enum IMessengerNotificationServiceCommands {
|
|
|
1091
1091
|
SendNotificationOnPost = "sendNotificationOnPost",
|
|
1092
1092
|
SendNotificationOfAlertMessages = "sendNotificationOfAlertMessages",
|
|
1093
1093
|
SendPushNotificationsExpo = "sendPushNotificationsExpo",
|
|
1094
|
-
SendExpoNotificationOnPost = "sendExpoNotificationOnPost"
|
|
1094
|
+
SendExpoNotificationOnPost = "sendExpoNotificationOnPost",
|
|
1095
|
+
SendNotificationOfUnreadServiceMessages = "sendNotificationOfUnreadServiceMessages",
|
|
1096
|
+
SetSupportServiceConfig = "setSupportServiceConfig"
|
|
1095
1097
|
}
|
|
1096
1098
|
export declare type IMessengerUser = IIUser & {
|
|
1097
1099
|
__typename?: 'MessengerUser';
|
|
@@ -263,6 +263,8 @@ var IMessengerNotificationServiceCommands;
|
|
|
263
263
|
IMessengerNotificationServiceCommands["SendNotificationOfAlertMessages"] = "sendNotificationOfAlertMessages";
|
|
264
264
|
IMessengerNotificationServiceCommands["SendPushNotificationsExpo"] = "sendPushNotificationsExpo";
|
|
265
265
|
IMessengerNotificationServiceCommands["SendExpoNotificationOnPost"] = "sendExpoNotificationOnPost";
|
|
266
|
+
IMessengerNotificationServiceCommands["SendNotificationOfUnreadServiceMessages"] = "sendNotificationOfUnreadServiceMessages";
|
|
267
|
+
IMessengerNotificationServiceCommands["SetSupportServiceConfig"] = "setSupportServiceConfig";
|
|
266
268
|
})(IMessengerNotificationServiceCommands = exports.IMessengerNotificationServiceCommands || (exports.IMessengerNotificationServiceCommands = {}));
|
|
267
269
|
;
|
|
268
270
|
var IMessengerUserStatus;
|