diff --git a/VERSION b/VERSION index d1e2081..e518060 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.7.17 +2024.7.18 diff --git a/pyproject.toml b/pyproject.toml index 1f9c2bb..b6e4ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "open-api-clients" -version = "2024.7.17" +version = "2024.7.18" 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 497f4a0..7613935 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.7.17", + "version": "2024.7.18", "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/v1/api.ts b/src/typescript/mit-open-api-axios/src/v1/api.ts index 834434f..c249805 100644 --- a/src/typescript/mit-open-api-axios/src/v1/api.ts +++ b/src/typescript/mit-open-api-axios/src/v1/api.ts @@ -4097,10 +4097,10 @@ export type PrivacyLevelEnum = typeof PrivacyLevelEnum[keyof typeof PrivacyLevel export interface Program { /** * - * @type {Array} + * @type {number} * @memberof Program */ - 'courses': Array | null; + 'course_count': number; } /** * Serializer for Program Certificates