Skip to content

Commit

Permalink
Generated clients from rev: d0a9985d7b992093f55d525551f0fb6c3f00e15e
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jun 11, 2024
1 parent 79e25b6 commit 95557c0
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.6.10
2024.6.11
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.6.10"
version = "2024.6.11"
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.6.10",
"version": "2024.6.11",
"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/v0/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1815,10 +1815,10 @@ export interface PreferencesSearch {
'topic'?: Array<string>;
/**
*
* @type {string}
* @type {Array<string>}
* @memberof PreferencesSearch
*/
'learning_format'?: string;
'learning_format'?: Array<string>;
}
/**
* Serializer for Profile
Expand Down

0 comments on commit 95557c0

Please sign in to comment.