herum-types 1.0.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/ActivityUpdate/StudentQuizUpdateData.d.ts +5 -0
- package/ActivityUpdate/StudentQuizUpdateData.js +1 -0
- package/ActivityUpdate/index.d.ts +4 -0
- package/ActivityUpdate/index.js +4 -0
- package/Auth/AuthenticationResponse.d.ts +5 -0
- package/Auth/AuthenticationResponse.js +1 -0
- package/Auth/LoginType.d.ts +5 -0
- package/Auth/LoginType.js +6 -0
- package/Auth/backendLoginFormat.d.ts +4 -0
- package/Auth/backendLoginFormat.js +1 -0
- package/Auth/index.d.ts +6 -0
- package/Auth/index.js +6 -0
- package/Collection/Collection.d.ts +23 -0
- package/Collection/Collection.js +2 -0
- package/Collection/CollectionBase.d.ts +14 -0
- package/Collection/CollectionBase.js +2 -0
- package/Collection/index.d.ts +5 -0
- package/Collection/index.js +5 -0
- package/Dialogs/AssignmentDialogConfig.d.ts +5 -0
- package/Dialogs/AssignmentDialogConfig.js +1 -0
- package/Dialogs/DialogConfig.d.ts +9 -0
- package/Dialogs/DialogConfig.js +1 -0
- package/Dialogs/FetchedMessage.d.ts +7 -0
- package/Dialogs/FetchedMessage.js +1 -0
- package/Dialogs/SelectionDialog.d.ts +5 -0
- package/Dialogs/SelectionDialog.js +1 -0
- package/Dialogs/assignmentsConfigs.d.ts +4 -0
- package/Dialogs/assignmentsConfigs.js +21 -0
- package/Dialogs/index.d.ts +8 -0
- package/Dialogs/index.js +8 -0
- package/Enums/CertificateLevel.d.ts +4 -0
- package/Enums/CertificateLevel.js +5 -0
- package/Enums/CollectionAction.d.ts +4 -0
- package/Enums/CollectionAction.js +5 -0
- package/Enums/FeedPriority.d.ts +40 -0
- package/Enums/FeedPriority.js +23 -0
- package/Enums/FeedPriorityStatus.d.ts +4 -0
- package/Enums/FeedPriorityStatus.js +6 -0
- package/Enums/FetchedMessageKeys.d.ts +4 -0
- package/Enums/FetchedMessageKeys.js +5 -0
- package/Enums/FullHierarchyPartsPlaces.d.ts +6 -0
- package/Enums/FullHierarchyPartsPlaces.js +7 -0
- package/Enums/Gender.d.ts +5 -0
- package/Enums/Gender.js +6 -0
- package/Enums/HerumPageHeaderAction.d.ts +6 -0
- package/Enums/HerumPageHeaderAction.js +7 -0
- package/Enums/QuizHeaderState.d.ts +9 -0
- package/Enums/QuizHeaderState.js +10 -0
- package/Enums/QuizStatus.d.ts +6 -0
- package/Enums/QuizStatus.js +7 -0
- package/Enums/ResourceState.d.ts +5 -0
- package/Enums/ResourceState.js +6 -0
- package/Enums/StateUpdateActionType.d.ts +4 -0
- package/Enums/StateUpdateActionType.js +5 -0
- package/Enums/SubscriptionStatus.d.ts +5 -0
- package/Enums/SubscriptionStatus.js +6 -0
- package/Enums/TimeUnit.d.ts +5 -0
- package/Enums/TimeUnit.js +2 -0
- package/Enums/index.d.ts +17 -0
- package/Enums/index.js +17 -0
- package/GenericUpdates/AddOrUpdate.d.ts +4 -0
- package/GenericUpdates/AddOrUpdate.js +1 -0
- package/GenericUpdates/Attach.d.ts +8 -0
- package/GenericUpdates/Attach.js +1 -0
- package/GenericUpdates/DbActionResponse.d.ts +15 -0
- package/GenericUpdates/DbActionResponse.js +1 -0
- package/GenericUpdates/ListItemDeletion.d.ts +6 -0
- package/GenericUpdates/ListItemDeletion.js +1 -0
- package/GenericUpdates/index.d.ts +7 -0
- package/GenericUpdates/index.js +7 -0
- package/GraphQL/GQLVariable.d.ts +5 -0
- package/GraphQL/GQLVariable.js +1 -0
- package/GraphQL/GraphQLError.d.ts +8 -0
- package/GraphQL/GraphQLError.js +1 -0
- package/GraphQL/GraphQLFilter.d.ts +5 -0
- package/GraphQL/GraphQLFilter.js +1 -0
- package/GraphQL/GraphQLOrder.d.ts +3 -0
- package/GraphQL/GraphQLOrder.js +1 -0
- package/GraphQL/GraphQlOffsetPaging.d.ts +4 -0
- package/GraphQL/GraphQlOffsetPaging.js +1 -0
- package/GraphQL/GraphQlOffsetPagingResult.d.ts +8 -0
- package/GraphQL/GraphQlOffsetPagingResult.js +1 -0
- package/GraphQL/GraphQlPaging.d.ts +4 -0
- package/GraphQL/GraphQlPaging.js +1 -0
- package/GraphQL/GraphQlQuery.d.ts +29 -0
- package/GraphQL/GraphQlQuery.js +1 -0
- package/GraphQL/GraphQlResult.d.ts +13 -0
- package/GraphQL/GraphQlResult.js +1 -0
- package/GraphQL/NestedObjectFilter.d.ts +37 -0
- package/GraphQL/NestedObjectFilter.js +1 -0
- package/GraphQL/index.d.ts +13 -0
- package/GraphQL/index.js +13 -0
- package/Group/AndFieldsPermission.d.ts +22 -0
- package/Group/AndFieldsPermission.js +1 -0
- package/Group/CollectionPermission.d.ts +6 -0
- package/Group/CollectionPermission.js +1 -0
- package/Group/CollectionPermissionType.d.ts +3 -0
- package/Group/CollectionPermissionType.js +1 -0
- package/Group/Group.d.ts +13 -0
- package/Group/Group.js +1 -0
- package/Group/PermittedGroup.d.ts +7 -0
- package/Group/PermittedGroup.js +1 -0
- package/Group/StructPermission.d.ts +6 -0
- package/Group/StructPermission.js +1 -0
- package/Group/index.d.ts +9 -0
- package/Group/index.js +9 -0
- package/HadrachaPage/GradeData.d.ts +4 -0
- package/HadrachaPage/GradeData.js +1 -0
- package/HadrachaPage/HadrachaAssignment.d.ts +14 -0
- package/HadrachaPage/HadrachaAssignment.js +1 -0
- package/HadrachaPage/HadrachaPage.d.ts +15 -0
- package/HadrachaPage/HadrachaPage.js +1 -0
- package/HadrachaPage/HadrachaPagePermissionType.d.ts +7 -0
- package/HadrachaPage/HadrachaPagePermissionType.js +1 -0
- package/HadrachaPage/HadrachaPageResourceSubscription.d.ts +13 -0
- package/HadrachaPage/HadrachaPageResourceSubscription.js +1 -0
- package/HadrachaPage/HadrachaPageStruct.d.ts +4 -0
- package/HadrachaPage/HadrachaPageStruct.js +1 -0
- package/HadrachaPage/HadrachaPageStructPermissionType.d.ts +10 -0
- package/HadrachaPage/HadrachaPageStructPermissionType.js +1 -0
- package/HadrachaPage/HadrachaPageUserSubscription.d.ts +16 -0
- package/HadrachaPage/HadrachaPageUserSubscription.js +1 -0
- package/HadrachaPage/index.d.ts +11 -0
- package/HadrachaPage/index.js +11 -0
- package/HttpRequests/HadrachaSubscriptionUpdate.d.ts +9 -0
- package/HttpRequests/HadrachaSubscriptionUpdate.js +1 -0
- package/HttpRequests/ResourceSubscriptionUpdate.d.ts +8 -0
- package/HttpRequests/ResourceSubscriptionUpdate.js +1 -0
- package/HttpRequests/index.d.ts +5 -0
- package/HttpRequests/index.js +5 -0
- package/Interceptors/ExpandedError.d.ts +4 -0
- package/Interceptors/ExpandedError.js +1 -0
- package/Interceptors/HandledUploadProgressMetadata.d.ts +12 -0
- package/Interceptors/HandledUploadProgressMetadata.js +1 -0
- package/Interceptors/index.d.ts +5 -0
- package/Interceptors/index.js +5 -0
- package/Lessons/Lesson.d.ts +14 -0
- package/Lessons/Lesson.js +1 -0
- package/Lessons/LessonPreview.d.ts +8 -0
- package/Lessons/LessonPreview.js +1 -0
- package/Lessons/LessonResourceSubscription.d.ts +11 -0
- package/Lessons/LessonResourceSubscription.js +1 -0
- package/Lessons/LessonState.d.ts +12 -0
- package/Lessons/LessonState.js +1 -0
- package/Lessons/LessonStudentSingleSubscription.d.ts +6 -0
- package/Lessons/LessonStudentSingleSubscription.js +1 -0
- package/Lessons/LessonStudentSubscription.d.ts +6 -0
- package/Lessons/LessonStudentSubscription.js +1 -0
- package/Lessons/LessonTeacherSubscription.d.ts +6 -0
- package/Lessons/LessonTeacherSubscription.js +1 -0
- package/Lessons/MicroResourceAuthorization.d.ts +19 -0
- package/Lessons/MicroResourceAuthorization.js +1 -0
- package/Lessons/index.d.ts +11 -0
- package/Lessons/index.js +11 -0
- package/Permission/PermissionTemplate.d.ts +9 -0
- package/Permission/PermissionTemplate.js +1 -0
- package/Permission/index.d.ts +4 -0
- package/Permission/index.js +4 -0
- package/Previews/CollectionPreview.d.ts +3 -0
- package/Previews/CollectionPreview.js +1 -0
- package/Previews/GroupPreview.d.ts +4 -0
- package/Previews/GroupPreview.js +1 -0
- package/Previews/HadrachaPagePreview.d.ts +10 -0
- package/Previews/HadrachaPagePreview.js +1 -0
- package/Previews/PlaylistPreview.d.ts +7 -0
- package/Previews/PlaylistPreview.js +1 -0
- package/Previews/ResourcePreview.d.ts +16 -0
- package/Previews/ResourcePreview.js +1 -0
- package/Previews/StructPreview.d.ts +7 -0
- package/Previews/StructPreview.js +1 -0
- package/Previews/SubjectPreview.d.ts +3 -0
- package/Previews/SubjectPreview.js +1 -0
- package/Previews/UserPreview.d.ts +9 -0
- package/Previews/UserPreview.js +1 -0
- package/Previews/index.d.ts +11 -0
- package/Previews/index.js +11 -0
- package/RealTime/Requests/SocketEmptyRequest.d.ts +3 -0
- package/RealTime/Requests/SocketEmptyRequest.js +1 -0
- package/RealTime/Requests/SocketMessageRequest.d.ts +7 -0
- package/RealTime/Requests/SocketMessageRequest.js +1 -0
- package/RealTime/Requests/SocketNewLessonRequest.d.ts +8 -0
- package/RealTime/Requests/SocketNewLessonRequest.js +1 -0
- package/RealTime/Requests/SocketStateRequest.d.ts +8 -0
- package/RealTime/Requests/SocketStateRequest.js +1 -0
- package/RealTime/Requests/SocketUserRequest.d.ts +6 -0
- package/RealTime/Requests/SocketUserRequest.js +1 -0
- package/RealTime/Requests/SocketUsersRequest.d.ts +6 -0
- package/RealTime/Requests/SocketUsersRequest.js +1 -0
- package/RealTime/Requests/index.d.ts +9 -0
- package/RealTime/Requests/index.js +9 -0
- package/RealTime/Responses/SocketLessonResponse.d.ts +6 -0
- package/RealTime/Responses/SocketLessonResponse.js +1 -0
- package/RealTime/Responses/SocketMessageResponse.d.ts +6 -0
- package/RealTime/Responses/SocketMessageResponse.js +1 -0
- package/RealTime/Responses/SocketStateResponse.d.ts +7 -0
- package/RealTime/Responses/SocketStateResponse.js +1 -0
- package/RealTime/Responses/SocketUserResponse.d.ts +6 -0
- package/RealTime/Responses/SocketUserResponse.js +1 -0
- package/RealTime/Responses/SocketUsersResponse.d.ts +6 -0
- package/RealTime/Responses/SocketUsersResponse.js +1 -0
- package/RealTime/Responses/index.d.ts +8 -0
- package/RealTime/Responses/index.js +8 -0
- package/RealTime/SocketMessage.d.ts +4 -0
- package/RealTime/SocketMessage.js +1 -0
- package/RealTime/index.d.ts +6 -0
- package/RealTime/index.js +6 -0
- package/Resource/CollegeData.d.ts +11 -0
- package/Resource/CollegeData.js +1 -0
- package/Resource/Exercise/Exercise.d.ts +6 -0
- package/Resource/Exercise/Exercise.js +1 -0
- package/Resource/Exercise/StreamRequestTemplate.d.ts +10 -0
- package/Resource/Exercise/StreamRequestTemplate.js +1 -0
- package/Resource/Exercise/index.d.ts +5 -0
- package/Resource/Exercise/index.js +5 -0
- package/Resource/GradingMethodData.d.ts +5 -0
- package/Resource/GradingMethodData.js +1 -0
- package/Resource/MicroResource/MicroResourceAuthorizationType.d.ts +5 -0
- package/Resource/MicroResource/MicroResourceAuthorizationType.js +6 -0
- package/Resource/MicroResource/MicroResourceFrontData.d.ts +18 -0
- package/Resource/MicroResource/MicroResourceFrontData.js +1 -0
- package/Resource/MicroResource/index.d.ts +5 -0
- package/Resource/MicroResource/index.js +5 -0
- package/Resource/ModifiedResource.d.ts +8 -0
- package/Resource/ModifiedResource.js +1 -0
- package/Resource/Quiz/Answer.model.d.ts +8 -0
- package/Resource/Quiz/Answer.model.js +8 -0
- package/Resource/Quiz/AnswerData.d.ts +5 -0
- package/Resource/Quiz/AnswerData.js +5 -0
- package/Resource/Quiz/Question.model.d.ts +20 -0
- package/Resource/Quiz/Question.model.js +18 -0
- package/Resource/Quiz/QuestionIdToAnswerData.d.ts +2 -0
- package/Resource/Quiz/QuestionIdToAnswerData.js +1 -0
- package/Resource/Quiz/Quiz.model.d.ts +9 -0
- package/Resource/Quiz/Quiz.model.js +8 -0
- package/Resource/Quiz/QuizData.d.ts +16 -0
- package/Resource/Quiz/QuizData.js +1 -0
- package/Resource/Quiz/QuizGradeData.d.ts +8 -0
- package/Resource/Quiz/QuizGradeData.js +1 -0
- package/Resource/Quiz/QuizUpdateData.d.ts +7 -0
- package/Resource/Quiz/QuizUpdateData.js +1 -0
- package/Resource/Quiz/QuizUserAnswer.d.ts +5 -0
- package/Resource/Quiz/QuizUserAnswer.js +1 -0
- package/Resource/Quiz/index.d.ts +12 -0
- package/Resource/Quiz/index.js +12 -0
- package/Resource/QuizSubmission.d.ts +8 -0
- package/Resource/QuizSubmission.js +1 -0
- package/Resource/Resource.d.ts +22 -0
- package/Resource/Resource.js +1 -0
- package/Resource/ResourceAdditionalFile.d.ts +4 -0
- package/Resource/ResourceAdditionalFile.js +1 -0
- package/Resource/ResourceContainment.d.ts +6 -0
- package/Resource/ResourceContainment.js +1 -0
- package/Resource/ResourceGradeUpdate.d.ts +5 -0
- package/Resource/ResourceGradeUpdate.js +1 -0
- package/Resource/ResourceHierarchy.d.ts +12 -0
- package/Resource/ResourceHierarchy.js +1 -0
- package/Resource/ServerQuizData.d.ts +9 -0
- package/Resource/ServerQuizData.js +1 -0
- package/Resource/index.d.ts +16 -0
- package/Resource/index.js +16 -0
- package/Shared/AssignmentMetadata.d.ts +12 -0
- package/Shared/AssignmentMetadata.js +1 -0
- package/Shared/AudioConfiguration.d.ts +16 -0
- package/Shared/AudioConfiguration.js +1 -0
- package/Shared/ClosedList.d.ts +9 -0
- package/Shared/ClosedList.js +1 -0
- package/Shared/CollectionOverView.d.ts +9 -0
- package/Shared/CollectionOverView.js +1 -0
- package/Shared/CommonQuestions.d.ts +12 -0
- package/Shared/CommonQuestions.js +1 -0
- package/Shared/DateTimePicker.d.ts +2 -0
- package/Shared/DateTimePicker.js +1 -0
- package/Shared/DbListItem.d.ts +4 -0
- package/Shared/DbListItem.js +1 -0
- package/Shared/DisplayIdentifiedEntity.d.ts +4 -0
- package/Shared/DisplayIdentifiedEntity.js +1 -0
- package/Shared/DisplayedRoute.d.ts +10 -0
- package/Shared/DisplayedRoute.js +1 -0
- package/Shared/EntitiesLayoutProperties.d.ts +10 -0
- package/Shared/EntitiesLayoutProperties.js +1 -0
- package/Shared/FileData.d.ts +9 -0
- package/Shared/FileData.js +1 -0
- package/Shared/FormChange.d.ts +4 -0
- package/Shared/FormChange.js +1 -0
- package/Shared/GlobalKeyboardEvent.d.ts +13 -0
- package/Shared/GlobalKeyboardEvent.js +1 -0
- package/Shared/IdentifiedEntity.d.ts +4 -0
- package/Shared/IdentifiedEntity.js +1 -0
- package/Shared/IdentifiedOption.d.ts +4 -0
- package/Shared/IdentifiedOption.js +1 -0
- package/Shared/KeyValue.d.ts +6 -0
- package/Shared/KeyValue.js +1 -0
- package/Shared/MediaSettings.d.ts +9 -0
- package/Shared/MediaSettings.js +1 -0
- package/Shared/MenuItem.d.ts +9 -0
- package/Shared/MenuItem.js +1 -0
- package/Shared/ModelInfo.d.ts +12 -0
- package/Shared/ModelInfo.js +1 -0
- package/Shared/Note.d.ts +5 -0
- package/Shared/Note.js +1 -0
- package/Shared/PageSection.d.ts +4 -0
- package/Shared/PageSection.js +1 -0
- package/Shared/Permission.d.ts +7 -0
- package/Shared/Permission.js +1 -0
- package/Shared/ProgressOverView.d.ts +9 -0
- package/Shared/ProgressOverView.js +1 -0
- package/Shared/RecursiveTitledOptions.d.ts +6 -0
- package/Shared/RecursiveTitledOptions.js +1 -0
- package/Shared/ResourceComment.d.ts +7 -0
- package/Shared/ResourceComment.js +1 -0
- package/Shared/SectionListItem.d.ts +4 -0
- package/Shared/SectionListItem.js +1 -0
- package/Shared/SignUpField.d.ts +4 -0
- package/Shared/SignUpField.js +1 -0
- package/Shared/SocketMessage.d.ts +4 -0
- package/Shared/SocketMessage.js +1 -0
- package/Shared/Step/LessonStep.d.ts +4 -0
- package/Shared/Step/LessonStep.js +1 -0
- package/Shared/Step/Step.d.ts +9 -0
- package/Shared/Step/Step.js +1 -0
- package/Shared/Step/StepperStatus.d.ts +5 -0
- package/Shared/Step/StepperStatus.js +6 -0
- package/Shared/Step/index.d.ts +6 -0
- package/Shared/Step/index.js +6 -0
- package/Shared/Subject.d.ts +3 -0
- package/Shared/Subject.js +1 -0
- package/Shared/SystemIdentifier.d.ts +1 -0
- package/Shared/SystemIdentifier.js +1 -0
- package/Shared/TimeRange.d.ts +4 -0
- package/Shared/TimeRange.js +1 -0
- package/Shared/TreeModels/CollegeTreeNodeData.d.ts +8 -0
- package/Shared/TreeModels/CollegeTreeNodeData.js +1 -0
- package/Shared/TreeModels/HadrachaTreeNodeData.d.ts +8 -0
- package/Shared/TreeModels/HadrachaTreeNodeData.js +1 -0
- package/Shared/TreeModels/NodeMenuItem.d.ts +7 -0
- package/Shared/TreeModels/NodeMenuItem.js +1 -0
- package/Shared/TreeModels/TreeNode.d.ts +29 -0
- package/Shared/TreeModels/TreeNode.js +1 -0
- package/Shared/TreeModels/TreeNodeData.d.ts +25 -0
- package/Shared/TreeModels/TreeNodeData.js +1 -0
- package/Shared/TreeModels/index.d.ts +8 -0
- package/Shared/TreeModels/index.js +8 -0
- package/Shared/UserPermission.d.ts +4 -0
- package/Shared/UserPermission.js +1 -0
- package/Shared/ViewModeType.d.ts +1 -0
- package/Shared/ViewModeType.js +1 -0
- package/Shared/index.d.ts +39 -0
- package/Shared/index.js +39 -0
- package/Shared/signInFormData.d.ts +4 -0
- package/Shared/signInFormData.js +1 -0
- package/Shared/signUpFormData.d.ts +20 -0
- package/Shared/signUpFormData.js +1 -0
- package/Struct/BaseStructUserRowData.d.ts +6 -0
- package/Struct/BaseStructUserRowData.js +1 -0
- package/Struct/CollegeAssignment.d.ts +5 -0
- package/Struct/CollegeAssignment.js +1 -0
- package/Struct/CollegeStruct.d.ts +22 -0
- package/Struct/CollegeStruct.js +1 -0
- package/Struct/CollegeStructTotals.d.ts +5 -0
- package/Struct/CollegeStructTotals.js +1 -0
- package/Struct/HadrachaStructTotals.d.ts +3 -0
- package/Struct/HadrachaStructTotals.js +1 -0
- package/Struct/PakaFile.d.ts +9 -0
- package/Struct/PakaFile.js +1 -0
- package/Struct/PartialStruct.d.ts +36 -0
- package/Struct/PartialStruct.js +1 -0
- package/Struct/Struct.d.ts +21 -0
- package/Struct/Struct.js +1 -0
- package/Struct/StructAssigment.d.ts +7 -0
- package/Struct/StructAssigment.js +1 -0
- package/Struct/StructAssignmentState.d.ts +6 -0
- package/Struct/StructAssignmentState.js +7 -0
- package/Struct/StructFile.d.ts +8 -0
- package/Struct/StructFile.js +1 -0
- package/Struct/StructFileStatusData.d.ts +8 -0
- package/Struct/StructFileStatusData.js +1 -0
- package/Struct/StructHadrachaPageSubscription.d.ts +8 -0
- package/Struct/StructHadrachaPageSubscription.js +1 -0
- package/Struct/StructLesson.d.ts +4 -0
- package/Struct/StructLesson.js +1 -0
- package/Struct/StructPaginatedLesson.d.ts +25 -0
- package/Struct/StructPaginatedLesson.js +1 -0
- package/Struct/StructReview.d.ts +9 -0
- package/Struct/StructReview.js +1 -0
- package/Struct/StructTotals.d.ts +5 -0
- package/Struct/StructTotals.js +1 -0
- package/Struct/StructUserRowData.d.ts +16 -0
- package/Struct/StructUserRowData.js +1 -0
- package/Struct/index.d.ts +21 -0
- package/Struct/index.js +21 -0
- package/Table/AlignDir.d.ts +1 -0
- package/Table/AlignDir.js +1 -0
- package/Table/BaseRowData.d.ts +3 -0
- package/Table/BaseRowData.js +1 -0
- package/Table/HerumTableParams.d.ts +14 -0
- package/Table/HerumTableParams.js +1 -0
- package/Table/HoveredHerumRowTable.d.ts +5 -0
- package/Table/HoveredHerumRowTable.js +1 -0
- package/Table/TableActions.d.ts +4 -0
- package/Table/TableActions.js +5 -0
- package/Table/index.d.ts +8 -0
- package/Table/index.js +8 -0
- package/Toast/CommonDependentsErrorToast .d.ts +5 -0
- package/Toast/CommonDependentsErrorToast .js +1 -0
- package/Toast/CommonDependentsErrorToast.d.ts +5 -0
- package/Toast/CommonDependentsErrorToast.js +1 -0
- package/Toast/Toast.d.ts +9 -0
- package/Toast/Toast.js +1 -0
- package/Toast/ToastContext.d.ts +10 -0
- package/Toast/ToastContext.js +1 -0
- package/Toast/ToastHttpResponseDependencies.d.ts +4 -0
- package/Toast/ToastHttpResponseDependencies.js +1 -0
- package/Toast/ToastState.d.ts +1 -0
- package/Toast/ToastState.js +1 -0
- package/Toast/ToastStatus.d.ts +1 -0
- package/Toast/ToastStatus.js +1 -0
- package/Toast/ToastTemplate.d.ts +6 -0
- package/Toast/ToastTemplate.js +1 -0
- package/Toast/index.d.ts +10 -0
- package/Toast/index.js +10 -0
- package/TrackTextChanges/DeletionTagsUpdateData.d.ts +7 -0
- package/TrackTextChanges/DeletionTagsUpdateData.js +1 -0
- package/TrackTextChanges/TextChange.d.ts +15 -0
- package/TrackTextChanges/TextChange.js +1 -0
- package/TrackTextChanges/TrackTextStyle.d.ts +11 -0
- package/TrackTextChanges/TrackTextStyle.js +1 -0
- package/TrackTextChanges/index.d.ts +6 -0
- package/TrackTextChanges/index.js +6 -0
- package/User/Address.d.ts +5 -0
- package/User/Address.js +1 -0
- package/User/CollectionSubscription.d.ts +18 -0
- package/User/CollectionSubscription.js +1 -0
- package/User/HadrachaPageSubscription.d.ts +16 -0
- package/User/HadrachaPageSubscription.js +1 -0
- package/User/LoginData.d.ts +3 -0
- package/User/LoginData.js +1 -0
- package/User/MultiSelectClosedLists.d.ts +7 -0
- package/User/MultiSelectClosedLists.js +1 -0
- package/User/QuizSubscription/QuizSubscription.d.ts +7 -0
- package/User/QuizSubscription/QuizSubscription.js +1 -0
- package/User/QuizSubscription/UserAnswer.d.ts +5 -0
- package/User/QuizSubscription/UserAnswer.js +1 -0
- package/User/QuizSubscription/UserQuestionData.d.ts +22 -0
- package/User/QuizSubscription/UserQuestionData.js +1 -0
- package/User/QuizSubscription/index.d.ts +6 -0
- package/User/QuizSubscription/index.js +6 -0
- package/User/ResourceSubscription.d.ts +16 -0
- package/User/ResourceSubscription.js +1 -0
- package/User/SecurityQuestion.d.ts +6 -0
- package/User/SecurityQuestion.js +1 -0
- package/User/Shamap.d.ts +9 -0
- package/User/Shamap.js +1 -0
- package/User/StudentLessonSubscription.d.ts +9 -0
- package/User/StudentLessonSubscription.js +1 -0
- package/User/Subscription.d.ts +3 -0
- package/User/Subscription.js +1 -0
- package/User/TeacherLessonSubscription.d.ts +6 -0
- package/User/TeacherLessonSubscription.js +1 -0
- package/User/User.d.ts +68 -0
- package/User/User.js +1 -0
- package/User/UserAssignment.d.ts +7 -0
- package/User/UserAssignment.js +1 -0
- package/User/UserExerciseData.d.ts +8 -0
- package/User/UserExerciseData.js +1 -0
- package/User/UserStudentAssignment.d.ts +5 -0
- package/User/UserStudentAssignment.js +1 -0
- package/User/UserTeacherAssignment.d.ts +5 -0
- package/User/UserTeacherAssignment.js +1 -0
- package/User/UserUpdateActionType.d.ts +6 -0
- package/User/UserUpdateActionType.js +1 -0
- package/User/UsersWithPermissions.d.ts +7 -0
- package/User/UsersWithPermissions.js +1 -0
- package/User/index.d.ts +22 -0
- package/User/index.js +22 -0
- package/index.d.ts +27 -0
- package/index.js +27 -0
- package/interfaces/IMediaPlayer.d.ts +10 -0
- package/interfaces/IMediaPlayer.js +2 -0
- package/interfaces/ISystemTrackTextChangesService.d.ts +4 -0
- package/interfaces/ISystemTrackTextChangesService.js +1 -0
- package/interfaces/ISystemUserService.d.ts +13 -0
- package/interfaces/ISystemUserService.js +1 -0
- package/interfaces/can-deactivate.guard.d.ts +3 -0
- package/interfaces/can-deactivate.guard.js +1 -0
- package/interfaces/index.d.ts +8 -0
- package/interfaces/index.js +8 -0
- package/interfaces/stream-state.d.ts +9 -0
- package/interfaces/stream-state.js +1 -0
- package/package.json +31 -0
- package/uploads-manager/ComplexObservableArrowFunctions.d.ts +2 -0
- package/uploads-manager/ComplexObservableArrowFunctions.js +1 -0
- package/uploads-manager/DependentMetadata.d.ts +5 -0
- package/uploads-manager/DependentMetadata.js +1 -0
- package/uploads-manager/FailedDependentsRequestsContext.d.ts +10 -0
- package/uploads-manager/FailedDependentsRequestsContext.js +1 -0
- package/uploads-manager/ObservableArrowFunction.d.ts +2 -0
- package/uploads-manager/ObservableArrowFunction.js +1 -0
- package/uploads-manager/UploadProgressMetadata.d.ts +15 -0
- package/uploads-manager/UploadProgressMetadata.js +1 -0
- package/uploads-manager/UploadProgressStatus.d.ts +1 -0
- package/uploads-manager/UploadProgressStatus.js +1 -0
- package/uploads-manager/UploadProgressType.d.ts +1 -0
- package/uploads-manager/UploadProgressType.js +1 -0
- package/uploads-manager/index.d.ts +10 -0
- package/uploads-manager/index.js +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/Table/index.d.ts
ADDED
package/Table/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/Toast/Toast.d.ts
ADDED
package/Toast/Toast.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type ToastContext = {
|
|
2
|
+
title: (wordToReplace: string) => string;
|
|
3
|
+
information?: (wordToReplace: string) => string;
|
|
4
|
+
error: (wordToReplace: string) => string;
|
|
5
|
+
success: (wordToReplace: string) => string;
|
|
6
|
+
urlParts?: string[];
|
|
7
|
+
statusCodes?: {
|
|
8
|
+
[key: string]: (wordToReplace: string) => string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ToastState = 'enter' | 'pre-enter';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ToastStatus = 'error' | 'success' | 'information';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/Toast/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./CommonDependentsErrorToast";
|
|
5
|
+
export * from "./Toast";
|
|
6
|
+
export * from "./ToastContext";
|
|
7
|
+
export * from "./ToastHttpResponseDependencies";
|
|
8
|
+
export * from "./ToastState";
|
|
9
|
+
export * from "./ToastStatus";
|
|
10
|
+
export * from "./ToastTemplate";
|
package/Toast/index.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./CommonDependentsErrorToast";
|
|
5
|
+
export * from "./Toast";
|
|
6
|
+
export * from "./ToastContext";
|
|
7
|
+
export * from "./ToastHttpResponseDependencies";
|
|
8
|
+
export * from "./ToastState";
|
|
9
|
+
export * from "./ToastStatus";
|
|
10
|
+
export * from "./ToastTemplate";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UserPreview } from "../Previews/UserPreview";
|
|
2
|
+
export type TextChange = {
|
|
3
|
+
id: string;
|
|
4
|
+
type: 'addition' | 'deletion' | 'comment' | 'generalNote';
|
|
5
|
+
note: string;
|
|
6
|
+
commentText?: string;
|
|
7
|
+
timeStamp?: Date;
|
|
8
|
+
startOffset: number;
|
|
9
|
+
endOffset?: number;
|
|
10
|
+
range?: {
|
|
11
|
+
start: number;
|
|
12
|
+
end: number;
|
|
13
|
+
};
|
|
14
|
+
creatingUser: Partial<UserPreview>;
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/User/Address.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FeedPriority } from "../Enums/FeedPriority";
|
|
2
|
+
import { SubscriptionStatus } from "../Enums/SubscriptionStatus";
|
|
3
|
+
import { CollectionPreview } from "../Previews/CollectionPreview";
|
|
4
|
+
import { ResourceSubscription } from "./ResourceSubscription";
|
|
5
|
+
export interface CollectionSubscription extends CollectionSubscriptionBase {
|
|
6
|
+
collectionPreview?: CollectionPreview;
|
|
7
|
+
resourceSubscriptions?: ResourceSubscription[];
|
|
8
|
+
}
|
|
9
|
+
export interface CollectionSubscriptionBase {
|
|
10
|
+
subscriptionStatus?: SubscriptionStatus;
|
|
11
|
+
feedPriority?: FeedPriority;
|
|
12
|
+
subscriptionTime?: Date;
|
|
13
|
+
lastActivityTime?: Date;
|
|
14
|
+
grade?: number;
|
|
15
|
+
assignmentStructs?: [{
|
|
16
|
+
id: string;
|
|
17
|
+
}];
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MicroResourceFrontData } from "../Resource/MicroResource/MicroResourceFrontData";
|
|
2
|
+
import { GradeData } from "../HadrachaPage/GradeData";
|
|
3
|
+
import { HadrachaPagePermissionType } from "../HadrachaPage/HadrachaPagePermissionType";
|
|
4
|
+
import { HadrachaPagePreview } from "../Previews/HadrachaPagePreview";
|
|
5
|
+
import { MicroResourceAuthorizationBase } from "../Lessons/MicroResourceAuthorization";
|
|
6
|
+
import { HadrachaPageResourceSubscription } from "../HadrachaPage/HadrachaPageResourceSubscription";
|
|
7
|
+
export type HadrachaPageSubscription = {
|
|
8
|
+
hadrachaPage?: HadrachaPagePreview;
|
|
9
|
+
resourceSubscriptions?: Partial<HadrachaPageResourceSubscription>[];
|
|
10
|
+
innerAuthorizations?: MicroResourceAuthorizationBase[] | MicroResourceFrontData[];
|
|
11
|
+
lastActivityTime?: Date;
|
|
12
|
+
subscriptionTime?: Date;
|
|
13
|
+
grade?: GradeData;
|
|
14
|
+
role?: string;
|
|
15
|
+
permissions?: HadrachaPagePermissionType;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UserPreview } from '../../Previews/UserPreview';
|
|
2
|
+
import { UserAnswer } from './UserAnswer';
|
|
3
|
+
export type UserQuestionData = {
|
|
4
|
+
id: string;
|
|
5
|
+
index?: number;
|
|
6
|
+
areAnswersCorrect?: boolean;
|
|
7
|
+
userAnswers?: UserAnswer[];
|
|
8
|
+
questionType?: string;
|
|
9
|
+
freeTextAnswer?: string;
|
|
10
|
+
grade?: number;
|
|
11
|
+
answerNotes?: AnswerNote[];
|
|
12
|
+
};
|
|
13
|
+
export type AnswerNote = {
|
|
14
|
+
id: string;
|
|
15
|
+
note: string;
|
|
16
|
+
commentText?: string;
|
|
17
|
+
startIndex: number;
|
|
18
|
+
endIndex: number;
|
|
19
|
+
type: "addition" | "deletion" | "comment" | "generalNote";
|
|
20
|
+
creatingUser?: Partial<UserPreview>;
|
|
21
|
+
timeStamp?: Date;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MicroResourceFrontData } from "../Resource/MicroResource/MicroResourceFrontData";
|
|
2
|
+
import { SubscriptionStatus } from "../Enums/SubscriptionStatus";
|
|
3
|
+
import { ResourcePreview } from "../Previews/ResourcePreview";
|
|
4
|
+
import { QuizSubscription } from './QuizSubscription/QuizSubscription';
|
|
5
|
+
import { UserExerciseData } from './UserExerciseData';
|
|
6
|
+
export type ResourceSubscription = {
|
|
7
|
+
resourcePreview?: ResourcePreview;
|
|
8
|
+
positionInCollection?: number;
|
|
9
|
+
subscriptionStatus?: SubscriptionStatus;
|
|
10
|
+
lastActivityTime?: Date;
|
|
11
|
+
grade?: number;
|
|
12
|
+
quizData?: QuizSubscription;
|
|
13
|
+
exerciseData?: UserExerciseData;
|
|
14
|
+
files?: File[];
|
|
15
|
+
microResourceAuthorizations?: MicroResourceFrontData[];
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/User/Shamap.d.ts
ADDED
package/User/Shamap.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LessonPreview } from '../Lessons/LessonPreview';
|
|
2
|
+
import { PlaylistPreview } from '../Previews/PlaylistPreview';
|
|
3
|
+
import { ResourceSubscription } from './ResourceSubscription';
|
|
4
|
+
export type StudentLessonSubscription = {
|
|
5
|
+
lesson?: Partial<LessonPreview>;
|
|
6
|
+
playlist?: PlaylistPreview;
|
|
7
|
+
resourceSubscriptions?: ResourceSubscription[];
|
|
8
|
+
grade?: number;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/User/User.d.ts
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { Gender } from '../Enums/Gender';
|
|
2
|
+
import { GroupPreview } from '../Previews/GroupPreview';
|
|
3
|
+
import { CollectionSubscription } from './CollectionSubscription';
|
|
4
|
+
import { LoginData } from './LoginData';
|
|
5
|
+
import { UserAssignment } from './UserAssignment';
|
|
6
|
+
import { Address } from './Address';
|
|
7
|
+
import { Shamap } from './Shamap';
|
|
8
|
+
import { Note } from '../Shared/Note';
|
|
9
|
+
import { UserStudentAssignment } from './UserStudentAssignment';
|
|
10
|
+
import { StudentLessonSubscription } from './StudentLessonSubscription';
|
|
11
|
+
import { TeacherLessonSubscription } from './TeacherLessonSubscription';
|
|
12
|
+
import { UserTeacherAssignment } from './UserTeacherAssignment';
|
|
13
|
+
import { SectionListItem } from '../Shared/SectionListItem';
|
|
14
|
+
import { DbListItem } from '../Shared/DbListItem';
|
|
15
|
+
import { HadrachaPageSubscription } from './HadrachaPageSubscription';
|
|
16
|
+
import { HadrachaAssignment } from '../HadrachaPage/HadrachaAssignment';
|
|
17
|
+
import { SecurityQuestion } from './SecurityQuestion';
|
|
18
|
+
import { PlaylistPreview } from '../Previews/PlaylistPreview';
|
|
19
|
+
export type User = {
|
|
20
|
+
id?: string;
|
|
21
|
+
pictureUrl?: string;
|
|
22
|
+
militaryId?: string;
|
|
23
|
+
firstName?: string;
|
|
24
|
+
lastName?: string;
|
|
25
|
+
civilEmail?: string;
|
|
26
|
+
militaryEmail?: string;
|
|
27
|
+
civilProfession?: string;
|
|
28
|
+
phoneNumber?: string;
|
|
29
|
+
address?: Address;
|
|
30
|
+
groups?: GroupPreview[];
|
|
31
|
+
serviceTypeCode?: string;
|
|
32
|
+
serviceTypeName?: string;
|
|
33
|
+
logins?: LoginData[];
|
|
34
|
+
note?: string;
|
|
35
|
+
notes?: Note[];
|
|
36
|
+
referringUser?: string;
|
|
37
|
+
gender?: Gender;
|
|
38
|
+
birthDate?: Date;
|
|
39
|
+
isDeleted?: boolean;
|
|
40
|
+
isAdmin?: boolean;
|
|
41
|
+
profession?: string;
|
|
42
|
+
assignments?: UserAssignment[];
|
|
43
|
+
collectionsActivitiesHistory?: CollectionSubscription[];
|
|
44
|
+
subscribedCollections?: CollectionSubscription[];
|
|
45
|
+
mandatoryServiceEndDate?: Date;
|
|
46
|
+
enlistmentDate?: Date;
|
|
47
|
+
rankName?: string;
|
|
48
|
+
shamaps?: Shamap[];
|
|
49
|
+
healthProfile?: number;
|
|
50
|
+
reserveEndDate?: Date;
|
|
51
|
+
sections?: SectionListItem[];
|
|
52
|
+
sagahs?: DbListItem<string>[];
|
|
53
|
+
subjectAreas?: DbListItem<string>[];
|
|
54
|
+
securityQuestions?: SecurityQuestion;
|
|
55
|
+
playlists?: PlaylistPreview[];
|
|
56
|
+
collegeStudyingLessons?: StudentLessonSubscription[];
|
|
57
|
+
collegeTeachingLessons?: TeacherLessonSubscription[];
|
|
58
|
+
collegeCheckingLessons?: TeacherLessonSubscription[];
|
|
59
|
+
collegeStudentAssignments?: UserStudentAssignment[];
|
|
60
|
+
collegeTeacherAssignments?: UserTeacherAssignment[];
|
|
61
|
+
studyingHadrachaPages?: HadrachaPageSubscription[];
|
|
62
|
+
teachingHadrachaPages?: HadrachaPageSubscription[];
|
|
63
|
+
otherHadrachaPages?: HadrachaPageSubscription[];
|
|
64
|
+
hadrachaStudentAssignments?: HadrachaAssignment[];
|
|
65
|
+
hadrachaTeacherAssignments?: HadrachaAssignment[];
|
|
66
|
+
hadrachaOtherAssignments?: HadrachaAssignment[];
|
|
67
|
+
lastNotificationCleanupTime?: Date;
|
|
68
|
+
};
|
package/User/User.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StructPreview } from '../Previews/StructPreview';
|
|
2
|
+
import { AssignmentMetadata } from '../Shared/AssignmentMetadata';
|
|
3
|
+
export type UserAssignment = {
|
|
4
|
+
structPreview: StructPreview;
|
|
5
|
+
assignmentMetadata: AssignmentMetadata;
|
|
6
|
+
structAssignmentId?: string;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/User/index.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./Address";
|
|
5
|
+
export * from "./CollectionSubscription";
|
|
6
|
+
export * from "./HadrachaPageSubscription";
|
|
7
|
+
export * from "./LoginData";
|
|
8
|
+
export * from "./MultiSelectClosedLists";
|
|
9
|
+
export * from "./ResourceSubscription";
|
|
10
|
+
export * from "./SecurityQuestion";
|
|
11
|
+
export * from "./Shamap";
|
|
12
|
+
export * from "./StudentLessonSubscription";
|
|
13
|
+
export * from "./Subscription";
|
|
14
|
+
export * from "./TeacherLessonSubscription";
|
|
15
|
+
export * from "./User";
|
|
16
|
+
export * from "./UserAssignment";
|
|
17
|
+
export * from "./UserExerciseData";
|
|
18
|
+
export * from "./UserStudentAssignment";
|
|
19
|
+
export * from "./UserTeacherAssignment";
|
|
20
|
+
export * from "./UserUpdateActionType";
|
|
21
|
+
export * from "./UsersWithPermissions";
|
|
22
|
+
export * from "./QuizSubscription/index";
|
package/User/index.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./Address";
|
|
5
|
+
export * from "./CollectionSubscription";
|
|
6
|
+
export * from "./HadrachaPageSubscription";
|
|
7
|
+
export * from "./LoginData";
|
|
8
|
+
export * from "./MultiSelectClosedLists";
|
|
9
|
+
export * from "./ResourceSubscription";
|
|
10
|
+
export * from "./SecurityQuestion";
|
|
11
|
+
export * from "./Shamap";
|
|
12
|
+
export * from "./StudentLessonSubscription";
|
|
13
|
+
export * from "./Subscription";
|
|
14
|
+
export * from "./TeacherLessonSubscription";
|
|
15
|
+
export * from "./User";
|
|
16
|
+
export * from "./UserAssignment";
|
|
17
|
+
export * from "./UserExerciseData";
|
|
18
|
+
export * from "./UserStudentAssignment";
|
|
19
|
+
export * from "./UserTeacherAssignment";
|
|
20
|
+
export * from "./UserUpdateActionType";
|
|
21
|
+
export * from "./UsersWithPermissions";
|
|
22
|
+
export * from "./QuizSubscription/index";
|