@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
15 lines • 623 B
JavaScript
import PeriodBasedReport from '../../../base/PeriodBasedReport.js';
import commands from '../../commands.js';
class VivaEngageReportActivityCountsCommand extends PeriodBasedReport {
get name() {
return commands.ENGAGE_REPORT_ACTIVITYCOUNTS;
}
get usageEndpoint() {
return 'getYammerActivityCounts';
}
get description() {
return 'Gets the trends on the amount of VivaEngage activity in your organization by how many messages were posted, read, and liked';
}
}
export default new VivaEngageReportActivityCountsCommand();
//# sourceMappingURL=engage-report-activitycounts.js.map