UNPKG

boldsign

Version:

NodeJS client for boldsign

171 lines 4.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateProperties = void 0; class TemplateProperties { static getAttributeTypeMap() { return TemplateProperties.attributeTypeMap; } } exports.TemplateProperties = TemplateProperties; TemplateProperties.discriminator = undefined; TemplateProperties.attributeTypeMap = [ { "name": "templateId", "baseName": "templateId", "type": "string" }, { "name": "title", "baseName": "title", "type": "string" }, { "name": "description", "baseName": "description", "type": "string" }, { "name": "documentTitle", "baseName": "documentTitle", "type": "string" }, { "name": "documentMessage", "baseName": "documentMessage", "type": "string" }, { "name": "files", "baseName": "files", "type": "Array<TemplateFiles>" }, { "name": "roles", "baseName": "roles", "type": "Array<Roles>" }, { "name": "formGroups", "baseName": "formGroups", "type": "Array<FormGroup>" }, { "name": "commonFields", "baseName": "commonFields", "type": "Array<TemplateFormFields>" }, { "name": "cCDetails", "baseName": "cCDetails", "type": "Array<string>" }, { "name": "brandId", "baseName": "brandId", "type": "string" }, { "name": "allowMessageEditing", "baseName": "allowMessageEditing", "type": "boolean" }, { "name": "allowNewRoles", "baseName": "allowNewRoles", "type": "boolean" }, { "name": "allowNewFiles", "baseName": "allowNewFiles", "type": "boolean" }, { "name": "allowModifyFiles", "baseName": "allowModifyFiles", "type": "boolean" }, { "name": "enableReassign", "baseName": "enableReassign", "type": "boolean" }, { "name": "enablePrintAndSign", "baseName": "EnablePrintAndSign", "type": "boolean" }, { "name": "enableSigningOrder", "baseName": "enableSigningOrder", "type": "boolean" }, { "name": "createdDate", "baseName": "createdDate", "type": "number" }, { "name": "createdBy", "baseName": "createdBy", "type": "TemplateSenderDetail" }, { "name": "sharedTemplateDetail", "baseName": "sharedTemplateDetail", "type": "Array<TemplateSharedTemplateDetail>" }, { "name": "documentInfo", "baseName": "documentInfo", "type": "Array<DocumentInfo>" }, { "name": "labels", "baseName": "labels", "type": "Array<string>" }, { "name": "templateLabels", "baseName": "templateLabels", "type": "Array<string>" }, { "name": "behalfOf", "baseName": "behalfOf", "type": "BehalfOf" }, { "name": "documentDownloadOption", "baseName": "documentDownloadOption", "type": "TemplateProperties.DocumentDownloadOptionEnum" }, { "name": "recipientNotificationSettings", "baseName": "recipientNotificationSettings", "type": "RecipientNotificationSettings" }, { "name": "formFieldPermission", "baseName": "formFieldPermission", "type": "FormFieldPermission" }, { "name": "allowedSignatureTypes", "baseName": "allowedSignatureTypes", "type": "Array<TemplateProperties.AllowedSignatureTypesEnum>" } ]; (function (TemplateProperties) { let DocumentDownloadOptionEnum; (function (DocumentDownloadOptionEnum) { DocumentDownloadOptionEnum[DocumentDownloadOptionEnum["Combined"] = 'Combined'] = "Combined"; DocumentDownloadOptionEnum[DocumentDownloadOptionEnum["Individually"] = 'Individually'] = "Individually"; })(DocumentDownloadOptionEnum = TemplateProperties.DocumentDownloadOptionEnum || (TemplateProperties.DocumentDownloadOptionEnum = {})); let AllowedSignatureTypesEnum; (function (AllowedSignatureTypesEnum) { AllowedSignatureTypesEnum[AllowedSignatureTypesEnum["Text"] = 'Text'] = "Text"; AllowedSignatureTypesEnum[AllowedSignatureTypesEnum["Draw"] = 'Draw'] = "Draw"; AllowedSignatureTypesEnum[AllowedSignatureTypesEnum["Image"] = 'Image'] = "Image"; })(AllowedSignatureTypesEnum = TemplateProperties.AllowedSignatureTypesEnum || (TemplateProperties.AllowedSignatureTypesEnum = {})); })(TemplateProperties || (exports.TemplateProperties = TemplateProperties = {})); //# sourceMappingURL=templateProperties.js.map