[MM-45580] Send deliquency since to end users and allow new notify admin request

Этот коммит содержится в:
Said Atrahouch
2022-09-12 17:39:17 +02:00
родитель e14fd1d955
Коммит 10ae097589
3 изменённых файлов: 47 добавлений и 40 удалений

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

@@ -22,6 +22,7 @@ const (
PaidFeatureUnlimitedBoardcards = MattermostPaidFeature("mattermost.feature.unlimited_board_cards")
PaidFeatureAllProfessionalfeatures = MattermostPaidFeature("mattermost.feature.all_professional")
PaidFeatureAllEnterprisefeatures = MattermostPaidFeature("mattermost.feature.all_enterprise")
UpgradeDowngradeWorkspace = MattermostPaidFeature("mattermost.feature.upgrade_downgrade_workspace")
)
var validSKUs map[string]struct{} = map[string]struct{}{
@@ -42,6 +43,7 @@ var paidFeatures map[MattermostPaidFeature]struct{} = map[MattermostPaidFeature]
PaidFeatureUnlimitedBoardcards: {},
PaidFeatureAllProfessionalfeatures: {},
PaidFeatureAllEnterprisefeatures: {},
UpgradeDowngradeWorkspace: {},
}
type NotifyAdminToUpgradeRequest struct {