mezon-js 2.7.23 → 2.7.24

Sign up to get free protection for your applications and to get access to all the features.
package/client.ts CHANGED
@@ -110,6 +110,12 @@ export enum ChannelStreamMode {
110
110
  STREAM_MODE_DM = 4,
111
111
  }
112
112
 
113
+ export enum NotificationType {
114
+ ALL_MESSAGE = "ALL",
115
+ NOTHING_MESSAGE = "NOTHING",
116
+ MENTION_MESSAGE = "MENTION",
117
+ }
118
+
113
119
  /** Response for an RPC function executed on the server. */
114
120
  export interface RpcResponse {
115
121
  /** The identifier of the function. */
package/dist/client.d.ts CHANGED
@@ -30,6 +30,11 @@ export declare enum ChannelStreamMode {
30
30
  STREAM_MODE_GROUP = 3,
31
31
  STREAM_MODE_DM = 4
32
32
  }
33
+ export declare enum NotificationType {
34
+ ALL_MESSAGE = "ALL",
35
+ NOTHING_MESSAGE = "NOTHING",
36
+ MENTION_MESSAGE = "MENTION"
37
+ }
33
38
  /** Response for an RPC function executed on the server. */
34
39
  export interface RpcResponse {
35
40
  /** The identifier of the function. */