Skip to content

Commit

Permalink
feat: add security field at the operation level (asyncapi#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeshRishi authored and WaleedAshraf committed Apr 20, 2022
1 parent 1db1f2f commit f308a43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,11 @@ declare module "@asyncapi/parser" {
message(): Message;
security(): OperationSecurityRequirement[];
}
/**
* Implements functions to deal with a OperationSecurityRequirement object.
*/
class OperationSecurityRequirement extends Base {
}
/**
* Implements functions to deal with a PublishOperation object.
*/
Expand Down

0 comments on commit f308a43

Please sign in to comment.