@easyedu/js-lsm-api 1.108.0 → 1.110.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 +16 -0
- package/README.md +19 -2
- package/dist/apis/ContentLibraryApi.d.ts +180 -0
- package/dist/apis/ContentLibraryApi.js +425 -1
- package/dist/apis/ContentLibraryQuizApi.d.ts +1 -0
- package/dist/apis/ContentLibraryQuizApi.js +3 -0
- package/dist/apis/CourseApi.d.ts +2 -2
- package/dist/apis/CourseApi.js +2 -2
- package/dist/apis/QuestionApi.d.ts +1 -12
- package/dist/apis/QuestionApi.js +3 -17
- package/dist/esm/apis/ContentLibraryApi.d.ts +180 -0
- package/dist/esm/apis/ContentLibraryApi.js +424 -0
- package/dist/esm/apis/ContentLibraryQuizApi.d.ts +1 -0
- package/dist/esm/apis/ContentLibraryQuizApi.js +3 -0
- package/dist/esm/apis/CourseApi.d.ts +2 -2
- package/dist/esm/apis/CourseApi.js +2 -2
- package/dist/esm/apis/QuestionApi.d.ts +1 -12
- package/dist/esm/apis/QuestionApi.js +2 -16
- package/dist/esm/models/ContentLibraryTag.d.ts +110 -0
- package/dist/esm/models/ContentLibraryTag.js +89 -0
- package/dist/esm/models/ContentLibraryTagItem.d.ts +85 -0
- package/dist/esm/models/ContentLibraryTagItem.js +77 -0
- package/dist/esm/models/CourseShareAcceptError.d.ts +54 -0
- package/dist/esm/models/CourseShareAcceptError.js +62 -0
- package/dist/esm/models/GetContentLibraryTagItemList.d.ts +57 -0
- package/dist/esm/models/GetContentLibraryTagItemList.js +60 -0
- package/dist/esm/models/GetContentLibraryTagList.d.ts +57 -0
- package/dist/esm/models/GetContentLibraryTagList.js +60 -0
- package/dist/esm/models/GetLibraryQuiz.d.ts +7 -0
- package/dist/esm/models/GetLibraryQuiz.js +5 -0
- package/dist/esm/models/GetQuestion.d.ts +4 -24
- package/dist/esm/models/GetQuestion.js +3 -18
- package/dist/esm/models/GetQuestionListFilters.d.ts +3 -24
- package/dist/esm/models/GetQuestionListFilters.js +2 -14
- package/dist/esm/models/GetResource.d.ts +7 -0
- package/dist/esm/models/GetResource.js +5 -0
- package/dist/esm/models/LibraryQuizCriteriaPreviewQuestion.d.ts +0 -21
- package/dist/esm/models/LibraryQuizCriteriaPreviewQuestion.js +0 -16
- package/dist/esm/models/LibraryQuizCriterion.d.ts +0 -21
- package/dist/esm/models/LibraryQuizCriterion.js +0 -12
- package/dist/esm/models/PostContentLibraryTag.d.ts +32 -0
- package/dist/esm/models/PostContentLibraryTag.js +43 -0
- package/dist/esm/models/PostContentLibraryTagMerge.d.ts +32 -0
- package/dist/esm/models/PostContentLibraryTagMerge.js +43 -0
- package/dist/esm/models/PostLibraryQuiz.d.ts +6 -0
- package/dist/esm/models/PostLibraryQuiz.js +2 -0
- package/dist/esm/models/PostQuestion.d.ts +0 -21
- package/dist/esm/models/PostQuestion.js +0 -16
- package/dist/esm/models/PostResource.d.ts +6 -0
- package/dist/esm/models/PostResource.js +2 -0
- package/dist/esm/models/PutContentLibraryTag.d.ts +32 -0
- package/dist/esm/models/PutContentLibraryTag.js +43 -0
- package/dist/esm/models/PutLibraryQuiz.d.ts +6 -0
- package/dist/esm/models/PutLibraryQuiz.js +2 -0
- package/dist/esm/models/PutQuestion.d.ts +0 -21
- package/dist/esm/models/PutQuestion.js +0 -12
- package/dist/esm/models/PutResource.d.ts +6 -0
- package/dist/esm/models/PutResource.js +2 -0
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/models/ContentLibraryTag.d.ts +110 -0
- package/dist/models/ContentLibraryTag.js +96 -0
- package/dist/models/ContentLibraryTagItem.d.ts +85 -0
- package/dist/models/ContentLibraryTagItem.js +85 -0
- package/dist/models/CourseShareAcceptError.d.ts +54 -0
- package/dist/models/CourseShareAcceptError.js +70 -0
- package/dist/models/GetContentLibraryTagItemList.d.ts +57 -0
- package/dist/models/GetContentLibraryTagItemList.js +67 -0
- package/dist/models/GetContentLibraryTagList.d.ts +57 -0
- package/dist/models/GetContentLibraryTagList.js +67 -0
- package/dist/models/GetLibraryQuiz.d.ts +7 -0
- package/dist/models/GetLibraryQuiz.js +5 -0
- package/dist/models/GetQuestion.d.ts +4 -24
- package/dist/models/GetQuestion.js +4 -19
- package/dist/models/GetQuestionListFilters.d.ts +3 -24
- package/dist/models/GetQuestionListFilters.js +3 -15
- package/dist/models/GetResource.d.ts +7 -0
- package/dist/models/GetResource.js +5 -0
- package/dist/models/LibraryQuizCriteriaPreviewQuestion.d.ts +0 -21
- package/dist/models/LibraryQuizCriteriaPreviewQuestion.js +1 -17
- package/dist/models/LibraryQuizCriterion.d.ts +0 -21
- package/dist/models/LibraryQuizCriterion.js +1 -13
- package/dist/models/PostContentLibraryTag.d.ts +32 -0
- package/dist/models/PostContentLibraryTag.js +50 -0
- package/dist/models/PostContentLibraryTagMerge.d.ts +32 -0
- package/dist/models/PostContentLibraryTagMerge.js +50 -0
- package/dist/models/PostLibraryQuiz.d.ts +6 -0
- package/dist/models/PostLibraryQuiz.js +2 -0
- package/dist/models/PostQuestion.d.ts +0 -21
- package/dist/models/PostQuestion.js +1 -17
- package/dist/models/PostResource.d.ts +6 -0
- package/dist/models/PostResource.js +2 -0
- package/dist/models/PutContentLibraryTag.d.ts +32 -0
- package/dist/models/PutContentLibraryTag.js +50 -0
- package/dist/models/PutLibraryQuiz.d.ts +6 -0
- package/dist/models/PutLibraryQuiz.js +2 -0
- package/dist/models/PutQuestion.d.ts +0 -21
- package/dist/models/PutQuestion.js +1 -13
- package/dist/models/PutResource.d.ts +6 -0
- package/dist/models/PutResource.js +2 -0
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/docs/ContentLibraryApi.md +732 -90
- package/docs/ContentLibraryQuizApi.md +4 -1
- package/docs/ContentLibraryTag.md +60 -0
- package/docs/ContentLibraryTagItem.md +48 -0
- package/docs/CourseApi.md +1 -1
- package/docs/CourseShareAcceptError.md +37 -0
- package/docs/CourseShareApi.md +9 -2
- package/docs/GetContentLibraryTagItemList.md +42 -0
- package/docs/GetContentLibraryTagList.md +42 -0
- package/docs/GetLibraryQuiz.md +2 -0
- package/docs/GetQuestion.md +1 -5
- package/docs/GetQuestionListFilters.md +2 -6
- package/docs/GetResource.md +2 -0
- package/docs/LibraryQuizCriteriaPreviewQuestion.md +0 -4
- package/docs/LibraryQuizCriterion.md +0 -4
- package/docs/PostContentLibraryTag.md +34 -0
- package/docs/PostContentLibraryTagMerge.md +34 -0
- package/docs/PostLibraryQuiz.md +2 -0
- package/docs/PostQuestion.md +0 -4
- package/docs/PostResource.md +2 -0
- package/docs/PutContentLibraryTag.md +34 -0
- package/docs/PutLibraryQuiz.md +2 -0
- package/docs/PutQuestion.md +0 -4
- package/docs/PutResource.md +2 -0
- package/docs/QuestionApi.md +4 -10
- package/package.json +1 -1
- package/src/apis/ContentLibraryApi.ts +576 -0
- package/src/apis/ContentLibraryQuizApi.ts +5 -0
- package/src/apis/CourseApi.ts +2 -2
- package/src/apis/CourseShareApi.ts +5 -0
- package/src/apis/QuestionApi.ts +3 -22
- package/src/models/ContentLibraryTag.ts +180 -0
- package/src/models/ContentLibraryTagItem.ts +154 -0
- package/src/models/CourseShareAcceptError.ts +94 -0
- package/src/models/GetContentLibraryTagItemList.ts +110 -0
- package/src/models/GetContentLibraryTagList.ts +110 -0
- package/src/models/GetLibraryQuiz.ts +16 -0
- package/src/models/GetQuestion.ts +12 -33
- package/src/models/GetQuestionListFilters.ts +5 -31
- package/src/models/GetResource.ts +16 -0
- package/src/models/LibraryQuizCriteriaPreviewQuestion.ts +0 -28
- package/src/models/LibraryQuizCriterion.ts +0 -26
- package/src/models/PostContentLibraryTag.ts +66 -0
- package/src/models/PostContentLibraryTagMerge.ts +66 -0
- package/src/models/PostLibraryQuiz.ts +8 -0
- package/src/models/PostQuestion.ts +0 -28
- package/src/models/PostResource.ts +8 -0
- package/src/models/PutContentLibraryTag.ts +66 -0
- package/src/models/PutLibraryQuiz.ts +8 -0
- package/src/models/PutQuestion.ts +0 -26
- package/src/models/PutResource.ts +8 -0
- package/src/models/index.ts +8 -0
|
@@ -47,6 +47,12 @@ export interface PostResource {
|
|
|
47
47
|
* @memberof PostResource
|
|
48
48
|
*/
|
|
49
49
|
richText?: RichTextInput | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Set<string>}
|
|
53
|
+
* @memberof PostResource
|
|
54
|
+
*/
|
|
55
|
+
tags?: Set<string>;
|
|
50
56
|
}
|
|
51
57
|
/**
|
|
52
58
|
* Check if a given object implements the PostResource interface.
|
|
@@ -43,6 +43,7 @@ function PostResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
'resourceType': (0, ResourceType_1.ResourceTypeFromJSON)(json['resource_type']),
|
|
44
44
|
'linkUrl': json['link_url'] == null ? undefined : json['link_url'],
|
|
45
45
|
'richText': json['rich_text'] == null ? undefined : (0, RichTextInput_1.RichTextInputFromJSON)(json['rich_text']),
|
|
46
|
+
'tags': json['tags'] == null ? undefined : new Set(json['tags']),
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
49
|
function PostResourceToJSON(json) {
|
|
@@ -58,5 +59,6 @@ function PostResourceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
58
59
|
'resource_type': (0, ResourceType_1.ResourceTypeToJSON)(value['resourceType']),
|
|
59
60
|
'link_url': value['linkUrl'],
|
|
60
61
|
'rich_text': (0, RichTextInput_1.RichTextInputToJSON)(value['richText']),
|
|
62
|
+
'tags': value['tags'] == null ? undefined : Array.from(value['tags']),
|
|
61
63
|
};
|
|
62
64
|
}
|
|
@@ -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 PutContentLibraryTag
|
|
16
|
+
*/
|
|
17
|
+
export interface PutContentLibraryTag {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PutContentLibraryTag
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the PutContentLibraryTag interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfPutContentLibraryTag(value: object): value is PutContentLibraryTag;
|
|
29
|
+
export declare function PutContentLibraryTagFromJSON(json: any): PutContentLibraryTag;
|
|
30
|
+
export declare function PutContentLibraryTagFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutContentLibraryTag;
|
|
31
|
+
export declare function PutContentLibraryTagToJSON(json: any): PutContentLibraryTag;
|
|
32
|
+
export declare function PutContentLibraryTagToJSONTyped(value?: PutContentLibraryTag | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfPutContentLibraryTag = instanceOfPutContentLibraryTag;
|
|
17
|
+
exports.PutContentLibraryTagFromJSON = PutContentLibraryTagFromJSON;
|
|
18
|
+
exports.PutContentLibraryTagFromJSONTyped = PutContentLibraryTagFromJSONTyped;
|
|
19
|
+
exports.PutContentLibraryTagToJSON = PutContentLibraryTagToJSON;
|
|
20
|
+
exports.PutContentLibraryTagToJSONTyped = PutContentLibraryTagToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PutContentLibraryTag interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPutContentLibraryTag(value) {
|
|
25
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function PutContentLibraryTagFromJSON(json) {
|
|
30
|
+
return PutContentLibraryTagFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function PutContentLibraryTagFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'name': json['name'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function PutContentLibraryTagToJSON(json) {
|
|
41
|
+
return PutContentLibraryTagToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function PutContentLibraryTagToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'name': value['name'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,6 +27,12 @@ export interface PutLibraryQuiz {
|
|
|
27
27
|
* @memberof PutLibraryQuiz
|
|
28
28
|
*/
|
|
29
29
|
description?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Set<string>}
|
|
33
|
+
* @memberof PutLibraryQuiz
|
|
34
|
+
*/
|
|
35
|
+
tags?: Set<string>;
|
|
30
36
|
}
|
|
31
37
|
/**
|
|
32
38
|
* Check if a given object implements the PutLibraryQuiz interface.
|
|
@@ -34,6 +34,7 @@ function PutLibraryQuizFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return {
|
|
35
35
|
'name': json['name'] == null ? undefined : json['name'],
|
|
36
36
|
'description': json['description'] == null ? undefined : json['description'],
|
|
37
|
+
'tags': json['tags'] == null ? undefined : new Set(json['tags']),
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
40
|
function PutLibraryQuizToJSON(json) {
|
|
@@ -46,5 +47,6 @@ function PutLibraryQuizToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
47
|
return {
|
|
47
48
|
'name': value['name'],
|
|
48
49
|
'description': value['description'],
|
|
50
|
+
'tags': value['tags'] == null ? undefined : Array.from(value['tags']),
|
|
49
51
|
};
|
|
50
52
|
}
|
|
@@ -47,18 +47,6 @@ export interface PutQuestion {
|
|
|
47
47
|
* @memberof PutQuestion
|
|
48
48
|
*/
|
|
49
49
|
explanation?: RichTextInput;
|
|
50
|
-
/**
|
|
51
|
-
* Topic category (Fire Alarm, Fire Pump, Fire Sprinkler, etc.)
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof PutQuestion
|
|
54
|
-
*/
|
|
55
|
-
topic?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Difficulty level of the question
|
|
58
|
-
* @type {PutQuestionDifficultyLevelEnum}
|
|
59
|
-
* @memberof PutQuestion
|
|
60
|
-
*/
|
|
61
|
-
difficultyLevel?: PutQuestionDifficultyLevelEnum;
|
|
62
50
|
/**
|
|
63
51
|
* Keywords/tags for granular filtering
|
|
64
52
|
* @type {Array<string>}
|
|
@@ -84,15 +72,6 @@ export declare const PutQuestionQuestionTypeEnum: {
|
|
|
84
72
|
readonly Essay: "essay";
|
|
85
73
|
};
|
|
86
74
|
export type PutQuestionQuestionTypeEnum = typeof PutQuestionQuestionTypeEnum[keyof typeof PutQuestionQuestionTypeEnum];
|
|
87
|
-
/**
|
|
88
|
-
* @export
|
|
89
|
-
*/
|
|
90
|
-
export declare const PutQuestionDifficultyLevelEnum: {
|
|
91
|
-
readonly Beginner: "beginner";
|
|
92
|
-
readonly Intermediate: "intermediate";
|
|
93
|
-
readonly Advanced: "advanced";
|
|
94
|
-
};
|
|
95
|
-
export type PutQuestionDifficultyLevelEnum = typeof PutQuestionDifficultyLevelEnum[keyof typeof PutQuestionDifficultyLevelEnum];
|
|
96
75
|
/**
|
|
97
76
|
* Check if a given object implements the PutQuestion interface.
|
|
98
77
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.PutQuestionQuestionTypeEnum = void 0;
|
|
17
17
|
exports.instanceOfPutQuestion = instanceOfPutQuestion;
|
|
18
18
|
exports.PutQuestionFromJSON = PutQuestionFromJSON;
|
|
19
19
|
exports.PutQuestionFromJSONTyped = PutQuestionFromJSONTyped;
|
|
@@ -32,14 +32,6 @@ exports.PutQuestionQuestionTypeEnum = {
|
|
|
32
32
|
Matching: 'matching',
|
|
33
33
|
Essay: 'essay'
|
|
34
34
|
};
|
|
35
|
-
/**
|
|
36
|
-
* @export
|
|
37
|
-
*/
|
|
38
|
-
exports.PutQuestionDifficultyLevelEnum = {
|
|
39
|
-
Beginner: 'beginner',
|
|
40
|
-
Intermediate: 'intermediate',
|
|
41
|
-
Advanced: 'advanced'
|
|
42
|
-
};
|
|
43
35
|
/**
|
|
44
36
|
* Check if a given object implements the PutQuestion interface.
|
|
45
37
|
*/
|
|
@@ -59,8 +51,6 @@ function PutQuestionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
51
|
'answerChoices': json['answer_choices'] == null ? undefined : (json['answer_choices'].map(PutQuestionAnswerChoicesInner_1.PutQuestionAnswerChoicesInnerFromJSON)),
|
|
60
52
|
'correctAnswer': json['correct_answer'] == null ? undefined : json['correct_answer'],
|
|
61
53
|
'explanation': json['explanation'] == null ? undefined : (0, RichTextInput_1.RichTextInputFromJSON)(json['explanation']),
|
|
62
|
-
'topic': json['topic'] == null ? undefined : json['topic'],
|
|
63
|
-
'difficultyLevel': json['difficulty_level'] == null ? undefined : json['difficulty_level'],
|
|
64
54
|
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
65
55
|
'version': json['version'] == null ? undefined : json['version'],
|
|
66
56
|
};
|
|
@@ -78,8 +68,6 @@ function PutQuestionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
78
68
|
'answer_choices': value['answerChoices'] == null ? undefined : (value['answerChoices'].map(PutQuestionAnswerChoicesInner_1.PutQuestionAnswerChoicesInnerToJSON)),
|
|
79
69
|
'correct_answer': value['correctAnswer'],
|
|
80
70
|
'explanation': (0, RichTextInput_1.RichTextInputToJSON)(value['explanation']),
|
|
81
|
-
'topic': value['topic'],
|
|
82
|
-
'difficulty_level': value['difficultyLevel'],
|
|
83
71
|
'tags': value['tags'],
|
|
84
72
|
'version': value['version'],
|
|
85
73
|
};
|
|
@@ -27,6 +27,12 @@ export interface PutResource {
|
|
|
27
27
|
* @memberof PutResource
|
|
28
28
|
*/
|
|
29
29
|
description?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Set<string>}
|
|
33
|
+
* @memberof PutResource
|
|
34
|
+
*/
|
|
35
|
+
tags?: Set<string>;
|
|
30
36
|
}
|
|
31
37
|
/**
|
|
32
38
|
* Check if a given object implements the PutResource interface.
|
|
@@ -34,6 +34,7 @@ function PutResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return {
|
|
35
35
|
'name': json['name'] == null ? undefined : json['name'],
|
|
36
36
|
'description': json['description'] == null ? undefined : json['description'],
|
|
37
|
+
'tags': json['tags'] == null ? undefined : new Set(json['tags']),
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
40
|
function PutResourceToJSON(json) {
|
|
@@ -46,5 +47,6 @@ function PutResourceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
47
|
return {
|
|
47
48
|
'name': value['name'],
|
|
48
49
|
'description': value['description'],
|
|
50
|
+
'tags': value['tags'] == null ? undefined : Array.from(value['tags']),
|
|
49
51
|
};
|
|
50
52
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -32,10 +32,13 @@ export * from './ChatTurnUsage';
|
|
|
32
32
|
export * from './ChatUsageTotals';
|
|
33
33
|
export * from './ChatUserIdentity';
|
|
34
34
|
export * from './ContentLaunchMode';
|
|
35
|
+
export * from './ContentLibraryTag';
|
|
36
|
+
export * from './ContentLibraryTagItem';
|
|
35
37
|
export * from './ContentLibraryVersionStatus';
|
|
36
38
|
export * from './CourseCatalog';
|
|
37
39
|
export * from './CourseProgressionMode';
|
|
38
40
|
export * from './CourseShare';
|
|
41
|
+
export * from './CourseShareAcceptError';
|
|
39
42
|
export * from './EffectiveCertificateConfig';
|
|
40
43
|
export * from './EmailTemplateDefinition';
|
|
41
44
|
export * from './EmailTemplateScope';
|
|
@@ -52,6 +55,8 @@ export * from './GetChangelogList';
|
|
|
52
55
|
export * from './GetChatMessage';
|
|
53
56
|
export * from './GetChatSettings';
|
|
54
57
|
export * from './GetChatUsage';
|
|
58
|
+
export * from './GetContentLibraryTagItemList';
|
|
59
|
+
export * from './GetContentLibraryTagList';
|
|
55
60
|
export * from './GetContentLibraryVersion';
|
|
56
61
|
export * from './GetConversation';
|
|
57
62
|
export * from './GetConversationList';
|
|
@@ -181,6 +186,8 @@ export * from './PostCertificateTemplateClone';
|
|
|
181
186
|
export * from './PostCertificateTemplatePreview';
|
|
182
187
|
export * from './PostClearSessions';
|
|
183
188
|
export * from './PostClearSessionsResponse';
|
|
189
|
+
export * from './PostContentLibraryTag';
|
|
190
|
+
export * from './PostContentLibraryTagMerge';
|
|
184
191
|
export * from './PostConversation';
|
|
185
192
|
export * from './PostConversationResponse';
|
|
186
193
|
export * from './PostCourse';
|
|
@@ -238,6 +245,7 @@ export * from './PutCertificateConfig';
|
|
|
238
245
|
export * from './PutCertificateTemplate';
|
|
239
246
|
export * from './PutCertificateTemplateDraft';
|
|
240
247
|
export * from './PutChatSettings';
|
|
248
|
+
export * from './PutContentLibraryTag';
|
|
241
249
|
export * from './PutCourse';
|
|
242
250
|
export * from './PutCourseCatalog';
|
|
243
251
|
export * from './PutCourseEnrollment';
|
package/dist/models/index.js
CHANGED
|
@@ -50,10 +50,13 @@ __exportStar(require("./ChatTurnUsage"), exports);
|
|
|
50
50
|
__exportStar(require("./ChatUsageTotals"), exports);
|
|
51
51
|
__exportStar(require("./ChatUserIdentity"), exports);
|
|
52
52
|
__exportStar(require("./ContentLaunchMode"), exports);
|
|
53
|
+
__exportStar(require("./ContentLibraryTag"), exports);
|
|
54
|
+
__exportStar(require("./ContentLibraryTagItem"), exports);
|
|
53
55
|
__exportStar(require("./ContentLibraryVersionStatus"), exports);
|
|
54
56
|
__exportStar(require("./CourseCatalog"), exports);
|
|
55
57
|
__exportStar(require("./CourseProgressionMode"), exports);
|
|
56
58
|
__exportStar(require("./CourseShare"), exports);
|
|
59
|
+
__exportStar(require("./CourseShareAcceptError"), exports);
|
|
57
60
|
__exportStar(require("./EffectiveCertificateConfig"), exports);
|
|
58
61
|
__exportStar(require("./EmailTemplateDefinition"), exports);
|
|
59
62
|
__exportStar(require("./EmailTemplateScope"), exports);
|
|
@@ -70,6 +73,8 @@ __exportStar(require("./GetChangelogList"), exports);
|
|
|
70
73
|
__exportStar(require("./GetChatMessage"), exports);
|
|
71
74
|
__exportStar(require("./GetChatSettings"), exports);
|
|
72
75
|
__exportStar(require("./GetChatUsage"), exports);
|
|
76
|
+
__exportStar(require("./GetContentLibraryTagItemList"), exports);
|
|
77
|
+
__exportStar(require("./GetContentLibraryTagList"), exports);
|
|
73
78
|
__exportStar(require("./GetContentLibraryVersion"), exports);
|
|
74
79
|
__exportStar(require("./GetConversation"), exports);
|
|
75
80
|
__exportStar(require("./GetConversationList"), exports);
|
|
@@ -199,6 +204,8 @@ __exportStar(require("./PostCertificateTemplateClone"), exports);
|
|
|
199
204
|
__exportStar(require("./PostCertificateTemplatePreview"), exports);
|
|
200
205
|
__exportStar(require("./PostClearSessions"), exports);
|
|
201
206
|
__exportStar(require("./PostClearSessionsResponse"), exports);
|
|
207
|
+
__exportStar(require("./PostContentLibraryTag"), exports);
|
|
208
|
+
__exportStar(require("./PostContentLibraryTagMerge"), exports);
|
|
202
209
|
__exportStar(require("./PostConversation"), exports);
|
|
203
210
|
__exportStar(require("./PostConversationResponse"), exports);
|
|
204
211
|
__exportStar(require("./PostCourse"), exports);
|
|
@@ -256,6 +263,7 @@ __exportStar(require("./PutCertificateConfig"), exports);
|
|
|
256
263
|
__exportStar(require("./PutCertificateTemplate"), exports);
|
|
257
264
|
__exportStar(require("./PutCertificateTemplateDraft"), exports);
|
|
258
265
|
__exportStar(require("./PutChatSettings"), exports);
|
|
266
|
+
__exportStar(require("./PutContentLibraryTag"), exports);
|
|
259
267
|
__exportStar(require("./PutCourse"), exports);
|
|
260
268
|
__exportStar(require("./PutCourseCatalog"), exports);
|
|
261
269
|
__exportStar(require("./PutCourseEnrollment"), exports);
|