nylas 8.2.0 → 8.3.0
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/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This file is generated by scripts/exportVersion.js
|
|
2
|
-
export const SDK_VERSION = '8.
|
|
2
|
+
export const SDK_VERSION = '8.3.0';
|
|
@@ -342,6 +342,11 @@ export interface CleanMessagesRequest {
|
|
|
342
342
|
* If true, removes phrases such as "Best" and "Regards" in the email message signature.
|
|
343
343
|
*/
|
|
344
344
|
removeConclusionPhrases?: boolean;
|
|
345
|
+
/**
|
|
346
|
+
* If true, converts the cleaned HTML message body to Markdown.
|
|
347
|
+
* Note: This can't be true when imagesAsMarkdown is false.
|
|
348
|
+
*/
|
|
349
|
+
htmlAsMarkdown?: boolean;
|
|
345
350
|
}
|
|
346
351
|
/**
|
|
347
352
|
* Interface representing the response after cleaning a message.
|
package/lib/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "8.
|
|
1
|
+
export declare const SDK_VERSION = "8.3.0";
|