Skip to content

Commit

Permalink
chore(develop): sync types to dmgincs/nestjs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damageinc-bot[bot] committed Mar 23, 2024
1 parent 6ad4149 commit bb92691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/reports/VpReportDataResponse.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

export class InactivityReportDataResponseDto {
/** Total number of members that were warned for inactivity for the first time in the current month */
firstWarning: number;

/** Total number of members that went inactive last month */
inactive: number;

/** Total number of members that went inactive due to discord inactivity last month */
discordInactive: number;
}
1 change: 1 addition & 0 deletions src/types/admin/PermissionObjectNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ export enum PermissionObjectNames {
REPORTS__CSV = 103,
REPORTS__LEVEL__RANK_UP = 104,
REPORTS__LFT_DATA = 105,
REPORTS__INACTIVITY = 106,
}

0 comments on commit bb92691

Please sign in to comment.