@redocly/config 0.14.0 → 0.15.0

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.
@@ -3537,6 +3537,10 @@ export declare const themeConfigSchema: {
3537
3537
  readonly minimumLevel: {
3538
3538
  readonly type: "string";
3539
3539
  };
3540
+ readonly rules: {
3541
+ readonly type: "object";
3542
+ readonly additionalProperties: true;
3543
+ };
3540
3544
  readonly where: {
3541
3545
  readonly type: "object";
3542
3546
  readonly required: readonly ["metadata"];
@@ -7099,6 +7103,10 @@ export declare const closedThemeConfigSchema: {
7099
7103
  readonly minimumLevel: {
7100
7104
  readonly type: "string";
7101
7105
  };
7106
+ readonly rules: {
7107
+ readonly type: "object";
7108
+ readonly additionalProperties: true;
7109
+ };
7102
7110
  readonly where: {
7103
7111
  readonly type: "object";
7104
7112
  readonly required: readonly ["metadata"];
@@ -3898,6 +3898,10 @@ export declare const scorecardConfigSchema: {
3898
3898
  readonly minimumLevel: {
3899
3899
  readonly type: "string";
3900
3900
  };
3901
+ readonly rules: {
3902
+ readonly type: "object";
3903
+ readonly additionalProperties: true;
3904
+ };
3901
3905
  readonly where: {
3902
3906
  readonly type: "object";
3903
3907
  readonly required: readonly ["metadata"];
@@ -562,6 +562,7 @@ exports.scorecardConfigSchema = {
562
562
  required: ['where'],
563
563
  properties: {
564
564
  minimumLevel: { type: 'string' },
565
+ rules: { type: 'object', additionalProperties: true },
565
566
  where: {
566
567
  type: 'object',
567
568
  required: ['metadata'],
@@ -13172,6 +13172,10 @@ export declare const redoclyConfigSchema: {
13172
13172
  readonly minimumLevel: {
13173
13173
  readonly type: "string";
13174
13174
  };
13175
+ readonly rules: {
13176
+ readonly type: "object";
13177
+ readonly additionalProperties: true;
13178
+ };
13175
13179
  readonly where: {
13176
13180
  readonly type: "object";
13177
13181
  readonly required: readonly ["metadata"];
@@ -16737,6 +16741,10 @@ export declare const redoclyConfigSchema: {
16737
16741
  readonly minimumLevel: {
16738
16742
  readonly type: "string";
16739
16743
  };
16744
+ readonly rules: {
16745
+ readonly type: "object";
16746
+ readonly additionalProperties: true;
16747
+ };
16740
16748
  readonly where: {
16741
16749
  readonly type: "object";
16742
16750
  readonly required: readonly ["metadata"];
@@ -19589,6 +19597,10 @@ export declare const rootRedoclyConfigSchema: {
19589
19597
  type: "object";
19590
19598
  required: "metadata"[];
19591
19599
  };
19600
+ rules: {
19601
+ additionalProperties: true;
19602
+ type: "object";
19603
+ };
19592
19604
  minimumLevel: {
19593
19605
  type: "string";
19594
19606
  };
@@ -26066,6 +26078,10 @@ export declare const rootRedoclyConfigSchema: {
26066
26078
  type: "object";
26067
26079
  required: "metadata"[];
26068
26080
  };
26081
+ rules: {
26082
+ additionalProperties: true;
26083
+ type: "object";
26084
+ };
26069
26085
  minimumLevel: {
26070
26086
  type: "string";
26071
26087
  };
@@ -34225,6 +34241,10 @@ export declare const rootRedoclyConfigSchema: {
34225
34241
  readonly minimumLevel: {
34226
34242
  readonly type: "string";
34227
34243
  };
34244
+ readonly rules: {
34245
+ readonly type: "object";
34246
+ readonly additionalProperties: true;
34247
+ };
34228
34248
  readonly where: {
34229
34249
  readonly type: "object";
34230
34250
  readonly required: readonly ["metadata"];
@@ -37790,6 +37810,10 @@ export declare const rootRedoclyConfigSchema: {
37790
37810
  readonly minimumLevel: {
37791
37811
  readonly type: "string";
37792
37812
  };
37813
+ readonly rules: {
37814
+ readonly type: "object";
37815
+ readonly additionalProperties: true;
37816
+ };
37793
37817
  readonly where: {
37794
37818
  readonly type: "object";
37795
37819
  readonly required: readonly ["metadata"];
@@ -3537,6 +3537,10 @@ export declare const themeConfigSchema: {
3537
3537
  readonly minimumLevel: {
3538
3538
  readonly type: "string";
3539
3539
  };
3540
+ readonly rules: {
3541
+ readonly type: "object";
3542
+ readonly additionalProperties: true;
3543
+ };
3540
3544
  readonly where: {
3541
3545
  readonly type: "object";
3542
3546
  readonly required: readonly ["metadata"];
@@ -7099,6 +7103,10 @@ export declare const closedThemeConfigSchema: {
7099
7103
  readonly minimumLevel: {
7100
7104
  readonly type: "string";
7101
7105
  };
7106
+ readonly rules: {
7107
+ readonly type: "object";
7108
+ readonly additionalProperties: true;
7109
+ };
7102
7110
  readonly where: {
7103
7111
  readonly type: "object";
7104
7112
  readonly required: readonly ["metadata"];
@@ -3898,6 +3898,10 @@ export declare const scorecardConfigSchema: {
3898
3898
  readonly minimumLevel: {
3899
3899
  readonly type: "string";
3900
3900
  };
3901
+ readonly rules: {
3902
+ readonly type: "object";
3903
+ readonly additionalProperties: true;
3904
+ };
3901
3905
  readonly where: {
3902
3906
  readonly type: "object";
3903
3907
  readonly required: readonly ["metadata"];
@@ -559,6 +559,7 @@ export const scorecardConfigSchema = {
559
559
  required: ['where'],
560
560
  properties: {
561
561
  minimumLevel: { type: 'string' },
562
+ rules: { type: 'object', additionalProperties: true },
562
563
  where: {
563
564
  type: 'object',
564
565
  required: ['metadata'],
@@ -13172,6 +13172,10 @@ export declare const redoclyConfigSchema: {
13172
13172
  readonly minimumLevel: {
13173
13173
  readonly type: "string";
13174
13174
  };
13175
+ readonly rules: {
13176
+ readonly type: "object";
13177
+ readonly additionalProperties: true;
13178
+ };
13175
13179
  readonly where: {
13176
13180
  readonly type: "object";
13177
13181
  readonly required: readonly ["metadata"];
@@ -16737,6 +16741,10 @@ export declare const redoclyConfigSchema: {
16737
16741
  readonly minimumLevel: {
16738
16742
  readonly type: "string";
16739
16743
  };
16744
+ readonly rules: {
16745
+ readonly type: "object";
16746
+ readonly additionalProperties: true;
16747
+ };
16740
16748
  readonly where: {
16741
16749
  readonly type: "object";
16742
16750
  readonly required: readonly ["metadata"];
@@ -19589,6 +19597,10 @@ export declare const rootRedoclyConfigSchema: {
19589
19597
  type: "object";
19590
19598
  required: "metadata"[];
19591
19599
  };
19600
+ rules: {
19601
+ additionalProperties: true;
19602
+ type: "object";
19603
+ };
19592
19604
  minimumLevel: {
19593
19605
  type: "string";
19594
19606
  };
@@ -26066,6 +26078,10 @@ export declare const rootRedoclyConfigSchema: {
26066
26078
  type: "object";
26067
26079
  required: "metadata"[];
26068
26080
  };
26081
+ rules: {
26082
+ additionalProperties: true;
26083
+ type: "object";
26084
+ };
26069
26085
  minimumLevel: {
26070
26086
  type: "string";
26071
26087
  };
@@ -34225,6 +34241,10 @@ export declare const rootRedoclyConfigSchema: {
34225
34241
  readonly minimumLevel: {
34226
34242
  readonly type: "string";
34227
34243
  };
34244
+ readonly rules: {
34245
+ readonly type: "object";
34246
+ readonly additionalProperties: true;
34247
+ };
34228
34248
  readonly where: {
34229
34249
  readonly type: "object";
34230
34250
  readonly required: readonly ["metadata"];
@@ -37790,6 +37810,10 @@ export declare const rootRedoclyConfigSchema: {
37790
37810
  readonly minimumLevel: {
37791
37811
  readonly type: "string";
37792
37812
  };
37813
+ readonly rules: {
37814
+ readonly type: "object";
37815
+ readonly additionalProperties: true;
37816
+ };
37793
37817
  readonly where: {
37794
37818
  readonly type: "object";
37795
37819
  readonly required: readonly ["metadata"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/config",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "license": "MIT",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",