@easyedu/js-lsm-api 1.32.0 → 1.33.0
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/.openapi-generator/FILES +14 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +20 -4
- package/dist/apis/ContentApi.d.ts +89 -0
- package/dist/apis/ContentApi.js +301 -102
- package/dist/apis/CourseApi.d.ts +48 -0
- package/dist/apis/CourseApi.js +157 -49
- package/dist/apis/ModuleApi.d.ts +16 -0
- package/dist/apis/ModuleApi.js +52 -16
- package/dist/apis/OtherApi.d.ts +4 -0
- package/dist/apis/OtherApi.js +13 -4
- package/dist/apis/PortalApi.d.ts +30 -3
- package/dist/apis/PortalApi.js +92 -32
- package/dist/apis/QuestionApi.d.ts +20 -0
- package/dist/apis/QuestionApi.js +65 -20
- package/dist/apis/QuizApi.d.ts +100 -0
- package/dist/apis/QuizApi.js +325 -100
- package/dist/apis/ReportingApi.d.ts +36 -0
- package/dist/apis/ReportingApi.js +117 -36
- package/dist/apis/RoleApi.d.ts +169 -0
- package/dist/apis/RoleApi.js +442 -0
- package/dist/apis/UserApi.d.ts +28 -0
- package/dist/apis/UserApi.js +91 -28
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ContentApi.d.ts +89 -0
- package/dist/esm/apis/ContentApi.js +301 -102
- package/dist/esm/apis/CourseApi.d.ts +48 -0
- package/dist/esm/apis/CourseApi.js +157 -49
- package/dist/esm/apis/ModuleApi.d.ts +16 -0
- package/dist/esm/apis/ModuleApi.js +52 -16
- package/dist/esm/apis/OtherApi.d.ts +4 -0
- package/dist/esm/apis/OtherApi.js +13 -4
- package/dist/esm/apis/PortalApi.d.ts +30 -3
- package/dist/esm/apis/PortalApi.js +92 -32
- package/dist/esm/apis/QuestionApi.d.ts +20 -0
- package/dist/esm/apis/QuestionApi.js +65 -20
- package/dist/esm/apis/QuizApi.d.ts +100 -0
- package/dist/esm/apis/QuizApi.js +325 -100
- package/dist/esm/apis/ReportingApi.d.ts +36 -0
- package/dist/esm/apis/ReportingApi.js +117 -36
- package/dist/esm/apis/RoleApi.d.ts +169 -0
- package/dist/esm/apis/RoleApi.js +438 -0
- package/dist/esm/apis/UserApi.d.ts +28 -0
- package/dist/esm/apis/UserApi.js +91 -28
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/CriteriaBasedSelection.d.ts +1 -1
- package/dist/esm/models/CriteriaBasedSelectionCriteria.d.ts +2 -2
- package/dist/esm/models/FillInBlank.d.ts +1 -1
- package/dist/esm/models/FillInBlank1.d.ts +1 -1
- package/dist/esm/models/GetContent.d.ts +1 -1
- package/dist/esm/models/GetContentGradeDetail.d.ts +3 -3
- package/dist/esm/models/GetContentGradesItemsInner.d.ts +2 -2
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +1 -1
- package/dist/esm/models/GetContentSessionDetail.d.ts +2 -2
- package/dist/esm/models/GetCourseEnrollment.d.ts +2 -2
- package/dist/esm/models/GetCourseEnrollmentListItem.d.ts +2 -2
- package/dist/esm/models/GetCourseExport.d.ts +2 -2
- package/dist/esm/models/GetPermission.d.ts +50 -0
- package/dist/esm/models/GetPermission.js +53 -0
- package/dist/esm/models/GetPortal.d.ts +23 -4
- package/dist/esm/models/GetPortal.js +14 -0
- package/dist/esm/models/GetPortalUser.d.ts +2 -11
- package/dist/esm/models/GetPortalUser.js +0 -8
- package/dist/esm/models/GetQuestion.d.ts +2 -2
- package/dist/esm/models/GetQuestionListFilters.d.ts +2 -2
- package/dist/esm/models/GetQuiz.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +2 -2
- package/dist/esm/models/GetQuizAttemptAttempt.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptListAllOfAttempts.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptListAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/esm/models/GetQuizCriteriaItem.d.ts +2 -2
- package/dist/esm/models/GetQuizCriteriaListItemsInner.d.ts +2 -2
- package/dist/esm/models/GetQuizListAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetQuizListAllOfQuizzes.d.ts +1 -1
- package/dist/esm/models/GetQuizQuestions.d.ts +1 -1
- package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +2 -2
- package/dist/esm/models/GetQuizResults.d.ts +1 -1
- package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +1 -1
- package/dist/esm/models/GetQuizResultsQuestionsInner.d.ts +1 -1
- package/dist/esm/models/GetRole.d.ts +88 -0
- package/dist/esm/models/GetRole.js +80 -0
- package/dist/esm/models/GetScormApiLogItem.d.ts +1 -1
- package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.d.ts +1 -1
- package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.d.ts +1 -1
- package/dist/esm/models/GetUserRole.d.ts +63 -0
- package/dist/esm/models/GetUserRole.js +67 -0
- package/dist/esm/models/ManualSelection.d.ts +1 -1
- package/dist/esm/models/MultipleAnswer.d.ts +1 -1
- package/dist/esm/models/MultipleAnswer1.d.ts +1 -1
- package/dist/esm/models/NoAnswer.d.ts +1 -1
- package/dist/esm/models/PostContentUpload.d.ts +1 -1
- package/dist/esm/models/PostCourseExport.d.ts +1 -1
- package/dist/esm/models/PostPortalInvite.d.ts +6 -2
- package/dist/esm/models/PostPortalInvite.js +5 -1
- package/dist/esm/models/PostQuestion.d.ts +2 -2
- package/dist/esm/models/PostQuiz.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptAttempt.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/esm/models/PostQuizAttemptSubmit.d.ts +1 -1
- package/dist/esm/models/PostQuizCriteriaCriteriaInner.d.ts +2 -2
- package/dist/esm/models/PostRole.d.ts +57 -0
- package/dist/esm/models/PostRole.js +61 -0
- package/dist/esm/models/PutCourseEnrollment.d.ts +2 -2
- package/dist/esm/models/PutQuestion.d.ts +2 -2
- package/dist/esm/models/PutQuiz.d.ts +1 -1
- package/dist/esm/models/PutRole.d.ts +38 -0
- package/dist/esm/models/PutRole.js +45 -0
- package/dist/esm/models/PutRolePermissions.d.ts +32 -0
- package/dist/esm/models/PutRolePermissions.js +43 -0
- package/dist/esm/models/QuizContent.d.ts +1 -1
- package/dist/esm/models/SingleAnswer.d.ts +1 -1
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/runtime.js +15 -0
- package/dist/models/CriteriaBasedSelection.d.ts +1 -1
- package/dist/models/CriteriaBasedSelectionCriteria.d.ts +2 -2
- package/dist/models/FillInBlank.d.ts +1 -1
- package/dist/models/FillInBlank1.d.ts +1 -1
- package/dist/models/GetContent.d.ts +1 -1
- package/dist/models/GetContentGradeDetail.d.ts +3 -3
- package/dist/models/GetContentGradesItemsInner.d.ts +2 -2
- package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +1 -1
- package/dist/models/GetContentSessionDetail.d.ts +2 -2
- package/dist/models/GetCourseEnrollment.d.ts +2 -2
- package/dist/models/GetCourseEnrollmentListItem.d.ts +2 -2
- package/dist/models/GetCourseExport.d.ts +2 -2
- package/dist/models/GetPermission.d.ts +50 -0
- package/dist/models/GetPermission.js +60 -0
- package/dist/models/GetPortal.d.ts +23 -4
- package/dist/models/GetPortal.js +15 -1
- package/dist/models/GetPortalUser.d.ts +2 -11
- package/dist/models/GetPortalUser.js +0 -9
- package/dist/models/GetQuestion.d.ts +2 -2
- package/dist/models/GetQuestionListFilters.d.ts +2 -2
- package/dist/models/GetQuiz.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +1 -1
- package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +2 -2
- package/dist/models/GetQuizAttemptAttempt.d.ts +1 -1
- package/dist/models/GetQuizAttemptListAllOfAttempts.d.ts +1 -1
- package/dist/models/GetQuizAttemptListAllOfFilters.d.ts +1 -1
- package/dist/models/GetQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/models/GetQuizCriteriaItem.d.ts +2 -2
- package/dist/models/GetQuizCriteriaListItemsInner.d.ts +2 -2
- package/dist/models/GetQuizListAllOfFilters.d.ts +1 -1
- package/dist/models/GetQuizListAllOfQuizzes.d.ts +1 -1
- package/dist/models/GetQuizQuestions.d.ts +1 -1
- package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +2 -2
- package/dist/models/GetQuizResults.d.ts +1 -1
- package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +1 -1
- package/dist/models/GetQuizResultsQuestionsInner.d.ts +1 -1
- package/dist/models/GetRole.d.ts +88 -0
- package/dist/models/GetRole.js +88 -0
- package/dist/models/GetScormApiLogItem.d.ts +1 -1
- package/dist/models/GetUserQuizAttemptsAllOfAttempts.d.ts +1 -1
- package/dist/models/GetUserQuizAttemptsAllOfFilters.d.ts +1 -1
- package/dist/models/GetUserRole.d.ts +63 -0
- package/dist/models/GetUserRole.js +75 -0
- package/dist/models/ManualSelection.d.ts +1 -1
- package/dist/models/MultipleAnswer.d.ts +1 -1
- package/dist/models/MultipleAnswer1.d.ts +1 -1
- package/dist/models/NoAnswer.d.ts +1 -1
- package/dist/models/PostContentUpload.d.ts +1 -1
- package/dist/models/PostCourseExport.d.ts +1 -1
- package/dist/models/PostPortalInvite.d.ts +6 -2
- package/dist/models/PostPortalInvite.js +5 -1
- package/dist/models/PostQuestion.d.ts +2 -2
- package/dist/models/PostQuiz.d.ts +1 -1
- package/dist/models/PostQuizAttemptAttempt.d.ts +1 -1
- package/dist/models/PostQuizAttemptQuestionsInner.d.ts +1 -1
- package/dist/models/PostQuizAttemptSubmit.d.ts +1 -1
- package/dist/models/PostQuizCriteriaCriteriaInner.d.ts +2 -2
- package/dist/models/PostRole.d.ts +57 -0
- package/dist/models/PostRole.js +69 -0
- package/dist/models/PutCourseEnrollment.d.ts +2 -2
- package/dist/models/PutQuestion.d.ts +2 -2
- package/dist/models/PutQuiz.d.ts +1 -1
- package/dist/models/PutRole.d.ts +38 -0
- package/dist/models/PutRole.js +52 -0
- package/dist/models/PutRolePermissions.d.ts +32 -0
- package/dist/models/PutRolePermissions.js +50 -0
- package/dist/models/QuizContent.d.ts +1 -1
- package/dist/models/SingleAnswer.d.ts +1 -1
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/runtime.js +15 -0
- package/docs/GetPermission.md +41 -0
- package/docs/GetPortal.md +2 -0
- package/docs/GetRole.md +49 -0
- package/docs/GetUserRole.md +41 -0
- package/docs/PortalApi.md +3 -6
- package/docs/PostRole.md +39 -0
- package/docs/PutRole.md +37 -0
- package/docs/PutRolePermissions.md +35 -0
- package/docs/RoleApi.md +685 -0
- package/package.json +1 -1
- package/src/apis/ContentApi.ts +279 -102
- package/src/apis/CourseApi.ts +145 -49
- package/src/apis/ModuleApi.ts +48 -16
- package/src/apis/OtherApi.ts +12 -4
- package/src/apis/PortalApi.ts +85 -34
- package/src/apis/QuestionApi.ts +60 -20
- package/src/apis/QuizApi.ts +300 -100
- package/src/apis/ReportingApi.ts +108 -36
- package/src/apis/RoleApi.ts +576 -0
- package/src/apis/UserApi.ts +84 -28
- package/src/apis/index.ts +1 -0
- package/src/models/CriteriaBasedSelection.ts +1 -1
- package/src/models/CriteriaBasedSelectionCriteria.ts +2 -2
- package/src/models/FillInBlank.ts +1 -1
- package/src/models/FillInBlank1.ts +1 -1
- package/src/models/GetContent.ts +1 -1
- package/src/models/GetContentGradeDetail.ts +3 -3
- package/src/models/GetContentGradesItemsInner.ts +2 -2
- package/src/models/GetContentInstructorBasicReportingContentInfo.ts +1 -1
- package/src/models/GetContentSessionDetail.ts +2 -2
- package/src/models/GetCourseEnrollment.ts +2 -2
- package/src/models/GetCourseEnrollmentListItem.ts +2 -2
- package/src/models/GetCourseExport.ts +2 -2
- package/src/models/GetPermission.ts +92 -0
- package/src/models/GetPortal.ts +26 -4
- package/src/models/GetPortalUser.ts +2 -14
- package/src/models/GetQuestion.ts +2 -2
- package/src/models/GetQuestionListFilters.ts +2 -2
- package/src/models/GetQuiz.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsBasicInfo.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.ts +1 -1
- package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.ts +2 -2
- package/src/models/GetQuizAttemptAttempt.ts +1 -1
- package/src/models/GetQuizAttemptListAllOfAttempts.ts +1 -1
- package/src/models/GetQuizAttemptListAllOfFilters.ts +1 -1
- package/src/models/GetQuizAttemptQuestionsInner.ts +1 -1
- package/src/models/GetQuizCriteriaItem.ts +2 -2
- package/src/models/GetQuizCriteriaListItemsInner.ts +2 -2
- package/src/models/GetQuizListAllOfFilters.ts +1 -1
- package/src/models/GetQuizListAllOfQuizzes.ts +1 -1
- package/src/models/GetQuizQuestions.ts +1 -1
- package/src/models/GetQuizQuestionsItemsInnerQuestionDetails.ts +2 -2
- package/src/models/GetQuizResults.ts +1 -1
- package/src/models/GetQuizResultsFeedbackDifficultyPerformanceInner.ts +1 -1
- package/src/models/GetQuizResultsQuestionsInner.ts +1 -1
- package/src/models/GetRole.ts +151 -0
- package/src/models/GetScormApiLogItem.ts +1 -1
- package/src/models/GetUserQuizAttemptsAllOfAttempts.ts +1 -1
- package/src/models/GetUserQuizAttemptsAllOfFilters.ts +1 -1
- package/src/models/GetUserRole.ts +109 -0
- package/src/models/ManualSelection.ts +1 -1
- package/src/models/MultipleAnswer.ts +1 -1
- package/src/models/MultipleAnswer1.ts +1 -1
- package/src/models/NoAnswer.ts +1 -1
- package/src/models/PostContentUpload.ts +1 -1
- package/src/models/PostCourseExport.ts +1 -1
- package/src/models/PostPortalInvite.ts +7 -3
- package/src/models/PostQuestion.ts +2 -2
- package/src/models/PostQuiz.ts +1 -1
- package/src/models/PostQuizAttemptAttempt.ts +1 -1
- package/src/models/PostQuizAttemptQuestionsInner.ts +1 -1
- package/src/models/PostQuizAttemptSubmit.ts +1 -1
- package/src/models/PostQuizCriteriaCriteriaInner.ts +2 -2
- package/src/models/PostRole.ts +99 -0
- package/src/models/PutCourseEnrollment.ts +2 -2
- package/src/models/PutQuestion.ts +2 -2
- package/src/models/PutQuiz.ts +1 -1
- package/src/models/PutRole.ts +74 -0
- package/src/models/PutRolePermissions.ts +66 -0
- package/src/models/QuizContent.ts +1 -1
- package/src/models/SingleAnswer.ts +1 -1
- package/src/models/index.ts +6 -0
- package/src/runtime.ts +18 -0
|
@@ -30,7 +30,7 @@ export interface GetQuestion {
|
|
|
30
30
|
questionText: string;
|
|
31
31
|
/**
|
|
32
32
|
* Type of question: single answer (True/False, multiple choice), multiple answer, or fill in the blank
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {GetQuestionQuestionTypeEnum}
|
|
34
34
|
* @memberof GetQuestion
|
|
35
35
|
*/
|
|
36
36
|
questionType: GetQuestionQuestionTypeEnum;
|
|
@@ -66,7 +66,7 @@ export interface GetQuestion {
|
|
|
66
66
|
course?: string;
|
|
67
67
|
/**
|
|
68
68
|
* Difficulty level of the question
|
|
69
|
-
* @type {
|
|
69
|
+
* @type {GetQuestionDifficultyLevelEnum}
|
|
70
70
|
* @memberof GetQuestion
|
|
71
71
|
*/
|
|
72
72
|
difficultyLevel: GetQuestionDifficultyLevelEnum;
|
|
@@ -29,13 +29,13 @@ export interface GetQuestionListFilters {
|
|
|
29
29
|
course?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Filter by question type
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {GetQuestionListFiltersQuestionTypeEnum}
|
|
33
33
|
* @memberof GetQuestionListFilters
|
|
34
34
|
*/
|
|
35
35
|
questionType?: GetQuestionListFiltersQuestionTypeEnum;
|
|
36
36
|
/**
|
|
37
37
|
* Filter by difficulty level
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {GetQuestionListFiltersDifficultyLevelEnum}
|
|
39
39
|
* @memberof GetQuestionListFilters
|
|
40
40
|
*/
|
|
41
41
|
difficultyLevel?: GetQuestionListFiltersDifficultyLevelEnum;
|
|
@@ -41,7 +41,7 @@ export interface GetQuizAttemptAnalyticsBasicInfo {
|
|
|
41
41
|
attemptNumber: number;
|
|
42
42
|
/**
|
|
43
43
|
* Attempt status
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {GetQuizAttemptAnalyticsBasicInfoStatusEnum}
|
|
45
45
|
* @memberof GetQuizAttemptAnalyticsBasicInfo
|
|
46
46
|
*/
|
|
47
47
|
status: GetQuizAttemptAnalyticsBasicInfoStatusEnum;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
export interface GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner {
|
|
18
18
|
/**
|
|
19
19
|
* Difficulty level
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInnerDifficultyLevelEnum}
|
|
21
21
|
* @memberof GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner
|
|
22
22
|
*/
|
|
23
23
|
difficultyLevel: GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInnerDifficultyLevelEnum;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
export interface GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner {
|
|
18
18
|
/**
|
|
19
19
|
* Question type
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInnerQuestionTypeEnum}
|
|
21
21
|
* @memberof GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner
|
|
22
22
|
*/
|
|
23
23
|
questionType: GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInnerQuestionTypeEnum;
|
|
@@ -37,7 +37,7 @@ export interface GetQuizAttemptAnalyticsQuestionAnalysisInner {
|
|
|
37
37
|
questionText: string;
|
|
38
38
|
/**
|
|
39
39
|
* Question type
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {GetQuizAttemptAnalyticsQuestionAnalysisInnerQuestionTypeEnum}
|
|
41
41
|
* @memberof GetQuizAttemptAnalyticsQuestionAnalysisInner
|
|
42
42
|
*/
|
|
43
43
|
questionType: GetQuizAttemptAnalyticsQuestionAnalysisInnerQuestionTypeEnum;
|
|
@@ -49,7 +49,7 @@ export interface GetQuizAttemptAnalyticsQuestionAnalysisInner {
|
|
|
49
49
|
topic: string;
|
|
50
50
|
/**
|
|
51
51
|
* Question difficulty
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {GetQuizAttemptAnalyticsQuestionAnalysisInnerDifficultyLevelEnum}
|
|
53
53
|
* @memberof GetQuizAttemptAnalyticsQuestionAnalysisInner
|
|
54
54
|
*/
|
|
55
55
|
difficultyLevel: GetQuizAttemptAnalyticsQuestionAnalysisInnerDifficultyLevelEnum;
|
|
@@ -71,7 +71,7 @@ export interface GetQuizAttemptListAllOfAttempts {
|
|
|
71
71
|
attemptNumber: number;
|
|
72
72
|
/**
|
|
73
73
|
* Attempt status
|
|
74
|
-
* @type {
|
|
74
|
+
* @type {GetQuizAttemptListAllOfAttemptsStatusEnum}
|
|
75
75
|
* @memberof GetQuizAttemptListAllOfAttempts
|
|
76
76
|
*/
|
|
77
77
|
status: GetQuizAttemptListAllOfAttemptsStatusEnum;
|
|
@@ -30,7 +30,7 @@ export interface GetQuizAttemptListAllOfFilters {
|
|
|
30
30
|
userId?: string;
|
|
31
31
|
/**
|
|
32
32
|
* Filter by attempt status
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {GetQuizAttemptListAllOfFiltersStatusEnum}
|
|
34
34
|
* @memberof GetQuizAttemptListAllOfFilters
|
|
35
35
|
*/
|
|
36
36
|
status?: GetQuizAttemptListAllOfFiltersStatusEnum;
|
|
@@ -49,7 +49,7 @@ export interface GetQuizAttemptQuestionsInner {
|
|
|
49
49
|
questionText: string;
|
|
50
50
|
/**
|
|
51
51
|
* Question type
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {GetQuizAttemptQuestionsInnerQuestionTypeEnum}
|
|
53
53
|
* @memberof GetQuizAttemptQuestionsInner
|
|
54
54
|
*/
|
|
55
55
|
questionType: GetQuizAttemptQuestionsInnerQuestionTypeEnum;
|
|
@@ -35,13 +35,13 @@ export interface GetQuizCriteriaItem {
|
|
|
35
35
|
topic?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Difficulty filter (null for any difficulty)
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {GetQuizCriteriaItemDifficultyLevelEnum}
|
|
39
39
|
* @memberof GetQuizCriteriaItem
|
|
40
40
|
*/
|
|
41
41
|
difficultyLevel?: GetQuizCriteriaItemDifficultyLevelEnum;
|
|
42
42
|
/**
|
|
43
43
|
* Question type filter (null for any type)
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {GetQuizCriteriaItemQuestionTypeEnum}
|
|
45
45
|
* @memberof GetQuizCriteriaItem
|
|
46
46
|
*/
|
|
47
47
|
questionType?: GetQuizCriteriaItemQuestionTypeEnum;
|
|
@@ -35,13 +35,13 @@ export interface GetQuizCriteriaListItemsInner {
|
|
|
35
35
|
topic?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Difficulty filter (null for any difficulty)
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {GetQuizCriteriaListItemsInnerDifficultyLevelEnum}
|
|
39
39
|
* @memberof GetQuizCriteriaListItemsInner
|
|
40
40
|
*/
|
|
41
41
|
difficultyLevel?: GetQuizCriteriaListItemsInnerDifficultyLevelEnum;
|
|
42
42
|
/**
|
|
43
43
|
* Question type filter (null for any type)
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {GetQuizCriteriaListItemsInnerQuestionTypeEnum}
|
|
45
45
|
* @memberof GetQuizCriteriaListItemsInner
|
|
46
46
|
*/
|
|
47
47
|
questionType?: GetQuizCriteriaListItemsInnerQuestionTypeEnum;
|
|
@@ -29,7 +29,7 @@ export interface GetQuizListAllOfFilters {
|
|
|
29
29
|
moduleId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Filter by question selection method
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {GetQuizListAllOfFiltersQuestionSelectionMethodEnum}
|
|
33
33
|
* @memberof GetQuizListAllOfFilters
|
|
34
34
|
*/
|
|
35
35
|
questionSelectionMethod?: GetQuizListAllOfFiltersQuestionSelectionMethodEnum;
|
|
@@ -72,7 +72,7 @@ export interface GetQuizListAllOfQuizzes {
|
|
|
72
72
|
courseName?: string;
|
|
73
73
|
/**
|
|
74
74
|
* Question selection method
|
|
75
|
-
* @type {
|
|
75
|
+
* @type {GetQuizListAllOfQuizzesQuestionSelectionMethodEnum}
|
|
76
76
|
* @memberof GetQuizListAllOfQuizzes
|
|
77
77
|
*/
|
|
78
78
|
questionSelectionMethod: GetQuizListAllOfQuizzesQuestionSelectionMethodEnum;
|
|
@@ -54,7 +54,7 @@ export interface GetQuizQuestions {
|
|
|
54
54
|
totalPoints: number;
|
|
55
55
|
/**
|
|
56
56
|
* How questions were selected
|
|
57
|
-
* @type {
|
|
57
|
+
* @type {GetQuizQuestionsSelectionMethodEnum}
|
|
58
58
|
* @memberof GetQuizQuestions
|
|
59
59
|
*/
|
|
60
60
|
selectionMethod: GetQuizQuestionsSelectionMethodEnum;
|
|
@@ -24,7 +24,7 @@ export interface GetQuizQuestionsItemsInnerQuestionDetails {
|
|
|
24
24
|
questionText: string;
|
|
25
25
|
/**
|
|
26
26
|
* Type of question
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {GetQuizQuestionsItemsInnerQuestionDetailsQuestionTypeEnum}
|
|
28
28
|
* @memberof GetQuizQuestionsItemsInnerQuestionDetails
|
|
29
29
|
*/
|
|
30
30
|
questionType: GetQuizQuestionsItemsInnerQuestionDetailsQuestionTypeEnum;
|
|
@@ -36,7 +36,7 @@ export interface GetQuizQuestionsItemsInnerQuestionDetails {
|
|
|
36
36
|
topic: string;
|
|
37
37
|
/**
|
|
38
38
|
* Question difficulty
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {GetQuizQuestionsItemsInnerQuestionDetailsDifficultyLevelEnum}
|
|
40
40
|
* @memberof GetQuizQuestionsItemsInnerQuestionDetails
|
|
41
41
|
*/
|
|
42
42
|
difficultyLevel: GetQuizQuestionsItemsInnerQuestionDetailsDifficultyLevelEnum;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
export interface GetQuizResultsFeedbackDifficultyPerformanceInner {
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
|
-
* @type {
|
|
20
|
+
* @type {GetQuizResultsFeedbackDifficultyPerformanceInnerDifficultyLevelEnum}
|
|
21
21
|
* @memberof GetQuizResultsFeedbackDifficultyPerformanceInner
|
|
22
22
|
*/
|
|
23
23
|
difficultyLevel: GetQuizResultsFeedbackDifficultyPerformanceInnerDifficultyLevelEnum;
|
|
@@ -37,7 +37,7 @@ export interface GetQuizResultsQuestionsInner {
|
|
|
37
37
|
questionText: string;
|
|
38
38
|
/**
|
|
39
39
|
* Type of question
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {GetQuizResultsQuestionsInnerQuestionTypeEnum}
|
|
41
41
|
* @memberof GetQuizResultsQuestionsInner
|
|
42
42
|
*/
|
|
43
43
|
questionType: GetQuizResultsQuestionsInnerQuestionTypeEnum;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { GetPermission } from './GetPermission';
|
|
13
|
+
/**
|
|
14
|
+
* A role with its assigned permissions
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetRole
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRole {
|
|
19
|
+
/**
|
|
20
|
+
* External UUID of the role
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GetRole
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Display name of the role
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GetRole
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* Optional description of the role
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof GetRole
|
|
35
|
+
*/
|
|
36
|
+
description?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* The base role type this role derives from
|
|
39
|
+
* @type {GetRoleBaseTypeEnum}
|
|
40
|
+
* @memberof GetRole
|
|
41
|
+
*/
|
|
42
|
+
baseType: GetRoleBaseTypeEnum;
|
|
43
|
+
/**
|
|
44
|
+
* Portal this role is scoped to (null for system roles)
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof GetRole
|
|
47
|
+
*/
|
|
48
|
+
portalId?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* Whether this is a built-in system role (cannot be modified)
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof GetRole
|
|
53
|
+
*/
|
|
54
|
+
isSystem: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Whether this role is active
|
|
57
|
+
* @type {boolean}
|
|
58
|
+
* @memberof GetRole
|
|
59
|
+
*/
|
|
60
|
+
isActive: boolean;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {Array<GetPermission>}
|
|
64
|
+
* @memberof GetRole
|
|
65
|
+
*/
|
|
66
|
+
permissions: Array<GetPermission>;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @export
|
|
70
|
+
*/
|
|
71
|
+
export declare const GetRoleBaseTypeEnum: {
|
|
72
|
+
readonly Owner: "Owner";
|
|
73
|
+
readonly Admin: "Admin";
|
|
74
|
+
readonly Instructor: "Instructor";
|
|
75
|
+
readonly Learner: "Learner";
|
|
76
|
+
readonly ClientSuperAdmin: "ClientSuperAdmin";
|
|
77
|
+
readonly ClientManager: "ClientManager";
|
|
78
|
+
readonly PortalClientAdministrator: "PortalClientAdministrator";
|
|
79
|
+
};
|
|
80
|
+
export type GetRoleBaseTypeEnum = typeof GetRoleBaseTypeEnum[keyof typeof GetRoleBaseTypeEnum];
|
|
81
|
+
/**
|
|
82
|
+
* Check if a given object implements the GetRole interface.
|
|
83
|
+
*/
|
|
84
|
+
export declare function instanceOfGetRole(value: object): value is GetRole;
|
|
85
|
+
export declare function GetRoleFromJSON(json: any): GetRole;
|
|
86
|
+
export declare function GetRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetRole;
|
|
87
|
+
export declare function GetRoleToJSON(json: any): GetRole;
|
|
88
|
+
export declare function GetRoleToJSONTyped(value?: GetRole | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { GetPermissionFromJSON, GetPermissionToJSON, } from './GetPermission';
|
|
15
|
+
/**
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const GetRoleBaseTypeEnum = {
|
|
19
|
+
Owner: 'Owner',
|
|
20
|
+
Admin: 'Admin',
|
|
21
|
+
Instructor: 'Instructor',
|
|
22
|
+
Learner: 'Learner',
|
|
23
|
+
ClientSuperAdmin: 'ClientSuperAdmin',
|
|
24
|
+
ClientManager: 'ClientManager',
|
|
25
|
+
PortalClientAdministrator: 'PortalClientAdministrator'
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the GetRole interface.
|
|
29
|
+
*/
|
|
30
|
+
export function instanceOfGetRole(value) {
|
|
31
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('baseType' in value) || value['baseType'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('isSystem' in value) || value['isSystem'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('isActive' in value) || value['isActive'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('permissions' in value) || value['permissions'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
export function GetRoleFromJSON(json) {
|
|
46
|
+
return GetRoleFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
export function GetRoleFromJSONTyped(json, ignoreDiscriminator) {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'id': json['id'],
|
|
54
|
+
'name': json['name'],
|
|
55
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
56
|
+
'baseType': json['base_type'],
|
|
57
|
+
'portalId': json['portal_id'] == null ? undefined : json['portal_id'],
|
|
58
|
+
'isSystem': json['is_system'],
|
|
59
|
+
'isActive': json['is_active'],
|
|
60
|
+
'permissions': (json['permissions'].map(GetPermissionFromJSON)),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function GetRoleToJSON(json) {
|
|
64
|
+
return GetRoleToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
export function GetRoleToJSONTyped(value, ignoreDiscriminator = false) {
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'id': value['id'],
|
|
72
|
+
'name': value['name'],
|
|
73
|
+
'description': value['description'],
|
|
74
|
+
'base_type': value['baseType'],
|
|
75
|
+
'portal_id': value['portalId'],
|
|
76
|
+
'is_system': value['isSystem'],
|
|
77
|
+
'is_active': value['isActive'],
|
|
78
|
+
'permissions': (value['permissions'].map(GetPermissionToJSON)),
|
|
79
|
+
};
|
|
80
|
+
}
|
|
@@ -65,7 +65,7 @@ export interface GetUserQuizAttemptsAllOfAttempts {
|
|
|
65
65
|
attemptNumber: number;
|
|
66
66
|
/**
|
|
67
67
|
* Attempt status
|
|
68
|
-
* @type {
|
|
68
|
+
* @type {GetUserQuizAttemptsAllOfAttemptsStatusEnum}
|
|
69
69
|
* @memberof GetUserQuizAttemptsAllOfAttempts
|
|
70
70
|
*/
|
|
71
71
|
status: GetUserQuizAttemptsAllOfAttemptsStatusEnum;
|
|
@@ -36,7 +36,7 @@ export interface GetUserQuizAttemptsAllOfFilters {
|
|
|
36
36
|
quizId?: string;
|
|
37
37
|
/**
|
|
38
38
|
* Filter by attempt status
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {GetUserQuizAttemptsAllOfFiltersStatusEnum}
|
|
40
40
|
* @memberof GetUserQuizAttemptsAllOfFilters
|
|
41
41
|
*/
|
|
42
42
|
status?: GetUserQuizAttemptsAllOfFiltersStatusEnum;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A role assigned to a user in a portal
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetUserRole
|
|
16
|
+
*/
|
|
17
|
+
export interface GetUserRole {
|
|
18
|
+
/**
|
|
19
|
+
* External UUID of the role
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetUserRole
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
* Role name
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetUserRole
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
/**
|
|
31
|
+
* Base role type
|
|
32
|
+
* @type {GetUserRoleBaseTypeEnum}
|
|
33
|
+
* @memberof GetUserRole
|
|
34
|
+
*/
|
|
35
|
+
baseType: GetUserRoleBaseTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* Whether this is a system role
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof GetUserRole
|
|
40
|
+
*/
|
|
41
|
+
isSystem: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export declare const GetUserRoleBaseTypeEnum: {
|
|
47
|
+
readonly Owner: "Owner";
|
|
48
|
+
readonly Admin: "Admin";
|
|
49
|
+
readonly Instructor: "Instructor";
|
|
50
|
+
readonly Learner: "Learner";
|
|
51
|
+
readonly ClientSuperAdmin: "ClientSuperAdmin";
|
|
52
|
+
readonly ClientManager: "ClientManager";
|
|
53
|
+
readonly PortalClientAdministrator: "PortalClientAdministrator";
|
|
54
|
+
};
|
|
55
|
+
export type GetUserRoleBaseTypeEnum = typeof GetUserRoleBaseTypeEnum[keyof typeof GetUserRoleBaseTypeEnum];
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the GetUserRole interface.
|
|
58
|
+
*/
|
|
59
|
+
export declare function instanceOfGetUserRole(value: object): value is GetUserRole;
|
|
60
|
+
export declare function GetUserRoleFromJSON(json: any): GetUserRole;
|
|
61
|
+
export declare function GetUserRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUserRole;
|
|
62
|
+
export declare function GetUserRoleToJSON(json: any): GetUserRole;
|
|
63
|
+
export declare function GetUserRoleToJSONTyped(value?: GetUserRole | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* LMS API
|
|
5
|
+
* LMS API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const GetUserRoleBaseTypeEnum = {
|
|
18
|
+
Owner: 'Owner',
|
|
19
|
+
Admin: 'Admin',
|
|
20
|
+
Instructor: 'Instructor',
|
|
21
|
+
Learner: 'Learner',
|
|
22
|
+
ClientSuperAdmin: 'ClientSuperAdmin',
|
|
23
|
+
ClientManager: 'ClientManager',
|
|
24
|
+
PortalClientAdministrator: 'PortalClientAdministrator'
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the GetUserRole interface.
|
|
28
|
+
*/
|
|
29
|
+
export function instanceOfGetUserRole(value) {
|
|
30
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('baseType' in value) || value['baseType'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('isSystem' in value) || value['isSystem'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
export function GetUserRoleFromJSON(json) {
|
|
41
|
+
return GetUserRoleFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function GetUserRoleFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': json['id'],
|
|
49
|
+
'name': json['name'],
|
|
50
|
+
'baseType': json['base_type'],
|
|
51
|
+
'isSystem': json['is_system'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export function GetUserRoleToJSON(json) {
|
|
55
|
+
return GetUserRoleToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
export function GetUserRoleToJSONTyped(value, ignoreDiscriminator = false) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'id': value['id'],
|
|
63
|
+
'name': value['name'],
|
|
64
|
+
'base_type': value['baseType'],
|
|
65
|
+
'is_system': value['isSystem'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -34,8 +34,8 @@ export interface PostPortalInvite {
|
|
|
34
34
|
*/
|
|
35
35
|
lastName: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {
|
|
37
|
+
* Role name to assign to the invited user
|
|
38
|
+
* @type {PostPortalInviteUserTypeEnum}
|
|
39
39
|
* @memberof PostPortalInvite
|
|
40
40
|
*/
|
|
41
41
|
userType: PostPortalInviteUserTypeEnum;
|
|
@@ -44,9 +44,13 @@ export interface PostPortalInvite {
|
|
|
44
44
|
* @export
|
|
45
45
|
*/
|
|
46
46
|
export declare const PostPortalInviteUserTypeEnum: {
|
|
47
|
+
readonly Owner: "Owner";
|
|
47
48
|
readonly Admin: "Admin";
|
|
48
49
|
readonly Instructor: "Instructor";
|
|
49
50
|
readonly Learner: "Learner";
|
|
51
|
+
readonly ClientSuperAdmin: "ClientSuperAdmin";
|
|
52
|
+
readonly ClientManager: "ClientManager";
|
|
53
|
+
readonly PortalClientAdministrator: "PortalClientAdministrator";
|
|
50
54
|
};
|
|
51
55
|
export type PostPortalInviteUserTypeEnum = typeof PostPortalInviteUserTypeEnum[keyof typeof PostPortalInviteUserTypeEnum];
|
|
52
56
|
/**
|