@redocly/asyncapi-docs 1.1.0-next.5 → 1.1.0-next.6

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.
@@ -187,6 +187,7 @@ export interface AsyncApiOperation {
187
187
  messages?: AsyncApiMessage[];
188
188
  reply?: AsyncApiOperationReply;
189
189
  'x-badges'?: AsyncApiXBadges[];
190
+ 'x-owner-key'?: string;
190
191
  [REDOCLY_TEAMS_RBAC]?: Record<string, string>;
191
192
  }
192
193
  export interface AsyncApiOperationReply {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/asyncapi-docs",
3
- "version": "1.1.0-next.5",
3
+ "version": "1.1.0-next.6",
4
4
  "description": "Async API docs for Redocly Realm",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -40,8 +40,8 @@
40
40
  "styled-components": "5.3.11",
41
41
  "web-vitals": "3.3.1",
42
42
  "@redocly/config": "0.28.0",
43
- "@redocly/openapi-docs": "3.12.0-next.22",
44
- "@redocly/theme": "0.56.0-next.13"
43
+ "@redocly/openapi-docs": "3.12.0-next.23",
44
+ "@redocly/theme": "0.56.0-next.14"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^19.1.0"