Fixed actived users and added mau in true up report (#24921)

* Fixed actived users and added mau in true up report

* Temp disable of true up calendar checks for testing

* Revert "Temp disable of true up calendar checks for testing"

This reverts commit 73055bdb258546b863ea6841e39e22687da8aead.

* Added unit test

* Linting

* Typo

* Forgot the pain of linting

* Added dau

* Create imports.go

* Fix merge error

* Fixed test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Maria A Nunez
2024-01-11 21:28:58 -05:00
коммит произвёл GitHub
родитель 3047700c0b
Коммит f857af64f2
3 изменённых файлов: 77 добавлений и 4 удалений

Просмотреть файл

@@ -13,7 +13,9 @@ type TrueUpReviewProfile struct {
LicensedSeats int `json:"licensed_seats"`
LicensePlan string `json:"license_plan"`
CustomerName string `json:"customer_name"`
ActiveUsers int64 `json:"active_users"`
ActivatedUsers int64 `json:"total_activated_users"`
DailyActiveUsers int64 `json:"daily_active_users"`
MonthlyActiveUsers int64 `json:"monthly_active_users"`
AuthenticationFeatures []string `json:"authentication_features"`
Plugins TrueUpReviewPlugins `json:"plugins"`
TotalIncomingWebhooks int64 `json:"incoming_webhooks_count"`