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.5.20
1+ 2026.5.20.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mitxonline-api-clients"
3- version = " 2026.5.20"
3+ version = " 2026.5.20.1 "
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.5.20"
18+ current_version = " 2026.5.20.1 "
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.5.20" ,
3+ "version" : " 2026.5.20.1 " ,
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 @@ -2041,7 +2041,7 @@ export interface CourseWithCourseRunsSerializerV2 {
20412041 * @type {CoursePage}
20422042 * @memberof CourseWithCourseRunsSerializerV2
20432043 */
2044- 'page': CoursePage;
2044+ 'page': CoursePage | null ;
20452045 /**
20462046 *
20472047 * @type {Array<BaseProgram>}
@@ -6919,7 +6919,7 @@ export interface V2Course {
69196919 * @type {CoursePage}
69206920 * @memberof V2Course
69216921 */
6922- 'page': CoursePage;
6922+ 'page': CoursePage | null ;
69236923 /**
69246924 *
69256925 * @type {Array<BaseProgram>}
@@ -7060,6 +7060,12 @@ export interface V2CourseRunCertificate {
70607060 * @memberof V2CourseRunCertificate
70617061 */
70627062 'is_revoked': boolean;
7063+ /**
7064+ *
7065+ * @type {string}
7066+ * @memberof V2CourseRunCertificate
7067+ */
7068+ 'issue_date': string;
70637069 /**
70647070 *
70657071 * @type {CertificatePageModel}
@@ -7398,7 +7404,7 @@ export interface V2Program {
73987404 * @type {ProgramPage}
73997405 * @memberof V2Program
74007406 */
7401- 'page': ProgramPage;
7407+ 'page': ProgramPage | null ;
74027408 /**
74037409 *
74047410 * @type {string}
@@ -7558,6 +7564,12 @@ export interface V2ProgramCertificate {
75587564 * @memberof V2ProgramCertificate
75597565 */
75607566 'is_revoked': boolean;
7567+ /**
7568+ *
7569+ * @type {string}
7570+ * @memberof V2ProgramCertificate
7571+ */
7572+ 'issue_date': string;
75617573 /**
75627574 *
75637575 * @type {CertificatePageModel}
@@ -7710,7 +7722,7 @@ export interface V2ProgramDetail {
77107722 * @type {ProgramPage}
77117723 * @memberof V2ProgramDetail
77127724 */
7713- 'page': ProgramPage;
7725+ 'page': ProgramPage | null ;
77147726 /**
77157727 *
77167728 * @type {string}
Original file line number Diff line number Diff line change @@ -2041,7 +2041,7 @@ export interface CourseWithCourseRunsSerializerV2 {
20412041 * @type {CoursePage}
20422042 * @memberof CourseWithCourseRunsSerializerV2
20432043 */
2044- 'page': CoursePage;
2044+ 'page': CoursePage | null ;
20452045 /**
20462046 *
20472047 * @type {Array<BaseProgram>}
@@ -6919,7 +6919,7 @@ export interface V2Course {
69196919 * @type {CoursePage}
69206920 * @memberof V2Course
69216921 */
6922- 'page': CoursePage;
6922+ 'page': CoursePage | null ;
69236923 /**
69246924 *
69256925 * @type {Array<BaseProgram>}
@@ -7060,6 +7060,12 @@ export interface V2CourseRunCertificate {
70607060 * @memberof V2CourseRunCertificate
70617061 */
70627062 'is_revoked': boolean;
7063+ /**
7064+ *
7065+ * @type {string}
7066+ * @memberof V2CourseRunCertificate
7067+ */
7068+ 'issue_date': string;
70637069 /**
70647070 *
70657071 * @type {CertificatePageModel}
@@ -7398,7 +7404,7 @@ export interface V2Program {
73987404 * @type {ProgramPage}
73997405 * @memberof V2Program
74007406 */
7401- 'page': ProgramPage;
7407+ 'page': ProgramPage | null ;
74027408 /**
74037409 *
74047410 * @type {string}
@@ -7558,6 +7564,12 @@ export interface V2ProgramCertificate {
75587564 * @memberof V2ProgramCertificate
75597565 */
75607566 'is_revoked': boolean;
7567+ /**
7568+ *
7569+ * @type {string}
7570+ * @memberof V2ProgramCertificate
7571+ */
7572+ 'issue_date': string;
75617573 /**
75627574 *
75637575 * @type {CertificatePageModel}
@@ -7710,7 +7722,7 @@ export interface V2ProgramDetail {
77107722 * @type {ProgramPage}
77117723 * @memberof V2ProgramDetail
77127724 */
7713- 'page': ProgramPage;
7725+ 'page': ProgramPage | null ;
77147726 /**
77157727 *
77167728 * @type {string}
Original file line number Diff line number Diff line change @@ -2041,7 +2041,7 @@ export interface CourseWithCourseRunsSerializerV2 {
20412041 * @type {CoursePage}
20422042 * @memberof CourseWithCourseRunsSerializerV2
20432043 */
2044- 'page': CoursePage;
2044+ 'page': CoursePage | null ;
20452045 /**
20462046 *
20472047 * @type {Array<BaseProgram>}
@@ -6919,7 +6919,7 @@ export interface V2Course {
69196919 * @type {CoursePage}
69206920 * @memberof V2Course
69216921 */
6922- 'page': CoursePage;
6922+ 'page': CoursePage | null ;
69236923 /**
69246924 *
69256925 * @type {Array<BaseProgram>}
@@ -7060,6 +7060,12 @@ export interface V2CourseRunCertificate {
70607060 * @memberof V2CourseRunCertificate
70617061 */
70627062 'is_revoked': boolean;
7063+ /**
7064+ *
7065+ * @type {string}
7066+ * @memberof V2CourseRunCertificate
7067+ */
7068+ 'issue_date': string;
70637069 /**
70647070 *
70657071 * @type {CertificatePageModel}
@@ -7398,7 +7404,7 @@ export interface V2Program {
73987404 * @type {ProgramPage}
73997405 * @memberof V2Program
74007406 */
7401- 'page': ProgramPage;
7407+ 'page': ProgramPage | null ;
74027408 /**
74037409 *
74047410 * @type {string}
@@ -7558,6 +7564,12 @@ export interface V2ProgramCertificate {
75587564 * @memberof V2ProgramCertificate
75597565 */
75607566 'is_revoked': boolean;
7567+ /**
7568+ *
7569+ * @type {string}
7570+ * @memberof V2ProgramCertificate
7571+ */
7572+ 'issue_date': string;
75617573 /**
75627574 *
75637575 * @type {CertificatePageModel}
@@ -7710,7 +7722,7 @@ export interface V2ProgramDetail {
77107722 * @type {ProgramPage}
77117723 * @memberof V2ProgramDetail
77127724 */
7713- 'page': ProgramPage;
7725+ 'page': ProgramPage | null ;
77147726 /**
77157727 *
77167728 * @type {string}
You can’t perform that action at this time.
0 commit comments