@twilio/conversations 2.0.0-rc.3 → 2.0.1-canary.2
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/README.md +24 -27
- package/{dist → builds}/browser.js +20 -21
- package/builds/browser.js.map +1 -0
- package/{dist → builds}/lib.d.ts +19 -3
- package/{dist → builds}/lib.js +20 -21
- package/builds/lib.js.map +1 -0
- package/{dist → builds}/twilio-conversations.js +1946 -1098
- package/builds/twilio-conversations.min.js +156 -0
- package/dist/aggregated-delivery-receipt.js +227 -0
- package/dist/aggregated-delivery-receipt.js.map +1 -0
- package/dist/client.js +872 -0
- package/dist/client.js.map +1 -0
- package/dist/command-executor.js +203 -0
- package/dist/command-executor.js.map +1 -0
- package/dist/configuration.js +196 -0
- package/dist/configuration.js.map +1 -0
- package/dist/conversation.js +973 -0
- package/dist/conversation.js.map +1 -0
- package/dist/data/conversations.js +443 -0
- package/dist/data/conversations.js.map +1 -0
- package/dist/data/messages.js +341 -0
- package/dist/data/messages.js.map +1 -0
- package/dist/data/participants.js +313 -0
- package/dist/data/participants.js.map +1 -0
- package/dist/data/users.js +228 -0
- package/dist/data/users.js.map +1 -0
- package/dist/detailed-delivery-receipt.js +154 -0
- package/dist/detailed-delivery-receipt.js.map +1 -0
- package/dist/index.js +167 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/notification-types.js +143 -0
- package/dist/interfaces/notification-types.js.map +1 -0
- package/dist/logger.js +190 -0
- package/dist/logger.js.map +1 -0
- package/dist/media.js +213 -0
- package/dist/media.js.map +1 -0
- package/dist/message-builder.js +209 -0
- package/dist/message-builder.js.map +1 -0
- package/dist/message.js +450 -0
- package/dist/message.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +161 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/packages/conversations/package.json.js +136 -0
- package/dist/packages/conversations/package.json.js.map +1 -0
- package/dist/participant.js +346 -0
- package/dist/participant.js.map +1 -0
- package/dist/push-notification.js +152 -0
- package/dist/push-notification.js.map +1 -0
- package/dist/rest-paginator.js +175 -0
- package/dist/rest-paginator.js.map +1 -0
- package/dist/services/network.js +205 -0
- package/dist/services/network.js.map +1 -0
- package/dist/services/typing-indicator.js +235 -0
- package/dist/services/typing-indicator.js.map +1 -0
- package/dist/unsent-message.js +159 -0
- package/dist/unsent-message.js.map +1 -0
- package/dist/user.js +392 -0
- package/dist/user.js.map +1 -0
- package/dist/util/deferred.js +154 -0
- package/dist/util/deferred.js.map +1 -0
- package/dist/util/index.js +206 -0
- package/dist/util/index.js.map +1 -0
- package/{dist/docs → docs}/assets/css/main.css +0 -0
- package/{dist/docs → docs}/assets/images/icons.png +0 -0
- package/{dist/docs → docs}/assets/images/icons@2x.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets@2x.png +0 -0
- package/{dist/docs → docs}/assets/js/main.js +0 -0
- package/{dist/docs → docs}/assets/js/search.js +0 -0
- package/{dist/docs → docs}/classes/AggregatedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Client.html +0 -0
- package/{dist/docs → docs}/classes/Conversation.html +0 -0
- package/{dist/docs → docs}/classes/DetailedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Media.html +0 -0
- package/{dist/docs → docs}/classes/Message.html +0 -0
- package/{dist/docs → docs}/classes/MessageBuilder.html +0 -0
- package/{dist/docs → docs}/classes/Participant.html +0 -0
- package/{dist/docs → docs}/classes/PushNotification.html +0 -0
- package/{dist/docs → docs}/classes/RestPaginator.html +0 -0
- package/{dist/docs → docs}/classes/UnsentMessage.html +0 -0
- package/{dist/docs → docs}/classes/User.html +0 -0
- package/{dist/docs → docs}/index.html +24 -23
- package/{dist/docs → docs}/interfaces/ClientOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/ConversationState.html +0 -0
- package/{dist/docs → docs}/interfaces/CreateConversationOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/LastMessage.html +0 -0
- package/{dist/docs → docs}/interfaces/Paginator.html +0 -0
- package/{dist/docs → docs}/interfaces/PushNotificationData.html +1 -1
- package/{dist/docs → docs}/interfaces/SendEmailOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/SendMediaOptions.html +2 -1
- package/{dist/docs → docs}/modules.html +24 -23
- package/package.json +27 -24
- package/CHANGELOG.md +0 -201
- package/dist/browser.js.map +0 -1
- package/dist/lib.js.map +0 -1
- package/dist/post-install.js +0 -29
- package/dist/react-native.js +0 -4031
- package/dist/react-native.js.map +0 -1
- package/dist/twilio-conversations.min.js +0 -156
package/{dist → builds}/lib.d.ts
RENAMED
@@ -1009,7 +1009,8 @@ interface ConversationUpdatedEventArgs {
|
|
1009
1009
|
}
|
1010
1010
|
/**
|
1011
1011
|
* Configuration for attaching a media file to a message.
|
1012
|
-
* These options can be passed to {@link Conversation.sendMessage}
|
1012
|
+
* These options can be passed to {@link Conversation.sendMessage} and
|
1013
|
+
* {@link MessageBuilder.addMedia}.
|
1013
1014
|
*/
|
1014
1015
|
interface SendMediaOptions {
|
1015
1016
|
/**
|
@@ -1431,7 +1432,7 @@ interface PushNotificationData {
|
|
1431
1432
|
*/
|
1432
1433
|
messageIndex?: number;
|
1433
1434
|
/**
|
1434
|
-
* SID of the message in the conversation.
|
1435
|
+
* SID of the message in the conversation.
|
1435
1436
|
*/
|
1436
1437
|
messageSid?: string;
|
1437
1438
|
}
|
@@ -1815,6 +1816,13 @@ declare class Client extends ReplayEventEmitter<ClientEvents> {
|
|
1815
1816
|
* The factory method will automatically trigger connection.
|
1816
1817
|
* Do not use it if you need finer-grained control.
|
1817
1818
|
*
|
1819
|
+
* Since this method returns an already-initialized client, some of the events
|
1820
|
+
* will be lost because they happen *before* the initialization. It is
|
1821
|
+
* recommended that `client.onWithReplay` is used as opposed to `client.on`
|
1822
|
+
* for subscribing to client events. The `client.onWithReplay` will re-emit
|
1823
|
+
* the most recent value for a given event if it emitted before the
|
1824
|
+
* subscription.
|
1825
|
+
*
|
1818
1826
|
* @param token Access token.
|
1819
1827
|
* @param options Options to customize the client.
|
1820
1828
|
* @returns Returns a fully initialized client.
|
@@ -1941,4 +1949,12 @@ declare class RestPaginator<T> implements Paginator<T> {
|
|
1941
1949
|
*/
|
1942
1950
|
prevPage(): Promise<RestPaginator<T>>;
|
1943
1951
|
}
|
1944
|
-
|
1952
|
+
declare class NotificationTypes {
|
1953
|
+
static readonly TYPING_INDICATOR = "twilio.ipmsg.typing_indicator";
|
1954
|
+
static readonly NEW_MESSAGE = "twilio.conversations.new_message";
|
1955
|
+
static readonly ADDED_TO_CONVERSATION = "twilio.conversations.added_to_conversation";
|
1956
|
+
// static readonly INVITED_TO_CHANNEL = 'twilio.channel.invited_to_channel';
|
1957
|
+
static readonly REMOVED_FROM_CONVERSATION = "twilio.conversations.removed_from_conversation";
|
1958
|
+
static readonly CONSUMPTION_UPDATE = "twilio.channel.consumption_update";
|
1959
|
+
}
|
1960
|
+
export { Conversation, ConversationUpdateReason, ConversationStatus, NotificationLevel, ConversationState, ConversationUpdatedEventArgs, SendMediaOptions, SendEmailOptions, LastMessage, Participant, ParticipantUpdateReason, ParticipantType, ParticipantUpdatedEventArgs, Message, MessageUpdateReason, MessageType, MessageUpdatedEventArgs, Media, MediaCategory$0 as MediaCategory, AggregatedDeliveryReceipt, DeliveryAmount, DetailedDeliveryReceipt, DeliveryStatus, RestPaginator, MessageBuilder, UnsentMessage, Paginator, User, UserUpdateReason, UserUpdatedEventArgs, PushNotification, PushNotificationType, PushNotificationDescriptor, PushNotificationData, NotificationTypes, Client, State, ConnectionState, NotificationsChannelType, ClientOptions, CreateConversationOptions };
|
package/{dist → builds}/lib.js
RENAMED
@@ -161,9 +161,9 @@ require('core-js/modules/web.dom-collections.iterator.js');
|
|
161
161
|
require('core-js/modules/es.regexp.exec.js');
|
162
162
|
require('core-js/modules/es.string.replace.js');
|
163
163
|
require('core-js/modules/es.array.join.js');
|
164
|
-
var JsonDiff = require('rfc6902');
|
165
164
|
var declarativeTypeValidator = require('@twilio/declarative-type-validator');
|
166
165
|
var replayEventEmitter = require('@twilio/replay-event-emitter');
|
166
|
+
var isEqual = require('lodash.isequal');
|
167
167
|
require('core-js/modules/es.array.slice.js');
|
168
168
|
require('core-js/modules/es.function.name.js');
|
169
169
|
require('core-js/modules/es.symbol.description.js');
|
@@ -244,7 +244,7 @@ var _classCallCheck__default = /*#__PURE__*/_interopDefaultLegacy(_classCallChec
|
|
244
244
|
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
|
245
245
|
var _typeof__default = /*#__PURE__*/_interopDefaultLegacy(_typeof);
|
246
246
|
var loglevelLog__namespace = /*#__PURE__*/_interopNamespace(loglevelLog);
|
247
|
-
var
|
247
|
+
var isEqual__default = /*#__PURE__*/_interopDefaultLegacy(isEqual);
|
248
248
|
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
249
249
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
250
250
|
|
@@ -459,21 +459,12 @@ var Configuration = function Configuration() {
|
|
459
459
|
}
|
460
460
|
};
|
461
461
|
|
462
|
-
/**
|
463
|
-
* Checks if objects are equal
|
464
|
-
*/
|
465
|
-
|
466
|
-
function isDeepEqual(o1, o2) {
|
467
|
-
return JsonDiff__namespace.createPatch(o1, o2).length === 0;
|
468
|
-
}
|
469
462
|
/**
|
470
463
|
* Deep-clone an object. Note that this does not work on object containing
|
471
464
|
* functions.
|
472
465
|
* @param {object} obj - the object to deep-clone
|
473
466
|
* @returns {object}
|
474
467
|
*/
|
475
|
-
|
476
|
-
|
477
468
|
function deepClone(obj) {
|
478
469
|
return JSON.parse(JSON.stringify(obj));
|
479
470
|
}
|
@@ -719,7 +710,7 @@ var User = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
719
710
|
case 9:
|
720
711
|
updateAttributes = parseAttributes(value.value, "Retrieved malformed attributes from the server for user: ".concat(this.state.identity), log$8);
|
721
712
|
|
722
|
-
if (!
|
713
|
+
if (!isEqual__default['default'](this.state.attributes, updateAttributes)) {
|
723
714
|
this.state.attributes = updateAttributes;
|
724
715
|
updateReasons.push('attributes');
|
725
716
|
}
|
@@ -1432,7 +1423,7 @@ var Participant = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
1432
1423
|
var updateReasons = [];
|
1433
1424
|
var updateAttributes = parseAttributes(data.attributes, 'Retrieved malformed attributes from the server for participant: ' + this.state.sid, log$7);
|
1434
1425
|
|
1435
|
-
if (data.attributes && !
|
1426
|
+
if (data.attributes && !isEqual__default['default'](this.state.attributes, updateAttributes)) {
|
1436
1427
|
this.state.attributes = updateAttributes;
|
1437
1428
|
updateReasons.push('attributes');
|
1438
1429
|
}
|
@@ -2647,7 +2638,7 @@ var Message = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
2647
2638
|
|
2648
2639
|
var updatedAttributes = parseAttributes(data.attributes, "Got malformed attributes for the message ".concat(this.sid), log$5);
|
2649
2640
|
|
2650
|
-
if (!
|
2641
|
+
if (!isEqual__default['default'](this.state.attributes, updatedAttributes)) {
|
2651
2642
|
this.state.attributes = updatedAttributes;
|
2652
2643
|
updateReasons.push('attributes');
|
2653
2644
|
}
|
@@ -4210,7 +4201,7 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
4210
4201
|
break;
|
4211
4202
|
|
4212
4203
|
case fieldMappings.attributes:
|
4213
|
-
if (
|
4204
|
+
if (isEqual__default['default'](this.channelState.attributes, update.attributes)) {
|
4214
4205
|
break;
|
4215
4206
|
}
|
4216
4207
|
|
@@ -4246,7 +4237,7 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
4246
4237
|
updateReasons.add(localKey);
|
4247
4238
|
}
|
4248
4239
|
|
4249
|
-
if (
|
4240
|
+
if (isEqual__default['default'](this.channelState.lastMessage, {})) {
|
4250
4241
|
delete this.channelState.lastMessage;
|
4251
4242
|
}
|
4252
4243
|
|
@@ -4259,7 +4250,7 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
4259
4250
|
state.dateUpdated = new Date(state.dateUpdated);
|
4260
4251
|
}
|
4261
4252
|
|
4262
|
-
if (
|
4253
|
+
if (isEqual__default['default'](this.channelState.state, state)) {
|
4263
4254
|
break;
|
4264
4255
|
}
|
4265
4256
|
|
@@ -4393,7 +4384,7 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
4393
4384
|
while (1) {
|
4394
4385
|
switch (_context5.prev = _context5.next) {
|
4395
4386
|
case 0:
|
4396
|
-
return _context5.abrupt("return", this.participantsEntity.addNonChatParticipant(proxyAddress, address, attributes
|
4387
|
+
return _context5.abrupt("return", this.participantsEntity.addNonChatParticipant(proxyAddress, address, attributes));
|
4397
4388
|
|
4398
4389
|
case 1:
|
4399
4390
|
case "end":
|
@@ -5687,7 +5678,7 @@ var Conversations = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
5687
5678
|
conversationsMap = _context4.sent;
|
5688
5679
|
_context4.next = 5;
|
5689
5680
|
return conversationsMap.getItems({
|
5690
|
-
|
5681
|
+
key: sid
|
5691
5682
|
});
|
5692
5683
|
|
5693
5684
|
case 5:
|
@@ -5925,7 +5916,7 @@ var Conversations = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
5925
5916
|
updateData.lastConsumedMessageIndex = data.lastConsumedMessageIndex;
|
5926
5917
|
}
|
5927
5918
|
|
5928
|
-
if (!
|
5919
|
+
if (!isEqual__default['default'](updateData, {})) {
|
5929
5920
|
conversation._update(updateData);
|
5930
5921
|
}
|
5931
5922
|
|
@@ -6608,7 +6599,7 @@ function PushNotification(data) {
|
|
6608
6599
|
this.data = data.data || {};
|
6609
6600
|
};
|
6610
6601
|
|
6611
|
-
var version = "2.0.
|
6602
|
+
var version = "2.0.1-rc.5";
|
6612
6603
|
|
6613
6604
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
6614
6605
|
|
@@ -7692,6 +7683,13 @@ exports.Client = Client_1 = (_temp = _class = /*#__PURE__*/function (_ReplayEven
|
|
7692
7683
|
* The factory method will automatically trigger connection.
|
7693
7684
|
* Do not use it if you need finer-grained control.
|
7694
7685
|
*
|
7686
|
+
* Since this method returns an already-initialized client, some of the events
|
7687
|
+
* will be lost because they happen *before* the initialization. It is
|
7688
|
+
* recommended that `client.onWithReplay` is used as opposed to `client.on`
|
7689
|
+
* for subscribing to client events. The `client.onWithReplay` will re-emit
|
7690
|
+
* the most recent value for a given event if it emitted before the
|
7691
|
+
* subscription.
|
7692
|
+
*
|
7695
7693
|
* @param token Access token.
|
7696
7694
|
* @param options Options to customize the client.
|
7697
7695
|
* @returns Returns a fully initialized client.
|
@@ -7858,6 +7856,7 @@ exports.DetailedDeliveryReceipt = DetailedDeliveryReceipt;
|
|
7858
7856
|
exports.Media = Media;
|
7859
7857
|
exports.Message = Message;
|
7860
7858
|
exports.MessageBuilder = MessageBuilder;
|
7859
|
+
exports.NotificationTypes = NotificationTypes;
|
7861
7860
|
exports.Participant = Participant;
|
7862
7861
|
exports.PushNotification = PushNotification;
|
7863
7862
|
exports.RestPaginator = RestPaginator;
|