@mattermost/types 11.7.0-0 → 11.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/config.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/config.d.ts CHANGED
@@ -60,7 +60,6 @@ export type ClientConfig = {
60
60
  EnableExperimentalLocales: string;
61
61
  EnableUserStatuses: string;
62
62
  EnableLastActiveTime: string;
63
- EnableManagedChannelCategories: string;
64
63
  EnableTimedDND: string;
65
64
  EnableCrossTeamSearch: 'true' | 'false';
66
65
  EnableCustomTermsOfService: string;
@@ -129,6 +128,7 @@ export type ClientConfig = {
129
128
  FeatureFlagWebSocketEventScope: string;
130
129
  FeatureFlagInteractiveDialogAppsForm: string;
131
130
  FeatureFlagContentFlagging: string;
131
+ FeatureFlagManagedChannelCategories: string;
132
132
  ForgotPasswordLink: string;
133
133
  GiphySdkKey: string;
134
134
  GoogleDeveloperKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattermost/types",
3
- "version": "11.7.0-0",
3
+ "version": "11.7.0",
4
4
  "description": "Shared type definitions used by the Mattermost web app",
5
5
  "keywords": [
6
6
  "mattermost"