Skip to content

Commit 0872f53

Browse files
committed
Generated clients for mit-learn from rev: ef7effd96ed5155340bc70694cf2750bf8295e9c
1 parent 2383940 commit 0872f53

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.12.4
1+
2025.12.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mit-learn-api-clients"
3-
version = "2025.12.4"
3+
version = "2025.12.9"
44
description = ""
55
authors = []
66
readme = "README.md"

src/typescript/mit-learn-api-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/typescript/mit-learn-api-axios/src/v1/api.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)