@twilio/conversations 2.2.1 → 2.2.2-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/builds/browser.js +3 -3
- package/builds/browser.js.map +1 -1
- package/builds/lib.js +3 -3
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +4 -4
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/conversation.js +1 -1
- package/dist/conversation.js.map +1 -1
- package/dist/data/participants.js +1 -1
- package/dist/data/participants.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/package.json +7 -7
- package/CHANGELOG.md +0 -713
@@ -34850,7 +34850,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
34850
34850
|
return Network;
|
34851
34851
|
}();
|
34852
34852
|
|
34853
|
-
var version = "0.6.1";
|
34853
|
+
var version = "0.6.3-rc.1";
|
34854
34854
|
|
34855
34855
|
var _class;
|
34856
34856
|
|
@@ -36070,7 +36070,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
36070
36070
|
}, {
|
36071
36071
|
key: "remove",
|
36072
36072
|
value: function remove(identity) {
|
36073
|
-
return this.services.commandExecutor.mutateResource("delete", "".concat(this.links.participants, "/").concat(identity));
|
36073
|
+
return this.services.commandExecutor.mutateResource("delete", "".concat(this.links.participants, "/").concat(encodeURIComponent(identity)));
|
36074
36074
|
}
|
36075
36075
|
}]);
|
36076
36076
|
|
@@ -39241,7 +39241,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
39241
39241
|
}
|
39242
39242
|
|
39243
39243
|
_context14.next = 3;
|
39244
|
-
return this._services.commandExecutor.mutateResource("delete", "".concat(this._links.participants, "/").concat(this._configuration.userIdentity));
|
39244
|
+
return this._services.commandExecutor.mutateResource("delete", "".concat(this._links.participants, "/").concat(encodeURIComponent(this._configuration.userIdentity)));
|
39245
39245
|
|
39246
39246
|
case 3:
|
39247
39247
|
return _context14.abrupt("return", this);
|
@@ -41541,7 +41541,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
41541
41541
|
this.data = data.data || {};
|
41542
41542
|
});
|
41543
41543
|
|
41544
|
-
var version = "2.2.1";
|
41544
|
+
var version = "2.2.2-rc.1";
|
41545
41545
|
|
41546
41546
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
41547
41547
|
|