herum-types 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/Auth/index.d.ts +1 -1
  2. package/Auth/index.js +1 -1
  3. package/Dialogs/index.d.ts +1 -1
  4. package/Dialogs/index.js +1 -1
  5. package/GraphQL/index.d.ts +1 -1
  6. package/GraphQL/index.js +1 -1
  7. package/HadrachaPage/EnrichedStructWithAssignmentsSubscriptions.d.ts +16 -0
  8. package/HadrachaPage/HadrachaPage.d.ts +8 -5
  9. package/HadrachaPage/HadrachaPageCreation.d.ts +11 -0
  10. package/HadrachaPage/HadrachaPageStyle.d.ts +6 -0
  11. package/HadrachaPage/HadrachaPageStylePatch.d.ts +7 -0
  12. package/HadrachaPage/HadrachaPageStylePatch.js +1 -0
  13. package/HadrachaPage/HadrachaViewStyle.d.ts +7 -0
  14. package/HadrachaPage/HadrachaViewStyle.js +1 -0
  15. package/HadrachaPage/HadrachaViewStylePatch.d.ts +3 -0
  16. package/HadrachaPage/HadrachaViewStylePatch.js +1 -0
  17. package/HadrachaPage/index.d.ts +6 -0
  18. package/HadrachaPage/index.js +6 -0
  19. package/Lessons/LessonState.d.ts +1 -1
  20. package/RealTime/Requests/SocketStateRequest.d.ts +1 -1
  21. package/RealTime/Responses/SocketStateResponse.d.ts +1 -1
  22. package/Resource/Quiz/AnswerData.d.ts +2 -0
  23. package/Resource/Quiz/AnswerData.js +1 -0
  24. package/Resource/Quiz/ClosedQuestionContent.d.ts +7 -0
  25. package/Resource/Quiz/ClosedQuestionContent.js +1 -0
  26. package/Resource/Quiz/FreeAnswerQuestionContent.d.ts +6 -0
  27. package/Resource/Quiz/FreeAnswerQuestionContent.js +1 -0
  28. package/Resource/Quiz/MatchingQuestionAnswer.d.ts +4 -0
  29. package/Resource/Quiz/MatchingQuestionAnswer.js +1 -0
  30. package/Resource/Quiz/MatchingQuestionItem.d.ts +5 -0
  31. package/Resource/Quiz/MatchingQuestionItem.js +1 -0
  32. package/Resource/Quiz/Question.model.d.ts +8 -11
  33. package/Resource/Quiz/Question.model.js +4 -9
  34. package/Resource/Quiz/index.d.ts +4 -1
  35. package/Resource/Quiz/index.js +4 -1
  36. package/Resource/ServerQuizData.d.ts +6 -1
  37. package/Shared/index.d.ts +3 -3
  38. package/Shared/index.js +3 -3
  39. package/User/QuizSubscription/UserQuestionData.d.ts +2 -0
  40. package/User/index.d.ts +1 -1
  41. package/User/index.js +1 -1
  42. package/index.d.ts +2 -3
  43. package/index.js +2 -3
  44. package/interfaces/index.d.ts +1 -1
  45. package/interfaces/index.js +1 -1
  46. package/package.json +1 -1
  47. package/ActivityUpdate/StudentQuizUpdateData.d.ts +0 -5
  48. package/ActivityUpdate/index.d.ts +0 -4
  49. package/ActivityUpdate/index.js +0 -4
  50. package/Resource/Quiz/QuizUpdateData.d.ts +0 -7
  51. package/Shared/SocketMessage.d.ts +0 -4
  52. /package/{ActivityUpdate/StudentQuizUpdateData.js → HadrachaPage/EnrichedStructWithAssignmentsSubscriptions.js} +0 -0
  53. /package/{Resource/Quiz/QuizUpdateData.js → HadrachaPage/HadrachaPageCreation.js} +0 -0
  54. /package/{Shared/SocketMessage.js → HadrachaPage/HadrachaPageStyle.js} +0 -0
package/Auth/index.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
4
  export * from "./AuthenticationResponse";
5
- export * from "./LoginType";
6
5
  export * from "./backendLoginFormat";
6
+ export * from "./LoginType";
package/Auth/index.js CHANGED
@@ -2,5 +2,5 @@
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
4
  export * from "./AuthenticationResponse";
5
- export * from "./LoginType";
6
5
  export * from "./backendLoginFormat";
6
+ export * from "./LoginType";
@@ -2,7 +2,7 @@
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
4
  export * from "./AssignmentDialogConfig";
5
+ export * from "./assignmentsConfigs";
5
6
  export * from "./DialogConfig";
6
7
  export * from "./FetchedMessage";
7
8
  export * from "./SelectionDialog";
8
- export * from "./assignmentsConfigs";
package/Dialogs/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
4
  export * from "./AssignmentDialogConfig";
5
+ export * from "./assignmentsConfigs";
5
6
  export * from "./DialogConfig";
6
7
  export * from "./FetchedMessage";
7
8
  export * from "./SelectionDialog";
8
- export * from "./assignmentsConfigs";
@@ -4,9 +4,9 @@
4
4
  export * from "./GQLVariable";
5
5
  export * from "./GraphQLError";
6
6
  export * from "./GraphQLFilter";
7
- export * from "./GraphQLOrder";
8
7
  export * from "./GraphQlOffsetPaging";
9
8
  export * from "./GraphQlOffsetPagingResult";
9
+ export * from "./GraphQLOrder";
10
10
  export * from "./GraphQlPaging";
11
11
  export * from "./GraphQlQuery";
12
12
  export * from "./GraphQlResult";
package/GraphQL/index.js CHANGED
@@ -4,9 +4,9 @@
4
4
  export * from "./GQLVariable";
5
5
  export * from "./GraphQLError";
6
6
  export * from "./GraphQLFilter";
7
- export * from "./GraphQLOrder";
8
7
  export * from "./GraphQlOffsetPaging";
9
8
  export * from "./GraphQlOffsetPagingResult";
9
+ export * from "./GraphQLOrder";
10
10
  export * from "./GraphQlPaging";
11
11
  export * from "./GraphQlQuery";
12
12
  export * from "./GraphQlResult";
@@ -0,0 +1,16 @@
1
+ import { HadrachaPagePermissionType } from "./HadrachaPagePermissionType";
2
+ import { PartialStruct } from "../Struct/PartialStruct";
3
+ import { UserPreview } from '../Previews/UserPreview';
4
+ export type EnrichedStructWithAssignmentsSubscriptions = Partial<PartialStruct> & {
5
+ hadrachaStudentAssignments?: EnrichedUserAssignmentWithSubscription[];
6
+ hadrachaTeacherAssignments?: EnrichedUserAssignmentWithSubscription[];
7
+ hadrachaOtherAssignments?: EnrichedUserAssignmentWithSubscription[];
8
+ };
9
+ export type EnrichedStructWithSpecificAssignmentsSubscriptions = Partial<PartialStruct> & {
10
+ selectedAssignments?: EnrichedUserAssignmentWithSubscription[];
11
+ };
12
+ export type EnrichedUserAssignmentWithSubscription = {
13
+ permissions: HadrachaPagePermissionType;
14
+ user: UserPreview;
15
+ role: string;
16
+ };
@@ -1,10 +1,12 @@
1
- import { ResourceContainment } from "../Resource/ResourceContainment";
2
- import { HadrachaPagePreview } from "../Previews/HadrachaPagePreview";
1
+ import { HadrachaPagePreview, ResourceContainment, ResourceHierarchy } from "../../../app/models";
2
+ import { Struct } from "../Struct/Struct";
3
3
  import { HadrachaPageUserSubscription } from "./HadrachaPageUserSubscription";
4
- import { ResourceHierarchy } from "../Resource/ResourceHierarchy";
5
- import { HadrachaPageStruct } from "./HadrachaPageStruct";
4
+ import { FileData } from "../Shared/FileData";
5
+ import { HadrachaPageStyle } from "./HadrachaPageStyle";
6
6
  export type HadrachaPage = HadrachaPagePreview & {
7
- structs: HadrachaPageStruct[];
7
+ structs: {
8
+ structPreview: Struct;
9
+ }[];
8
10
  students: Partial<HadrachaPageUserSubscription>[];
9
11
  teachers: Partial<HadrachaPageUserSubscription>[];
10
12
  otherUsers: Partial<HadrachaPageUserSubscription>[];
@@ -12,4 +14,5 @@ export type HadrachaPage = HadrachaPagePreview & {
12
14
  resourceHierarchies: ResourceHierarchy[];
13
15
  startTime: Date;
14
16
  endTime: Date;
17
+ style?: HadrachaPageStyle<FileData | File>;
15
18
  };
@@ -0,0 +1,11 @@
1
+ import { EnrichedStructWithAssignmentsSubscriptions } from "./EnrichedStructWithAssignmentsSubscriptions";
2
+ import { HadrachaPagePreview } from "../Previews";
3
+ import { ResourceContainment, ResourceHierarchy } from "../Resource";
4
+ import { Struct } from "../Struct";
5
+ export type HadrachaPageCreation = HadrachaPagePreview & EnrichedStructWithAssignmentsSubscriptions & {
6
+ structs: Struct[];
7
+ resources: ResourceContainment[];
8
+ resourceHierarchies: ResourceHierarchy[];
9
+ startTime: Date;
10
+ endTime: Date;
11
+ };
@@ -0,0 +1,6 @@
1
+ import { HadrachaViewStyle } from "./HadrachaViewStyle";
2
+ export type HadrachaPageStyle<T> = {
3
+ coverImage: T;
4
+ items: HadrachaViewStyle<T>;
5
+ hierarchies: HadrachaViewStyle<T>;
6
+ };
@@ -0,0 +1,7 @@
1
+ import { FileData } from "../Shared";
2
+ import { HadrachaViewStylePatch } from "./HadrachaViewStylePatch";
3
+ export type HadrachaPageStylePatch = {
4
+ coverImage?: FileData | File;
5
+ items?: HadrachaViewStylePatch;
6
+ hierarchies?: HadrachaViewStylePatch;
7
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export type HadrachaViewStyle<T> = {
2
+ textFont: string;
3
+ textColor: string;
4
+ resourcesColor: string;
5
+ backgroundColor: string;
6
+ backgroundImage: T;
7
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { FileData } from "../Shared";
2
+ import { HadrachaViewStyle } from "./HadrachaViewStyle";
3
+ export type HadrachaViewStylePatch = Partial<HadrachaViewStyle<FileData | File>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,11 +1,17 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
+ export * from "./EnrichedStructWithAssignmentsSubscriptions";
4
5
  export * from "./GradeData";
5
6
  export * from "./HadrachaAssignment";
6
7
  export * from "./HadrachaPage";
8
+ export * from "./HadrachaPageCreation";
7
9
  export * from "./HadrachaPagePermissionType";
8
10
  export * from "./HadrachaPageResourceSubscription";
9
11
  export * from "./HadrachaPageStruct";
10
12
  export * from "./HadrachaPageStructPermissionType";
13
+ export * from "./HadrachaPageStyle";
14
+ export * from "./HadrachaPageStylePatch";
11
15
  export * from "./HadrachaPageUserSubscription";
16
+ export * from "./HadrachaViewStyle";
17
+ export * from "./HadrachaViewStylePatch";
@@ -1,11 +1,17 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
+ export * from "./EnrichedStructWithAssignmentsSubscriptions";
4
5
  export * from "./GradeData";
5
6
  export * from "./HadrachaAssignment";
6
7
  export * from "./HadrachaPage";
8
+ export * from "./HadrachaPageCreation";
7
9
  export * from "./HadrachaPagePermissionType";
8
10
  export * from "./HadrachaPageResourceSubscription";
9
11
  export * from "./HadrachaPageStruct";
10
12
  export * from "./HadrachaPageStructPermissionType";
13
+ export * from "./HadrachaPageStyle";
14
+ export * from "./HadrachaPageStylePatch";
11
15
  export * from "./HadrachaPageUserSubscription";
16
+ export * from "./HadrachaViewStyle";
17
+ export * from "./HadrachaViewStylePatch";
@@ -1,4 +1,4 @@
1
- import { MediaSettings } from "../Shared/MediaSettings";
1
+ import { MediaSettings } from "../Shared";
2
2
  export type LessonState = {
3
3
  isBlock?: boolean;
4
4
  selectedEntities?: {
@@ -1,4 +1,4 @@
1
- import { LessonState } from '../../Lessons/LessonState';
1
+ import { LessonState } from "../../Lessons/LessonState";
2
2
  export type SocketStateRequest = {
3
3
  method: 'LessonStateUpdate' | 'StudentLessonStateUpdate';
4
4
  arguments: {
@@ -1,4 +1,4 @@
1
- import { LessonState } from '../../Lessons/LessonState';
1
+ import { LessonState } from "../../Lessons/LessonState";
2
2
  export type SocketStateResponse = {
3
3
  method: 'LessonState';
4
4
  arguments: {
@@ -1,5 +1,7 @@
1
+ import { MatchingQuestionAnswer } from "./MatchingQuestionAnswer";
1
2
  export declare class AnswerData {
2
3
  answerIds?: string[];
3
4
  freeTextAnswer?: string;
5
+ matchingQuestionAnswers?: MatchingQuestionAnswer[];
4
6
  grade?: number;
5
7
  }
@@ -1,5 +1,6 @@
1
1
  export class AnswerData {
2
2
  answerIds;
3
3
  freeTextAnswer;
4
+ matchingQuestionAnswers;
4
5
  grade;
5
6
  }
@@ -0,0 +1,7 @@
1
+ import { Answer } from "./Answer.model";
2
+ export type ClosedQuestionContent = {
3
+ answers?: Answer[];
4
+ numberOfCorrectAnswers?: number;
5
+ areAnswersOrdered?: boolean;
6
+ displaySelectedAnswerOnlyNote?: boolean;
7
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export type FreeAnswerQuestionContent = {
2
+ correctAnswer?: string;
3
+ charactersLimit?: number;
4
+ minValue?: number;
5
+ maxValue?: number;
6
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ export type MatchingQuestionAnswer = {
2
+ id?: string;
3
+ index?: number;
4
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ export type MatchingQuestionItem = {
2
+ id?: string;
3
+ index?: number;
4
+ textContent?: string;
5
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,20 +1,17 @@
1
1
  import { FileData } from "../../Shared/FileData";
2
- import { Answer } from "./Answer.model";
2
+ import { MatchingQuestionContent } from "../ServerQuizData";
3
+ import { ClosedQuestionContent } from "./ClosedQuestionContent";
4
+ import { FreeAnswerQuestionContent } from "./FreeAnswerQuestionContent";
3
5
  export declare class Question {
4
- areAnswersOrdered?: boolean;
5
- incorrectAnswers?: number;
6
- correctAnswers?: number;
7
- isValid?: boolean;
8
6
  id: string;
9
7
  text?: string;
10
8
  index?: number;
11
- answers?: Answer[];
9
+ closedContent?: ClosedQuestionContent;
10
+ freeAnswerContent?: FreeAnswerQuestionContent;
11
+ matchingContent?: MatchingQuestionContent;
12
12
  questionType?: string;
13
- freeTextCorrectAnswer?: string;
14
- answerNote?: '';
13
+ answerNote?: string;
15
14
  weight?: number;
16
- fileData?: Partial<FileData>;
17
- charactersLimit?: number;
18
- numberOfCorrectAnswers?: number;
19
15
  isSkipped?: boolean;
16
+ fileData?: Partial<FileData>;
20
17
  }
@@ -1,18 +1,13 @@
1
1
  export class Question {
2
- areAnswersOrdered;
3
- incorrectAnswers;
4
- correctAnswers;
5
- isValid;
6
2
  id;
7
3
  text;
8
4
  index;
9
- answers;
5
+ closedContent;
6
+ freeAnswerContent;
7
+ matchingContent;
10
8
  questionType;
11
- freeTextCorrectAnswer;
12
9
  answerNote;
13
10
  weight;
14
- fileData;
15
- charactersLimit;
16
- numberOfCorrectAnswers;
17
11
  isSkipped;
12
+ fileData;
18
13
  }
@@ -3,10 +3,13 @@
3
3
  */
4
4
  export * from "./Answer.model";
5
5
  export * from "./AnswerData";
6
+ export * from "./ClosedQuestionContent";
7
+ export * from "./FreeAnswerQuestionContent";
8
+ export * from "./MatchingQuestionAnswer";
9
+ export * from "./MatchingQuestionItem";
6
10
  export * from "./Question.model";
7
11
  export * from "./QuestionIdToAnswerData";
8
12
  export * from "./Quiz.model";
9
13
  export * from "./QuizData";
10
14
  export * from "./QuizGradeData";
11
- export * from "./QuizUpdateData";
12
15
  export * from "./QuizUserAnswer";
@@ -3,10 +3,13 @@
3
3
  */
4
4
  export * from "./Answer.model";
5
5
  export * from "./AnswerData";
6
+ export * from "./ClosedQuestionContent";
7
+ export * from "./FreeAnswerQuestionContent";
8
+ export * from "./MatchingQuestionAnswer";
9
+ export * from "./MatchingQuestionItem";
6
10
  export * from "./Question.model";
7
11
  export * from "./QuestionIdToAnswerData";
8
12
  export * from "./Quiz.model";
9
13
  export * from "./QuizData";
10
14
  export * from "./QuizGradeData";
11
- export * from "./QuizUpdateData";
12
15
  export * from "./QuizUserAnswer";
@@ -1,4 +1,5 @@
1
- import { Question } from "./Quiz/Question.model";
1
+ import { Question } from "./Quiz";
2
+ import { MatchingQuestionItem } from "./Quiz/MatchingQuestionItem";
2
3
  export type ServerQuizData = {
3
4
  numberOfRequiredQuestions?: number;
4
5
  questions?: Question[];
@@ -7,3 +8,7 @@ export type ServerQuizData = {
7
8
  displayCorrectAnswersAfterSubmission?: boolean;
8
9
  isAutoGraded?: boolean;
9
10
  };
11
+ export type MatchingQuestionContent = {
12
+ sources?: MatchingQuestionItem[];
13
+ targets?: MatchingQuestionItem[];
14
+ };
package/Shared/index.d.ts CHANGED
@@ -8,8 +8,8 @@ export * from "./CollectionOverView";
8
8
  export * from "./CommonQuestions";
9
9
  export * from "./DateTimePicker";
10
10
  export * from "./DbListItem";
11
- export * from "./DisplayIdentifiedEntity";
12
11
  export * from "./DisplayedRoute";
12
+ export * from "./DisplayIdentifiedEntity";
13
13
  export * from "./EntitiesLayoutProperties";
14
14
  export * from "./FileData";
15
15
  export * from "./FormChange";
@@ -27,13 +27,13 @@ export * from "./ProgressOverView";
27
27
  export * from "./RecursiveTitledOptions";
28
28
  export * from "./ResourceComment";
29
29
  export * from "./SectionListItem";
30
+ export * from "./signInFormData";
30
31
  export * from "./SignUpField";
32
+ export * from "./signUpFormData";
31
33
  export * from "./Subject";
32
34
  export * from "./SystemIdentifier";
33
35
  export * from "./TimeRange";
34
36
  export * from "./UserPermission";
35
37
  export * from "./ViewModeType";
36
- export * from "./signInFormData";
37
- export * from "./signUpFormData";
38
38
  export * from "./Step/index";
39
39
  export * from "./TreeModels/index";
package/Shared/index.js CHANGED
@@ -8,8 +8,8 @@ export * from "./CollectionOverView";
8
8
  export * from "./CommonQuestions";
9
9
  export * from "./DateTimePicker";
10
10
  export * from "./DbListItem";
11
- export * from "./DisplayIdentifiedEntity";
12
11
  export * from "./DisplayedRoute";
12
+ export * from "./DisplayIdentifiedEntity";
13
13
  export * from "./EntitiesLayoutProperties";
14
14
  export * from "./FileData";
15
15
  export * from "./FormChange";
@@ -27,13 +27,13 @@ export * from "./ProgressOverView";
27
27
  export * from "./RecursiveTitledOptions";
28
28
  export * from "./ResourceComment";
29
29
  export * from "./SectionListItem";
30
+ export * from "./signInFormData";
30
31
  export * from "./SignUpField";
32
+ export * from "./signUpFormData";
31
33
  export * from "./Subject";
32
34
  export * from "./SystemIdentifier";
33
35
  export * from "./TimeRange";
34
36
  export * from "./UserPermission";
35
37
  export * from "./ViewModeType";
36
- export * from "./signInFormData";
37
- export * from "./signUpFormData";
38
38
  export * from "./Step/index";
39
39
  export * from "./TreeModels/index";
@@ -1,5 +1,6 @@
1
1
  import { UserPreview } from '../../Previews/UserPreview';
2
2
  import { UserAnswer } from './UserAnswer';
3
+ import { MatchingQuestionAnswer } from '../../Resource/Quiz/MatchingQuestionAnswer';
3
4
  export type UserQuestionData = {
4
5
  id: string;
5
6
  index?: number;
@@ -7,6 +8,7 @@ export type UserQuestionData = {
7
8
  userAnswers?: UserAnswer[];
8
9
  questionType?: string;
9
10
  freeTextAnswer?: string;
11
+ matchingQuestionAnswers?: MatchingQuestionAnswer[];
10
12
  grade?: number;
11
13
  answerNotes?: AnswerNote[];
12
14
  };
package/User/index.d.ts CHANGED
@@ -16,7 +16,7 @@ export * from "./User";
16
16
  export * from "./UserAssignment";
17
17
  export * from "./UserExerciseData";
18
18
  export * from "./UserStudentAssignment";
19
+ export * from "./UsersWithPermissions";
19
20
  export * from "./UserTeacherAssignment";
20
21
  export * from "./UserUpdateActionType";
21
- export * from "./UsersWithPermissions";
22
22
  export * from "./QuizSubscription/index";
package/User/index.js CHANGED
@@ -16,7 +16,7 @@ export * from "./User";
16
16
  export * from "./UserAssignment";
17
17
  export * from "./UserExerciseData";
18
18
  export * from "./UserStudentAssignment";
19
+ export * from "./UsersWithPermissions";
19
20
  export * from "./UserTeacherAssignment";
20
21
  export * from "./UserUpdateActionType";
21
- export * from "./UsersWithPermissions";
22
22
  export * from "./QuizSubscription/index";
package/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
- export * from "./ActivityUpdate/index";
5
4
  export * from "./Auth/index";
6
5
  export * from "./Collection/index";
7
6
  export * from "./Dialogs/index";
@@ -12,6 +11,7 @@ export * from "./Group/index";
12
11
  export * from "./HadrachaPage/index";
13
12
  export * from "./HttpRequests/index";
14
13
  export * from "./Interceptors/index";
14
+ export * from "./interfaces/index";
15
15
  export * from "./Lessons/index";
16
16
  export * from "./Permission/index";
17
17
  export * from "./Previews/index";
@@ -22,6 +22,5 @@ export * from "./Struct/index";
22
22
  export * from "./Table/index";
23
23
  export * from "./Toast/index";
24
24
  export * from "./TrackTextChanges/index";
25
- export * from "./User/index";
26
- export * from "./interfaces/index";
27
25
  export * from "./uploads-manager/index";
26
+ export * from "./User/index";
package/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
- export * from "./ActivityUpdate/index";
5
4
  export * from "./Auth/index";
6
5
  export * from "./Collection/index";
7
6
  export * from "./Dialogs/index";
@@ -12,6 +11,7 @@ export * from "./Group/index";
12
11
  export * from "./HadrachaPage/index";
13
12
  export * from "./HttpRequests/index";
14
13
  export * from "./Interceptors/index";
14
+ export * from "./interfaces/index";
15
15
  export * from "./Lessons/index";
16
16
  export * from "./Permission/index";
17
17
  export * from "./Previews/index";
@@ -22,6 +22,5 @@ export * from "./Struct/index";
22
22
  export * from "./Table/index";
23
23
  export * from "./Toast/index";
24
24
  export * from "./TrackTextChanges/index";
25
- export * from "./User/index";
26
- export * from "./interfaces/index";
27
25
  export * from "./uploads-manager/index";
26
+ export * from "./User/index";
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
+ export * from "./can-deactivate.guard";
4
5
  export * from "./IMediaPlayer";
5
6
  export * from "./ISystemTrackTextChangesService";
6
7
  export * from "./ISystemUserService";
7
- export * from "./can-deactivate.guard";
8
8
  export * from "./stream-state";
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @file Automatically generated by barrelsby.
3
3
  */
4
+ export * from "./can-deactivate.guard";
4
5
  export * from "./IMediaPlayer";
5
6
  export * from "./ISystemTrackTextChangesService";
6
7
  export * from "./ISystemUserService";
7
- export * from "./can-deactivate.guard";
8
8
  export * from "./stream-state";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-types",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -1,5 +0,0 @@
1
- import { AnswerData } from "../Resource/Quiz/AnswerData";
2
- export type StudentQuizUpdateData = {
3
- questionIdToAnswerData?: Record<string, AnswerData>;
4
- issSubmitted?: boolean;
5
- };
@@ -1,4 +0,0 @@
1
- /**
2
- * @file Automatically generated by barrelsby.
3
- */
4
- export * from "./StudentQuizUpdateData";
@@ -1,4 +0,0 @@
1
- /**
2
- * @file Automatically generated by barrelsby.
3
- */
4
- export * from "./StudentQuizUpdateData";
@@ -1,7 +0,0 @@
1
- import { AnswerData } from "./AnswerData";
2
- export type QuizUpdateData = {
3
- questionIdToAnswerData?: {
4
- [key: string]: AnswerData;
5
- };
6
- isSubmitted?: boolean;
7
- };
@@ -1,4 +0,0 @@
1
- export type SocketMessage = {
2
- method: string;
3
- arguments?: any;
4
- };