Skip to content

Commit 6e429b1

Browse files
committed
Added security check for operations
1 parent 41aa3ba commit 6e429b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.26.0",
3+
"version": "0.26.1",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

src/templates/core/ApiRequestOptions.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export type ApiRequestOptions = {
1212
readonly mediaType?: string;
1313
readonly responseHeader?: string;
1414
readonly errors?: Record<number, string>;
15+
readonly secured: boolean;
1516
};

0 commit comments

Comments
 (0)