@redocly/config
Advanced tools
Comparing version 0.12.1 to 0.13.0
export declare const graphqlConfigSchema: { | ||
readonly type: "object"; | ||
readonly properties: { | ||
readonly pagination: { | ||
readonly type: "string"; | ||
readonly enum: readonly ["none", "section", "item"]; | ||
}; | ||
readonly hidePaginationButtons: { | ||
@@ -9,0 +5,0 @@ readonly type: "boolean"; |
@@ -56,6 +56,2 @@ import { feedbackConfigSchema } from './feedback-config-schema'; | ||
properties: { | ||
pagination: { | ||
type: 'string', | ||
enum: ['none', 'section', 'item'], | ||
}, | ||
hidePaginationButtons: { | ||
@@ -62,0 +58,0 @@ type: 'boolean', |
@@ -176,3 +176,3 @@ import { DEFAULT_TEAM_CLAIM_NAME, AuthProviderType, ApigeeDevOnboardingIntegrationAuthType, } from './constants'; | ||
teamFoldersBaseRoles: rbacScopeItemsSchema, | ||
cms: rbacScopeItemsSchema, | ||
cms: rbacScopeItemsSchema, // deprecated in favor of reunite | ||
reunite: rbacScopeItemsSchema, | ||
@@ -350,3 +350,3 @@ content: { | ||
removeAttribution: { type: 'boolean' }, | ||
i18n: l10nConfigSchema, | ||
i18n: l10nConfigSchema, // deprecated | ||
l10n: l10nConfigSchema, | ||
@@ -353,0 +353,0 @@ metadata: metadataConfigSchema, |
export declare const graphqlConfigSchema: { | ||
readonly type: "object"; | ||
readonly properties: { | ||
readonly pagination: { | ||
readonly type: "string"; | ||
readonly enum: readonly ["none", "section", "item"]; | ||
}; | ||
readonly hidePaginationButtons: { | ||
@@ -9,0 +5,0 @@ readonly type: "boolean"; |
@@ -59,6 +59,2 @@ "use strict"; | ||
properties: { | ||
pagination: { | ||
type: 'string', | ||
enum: ['none', 'section', 'item'], | ||
}, | ||
hidePaginationButtons: { | ||
@@ -65,0 +61,0 @@ type: 'boolean', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.removePropertyRecursively = void 0; | ||
exports.removePropertyRecursively = removePropertyRecursively; | ||
function removePropertyRecursively(object, propToRemove) { | ||
@@ -25,3 +25,2 @@ return Object.fromEntries(Object.entries(object) | ||
} | ||
exports.removePropertyRecursively = removePropertyRecursively; | ||
//# sourceMappingURL=remove-property-recursively.js.map |
@@ -179,3 +179,3 @@ "use strict"; | ||
teamFoldersBaseRoles: exports.rbacScopeItemsSchema, | ||
cms: exports.rbacScopeItemsSchema, | ||
cms: exports.rbacScopeItemsSchema, // deprecated in favor of reunite | ||
reunite: exports.rbacScopeItemsSchema, | ||
@@ -353,3 +353,3 @@ content: { | ||
removeAttribution: { type: 'boolean' }, | ||
i18n: exports.l10nConfigSchema, | ||
i18n: exports.l10nConfigSchema, // deprecated | ||
l10n: exports.l10nConfigSchema, | ||
@@ -356,0 +356,0 @@ metadata: metadataConfigSchema, |
{ | ||
"name": "@redocly/config", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"license": "MIT", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"@markdoc/markdoc": "0.4.0", | ||
"@types/react": "18.3.2", | ||
"@types/react": "18.3.9", | ||
"react-router-dom": "6.21.1", | ||
"json-schema-to-ts": "2.7.2", | ||
"rimraf": "5.0.7", | ||
"typescript": "5.2.2" | ||
"typescript": "5.6.2" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
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
6965597
128908