@typespec/http
Advanced tools
Comparing version
@@ -99,3 +99,3 @@ export declare const $lib: import("@typespec/compiler").TypeSpecLibrary<{ | ||
"patch-implicit-optional": { | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior."; | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior."; | ||
}; | ||
@@ -210,3 +210,3 @@ "merge-patch-contains-null": { | ||
"patch-implicit-optional": { | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior."; | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior."; | ||
}; | ||
@@ -320,3 +320,3 @@ "merge-patch-contains-null": { | ||
"patch-implicit-optional": { | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior."; | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior."; | ||
}; | ||
@@ -430,3 +430,3 @@ "merge-patch-contains-null": { | ||
"patch-implicit-optional": { | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior."; | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior."; | ||
}; | ||
@@ -540,3 +540,3 @@ "merge-patch-contains-null": { | ||
"patch-implicit-optional": { | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior."; | ||
readonly default: "Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior."; | ||
}; | ||
@@ -543,0 +543,0 @@ "merge-patch-contains-null": { |
@@ -194,3 +194,3 @@ import { createTypeSpecLibrary, paramMessage } from "@typespec/compiler"; | ||
messages: { | ||
default: `Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptional: false}) to restore the old behavior.`, | ||
default: `Patch operation stopped applying an implicit optional transform to the body in 1.0.0. Use @patch(#{implicitOptionality: true}) to restore the old behavior.`, | ||
}, | ||
@@ -197,0 +197,0 @@ }, |
{ | ||
"name": "@typespec/http", | ||
"version": "1.1.0-dev.0", | ||
"version": "1.1.0-dev.1", | ||
"author": "Microsoft Corporation", | ||
@@ -5,0 +5,0 @@ "description": "TypeSpec HTTP protocol binding", |
Sorry, the diff of this file is not supported yet
499747
0