Skip to content

Commit fa60eb4

Browse files
committed
Generated clients for mit-learn from rev: abfa23d93be271d7b09f88bb0cccdbf0cc4b30e7
1 parent 61e5c6b commit fa60eb4

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.11.10
1+
2025.11.17

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.11.10"
3+
version = "2025.11.17"
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.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": {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,10 +4632,10 @@ export interface PatchedLearningResourceRelationshipRequest {
46324632
export 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
69526952
export 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 {
69776977
export 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}

0 commit comments

Comments
 (0)