@easyedu/js-lsm-api 1.15.0 → 1.16.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.
Files changed (158) hide show
  1. package/.openapi-generator/FILES +29 -0
  2. package/README.md +2 -2
  3. package/dist/apis/ReportingApi.d.ts +120 -0
  4. package/dist/apis/ReportingApi.js +299 -0
  5. package/dist/apis/index.d.ts +1 -0
  6. package/dist/apis/index.js +1 -0
  7. package/dist/esm/apis/ReportingApi.d.ts +120 -0
  8. package/dist/esm/apis/ReportingApi.js +295 -0
  9. package/dist/esm/apis/index.d.ts +1 -0
  10. package/dist/esm/apis/index.js +1 -0
  11. package/dist/esm/models/GetContentGradeDetail.d.ts +118 -0
  12. package/dist/esm/models/GetContentGradeDetail.js +104 -0
  13. package/dist/esm/models/GetContentGrades.d.ts +57 -0
  14. package/dist/esm/models/GetContentGrades.js +60 -0
  15. package/dist/esm/models/GetContentGradesItemsInner.d.ts +72 -0
  16. package/dist/esm/models/GetContentGradesItemsInner.js +73 -0
  17. package/dist/esm/models/GetContentGradesItemsInnerUser.d.ts +44 -0
  18. package/dist/esm/models/GetContentGradesItemsInnerUser.js +51 -0
  19. package/dist/esm/models/GetContentInstructorBasicReporting.d.ts +47 -0
  20. package/dist/esm/models/GetContentInstructorBasicReporting.js +54 -0
  21. package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
  22. package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.js +63 -0
  23. package/dist/esm/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
  24. package/dist/esm/models/GetContentInstructorBasicReportingEngagement.js +59 -0
  25. package/dist/esm/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
  26. package/dist/esm/models/GetContentInstructorBasicReportingPerformance.js +47 -0
  27. package/dist/esm/models/GetCourseStudentReporting.d.ts +47 -0
  28. package/dist/esm/models/GetCourseStudentReporting.js +54 -0
  29. package/dist/esm/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
  30. package/dist/esm/models/GetCourseStudentReportingCourseInfo.js +43 -0
  31. package/dist/esm/models/GetCourseStudentReportingEngagement.d.ts +38 -0
  32. package/dist/esm/models/GetCourseStudentReportingEngagement.js +47 -0
  33. package/dist/esm/models/GetCourseStudentReportingPerformance.d.ts +32 -0
  34. package/dist/esm/models/GetCourseStudentReportingPerformance.js +43 -0
  35. package/dist/esm/models/GetModuleInstructorBasicReporting.d.ts +47 -0
  36. package/dist/esm/models/GetModuleInstructorBasicReporting.js +54 -0
  37. package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
  38. package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.js +43 -0
  39. package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
  40. package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.js +43 -0
  41. package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
  42. package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.js +43 -0
  43. package/dist/esm/models/GetModuleStudentReporting.d.ts +47 -0
  44. package/dist/esm/models/GetModuleStudentReporting.js +54 -0
  45. package/dist/esm/models/GetModuleStudentReportingAccess.d.ts +38 -0
  46. package/dist/esm/models/GetModuleStudentReportingAccess.js +47 -0
  47. package/dist/esm/models/GetModuleStudentReportingProgress.d.ts +38 -0
  48. package/dist/esm/models/GetModuleStudentReportingProgress.js +47 -0
  49. package/dist/esm/models/GetPortalBasicReporting.d.ts +40 -0
  50. package/dist/esm/models/GetPortalBasicReporting.js +49 -0
  51. package/dist/esm/models/GetPortalBasicReportingCertificates.d.ts +32 -0
  52. package/dist/esm/models/GetPortalBasicReportingCertificates.js +43 -0
  53. package/dist/esm/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
  54. package/dist/esm/models/GetPortalBasicReportingPortalInfo.js +51 -0
  55. package/dist/esm/models/ScormSessionData.d.ts +61 -0
  56. package/dist/esm/models/ScormSessionData.js +54 -0
  57. package/dist/esm/models/ScormSessionDataProgress.d.ts +38 -0
  58. package/dist/esm/models/ScormSessionDataProgress.js +43 -0
  59. package/dist/esm/models/ScormSessionDataScore.d.ts +50 -0
  60. package/dist/esm/models/ScormSessionDataScore.js +47 -0
  61. package/dist/esm/models/ScormSessionDataSession.d.ts +32 -0
  62. package/dist/esm/models/ScormSessionDataSession.js +41 -0
  63. package/dist/esm/models/ScormSessionDataStatus.d.ts +50 -0
  64. package/dist/esm/models/ScormSessionDataStatus.js +47 -0
  65. package/dist/esm/models/ScormSessionDataTime.d.ts +50 -0
  66. package/dist/esm/models/ScormSessionDataTime.js +47 -0
  67. package/dist/esm/models/index.d.ts +28 -0
  68. package/dist/esm/models/index.js +28 -0
  69. package/dist/models/GetContentGradeDetail.d.ts +118 -0
  70. package/dist/models/GetContentGradeDetail.js +112 -0
  71. package/dist/models/GetContentGrades.d.ts +57 -0
  72. package/dist/models/GetContentGrades.js +67 -0
  73. package/dist/models/GetContentGradesItemsInner.d.ts +72 -0
  74. package/dist/models/GetContentGradesItemsInner.js +81 -0
  75. package/dist/models/GetContentGradesItemsInnerUser.d.ts +44 -0
  76. package/dist/models/GetContentGradesItemsInnerUser.js +58 -0
  77. package/dist/models/GetContentInstructorBasicReporting.d.ts +47 -0
  78. package/dist/models/GetContentInstructorBasicReporting.js +61 -0
  79. package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
  80. package/dist/models/GetContentInstructorBasicReportingContentInfo.js +71 -0
  81. package/dist/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
  82. package/dist/models/GetContentInstructorBasicReportingEngagement.js +66 -0
  83. package/dist/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
  84. package/dist/models/GetContentInstructorBasicReportingPerformance.js +54 -0
  85. package/dist/models/GetCourseStudentReporting.d.ts +47 -0
  86. package/dist/models/GetCourseStudentReporting.js +61 -0
  87. package/dist/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
  88. package/dist/models/GetCourseStudentReportingCourseInfo.js +50 -0
  89. package/dist/models/GetCourseStudentReportingEngagement.d.ts +38 -0
  90. package/dist/models/GetCourseStudentReportingEngagement.js +54 -0
  91. package/dist/models/GetCourseStudentReportingPerformance.d.ts +32 -0
  92. package/dist/models/GetCourseStudentReportingPerformance.js +50 -0
  93. package/dist/models/GetModuleInstructorBasicReporting.d.ts +47 -0
  94. package/dist/models/GetModuleInstructorBasicReporting.js +61 -0
  95. package/dist/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
  96. package/dist/models/GetModuleInstructorBasicReportingEngagement.js +50 -0
  97. package/dist/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
  98. package/dist/models/GetModuleInstructorBasicReportingModuleInfo.js +50 -0
  99. package/dist/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
  100. package/dist/models/GetModuleInstructorBasicReportingPerformance.js +50 -0
  101. package/dist/models/GetModuleStudentReporting.d.ts +47 -0
  102. package/dist/models/GetModuleStudentReporting.js +61 -0
  103. package/dist/models/GetModuleStudentReportingAccess.d.ts +38 -0
  104. package/dist/models/GetModuleStudentReportingAccess.js +54 -0
  105. package/dist/models/GetModuleStudentReportingProgress.d.ts +38 -0
  106. package/dist/models/GetModuleStudentReportingProgress.js +54 -0
  107. package/dist/models/GetPortalBasicReporting.d.ts +40 -0
  108. package/dist/models/GetPortalBasicReporting.js +56 -0
  109. package/dist/models/GetPortalBasicReportingCertificates.d.ts +32 -0
  110. package/dist/models/GetPortalBasicReportingCertificates.js +50 -0
  111. package/dist/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
  112. package/dist/models/GetPortalBasicReportingPortalInfo.js +58 -0
  113. package/dist/models/ScormSessionData.d.ts +61 -0
  114. package/dist/models/ScormSessionData.js +61 -0
  115. package/dist/models/ScormSessionDataProgress.d.ts +38 -0
  116. package/dist/models/ScormSessionDataProgress.js +50 -0
  117. package/dist/models/ScormSessionDataScore.d.ts +50 -0
  118. package/dist/models/ScormSessionDataScore.js +54 -0
  119. package/dist/models/ScormSessionDataSession.d.ts +32 -0
  120. package/dist/models/ScormSessionDataSession.js +48 -0
  121. package/dist/models/ScormSessionDataStatus.d.ts +50 -0
  122. package/dist/models/ScormSessionDataStatus.js +54 -0
  123. package/dist/models/ScormSessionDataTime.d.ts +50 -0
  124. package/dist/models/ScormSessionDataTime.js +54 -0
  125. package/dist/models/index.d.ts +28 -0
  126. package/dist/models/index.js +28 -0
  127. package/package.json +1 -1
  128. package/src/apis/ReportingApi.ts +450 -0
  129. package/src/apis/index.ts +1 -0
  130. package/src/models/GetContentGradeDetail.ts +191 -0
  131. package/src/models/GetContentGrades.ts +110 -0
  132. package/src/models/GetContentGradesItemsInner.ts +125 -0
  133. package/src/models/GetContentGradesItemsInnerUser.ts +84 -0
  134. package/src/models/GetContentInstructorBasicReporting.ts +106 -0
  135. package/src/models/GetContentInstructorBasicReportingContentInfo.ts +101 -0
  136. package/src/models/GetContentInstructorBasicReportingEngagement.ts +102 -0
  137. package/src/models/GetContentInstructorBasicReportingPerformance.ts +75 -0
  138. package/src/models/GetCourseStudentReporting.ts +106 -0
  139. package/src/models/GetCourseStudentReportingCourseInfo.ts +66 -0
  140. package/src/models/GetCourseStudentReportingEngagement.ts +75 -0
  141. package/src/models/GetCourseStudentReportingPerformance.ts +66 -0
  142. package/src/models/GetModuleInstructorBasicReporting.ts +106 -0
  143. package/src/models/GetModuleInstructorBasicReportingEngagement.ts +66 -0
  144. package/src/models/GetModuleInstructorBasicReportingModuleInfo.ts +66 -0
  145. package/src/models/GetModuleInstructorBasicReportingPerformance.ts +66 -0
  146. package/src/models/GetModuleStudentReporting.ts +106 -0
  147. package/src/models/GetModuleStudentReportingAccess.ts +75 -0
  148. package/src/models/GetModuleStudentReportingProgress.ts +75 -0
  149. package/src/models/GetPortalBasicReporting.ts +90 -0
  150. package/src/models/GetPortalBasicReportingCertificates.ts +66 -0
  151. package/src/models/GetPortalBasicReportingPortalInfo.ts +84 -0
  152. package/src/models/ScormSessionData.ts +133 -0
  153. package/src/models/ScormSessionDataProgress.ts +73 -0
  154. package/src/models/ScormSessionDataScore.ts +89 -0
  155. package/src/models/ScormSessionDataSession.ts +65 -0
  156. package/src/models/ScormSessionDataStatus.ts +89 -0
  157. package/src/models/ScormSessionDataTime.ts +89 -0
  158. package/src/models/index.ts +28 -0
@@ -0,0 +1,47 @@
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 { GetModuleInstructorBasicReportingModuleInfo } from './GetModuleInstructorBasicReportingModuleInfo';
13
+ import type { GetModuleStudentReportingAccess } from './GetModuleStudentReportingAccess';
14
+ import type { GetModuleStudentReportingProgress } from './GetModuleStudentReportingProgress';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface GetModuleStudentReporting
19
+ */
20
+ export interface GetModuleStudentReporting {
21
+ /**
22
+ *
23
+ * @type {GetModuleInstructorBasicReportingModuleInfo}
24
+ * @memberof GetModuleStudentReporting
25
+ */
26
+ moduleInfo: GetModuleInstructorBasicReportingModuleInfo;
27
+ /**
28
+ *
29
+ * @type {GetModuleStudentReportingProgress}
30
+ * @memberof GetModuleStudentReporting
31
+ */
32
+ progress: GetModuleStudentReportingProgress;
33
+ /**
34
+ *
35
+ * @type {GetModuleStudentReportingAccess}
36
+ * @memberof GetModuleStudentReporting
37
+ */
38
+ access: GetModuleStudentReportingAccess;
39
+ }
40
+ /**
41
+ * Check if a given object implements the GetModuleStudentReporting interface.
42
+ */
43
+ export declare function instanceOfGetModuleStudentReporting(value: object): value is GetModuleStudentReporting;
44
+ export declare function GetModuleStudentReportingFromJSON(json: any): GetModuleStudentReporting;
45
+ export declare function GetModuleStudentReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleStudentReporting;
46
+ export declare function GetModuleStudentReportingToJSON(json: any): GetModuleStudentReporting;
47
+ export declare function GetModuleStudentReportingToJSONTyped(value?: GetModuleStudentReporting | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
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 { GetModuleInstructorBasicReportingModuleInfoFromJSON, GetModuleInstructorBasicReportingModuleInfoToJSON, } from './GetModuleInstructorBasicReportingModuleInfo';
15
+ import { GetModuleStudentReportingAccessFromJSON, GetModuleStudentReportingAccessToJSON, } from './GetModuleStudentReportingAccess';
16
+ import { GetModuleStudentReportingProgressFromJSON, GetModuleStudentReportingProgressToJSON, } from './GetModuleStudentReportingProgress';
17
+ /**
18
+ * Check if a given object implements the GetModuleStudentReporting interface.
19
+ */
20
+ export function instanceOfGetModuleStudentReporting(value) {
21
+ if (!('moduleInfo' in value) || value['moduleInfo'] === undefined)
22
+ return false;
23
+ if (!('progress' in value) || value['progress'] === undefined)
24
+ return false;
25
+ if (!('access' in value) || value['access'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ export function GetModuleStudentReportingFromJSON(json) {
30
+ return GetModuleStudentReportingFromJSONTyped(json, false);
31
+ }
32
+ export function GetModuleStudentReportingFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'moduleInfo': GetModuleInstructorBasicReportingModuleInfoFromJSON(json['module_info']),
38
+ 'progress': GetModuleStudentReportingProgressFromJSON(json['progress']),
39
+ 'access': GetModuleStudentReportingAccessFromJSON(json['access']),
40
+ };
41
+ }
42
+ export function GetModuleStudentReportingToJSON(json) {
43
+ return GetModuleStudentReportingToJSONTyped(json, false);
44
+ }
45
+ export function GetModuleStudentReportingToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'module_info': GetModuleInstructorBasicReportingModuleInfoToJSON(value['moduleInfo']),
51
+ 'progress': GetModuleStudentReportingProgressToJSON(value['progress']),
52
+ 'access': GetModuleStudentReportingAccessToJSON(value['access']),
53
+ };
54
+ }
@@ -0,0 +1,38 @@
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
+ *
14
+ * @export
15
+ * @interface GetModuleStudentReportingAccess
16
+ */
17
+ export interface GetModuleStudentReportingAccess {
18
+ /**
19
+ * Last access timestamp (epoch seconds)
20
+ * @type {number}
21
+ * @memberof GetModuleStudentReportingAccess
22
+ */
23
+ lastAccessedAt: number | null;
24
+ /**
25
+ * Total time spent on the module in hours
26
+ * @type {number}
27
+ * @memberof GetModuleStudentReportingAccess
28
+ */
29
+ totalTimeSpent: number | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the GetModuleStudentReportingAccess interface.
33
+ */
34
+ export declare function instanceOfGetModuleStudentReportingAccess(value: object): value is GetModuleStudentReportingAccess;
35
+ export declare function GetModuleStudentReportingAccessFromJSON(json: any): GetModuleStudentReportingAccess;
36
+ export declare function GetModuleStudentReportingAccessFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleStudentReportingAccess;
37
+ export declare function GetModuleStudentReportingAccessToJSON(json: any): GetModuleStudentReportingAccess;
38
+ export declare function GetModuleStudentReportingAccessToJSONTyped(value?: GetModuleStudentReportingAccess | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
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
+ * Check if a given object implements the GetModuleStudentReportingAccess interface.
16
+ */
17
+ export function instanceOfGetModuleStudentReportingAccess(value) {
18
+ if (!('lastAccessedAt' in value) || value['lastAccessedAt'] === undefined)
19
+ return false;
20
+ if (!('totalTimeSpent' in value) || value['totalTimeSpent'] === undefined)
21
+ return false;
22
+ return true;
23
+ }
24
+ export function GetModuleStudentReportingAccessFromJSON(json) {
25
+ return GetModuleStudentReportingAccessFromJSONTyped(json, false);
26
+ }
27
+ export function GetModuleStudentReportingAccessFromJSONTyped(json, ignoreDiscriminator) {
28
+ if (json == null) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'lastAccessedAt': json['last_accessed_at'],
33
+ 'totalTimeSpent': json['total_time_spent'],
34
+ };
35
+ }
36
+ export function GetModuleStudentReportingAccessToJSON(json) {
37
+ return GetModuleStudentReportingAccessToJSONTyped(json, false);
38
+ }
39
+ export function GetModuleStudentReportingAccessToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'last_accessed_at': value['lastAccessedAt'],
45
+ 'total_time_spent': value['totalTimeSpent'],
46
+ };
47
+ }
@@ -0,0 +1,38 @@
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
+ *
14
+ * @export
15
+ * @interface GetModuleStudentReportingProgress
16
+ */
17
+ export interface GetModuleStudentReportingProgress {
18
+ /**
19
+ * Number of content items completed by the user
20
+ * @type {number}
21
+ * @memberof GetModuleStudentReportingProgress
22
+ */
23
+ contentCompletedCount: number;
24
+ /**
25
+ * Total time spent on the module in hours
26
+ * @type {number}
27
+ * @memberof GetModuleStudentReportingProgress
28
+ */
29
+ totalTimeSpent: number | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the GetModuleStudentReportingProgress interface.
33
+ */
34
+ export declare function instanceOfGetModuleStudentReportingProgress(value: object): value is GetModuleStudentReportingProgress;
35
+ export declare function GetModuleStudentReportingProgressFromJSON(json: any): GetModuleStudentReportingProgress;
36
+ export declare function GetModuleStudentReportingProgressFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleStudentReportingProgress;
37
+ export declare function GetModuleStudentReportingProgressToJSON(json: any): GetModuleStudentReportingProgress;
38
+ export declare function GetModuleStudentReportingProgressToJSONTyped(value?: GetModuleStudentReportingProgress | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
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
+ * Check if a given object implements the GetModuleStudentReportingProgress interface.
16
+ */
17
+ export function instanceOfGetModuleStudentReportingProgress(value) {
18
+ if (!('contentCompletedCount' in value) || value['contentCompletedCount'] === undefined)
19
+ return false;
20
+ if (!('totalTimeSpent' in value) || value['totalTimeSpent'] === undefined)
21
+ return false;
22
+ return true;
23
+ }
24
+ export function GetModuleStudentReportingProgressFromJSON(json) {
25
+ return GetModuleStudentReportingProgressFromJSONTyped(json, false);
26
+ }
27
+ export function GetModuleStudentReportingProgressFromJSONTyped(json, ignoreDiscriminator) {
28
+ if (json == null) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'contentCompletedCount': json['content_completed_count'],
33
+ 'totalTimeSpent': json['total_time_spent'],
34
+ };
35
+ }
36
+ export function GetModuleStudentReportingProgressToJSON(json) {
37
+ return GetModuleStudentReportingProgressToJSONTyped(json, false);
38
+ }
39
+ export function GetModuleStudentReportingProgressToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'content_completed_count': value['contentCompletedCount'],
45
+ 'total_time_spent': value['totalTimeSpent'],
46
+ };
47
+ }
@@ -0,0 +1,40 @@
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 { GetPortalBasicReportingPortalInfo } from './GetPortalBasicReportingPortalInfo';
13
+ import type { GetPortalBasicReportingCertificates } from './GetPortalBasicReportingCertificates';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface GetPortalBasicReporting
18
+ */
19
+ export interface GetPortalBasicReporting {
20
+ /**
21
+ *
22
+ * @type {GetPortalBasicReportingPortalInfo}
23
+ * @memberof GetPortalBasicReporting
24
+ */
25
+ portalInfo: GetPortalBasicReportingPortalInfo;
26
+ /**
27
+ *
28
+ * @type {GetPortalBasicReportingCertificates}
29
+ * @memberof GetPortalBasicReporting
30
+ */
31
+ certificates: GetPortalBasicReportingCertificates;
32
+ }
33
+ /**
34
+ * Check if a given object implements the GetPortalBasicReporting interface.
35
+ */
36
+ export declare function instanceOfGetPortalBasicReporting(value: object): value is GetPortalBasicReporting;
37
+ export declare function GetPortalBasicReportingFromJSON(json: any): GetPortalBasicReporting;
38
+ export declare function GetPortalBasicReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPortalBasicReporting;
39
+ export declare function GetPortalBasicReportingToJSON(json: any): GetPortalBasicReporting;
40
+ export declare function GetPortalBasicReportingToJSONTyped(value?: GetPortalBasicReporting | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,49 @@
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 { GetPortalBasicReportingPortalInfoFromJSON, GetPortalBasicReportingPortalInfoToJSON, } from './GetPortalBasicReportingPortalInfo';
15
+ import { GetPortalBasicReportingCertificatesFromJSON, GetPortalBasicReportingCertificatesToJSON, } from './GetPortalBasicReportingCertificates';
16
+ /**
17
+ * Check if a given object implements the GetPortalBasicReporting interface.
18
+ */
19
+ export function instanceOfGetPortalBasicReporting(value) {
20
+ if (!('portalInfo' in value) || value['portalInfo'] === undefined)
21
+ return false;
22
+ if (!('certificates' in value) || value['certificates'] === undefined)
23
+ return false;
24
+ return true;
25
+ }
26
+ export function GetPortalBasicReportingFromJSON(json) {
27
+ return GetPortalBasicReportingFromJSONTyped(json, false);
28
+ }
29
+ export function GetPortalBasicReportingFromJSONTyped(json, ignoreDiscriminator) {
30
+ if (json == null) {
31
+ return json;
32
+ }
33
+ return {
34
+ 'portalInfo': GetPortalBasicReportingPortalInfoFromJSON(json['portal_info']),
35
+ 'certificates': GetPortalBasicReportingCertificatesFromJSON(json['certificates']),
36
+ };
37
+ }
38
+ export function GetPortalBasicReportingToJSON(json) {
39
+ return GetPortalBasicReportingToJSONTyped(json, false);
40
+ }
41
+ export function GetPortalBasicReportingToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'portal_info': GetPortalBasicReportingPortalInfoToJSON(value['portalInfo']),
47
+ 'certificates': GetPortalBasicReportingCertificatesToJSON(value['certificates']),
48
+ };
49
+ }
@@ -0,0 +1,32 @@
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
+ *
14
+ * @export
15
+ * @interface GetPortalBasicReportingCertificates
16
+ */
17
+ export interface GetPortalBasicReportingCertificates {
18
+ /**
19
+ * Total number of certificates earned in the portal
20
+ * @type {number}
21
+ * @memberof GetPortalBasicReportingCertificates
22
+ */
23
+ certificatesEarnedCount: number;
24
+ }
25
+ /**
26
+ * Check if a given object implements the GetPortalBasicReportingCertificates interface.
27
+ */
28
+ export declare function instanceOfGetPortalBasicReportingCertificates(value: object): value is GetPortalBasicReportingCertificates;
29
+ export declare function GetPortalBasicReportingCertificatesFromJSON(json: any): GetPortalBasicReportingCertificates;
30
+ export declare function GetPortalBasicReportingCertificatesFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPortalBasicReportingCertificates;
31
+ export declare function GetPortalBasicReportingCertificatesToJSON(json: any): GetPortalBasicReportingCertificates;
32
+ export declare function GetPortalBasicReportingCertificatesToJSONTyped(value?: GetPortalBasicReportingCertificates | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
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
+ * Check if a given object implements the GetPortalBasicReportingCertificates interface.
16
+ */
17
+ export function instanceOfGetPortalBasicReportingCertificates(value) {
18
+ if (!('certificatesEarnedCount' in value) || value['certificatesEarnedCount'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function GetPortalBasicReportingCertificatesFromJSON(json) {
23
+ return GetPortalBasicReportingCertificatesFromJSONTyped(json, false);
24
+ }
25
+ export function GetPortalBasicReportingCertificatesFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'certificatesEarnedCount': json['certificates_earned_count'],
31
+ };
32
+ }
33
+ export function GetPortalBasicReportingCertificatesToJSON(json) {
34
+ return GetPortalBasicReportingCertificatesToJSONTyped(json, false);
35
+ }
36
+ export function GetPortalBasicReportingCertificatesToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'certificates_earned_count': value['certificatesEarnedCount'],
42
+ };
43
+ }
@@ -0,0 +1,44 @@
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
+ *
14
+ * @export
15
+ * @interface GetPortalBasicReportingPortalInfo
16
+ */
17
+ export interface GetPortalBasicReportingPortalInfo {
18
+ /**
19
+ * Total number of students in the portal
20
+ * @type {number}
21
+ * @memberof GetPortalBasicReportingPortalInfo
22
+ */
23
+ studentCount: number;
24
+ /**
25
+ * Total number of instructors in the portal
26
+ * @type {number}
27
+ * @memberof GetPortalBasicReportingPortalInfo
28
+ */
29
+ instructorCount: number;
30
+ /**
31
+ * Total number of courses in the portal
32
+ * @type {number}
33
+ * @memberof GetPortalBasicReportingPortalInfo
34
+ */
35
+ courseCount: number;
36
+ }
37
+ /**
38
+ * Check if a given object implements the GetPortalBasicReportingPortalInfo interface.
39
+ */
40
+ export declare function instanceOfGetPortalBasicReportingPortalInfo(value: object): value is GetPortalBasicReportingPortalInfo;
41
+ export declare function GetPortalBasicReportingPortalInfoFromJSON(json: any): GetPortalBasicReportingPortalInfo;
42
+ export declare function GetPortalBasicReportingPortalInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPortalBasicReportingPortalInfo;
43
+ export declare function GetPortalBasicReportingPortalInfoToJSON(json: any): GetPortalBasicReportingPortalInfo;
44
+ export declare function GetPortalBasicReportingPortalInfoToJSONTyped(value?: GetPortalBasicReportingPortalInfo | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
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
+ * Check if a given object implements the GetPortalBasicReportingPortalInfo interface.
16
+ */
17
+ export function instanceOfGetPortalBasicReportingPortalInfo(value) {
18
+ if (!('studentCount' in value) || value['studentCount'] === undefined)
19
+ return false;
20
+ if (!('instructorCount' in value) || value['instructorCount'] === undefined)
21
+ return false;
22
+ if (!('courseCount' in value) || value['courseCount'] === undefined)
23
+ return false;
24
+ return true;
25
+ }
26
+ export function GetPortalBasicReportingPortalInfoFromJSON(json) {
27
+ return GetPortalBasicReportingPortalInfoFromJSONTyped(json, false);
28
+ }
29
+ export function GetPortalBasicReportingPortalInfoFromJSONTyped(json, ignoreDiscriminator) {
30
+ if (json == null) {
31
+ return json;
32
+ }
33
+ return {
34
+ 'studentCount': json['student_count'],
35
+ 'instructorCount': json['instructor_count'],
36
+ 'courseCount': json['course_count'],
37
+ };
38
+ }
39
+ export function GetPortalBasicReportingPortalInfoToJSON(json) {
40
+ return GetPortalBasicReportingPortalInfoToJSONTyped(json, false);
41
+ }
42
+ export function GetPortalBasicReportingPortalInfoToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'student_count': value['studentCount'],
48
+ 'instructor_count': value['instructorCount'],
49
+ 'course_count': value['courseCount'],
50
+ };
51
+ }
@@ -0,0 +1,61 @@
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 { ScormSessionDataSession } from './ScormSessionDataSession';
13
+ import type { ScormSessionDataScore } from './ScormSessionDataScore';
14
+ import type { ScormSessionDataStatus } from './ScormSessionDataStatus';
15
+ import type { ScormSessionDataTime } from './ScormSessionDataTime';
16
+ import type { ScormSessionDataProgress } from './ScormSessionDataProgress';
17
+ /**
18
+ * Detailed SCORM session data
19
+ * @export
20
+ * @interface ScormSessionData
21
+ */
22
+ export interface ScormSessionData {
23
+ /**
24
+ *
25
+ * @type {ScormSessionDataStatus}
26
+ * @memberof ScormSessionData
27
+ */
28
+ status?: ScormSessionDataStatus;
29
+ /**
30
+ *
31
+ * @type {ScormSessionDataScore}
32
+ * @memberof ScormSessionData
33
+ */
34
+ score?: ScormSessionDataScore;
35
+ /**
36
+ *
37
+ * @type {ScormSessionDataTime}
38
+ * @memberof ScormSessionData
39
+ */
40
+ time?: ScormSessionDataTime;
41
+ /**
42
+ *
43
+ * @type {ScormSessionDataSession}
44
+ * @memberof ScormSessionData
45
+ */
46
+ session?: ScormSessionDataSession;
47
+ /**
48
+ *
49
+ * @type {ScormSessionDataProgress}
50
+ * @memberof ScormSessionData
51
+ */
52
+ progress?: ScormSessionDataProgress;
53
+ }
54
+ /**
55
+ * Check if a given object implements the ScormSessionData interface.
56
+ */
57
+ export declare function instanceOfScormSessionData(value: object): value is ScormSessionData;
58
+ export declare function ScormSessionDataFromJSON(json: any): ScormSessionData;
59
+ export declare function ScormSessionDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionData;
60
+ export declare function ScormSessionDataToJSON(json: any): ScormSessionData;
61
+ export declare function ScormSessionDataToJSONTyped(value?: ScormSessionData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
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 { ScormSessionDataSessionFromJSON, ScormSessionDataSessionToJSON, } from './ScormSessionDataSession';
15
+ import { ScormSessionDataScoreFromJSON, ScormSessionDataScoreToJSON, } from './ScormSessionDataScore';
16
+ import { ScormSessionDataStatusFromJSON, ScormSessionDataStatusToJSON, } from './ScormSessionDataStatus';
17
+ import { ScormSessionDataTimeFromJSON, ScormSessionDataTimeToJSON, } from './ScormSessionDataTime';
18
+ import { ScormSessionDataProgressFromJSON, ScormSessionDataProgressToJSON, } from './ScormSessionDataProgress';
19
+ /**
20
+ * Check if a given object implements the ScormSessionData interface.
21
+ */
22
+ export function instanceOfScormSessionData(value) {
23
+ return true;
24
+ }
25
+ export function ScormSessionDataFromJSON(json) {
26
+ return ScormSessionDataFromJSONTyped(json, false);
27
+ }
28
+ export function ScormSessionDataFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'status': json['status'] == null ? undefined : ScormSessionDataStatusFromJSON(json['status']),
34
+ 'score': json['score'] == null ? undefined : ScormSessionDataScoreFromJSON(json['score']),
35
+ 'time': json['time'] == null ? undefined : ScormSessionDataTimeFromJSON(json['time']),
36
+ 'session': json['session'] == null ? undefined : ScormSessionDataSessionFromJSON(json['session']),
37
+ 'progress': json['progress'] == null ? undefined : ScormSessionDataProgressFromJSON(json['progress']),
38
+ };
39
+ }
40
+ export function ScormSessionDataToJSON(json) {
41
+ return ScormSessionDataToJSONTyped(json, false);
42
+ }
43
+ export function ScormSessionDataToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'status': ScormSessionDataStatusToJSON(value['status']),
49
+ 'score': ScormSessionDataScoreToJSON(value['score']),
50
+ 'time': ScormSessionDataTimeToJSON(value['time']),
51
+ 'session': ScormSessionDataSessionToJSON(value['session']),
52
+ 'progress': ScormSessionDataProgressToJSON(value['progress']),
53
+ };
54
+ }