@twilio/conversations 2.6.1-rc.1 → 2.6.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/builds/browser.js CHANGED
@@ -6858,6 +6858,7 @@ var Conversations = /*#__PURE__*/function (_ReplayEventEmitter) {
6858
6858
  return this.services.commandExecutor.mutateResource("post", this.configuration.links.conversations, {
6859
6859
  friendly_name: options.friendlyName,
6860
6860
  unique_name: options.uniqueName,
6861
+ access: options.access,
6861
6862
  attributes: typeof attributes !== "undefined" ? JSON.stringify(attributes) : undefined
6862
6863
  });
6863
6864
 
@@ -8068,7 +8069,7 @@ function PushNotification(data) {
8068
8069
  this.data = data.data || {};
8069
8070
  });
8070
8071
 
8071
- var version = "2.6.1-rc.1";
8072
+ var version = "2.6.2";
8072
8073
 
8073
8074
  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; }
8074
8075
 
@@ -10478,6 +10479,7 @@ exports.Client = Client_1 = (_class = /*#__PURE__*/function (_ReplayEventEmitter
10478
10479
  this._conversationsPromise = this._conversationsEntity.fetchConversations().then(function () {
10479
10480
  return _this3._conversationsEntity;
10480
10481
  }).catch(function (error) {
10482
+ console.error("Failed to fetch conversations _conversationsPromise -> client.ts", error);
10481
10483
  throw error;
10482
10484
  });
10483
10485
  _context17.next = 30;