diff --git a/VERSION b/VERSION index 68aaaaf..2be442f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.6.10 +2024.6.11 diff --git a/pyproject.toml b/pyproject.toml index b1e30a8..307bd34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "open-api-clients" -version = "2024.6.10" +version = "2024.6.11" 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 ef511a2..699835a 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.6.10", + "version": "2024.6.11", "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 215006f..937f40b 100644 --- a/src/typescript/mit-open-api-axios/src/v0/api.ts +++ b/src/typescript/mit-open-api-axios/src/v0/api.ts @@ -1815,10 +1815,10 @@ export interface PreferencesSearch { 'topic'?: Array; /** * - * @type {string} + * @type {Array} * @memberof PreferencesSearch */ - 'learning_format'?: string; + 'learning_format'?: Array; } /** * Serializer for Profile