@redocly/asyncapi-docs 0.4.0 → 0.5.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -235,6 +235,7 @@ export type ResolvedAsyncApiNavItem = ResolvedNavItem & {
235
235
  apiItemData?: ApiItemData;
236
236
  items?: ResolvedAsyncApiNavItem[];
237
237
  action?: string;
238
+ httpVerb?: string;
238
239
  };
239
240
  export type DownloadUrls = {
240
241
  url: string;