@twilio/conversations 2.1.0-rc.7 → 2.1.0-rc.8

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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.0-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.7...@twilio/conversations@2.1.0-rc.8) (2022-02-03)
7
+
8
+ **Note:** Version bump only for package @twilio/conversations
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.1.0-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.6...@twilio/conversations@2.1.0-rc.7) (2022-02-03)
7
15
 
8
16
 
package/builds/browser.js CHANGED
@@ -6856,7 +6856,7 @@ function PushNotification(data) {
6856
6856
  this.data = data.data || {};
6857
6857
  };
6858
6858
 
6859
- var version = "2.1.0-rc.7";
6859
+ var version = "2.1.0-rc.8";
6860
6860
 
6861
6861
  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; }
6862
6862
 
package/builds/lib.d.ts CHANGED
@@ -55,11 +55,29 @@ declare class Logger {
55
55
  static warn(...args: any[]): void;
56
56
  static error(...args: any[]): void;
57
57
  }
58
+ /**
59
+ * Represents conversation limits.
60
+ */
58
61
  interface ConversationLimits {
62
+ /**
63
+ * Maximum amount of attachments.
64
+ */
59
65
  mediaAttachmentsCountLimit: number;
66
+ /**
67
+ * Maximum attachment size in MB.
68
+ */
60
69
  mediaAttachmentSizeLimitInMb: number;
70
+ /**
71
+ * Maximum total attachment size in MB.
72
+ */
61
73
  mediaAttachmentsTotalSizeLimitInMb: number;
74
+ /**
75
+ * Allowed mime types for E-Mail histories.
76
+ */
62
77
  emailHistoriesAllowedMimeTypes: string[];
78
+ /**
79
+ * Allowed mime types for E-Mail bodies.
80
+ */
63
81
  emailBodiesAllowedMimeTypes: string[];
64
82
  }
65
83
  interface BackoffConfiguration {
package/builds/lib.js CHANGED
@@ -6856,7 +6856,7 @@ function PushNotification(data) {
6856
6856
  this.data = data.data || {};
6857
6857
  };
6858
6858
 
6859
- var version = "2.1.0-rc.7";
6859
+ var version = "2.1.0-rc.8";
6860
6860
 
6861
6861
  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; }
6862
6862
 
@@ -40414,7 +40414,7 @@ this.Twilio.Conversations = (function (exports) {
40414
40414
  this.data = data.data || {};
40415
40415
  };
40416
40416
 
40417
- var version = "2.1.0-rc.7";
40417
+ var version = "2.1.0-rc.8";
40418
40418
 
40419
40419
  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; }
40420
40420