diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..12b6cc8 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +src/**/*.ts diff --git a/src/typescript/mit-learn-api-axios/src/v0/.openapi-generator/VERSION b/src/typescript/mit-learn-api-axios/src/v0/.openapi-generator/VERSION index 4b49d9b..0ee843c 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/.openapi-generator/VERSION +++ b/src/typescript/mit-learn-api-axios/src/v0/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.2.0 diff --git a/src/typescript/mit-learn-api-axios/src/v0/api.ts b/src/typescript/mit-learn-api-axios/src/v0/api.ts index 5d7f28c..3878bff 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/api.ts +++ b/src/typescript/mit-learn-api-axios/src/v0/api.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -30,103 +30,103 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerM */ export interface ArticleResource { /** - * + * * @type {number} * @memberof ArticleResource */ 'id': number; /** - * + * * @type {Array} * @memberof ArticleResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof ArticleResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ArticleResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof ArticleResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof ArticleResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof ArticleResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof ArticleResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof ArticleResource */ 'views': number; /** - * + * * @type {Array} * @memberof ArticleResource */ @@ -144,19 +144,19 @@ export interface ArticleResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof ArticleResource */ 'format': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof ArticleResource */ @@ -168,151 +168,151 @@ export interface ArticleResource { */ 'best_run_id': number | null; /** - * + * * @type {ArticleResourceResourceTypeEnum} * @memberof ArticleResource */ 'resource_type': ArticleResourceResourceTypeEnum; /** - * + * * @type {string} * @memberof ArticleResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof ArticleResource */ 'title': string; /** - * + * * @type {string} * @memberof ArticleResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ArticleResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof ArticleResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ArticleResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ArticleResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'location'?: string; /** - * + * * @type {string} * @memberof ArticleResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof ArticleResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ArticleResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ @@ -321,7 +321,7 @@ export interface ArticleResource { /** - * + * * @export * @enum {string} */ @@ -340,7 +340,7 @@ export type ArticleResourceResourceTypeEnum = typeof ArticleResourceResourceType */ export interface Attestation { /** - * + * * @type {number} * @memberof Attestation */ @@ -370,13 +370,13 @@ export interface Attestation { */ 'cover': string | null; /** - * + * * @type {string} * @memberof Attestation */ 'created_on': string; /** - * + * * @type {string} * @memberof Attestation */ @@ -445,7 +445,7 @@ export type AvailabilityEnum = typeof AvailabilityEnum[keyof typeof Availability /** - * + * * @export * @enum {string} */ @@ -507,13 +507,13 @@ export type Channel = { channel_type: 'department' } & DepartmentChannel | { cha */ export interface ChannelCounts { /** - * + * * @type {number} * @memberof ChannelCounts */ 'id': number; /** - * + * * @type {Counts} * @memberof ChannelCounts */ @@ -525,37 +525,37 @@ export interface ChannelCounts { */ 'channel_url': string; /** - * + * * @type {string} * @memberof ChannelCounts */ 'created_on': string; /** - * + * * @type {string} * @memberof ChannelCounts */ 'updated_on': string; /** - * + * * @type {string} * @memberof ChannelCounts */ 'name': string; /** - * + * * @type {string} * @memberof ChannelCounts */ 'title': string; /** - * + * * @type {ChannelTypeEnum} * @memberof ChannelCounts */ 'channel_type': ChannelTypeEnum; /** - * + * * @type {string} * @memberof ChannelCounts */ @@ -570,25 +570,25 @@ export interface ChannelCounts { */ export interface ChannelCreateRequest { /** - * + * * @type {string} * @memberof ChannelCreateRequest */ 'name': string; /** - * + * * @type {string} * @memberof ChannelCreateRequest */ 'title': string; /** - * + * * @type {string} * @memberof ChannelCreateRequest */ 'public_description'?: string; /** - * + * * @type {Array} * @memberof ChannelCreateRequest */ @@ -606,43 +606,43 @@ export interface ChannelCreateRequest { */ 'lists'?: Array; /** - * + * * @type {File} * @memberof ChannelCreateRequest */ 'avatar'?: File | null; /** - * + * * @type {File} * @memberof ChannelCreateRequest */ 'banner'?: File | null; /** - * + * * @type {any} * @memberof ChannelCreateRequest */ 'about'?: any | null; /** - * + * * @type {ChannelTypeEnum} * @memberof ChannelCreateRequest */ 'channel_type': ChannelTypeEnum; /** - * + * * @type {string} * @memberof ChannelCreateRequest */ 'search_filter'?: string; /** - * + * * @type {ChannelTopicDetailRequest} * @memberof ChannelCreateRequest */ 'topic_detail'?: ChannelTopicDetailRequest | null; /** - * + * * @type {ChannelDepartmentDetailRequest} * @memberof ChannelCreateRequest */ @@ -657,7 +657,7 @@ export interface ChannelCreateRequest { */ export interface ChannelDepartmentDetail { /** - * + * * @type {string} * @memberof ChannelDepartmentDetail */ @@ -670,7 +670,7 @@ export interface ChannelDepartmentDetail { */ export interface ChannelDepartmentDetailRequest { /** - * + * * @type {string} * @memberof ChannelDepartmentDetailRequest */ @@ -727,7 +727,7 @@ export interface ChannelModeratorRequest { */ export interface ChannelTopicDetail { /** - * + * * @type {number} * @memberof ChannelTopicDetail */ @@ -740,7 +740,7 @@ export interface ChannelTopicDetail { */ export interface ChannelTopicDetailRequest { /** - * + * * @type {number} * @memberof ChannelTopicDetailRequest */ @@ -781,7 +781,7 @@ export type ChannelTypeEnum = typeof ChannelTypeEnum[keyof typeof ChannelTypeEnu */ export interface ChannelUnitDetail { /** - * + * * @type {LearningResourceOfferorDetail} * @memberof ChannelUnitDetail */ @@ -794,145 +794,145 @@ export interface ChannelUnitDetail { */ export interface ContentFile { /** - * + * * @type {number} * @memberof ContentFile */ 'id': number; /** - * + * * @type {number} * @memberof ContentFile */ 'run_id'?: number; /** - * + * * @type {string} * @memberof ContentFile */ 'run_title'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'run_slug'?: string; /** - * + * * @type {Array} * @memberof ContentFile */ 'departments': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'semester'?: string; /** - * + * * @type {number} * @memberof ContentFile */ 'year'?: number; /** - * + * * @type {Array} * @memberof ContentFile */ 'topics': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'key'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'uid'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'title'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'description'?: string | null; /** - * + * * @type {boolean} * @memberof ContentFile */ 'require_summaries': boolean; /** - * + * * @type {string} * @memberof ContentFile */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ContentFile */ 'content_feature_type': Array; /** - * + * * @type {ContentTypeEnum} * @memberof ContentFile */ 'content_type'?: ContentTypeEnum; /** - * + * * @type {string} * @memberof ContentFile */ 'content'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_title'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_author'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_language'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'checksum'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'image_src'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'resource_id': string; /** - * + * * @type {string} * @memberof ContentFile */ @@ -944,49 +944,49 @@ export interface ContentFile { */ 'course_number': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'file_type'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'file_extension'?: string | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ContentFile */ 'offered_by': LearningResourceOfferor; /** - * + * * @type {LearningResourcePlatform} * @memberof ContentFile */ 'platform': LearningResourcePlatform; /** - * + * * @type {string} * @memberof ContentFile */ 'run_readable_id'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'edx_module_id'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'summary'?: string; /** - * + * * @type {any} * @memberof ContentFile */ @@ -1001,69 +1001,69 @@ export interface ContentFile { */ export interface ContentFileVectorSearchResponse { /** - * + * * @type {number} * @memberof ContentFileVectorSearchResponse */ 'count': number; /** - * + * * @type {string} * @memberof ContentFileVectorSearchResponse */ 'next': string | null; /** - * + * * @type {string} * @memberof ContentFileVectorSearchResponse */ 'previous': string | null; /** - * + * * @type {Array} * @memberof ContentFileVectorSearchResponse */ 'results': Array; /** - * + * * @type {ContentFileVectorSearchResponseMetadata} * @memberof ContentFileVectorSearchResponse */ 'metadata': ContentFileVectorSearchResponseMetadata; } /** - * + * * @export * @interface ContentFileVectorSearchResponseMetadata */ export interface ContentFileVectorSearchResponseMetadata { /** - * + * * @type {{ [key: string]: Array; }} * @memberof ContentFileVectorSearchResponseMetadata */ 'aggregations': { [key: string]: Array; }; /** - * + * * @type {Array} * @memberof ContentFileVectorSearchResponseMetadata */ 'suggestions': Array; } /** - * + * * @export * @interface ContentFileVectorSearchResponseMetadataAggregationsValueInner */ export interface ContentFileVectorSearchResponseMetadataAggregationsValueInner { /** - * + * * @type {string} * @memberof ContentFileVectorSearchResponseMetadataAggregationsValueInner */ 'key': string; /** - * + * * @type {number} * @memberof ContentFileVectorSearchResponseMetadataAggregationsValueInner */ @@ -1098,19 +1098,19 @@ export type ContentTypeEnum = typeof ContentTypeEnum[keyof typeof ContentTypeEnu /** - * + * * @export * @interface Counts */ export interface Counts { /** - * + * * @type {number} * @memberof Counts */ 'courses': number; /** - * + * * @type {number} * @memberof Counts */ @@ -1123,7 +1123,7 @@ export interface Counts { */ export interface Course { /** - * + * * @type {Array} * @memberof Course */ @@ -1136,19 +1136,19 @@ export interface Course { */ export interface CourseNumber { /** - * + * * @type {string} * @memberof CourseNumber */ 'value': string; /** - * + * * @type {LearningResourceDepartment} * @memberof CourseNumber */ 'department': LearningResourceDepartment; /** - * + * * @type {string} * @memberof CourseNumber */ @@ -1161,103 +1161,103 @@ export interface CourseNumber { */ export interface CourseResource { /** - * + * * @type {number} * @memberof CourseResource */ 'id': number; /** - * + * * @type {Array} * @memberof CourseResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof CourseResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof CourseResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof CourseResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof CourseResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof CourseResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof CourseResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof CourseResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof CourseResource */ 'views': number; /** - * + * * @type {Array} * @memberof CourseResource */ @@ -1275,19 +1275,19 @@ export interface CourseResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof CourseResource */ 'format': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof CourseResource */ @@ -1299,157 +1299,157 @@ export interface CourseResource { */ 'best_run_id': number | null; /** - * + * * @type {CourseResourceResourceTypeEnum} * @memberof CourseResource */ 'resource_type': CourseResourceResourceTypeEnum; /** - * + * * @type {Course} * @memberof CourseResource */ 'course': Course; /** - * + * * @type {string} * @memberof CourseResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof CourseResource */ 'title': string; /** - * + * * @type {string} * @memberof CourseResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof CourseResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof CourseResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof CourseResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof CourseResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof CourseResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof CourseResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof CourseResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof CourseResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof CourseResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof CourseResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'location'?: string; /** - * + * * @type {string} * @memberof CourseResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof CourseResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof CourseResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof CourseResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof CourseResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof CourseResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof CourseResource */ @@ -1458,19 +1458,19 @@ export interface CourseResource { /** - * + * * @export * @interface CourseResourceCertificationType */ export interface CourseResourceCertificationType { /** - * + * * @type {string} * @memberof CourseResourceCertificationType */ 'code': CourseResourceCertificationTypeCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceCertificationType */ @@ -1487,19 +1487,19 @@ export const CourseResourceCertificationTypeCodeEnum = { export type CourseResourceCertificationTypeCodeEnum = typeof CourseResourceCertificationTypeCodeEnum[keyof typeof CourseResourceCertificationTypeCodeEnum]; /** - * + * * @export * @interface CourseResourceDeliveryInner */ export interface CourseResourceDeliveryInner { /** - * + * * @type {string} * @memberof CourseResourceDeliveryInner */ 'code': CourseResourceDeliveryInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceDeliveryInner */ @@ -1516,19 +1516,19 @@ export const CourseResourceDeliveryInnerCodeEnum = { export type CourseResourceDeliveryInnerCodeEnum = typeof CourseResourceDeliveryInnerCodeEnum[keyof typeof CourseResourceDeliveryInnerCodeEnum]; /** - * + * * @export * @interface CourseResourceFormatInner */ export interface CourseResourceFormatInner { /** - * + * * @type {string} * @memberof CourseResourceFormatInner */ 'code': CourseResourceFormatInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceFormatInner */ @@ -1543,19 +1543,19 @@ export const CourseResourceFormatInnerCodeEnum = { export type CourseResourceFormatInnerCodeEnum = typeof CourseResourceFormatInnerCodeEnum[keyof typeof CourseResourceFormatInnerCodeEnum]; /** - * + * * @export * @interface CourseResourcePaceInner */ export interface CourseResourcePaceInner { /** - * + * * @type {string} * @memberof CourseResourcePaceInner */ 'code': CourseResourcePaceInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourcePaceInner */ @@ -1570,7 +1570,7 @@ export const CourseResourcePaceInnerCodeEnum = { export type CourseResourcePaceInnerCodeEnum = typeof CourseResourcePaceInnerCodeEnum[keyof typeof CourseResourcePaceInnerCodeEnum]; /** - * + * * @export * @enum {string} */ @@ -1661,7 +1661,7 @@ export type DeliveryEnum = typeof DeliveryEnum[keyof typeof DeliveryEnum]; */ export interface DepartmentChannel { /** - * + * * @type {number} * @memberof DepartmentChannel */ @@ -1697,7 +1697,7 @@ export interface DepartmentChannel { */ 'is_moderator': boolean; /** - * + * * @type {Array} * @memberof DepartmentChannel */ @@ -1709,85 +1709,85 @@ export interface DepartmentChannel { */ 'channel_url': string; /** - * + * * @type {DepartmentChannelFeaturedList} * @memberof DepartmentChannel */ 'featured_list': DepartmentChannelFeaturedList | null; /** - * + * * @type {Array} * @memberof DepartmentChannel */ 'sub_channels': Array; /** - * + * * @type {DepartmentChannelTypeEnum} * @memberof DepartmentChannel */ 'channel_type': DepartmentChannelTypeEnum; /** - * + * * @type {ChannelDepartmentDetail} * @memberof DepartmentChannel */ 'department_detail': ChannelDepartmentDetail; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'created_on': string; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'updated_on': string; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'name': string; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'title': string; /** - * + * * @type {any} * @memberof DepartmentChannel */ 'about'?: any | null; /** - * + * * @type {any} * @memberof DepartmentChannel */ 'configuration'?: any | null; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'search_filter'?: string; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'public_description'?: string; /** - * + * * @type {string} * @memberof DepartmentChannel */ 'ga_tracking_id'?: string; /** - * + * * @type {number} * @memberof DepartmentChannel */ @@ -1802,19 +1802,19 @@ export interface DepartmentChannel { */ export interface DepartmentChannelFeaturedList { /** - * + * * @type {string} * @memberof DepartmentChannelFeaturedList */ 'title': string; /** - * + * * @type {string} * @memberof DepartmentChannelFeaturedList */ 'url'?: string | null; /** - * + * * @type {number} * @memberof DepartmentChannelFeaturedList */ @@ -1843,61 +1843,61 @@ export type DepartmentChannelTypeEnum = typeof DepartmentChannelTypeEnum[keyof t */ export interface EventFeedItem { /** - * + * * @type {number} * @memberof EventFeedItem */ 'id': number; /** - * + * * @type {EventFeedItemFeedTypeEnum} * @memberof EventFeedItem */ 'feed_type': EventFeedItemFeedTypeEnum; /** - * + * * @type {FeedImage} * @memberof EventFeedItem */ 'image': FeedImage; /** - * + * * @type {FeedEventDetail} * @memberof EventFeedItem */ 'event_details': FeedEventDetail; /** - * + * * @type {string} * @memberof EventFeedItem */ 'guid': string; /** - * + * * @type {string} * @memberof EventFeedItem */ 'title': string; /** - * + * * @type {string} * @memberof EventFeedItem */ 'url': string; /** - * + * * @type {string} * @memberof EventFeedItem */ 'summary'?: string; /** - * + * * @type {string} * @memberof EventFeedItem */ 'content'?: string; /** - * + * * @type {number} * @memberof EventFeedItem */ @@ -1906,7 +1906,7 @@ export interface EventFeedItem { /** - * + * * @export * @enum {string} */ @@ -1925,37 +1925,37 @@ export type EventFeedItemFeedTypeEnum = typeof EventFeedItemFeedTypeEnum[keyof t */ export interface FeedEventDetail { /** - * + * * @type {number} * @memberof FeedEventDetail */ 'id': number; /** - * + * * @type {Array} * @memberof FeedEventDetail */ 'audience': Array; /** - * + * * @type {Array} * @memberof FeedEventDetail */ 'location': Array; /** - * + * * @type {Array} * @memberof FeedEventDetail */ 'event_type': Array; /** - * + * * @type {string} * @memberof FeedEventDetail */ 'event_datetime': string; /** - * + * * @type {string} * @memberof FeedEventDetail */ @@ -1968,25 +1968,25 @@ export interface FeedEventDetail { */ export interface FeedImage { /** - * + * * @type {number} * @memberof FeedImage */ 'id': number; /** - * + * * @type {string} * @memberof FeedImage */ 'url'?: string; /** - * + * * @type {string} * @memberof FeedImage */ 'description'?: string; /** - * + * * @type {string} * @memberof FeedImage */ @@ -2005,25 +2005,25 @@ export type FeedItem = { resource_type: 'events' } & EventFeedItem | { resource_ */ export interface FeedNewsDetail { /** - * + * * @type {number} * @memberof FeedNewsDetail */ 'id': number; /** - * + * * @type {Array} * @memberof FeedNewsDetail */ 'authors'?: Array; /** - * + * * @type {Array} * @memberof FeedNewsDetail */ 'topics'?: Array; /** - * + * * @type {string} * @memberof FeedNewsDetail */ @@ -2036,37 +2036,37 @@ export interface FeedNewsDetail { */ export interface FeedSource { /** - * + * * @type {number} * @memberof FeedSource */ 'id': number; /** - * + * * @type {FeedImage} * @memberof FeedSource */ 'image': FeedImage; /** - * + * * @type {string} * @memberof FeedSource */ 'title': string; /** - * + * * @type {string} * @memberof FeedSource */ 'url': string; /** - * + * * @type {string} * @memberof FeedSource */ 'description'?: string; /** - * + * * @type {FeedSourceFeedTypeEnum} * @memberof FeedSource */ @@ -2125,7 +2125,7 @@ export type GoalsEnum = typeof GoalsEnum[keyof typeof GoalsEnum]; */ export interface LearningPath { /** - * + * * @type {number} * @memberof LearningPath */ @@ -2144,19 +2144,19 @@ export interface LearningPath { */ export interface LearningPathPreview { /** - * + * * @type {string} * @memberof LearningPathPreview */ 'title': string; /** - * + * * @type {string} * @memberof LearningPathPreview */ 'url'?: string | null; /** - * + * * @type {number} * @memberof LearningPathPreview */ @@ -2169,103 +2169,103 @@ export interface LearningPathPreview { */ export interface LearningPathResource { /** - * + * * @type {number} * @memberof LearningPathResource */ 'id': number; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof LearningPathResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof LearningPathResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof LearningPathResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof LearningPathResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof LearningPathResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof LearningPathResource */ 'views': number; /** - * + * * @type {Array} * @memberof LearningPathResource */ @@ -2283,19 +2283,19 @@ export interface LearningPathResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'format': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof LearningPathResource */ @@ -2307,157 +2307,157 @@ export interface LearningPathResource { */ 'best_run_id': number | null; /** - * + * * @type {LearningPathResourceResourceTypeEnum} * @memberof LearningPathResource */ 'resource_type': LearningPathResourceResourceTypeEnum; /** - * + * * @type {LearningPath} * @memberof LearningPathResource */ 'learning_path': LearningPath; /** - * + * * @type {string} * @memberof LearningPathResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'title': string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'professional'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningPathResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningPathResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningPathResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ @@ -2466,7 +2466,7 @@ export interface LearningPathResource { /** - * + * * @export * @enum {string} */ @@ -2491,19 +2491,19 @@ export type LearningResource = { resource_type: 'article' } & ArticleResource | */ export interface LearningResourceBaseSchool { /** - * + * * @type {number} * @memberof LearningResourceBaseSchool */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceBaseSchool */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceBaseSchool */ @@ -2516,25 +2516,25 @@ export interface LearningResourceBaseSchool { */ export interface LearningResourceDepartment { /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'department_id': string; /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'channel_url': string | null; /** - * + * * @type {LearningResourceBaseSchool} * @memberof LearningResourceDepartment */ @@ -2547,25 +2547,25 @@ export interface LearningResourceDepartment { */ export interface LearningResourceImage { /** - * + * * @type {number} * @memberof LearningResourceImage */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceImage */ 'url': string; /** - * + * * @type {string} * @memberof LearningResourceImage */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceImage */ @@ -2578,25 +2578,25 @@ export interface LearningResourceImage { */ export interface LearningResourceInstructor { /** - * + * * @type {number} * @memberof LearningResourceInstructor */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ 'first_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ 'last_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ @@ -2609,25 +2609,25 @@ export interface LearningResourceInstructor { */ export interface LearningResourceOfferor { /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'channel_url': string | null; /** - * + * * @type {boolean} * @memberof LearningResourceOfferor */ @@ -2640,79 +2640,79 @@ export interface LearningResourceOfferor { */ export interface LearningResourceOfferorDetail { /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'channel_url': string | null; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'name': string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetail */ 'professional'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'offerings'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'audience'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'formats'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'fee'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'certifications'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'content_types'?: Array; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'more_information'?: string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'value_prop'?: string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetail */ @@ -2725,73 +2725,73 @@ export interface LearningResourceOfferorDetail { */ export interface LearningResourceOfferorDetailRequest { /** - * + * * @type {string} * @memberof LearningResourceOfferorDetailRequest */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetailRequest */ 'name': string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetailRequest */ 'professional'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'offerings'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'audience'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'formats'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'fee'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'certifications'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetailRequest */ 'content_types'?: Array; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetailRequest */ 'more_information'?: string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetailRequest */ 'value_prop'?: string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetailRequest */ @@ -2804,13 +2804,13 @@ export interface LearningResourceOfferorDetailRequest { */ export interface LearningResourcePlatform { /** - * + * * @type {string} * @memberof LearningResourcePlatform */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourcePlatform */ @@ -2823,13 +2823,13 @@ export interface LearningResourcePlatform { */ export interface LearningResourcePrice { /** - * + * * @type {string} * @memberof LearningResourcePrice */ 'amount': string; /** - * + * * @type {string} * @memberof LearningResourcePrice */ @@ -2842,31 +2842,31 @@ export interface LearningResourcePrice { */ export interface LearningResourceRelationshipChildField { /** - * + * * @type {number} * @memberof LearningResourceRelationshipChildField */ 'child': number; /** - * + * * @type {number} * @memberof LearningResourceRelationshipChildField */ 'position'?: number; /** - * + * * @type {RelationTypeEnum} * @memberof LearningResourceRelationshipChildField */ 'relation_type'?: RelationTypeEnum; /** - * + * * @type {string} * @memberof LearningResourceRelationshipChildField */ 'title': string; /** - * + * * @type {string} * @memberof LearningResourceRelationshipChildField */ @@ -2881,199 +2881,199 @@ export interface LearningResourceRelationshipChildField { */ export interface LearningResourceRun { /** - * + * * @type {number} * @memberof LearningResourceRun */ 'id': number; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'instructors': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof LearningResourceRun */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'level': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'delivery': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'format': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'pace': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'resource_prices': Array; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'run_id': string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'title': string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningResourceRun */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'url'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'semester'?: string | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'year'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'start_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'end_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'enrollment_start'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'enrollment_end'?: string | null; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'prices'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'checksum'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningResourceRun */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ @@ -3082,19 +3082,19 @@ export interface LearningResourceRun { /** - * + * * @export * @interface LearningResourceRunLevelInner */ export interface LearningResourceRunLevelInner { /** - * + * * @type {string} * @memberof LearningResourceRunLevelInner */ 'code': LearningResourceRunLevelInnerCodeEnum; /** - * + * * @type {string} * @memberof LearningResourceRunLevelInner */ @@ -3120,13 +3120,13 @@ export type LearningResourceRunLevelInnerCodeEnum = typeof LearningResourceRunLe */ export interface LearningResourceTopic { /** - * + * * @type {number} * @memberof LearningResourceTopic */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceTopic */ @@ -3138,13 +3138,13 @@ export interface LearningResourceTopic { */ 'icon'?: string; /** - * + * * @type {number} * @memberof LearningResourceTopic */ 'parent'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceTopic */ @@ -3157,31 +3157,31 @@ export interface LearningResourceTopic { */ export interface LearningResourcesVectorSearchResponse { /** - * + * * @type {number} * @memberof LearningResourcesVectorSearchResponse */ 'count': number; /** - * + * * @type {string} * @memberof LearningResourcesVectorSearchResponse */ 'next': string | null; /** - * + * * @type {string} * @memberof LearningResourcesVectorSearchResponse */ 'previous': string | null; /** - * + * * @type {Array} * @memberof LearningResourcesVectorSearchResponse */ 'results': Array; /** - * + * * @type {ContentFileVectorSearchResponseMetadata} * @memberof LearningResourcesVectorSearchResponse */ @@ -3194,7 +3194,7 @@ export interface LearningResourcesVectorSearchResponse { */ export interface MicroLearningPathRelationship { /** - * + * * @type {number} * @memberof MicroLearningPathRelationship */ @@ -3206,7 +3206,7 @@ export interface MicroLearningPathRelationship { */ 'parent': number; /** - * + * * @type {number} * @memberof MicroLearningPathRelationship */ @@ -3219,7 +3219,7 @@ export interface MicroLearningPathRelationship { */ export interface MicroUserListRelationship { /** - * + * * @type {number} * @memberof MicroUserListRelationship */ @@ -3231,7 +3231,7 @@ export interface MicroUserListRelationship { */ 'parent': number; /** - * + * * @type {number} * @memberof MicroUserListRelationship */ @@ -3244,61 +3244,61 @@ export interface MicroUserListRelationship { */ export interface NewsFeedItem { /** - * + * * @type {number} * @memberof NewsFeedItem */ 'id': number; /** - * + * * @type {NewsFeedItemFeedTypeEnum} * @memberof NewsFeedItem */ 'feed_type': NewsFeedItemFeedTypeEnum; /** - * + * * @type {FeedImage} * @memberof NewsFeedItem */ 'image': FeedImage; /** - * + * * @type {FeedNewsDetail} * @memberof NewsFeedItem */ 'news_details': FeedNewsDetail; /** - * + * * @type {string} * @memberof NewsFeedItem */ 'guid': string; /** - * + * * @type {string} * @memberof NewsFeedItem */ 'title': string; /** - * + * * @type {string} * @memberof NewsFeedItem */ 'url': string; /** - * + * * @type {string} * @memberof NewsFeedItem */ 'summary'?: string; /** - * + * * @type {string} * @memberof NewsFeedItem */ 'content'?: string; /** - * + * * @type {number} * @memberof NewsFeedItem */ @@ -3307,7 +3307,7 @@ export interface NewsFeedItem { /** - * + * * @export * @enum {string} */ @@ -3320,7 +3320,7 @@ export type NewsFeedItemFeedTypeEnum = typeof NewsFeedItemFeedTypeEnum[keyof typ /** - * + * * @export * @enum {string} */ @@ -3333,155 +3333,155 @@ export type NullEnum = typeof NullEnum[keyof typeof NullEnum]; /** - * + * * @export * @interface PaginatedAttestationList */ export interface PaginatedAttestationList { /** - * + * * @type {number} * @memberof PaginatedAttestationList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedAttestationList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedAttestationList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedAttestationList */ 'results': Array; } /** - * + * * @export * @interface PaginatedChannelList */ export interface PaginatedChannelList { /** - * + * * @type {number} * @memberof PaginatedChannelList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedChannelList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedChannelList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedChannelList */ 'results': Array; } /** - * + * * @export * @interface PaginatedFeedItemList */ export interface PaginatedFeedItemList { /** - * + * * @type {number} * @memberof PaginatedFeedItemList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedFeedItemList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedFeedItemList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedFeedItemList */ 'results': Array; } /** - * + * * @export * @interface PaginatedFeedSourceList */ export interface PaginatedFeedSourceList { /** - * + * * @type {number} * @memberof PaginatedFeedSourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedFeedSourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedFeedSourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedFeedSourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedVideoShortList */ export interface PaginatedVideoShortList { /** - * + * * @type {number} * @memberof PaginatedVideoShortList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedVideoShortList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedVideoShortList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedVideoShortList */ @@ -3494,25 +3494,25 @@ export interface PaginatedVideoShortList { */ export interface PatchedChannelWriteRequest { /** - * + * * @type {string} * @memberof PatchedChannelWriteRequest */ 'name'?: string; /** - * + * * @type {string} * @memberof PatchedChannelWriteRequest */ 'title'?: string; /** - * + * * @type {string} * @memberof PatchedChannelWriteRequest */ 'public_description'?: string; /** - * + * * @type {Array} * @memberof PatchedChannelWriteRequest */ @@ -3542,31 +3542,31 @@ export interface PatchedChannelWriteRequest { */ 'banner'?: string | null; /** - * + * * @type {any} * @memberof PatchedChannelWriteRequest */ 'about'?: any | null; /** - * + * * @type {ChannelTypeEnum} * @memberof PatchedChannelWriteRequest */ 'channel_type'?: ChannelTypeEnum; /** - * + * * @type {string} * @memberof PatchedChannelWriteRequest */ 'search_filter'?: string; /** - * + * * @type {ChannelTopicDetailRequest} * @memberof PatchedChannelWriteRequest */ 'topic_detail'?: ChannelTopicDetailRequest | null; /** - * + * * @type {ChannelDepartmentDetailRequest} * @memberof PatchedChannelWriteRequest */ @@ -3581,85 +3581,85 @@ export interface PatchedChannelWriteRequest { */ export interface PatchedProfileRequest { /** - * + * * @type {string} * @memberof PatchedProfileRequest */ 'image'?: string | null; /** - * + * * @type {string} * @memberof PatchedProfileRequest */ 'image_small'?: string | null; /** - * + * * @type {string} * @memberof PatchedProfileRequest */ 'image_medium'?: string | null; /** - * + * * @type {boolean} * @memberof PatchedProfileRequest */ 'email_optin'?: boolean; /** - * + * * @type {boolean} * @memberof PatchedProfileRequest */ 'toc_optin'?: boolean; /** - * + * * @type {string} * @memberof PatchedProfileRequest */ 'bio'?: string | null; /** - * + * * @type {string} * @memberof PatchedProfileRequest */ 'headline'?: string | null; /** - * + * * @type {any} * @memberof PatchedProfileRequest */ 'location'?: any | null; /** - * + * * @type {Array} * @memberof PatchedProfileRequest */ 'topic_interests'?: Array; /** - * + * * @type {Array} * @memberof PatchedProfileRequest */ 'goals'?: Array; /** - * + * * @type {PatchedProfileRequestCurrentEducation} * @memberof PatchedProfileRequest */ 'current_education'?: PatchedProfileRequestCurrentEducation; /** - * + * * @type {PatchedProfileRequestCertificateDesired} * @memberof PatchedProfileRequest */ 'certificate_desired'?: PatchedProfileRequestCertificateDesired; /** - * + * * @type {PatchedProfileRequestTimeCommitment} * @memberof PatchedProfileRequest */ 'time_commitment'?: PatchedProfileRequestTimeCommitment; /** - * + * * @type {Array} * @memberof PatchedProfileRequest */ @@ -3690,13 +3690,13 @@ export type PatchedProfileRequestTimeCommitment = BlankEnum | TimeCommitmentEnum */ export interface PatchedUserRequest { /** - * + * * @type {ProfileRequest} * @memberof PatchedUserRequest */ 'profile'?: ProfileRequest; /** - * + * * @type {string} * @memberof PatchedUserRequest */ @@ -3709,7 +3709,7 @@ export interface PatchedUserRequest { */ export interface PatchedWidgetListRequest { /** - * + * * @type {Array} * @memberof PatchedWidgetListRequest */ @@ -3722,7 +3722,7 @@ export interface PatchedWidgetListRequest { */ export interface PathwayChannel { /** - * + * * @type {number} * @memberof PathwayChannel */ @@ -3758,7 +3758,7 @@ export interface PathwayChannel { */ 'is_moderator': boolean; /** - * + * * @type {Array} * @memberof PathwayChannel */ @@ -3770,79 +3770,79 @@ export interface PathwayChannel { */ 'channel_url': string; /** - * + * * @type {DepartmentChannelFeaturedList} * @memberof PathwayChannel */ 'featured_list': DepartmentChannelFeaturedList | null; /** - * + * * @type {Array} * @memberof PathwayChannel */ 'sub_channels': Array; /** - * + * * @type {PathwayChannelTypeEnum} * @memberof PathwayChannel */ 'channel_type': PathwayChannelTypeEnum; /** - * + * * @type {string} * @memberof PathwayChannel */ 'created_on': string; /** - * + * * @type {string} * @memberof PathwayChannel */ 'updated_on': string; /** - * + * * @type {string} * @memberof PathwayChannel */ 'name': string; /** - * + * * @type {string} * @memberof PathwayChannel */ 'title': string; /** - * + * * @type {any} * @memberof PathwayChannel */ 'about'?: any | null; /** - * + * * @type {any} * @memberof PathwayChannel */ 'configuration'?: any | null; /** - * + * * @type {string} * @memberof PathwayChannel */ 'search_filter'?: string; /** - * + * * @type {string} * @memberof PathwayChannel */ 'public_description'?: string; /** - * + * * @type {string} * @memberof PathwayChannel */ 'ga_tracking_id'?: string; /** - * + * * @type {number} * @memberof PathwayChannel */ @@ -3873,31 +3873,31 @@ export type PathwayChannelTypeEnum = typeof PathwayChannelTypeEnum[keyof typeof */ export interface Podcast { /** - * + * * @type {number} * @memberof Podcast */ 'id': number; /** - * + * * @type {number} * @memberof Podcast */ 'episode_count': number; /** - * + * * @type {string} * @memberof Podcast */ 'apple_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof Podcast */ 'google_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof Podcast */ @@ -3910,7 +3910,7 @@ export interface Podcast { */ export interface PodcastEpisode { /** - * + * * @type {number} * @memberof PodcastEpisode */ @@ -3922,31 +3922,31 @@ export interface PodcastEpisode { */ 'podcasts': Array; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'transcript'?: string; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'audio_url': string; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'episode_link'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'duration'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisode */ @@ -3959,103 +3959,103 @@ export interface PodcastEpisode { */ export interface PodcastEpisodeResource { /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'id': number; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof PodcastEpisodeResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof PodcastEpisodeResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof PodcastEpisodeResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof PodcastEpisodeResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'views': number; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ @@ -4073,19 +4073,19 @@ export interface PodcastEpisodeResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'format': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof PodcastEpisodeResource */ @@ -4097,157 +4097,157 @@ export interface PodcastEpisodeResource { */ 'best_run_id': number | null; /** - * + * * @type {PodcastEpisodeResourceResourceTypeEnum} * @memberof PodcastEpisodeResource */ 'resource_type': PodcastEpisodeResourceResourceTypeEnum; /** - * + * * @type {PodcastEpisode} * @memberof PodcastEpisodeResource */ 'podcast_episode': PodcastEpisode; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'title': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastEpisodeResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ @@ -4256,7 +4256,7 @@ export interface PodcastEpisodeResource { /** - * + * * @export * @enum {string} */ @@ -4275,103 +4275,103 @@ export type PodcastEpisodeResourceResourceTypeEnum = typeof PodcastEpisodeResour */ export interface PodcastResource { /** - * + * * @type {number} * @memberof PodcastResource */ 'id': number; /** - * + * * @type {Array} * @memberof PodcastResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof PodcastResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof PodcastResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof PodcastResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof PodcastResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof PodcastResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof PodcastResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof PodcastResource */ 'views': number; /** - * + * * @type {Array} * @memberof PodcastResource */ @@ -4389,19 +4389,19 @@ export interface PodcastResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof PodcastResource */ 'format': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof PodcastResource */ @@ -4413,157 +4413,157 @@ export interface PodcastResource { */ 'best_run_id': number | null; /** - * + * * @type {PodcastResourceResourceTypeEnum} * @memberof PodcastResource */ 'resource_type': PodcastResourceResourceTypeEnum; /** - * + * * @type {Podcast} * @memberof PodcastResource */ 'podcast': Podcast; /** - * + * * @type {string} * @memberof PodcastResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastResource */ 'title': string; /** - * + * * @type {string} * @memberof PodcastResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof PodcastResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ @@ -4572,7 +4572,7 @@ export interface PodcastResource { /** - * + * * @export * @enum {string} */ @@ -4591,32 +4591,32 @@ export type PodcastResourceResourceTypeEnum = typeof PodcastResourceResourceType */ export interface PreferencesSearch { /** - * + * * @type {boolean} * @memberof PreferencesSearch */ 'certification'?: boolean; /** - * + * * @type {Array} * @memberof PreferencesSearch */ 'topic'?: Array; /** - * + * * @type {Array} * @memberof PreferencesSearch */ 'delivery'?: Array; } /** - * + * * @export * @interface ProblemListResponse */ export interface ProblemListResponse { /** - * + * * @type {Array} * @memberof ProblemListResponse */ @@ -4635,37 +4635,37 @@ export interface Profile { */ 'name': string; /** - * + * * @type {string} * @memberof Profile */ 'image'?: string | null; /** - * + * * @type {string} * @memberof Profile */ 'image_small'?: string | null; /** - * + * * @type {string} * @memberof Profile */ 'image_medium'?: string | null; /** - * + * * @type {string} * @memberof Profile */ 'image_file': string | null; /** - * + * * @type {string} * @memberof Profile */ 'image_small_file': string | null; /** - * + * * @type {string} * @memberof Profile */ @@ -4683,13 +4683,13 @@ export interface Profile { */ 'profile_image_medium': string; /** - * + * * @type {string} * @memberof Profile */ 'bio'?: string | null; /** - * + * * @type {string} * @memberof Profile */ @@ -4707,43 +4707,43 @@ export interface Profile { */ 'placename': string; /** - * + * * @type {Array} * @memberof Profile */ 'topic_interests'?: Array; /** - * + * * @type {Array} * @memberof Profile */ 'goals'?: Array; /** - * + * * @type {PatchedProfileRequestCurrentEducation} * @memberof Profile */ 'current_education'?: PatchedProfileRequestCurrentEducation; /** - * + * * @type {PatchedProfileRequestCertificateDesired} * @memberof Profile */ 'certificate_desired'?: PatchedProfileRequestCertificateDesired; /** - * + * * @type {PatchedProfileRequestTimeCommitment} * @memberof Profile */ 'time_commitment'?: PatchedProfileRequestTimeCommitment; /** - * + * * @type {Array} * @memberof Profile */ 'delivery'?: Array; /** - * + * * @type {PreferencesSearch} * @memberof Profile */ @@ -4756,85 +4756,85 @@ export interface Profile { */ export interface ProfileRequest { /** - * + * * @type {string} * @memberof ProfileRequest */ 'image'?: string | null; /** - * + * * @type {string} * @memberof ProfileRequest */ 'image_small'?: string | null; /** - * + * * @type {string} * @memberof ProfileRequest */ 'image_medium'?: string | null; /** - * + * * @type {boolean} * @memberof ProfileRequest */ 'email_optin'?: boolean; /** - * + * * @type {boolean} * @memberof ProfileRequest */ 'toc_optin'?: boolean; /** - * + * * @type {string} * @memberof ProfileRequest */ 'bio'?: string | null; /** - * + * * @type {string} * @memberof ProfileRequest */ 'headline'?: string | null; /** - * + * * @type {any} * @memberof ProfileRequest */ 'location'?: any | null; /** - * + * * @type {Array} * @memberof ProfileRequest */ 'topic_interests'?: Array; /** - * + * * @type {Array} * @memberof ProfileRequest */ 'goals'?: Array; /** - * + * * @type {PatchedProfileRequestCurrentEducation} * @memberof ProfileRequest */ 'current_education'?: PatchedProfileRequestCurrentEducation; /** - * + * * @type {PatchedProfileRequestCertificateDesired} * @memberof ProfileRequest */ 'certificate_desired'?: PatchedProfileRequestCertificateDesired; /** - * + * * @type {PatchedProfileRequestTimeCommitment} * @memberof ProfileRequest */ 'time_commitment'?: PatchedProfileRequestTimeCommitment; /** - * + * * @type {Array} * @memberof ProfileRequest */ @@ -4847,7 +4847,7 @@ export interface ProfileRequest { */ export interface Program { /** - * + * * @type {number} * @memberof Program */ @@ -4860,127 +4860,127 @@ export interface Program { */ export interface ProgramCertificate { /** - * + * * @type {string} * @memberof ProgramCertificate */ 'record_hash': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_letter_generate_url': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_letter_share_url': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_title': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_full_name'?: string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_email': string; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'user_edxorg_id'?: number | null; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'micromasters_program_id'?: number | null; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'mitxonline_program_id'?: number | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_edxorg_username'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_gender'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_city'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_first_name'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_last_name'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_year_of_birth'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_country'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_postal_code'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_street_address'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_state_or_territory'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_mitxonline_username'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ @@ -4993,103 +4993,103 @@ export interface ProgramCertificate { */ export interface ProgramResource { /** - * + * * @type {number} * @memberof ProgramResource */ 'id': number; /** - * + * * @type {Array} * @memberof ProgramResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof ProgramResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ProgramResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof ProgramResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof ProgramResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof ProgramResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof ProgramResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof ProgramResource */ 'views': number; /** - * + * * @type {Array} * @memberof ProgramResource */ @@ -5107,19 +5107,19 @@ export interface ProgramResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof ProgramResource */ 'format': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof ProgramResource */ @@ -5131,157 +5131,157 @@ export interface ProgramResource { */ 'best_run_id': number | null; /** - * + * * @type {ProgramResourceResourceTypeEnum} * @memberof ProgramResource */ 'resource_type': ProgramResourceResourceTypeEnum; /** - * + * * @type {Program} * @memberof ProgramResource */ 'program': Program; /** - * + * * @type {string} * @memberof ProgramResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof ProgramResource */ 'title': string; /** - * + * * @type {string} * @memberof ProgramResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ProgramResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof ProgramResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ProgramResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ProgramResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'location'?: string; /** - * + * * @type {string} * @memberof ProgramResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof ProgramResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ProgramResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ @@ -5290,7 +5290,7 @@ export interface ProgramResource { /** - * + * * @export * @enum {string} */ @@ -5351,19 +5351,19 @@ export type ResourceTypeEnum = typeof ResourceTypeEnum[keyof typeof ResourceType /** - * + * * @export * @interface RetrieveProblemResponse */ export interface RetrieveProblemResponse { /** - * + * * @type {string} * @memberof RetrieveProblemResponse */ 'problem_set': string; /** - * + * * @type {string} * @memberof RetrieveProblemResponse */ @@ -5404,19 +5404,19 @@ export type SiteTypeEnum = typeof SiteTypeEnum[keyof typeof SiteTypeEnum]; */ export interface SubChannel { /** - * + * * @type {string} * @memberof SubChannel */ 'parent_channel': string; /** - * + * * @type {string} * @memberof SubChannel */ 'channel': string; /** - * + * * @type {number} * @memberof SubChannel */ @@ -5461,7 +5461,7 @@ export type TimeCommitmentEnum = typeof TimeCommitmentEnum[keyof typeof TimeComm */ export interface TopicChannel { /** - * + * * @type {number} * @memberof TopicChannel */ @@ -5497,7 +5497,7 @@ export interface TopicChannel { */ 'is_moderator': boolean; /** - * + * * @type {Array} * @memberof TopicChannel */ @@ -5509,85 +5509,85 @@ export interface TopicChannel { */ 'channel_url': string; /** - * + * * @type {DepartmentChannelFeaturedList} * @memberof TopicChannel */ 'featured_list': DepartmentChannelFeaturedList | null; /** - * + * * @type {Array} * @memberof TopicChannel */ 'sub_channels': Array; /** - * + * * @type {TopicChannelTypeEnum} * @memberof TopicChannel */ 'channel_type': TopicChannelTypeEnum; /** - * + * * @type {ChannelTopicDetail} * @memberof TopicChannel */ 'topic_detail': ChannelTopicDetail; /** - * + * * @type {string} * @memberof TopicChannel */ 'created_on': string; /** - * + * * @type {string} * @memberof TopicChannel */ 'updated_on': string; /** - * + * * @type {string} * @memberof TopicChannel */ 'name': string; /** - * + * * @type {string} * @memberof TopicChannel */ 'title': string; /** - * + * * @type {any} * @memberof TopicChannel */ 'about'?: any | null; /** - * + * * @type {any} * @memberof TopicChannel */ 'configuration'?: any | null; /** - * + * * @type {string} * @memberof TopicChannel */ 'search_filter'?: string; /** - * + * * @type {string} * @memberof TopicChannel */ 'public_description'?: string; /** - * + * * @type {string} * @memberof TopicChannel */ 'ga_tracking_id'?: string; /** - * + * * @type {number} * @memberof TopicChannel */ @@ -5618,7 +5618,7 @@ export type TopicChannelTypeEnum = typeof TopicChannelTypeEnum[keyof typeof Topi */ export interface UnitChannel { /** - * + * * @type {number} * @memberof UnitChannel */ @@ -5654,7 +5654,7 @@ export interface UnitChannel { */ 'is_moderator': boolean; /** - * + * * @type {Array} * @memberof UnitChannel */ @@ -5666,85 +5666,85 @@ export interface UnitChannel { */ 'channel_url': string; /** - * + * * @type {DepartmentChannelFeaturedList} * @memberof UnitChannel */ 'featured_list': DepartmentChannelFeaturedList | null; /** - * + * * @type {Array} * @memberof UnitChannel */ 'sub_channels': Array; /** - * + * * @type {UnitChannelTypeEnum} * @memberof UnitChannel */ 'channel_type': UnitChannelTypeEnum; /** - * + * * @type {ChannelUnitDetail} * @memberof UnitChannel */ 'unit_detail': ChannelUnitDetail; /** - * + * * @type {string} * @memberof UnitChannel */ 'created_on': string; /** - * + * * @type {string} * @memberof UnitChannel */ 'updated_on': string; /** - * + * * @type {string} * @memberof UnitChannel */ 'name': string; /** - * + * * @type {string} * @memberof UnitChannel */ 'title': string; /** - * + * * @type {any} * @memberof UnitChannel */ 'about'?: any | null; /** - * + * * @type {any} * @memberof UnitChannel */ 'configuration'?: any | null; /** - * + * * @type {string} * @memberof UnitChannel */ 'search_filter'?: string; /** - * + * * @type {string} * @memberof UnitChannel */ 'public_description'?: string; /** - * + * * @type {string} * @memberof UnitChannel */ 'ga_tracking_id'?: string; /** - * + * * @type {number} * @memberof UnitChannel */ @@ -5775,49 +5775,49 @@ export type UnitChannelTypeEnum = typeof UnitChannelTypeEnum[keyof typeof UnitCh */ export interface User { /** - * + * * @type {number} * @memberof User */ 'id': number; /** - * + * * @type {string} * @memberof User */ 'username': string; /** - * + * * @type {Profile} * @memberof User */ 'profile'?: Profile; /** - * + * * @type {string} * @memberof User */ 'first_name': string; /** - * + * * @type {string} * @memberof User */ 'last_name': string; /** - * + * * @type {boolean} * @memberof User */ 'is_article_editor': boolean; /** - * + * * @type {boolean} * @memberof User */ 'is_learning_path_editor': boolean; /** - * + * * @type {boolean} * @memberof User */ @@ -5830,13 +5830,13 @@ export interface User { */ export interface UserRequest { /** - * + * * @type {ProfileRequest} * @memberof UserRequest */ 'profile'?: ProfileRequest; /** - * + * * @type {string} * @memberof UserRequest */ @@ -5849,25 +5849,25 @@ export interface UserRequest { */ export interface UserWebsite { /** - * + * * @type {number} * @memberof UserWebsite */ 'id': number; /** - * + * * @type {number} * @memberof UserWebsite */ 'profile': number; /** - * + * * @type {string} * @memberof UserWebsite */ 'url': string; /** - * + * * @type {SiteTypeEnum} * @memberof UserWebsite */ @@ -5882,13 +5882,13 @@ export interface UserWebsite { */ export interface UserWebsiteRequest { /** - * + * * @type {number} * @memberof UserWebsiteRequest */ 'profile': number; /** - * + * * @type {string} * @memberof UserWebsiteRequest */ @@ -5901,19 +5901,19 @@ export interface UserWebsiteRequest { */ export interface Video { /** - * + * * @type {number} * @memberof Video */ 'id': number; /** - * + * * @type {string} * @memberof Video */ 'duration': string; /** - * + * * @type {string} * @memberof Video */ @@ -5926,13 +5926,13 @@ export interface Video { */ export interface VideoChannel { /** - * + * * @type {string} * @memberof VideoChannel */ 'channel_id': string; /** - * + * * @type {string} * @memberof VideoChannel */ @@ -5945,19 +5945,19 @@ export interface VideoChannel { */ export interface VideoPlaylist { /** - * + * * @type {number} * @memberof VideoPlaylist */ 'id': number; /** - * + * * @type {VideoChannel} * @memberof VideoPlaylist */ 'channel': VideoChannel | null; /** - * + * * @type {number} * @memberof VideoPlaylist */ @@ -5970,103 +5970,103 @@ export interface VideoPlaylist { */ export interface VideoPlaylistResource { /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'id': number; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof VideoPlaylistResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof VideoPlaylistResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof VideoPlaylistResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof VideoPlaylistResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'views': number; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ @@ -6084,19 +6084,19 @@ export interface VideoPlaylistResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'format': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof VideoPlaylistResource */ @@ -6108,157 +6108,157 @@ export interface VideoPlaylistResource { */ 'best_run_id': number | null; /** - * + * * @type {VideoPlaylistResourceResourceTypeEnum} * @memberof VideoPlaylistResource */ 'resource_type': VideoPlaylistResourceResourceTypeEnum; /** - * + * * @type {VideoPlaylist} * @memberof VideoPlaylistResource */ 'video_playlist': VideoPlaylist; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'title': string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoPlaylistResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ @@ -6267,7 +6267,7 @@ export interface VideoPlaylistResource { /** - * + * * @export * @enum {string} */ @@ -6286,103 +6286,103 @@ export type VideoPlaylistResourceResourceTypeEnum = typeof VideoPlaylistResource */ export interface VideoResource { /** - * + * * @type {number} * @memberof VideoResource */ 'id': number; /** - * + * * @type {Array} * @memberof VideoResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof VideoResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof VideoResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof VideoResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof VideoResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof VideoResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof VideoResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof VideoResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof VideoResource */ 'views': number; /** - * + * * @type {Array} * @memberof VideoResource */ @@ -6400,19 +6400,19 @@ export interface VideoResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof VideoResource */ 'format': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof VideoResource */ @@ -6424,13 +6424,13 @@ export interface VideoResource { */ 'best_run_id': number | null; /** - * + * * @type {VideoResourceResourceTypeEnum} * @memberof VideoResource */ 'resource_type': VideoResourceResourceTypeEnum; /** - * + * * @type {Video} * @memberof VideoResource */ @@ -6442,145 +6442,145 @@ export interface VideoResource { */ 'playlists': Array; /** - * + * * @type {string} * @memberof VideoResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoResource */ 'title': string; /** - * + * * @type {string} * @memberof VideoResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof VideoResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof VideoResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof VideoResource */ @@ -6589,7 +6589,7 @@ export interface VideoResource { /** - * + * * @export * @enum {string} */ @@ -6608,61 +6608,61 @@ export type VideoResourceResourceTypeEnum = typeof VideoResourceResourceTypeEnum */ export interface VideoShort { /** - * + * * @type {string} * @memberof VideoShort */ 'youtube_id': string; /** - * + * * @type {string} * @memberof VideoShort */ 'title': string; /** - * + * * @type {string} * @memberof VideoShort */ 'description'?: string; /** - * + * * @type {string} * @memberof VideoShort */ 'published_at': string; /** - * + * * @type {string} * @memberof VideoShort */ 'thumbnail_url': string; /** - * + * * @type {number} * @memberof VideoShort */ 'thumbnail_height': number; /** - * + * * @type {number} * @memberof VideoShort */ 'thumbnail_width': number; /** - * + * * @type {string} * @memberof VideoShort */ 'video_url': string; /** - * + * * @type {string} * @memberof VideoShort */ 'created_on': string; /** - * + * * @type {string} * @memberof VideoShort */ @@ -6675,19 +6675,19 @@ export interface VideoShort { */ export interface WidgetInstance { /** - * + * * @type {number} * @memberof WidgetInstance */ 'id': number; /** - * + * * @type {WidgetTypeEnum} * @memberof WidgetInstance */ 'widget_type': WidgetTypeEnum; /** - * + * * @type {string} * @memberof WidgetInstance */ @@ -6714,44 +6714,44 @@ export interface WidgetInstance { */ export interface WidgetList { /** - * + * * @type {number} * @memberof WidgetList */ 'id': number; /** - * + * * @type {Array} * @memberof WidgetList */ 'widgets'?: Array | null; /** - * + * * @type {Array} * @memberof WidgetList */ 'available_widgets': Array; } /** - * + * * @export * @interface WidgetListAvailableWidgetsInner */ export interface WidgetListAvailableWidgetsInner { /** - * + * * @type {string} * @memberof WidgetListAvailableWidgetsInner */ 'widget_type'?: string; /** - * + * * @type {string} * @memberof WidgetListAvailableWidgetsInner */ 'description'?: string; /** - * + * * @type {object} * @memberof WidgetListAvailableWidgetsInner */ @@ -6764,7 +6764,7 @@ export interface WidgetListAvailableWidgetsInner { */ export interface WidgetListRequest { /** - * + * * @type {Array} * @memberof WidgetListRequest */ @@ -6808,7 +6808,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * View for retrieving an individual channel by type and name * @summary Channel Detail Lookup by channel type and name - * @param {string} channel_type + * @param {string} channel_type * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -6829,7 +6829,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -6842,7 +6842,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * CRUD Operations related to Channels. Channels may represent groups or organizations at MIT and are a high-level categorization of content. * @summary Create - * @param {ChannelCreateRequest} ChannelCreateRequest + * @param {ChannelCreateRequest} ChannelCreateRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -6862,7 +6862,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -6899,7 +6899,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -6944,7 +6944,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -6957,8 +6957,8 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * View for listing and adding moderators * @summary Channel Moderators Create - * @param {string} id - * @param {ChannelModeratorRequest} [ChannelModeratorRequest] + * @param {string} id + * @param {ChannelModeratorRequest} [ChannelModeratorRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -6979,7 +6979,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -6995,8 +6995,8 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * Remove the user from the moderator groups for this website * @summary Channel Moderators Destroy - * @param {string} id - * @param {string} moderator_name + * @param {string} id + * @param {string} moderator_name * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7020,7 +7020,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7033,7 +7033,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * View for listing and adding moderators * @summary Channel Moderators List - * @param {string} id + * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7054,7 +7054,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7068,7 +7068,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat * CRUD Operations related to Channels. Channels may represent groups or organizations at MIT and are a high-level categorization of content. * @summary Update * @param {number} id A unique integer value identifying this channel. - * @param {PatchedChannelWriteRequest} [PatchedChannelWriteRequest] + * @param {PatchedChannelWriteRequest} [PatchedChannelWriteRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7089,7 +7089,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -7126,7 +7126,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7139,8 +7139,8 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat /** * View for retrieving an individual channel by type and name * @summary Channel Detail Lookup by channel type and name - * @param {string} channel_type - * @param {string} name + * @param {string} channel_type + * @param {string} name * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7164,7 +7164,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7187,7 +7187,7 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * View for retrieving an individual channel by type and name * @summary Channel Detail Lookup by channel type and name - * @param {string} channel_type + * @param {string} channel_type * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7200,7 +7200,7 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * CRUD Operations related to Channels. Channels may represent groups or organizations at MIT and are a high-level categorization of content. * @summary Create - * @param {ChannelCreateRequest} ChannelCreateRequest + * @param {ChannelCreateRequest} ChannelCreateRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7241,8 +7241,8 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * View for listing and adding moderators * @summary Channel Moderators Create - * @param {string} id - * @param {ChannelModeratorRequest} [ChannelModeratorRequest] + * @param {string} id + * @param {ChannelModeratorRequest} [ChannelModeratorRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7255,8 +7255,8 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * Remove the user from the moderator groups for this website * @summary Channel Moderators Destroy - * @param {string} id - * @param {string} moderator_name + * @param {string} id + * @param {string} moderator_name * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7269,7 +7269,7 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * View for listing and adding moderators * @summary Channel Moderators List - * @param {string} id + * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7283,7 +7283,7 @@ export const ChannelsApiFp = function(configuration?: Configuration) { * CRUD Operations related to Channels. Channels may represent groups or organizations at MIT and are a high-level categorization of content. * @summary Update * @param {number} id A unique integer value identifying this channel. - * @param {PatchedChannelWriteRequest} [PatchedChannelWriteRequest] + * @param {PatchedChannelWriteRequest} [PatchedChannelWriteRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7309,8 +7309,8 @@ export const ChannelsApiFp = function(configuration?: Configuration) { /** * View for retrieving an individual channel by type and name * @summary Channel Detail Lookup by channel type and name - * @param {string} channel_type - * @param {string} name + * @param {string} channel_type + * @param {string} name * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -7440,7 +7440,7 @@ export const ChannelsApiFactory = function (configuration?: Configuration, baseP */ export interface ChannelsApiChannelsCountsListRequest { /** - * + * * @type {string} * @memberof ChannelsApiChannelsCountsList */ @@ -7454,7 +7454,7 @@ export interface ChannelsApiChannelsCountsListRequest { */ export interface ChannelsApiChannelsCreateRequest { /** - * + * * @type {ChannelCreateRequest} * @memberof ChannelsApiChannelsCreate */ @@ -7510,14 +7510,14 @@ export interface ChannelsApiChannelsListRequest { */ export interface ChannelsApiChannelsModeratorsCreateRequest { /** - * + * * @type {string} * @memberof ChannelsApiChannelsModeratorsCreate */ readonly id: string /** - * + * * @type {ChannelModeratorRequest} * @memberof ChannelsApiChannelsModeratorsCreate */ @@ -7531,14 +7531,14 @@ export interface ChannelsApiChannelsModeratorsCreateRequest { */ export interface ChannelsApiChannelsModeratorsDestroyRequest { /** - * + * * @type {string} * @memberof ChannelsApiChannelsModeratorsDestroy */ readonly id: string /** - * + * * @type {string} * @memberof ChannelsApiChannelsModeratorsDestroy */ @@ -7552,7 +7552,7 @@ export interface ChannelsApiChannelsModeratorsDestroyRequest { */ export interface ChannelsApiChannelsModeratorsListRequest { /** - * + * * @type {string} * @memberof ChannelsApiChannelsModeratorsList */ @@ -7573,7 +7573,7 @@ export interface ChannelsApiChannelsPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedChannelWriteRequest} * @memberof ChannelsApiChannelsPartialUpdate */ @@ -7601,14 +7601,14 @@ export interface ChannelsApiChannelsRetrieveRequest { */ export interface ChannelsApiChannelsTypeRetrieveRequest { /** - * + * * @type {string} * @memberof ChannelsApiChannelsTypeRetrieve */ readonly channel_type: string /** - * + * * @type {string} * @memberof ChannelsApiChannelsTypeRetrieve */ @@ -7780,7 +7780,7 @@ export const CkeditorApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7877,7 +7877,7 @@ export const LearningResourcesSearchAdminParamsApiAxiosParamCreator = function ( const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -7994,7 +7994,7 @@ export const NewsEventsApiAxiosParamCreator = function (configuration?: Configur } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8027,7 +8027,7 @@ export const NewsEventsApiAxiosParamCreator = function (configuration?: Configur const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8246,7 +8246,7 @@ export const NewsEventsSourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8279,7 +8279,7 @@ export const NewsEventsSourcesApiAxiosParamCreator = function (configuration?: C const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8446,8 +8446,8 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat return { /** * View for profile - * @param {string} user__username - * @param {PatchedProfileRequest} [PatchedProfileRequest] + * @param {string} user__username + * @param {PatchedProfileRequest} [PatchedProfileRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8468,7 +8468,7 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -8483,7 +8483,7 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat }, /** * View for profile - * @param {string} user__username + * @param {string} user__username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8504,7 +8504,7 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8516,8 +8516,8 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat }, /** * View for profile - * @param {string} user__username - * @param {ProfileRequest} [ProfileRequest] + * @param {string} user__username + * @param {ProfileRequest} [ProfileRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8538,7 +8538,7 @@ export const ProfilesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -8563,8 +8563,8 @@ export const ProfilesApiFp = function(configuration?: Configuration) { return { /** * View for profile - * @param {string} user__username - * @param {PatchedProfileRequest} [PatchedProfileRequest] + * @param {string} user__username + * @param {PatchedProfileRequest} [PatchedProfileRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8576,7 +8576,7 @@ export const ProfilesApiFp = function(configuration?: Configuration) { }, /** * View for profile - * @param {string} user__username + * @param {string} user__username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8588,8 +8588,8 @@ export const ProfilesApiFp = function(configuration?: Configuration) { }, /** * View for profile - * @param {string} user__username - * @param {ProfileRequest} [ProfileRequest] + * @param {string} user__username + * @param {ProfileRequest} [ProfileRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8646,14 +8646,14 @@ export const ProfilesApiFactory = function (configuration?: Configuration, baseP */ export interface ProfilesApiProfilesPartialUpdateRequest { /** - * + * * @type {string} * @memberof ProfilesApiProfilesPartialUpdate */ readonly user__username: string /** - * + * * @type {PatchedProfileRequest} * @memberof ProfilesApiProfilesPartialUpdate */ @@ -8667,7 +8667,7 @@ export interface ProfilesApiProfilesPartialUpdateRequest { */ export interface ProfilesApiProfilesRetrieveRequest { /** - * + * * @type {string} * @memberof ProfilesApiProfilesRetrieve */ @@ -8681,14 +8681,14 @@ export interface ProfilesApiProfilesRetrieveRequest { */ export interface ProfilesApiProfilesUpdateRequest { /** - * + * * @type {string} * @memberof ProfilesApiProfilesUpdate */ readonly user__username: string /** - * + * * @type {ProfileRequest} * @memberof ProfilesApiProfilesUpdate */ @@ -8746,8 +8746,8 @@ export const ProgramCertificatesApiAxiosParamCreator = function (configuration?: return { /** * View for listing program certificates for a user (includes program letter links) - * @param {number} [micromasters_program_id] - * @param {string} [program_title] + * @param {number} [micromasters_program_id] + * @param {string} [program_title] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8773,7 +8773,7 @@ export const ProgramCertificatesApiAxiosParamCreator = function (configuration?: } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8795,8 +8795,8 @@ export const ProgramCertificatesApiFp = function(configuration?: Configuration) return { /** * View for listing program certificates for a user (includes program letter links) - * @param {number} [micromasters_program_id] - * @param {string} [program_title] + * @param {number} [micromasters_program_id] + * @param {string} [program_title] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8835,14 +8835,14 @@ export const ProgramCertificatesApiFactory = function (configuration?: Configura */ export interface ProgramCertificatesApiProgramCertificatesListRequest { /** - * + * * @type {number} * @memberof ProgramCertificatesApiProgramCertificatesList */ readonly micromasters_program_id?: number /** - * + * * @type {string} * @memberof ProgramCertificatesApiProgramCertificatesList */ @@ -8921,7 +8921,7 @@ export const TestimonialsApiAxiosParamCreator = function (configuration?: Config } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8955,7 +8955,7 @@ export const TestimonialsApiAxiosParamCreator = function (configuration?: Config const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9137,7 +9137,7 @@ export const TutorApiAxiosParamCreator = function (configuration?: Configuration /** * Retrieve a list of problem names for a course run * @summary Retrieve problem list - * @param {string} run_readable_id + * @param {string} run_readable_id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9158,7 +9158,7 @@ export const TutorApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9171,8 +9171,8 @@ export const TutorApiAxiosParamCreator = function (configuration?: Configuration /** * Retrieve a specific problem and its solution for a course run * @summary Retrieve Problem - * @param {string} problem_title - * @param {string} run_readable_id + * @param {string} problem_title + * @param {string} run_readable_id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9196,7 +9196,7 @@ export const TutorApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9219,7 +9219,7 @@ export const TutorApiFp = function(configuration?: Configuration) { /** * Retrieve a list of problem names for a course run * @summary Retrieve problem list - * @param {string} run_readable_id + * @param {string} run_readable_id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9232,8 +9232,8 @@ export const TutorApiFp = function(configuration?: Configuration) { /** * Retrieve a specific problem and its solution for a course run * @summary Retrieve Problem - * @param {string} problem_title - * @param {string} run_readable_id + * @param {string} problem_title + * @param {string} run_readable_id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9283,7 +9283,7 @@ export const TutorApiFactory = function (configuration?: Configuration, basePath */ export interface TutorApiListProblemsRequest { /** - * + * * @type {string} * @memberof TutorApiListProblems */ @@ -9297,14 +9297,14 @@ export interface TutorApiListProblemsRequest { */ export interface TutorApiRetrieveProblemRequest { /** - * + * * @type {string} * @memberof TutorApiRetrieveProblem */ readonly problem_title: string /** - * + * * @type {string} * @memberof TutorApiRetrieveProblem */ @@ -9353,7 +9353,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration return { /** * View for users - * @param {UserRequest} UserRequest + * @param {UserRequest} UserRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9373,7 +9373,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -9388,7 +9388,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration }, /** * View for users - * @param {string} username + * @param {string} username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9409,7 +9409,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9438,7 +9438,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9467,7 +9467,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9479,8 +9479,8 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration }, /** * View for users - * @param {string} username - * @param {PatchedUserRequest} [PatchedUserRequest] + * @param {string} username + * @param {PatchedUserRequest} [PatchedUserRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9501,7 +9501,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -9516,7 +9516,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration }, /** * View for users - * @param {string} username + * @param {string} username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9537,7 +9537,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9549,8 +9549,8 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration }, /** * View for users - * @param {string} username - * @param {UserRequest} UserRequest + * @param {string} username + * @param {UserRequest} UserRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9573,7 +9573,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -9598,7 +9598,7 @@ export const UsersApiFp = function(configuration?: Configuration) { return { /** * View for users - * @param {UserRequest} UserRequest + * @param {UserRequest} UserRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9610,7 +9610,7 @@ export const UsersApiFp = function(configuration?: Configuration) { }, /** * View for users - * @param {string} username + * @param {string} username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9644,8 +9644,8 @@ export const UsersApiFp = function(configuration?: Configuration) { }, /** * View for users - * @param {string} username - * @param {PatchedUserRequest} [PatchedUserRequest] + * @param {string} username + * @param {PatchedUserRequest} [PatchedUserRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9657,7 +9657,7 @@ export const UsersApiFp = function(configuration?: Configuration) { }, /** * View for users - * @param {string} username + * @param {string} username * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9669,8 +9669,8 @@ export const UsersApiFp = function(configuration?: Configuration) { }, /** * View for users - * @param {string} username - * @param {UserRequest} UserRequest + * @param {string} username + * @param {UserRequest} UserRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -9761,7 +9761,7 @@ export const UsersApiFactory = function (configuration?: Configuration, basePath */ export interface UsersApiUsersCreateRequest { /** - * + * * @type {UserRequest} * @memberof UsersApiUsersCreate */ @@ -9775,7 +9775,7 @@ export interface UsersApiUsersCreateRequest { */ export interface UsersApiUsersDestroyRequest { /** - * + * * @type {string} * @memberof UsersApiUsersDestroy */ @@ -9789,14 +9789,14 @@ export interface UsersApiUsersDestroyRequest { */ export interface UsersApiUsersPartialUpdateRequest { /** - * + * * @type {string} * @memberof UsersApiUsersPartialUpdate */ readonly username: string /** - * + * * @type {PatchedUserRequest} * @memberof UsersApiUsersPartialUpdate */ @@ -9810,7 +9810,7 @@ export interface UsersApiUsersPartialUpdateRequest { */ export interface UsersApiUsersRetrieveRequest { /** - * + * * @type {string} * @memberof UsersApiUsersRetrieve */ @@ -9824,14 +9824,14 @@ export interface UsersApiUsersRetrieveRequest { */ export interface UsersApiUsersUpdateRequest { /** - * + * * @type {string} * @memberof UsersApiUsersUpdate */ readonly username: string /** - * + * * @type {UserRequest} * @memberof UsersApiUsersUpdate */ @@ -9936,7 +9936,7 @@ export const VectorContentFilesSearchApiAxiosParamCreator = function (configurat * @param {Array} [content_feature_type] The feature type of the content file. Possible options are at api/v1/course_features/ * @param {Array} [course_number] Course number of the content file * @param {Array} [edx_module_id] The edx_module_id of the content file - * @param {Array} [file_extension] The extension of the content file. + * @param {Array} [file_extension] The extension of the content file. * @param {string} [group_by] The attribute to group results by * @param {number} [group_size] The number of chunks in each group. Only relevant when group_by is used * @param {Array} [key] The filename of the content file @@ -10029,7 +10029,7 @@ export const VectorContentFilesSearchApiAxiosParamCreator = function (configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10056,7 +10056,7 @@ export const VectorContentFilesSearchApiFp = function(configuration?: Configurat * @param {Array} [content_feature_type] The feature type of the content file. Possible options are at api/v1/course_features/ * @param {Array} [course_number] Course number of the content file * @param {Array} [edx_module_id] The edx_module_id of the content file - * @param {Array} [file_extension] The extension of the content file. + * @param {Array} [file_extension] The extension of the content file. * @param {string} [group_by] The attribute to group results by * @param {number} [group_size] The number of chunks in each group. Only relevant when group_by is used * @param {Array} [key] The filename of the content file @@ -10135,7 +10135,7 @@ export interface VectorContentFilesSearchApiVectorContentFilesSearchRetrieveRequ readonly edx_module_id?: Array /** - * The extension of the content file. + * The extension of the content file. * @type {Array} * @memberof VectorContentFilesSearchApiVectorContentFilesSearchRetrieve */ @@ -10265,14 +10265,14 @@ export const VectorLearningResourcesSearchApiAxiosParamCreator = function (confi * @param {Array} [course_feature] The course feature. Possible options are at api/v1/course_features/ * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies - * @param {boolean | null} [free] - * @param {Array} [level] + * @param {boolean | null} [free] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {Array} [ocw_topic] The ocw topic name. * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {string} [readable_id] The readable id of the resource * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material @@ -10367,7 +10367,7 @@ export const VectorLearningResourcesSearchApiAxiosParamCreator = function (confi } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10395,14 +10395,14 @@ export const VectorLearningResourcesSearchApiFp = function(configuration?: Confi * @param {Array} [course_feature] The course feature. Possible options are at api/v1/course_features/ * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies - * @param {boolean | null} [free] - * @param {Array} [level] + * @param {boolean | null} [free] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {Array} [ocw_topic] The ocw topic name. * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {string} [readable_id] The readable id of the resource * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material @@ -10482,14 +10482,14 @@ export interface VectorLearningResourcesSearchApiVectorLearningResourcesSearchRe readonly department?: Array /** - * + * * @type {boolean} * @memberof VectorLearningResourcesSearchApiVectorLearningResourcesSearchRetrieve */ readonly free?: boolean | null /** - * + * * @type {Array<'undergraduate' | 'graduate' | 'high_school' | 'noncredit' | 'advanced' | 'intermediate' | 'introductory'>} * @memberof VectorLearningResourcesSearchApiVectorLearningResourcesSearchRetrieve */ @@ -10531,7 +10531,7 @@ export interface VectorLearningResourcesSearchApiVectorLearningResourcesSearchRe readonly platform?: Array /** - * + * * @type {boolean} * @memberof VectorLearningResourcesSearchApiVectorLearningResourcesSearchRetrieve */ @@ -10768,7 +10768,7 @@ export const VideoShortsApiAxiosParamCreator = function (configuration?: Configu } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10801,7 +10801,7 @@ export const VideoShortsApiAxiosParamCreator = function (configuration?: Configu const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10952,7 +10952,7 @@ export const WebsitesApiAxiosParamCreator = function (configuration?: Configurat return { /** * View for user websites - * @param {UserWebsiteRequest} UserWebsiteRequest + * @param {UserWebsiteRequest} UserWebsiteRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -10972,7 +10972,7 @@ export const WebsitesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -11008,7 +11008,7 @@ export const WebsitesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11030,7 +11030,7 @@ export const WebsitesApiFp = function(configuration?: Configuration) { return { /** * View for user websites - * @param {UserWebsiteRequest} UserWebsiteRequest + * @param {UserWebsiteRequest} UserWebsiteRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11090,7 +11090,7 @@ export const WebsitesApiFactory = function (configuration?: Configuration, baseP */ export interface WebsitesApiWebsitesCreateRequest { /** - * + * * @type {UserWebsiteRequest} * @memberof WebsitesApiWebsitesCreate */ @@ -11152,7 +11152,7 @@ export const WidgetListsApiAxiosParamCreator = function (configuration?: Configu /** * API for managing widget lists * @param {number} id A unique integer value identifying this widget list. - * @param {PatchedWidgetListRequest} [PatchedWidgetListRequest] + * @param {PatchedWidgetListRequest} [PatchedWidgetListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11173,7 +11173,7 @@ export const WidgetListsApiAxiosParamCreator = function (configuration?: Configu const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -11209,7 +11209,7 @@ export const WidgetListsApiAxiosParamCreator = function (configuration?: Configu const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11222,7 +11222,7 @@ export const WidgetListsApiAxiosParamCreator = function (configuration?: Configu /** * API for managing widget lists * @param {number} id A unique integer value identifying this widget list. - * @param {WidgetListRequest} [WidgetListRequest] + * @param {WidgetListRequest} [WidgetListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11243,7 +11243,7 @@ export const WidgetListsApiAxiosParamCreator = function (configuration?: Configu const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -11269,7 +11269,7 @@ export const WidgetListsApiFp = function(configuration?: Configuration) { /** * API for managing widget lists * @param {number} id A unique integer value identifying this widget list. - * @param {PatchedWidgetListRequest} [PatchedWidgetListRequest] + * @param {PatchedWidgetListRequest} [PatchedWidgetListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11294,7 +11294,7 @@ export const WidgetListsApiFp = function(configuration?: Configuration) { /** * API for managing widget lists * @param {number} id A unique integer value identifying this widget list. - * @param {WidgetListRequest} [WidgetListRequest] + * @param {WidgetListRequest} [WidgetListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -11358,7 +11358,7 @@ export interface WidgetListsApiWidgetListsPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedWidgetListRequest} * @memberof WidgetListsApiWidgetListsPartialUpdate */ @@ -11393,7 +11393,7 @@ export interface WidgetListsApiWidgetListsUpdateRequest { readonly id: number /** - * + * * @type {WidgetListRequest} * @memberof WidgetListsApiWidgetListsUpdate */ @@ -11440,6 +11440,3 @@ export class WidgetListsApi extends BaseAPI { return WidgetListsApiFp(this.configuration).widgetListsUpdate(requestParameters.id, requestParameters.WidgetListRequest, options).then((request) => request(this.axios, this.basePath)); } } - - - diff --git a/src/typescript/mit-learn-api-axios/src/v0/base.ts b/src/typescript/mit-learn-api-axios/src/v0/base.ts index c96f3b5..380ee22 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/base.ts +++ b/src/typescript/mit-learn-api-axios/src/v0/base.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech diff --git a/src/typescript/mit-learn-api-axios/src/v0/common.ts b/src/typescript/mit-learn-api-axios/src/v0/common.ts index 886678a..16b7fb9 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/common.ts +++ b/src/typescript/mit-learn-api-axios/src/v0/common.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -89,17 +89,17 @@ function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: an if (typeof parameter === "object") { if (Array.isArray(parameter)) { (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key)); - } + } else { - Object.keys(parameter).forEach(currentKey => + Object.keys(parameter).forEach(currentKey => setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`) ); } - } + } else { if (urlSearchParams.has(key)) { urlSearchParams.append(key, parameter); - } + } else { urlSearchParams.set(key, parameter); } diff --git a/src/typescript/mit-learn-api-axios/src/v0/configuration.ts b/src/typescript/mit-learn-api-axios/src/v0/configuration.ts index 2a4d963..0e2e189 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/configuration.ts +++ b/src/typescript/mit-learn-api-axios/src/v0/configuration.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech diff --git a/src/typescript/mit-learn-api-axios/src/v0/index.ts b/src/typescript/mit-learn-api-axios/src/v0/index.ts index a2ad950..fd6180a 100644 --- a/src/typescript/mit-learn-api-axios/src/v0/index.ts +++ b/src/typescript/mit-learn-api-axios/src/v0/index.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -15,4 +15,3 @@ export * from "./api"; export * from "./configuration"; - diff --git a/src/typescript/mit-learn-api-axios/src/v1/.openapi-generator/VERSION b/src/typescript/mit-learn-api-axios/src/v1/.openapi-generator/VERSION index 4b49d9b..0ee843c 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/.openapi-generator/VERSION +++ b/src/typescript/mit-learn-api-axios/src/v1/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.2.0 diff --git a/src/typescript/mit-learn-api-axios/src/v1/api.ts b/src/typescript/mit-learn-api-axios/src/v1/api.ts index e59b3cb..99d5b85 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/api.ts +++ b/src/typescript/mit-learn-api-axios/src/v1/api.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v1) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -94,103 +94,103 @@ export type AggregationsEnum = typeof AggregationsEnum[keyof typeof Aggregations */ export interface ArticleResource { /** - * + * * @type {number} * @memberof ArticleResource */ 'id': number; /** - * + * * @type {Array} * @memberof ArticleResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof ArticleResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ArticleResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof ArticleResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof ArticleResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof ArticleResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof ArticleResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof ArticleResource */ 'views': number; /** - * + * * @type {Array} * @memberof ArticleResource */ @@ -208,19 +208,19 @@ export interface ArticleResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof ArticleResource */ 'format': Array; /** - * + * * @type {Array} * @memberof ArticleResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof ArticleResource */ @@ -232,151 +232,151 @@ export interface ArticleResource { */ 'best_run_id': number | null; /** - * + * * @type {ArticleResourceResourceTypeEnum} * @memberof ArticleResource */ 'resource_type': ArticleResourceResourceTypeEnum; /** - * + * * @type {string} * @memberof ArticleResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof ArticleResource */ 'title': string; /** - * + * * @type {string} * @memberof ArticleResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ArticleResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ArticleResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof ArticleResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ArticleResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ArticleResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ArticleResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'location'?: string; /** - * + * * @type {string} * @memberof ArticleResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof ArticleResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ArticleResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ArticleResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ArticleResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof ArticleResource */ @@ -391,139 +391,139 @@ export interface ArticleResource { */ export interface ArticleResourceRequest { /** - * + * * @type {Array} * @memberof ArticleResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ArticleResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ArticleResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ArticleResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ArticleResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ArticleResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ArticleResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ArticleResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof ArticleResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ArticleResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ArticleResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ArticleResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ArticleResourceRequest */ @@ -532,7 +532,7 @@ export interface ArticleResourceRequest { /** - * + * * @export * @enum {string} */ @@ -599,145 +599,145 @@ export type CertificationTypeEnum = typeof CertificationTypeEnum[keyof typeof Ce */ export interface ContentFile { /** - * + * * @type {number} * @memberof ContentFile */ 'id': number; /** - * + * * @type {number} * @memberof ContentFile */ 'run_id'?: number; /** - * + * * @type {string} * @memberof ContentFile */ 'run_title'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'run_slug'?: string; /** - * + * * @type {Array} * @memberof ContentFile */ 'departments': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'semester'?: string; /** - * + * * @type {number} * @memberof ContentFile */ 'year'?: number; /** - * + * * @type {Array} * @memberof ContentFile */ 'topics': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'key'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'uid'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'title'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'description'?: string | null; /** - * + * * @type {boolean} * @memberof ContentFile */ 'require_summaries': boolean; /** - * + * * @type {string} * @memberof ContentFile */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ContentFile */ 'content_feature_type': Array; /** - * + * * @type {ContentTypeEnum} * @memberof ContentFile */ 'content_type'?: ContentTypeEnum; /** - * + * * @type {string} * @memberof ContentFile */ 'content'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_title'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_author'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'content_language'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'checksum'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'image_src'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'resource_id': string; /** - * + * * @type {string} * @memberof ContentFile */ @@ -749,49 +749,49 @@ export interface ContentFile { */ 'course_number': Array; /** - * + * * @type {string} * @memberof ContentFile */ 'file_type'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'file_extension'?: string | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ContentFile */ 'offered_by': LearningResourceOfferor; /** - * + * * @type {LearningResourcePlatform} * @memberof ContentFile */ 'platform': LearningResourcePlatform; /** - * + * * @type {string} * @memberof ContentFile */ 'run_readable_id'?: string; /** - * + * * @type {string} * @memberof ContentFile */ 'edx_module_id'?: string | null; /** - * + * * @type {string} * @memberof ContentFile */ 'summary'?: string; /** - * + * * @type {any} * @memberof ContentFile */ @@ -806,69 +806,69 @@ export interface ContentFile { */ export interface ContentFileSearchResponse { /** - * + * * @type {number} * @memberof ContentFileSearchResponse */ 'count': number; /** - * + * * @type {string} * @memberof ContentFileSearchResponse */ 'next': string | null; /** - * + * * @type {string} * @memberof ContentFileSearchResponse */ 'previous': string | null; /** - * + * * @type {Array} * @memberof ContentFileSearchResponse */ 'results': Array; /** - * + * * @type {ContentFileSearchResponseMetadata} * @memberof ContentFileSearchResponse */ 'metadata': ContentFileSearchResponseMetadata; } /** - * + * * @export * @interface ContentFileSearchResponseMetadata */ export interface ContentFileSearchResponseMetadata { /** - * + * * @type {{ [key: string]: Array; }} * @memberof ContentFileSearchResponseMetadata */ 'aggregations': { [key: string]: Array; }; /** - * + * * @type {Array} * @memberof ContentFileSearchResponseMetadata */ 'suggestions': Array; } /** - * + * * @export * @interface ContentFileSearchResponseMetadataAggregationsValueInner */ export interface ContentFileSearchResponseMetadataAggregationsValueInner { /** - * + * * @type {string} * @memberof ContentFileSearchResponseMetadataAggregationsValueInner */ 'key': string; /** - * + * * @type {number} * @memberof ContentFileSearchResponseMetadataAggregationsValueInner */ @@ -881,19 +881,19 @@ export interface ContentFileSearchResponseMetadataAggregationsValueInner { */ export interface ContentFileWebHookRequest { /** - * + * * @type {string} * @memberof ContentFileWebHookRequest */ 'content_path'?: string; /** - * + * * @type {SourceEnum} * @memberof ContentFileWebHookRequest */ 'source': SourceEnum; /** - * + * * @type {string} * @memberof ContentFileWebHookRequest */ @@ -908,19 +908,19 @@ export interface ContentFileWebHookRequest { */ export interface ContentFileWebHookRequestRequest { /** - * + * * @type {string} * @memberof ContentFileWebHookRequestRequest */ 'content_path'?: string; /** - * + * * @type {SourceEnum} * @memberof ContentFileWebHookRequestRequest */ 'source': SourceEnum; /** - * + * * @type {string} * @memberof ContentFileWebHookRequestRequest */ @@ -963,7 +963,7 @@ export type ContentTypeEnum = typeof ContentTypeEnum[keyof typeof ContentTypeEnu */ export interface Course { /** - * + * * @type {Array} * @memberof Course */ @@ -976,19 +976,19 @@ export interface Course { */ export interface CourseNumber { /** - * + * * @type {string} * @memberof CourseNumber */ 'value': string; /** - * + * * @type {LearningResourceDepartment} * @memberof CourseNumber */ 'department': LearningResourceDepartment; /** - * + * * @type {string} * @memberof CourseNumber */ @@ -1001,19 +1001,19 @@ export interface CourseNumber { */ export interface CourseNumberRequest { /** - * + * * @type {string} * @memberof CourseNumberRequest */ 'value': string; /** - * + * * @type {LearningResourceDepartmentRequest} * @memberof CourseNumberRequest */ 'department': LearningResourceDepartmentRequest; /** - * + * * @type {string} * @memberof CourseNumberRequest */ @@ -1026,7 +1026,7 @@ export interface CourseNumberRequest { */ export interface CourseRequest { /** - * + * * @type {Array} * @memberof CourseRequest */ @@ -1039,103 +1039,103 @@ export interface CourseRequest { */ export interface CourseResource { /** - * + * * @type {number} * @memberof CourseResource */ 'id': number; /** - * + * * @type {Array} * @memberof CourseResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof CourseResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof CourseResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof CourseResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof CourseResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof CourseResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof CourseResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof CourseResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof CourseResource */ 'views': number; /** - * + * * @type {Array} * @memberof CourseResource */ @@ -1153,19 +1153,19 @@ export interface CourseResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof CourseResource */ 'format': Array; /** - * + * * @type {Array} * @memberof CourseResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof CourseResource */ @@ -1177,157 +1177,157 @@ export interface CourseResource { */ 'best_run_id': number | null; /** - * + * * @type {CourseResourceResourceTypeEnum} * @memberof CourseResource */ 'resource_type': CourseResourceResourceTypeEnum; /** - * + * * @type {Course} * @memberof CourseResource */ 'course': Course; /** - * + * * @type {string} * @memberof CourseResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof CourseResource */ 'title': string; /** - * + * * @type {string} * @memberof CourseResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof CourseResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof CourseResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof CourseResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof CourseResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof CourseResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof CourseResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof CourseResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof CourseResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof CourseResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof CourseResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof CourseResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof CourseResource */ 'location'?: string; /** - * + * * @type {string} * @memberof CourseResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof CourseResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof CourseResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof CourseResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof CourseResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof CourseResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof CourseResource */ @@ -1336,19 +1336,19 @@ export interface CourseResource { /** - * + * * @export * @interface CourseResourceCertificationType */ export interface CourseResourceCertificationType { /** - * + * * @type {string} * @memberof CourseResourceCertificationType */ 'code': CourseResourceCertificationTypeCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceCertificationType */ @@ -1365,19 +1365,19 @@ export const CourseResourceCertificationTypeCodeEnum = { export type CourseResourceCertificationTypeCodeEnum = typeof CourseResourceCertificationTypeCodeEnum[keyof typeof CourseResourceCertificationTypeCodeEnum]; /** - * + * * @export * @interface CourseResourceDeliveryInner */ export interface CourseResourceDeliveryInner { /** - * + * * @type {string} * @memberof CourseResourceDeliveryInner */ 'code': CourseResourceDeliveryInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceDeliveryInner */ @@ -1394,19 +1394,19 @@ export const CourseResourceDeliveryInnerCodeEnum = { export type CourseResourceDeliveryInnerCodeEnum = typeof CourseResourceDeliveryInnerCodeEnum[keyof typeof CourseResourceDeliveryInnerCodeEnum]; /** - * + * * @export * @interface CourseResourceFormatInner */ export interface CourseResourceFormatInner { /** - * + * * @type {string} * @memberof CourseResourceFormatInner */ 'code': CourseResourceFormatInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourceFormatInner */ @@ -1421,19 +1421,19 @@ export const CourseResourceFormatInnerCodeEnum = { export type CourseResourceFormatInnerCodeEnum = typeof CourseResourceFormatInnerCodeEnum[keyof typeof CourseResourceFormatInnerCodeEnum]; /** - * + * * @export * @interface CourseResourcePaceInner */ export interface CourseResourcePaceInner { /** - * + * * @type {string} * @memberof CourseResourcePaceInner */ 'code': CourseResourcePaceInnerCodeEnum; /** - * + * * @type {string} * @memberof CourseResourcePaceInner */ @@ -1454,139 +1454,139 @@ export type CourseResourcePaceInnerCodeEnum = typeof CourseResourcePaceInnerCode */ export interface CourseResourceRequest { /** - * + * * @type {Array} * @memberof CourseResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof CourseResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof CourseResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof CourseResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof CourseResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof CourseResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof CourseResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof CourseResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof CourseResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof CourseResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof CourseResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof CourseResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof CourseResourceRequest */ @@ -1595,7 +1595,7 @@ export interface CourseResourceRequest { /** - * + * * @export * @enum {string} */ @@ -1802,7 +1802,7 @@ export type DepartmentEnum = typeof DepartmentEnum[keyof typeof DepartmentEnum]; */ export interface LearningPath { /** - * + * * @type {number} * @memberof LearningPath */ @@ -1821,31 +1821,31 @@ export interface LearningPath { */ export interface LearningPathRelationship { /** - * + * * @type {number} * @memberof LearningPathRelationship */ 'id': number; /** - * + * * @type {LearningResource} * @memberof LearningPathRelationship */ 'resource': LearningResource; /** - * + * * @type {number} * @memberof LearningPathRelationship */ 'position'?: number; /** - * + * * @type {number} * @memberof LearningPathRelationship */ 'parent': number; /** - * + * * @type {number} * @memberof LearningPathRelationship */ @@ -1858,19 +1858,19 @@ export interface LearningPathRelationship { */ export interface LearningPathRelationshipRequest { /** - * + * * @type {number} * @memberof LearningPathRelationshipRequest */ 'position'?: number; /** - * + * * @type {number} * @memberof LearningPathRelationshipRequest */ 'parent': number; /** - * + * * @type {number} * @memberof LearningPathRelationshipRequest */ @@ -1883,103 +1883,103 @@ export interface LearningPathRelationshipRequest { */ export interface LearningPathResource { /** - * + * * @type {number} * @memberof LearningPathResource */ 'id': number; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof LearningPathResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof LearningPathResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof LearningPathResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof LearningPathResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof LearningPathResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof LearningPathResource */ 'views': number; /** - * + * * @type {Array} * @memberof LearningPathResource */ @@ -1997,19 +1997,19 @@ export interface LearningPathResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'format': Array; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof LearningPathResource */ @@ -2021,157 +2021,157 @@ export interface LearningPathResource { */ 'best_run_id': number | null; /** - * + * * @type {LearningPathResourceResourceTypeEnum} * @memberof LearningPathResource */ 'resource_type': LearningPathResourceResourceTypeEnum; /** - * + * * @type {LearningPath} * @memberof LearningPathResource */ 'learning_path': LearningPath; /** - * + * * @type {string} * @memberof LearningPathResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'title': string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof LearningPathResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'professional'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningPathResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof LearningPathResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningPathResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningPathResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningPathResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningPathResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof LearningPathResource */ @@ -2186,145 +2186,145 @@ export interface LearningPathResource { */ export interface LearningPathResourceRequest { /** - * + * * @type {Array} * @memberof LearningPathResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningPathResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningPathResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof LearningPathResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof LearningPathResourceRequest */ 'professional'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningPathResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof LearningPathResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof LearningPathResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof LearningPathResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningPathResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningPathResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningPathResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningPathResourceRequest */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof LearningPathResourceRequest */ @@ -2333,7 +2333,7 @@ export interface LearningPathResourceRequest { /** - * + * * @export * @enum {string} */ @@ -2358,19 +2358,19 @@ export type LearningResource = { resource_type: 'article' } & ArticleResource | */ export interface LearningResourceBaseDepartment { /** - * + * * @type {string} * @memberof LearningResourceBaseDepartment */ 'department_id': string; /** - * + * * @type {string} * @memberof LearningResourceBaseDepartment */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceBaseDepartment */ @@ -2383,19 +2383,19 @@ export interface LearningResourceBaseDepartment { */ export interface LearningResourceBaseSchool { /** - * + * * @type {number} * @memberof LearningResourceBaseSchool */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceBaseSchool */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceBaseSchool */ @@ -2408,13 +2408,13 @@ export interface LearningResourceBaseSchool { */ export interface LearningResourceBaseSchoolRequest { /** - * + * * @type {string} * @memberof LearningResourceBaseSchoolRequest */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceBaseSchoolRequest */ @@ -2427,13 +2427,13 @@ export interface LearningResourceBaseSchoolRequest { */ export interface LearningResourceContentTag { /** - * + * * @type {number} * @memberof LearningResourceContentTag */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceContentTag */ @@ -2446,25 +2446,25 @@ export interface LearningResourceContentTag { */ export interface LearningResourceDepartment { /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'department_id': string; /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceDepartment */ 'channel_url': string | null; /** - * + * * @type {LearningResourceBaseSchool} * @memberof LearningResourceDepartment */ @@ -2477,13 +2477,13 @@ export interface LearningResourceDepartment { */ export interface LearningResourceDepartmentRequest { /** - * + * * @type {string} * @memberof LearningResourceDepartmentRequest */ 'department_id': string; /** - * + * * @type {string} * @memberof LearningResourceDepartmentRequest */ @@ -2628,50 +2628,50 @@ export interface LearningResourceDisplayInfoResponse { */ 'duration': string | null; /** - * + * * @type {number} * @memberof LearningResourceDisplayInfoResponse */ 'id': number; } /** - * + * * @export * @interface LearningResourceDisplayInfoResponseRunsInner */ export interface LearningResourceDisplayInfoResponseRunsInner { /** - * + * * @type {string} * @memberof LearningResourceDisplayInfoResponseRunsInner */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningResourceDisplayInfoResponseRunsInner */ 'start_date'?: string; /** - * + * * @type {Array} * @memberof LearningResourceDisplayInfoResponseRunsInner */ 'instructors'?: Array; /** - * + * * @type {string} * @memberof LearningResourceDisplayInfoResponseRunsInner */ 'duration'?: string; /** - * + * * @type {string} * @memberof LearningResourceDisplayInfoResponseRunsInner */ 'price'?: string; /** - * + * * @type {Array} * @memberof LearningResourceDisplayInfoResponseRunsInner */ @@ -2684,25 +2684,25 @@ export interface LearningResourceDisplayInfoResponseRunsInner { */ export interface LearningResourceImage { /** - * + * * @type {number} * @memberof LearningResourceImage */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceImage */ 'url': string; /** - * + * * @type {string} * @memberof LearningResourceImage */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceImage */ @@ -2715,19 +2715,19 @@ export interface LearningResourceImage { */ export interface LearningResourceImageRequest { /** - * + * * @type {string} * @memberof LearningResourceImageRequest */ 'url': string; /** - * + * * @type {string} * @memberof LearningResourceImageRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceImageRequest */ @@ -2740,25 +2740,25 @@ export interface LearningResourceImageRequest { */ export interface LearningResourceInstructor { /** - * + * * @type {number} * @memberof LearningResourceInstructor */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ 'first_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ 'last_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructor */ @@ -2771,19 +2771,19 @@ export interface LearningResourceInstructor { */ export interface LearningResourceInstructorRequest { /** - * + * * @type {string} * @memberof LearningResourceInstructorRequest */ 'first_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructorRequest */ 'last_name'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceInstructorRequest */ @@ -2796,25 +2796,25 @@ export interface LearningResourceInstructorRequest { */ export interface LearningResourceOfferor { /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceOfferor */ 'channel_url': string | null; /** - * + * * @type {boolean} * @memberof LearningResourceOfferor */ @@ -2827,79 +2827,79 @@ export interface LearningResourceOfferor { */ export interface LearningResourceOfferorDetail { /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'channel_url': string | null; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'name': string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetail */ 'professional'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'offerings'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'audience'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'formats'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'fee'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'certifications'?: Array; /** - * + * * @type {Array} * @memberof LearningResourceOfferorDetail */ 'content_types'?: Array; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'more_information'?: string; /** - * + * * @type {string} * @memberof LearningResourceOfferorDetail */ 'value_prop'?: string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorDetail */ @@ -2912,19 +2912,19 @@ export interface LearningResourceOfferorDetail { */ export interface LearningResourceOfferorRequest { /** - * + * * @type {string} * @memberof LearningResourceOfferorRequest */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourceOfferorRequest */ 'name': string; /** - * + * * @type {boolean} * @memberof LearningResourceOfferorRequest */ @@ -2937,13 +2937,13 @@ export interface LearningResourceOfferorRequest { */ export interface LearningResourcePlatform { /** - * + * * @type {string} * @memberof LearningResourcePlatform */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourcePlatform */ @@ -2956,13 +2956,13 @@ export interface LearningResourcePlatform { */ export interface LearningResourcePlatformRequest { /** - * + * * @type {string} * @memberof LearningResourcePlatformRequest */ 'code': string; /** - * + * * @type {string} * @memberof LearningResourcePlatformRequest */ @@ -2975,13 +2975,13 @@ export interface LearningResourcePlatformRequest { */ export interface LearningResourcePrice { /** - * + * * @type {string} * @memberof LearningResourcePrice */ 'amount': string; /** - * + * * @type {string} * @memberof LearningResourcePrice */ @@ -2994,13 +2994,13 @@ export interface LearningResourcePrice { */ export interface LearningResourcePriceRequest { /** - * + * * @type {string} * @memberof LearningResourcePriceRequest */ 'amount': string; /** - * + * * @type {string} * @memberof LearningResourcePriceRequest */ @@ -3013,37 +3013,37 @@ export interface LearningResourcePriceRequest { */ export interface LearningResourceRelationship { /** - * + * * @type {number} * @memberof LearningResourceRelationship */ 'id': number; /** - * + * * @type {LearningResource} * @memberof LearningResourceRelationship */ 'resource': LearningResource; /** - * + * * @type {number} * @memberof LearningResourceRelationship */ 'position'?: number; /** - * + * * @type {RelationTypeEnum} * @memberof LearningResourceRelationship */ 'relation_type'?: RelationTypeEnum; /** - * + * * @type {number} * @memberof LearningResourceRelationship */ 'parent': number; /** - * + * * @type {number} * @memberof LearningResourceRelationship */ @@ -3058,31 +3058,31 @@ export interface LearningResourceRelationship { */ export interface LearningResourceRelationshipChildField { /** - * + * * @type {number} * @memberof LearningResourceRelationshipChildField */ 'child': number; /** - * + * * @type {number} * @memberof LearningResourceRelationshipChildField */ 'position'?: number; /** - * + * * @type {RelationTypeEnum} * @memberof LearningResourceRelationshipChildField */ 'relation_type'?: RelationTypeEnum; /** - * + * * @type {string} * @memberof LearningResourceRelationshipChildField */ 'title': string; /** - * + * * @type {string} * @memberof LearningResourceRelationshipChildField */ @@ -3103,199 +3103,199 @@ export type LearningResourceRequest = { resource_type: 'article' } & ArticleReso */ export interface LearningResourceRun { /** - * + * * @type {number} * @memberof LearningResourceRun */ 'id': number; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'instructors': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof LearningResourceRun */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'level': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'delivery': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'format': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'pace': Array; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'resource_prices': Array; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'run_id': string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'title': string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningResourceRun */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'url'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'semester'?: string | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'year'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'start_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'end_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'enrollment_start'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'enrollment_end'?: string | null; /** - * + * * @type {Array} * @memberof LearningResourceRun */ 'prices'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'checksum'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningResourceRun */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRun */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningResourceRun */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRun */ @@ -3304,19 +3304,19 @@ export interface LearningResourceRun { /** - * + * * @export * @interface LearningResourceRunLevelInner */ export interface LearningResourceRunLevelInner { /** - * + * * @type {string} * @memberof LearningResourceRunLevelInner */ 'code': LearningResourceRunLevelInnerCodeEnum; /** - * + * * @type {string} * @memberof LearningResourceRunLevelInner */ @@ -3342,157 +3342,157 @@ export type LearningResourceRunLevelInnerCodeEnum = typeof LearningResourceRunLe */ export interface LearningResourceRunRequest { /** - * + * * @type {Array} * @memberof LearningResourceRunRequest */ 'level': Array; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'run_id': string; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'title': string; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof LearningResourceRunRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof LearningResourceRunRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'url'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'semester'?: string | null; /** - * + * * @type {number} * @memberof LearningResourceRunRequest */ 'year'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'start_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'end_date'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'enrollment_start'?: string | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'enrollment_end'?: string | null; /** - * + * * @type {Array} * @memberof LearningResourceRunRequest */ 'prices'?: Array | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'checksum'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof LearningResourceRunRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof LearningResourceRunRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRunRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceRunRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof LearningResourceRunRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof LearningResourceRunRequest */ @@ -3507,25 +3507,25 @@ export interface LearningResourceRunRequest { */ export interface LearningResourceSchool { /** - * + * * @type {number} * @memberof LearningResourceSchool */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceSchool */ 'name': string; /** - * + * * @type {string} * @memberof LearningResourceSchool */ 'url': string; /** - * + * * @type {Array} * @memberof LearningResourceSchool */ @@ -3538,13 +3538,13 @@ export interface LearningResourceSchool { */ export interface LearningResourceSummary { /** - * + * * @type {number} * @memberof LearningResourceSummary */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceSummary */ @@ -3557,13 +3557,13 @@ export interface LearningResourceSummary { */ export interface LearningResourceTopic { /** - * + * * @type {number} * @memberof LearningResourceTopic */ 'id': number; /** - * + * * @type {string} * @memberof LearningResourceTopic */ @@ -3575,13 +3575,13 @@ export interface LearningResourceTopic { */ 'icon'?: string; /** - * + * * @type {number} * @memberof LearningResourceTopic */ 'parent'?: number | null; /** - * + * * @type {string} * @memberof LearningResourceTopic */ @@ -3594,31 +3594,31 @@ export interface LearningResourceTopic { */ export interface LearningResourcesSearchResponse { /** - * + * * @type {number} * @memberof LearningResourcesSearchResponse */ 'count': number; /** - * + * * @type {string} * @memberof LearningResourcesSearchResponse */ 'next': string | null; /** - * + * * @type {string} * @memberof LearningResourcesSearchResponse */ 'previous': string | null; /** - * + * * @type {Array} * @memberof LearningResourcesSearchResponse */ 'results': Array; /** - * + * * @type {ContentFileSearchResponseMetadata} * @memberof LearningResourcesSearchResponse */ @@ -3665,13 +3665,13 @@ export type LevelEnum = typeof LevelEnum[keyof typeof LevelEnum]; /** - * + * * @export * @interface MediaUpload201Response */ export interface MediaUpload201Response { /** - * + * * @type {string} * @memberof MediaUpload201Response */ @@ -3684,7 +3684,7 @@ export interface MediaUpload201Response { */ export interface MicroLearningPathRelationship { /** - * + * * @type {number} * @memberof MicroLearningPathRelationship */ @@ -3696,7 +3696,7 @@ export interface MicroLearningPathRelationship { */ 'parent': number; /** - * + * * @type {number} * @memberof MicroLearningPathRelationship */ @@ -3709,7 +3709,7 @@ export interface MicroLearningPathRelationship { */ export interface MicroUserListRelationship { /** - * + * * @type {number} * @memberof MicroUserListRelationship */ @@ -3721,14 +3721,14 @@ export interface MicroUserListRelationship { */ 'parent': number; /** - * + * * @type {number} * @memberof MicroUserListRelationship */ 'child': number; } /** - * + * * @export * @enum {string} */ @@ -3781,682 +3781,682 @@ export type OfferedByEnum = typeof OfferedByEnum[keyof typeof OfferedByEnum]; /** - * + * * @export * @interface PaginatedContentFileList */ export interface PaginatedContentFileList { /** - * + * * @type {number} * @memberof PaginatedContentFileList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedContentFileList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedContentFileList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedContentFileList */ 'results': Array; } /** - * + * * @export * @interface PaginatedCourseResourceList */ export interface PaginatedCourseResourceList { /** - * + * * @type {number} * @memberof PaginatedCourseResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedCourseResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedCourseResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedCourseResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningPathRelationshipList */ export interface PaginatedLearningPathRelationshipList { /** - * + * * @type {number} * @memberof PaginatedLearningPathRelationshipList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningPathRelationshipList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningPathRelationshipList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningPathRelationshipList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningPathResourceList */ export interface PaginatedLearningPathResourceList { /** - * + * * @type {number} * @memberof PaginatedLearningPathResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningPathResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningPathResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningPathResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceContentTagList */ export interface PaginatedLearningResourceContentTagList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceContentTagList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceContentTagList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceContentTagList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceContentTagList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceDepartmentList */ export interface PaginatedLearningResourceDepartmentList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceDepartmentList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceDepartmentList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceDepartmentList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceDepartmentList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceDisplayInfoResponseList */ export interface PaginatedLearningResourceDisplayInfoResponseList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceDisplayInfoResponseList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceDisplayInfoResponseList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceDisplayInfoResponseList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceDisplayInfoResponseList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceList */ export interface PaginatedLearningResourceList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceOfferorDetailList */ export interface PaginatedLearningResourceOfferorDetailList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceOfferorDetailList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceOfferorDetailList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceOfferorDetailList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceOfferorDetailList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourcePlatformList */ export interface PaginatedLearningResourcePlatformList { /** - * + * * @type {number} * @memberof PaginatedLearningResourcePlatformList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourcePlatformList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourcePlatformList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourcePlatformList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceRelationshipList */ export interface PaginatedLearningResourceRelationshipList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceRelationshipList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceRelationshipList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceRelationshipList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceRelationshipList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceSchoolList */ export interface PaginatedLearningResourceSchoolList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceSchoolList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceSchoolList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceSchoolList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceSchoolList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceSummaryList */ export interface PaginatedLearningResourceSummaryList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceSummaryList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceSummaryList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceSummaryList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceSummaryList */ 'results': Array; } /** - * + * * @export * @interface PaginatedLearningResourceTopicList */ export interface PaginatedLearningResourceTopicList { /** - * + * * @type {number} * @memberof PaginatedLearningResourceTopicList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedLearningResourceTopicList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedLearningResourceTopicList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedLearningResourceTopicList */ 'results': Array; } /** - * + * * @export * @interface PaginatedPodcastEpisodeResourceList */ export interface PaginatedPodcastEpisodeResourceList { /** - * + * * @type {number} * @memberof PaginatedPodcastEpisodeResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedPodcastEpisodeResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedPodcastEpisodeResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedPodcastEpisodeResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedPodcastResourceList */ export interface PaginatedPodcastResourceList { /** - * + * * @type {number} * @memberof PaginatedPodcastResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedPodcastResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedPodcastResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedPodcastResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedProgramResourceList */ export interface PaginatedProgramResourceList { /** - * + * * @type {number} * @memberof PaginatedProgramResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedProgramResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedProgramResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedProgramResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedRichTextArticleList */ export interface PaginatedRichTextArticleList { /** - * + * * @type {number} * @memberof PaginatedRichTextArticleList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedRichTextArticleList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedRichTextArticleList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedRichTextArticleList */ 'results': Array; } /** - * + * * @export * @interface PaginatedUserListList */ export interface PaginatedUserListList { /** - * + * * @type {number} * @memberof PaginatedUserListList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedUserListList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedUserListList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedUserListList */ 'results': Array; } /** - * + * * @export * @interface PaginatedUserListRelationshipList */ export interface PaginatedUserListRelationshipList { /** - * + * * @type {number} * @memberof PaginatedUserListRelationshipList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedUserListRelationshipList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedUserListRelationshipList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedUserListRelationshipList */ 'results': Array; } /** - * + * * @export * @interface PaginatedVideoPlaylistResourceList */ export interface PaginatedVideoPlaylistResourceList { /** - * + * * @type {number} * @memberof PaginatedVideoPlaylistResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedVideoPlaylistResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedVideoPlaylistResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedVideoPlaylistResourceList */ 'results': Array; } /** - * + * * @export * @interface PaginatedVideoResourceList */ export interface PaginatedVideoResourceList { /** - * + * * @type {number} * @memberof PaginatedVideoResourceList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedVideoResourceList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedVideoResourceList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedVideoResourceList */ @@ -4469,19 +4469,19 @@ export interface PaginatedVideoResourceList { */ export interface PatchedLearningPathRelationshipRequest { /** - * + * * @type {number} * @memberof PatchedLearningPathRelationshipRequest */ 'position'?: number; /** - * + * * @type {number} * @memberof PatchedLearningPathRelationshipRequest */ 'parent'?: number; /** - * + * * @type {number} * @memberof PatchedLearningPathRelationshipRequest */ @@ -4494,145 +4494,145 @@ export interface PatchedLearningPathRelationshipRequest { */ export interface PatchedLearningPathResourceRequest { /** - * + * * @type {Array} * @memberof PatchedLearningPathResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'title'?: string; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PatchedLearningPathResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PatchedLearningPathResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PatchedLearningPathResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof PatchedLearningPathResourceRequest */ 'professional'?: boolean; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PatchedLearningPathResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PatchedLearningPathResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PatchedLearningPathResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PatchedLearningPathResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof PatchedLearningPathResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PatchedLearningPathResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PatchedLearningPathResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PatchedLearningPathResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PatchedLearningPathResourceRequest */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof PatchedLearningPathResourceRequest */ @@ -4647,25 +4647,25 @@ export interface PatchedLearningPathResourceRequest { */ export interface PatchedLearningResourceRelationshipRequest { /** - * + * * @type {number} * @memberof PatchedLearningResourceRelationshipRequest */ 'position'?: number; /** - * + * * @type {RelationTypeEnum} * @memberof PatchedLearningResourceRelationshipRequest */ 'relation_type'?: RelationTypeEnum; /** - * + * * @type {number} * @memberof PatchedLearningResourceRelationshipRequest */ 'parent'?: number; /** - * + * * @type {number} * @memberof PatchedLearningResourceRelationshipRequest */ @@ -4680,25 +4680,25 @@ export interface PatchedLearningResourceRelationshipRequest { */ export interface PatchedRichTextArticleRequest { /** - * + * * @type {string} * @memberof PatchedRichTextArticleRequest */ 'title'?: string; /** - * + * * @type {any} * @memberof PatchedRichTextArticleRequest */ 'content'?: any; /** - * + * * @type {boolean} * @memberof PatchedRichTextArticleRequest */ 'is_published'?: boolean; /** - * + * * @type {string} * @memberof PatchedRichTextArticleRequest */ @@ -4711,19 +4711,19 @@ export interface PatchedRichTextArticleRequest { */ export interface PatchedUserListRelationshipRequest { /** - * + * * @type {number} * @memberof PatchedUserListRelationshipRequest */ 'position'?: number; /** - * + * * @type {number} * @memberof PatchedUserListRelationshipRequest */ 'parent'?: number; /** - * + * * @type {number} * @memberof PatchedUserListRelationshipRequest */ @@ -4736,25 +4736,25 @@ export interface PatchedUserListRelationshipRequest { */ export interface PatchedUserListRequest { /** - * + * * @type {Array} * @memberof PatchedUserListRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof PatchedUserListRequest */ 'title'?: string; /** - * + * * @type {string} * @memberof PatchedUserListRequest */ 'description'?: string; /** - * + * * @type {PrivacyLevelEnum} * @memberof PatchedUserListRequest */ @@ -4769,37 +4769,37 @@ export interface PatchedUserListRequest { */ export interface PercolateQuery { /** - * + * * @type {number} * @memberof PercolateQuery */ 'id': number; /** - * + * * @type {string} * @memberof PercolateQuery */ 'source_description': string; /** - * + * * @type {string} * @memberof PercolateQuery */ 'source_label': string; /** - * + * * @type {any} * @memberof PercolateQuery */ 'original_query': any; /** - * + * * @type {any} * @memberof PercolateQuery */ 'query': any; /** - * + * * @type {SourceTypeEnum} * @memberof PercolateQuery */ @@ -4874,7 +4874,7 @@ export interface PercolateQuerySubscriptionRequestRequest { */ 'id'?: Array; /** - * + * * @type {SortbyEnum} * @memberof PercolateQuerySubscriptionRequestRequest */ @@ -4886,13 +4886,13 @@ export interface PercolateQuerySubscriptionRequestRequest { */ 'resource_type'?: Array; /** - * + * * @type {boolean} * @memberof PercolateQuerySubscriptionRequestRequest */ 'free'?: boolean | null; /** - * + * * @type {boolean} * @memberof PercolateQuerySubscriptionRequestRequest */ @@ -4922,7 +4922,7 @@ export interface PercolateQuerySubscriptionRequestRequest { */ 'department'?: Array; /** - * + * * @type {Array} * @memberof PercolateQuerySubscriptionRequestRequest */ @@ -4952,7 +4952,7 @@ export interface PercolateQuerySubscriptionRequestRequest { */ 'resource_category'?: Array; /** - * + * * @type {SearchModeEnum} * @memberof PercolateQuerySubscriptionRequestRequest */ @@ -4982,7 +4982,7 @@ export interface PercolateQuerySubscriptionRequestRequest { */ 'content_file_score_weight'?: number | null; /** - * + * * @type {SourceTypeEnum} * @memberof PercolateQuerySubscriptionRequestRequest */ @@ -5133,31 +5133,31 @@ export type PlatformEnum = typeof PlatformEnum[keyof typeof PlatformEnum]; */ export interface Podcast { /** - * + * * @type {number} * @memberof Podcast */ 'id': number; /** - * + * * @type {number} * @memberof Podcast */ 'episode_count': number; /** - * + * * @type {string} * @memberof Podcast */ 'apple_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof Podcast */ 'google_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof Podcast */ @@ -5170,7 +5170,7 @@ export interface Podcast { */ export interface PodcastEpisode { /** - * + * * @type {number} * @memberof PodcastEpisode */ @@ -5182,31 +5182,31 @@ export interface PodcastEpisode { */ 'podcasts': Array; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'transcript'?: string; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'audio_url': string; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'episode_link'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisode */ 'duration'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisode */ @@ -5219,31 +5219,31 @@ export interface PodcastEpisode { */ export interface PodcastEpisodeRequest { /** - * + * * @type {string} * @memberof PodcastEpisodeRequest */ 'transcript'?: string; /** - * + * * @type {string} * @memberof PodcastEpisodeRequest */ 'audio_url': string; /** - * + * * @type {string} * @memberof PodcastEpisodeRequest */ 'episode_link'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeRequest */ 'duration'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeRequest */ @@ -5256,103 +5256,103 @@ export interface PodcastEpisodeRequest { */ export interface PodcastEpisodeResource { /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'id': number; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof PodcastEpisodeResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof PodcastEpisodeResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof PodcastEpisodeResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof PodcastEpisodeResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'views': number; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ @@ -5370,19 +5370,19 @@ export interface PodcastEpisodeResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'format': Array; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof PodcastEpisodeResource */ @@ -5394,157 +5394,157 @@ export interface PodcastEpisodeResource { */ 'best_run_id': number | null; /** - * + * * @type {PodcastEpisodeResourceResourceTypeEnum} * @memberof PodcastEpisodeResource */ 'resource_type': PodcastEpisodeResourceResourceTypeEnum; /** - * + * * @type {PodcastEpisode} * @memberof PodcastEpisodeResource */ 'podcast_episode': PodcastEpisode; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'title': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastEpisodeResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResource */ @@ -5559,139 +5559,139 @@ export interface PodcastEpisodeResource { */ export interface PodcastEpisodeResourceRequest { /** - * + * * @type {Array} * @memberof PodcastEpisodeResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastEpisodeResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastEpisodeResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastEpisodeResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastEpisodeResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastEpisodeResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastEpisodeResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastEpisodeResourceRequest */ @@ -5700,7 +5700,7 @@ export interface PodcastEpisodeResourceRequest { /** - * + * * @export * @enum {string} */ @@ -5719,25 +5719,25 @@ export type PodcastEpisodeResourceResourceTypeEnum = typeof PodcastEpisodeResour */ export interface PodcastRequest { /** - * + * * @type {number} * @memberof PodcastRequest */ 'episode_count': number; /** - * + * * @type {string} * @memberof PodcastRequest */ 'apple_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof PodcastRequest */ 'google_podcasts_url'?: string | null; /** - * + * * @type {string} * @memberof PodcastRequest */ @@ -5750,103 +5750,103 @@ export interface PodcastRequest { */ export interface PodcastResource { /** - * + * * @type {number} * @memberof PodcastResource */ 'id': number; /** - * + * * @type {Array} * @memberof PodcastResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof PodcastResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof PodcastResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof PodcastResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof PodcastResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof PodcastResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof PodcastResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof PodcastResource */ 'views': number; /** - * + * * @type {Array} * @memberof PodcastResource */ @@ -5864,19 +5864,19 @@ export interface PodcastResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof PodcastResource */ 'format': Array; /** - * + * * @type {Array} * @memberof PodcastResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof PodcastResource */ @@ -5888,157 +5888,157 @@ export interface PodcastResource { */ 'best_run_id': number | null; /** - * + * * @type {PodcastResourceResourceTypeEnum} * @memberof PodcastResource */ 'resource_type': PodcastResourceResourceTypeEnum; /** - * + * * @type {Podcast} * @memberof PodcastResource */ 'podcast': Podcast; /** - * + * * @type {string} * @memberof PodcastResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastResource */ 'title': string; /** - * + * * @type {string} * @memberof PodcastResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof PodcastResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof PodcastResource */ @@ -6053,139 +6053,139 @@ export interface PodcastResource { */ export interface PodcastResourceRequest { /** - * + * * @type {Array} * @memberof PodcastResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof PodcastResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof PodcastResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof PodcastResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof PodcastResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof PodcastResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof PodcastResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof PodcastResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof PodcastResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof PodcastResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof PodcastResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof PodcastResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof PodcastResourceRequest */ @@ -6194,7 +6194,7 @@ export interface PodcastResourceRequest { /** - * + * * @export * @enum {string} */ @@ -6233,7 +6233,7 @@ export type PrivacyLevelEnum = typeof PrivacyLevelEnum[keyof typeof PrivacyLevel */ export interface Program { /** - * + * * @type {number} * @memberof Program */ @@ -6246,127 +6246,127 @@ export interface Program { */ export interface ProgramCertificate { /** - * + * * @type {string} * @memberof ProgramCertificate */ 'record_hash': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_letter_generate_url': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_letter_share_url': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'program_title': string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_full_name'?: string; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_email': string; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'user_edxorg_id'?: number | null; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'micromasters_program_id'?: number | null; /** - * + * * @type {number} * @memberof ProgramCertificate */ 'mitxonline_program_id'?: number | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_edxorg_username'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_gender'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_city'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_first_name'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_last_name'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_year_of_birth'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_country'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_postal_code'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_street_address'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_address_state_or_territory'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ 'user_mitxonline_username'?: string | null; /** - * + * * @type {string} * @memberof ProgramCertificate */ @@ -6379,19 +6379,19 @@ export interface ProgramCertificate { */ export interface ProgramLetter { /** - * + * * @type {string} * @memberof ProgramLetter */ 'id': string; /** - * + * * @type {ProgramLetterTemplateField} * @memberof ProgramLetter */ 'template_fields': ProgramLetterTemplateField; /** - * + * * @type {ProgramCertificate} * @memberof ProgramLetter */ @@ -6404,61 +6404,61 @@ export interface ProgramLetter { */ export interface ProgramLetterTemplateField { /** - * + * * @type {number} * @memberof ProgramLetterTemplateField */ 'id': number; /** - * + * * @type {any} * @memberof ProgramLetterTemplateField */ 'meta': any; /** - * + * * @type {string} * @memberof ProgramLetterTemplateField */ 'title': string; /** - * + * * @type {number} * @memberof ProgramLetterTemplateField */ 'program_id': number; /** - * + * * @type {any} * @memberof ProgramLetterTemplateField */ 'program_letter_footer': any; /** - * + * * @type {string} * @memberof ProgramLetterTemplateField */ 'program_letter_footer_text': string; /** - * + * * @type {string} * @memberof ProgramLetterTemplateField */ 'program_letter_header_text': string; /** - * + * * @type {string} * @memberof ProgramLetterTemplateField */ 'program_letter_text': string; /** - * + * * @type {any} * @memberof ProgramLetterTemplateField */ 'program_letter_logo': any; /** - * + * * @type {Array} * @memberof ProgramLetterTemplateField */ @@ -6471,103 +6471,103 @@ export interface ProgramLetterTemplateField { */ export interface ProgramResource { /** - * + * * @type {number} * @memberof ProgramResource */ 'id': number; /** - * + * * @type {Array} * @memberof ProgramResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof ProgramResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof ProgramResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof ProgramResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof ProgramResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof ProgramResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof ProgramResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof ProgramResource */ 'views': number; /** - * + * * @type {Array} * @memberof ProgramResource */ @@ -6585,19 +6585,19 @@ export interface ProgramResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof ProgramResource */ 'format': Array; /** - * + * * @type {Array} * @memberof ProgramResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof ProgramResource */ @@ -6609,157 +6609,157 @@ export interface ProgramResource { */ 'best_run_id': number | null; /** - * + * * @type {ProgramResourceResourceTypeEnum} * @memberof ProgramResource */ 'resource_type': ProgramResourceResourceTypeEnum; /** - * + * * @type {Program} * @memberof ProgramResource */ 'program': Program; /** - * + * * @type {string} * @memberof ProgramResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof ProgramResource */ 'title': string; /** - * + * * @type {string} * @memberof ProgramResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ProgramResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ProgramResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof ProgramResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ProgramResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ProgramResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ProgramResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'location'?: string; /** - * + * * @type {string} * @memberof ProgramResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof ProgramResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ProgramResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ProgramResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ProgramResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof ProgramResource */ @@ -6774,139 +6774,139 @@ export interface ProgramResource { */ export interface ProgramResourceRequest { /** - * + * * @type {Array} * @memberof ProgramResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof ProgramResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof ProgramResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof ProgramResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof ProgramResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof ProgramResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof ProgramResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof ProgramResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof ProgramResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof ProgramResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof ProgramResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof ProgramResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof ProgramResourceRequest */ @@ -6915,7 +6915,7 @@ export interface ProgramResourceRequest { /** - * + * * @export * @enum {string} */ @@ -7030,49 +7030,49 @@ export type ResourceTypeEnum = typeof ResourceTypeEnum[keyof typeof ResourceType */ export interface RichTextArticle { /** - * + * * @type {number} * @memberof RichTextArticle */ 'id': number; /** - * + * * @type {string} * @memberof RichTextArticle */ 'title': string; /** - * + * * @type {any} * @memberof RichTextArticle */ 'content'?: any; /** - * + * * @type {User} * @memberof RichTextArticle */ 'user': User; /** - * + * * @type {string} * @memberof RichTextArticle */ 'created_on': string; /** - * + * * @type {string} * @memberof RichTextArticle */ 'updated_on': string; /** - * + * * @type {boolean} * @memberof RichTextArticle */ 'is_published'?: boolean; /** - * + * * @type {string} * @memberof RichTextArticle */ @@ -7085,25 +7085,25 @@ export interface RichTextArticle { */ export interface RichTextArticleRequest { /** - * + * * @type {string} * @memberof RichTextArticleRequest */ 'title': string; /** - * + * * @type {any} * @memberof RichTextArticleRequest */ 'content'?: any; /** - * + * * @type {boolean} * @memberof RichTextArticleRequest */ 'is_published'?: boolean; /** - * + * * @type {string} * @memberof RichTextArticleRequest */ @@ -7290,19 +7290,19 @@ export type SourceTypeEnum = typeof SourceTypeEnum[keyof typeof SourceTypeEnum]; /** - * + * * @export * @interface User */ export interface User { /** - * + * * @type {string} * @memberof User */ 'first_name'?: string; /** - * + * * @type {string} * @memberof User */ @@ -7315,13 +7315,13 @@ export interface User { */ export interface UserList { /** - * + * * @type {number} * @memberof UserList */ 'id': number; /** - * + * * @type {Array} * @memberof UserList */ @@ -7339,25 +7339,25 @@ export interface UserList { */ 'image': { [key: string]: any; }; /** - * + * * @type {string} * @memberof UserList */ 'title': string; /** - * + * * @type {string} * @memberof UserList */ 'description'?: string; /** - * + * * @type {PrivacyLevelEnum} * @memberof UserList */ 'privacy_level'?: PrivacyLevelEnum; /** - * + * * @type {number} * @memberof UserList */ @@ -7372,31 +7372,31 @@ export interface UserList { */ export interface UserListRelationship { /** - * + * * @type {number} * @memberof UserListRelationship */ 'id': number; /** - * + * * @type {LearningResource} * @memberof UserListRelationship */ 'resource': LearningResource; /** - * + * * @type {number} * @memberof UserListRelationship */ 'position'?: number; /** - * + * * @type {number} * @memberof UserListRelationship */ 'parent': number; /** - * + * * @type {number} * @memberof UserListRelationship */ @@ -7409,19 +7409,19 @@ export interface UserListRelationship { */ export interface UserListRelationshipRequest { /** - * + * * @type {number} * @memberof UserListRelationshipRequest */ 'position'?: number; /** - * + * * @type {number} * @memberof UserListRelationshipRequest */ 'parent': number; /** - * + * * @type {number} * @memberof UserListRelationshipRequest */ @@ -7434,25 +7434,25 @@ export interface UserListRelationshipRequest { */ export interface UserListRequest { /** - * + * * @type {Array} * @memberof UserListRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof UserListRequest */ 'title': string; /** - * + * * @type {string} * @memberof UserListRequest */ 'description'?: string; /** - * + * * @type {PrivacyLevelEnum} * @memberof UserListRequest */ @@ -7461,19 +7461,19 @@ export interface UserListRequest { /** - * + * * @export * @interface UserRequest */ export interface UserRequest { /** - * + * * @type {string} * @memberof UserRequest */ 'first_name'?: string; /** - * + * * @type {string} * @memberof UserRequest */ @@ -7486,19 +7486,19 @@ export interface UserRequest { */ export interface Video { /** - * + * * @type {number} * @memberof Video */ 'id': number; /** - * + * * @type {string} * @memberof Video */ 'duration': string; /** - * + * * @type {string} * @memberof Video */ @@ -7511,13 +7511,13 @@ export interface Video { */ export interface VideoChannel { /** - * + * * @type {string} * @memberof VideoChannel */ 'channel_id': string; /** - * + * * @type {string} * @memberof VideoChannel */ @@ -7530,13 +7530,13 @@ export interface VideoChannel { */ export interface VideoChannelRequest { /** - * + * * @type {string} * @memberof VideoChannelRequest */ 'channel_id': string; /** - * + * * @type {string} * @memberof VideoChannelRequest */ @@ -7549,19 +7549,19 @@ export interface VideoChannelRequest { */ export interface VideoPlaylist { /** - * + * * @type {number} * @memberof VideoPlaylist */ 'id': number; /** - * + * * @type {VideoChannel} * @memberof VideoPlaylist */ 'channel': VideoChannel | null; /** - * + * * @type {number} * @memberof VideoPlaylist */ @@ -7574,7 +7574,7 @@ export interface VideoPlaylist { */ export interface VideoPlaylistRequest { /** - * + * * @type {number} * @memberof VideoPlaylistRequest */ @@ -7587,103 +7587,103 @@ export interface VideoPlaylistRequest { */ export interface VideoPlaylistResource { /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'id': number; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof VideoPlaylistResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof VideoPlaylistResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof VideoPlaylistResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof VideoPlaylistResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'views': number; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ @@ -7701,19 +7701,19 @@ export interface VideoPlaylistResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'format': Array; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof VideoPlaylistResource */ @@ -7725,157 +7725,157 @@ export interface VideoPlaylistResource { */ 'best_run_id': number | null; /** - * + * * @type {VideoPlaylistResourceResourceTypeEnum} * @memberof VideoPlaylistResource */ 'resource_type': VideoPlaylistResourceResourceTypeEnum; /** - * + * * @type {VideoPlaylist} * @memberof VideoPlaylistResource */ 'video_playlist': VideoPlaylist; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'title': string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoPlaylistResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoPlaylistResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResource */ @@ -7890,139 +7890,139 @@ export interface VideoPlaylistResource { */ export interface VideoPlaylistResourceRequest { /** - * + * * @type {Array} * @memberof VideoPlaylistResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoPlaylistResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoPlaylistResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoPlaylistResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoPlaylistResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoPlaylistResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoPlaylistResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoPlaylistResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoPlaylistResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoPlaylistResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoPlaylistResourceRequest */ @@ -8031,7 +8031,7 @@ export interface VideoPlaylistResourceRequest { /** - * + * * @export * @enum {string} */ @@ -8050,13 +8050,13 @@ export type VideoPlaylistResourceResourceTypeEnum = typeof VideoPlaylistResource */ export interface VideoRequest { /** - * + * * @type {string} * @memberof VideoRequest */ 'duration': string; /** - * + * * @type {string} * @memberof VideoRequest */ @@ -8069,103 +8069,103 @@ export interface VideoRequest { */ export interface VideoResource { /** - * + * * @type {number} * @memberof VideoResource */ 'id': number; /** - * + * * @type {Array} * @memberof VideoResource */ 'topics'?: Array; /** - * + * * @type {number} * @memberof VideoResource */ 'position': number | null; /** - * + * * @type {LearningResourceOfferor} * @memberof VideoResource */ 'offered_by': LearningResourceOfferor | null; /** - * + * * @type {LearningResourcePlatform} * @memberof VideoResource */ 'platform': LearningResourcePlatform | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'course_feature': Array | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'departments': Array | null; /** - * + * * @type {boolean} * @memberof VideoResource */ 'certification': boolean; /** - * + * * @type {CourseResourceCertificationType} * @memberof VideoResource */ 'certification_type': CourseResourceCertificationType; /** - * + * * @type {Array} * @memberof VideoResource */ 'prices': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'resource_prices': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'runs': Array | null; /** - * + * * @type {LearningResourceImage} * @memberof VideoResource */ 'image': LearningResourceImage | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'learning_path_parents': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'user_list_parents': Array; /** - * + * * @type {number} * @memberof VideoResource */ 'views': number; /** - * + * * @type {Array} * @memberof VideoResource */ @@ -8183,19 +8183,19 @@ export interface VideoResource { */ 'resource_category': string; /** - * + * * @type {Array} * @memberof VideoResource */ 'format': Array; /** - * + * * @type {Array} * @memberof VideoResource */ 'pace': Array; /** - * + * * @type {LearningResourceRelationshipChildField} * @memberof VideoResource */ @@ -8207,13 +8207,13 @@ export interface VideoResource { */ 'best_run_id': number | null; /** - * + * * @type {VideoResourceResourceTypeEnum} * @memberof VideoResource */ 'resource_type': VideoResourceResourceTypeEnum; /** - * + * * @type {Video} * @memberof VideoResource */ @@ -8225,145 +8225,145 @@ export interface VideoResource { */ 'playlists': Array; /** - * + * * @type {string} * @memberof VideoResource */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoResource */ 'title': string; /** - * + * * @type {string} * @memberof VideoResource */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoResource */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoResource */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoResource */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoResource */ 'ocw_topics'?: Array; /** - * + * * @type {boolean} * @memberof VideoResource */ 'professional': boolean; /** - * + * * @type {string} * @memberof VideoResource */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoResource */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoResource */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoResource */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoResource */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoResource */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoResource */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoResource */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoResource */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoResource */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoResource */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoResource */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoResource */ 'max_weekly_hours'?: number | null; /** - * + * * @type {boolean} * @memberof VideoResource */ @@ -8378,139 +8378,139 @@ export interface VideoResource { */ export interface VideoResourceRequest { /** - * + * * @type {Array} * @memberof VideoResourceRequest */ 'topics'?: Array; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'readable_id': string; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'title': string; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'description'?: string | null; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'full_description'?: string | null; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'last_modified'?: string | null; /** - * + * * @type {boolean} * @memberof VideoResourceRequest */ 'published'?: boolean; /** - * + * * @type {Array} * @memberof VideoResourceRequest */ 'languages'?: Array | null; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'url'?: string | null; /** - * + * * @type {Array} * @memberof VideoResourceRequest */ 'ocw_topics'?: Array; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'next_start_date'?: string | null; /** - * + * * @type {AvailabilityEnum} * @memberof VideoResourceRequest */ 'availability'?: AvailabilityEnum | null; /** - * + * * @type {number} * @memberof VideoResourceRequest */ 'completeness'?: number; /** - * + * * @type {boolean} * @memberof VideoResourceRequest */ 'license_cc'?: boolean; /** - * + * * @type {boolean} * @memberof VideoResourceRequest */ 'test_mode'?: boolean; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'continuing_ed_credits'?: string | null; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'location'?: string; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'duration'?: string; /** - * + * * @type {number} * @memberof VideoResourceRequest */ 'min_weeks'?: number | null; /** - * + * * @type {number} * @memberof VideoResourceRequest */ 'max_weeks'?: number | null; /** - * + * * @type {string} * @memberof VideoResourceRequest */ 'time_commitment'?: string; /** - * + * * @type {number} * @memberof VideoResourceRequest */ 'min_weekly_hours'?: number | null; /** - * + * * @type {number} * @memberof VideoResourceRequest */ @@ -8519,7 +8519,7 @@ export interface VideoResourceRequest { /** - * + * * @export * @enum {string} */ @@ -8538,19 +8538,19 @@ export type VideoResourceResourceTypeEnum = typeof VideoResourceResourceTypeEnum */ export interface VideoShortWebhookRequestRequest { /** - * + * * @type {string} * @memberof VideoShortWebhookRequestRequest */ 'video_id': string; /** - * + * * @type {{ [key: string]: any; }} * @memberof VideoShortWebhookRequestRequest */ 'youtube_metadata': { [key: string]: any; }; /** - * + * * @type {string} * @memberof VideoShortWebhookRequestRequest */ @@ -8563,19 +8563,19 @@ export interface VideoShortWebhookRequestRequest { */ export interface WebhookResponse { /** - * + * * @type {string} * @memberof WebhookResponse */ 'status': string; /** - * + * * @type {string} * @memberof WebhookResponse */ 'message'?: string; /** - * + * * @type {string} * @memberof WebhookResponse */ @@ -8591,7 +8591,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat /** * Create a new article * @summary Create - * @param {RichTextArticleRequest} RichTextArticleRequest + * @param {RichTextArticleRequest} RichTextArticleRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8611,7 +8611,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -8648,7 +8648,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8682,7 +8682,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8722,7 +8722,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8736,7 +8736,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat * Update an article * @summary Update * @param {number} id A unique integer value identifying this article. - * @param {PatchedRichTextArticleRequest} [PatchedRichTextArticleRequest] + * @param {PatchedRichTextArticleRequest} [PatchedRichTextArticleRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8757,7 +8757,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -8794,7 +8794,7 @@ export const ArticlesApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -8817,7 +8817,7 @@ export const ArticlesApiFp = function(configuration?: Configuration) { /** * Create a new article * @summary Create - * @param {RichTextArticleRequest} RichTextArticleRequest + * @param {RichTextArticleRequest} RichTextArticleRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8871,7 +8871,7 @@ export const ArticlesApiFp = function(configuration?: Configuration) { * Update an article * @summary Update * @param {number} id A unique integer value identifying this article. - * @param {PatchedRichTextArticleRequest} [PatchedRichTextArticleRequest] + * @param {PatchedRichTextArticleRequest} [PatchedRichTextArticleRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -8974,7 +8974,7 @@ export const ArticlesApiFactory = function (configuration?: Configuration, baseP */ export interface ArticlesApiArticlesCreateRequest { /** - * + * * @type {RichTextArticleRequest} * @memberof ArticlesApiArticlesCreate */ @@ -9044,7 +9044,7 @@ export interface ArticlesApiArticlesPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedRichTextArticleRequest} * @memberof ArticlesApiArticlesPartialUpdate */ @@ -9243,7 +9243,7 @@ export const ContentFileSearchApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9568,7 +9568,7 @@ export const ContentfilesApiAxiosParamCreator = function (configuration?: Config } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9606,7 +9606,7 @@ export const ContentfilesApiAxiosParamCreator = function (configuration?: Config const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9894,7 +9894,7 @@ export const CourseFeaturesApiAxiosParamCreator = function (configuration?: Conf } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -9928,7 +9928,7 @@ export const CourseFeaturesApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10147,7 +10147,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10185,7 +10185,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10198,7 +10198,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati /** * Get a paginated list of courses * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -10209,7 +10209,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -10300,7 +10300,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10334,7 +10334,7 @@ export const CoursesApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -10392,7 +10392,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { /** * Get a paginated list of courses * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -10403,7 +10403,7 @@ export const CoursesApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -10582,7 +10582,7 @@ export interface CoursesApiCoursesContentfilesRetrieveRequest { */ export interface CoursesApiCoursesListRequest { /** - * + * * @type {boolean} * @memberof CoursesApiCoursesList */ @@ -10659,7 +10659,7 @@ export interface CoursesApiCoursesListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof CoursesApiCoursesList */ @@ -11006,7 +11006,7 @@ export const DepartmentsApiAxiosParamCreator = function (configuration?: Configu } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11040,7 +11040,7 @@ export const DepartmentsApiAxiosParamCreator = function (configuration?: Configu const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11198,7 +11198,7 @@ export const FeaturedApiAxiosParamCreator = function (configuration?: Configurat /** * Get a paginated list of featured resources * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -11209,7 +11209,7 @@ export const FeaturedApiAxiosParamCreator = function (configuration?: Configurat * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -11300,7 +11300,7 @@ export const FeaturedApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11334,7 +11334,7 @@ export const FeaturedApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11357,7 +11357,7 @@ export const FeaturedApiFp = function(configuration?: Configuration) { /** * Get a paginated list of featured resources * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -11368,7 +11368,7 @@ export const FeaturedApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -11436,7 +11436,7 @@ export const FeaturedApiFactory = function (configuration?: Configuration, baseP */ export interface FeaturedApiFeaturedListRequest { /** - * + * * @type {boolean} * @memberof FeaturedApiFeaturedList */ @@ -11513,7 +11513,7 @@ export interface FeaturedApiFeaturedListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof FeaturedApiFeaturedList */ @@ -11770,7 +11770,7 @@ export const LearningResourceDisplayInfoApiAxiosParamCreator = function (configu /** * Get a paginated list of learning resource display info * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -11781,7 +11781,7 @@ export const LearningResourceDisplayInfoApiAxiosParamCreator = function (configu * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -11872,7 +11872,7 @@ export const LearningResourceDisplayInfoApiAxiosParamCreator = function (configu } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11906,7 +11906,7 @@ export const LearningResourceDisplayInfoApiAxiosParamCreator = function (configu const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -11929,7 +11929,7 @@ export const LearningResourceDisplayInfoApiFp = function(configuration?: Configu /** * Get a paginated list of learning resource display info * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -11940,7 +11940,7 @@ export const LearningResourceDisplayInfoApiFp = function(configuration?: Configu * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -12008,7 +12008,7 @@ export const LearningResourceDisplayInfoApiFactory = function (configuration?: C */ export interface LearningResourceDisplayInfoApiLearningResourceDisplayInfoListRequest { /** - * + * * @type {boolean} * @memberof LearningResourceDisplayInfoApiLearningResourceDisplayInfoList */ @@ -12085,7 +12085,7 @@ export interface LearningResourceDisplayInfoApiLearningResourceDisplayInfoListRe readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourceDisplayInfoApiLearningResourceDisplayInfoList */ @@ -12403,7 +12403,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12441,7 +12441,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12490,7 +12490,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12528,7 +12528,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12543,7 +12543,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C * @summary Set Learning Path Relationships * @param {number} id id of the learning resource * @param {Array} [learning_path_id] id of the parent learning path - * @param {PatchedLearningResourceRelationshipRequest} [PatchedLearningResourceRelationshipRequest] + * @param {PatchedLearningResourceRelationshipRequest} [PatchedLearningResourceRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12568,7 +12568,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -12584,7 +12584,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C /** * Get a paginated list of learning resources. * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -12595,7 +12595,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -12686,7 +12686,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12720,7 +12720,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12733,18 +12733,18 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C /** * Fetch similar learning resources Args: id (integer): The id of the learning resource Returns: QuerySet of similar LearningResource for the resource matching the id parameter * @summary Get similar resources - * @param {number} id - * @param {boolean} [certification] + * @param {number} id + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers learning resources * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean} [free] The course/program is offered for free * @param {Array} [level] The academic level of the resources * `undergraduate` - Undergraduate * `graduate` - Graduate * `high_school` - High School * `noncredit` - Non-Credit * `advanced` - Advanced * `intermediate` - Intermediate * `introductory` - Introductory - * @param {number} [limit] + * @param {number} [limit] * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -12834,7 +12834,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12847,7 +12847,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C /** * Get a paginated list of learning resources with summary fields * @summary Get learning resources summary - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -12858,7 +12858,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -12949,7 +12949,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -12964,7 +12964,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C * @summary Set User List Relationships * @param {number} id id of the learning resource * @param {Array} [userlist_id] id of the parent user list - * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] + * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -12989,7 +12989,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -13005,18 +13005,18 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C /** * Fetch similar learning resources Args: id (integer): The id of the learning resource Returns: QuerySet of similar LearningResource for the resource matching the id parameter * @summary Get similar resources using vector embeddings - * @param {number} id - * @param {boolean} [certification] + * @param {number} id + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers learning resources * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean} [free] The course/program is offered for free * @param {Array} [level] The academic level of the resources * `undergraduate` - Undergraduate * `graduate` - Graduate * `high_school` - High School * `noncredit` - Non-Credit * `advanced` - Advanced * `intermediate` - Intermediate * `introductory` - Introductory - * @param {number} [limit] + * @param {number} [limit] * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -13106,7 +13106,7 @@ export const LearningResourcesApiAxiosParamCreator = function (configuration?: C } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -13196,7 +13196,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { * @summary Set Learning Path Relationships * @param {number} id id of the learning resource * @param {Array} [learning_path_id] id of the parent learning path - * @param {PatchedLearningResourceRelationshipRequest} [PatchedLearningResourceRelationshipRequest] + * @param {PatchedLearningResourceRelationshipRequest} [PatchedLearningResourceRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13209,7 +13209,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { /** * Get a paginated list of learning resources. * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -13220,7 +13220,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -13251,18 +13251,18 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { /** * Fetch similar learning resources Args: id (integer): The id of the learning resource Returns: QuerySet of similar LearningResource for the resource matching the id parameter * @summary Get similar resources - * @param {number} id - * @param {boolean} [certification] + * @param {number} id + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers learning resources * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean} [free] The course/program is offered for free * @param {Array} [level] The academic level of the resources * `undergraduate` - Undergraduate * `graduate` - Graduate * `high_school` - High School * `noncredit` - Non-Credit * `advanced` - Advanced * `intermediate` - Intermediate * `introductory` - Introductory - * @param {number} [limit] + * @param {number} [limit] * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -13280,7 +13280,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { /** * Get a paginated list of learning resources with summary fields * @summary Get learning resources summary - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -13291,7 +13291,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -13311,7 +13311,7 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { * @summary Set User List Relationships * @param {number} id id of the learning resource * @param {Array} [userlist_id] id of the parent user list - * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] + * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -13324,18 +13324,18 @@ export const LearningResourcesApiFp = function(configuration?: Configuration) { /** * Fetch similar learning resources Args: id (integer): The id of the learning resource Returns: QuerySet of similar LearningResource for the resource matching the id parameter * @summary Get similar resources using vector embeddings - * @param {number} id - * @param {boolean} [certification] + * @param {number} id + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers learning resources * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean} [free] The course/program is offered for free * @param {Array} [level] The academic level of the resources * `undergraduate` - Undergraduate * `graduate` - Graduate * `high_school` - High School * `noncredit` - Non-Credit * `advanced` - Advanced * `intermediate` - Intermediate * `introductory` - Introductory - * @param {number} [limit] + * @param {number} [limit] * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -13641,7 +13641,7 @@ export interface LearningResourcesApiLearningResourcesLearningPathsPartialUpdate readonly learning_path_id?: Array /** - * + * * @type {PatchedLearningResourceRelationshipRequest} * @memberof LearningResourcesApiLearningResourcesLearningPathsPartialUpdate */ @@ -13655,7 +13655,7 @@ export interface LearningResourcesApiLearningResourcesLearningPathsPartialUpdate */ export interface LearningResourcesApiLearningResourcesListRequest { /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesList */ @@ -13732,7 +13732,7 @@ export interface LearningResourcesApiLearningResourcesListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesList */ @@ -13795,14 +13795,14 @@ export interface LearningResourcesApiLearningResourcesRetrieveRequest { */ export interface LearningResourcesApiLearningResourcesSimilarListRequest { /** - * + * * @type {number} * @memberof LearningResourcesApiLearningResourcesSimilarList */ readonly id: number /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesSimilarList */ @@ -13851,7 +13851,7 @@ export interface LearningResourcesApiLearningResourcesSimilarListRequest { readonly level?: Array /** - * + * * @type {number} * @memberof LearningResourcesApiLearningResourcesSimilarList */ @@ -13872,7 +13872,7 @@ export interface LearningResourcesApiLearningResourcesSimilarListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesSimilarList */ @@ -13921,7 +13921,7 @@ export interface LearningResourcesApiLearningResourcesSimilarListRequest { */ export interface LearningResourcesApiLearningResourcesSummaryListRequest { /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesSummaryList */ @@ -13998,7 +13998,7 @@ export interface LearningResourcesApiLearningResourcesSummaryListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesSummaryList */ @@ -14061,7 +14061,7 @@ export interface LearningResourcesApiLearningResourcesUserlistsPartialUpdateRequ readonly userlist_id?: Array /** - * + * * @type {PatchedUserListRelationshipRequest} * @memberof LearningResourcesApiLearningResourcesUserlistsPartialUpdate */ @@ -14075,14 +14075,14 @@ export interface LearningResourcesApiLearningResourcesUserlistsPartialUpdateRequ */ export interface LearningResourcesApiLearningResourcesVectorSimilarListRequest { /** - * + * * @type {number} * @memberof LearningResourcesApiLearningResourcesVectorSimilarList */ readonly id: number /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesVectorSimilarList */ @@ -14131,7 +14131,7 @@ export interface LearningResourcesApiLearningResourcesVectorSimilarListRequest { readonly level?: Array /** - * + * * @type {number} * @memberof LearningResourcesApiLearningResourcesVectorSimilarList */ @@ -14152,7 +14152,7 @@ export interface LearningResourcesApiLearningResourcesVectorSimilarListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesApiLearningResourcesVectorSimilarList */ @@ -15024,9 +15024,9 @@ export const LearningResourcesSearchApiAxiosParamCreator = function (configurati * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -15034,7 +15034,7 @@ export const LearningResourcesSearchApiAxiosParamCreator = function (configurati * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -15168,7 +15168,7 @@ export const LearningResourcesSearchApiAxiosParamCreator = function (configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15199,9 +15199,9 @@ export const LearningResourcesSearchApiFp = function(configuration?: Configurati * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -15209,7 +15209,7 @@ export const LearningResourcesSearchApiFp = function(configuration?: Configurati * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -15313,7 +15313,7 @@ export interface LearningResourcesSearchApiLearningResourcesSearchRetrieveReques readonly dev_mode?: boolean | null /** - * + * * @type {boolean} * @memberof LearningResourcesSearchApiLearningResourcesSearchRetrieve */ @@ -15327,7 +15327,7 @@ export interface LearningResourcesSearchApiLearningResourcesSearchRetrieveReques readonly id?: Array /** - * + * * @type {Array<'undergraduate' | 'graduate' | 'high_school' | 'noncredit' | 'advanced' | 'intermediate' | 'introductory'>} * @memberof LearningResourcesSearchApiLearningResourcesSearchRetrieve */ @@ -15383,7 +15383,7 @@ export interface LearningResourcesSearchApiLearningResourcesSearchRetrieveReques readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesSearchApiLearningResourcesSearchRetrieve */ @@ -15673,9 +15673,9 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -15683,7 +15683,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -15822,7 +15822,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -15843,9 +15843,9 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -15853,7 +15853,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -15987,7 +15987,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16008,9 +16008,9 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -16018,7 +16018,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -16028,7 +16028,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c * @param {LearningResourcesUserSubscriptionSubscribeCreateSourceTypeEnum} [source_type] The subscription type * `search_subscription_type` - search_subscription_type * `channel_subscription_type` - channel_subscription_type * @param {Array} [topic] The topic name. To see a list of options go to api/v1/topics/ * @param {number | null} [yearly_decay_percent] Relevance score penalty percent per year for for resources without upcoming runs. Only affects results if there is a search term. - * @param {PercolateQuerySubscriptionRequestRequest} [PercolateQuerySubscriptionRequestRequest] + * @param {PercolateQuerySubscriptionRequestRequest} [PercolateQuerySubscriptionRequestRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16158,7 +16158,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -16174,7 +16174,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c /** * Unsubscribe a user from a query Args: pk (integer): The id of the query Returns: PercolateQuerySerializer: The percolate query * @summary Unsubscribe user from query - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16195,7 +16195,7 @@ export const LearningResourcesUserSubscriptionApiAxiosParamCreator = function (c const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -16226,9 +16226,9 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -16236,7 +16236,7 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -16266,9 +16266,9 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -16276,7 +16276,7 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -16305,9 +16305,9 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [delivery] The delivery options in which the learning resource is offered * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline * @param {Array} [department] The department that offers the learning resource * `1` - Civil and Environmental Engineering * `2` - Mechanical Engineering * `3` - Materials Science and Engineering * `4` - Architecture * `5` - Chemistry * `6` - Electrical Engineering and Computer Science * `7` - Biology * `8` - Physics * `9` - Brain and Cognitive Sciences * `10` - Chemical Engineering * `11` - Urban Studies and Planning * `12` - Earth, Atmospheric, and Planetary Sciences * `14` - Economics * `15` - Management * `16` - Aeronautics and Astronautics * `17` - Political Science * `18` - Mathematics * `20` - Biological Engineering * `21A` - Anthropology * `21G` - Global Languages * `21H` - History * `21L` - Literature * `21M` - Music and Theater Arts * `22` - Nuclear Science and Engineering * `24` - Linguistics and Philosophy * `CC` - Concourse * `CMS-W` - Comparative Media Studies/Writing * `EC` - Edgerton Center * `ES` - Experimental Study Group * `ESD` - Engineering Systems Division * `HST` - Medical Engineering and Science * `IDS` - Data, Systems, and Society * `MAS` - Media Arts and Sciences * `PE` - Athletics, Physical Education and Recreation * `SP` - Special Programs * `STS` - Science, Technology, and Society * `WGS` - Women\'s and Gender Studies * @param {boolean | null} [dev_mode] If true return raw open search results with score explanations - * @param {boolean | null} [free] + * @param {boolean | null} [free] * @param {Array} [id] The id value for the learning resource - * @param {Array} [level] + * @param {Array} [level] * @param {number} [limit] Number of results to return per page * @param {number | null} [max_incompleteness_penalty] Maximum score penalty for incomplete OCW courses in percent. An OCW course with completeness = 0 will have this score penalty. Partially complete courses have a linear penalty proportional to the degree of incompleteness. Only affects results if there is a search term. * @param {number | null} [min_score] Minimum score value a text query result needs to have to be displayed @@ -16315,7 +16315,7 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {Array} [offered_by] The organization that offers the learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results * @param {Array} [platform] The platform on which the learning resource is offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean | null} [professional] + * @param {boolean | null} [professional] * @param {string} [q] The search text * @param {Array} [resource_category] The category of learning resource * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - course * `program` - program * `learning_path` - learning path * `podcast` - podcast * `podcast_episode` - podcast episode * `video` - video * `video_playlist` - video playlist * `article` - article @@ -16325,7 +16325,7 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C * @param {LearningResourcesUserSubscriptionSubscribeCreateSourceTypeEnum} [source_type] The subscription type * `search_subscription_type` - search_subscription_type * `channel_subscription_type` - channel_subscription_type * @param {Array} [topic] The topic name. To see a list of options go to api/v1/topics/ * @param {number | null} [yearly_decay_percent] Relevance score penalty percent per year for for resources without upcoming runs. Only affects results if there is a search term. - * @param {PercolateQuerySubscriptionRequestRequest} [PercolateQuerySubscriptionRequestRequest] + * @param {PercolateQuerySubscriptionRequestRequest} [PercolateQuerySubscriptionRequestRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16338,7 +16338,7 @@ export const LearningResourcesUserSubscriptionApiFp = function(configuration?: C /** * Unsubscribe a user from a query Args: pk (integer): The id of the query Returns: PercolateQuerySerializer: The percolate query * @summary Unsubscribe user from query - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -16464,7 +16464,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly dev_mode?: boolean | null /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionCheckList */ @@ -16478,7 +16478,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly id?: Array /** - * + * * @type {Array<'undergraduate' | 'graduate' | 'high_school' | 'noncredit' | 'advanced' | 'intermediate' | 'introductory'>} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionCheckList */ @@ -16534,7 +16534,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionCheckList */ @@ -16667,7 +16667,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly dev_mode?: boolean | null /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionList */ @@ -16681,7 +16681,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly id?: Array /** - * + * * @type {Array<'undergraduate' | 'graduate' | 'high_school' | 'noncredit' | 'advanced' | 'intermediate' | 'introductory'>} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionList */ @@ -16737,7 +16737,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionList */ @@ -16863,7 +16863,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly dev_mode?: boolean | null /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionSubscribeCreate */ @@ -16877,7 +16877,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly id?: Array /** - * + * * @type {Array<'undergraduate' | 'graduate' | 'high_school' | 'noncredit' | 'advanced' | 'intermediate' | 'introductory'>} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionSubscribeCreate */ @@ -16933,7 +16933,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionSubscribeCreate */ @@ -17003,7 +17003,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr readonly yearly_decay_percent?: number | null /** - * + * * @type {PercolateQuerySubscriptionRequestRequest} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionSubscribeCreate */ @@ -17017,7 +17017,7 @@ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscr */ export interface LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionUnsubscribeDestroyRequest { /** - * + * * @type {number} * @memberof LearningResourcesUserSubscriptionApiLearningResourcesUserSubscriptionUnsubscribeDestroy */ @@ -17671,7 +17671,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi /** * Create a learning path * @summary Create - * @param {LearningPathResourceRequest} LearningPathResourceRequest + * @param {LearningPathResourceRequest} LearningPathResourceRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17691,7 +17691,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -17728,7 +17728,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17742,7 +17742,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi * Viewset for LearningPath related resources * @summary Learning Path Resource Relationship Add * @param {number} learning_resource_id The learning resource id of the learning path - * @param {LearningPathRelationshipRequest} LearningPathRelationshipRequest + * @param {LearningPathRelationshipRequest} LearningPathRelationshipRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17765,7 +17765,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -17806,7 +17806,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17854,7 +17854,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17869,7 +17869,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi * @summary Learning Path Resource Relationship Update * @param {number} id A unique integer value identifying this learning resource relationship. * @param {number} learning_resource_id The learning resource id of the learning path - * @param {PatchedLearningPathRelationshipRequest} [PatchedLearningPathRelationshipRequest] + * @param {PatchedLearningPathRelationshipRequest} [PatchedLearningPathRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -17893,7 +17893,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -17934,7 +17934,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -17947,7 +17947,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi /** * Get a paginated list of learning paths * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -17958,7 +17958,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -18049,7 +18049,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -18079,7 +18079,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -18093,7 +18093,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi * Update individual fields of a learning path * @summary Update * @param {number} id A unique integer value identifying this learning resource. - * @param {PatchedLearningPathResourceRequest} [PatchedLearningPathResourceRequest] + * @param {PatchedLearningPathResourceRequest} [PatchedLearningPathResourceRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18114,7 +18114,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -18151,7 +18151,7 @@ export const LearningpathsApiAxiosParamCreator = function (configuration?: Confi const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -18174,7 +18174,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { /** * Create a learning path * @summary Create - * @param {LearningPathResourceRequest} LearningPathResourceRequest + * @param {LearningPathResourceRequest} LearningPathResourceRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18201,7 +18201,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { * Viewset for LearningPath related resources * @summary Learning Path Resource Relationship Add * @param {number} learning_resource_id The learning resource id of the learning path - * @param {LearningPathRelationshipRequest} LearningPathRelationshipRequest + * @param {LearningPathRelationshipRequest} LearningPathRelationshipRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18245,7 +18245,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { * @summary Learning Path Resource Relationship Update * @param {number} id A unique integer value identifying this learning resource relationship. * @param {number} learning_resource_id The learning resource id of the learning path - * @param {PatchedLearningPathRelationshipRequest} [PatchedLearningPathRelationshipRequest] + * @param {PatchedLearningPathRelationshipRequest} [PatchedLearningPathRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18272,7 +18272,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { /** * Get a paginated list of learning paths * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -18283,7 +18283,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -18314,7 +18314,7 @@ export const LearningpathsApiFp = function(configuration?: Configuration) { * Update individual fields of a learning path * @summary Update * @param {number} id A unique integer value identifying this learning resource. - * @param {PatchedLearningPathResourceRequest} [PatchedLearningPathResourceRequest] + * @param {PatchedLearningPathResourceRequest} [PatchedLearningPathResourceRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -18465,7 +18465,7 @@ export const LearningpathsApiFactory = function (configuration?: Configuration, */ export interface LearningpathsApiLearningpathsCreateRequest { /** - * + * * @type {LearningPathResourceRequest} * @memberof LearningpathsApiLearningpathsCreate */ @@ -18500,7 +18500,7 @@ export interface LearningpathsApiLearningpathsItemsCreateRequest { readonly learning_resource_id: number /** - * + * * @type {LearningPathRelationshipRequest} * @memberof LearningpathsApiLearningpathsItemsCreate */ @@ -18584,7 +18584,7 @@ export interface LearningpathsApiLearningpathsItemsPartialUpdateRequest { readonly learning_resource_id: number /** - * + * * @type {PatchedLearningPathRelationshipRequest} * @memberof LearningpathsApiLearningpathsItemsPartialUpdate */ @@ -18619,7 +18619,7 @@ export interface LearningpathsApiLearningpathsItemsRetrieveRequest { */ export interface LearningpathsApiLearningpathsListRequest { /** - * + * * @type {boolean} * @memberof LearningpathsApiLearningpathsList */ @@ -18696,7 +18696,7 @@ export interface LearningpathsApiLearningpathsListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof LearningpathsApiLearningpathsList */ @@ -18752,7 +18752,7 @@ export interface LearningpathsApiLearningpathsPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedLearningPathResourceRequest} * @memberof LearningpathsApiLearningpathsPartialUpdate */ @@ -19079,7 +19079,7 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration return { /** * Upload an image (multipart/form-data) and return the storage URL. - * @param {File} image_file + * @param {File} image_file * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19100,13 +19100,13 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)(); - if (image_file !== undefined) { + if (image_file !== undefined) { localVarFormParams.append('image_file', image_file as any); } - - + + localVarHeaderParameter['Content-Type'] = 'multipart/form-data'; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19129,7 +19129,7 @@ export const MediaApiFp = function(configuration?: Configuration) { return { /** * Upload an image (multipart/form-data) and return the storage URL. - * @param {File} image_file + * @param {File} image_file * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -19168,7 +19168,7 @@ export const MediaApiFactory = function (configuration?: Configuration, basePath */ export interface MediaApiMediaUploadRequest { /** - * + * * @type {File} * @memberof MediaApiMediaUpload */ @@ -19232,7 +19232,7 @@ export const OfferorsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19266,7 +19266,7 @@ export const OfferorsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19451,7 +19451,7 @@ export const PlatformsApiAxiosParamCreator = function (configuration?: Configura } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19485,7 +19485,7 @@ export const PlatformsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19643,7 +19643,7 @@ export const PodcastEpisodesApiAxiosParamCreator = function (configuration?: Con /** * Get a paginated list of podcast episodes * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -19654,7 +19654,7 @@ export const PodcastEpisodesApiAxiosParamCreator = function (configuration?: Con * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -19745,7 +19745,7 @@ export const PodcastEpisodesApiAxiosParamCreator = function (configuration?: Con } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19779,7 +19779,7 @@ export const PodcastEpisodesApiAxiosParamCreator = function (configuration?: Con const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -19802,7 +19802,7 @@ export const PodcastEpisodesApiFp = function(configuration?: Configuration) { /** * Get a paginated list of podcast episodes * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -19813,7 +19813,7 @@ export const PodcastEpisodesApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -19881,7 +19881,7 @@ export const PodcastEpisodesApiFactory = function (configuration?: Configuration */ export interface PodcastEpisodesApiPodcastEpisodesListRequest { /** - * + * * @type {boolean} * @memberof PodcastEpisodesApiPodcastEpisodesList */ @@ -19958,7 +19958,7 @@ export interface PodcastEpisodesApiPodcastEpisodesListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof PodcastEpisodesApiPodcastEpisodesList */ @@ -20251,7 +20251,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20289,7 +20289,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20302,7 +20302,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat /** * Get a paginated list of podcasts * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -20313,7 +20313,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -20404,7 +20404,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20438,7 +20438,7 @@ export const PodcastsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -20491,7 +20491,7 @@ export const PodcastsApiFp = function(configuration?: Configuration) { /** * Get a paginated list of podcasts * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -20502,7 +20502,7 @@ export const PodcastsApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -20646,7 +20646,7 @@ export interface PodcastsApiPodcastsItemsRetrieveRequest { */ export interface PodcastsApiPodcastsListRequest { /** - * + * * @type {boolean} * @memberof PodcastsApiPodcastsList */ @@ -20723,7 +20723,7 @@ export interface PodcastsApiPodcastsListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof PodcastsApiPodcastsList */ @@ -21024,7 +21024,7 @@ export const ProgramLettersApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21122,7 +21122,7 @@ export const ProgramsApiAxiosParamCreator = function (configuration?: Configurat /** * Get a paginated list of programs * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -21133,7 +21133,7 @@ export const ProgramsApiAxiosParamCreator = function (configuration?: Configurat * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -21224,7 +21224,7 @@ export const ProgramsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21258,7 +21258,7 @@ export const ProgramsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21281,7 +21281,7 @@ export const ProgramsApiFp = function(configuration?: Configuration) { /** * Get a paginated list of programs * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -21292,7 +21292,7 @@ export const ProgramsApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -21360,7 +21360,7 @@ export const ProgramsApiFactory = function (configuration?: Configuration, baseP */ export interface ProgramsApiProgramsListRequest { /** - * + * * @type {boolean} * @memberof ProgramsApiProgramsList */ @@ -21437,7 +21437,7 @@ export interface ProgramsApiProgramsListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof ProgramsApiProgramsList */ @@ -21721,7 +21721,7 @@ export const SchoolsApiAxiosParamCreator = function (configuration?: Configurati } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21755,7 +21755,7 @@ export const SchoolsApiAxiosParamCreator = function (configuration?: Configurati const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21955,7 +21955,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -21989,7 +21989,7 @@ export const TopicsApiAxiosParamCreator = function (configuration?: Configuratio const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22171,7 +22171,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura /** * Viewset for UserLists * @summary Create - * @param {UserListRequest} UserListRequest + * @param {UserListRequest} UserListRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22191,7 +22191,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -22228,7 +22228,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22242,7 +22242,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura * Viewset for UserListRelationships * @summary User List Resource Relationship Add * @param {number} userlist_id id of the parent user list - * @param {UserListRelationshipRequest} UserListRelationshipRequest + * @param {UserListRelationshipRequest} UserListRelationshipRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22265,7 +22265,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -22306,7 +22306,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22350,7 +22350,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22365,7 +22365,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura * @summary User List Resource Relationship Update * @param {number} id A unique integer value identifying this user list relationship. * @param {number} userlist_id id of the parent user list - * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] + * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22389,7 +22389,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -22430,7 +22430,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22470,7 +22470,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22500,7 +22500,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22514,7 +22514,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura * Viewset for UserLists * @summary Update * @param {number} id A unique integer value identifying this user list. - * @param {PatchedUserListRequest} [PatchedUserListRequest] + * @param {PatchedUserListRequest} [PatchedUserListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22535,7 +22535,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -22572,7 +22572,7 @@ export const UserlistsApiAxiosParamCreator = function (configuration?: Configura const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -22595,7 +22595,7 @@ export const UserlistsApiFp = function(configuration?: Configuration) { /** * Viewset for UserLists * @summary Create - * @param {UserListRequest} UserListRequest + * @param {UserListRequest} UserListRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22622,7 +22622,7 @@ export const UserlistsApiFp = function(configuration?: Configuration) { * Viewset for UserListRelationships * @summary User List Resource Relationship Add * @param {number} userlist_id id of the parent user list - * @param {UserListRelationshipRequest} UserListRelationshipRequest + * @param {UserListRelationshipRequest} UserListRelationshipRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22666,7 +22666,7 @@ export const UserlistsApiFp = function(configuration?: Configuration) { * @summary User List Resource Relationship Update * @param {number} id A unique integer value identifying this user list relationship. * @param {number} userlist_id id of the parent user list - * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] + * @param {PatchedUserListRelationshipRequest} [PatchedUserListRelationshipRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22720,7 +22720,7 @@ export const UserlistsApiFp = function(configuration?: Configuration) { * Viewset for UserLists * @summary Update * @param {number} id A unique integer value identifying this user list. - * @param {PatchedUserListRequest} [PatchedUserListRequest] + * @param {PatchedUserListRequest} [PatchedUserListRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22872,7 +22872,7 @@ export const UserlistsApiFactory = function (configuration?: Configuration, base */ export interface UserlistsApiUserlistsCreateRequest { /** - * + * * @type {UserListRequest} * @memberof UserlistsApiUserlistsCreate */ @@ -22907,7 +22907,7 @@ export interface UserlistsApiUserlistsItemsCreateRequest { readonly userlist_id: number /** - * + * * @type {UserListRelationshipRequest} * @memberof UserlistsApiUserlistsItemsCreate */ @@ -22984,7 +22984,7 @@ export interface UserlistsApiUserlistsItemsPartialUpdateRequest { readonly userlist_id: number /** - * + * * @type {PatchedUserListRelationshipRequest} * @memberof UserlistsApiUserlistsItemsPartialUpdate */ @@ -23047,7 +23047,7 @@ export interface UserlistsApiUserlistsPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedUserListRequest} * @memberof UserlistsApiUserlistsPartialUpdate */ @@ -23254,7 +23254,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23292,7 +23292,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23305,7 +23305,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf /** * Get a paginated list of video playlists * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -23316,7 +23316,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -23407,7 +23407,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23441,7 +23441,7 @@ export const VideoPlaylistsApiAxiosParamCreator = function (configuration?: Conf const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -23494,7 +23494,7 @@ export const VideoPlaylistsApiFp = function(configuration?: Configuration) { /** * Get a paginated list of video playlists * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -23505,7 +23505,7 @@ export const VideoPlaylistsApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -23649,7 +23649,7 @@ export interface VideoPlaylistsApiVideoPlaylistsItemsRetrieveRequest { */ export interface VideoPlaylistsApiVideoPlaylistsListRequest { /** - * + * * @type {boolean} * @memberof VideoPlaylistsApiVideoPlaylistsList */ @@ -23726,7 +23726,7 @@ export interface VideoPlaylistsApiVideoPlaylistsListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof VideoPlaylistsApiVideoPlaylistsList */ @@ -24007,7 +24007,7 @@ export const VideosApiAxiosParamCreator = function (configuration?: Configuratio /** * Get a paginated list of videos * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -24018,7 +24018,7 @@ export const VideosApiAxiosParamCreator = function (configuration?: Configuratio * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -24109,7 +24109,7 @@ export const VideosApiAxiosParamCreator = function (configuration?: Configuratio } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24143,7 +24143,7 @@ export const VideosApiAxiosParamCreator = function (configuration?: Configuratio const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -24166,7 +24166,7 @@ export const VideosApiFp = function(configuration?: Configuration) { /** * Get a paginated list of videos * @summary List - * @param {boolean} [certification] + * @param {boolean} [certification] * @param {Array} [certification_type] The type of certification offered * `micromasters` - MicroMasters Credential * `professional` - Professional Certificate * `completion` - Certificate of Completion * `none` - No Certificate * @param {Array} [course_feature] Content feature for the resources. Load the \'api/v1/course_features\' endpoint for a list of course features * @param {Array>} [delivery] The delivery of course/program resources * `online` - Online * `hybrid` - Hybrid * `in_person` - In person * `offline` - Offline @@ -24177,7 +24177,7 @@ export const VideosApiFp = function(configuration?: Configuration) { * @param {Array} [offered_by] The organization that offers a learning resource * `mitx` - MITx * `ocw` - MIT OpenCourseWare * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `climate` - MIT Climate * @param {number} [offset] The initial index from which to return the results. * @param {Array} [platform] The platform on which learning resources are offered * `edx` - edX * `ocw` - MIT OpenCourseWare * `oll` - Open Learning Library * `mitxonline` - MITx Online * `bootcamps` - Bootcamps * `xpro` - MIT xPRO * `csail` - CSAIL * `mitpe` - MIT Professional Education * `see` - MIT Sloan Executive Education * `scc` - Schwarzman College of Computing * `ctl` - Center for Transportation & Logistics * `whu` - WHU * `susskind` - Susskind * `globalalumni` - Global Alumni * `simplilearn` - Simplilearn * `emeritus` - Emeritus * `podcast` - Podcast * `youtube` - YouTube * `canvas` - Canvas * `climate` - MIT Climate - * @param {boolean} [professional] + * @param {boolean} [professional] * @param {Array} [readable_id] A unique text identifier for the resources * @param {Array} [resource_category] The resource category of the learning resources * `course` - Course * `program` - Program * `learning_material` - Learning Material * @param {Array} [resource_type] The type of learning resource * `course` - Course * `program` - Program * `learning_path` - Learning Path * `podcast` - Podcast * `podcast_episode` - Podcast Episode * `video` - Video * `video_playlist` - Video Playlist * `article` - Article @@ -24245,7 +24245,7 @@ export const VideosApiFactory = function (configuration?: Configuration, basePat */ export interface VideosApiVideosListRequest { /** - * + * * @type {boolean} * @memberof VideosApiVideosList */ @@ -24322,7 +24322,7 @@ export interface VideosApiVideosListRequest { readonly platform?: Array /** - * + * * @type {boolean} * @memberof VideosApiVideosList */ @@ -24579,9 +24579,9 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat /** * Webhook handler for ContentFile updates * @param {WebhooksContentFilesCreateSourceEnum} source * `micromasters` - micromasters * `mit_edx` - mit_edx * `mitpe` - mitpe * `mitxonline` - mitxonline * `oll` - oll * `ocw` - ocw * `podcast` - podcast * `mit_climate` - mit_climate * `see` - see * `xpro` - xpro * `youtube` - youtube * `canvas` - canvas - * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest - * @param {string} [content_path] - * @param {string} [course_id] + * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest + * @param {string} [content_path] + * @param {string} [course_id] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24615,7 +24615,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -24630,7 +24630,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat }, /** * Webhook handler for ContentFile DELETE requests - * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest + * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24650,7 +24650,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -24665,10 +24665,10 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat }, /** * Webhook handler for VideoShort updates - * @param {string} video_id - * @param {{ [key: string]: any; }} youtube_metadata - * @param {VideoShortWebhookRequestRequest} VideoShortWebhookRequestRequest - * @param {string} [source] + * @param {string} video_id + * @param {{ [key: string]: any; }} youtube_metadata + * @param {VideoShortWebhookRequestRequest} VideoShortWebhookRequestRequest + * @param {string} [source] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24706,7 +24706,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat } - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -24732,9 +24732,9 @@ export const WebhooksApiFp = function(configuration?: Configuration) { /** * Webhook handler for ContentFile updates * @param {WebhooksContentFilesCreateSourceEnum} source * `micromasters` - micromasters * `mit_edx` - mit_edx * `mitpe` - mitpe * `mitxonline` - mitxonline * `oll` - oll * `ocw` - ocw * `podcast` - podcast * `mit_climate` - mit_climate * `see` - see * `xpro` - xpro * `youtube` - youtube * `canvas` - canvas - * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest - * @param {string} [content_path] - * @param {string} [course_id] + * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest + * @param {string} [content_path] + * @param {string} [course_id] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24746,7 +24746,7 @@ export const WebhooksApiFp = function(configuration?: Configuration) { }, /** * Webhook handler for ContentFile DELETE requests - * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest + * @param {ContentFileWebHookRequestRequest} ContentFileWebHookRequestRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24758,10 +24758,10 @@ export const WebhooksApiFp = function(configuration?: Configuration) { }, /** * Webhook handler for VideoShort updates - * @param {string} video_id - * @param {{ [key: string]: any; }} youtube_metadata - * @param {VideoShortWebhookRequestRequest} VideoShortWebhookRequestRequest - * @param {string} [source] + * @param {string} video_id + * @param {{ [key: string]: any; }} youtube_metadata + * @param {VideoShortWebhookRequestRequest} VideoShortWebhookRequestRequest + * @param {string} [source] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -24825,21 +24825,21 @@ export interface WebhooksApiWebhooksContentFilesCreateRequest { readonly source: WebhooksContentFilesCreateSourceEnum /** - * + * * @type {ContentFileWebHookRequestRequest} * @memberof WebhooksApiWebhooksContentFilesCreate */ readonly ContentFileWebHookRequestRequest: ContentFileWebHookRequestRequest /** - * + * * @type {string} * @memberof WebhooksApiWebhooksContentFilesCreate */ readonly content_path?: string /** - * + * * @type {string} * @memberof WebhooksApiWebhooksContentFilesCreate */ @@ -24853,7 +24853,7 @@ export interface WebhooksApiWebhooksContentFilesCreateRequest { */ export interface WebhooksApiWebhooksContentFilesDeleteCreateRequest { /** - * + * * @type {ContentFileWebHookRequestRequest} * @memberof WebhooksApiWebhooksContentFilesDeleteCreate */ @@ -24867,28 +24867,28 @@ export interface WebhooksApiWebhooksContentFilesDeleteCreateRequest { */ export interface WebhooksApiWebhooksVideoShortsCreateRequest { /** - * + * * @type {string} * @memberof WebhooksApiWebhooksVideoShortsCreate */ readonly video_id: string /** - * + * * @type {{ [key: string]: any; }} * @memberof WebhooksApiWebhooksVideoShortsCreate */ readonly youtube_metadata: { [key: string]: any; } /** - * + * * @type {VideoShortWebhookRequestRequest} * @memberof WebhooksApiWebhooksVideoShortsCreate */ readonly VideoShortWebhookRequestRequest: VideoShortWebhookRequestRequest /** - * + * * @type {string} * @memberof WebhooksApiWebhooksVideoShortsCreate */ @@ -24954,5 +24954,3 @@ export const WebhooksContentFilesCreateSourceEnum = { Canvas: 'canvas' } as const; export type WebhooksContentFilesCreateSourceEnum = typeof WebhooksContentFilesCreateSourceEnum[keyof typeof WebhooksContentFilesCreateSourceEnum]; - - diff --git a/src/typescript/mit-learn-api-axios/src/v1/base.ts b/src/typescript/mit-learn-api-axios/src/v1/base.ts index 98d73c2..a69d948 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/base.ts +++ b/src/typescript/mit-learn-api-axios/src/v1/base.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v1) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech diff --git a/src/typescript/mit-learn-api-axios/src/v1/common.ts b/src/typescript/mit-learn-api-axios/src/v1/common.ts index a2f0f6f..c9bc2f6 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/common.ts +++ b/src/typescript/mit-learn-api-axios/src/v1/common.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v1) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -89,17 +89,17 @@ function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: an if (typeof parameter === "object") { if (Array.isArray(parameter)) { (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key)); - } + } else { - Object.keys(parameter).forEach(currentKey => + Object.keys(parameter).forEach(currentKey => setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`) ); } - } + } else { if (urlSearchParams.has(key)) { urlSearchParams.append(key, parameter); - } + } else { urlSearchParams.set(key, parameter); } diff --git a/src/typescript/mit-learn-api-axios/src/v1/configuration.ts b/src/typescript/mit-learn-api-axios/src/v1/configuration.ts index 902459a..4746a20 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/configuration.ts +++ b/src/typescript/mit-learn-api-axios/src/v1/configuration.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v1) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech diff --git a/src/typescript/mit-learn-api-axios/src/v1/index.ts b/src/typescript/mit-learn-api-axios/src/v1/index.ts index d7f2a87..0679c4e 100644 --- a/src/typescript/mit-learn-api-axios/src/v1/index.ts +++ b/src/typescript/mit-learn-api-axios/src/v1/index.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v1) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -15,4 +15,3 @@ export * from "./api"; export * from "./configuration"; -