@easyedu/js-lsm-api 1.85.0 → 1.87.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.
Files changed (262) hide show
  1. package/.openapi-generator/FILES +66 -0
  2. package/README.md +87 -2
  3. package/dist/apis/CertificateApi.d.ts +273 -0
  4. package/dist/apis/CertificateApi.js +663 -2
  5. package/dist/apis/CertificateTemplateApi.d.ts +591 -0
  6. package/dist/apis/CertificateTemplateApi.js +1546 -0
  7. package/dist/apis/EmailTemplateApi.js +2 -2
  8. package/dist/apis/index.d.ts +1 -0
  9. package/dist/apis/index.js +1 -0
  10. package/dist/esm/apis/CertificateApi.d.ts +273 -0
  11. package/dist/esm/apis/CertificateApi.js +662 -1
  12. package/dist/esm/apis/CertificateTemplateApi.d.ts +591 -0
  13. package/dist/esm/apis/CertificateTemplateApi.js +1542 -0
  14. package/dist/esm/apis/EmailTemplateApi.js +2 -2
  15. package/dist/esm/apis/index.d.ts +1 -0
  16. package/dist/esm/apis/index.js +1 -0
  17. package/dist/esm/models/ArtifactConflict.d.ts +52 -0
  18. package/dist/esm/models/ArtifactConflict.js +58 -0
  19. package/dist/esm/models/BadgeIssuer.d.ts +80 -0
  20. package/dist/esm/models/BadgeIssuer.js +69 -0
  21. package/dist/esm/models/Certificate.d.ts +54 -0
  22. package/dist/esm/models/Certificate.js +30 -1
  23. package/dist/esm/models/CertificateArtifact.d.ts +72 -0
  24. package/dist/esm/models/CertificateArtifact.js +62 -0
  25. package/dist/esm/models/CertificateBadgePolicy.d.ts +69 -0
  26. package/dist/esm/models/CertificateBadgePolicy.js +64 -0
  27. package/dist/esm/models/CertificateBadgePolicyAlignmentsInner.d.ts +50 -0
  28. package/dist/esm/models/CertificateBadgePolicyAlignmentsInner.js +51 -0
  29. package/dist/esm/models/CertificateCanvasDocument.d.ts +53 -0
  30. package/dist/esm/models/CertificateCanvasDocument.js +59 -0
  31. package/dist/esm/models/CertificateCanvasDocumentPage.d.ts +60 -0
  32. package/dist/esm/models/CertificateCanvasDocumentPage.js +63 -0
  33. package/dist/esm/models/CertificateCanvasElement.d.ts +27 -0
  34. package/dist/esm/models/CertificateCanvasElement.js +79 -0
  35. package/dist/esm/models/CertificateCanvasImageElement.d.ts +90 -0
  36. package/dist/esm/models/CertificateCanvasImageElement.js +83 -0
  37. package/dist/esm/models/CertificateCanvasLineElement.d.ts +81 -0
  38. package/dist/esm/models/CertificateCanvasLineElement.js +77 -0
  39. package/dist/esm/models/CertificateCanvasPortalLogoElement.d.ts +69 -0
  40. package/dist/esm/models/CertificateCanvasPortalLogoElement.js +69 -0
  41. package/dist/esm/models/CertificateCanvasShapeElement.d.ts +87 -0
  42. package/dist/esm/models/CertificateCanvasShapeElement.js +81 -0
  43. package/dist/esm/models/CertificateCanvasTextElement.d.ts +115 -0
  44. package/dist/esm/models/CertificateCanvasTextElement.js +101 -0
  45. package/dist/esm/models/CertificateCanvasVerificationQrElement.d.ts +69 -0
  46. package/dist/esm/models/CertificateCanvasVerificationQrElement.js +69 -0
  47. package/dist/esm/models/CertificateConfig.d.ts +27 -0
  48. package/dist/esm/models/CertificateConfig.js +11 -0
  49. package/dist/esm/models/CertificateEvent.d.ts +74 -0
  50. package/dist/esm/models/CertificateEvent.js +61 -0
  51. package/dist/esm/models/CertificateNotificationPolicy.d.ts +76 -0
  52. package/dist/esm/models/CertificateNotificationPolicy.js +74 -0
  53. package/dist/esm/models/CertificatePublic.d.ts +35 -0
  54. package/dist/esm/models/CertificatePublic.js +22 -0
  55. package/dist/esm/models/CertificateRenewalPolicy.d.ts +46 -0
  56. package/dist/esm/models/CertificateRenewalPolicy.js +54 -0
  57. package/dist/esm/models/CertificateTemplate.d.ts +121 -0
  58. package/dist/esm/models/CertificateTemplate.js +97 -0
  59. package/dist/esm/models/CertificateTemplateVersion.d.ts +85 -0
  60. package/dist/esm/models/CertificateTemplateVersion.js +77 -0
  61. package/dist/esm/models/EffectiveCertificateConfig.d.ts +56 -0
  62. package/dist/esm/models/EffectiveCertificateConfig.js +35 -0
  63. package/dist/esm/models/GetCertificateAssetUpload.d.ts +64 -0
  64. package/dist/esm/models/GetCertificateAssetUpload.js +66 -0
  65. package/dist/esm/models/GetCertificateEventList.d.ts +33 -0
  66. package/dist/esm/models/GetCertificateEventList.js +44 -0
  67. package/dist/esm/models/GetCertificateTemplateList.d.ts +33 -0
  68. package/dist/esm/models/GetCertificateTemplateList.js +44 -0
  69. package/dist/esm/models/GetPublicBadgeCredentialStatus200Response.d.ts +48 -0
  70. package/dist/esm/models/GetPublicBadgeCredentialStatus200Response.js +56 -0
  71. package/dist/esm/models/GetUserCourseListItemCertificate.d.ts +1 -0
  72. package/dist/esm/models/GetUserCourseListItemCertificate.js +2 -1
  73. package/dist/esm/models/PostCertificateAssetComplete.d.ts +32 -0
  74. package/dist/esm/models/PostCertificateAssetComplete.js +43 -0
  75. package/dist/esm/models/PostCertificateAssetUpload.d.ts +53 -0
  76. package/dist/esm/models/PostCertificateAssetUpload.js +59 -0
  77. package/dist/esm/models/PostCertificateConfig.d.ts +27 -0
  78. package/dist/esm/models/PostCertificateConfig.js +11 -0
  79. package/dist/esm/models/PostCertificateLifecycleAction.d.ts +38 -0
  80. package/dist/esm/models/PostCertificateLifecycleAction.js +45 -0
  81. package/dist/esm/models/PostCertificateTemplate.d.ts +51 -0
  82. package/dist/esm/models/PostCertificateTemplate.js +50 -0
  83. package/dist/esm/models/PostCertificateTemplateClone.d.ts +44 -0
  84. package/dist/esm/models/PostCertificateTemplateClone.js +47 -0
  85. package/dist/esm/models/PostCertificateTemplatePreview.d.ts +41 -0
  86. package/dist/esm/models/PostCertificateTemplatePreview.js +46 -0
  87. package/dist/esm/models/PutBadgeIssuer.d.ts +44 -0
  88. package/dist/esm/models/PutBadgeIssuer.js +47 -0
  89. package/dist/esm/models/PutCertificateConfig.d.ts +27 -0
  90. package/dist/esm/models/PutCertificateConfig.js +11 -0
  91. package/dist/esm/models/PutCertificateTemplate.d.ts +44 -0
  92. package/dist/esm/models/PutCertificateTemplate.js +45 -0
  93. package/dist/esm/models/PutCertificateTemplateDraft.d.ts +39 -0
  94. package/dist/esm/models/PutCertificateTemplateDraft.js +46 -0
  95. package/dist/esm/models/index.d.ts +32 -0
  96. package/dist/esm/models/index.js +32 -0
  97. package/dist/models/ArtifactConflict.d.ts +52 -0
  98. package/dist/models/ArtifactConflict.js +66 -0
  99. package/dist/models/BadgeIssuer.d.ts +80 -0
  100. package/dist/models/BadgeIssuer.js +76 -0
  101. package/dist/models/Certificate.d.ts +54 -0
  102. package/dist/models/Certificate.js +31 -2
  103. package/dist/models/CertificateArtifact.d.ts +72 -0
  104. package/dist/models/CertificateArtifact.js +70 -0
  105. package/dist/models/CertificateBadgePolicy.d.ts +69 -0
  106. package/dist/models/CertificateBadgePolicy.js +71 -0
  107. package/dist/models/CertificateBadgePolicyAlignmentsInner.d.ts +50 -0
  108. package/dist/models/CertificateBadgePolicyAlignmentsInner.js +58 -0
  109. package/dist/models/CertificateCanvasDocument.d.ts +53 -0
  110. package/dist/models/CertificateCanvasDocument.js +67 -0
  111. package/dist/models/CertificateCanvasDocumentPage.d.ts +60 -0
  112. package/dist/models/CertificateCanvasDocumentPage.js +71 -0
  113. package/dist/models/CertificateCanvasElement.d.ts +27 -0
  114. package/dist/models/CertificateCanvasElement.js +85 -0
  115. package/dist/models/CertificateCanvasImageElement.d.ts +90 -0
  116. package/dist/models/CertificateCanvasImageElement.js +91 -0
  117. package/dist/models/CertificateCanvasLineElement.d.ts +81 -0
  118. package/dist/models/CertificateCanvasLineElement.js +85 -0
  119. package/dist/models/CertificateCanvasPortalLogoElement.d.ts +69 -0
  120. package/dist/models/CertificateCanvasPortalLogoElement.js +77 -0
  121. package/dist/models/CertificateCanvasShapeElement.d.ts +87 -0
  122. package/dist/models/CertificateCanvasShapeElement.js +89 -0
  123. package/dist/models/CertificateCanvasTextElement.d.ts +115 -0
  124. package/dist/models/CertificateCanvasTextElement.js +109 -0
  125. package/dist/models/CertificateCanvasVerificationQrElement.d.ts +69 -0
  126. package/dist/models/CertificateCanvasVerificationQrElement.js +77 -0
  127. package/dist/models/CertificateConfig.d.ts +27 -0
  128. package/dist/models/CertificateConfig.js +11 -0
  129. package/dist/models/CertificateEvent.d.ts +74 -0
  130. package/dist/models/CertificateEvent.js +68 -0
  131. package/dist/models/CertificateNotificationPolicy.d.ts +76 -0
  132. package/dist/models/CertificateNotificationPolicy.js +82 -0
  133. package/dist/models/CertificatePublic.d.ts +35 -0
  134. package/dist/models/CertificatePublic.js +23 -1
  135. package/dist/models/CertificateRenewalPolicy.d.ts +46 -0
  136. package/dist/models/CertificateRenewalPolicy.js +62 -0
  137. package/dist/models/CertificateTemplate.d.ts +121 -0
  138. package/dist/models/CertificateTemplate.js +105 -0
  139. package/dist/models/CertificateTemplateVersion.d.ts +85 -0
  140. package/dist/models/CertificateTemplateVersion.js +85 -0
  141. package/dist/models/EffectiveCertificateConfig.d.ts +56 -0
  142. package/dist/models/EffectiveCertificateConfig.js +36 -0
  143. package/dist/models/GetCertificateAssetUpload.d.ts +64 -0
  144. package/dist/models/GetCertificateAssetUpload.js +74 -0
  145. package/dist/models/GetCertificateEventList.d.ts +33 -0
  146. package/dist/models/GetCertificateEventList.js +51 -0
  147. package/dist/models/GetCertificateTemplateList.d.ts +33 -0
  148. package/dist/models/GetCertificateTemplateList.js +51 -0
  149. package/dist/models/GetPublicBadgeCredentialStatus200Response.d.ts +48 -0
  150. package/dist/models/GetPublicBadgeCredentialStatus200Response.js +64 -0
  151. package/dist/models/GetUserCourseListItemCertificate.d.ts +1 -0
  152. package/dist/models/GetUserCourseListItemCertificate.js +2 -1
  153. package/dist/models/PostCertificateAssetComplete.d.ts +32 -0
  154. package/dist/models/PostCertificateAssetComplete.js +50 -0
  155. package/dist/models/PostCertificateAssetUpload.d.ts +53 -0
  156. package/dist/models/PostCertificateAssetUpload.js +67 -0
  157. package/dist/models/PostCertificateConfig.d.ts +27 -0
  158. package/dist/models/PostCertificateConfig.js +11 -0
  159. package/dist/models/PostCertificateLifecycleAction.d.ts +38 -0
  160. package/dist/models/PostCertificateLifecycleAction.js +52 -0
  161. package/dist/models/PostCertificateTemplate.d.ts +51 -0
  162. package/dist/models/PostCertificateTemplate.js +57 -0
  163. package/dist/models/PostCertificateTemplateClone.d.ts +44 -0
  164. package/dist/models/PostCertificateTemplateClone.js +54 -0
  165. package/dist/models/PostCertificateTemplatePreview.d.ts +41 -0
  166. package/dist/models/PostCertificateTemplatePreview.js +53 -0
  167. package/dist/models/PutBadgeIssuer.d.ts +44 -0
  168. package/dist/models/PutBadgeIssuer.js +54 -0
  169. package/dist/models/PutCertificateConfig.d.ts +27 -0
  170. package/dist/models/PutCertificateConfig.js +11 -0
  171. package/dist/models/PutCertificateTemplate.d.ts +44 -0
  172. package/dist/models/PutCertificateTemplate.js +52 -0
  173. package/dist/models/PutCertificateTemplateDraft.d.ts +39 -0
  174. package/dist/models/PutCertificateTemplateDraft.js +53 -0
  175. package/dist/models/index.d.ts +32 -0
  176. package/dist/models/index.js +32 -0
  177. package/docs/ArtifactConflict.md +38 -0
  178. package/docs/BadgeIssuer.md +50 -0
  179. package/docs/Certificate.md +14 -0
  180. package/docs/CertificateApi.md +1119 -48
  181. package/docs/CertificateArtifact.md +44 -0
  182. package/docs/CertificateBadgePolicy.md +46 -0
  183. package/docs/CertificateBadgePolicyAlignmentsInner.md +40 -0
  184. package/docs/CertificateCanvasDocument.md +39 -0
  185. package/docs/CertificateCanvasDocumentPage.md +38 -0
  186. package/docs/CertificateCanvasElement.md +65 -0
  187. package/docs/CertificateCanvasImageElement.md +48 -0
  188. package/docs/CertificateCanvasLineElement.md +48 -0
  189. package/docs/CertificateCanvasPortalLogoElement.md +44 -0
  190. package/docs/CertificateCanvasShapeElement.md +50 -0
  191. package/docs/CertificateCanvasTextElement.md +54 -0
  192. package/docs/CertificateCanvasVerificationQrElement.md +44 -0
  193. package/docs/CertificateConfig.md +8 -0
  194. package/docs/CertificateEvent.md +46 -0
  195. package/docs/CertificateNotificationPolicy.md +46 -0
  196. package/docs/CertificatePublic.md +8 -0
  197. package/docs/CertificateRenewalPolicy.md +36 -0
  198. package/docs/CertificateTemplate.md +60 -0
  199. package/docs/CertificateTemplateApi.md +2493 -0
  200. package/docs/CertificateTemplateVersion.md +48 -0
  201. package/docs/EffectiveCertificateConfig.md +14 -0
  202. package/docs/EmailTemplateApi.md +2 -2
  203. package/docs/GetCertificateAssetUpload.md +42 -0
  204. package/docs/GetCertificateEventList.md +34 -0
  205. package/docs/GetCertificateTemplateList.md +34 -0
  206. package/docs/GetPublicBadgeCredentialStatus200Response.md +36 -0
  207. package/docs/PostCertificateAssetComplete.md +34 -0
  208. package/docs/PostCertificateAssetUpload.md +38 -0
  209. package/docs/PostCertificateConfig.md +8 -0
  210. package/docs/PostCertificateLifecycleAction.md +36 -0
  211. package/docs/PostCertificateTemplate.md +40 -0
  212. package/docs/PostCertificateTemplateClone.md +38 -0
  213. package/docs/PostCertificateTemplatePreview.md +36 -0
  214. package/docs/PutBadgeIssuer.md +38 -0
  215. package/docs/PutCertificateConfig.md +8 -0
  216. package/docs/PutCertificateTemplate.md +38 -0
  217. package/docs/PutCertificateTemplateDraft.md +36 -0
  218. package/package.json +1 -1
  219. package/src/apis/CertificateApi.ts +952 -98
  220. package/src/apis/CertificateTemplateApi.ts +2020 -0
  221. package/src/apis/EmailTemplateApi.ts +2 -2
  222. package/src/apis/index.ts +1 -0
  223. package/src/models/ArtifactConflict.ts +95 -0
  224. package/src/models/BadgeIssuer.ts +135 -0
  225. package/src/models/Certificate.ts +79 -1
  226. package/src/models/CertificateArtifact.ts +119 -0
  227. package/src/models/CertificateBadgePolicy.ts +126 -0
  228. package/src/models/CertificateBadgePolicyAlignmentsInner.ts +91 -0
  229. package/src/models/CertificateCanvasDocument.ts +109 -0
  230. package/src/models/CertificateCanvasDocumentPage.ts +103 -0
  231. package/src/models/CertificateCanvasElement.ts +128 -0
  232. package/src/models/CertificateCanvasImageElement.ts +148 -0
  233. package/src/models/CertificateCanvasLineElement.ts +139 -0
  234. package/src/models/CertificateCanvasPortalLogoElement.ts +121 -0
  235. package/src/models/CertificateCanvasShapeElement.ts +148 -0
  236. package/src/models/CertificateCanvasTextElement.ts +183 -0
  237. package/src/models/CertificateCanvasVerificationQrElement.ts +121 -0
  238. package/src/models/CertificateConfig.ts +54 -0
  239. package/src/models/CertificateEvent.ts +117 -0
  240. package/src/models/CertificateNotificationPolicy.ts +131 -0
  241. package/src/models/CertificatePublic.ts +46 -0
  242. package/src/models/CertificateRenewalPolicy.ts +86 -0
  243. package/src/models/CertificateTemplate.ts +200 -0
  244. package/src/models/CertificateTemplateVersion.ts +148 -0
  245. package/src/models/EffectiveCertificateConfig.ts +96 -0
  246. package/src/models/GetCertificateAssetUpload.ts +113 -0
  247. package/src/models/GetCertificateEventList.ts +74 -0
  248. package/src/models/GetCertificateTemplateList.ts +74 -0
  249. package/src/models/GetPublicBadgeCredentialStatus200Response.ts +88 -0
  250. package/src/models/GetUserCourseListItemCertificate.ts +2 -1
  251. package/src/models/PostCertificateAssetComplete.ts +66 -0
  252. package/src/models/PostCertificateAssetUpload.ts +96 -0
  253. package/src/models/PostCertificateConfig.ts +54 -0
  254. package/src/models/PostCertificateLifecycleAction.ts +74 -0
  255. package/src/models/PostCertificateTemplate.ts +98 -0
  256. package/src/models/PostCertificateTemplateClone.ts +82 -0
  257. package/src/models/PostCertificateTemplatePreview.ts +82 -0
  258. package/src/models/PutBadgeIssuer.ts +82 -0
  259. package/src/models/PutCertificateConfig.ts +54 -0
  260. package/src/models/PutCertificateTemplate.ts +81 -0
  261. package/src/models/PutCertificateTemplateDraft.ts +82 -0
  262. package/src/models/index.ts +32 -0
@@ -0,0 +1,41 @@
1
+ /**
2
+ * LMS API
3
+ * LMS API
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CertificateCanvasDocument } from './CertificateCanvasDocument';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PostCertificateTemplatePreview
17
+ */
18
+ export interface PostCertificateTemplatePreview {
19
+ /**
20
+ *
21
+ * @type {CertificateCanvasDocument}
22
+ * @memberof PostCertificateTemplatePreview
23
+ */
24
+ designDocument: CertificateCanvasDocument;
25
+ /**
26
+ *
27
+ * @type {{ [key: string]: any; }}
28
+ * @memberof PostCertificateTemplatePreview
29
+ */
30
+ sampleValues?: {
31
+ [key: string]: any;
32
+ };
33
+ }
34
+ /**
35
+ * Check if a given object implements the PostCertificateTemplatePreview interface.
36
+ */
37
+ export declare function instanceOfPostCertificateTemplatePreview(value: object): value is PostCertificateTemplatePreview;
38
+ export declare function PostCertificateTemplatePreviewFromJSON(json: any): PostCertificateTemplatePreview;
39
+ export declare function PostCertificateTemplatePreviewFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostCertificateTemplatePreview;
40
+ export declare function PostCertificateTemplatePreviewToJSON(json: any): PostCertificateTemplatePreview;
41
+ export declare function PostCertificateTemplatePreviewToJSONTyped(value?: PostCertificateTemplatePreview | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,53 @@
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.instanceOfPostCertificateTemplatePreview = instanceOfPostCertificateTemplatePreview;
17
+ exports.PostCertificateTemplatePreviewFromJSON = PostCertificateTemplatePreviewFromJSON;
18
+ exports.PostCertificateTemplatePreviewFromJSONTyped = PostCertificateTemplatePreviewFromJSONTyped;
19
+ exports.PostCertificateTemplatePreviewToJSON = PostCertificateTemplatePreviewToJSON;
20
+ exports.PostCertificateTemplatePreviewToJSONTyped = PostCertificateTemplatePreviewToJSONTyped;
21
+ const CertificateCanvasDocument_1 = require("./CertificateCanvasDocument");
22
+ /**
23
+ * Check if a given object implements the PostCertificateTemplatePreview interface.
24
+ */
25
+ function instanceOfPostCertificateTemplatePreview(value) {
26
+ if (!('designDocument' in value) || value['designDocument'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function PostCertificateTemplatePreviewFromJSON(json) {
31
+ return PostCertificateTemplatePreviewFromJSONTyped(json, false);
32
+ }
33
+ function PostCertificateTemplatePreviewFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'designDocument': (0, CertificateCanvasDocument_1.CertificateCanvasDocumentFromJSON)(json['design_document']),
39
+ 'sampleValues': json['sample_values'] == null ? undefined : json['sample_values'],
40
+ };
41
+ }
42
+ function PostCertificateTemplatePreviewToJSON(json) {
43
+ return PostCertificateTemplatePreviewToJSONTyped(json, false);
44
+ }
45
+ function PostCertificateTemplatePreviewToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'design_document': (0, CertificateCanvasDocument_1.CertificateCanvasDocumentToJSON)(value['designDocument']),
51
+ 'sample_values': value['sampleValues'],
52
+ };
53
+ }
@@ -0,0 +1,44 @@
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 PutBadgeIssuer
16
+ */
17
+ export interface PutBadgeIssuer {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PutBadgeIssuer
22
+ */
23
+ displayName: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PutBadgeIssuer
28
+ */
29
+ description?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PutBadgeIssuer
34
+ */
35
+ websiteUrl?: string | null;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PutBadgeIssuer interface.
39
+ */
40
+ export declare function instanceOfPutBadgeIssuer(value: object): value is PutBadgeIssuer;
41
+ export declare function PutBadgeIssuerFromJSON(json: any): PutBadgeIssuer;
42
+ export declare function PutBadgeIssuerFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutBadgeIssuer;
43
+ export declare function PutBadgeIssuerToJSON(json: any): PutBadgeIssuer;
44
+ export declare function PutBadgeIssuerToJSONTyped(value?: PutBadgeIssuer | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
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.instanceOfPutBadgeIssuer = instanceOfPutBadgeIssuer;
17
+ exports.PutBadgeIssuerFromJSON = PutBadgeIssuerFromJSON;
18
+ exports.PutBadgeIssuerFromJSONTyped = PutBadgeIssuerFromJSONTyped;
19
+ exports.PutBadgeIssuerToJSON = PutBadgeIssuerToJSON;
20
+ exports.PutBadgeIssuerToJSONTyped = PutBadgeIssuerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PutBadgeIssuer interface.
23
+ */
24
+ function instanceOfPutBadgeIssuer(value) {
25
+ if (!('displayName' in value) || value['displayName'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function PutBadgeIssuerFromJSON(json) {
30
+ return PutBadgeIssuerFromJSONTyped(json, false);
31
+ }
32
+ function PutBadgeIssuerFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'displayName': json['display_name'],
38
+ 'description': json['description'] == null ? undefined : json['description'],
39
+ 'websiteUrl': json['website_url'] == null ? undefined : json['website_url'],
40
+ };
41
+ }
42
+ function PutBadgeIssuerToJSON(json) {
43
+ return PutBadgeIssuerToJSONTyped(json, false);
44
+ }
45
+ function PutBadgeIssuerToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'display_name': value['displayName'],
51
+ 'description': value['description'],
52
+ 'website_url': value['websiteUrl'],
53
+ };
54
+ }
@@ -9,6 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { CertificateNotificationPolicy } from './CertificateNotificationPolicy';
13
+ import type { CertificateRenewalPolicy } from './CertificateRenewalPolicy';
14
+ import type { CertificateBadgePolicy } from './CertificateBadgePolicy';
12
15
  /**
13
16
  *
14
17
  * @export
@@ -45,6 +48,30 @@ export interface PutCertificateConfig {
45
48
  * @memberof PutCertificateConfig
46
49
  */
47
50
  quizConfigId?: string | null;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof PutCertificateConfig
55
+ */
56
+ certificateTemplateId?: string | null;
57
+ /**
58
+ *
59
+ * @type {CertificateRenewalPolicy}
60
+ * @memberof PutCertificateConfig
61
+ */
62
+ renewalPolicy?: CertificateRenewalPolicy | null;
63
+ /**
64
+ *
65
+ * @type {CertificateNotificationPolicy}
66
+ * @memberof PutCertificateConfig
67
+ */
68
+ notificationPolicy?: CertificateNotificationPolicy | null;
69
+ /**
70
+ *
71
+ * @type {CertificateBadgePolicy}
72
+ * @memberof PutCertificateConfig
73
+ */
74
+ badgePolicy?: CertificateBadgePolicy | null;
48
75
  }
49
76
  /**
50
77
  * Check if a given object implements the PutCertificateConfig interface.
@@ -18,6 +18,9 @@ exports.PutCertificateConfigFromJSON = PutCertificateConfigFromJSON;
18
18
  exports.PutCertificateConfigFromJSONTyped = PutCertificateConfigFromJSONTyped;
19
19
  exports.PutCertificateConfigToJSON = PutCertificateConfigToJSON;
20
20
  exports.PutCertificateConfigToJSONTyped = PutCertificateConfigToJSONTyped;
21
+ const CertificateNotificationPolicy_1 = require("./CertificateNotificationPolicy");
22
+ const CertificateRenewalPolicy_1 = require("./CertificateRenewalPolicy");
23
+ const CertificateBadgePolicy_1 = require("./CertificateBadgePolicy");
21
24
  /**
22
25
  * Check if a given object implements the PutCertificateConfig interface.
23
26
  */
@@ -37,6 +40,10 @@ function PutCertificateConfigFromJSONTyped(json, ignoreDiscriminator) {
37
40
  'requireQuizPass': json['require_quiz_pass'] == null ? undefined : json['require_quiz_pass'],
38
41
  'minQuizScore': json['min_quiz_score'] == null ? undefined : json['min_quiz_score'],
39
42
  'quizConfigId': json['quiz_config_id'] == null ? undefined : json['quiz_config_id'],
43
+ 'certificateTemplateId': json['certificate_template_id'] == null ? undefined : json['certificate_template_id'],
44
+ 'renewalPolicy': json['renewal_policy'] == null ? undefined : (0, CertificateRenewalPolicy_1.CertificateRenewalPolicyFromJSON)(json['renewal_policy']),
45
+ 'notificationPolicy': json['notification_policy'] == null ? undefined : (0, CertificateNotificationPolicy_1.CertificateNotificationPolicyFromJSON)(json['notification_policy']),
46
+ 'badgePolicy': json['badge_policy'] == null ? undefined : (0, CertificateBadgePolicy_1.CertificateBadgePolicyFromJSON)(json['badge_policy']),
40
47
  };
41
48
  }
42
49
  function PutCertificateConfigToJSON(json) {
@@ -52,5 +59,9 @@ function PutCertificateConfigToJSONTyped(value, ignoreDiscriminator = false) {
52
59
  'require_quiz_pass': value['requireQuizPass'],
53
60
  'min_quiz_score': value['minQuizScore'],
54
61
  'quiz_config_id': value['quizConfigId'],
62
+ 'certificate_template_id': value['certificateTemplateId'],
63
+ 'renewal_policy': (0, CertificateRenewalPolicy_1.CertificateRenewalPolicyToJSON)(value['renewalPolicy']),
64
+ 'notification_policy': (0, CertificateNotificationPolicy_1.CertificateNotificationPolicyToJSON)(value['notificationPolicy']),
65
+ 'badge_policy': (0, CertificateBadgePolicy_1.CertificateBadgePolicyToJSON)(value['badgePolicy']),
55
66
  };
56
67
  }
@@ -0,0 +1,44 @@
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 PutCertificateTemplate
16
+ */
17
+ export interface PutCertificateTemplate {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PutCertificateTemplate
22
+ */
23
+ name?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PutCertificateTemplate
28
+ */
29
+ description?: string;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof PutCertificateTemplate
34
+ */
35
+ isDefault?: boolean;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PutCertificateTemplate interface.
39
+ */
40
+ export declare function instanceOfPutCertificateTemplate(value: object): value is PutCertificateTemplate;
41
+ export declare function PutCertificateTemplateFromJSON(json: any): PutCertificateTemplate;
42
+ export declare function PutCertificateTemplateFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutCertificateTemplate;
43
+ export declare function PutCertificateTemplateToJSON(json: any): PutCertificateTemplate;
44
+ export declare function PutCertificateTemplateToJSONTyped(value?: PutCertificateTemplate | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,52 @@
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.instanceOfPutCertificateTemplate = instanceOfPutCertificateTemplate;
17
+ exports.PutCertificateTemplateFromJSON = PutCertificateTemplateFromJSON;
18
+ exports.PutCertificateTemplateFromJSONTyped = PutCertificateTemplateFromJSONTyped;
19
+ exports.PutCertificateTemplateToJSON = PutCertificateTemplateToJSON;
20
+ exports.PutCertificateTemplateToJSONTyped = PutCertificateTemplateToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PutCertificateTemplate interface.
23
+ */
24
+ function instanceOfPutCertificateTemplate(value) {
25
+ return true;
26
+ }
27
+ function PutCertificateTemplateFromJSON(json) {
28
+ return PutCertificateTemplateFromJSONTyped(json, false);
29
+ }
30
+ function PutCertificateTemplateFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ 'description': json['description'] == null ? undefined : json['description'],
37
+ 'isDefault': json['is_default'] == null ? undefined : json['is_default'],
38
+ };
39
+ }
40
+ function PutCertificateTemplateToJSON(json) {
41
+ return PutCertificateTemplateToJSONTyped(json, false);
42
+ }
43
+ function PutCertificateTemplateToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'name': value['name'],
49
+ 'description': value['description'],
50
+ 'is_default': value['isDefault'],
51
+ };
52
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * LMS API
3
+ * LMS API
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CertificateCanvasDocument } from './CertificateCanvasDocument';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PutCertificateTemplateDraft
17
+ */
18
+ export interface PutCertificateTemplateDraft {
19
+ /**
20
+ *
21
+ * @type {CertificateCanvasDocument}
22
+ * @memberof PutCertificateTemplateDraft
23
+ */
24
+ designDocument: CertificateCanvasDocument;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PutCertificateTemplateDraft
29
+ */
30
+ changeNotes?: string | null;
31
+ }
32
+ /**
33
+ * Check if a given object implements the PutCertificateTemplateDraft interface.
34
+ */
35
+ export declare function instanceOfPutCertificateTemplateDraft(value: object): value is PutCertificateTemplateDraft;
36
+ export declare function PutCertificateTemplateDraftFromJSON(json: any): PutCertificateTemplateDraft;
37
+ export declare function PutCertificateTemplateDraftFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutCertificateTemplateDraft;
38
+ export declare function PutCertificateTemplateDraftToJSON(json: any): PutCertificateTemplateDraft;
39
+ export declare function PutCertificateTemplateDraftToJSONTyped(value?: PutCertificateTemplateDraft | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,53 @@
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.instanceOfPutCertificateTemplateDraft = instanceOfPutCertificateTemplateDraft;
17
+ exports.PutCertificateTemplateDraftFromJSON = PutCertificateTemplateDraftFromJSON;
18
+ exports.PutCertificateTemplateDraftFromJSONTyped = PutCertificateTemplateDraftFromJSONTyped;
19
+ exports.PutCertificateTemplateDraftToJSON = PutCertificateTemplateDraftToJSON;
20
+ exports.PutCertificateTemplateDraftToJSONTyped = PutCertificateTemplateDraftToJSONTyped;
21
+ const CertificateCanvasDocument_1 = require("./CertificateCanvasDocument");
22
+ /**
23
+ * Check if a given object implements the PutCertificateTemplateDraft interface.
24
+ */
25
+ function instanceOfPutCertificateTemplateDraft(value) {
26
+ if (!('designDocument' in value) || value['designDocument'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function PutCertificateTemplateDraftFromJSON(json) {
31
+ return PutCertificateTemplateDraftFromJSONTyped(json, false);
32
+ }
33
+ function PutCertificateTemplateDraftFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'designDocument': (0, CertificateCanvasDocument_1.CertificateCanvasDocumentFromJSON)(json['design_document']),
39
+ 'changeNotes': json['change_notes'] == null ? undefined : json['change_notes'],
40
+ };
41
+ }
42
+ function PutCertificateTemplateDraftToJSON(json) {
43
+ return PutCertificateTemplateDraftToJSONTyped(json, false);
44
+ }
45
+ function PutCertificateTemplateDraftToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'design_document': (0, CertificateCanvasDocument_1.CertificateCanvasDocumentToJSON)(value['designDocument']),
51
+ 'change_notes': value['changeNotes'],
52
+ };
53
+ }
@@ -1,6 +1,25 @@
1
+ export * from './ArtifactConflict';
2
+ export * from './BadgeIssuer';
1
3
  export * from './Certificate';
4
+ export * from './CertificateArtifact';
5
+ export * from './CertificateBadgePolicy';
6
+ export * from './CertificateBadgePolicyAlignmentsInner';
7
+ export * from './CertificateCanvasDocument';
8
+ export * from './CertificateCanvasDocumentPage';
9
+ export * from './CertificateCanvasElement';
10
+ export * from './CertificateCanvasImageElement';
11
+ export * from './CertificateCanvasLineElement';
12
+ export * from './CertificateCanvasPortalLogoElement';
13
+ export * from './CertificateCanvasShapeElement';
14
+ export * from './CertificateCanvasTextElement';
15
+ export * from './CertificateCanvasVerificationQrElement';
2
16
  export * from './CertificateConfig';
17
+ export * from './CertificateEvent';
18
+ export * from './CertificateNotificationPolicy';
3
19
  export * from './CertificatePublic';
20
+ export * from './CertificateRenewalPolicy';
21
+ export * from './CertificateTemplate';
22
+ export * from './CertificateTemplateVersion';
4
23
  export * from './ContentAttemptItem';
5
24
  export * from './ContentAttemptRollupScore';
6
25
  export * from './ContentAttemptScore';
@@ -21,8 +40,11 @@ export * from './Essay';
21
40
  export * from './Essay1';
22
41
  export * from './FillInBlank';
23
42
  export * from './FillInBlank1';
43
+ export * from './GetCertificateAssetUpload';
24
44
  export * from './GetCertificateConfigList';
45
+ export * from './GetCertificateEventList';
25
46
  export * from './GetCertificateList';
47
+ export * from './GetCertificateTemplateList';
26
48
  export * from './GetChatMessage';
27
49
  export * from './GetContent';
28
50
  export * from './GetContentAttempts';
@@ -104,6 +126,7 @@ export * from './GetPortalStudentReportingPortalInfo';
104
126
  export * from './GetPortalUser';
105
127
  export * from './GetPortalUserFieldValues';
106
128
  export * from './GetPortalUserList';
129
+ export * from './GetPublicBadgeCredentialStatus200Response';
107
130
  export * from './GetPublicPortalBranding';
108
131
  export * from './GetQuestion';
109
132
  export * from './GetQuestionAnswerChoicesInner';
@@ -212,7 +235,13 @@ export * from './PortalUserFieldValueField';
212
235
  export * from './PortalUserFieldValueGroup';
213
236
  export * from './PortalUserFieldValueInput';
214
237
  export * from './PostCertificate';
238
+ export * from './PostCertificateAssetComplete';
239
+ export * from './PostCertificateAssetUpload';
215
240
  export * from './PostCertificateConfig';
241
+ export * from './PostCertificateLifecycleAction';
242
+ export * from './PostCertificateTemplate';
243
+ export * from './PostCertificateTemplateClone';
244
+ export * from './PostCertificateTemplatePreview';
216
245
  export * from './PostContentQuiz';
217
246
  export * from './PostContentQuizAssignment';
218
247
  export * from './PostContentQuizQuestionSelection';
@@ -281,7 +310,10 @@ export * from './PostSupportTicketComment';
281
310
  export * from './PostVerifyManifest';
282
311
  export * from './PostVerifyManifestItemsInner';
283
312
  export * from './PostVerifyManifestResourcesInner';
313
+ export * from './PutBadgeIssuer';
284
314
  export * from './PutCertificateConfig';
315
+ export * from './PutCertificateTemplate';
316
+ export * from './PutCertificateTemplateDraft';
285
317
  export * from './PutContent';
286
318
  export * from './PutContentAttemptSettings';
287
319
  export * from './PutContentReorder';
@@ -16,9 +16,28 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /* tslint:disable */
18
18
  /* eslint-disable */
19
+ __exportStar(require("./ArtifactConflict"), exports);
20
+ __exportStar(require("./BadgeIssuer"), exports);
19
21
  __exportStar(require("./Certificate"), exports);
22
+ __exportStar(require("./CertificateArtifact"), exports);
23
+ __exportStar(require("./CertificateBadgePolicy"), exports);
24
+ __exportStar(require("./CertificateBadgePolicyAlignmentsInner"), exports);
25
+ __exportStar(require("./CertificateCanvasDocument"), exports);
26
+ __exportStar(require("./CertificateCanvasDocumentPage"), exports);
27
+ __exportStar(require("./CertificateCanvasElement"), exports);
28
+ __exportStar(require("./CertificateCanvasImageElement"), exports);
29
+ __exportStar(require("./CertificateCanvasLineElement"), exports);
30
+ __exportStar(require("./CertificateCanvasPortalLogoElement"), exports);
31
+ __exportStar(require("./CertificateCanvasShapeElement"), exports);
32
+ __exportStar(require("./CertificateCanvasTextElement"), exports);
33
+ __exportStar(require("./CertificateCanvasVerificationQrElement"), exports);
20
34
  __exportStar(require("./CertificateConfig"), exports);
35
+ __exportStar(require("./CertificateEvent"), exports);
36
+ __exportStar(require("./CertificateNotificationPolicy"), exports);
21
37
  __exportStar(require("./CertificatePublic"), exports);
38
+ __exportStar(require("./CertificateRenewalPolicy"), exports);
39
+ __exportStar(require("./CertificateTemplate"), exports);
40
+ __exportStar(require("./CertificateTemplateVersion"), exports);
22
41
  __exportStar(require("./ContentAttemptItem"), exports);
23
42
  __exportStar(require("./ContentAttemptRollupScore"), exports);
24
43
  __exportStar(require("./ContentAttemptScore"), exports);
@@ -39,8 +58,11 @@ __exportStar(require("./Essay"), exports);
39
58
  __exportStar(require("./Essay1"), exports);
40
59
  __exportStar(require("./FillInBlank"), exports);
41
60
  __exportStar(require("./FillInBlank1"), exports);
61
+ __exportStar(require("./GetCertificateAssetUpload"), exports);
42
62
  __exportStar(require("./GetCertificateConfigList"), exports);
63
+ __exportStar(require("./GetCertificateEventList"), exports);
43
64
  __exportStar(require("./GetCertificateList"), exports);
65
+ __exportStar(require("./GetCertificateTemplateList"), exports);
44
66
  __exportStar(require("./GetChatMessage"), exports);
45
67
  __exportStar(require("./GetContent"), exports);
46
68
  __exportStar(require("./GetContentAttempts"), exports);
@@ -122,6 +144,7 @@ __exportStar(require("./GetPortalStudentReportingPortalInfo"), exports);
122
144
  __exportStar(require("./GetPortalUser"), exports);
123
145
  __exportStar(require("./GetPortalUserFieldValues"), exports);
124
146
  __exportStar(require("./GetPortalUserList"), exports);
147
+ __exportStar(require("./GetPublicBadgeCredentialStatus200Response"), exports);
125
148
  __exportStar(require("./GetPublicPortalBranding"), exports);
126
149
  __exportStar(require("./GetQuestion"), exports);
127
150
  __exportStar(require("./GetQuestionAnswerChoicesInner"), exports);
@@ -230,7 +253,13 @@ __exportStar(require("./PortalUserFieldValueField"), exports);
230
253
  __exportStar(require("./PortalUserFieldValueGroup"), exports);
231
254
  __exportStar(require("./PortalUserFieldValueInput"), exports);
232
255
  __exportStar(require("./PostCertificate"), exports);
256
+ __exportStar(require("./PostCertificateAssetComplete"), exports);
257
+ __exportStar(require("./PostCertificateAssetUpload"), exports);
233
258
  __exportStar(require("./PostCertificateConfig"), exports);
259
+ __exportStar(require("./PostCertificateLifecycleAction"), exports);
260
+ __exportStar(require("./PostCertificateTemplate"), exports);
261
+ __exportStar(require("./PostCertificateTemplateClone"), exports);
262
+ __exportStar(require("./PostCertificateTemplatePreview"), exports);
234
263
  __exportStar(require("./PostContentQuiz"), exports);
235
264
  __exportStar(require("./PostContentQuizAssignment"), exports);
236
265
  __exportStar(require("./PostContentQuizQuestionSelection"), exports);
@@ -299,7 +328,10 @@ __exportStar(require("./PostSupportTicketComment"), exports);
299
328
  __exportStar(require("./PostVerifyManifest"), exports);
300
329
  __exportStar(require("./PostVerifyManifestItemsInner"), exports);
301
330
  __exportStar(require("./PostVerifyManifestResourcesInner"), exports);
331
+ __exportStar(require("./PutBadgeIssuer"), exports);
302
332
  __exportStar(require("./PutCertificateConfig"), exports);
333
+ __exportStar(require("./PutCertificateTemplate"), exports);
334
+ __exportStar(require("./PutCertificateTemplateDraft"), exports);
303
335
  __exportStar(require("./PutContent"), exports);
304
336
  __exportStar(require("./PutContentAttemptSettings"), exports);
305
337
  __exportStar(require("./PutContentReorder"), exports);
@@ -0,0 +1,38 @@
1
+
2
+ # ArtifactConflict
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `code` | string
10
+ `message` | string
11
+ `retryable` | boolean
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { ArtifactConflict } from '@easyedu/js-lsm-api'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "code": null,
21
+ "message": null,
22
+ "retryable": null,
23
+ } satisfies ArtifactConflict
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as ArtifactConflict
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+