@twilio/conversations 2.1.0-rc.0 → 2.1.0-rc.1
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/CHANGELOG.md +9 -0
- package/builds/browser.js +2 -2
- package/builds/browser.js.map +1 -1
- package/builds/lib.js +2 -2
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +5 -5
- package/builds/twilio-conversations.min.js +2 -2
- package/dist/data/conversations.js +1 -1
- package/dist/data/conversations.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/package.json +8 -8
@@ -16200,7 +16200,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
16200
16200
|
}();
|
16201
16201
|
|
16202
16202
|
var logInstance = new Logger("");
|
16203
|
-
var version = "0.12.1
|
16203
|
+
var version = "0.12.1";
|
16204
16204
|
/**
|
16205
16205
|
* Settings container for the Twilsock client library
|
16206
16206
|
*/
|
@@ -30559,7 +30559,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
30559
30559
|
|
30560
30560
|
__decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
|
30561
30561
|
|
30562
|
-
var version$1 = "3.0.6
|
30562
|
+
var version$1 = "3.0.6";
|
30563
30563
|
|
30564
30564
|
function _createSuper$9(Derived) {
|
30565
30565
|
var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
|
@@ -34547,7 +34547,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
34547
34547
|
return Network;
|
34548
34548
|
}();
|
34549
34549
|
|
34550
|
-
var version = "0.5.2
|
34550
|
+
var version = "0.5.2";
|
34551
34551
|
|
34552
34552
|
var _class, _temp;
|
34553
34553
|
|
@@ -39947,7 +39947,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
39947
39947
|
channel: conversationDescriptor.sync_objects.conversation,
|
39948
39948
|
messages: conversationDescriptor.sync_objects.messages,
|
39949
39949
|
roster: "".concat(conversationDescriptor.conversation_sid, ".roster"),
|
39950
|
-
lastConsumedMessageIndex: conversationDescriptor.
|
39950
|
+
lastConsumedMessageIndex: conversationDescriptor.last_read_message_index,
|
39951
39951
|
notificationLevel: conversationDescriptor.notification_level
|
39952
39952
|
};
|
39953
39953
|
});
|
@@ -40485,7 +40485,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
40485
40485
|
this.data = data.data || {};
|
40486
40486
|
};
|
40487
40487
|
|
40488
|
-
var version = "2.1.0-rc.
|
40488
|
+
var version = "2.1.0-rc.1";
|
40489
40489
|
|
40490
40490
|
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; }
|
40491
40491
|
|