Socket
Socket
Sign inDemoInstall

@openapi-generator-plus/types

Package Overview
Dependencies
0
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.1 to 2.9.0

4

dist/types.d.ts

@@ -260,2 +260,3 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types';

schema: CodegenSchema;
encoding: CodegenParameterEncoding;
}

@@ -802,3 +803,2 @@ export interface CodegenContent {

required: boolean;
collectionFormat: string | null;
examples: CodegenExamples | null;

@@ -817,2 +817,3 @@ /** The value that a server will use if the parameter is not provided. */

in: CodegenParameterIn;
/** The encoding to use for the parameter */
encoding: CodegenParameterEncoding;

@@ -830,3 +831,2 @@ isQueryParam: boolean;

allowEmptyValue: boolean;
vendorExtensions: CodegenVendorExtensions | null;
}

@@ -833,0 +833,0 @@ export interface CodegenRequestBody extends CodegenParameterBase {

{
"name": "@openapi-generator-plus/types",
"version": "2.8.1",
"version": "2.9.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -307,2 +307,3 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types'

schema: CodegenSchema
encoding: CodegenParameterEncoding
}

@@ -968,3 +969,2 @@

required: boolean
collectionFormat: string | null
examples: CodegenExamples | null

@@ -989,2 +989,4 @@

in: CodegenParameterIn
/** The encoding to use for the parameter */
encoding: CodegenParameterEncoding

@@ -1004,3 +1006,2 @@

allowEmptyValue: boolean
vendorExtensions: CodegenVendorExtensions | null
}

@@ -1007,0 +1008,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc