Skip to content

Commit

Permalink
Generated clients from rev: 172475e0974ce678a2642a720a021df769fa259a
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jul 10, 2024
1 parent de3e16e commit 7456636
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.7.2
2024.7.10
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.2"
version = "2024.7.10"
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.2",
"version": "2024.7.10",
"description": "Library for requesting data from mit-open APIs",
"main": "dist/cjs/index.js",
"scripts": {
Expand Down
12 changes: 0 additions & 12 deletions src/typescript/mit-open-api-axios/src/v0/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1990,18 +1990,6 @@ export interface ProgramCertificate {
* @memberof ProgramCertificate
*/
'record_hash': string;
/**
*
* @type {string}
* @memberof ProgramCertificate
*/
'program_letter_generate_url': string;
/**
*
* @type {string}
* @memberof ProgramCertificate
*/
'program_letter_share_url': string;
/**
*
* @type {string}
Expand Down
12 changes: 0 additions & 12 deletions src/typescript/mit-open-api-axios/src/v1/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4114,18 +4114,6 @@ export interface ProgramCertificate {
* @memberof ProgramCertificate
*/
'record_hash': string;
/**
*
* @type {string}
* @memberof ProgramCertificate
*/
'program_letter_generate_url': string;
/**
*
* @type {string}
* @memberof ProgramCertificate
*/
'program_letter_share_url': string;
/**
*
* @type {string}
Expand Down

0 comments on commit 7456636

Please sign in to comment.