From 30cf0577386e53494ca6861fcdacf2860cd3320d Mon Sep 17 00:00:00 2001 From: MIT Open Learning Engineering Date: Thu, 18 Jul 2024 19:16:33 +0000 Subject: [PATCH] Generated clients from rev: a42630b0693bd3bde43bcd0783b4f8340ad0de83 --- VERSION | 2 +- pyproject.toml | 2 +- src/typescript/mit-open-api-axios/package.json | 2 +- src/typescript/mit-open-api-axios/src/v1/api.ts | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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