mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-10 11:47:39 +02:00
refactor: resolve warnings
This commit is contained in:
@@ -25,9 +25,9 @@ export default function reportJson(id, userId) {
|
||||
'Signers.Phone',
|
||||
'Placeholders',
|
||||
'IsSignyourself',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
|
||||
// Need your sign report
|
||||
case '4Hhwbp482K':
|
||||
return {
|
||||
@@ -61,6 +61,7 @@ export default function reportJson(id, userId) {
|
||||
'AuditTrail',
|
||||
'Placeholders',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
'ExpiryDate',
|
||||
],
|
||||
};
|
||||
@@ -94,6 +95,7 @@ export default function reportJson(id, userId) {
|
||||
'SendMail',
|
||||
'Placeholders',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
// completed documents report
|
||||
@@ -140,6 +142,7 @@ export default function reportJson(id, userId) {
|
||||
'Placeholders',
|
||||
'IsSignyourself',
|
||||
'IsCompleted',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
// declined documents report
|
||||
@@ -164,6 +167,7 @@ export default function reportJson(id, userId) {
|
||||
'Placeholders',
|
||||
'DeclineReason',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
// Expired Documents report
|
||||
@@ -190,6 +194,7 @@ export default function reportJson(id, userId) {
|
||||
'Signers.Phone',
|
||||
'Placeholders',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
'ExpiryDate',
|
||||
],
|
||||
};
|
||||
@@ -221,6 +226,7 @@ export default function reportJson(id, userId) {
|
||||
'ExpiryDate',
|
||||
'Placeholders',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
// Recent signature requests report show on dashboard
|
||||
@@ -254,6 +260,7 @@ export default function reportJson(id, userId) {
|
||||
'Signers.Phone',
|
||||
'Placeholders',
|
||||
'SignedUrl',
|
||||
'TemplateId',
|
||||
'ExpiryDate',
|
||||
],
|
||||
};
|
||||
@@ -279,6 +286,7 @@ export default function reportJson(id, userId) {
|
||||
'Signers.Email',
|
||||
'Signers.Phone',
|
||||
'Placeholders',
|
||||
'TemplateId',
|
||||
],
|
||||
};
|
||||
// contact book report
|
||||
|
||||
Reference in New Issue
Block a user