@redocly/config 0.22.0 → 0.22.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 +72 -0
- package/lib/ex-theme-config-schemas.d.ts +60 -0
- package/lib/ex-theme-config-schemas.js +4 -0
- package/lib/product-override-schema.d.ts +72 -0
- package/lib/root-config-schema.d.ts +186 -0
- package/lib/types/portal-shared-types.d.ts +6 -0
- package/lib-esm/default-theme-config-schema.d.ts +72 -0
- package/lib-esm/ex-theme-config-schemas.d.ts +60 -0
- package/lib-esm/ex-theme-config-schemas.js +4 -0
- package/lib-esm/product-override-schema.d.ts +72 -0
- package/lib-esm/root-config-schema.d.ts +186 -0
- package/lib-esm/types/portal-shared-types.d.ts +6 -0
- package/package.json +2 -2
|
@@ -89,6 +89,12 @@ export declare const navItemsSchema: {
|
|
|
89
89
|
readonly additionalProperties: true;
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
|
+
readonly rbac: {
|
|
93
|
+
readonly type: "object";
|
|
94
|
+
readonly additionalProperties: {
|
|
95
|
+
readonly type: "string";
|
|
96
|
+
};
|
|
97
|
+
};
|
|
92
98
|
};
|
|
93
99
|
};
|
|
94
100
|
};
|
|
@@ -167,6 +173,12 @@ export declare const navItemsSchema: {
|
|
|
167
173
|
readonly type: "string";
|
|
168
174
|
};
|
|
169
175
|
};
|
|
176
|
+
readonly rbac: {
|
|
177
|
+
readonly type: "object";
|
|
178
|
+
readonly additionalProperties: {
|
|
179
|
+
readonly type: "string";
|
|
180
|
+
};
|
|
181
|
+
};
|
|
170
182
|
};
|
|
171
183
|
readonly type: "object";
|
|
172
184
|
};
|
|
@@ -374,6 +386,12 @@ export declare const navbarConfigSchema: {
|
|
|
374
386
|
readonly additionalProperties: true;
|
|
375
387
|
};
|
|
376
388
|
};
|
|
389
|
+
readonly rbac: {
|
|
390
|
+
readonly type: "object";
|
|
391
|
+
readonly additionalProperties: {
|
|
392
|
+
readonly type: "string";
|
|
393
|
+
};
|
|
394
|
+
};
|
|
377
395
|
};
|
|
378
396
|
};
|
|
379
397
|
};
|
|
@@ -452,6 +470,12 @@ export declare const navbarConfigSchema: {
|
|
|
452
470
|
readonly type: "string";
|
|
453
471
|
};
|
|
454
472
|
};
|
|
473
|
+
readonly rbac: {
|
|
474
|
+
readonly type: "object";
|
|
475
|
+
readonly additionalProperties: {
|
|
476
|
+
readonly type: "string";
|
|
477
|
+
};
|
|
478
|
+
};
|
|
455
479
|
};
|
|
456
480
|
readonly type: "object";
|
|
457
481
|
};
|
|
@@ -575,6 +599,12 @@ export declare const footerConfigSchema: {
|
|
|
575
599
|
readonly additionalProperties: true;
|
|
576
600
|
};
|
|
577
601
|
};
|
|
602
|
+
readonly rbac: {
|
|
603
|
+
readonly type: "object";
|
|
604
|
+
readonly additionalProperties: {
|
|
605
|
+
readonly type: "string";
|
|
606
|
+
};
|
|
607
|
+
};
|
|
578
608
|
};
|
|
579
609
|
};
|
|
580
610
|
};
|
|
@@ -653,6 +683,12 @@ export declare const footerConfigSchema: {
|
|
|
653
683
|
readonly type: "string";
|
|
654
684
|
};
|
|
655
685
|
};
|
|
686
|
+
readonly rbac: {
|
|
687
|
+
readonly type: "object";
|
|
688
|
+
readonly additionalProperties: {
|
|
689
|
+
readonly type: "string";
|
|
690
|
+
};
|
|
691
|
+
};
|
|
656
692
|
};
|
|
657
693
|
readonly type: "object";
|
|
658
694
|
};
|
|
@@ -3676,6 +3712,12 @@ export declare const catalogSchema: {
|
|
|
3676
3712
|
readonly additionalProperties: true;
|
|
3677
3713
|
};
|
|
3678
3714
|
};
|
|
3715
|
+
readonly rbac: {
|
|
3716
|
+
readonly type: "object";
|
|
3717
|
+
readonly additionalProperties: {
|
|
3718
|
+
readonly type: "string";
|
|
3719
|
+
};
|
|
3720
|
+
};
|
|
3679
3721
|
};
|
|
3680
3722
|
};
|
|
3681
3723
|
};
|
|
@@ -3754,6 +3796,12 @@ export declare const catalogSchema: {
|
|
|
3754
3796
|
readonly type: "string";
|
|
3755
3797
|
};
|
|
3756
3798
|
};
|
|
3799
|
+
readonly rbac: {
|
|
3800
|
+
readonly type: "object";
|
|
3801
|
+
readonly additionalProperties: {
|
|
3802
|
+
readonly type: "string";
|
|
3803
|
+
};
|
|
3804
|
+
};
|
|
3757
3805
|
};
|
|
3758
3806
|
readonly type: "object";
|
|
3759
3807
|
};
|
|
@@ -3932,6 +3980,12 @@ export declare const catalogsConfigSchema: {
|
|
|
3932
3980
|
readonly additionalProperties: true;
|
|
3933
3981
|
};
|
|
3934
3982
|
};
|
|
3983
|
+
readonly rbac: {
|
|
3984
|
+
readonly type: "object";
|
|
3985
|
+
readonly additionalProperties: {
|
|
3986
|
+
readonly type: "string";
|
|
3987
|
+
};
|
|
3988
|
+
};
|
|
3935
3989
|
};
|
|
3936
3990
|
};
|
|
3937
3991
|
};
|
|
@@ -4010,6 +4064,12 @@ export declare const catalogsConfigSchema: {
|
|
|
4010
4064
|
readonly type: "string";
|
|
4011
4065
|
};
|
|
4012
4066
|
};
|
|
4067
|
+
readonly rbac: {
|
|
4068
|
+
readonly type: "object";
|
|
4069
|
+
readonly additionalProperties: {
|
|
4070
|
+
readonly type: "string";
|
|
4071
|
+
};
|
|
4072
|
+
};
|
|
4013
4073
|
};
|
|
4014
4074
|
readonly type: "object";
|
|
4015
4075
|
};
|
|
@@ -61,6 +61,10 @@ const navItemSchema = {
|
|
|
61
61
|
},
|
|
62
62
|
// Allow users to eject the navbar and implement additional levels of nesting
|
|
63
63
|
items: { type: 'array', items: { type: 'object', additionalProperties: true } },
|
|
64
|
+
rbac: {
|
|
65
|
+
type: 'object',
|
|
66
|
+
additionalProperties: { type: 'string' },
|
|
67
|
+
},
|
|
64
68
|
},
|
|
65
69
|
};
|
|
66
70
|
export const navItemsSchema = {
|
|
@@ -119,6 +119,12 @@ export declare const productThemeOverrideSchema: {
|
|
|
119
119
|
readonly additionalProperties: true;
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
|
+
readonly rbac: {
|
|
123
|
+
readonly type: "object";
|
|
124
|
+
readonly additionalProperties: {
|
|
125
|
+
readonly type: "string";
|
|
126
|
+
};
|
|
127
|
+
};
|
|
122
128
|
};
|
|
123
129
|
};
|
|
124
130
|
};
|
|
@@ -197,6 +203,12 @@ export declare const productThemeOverrideSchema: {
|
|
|
197
203
|
readonly type: "string";
|
|
198
204
|
};
|
|
199
205
|
};
|
|
206
|
+
readonly rbac: {
|
|
207
|
+
readonly type: "object";
|
|
208
|
+
readonly additionalProperties: {
|
|
209
|
+
readonly type: "string";
|
|
210
|
+
};
|
|
211
|
+
};
|
|
200
212
|
};
|
|
201
213
|
readonly type: "object";
|
|
202
214
|
};
|
|
@@ -301,6 +313,12 @@ export declare const productThemeOverrideSchema: {
|
|
|
301
313
|
readonly additionalProperties: true;
|
|
302
314
|
};
|
|
303
315
|
};
|
|
316
|
+
readonly rbac: {
|
|
317
|
+
readonly type: "object";
|
|
318
|
+
readonly additionalProperties: {
|
|
319
|
+
readonly type: "string";
|
|
320
|
+
};
|
|
321
|
+
};
|
|
304
322
|
};
|
|
305
323
|
};
|
|
306
324
|
};
|
|
@@ -379,6 +397,12 @@ export declare const productThemeOverrideSchema: {
|
|
|
379
397
|
readonly type: "string";
|
|
380
398
|
};
|
|
381
399
|
};
|
|
400
|
+
readonly rbac: {
|
|
401
|
+
readonly type: "object";
|
|
402
|
+
readonly additionalProperties: {
|
|
403
|
+
readonly type: "string";
|
|
404
|
+
};
|
|
405
|
+
};
|
|
382
406
|
};
|
|
383
407
|
readonly type: "object";
|
|
384
408
|
};
|
|
@@ -7314,6 +7338,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
7314
7338
|
readonly additionalProperties: true;
|
|
7315
7339
|
};
|
|
7316
7340
|
};
|
|
7341
|
+
readonly rbac: {
|
|
7342
|
+
readonly type: "object";
|
|
7343
|
+
readonly additionalProperties: {
|
|
7344
|
+
readonly type: "string";
|
|
7345
|
+
};
|
|
7346
|
+
};
|
|
7317
7347
|
};
|
|
7318
7348
|
};
|
|
7319
7349
|
};
|
|
@@ -7392,6 +7422,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
7392
7422
|
readonly type: "string";
|
|
7393
7423
|
};
|
|
7394
7424
|
};
|
|
7425
|
+
readonly rbac: {
|
|
7426
|
+
readonly type: "object";
|
|
7427
|
+
readonly additionalProperties: {
|
|
7428
|
+
readonly type: "string";
|
|
7429
|
+
};
|
|
7430
|
+
};
|
|
7395
7431
|
};
|
|
7396
7432
|
readonly type: "object";
|
|
7397
7433
|
};
|
|
@@ -7496,6 +7532,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
7496
7532
|
readonly additionalProperties: true;
|
|
7497
7533
|
};
|
|
7498
7534
|
};
|
|
7535
|
+
readonly rbac: {
|
|
7536
|
+
readonly type: "object";
|
|
7537
|
+
readonly additionalProperties: {
|
|
7538
|
+
readonly type: "string";
|
|
7539
|
+
};
|
|
7540
|
+
};
|
|
7499
7541
|
};
|
|
7500
7542
|
};
|
|
7501
7543
|
};
|
|
@@ -7574,6 +7616,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
7574
7616
|
readonly type: "string";
|
|
7575
7617
|
};
|
|
7576
7618
|
};
|
|
7619
|
+
readonly rbac: {
|
|
7620
|
+
readonly type: "object";
|
|
7621
|
+
readonly additionalProperties: {
|
|
7622
|
+
readonly type: "string";
|
|
7623
|
+
};
|
|
7624
|
+
};
|
|
7577
7625
|
};
|
|
7578
7626
|
readonly type: "object";
|
|
7579
7627
|
};
|
|
@@ -9996,6 +10044,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
9996
10044
|
readonly additionalProperties: true;
|
|
9997
10045
|
};
|
|
9998
10046
|
};
|
|
10047
|
+
readonly rbac: {
|
|
10048
|
+
readonly type: "object";
|
|
10049
|
+
readonly additionalProperties: {
|
|
10050
|
+
readonly type: "string";
|
|
10051
|
+
};
|
|
10052
|
+
};
|
|
9999
10053
|
};
|
|
10000
10054
|
};
|
|
10001
10055
|
};
|
|
@@ -10074,6 +10128,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
10074
10128
|
readonly type: "string";
|
|
10075
10129
|
};
|
|
10076
10130
|
};
|
|
10131
|
+
readonly rbac: {
|
|
10132
|
+
readonly type: "object";
|
|
10133
|
+
readonly additionalProperties: {
|
|
10134
|
+
readonly type: "string";
|
|
10135
|
+
};
|
|
10136
|
+
};
|
|
10077
10137
|
};
|
|
10078
10138
|
readonly type: "object";
|
|
10079
10139
|
};
|
|
@@ -10178,6 +10238,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
10178
10238
|
readonly additionalProperties: true;
|
|
10179
10239
|
};
|
|
10180
10240
|
};
|
|
10241
|
+
readonly rbac: {
|
|
10242
|
+
readonly type: "object";
|
|
10243
|
+
readonly additionalProperties: {
|
|
10244
|
+
readonly type: "string";
|
|
10245
|
+
};
|
|
10246
|
+
};
|
|
10181
10247
|
};
|
|
10182
10248
|
};
|
|
10183
10249
|
};
|
|
@@ -10256,6 +10322,12 @@ export declare const productConfigOverrideSchema: {
|
|
|
10256
10322
|
readonly type: "string";
|
|
10257
10323
|
};
|
|
10258
10324
|
};
|
|
10325
|
+
readonly rbac: {
|
|
10326
|
+
readonly type: "object";
|
|
10327
|
+
readonly additionalProperties: {
|
|
10328
|
+
readonly type: "string";
|
|
10329
|
+
};
|
|
10330
|
+
};
|
|
10259
10331
|
};
|
|
10260
10332
|
readonly type: "object";
|
|
10261
10333
|
};
|