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.
- package/Auth/index.d.ts +1 -1
- package/Auth/index.js +1 -1
- package/Dialogs/index.d.ts +1 -1
- package/Dialogs/index.js +1 -1
- package/GraphQL/index.d.ts +1 -1
- package/GraphQL/index.js +1 -1
- package/HadrachaPage/EnrichedStructWithAssignmentsSubscriptions.d.ts +16 -0
- package/HadrachaPage/HadrachaPage.d.ts +8 -5
- package/HadrachaPage/HadrachaPageCreation.d.ts +11 -0
- package/HadrachaPage/HadrachaPageStyle.d.ts +6 -0
- package/HadrachaPage/HadrachaPageStylePatch.d.ts +7 -0
- package/HadrachaPage/HadrachaPageStylePatch.js +1 -0
- package/HadrachaPage/HadrachaViewStyle.d.ts +7 -0
- package/HadrachaPage/HadrachaViewStyle.js +1 -0
- package/HadrachaPage/HadrachaViewStylePatch.d.ts +3 -0
- package/HadrachaPage/HadrachaViewStylePatch.js +1 -0
- package/HadrachaPage/index.d.ts +6 -0
- package/HadrachaPage/index.js +6 -0
- package/Lessons/LessonState.d.ts +1 -1
- package/RealTime/Requests/SocketStateRequest.d.ts +1 -1
- package/RealTime/Responses/SocketStateResponse.d.ts +1 -1
- package/Resource/Quiz/AnswerData.d.ts +2 -0
- package/Resource/Quiz/AnswerData.js +1 -0
- package/Resource/Quiz/ClosedQuestionContent.d.ts +7 -0
- package/Resource/Quiz/ClosedQuestionContent.js +1 -0
- package/Resource/Quiz/FreeAnswerQuestionContent.d.ts +6 -0
- package/Resource/Quiz/FreeAnswerQuestionContent.js +1 -0
- package/Resource/Quiz/MatchingQuestionAnswer.d.ts +4 -0
- package/Resource/Quiz/MatchingQuestionAnswer.js +1 -0
- package/Resource/Quiz/MatchingQuestionItem.d.ts +5 -0
- package/Resource/Quiz/MatchingQuestionItem.js +1 -0
- package/Resource/Quiz/Question.model.d.ts +8 -11
- package/Resource/Quiz/Question.model.js +4 -9
- package/Resource/Quiz/index.d.ts +4 -1
- package/Resource/Quiz/index.js +4 -1
- package/Resource/ServerQuizData.d.ts +6 -1
- package/Shared/index.d.ts +3 -3
- package/Shared/index.js +3 -3
- package/User/QuizSubscription/UserQuestionData.d.ts +2 -0
- package/User/index.d.ts +1 -1
- package/User/index.js +1 -1
- package/index.d.ts +2 -3
- package/index.js +2 -3
- package/interfaces/index.d.ts +1 -1
- package/interfaces/index.js +1 -1
- package/package.json +1 -1
- package/ActivityUpdate/StudentQuizUpdateData.d.ts +0 -5
- package/ActivityUpdate/index.d.ts +0 -4
- package/ActivityUpdate/index.js +0 -4
- package/Resource/Quiz/QuizUpdateData.d.ts +0 -7
- package/Shared/SocketMessage.d.ts +0 -4
- /package/{ActivityUpdate/StudentQuizUpdateData.js → HadrachaPage/EnrichedStructWithAssignmentsSubscriptions.js} +0 -0
- /package/{Resource/Quiz/QuizUpdateData.js → HadrachaPage/HadrachaPageCreation.js} +0 -0
- /package/{Shared/SocketMessage.js → HadrachaPage/HadrachaPageStyle.js} +0 -0
package/Auth/index.d.ts
CHANGED
package/Auth/index.js
CHANGED
package/Dialogs/index.d.ts
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";
|
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";
|
package/GraphQL/index.d.ts
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";
|
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 "
|
|
2
|
-
import {
|
|
1
|
+
import { HadrachaPagePreview, ResourceContainment, ResourceHierarchy } from "../../../app/models";
|
|
2
|
+
import { Struct } from "../Struct/Struct";
|
|
3
3
|
import { HadrachaPageUserSubscription } from "./HadrachaPageUserSubscription";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { FileData } from "../Shared/FileData";
|
|
5
|
+
import { HadrachaPageStyle } from "./HadrachaPageStyle";
|
|
6
6
|
export type HadrachaPage = HadrachaPagePreview & {
|
|
7
|
-
structs:
|
|
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 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/HadrachaPage/index.d.ts
CHANGED
|
@@ -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";
|
package/HadrachaPage/index.js
CHANGED
|
@@ -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";
|
package/Lessons/LessonState.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import { FileData } from "../../Shared/FileData";
|
|
2
|
-
import {
|
|
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
|
-
|
|
9
|
+
closedContent?: ClosedQuestionContent;
|
|
10
|
+
freeAnswerContent?: FreeAnswerQuestionContent;
|
|
11
|
+
matchingContent?: MatchingQuestionContent;
|
|
12
12
|
questionType?: string;
|
|
13
|
-
|
|
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
|
-
|
|
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
|
}
|
package/Resource/Quiz/index.d.ts
CHANGED
|
@@ -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";
|
package/Resource/Quiz/index.js
CHANGED
|
@@ -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
|
|
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";
|
package/interfaces/index.d.ts
CHANGED
|
@@ -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/interfaces/index.js
CHANGED
|
@@ -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
package/ActivityUpdate/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|