@topconsultnpm/sdk-ts 6.22.0-dev2.2 → 6.22.0-dev2.3
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.
|
@@ -4012,7 +4012,7 @@ export declare enum MailMessageProperties {
|
|
|
4012
4012
|
Unused56 = "Unused56",
|
|
4013
4013
|
Unused57 = "Unused57",
|
|
4014
4014
|
Unused58 = "Unused58",
|
|
4015
|
-
|
|
4015
|
+
PDFPassword = "PDFPassword",
|
|
4016
4016
|
AttachmentName = "AttachmentName",
|
|
4017
4017
|
AttachmentNameWithoutExt = "AttachmentNameWithoutExt",
|
|
4018
4018
|
AttachmentPassword = "AttachmentPassword"
|
|
@@ -4106,6 +4106,8 @@ export declare class MailSender_AttachmentCfgDescriptor {
|
|
|
4106
4106
|
passwordMapping?: MailSender_MailPropertyMappingDescriptor;
|
|
4107
4107
|
addPDFPassword?: boolean;
|
|
4108
4108
|
pdfPasswordMapping?: MailSender_MailPropertyMappingDescriptor;
|
|
4109
|
+
qdAttach?: QueryDescriptor;
|
|
4110
|
+
nomeAttach?: string | undefined;
|
|
4109
4111
|
init(_data?: any): void;
|
|
4110
4112
|
static fromJS(data: any): MailSender_AttachmentCfgDescriptor;
|
|
4111
4113
|
toJSON(data?: any): any;
|