Skip to content

Commit

Permalink
Generated clients from rev: a42630b0693bd3bde43bcd0783b4f8340ad0de83
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jul 18, 2024
1 parent de43b3f commit 30cf057
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.7.17
2024.7.18
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "open-api-clients"
version = "2024.7.17"
version = "2024.7.18"
description = ""
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/typescript/mit-open-api-axios/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/typescript/mit-open-api-axios/src/v1/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4097,10 +4097,10 @@ export type PrivacyLevelEnum = typeof PrivacyLevelEnum[keyof typeof PrivacyLevel
export interface Program {
/**
*
* @type {Array<CourseResource>}
* @type {number}
* @memberof Program
*/
'courses': Array<CourseResource> | null;
'course_count': number;
}
/**
* Serializer for Program Certificates
Expand Down

0 comments on commit 30cf057

Please sign in to comment.