@redocly/config 0.6.1 → 0.6.2
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.
|
@@ -1919,6 +1919,9 @@ export declare const redoclyConfigSchema: {
|
|
|
1919
1919
|
};
|
|
1920
1920
|
};
|
|
1921
1921
|
};
|
|
1922
|
+
readonly requiresLogin: {
|
|
1923
|
+
readonly type: "boolean";
|
|
1924
|
+
};
|
|
1922
1925
|
readonly responseHeaders: {
|
|
1923
1926
|
readonly type: "object";
|
|
1924
1927
|
readonly additionalProperties: {
|
|
@@ -5405,6 +5408,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
5405
5408
|
};
|
|
5406
5409
|
type: "object";
|
|
5407
5410
|
};
|
|
5411
|
+
requiresLogin: {
|
|
5412
|
+
type: "boolean";
|
|
5413
|
+
};
|
|
5408
5414
|
responseHeaders: {
|
|
5409
5415
|
additionalProperties: {
|
|
5410
5416
|
items: {
|
|
@@ -7973,6 +7979,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
7973
7979
|
};
|
|
7974
7980
|
};
|
|
7975
7981
|
};
|
|
7982
|
+
readonly requiresLogin: {
|
|
7983
|
+
readonly type: "boolean";
|
|
7984
|
+
};
|
|
7976
7985
|
readonly responseHeaders: {
|
|
7977
7986
|
readonly type: "object";
|
|
7978
7987
|
readonly additionalProperties: {
|
|
@@ -306,6 +306,7 @@ exports.redoclyConfigSchema = {
|
|
|
306
306
|
redirects: exports.redirectsConfigSchema,
|
|
307
307
|
seo: exports.seoConfigSchema,
|
|
308
308
|
rbac: exports.rbacConfigSchema,
|
|
309
|
+
requiresLogin: { type: 'boolean' },
|
|
309
310
|
responseHeaders: {
|
|
310
311
|
type: 'object',
|
|
311
312
|
additionalProperties: {
|
|
@@ -1919,6 +1919,9 @@ export declare const redoclyConfigSchema: {
|
|
|
1919
1919
|
};
|
|
1920
1920
|
};
|
|
1921
1921
|
};
|
|
1922
|
+
readonly requiresLogin: {
|
|
1923
|
+
readonly type: "boolean";
|
|
1924
|
+
};
|
|
1922
1925
|
readonly responseHeaders: {
|
|
1923
1926
|
readonly type: "object";
|
|
1924
1927
|
readonly additionalProperties: {
|
|
@@ -5405,6 +5408,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
5405
5408
|
};
|
|
5406
5409
|
type: "object";
|
|
5407
5410
|
};
|
|
5411
|
+
requiresLogin: {
|
|
5412
|
+
type: "boolean";
|
|
5413
|
+
};
|
|
5408
5414
|
responseHeaders: {
|
|
5409
5415
|
additionalProperties: {
|
|
5410
5416
|
items: {
|
|
@@ -7973,6 +7979,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
7973
7979
|
};
|
|
7974
7980
|
};
|
|
7975
7981
|
};
|
|
7982
|
+
readonly requiresLogin: {
|
|
7983
|
+
readonly type: "boolean";
|
|
7984
|
+
};
|
|
7976
7985
|
readonly responseHeaders: {
|
|
7977
7986
|
readonly type: "object";
|
|
7978
7987
|
readonly additionalProperties: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/config",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@types/react": "18.3.2",
|
|
11
11
|
"react-router-dom": "^6.21.1",
|
|
12
12
|
"json-schema-to-ts": "2.7.2",
|
|
13
|
-
"rimraf": "5.0.
|
|
13
|
+
"rimraf": "5.0.7",
|
|
14
14
|
"typescript": "5.2.2"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|