@easyedu/js-lsm-api 1.125.0 → 1.127.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 +4 -0
- package/README.md +5 -3
- package/dist/apis/CertificateTemplateApi.d.ts +10 -5
- package/dist/apis/CertificateTemplateApi.js +17 -12
- package/dist/apis/ContentLibraryApi.d.ts +4 -2
- package/dist/apis/ContentLibraryApi.js +5 -3
- package/dist/apis/CourseApi.d.ts +1 -0
- package/dist/apis/CourseApi.js +3 -0
- package/dist/esm/apis/CertificateTemplateApi.d.ts +10 -5
- package/dist/esm/apis/CertificateTemplateApi.js +17 -12
- package/dist/esm/apis/ContentLibraryApi.d.ts +4 -2
- package/dist/esm/apis/ContentLibraryApi.js +5 -3
- package/dist/esm/apis/CourseApi.d.ts +1 -0
- package/dist/esm/apis/CourseApi.js +3 -0
- package/dist/esm/models/CertificateTemplate.d.ts +7 -0
- package/dist/esm/models/CertificateTemplate.js +5 -0
- package/dist/esm/models/ContentLibraryTag.d.ts +12 -0
- package/dist/esm/models/ContentLibraryTag.js +8 -0
- package/dist/esm/models/ContentLibraryTagItem.d.ts +2 -0
- package/dist/esm/models/ContentLibraryTagItem.js +3 -1
- package/dist/esm/models/GetCourse.d.ts +7 -0
- package/dist/esm/models/GetCourse.js +5 -0
- package/dist/esm/models/PostCourse.d.ts +6 -0
- package/dist/esm/models/PostCourse.js +2 -0
- package/dist/esm/models/PostPortalCertificateTemplate.d.ts +57 -0
- package/dist/esm/models/PostPortalCertificateTemplate.js +52 -0
- package/dist/esm/models/PutCourse.d.ts +6 -0
- package/dist/esm/models/PutCourse.js +2 -0
- package/dist/esm/models/PutPortalCertificateTemplate.d.ts +50 -0
- package/dist/esm/models/PutPortalCertificateTemplate.js +47 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/models/CertificateTemplate.d.ts +7 -0
- package/dist/models/CertificateTemplate.js +5 -0
- package/dist/models/ContentLibraryTag.d.ts +12 -0
- package/dist/models/ContentLibraryTag.js +8 -0
- package/dist/models/ContentLibraryTagItem.d.ts +2 -0
- package/dist/models/ContentLibraryTagItem.js +3 -1
- package/dist/models/GetCourse.d.ts +7 -0
- package/dist/models/GetCourse.js +5 -0
- package/dist/models/PostCourse.d.ts +6 -0
- package/dist/models/PostCourse.js +2 -0
- package/dist/models/PostPortalCertificateTemplate.d.ts +57 -0
- package/dist/models/PostPortalCertificateTemplate.js +59 -0
- package/dist/models/PutCourse.d.ts +6 -0
- package/dist/models/PutCourse.js +2 -0
- package/dist/models/PutPortalCertificateTemplate.d.ts +50 -0
- package/dist/models/PutPortalCertificateTemplate.js +54 -0
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/docs/CertificateTemplate.md +2 -0
- package/docs/CertificateTemplateApi.md +19 -11
- package/docs/ContentLibraryApi.md +4 -4
- package/docs/ContentLibraryQuizApi.md +1 -0
- package/docs/ContentLibraryTag.md +4 -0
- package/docs/CourseApi.md +5 -2
- package/docs/GetCourse.md +2 -0
- package/docs/PostCourse.md +2 -0
- package/docs/PostPortalCertificateTemplate.md +42 -0
- package/docs/PutCourse.md +2 -0
- package/docs/PutPortalCertificateTemplate.md +40 -0
- package/package.json +1 -1
- package/src/apis/CertificateTemplateApi.ts +33 -15
- package/src/apis/ContentLibraryApi.ts +5 -3
- package/src/apis/CourseApi.ts +5 -0
- package/src/models/CertificateTemplate.ts +16 -0
- package/src/models/ContentLibraryTag.ts +18 -0
- package/src/models/ContentLibraryTagItem.ts +3 -1
- package/src/models/GetCourse.ts +17 -0
- package/src/models/PostCourse.ts +8 -0
- package/src/models/PostPortalCertificateTemplate.ts +106 -0
- package/src/models/PutCourse.ts +8 -0
- package/src/models/PutPortalCertificateTemplate.ts +89 -0
- package/src/models/index.ts +2 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -284,6 +284,7 @@ docs/PostOfferCatalogResponse.md
|
|
|
284
284
|
docs/PostOfferCourse.md
|
|
285
285
|
docs/PostOfferCourseResponse.md
|
|
286
286
|
docs/PostPortal.md
|
|
287
|
+
docs/PostPortalCertificateTemplate.md
|
|
287
288
|
docs/PostPortalInvite.md
|
|
288
289
|
docs/PostQuestion.md
|
|
289
290
|
docs/PostQuestionAnswerChoicesInner.md
|
|
@@ -343,6 +344,7 @@ docs/PutLibraryQuizSessionGrade.md
|
|
|
343
344
|
docs/PutLibraryQuizSessionOverride.md
|
|
344
345
|
docs/PutLibraryQuizVersion.md
|
|
345
346
|
docs/PutPortalBranding.md
|
|
347
|
+
docs/PutPortalCertificateTemplate.md
|
|
346
348
|
docs/PutPortalSublicense.md
|
|
347
349
|
docs/PutPortalUserFieldValues.md
|
|
348
350
|
docs/PutQuestion.md
|
|
@@ -688,6 +690,7 @@ src/models/PostOfferCatalogResponse.ts
|
|
|
688
690
|
src/models/PostOfferCourse.ts
|
|
689
691
|
src/models/PostOfferCourseResponse.ts
|
|
690
692
|
src/models/PostPortal.ts
|
|
693
|
+
src/models/PostPortalCertificateTemplate.ts
|
|
691
694
|
src/models/PostPortalInvite.ts
|
|
692
695
|
src/models/PostQuestion.ts
|
|
693
696
|
src/models/PostQuestionAnswerChoicesInner.ts
|
|
@@ -747,6 +750,7 @@ src/models/PutLibraryQuizSessionGrade.ts
|
|
|
747
750
|
src/models/PutLibraryQuizSessionOverride.ts
|
|
748
751
|
src/models/PutLibraryQuizVersion.ts
|
|
749
752
|
src/models/PutPortalBranding.ts
|
|
753
|
+
src/models/PutPortalCertificateTemplate.ts
|
|
750
754
|
src/models/PutPortalSublicense.ts
|
|
751
755
|
src/models/PutPortalUserFieldValues.ts
|
|
752
756
|
src/models/PutQuestion.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @easyedu/js-lsm-api@1.
|
|
1
|
+
# @easyedu/js-lsm-api@1.127.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
|
|
4
4
|
|
|
@@ -132,7 +132,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
132
132
|
*ContentLibraryApi* | [**deleteResourceVersion**](docs/ContentLibraryApi.md#deleteresourceversion) | **DELETE** /content-library/resources/{resourceId}/versions/{versionId} | Discard an unreferenced draft resource version
|
|
133
133
|
*ContentLibraryApi* | [**getContentLibraryItemList**](docs/ContentLibraryApi.md#getcontentlibraryitemlist) | **GET** /content-library/items | Search Content Library items
|
|
134
134
|
*ContentLibraryApi* | [**getContentLibraryTag**](docs/ContentLibraryApi.md#getcontentlibrarytag) | **GET** /content-library/tags/{tagId} | Get a Content Library tag
|
|
135
|
-
*ContentLibraryApi* | [**getContentLibraryTagItemList**](docs/ContentLibraryApi.md#getcontentlibrarytagitemlist) | **GET** /content-library/tags/{tagId}/items | List resources, quizzes, and
|
|
135
|
+
*ContentLibraryApi* | [**getContentLibraryTagItemList**](docs/ContentLibraryApi.md#getcontentlibrarytagitemlist) | **GET** /content-library/tags/{tagId}/items | List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
136
136
|
*ContentLibraryApi* | [**getContentLibraryTagList**](docs/ContentLibraryApi.md#getcontentlibrarytaglist) | **GET** /content-library/tags | List portal Content Library tags
|
|
137
137
|
*ContentLibraryApi* | [**getResource**](docs/ContentLibraryApi.md#getresource) | **GET** /content-library/resources/{resourceId} | Get a resource and all versions
|
|
138
138
|
*ContentLibraryApi* | [**getResourceList**](docs/ContentLibraryApi.md#getresourcelist) | **GET** /content-library/resources | List reusable resources
|
|
@@ -677,6 +677,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
677
677
|
- [PostOfferCourse](docs/PostOfferCourse.md)
|
|
678
678
|
- [PostOfferCourseResponse](docs/PostOfferCourseResponse.md)
|
|
679
679
|
- [PostPortal](docs/PostPortal.md)
|
|
680
|
+
- [PostPortalCertificateTemplate](docs/PostPortalCertificateTemplate.md)
|
|
680
681
|
- [PostPortalInvite](docs/PostPortalInvite.md)
|
|
681
682
|
- [PostQuestion](docs/PostQuestion.md)
|
|
682
683
|
- [PostQuestionAnswerChoicesInner](docs/PostQuestionAnswerChoicesInner.md)
|
|
@@ -736,6 +737,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
736
737
|
- [PutLibraryQuizSessionOverride](docs/PutLibraryQuizSessionOverride.md)
|
|
737
738
|
- [PutLibraryQuizVersion](docs/PutLibraryQuizVersion.md)
|
|
738
739
|
- [PutPortalBranding](docs/PutPortalBranding.md)
|
|
740
|
+
- [PutPortalCertificateTemplate](docs/PutPortalCertificateTemplate.md)
|
|
739
741
|
- [PutPortalSublicense](docs/PutPortalSublicense.md)
|
|
740
742
|
- [PutPortalUserFieldValues](docs/PutPortalUserFieldValues.md)
|
|
741
743
|
- [PutQuestion](docs/PutQuestion.md)
|
|
@@ -793,7 +795,7 @@ and is automatically generated by the
|
|
|
793
795
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
794
796
|
|
|
795
797
|
- API version: `1.0.0`
|
|
796
|
-
- Package version: `1.
|
|
798
|
+
- Package version: `1.127.0`
|
|
797
799
|
- Generator version: `7.22.0`
|
|
798
800
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
799
801
|
|
|
@@ -19,8 +19,10 @@ import { type PostCertificateAssetUpload } from '../models/PostCertificateAssetU
|
|
|
19
19
|
import { type PostCertificateTemplate } from '../models/PostCertificateTemplate';
|
|
20
20
|
import { type PostCertificateTemplateClone } from '../models/PostCertificateTemplateClone';
|
|
21
21
|
import { type PostCertificateTemplatePreview } from '../models/PostCertificateTemplatePreview';
|
|
22
|
+
import { type PostPortalCertificateTemplate } from '../models/PostPortalCertificateTemplate';
|
|
22
23
|
import { type PutCertificateTemplate } from '../models/PutCertificateTemplate';
|
|
23
24
|
import { type PutCertificateTemplateDraft } from '../models/PutCertificateTemplateDraft';
|
|
25
|
+
import { type PutPortalCertificateTemplate } from '../models/PutPortalCertificateTemplate';
|
|
24
26
|
export interface DeleteCertificateTemplateDraftRequest {
|
|
25
27
|
templateId: string;
|
|
26
28
|
}
|
|
@@ -33,6 +35,9 @@ export interface GetCertificateAssetRequest {
|
|
|
33
35
|
export interface GetCertificateTemplateRequest {
|
|
34
36
|
templateId: string;
|
|
35
37
|
}
|
|
38
|
+
export interface GetCertificateTemplateListRequest {
|
|
39
|
+
tagId?: string;
|
|
40
|
+
}
|
|
36
41
|
export interface GetCertificateTemplateVersionsRequest {
|
|
37
42
|
templateId: string;
|
|
38
43
|
}
|
|
@@ -56,7 +61,7 @@ export interface PostCertificateAssetUploadRequest {
|
|
|
56
61
|
postCertificateAssetUpload: PostCertificateAssetUpload;
|
|
57
62
|
}
|
|
58
63
|
export interface PostCertificateTemplateRequest {
|
|
59
|
-
|
|
64
|
+
postPortalCertificateTemplate: PostPortalCertificateTemplate;
|
|
60
65
|
}
|
|
61
66
|
export interface PostCertificateTemplateArchiveRequest {
|
|
62
67
|
templateId: string;
|
|
@@ -122,7 +127,7 @@ export interface PutCertificateAssetFileRequest {
|
|
|
122
127
|
}
|
|
123
128
|
export interface PutCertificateTemplateRequest {
|
|
124
129
|
templateId: string;
|
|
125
|
-
|
|
130
|
+
putPortalCertificateTemplate: PutPortalCertificateTemplate;
|
|
126
131
|
}
|
|
127
132
|
export interface PutCertificateTemplateDraftRequest {
|
|
128
133
|
templateId: string;
|
|
@@ -195,15 +200,15 @@ export declare class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
195
200
|
/**
|
|
196
201
|
* Creates request options for getCertificateTemplateList without sending the request
|
|
197
202
|
*/
|
|
198
|
-
getCertificateTemplateListRequestOpts(): Promise<runtime.RequestOpts>;
|
|
203
|
+
getCertificateTemplateListRequestOpts(requestParameters: GetCertificateTemplateListRequest): Promise<runtime.RequestOpts>;
|
|
199
204
|
/**
|
|
200
205
|
* List local and inherited certificate designs
|
|
201
206
|
*/
|
|
202
|
-
getCertificateTemplateListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetCertificateTemplateList>>;
|
|
207
|
+
getCertificateTemplateListRaw(requestParameters: GetCertificateTemplateListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetCertificateTemplateList>>;
|
|
203
208
|
/**
|
|
204
209
|
* List local and inherited certificate designs
|
|
205
210
|
*/
|
|
206
|
-
getCertificateTemplateList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetCertificateTemplateList>;
|
|
211
|
+
getCertificateTemplateList(requestParameters?: GetCertificateTemplateListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetCertificateTemplateList>;
|
|
207
212
|
/**
|
|
208
213
|
* Creates request options for getCertificateTemplateVersions without sending the request
|
|
209
214
|
*/
|
|
@@ -33,8 +33,10 @@ const PostCertificateAssetUpload_1 = require("../models/PostCertificateAssetUplo
|
|
|
33
33
|
const PostCertificateTemplate_1 = require("../models/PostCertificateTemplate");
|
|
34
34
|
const PostCertificateTemplateClone_1 = require("../models/PostCertificateTemplateClone");
|
|
35
35
|
const PostCertificateTemplatePreview_1 = require("../models/PostCertificateTemplatePreview");
|
|
36
|
+
const PostPortalCertificateTemplate_1 = require("../models/PostPortalCertificateTemplate");
|
|
36
37
|
const PutCertificateTemplate_1 = require("../models/PutCertificateTemplate");
|
|
37
38
|
const PutCertificateTemplateDraft_1 = require("../models/PutCertificateTemplateDraft");
|
|
39
|
+
const PutPortalCertificateTemplate_1 = require("../models/PutPortalCertificateTemplate");
|
|
38
40
|
/**
|
|
39
41
|
*
|
|
40
42
|
*/
|
|
@@ -196,9 +198,12 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
196
198
|
/**
|
|
197
199
|
* Creates request options for getCertificateTemplateList without sending the request
|
|
198
200
|
*/
|
|
199
|
-
getCertificateTemplateListRequestOpts() {
|
|
201
|
+
getCertificateTemplateListRequestOpts(requestParameters) {
|
|
200
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
201
203
|
const queryParameters = {};
|
|
204
|
+
if (requestParameters['tagId'] != null) {
|
|
205
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
206
|
+
}
|
|
202
207
|
const headerParameters = {};
|
|
203
208
|
let urlPath = `/certificate-templates`;
|
|
204
209
|
return {
|
|
@@ -212,9 +217,9 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
212
217
|
/**
|
|
213
218
|
* List local and inherited certificate designs
|
|
214
219
|
*/
|
|
215
|
-
getCertificateTemplateListRaw(initOverrides) {
|
|
220
|
+
getCertificateTemplateListRaw(requestParameters, initOverrides) {
|
|
216
221
|
return __awaiter(this, void 0, void 0, function* () {
|
|
217
|
-
const requestOptions = yield this.getCertificateTemplateListRequestOpts();
|
|
222
|
+
const requestOptions = yield this.getCertificateTemplateListRequestOpts(requestParameters);
|
|
218
223
|
const response = yield this.request(requestOptions, initOverrides);
|
|
219
224
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, GetCertificateTemplateList_1.GetCertificateTemplateListFromJSON)(jsonValue));
|
|
220
225
|
});
|
|
@@ -222,9 +227,9 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
222
227
|
/**
|
|
223
228
|
* List local and inherited certificate designs
|
|
224
229
|
*/
|
|
225
|
-
getCertificateTemplateList(
|
|
226
|
-
return __awaiter(this,
|
|
227
|
-
const response = yield this.getCertificateTemplateListRaw(initOverrides);
|
|
230
|
+
getCertificateTemplateList() {
|
|
231
|
+
return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
|
|
232
|
+
const response = yield this.getCertificateTemplateListRaw(requestParameters, initOverrides);
|
|
228
233
|
return yield response.value();
|
|
229
234
|
});
|
|
230
235
|
}
|
|
@@ -547,8 +552,8 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
547
552
|
*/
|
|
548
553
|
postCertificateTemplateRequestOpts(requestParameters) {
|
|
549
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
550
|
-
if (requestParameters['
|
|
551
|
-
throw new runtime.RequiredError('
|
|
555
|
+
if (requestParameters['postPortalCertificateTemplate'] == null) {
|
|
556
|
+
throw new runtime.RequiredError('postPortalCertificateTemplate', 'Required parameter "postPortalCertificateTemplate" was null or undefined when calling postCertificateTemplate().');
|
|
552
557
|
}
|
|
553
558
|
const queryParameters = {};
|
|
554
559
|
const headerParameters = {};
|
|
@@ -559,7 +564,7 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
559
564
|
method: 'POST',
|
|
560
565
|
headers: headerParameters,
|
|
561
566
|
query: queryParameters,
|
|
562
|
-
body: (0,
|
|
567
|
+
body: (0, PostPortalCertificateTemplate_1.PostPortalCertificateTemplateToJSON)(requestParameters['postPortalCertificateTemplate']),
|
|
563
568
|
};
|
|
564
569
|
});
|
|
565
570
|
}
|
|
@@ -1331,8 +1336,8 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
1331
1336
|
if (requestParameters['templateId'] == null) {
|
|
1332
1337
|
throw new runtime.RequiredError('templateId', 'Required parameter "templateId" was null or undefined when calling putCertificateTemplate().');
|
|
1333
1338
|
}
|
|
1334
|
-
if (requestParameters['
|
|
1335
|
-
throw new runtime.RequiredError('
|
|
1339
|
+
if (requestParameters['putPortalCertificateTemplate'] == null) {
|
|
1340
|
+
throw new runtime.RequiredError('putPortalCertificateTemplate', 'Required parameter "putPortalCertificateTemplate" was null or undefined when calling putCertificateTemplate().');
|
|
1336
1341
|
}
|
|
1337
1342
|
const queryParameters = {};
|
|
1338
1343
|
const headerParameters = {};
|
|
@@ -1344,7 +1349,7 @@ class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
1344
1349
|
method: 'PUT',
|
|
1345
1350
|
headers: headerParameters,
|
|
1346
1351
|
query: queryParameters,
|
|
1347
|
-
body: (0,
|
|
1352
|
+
body: (0, PutPortalCertificateTemplate_1.PutPortalCertificateTemplateToJSON)(requestParameters['putPortalCertificateTemplate']),
|
|
1348
1353
|
};
|
|
1349
1354
|
});
|
|
1350
1355
|
}
|
|
@@ -202,11 +202,11 @@ export declare class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
202
202
|
*/
|
|
203
203
|
getContentLibraryTagItemListRequestOpts(requestParameters: GetContentLibraryTagItemListRequest): Promise<runtime.RequestOpts>;
|
|
204
204
|
/**
|
|
205
|
-
* List resources, quizzes, and
|
|
205
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
206
206
|
*/
|
|
207
207
|
getContentLibraryTagItemListRaw(requestParameters: GetContentLibraryTagItemListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetContentLibraryTagItemList>>;
|
|
208
208
|
/**
|
|
209
|
-
* List resources, quizzes, and
|
|
209
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
210
210
|
*/
|
|
211
211
|
getContentLibraryTagItemList(requestParameters: GetContentLibraryTagItemListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetContentLibraryTagItemList>;
|
|
212
212
|
/**
|
|
@@ -469,6 +469,8 @@ export declare const GetContentLibraryTagItemListKindEnum: {
|
|
|
469
469
|
readonly Resource: "resource";
|
|
470
470
|
readonly Quiz: "quiz";
|
|
471
471
|
readonly Question: "question";
|
|
472
|
+
readonly Course: "course";
|
|
473
|
+
readonly CertificateTemplate: "certificate_template";
|
|
472
474
|
};
|
|
473
475
|
export type GetContentLibraryTagItemListKindEnum = typeof GetContentLibraryTagItemListKindEnum[keyof typeof GetContentLibraryTagItemListKindEnum];
|
|
474
476
|
/**
|
|
@@ -255,7 +255,7 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
255
255
|
});
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
|
-
* List resources, quizzes, and
|
|
258
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
259
259
|
*/
|
|
260
260
|
getContentLibraryTagItemListRaw(requestParameters, initOverrides) {
|
|
261
261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
265
265
|
});
|
|
266
266
|
}
|
|
267
267
|
/**
|
|
268
|
-
* List resources, quizzes, and
|
|
268
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
269
269
|
*/
|
|
270
270
|
getContentLibraryTagItemList(requestParameters, initOverrides) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1197,7 +1197,9 @@ exports.ContentLibraryApi = ContentLibraryApi;
|
|
|
1197
1197
|
exports.GetContentLibraryTagItemListKindEnum = {
|
|
1198
1198
|
Resource: 'resource',
|
|
1199
1199
|
Quiz: 'quiz',
|
|
1200
|
-
Question: 'question'
|
|
1200
|
+
Question: 'question',
|
|
1201
|
+
Course: 'course',
|
|
1202
|
+
CertificateTemplate: 'certificate_template'
|
|
1201
1203
|
};
|
|
1202
1204
|
/**
|
|
1203
1205
|
* @export
|
package/dist/apis/CourseApi.d.ts
CHANGED
package/dist/apis/CourseApi.js
CHANGED
|
@@ -694,6 +694,9 @@ class CourseApi extends runtime.BaseAPI {
|
|
|
694
694
|
if (requestParameters['recentActivitySince'] != null) {
|
|
695
695
|
queryParameters['recentActivitySince'] = requestParameters['recentActivitySince'];
|
|
696
696
|
}
|
|
697
|
+
if (requestParameters['tagId'] != null) {
|
|
698
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
699
|
+
}
|
|
697
700
|
const headerParameters = {};
|
|
698
701
|
let urlPath = `/courses`;
|
|
699
702
|
return {
|
|
@@ -19,8 +19,10 @@ import { type PostCertificateAssetUpload } from '../models/PostCertificateAssetU
|
|
|
19
19
|
import { type PostCertificateTemplate } from '../models/PostCertificateTemplate';
|
|
20
20
|
import { type PostCertificateTemplateClone } from '../models/PostCertificateTemplateClone';
|
|
21
21
|
import { type PostCertificateTemplatePreview } from '../models/PostCertificateTemplatePreview';
|
|
22
|
+
import { type PostPortalCertificateTemplate } from '../models/PostPortalCertificateTemplate';
|
|
22
23
|
import { type PutCertificateTemplate } from '../models/PutCertificateTemplate';
|
|
23
24
|
import { type PutCertificateTemplateDraft } from '../models/PutCertificateTemplateDraft';
|
|
25
|
+
import { type PutPortalCertificateTemplate } from '../models/PutPortalCertificateTemplate';
|
|
24
26
|
export interface DeleteCertificateTemplateDraftRequest {
|
|
25
27
|
templateId: string;
|
|
26
28
|
}
|
|
@@ -33,6 +35,9 @@ export interface GetCertificateAssetRequest {
|
|
|
33
35
|
export interface GetCertificateTemplateRequest {
|
|
34
36
|
templateId: string;
|
|
35
37
|
}
|
|
38
|
+
export interface GetCertificateTemplateListRequest {
|
|
39
|
+
tagId?: string;
|
|
40
|
+
}
|
|
36
41
|
export interface GetCertificateTemplateVersionsRequest {
|
|
37
42
|
templateId: string;
|
|
38
43
|
}
|
|
@@ -56,7 +61,7 @@ export interface PostCertificateAssetUploadRequest {
|
|
|
56
61
|
postCertificateAssetUpload: PostCertificateAssetUpload;
|
|
57
62
|
}
|
|
58
63
|
export interface PostCertificateTemplateRequest {
|
|
59
|
-
|
|
64
|
+
postPortalCertificateTemplate: PostPortalCertificateTemplate;
|
|
60
65
|
}
|
|
61
66
|
export interface PostCertificateTemplateArchiveRequest {
|
|
62
67
|
templateId: string;
|
|
@@ -122,7 +127,7 @@ export interface PutCertificateAssetFileRequest {
|
|
|
122
127
|
}
|
|
123
128
|
export interface PutCertificateTemplateRequest {
|
|
124
129
|
templateId: string;
|
|
125
|
-
|
|
130
|
+
putPortalCertificateTemplate: PutPortalCertificateTemplate;
|
|
126
131
|
}
|
|
127
132
|
export interface PutCertificateTemplateDraftRequest {
|
|
128
133
|
templateId: string;
|
|
@@ -195,15 +200,15 @@ export declare class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
195
200
|
/**
|
|
196
201
|
* Creates request options for getCertificateTemplateList without sending the request
|
|
197
202
|
*/
|
|
198
|
-
getCertificateTemplateListRequestOpts(): Promise<runtime.RequestOpts>;
|
|
203
|
+
getCertificateTemplateListRequestOpts(requestParameters: GetCertificateTemplateListRequest): Promise<runtime.RequestOpts>;
|
|
199
204
|
/**
|
|
200
205
|
* List local and inherited certificate designs
|
|
201
206
|
*/
|
|
202
|
-
getCertificateTemplateListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetCertificateTemplateList>>;
|
|
207
|
+
getCertificateTemplateListRaw(requestParameters: GetCertificateTemplateListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetCertificateTemplateList>>;
|
|
203
208
|
/**
|
|
204
209
|
* List local and inherited certificate designs
|
|
205
210
|
*/
|
|
206
|
-
getCertificateTemplateList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetCertificateTemplateList>;
|
|
211
|
+
getCertificateTemplateList(requestParameters?: GetCertificateTemplateListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetCertificateTemplateList>;
|
|
207
212
|
/**
|
|
208
213
|
* Creates request options for getCertificateTemplateVersions without sending the request
|
|
209
214
|
*/
|
|
@@ -30,8 +30,10 @@ import { PostCertificateAssetUploadToJSON, } from '../models/PostCertificateAsse
|
|
|
30
30
|
import { PostCertificateTemplateToJSON, } from '../models/PostCertificateTemplate';
|
|
31
31
|
import { PostCertificateTemplateCloneToJSON, } from '../models/PostCertificateTemplateClone';
|
|
32
32
|
import { PostCertificateTemplatePreviewToJSON, } from '../models/PostCertificateTemplatePreview';
|
|
33
|
+
import { PostPortalCertificateTemplateToJSON, } from '../models/PostPortalCertificateTemplate';
|
|
33
34
|
import { PutCertificateTemplateToJSON, } from '../models/PutCertificateTemplate';
|
|
34
35
|
import { PutCertificateTemplateDraftToJSON, } from '../models/PutCertificateTemplateDraft';
|
|
36
|
+
import { PutPortalCertificateTemplateToJSON, } from '../models/PutPortalCertificateTemplate';
|
|
35
37
|
/**
|
|
36
38
|
*
|
|
37
39
|
*/
|
|
@@ -193,9 +195,12 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
193
195
|
/**
|
|
194
196
|
* Creates request options for getCertificateTemplateList without sending the request
|
|
195
197
|
*/
|
|
196
|
-
getCertificateTemplateListRequestOpts() {
|
|
198
|
+
getCertificateTemplateListRequestOpts(requestParameters) {
|
|
197
199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
198
200
|
const queryParameters = {};
|
|
201
|
+
if (requestParameters['tagId'] != null) {
|
|
202
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
203
|
+
}
|
|
199
204
|
const headerParameters = {};
|
|
200
205
|
let urlPath = `/certificate-templates`;
|
|
201
206
|
return {
|
|
@@ -209,9 +214,9 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
209
214
|
/**
|
|
210
215
|
* List local and inherited certificate designs
|
|
211
216
|
*/
|
|
212
|
-
getCertificateTemplateListRaw(initOverrides) {
|
|
217
|
+
getCertificateTemplateListRaw(requestParameters, initOverrides) {
|
|
213
218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
214
|
-
const requestOptions = yield this.getCertificateTemplateListRequestOpts();
|
|
219
|
+
const requestOptions = yield this.getCertificateTemplateListRequestOpts(requestParameters);
|
|
215
220
|
const response = yield this.request(requestOptions, initOverrides);
|
|
216
221
|
return new runtime.JSONApiResponse(response, (jsonValue) => GetCertificateTemplateListFromJSON(jsonValue));
|
|
217
222
|
});
|
|
@@ -219,9 +224,9 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
219
224
|
/**
|
|
220
225
|
* List local and inherited certificate designs
|
|
221
226
|
*/
|
|
222
|
-
getCertificateTemplateList(
|
|
223
|
-
return __awaiter(this,
|
|
224
|
-
const response = yield this.getCertificateTemplateListRaw(initOverrides);
|
|
227
|
+
getCertificateTemplateList() {
|
|
228
|
+
return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
|
|
229
|
+
const response = yield this.getCertificateTemplateListRaw(requestParameters, initOverrides);
|
|
225
230
|
return yield response.value();
|
|
226
231
|
});
|
|
227
232
|
}
|
|
@@ -544,8 +549,8 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
544
549
|
*/
|
|
545
550
|
postCertificateTemplateRequestOpts(requestParameters) {
|
|
546
551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
547
|
-
if (requestParameters['
|
|
548
|
-
throw new runtime.RequiredError('
|
|
552
|
+
if (requestParameters['postPortalCertificateTemplate'] == null) {
|
|
553
|
+
throw new runtime.RequiredError('postPortalCertificateTemplate', 'Required parameter "postPortalCertificateTemplate" was null or undefined when calling postCertificateTemplate().');
|
|
549
554
|
}
|
|
550
555
|
const queryParameters = {};
|
|
551
556
|
const headerParameters = {};
|
|
@@ -556,7 +561,7 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
556
561
|
method: 'POST',
|
|
557
562
|
headers: headerParameters,
|
|
558
563
|
query: queryParameters,
|
|
559
|
-
body:
|
|
564
|
+
body: PostPortalCertificateTemplateToJSON(requestParameters['postPortalCertificateTemplate']),
|
|
560
565
|
};
|
|
561
566
|
});
|
|
562
567
|
}
|
|
@@ -1328,8 +1333,8 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
1328
1333
|
if (requestParameters['templateId'] == null) {
|
|
1329
1334
|
throw new runtime.RequiredError('templateId', 'Required parameter "templateId" was null or undefined when calling putCertificateTemplate().');
|
|
1330
1335
|
}
|
|
1331
|
-
if (requestParameters['
|
|
1332
|
-
throw new runtime.RequiredError('
|
|
1336
|
+
if (requestParameters['putPortalCertificateTemplate'] == null) {
|
|
1337
|
+
throw new runtime.RequiredError('putPortalCertificateTemplate', 'Required parameter "putPortalCertificateTemplate" was null or undefined when calling putCertificateTemplate().');
|
|
1333
1338
|
}
|
|
1334
1339
|
const queryParameters = {};
|
|
1335
1340
|
const headerParameters = {};
|
|
@@ -1341,7 +1346,7 @@ export class CertificateTemplateApi extends runtime.BaseAPI {
|
|
|
1341
1346
|
method: 'PUT',
|
|
1342
1347
|
headers: headerParameters,
|
|
1343
1348
|
query: queryParameters,
|
|
1344
|
-
body:
|
|
1349
|
+
body: PutPortalCertificateTemplateToJSON(requestParameters['putPortalCertificateTemplate']),
|
|
1345
1350
|
};
|
|
1346
1351
|
});
|
|
1347
1352
|
}
|
|
@@ -202,11 +202,11 @@ export declare class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
202
202
|
*/
|
|
203
203
|
getContentLibraryTagItemListRequestOpts(requestParameters: GetContentLibraryTagItemListRequest): Promise<runtime.RequestOpts>;
|
|
204
204
|
/**
|
|
205
|
-
* List resources, quizzes, and
|
|
205
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
206
206
|
*/
|
|
207
207
|
getContentLibraryTagItemListRaw(requestParameters: GetContentLibraryTagItemListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetContentLibraryTagItemList>>;
|
|
208
208
|
/**
|
|
209
|
-
* List resources, quizzes, and
|
|
209
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
210
210
|
*/
|
|
211
211
|
getContentLibraryTagItemList(requestParameters: GetContentLibraryTagItemListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetContentLibraryTagItemList>;
|
|
212
212
|
/**
|
|
@@ -469,6 +469,8 @@ export declare const GetContentLibraryTagItemListKindEnum: {
|
|
|
469
469
|
readonly Resource: "resource";
|
|
470
470
|
readonly Quiz: "quiz";
|
|
471
471
|
readonly Question: "question";
|
|
472
|
+
readonly Course: "course";
|
|
473
|
+
readonly CertificateTemplate: "certificate_template";
|
|
472
474
|
};
|
|
473
475
|
export type GetContentLibraryTagItemListKindEnum = typeof GetContentLibraryTagItemListKindEnum[keyof typeof GetContentLibraryTagItemListKindEnum];
|
|
474
476
|
/**
|
|
@@ -252,7 +252,7 @@ export class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
252
252
|
});
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
255
|
-
* List resources, quizzes, and
|
|
255
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
256
256
|
*/
|
|
257
257
|
getContentLibraryTagItemListRaw(requestParameters, initOverrides) {
|
|
258
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -262,7 +262,7 @@ export class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
262
262
|
});
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
|
-
* List resources, quizzes, and
|
|
265
|
+
* List resources, quizzes, questions, courses, and certificate designs associated with a tag
|
|
266
266
|
*/
|
|
267
267
|
getContentLibraryTagItemList(requestParameters, initOverrides) {
|
|
268
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1193,7 +1193,9 @@ export class ContentLibraryApi extends runtime.BaseAPI {
|
|
|
1193
1193
|
export const GetContentLibraryTagItemListKindEnum = {
|
|
1194
1194
|
Resource: 'resource',
|
|
1195
1195
|
Quiz: 'quiz',
|
|
1196
|
-
Question: 'question'
|
|
1196
|
+
Question: 'question',
|
|
1197
|
+
Course: 'course',
|
|
1198
|
+
CertificateTemplate: 'certificate_template'
|
|
1197
1199
|
};
|
|
1198
1200
|
/**
|
|
1199
1201
|
* @export
|
|
@@ -691,6 +691,9 @@ export class CourseApi extends runtime.BaseAPI {
|
|
|
691
691
|
if (requestParameters['recentActivitySince'] != null) {
|
|
692
692
|
queryParameters['recentActivitySince'] = requestParameters['recentActivitySince'];
|
|
693
693
|
}
|
|
694
|
+
if (requestParameters['tagId'] != null) {
|
|
695
|
+
queryParameters['tag_id'] = requestParameters['tagId'];
|
|
696
|
+
}
|
|
694
697
|
const headerParameters = {};
|
|
695
698
|
let urlPath = `/courses`;
|
|
696
699
|
return {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ContentLibraryTag } from './ContentLibraryTag';
|
|
12
13
|
import type { CertificateTemplateVersion } from './CertificateTemplateVersion';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -64,6 +65,12 @@ export interface CertificateTemplate {
|
|
|
64
65
|
* @memberof CertificateTemplate
|
|
65
66
|
*/
|
|
66
67
|
effectiveSourcePortalId?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {Array<ContentLibraryTag>}
|
|
71
|
+
* @memberof CertificateTemplate
|
|
72
|
+
*/
|
|
73
|
+
tags: Array<ContentLibraryTag>;
|
|
67
74
|
/**
|
|
68
75
|
*
|
|
69
76
|
* @type {CertificateTemplateVersion}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
import { ContentLibraryTagFromJSON, ContentLibraryTagToJSON, } from './ContentLibraryTag';
|
|
14
15
|
import { CertificateTemplateVersionFromJSON, CertificateTemplateVersionToJSON, } from './CertificateTemplateVersion';
|
|
15
16
|
/**
|
|
16
17
|
* @export
|
|
@@ -37,6 +38,8 @@ export function instanceOfCertificateTemplate(value) {
|
|
|
37
38
|
return false;
|
|
38
39
|
if (!('effectiveSource' in value) || value['effectiveSource'] === undefined)
|
|
39
40
|
return false;
|
|
41
|
+
if (!('tags' in value) || value['tags'] === undefined)
|
|
42
|
+
return false;
|
|
40
43
|
if (!('activeVersion' in value) || value['activeVersion'] === undefined)
|
|
41
44
|
return false;
|
|
42
45
|
if (!('versions' in value) || value['versions'] === undefined)
|
|
@@ -63,6 +66,7 @@ export function CertificateTemplateFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
63
66
|
'isInherited': json['is_inherited'],
|
|
64
67
|
'effectiveSource': json['effective_source'],
|
|
65
68
|
'effectiveSourcePortalId': json['effective_source_portal_id'] == null ? undefined : json['effective_source_portal_id'],
|
|
69
|
+
'tags': (json['tags'].map(ContentLibraryTagFromJSON)),
|
|
66
70
|
'activeVersion': CertificateTemplateVersionFromJSON(json['active_version']),
|
|
67
71
|
'draftVersion': json['draft_version'] == null ? undefined : CertificateTemplateVersionFromJSON(json['draft_version']),
|
|
68
72
|
'versions': (json['versions'].map(CertificateTemplateVersionFromJSON)),
|
|
@@ -87,6 +91,7 @@ export function CertificateTemplateToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
87
91
|
'is_inherited': value['isInherited'],
|
|
88
92
|
'effective_source': value['effectiveSource'],
|
|
89
93
|
'effective_source_portal_id': value['effectiveSourcePortalId'],
|
|
94
|
+
'tags': (value['tags'].map(ContentLibraryTagToJSON)),
|
|
90
95
|
'active_version': CertificateTemplateVersionToJSON(value['activeVersion']),
|
|
91
96
|
'draft_version': CertificateTemplateVersionToJSON(value['draftVersion']),
|
|
92
97
|
'versions': (value['versions'].map(CertificateTemplateVersionToJSON)),
|
|
@@ -87,6 +87,18 @@ export interface ContentLibraryTag {
|
|
|
87
87
|
* @memberof ContentLibraryTag
|
|
88
88
|
*/
|
|
89
89
|
questionCount: number;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof ContentLibraryTag
|
|
94
|
+
*/
|
|
95
|
+
courseCount: number;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof ContentLibraryTag
|
|
100
|
+
*/
|
|
101
|
+
certificateTemplateCount: number;
|
|
90
102
|
/**
|
|
91
103
|
*
|
|
92
104
|
* @type {number}
|
|
@@ -33,6 +33,10 @@ export function instanceOfContentLibraryTag(value) {
|
|
|
33
33
|
return false;
|
|
34
34
|
if (!('questionCount' in value) || value['questionCount'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
+
if (!('courseCount' in value) || value['courseCount'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('certificateTemplateCount' in value) || value['certificateTemplateCount'] === undefined)
|
|
39
|
+
return false;
|
|
36
40
|
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
37
41
|
return false;
|
|
38
42
|
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
@@ -59,6 +63,8 @@ export function ContentLibraryTagFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
63
|
'resourceCount': json['resource_count'],
|
|
60
64
|
'quizCount': json['quiz_count'],
|
|
61
65
|
'questionCount': json['question_count'],
|
|
66
|
+
'courseCount': json['course_count'],
|
|
67
|
+
'certificateTemplateCount': json['certificate_template_count'],
|
|
62
68
|
'createdAt': json['created_at'],
|
|
63
69
|
'updatedAt': json['updated_at'],
|
|
64
70
|
};
|
|
@@ -83,6 +89,8 @@ export function ContentLibraryTagToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
83
89
|
'resource_count': value['resourceCount'],
|
|
84
90
|
'quiz_count': value['quizCount'],
|
|
85
91
|
'question_count': value['questionCount'],
|
|
92
|
+
'course_count': value['courseCount'],
|
|
93
|
+
'certificate_template_count': value['certificateTemplateCount'],
|
|
86
94
|
'created_at': value['createdAt'],
|
|
87
95
|
'updated_at': value['updatedAt'],
|
|
88
96
|
};
|
|
@@ -73,6 +73,8 @@ export declare const ContentLibraryTagItemKindEnum: {
|
|
|
73
73
|
readonly Resource: "resource";
|
|
74
74
|
readonly Quiz: "quiz";
|
|
75
75
|
readonly Question: "question";
|
|
76
|
+
readonly Course: "course";
|
|
77
|
+
readonly CertificateTemplate: "certificate_template";
|
|
76
78
|
};
|
|
77
79
|
export type ContentLibraryTagItemKindEnum = typeof ContentLibraryTagItemKindEnum[keyof typeof ContentLibraryTagItemKindEnum];
|
|
78
80
|
/**
|
|
@@ -19,7 +19,9 @@ import { ResourceTypeFromJSON, ResourceTypeToJSON, } from './ResourceType';
|
|
|
19
19
|
export const ContentLibraryTagItemKindEnum = {
|
|
20
20
|
Resource: 'resource',
|
|
21
21
|
Quiz: 'quiz',
|
|
22
|
-
Question: 'question'
|
|
22
|
+
Question: 'question',
|
|
23
|
+
Course: 'course',
|
|
24
|
+
CertificateTemplate: 'certificate_template'
|
|
23
25
|
};
|
|
24
26
|
/**
|
|
25
27
|
* Check if a given object implements the ContentLibraryTagItem interface.
|