@clickview/curator 1.0.25-dev.1 → 1.0.25-rc.1
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.
- package/dist/curator-app.js +3 -3
- package/dist/en.json +1 -1
- package/package.json +3 -3
- package/dist/libs/analytics/src/Analytics.d.ts +0 -10
- package/dist/libs/analytics/src/AnalyticsHelper.d.ts +0 -30
- package/dist/libs/analytics/src/constants/EventFirehose.d.ts +0 -4
- package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +0 -3
- package/dist/libs/analytics/src/constants/Services.d.ts +0 -4
- package/dist/libs/analytics/src/enums/RegionName.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +0 -317
- package/dist/libs/analytics/src/interfaces/Config.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Folder.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Owner.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Playlist.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Rating.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/Region.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Resource.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Series.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/User.d.ts +0 -17
- package/dist/libs/analytics/src/interfaces/Video.d.ts +0 -16
- package/dist/libs/analytics/src/interfaces/index.d.ts +0 -15
- package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +0 -7
- package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +0 -49
- package/dist/libs/analytics/src/services/ContextService.d.ts +0 -19
- package/dist/libs/common/src/backbone/constants/Caches.d.ts +0 -3
- package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +0 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -4
- package/dist/libs/common/src/backbone/constants/DataProviders.d.ts +0 -4
- package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -37
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +0 -103
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +0 -76
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +0 -6
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +0 -7
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/BaseError.d.ts +0 -18
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +0 -11
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +0 -27
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +0 -21
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +0 -131
- package/dist/libs/common/src/backbone/core/EventNames.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +0 -31
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +0 -3
- package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +0 -23
- package/dist/libs/common/src/backbone/core/Middleware.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/Shell.d.ts +0 -79
- package/dist/libs/common/src/backbone/core/Types.d.ts +0 -12
- package/dist/libs/common/src/backbone/core/index.d.ts +0 -18
- package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +0 -8
- package/dist/libs/common/src/backbone/enums/HttpStatus.d.ts +0 -10
- package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +0 -6
- package/dist/libs/common/src/backbone/errors/DevError.d.ts +0 -4
- package/dist/libs/common/src/backbone/index.d.ts +0 -2
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +0 -19
- package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +0 -8
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +0 -15
- package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +0 -7
- package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +0 -218
- package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +0 -33
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +0 -38
- package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/backbone/services/BaseAlertService.d.ts +0 -69
- package/dist/libs/common/src/backbone/services/BaseDataService.d.ts +0 -82
- package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +0 -13
- package/dist/libs/common/src/backbone/services/InstanceManager.d.ts +0 -33
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +0 -22
- package/dist/libs/common/src/backbone/services/caches/FifoMemoryCache.d.ts +0 -20
- package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +0 -31
- package/dist/libs/common/src/backbone/utils/DataServiceErrorHelper.d.ts +0 -2
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +0 -8
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -14
- package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +0 -3
- package/dist/libs/common/src/react/core/ReactApplication.d.ts +0 -9
- package/dist/libs/common/src/react/core/ReactLayoutView.d.ts +0 -13
- package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +0 -14
- package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +0 -11
- package/dist/libs/common/src/react/flight/FlightReducer.d.ts +0 -2
- package/dist/libs/common/src/react/flight/FlightSimulator.d.ts +0 -24
- package/dist/libs/common/src/react/flight/constants/Actions.d.ts +0 -7
- package/dist/libs/common/src/react/flight/constants/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/data-layers/AjaxRequest.d.ts +0 -2
- package/dist/libs/common/src/react/flight/data-layers/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/enums/RequestStatus.d.ts +0 -6
- package/dist/libs/common/src/react/flight/enums/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/Action.d.ts +0 -28
- package/dist/libs/common/src/react/flight/interfaces/Dispatch.d.ts +0 -3
- package/dist/libs/common/src/react/flight/interfaces/FlightState.d.ts +0 -22
- package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +0 -27
- package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +0 -4
- package/dist/libs/common/src/react/flight/interfaces/NormalizedData.d.ts +0 -7
- package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +0 -29
- package/dist/libs/common/src/react/flight/interfaces/Response.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +0 -15
- package/dist/libs/common/src/react/flight/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/normalizer/Denormalizer.d.ts +0 -3
- package/dist/libs/common/src/react/flight/normalizer/Normalizer.d.ts +0 -8
- package/dist/libs/common/src/react/flight/normalizer/index.d.ts +0 -2
- package/dist/libs/common/src/react/flight/utils/SimulatorHelper.d.ts +0 -5
- package/dist/libs/common/src/react/flight/utils/StateHelper.d.ts +0 -11
- package/dist/libs/common/src/react/flight/utils/index.d.ts +0 -2
- package/dist/libs/common/src/react/hooks/UseBulkFetch.d.ts +0 -10
- package/dist/libs/common/src/react/hooks/UseFetch.d.ts +0 -10
- package/dist/libs/common/src/react/hooks/UseInstance.d.ts +0 -6
- package/dist/libs/common/src/react/hooks/UseService.d.ts +0 -2
- package/dist/libs/common/src/react/hooks/UseViewModel.d.ts +0 -4
- package/dist/libs/common/src/react/index.d.ts +0 -2
- package/dist/libs/common/src/react/interfaces/ApplicationData.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +0 -8
- package/dist/libs/common/src/react/interfaces/BaseReducerActions.d.ts +0 -4
- package/dist/libs/common/src/react/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ViewModelAction.d.ts +0 -5
- package/dist/libs/common/src/react/interfaces/ViewModelPayload.d.ts +0 -5
- package/dist/libs/common/src/react/interfaces/index.d.ts +0 -4
- package/dist/libs/common/src/react/reducers/ViewModelReducer.d.ts +0 -3
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +0 -45
- package/dist/libs/common/src/react/utils/FetchHelper.d.ts +0 -50
- package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +0 -10
- package/dist/libs/common/src/react/utils/RandomHelper.d.ts +0 -3
- package/dist/libs/common/src/react/utils/TextHelper.d.ts +0 -10
- package/dist/libs/common/src/react/utils/TimeHelper.d.ts +0 -8
- package/dist/libs/common/src/react/utils/TypeHelper.d.ts +0 -5
- package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +0 -16
- package/dist/libs/shared/src/apps/playlists/enums/PlaylistSortType.d.ts +0 -7
- package/dist/libs/shared/src/apps/playlists/enums/PlaylistType.d.ts +0 -5
- package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/CreateOrUpdatePlaylistRequest.d.ts +0 -7
- package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistCollectionIdentifier.d.ts +0 -8
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistVideoCollectionIdentifier.d.ts +0 -4
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/index.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/interfaces/index.d.ts +0 -2
- package/dist/libs/shared/src/apps/upload/utils/FileExtensionsHelper.d.ts +0 -9
- package/dist/libs/shared/src/components/actions/ActionButton.d.ts +0 -16
- package/dist/libs/shared/src/components/actions/Actions.d.ts +0 -26
- package/dist/libs/shared/src/components/actions/ActionsDropdown.d.ts +0 -15
- package/dist/libs/shared/src/components/alert/Alert.d.ts +0 -7
- package/dist/libs/shared/src/components/alert/AlertContent.d.ts +0 -8
- package/dist/libs/shared/src/components/alert/AlertList.d.ts +0 -8
- package/dist/libs/shared/src/components/app-link/AppLink.d.ts +0 -13
- package/dist/libs/shared/src/components/confirmation-popup/ConfirmationPopup.d.ts +0 -20
- package/dist/libs/shared/src/components/div-button/DivButton.d.ts +0 -10
- package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +0 -11
- package/dist/libs/shared/src/components/forms/form-checkbox/FormCheckbox.d.ts +0 -7
- package/dist/libs/shared/src/components/forms/form-field/CharacterCounter.d.ts +0 -8
- package/dist/libs/shared/src/components/forms/form-field/FormField.d.ts +0 -17
- package/dist/libs/shared/src/components/forms/form-wrapper/FormWrapper.d.ts +0 -21
- package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +0 -19
- package/dist/libs/shared/src/components/image-cropper/ImageCropper.d.ts +0 -10
- package/dist/libs/shared/src/components/pagination/Pagination.d.ts +0 -28
- package/dist/libs/shared/src/components/popup/Popup.d.ts +0 -30
- package/dist/libs/shared/src/components/popup/PopupButtons.d.ts +0 -14
- package/dist/libs/shared/src/components/popup/PopupLoadingSpinner.d.ts +0 -2
- package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +0 -168
- package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +0 -13
- package/dist/libs/shared/src/components/search-bar/SearchUtils.d.ts +0 -44
- package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +0 -8
- package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +0 -21
- package/dist/libs/shared/src/components/text/Text.d.ts +0 -13
- package/dist/libs/shared/src/components/tooltip/Tooltip.d.ts +0 -16
- package/dist/libs/shared/src/constants/AppVariables.d.ts +0 -5
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +0 -8
- package/dist/libs/shared/src/constants/CacheDurations.d.ts +0 -4
- package/dist/libs/shared/src/constants/DataPrefixes.d.ts +0 -12
- package/dist/libs/shared/src/constants/ImageSizes.d.ts +0 -8
- package/dist/libs/shared/src/constants/LayoutRegions.d.ts +0 -7
- package/dist/libs/shared/src/constants/RadioChannels.d.ts +0 -20
- package/dist/libs/shared/src/constants/SharedServices.d.ts +0 -25
- package/dist/libs/shared/src/context/ImageStorageContext.d.ts +0 -45
- package/dist/libs/shared/src/enums/ClassificationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/CountryCode.d.ts +0 -5
- package/dist/libs/shared/src/enums/CurriculumType.d.ts +0 -6
- package/dist/libs/shared/src/enums/CustomerType.d.ts +0 -11
- package/dist/libs/shared/src/enums/GlanceFormat.d.ts +0 -3
- package/dist/libs/shared/src/enums/Images.d.ts +0 -26
- package/dist/libs/shared/src/enums/MasterType.d.ts +0 -59
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +0 -20
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +0 -5
- package/dist/libs/shared/src/enums/PermissionName.d.ts +0 -23
- package/dist/libs/shared/src/enums/PlaylistPrivacy.d.ts +0 -5
- package/dist/libs/shared/src/enums/PresentationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/ResourceFileType.d.ts +0 -9
- package/dist/libs/shared/src/enums/SettingKind.d.ts +0 -4
- package/dist/libs/shared/src/enums/SettingName.d.ts +0 -17
- package/dist/libs/shared/src/enums/ThemeType.d.ts +0 -3
- package/dist/libs/shared/src/enums/UserGroup.d.ts +0 -5
- package/dist/libs/shared/src/enums/UserRole.d.ts +0 -15
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +0 -10
- package/dist/libs/shared/src/flight-requests/ImageRequests.d.ts +0 -7
- package/dist/libs/shared/src/flight-requests/RatingRequests.d.ts +0 -4
- package/dist/libs/shared/src/flight-requests/ThemeRequests.d.ts +0 -13
- package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +0 -11
- package/dist/libs/shared/src/hooks/UseAlerts.d.ts +0 -6
- package/dist/libs/shared/src/hooks/UseCanSubmitForm.d.ts +0 -10
- package/dist/libs/shared/src/hooks/UseMediaQuery.d.ts +0 -1
- package/dist/libs/shared/src/hooks/UseReorderedItems.d.ts +0 -9
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +0 -87
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +0 -24
- package/dist/libs/shared/src/images/svg/arrows/index.d.ts +0 -9
- package/dist/libs/shared/src/images/svg/index.d.ts +0 -2
- package/dist/libs/shared/src/images/svg/objects/index.d.ts +0 -36
- package/dist/libs/shared/src/images/svg/player/index.d.ts +0 -14
- package/dist/libs/shared/src/images/svg/settings.d.ts +0 -1
- package/dist/libs/shared/src/images/svg/status/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/QueryParams.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/VideoHistoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +0 -25
- package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Audience.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Banner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Category.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Channel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Classification.d.ts +0 -21
- package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +0 -18
- package/dist/libs/shared/src/interfaces/models/Clip.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/Company.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Cover.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +0 -18
- package/dist/libs/shared/src/interfaces/models/Customer.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +0 -20
- package/dist/libs/shared/src/interfaces/models/Folder.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Following.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Group.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Image.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Language.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Library.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Person.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Poster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Rating.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Season.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Series.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/models/Share.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Subject.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Tag.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Theme.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/User.d.ts +0 -64
- package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Video.d.ts +0 -34
- package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/models/Widget.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/index.d.ts +0 -57
- package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionType.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/props/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectChannel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectRating.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateResourceRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/services/index.d.ts +0 -7
- package/dist/libs/shared/src/services/LanguageDataService.d.ts +0 -7
- package/dist/libs/shared/src/utils/CollectionHelper.d.ts +0 -16
- package/dist/libs/shared/src/utils/FormHelper.d.ts +0 -4
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +0 -32
- package/dist/libs/shared/src/utils/ImageSelectHelper.d.ts +0 -6
- package/dist/libs/shared/src/utils/ReorderHelper.d.ts +0 -15
- package/dist/libs/shared/src/utils/StateHelper.d.ts +0 -14
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -18
- package/dist/libs/shared/src/views/image-upload/ImageUploadView.d.ts +0 -9
- package/dist/projects/curator/src/apps/companies/CompaniesApplication.d.ts +0 -13
- package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompany.d.ts +0 -9
- package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompanyForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/components/edit-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/flight-requests/CompanyRequests.d.ts +0 -8
- package/dist/projects/curator/src/apps/companies/flight-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/interfaces/CreateOrUpdateCompanyRequest.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/utils/CompanyValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/companies/CompaniesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/views/companies/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/edit-company/EditCompanyView.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/views/edit-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/views/new-company/NewCompanyView.d.ts +0 -2
- package/dist/projects/curator/src/apps/companies/views/new-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/customers/CustomersApplication.d.ts +0 -11
- package/dist/projects/curator/src/apps/customers/components/add-or-remove-presentations/AddOrRemovePresentations.d.ts +0 -10
- package/dist/projects/curator/src/apps/customers/flight-requests/CustomerRequests.d.ts +0 -4
- package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/EditCustomerPresentationsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/DomainOptionsApplication.d.ts +0 -16
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/DefaultValueField.d.ts +0 -8
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetails.d.ts +0 -8
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetailsForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/data-requests/DomainOptionRequests.d.ts +0 -9
- package/dist/projects/curator/src/apps/domain-options/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/CreateOrUpdateDomainOptionRequest.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/interfaces/models/DomainOption.d.ts +0 -24
- package/dist/projects/curator/src/apps/domain-options/interfaces/models/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/utils/validation/DomainOptionValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/domain-options/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/DeleteDomainOptionView.d.ts +0 -7
- package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/domain-options/DomainOptionsView.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/views/domain-options/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/EditDomainOptionView.d.ts +0 -6
- package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/NewDomainOptionView.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/PeopleApplication.d.ts +0 -13
- package/dist/projects/curator/src/apps/people/components/edit-person/EditPerson.d.ts +0 -9
- package/dist/projects/curator/src/apps/people/components/edit-person/EditPersonForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/components/edit-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/flight-requests/PersonRequests.d.ts +0 -8
- package/dist/projects/curator/src/apps/people/flight-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/interfaces/CreateOrUpdatePersonRequest.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/utils/PersonValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/edit-person/EditPersonView.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/views/edit-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/views/new-person/NewPersonView.d.ts +0 -2
- package/dist/projects/curator/src/apps/people/views/new-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/people/PeopleView.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/views/people/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/PlaylistsApplication.d.ts +0 -26
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetails.d.ts +0 -9
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/EditPlaylistNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/components/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/components/playlist-search/PlaylistSearch.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/components/playlist-search/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/context/PlaylistsAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/playlists/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/flight-requests/CuratorPlaylistRequests.d.ts +0 -17
- package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/Playlist.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/utils/PlaylistNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/playlists/utils/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/utils/validation/PlaylistValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/playlists/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/delete-playlist/DeletePlaylistView.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/delete-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist/EditPlaylistView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/EditPlaylistAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/EditPlaylistSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/EditPlaylistVideosView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/new-playlist/NewPlaylistView.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/views/new-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/PlaylistSearchResultsView.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/playlists/PlaylistsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/playlists/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/remove-video/RemoveVideoView.d.ts +0 -8
- package/dist/projects/curator/src/apps/playlists/views/remove-video/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/ReleaseNotesApplication.d.ts +0 -15
- package/dist/projects/curator/src/apps/release-notes/components/GenerateReleaseNotesForm.d.ts +0 -9
- package/dist/projects/curator/src/apps/release-notes/constants/GitLabPageLimit.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/constants/GitLabProjects.d.ts +0 -3
- package/dist/projects/curator/src/apps/release-notes/constants/MonorepoVersions.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/flight-requests/GitLabRequests.d.ts +0 -9
- package/dist/projects/curator/src/apps/release-notes/interfaces/GitLabProject.d.ts +0 -4
- package/dist/projects/curator/src/apps/release-notes/interfaces/ReleaseNotesConfig.d.ts +0 -5
- package/dist/projects/curator/src/apps/release-notes/utils/getMergeRequestDescriptionChanges.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/getMonorepoMergeRequestDescriptionChanges.d.ts +0 -2
- package/dist/projects/curator/src/apps/release-notes/utils/serializeMergeRequestHeading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/serializeMonorepoMergeRequestSubheading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/shouldFilterMergeRequestHeading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/validation/ReleaseNotesValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesFormView.d.ts +0 -2
- package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesGeneratorView.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/SeriesApplication.d.ts +0 -21
- package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetails.d.ts +0 -10
- package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetailsForm.d.ts +0 -10
- package/dist/projects/curator/src/apps/series/components/edit-series-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/components/edit-series-nav/EditSeriesNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/series/components/edit-series-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/components/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/context/SeriesAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/flight-requests/CuratorSeriesRequests.d.ts +0 -11
- package/dist/projects/curator/src/apps/series/interfaces/data-requests/Series.d.ts +0 -8
- package/dist/projects/curator/src/apps/series/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/utils/SeriesNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/series/utils/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/utils/validation/SeriesValidation.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series/EditSeriesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series-audiences/EditSeriesAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series-subjects/EditSeriesSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/views/new-series/NewSeriesView.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/views/new-series/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/SubjectsApplication.d.ts +0 -77
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/AudienceLevels.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberItem.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberList.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetails.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetailsForm.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-nav/EditAudienceNav.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/EditObjectAudiences.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/SelectAudiences.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberItem.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberList.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/usePinnedVideo.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetails.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetailsForm.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/EditClassificationNav.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/SelectClassifications.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/EditLevelDetails.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-nav/EditLevelNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/levels/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/components/levels/level-audiences/LevelAudiences.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberItem.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberList.d.ts +0 -25
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberListHeader.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/SelectLevels.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetails.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/presentations/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/PresentationSelect.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/AddSubjectMembers.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/EditObjectSubjects.d.ts +0 -20
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetails.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/EditSubjectNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/SelectSubjects.d.ts +0 -17
- package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/SubjectClassifications.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberItem.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberList.d.ts +0 -25
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberListHeader.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/top-nav/TopNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/top-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/enums/ObjectMemberType.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/enums/OwnerType.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/enums/SubjectNodeType.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/enums/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/hooks/UseSetDefaultPresentation.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/hooks/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Audience.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Classification.d.ts +0 -17
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Level.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Presentation.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Subject.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/interfaces/models/ClassificationTree.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/Level.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/interfaces/models/Presentation.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/SubjectTree.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/services/SubjectDataService.d.ts +0 -78
- package/dist/projects/curator/src/apps/subjects/services/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/utils/LevelMemberHelper.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/utils/LevelsNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/SubjectMemberHelper.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/utils/SubjectsNavHelper.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/utils/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/validation/AudienceValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/ClassificationValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/LevelValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/PresentationValidation.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/validation/SubjectValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/views/audiences/audience-nav/AudienceNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/DeleteAudienceView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/EditAudienceView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience-members/EditAudienceMembers.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/audiences/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/NewAudienceView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/remove-audience-member/RemoveAudienceMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavUtils.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/DeleteClassificationView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/EditClassificationView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/EditClassificationMembersView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/NewClassificationView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/RemoveClassificationMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/EditLevelView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersUtils.d.ts +0 -16
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersView.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/views/levels/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/levels/level-audiences/LevelAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/level-nav/LevelNavView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/LevelsRedirectView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/new-level/NewLevelView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/levels/new-level/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/remove-level-member/RemoveLevelMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/EditPresentationView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/EditPresentationsListView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/NewPresentationView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/SelectPresentationView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersUtils.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersView.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/DeleteSubjectView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/EditSubjectView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersUtils.d.ts +0 -16
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersView.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/index.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/NewSubjectView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/RemoveSubjectMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/SubjectClassificationsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/SubjectNavView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/top-nav/TopNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/top-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/ThemesApplication.d.ts +0 -16
- package/dist/projects/curator/src/apps/themes/components/edit-theme/EditTheme.d.ts +0 -10
- package/dist/projects/curator/src/apps/themes/components/edit-theme/ThemeValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/themes/components/edit-theme/edit-data/EditGlanceData.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/components/edit-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/context/ThemesAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/themes/views/delete-theme/DeleteThemeView.d.ts +0 -7
- package/dist/projects/curator/src/apps/themes/views/delete-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/edit-theme/EditThemeView.d.ts +0 -6
- package/dist/projects/curator/src/apps/themes/views/edit-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/new-theme/NewThemeView.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/views/new-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/themes/ThemesView.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/views/themes/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/VideosApplication.d.ts +0 -18
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditGlance.d.ts +0 -7
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditVideoDetails.d.ts +0 -14
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/VideoDetailsForm.d.ts +0 -13
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/components/edit-video-nav/EditVideoNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/videos/components/edit-video-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/context/VideosAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/videos/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/flight-requests/CuratorVideoRequests.d.ts +0 -10
- package/dist/projects/curator/src/apps/videos/interfaces/RightslineVideo.d.ts +0 -4
- package/dist/projects/curator/src/apps/videos/interfaces/data-requests/UpdateVideoRequest.d.ts +0 -12
- package/dist/projects/curator/src/apps/videos/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/videos/utils/VideoNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/videos/utils/VideoValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/videos/views/edit-video/EditVideoView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/EditVideoAliasesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/EditVideoAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/EditVideoSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/index.d.ts +0 -4
- package/dist/projects/curator/src/index.d.ts +0 -83
- package/dist/projects/curator/src/shared/components/aliases/AddAlias.d.ts +0 -7
- package/dist/projects/curator/src/shared/components/aliases/AliasList.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/aliases/Aliases.d.ts +0 -9
- package/dist/projects/curator/src/shared/components/aliases/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/back-button/BackButton.d.ts +0 -8
- package/dist/projects/curator/src/shared/components/back-button/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/checkbox/Checkbox.d.ts +0 -8
- package/dist/projects/curator/src/shared/components/checkbox/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/forms/file-select/FileSelect.d.ts +0 -11
- package/dist/projects/curator/src/shared/components/forms/image-select/ImageSelect.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/forms/image-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/forms/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/index.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/object-collection/ObjectCollection.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/object-collection/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-header/ObjectHeader.d.ts +0 -9
- package/dist/projects/curator/src/shared/components/object-header/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-list/ObjectList.d.ts +0 -11
- package/dist/projects/curator/src/shared/components/object-list/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-list-nav/ObjectListNav.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/object-list-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/rating-select/RatingSelect.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/rating-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/tabs/Tabs.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/tabs/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/tree/Tree.d.ts +0 -14
- package/dist/projects/curator/src/shared/components/tree/TreeNode.d.ts +0 -19
- package/dist/projects/curator/src/shared/components/tree/TreeNodeLink.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/tree/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/components/tree-select/TreeSelect.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/tree-select/TreeSelectHelper.d.ts +0 -17
- package/dist/projects/curator/src/shared/components/tree-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/video-list/SortableVideoList.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/video-list/VideoItem.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/video-list/VideoList.d.ts +0 -19
- package/dist/projects/curator/src/shared/components/video-list/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/constants/CuratorActions.d.ts +0 -103
- package/dist/projects/curator/src/shared/constants/CuratorViewModels.d.ts +0 -3
- package/dist/projects/curator/src/shared/constants/DataPrefixes.d.ts +0 -47
- package/dist/projects/curator/src/shared/constants/Layouts.d.ts +0 -3
- package/dist/projects/curator/src/shared/constants/RadioChannels.d.ts +0 -17
- package/dist/projects/curator/src/shared/constants/Services.d.ts +0 -4
- package/dist/projects/curator/src/shared/constants/index.d.ts +0 -5
- package/dist/projects/curator/src/shared/enums/CurationStatus.d.ts +0 -8
- package/dist/projects/curator/src/shared/enums/CuratorGroup.d.ts +0 -11
- package/dist/projects/curator/src/shared/enums/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/flight-requests/AliasRequests.d.ts +0 -7
- package/dist/projects/curator/src/shared/flight-requests/SubjectRequests.d.ts +0 -9
- package/dist/projects/curator/src/shared/interfaces/collections/AliasCollection.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/collections/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/interfaces/data-requests/CreateAliasRequest.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/data-requests/UpdateObjectPermissionsRequest.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/data-requests/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/interfaces/index.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/models/Alias.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/models/Permission.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/models/index.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/models/primitives/BaseTree.d.ts +0 -8
- package/dist/projects/curator/src/shared/interfaces/models/primitives/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/interfaces/view-models/NavItem.d.ts +0 -6
- package/dist/projects/curator/src/shared/interfaces/view-models/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/layouts/curator-layout/CuratorLayoutView.d.ts +0 -28
- package/dist/projects/curator/src/shared/layouts/curator-layout/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/layouts/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/layouts/primitives/LayoutComponent.d.ts +0 -17
- package/dist/projects/curator/src/shared/layouts/primitives/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/services/CuratorAppNavService.d.ts +0 -17
- package/dist/projects/curator/src/shared/services/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/utils/CuratorCollectionHelper.d.ts +0 -10
- package/dist/projects/curator/src/shared/utils/NavHelper.d.ts +0 -5
- package/dist/projects/curator/src/shared/utils/PermissionsHelper.d.ts +0 -6
- package/dist/projects/curator/src/shared/utils/PropHelper.d.ts +0 -4
- package/dist/projects/curator/src/shared/utils/TreeHelper.d.ts +0 -7
- package/dist/projects/curator/src/shared/utils/UserHelper.d.ts +0 -4
- package/dist/projects/curator/src/shared/utils/index.d.ts +0 -4
package/dist/en.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"subjects":{"selectPresentation":{"heading":"Select a presentation to view its %{objectType}:"},"comingSoon":{"comingSoon":"Coming Soon","info1":"We are currently building this topic.","info2":"In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"playlists":{"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"search":{"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"upload":{"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"shared":{"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","relatedTopics":"Related Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My
|
|
1
|
+
{"subjects":{"selectPresentation":{"heading":"Select a presentation to view its %{objectType}:"},"audienceFilter":{"clear":"Clear"},"comingSoon":{"comingSoon":"Coming Soon","info1":"We are currently building this topic.","info2":"In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"playlists":{"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"search":{"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"upload":{"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"shared":{"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","relatedTopics":"Related Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Topics","all":"Explore all topics"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Many files selected","body":"Please only upload file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)","cancel":"Cancel","confirm":"Confirm"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/curator",
|
|
3
|
-
"version": "1.0.25-
|
|
3
|
+
"version": "1.0.25-rc.1",
|
|
4
4
|
"description": "curator",
|
|
5
5
|
"main": "dist/curator-app.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@clickview/eslint-config": "1.0.0",
|
|
24
|
-
"@clickview/tooling": "0.0.19-
|
|
24
|
+
"@clickview/tooling": "0.0.19-rc.1",
|
|
25
25
|
"@types/cropperjs": "1.3.0",
|
|
26
26
|
"@types/react-copy-to-clipboard": "4.3.0",
|
|
27
27
|
"@types/react-transition-group": "4.2.3",
|
|
28
28
|
"@types/yup": "0.26.24"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@clickview/styles": "1.0.12-
|
|
31
|
+
"@clickview/styles": "1.0.12-rc.1",
|
|
32
32
|
"cropperjs": "1.5.6",
|
|
33
33
|
"marked": "0.8.0",
|
|
34
34
|
"react-copy-to-clipboard": "5.0.2",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AnalyticsDataPayload } from "./models/AnalyticsEvent";
|
|
2
|
-
import { ActionContext, EventVersion } from "./interfaces";
|
|
3
|
-
export declare const Analytics: {
|
|
4
|
-
/**
|
|
5
|
-
* Push/emit all events along the analytics firehose
|
|
6
|
-
* @param eventType
|
|
7
|
-
* @param data Data to be passed to AnalyticsClient
|
|
8
|
-
*/
|
|
9
|
-
log<TType extends import("./interfaces").UserAction, TData extends AnalyticsDataPayload>(eventType: TType, data: TData, actionContext?: ActionContext, eventVersion?: EventVersion): void;
|
|
10
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ObjectHash } from 'backbone';
|
|
2
|
-
import { Core } from "../../common/src/backbone";
|
|
3
|
-
import { ActionContext, AnalyticsOptions, ActionDescriptor, InteractionTypeDescriptor, InteractionType } from "./interfaces";
|
|
4
|
-
export declare const AnalyticsHelper: {
|
|
5
|
-
logUserAction(data: ObjectHash | ObjectHash[], analyticsOptions: AnalyticsOptions): void;
|
|
6
|
-
logNavigate(appLink: Core.AppLink, options: ObjectHash): void;
|
|
7
|
-
mergeOptions(baseOptions: AnalyticsOptions, newOptions: AnalyticsOptions): AnalyticsOptions;
|
|
8
|
-
buildActionContext(options?: AnalyticsOptions): ActionContext;
|
|
9
|
-
buildUserActionEvent(options?: AnalyticsOptions): ObjectHash;
|
|
10
|
-
buildCurrentLocation(): string;
|
|
11
|
-
/**
|
|
12
|
-
* Search logging helpers
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Create a search event that is depenedent on whether we page loaded into search
|
|
16
|
-
* or used the search bar directly.
|
|
17
|
-
*/
|
|
18
|
-
buildSearchEvent(query: string, descriptor: ActionDescriptor): ObjectHash;
|
|
19
|
-
buildInstantSearchEvent(query: string, suggestion: ObjectHash, source: string): ObjectHash;
|
|
20
|
-
/**
|
|
21
|
-
* Resources Helpers
|
|
22
|
-
*/
|
|
23
|
-
/**
|
|
24
|
-
* Map our general InteractionType to an appropriate anayltics descriptor type.
|
|
25
|
-
* The reason we do this is to maintain a seperation between analytics metadata and
|
|
26
|
-
* actual domain data.
|
|
27
|
-
* @param type
|
|
28
|
-
*/
|
|
29
|
-
mapInteractionType(type: InteractionType): InteractionTypeDescriptor;
|
|
30
|
-
};
|
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
export declare type AnalyticsEventType = UserAction;
|
|
2
|
-
export interface AnalyticsOptions {
|
|
3
|
-
actionType?: UserAction;
|
|
4
|
-
productArea?: string;
|
|
5
|
-
entity?: EntityType;
|
|
6
|
-
location?: LocationContext;
|
|
7
|
-
descriptor?: ActionDescriptor;
|
|
8
|
-
workflowPhase?: WorkflowPhase;
|
|
9
|
-
eventVersion?: EventVersion;
|
|
10
|
-
}
|
|
11
|
-
export interface ActionContext {
|
|
12
|
-
productArea: string;
|
|
13
|
-
entity: EntityType;
|
|
14
|
-
location: LocationContext;
|
|
15
|
-
descriptor: ActionDescriptor;
|
|
16
|
-
workflowPhase: WorkflowPhase;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* All events recorded are captured within the following action names
|
|
20
|
-
*/
|
|
21
|
-
export declare enum UserAction {
|
|
22
|
-
/**
|
|
23
|
-
* The following events are listed in CollectionApi
|
|
24
|
-
*/
|
|
25
|
-
Stream = "cv_product_stream",
|
|
26
|
-
StreamRaw = "cv_product_stream_raw",
|
|
27
|
-
WebPlayerStream = "cv_product_webplayer_stream",
|
|
28
|
-
StreamProgress = "cv_product_stream_progress",
|
|
29
|
-
Login = "cv_product_login",
|
|
30
|
-
LoginSsoRedirect = "cv_product_login_sso_redirect",
|
|
31
|
-
LoginFailed = "cv_product_login_failed",
|
|
32
|
-
Search = "cv_product_search",
|
|
33
|
-
InstantSearch = "cv_product_search",
|
|
34
|
-
SearchEmptyResult = "cv_product_search_empty_result",
|
|
35
|
-
Filter = "cv_product_search_filter",
|
|
36
|
-
SearchLanding = "cv_product_search_landing",
|
|
37
|
-
Share = "cv_product_share",
|
|
38
|
-
WorkspaceAdd = "cv_product_tv_add",
|
|
39
|
-
/**
|
|
40
|
-
* The following events are unlisted in CollectionApi
|
|
41
|
-
*/
|
|
42
|
-
Rename = "cv_product_rename",
|
|
43
|
-
Move = "cv_product_move",
|
|
44
|
-
Sort = "cv_product_sort",
|
|
45
|
-
Create = "cv_product_create",
|
|
46
|
-
Delete = "cv_product_delete",
|
|
47
|
-
Associate = "cv_product_associate",
|
|
48
|
-
Dissociate = "cv_product_dissociate",
|
|
49
|
-
Edit = "cv_product_edit",
|
|
50
|
-
Approve = "cv_product_approve",
|
|
51
|
-
Reject = "cv_product_reject",
|
|
52
|
-
Disable = "cv_product_disable",
|
|
53
|
-
Upload = "cv_product_upload",
|
|
54
|
-
Download = "cv_product_download",
|
|
55
|
-
Navigate = "cv_product_navigate",
|
|
56
|
-
Click = "cv_product_click",
|
|
57
|
-
Suggest = "cv_product_suggest",
|
|
58
|
-
EditAssoc = "cv_product_edit_assoc",
|
|
59
|
-
Play = "cv_product_play",
|
|
60
|
-
Favourite = "cv_product_favourite",
|
|
61
|
-
Follow = "cv_product_follow",
|
|
62
|
-
Prefer = "cv_product_prefer",
|
|
63
|
-
Print = "cv_product_print",
|
|
64
|
-
Copy = "cv_product_copy",
|
|
65
|
-
Activate = "cv_product_activate",
|
|
66
|
-
SetAccess = "cv_product_set_access",
|
|
67
|
-
AddToLocalCache = "cv_product_add_to_lc",
|
|
68
|
-
/**
|
|
69
|
-
* Capture migration specific events in dedicated collection.
|
|
70
|
-
* The assumption here is that at some point in the distant future
|
|
71
|
-
* we will not longer care about these collections and it doesn't need to
|
|
72
|
-
* be part of the more general collections set.
|
|
73
|
-
*/
|
|
74
|
-
ResolveWarning = "cv_product_resolve_warning",
|
|
75
|
-
DismissWarning = "cv_product_dismiss_warning"
|
|
76
|
-
}
|
|
77
|
-
export declare enum EntityType {
|
|
78
|
-
Folder = "folder",
|
|
79
|
-
Video = "video",
|
|
80
|
-
Rating = "rating",
|
|
81
|
-
Series = "series",
|
|
82
|
-
Library = "library",
|
|
83
|
-
Resource = "resource",
|
|
84
|
-
Tag = "tag",
|
|
85
|
-
Subtitle = "subtitle",
|
|
86
|
-
Chapter = "chapter",
|
|
87
|
-
Restriction = "restriction",
|
|
88
|
-
Interactive = "interactive",
|
|
89
|
-
PDF = "pdf",
|
|
90
|
-
CustomerSetting = "customer_setting",
|
|
91
|
-
UserSetting = "user_setting",
|
|
92
|
-
StaffRequest = "staff_request",
|
|
93
|
-
Logo = "logo",
|
|
94
|
-
Pagination = "pagination",
|
|
95
|
-
Thumbnail = "thumbnail",
|
|
96
|
-
Banner = "banner",
|
|
97
|
-
Link = "link",
|
|
98
|
-
Playlist = "playlist",
|
|
99
|
-
Person = "person",
|
|
100
|
-
Company = "company",
|
|
101
|
-
Classroom = "classroom",
|
|
102
|
-
ClassroomGroup = "classroom_group",
|
|
103
|
-
Classification = "classification",
|
|
104
|
-
ShareLink = "share_link",
|
|
105
|
-
Upload = "upload",
|
|
106
|
-
SearchResults = "search_results",
|
|
107
|
-
Audience = "audience",
|
|
108
|
-
User = "user",
|
|
109
|
-
Clip = "clip",
|
|
110
|
-
UserChannel = "user_channel",
|
|
111
|
-
Widget = "widget",
|
|
112
|
-
Url = "url"
|
|
113
|
-
}
|
|
114
|
-
export declare enum LocationContext {
|
|
115
|
-
TopNav = "top_nav",
|
|
116
|
-
LeftNav = "left_nav",
|
|
117
|
-
Popup = "popup",
|
|
118
|
-
Banner = "banner",
|
|
119
|
-
VideoList = "video_list",
|
|
120
|
-
VideoListItem = "video_list_item",
|
|
121
|
-
VideoListHeader = "video_header",
|
|
122
|
-
VideoThumbnail = "video_thumbnail",
|
|
123
|
-
ExpandableVideoThumbnail = "expandable_video_thumbnail",
|
|
124
|
-
VideoItemPreview = "video_item_preview",
|
|
125
|
-
VideoDetails = "video_details",
|
|
126
|
-
VideoDetailsHeader = "video_details_header",
|
|
127
|
-
EditVideoDetails = "edit_video_details",
|
|
128
|
-
EditVideoChapters = "edit_video_chapters",
|
|
129
|
-
EditVideoResources = "edit_video_resources",
|
|
130
|
-
VideoUpload = "video_upload",
|
|
131
|
-
VideoRequest = "video_request",
|
|
132
|
-
Pagination = "pagination",
|
|
133
|
-
SearchBar = "search_bar",
|
|
134
|
-
InstantSearch = "instant_search",
|
|
135
|
-
SearchFilters = "search_filters",
|
|
136
|
-
LibraryHeader = "library_header",
|
|
137
|
-
LibraryTiles = "library_tiles",
|
|
138
|
-
StaffRequestDetails = "staff_request_details",
|
|
139
|
-
SubFolderList = "sub_folder_list",
|
|
140
|
-
AwaitingReviewVideoListHeader = "awaiting_review_video_list_header",
|
|
141
|
-
AwaitingReviewVideoItem = "awaiting_review_video_item",
|
|
142
|
-
PastReleasesHeader = "past_releases_header",
|
|
143
|
-
MigrationWarnings = "migration_warnings",
|
|
144
|
-
PlaylistListHeader = "playlist_list_header",
|
|
145
|
-
PlaylistListItem = "playlist_list_item",
|
|
146
|
-
StaffManager = "staff_manager",
|
|
147
|
-
StaffManagerListItem = "staff_manager_list_item",
|
|
148
|
-
StudentManager = "student_manager",
|
|
149
|
-
StudentManagerListItem = "student_manager_list_item",
|
|
150
|
-
ClassroomsList = "classrooms_list",
|
|
151
|
-
ClassroomsListItem = "classrooms_list_item",
|
|
152
|
-
ClassroomOverview = "classroom_overview",
|
|
153
|
-
ClassroomOverviewStudentListItem = "classroom_overview_student_list_item",
|
|
154
|
-
ManageClassroomStudents = "manage_classroom_students",
|
|
155
|
-
ManageClassroomStudentListItem = "manage_classroom_student_list_item",
|
|
156
|
-
ManageClassroomGroups = "manage_classroom_groups",
|
|
157
|
-
ManageClassroomGroupListItem = "manage_classroom_group_list_item",
|
|
158
|
-
PlayPage = "play_page",
|
|
159
|
-
Player = "player",
|
|
160
|
-
FloatingPlayer = "floating_player",
|
|
161
|
-
InteractivePlayer = "interactive_player",
|
|
162
|
-
EmbeddedPlayer = "embedded_player",
|
|
163
|
-
ContentUpdatesClassificationBanner = "content_updates_classification_banner",
|
|
164
|
-
PreferencesSettings = "preferences_settings",
|
|
165
|
-
MyUploads = "my_uploads",
|
|
166
|
-
SlidingList = "sliding_list",
|
|
167
|
-
HeroBannerItem = "hero_banner_item",
|
|
168
|
-
SlidingListItem = "sliding_list_item",
|
|
169
|
-
ClassificationListItem = "classification_list_item",
|
|
170
|
-
ClassificationComingSoon = "classification_coming_soon",
|
|
171
|
-
Dashboard = "dashboard"
|
|
172
|
-
}
|
|
173
|
-
export declare enum WorkflowPhase {
|
|
174
|
-
Start = "start",
|
|
175
|
-
Complete = "complete",
|
|
176
|
-
Save = "save",
|
|
177
|
-
Discard = "discard"
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* Action descriptor sub-types
|
|
181
|
-
*/
|
|
182
|
-
export declare enum PageDescriptor {
|
|
183
|
-
PageLoad = "page_load"
|
|
184
|
-
}
|
|
185
|
-
export declare enum OperationDescriptor {
|
|
186
|
-
Single = "single",
|
|
187
|
-
Bulk = "bulk",
|
|
188
|
-
All = "all"
|
|
189
|
-
}
|
|
190
|
-
export declare enum SortDescriptor {
|
|
191
|
-
ProductionYear = "production_year",
|
|
192
|
-
Alphabetical = "alphabetical"
|
|
193
|
-
}
|
|
194
|
-
export declare enum FilterDescriptor {
|
|
195
|
-
Content = "content",
|
|
196
|
-
Quality = "quality",
|
|
197
|
-
Duration = "duration",
|
|
198
|
-
Reset = "reset"
|
|
199
|
-
}
|
|
200
|
-
export declare enum DirectSearchDescriptor {
|
|
201
|
-
Submit = "submit",
|
|
202
|
-
ShowAll = "show_all",
|
|
203
|
-
Recent = "recent",
|
|
204
|
-
SearchIcon = "search_icon"
|
|
205
|
-
}
|
|
206
|
-
export declare enum PlaybackDescriptor {
|
|
207
|
-
Start = "start",
|
|
208
|
-
Finish = "finish",
|
|
209
|
-
Terminate = "terminate",
|
|
210
|
-
Play = "play",
|
|
211
|
-
Pause = "pause",
|
|
212
|
-
Playback = "playback",
|
|
213
|
-
NextChapter = "next_chapter",
|
|
214
|
-
PreviousChapter = "previous_chapter",
|
|
215
|
-
FullScreenEnter = "full_screen_enter",
|
|
216
|
-
FullScreenExit = "full_screen_exit"
|
|
217
|
-
}
|
|
218
|
-
export declare enum ClickDescriptor {
|
|
219
|
-
TogglePreview = "toggle_preview",
|
|
220
|
-
NavigateHome = "navigate_home",
|
|
221
|
-
OpenInStaffView = "open_in_staff_view",
|
|
222
|
-
Title = "title",
|
|
223
|
-
ToggleHideValidListings = "toggle_hide_valid_listings",
|
|
224
|
-
LaunchImmersiveReader = "launch_immersive_reader",
|
|
225
|
-
CopyEmbedHtml = "copy_embed_html",
|
|
226
|
-
Close = "close",
|
|
227
|
-
Open = "open",
|
|
228
|
-
Button = "button",
|
|
229
|
-
Link = "link",
|
|
230
|
-
Tile = "tile",
|
|
231
|
-
Thumbnail = "thumbnail",
|
|
232
|
-
Cover = "cover",
|
|
233
|
-
TallPoster = "tall_poster",
|
|
234
|
-
Slide = "slide"
|
|
235
|
-
}
|
|
236
|
-
export declare enum VideoActionDescriptor {
|
|
237
|
-
FeatureUserChannelVideo = "feature_user_channel_video",
|
|
238
|
-
RemoveFromUserChannelPlaylist = "remove_from_user_channel_playlist",
|
|
239
|
-
ShareClip = "share_clip",
|
|
240
|
-
ViewOriginalVideo = "view_original_video",
|
|
241
|
-
ShareInteractive = "share_interactive",
|
|
242
|
-
DeleteInteractiveVideo = "delete_interactive_video",
|
|
243
|
-
CopyInteractiveVideo = "copy_interactive_video",
|
|
244
|
-
EditInteractiveVideo = "edit_interactive_video",
|
|
245
|
-
PrintAsWorksheet = "print_as_worksheet",
|
|
246
|
-
PreviewInteractiveVideo = "preview_interactive_video",
|
|
247
|
-
ViewResults = "view_results",
|
|
248
|
-
MoveToAnotherFolder = "move_to_another_folder",
|
|
249
|
-
CreateInteractiveVideo = "create_interactive_video",
|
|
250
|
-
ShareVideo = "share_video",
|
|
251
|
-
EditVideo = "edit_video",
|
|
252
|
-
DownloadVideo = "download_video",
|
|
253
|
-
AddToExchange = "add_to_exchange",
|
|
254
|
-
AddToUserChannel = "add_to_user_channel",
|
|
255
|
-
CreateClip = "create_clip",
|
|
256
|
-
FlagVideo = "flag_video",
|
|
257
|
-
AddToLibrary = "add_to_library",
|
|
258
|
-
AddToWorkspace = "add_to_workspace",
|
|
259
|
-
AddToPlaylist = "add_to_playlist",
|
|
260
|
-
RemoveFromPlaylist = "remove_from_playlist",
|
|
261
|
-
AddCurriculumLink = "add_curriculum_link",
|
|
262
|
-
ViewCurriculumLinks = "view_curriculum_links",
|
|
263
|
-
OpenInCurator = "open_in_curator",
|
|
264
|
-
ManageVideoAccess = "manage_video_access",
|
|
265
|
-
Approve = "approve",
|
|
266
|
-
AddToLocalCache = "add_to_local_cache",
|
|
267
|
-
OpenInLibraryEditor = "open_in_library_editor",
|
|
268
|
-
PlayClip = "play_clip",
|
|
269
|
-
EditClip = "edit_clip",
|
|
270
|
-
DeleteClip = "delete_clip"
|
|
271
|
-
}
|
|
272
|
-
export declare enum CustomerSettingDescriptor {
|
|
273
|
-
LibraryReview = "library_review"
|
|
274
|
-
}
|
|
275
|
-
export declare enum InteractionTypeDescriptor {
|
|
276
|
-
FileSelect = "file_select",
|
|
277
|
-
DragDrop = "drag_drop"
|
|
278
|
-
}
|
|
279
|
-
export declare enum SuggestionDescriptor {
|
|
280
|
-
Edit = "edit"
|
|
281
|
-
}
|
|
282
|
-
export declare enum AssocDescriptor {
|
|
283
|
-
Image = "image",
|
|
284
|
-
User = "user",
|
|
285
|
-
Playlist = "playlist",
|
|
286
|
-
Link = "link"
|
|
287
|
-
}
|
|
288
|
-
export declare enum ToggleDescriptor {
|
|
289
|
-
On = "on",
|
|
290
|
-
Off = "off"
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* Action descriptors give further context to UserActions
|
|
294
|
-
*/
|
|
295
|
-
export declare type ActionDescriptor = OperationDescriptor | SortDescriptor | FilterDescriptor | DirectSearchDescriptor | PageDescriptor | PlaybackDescriptor | CustomerSettingDescriptor | SuggestionDescriptor | InteractionTypeDescriptor | AssocDescriptor | ClickDescriptor | ToggleDescriptor | VideoActionDescriptor;
|
|
296
|
-
/**
|
|
297
|
-
* Placeholder values to be used in circumstances where we need
|
|
298
|
-
* to simply signify that a change has occurred. Particularly if it is
|
|
299
|
-
* being collected as a set of other changes.
|
|
300
|
-
*/
|
|
301
|
-
export declare enum EventDefaultValue {
|
|
302
|
-
EntityRemoved = "cv_entity_removed",
|
|
303
|
-
ValueUpdated = "cv_value_updated"
|
|
304
|
-
}
|
|
305
|
-
export declare enum InteractionType {
|
|
306
|
-
FileSelect = "file_select",
|
|
307
|
-
DragDrop = "drag_drop"
|
|
308
|
-
}
|
|
309
|
-
export declare enum SearchQueryType {
|
|
310
|
-
Video = "videos",
|
|
311
|
-
Folder = "categories",
|
|
312
|
-
Series = "series",
|
|
313
|
-
Tags = "tags"
|
|
314
|
-
}
|
|
315
|
-
export declare enum EventVersion {
|
|
316
|
-
V1 = 1
|
|
317
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { BaseObject } from "./";
|
|
2
|
-
export declare enum UserGroup {
|
|
3
|
-
Staff = "staff",
|
|
4
|
-
Learner = "learner",
|
|
5
|
-
Unknown = "unknown"
|
|
6
|
-
}
|
|
7
|
-
export interface User extends BaseObject {
|
|
8
|
-
countryCode?: string;
|
|
9
|
-
customerId?: string;
|
|
10
|
-
customerGuid?: string;
|
|
11
|
-
customerName?: string;
|
|
12
|
-
crmId?: number;
|
|
13
|
-
role?: string;
|
|
14
|
-
userGroup?: UserGroup;
|
|
15
|
-
yearGroup?: string;
|
|
16
|
-
isOpenCustomer?: boolean;
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BaseObject } from "./";
|
|
2
|
-
import { Series } from './Series';
|
|
3
|
-
import { Folder } from './Folder';
|
|
4
|
-
import { Owner } from './Owner';
|
|
5
|
-
import { Playlist } from './Playlist';
|
|
6
|
-
import { Rating } from './Rating';
|
|
7
|
-
export interface Video extends BaseObject {
|
|
8
|
-
series?: Series;
|
|
9
|
-
categories?: Folder[];
|
|
10
|
-
owner?: Owner;
|
|
11
|
-
playlist?: Playlist;
|
|
12
|
-
rating?: Rating;
|
|
13
|
-
duration?: number;
|
|
14
|
-
trackingCode?: string;
|
|
15
|
-
productionYear?: number;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export * from './AnalyticsTypes';
|
|
2
|
-
export * from './User';
|
|
3
|
-
export * from './Config';
|
|
4
|
-
export * from './Owner';
|
|
5
|
-
export * from './Folder';
|
|
6
|
-
export * from './HashObject';
|
|
7
|
-
export * from './Playlist';
|
|
8
|
-
export * from './Resource';
|
|
9
|
-
export * from './Rating';
|
|
10
|
-
export * from './Region';
|
|
11
|
-
export * from './RegionalUrl';
|
|
12
|
-
export * from './Series';
|
|
13
|
-
export * from './Subtitle';
|
|
14
|
-
export * from './Video';
|
|
15
|
-
export * from './primitives/BaseObject';
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ObjectHash } from 'backbone';
|
|
2
|
-
import { AnalyticsEventType, ActionContext } from "../interfaces";
|
|
3
|
-
import { EventVersion } from "../interfaces";
|
|
4
|
-
interface Enrichment {
|
|
5
|
-
[prop: string]: string;
|
|
6
|
-
}
|
|
7
|
-
export interface DataObjectPayload extends ObjectHash {
|
|
8
|
-
}
|
|
9
|
-
export interface DataCollectionPayload extends Array<ObjectHash> {
|
|
10
|
-
}
|
|
11
|
-
export declare type AnalyticsDataPayload = DataObjectPayload | DataCollectionPayload;
|
|
12
|
-
/**
|
|
13
|
-
* Base AnalyticsEvent Object.
|
|
14
|
-
* Acts as a wrapper for our events, encapsulating the event type
|
|
15
|
-
* and a data payload.
|
|
16
|
-
*/
|
|
17
|
-
export declare class AnalyticsEvent<TType extends AnalyticsEventType, TPayload extends AnalyticsDataPayload> {
|
|
18
|
-
type: TType;
|
|
19
|
-
data: TPayload;
|
|
20
|
-
actionContext: ActionContext;
|
|
21
|
-
eventVersion: EventVersion;
|
|
22
|
-
constructor(type: TType, data: TPayload, actionContext?: ActionContext, eventVersion?: EventVersion);
|
|
23
|
-
/**
|
|
24
|
-
* Utility function that allows us to create type guards.
|
|
25
|
-
* @param type EventType
|
|
26
|
-
*/
|
|
27
|
-
isType(type: TType): this is TType;
|
|
28
|
-
/**
|
|
29
|
-
* Mix different enrichments into the base AnalyticsEvent object
|
|
30
|
-
* to keep it as flat as possible.
|
|
31
|
-
*
|
|
32
|
-
* @param key Top level enrichment name
|
|
33
|
-
* @param value Either a string or set of KV Pairs
|
|
34
|
-
*/
|
|
35
|
-
enrich(key: string, value: string | Enrichment): void;
|
|
36
|
-
get(key: string): string | Enrichment;
|
|
37
|
-
/**
|
|
38
|
-
* Check that the incoming enrichment doesn't clash with
|
|
39
|
-
* a pre-existing enrichement.
|
|
40
|
-
*
|
|
41
|
-
* @param key
|
|
42
|
-
*/
|
|
43
|
-
private validateKey;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Alias our analytics type to make our function signatures and typings a little cleaner
|
|
47
|
-
*/
|
|
48
|
-
export declare type CoreAnalyticsType = AnalyticsEvent<AnalyticsEventType, AnalyticsDataPayload>;
|
|
49
|
-
export {};
|