@redocly/config
Advanced tools
Comparing version 0.11.0-rc.1 to 0.11.0-rc.4
@@ -86,2 +86,3 @@ import { redocConfigSchema } from './redoc-config-schema'; | ||
properties: { | ||
isTop: { type: 'boolean' }, | ||
name: { type: 'string' }, | ||
@@ -88,0 +89,0 @@ field: { type: 'string' }, |
@@ -184,2 +184,11 @@ export declare const graphqlConfigSchema: { | ||
}; | ||
readonly metadata: { | ||
readonly type: "object"; | ||
readonly properties: { | ||
readonly apiId: { | ||
readonly type: "string"; | ||
}; | ||
}; | ||
readonly additionalProperties: true; | ||
}; | ||
readonly feedback: { | ||
@@ -186,0 +195,0 @@ readonly type: "object"; |
@@ -108,2 +108,11 @@ import { feedbackConfigSchema } from './feedback-config-schema'; | ||
}, | ||
metadata: { | ||
type: 'object', | ||
properties: { | ||
apiId: { | ||
type: 'string', | ||
}, | ||
}, | ||
additionalProperties: true, | ||
}, | ||
feedback: feedbackConfigSchema, | ||
@@ -110,0 +119,0 @@ }, |
@@ -89,2 +89,3 @@ "use strict"; | ||
properties: { | ||
isTop: { type: 'boolean' }, | ||
name: { type: 'string' }, | ||
@@ -91,0 +92,0 @@ field: { type: 'string' }, |
@@ -184,2 +184,11 @@ export declare const graphqlConfigSchema: { | ||
}; | ||
readonly metadata: { | ||
readonly type: "object"; | ||
readonly properties: { | ||
readonly apiId: { | ||
readonly type: "string"; | ||
}; | ||
}; | ||
readonly additionalProperties: true; | ||
}; | ||
readonly feedback: { | ||
@@ -186,0 +195,0 @@ readonly type: "object"; |
@@ -111,2 +111,11 @@ "use strict"; | ||
}, | ||
metadata: { | ||
type: 'object', | ||
properties: { | ||
apiId: { | ||
type: 'string', | ||
}, | ||
}, | ||
additionalProperties: true, | ||
}, | ||
feedback: feedback_config_schema_1.feedbackConfigSchema, | ||
@@ -113,0 +122,0 @@ }, |
{ | ||
"name": "@redocly/config", | ||
"version": "0.11.0-rc.1", | ||
"version": "0.11.0-rc.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6990464
67
129367