@openapi-generator-plus/types
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -480,2 +480,4 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types'; | ||
purpose: CodegenSchemaPurpose; | ||
/** If this schema was created to represent a specific request content type, this property will be populated with that media type. */ | ||
contentMediaType: CodegenMediaType | null; | ||
title: string | null; | ||
@@ -482,0 +484,0 @@ /** OpenAPI type */ |
{ | ||
"name": "@openapi-generator-plus/types", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -556,2 +556,5 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3 } from 'openapi-types' | ||
/** If this schema was created to represent a specific request content type, this property will be populated with that media type. */ | ||
contentMediaType: CodegenMediaType | null | ||
title: string | null | ||
@@ -558,0 +561,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122546
2683