diff --git a/VERSION b/VERSION index f1c847f..e66f918 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.12.9 +2024.12.10 diff --git a/pyproject.toml b/pyproject.toml index d6f773a..3241ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "open-api-clients" -version = "2024.12.9" +version = "2024.12.10" description = "" authors = [] readme = "README.md" diff --git a/src/typescript/mit-open-api-axios/package.json b/src/typescript/mit-open-api-axios/package.json index fd17bfa..950ba70 100644 --- a/src/typescript/mit-open-api-axios/package.json +++ b/src/typescript/mit-open-api-axios/package.json @@ -1,6 +1,6 @@ { "name": "@mitodl/open-api-axios", - "version": "2024.12.9", + "version": "2024.12.10", "description": "Library for requesting data from mit-open APIs", "main": "dist/cjs/index.js", "scripts": { diff --git a/src/typescript/mit-open-api-axios/src/v0/api.ts b/src/typescript/mit-open-api-axios/src/v0/api.ts index 9ec9718..b232bc0 100644 --- a/src/typescript/mit-open-api-axios/src/v0/api.ts +++ b/src/typescript/mit-open-api-axios/src/v0/api.ts @@ -3089,6 +3089,12 @@ export interface PodcastEpisode { * @memberof PodcastEpisode */ 'id': number; + /** + * Get the podcast id(s) the episode belongs to + * @type {Array} + * @memberof PodcastEpisode + */ + 'podcasts': Array; /** * * @type {string} diff --git a/src/typescript/mit-open-api-axios/src/v1/api.ts b/src/typescript/mit-open-api-axios/src/v1/api.ts index 8fb7337..174f26f 100644 --- a/src/typescript/mit-open-api-axios/src/v1/api.ts +++ b/src/typescript/mit-open-api-axios/src/v1/api.ts @@ -426,7 +426,7 @@ export interface ContentFileSearchResponseMetadataAggregationsValueInner { 'doc_count': number; } /** - * * `page` - page * `file` - file * `vertical` - vertical + * * `page` - page * `file` - file * `video` - video * `pdf` - pdf * @export * @enum {string} */ @@ -441,9 +441,13 @@ export const ContentTypeEnum = { */ File: 'file', /** - * vertical + * video + */ + Video: 'video', + /** + * pdf */ - Vertical: 'vertical' + Pdf: 'pdf' } as const; export type ContentTypeEnum = typeof ContentTypeEnum[keyof typeof ContentTypeEnum]; @@ -3971,6 +3975,12 @@ export interface PodcastEpisode { * @memberof PodcastEpisode */ 'id': number; + /** + * Get the podcast id(s) the episode belongs to + * @type {Array} + * @memberof PodcastEpisode + */ + 'podcasts': Array; /** * * @type {string}