@redocly/config 0.29.0 → 0.29.1

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.
@@ -2930,7 +2930,6 @@ export declare const themeConfigSchema: {
2930
2930
  readonly type: "boolean";
2931
2931
  };
2932
2932
  };
2933
- readonly required: readonly ["languages"];
2934
2933
  readonly additionalProperties: false;
2935
2934
  };
2936
2935
  readonly ignoreNamedSchemas: {
@@ -3696,6 +3695,9 @@ export declare const themeConfigSchema: {
3696
3695
  readonly page: {
3697
3696
  readonly type: "string";
3698
3697
  };
3698
+ readonly icon: {
3699
+ readonly type: "string";
3700
+ };
3699
3701
  };
3700
3702
  readonly additionalProperties: false;
3701
3703
  readonly default: {};
@@ -2952,7 +2952,6 @@ export declare const openapiConfigSchema: {
2952
2952
  readonly type: "boolean";
2953
2953
  };
2954
2954
  };
2955
- readonly required: readonly ["languages"];
2956
2955
  readonly additionalProperties: false;
2957
2956
  };
2958
2957
  readonly ignoreNamedSchemas: {
@@ -3523,6 +3522,9 @@ export declare const breadcrumbsConfigSchema: {
3523
3522
  readonly page: {
3524
3523
  readonly type: "string";
3525
3524
  };
3525
+ readonly icon: {
3526
+ readonly type: "string";
3527
+ };
3526
3528
  };
3527
3529
  readonly additionalProperties: false;
3528
3530
  readonly default: {};
@@ -504,6 +504,7 @@ exports.breadcrumbsConfigSchema = {
504
504
  label: { type: 'string' },
505
505
  labelTranslationKey: { type: 'string' },
506
506
  page: { type: 'string' },
507
+ icon: { type: 'string' },
507
508
  },
508
509
  additionalProperties: false,
509
510
  default: {},
@@ -618,6 +618,9 @@ export declare const productThemeOverrideSchema: {
618
618
  readonly page: {
619
619
  readonly type: "string";
620
620
  };
621
+ readonly icon: {
622
+ readonly type: "string";
623
+ };
621
624
  };
622
625
  readonly additionalProperties: false;
623
626
  readonly default: {};
@@ -2408,7 +2411,6 @@ export declare const productThemeOverrideSchema: {
2408
2411
  readonly type: "boolean";
2409
2412
  };
2410
2413
  };
2411
- readonly required: readonly ["languages"];
2412
2414
  readonly additionalProperties: false;
2413
2415
  };
2414
2416
  readonly ignoreNamedSchemas: {
@@ -4656,7 +4658,6 @@ export declare const productConfigOverrideSchema: {
4656
4658
  readonly type: "boolean";
4657
4659
  };
4658
4660
  };
4659
- readonly required: readonly ["languages"];
4660
4661
  readonly additionalProperties: false;
4661
4662
  };
4662
4663
  readonly ignoreNamedSchemas: {
@@ -6904,7 +6905,6 @@ export declare const productConfigOverrideSchema: {
6904
6905
  readonly type: "boolean";
6905
6906
  };
6906
6907
  };
6907
- readonly required: readonly ["languages"];
6908
6908
  readonly additionalProperties: false;
6909
6909
  };
6910
6910
  readonly ignoreNamedSchemas: {
@@ -8004,6 +8004,9 @@ export declare const productConfigOverrideSchema: {
8004
8004
  readonly page: {
8005
8005
  readonly type: "string";
8006
8006
  };
8007
+ readonly icon: {
8008
+ readonly type: "string";
8009
+ };
8007
8010
  };
8008
8011
  readonly additionalProperties: false;
8009
8012
  readonly default: {};
@@ -9794,7 +9797,6 @@ export declare const productConfigOverrideSchema: {
9794
9797
  readonly type: "boolean";
9795
9798
  };
9796
9799
  };
9797
- readonly required: readonly ["languages"];
9798
9800
  readonly additionalProperties: false;
9799
9801
  };
9800
9802
  readonly ignoreNamedSchemas: {
@@ -10707,6 +10709,9 @@ export declare const productConfigOverrideSchema: {
10707
10709
  readonly page: {
10708
10710
  readonly type: "string";
10709
10711
  };
10712
+ readonly icon: {
10713
+ readonly type: "string";
10714
+ };
10710
10715
  };
10711
10716
  readonly additionalProperties: false;
10712
10717
  readonly default: {};
@@ -12497,7 +12502,6 @@ export declare const productConfigOverrideSchema: {
12497
12502
  readonly type: "boolean";
12498
12503
  };
12499
12504
  };
12500
- readonly required: readonly ["languages"];
12501
12505
  readonly additionalProperties: false;
12502
12506
  };
12503
12507
  readonly ignoreNamedSchemas: {
@@ -425,7 +425,6 @@ export declare const redocConfigSchema: {
425
425
  readonly type: "boolean";
426
426
  };
427
427
  };
428
- readonly required: readonly ["languages"];
429
428
  readonly additionalProperties: false;
430
429
  };
431
430
  readonly ignoreNamedSchemas: {
@@ -51,7 +51,6 @@ const codeSamplesConfigSchema = {
51
51
  skipOptionalParameters: { type: 'boolean' },
52
52
  withOAuth2Call: { type: 'boolean' },
53
53
  },
54
- required: ['languages'],
55
54
  additionalProperties: false,
56
55
  };
57
56
  exports.downloadUrlsSchema = {
@@ -2441,7 +2441,6 @@ export declare const apiConfigSchema: {
2441
2441
  readonly type: "boolean";
2442
2442
  };
2443
2443
  };
2444
- readonly required: readonly ["languages"];
2445
2444
  readonly additionalProperties: false;
2446
2445
  };
2447
2446
  readonly ignoreNamedSchemas: {
@@ -4692,7 +4691,6 @@ export declare const apiConfigSchema: {
4692
4691
  readonly type: "boolean";
4693
4692
  };
4694
4693
  };
4695
- readonly required: readonly ["languages"];
4696
4694
  readonly additionalProperties: false;
4697
4695
  };
4698
4696
  readonly ignoreNamedSchemas: {
@@ -9240,7 +9238,6 @@ export declare const redoclyConfigSchema: {
9240
9238
  readonly type: "boolean";
9241
9239
  };
9242
9240
  };
9243
- readonly required: readonly ["languages"];
9244
9241
  readonly additionalProperties: false;
9245
9242
  };
9246
9243
  readonly ignoreNamedSchemas: {
@@ -10006,6 +10003,9 @@ export declare const redoclyConfigSchema: {
10006
10003
  readonly page: {
10007
10004
  readonly type: "string";
10008
10005
  };
10006
+ readonly icon: {
10007
+ readonly type: "string";
10008
+ };
10009
10009
  };
10010
10010
  readonly additionalProperties: false;
10011
10011
  readonly default: {};
@@ -14565,7 +14565,6 @@ export declare const redoclyConfigSchema: {
14565
14565
  readonly type: "boolean";
14566
14566
  };
14567
14567
  };
14568
- readonly required: readonly ["languages"];
14569
14568
  readonly additionalProperties: false;
14570
14569
  };
14571
14570
  readonly ignoreNamedSchemas: {
@@ -15331,6 +15330,9 @@ export declare const redoclyConfigSchema: {
15331
15330
  readonly page: {
15332
15331
  readonly type: "string";
15333
15332
  };
15333
+ readonly icon: {
15334
+ readonly type: "string";
15335
+ };
15334
15336
  };
15335
15337
  readonly additionalProperties: false;
15336
15338
  readonly default: {};
@@ -19246,7 +19248,6 @@ export declare const redoclyConfigSchema: {
19246
19248
  readonly type: "boolean";
19247
19249
  };
19248
19250
  };
19249
- readonly required: readonly ["languages"];
19250
19251
  readonly additionalProperties: false;
19251
19252
  };
19252
19253
  readonly ignoreNamedSchemas: {
@@ -21497,7 +21498,6 @@ export declare const redoclyConfigSchema: {
21497
21498
  readonly type: "boolean";
21498
21499
  };
21499
21500
  };
21500
- readonly required: readonly ["languages"];
21501
21501
  readonly additionalProperties: false;
21502
21502
  };
21503
21503
  readonly ignoreNamedSchemas: {
@@ -24340,7 +24340,6 @@ export declare const rootRedoclyConfigSchema: {
24340
24340
  };
24341
24341
  additionalProperties: false;
24342
24342
  type: "object";
24343
- required: "languages"[];
24344
24343
  };
24345
24344
  ignoreNamedSchemas: {
24346
24345
  oneOf: ({
@@ -25001,6 +25000,9 @@ export declare const rootRedoclyConfigSchema: {
25001
25000
  page: {
25002
25001
  type: "string";
25003
25002
  };
25003
+ icon: {
25004
+ type: "string";
25005
+ };
25004
25006
  labelTranslationKey: {
25005
25007
  type: "string";
25006
25008
  };
@@ -28909,7 +28911,6 @@ export declare const rootRedoclyConfigSchema: {
28909
28911
  };
28910
28912
  additionalProperties: false;
28911
28913
  type: "object";
28912
- required: "languages"[];
28913
28914
  };
28914
28915
  ignoreNamedSchemas: {
28915
28916
  oneOf: ({
@@ -29570,6 +29571,9 @@ export declare const rootRedoclyConfigSchema: {
29570
29571
  page: {
29571
29572
  type: "string";
29572
29573
  };
29574
+ icon: {
29575
+ type: "string";
29576
+ };
29573
29577
  labelTranslationKey: {
29574
29578
  type: "string";
29575
29579
  };
@@ -32385,7 +32389,6 @@ export declare const rootRedoclyConfigSchema: {
32385
32389
  };
32386
32390
  additionalProperties: false;
32387
32391
  type: "object";
32388
- required: "languages"[];
32389
32392
  };
32390
32393
  ignoreNamedSchemas: {
32391
32394
  oneOf: ({
@@ -34144,7 +34147,6 @@ export declare const rootRedoclyConfigSchema: {
34144
34147
  };
34145
34148
  additionalProperties: false;
34146
34149
  type: "object";
34147
- required: "languages"[];
34148
34150
  };
34149
34151
  ignoreNamedSchemas: {
34150
34152
  oneOf: ({
@@ -38057,7 +38059,6 @@ export declare const rootRedoclyConfigSchema: {
38057
38059
  readonly type: "boolean";
38058
38060
  };
38059
38061
  };
38060
- readonly required: readonly ["languages"];
38061
38062
  readonly additionalProperties: false;
38062
38063
  };
38063
38064
  readonly ignoreNamedSchemas: {
@@ -38823,6 +38824,9 @@ export declare const rootRedoclyConfigSchema: {
38823
38824
  readonly page: {
38824
38825
  readonly type: "string";
38825
38826
  };
38827
+ readonly icon: {
38828
+ readonly type: "string";
38829
+ };
38826
38830
  };
38827
38831
  readonly additionalProperties: false;
38828
38832
  readonly default: {};
@@ -43382,7 +43386,6 @@ export declare const rootRedoclyConfigSchema: {
43382
43386
  readonly type: "boolean";
43383
43387
  };
43384
43388
  };
43385
- readonly required: readonly ["languages"];
43386
43389
  readonly additionalProperties: false;
43387
43390
  };
43388
43391
  readonly ignoreNamedSchemas: {
@@ -44148,6 +44151,9 @@ export declare const rootRedoclyConfigSchema: {
44148
44151
  readonly page: {
44149
44152
  readonly type: "string";
44150
44153
  };
44154
+ readonly icon: {
44155
+ readonly type: "string";
44156
+ };
44151
44157
  };
44152
44158
  readonly additionalProperties: false;
44153
44159
  readonly default: {};
@@ -48063,7 +48069,6 @@ export declare const rootRedoclyConfigSchema: {
48063
48069
  readonly type: "boolean";
48064
48070
  };
48065
48071
  };
48066
- readonly required: readonly ["languages"];
48067
48072
  readonly additionalProperties: false;
48068
48073
  };
48069
48074
  readonly ignoreNamedSchemas: {
@@ -50314,7 +50319,6 @@ export declare const rootRedoclyConfigSchema: {
50314
50319
  readonly type: "boolean";
50315
50320
  };
50316
50321
  };
50317
- readonly required: readonly ["languages"];
50318
50322
  readonly additionalProperties: false;
50319
50323
  };
50320
50324
  readonly ignoreNamedSchemas: {
@@ -301,7 +301,9 @@ export type APIOptions = {
301
301
  export type MenuStyle = 'drilldown' | 'drilldown-header';
302
302
  export type BreadcrumbItem = {
303
303
  label: string;
304
+ labelTranslationKey?: string;
304
305
  link?: string;
306
+ icon?: string;
305
307
  };
306
308
  export type ProductThemeOverrideConfig = Pick<RedoclyConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs' | 'feedback'> & {
307
309
  analytics?: {
@@ -2930,7 +2930,6 @@ export declare const themeConfigSchema: {
2930
2930
  readonly type: "boolean";
2931
2931
  };
2932
2932
  };
2933
- readonly required: readonly ["languages"];
2934
2933
  readonly additionalProperties: false;
2935
2934
  };
2936
2935
  readonly ignoreNamedSchemas: {
@@ -3696,6 +3695,9 @@ export declare const themeConfigSchema: {
3696
3695
  readonly page: {
3697
3696
  readonly type: "string";
3698
3697
  };
3698
+ readonly icon: {
3699
+ readonly type: "string";
3700
+ };
3699
3701
  };
3700
3702
  readonly additionalProperties: false;
3701
3703
  readonly default: {};
@@ -2952,7 +2952,6 @@ export declare const openapiConfigSchema: {
2952
2952
  readonly type: "boolean";
2953
2953
  };
2954
2954
  };
2955
- readonly required: readonly ["languages"];
2956
2955
  readonly additionalProperties: false;
2957
2956
  };
2958
2957
  readonly ignoreNamedSchemas: {
@@ -3523,6 +3522,9 @@ export declare const breadcrumbsConfigSchema: {
3523
3522
  readonly page: {
3524
3523
  readonly type: "string";
3525
3524
  };
3525
+ readonly icon: {
3526
+ readonly type: "string";
3527
+ };
3526
3528
  };
3527
3529
  readonly additionalProperties: false;
3528
3530
  readonly default: {};
@@ -501,6 +501,7 @@ export const breadcrumbsConfigSchema = {
501
501
  label: { type: 'string' },
502
502
  labelTranslationKey: { type: 'string' },
503
503
  page: { type: 'string' },
504
+ icon: { type: 'string' },
504
505
  },
505
506
  additionalProperties: false,
506
507
  default: {},
@@ -618,6 +618,9 @@ export declare const productThemeOverrideSchema: {
618
618
  readonly page: {
619
619
  readonly type: "string";
620
620
  };
621
+ readonly icon: {
622
+ readonly type: "string";
623
+ };
621
624
  };
622
625
  readonly additionalProperties: false;
623
626
  readonly default: {};
@@ -2408,7 +2411,6 @@ export declare const productThemeOverrideSchema: {
2408
2411
  readonly type: "boolean";
2409
2412
  };
2410
2413
  };
2411
- readonly required: readonly ["languages"];
2412
2414
  readonly additionalProperties: false;
2413
2415
  };
2414
2416
  readonly ignoreNamedSchemas: {
@@ -4656,7 +4658,6 @@ export declare const productConfigOverrideSchema: {
4656
4658
  readonly type: "boolean";
4657
4659
  };
4658
4660
  };
4659
- readonly required: readonly ["languages"];
4660
4661
  readonly additionalProperties: false;
4661
4662
  };
4662
4663
  readonly ignoreNamedSchemas: {
@@ -6904,7 +6905,6 @@ export declare const productConfigOverrideSchema: {
6904
6905
  readonly type: "boolean";
6905
6906
  };
6906
6907
  };
6907
- readonly required: readonly ["languages"];
6908
6908
  readonly additionalProperties: false;
6909
6909
  };
6910
6910
  readonly ignoreNamedSchemas: {
@@ -8004,6 +8004,9 @@ export declare const productConfigOverrideSchema: {
8004
8004
  readonly page: {
8005
8005
  readonly type: "string";
8006
8006
  };
8007
+ readonly icon: {
8008
+ readonly type: "string";
8009
+ };
8007
8010
  };
8008
8011
  readonly additionalProperties: false;
8009
8012
  readonly default: {};
@@ -9794,7 +9797,6 @@ export declare const productConfigOverrideSchema: {
9794
9797
  readonly type: "boolean";
9795
9798
  };
9796
9799
  };
9797
- readonly required: readonly ["languages"];
9798
9800
  readonly additionalProperties: false;
9799
9801
  };
9800
9802
  readonly ignoreNamedSchemas: {
@@ -10707,6 +10709,9 @@ export declare const productConfigOverrideSchema: {
10707
10709
  readonly page: {
10708
10710
  readonly type: "string";
10709
10711
  };
10712
+ readonly icon: {
10713
+ readonly type: "string";
10714
+ };
10710
10715
  };
10711
10716
  readonly additionalProperties: false;
10712
10717
  readonly default: {};
@@ -12497,7 +12502,6 @@ export declare const productConfigOverrideSchema: {
12497
12502
  readonly type: "boolean";
12498
12503
  };
12499
12504
  };
12500
- readonly required: readonly ["languages"];
12501
12505
  readonly additionalProperties: false;
12502
12506
  };
12503
12507
  readonly ignoreNamedSchemas: {
@@ -425,7 +425,6 @@ export declare const redocConfigSchema: {
425
425
  readonly type: "boolean";
426
426
  };
427
427
  };
428
- readonly required: readonly ["languages"];
429
428
  readonly additionalProperties: false;
430
429
  };
431
430
  readonly ignoreNamedSchemas: {
@@ -48,7 +48,6 @@ const codeSamplesConfigSchema = {
48
48
  skipOptionalParameters: { type: 'boolean' },
49
49
  withOAuth2Call: { type: 'boolean' },
50
50
  },
51
- required: ['languages'],
52
51
  additionalProperties: false,
53
52
  };
54
53
  export const downloadUrlsSchema = {
@@ -2441,7 +2441,6 @@ export declare const apiConfigSchema: {
2441
2441
  readonly type: "boolean";
2442
2442
  };
2443
2443
  };
2444
- readonly required: readonly ["languages"];
2445
2444
  readonly additionalProperties: false;
2446
2445
  };
2447
2446
  readonly ignoreNamedSchemas: {
@@ -4692,7 +4691,6 @@ export declare const apiConfigSchema: {
4692
4691
  readonly type: "boolean";
4693
4692
  };
4694
4693
  };
4695
- readonly required: readonly ["languages"];
4696
4694
  readonly additionalProperties: false;
4697
4695
  };
4698
4696
  readonly ignoreNamedSchemas: {
@@ -9240,7 +9238,6 @@ export declare const redoclyConfigSchema: {
9240
9238
  readonly type: "boolean";
9241
9239
  };
9242
9240
  };
9243
- readonly required: readonly ["languages"];
9244
9241
  readonly additionalProperties: false;
9245
9242
  };
9246
9243
  readonly ignoreNamedSchemas: {
@@ -10006,6 +10003,9 @@ export declare const redoclyConfigSchema: {
10006
10003
  readonly page: {
10007
10004
  readonly type: "string";
10008
10005
  };
10006
+ readonly icon: {
10007
+ readonly type: "string";
10008
+ };
10009
10009
  };
10010
10010
  readonly additionalProperties: false;
10011
10011
  readonly default: {};
@@ -14565,7 +14565,6 @@ export declare const redoclyConfigSchema: {
14565
14565
  readonly type: "boolean";
14566
14566
  };
14567
14567
  };
14568
- readonly required: readonly ["languages"];
14569
14568
  readonly additionalProperties: false;
14570
14569
  };
14571
14570
  readonly ignoreNamedSchemas: {
@@ -15331,6 +15330,9 @@ export declare const redoclyConfigSchema: {
15331
15330
  readonly page: {
15332
15331
  readonly type: "string";
15333
15332
  };
15333
+ readonly icon: {
15334
+ readonly type: "string";
15335
+ };
15334
15336
  };
15335
15337
  readonly additionalProperties: false;
15336
15338
  readonly default: {};
@@ -19246,7 +19248,6 @@ export declare const redoclyConfigSchema: {
19246
19248
  readonly type: "boolean";
19247
19249
  };
19248
19250
  };
19249
- readonly required: readonly ["languages"];
19250
19251
  readonly additionalProperties: false;
19251
19252
  };
19252
19253
  readonly ignoreNamedSchemas: {
@@ -21497,7 +21498,6 @@ export declare const redoclyConfigSchema: {
21497
21498
  readonly type: "boolean";
21498
21499
  };
21499
21500
  };
21500
- readonly required: readonly ["languages"];
21501
21501
  readonly additionalProperties: false;
21502
21502
  };
21503
21503
  readonly ignoreNamedSchemas: {
@@ -24340,7 +24340,6 @@ export declare const rootRedoclyConfigSchema: {
24340
24340
  };
24341
24341
  additionalProperties: false;
24342
24342
  type: "object";
24343
- required: "languages"[];
24344
24343
  };
24345
24344
  ignoreNamedSchemas: {
24346
24345
  oneOf: ({
@@ -25001,6 +25000,9 @@ export declare const rootRedoclyConfigSchema: {
25001
25000
  page: {
25002
25001
  type: "string";
25003
25002
  };
25003
+ icon: {
25004
+ type: "string";
25005
+ };
25004
25006
  labelTranslationKey: {
25005
25007
  type: "string";
25006
25008
  };
@@ -28909,7 +28911,6 @@ export declare const rootRedoclyConfigSchema: {
28909
28911
  };
28910
28912
  additionalProperties: false;
28911
28913
  type: "object";
28912
- required: "languages"[];
28913
28914
  };
28914
28915
  ignoreNamedSchemas: {
28915
28916
  oneOf: ({
@@ -29570,6 +29571,9 @@ export declare const rootRedoclyConfigSchema: {
29570
29571
  page: {
29571
29572
  type: "string";
29572
29573
  };
29574
+ icon: {
29575
+ type: "string";
29576
+ };
29573
29577
  labelTranslationKey: {
29574
29578
  type: "string";
29575
29579
  };
@@ -32385,7 +32389,6 @@ export declare const rootRedoclyConfigSchema: {
32385
32389
  };
32386
32390
  additionalProperties: false;
32387
32391
  type: "object";
32388
- required: "languages"[];
32389
32392
  };
32390
32393
  ignoreNamedSchemas: {
32391
32394
  oneOf: ({
@@ -34144,7 +34147,6 @@ export declare const rootRedoclyConfigSchema: {
34144
34147
  };
34145
34148
  additionalProperties: false;
34146
34149
  type: "object";
34147
- required: "languages"[];
34148
34150
  };
34149
34151
  ignoreNamedSchemas: {
34150
34152
  oneOf: ({
@@ -38057,7 +38059,6 @@ export declare const rootRedoclyConfigSchema: {
38057
38059
  readonly type: "boolean";
38058
38060
  };
38059
38061
  };
38060
- readonly required: readonly ["languages"];
38061
38062
  readonly additionalProperties: false;
38062
38063
  };
38063
38064
  readonly ignoreNamedSchemas: {
@@ -38823,6 +38824,9 @@ export declare const rootRedoclyConfigSchema: {
38823
38824
  readonly page: {
38824
38825
  readonly type: "string";
38825
38826
  };
38827
+ readonly icon: {
38828
+ readonly type: "string";
38829
+ };
38826
38830
  };
38827
38831
  readonly additionalProperties: false;
38828
38832
  readonly default: {};
@@ -43382,7 +43386,6 @@ export declare const rootRedoclyConfigSchema: {
43382
43386
  readonly type: "boolean";
43383
43387
  };
43384
43388
  };
43385
- readonly required: readonly ["languages"];
43386
43389
  readonly additionalProperties: false;
43387
43390
  };
43388
43391
  readonly ignoreNamedSchemas: {
@@ -44148,6 +44151,9 @@ export declare const rootRedoclyConfigSchema: {
44148
44151
  readonly page: {
44149
44152
  readonly type: "string";
44150
44153
  };
44154
+ readonly icon: {
44155
+ readonly type: "string";
44156
+ };
44151
44157
  };
44152
44158
  readonly additionalProperties: false;
44153
44159
  readonly default: {};
@@ -48063,7 +48069,6 @@ export declare const rootRedoclyConfigSchema: {
48063
48069
  readonly type: "boolean";
48064
48070
  };
48065
48071
  };
48066
- readonly required: readonly ["languages"];
48067
48072
  readonly additionalProperties: false;
48068
48073
  };
48069
48074
  readonly ignoreNamedSchemas: {
@@ -50314,7 +50319,6 @@ export declare const rootRedoclyConfigSchema: {
50314
50319
  readonly type: "boolean";
50315
50320
  };
50316
50321
  };
50317
- readonly required: readonly ["languages"];
50318
50322
  readonly additionalProperties: false;
50319
50323
  };
50320
50324
  readonly ignoreNamedSchemas: {
@@ -301,7 +301,9 @@ export type APIOptions = {
301
301
  export type MenuStyle = 'drilldown' | 'drilldown-header';
302
302
  export type BreadcrumbItem = {
303
303
  label: string;
304
+ labelTranslationKey?: string;
304
305
  link?: string;
306
+ icon?: string;
305
307
  };
306
308
  export type ProductThemeOverrideConfig = Pick<RedoclyConfig, 'logo' | 'navbar' | 'footer' | 'sidebar' | 'search' | 'codeSnippet' | 'breadcrumbs' | 'feedback'> & {
307
309
  analytics?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/config",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "license": "MIT",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",