🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

openapi-typescript-codegen

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-typescript-codegen - npm Package Compare versions

Comparing version

to
0.17.0

2

package.json
{
"name": "openapi-typescript-codegen",
"version": "0.16.2",
"version": "0.17.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",

@@ -5,0 +5,0 @@ "author": "Ferdi Koomen",

@@ -23,3 +23,3 @@ # OpenAPI Typescript Codegen

- Supports aborting of requests (cancelable promise pattern)
- Supports external references using [`json-schema-ref-parser`](https://github.com/APIDevTools/json-schema-ref-parser/)
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/)

@@ -52,4 +52,4 @@ ## Install

--exportSchemas <value> Write schemas to disk (default: false)
--indent <value> Service name postfix (default: "Service")
--postfix <value> Indentation options [4, 2, tab] (default: "5")
--indent <value> Indentation options [4, 2, tab] (default: "5")
--postfix <value> Service name postfix (default: "Service")
--request <value> Path to custom request file

@@ -122,3 +122,3 @@ -h, --help display help for command

// Use the client instance to make the API call
const res = await appClient.organizations.createOrganization({
const response = await appClient.organizations.createOrganization({
name: 'OrgName',

@@ -125,0 +125,0 @@ description: 'OrgDescription',

Sorry, the diff of this file is too big to display