code quality
Some checks failed
CI / lint-typecheck (pull_request) Failing after 12s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
Some checks failed
CI / lint-typecheck (pull_request) Failing after 12s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
This commit is contained in:
@@ -2216,6 +2216,96 @@
|
||||
"incidents"
|
||||
]
|
||||
},
|
||||
"DashboardStatsResponseDTO": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"totalUsers": {
|
||||
"type": "number"
|
||||
},
|
||||
"activeUsers": {
|
||||
"type": "number"
|
||||
},
|
||||
"suspendedUsers": {
|
||||
"type": "number"
|
||||
},
|
||||
"deletedUsers": {
|
||||
"type": "number"
|
||||
},
|
||||
"systemAdmins": {
|
||||
"type": "number"
|
||||
},
|
||||
"recentLogins": {
|
||||
"type": "number"
|
||||
},
|
||||
"newUsersToday": {
|
||||
"type": "number"
|
||||
},
|
||||
"userGrowth": {
|
||||
"type": "object"
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "number"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"roleDistribution": {
|
||||
"type": "object"
|
||||
},
|
||||
"statusDistribution": {
|
||||
"type": "object"
|
||||
},
|
||||
"active": {
|
||||
"type": "number"
|
||||
},
|
||||
"suspended": {
|
||||
"type": "number"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "number"
|
||||
},
|
||||
"activityTimeline": {
|
||||
"type": "object"
|
||||
},
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"newUsers": {
|
||||
"type": "number"
|
||||
},
|
||||
"logins": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"totalUsers",
|
||||
"activeUsers",
|
||||
"suspendedUsers",
|
||||
"deletedUsers",
|
||||
"systemAdmins",
|
||||
"recentLogins",
|
||||
"newUsersToday",
|
||||
"userGrowth",
|
||||
"label",
|
||||
"value",
|
||||
"color",
|
||||
"roleDistribution",
|
||||
"label",
|
||||
"value",
|
||||
"color",
|
||||
"statusDistribution",
|
||||
"active",
|
||||
"suspended",
|
||||
"deleted",
|
||||
"activityTimeline",
|
||||
"date",
|
||||
"newUsers",
|
||||
"logins"
|
||||
]
|
||||
},
|
||||
"DeleteMediaOutputDTO": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user