@redocly/config 0.50.0 → 0.50.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.
- package/lib/common.d.ts +14 -1
- package/lib/default-theme-config-schema.d.ts +26 -0
- package/lib/ex-theme-config-schemas.d.ts +13 -0
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +13 -0
- package/lib/root-config-schema.d.ts +247 -0
- package/lib-esm/common.d.ts +14 -1
- package/lib-esm/default-theme-config-schema.d.ts +26 -0
- package/lib-esm/ex-theme-config-schemas.d.ts +13 -0
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +13 -0
- package/lib-esm/root-config-schema.d.ts +247 -0
- package/package.json +2 -2
|
@@ -5372,6 +5372,19 @@ export declare const apiConfigSchema: {
|
|
|
5372
5372
|
readonly type: 'object';
|
|
5373
5373
|
readonly additionalProperties: true;
|
|
5374
5374
|
};
|
|
5375
|
+
readonly graphqlRules: {
|
|
5376
|
+
readonly nodeTypeName: undefined;
|
|
5377
|
+
readonly type: 'object';
|
|
5378
|
+
readonly additionalProperties: {
|
|
5379
|
+
readonly oneOf: readonly [{
|
|
5380
|
+
readonly type: 'string';
|
|
5381
|
+
}, {
|
|
5382
|
+
readonly type: 'object';
|
|
5383
|
+
}];
|
|
5384
|
+
};
|
|
5385
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5386
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5387
|
+
};
|
|
5375
5388
|
readonly oas2Decorators: {
|
|
5376
5389
|
readonly nodeTypeName: undefined;
|
|
5377
5390
|
readonly type: 'object';
|
|
@@ -12054,6 +12067,19 @@ export declare const redoclyConfigSchema: {
|
|
|
12054
12067
|
readonly type: 'object';
|
|
12055
12068
|
readonly additionalProperties: true;
|
|
12056
12069
|
};
|
|
12070
|
+
readonly graphqlRules: {
|
|
12071
|
+
readonly nodeTypeName: undefined;
|
|
12072
|
+
readonly type: 'object';
|
|
12073
|
+
readonly additionalProperties: {
|
|
12074
|
+
readonly oneOf: readonly [{
|
|
12075
|
+
readonly type: 'string';
|
|
12076
|
+
}, {
|
|
12077
|
+
readonly type: 'object';
|
|
12078
|
+
}];
|
|
12079
|
+
};
|
|
12080
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
12081
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
12082
|
+
};
|
|
12057
12083
|
readonly oas2Decorators: {
|
|
12058
12084
|
readonly nodeTypeName: undefined;
|
|
12059
12085
|
readonly type: 'object';
|
|
@@ -18766,6 +18792,19 @@ export declare const redoclyConfigSchema: {
|
|
|
18766
18792
|
readonly type: 'object';
|
|
18767
18793
|
readonly additionalProperties: true;
|
|
18768
18794
|
};
|
|
18795
|
+
readonly graphqlRules: {
|
|
18796
|
+
readonly nodeTypeName: undefined;
|
|
18797
|
+
readonly type: 'object';
|
|
18798
|
+
readonly additionalProperties: {
|
|
18799
|
+
readonly oneOf: readonly [{
|
|
18800
|
+
readonly type: 'string';
|
|
18801
|
+
}, {
|
|
18802
|
+
readonly type: 'object';
|
|
18803
|
+
}];
|
|
18804
|
+
};
|
|
18805
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
18806
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
18807
|
+
};
|
|
18769
18808
|
readonly oas2Decorators: {
|
|
18770
18809
|
readonly nodeTypeName: undefined;
|
|
18771
18810
|
readonly type: 'object';
|
|
@@ -19126,6 +19165,19 @@ export declare const redoclyConfigSchema: {
|
|
|
19126
19165
|
readonly type: 'object';
|
|
19127
19166
|
readonly additionalProperties: true;
|
|
19128
19167
|
};
|
|
19168
|
+
readonly graphqlRules: {
|
|
19169
|
+
readonly nodeTypeName: undefined;
|
|
19170
|
+
readonly type: 'object';
|
|
19171
|
+
readonly additionalProperties: {
|
|
19172
|
+
readonly oneOf: readonly [{
|
|
19173
|
+
readonly type: 'string';
|
|
19174
|
+
}, {
|
|
19175
|
+
readonly type: 'object';
|
|
19176
|
+
}];
|
|
19177
|
+
};
|
|
19178
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
19179
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
19180
|
+
};
|
|
19129
19181
|
readonly oas2Decorators: {
|
|
19130
19182
|
readonly nodeTypeName: undefined;
|
|
19131
19183
|
readonly type: 'object';
|
|
@@ -25545,6 +25597,19 @@ export declare const redoclyConfigSchema: {
|
|
|
25545
25597
|
readonly type: 'object';
|
|
25546
25598
|
readonly additionalProperties: true;
|
|
25547
25599
|
};
|
|
25600
|
+
readonly graphqlRules: {
|
|
25601
|
+
readonly nodeTypeName: undefined;
|
|
25602
|
+
readonly type: 'object';
|
|
25603
|
+
readonly additionalProperties: {
|
|
25604
|
+
readonly oneOf: readonly [{
|
|
25605
|
+
readonly type: 'string';
|
|
25606
|
+
}, {
|
|
25607
|
+
readonly type: 'object';
|
|
25608
|
+
}];
|
|
25609
|
+
};
|
|
25610
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
25611
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
25612
|
+
};
|
|
25548
25613
|
readonly oas2Decorators: {
|
|
25549
25614
|
readonly nodeTypeName: undefined;
|
|
25550
25615
|
readonly type: 'object';
|
|
@@ -25905,6 +25970,19 @@ export declare const redoclyConfigSchema: {
|
|
|
25905
25970
|
readonly type: 'object';
|
|
25906
25971
|
readonly additionalProperties: true;
|
|
25907
25972
|
};
|
|
25973
|
+
readonly graphqlRules: {
|
|
25974
|
+
readonly nodeTypeName: undefined;
|
|
25975
|
+
readonly type: 'object';
|
|
25976
|
+
readonly additionalProperties: {
|
|
25977
|
+
readonly oneOf: readonly [{
|
|
25978
|
+
readonly type: 'string';
|
|
25979
|
+
}, {
|
|
25980
|
+
readonly type: 'object';
|
|
25981
|
+
}];
|
|
25982
|
+
};
|
|
25983
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
25984
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
25985
|
+
};
|
|
25908
25986
|
readonly oas2Decorators: {
|
|
25909
25987
|
readonly nodeTypeName: undefined;
|
|
25910
25988
|
readonly type: 'object';
|
|
@@ -26900,6 +26978,19 @@ export declare const redoclyConfigSchema: {
|
|
|
26900
26978
|
readonly type: 'object';
|
|
26901
26979
|
readonly additionalProperties: true;
|
|
26902
26980
|
};
|
|
26981
|
+
readonly graphqlRules: {
|
|
26982
|
+
readonly nodeTypeName: undefined;
|
|
26983
|
+
readonly type: 'object';
|
|
26984
|
+
readonly additionalProperties: {
|
|
26985
|
+
readonly oneOf: readonly [{
|
|
26986
|
+
readonly type: 'string';
|
|
26987
|
+
}, {
|
|
26988
|
+
readonly type: 'object';
|
|
26989
|
+
}];
|
|
26990
|
+
};
|
|
26991
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
26992
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
26993
|
+
};
|
|
26903
26994
|
readonly oas2Decorators: {
|
|
26904
26995
|
readonly nodeTypeName: undefined;
|
|
26905
26996
|
readonly type: 'object';
|
|
@@ -32320,6 +32411,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
32320
32411
|
readonly type: 'object';
|
|
32321
32412
|
readonly additionalProperties: true;
|
|
32322
32413
|
};
|
|
32414
|
+
readonly graphqlRules: {
|
|
32415
|
+
readonly nodeTypeName: undefined;
|
|
32416
|
+
readonly type: 'object';
|
|
32417
|
+
readonly additionalProperties: {
|
|
32418
|
+
readonly oneOf: readonly [{
|
|
32419
|
+
readonly type: 'string';
|
|
32420
|
+
}, {
|
|
32421
|
+
readonly type: 'object';
|
|
32422
|
+
}];
|
|
32423
|
+
};
|
|
32424
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
32425
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
32426
|
+
};
|
|
32323
32427
|
readonly oas2Decorators: {
|
|
32324
32428
|
readonly nodeTypeName: undefined;
|
|
32325
32429
|
readonly type: 'object';
|
|
@@ -39032,6 +39136,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
39032
39136
|
readonly type: 'object';
|
|
39033
39137
|
readonly additionalProperties: true;
|
|
39034
39138
|
};
|
|
39139
|
+
readonly graphqlRules: {
|
|
39140
|
+
readonly nodeTypeName: undefined;
|
|
39141
|
+
readonly type: 'object';
|
|
39142
|
+
readonly additionalProperties: {
|
|
39143
|
+
readonly oneOf: readonly [{
|
|
39144
|
+
readonly type: 'string';
|
|
39145
|
+
}, {
|
|
39146
|
+
readonly type: 'object';
|
|
39147
|
+
}];
|
|
39148
|
+
};
|
|
39149
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
39150
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
39151
|
+
};
|
|
39035
39152
|
readonly oas2Decorators: {
|
|
39036
39153
|
readonly nodeTypeName: undefined;
|
|
39037
39154
|
readonly type: 'object';
|
|
@@ -39392,6 +39509,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
39392
39509
|
readonly type: 'object';
|
|
39393
39510
|
readonly additionalProperties: true;
|
|
39394
39511
|
};
|
|
39512
|
+
readonly graphqlRules: {
|
|
39513
|
+
readonly nodeTypeName: undefined;
|
|
39514
|
+
readonly type: 'object';
|
|
39515
|
+
readonly additionalProperties: {
|
|
39516
|
+
readonly oneOf: readonly [{
|
|
39517
|
+
readonly type: 'string';
|
|
39518
|
+
}, {
|
|
39519
|
+
readonly type: 'object';
|
|
39520
|
+
}];
|
|
39521
|
+
};
|
|
39522
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
39523
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
39524
|
+
};
|
|
39395
39525
|
readonly oas2Decorators: {
|
|
39396
39526
|
readonly nodeTypeName: undefined;
|
|
39397
39527
|
readonly type: 'object';
|
|
@@ -45811,6 +45941,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
45811
45941
|
readonly type: 'object';
|
|
45812
45942
|
readonly additionalProperties: true;
|
|
45813
45943
|
};
|
|
45944
|
+
readonly graphqlRules: {
|
|
45945
|
+
readonly nodeTypeName: undefined;
|
|
45946
|
+
readonly type: 'object';
|
|
45947
|
+
readonly additionalProperties: {
|
|
45948
|
+
readonly oneOf: readonly [{
|
|
45949
|
+
readonly type: 'string';
|
|
45950
|
+
}, {
|
|
45951
|
+
readonly type: 'object';
|
|
45952
|
+
}];
|
|
45953
|
+
};
|
|
45954
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
45955
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
45956
|
+
};
|
|
45814
45957
|
readonly oas2Decorators: {
|
|
45815
45958
|
readonly nodeTypeName: undefined;
|
|
45816
45959
|
readonly type: 'object';
|
|
@@ -46171,6 +46314,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
46171
46314
|
readonly type: 'object';
|
|
46172
46315
|
readonly additionalProperties: true;
|
|
46173
46316
|
};
|
|
46317
|
+
readonly graphqlRules: {
|
|
46318
|
+
readonly nodeTypeName: undefined;
|
|
46319
|
+
readonly type: 'object';
|
|
46320
|
+
readonly additionalProperties: {
|
|
46321
|
+
readonly oneOf: readonly [{
|
|
46322
|
+
readonly type: 'string';
|
|
46323
|
+
}, {
|
|
46324
|
+
readonly type: 'object';
|
|
46325
|
+
}];
|
|
46326
|
+
};
|
|
46327
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
46328
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
46329
|
+
};
|
|
46174
46330
|
readonly oas2Decorators: {
|
|
46175
46331
|
readonly nodeTypeName: undefined;
|
|
46176
46332
|
readonly type: 'object';
|
|
@@ -47974,6 +48130,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
47974
48130
|
};
|
|
47975
48131
|
type: "object";
|
|
47976
48132
|
};
|
|
48133
|
+
graphqlRules: {
|
|
48134
|
+
additionalProperties: {
|
|
48135
|
+
oneOf: ({
|
|
48136
|
+
type: "string";
|
|
48137
|
+
} | {
|
|
48138
|
+
type: "object";
|
|
48139
|
+
})[];
|
|
48140
|
+
};
|
|
48141
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
48142
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
48143
|
+
nodeTypeName: undefined;
|
|
48144
|
+
type: "object";
|
|
48145
|
+
};
|
|
47977
48146
|
metadata: {
|
|
47978
48147
|
additionalProperties: true;
|
|
47979
48148
|
type: "object";
|
|
@@ -52570,6 +52739,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
52570
52739
|
};
|
|
52571
52740
|
type: "object";
|
|
52572
52741
|
};
|
|
52742
|
+
graphqlRules: {
|
|
52743
|
+
additionalProperties: {
|
|
52744
|
+
oneOf: ({
|
|
52745
|
+
type: "string";
|
|
52746
|
+
} | {
|
|
52747
|
+
type: "object";
|
|
52748
|
+
})[];
|
|
52749
|
+
};
|
|
52750
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
52751
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
52752
|
+
nodeTypeName: undefined;
|
|
52753
|
+
type: "object";
|
|
52754
|
+
};
|
|
52573
52755
|
i18n: {
|
|
52574
52756
|
additionalProperties: false;
|
|
52575
52757
|
properties: {
|
|
@@ -54725,6 +54907,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
54725
54907
|
nodeTypeName: undefined;
|
|
54726
54908
|
type: "array";
|
|
54727
54909
|
};
|
|
54910
|
+
graphqlRules: {
|
|
54911
|
+
additionalProperties: {
|
|
54912
|
+
oneOf: ({
|
|
54913
|
+
type: "string";
|
|
54914
|
+
} | {
|
|
54915
|
+
type: "object";
|
|
54916
|
+
})[];
|
|
54917
|
+
};
|
|
54918
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
54919
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
54920
|
+
nodeTypeName: undefined;
|
|
54921
|
+
type: "object";
|
|
54922
|
+
};
|
|
54728
54923
|
name: {
|
|
54729
54924
|
type: "string";
|
|
54730
54925
|
};
|
|
@@ -55081,6 +55276,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
55081
55276
|
nodeTypeName: undefined;
|
|
55082
55277
|
type: "array";
|
|
55083
55278
|
};
|
|
55279
|
+
graphqlRules: {
|
|
55280
|
+
additionalProperties: {
|
|
55281
|
+
oneOf: ({
|
|
55282
|
+
type: "string";
|
|
55283
|
+
} | {
|
|
55284
|
+
type: "object";
|
|
55285
|
+
})[];
|
|
55286
|
+
};
|
|
55287
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
55288
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
55289
|
+
nodeTypeName: undefined;
|
|
55290
|
+
type: "object";
|
|
55291
|
+
};
|
|
55084
55292
|
name: {
|
|
55085
55293
|
type: "string";
|
|
55086
55294
|
};
|
|
@@ -59834,6 +60042,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
59834
60042
|
nodeTypeName: undefined;
|
|
59835
60043
|
type: "array";
|
|
59836
60044
|
};
|
|
60045
|
+
graphqlRules: {
|
|
60046
|
+
additionalProperties: {
|
|
60047
|
+
oneOf: ({
|
|
60048
|
+
type: "string";
|
|
60049
|
+
} | {
|
|
60050
|
+
type: "object";
|
|
60051
|
+
})[];
|
|
60052
|
+
};
|
|
60053
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
60054
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
60055
|
+
nodeTypeName: undefined;
|
|
60056
|
+
type: "object";
|
|
60057
|
+
};
|
|
59837
60058
|
name: {
|
|
59838
60059
|
type: "string";
|
|
59839
60060
|
};
|
|
@@ -60190,6 +60411,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
60190
60411
|
nodeTypeName: undefined;
|
|
60191
60412
|
type: "array";
|
|
60192
60413
|
};
|
|
60414
|
+
graphqlRules: {
|
|
60415
|
+
additionalProperties: {
|
|
60416
|
+
oneOf: ({
|
|
60417
|
+
type: "string";
|
|
60418
|
+
} | {
|
|
60419
|
+
type: "object";
|
|
60420
|
+
})[];
|
|
60421
|
+
};
|
|
60422
|
+
description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
60423
|
+
documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
60424
|
+
nodeTypeName: undefined;
|
|
60425
|
+
type: "object";
|
|
60426
|
+
};
|
|
60193
60427
|
name: {
|
|
60194
60428
|
type: "string";
|
|
60195
60429
|
};
|
|
@@ -61074,6 +61308,19 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
61074
61308
|
readonly type: 'object';
|
|
61075
61309
|
readonly additionalProperties: true;
|
|
61076
61310
|
};
|
|
61311
|
+
readonly graphqlRules: {
|
|
61312
|
+
readonly nodeTypeName: undefined;
|
|
61313
|
+
readonly type: 'object';
|
|
61314
|
+
readonly additionalProperties: {
|
|
61315
|
+
readonly oneOf: readonly [{
|
|
61316
|
+
readonly type: 'string';
|
|
61317
|
+
}, {
|
|
61318
|
+
readonly type: 'object';
|
|
61319
|
+
}];
|
|
61320
|
+
};
|
|
61321
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
61322
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
61323
|
+
};
|
|
61077
61324
|
readonly oas2Decorators: {
|
|
61078
61325
|
readonly nodeTypeName: undefined;
|
|
61079
61326
|
readonly type: 'object';
|
package/lib-esm/common.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ruleTypes: readonly ['rules', 'oas2Rules', 'oas3_0Rules', 'oas3_1Rules', 'oas3_2Rules', 'async2Rules', 'async3Rules', 'arazzo1Rules', 'arazzo1_1Rules', 'overlay1Rules', 'openrpc1Rules'];
|
|
1
|
+
export declare const ruleTypes: readonly ['rules', 'oas2Rules', 'oas3_0Rules', 'oas3_1Rules', 'oas3_2Rules', 'async2Rules', 'async3Rules', 'arazzo1Rules', 'arazzo1_1Rules', 'overlay1Rules', 'openrpc1Rules', 'graphqlRules'];
|
|
2
2
|
export type RuleTypes = (typeof ruleTypes)[number];
|
|
3
3
|
export declare const preprocessorTypes: readonly ['preprocessors', 'oas2Preprocessors', 'oas3_0Preprocessors', 'oas3_1Preprocessors', 'oas3_2Preprocessors', 'async2Preprocessors', 'async3Preprocessors', 'arazzo1Preprocessors', 'arazzo1_1Preprocessors', 'overlay1Preprocessors', 'openrpc1Preprocessors'];
|
|
4
4
|
export type PreprocessorTypes = (typeof preprocessorTypes)[number];
|
|
@@ -111,6 +111,19 @@ export declare const configGovernanceSchema: {
|
|
|
111
111
|
readonly type: 'object';
|
|
112
112
|
readonly additionalProperties: true;
|
|
113
113
|
};
|
|
114
|
+
graphqlRules: {
|
|
115
|
+
readonly nodeTypeName: undefined;
|
|
116
|
+
readonly type: 'object';
|
|
117
|
+
readonly additionalProperties: {
|
|
118
|
+
readonly oneOf: readonly [{
|
|
119
|
+
readonly type: 'string';
|
|
120
|
+
}, {
|
|
121
|
+
readonly type: 'object';
|
|
122
|
+
}];
|
|
123
|
+
};
|
|
124
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
125
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
126
|
+
};
|
|
114
127
|
oas2Decorators: {
|
|
115
128
|
readonly nodeTypeName: undefined;
|
|
116
129
|
readonly type: 'object';
|
|
@@ -5801,6 +5801,19 @@ export declare const themeConfigSchema: {
|
|
|
5801
5801
|
readonly type: 'object';
|
|
5802
5802
|
readonly additionalProperties: true;
|
|
5803
5803
|
};
|
|
5804
|
+
readonly graphqlRules: {
|
|
5805
|
+
readonly nodeTypeName: undefined;
|
|
5806
|
+
readonly type: 'object';
|
|
5807
|
+
readonly additionalProperties: {
|
|
5808
|
+
readonly oneOf: readonly [{
|
|
5809
|
+
readonly type: 'string';
|
|
5810
|
+
}, {
|
|
5811
|
+
readonly type: 'object';
|
|
5812
|
+
}];
|
|
5813
|
+
};
|
|
5814
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5815
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5816
|
+
};
|
|
5804
5817
|
readonly oas2Decorators: {
|
|
5805
5818
|
readonly nodeTypeName: undefined;
|
|
5806
5819
|
readonly type: 'object';
|
|
@@ -6161,6 +6174,19 @@ export declare const themeConfigSchema: {
|
|
|
6161
6174
|
readonly type: 'object';
|
|
6162
6175
|
readonly additionalProperties: true;
|
|
6163
6176
|
};
|
|
6177
|
+
readonly graphqlRules: {
|
|
6178
|
+
readonly nodeTypeName: undefined;
|
|
6179
|
+
readonly type: 'object';
|
|
6180
|
+
readonly additionalProperties: {
|
|
6181
|
+
readonly oneOf: readonly [{
|
|
6182
|
+
readonly type: 'string';
|
|
6183
|
+
}, {
|
|
6184
|
+
readonly type: 'object';
|
|
6185
|
+
}];
|
|
6186
|
+
};
|
|
6187
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6188
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6189
|
+
};
|
|
6164
6190
|
readonly oas2Decorators: {
|
|
6165
6191
|
readonly nodeTypeName: undefined;
|
|
6166
6192
|
readonly type: 'object';
|
|
@@ -6172,6 +6172,19 @@ export declare const scorecardConfigSchema: {
|
|
|
6172
6172
|
readonly type: 'object';
|
|
6173
6173
|
readonly additionalProperties: true;
|
|
6174
6174
|
};
|
|
6175
|
+
readonly graphqlRules: {
|
|
6176
|
+
readonly nodeTypeName: undefined;
|
|
6177
|
+
readonly type: 'object';
|
|
6178
|
+
readonly additionalProperties: {
|
|
6179
|
+
readonly oneOf: readonly [{
|
|
6180
|
+
readonly type: 'string';
|
|
6181
|
+
}, {
|
|
6182
|
+
readonly type: 'object';
|
|
6183
|
+
}];
|
|
6184
|
+
};
|
|
6185
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6186
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6187
|
+
};
|
|
6175
6188
|
readonly oas2Decorators: {
|
|
6176
6189
|
readonly nodeTypeName: undefined;
|
|
6177
6190
|
readonly type: 'object';
|