@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
|
@@ -22,25 +22,69 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.ContentLibraryApi = void 0;
|
|
25
|
+
exports.GetContentLibraryTagListOrderEnum = exports.GetContentLibraryTagListOrderByEnum = exports.GetContentLibraryTagItemListKindEnum = exports.ContentLibraryApi = void 0;
|
|
26
26
|
const runtime = require("../runtime");
|
|
27
|
+
const ContentLibraryTag_1 = require("../models/ContentLibraryTag");
|
|
28
|
+
const GetContentLibraryTagItemList_1 = require("../models/GetContentLibraryTagItemList");
|
|
29
|
+
const GetContentLibraryTagList_1 = require("../models/GetContentLibraryTagList");
|
|
27
30
|
const GetContentLibraryVersion_1 = require("../models/GetContentLibraryVersion");
|
|
28
31
|
const GetResource_1 = require("../models/GetResource");
|
|
29
32
|
const GetResourceList_1 = require("../models/GetResourceList");
|
|
30
33
|
const GetResourceSession_1 = require("../models/GetResourceSession");
|
|
31
34
|
const GetResourceUsage_1 = require("../models/GetResourceUsage");
|
|
32
35
|
const GetResourceVersionUpload_1 = require("../models/GetResourceVersionUpload");
|
|
36
|
+
const PostContentLibraryTag_1 = require("../models/PostContentLibraryTag");
|
|
37
|
+
const PostContentLibraryTagMerge_1 = require("../models/PostContentLibraryTagMerge");
|
|
33
38
|
const PostResource_1 = require("../models/PostResource");
|
|
34
39
|
const PostResourceVersion_1 = require("../models/PostResourceVersion");
|
|
35
40
|
const PostResourceVersionComplete_1 = require("../models/PostResourceVersionComplete");
|
|
36
41
|
const PostResourceVersionSession_1 = require("../models/PostResourceVersionSession");
|
|
37
42
|
const PostResourceVersionUpload_1 = require("../models/PostResourceVersionUpload");
|
|
43
|
+
const PutContentLibraryTag_1 = require("../models/PutContentLibraryTag");
|
|
38
44
|
const PutResource_1 = require("../models/PutResource");
|
|
39
45
|
const PutResourceVersion_1 = require("../models/PutResourceVersion");
|
|
40
46
|
/**
|
|
41
47
|
*
|
|
42
48
|
*/
|
|
43
49
|
class ContentLibraryApi extends runtime.BaseAPI {
|
|
50
|
+
/**
|
|
51
|
+
* Creates request options for deleteContentLibraryTag without sending the request
|
|
52
|
+
*/
|
|
53
|
+
deleteContentLibraryTagRequestOpts(requestParameters) {
|
|
54
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
+
if (requestParameters['tagId'] == null) {
|
|
56
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling deleteContentLibraryTag().');
|
|
57
|
+
}
|
|
58
|
+
const queryParameters = {};
|
|
59
|
+
const headerParameters = {};
|
|
60
|
+
let urlPath = `/content-library/tags/{tagId}`;
|
|
61
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
62
|
+
return {
|
|
63
|
+
path: urlPath,
|
|
64
|
+
method: 'DELETE',
|
|
65
|
+
headers: headerParameters,
|
|
66
|
+
query: queryParameters,
|
|
67
|
+
};
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Delete a Content Library tag and remove it from associated content
|
|
72
|
+
*/
|
|
73
|
+
deleteContentLibraryTagRaw(requestParameters, initOverrides) {
|
|
74
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
const requestOptions = yield this.deleteContentLibraryTagRequestOpts(requestParameters);
|
|
76
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
77
|
+
return new runtime.VoidApiResponse(response);
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Delete a Content Library tag and remove it from associated content
|
|
82
|
+
*/
|
|
83
|
+
deleteContentLibraryTag(requestParameters, initOverrides) {
|
|
84
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
yield this.deleteContentLibraryTagRaw(requestParameters, initOverrides);
|
|
86
|
+
});
|
|
87
|
+
}
|
|
44
88
|
/**
|
|
45
89
|
* Creates request options for deleteResourceVersion without sending the request
|
|
46
90
|
*/
|
|
@@ -98,6 +142,9 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
98
142
|
if (requestParameters['resourceType'] != null) {
|
|
99
143
|
queryParameters['resource_type'] = requestParameters['resourceType'];
|
|
100
144
|
}
|
|
145
|
+
if (requestParameters['tagId'] != null) {
|
|
146
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
147
|
+
}
|
|
101
148
|
if (requestParameters['page'] != null) {
|
|
102
149
|
queryParameters['page'] = requestParameters['page'];
|
|
103
150
|
}
|
|
@@ -133,6 +180,152 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
133
180
|
return yield response.value();
|
|
134
181
|
});
|
|
135
182
|
}
|
|
183
|
+
/**
|
|
184
|
+
* Creates request options for getContentLibraryTag without sending the request
|
|
185
|
+
*/
|
|
186
|
+
getContentLibraryTagRequestOpts(requestParameters) {
|
|
187
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
188
|
+
if (requestParameters['tagId'] == null) {
|
|
189
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling getContentLibraryTag().');
|
|
190
|
+
}
|
|
191
|
+
const queryParameters = {};
|
|
192
|
+
const headerParameters = {};
|
|
193
|
+
let urlPath = `/content-library/tags/{tagId}`;
|
|
194
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
195
|
+
return {
|
|
196
|
+
path: urlPath,
|
|
197
|
+
method: 'GET',
|
|
198
|
+
headers: headerParameters,
|
|
199
|
+
query: queryParameters,
|
|
200
|
+
};
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Get a Content Library tag
|
|
205
|
+
*/
|
|
206
|
+
getContentLibraryTagRaw(requestParameters, initOverrides) {
|
|
207
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
208
|
+
const requestOptions = yield this.getContentLibraryTagRequestOpts(requestParameters);
|
|
209
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
210
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Get a Content Library tag
|
|
215
|
+
*/
|
|
216
|
+
getContentLibraryTag(requestParameters, initOverrides) {
|
|
217
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
218
|
+
const response = yield this.getContentLibraryTagRaw(requestParameters, initOverrides);
|
|
219
|
+
return yield response.value();
|
|
220
|
+
});
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Creates request options for getContentLibraryTagItemList without sending the request
|
|
224
|
+
*/
|
|
225
|
+
getContentLibraryTagItemListRequestOpts(requestParameters) {
|
|
226
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
227
|
+
if (requestParameters['tagId'] == null) {
|
|
228
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling getContentLibraryTagItemList().');
|
|
229
|
+
}
|
|
230
|
+
const queryParameters = {};
|
|
231
|
+
if (requestParameters['kind'] != null) {
|
|
232
|
+
queryParameters['kind'] = requestParameters['kind'];
|
|
233
|
+
}
|
|
234
|
+
if (requestParameters['search'] != null) {
|
|
235
|
+
queryParameters['search'] = requestParameters['search'];
|
|
236
|
+
}
|
|
237
|
+
if (requestParameters['includeArchived'] != null) {
|
|
238
|
+
queryParameters['include_archived'] = requestParameters['includeArchived'];
|
|
239
|
+
}
|
|
240
|
+
if (requestParameters['page'] != null) {
|
|
241
|
+
queryParameters['page'] = requestParameters['page'];
|
|
242
|
+
}
|
|
243
|
+
if (requestParameters['pageSize'] != null) {
|
|
244
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
245
|
+
}
|
|
246
|
+
const headerParameters = {};
|
|
247
|
+
let urlPath = `/content-library/tags/{tagId}/items`;
|
|
248
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
249
|
+
return {
|
|
250
|
+
path: urlPath,
|
|
251
|
+
method: 'GET',
|
|
252
|
+
headers: headerParameters,
|
|
253
|
+
query: queryParameters,
|
|
254
|
+
};
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* List resources, quizzes, and questions associated with a tag
|
|
259
|
+
*/
|
|
260
|
+
getContentLibraryTagItemListRaw(requestParameters, initOverrides) {
|
|
261
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
262
|
+
const requestOptions = yield this.getContentLibraryTagItemListRequestOpts(requestParameters);
|
|
263
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
264
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, GetContentLibraryTagItemList_1.GetContentLibraryTagItemListFromJSON)(jsonValue));
|
|
265
|
+
});
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* List resources, quizzes, and questions associated with a tag
|
|
269
|
+
*/
|
|
270
|
+
getContentLibraryTagItemList(requestParameters, initOverrides) {
|
|
271
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
272
|
+
const response = yield this.getContentLibraryTagItemListRaw(requestParameters, initOverrides);
|
|
273
|
+
return yield response.value();
|
|
274
|
+
});
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Creates request options for getContentLibraryTagList without sending the request
|
|
278
|
+
*/
|
|
279
|
+
getContentLibraryTagListRequestOpts(requestParameters) {
|
|
280
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
281
|
+
const queryParameters = {};
|
|
282
|
+
if (requestParameters['search'] != null) {
|
|
283
|
+
queryParameters['search'] = requestParameters['search'];
|
|
284
|
+
}
|
|
285
|
+
if (requestParameters['includeArchived'] != null) {
|
|
286
|
+
queryParameters['include_archived'] = requestParameters['includeArchived'];
|
|
287
|
+
}
|
|
288
|
+
if (requestParameters['orderBy'] != null) {
|
|
289
|
+
queryParameters['order_by'] = requestParameters['orderBy'];
|
|
290
|
+
}
|
|
291
|
+
if (requestParameters['order'] != null) {
|
|
292
|
+
queryParameters['order'] = requestParameters['order'];
|
|
293
|
+
}
|
|
294
|
+
if (requestParameters['page'] != null) {
|
|
295
|
+
queryParameters['page'] = requestParameters['page'];
|
|
296
|
+
}
|
|
297
|
+
if (requestParameters['pageSize'] != null) {
|
|
298
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
299
|
+
}
|
|
300
|
+
const headerParameters = {};
|
|
301
|
+
let urlPath = `/content-library/tags`;
|
|
302
|
+
return {
|
|
303
|
+
path: urlPath,
|
|
304
|
+
method: 'GET',
|
|
305
|
+
headers: headerParameters,
|
|
306
|
+
query: queryParameters,
|
|
307
|
+
};
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* List portal Content Library tags
|
|
312
|
+
*/
|
|
313
|
+
getContentLibraryTagListRaw(requestParameters, initOverrides) {
|
|
314
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
315
|
+
const requestOptions = yield this.getContentLibraryTagListRequestOpts(requestParameters);
|
|
316
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
317
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, GetContentLibraryTagList_1.GetContentLibraryTagListFromJSON)(jsonValue));
|
|
318
|
+
});
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* List portal Content Library tags
|
|
322
|
+
*/
|
|
323
|
+
getContentLibraryTagList() {
|
|
324
|
+
return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
|
|
325
|
+
const response = yield this.getContentLibraryTagListRaw(requestParameters, initOverrides);
|
|
326
|
+
return yield response.value();
|
|
327
|
+
});
|
|
328
|
+
}
|
|
136
329
|
/**
|
|
137
330
|
* Creates request options for getResource without sending the request
|
|
138
331
|
*/
|
|
@@ -184,6 +377,9 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
184
377
|
if (requestParameters['resourceType'] != null) {
|
|
185
378
|
queryParameters['resource_type'] = requestParameters['resourceType'];
|
|
186
379
|
}
|
|
380
|
+
if (requestParameters['tagId'] != null) {
|
|
381
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
382
|
+
}
|
|
187
383
|
if (requestParameters['page'] != null) {
|
|
188
384
|
queryParameters['page'] = requestParameters['page'];
|
|
189
385
|
}
|
|
@@ -301,6 +497,168 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
301
497
|
return yield response.value();
|
|
302
498
|
});
|
|
303
499
|
}
|
|
500
|
+
/**
|
|
501
|
+
* Creates request options for postContentLibraryTag without sending the request
|
|
502
|
+
*/
|
|
503
|
+
postContentLibraryTagRequestOpts(requestParameters) {
|
|
504
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
505
|
+
if (requestParameters['postContentLibraryTag'] == null) {
|
|
506
|
+
throw new runtime.RequiredError('postContentLibraryTag', 'Required parameter "postContentLibraryTag" was null or undefined when calling postContentLibraryTag().');
|
|
507
|
+
}
|
|
508
|
+
const queryParameters = {};
|
|
509
|
+
const headerParameters = {};
|
|
510
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
511
|
+
let urlPath = `/content-library/tags`;
|
|
512
|
+
return {
|
|
513
|
+
path: urlPath,
|
|
514
|
+
method: 'POST',
|
|
515
|
+
headers: headerParameters,
|
|
516
|
+
query: queryParameters,
|
|
517
|
+
body: (0, PostContentLibraryTag_1.PostContentLibraryTagToJSON)(requestParameters['postContentLibraryTag']),
|
|
518
|
+
};
|
|
519
|
+
});
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* Create a portal Content Library tag
|
|
523
|
+
*/
|
|
524
|
+
postContentLibraryTagRaw(requestParameters, initOverrides) {
|
|
525
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
526
|
+
const requestOptions = yield this.postContentLibraryTagRequestOpts(requestParameters);
|
|
527
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
528
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
529
|
+
});
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
* Create a portal Content Library tag
|
|
533
|
+
*/
|
|
534
|
+
postContentLibraryTag(requestParameters, initOverrides) {
|
|
535
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
536
|
+
const response = yield this.postContentLibraryTagRaw(requestParameters, initOverrides);
|
|
537
|
+
return yield response.value();
|
|
538
|
+
});
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* Creates request options for postContentLibraryTagArchive without sending the request
|
|
542
|
+
*/
|
|
543
|
+
postContentLibraryTagArchiveRequestOpts(requestParameters) {
|
|
544
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
545
|
+
if (requestParameters['tagId'] == null) {
|
|
546
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling postContentLibraryTagArchive().');
|
|
547
|
+
}
|
|
548
|
+
const queryParameters = {};
|
|
549
|
+
const headerParameters = {};
|
|
550
|
+
let urlPath = `/content-library/tags/{tagId}/archive`;
|
|
551
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
552
|
+
return {
|
|
553
|
+
path: urlPath,
|
|
554
|
+
method: 'POST',
|
|
555
|
+
headers: headerParameters,
|
|
556
|
+
query: queryParameters,
|
|
557
|
+
};
|
|
558
|
+
});
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* Archive a Content Library tag
|
|
562
|
+
*/
|
|
563
|
+
postContentLibraryTagArchiveRaw(requestParameters, initOverrides) {
|
|
564
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
565
|
+
const requestOptions = yield this.postContentLibraryTagArchiveRequestOpts(requestParameters);
|
|
566
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
567
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
568
|
+
});
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* Archive a Content Library tag
|
|
572
|
+
*/
|
|
573
|
+
postContentLibraryTagArchive(requestParameters, initOverrides) {
|
|
574
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
575
|
+
const response = yield this.postContentLibraryTagArchiveRaw(requestParameters, initOverrides);
|
|
576
|
+
return yield response.value();
|
|
577
|
+
});
|
|
578
|
+
}
|
|
579
|
+
/**
|
|
580
|
+
* Creates request options for postContentLibraryTagMerge without sending the request
|
|
581
|
+
*/
|
|
582
|
+
postContentLibraryTagMergeRequestOpts(requestParameters) {
|
|
583
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
584
|
+
if (requestParameters['tagId'] == null) {
|
|
585
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling postContentLibraryTagMerge().');
|
|
586
|
+
}
|
|
587
|
+
if (requestParameters['postContentLibraryTagMerge'] == null) {
|
|
588
|
+
throw new runtime.RequiredError('postContentLibraryTagMerge', 'Required parameter "postContentLibraryTagMerge" was null or undefined when calling postContentLibraryTagMerge().');
|
|
589
|
+
}
|
|
590
|
+
const queryParameters = {};
|
|
591
|
+
const headerParameters = {};
|
|
592
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
593
|
+
let urlPath = `/content-library/tags/{tagId}/merge`;
|
|
594
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
595
|
+
return {
|
|
596
|
+
path: urlPath,
|
|
597
|
+
method: 'POST',
|
|
598
|
+
headers: headerParameters,
|
|
599
|
+
query: queryParameters,
|
|
600
|
+
body: (0, PostContentLibraryTagMerge_1.PostContentLibraryTagMergeToJSON)(requestParameters['postContentLibraryTagMerge']),
|
|
601
|
+
};
|
|
602
|
+
});
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* Merge a Content Library tag into another tag
|
|
606
|
+
*/
|
|
607
|
+
postContentLibraryTagMergeRaw(requestParameters, initOverrides) {
|
|
608
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
609
|
+
const requestOptions = yield this.postContentLibraryTagMergeRequestOpts(requestParameters);
|
|
610
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
611
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
612
|
+
});
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* Merge a Content Library tag into another tag
|
|
616
|
+
*/
|
|
617
|
+
postContentLibraryTagMerge(requestParameters, initOverrides) {
|
|
618
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
619
|
+
const response = yield this.postContentLibraryTagMergeRaw(requestParameters, initOverrides);
|
|
620
|
+
return yield response.value();
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Creates request options for postContentLibraryTagRestore without sending the request
|
|
625
|
+
*/
|
|
626
|
+
postContentLibraryTagRestoreRequestOpts(requestParameters) {
|
|
627
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
628
|
+
if (requestParameters['tagId'] == null) {
|
|
629
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling postContentLibraryTagRestore().');
|
|
630
|
+
}
|
|
631
|
+
const queryParameters = {};
|
|
632
|
+
const headerParameters = {};
|
|
633
|
+
let urlPath = `/content-library/tags/{tagId}/restore`;
|
|
634
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
635
|
+
return {
|
|
636
|
+
path: urlPath,
|
|
637
|
+
method: 'POST',
|
|
638
|
+
headers: headerParameters,
|
|
639
|
+
query: queryParameters,
|
|
640
|
+
};
|
|
641
|
+
});
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* Restore a Content Library tag
|
|
645
|
+
*/
|
|
646
|
+
postContentLibraryTagRestoreRaw(requestParameters, initOverrides) {
|
|
647
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
648
|
+
const requestOptions = yield this.postContentLibraryTagRestoreRequestOpts(requestParameters);
|
|
649
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
650
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
651
|
+
});
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* Restore a Content Library tag
|
|
655
|
+
*/
|
|
656
|
+
postContentLibraryTagRestore(requestParameters, initOverrides) {
|
|
657
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
658
|
+
const response = yield this.postContentLibraryTagRestoreRaw(requestParameters, initOverrides);
|
|
659
|
+
return yield response.value();
|
|
660
|
+
});
|
|
661
|
+
}
|
|
304
662
|
/**
|
|
305
663
|
* Creates request options for postResource without sending the request
|
|
306
664
|
*/
|
|
@@ -648,6 +1006,50 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
648
1006
|
return yield response.value();
|
|
649
1007
|
});
|
|
650
1008
|
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Creates request options for putContentLibraryTag without sending the request
|
|
1011
|
+
*/
|
|
1012
|
+
putContentLibraryTagRequestOpts(requestParameters) {
|
|
1013
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1014
|
+
if (requestParameters['tagId'] == null) {
|
|
1015
|
+
throw new runtime.RequiredError('tagId', 'Required parameter "tagId" was null or undefined when calling putContentLibraryTag().');
|
|
1016
|
+
}
|
|
1017
|
+
if (requestParameters['putContentLibraryTag'] == null) {
|
|
1018
|
+
throw new runtime.RequiredError('putContentLibraryTag', 'Required parameter "putContentLibraryTag" was null or undefined when calling putContentLibraryTag().');
|
|
1019
|
+
}
|
|
1020
|
+
const queryParameters = {};
|
|
1021
|
+
const headerParameters = {};
|
|
1022
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1023
|
+
let urlPath = `/content-library/tags/{tagId}`;
|
|
1024
|
+
urlPath = urlPath.replace('{tagId}', encodeURIComponent(String(requestParameters['tagId'])));
|
|
1025
|
+
return {
|
|
1026
|
+
path: urlPath,
|
|
1027
|
+
method: 'PUT',
|
|
1028
|
+
headers: headerParameters,
|
|
1029
|
+
query: queryParameters,
|
|
1030
|
+
body: (0, PutContentLibraryTag_1.PutContentLibraryTagToJSON)(requestParameters['putContentLibraryTag']),
|
|
1031
|
+
};
|
|
1032
|
+
});
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* Rename a Content Library tag
|
|
1036
|
+
*/
|
|
1037
|
+
putContentLibraryTagRaw(requestParameters, initOverrides) {
|
|
1038
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1039
|
+
const requestOptions = yield this.putContentLibraryTagRequestOpts(requestParameters);
|
|
1040
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
1041
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, ContentLibraryTag_1.ContentLibraryTagFromJSON)(jsonValue));
|
|
1042
|
+
});
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* Rename a Content Library tag
|
|
1046
|
+
*/
|
|
1047
|
+
putContentLibraryTag(requestParameters, initOverrides) {
|
|
1048
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1049
|
+
const response = yield this.putContentLibraryTagRaw(requestParameters, initOverrides);
|
|
1050
|
+
return yield response.value();
|
|
1051
|
+
});
|
|
1052
|
+
}
|
|
651
1053
|
/**
|
|
652
1054
|
* Creates request options for putResource without sending the request
|
|
653
1055
|
*/
|
|
@@ -789,3 +1191,25 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
789
1191
|
}
|
|
790
1192
|
}
|
|
791
1193
|
exports.ContentLibraryApi = ContentLibraryApi;
|
|
1194
|
+
/**
|
|
1195
|
+
* @export
|
|
1196
|
+
*/
|
|
1197
|
+
exports.GetContentLibraryTagItemListKindEnum = {
|
|
1198
|
+
Resource: 'resource',
|
|
1199
|
+
Quiz: 'quiz',
|
|
1200
|
+
Question: 'question'
|
|
1201
|
+
};
|
|
1202
|
+
/**
|
|
1203
|
+
* @export
|
|
1204
|
+
*/
|
|
1205
|
+
exports.GetContentLibraryTagListOrderByEnum = {
|
|
1206
|
+
Name: 'name',
|
|
1207
|
+
UsageCount: 'usage_count'
|
|
1208
|
+
};
|
|
1209
|
+
/**
|
|
1210
|
+
* @export
|
|
1211
|
+
*/
|
|
1212
|
+
exports.GetContentLibraryTagListOrderEnum = {
|
|
1213
|
+
Asc: 'asc',
|
|
1214
|
+
Desc: 'desc'
|
|
1215
|
+
};
|
|
@@ -234,6 +234,9 @@ class ContentLibraryQuizApi extends runtime.BaseAPI {
|
|
|
234
234
|
if (requestParameters['includeArchived'] != null) {
|
|
235
235
|
queryParameters['include_archived'] = requestParameters['includeArchived'];
|
|
236
236
|
}
|
|
237
|
+
if (requestParameters['tagId'] != null) {
|
|
238
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
239
|
+
}
|
|
237
240
|
if (requestParameters['page'] != null) {
|
|
238
241
|
queryParameters['page'] = requestParameters['page'];
|
|
239
242
|
}
|
package/dist/apis/CourseApi.d.ts
CHANGED
|
@@ -547,12 +547,12 @@ export declare class CourseApi extends runtime.BaseAPI {
|
|
|
547
547
|
*/
|
|
548
548
|
postCourseExportRequestOpts(requestParameters: PostCourseExportRequest): Promise<runtime.RequestOpts>;
|
|
549
549
|
/**
|
|
550
|
-
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
550
|
+
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Visible resource placements in the selected sections are exported - Reusable quiz placements are skipped and do not block the export - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
551
551
|
* Create a new SCORM export for a course
|
|
552
552
|
*/
|
|
553
553
|
postCourseExportRaw(requestParameters: PostCourseExportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetCourseExport>>;
|
|
554
554
|
/**
|
|
555
|
-
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
555
|
+
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Visible resource placements in the selected sections are exported - Reusable quiz placements are skipped and do not block the export - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
556
556
|
* Create a new SCORM export for a course
|
|
557
557
|
*/
|
|
558
558
|
postCourseExport(requestParameters: PostCourseExportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetCourseExport>;
|
package/dist/apis/CourseApi.js
CHANGED
|
@@ -1181,7 +1181,7 @@ class CourseApi extends runtime.BaseAPI {
|
|
|
1181
1181
|
});
|
|
1182
1182
|
}
|
|
1183
1183
|
/**
|
|
1184
|
-
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
1184
|
+
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Visible resource placements in the selected sections are exported - Reusable quiz placements are skipped and do not block the export - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
1185
1185
|
* Create a new SCORM export for a course
|
|
1186
1186
|
*/
|
|
1187
1187
|
postCourseExportRaw(requestParameters, initOverrides) {
|
|
@@ -1192,7 +1192,7 @@ class CourseApi extends runtime.BaseAPI {
|
|
|
1192
1192
|
});
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
1195
|
-
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
1195
|
+
* Enqueues a job to generate a SCORM export package for the course. Returns immediately with PENDING status. **NOTES:** - This endpoint enqueues a background job to generate the SCORM package - Visible resource placements in the selected sections are exported - Reusable quiz placements are skipped and do not block the export - Poll GET /courses/{courseId}/exports/{exportId} to check status - Download URL will be available when status becomes COMPLETED
|
|
1196
1196
|
* Create a new SCORM export for a course
|
|
1197
1197
|
*/
|
|
1198
1198
|
postCourseExport(requestParameters, initOverrides) {
|
|
@@ -23,10 +23,8 @@ export interface GetQuestionRequest {
|
|
|
23
23
|
export interface GetQuestionListRequest {
|
|
24
24
|
page?: number;
|
|
25
25
|
pageSize?: number;
|
|
26
|
-
topic?: string;
|
|
27
26
|
questionType?: GetQuestionListQuestionTypeEnum;
|
|
28
|
-
|
|
29
|
-
tags?: Array<string>;
|
|
27
|
+
tagId?: string;
|
|
30
28
|
search?: string;
|
|
31
29
|
}
|
|
32
30
|
export interface PostQuestionRequest {
|
|
@@ -110,12 +108,3 @@ export declare const GetQuestionListQuestionTypeEnum: {
|
|
|
110
108
|
readonly FillInBlank: "fill_in_blank";
|
|
111
109
|
};
|
|
112
110
|
export type GetQuestionListQuestionTypeEnum = typeof GetQuestionListQuestionTypeEnum[keyof typeof GetQuestionListQuestionTypeEnum];
|
|
113
|
-
/**
|
|
114
|
-
* @export
|
|
115
|
-
*/
|
|
116
|
-
export declare const GetQuestionListDifficultyLevelEnum: {
|
|
117
|
-
readonly Beginner: "beginner";
|
|
118
|
-
readonly Intermediate: "intermediate";
|
|
119
|
-
readonly Advanced: "advanced";
|
|
120
|
-
};
|
|
121
|
-
export type GetQuestionListDifficultyLevelEnum = typeof GetQuestionListDifficultyLevelEnum[keyof typeof GetQuestionListDifficultyLevelEnum];
|
package/dist/apis/QuestionApi.js
CHANGED
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
25
|
+
exports.GetQuestionListQuestionTypeEnum = exports.QuestionApi = void 0;
|
|
26
26
|
const runtime = require("../runtime");
|
|
27
27
|
const GetQuestion_1 = require("../models/GetQuestion");
|
|
28
28
|
const GetQuestionList_1 = require("../models/GetQuestionList");
|
|
@@ -121,17 +121,11 @@ class QuestionApi extends runtime.BaseAPI {
|
|
|
121
121
|
if (requestParameters['pageSize'] != null) {
|
|
122
122
|
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
123
123
|
}
|
|
124
|
-
if (requestParameters['topic'] != null) {
|
|
125
|
-
queryParameters['topic'] = requestParameters['topic'];
|
|
126
|
-
}
|
|
127
124
|
if (requestParameters['questionType'] != null) {
|
|
128
125
|
queryParameters['question_type'] = requestParameters['questionType'];
|
|
129
126
|
}
|
|
130
|
-
if (requestParameters['
|
|
131
|
-
queryParameters['
|
|
132
|
-
}
|
|
133
|
-
if (requestParameters['tags'] != null) {
|
|
134
|
-
queryParameters['tags'] = requestParameters['tags'];
|
|
127
|
+
if (requestParameters['tagId'] != null) {
|
|
128
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
135
129
|
}
|
|
136
130
|
if (requestParameters['search'] != null) {
|
|
137
131
|
queryParameters['search'] = requestParameters['search'];
|
|
@@ -259,11 +253,3 @@ exports.GetQuestionListQuestionTypeEnum = {
|
|
|
259
253
|
MultipleAnswer: 'multiple_answer',
|
|
260
254
|
FillInBlank: 'fill_in_blank'
|
|
261
255
|
};
|
|
262
|
-
/**
|
|
263
|
-
* @export
|
|
264
|
-
*/
|
|
265
|
-
exports.GetQuestionListDifficultyLevelEnum = {
|
|
266
|
-
Beginner: 'beginner',
|
|
267
|
-
Intermediate: 'intermediate',
|
|
268
|
-
Advanced: 'advanced'
|
|
269
|
-
};
|