@redocly/config 0.36.0 → 0.36.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.
- package/lib/default-theme-config-schema.d.ts +38 -0
- package/lib/entities-catalog-entity-file-schema.d.ts +670 -409
- package/lib/entities-catalog-entity-file-schema.js +36 -26
- package/lib/ex-theme-config-schemas.d.ts +46 -0
- package/lib/ex-theme-config-schemas.js +2 -0
- package/lib/product-override-schema.d.ts +123 -0
- package/lib/product-override-schema.js +1 -0
- package/lib/root-config-schema.d.ts +208 -0
- package/lib/types/api-functions-types.d.ts +8 -0
- package/lib/types/portal-shared-types.d.ts +5 -1
- package/lib-esm/default-theme-config-schema.d.ts +38 -0
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +670 -409
- package/lib-esm/entities-catalog-entity-file-schema.js +35 -25
- package/lib-esm/ex-theme-config-schemas.d.ts +46 -0
- package/lib-esm/ex-theme-config-schemas.js +2 -0
- package/lib-esm/product-override-schema.d.ts +123 -0
- package/lib-esm/product-override-schema.js +2 -1
- package/lib-esm/root-config-schema.d.ts +208 -0
- package/lib-esm/types/api-functions-types.d.ts +8 -0
- package/lib-esm/types/portal-shared-types.d.ts +5 -1
- package/package.json +1 -1
|
@@ -134,6 +134,10 @@ export declare const themeConfigSchema: {
|
|
|
134
134
|
readonly type: "string";
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
|
+
readonly additionalProps: {
|
|
138
|
+
readonly type: "object";
|
|
139
|
+
readonly additionalProperties: true;
|
|
140
|
+
};
|
|
137
141
|
};
|
|
138
142
|
};
|
|
139
143
|
};
|
|
@@ -218,6 +222,10 @@ export declare const themeConfigSchema: {
|
|
|
218
222
|
readonly type: "string";
|
|
219
223
|
};
|
|
220
224
|
};
|
|
225
|
+
readonly additionalProps: {
|
|
226
|
+
readonly type: "object";
|
|
227
|
+
readonly additionalProperties: true;
|
|
228
|
+
};
|
|
221
229
|
};
|
|
222
230
|
readonly type: "object";
|
|
223
231
|
};
|
|
@@ -347,6 +355,10 @@ export declare const themeConfigSchema: {
|
|
|
347
355
|
readonly type: "string";
|
|
348
356
|
};
|
|
349
357
|
};
|
|
358
|
+
readonly additionalProps: {
|
|
359
|
+
readonly type: "object";
|
|
360
|
+
readonly additionalProperties: true;
|
|
361
|
+
};
|
|
350
362
|
};
|
|
351
363
|
};
|
|
352
364
|
};
|
|
@@ -431,6 +443,10 @@ export declare const themeConfigSchema: {
|
|
|
431
443
|
readonly type: "string";
|
|
432
444
|
};
|
|
433
445
|
};
|
|
446
|
+
readonly additionalProps: {
|
|
447
|
+
readonly type: "object";
|
|
448
|
+
readonly additionalProperties: true;
|
|
449
|
+
};
|
|
434
450
|
};
|
|
435
451
|
readonly type: "object";
|
|
436
452
|
};
|
|
@@ -3769,6 +3785,9 @@ export declare const themeConfigSchema: {
|
|
|
3769
3785
|
readonly additionalProperties: true;
|
|
3770
3786
|
readonly required: readonly ["slug", "items"];
|
|
3771
3787
|
readonly properties: {
|
|
3788
|
+
readonly show: {
|
|
3789
|
+
readonly type: "boolean";
|
|
3790
|
+
};
|
|
3772
3791
|
readonly slug: {
|
|
3773
3792
|
readonly type: "string";
|
|
3774
3793
|
};
|
|
@@ -3921,6 +3940,10 @@ export declare const themeConfigSchema: {
|
|
|
3921
3940
|
readonly type: "string";
|
|
3922
3941
|
};
|
|
3923
3942
|
};
|
|
3943
|
+
readonly additionalProps: {
|
|
3944
|
+
readonly type: "object";
|
|
3945
|
+
readonly additionalProperties: true;
|
|
3946
|
+
};
|
|
3924
3947
|
};
|
|
3925
3948
|
};
|
|
3926
3949
|
};
|
|
@@ -4005,6 +4028,10 @@ export declare const themeConfigSchema: {
|
|
|
4005
4028
|
readonly type: "string";
|
|
4006
4029
|
};
|
|
4007
4030
|
};
|
|
4031
|
+
readonly additionalProps: {
|
|
4032
|
+
readonly type: "object";
|
|
4033
|
+
readonly additionalProperties: true;
|
|
4034
|
+
};
|
|
4008
4035
|
};
|
|
4009
4036
|
readonly type: "object";
|
|
4010
4037
|
};
|
|
@@ -4985,6 +5012,9 @@ export declare const themeConfigSchema: {
|
|
|
4985
5012
|
readonly additionalProperties: true;
|
|
4986
5013
|
readonly required: readonly ["slug", "items"];
|
|
4987
5014
|
readonly properties: {
|
|
5015
|
+
readonly show: {
|
|
5016
|
+
readonly type: "boolean";
|
|
5017
|
+
};
|
|
4988
5018
|
readonly slug: {
|
|
4989
5019
|
readonly type: "string";
|
|
4990
5020
|
};
|
|
@@ -5137,6 +5167,10 @@ export declare const themeConfigSchema: {
|
|
|
5137
5167
|
readonly type: "string";
|
|
5138
5168
|
};
|
|
5139
5169
|
};
|
|
5170
|
+
readonly additionalProps: {
|
|
5171
|
+
readonly type: "object";
|
|
5172
|
+
readonly additionalProperties: true;
|
|
5173
|
+
};
|
|
5140
5174
|
};
|
|
5141
5175
|
};
|
|
5142
5176
|
};
|
|
@@ -5221,6 +5255,10 @@ export declare const themeConfigSchema: {
|
|
|
5221
5255
|
readonly type: "string";
|
|
5222
5256
|
};
|
|
5223
5257
|
};
|
|
5258
|
+
readonly additionalProps: {
|
|
5259
|
+
readonly type: "object";
|
|
5260
|
+
readonly additionalProperties: true;
|
|
5261
|
+
};
|
|
5224
5262
|
};
|
|
5225
5263
|
readonly type: "object";
|
|
5226
5264
|
};
|