@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,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 ScormSessionDataProgress
|
|
16
|
+
*/
|
|
17
|
+
export interface ScormSessionDataProgress {
|
|
18
|
+
/**
|
|
19
|
+
* Progress measure (0.0 to 1.0)
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ScormSessionDataProgress
|
|
22
|
+
*/
|
|
23
|
+
progressMeasure?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
* Learner's current location in the content
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScormSessionDataProgress
|
|
28
|
+
*/
|
|
29
|
+
location?: string | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScormSessionDataProgress interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScormSessionDataProgress(value: object): value is ScormSessionDataProgress;
|
|
35
|
+
export declare function ScormSessionDataProgressFromJSON(json: any): ScormSessionDataProgress;
|
|
36
|
+
export declare function ScormSessionDataProgressFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionDataProgress;
|
|
37
|
+
export declare function ScormSessionDataProgressToJSON(json: any): ScormSessionDataProgress;
|
|
38
|
+
export declare function ScormSessionDataProgressToJSONTyped(value?: ScormSessionDataProgress | 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 ScormSessionDataProgress interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfScormSessionDataProgress(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ScormSessionDataProgressFromJSON(json) {
|
|
21
|
+
return ScormSessionDataProgressFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ScormSessionDataProgressFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'progressMeasure': json['progress_measure'] == null ? undefined : json['progress_measure'],
|
|
29
|
+
'location': json['location'] == null ? undefined : json['location'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function ScormSessionDataProgressToJSON(json) {
|
|
33
|
+
return ScormSessionDataProgressToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ScormSessionDataProgressToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'progress_measure': value['progressMeasure'],
|
|
41
|
+
'location': value['location'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -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 ScormSessionDataScore
|
|
16
|
+
*/
|
|
17
|
+
export interface ScormSessionDataScore {
|
|
18
|
+
/**
|
|
19
|
+
* Raw score from SCORM content
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ScormSessionDataScore
|
|
22
|
+
*/
|
|
23
|
+
scoreRaw?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
* Minimum possible score
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ScormSessionDataScore
|
|
28
|
+
*/
|
|
29
|
+
scoreMin?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
* Maximum possible score
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ScormSessionDataScore
|
|
34
|
+
*/
|
|
35
|
+
scoreMax?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
* Scaled score (-1.0 to 1.0)
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ScormSessionDataScore
|
|
40
|
+
*/
|
|
41
|
+
scoreScaled?: number | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ScormSessionDataScore interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfScormSessionDataScore(value: object): value is ScormSessionDataScore;
|
|
47
|
+
export declare function ScormSessionDataScoreFromJSON(json: any): ScormSessionDataScore;
|
|
48
|
+
export declare function ScormSessionDataScoreFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionDataScore;
|
|
49
|
+
export declare function ScormSessionDataScoreToJSON(json: any): ScormSessionDataScore;
|
|
50
|
+
export declare function ScormSessionDataScoreToJSONTyped(value?: ScormSessionDataScore | 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 ScormSessionDataScore interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfScormSessionDataScore(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ScormSessionDataScoreFromJSON(json) {
|
|
21
|
+
return ScormSessionDataScoreFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ScormSessionDataScoreFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'scoreRaw': json['score_raw'] == null ? undefined : json['score_raw'],
|
|
29
|
+
'scoreMin': json['score_min'] == null ? undefined : json['score_min'],
|
|
30
|
+
'scoreMax': json['score_max'] == null ? undefined : json['score_max'],
|
|
31
|
+
'scoreScaled': json['score_scaled'] == null ? undefined : json['score_scaled'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ScormSessionDataScoreToJSON(json) {
|
|
35
|
+
return ScormSessionDataScoreToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ScormSessionDataScoreToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'score_raw': value['scoreRaw'],
|
|
43
|
+
'score_min': value['scoreMin'],
|
|
44
|
+
'score_max': value['scoreMax'],
|
|
45
|
+
'score_scaled': value['scoreScaled'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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 ScormSessionDataSession
|
|
16
|
+
*/
|
|
17
|
+
export interface ScormSessionDataSession {
|
|
18
|
+
/**
|
|
19
|
+
* Lesson mode (normal, browse, review)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScormSessionDataSession
|
|
22
|
+
*/
|
|
23
|
+
lessonMode?: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ScormSessionDataSession interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfScormSessionDataSession(value: object): value is ScormSessionDataSession;
|
|
29
|
+
export declare function ScormSessionDataSessionFromJSON(json: any): ScormSessionDataSession;
|
|
30
|
+
export declare function ScormSessionDataSessionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScormSessionDataSession;
|
|
31
|
+
export declare function ScormSessionDataSessionToJSON(json: any): ScormSessionDataSession;
|
|
32
|
+
export declare function ScormSessionDataSessionToJSONTyped(value?: ScormSessionDataSession | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 ScormSessionDataSession interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfScormSessionDataSession(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ScormSessionDataSessionFromJSON(json) {
|
|
21
|
+
return ScormSessionDataSessionFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ScormSessionDataSessionFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'lessonMode': json['lesson_mode'] == null ? undefined : json['lesson_mode'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function ScormSessionDataSessionToJSON(json) {
|
|
32
|
+
return ScormSessionDataSessionToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function ScormSessionDataSessionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'lesson_mode': value['lessonMode'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -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,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 ScormSessionDataStatus interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfScormSessionDataStatus(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ScormSessionDataStatusFromJSON(json) {
|
|
21
|
+
return ScormSessionDataStatusFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ScormSessionDataStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'completionStatus': json['completion_status'] == null ? undefined : json['completion_status'],
|
|
29
|
+
'successStatus': json['success_status'] == null ? undefined : json['success_status'],
|
|
30
|
+
'entry': json['entry'] == null ? undefined : json['entry'],
|
|
31
|
+
'exit': json['exit'] == null ? undefined : json['exit'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ScormSessionDataStatusToJSON(json) {
|
|
35
|
+
return ScormSessionDataStatusToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ScormSessionDataStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'completion_status': value['completionStatus'],
|
|
43
|
+
'success_status': value['successStatus'],
|
|
44
|
+
'entry': value['entry'],
|
|
45
|
+
'exit': value['exit'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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,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 ScormSessionDataTime interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfScormSessionDataTime(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ScormSessionDataTimeFromJSON(json) {
|
|
21
|
+
return ScormSessionDataTimeFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ScormSessionDataTimeFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'sessionTime': json['session_time'] == null ? undefined : json['session_time'],
|
|
29
|
+
'totalTime': json['total_time'] == null ? undefined : json['total_time'],
|
|
30
|
+
'startTime': json['start_time'] == null ? undefined : json['start_time'],
|
|
31
|
+
'endTime': json['end_time'] == null ? undefined : json['end_time'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ScormSessionDataTimeToJSON(json) {
|
|
35
|
+
return ScormSessionDataTimeToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ScormSessionDataTimeToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'session_time': value['sessionTime'],
|
|
43
|
+
'total_time': value['totalTime'],
|
|
44
|
+
'start_time': value['startTime'],
|
|
45
|
+
'end_time': value['endTime'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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/esm/models/index.js
CHANGED
|
@@ -7,6 +7,14 @@ export * from './FillInBlank';
|
|
|
7
7
|
export * from './FillInBlank1';
|
|
8
8
|
export * from './GetContent';
|
|
9
9
|
export * from './GetContentContentData';
|
|
10
|
+
export * from './GetContentGradeDetail';
|
|
11
|
+
export * from './GetContentGrades';
|
|
12
|
+
export * from './GetContentGradesItemsInner';
|
|
13
|
+
export * from './GetContentGradesItemsInnerUser';
|
|
14
|
+
export * from './GetContentInstructorBasicReporting';
|
|
15
|
+
export * from './GetContentInstructorBasicReportingContentInfo';
|
|
16
|
+
export * from './GetContentInstructorBasicReportingEngagement';
|
|
17
|
+
export * from './GetContentInstructorBasicReportingPerformance';
|
|
10
18
|
export * from './GetContentList';
|
|
11
19
|
export * from './GetContentSession';
|
|
12
20
|
export * from './GetContentUpload';
|
|
@@ -16,9 +24,23 @@ export * from './GetCourseEnrollmentList';
|
|
|
16
24
|
export * from './GetCourseEnrollmentListItem';
|
|
17
25
|
export * from './GetCourseList';
|
|
18
26
|
export * from './GetCourseReportingBasic';
|
|
27
|
+
export * from './GetCourseStudentReporting';
|
|
28
|
+
export * from './GetCourseStudentReportingCourseInfo';
|
|
29
|
+
export * from './GetCourseStudentReportingEngagement';
|
|
30
|
+
export * from './GetCourseStudentReportingPerformance';
|
|
19
31
|
export * from './GetModule';
|
|
32
|
+
export * from './GetModuleInstructorBasicReporting';
|
|
33
|
+
export * from './GetModuleInstructorBasicReportingEngagement';
|
|
34
|
+
export * from './GetModuleInstructorBasicReportingModuleInfo';
|
|
35
|
+
export * from './GetModuleInstructorBasicReportingPerformance';
|
|
20
36
|
export * from './GetModuleList';
|
|
37
|
+
export * from './GetModuleStudentReporting';
|
|
38
|
+
export * from './GetModuleStudentReportingAccess';
|
|
39
|
+
export * from './GetModuleStudentReportingProgress';
|
|
21
40
|
export * from './GetPortal';
|
|
41
|
+
export * from './GetPortalBasicReporting';
|
|
42
|
+
export * from './GetPortalBasicReportingCertificates';
|
|
43
|
+
export * from './GetPortalBasicReportingPortalInfo';
|
|
22
44
|
export * from './GetPortalList';
|
|
23
45
|
export * from './GetPortalUser';
|
|
24
46
|
export * from './GetPortalUserList';
|
|
@@ -130,4 +152,10 @@ export * from './QuizContent';
|
|
|
130
152
|
export * from './QuizContentAssignment';
|
|
131
153
|
export * from './QuizContentSettings';
|
|
132
154
|
export * from './SCORMContent';
|
|
155
|
+
export * from './ScormSessionData';
|
|
156
|
+
export * from './ScormSessionDataProgress';
|
|
157
|
+
export * from './ScormSessionDataScore';
|
|
158
|
+
export * from './ScormSessionDataSession';
|
|
159
|
+
export * from './ScormSessionDataStatus';
|
|
160
|
+
export * from './ScormSessionDataTime';
|
|
133
161
|
export * from './SingleAnswer';
|
|
@@ -0,0 +1,118 @@
|
|
|
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 { ScormSessionData } from './ScormSessionData';
|
|
13
|
+
import type { GetContentGradesItemsInnerUser } from './GetContentGradesItemsInnerUser';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetContentGradeDetail
|
|
18
|
+
*/
|
|
19
|
+
export interface GetContentGradeDetail {
|
|
20
|
+
/**
|
|
21
|
+
* Content session external ID
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof GetContentGradeDetail
|
|
24
|
+
*/
|
|
25
|
+
id?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GetContentGradesItemsInnerUser}
|
|
29
|
+
* @memberof GetContentGradeDetail
|
|
30
|
+
*/
|
|
31
|
+
user: GetContentGradesItemsInnerUser;
|
|
32
|
+
/**
|
|
33
|
+
* Content completion status
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GetContentGradeDetail
|
|
36
|
+
*/
|
|
37
|
+
completion: GetContentGradeDetailCompletionEnum;
|
|
38
|
+
/**
|
|
39
|
+
* Content grade status
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GetContentGradeDetail
|
|
42
|
+
*/
|
|
43
|
+
gradeStatus: GetContentGradeDetailGradeStatusEnum;
|
|
44
|
+
/**
|
|
45
|
+
* Content session creation timestamp (epoch seconds)
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetContentGradeDetail
|
|
48
|
+
*/
|
|
49
|
+
createdAt: number | null;
|
|
50
|
+
/**
|
|
51
|
+
* Content session last update timestamp (epoch seconds)
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof GetContentGradeDetail
|
|
54
|
+
*/
|
|
55
|
+
updatedAt: number | null;
|
|
56
|
+
/**
|
|
57
|
+
* Type of content
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof GetContentGradeDetail
|
|
60
|
+
*/
|
|
61
|
+
contentType: GetContentGradeDetailContentTypeEnum;
|
|
62
|
+
/**
|
|
63
|
+
* Number of attempts for this content
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof GetContentGradeDetail
|
|
66
|
+
*/
|
|
67
|
+
attemptCount?: number | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {ScormSessionData}
|
|
71
|
+
* @memberof GetContentGradeDetail
|
|
72
|
+
*/
|
|
73
|
+
scormData?: ScormSessionData;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @export
|
|
77
|
+
*/
|
|
78
|
+
export declare const GetContentGradeDetailCompletionEnum: {
|
|
79
|
+
readonly NotAttempted: "NotAttempted";
|
|
80
|
+
readonly InProgress: "InProgress";
|
|
81
|
+
readonly Completed: "Completed";
|
|
82
|
+
};
|
|
83
|
+
export type GetContentGradeDetailCompletionEnum = typeof GetContentGradeDetailCompletionEnum[keyof typeof GetContentGradeDetailCompletionEnum];
|
|
84
|
+
/**
|
|
85
|
+
* @export
|
|
86
|
+
*/
|
|
87
|
+
export declare const GetContentGradeDetailGradeStatusEnum: {
|
|
88
|
+
readonly Ungraded: "Ungraded";
|
|
89
|
+
readonly Passed: "Passed";
|
|
90
|
+
readonly Failed: "Failed";
|
|
91
|
+
readonly PointsEarned: "PointsEarned";
|
|
92
|
+
readonly PercentageEarned: "PercentageEarned";
|
|
93
|
+
readonly NotApplicable: "NotApplicable";
|
|
94
|
+
};
|
|
95
|
+
export type GetContentGradeDetailGradeStatusEnum = typeof GetContentGradeDetailGradeStatusEnum[keyof typeof GetContentGradeDetailGradeStatusEnum];
|
|
96
|
+
/**
|
|
97
|
+
* @export
|
|
98
|
+
*/
|
|
99
|
+
export declare const GetContentGradeDetailContentTypeEnum: {
|
|
100
|
+
readonly Scorm: "Scorm";
|
|
101
|
+
readonly Video: "Video";
|
|
102
|
+
readonly Audio: "Audio";
|
|
103
|
+
readonly Image: "Image";
|
|
104
|
+
readonly Text: "Text";
|
|
105
|
+
readonly Link: "Link";
|
|
106
|
+
readonly File: "File";
|
|
107
|
+
readonly Pdf: "Pdf";
|
|
108
|
+
readonly Quiz: "Quiz";
|
|
109
|
+
};
|
|
110
|
+
export type GetContentGradeDetailContentTypeEnum = typeof GetContentGradeDetailContentTypeEnum[keyof typeof GetContentGradeDetailContentTypeEnum];
|
|
111
|
+
/**
|
|
112
|
+
* Check if a given object implements the GetContentGradeDetail interface.
|
|
113
|
+
*/
|
|
114
|
+
export declare function instanceOfGetContentGradeDetail(value: object): value is GetContentGradeDetail;
|
|
115
|
+
export declare function GetContentGradeDetailFromJSON(json: any): GetContentGradeDetail;
|
|
116
|
+
export declare function GetContentGradeDetailFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContentGradeDetail;
|
|
117
|
+
export declare function GetContentGradeDetailToJSON(json: any): GetContentGradeDetail;
|
|
118
|
+
export declare function GetContentGradeDetailToJSONTyped(value?: GetContentGradeDetail | null, ignoreDiscriminator?: boolean): any;
|