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.12.4
1+ 2025.12.9
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mit-learn-api-clients"
3- version = " 2025.12.4 "
3+ version = " 2025.12.9 "
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.12.4 " ,
3+ "version" : " 2025.12.9 " ,
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 @@ -4691,6 +4691,12 @@ export interface PatchedRichTextArticleRequest {
46914691 * @memberof PatchedRichTextArticleRequest
46924692 */
46934693 'content'?: any;
4694+ /**
4695+ *
4696+ * @type {boolean}
4697+ * @memberof PatchedRichTextArticleRequest
4698+ */
4699+ 'is_published'?: boolean;
46944700}
46954701/**
46964702 * Serializer for UserListRelationship model
@@ -7053,6 +7059,12 @@ export interface RichTextArticle {
70537059 * @memberof RichTextArticle
70547060 */
70557061 'updated_on': string;
7062+ /**
7063+ *
7064+ * @type {boolean}
7065+ * @memberof RichTextArticle
7066+ */
7067+ 'is_published'?: boolean;
70567068}
70577069/**
70587070 * Serializer for LearningResourceInstructor model
@@ -7072,6 +7084,12 @@ export interface RichTextArticleRequest {
70727084 * @memberof RichTextArticleRequest
70737085 */
70747086 'content'?: any;
7087+ /**
7088+ *
7089+ * @type {boolean}
7090+ * @memberof RichTextArticleRequest
7091+ */
7092+ 'is_published'?: boolean;
70757093}
70767094/**
70777095 * * `phrase` - phrase * `best_fields` - best_fields * `most_fields` - most_fields * `hybrid` - hybrid * `phrase` - phrase * `best_fields` - best_fields * `most_fields` - most_fields * `hybrid` - hybrid
You can’t perform that action at this time.
0 commit comments