@wildix/xbees-conversations-utils 1.0.26 → 1.0.28
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.
|
@@ -66,7 +66,6 @@ function normalizeStreamMessage(streamMessage, channelId) {
|
|
|
66
66
|
smsStatus: streamMessage.sms_status,
|
|
67
67
|
whatsapp: streamMessage.whatsapp,
|
|
68
68
|
whatsappStatus: streamMessage.whatsapp_status,
|
|
69
|
-
predefinedReplies: streamMessage.predefined_replies,
|
|
70
69
|
silent,
|
|
71
70
|
event,
|
|
72
71
|
};
|
package/dist-es/normalization.js
CHANGED
|
@@ -60,7 +60,6 @@ export function normalizeStreamMessage(streamMessage, channelId) {
|
|
|
60
60
|
smsStatus: streamMessage.sms_status,
|
|
61
61
|
whatsapp: streamMessage.whatsapp,
|
|
62
62
|
whatsappStatus: streamMessage.whatsapp_status,
|
|
63
|
-
predefinedReplies: streamMessage.predefined_replies,
|
|
64
63
|
silent,
|
|
65
64
|
event,
|
|
66
65
|
};
|
package/dist-types/stream.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Channel, ChannelData, ChannelFilters, ChannelMembership, ChannelMemberResponse, ChannelSort, ChannelResponse, Event, ExtendableGenerics, LiteralStringForUnion, Message, MessageResponse, ReactionResponse, UR, UserResponse, ChannelAPIResponse, User, Reaction, PartialMessageUpdate, UpdatedMessage, PartialUpdateChannel } from 'stream-chat';
|
|
2
|
-
import { MessageQuote, MessageForward, MessageAttachment, MessageGiphy,
|
|
2
|
+
import { MessageQuote, MessageForward, MessageAttachment, MessageGiphy, User as NormalizedUser, ChannelAccess, MessageSmsStatus, MessageWhatsAppStatus, ChannelWhatsAppStatus } from "@wildix/xbees-conversations-client";
|
|
3
3
|
export interface StreamChannelFields extends UR {
|
|
4
4
|
subject?: string;
|
|
5
5
|
description?: string;
|
|
@@ -51,7 +51,6 @@ export interface StreamMessageFields extends UR {
|
|
|
51
51
|
sms_status?: MessageSmsStatus | string;
|
|
52
52
|
whatsapp?: boolean;
|
|
53
53
|
whatsapp_status?: MessageWhatsAppStatus | string;
|
|
54
|
-
predefined_replies?: MessagePredefinedReply[];
|
|
55
54
|
created_at: string;
|
|
56
55
|
updated_at: string;
|
|
57
56
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-conversations-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@wildix/xbees-conversations-client": "1.0.
|
|
23
|
+
"@wildix/xbees-conversations-client": "1.0.53",
|
|
24
24
|
"stream-chat": "8.12.1",
|
|
25
25
|
"tslib": "^2.5.0"
|
|
26
26
|
},
|