@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.
- package/.openapi-generator/FILES +29 -0
- package/README.md +2 -2
- package/dist/apis/ReportingApi.d.ts +120 -0
- package/dist/apis/ReportingApi.js +299 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ReportingApi.d.ts +120 -0
- package/dist/esm/apis/ReportingApi.js +295 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/GetContentGradeDetail.d.ts +118 -0
- package/dist/esm/models/GetContentGradeDetail.js +104 -0
- package/dist/esm/models/GetContentGrades.d.ts +57 -0
- package/dist/esm/models/GetContentGrades.js +60 -0
- package/dist/esm/models/GetContentGradesItemsInner.d.ts +72 -0
- package/dist/esm/models/GetContentGradesItemsInner.js +73 -0
- package/dist/esm/models/GetContentGradesItemsInnerUser.d.ts +44 -0
- package/dist/esm/models/GetContentGradesItemsInnerUser.js +51 -0
- package/dist/esm/models/GetContentInstructorBasicReporting.d.ts +47 -0
- package/dist/esm/models/GetContentInstructorBasicReporting.js +54 -0
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
- package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.js +63 -0
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
- package/dist/esm/models/GetContentInstructorBasicReportingEngagement.js +59 -0
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
- package/dist/esm/models/GetContentInstructorBasicReportingPerformance.js +47 -0
- package/dist/esm/models/GetCourseStudentReporting.d.ts +47 -0
- package/dist/esm/models/GetCourseStudentReporting.js +54 -0
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
- package/dist/esm/models/GetCourseStudentReportingCourseInfo.js +43 -0
- package/dist/esm/models/GetCourseStudentReportingEngagement.d.ts +38 -0
- package/dist/esm/models/GetCourseStudentReportingEngagement.js +47 -0
- package/dist/esm/models/GetCourseStudentReportingPerformance.d.ts +32 -0
- package/dist/esm/models/GetCourseStudentReportingPerformance.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReporting.d.ts +47 -0
- package/dist/esm/models/GetModuleInstructorBasicReporting.js +54 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.js +43 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
- package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.js +43 -0
- package/dist/esm/models/GetModuleStudentReporting.d.ts +47 -0
- package/dist/esm/models/GetModuleStudentReporting.js +54 -0
- package/dist/esm/models/GetModuleStudentReportingAccess.d.ts +38 -0
- package/dist/esm/models/GetModuleStudentReportingAccess.js +47 -0
- package/dist/esm/models/GetModuleStudentReportingProgress.d.ts +38 -0
- package/dist/esm/models/GetModuleStudentReportingProgress.js +47 -0
- package/dist/esm/models/GetPortalBasicReporting.d.ts +40 -0
- package/dist/esm/models/GetPortalBasicReporting.js +49 -0
- package/dist/esm/models/GetPortalBasicReportingCertificates.d.ts +32 -0
- package/dist/esm/models/GetPortalBasicReportingCertificates.js +43 -0
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
- package/dist/esm/models/GetPortalBasicReportingPortalInfo.js +51 -0
- package/dist/esm/models/ScormSessionData.d.ts +61 -0
- package/dist/esm/models/ScormSessionData.js +54 -0
- package/dist/esm/models/ScormSessionDataProgress.d.ts +38 -0
- package/dist/esm/models/ScormSessionDataProgress.js +43 -0
- package/dist/esm/models/ScormSessionDataScore.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataScore.js +47 -0
- package/dist/esm/models/ScormSessionDataSession.d.ts +32 -0
- package/dist/esm/models/ScormSessionDataSession.js +41 -0
- package/dist/esm/models/ScormSessionDataStatus.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataStatus.js +47 -0
- package/dist/esm/models/ScormSessionDataTime.d.ts +50 -0
- package/dist/esm/models/ScormSessionDataTime.js +47 -0
- package/dist/esm/models/index.d.ts +28 -0
- package/dist/esm/models/index.js +28 -0
- package/dist/models/GetContentGradeDetail.d.ts +118 -0
- package/dist/models/GetContentGradeDetail.js +112 -0
- package/dist/models/GetContentGrades.d.ts +57 -0
- package/dist/models/GetContentGrades.js +67 -0
- package/dist/models/GetContentGradesItemsInner.d.ts +72 -0
- package/dist/models/GetContentGradesItemsInner.js +81 -0
- package/dist/models/GetContentGradesItemsInnerUser.d.ts +44 -0
- package/dist/models/GetContentGradesItemsInnerUser.js +58 -0
- package/dist/models/GetContentInstructorBasicReporting.d.ts +47 -0
- package/dist/models/GetContentInstructorBasicReporting.js +61 -0
- package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +59 -0
- package/dist/models/GetContentInstructorBasicReportingContentInfo.js +71 -0
- package/dist/models/GetContentInstructorBasicReportingEngagement.d.ts +56 -0
- package/dist/models/GetContentInstructorBasicReportingEngagement.js +66 -0
- package/dist/models/GetContentInstructorBasicReportingPerformance.d.ts +38 -0
- package/dist/models/GetContentInstructorBasicReportingPerformance.js +54 -0
- package/dist/models/GetCourseStudentReporting.d.ts +47 -0
- package/dist/models/GetCourseStudentReporting.js +61 -0
- package/dist/models/GetCourseStudentReportingCourseInfo.d.ts +32 -0
- package/dist/models/GetCourseStudentReportingCourseInfo.js +50 -0
- package/dist/models/GetCourseStudentReportingEngagement.d.ts +38 -0
- package/dist/models/GetCourseStudentReportingEngagement.js +54 -0
- package/dist/models/GetCourseStudentReportingPerformance.d.ts +32 -0
- package/dist/models/GetCourseStudentReportingPerformance.js +50 -0
- package/dist/models/GetModuleInstructorBasicReporting.d.ts +47 -0
- package/dist/models/GetModuleInstructorBasicReporting.js +61 -0
- package/dist/models/GetModuleInstructorBasicReportingEngagement.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingEngagement.js +50 -0
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingModuleInfo.js +50 -0
- package/dist/models/GetModuleInstructorBasicReportingPerformance.d.ts +32 -0
- package/dist/models/GetModuleInstructorBasicReportingPerformance.js +50 -0
- package/dist/models/GetModuleStudentReporting.d.ts +47 -0
- package/dist/models/GetModuleStudentReporting.js +61 -0
- package/dist/models/GetModuleStudentReportingAccess.d.ts +38 -0
- package/dist/models/GetModuleStudentReportingAccess.js +54 -0
- package/dist/models/GetModuleStudentReportingProgress.d.ts +38 -0
- package/dist/models/GetModuleStudentReportingProgress.js +54 -0
- package/dist/models/GetPortalBasicReporting.d.ts +40 -0
- package/dist/models/GetPortalBasicReporting.js +56 -0
- package/dist/models/GetPortalBasicReportingCertificates.d.ts +32 -0
- package/dist/models/GetPortalBasicReportingCertificates.js +50 -0
- package/dist/models/GetPortalBasicReportingPortalInfo.d.ts +44 -0
- package/dist/models/GetPortalBasicReportingPortalInfo.js +58 -0
- package/dist/models/ScormSessionData.d.ts +61 -0
- package/dist/models/ScormSessionData.js +61 -0
- package/dist/models/ScormSessionDataProgress.d.ts +38 -0
- package/dist/models/ScormSessionDataProgress.js +50 -0
- package/dist/models/ScormSessionDataScore.d.ts +50 -0
- package/dist/models/ScormSessionDataScore.js +54 -0
- package/dist/models/ScormSessionDataSession.d.ts +32 -0
- package/dist/models/ScormSessionDataSession.js +48 -0
- package/dist/models/ScormSessionDataStatus.d.ts +50 -0
- package/dist/models/ScormSessionDataStatus.js +54 -0
- package/dist/models/ScormSessionDataTime.d.ts +50 -0
- package/dist/models/ScormSessionDataTime.js +54 -0
- package/dist/models/index.d.ts +28 -0
- package/dist/models/index.js +28 -0
- package/package.json +1 -1
- package/src/apis/ReportingApi.ts +450 -0
- package/src/apis/index.ts +1 -0
- package/src/models/GetContentGradeDetail.ts +191 -0
- package/src/models/GetContentGrades.ts +110 -0
- package/src/models/GetContentGradesItemsInner.ts +125 -0
- package/src/models/GetContentGradesItemsInnerUser.ts +84 -0
- package/src/models/GetContentInstructorBasicReporting.ts +106 -0
- package/src/models/GetContentInstructorBasicReportingContentInfo.ts +101 -0
- package/src/models/GetContentInstructorBasicReportingEngagement.ts +102 -0
- package/src/models/GetContentInstructorBasicReportingPerformance.ts +75 -0
- package/src/models/GetCourseStudentReporting.ts +106 -0
- package/src/models/GetCourseStudentReportingCourseInfo.ts +66 -0
- package/src/models/GetCourseStudentReportingEngagement.ts +75 -0
- package/src/models/GetCourseStudentReportingPerformance.ts +66 -0
- package/src/models/GetModuleInstructorBasicReporting.ts +106 -0
- package/src/models/GetModuleInstructorBasicReportingEngagement.ts +66 -0
- package/src/models/GetModuleInstructorBasicReportingModuleInfo.ts +66 -0
- package/src/models/GetModuleInstructorBasicReportingPerformance.ts +66 -0
- package/src/models/GetModuleStudentReporting.ts +106 -0
- package/src/models/GetModuleStudentReportingAccess.ts +75 -0
- package/src/models/GetModuleStudentReportingProgress.ts +75 -0
- package/src/models/GetPortalBasicReporting.ts +90 -0
- package/src/models/GetPortalBasicReportingCertificates.ts +66 -0
- package/src/models/GetPortalBasicReportingPortalInfo.ts +84 -0
- package/src/models/ScormSessionData.ts +133 -0
- package/src/models/ScormSessionDataProgress.ts +73 -0
- package/src/models/ScormSessionDataScore.ts +89 -0
- package/src/models/ScormSessionDataSession.ts +65 -0
- package/src/models/ScormSessionDataStatus.ts +89 -0
- package/src/models/ScormSessionDataTime.ts +89 -0
- package/src/models/index.ts +28 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* LMS API
|
|
6
|
+
* LMS API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfScormSessionDataSession = instanceOfScormSessionDataSession;
|
|
17
|
+
exports.ScormSessionDataSessionFromJSON = ScormSessionDataSessionFromJSON;
|
|
18
|
+
exports.ScormSessionDataSessionFromJSONTyped = ScormSessionDataSessionFromJSONTyped;
|
|
19
|
+
exports.ScormSessionDataSessionToJSON = ScormSessionDataSessionToJSON;
|
|
20
|
+
exports.ScormSessionDataSessionToJSONTyped = ScormSessionDataSessionToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScormSessionDataSession interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScormSessionDataSession(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScormSessionDataSessionFromJSON(json) {
|
|
28
|
+
return ScormSessionDataSessionFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScormSessionDataSessionFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'lessonMode': json['lesson_mode'] == null ? undefined : json['lesson_mode'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function ScormSessionDataSessionToJSON(json) {
|
|
39
|
+
return ScormSessionDataSessionToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function ScormSessionDataSessionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'lesson_mode': value['lessonMode'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 ScormSessionDataStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface ScormSessionDataStatus {
|
|
18
|
+
/**
|
|
19
|
+
* SCORM completion status (incomplete, completed, not attempted, unknown)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScormSessionDataStatus
|
|
22
|
+
*/
|
|
23
|
+
completionStatus?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* SCORM success status (passed, failed, unknown)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScormSessionDataStatus
|
|
28
|
+
*/
|
|
29
|
+
successStatus?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Entry state (ab-initio, resume, or empty)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ScormSessionDataStatus
|
|
34
|
+
*/
|
|
35
|
+
entry?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* Exit state (time-out, suspend, logout, normal, or empty)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ScormSessionDataStatus
|
|
40
|
+
*/
|
|
41
|
+
exit?: string | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ScormSessionDataStatus interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfScormSessionDataStatus(value: object): value is ScormSessionDataStatus;
|
|
47
|
+
export declare function ScormSessionDataStatusFromJSON(json: any): ScormSessionDataStatus;
|
|
48
|
+
export declare function ScormSessionDataStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionDataStatus;
|
|
49
|
+
export declare function ScormSessionDataStatusToJSON(json: any): ScormSessionDataStatus;
|
|
50
|
+
export declare function ScormSessionDataStatusToJSONTyped(value?: ScormSessionDataStatus | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* LMS API
|
|
6
|
+
* LMS API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfScormSessionDataStatus = instanceOfScormSessionDataStatus;
|
|
17
|
+
exports.ScormSessionDataStatusFromJSON = ScormSessionDataStatusFromJSON;
|
|
18
|
+
exports.ScormSessionDataStatusFromJSONTyped = ScormSessionDataStatusFromJSONTyped;
|
|
19
|
+
exports.ScormSessionDataStatusToJSON = ScormSessionDataStatusToJSON;
|
|
20
|
+
exports.ScormSessionDataStatusToJSONTyped = ScormSessionDataStatusToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScormSessionDataStatus interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScormSessionDataStatus(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScormSessionDataStatusFromJSON(json) {
|
|
28
|
+
return ScormSessionDataStatusFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScormSessionDataStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'completionStatus': json['completion_status'] == null ? undefined : json['completion_status'],
|
|
36
|
+
'successStatus': json['success_status'] == null ? undefined : json['success_status'],
|
|
37
|
+
'entry': json['entry'] == null ? undefined : json['entry'],
|
|
38
|
+
'exit': json['exit'] == null ? undefined : json['exit'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ScormSessionDataStatusToJSON(json) {
|
|
42
|
+
return ScormSessionDataStatusToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ScormSessionDataStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'completion_status': value['completionStatus'],
|
|
50
|
+
'success_status': value['successStatus'],
|
|
51
|
+
'entry': value['entry'],
|
|
52
|
+
'exit': value['exit'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 ScormSessionDataTime
|
|
16
|
+
*/
|
|
17
|
+
export interface ScormSessionDataTime {
|
|
18
|
+
/**
|
|
19
|
+
* Time spent in current session (ISO 8601 duration)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScormSessionDataTime
|
|
22
|
+
*/
|
|
23
|
+
sessionTime?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* Total time spent across all sessions (ISO 8601 duration)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScormSessionDataTime
|
|
28
|
+
*/
|
|
29
|
+
totalTime?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Session start timestamp (epoch seconds)
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ScormSessionDataTime
|
|
34
|
+
*/
|
|
35
|
+
startTime?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
* Session end timestamp (epoch seconds)
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ScormSessionDataTime
|
|
40
|
+
*/
|
|
41
|
+
endTime?: number | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ScormSessionDataTime interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfScormSessionDataTime(value: object): value is ScormSessionDataTime;
|
|
47
|
+
export declare function ScormSessionDataTimeFromJSON(json: any): ScormSessionDataTime;
|
|
48
|
+
export declare function ScormSessionDataTimeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionDataTime;
|
|
49
|
+
export declare function ScormSessionDataTimeToJSON(json: any): ScormSessionDataTime;
|
|
50
|
+
export declare function ScormSessionDataTimeToJSONTyped(value?: ScormSessionDataTime | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* LMS API
|
|
6
|
+
* LMS API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfScormSessionDataTime = instanceOfScormSessionDataTime;
|
|
17
|
+
exports.ScormSessionDataTimeFromJSON = ScormSessionDataTimeFromJSON;
|
|
18
|
+
exports.ScormSessionDataTimeFromJSONTyped = ScormSessionDataTimeFromJSONTyped;
|
|
19
|
+
exports.ScormSessionDataTimeToJSON = ScormSessionDataTimeToJSON;
|
|
20
|
+
exports.ScormSessionDataTimeToJSONTyped = ScormSessionDataTimeToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScormSessionDataTime interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScormSessionDataTime(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScormSessionDataTimeFromJSON(json) {
|
|
28
|
+
return ScormSessionDataTimeFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScormSessionDataTimeFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'sessionTime': json['session_time'] == null ? undefined : json['session_time'],
|
|
36
|
+
'totalTime': json['total_time'] == null ? undefined : json['total_time'],
|
|
37
|
+
'startTime': json['start_time'] == null ? undefined : json['start_time'],
|
|
38
|
+
'endTime': json['end_time'] == null ? undefined : json['end_time'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ScormSessionDataTimeToJSON(json) {
|
|
42
|
+
return ScormSessionDataTimeToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ScormSessionDataTimeToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'session_time': value['sessionTime'],
|
|
50
|
+
'total_time': value['totalTime'],
|
|
51
|
+
'start_time': value['startTime'],
|
|
52
|
+
'end_time': value['endTime'],
|
|
53
|
+
};
|
|
54
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -5,6 +5,14 @@ export * from './FillInBlank';
|
|
|
5
5
|
export * from './FillInBlank1';
|
|
6
6
|
export * from './GetContent';
|
|
7
7
|
export * from './GetContentContentData';
|
|
8
|
+
export * from './GetContentGradeDetail';
|
|
9
|
+
export * from './GetContentGrades';
|
|
10
|
+
export * from './GetContentGradesItemsInner';
|
|
11
|
+
export * from './GetContentGradesItemsInnerUser';
|
|
12
|
+
export * from './GetContentInstructorBasicReporting';
|
|
13
|
+
export * from './GetContentInstructorBasicReportingContentInfo';
|
|
14
|
+
export * from './GetContentInstructorBasicReportingEngagement';
|
|
15
|
+
export * from './GetContentInstructorBasicReportingPerformance';
|
|
8
16
|
export * from './GetContentList';
|
|
9
17
|
export * from './GetContentSession';
|
|
10
18
|
export * from './GetContentUpload';
|
|
@@ -14,9 +22,23 @@ export * from './GetCourseEnrollmentList';
|
|
|
14
22
|
export * from './GetCourseEnrollmentListItem';
|
|
15
23
|
export * from './GetCourseList';
|
|
16
24
|
export * from './GetCourseReportingBasic';
|
|
25
|
+
export * from './GetCourseStudentReporting';
|
|
26
|
+
export * from './GetCourseStudentReportingCourseInfo';
|
|
27
|
+
export * from './GetCourseStudentReportingEngagement';
|
|
28
|
+
export * from './GetCourseStudentReportingPerformance';
|
|
17
29
|
export * from './GetModule';
|
|
30
|
+
export * from './GetModuleInstructorBasicReporting';
|
|
31
|
+
export * from './GetModuleInstructorBasicReportingEngagement';
|
|
32
|
+
export * from './GetModuleInstructorBasicReportingModuleInfo';
|
|
33
|
+
export * from './GetModuleInstructorBasicReportingPerformance';
|
|
18
34
|
export * from './GetModuleList';
|
|
35
|
+
export * from './GetModuleStudentReporting';
|
|
36
|
+
export * from './GetModuleStudentReportingAccess';
|
|
37
|
+
export * from './GetModuleStudentReportingProgress';
|
|
19
38
|
export * from './GetPortal';
|
|
39
|
+
export * from './GetPortalBasicReporting';
|
|
40
|
+
export * from './GetPortalBasicReportingCertificates';
|
|
41
|
+
export * from './GetPortalBasicReportingPortalInfo';
|
|
20
42
|
export * from './GetPortalList';
|
|
21
43
|
export * from './GetPortalUser';
|
|
22
44
|
export * from './GetPortalUserList';
|
|
@@ -128,4 +150,10 @@ export * from './QuizContent';
|
|
|
128
150
|
export * from './QuizContentAssignment';
|
|
129
151
|
export * from './QuizContentSettings';
|
|
130
152
|
export * from './SCORMContent';
|
|
153
|
+
export * from './ScormSessionData';
|
|
154
|
+
export * from './ScormSessionDataProgress';
|
|
155
|
+
export * from './ScormSessionDataScore';
|
|
156
|
+
export * from './ScormSessionDataSession';
|
|
157
|
+
export * from './ScormSessionDataStatus';
|
|
158
|
+
export * from './ScormSessionDataTime';
|
|
131
159
|
export * from './SingleAnswer';
|
package/dist/models/index.js
CHANGED
|
@@ -23,6 +23,14 @@ __exportStar(require("./FillInBlank"), exports);
|
|
|
23
23
|
__exportStar(require("./FillInBlank1"), exports);
|
|
24
24
|
__exportStar(require("./GetContent"), exports);
|
|
25
25
|
__exportStar(require("./GetContentContentData"), exports);
|
|
26
|
+
__exportStar(require("./GetContentGradeDetail"), exports);
|
|
27
|
+
__exportStar(require("./GetContentGrades"), exports);
|
|
28
|
+
__exportStar(require("./GetContentGradesItemsInner"), exports);
|
|
29
|
+
__exportStar(require("./GetContentGradesItemsInnerUser"), exports);
|
|
30
|
+
__exportStar(require("./GetContentInstructorBasicReporting"), exports);
|
|
31
|
+
__exportStar(require("./GetContentInstructorBasicReportingContentInfo"), exports);
|
|
32
|
+
__exportStar(require("./GetContentInstructorBasicReportingEngagement"), exports);
|
|
33
|
+
__exportStar(require("./GetContentInstructorBasicReportingPerformance"), exports);
|
|
26
34
|
__exportStar(require("./GetContentList"), exports);
|
|
27
35
|
__exportStar(require("./GetContentSession"), exports);
|
|
28
36
|
__exportStar(require("./GetContentUpload"), exports);
|
|
@@ -32,9 +40,23 @@ __exportStar(require("./GetCourseEnrollmentList"), exports);
|
|
|
32
40
|
__exportStar(require("./GetCourseEnrollmentListItem"), exports);
|
|
33
41
|
__exportStar(require("./GetCourseList"), exports);
|
|
34
42
|
__exportStar(require("./GetCourseReportingBasic"), exports);
|
|
43
|
+
__exportStar(require("./GetCourseStudentReporting"), exports);
|
|
44
|
+
__exportStar(require("./GetCourseStudentReportingCourseInfo"), exports);
|
|
45
|
+
__exportStar(require("./GetCourseStudentReportingEngagement"), exports);
|
|
46
|
+
__exportStar(require("./GetCourseStudentReportingPerformance"), exports);
|
|
35
47
|
__exportStar(require("./GetModule"), exports);
|
|
48
|
+
__exportStar(require("./GetModuleInstructorBasicReporting"), exports);
|
|
49
|
+
__exportStar(require("./GetModuleInstructorBasicReportingEngagement"), exports);
|
|
50
|
+
__exportStar(require("./GetModuleInstructorBasicReportingModuleInfo"), exports);
|
|
51
|
+
__exportStar(require("./GetModuleInstructorBasicReportingPerformance"), exports);
|
|
36
52
|
__exportStar(require("./GetModuleList"), exports);
|
|
53
|
+
__exportStar(require("./GetModuleStudentReporting"), exports);
|
|
54
|
+
__exportStar(require("./GetModuleStudentReportingAccess"), exports);
|
|
55
|
+
__exportStar(require("./GetModuleStudentReportingProgress"), exports);
|
|
37
56
|
__exportStar(require("./GetPortal"), exports);
|
|
57
|
+
__exportStar(require("./GetPortalBasicReporting"), exports);
|
|
58
|
+
__exportStar(require("./GetPortalBasicReportingCertificates"), exports);
|
|
59
|
+
__exportStar(require("./GetPortalBasicReportingPortalInfo"), exports);
|
|
38
60
|
__exportStar(require("./GetPortalList"), exports);
|
|
39
61
|
__exportStar(require("./GetPortalUser"), exports);
|
|
40
62
|
__exportStar(require("./GetPortalUserList"), exports);
|
|
@@ -146,4 +168,10 @@ __exportStar(require("./QuizContent"), exports);
|
|
|
146
168
|
__exportStar(require("./QuizContentAssignment"), exports);
|
|
147
169
|
__exportStar(require("./QuizContentSettings"), exports);
|
|
148
170
|
__exportStar(require("./SCORMContent"), exports);
|
|
171
|
+
__exportStar(require("./ScormSessionData"), exports);
|
|
172
|
+
__exportStar(require("./ScormSessionDataProgress"), exports);
|
|
173
|
+
__exportStar(require("./ScormSessionDataScore"), exports);
|
|
174
|
+
__exportStar(require("./ScormSessionDataSession"), exports);
|
|
175
|
+
__exportStar(require("./ScormSessionDataStatus"), exports);
|
|
176
|
+
__exportStar(require("./ScormSessionDataTime"), exports);
|
|
149
177
|
__exportStar(require("./SingleAnswer"), exports);
|