@typespec/openapi3
Advanced tools
Comparing version 0.49.0-dev.14 to 0.49.0-dev.15
@@ -76,4 +76,3 @@ import { JSONSchemaType } from "@typespec/compiler"; | ||
readonly messages: { | ||
readonly tsv: "Collection format 'tsv' is not supported in OpenAPI3. Defaulting to type 'string'."; | ||
readonly formHeader: import("@typespec/compiler").CallableMessage<["value"]>; | ||
readonly default: import("@typespec/compiler").CallableMessage<["value", "paramType"]>; | ||
}; | ||
@@ -169,4 +168,3 @@ }; | ||
"invalid-format": { | ||
readonly tsv: "Collection format 'tsv' is not supported in OpenAPI3. Defaulting to type 'string'."; | ||
readonly formHeader: import("@typespec/compiler").CallableMessage<["value"]>; | ||
readonly default: import("@typespec/compiler").CallableMessage<["value", "paramType"]>; | ||
}; | ||
@@ -221,4 +219,3 @@ "resource-namespace": { | ||
"invalid-format": { | ||
readonly tsv: "Collection format 'tsv' is not supported in OpenAPI3. Defaulting to type 'string'."; | ||
readonly formHeader: import("@typespec/compiler").CallableMessage<["value"]>; | ||
readonly default: import("@typespec/compiler").CallableMessage<["value", "paramType"]>; | ||
}; | ||
@@ -272,4 +269,3 @@ "resource-namespace": { | ||
"invalid-format": { | ||
readonly tsv: "Collection format 'tsv' is not supported in OpenAPI3. Defaulting to type 'string'."; | ||
readonly formHeader: import("@typespec/compiler").CallableMessage<["value"]>; | ||
readonly default: import("@typespec/compiler").CallableMessage<["value", "paramType"]>; | ||
}; | ||
@@ -276,0 +272,0 @@ "resource-namespace": { |
@@ -87,4 +87,3 @@ import { createTypeSpecLibrary, paramMessage } from "@typespec/compiler"; | ||
messages: { | ||
tsv: "Collection format 'tsv' is not supported in OpenAPI3. Defaulting to type 'string'.", | ||
formHeader: paramMessage `Collection format '${"value"}' is not supported in OpenAPI3 headers. Defaulting to type 'string'.`, | ||
default: paramMessage `Collection format '${"value"}' is not supported in OpenAPI3 ${"paramType"} parameters. Defaulting to type 'string'.`, | ||
}, | ||
@@ -91,0 +90,0 @@ }, |
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.49.0-dev.14", | ||
"version": "0.49.0-dev.15", | ||
"author": "Microsoft Corporation", | ||
@@ -5,0 +5,0 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2687
192186