pingram 1.0.16-alpha.1226 → 1.0.16-alpha.1228
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.
|
@@ -77,7 +77,7 @@ export interface SendEmailRequest {
|
|
|
77
77
|
*/
|
|
78
78
|
bccAddresses?: Array<string>;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* URL-based file attachments. Up to 20 MB per file.
|
|
81
81
|
* @type {Array<SendEmailRequestAttachmentsInner>}
|
|
82
82
|
* @memberof SendEmailRequest
|
|
83
83
|
*/
|
|
@@ -47,7 +47,7 @@ export interface SenderPostBodyOptionsEmail {
|
|
|
47
47
|
*/
|
|
48
48
|
fromName?: string;
|
|
49
49
|
/**
|
|
50
|
-
* File attachments (by URL or inline base64 content).
|
|
50
|
+
* File attachments (by URL or inline base64 content). Inline `content`: ~4 MB raw per file (413 if exceeded). URL `url`: up to 20 MB per file.
|
|
51
51
|
* @type {Array<SenderPostBodyOptionsEmailAttachmentsInner>}
|
|
52
52
|
* @memberof SenderPostBodyOptionsEmail
|
|
53
53
|
*/
|
package/package.json
CHANGED