Skip to content

Commit c615e1b

Browse files
committed
Generated clients for mitxonline from rev: 8021be188260ba9f270d1aee2071c51c103e7770
1 parent 15e9e5b commit c615e1b

6 files changed

Lines changed: 40 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.4.9
1+
2026.4.15

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mitxonline-api-clients"
3-
version = "2026.4.9"
3+
version = "2026.4.15"
44
description = ""
55
authors = []
66
readme = "README.md"
@@ -15,7 +15,7 @@ requires = ["poetry-core"]
1515
build-backend = "poetry.core.masonry.api"
1616

1717
[tool.bumpver]
18-
current_version = "2026.4.9"
18+
current_version = "2026.4.15"
1919
version_pattern = "YYYY.MM.DD[.INC0]"
2020
commit = false
2121
tag = false

src/typescript/mitxonline-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/mitxonline-api-axios",
3-
"version": "2026.4.9",
3+
"version": "2026.4.15",
44
"description": "Library for requesting data from mitxonline APIs",
55
"main": "dist/cjs/index.js",
66
"scripts": {

src/typescript/mitxonline-api-axios/src/v0/api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,6 +4116,12 @@ export interface PartnerSchool {
41164116
* @memberof PartnerSchool
41174117
*/
41184118
'email': string;
4119+
/**
4120+
*
4121+
* @type {boolean}
4122+
* @memberof PartnerSchool
4123+
*/
4124+
'is_active'?: boolean;
41194125
}
41204126
/**
41214127
*
@@ -4135,6 +4141,12 @@ export interface PartnerSchoolRequest {
41354141
* @memberof PartnerSchoolRequest
41364142
*/
41374143
'email': string;
4144+
/**
4145+
*
4146+
* @type {boolean}
4147+
* @memberof PartnerSchoolRequest
4148+
*/
4149+
'is_active'?: boolean;
41384150
}
41394151
/**
41404152
* Serializer for confirming a user email change

src/typescript/mitxonline-api-axios/src/v1/api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,6 +4116,12 @@ export interface PartnerSchool {
41164116
* @memberof PartnerSchool
41174117
*/
41184118
'email': string;
4119+
/**
4120+
*
4121+
* @type {boolean}
4122+
* @memberof PartnerSchool
4123+
*/
4124+
'is_active'?: boolean;
41194125
}
41204126
/**
41214127
*
@@ -4135,6 +4141,12 @@ export interface PartnerSchoolRequest {
41354141
* @memberof PartnerSchoolRequest
41364142
*/
41374143
'email': string;
4144+
/**
4145+
*
4146+
* @type {boolean}
4147+
* @memberof PartnerSchoolRequest
4148+
*/
4149+
'is_active'?: boolean;
41384150
}
41394151
/**
41404152
* Serializer for confirming a user email change

src/typescript/mitxonline-api-axios/src/v2/api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,6 +4116,12 @@ export interface PartnerSchool {
41164116
* @memberof PartnerSchool
41174117
*/
41184118
'email': string;
4119+
/**
4120+
*
4121+
* @type {boolean}
4122+
* @memberof PartnerSchool
4123+
*/
4124+
'is_active'?: boolean;
41194125
}
41204126
/**
41214127
*
@@ -4135,6 +4141,12 @@ export interface PartnerSchoolRequest {
41354141
* @memberof PartnerSchoolRequest
41364142
*/
41374143
'email': string;
4144+
/**
4145+
*
4146+
* @type {boolean}
4147+
* @memberof PartnerSchoolRequest
4148+
*/
4149+
'is_active'?: boolean;
41384150
}
41394151
/**
41404152
* Serializer for confirming a user email change

0 commit comments

Comments
 (0)