@instructure/athena-api-client 1.0.7 → 1.0.8
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/README.md +15 -0
- package/dist/apis/QuizSessionsApi.d.ts +76 -0
- package/dist/apis/QuizSessionsApi.js +207 -0
- package/dist/apis/QuizzesApi.d.ts +32 -0
- package/dist/apis/QuizzesApi.js +74 -0
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/esm/apis/QuizSessionsApi.d.ts +76 -0
- package/dist/esm/apis/QuizSessionsApi.js +203 -0
- package/dist/esm/apis/QuizzesApi.d.ts +32 -0
- package/dist/esm/apis/QuizzesApi.js +70 -0
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.js +2 -0
- package/dist/esm/models/ChatRequestAttachmentsInner.d.ts +6 -0
- package/dist/esm/models/ChatRequestAttachmentsInner.js +4 -0
- package/dist/esm/models/MessageAttachmentsInner.d.ts +6 -0
- package/dist/esm/models/MessageAttachmentsInner.js +4 -0
- package/dist/esm/models/Quiz.d.ts +76 -0
- package/dist/esm/models/Quiz.js +72 -0
- package/dist/esm/models/QuizQuestion.d.ts +103 -0
- package/dist/esm/models/QuizQuestion.js +85 -0
- package/dist/esm/models/QuizResponse.d.ts +76 -0
- package/dist/esm/models/QuizResponse.js +70 -0
- package/dist/esm/models/QuizSession.d.ts +71 -0
- package/dist/esm/models/QuizSession.js +69 -0
- package/dist/esm/models/QuizSessionSummary.d.ts +61 -0
- package/dist/esm/models/QuizSessionSummary.js +64 -0
- package/dist/esm/models/QuizSessionSummaryScore.d.ts +47 -0
- package/dist/esm/models/QuizSessionSummaryScore.js +53 -0
- package/dist/esm/models/QuizWithQuestions.d.ts +83 -0
- package/dist/esm/models/QuizWithQuestions.js +77 -0
- package/dist/esm/models/ScoreByTypeValue.d.ts +38 -0
- package/dist/esm/models/ScoreByTypeValue.js +47 -0
- package/dist/esm/models/SubmitQuizResponseRequest.d.ts +58 -0
- package/dist/esm/models/SubmitQuizResponseRequest.js +58 -0
- package/dist/esm/models/UpdateQuizSessionRequest.d.ts +40 -0
- package/dist/esm/models/UpdateQuizSessionRequest.js +50 -0
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/models/ChatRequestAttachmentsInner.d.ts +6 -0
- package/dist/models/ChatRequestAttachmentsInner.js +4 -0
- package/dist/models/MessageAttachmentsInner.d.ts +6 -0
- package/dist/models/MessageAttachmentsInner.js +4 -0
- package/dist/models/Quiz.d.ts +76 -0
- package/dist/models/Quiz.js +80 -0
- package/dist/models/QuizQuestion.d.ts +103 -0
- package/dist/models/QuizQuestion.js +93 -0
- package/dist/models/QuizResponse.d.ts +76 -0
- package/dist/models/QuizResponse.js +78 -0
- package/dist/models/QuizSession.d.ts +71 -0
- package/dist/models/QuizSession.js +77 -0
- package/dist/models/QuizSessionSummary.d.ts +61 -0
- package/dist/models/QuizSessionSummary.js +71 -0
- package/dist/models/QuizSessionSummaryScore.d.ts +47 -0
- package/dist/models/QuizSessionSummaryScore.js +60 -0
- package/dist/models/QuizWithQuestions.d.ts +83 -0
- package/dist/models/QuizWithQuestions.js +85 -0
- package/dist/models/ScoreByTypeValue.d.ts +38 -0
- package/dist/models/ScoreByTypeValue.js +54 -0
- package/dist/models/SubmitQuizResponseRequest.d.ts +58 -0
- package/dist/models/SubmitQuizResponseRequest.js +66 -0
- package/dist/models/UpdateQuizSessionRequest.d.ts +40 -0
- package/dist/models/UpdateQuizSessionRequest.js +58 -0
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/package.json +1 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Athena API
|
|
6
|
+
* REST API for the Athena system
|
|
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.instanceOfQuizSessionSummaryScore = instanceOfQuizSessionSummaryScore;
|
|
17
|
+
exports.QuizSessionSummaryScoreFromJSON = QuizSessionSummaryScoreFromJSON;
|
|
18
|
+
exports.QuizSessionSummaryScoreFromJSONTyped = QuizSessionSummaryScoreFromJSONTyped;
|
|
19
|
+
exports.QuizSessionSummaryScoreToJSON = QuizSessionSummaryScoreToJSON;
|
|
20
|
+
exports.QuizSessionSummaryScoreToJSONTyped = QuizSessionSummaryScoreToJSONTyped;
|
|
21
|
+
const runtime_1 = require("../runtime");
|
|
22
|
+
const ScoreByTypeValue_1 = require("./ScoreByTypeValue");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the QuizSessionSummaryScore interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfQuizSessionSummaryScore(value) {
|
|
27
|
+
if (!('totalCorrect' in value) || value['totalCorrect'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('totalQuestions' in value) || value['totalQuestions'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('byType' in value) || value['byType'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function QuizSessionSummaryScoreFromJSON(json) {
|
|
36
|
+
return QuizSessionSummaryScoreFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function QuizSessionSummaryScoreFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'totalCorrect': json['totalCorrect'],
|
|
44
|
+
'totalQuestions': json['totalQuestions'],
|
|
45
|
+
'byType': ((0, runtime_1.mapValues)(json['byType'], ScoreByTypeValue_1.ScoreByTypeValueFromJSON)),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function QuizSessionSummaryScoreToJSON(json) {
|
|
49
|
+
return QuizSessionSummaryScoreToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function QuizSessionSummaryScoreToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'totalCorrect': value['totalCorrect'],
|
|
57
|
+
'totalQuestions': value['totalQuestions'],
|
|
58
|
+
'byType': ((0, runtime_1.mapValues)(value['byType'], ScoreByTypeValue_1.ScoreByTypeValueToJSON)),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Athena API
|
|
3
|
+
* REST API for the Athena system
|
|
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 { QuizQuestion } from './QuizQuestion';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QuizWithQuestions
|
|
17
|
+
*/
|
|
18
|
+
export interface QuizWithQuestions {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof QuizWithQuestions
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof QuizWithQuestions
|
|
29
|
+
*/
|
|
30
|
+
accountUserId: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof QuizWithQuestions
|
|
35
|
+
*/
|
|
36
|
+
chatId?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof QuizWithQuestions
|
|
41
|
+
*/
|
|
42
|
+
title: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof QuizWithQuestions
|
|
47
|
+
*/
|
|
48
|
+
topic: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof QuizWithQuestions
|
|
53
|
+
*/
|
|
54
|
+
mode: QuizWithQuestionsModeEnum;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Date}
|
|
58
|
+
* @memberof QuizWithQuestions
|
|
59
|
+
*/
|
|
60
|
+
createdAt: Date;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {Array<QuizQuestion>}
|
|
64
|
+
* @memberof QuizWithQuestions
|
|
65
|
+
*/
|
|
66
|
+
questions: Array<QuizQuestion>;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @export
|
|
70
|
+
*/
|
|
71
|
+
export declare const QuizWithQuestionsModeEnum: {
|
|
72
|
+
readonly Quiz: "quiz";
|
|
73
|
+
readonly Flashcards: "flashcards";
|
|
74
|
+
};
|
|
75
|
+
export type QuizWithQuestionsModeEnum = typeof QuizWithQuestionsModeEnum[keyof typeof QuizWithQuestionsModeEnum];
|
|
76
|
+
/**
|
|
77
|
+
* Check if a given object implements the QuizWithQuestions interface.
|
|
78
|
+
*/
|
|
79
|
+
export declare function instanceOfQuizWithQuestions(value: object): value is QuizWithQuestions;
|
|
80
|
+
export declare function QuizWithQuestionsFromJSON(json: any): QuizWithQuestions;
|
|
81
|
+
export declare function QuizWithQuestionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): QuizWithQuestions;
|
|
82
|
+
export declare function QuizWithQuestionsToJSON(json: any): QuizWithQuestions;
|
|
83
|
+
export declare function QuizWithQuestionsToJSONTyped(value?: QuizWithQuestions | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Athena API
|
|
6
|
+
* REST API for the Athena system
|
|
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.QuizWithQuestionsModeEnum = void 0;
|
|
17
|
+
exports.instanceOfQuizWithQuestions = instanceOfQuizWithQuestions;
|
|
18
|
+
exports.QuizWithQuestionsFromJSON = QuizWithQuestionsFromJSON;
|
|
19
|
+
exports.QuizWithQuestionsFromJSONTyped = QuizWithQuestionsFromJSONTyped;
|
|
20
|
+
exports.QuizWithQuestionsToJSON = QuizWithQuestionsToJSON;
|
|
21
|
+
exports.QuizWithQuestionsToJSONTyped = QuizWithQuestionsToJSONTyped;
|
|
22
|
+
const QuizQuestion_1 = require("./QuizQuestion");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.QuizWithQuestionsModeEnum = {
|
|
27
|
+
Quiz: 'quiz',
|
|
28
|
+
Flashcards: 'flashcards'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the QuizWithQuestions interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfQuizWithQuestions(value) {
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('accountUserId' in value) || value['accountUserId'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('topic' in value) || value['topic'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('mode' in value) || value['mode'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('questions' in value) || value['questions'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
function QuizWithQuestionsFromJSON(json) {
|
|
51
|
+
return QuizWithQuestionsFromJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function QuizWithQuestionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'id': json['id'],
|
|
59
|
+
'accountUserId': json['accountUserId'],
|
|
60
|
+
'chatId': json['chatId'] == null ? undefined : json['chatId'],
|
|
61
|
+
'title': json['title'],
|
|
62
|
+
'topic': json['topic'],
|
|
63
|
+
'mode': json['mode'],
|
|
64
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
65
|
+
'questions': (json['questions'].map(QuizQuestion_1.QuizQuestionFromJSON)),
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
function QuizWithQuestionsToJSON(json) {
|
|
69
|
+
return QuizWithQuestionsToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
function QuizWithQuestionsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
72
|
+
if (value == null) {
|
|
73
|
+
return value;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
'id': value['id'],
|
|
77
|
+
'accountUserId': value['accountUserId'],
|
|
78
|
+
'chatId': value['chatId'],
|
|
79
|
+
'title': value['title'],
|
|
80
|
+
'topic': value['topic'],
|
|
81
|
+
'mode': value['mode'],
|
|
82
|
+
'createdAt': value['createdAt'].toISOString(),
|
|
83
|
+
'questions': (value['questions'].map(QuizQuestion_1.QuizQuestionToJSON)),
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Athena API
|
|
3
|
+
* REST API for the Athena system
|
|
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 ScoreByTypeValue
|
|
16
|
+
*/
|
|
17
|
+
export interface ScoreByTypeValue {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ScoreByTypeValue
|
|
22
|
+
*/
|
|
23
|
+
correct: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ScoreByTypeValue
|
|
28
|
+
*/
|
|
29
|
+
total: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScoreByTypeValue interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScoreByTypeValue(value: object): value is ScoreByTypeValue;
|
|
35
|
+
export declare function ScoreByTypeValueFromJSON(json: any): ScoreByTypeValue;
|
|
36
|
+
export declare function ScoreByTypeValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScoreByTypeValue;
|
|
37
|
+
export declare function ScoreByTypeValueToJSON(json: any): ScoreByTypeValue;
|
|
38
|
+
export declare function ScoreByTypeValueToJSONTyped(value?: ScoreByTypeValue | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Athena API
|
|
6
|
+
* REST API for the Athena system
|
|
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.instanceOfScoreByTypeValue = instanceOfScoreByTypeValue;
|
|
17
|
+
exports.ScoreByTypeValueFromJSON = ScoreByTypeValueFromJSON;
|
|
18
|
+
exports.ScoreByTypeValueFromJSONTyped = ScoreByTypeValueFromJSONTyped;
|
|
19
|
+
exports.ScoreByTypeValueToJSON = ScoreByTypeValueToJSON;
|
|
20
|
+
exports.ScoreByTypeValueToJSONTyped = ScoreByTypeValueToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScoreByTypeValue interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScoreByTypeValue(value) {
|
|
25
|
+
if (!('correct' in value) || value['correct'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('total' in value) || value['total'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ScoreByTypeValueFromJSON(json) {
|
|
32
|
+
return ScoreByTypeValueFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ScoreByTypeValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'correct': json['correct'],
|
|
40
|
+
'total': json['total'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ScoreByTypeValueToJSON(json) {
|
|
44
|
+
return ScoreByTypeValueToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ScoreByTypeValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'correct': value['correct'],
|
|
52
|
+
'total': value['total'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Athena API
|
|
3
|
+
* REST API for the Athena system
|
|
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 SubmitQuizResponseRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface SubmitQuizResponseRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubmitQuizResponseRequest
|
|
22
|
+
*/
|
|
23
|
+
questionId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SubmitQuizResponseRequest
|
|
28
|
+
*/
|
|
29
|
+
userAnswer: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof SubmitQuizResponseRequest
|
|
34
|
+
*/
|
|
35
|
+
isCorrect?: boolean | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SubmitQuizResponseRequest
|
|
40
|
+
*/
|
|
41
|
+
rating?: SubmitQuizResponseRequestRatingEnum | null;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export declare const SubmitQuizResponseRequestRatingEnum: {
|
|
47
|
+
readonly WasRight: "was-right";
|
|
48
|
+
readonly NeedPractice: "need-practice";
|
|
49
|
+
};
|
|
50
|
+
export type SubmitQuizResponseRequestRatingEnum = typeof SubmitQuizResponseRequestRatingEnum[keyof typeof SubmitQuizResponseRequestRatingEnum];
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the SubmitQuizResponseRequest interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfSubmitQuizResponseRequest(value: object): value is SubmitQuizResponseRequest;
|
|
55
|
+
export declare function SubmitQuizResponseRequestFromJSON(json: any): SubmitQuizResponseRequest;
|
|
56
|
+
export declare function SubmitQuizResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmitQuizResponseRequest;
|
|
57
|
+
export declare function SubmitQuizResponseRequestToJSON(json: any): SubmitQuizResponseRequest;
|
|
58
|
+
export declare function SubmitQuizResponseRequestToJSONTyped(value?: SubmitQuizResponseRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Athena API
|
|
6
|
+
* REST API for the Athena system
|
|
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.SubmitQuizResponseRequestRatingEnum = void 0;
|
|
17
|
+
exports.instanceOfSubmitQuizResponseRequest = instanceOfSubmitQuizResponseRequest;
|
|
18
|
+
exports.SubmitQuizResponseRequestFromJSON = SubmitQuizResponseRequestFromJSON;
|
|
19
|
+
exports.SubmitQuizResponseRequestFromJSONTyped = SubmitQuizResponseRequestFromJSONTyped;
|
|
20
|
+
exports.SubmitQuizResponseRequestToJSON = SubmitQuizResponseRequestToJSON;
|
|
21
|
+
exports.SubmitQuizResponseRequestToJSONTyped = SubmitQuizResponseRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.SubmitQuizResponseRequestRatingEnum = {
|
|
26
|
+
WasRight: 'was-right',
|
|
27
|
+
NeedPractice: 'need-practice'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the SubmitQuizResponseRequest interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfSubmitQuizResponseRequest(value) {
|
|
33
|
+
if (!('questionId' in value) || value['questionId'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('userAnswer' in value) || value['userAnswer'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function SubmitQuizResponseRequestFromJSON(json) {
|
|
40
|
+
return SubmitQuizResponseRequestFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmitQuizResponseRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'questionId': json['questionId'],
|
|
48
|
+
'userAnswer': json['userAnswer'],
|
|
49
|
+
'isCorrect': json['isCorrect'] == null ? undefined : json['isCorrect'],
|
|
50
|
+
'rating': json['rating'] == null ? undefined : json['rating'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function SubmitQuizResponseRequestToJSON(json) {
|
|
54
|
+
return SubmitQuizResponseRequestToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function SubmitQuizResponseRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
'questionId': value['questionId'],
|
|
62
|
+
'userAnswer': value['userAnswer'],
|
|
63
|
+
'isCorrect': value['isCorrect'],
|
|
64
|
+
'rating': value['rating'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Athena API
|
|
3
|
+
* REST API for the Athena system
|
|
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 UpdateQuizSessionRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateQuizSessionRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateQuizSessionRequest
|
|
22
|
+
*/
|
|
23
|
+
status: UpdateQuizSessionRequestStatusEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const UpdateQuizSessionRequestStatusEnum: {
|
|
29
|
+
readonly Completed: "completed";
|
|
30
|
+
readonly Abandoned: "abandoned";
|
|
31
|
+
};
|
|
32
|
+
export type UpdateQuizSessionRequestStatusEnum = typeof UpdateQuizSessionRequestStatusEnum[keyof typeof UpdateQuizSessionRequestStatusEnum];
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the UpdateQuizSessionRequest interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfUpdateQuizSessionRequest(value: object): value is UpdateQuizSessionRequest;
|
|
37
|
+
export declare function UpdateQuizSessionRequestFromJSON(json: any): UpdateQuizSessionRequest;
|
|
38
|
+
export declare function UpdateQuizSessionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateQuizSessionRequest;
|
|
39
|
+
export declare function UpdateQuizSessionRequestToJSON(json: any): UpdateQuizSessionRequest;
|
|
40
|
+
export declare function UpdateQuizSessionRequestToJSONTyped(value?: UpdateQuizSessionRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Athena API
|
|
6
|
+
* REST API for the Athena system
|
|
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.UpdateQuizSessionRequestStatusEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateQuizSessionRequest = instanceOfUpdateQuizSessionRequest;
|
|
18
|
+
exports.UpdateQuizSessionRequestFromJSON = UpdateQuizSessionRequestFromJSON;
|
|
19
|
+
exports.UpdateQuizSessionRequestFromJSONTyped = UpdateQuizSessionRequestFromJSONTyped;
|
|
20
|
+
exports.UpdateQuizSessionRequestToJSON = UpdateQuizSessionRequestToJSON;
|
|
21
|
+
exports.UpdateQuizSessionRequestToJSONTyped = UpdateQuizSessionRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.UpdateQuizSessionRequestStatusEnum = {
|
|
26
|
+
Completed: 'completed',
|
|
27
|
+
Abandoned: 'abandoned'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the UpdateQuizSessionRequest interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfUpdateQuizSessionRequest(value) {
|
|
33
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function UpdateQuizSessionRequestFromJSON(json) {
|
|
38
|
+
return UpdateQuizSessionRequestFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function UpdateQuizSessionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'status': json['status'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function UpdateQuizSessionRequestToJSON(json) {
|
|
49
|
+
return UpdateQuizSessionRequestToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function UpdateQuizSessionRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'status': value['status'],
|
|
57
|
+
};
|
|
58
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -18,9 +18,19 @@ export * from './ModelError';
|
|
|
18
18
|
export * from './PaginatedChats';
|
|
19
19
|
export * from './PaginatedLearningMoments';
|
|
20
20
|
export * from './PaginatedMessages';
|
|
21
|
+
export * from './Quiz';
|
|
22
|
+
export * from './QuizQuestion';
|
|
23
|
+
export * from './QuizResponse';
|
|
24
|
+
export * from './QuizSession';
|
|
25
|
+
export * from './QuizSessionSummary';
|
|
26
|
+
export * from './QuizSessionSummaryScore';
|
|
27
|
+
export * from './QuizWithQuestions';
|
|
28
|
+
export * from './ScoreByTypeValue';
|
|
21
29
|
export * from './ServiceToken';
|
|
30
|
+
export * from './SubmitQuizResponseRequest';
|
|
22
31
|
export * from './Tag';
|
|
23
32
|
export * from './UpdateChatRequest';
|
|
33
|
+
export * from './UpdateQuizSessionRequest';
|
|
24
34
|
export * from './UpdateTokenRequest';
|
|
25
35
|
export * from './UpdateTokenResponse';
|
|
26
36
|
export * from './UploadUrlRequest';
|
package/dist/models/index.js
CHANGED
|
@@ -36,9 +36,19 @@ __exportStar(require("./ModelError"), exports);
|
|
|
36
36
|
__exportStar(require("./PaginatedChats"), exports);
|
|
37
37
|
__exportStar(require("./PaginatedLearningMoments"), exports);
|
|
38
38
|
__exportStar(require("./PaginatedMessages"), exports);
|
|
39
|
+
__exportStar(require("./Quiz"), exports);
|
|
40
|
+
__exportStar(require("./QuizQuestion"), exports);
|
|
41
|
+
__exportStar(require("./QuizResponse"), exports);
|
|
42
|
+
__exportStar(require("./QuizSession"), exports);
|
|
43
|
+
__exportStar(require("./QuizSessionSummary"), exports);
|
|
44
|
+
__exportStar(require("./QuizSessionSummaryScore"), exports);
|
|
45
|
+
__exportStar(require("./QuizWithQuestions"), exports);
|
|
46
|
+
__exportStar(require("./ScoreByTypeValue"), exports);
|
|
39
47
|
__exportStar(require("./ServiceToken"), exports);
|
|
48
|
+
__exportStar(require("./SubmitQuizResponseRequest"), exports);
|
|
40
49
|
__exportStar(require("./Tag"), exports);
|
|
41
50
|
__exportStar(require("./UpdateChatRequest"), exports);
|
|
51
|
+
__exportStar(require("./UpdateQuizSessionRequest"), exports);
|
|
42
52
|
__exportStar(require("./UpdateTokenRequest"), exports);
|
|
43
53
|
__exportStar(require("./UpdateTokenResponse"), exports);
|
|
44
54
|
__exportStar(require("./UploadUrlRequest"), exports);
|