File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
core/extension-registry/models Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import type { ManifestUfmComponent } from './ufm-component.model.js';
34
34
import type { ManifestUfmFilter } from './ufm-filter.model.js' ;
35
35
import type { ManifestUserProfileApp } from './user-profile-app.model.js' ;
36
36
import type { ManifestEntityUserPermission } from './entity-user-permission.model.js' ;
37
- import type { ManifestGranularUserPermission } from './user-granular-permission.model.js' ;
38
37
import type { ManifestMfaLoginProvider } from './mfa-login-provider.model.js' ;
39
38
import type { ManifestAppEntryPoint } from './app-entry-point.model.js' ;
40
39
import type { ManifestBackofficeEntryPoint } from './backoffice-entry-point.model.js' ;
@@ -69,7 +68,6 @@ export type * from './store.model.js';
69
68
export type * from './tinymce-plugin.model.js' ;
70
69
export type * from './ufm-component.model.js' ;
71
70
export type * from './ufm-filter.model.js' ;
72
- export type * from './user-granular-permission.model.js' ;
73
71
export type * from './user-profile-app.model.js' ;
74
72
75
73
export type ManifestEntityActions =
@@ -106,7 +104,6 @@ export type ManifestTypes =
106
104
| ManifestFileUploadPreview
107
105
| ManifestExternalLoginProvider
108
106
| ManifestGlobalContext
109
- | ManifestGranularUserPermission
110
107
| ManifestHeaderApp
111
108
| ManifestHeaderAppButtonKind
112
109
| ManifestHealthCheck
File renamed without changes.
You can’t perform that action at this time.
0 commit comments