You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,8 +52,9 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
50
52
/**
51
53
* Application service.
52
54
* @module api/ApplicationApi
53
-
* @version 0.0.14
54
-
*/varApplicationApi=/*#__PURE__*/function(){
55
+
* @version 0.0.16
56
+
*/
57
+
varApplicationApi=/*#__PURE__*/function(){
55
58
/**
56
59
* Constructs a new ApplicationApi.
57
60
* @alias module:api/ApplicationApi
@@ -302,6 +305,52 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
302
305
});
303
306
}
304
307
308
+
/**
309
+
* Configure auto event message settings
310
+
* ## Configure auto event message settings Determines whether to automatically send event messages to group channels when events take place in an application. You can choose which auto event message to receive on the Sendbird Dashboard https://sendbird.com/docs/chat/v3/platform-api/application/managing-auto-event-messages/configure-auto-event-message-settings ----------------------------
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/SendBirdAutoEventMessageSettings} and HTTP response
* ## Configure auto event message settings Determines whether to automatically send event messages to group channels when events take place in an application. You can choose which auto event message to receive on the Sendbird Dashboard https://sendbird.com/docs/chat/v3/platform-api/application/managing-auto-event-messages/configure-auto-event-message-settings ----------------------------
* ## Delete allowed IPs from a whitelist Deletes allowed IPs from the whitelist by specifying their IP addresses or ranges. You can configure the IP whitelist under Settings > Security > Allowed IPs in the [Sendbird Dashboard](https://dashboard.sendbird.com). https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-delete-allowed-ips-from-a-whitelist
@@ -446,6 +495,47 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
446
495
});
447
496
}
448
497
498
+
/**
499
+
* List auto event messages
500
+
* ## List auto event messages Retrieves a list of auto event messages that are sent in a specified application and indicates which ones are in use. Auto event messages are Admin messages that are automatically generated when a specific event occurs. https://sendbird.com/docs/chat/v3/platform-api/application/managing-auto-event-messages/list-auto-event-messages ----------------------------
501
+
* @param {String} apiToken
502
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/SendBirdAutoEventMessageSettings} and HTTP response
* ## List auto event messages Retrieves a list of auto event messages that are sent in a specified application and indicates which ones are in use. Auto event messages are Admin messages that are automatically generated when a specific event occurs. https://sendbird.com/docs/chat/v3/platform-api/application/managing-auto-event-messages/list-auto-event-messages ----------------------------
528
+
* @param {String} apiToken
529
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/SendBirdAutoEventMessageSettings}
0 commit comments