File tree Expand file tree Collapse file tree
src/typescript/mit-learn-api-axios Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2025.11.10
1+ 2025.11.17
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mit-learn-api-clients"
3- version = " 2025.11.10 "
3+ version = " 2025.11.17 "
44description = " "
55authors = []
66readme = " README.md"
Original file line number Diff line number Diff line change 11{
22 "name" : " @mitodl/mit-learn-api-axios" ,
3- "version" : " 2025.11.10 " ,
3+ "version" : " 2025.11.17 " ,
44 "description" : " Library for requesting data from mit-learn APIs" ,
55 "main" : " dist/cjs/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -4632,10 +4632,10 @@ export interface PatchedLearningResourceRelationshipRequest {
46324632export interface PatchedRichTextArticleRequest {
46334633 /**
46344634 *
4635- * @type {string }
4635+ * @type {any }
46364636 * @memberof PatchedRichTextArticleRequest
46374637 */
4638- 'html '?: string ;
4638+ 'content '?: any ;
46394639 /**
46404640 *
46414641 * @type {string}
@@ -6952,10 +6952,10 @@ export type ResourceTypeEnum = typeof ResourceTypeEnum[keyof typeof ResourceType
69526952export interface RichTextArticle {
69536953 /**
69546954 *
6955- * @type {string }
6955+ * @type {any }
69566956 * @memberof RichTextArticle
69576957 */
6958- 'html': string ;
6958+ 'content'?: any ;
69596959 /**
69606960 *
69616961 * @type {number}
@@ -6977,10 +6977,10 @@ export interface RichTextArticle {
69776977export interface RichTextArticleRequest {
69786978 /**
69796979 *
6980- * @type {string }
6980+ * @type {any }
69816981 * @memberof RichTextArticleRequest
69826982 */
6983- 'html': string ;
6983+ 'content'?: any ;
69846984 /**
69856985 *
69866986 * @type {string}
You can’t perform that action at this time.
0 commit comments