chore: Remove generated client types folder (#7633)

* chore: Remove generated client types folder

* chore: Remove typescript-codegen package and client commands for oas
This commit is contained in:
Stevche Radevski
2024-06-06 16:14:35 +02:00
committed by GitHub
parent 0507dbe027
commit 78768574af
249 changed files with 90 additions and 9128 deletions
@@ -2,7 +2,6 @@
import { Command } from "commander"
import { getCommand as oasGetCommand } from "./command-oas"
import { getCommand as clientGetCommand } from "./command-client"
import { getCommand as docsGetCommand } from "./command-docs"
const run = async () => {
@@ -13,11 +12,6 @@ const run = async () => {
*/
program.addCommand(oasGetCommand())
/**
* Alias to command-client.ts
*/
program.addCommand(clientGetCommand())
/**
* Alias to command-docs.ts
*/