UNPKG

boldsign

Version:

NodeJS client for boldsign

33 lines 836 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveAuthentication = void 0; class RemoveAuthentication { static getAttributeTypeMap() { return RemoveAuthentication.attributeTypeMap; } } exports.RemoveAuthentication = RemoveAuthentication; RemoveAuthentication.discriminator = undefined; RemoveAuthentication.attributeTypeMap = [ { "name": "emailId", "baseName": "emailId", "type": "string" }, { "name": "zOrder", "baseName": "zOrder", "type": "number" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "PhoneNumber" }, { "name": "onBehalfOf", "baseName": "onBehalfOf", "type": "string" } ]; //# sourceMappingURL=removeAuthentication.js.map