@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.
@@ -128,6 +128,12 @@ export declare const themeConfigSchema: {
128
128
  readonly additionalProperties: true;
129
129
  };
130
130
  };
131
+ readonly rbac: {
132
+ readonly type: "object";
133
+ readonly additionalProperties: {
134
+ readonly type: "string";
135
+ };
136
+ };
131
137
  };
132
138
  };
133
139
  };
@@ -206,6 +212,12 @@ export declare const themeConfigSchema: {
206
212
  readonly type: "string";
207
213
  };
208
214
  };
215
+ readonly rbac: {
216
+ readonly type: "object";
217
+ readonly additionalProperties: {
218
+ readonly type: "string";
219
+ };
220
+ };
209
221
  };
210
222
  readonly type: "object";
211
223
  };
@@ -329,6 +341,12 @@ export declare const themeConfigSchema: {
329
341
  readonly additionalProperties: true;
330
342
  };
331
343
  };
344
+ readonly rbac: {
345
+ readonly type: "object";
346
+ readonly additionalProperties: {
347
+ readonly type: "string";
348
+ };
349
+ };
332
350
  };
333
351
  };
334
352
  };
@@ -407,6 +425,12 @@ export declare const themeConfigSchema: {
407
425
  readonly type: "string";
408
426
  };
409
427
  };
428
+ readonly rbac: {
429
+ readonly type: "object";
430
+ readonly additionalProperties: {
431
+ readonly type: "string";
432
+ };
433
+ };
410
434
  };
411
435
  readonly type: "object";
412
436
  };
@@ -3800,6 +3824,12 @@ export declare const themeConfigSchema: {
3800
3824
  readonly additionalProperties: true;
3801
3825
  };
3802
3826
  };
3827
+ readonly rbac: {
3828
+ readonly type: "object";
3829
+ readonly additionalProperties: {
3830
+ readonly type: "string";
3831
+ };
3832
+ };
3803
3833
  };
3804
3834
  };
3805
3835
  };
@@ -3878,6 +3908,12 @@ export declare const themeConfigSchema: {
3878
3908
  readonly type: "string";
3879
3909
  };
3880
3910
  };
3911
+ readonly rbac: {
3912
+ readonly type: "object";
3913
+ readonly additionalProperties: {
3914
+ readonly type: "string";
3915
+ };
3916
+ };
3881
3917
  };
3882
3918
  readonly type: "object";
3883
3919
  };
@@ -4131,6 +4167,12 @@ export declare const closedThemeConfigSchema: {
4131
4167
  readonly additionalProperties: true;
4132
4168
  };
4133
4169
  };
4170
+ readonly rbac: {
4171
+ readonly type: "object";
4172
+ readonly additionalProperties: {
4173
+ readonly type: "string";
4174
+ };
4175
+ };
4134
4176
  };
4135
4177
  };
4136
4178
  };
@@ -4209,6 +4251,12 @@ export declare const closedThemeConfigSchema: {
4209
4251
  readonly type: "string";
4210
4252
  };
4211
4253
  };
4254
+ readonly rbac: {
4255
+ readonly type: "object";
4256
+ readonly additionalProperties: {
4257
+ readonly type: "string";
4258
+ };
4259
+ };
4212
4260
  };
4213
4261
  readonly type: "object";
4214
4262
  };
@@ -4332,6 +4380,12 @@ export declare const closedThemeConfigSchema: {
4332
4380
  readonly additionalProperties: true;
4333
4381
  };
4334
4382
  };
4383
+ readonly rbac: {
4384
+ readonly type: "object";
4385
+ readonly additionalProperties: {
4386
+ readonly type: "string";
4387
+ };
4388
+ };
4335
4389
  };
4336
4390
  };
4337
4391
  };
@@ -4410,6 +4464,12 @@ export declare const closedThemeConfigSchema: {
4410
4464
  readonly type: "string";
4411
4465
  };
4412
4466
  };
4467
+ readonly rbac: {
4468
+ readonly type: "object";
4469
+ readonly additionalProperties: {
4470
+ readonly type: "string";
4471
+ };
4472
+ };
4413
4473
  };
4414
4474
  readonly type: "object";
4415
4475
  };
@@ -7803,6 +7863,12 @@ export declare const closedThemeConfigSchema: {
7803
7863
  readonly additionalProperties: true;
7804
7864
  };
7805
7865
  };
7866
+ readonly rbac: {
7867
+ readonly type: "object";
7868
+ readonly additionalProperties: {
7869
+ readonly type: "string";
7870
+ };
7871
+ };
7806
7872
  };
7807
7873
  };
7808
7874
  };
@@ -7881,6 +7947,12 @@ export declare const closedThemeConfigSchema: {
7881
7947
  readonly type: "string";
7882
7948
  };
7883
7949
  };
7950
+ readonly rbac: {
7951
+ readonly type: "object";
7952
+ readonly additionalProperties: {
7953
+ readonly type: "string";
7954
+ };
7955
+ };
7884
7956
  };
7885
7957
  readonly type: "object";
7886
7958
  };
@@ -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
  };
@@ -64,6 +64,10 @@ const navItemSchema = {
64
64
  },
65
65
  // Allow users to eject the navbar and implement additional levels of nesting
66
66
  items: { type: 'array', items: { type: 'object', additionalProperties: true } },
67
+ rbac: {
68
+ type: 'object',
69
+ additionalProperties: { type: 'string' },
70
+ },
67
71
  },
68
72
  };
69
73
  exports.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
  };