boldsign
Version:
NodeJS client for boldsign
58 lines • 1.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SenderIdentityViewModel = void 0;
class SenderIdentityViewModel {
static getAttributeTypeMap() {
return SenderIdentityViewModel.attributeTypeMap;
}
}
exports.SenderIdentityViewModel = SenderIdentityViewModel;
SenderIdentityViewModel.discriminator = undefined;
SenderIdentityViewModel.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string"
},
{
"name": "email",
"baseName": "email",
"type": "string"
},
{
"name": "status",
"baseName": "status",
"type": "string"
},
{
"name": "createdBy",
"baseName": "createdBy",
"type": "string"
},
{
"name": "approvedDate",
"baseName": "approvedDate",
"type": "string"
},
{
"name": "notificationSettings",
"baseName": "notificationSettings",
"type": "NotificationSettings"
},
{
"name": "brandId",
"baseName": "brandId",
"type": "string"
},
{
"name": "redirectUrl",
"baseName": "redirectUrl",
"type": "string"
},
{
"name": "metaData",
"baseName": "metaData",
"type": "{ [key: string]: string | null; }"
}
];
//# sourceMappingURL=senderIdentityViewModel.js.map