Skip to content

Commit

Permalink
chore: new modules to license v2 enterprise bundle (#30867)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev authored Nov 6, 2023
1 parent 26babf4 commit 14fc38e
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions ee/packages/license/src/v2/bundles.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
export type BundleFeature =
| 'auditing'
| 'canned-responses'
| 'ldap-enterprise'
| 'livechat-enterprise'
| 'voip-enterprise'
| 'omnichannel-mobile-enterprise'
| 'engagement-dashboard'
| 'push-privacy'
| 'scalability'
| 'saml-enterprise'
| 'device-management'
| 'oauth-enterprise'
| 'federation'
| 'videoconference-enterprise'
| 'message-read-receipt'
| 'outlook-calendar';
import type { LicenseModule } from '../definition/LicenseModule';

interface IBundle {
[key: string]: BundleFeature[];
[key: string]: LicenseModule[];
}

const bundles: IBundle = {
Expand All @@ -38,6 +22,10 @@ const bundles: IBundle = {
'videoconference-enterprise',
'message-read-receipt',
'outlook-calendar',
'teams-mention',
'hide-watermark',
'custom-roles',
'accessibility-certification',
],
pro: [],
};
Expand Down

0 comments on commit 14fc38e

Please sign in to comment.