File tree Expand file tree Collapse file tree
src/typescript/mitxonline-api-axios Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2026.4.9
1+ 2026.4.15
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mitxonline-api-clients"
3- version = " 2026.4.9 "
3+ version = " 2026.4.15 "
44description = " "
55authors = []
66readme = " README.md"
@@ -15,7 +15,7 @@ requires = ["poetry-core"]
1515build-backend = " poetry.core.masonry.api"
1616
1717[tool .bumpver ]
18- current_version = " 2026.4.9 "
18+ current_version = " 2026.4.15 "
1919version_pattern = " YYYY.MM.DD[.INC0]"
2020commit = false
2121tag = false
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments