@redocly/config 0.29.1 → 0.30.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.
- package/lib/default-theme-config-schema.d.ts +4 -0
- package/lib/ex-theme-config-schemas.d.ts +4 -0
- package/lib/ex-theme-config-schemas.js +1 -0
- package/lib/reunite-config-schema.d.ts +7 -4
- package/lib/reunite-config-schema.js +4 -1
- package/lib/root-config-schema.d.ts +36 -12
- package/lib-esm/default-theme-config-schema.d.ts +4 -0
- package/lib-esm/ex-theme-config-schemas.d.ts +4 -0
- package/lib-esm/ex-theme-config-schemas.js +1 -0
- package/lib-esm/reunite-config-schema.d.ts +7 -4
- package/lib-esm/reunite-config-schema.js +4 -1
- package/lib-esm/root-config-schema.d.ts +36 -12
- package/package.json +1 -1
|
@@ -21,10 +21,6 @@ export declare const reuniteConfigSchema: {
|
|
|
21
21
|
readonly ignoreRespectMonitoring: {
|
|
22
22
|
readonly type: "boolean";
|
|
23
23
|
};
|
|
24
|
-
readonly projectUrl: {
|
|
25
|
-
readonly type: "string";
|
|
26
|
-
readonly format: "uri";
|
|
27
|
-
};
|
|
28
24
|
readonly jobs: {
|
|
29
25
|
readonly type: "array";
|
|
30
26
|
readonly items: {
|
|
@@ -108,6 +104,13 @@ export declare const reuniteConfigSchema: {
|
|
|
108
104
|
readonly additionalProperties: false;
|
|
109
105
|
};
|
|
110
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* @deprecated Should use `scorecard.fromProjectUrl` instead
|
|
109
|
+
*/
|
|
110
|
+
readonly projectUrl: {
|
|
111
|
+
readonly type: "string";
|
|
112
|
+
readonly format: "uri";
|
|
113
|
+
};
|
|
111
114
|
};
|
|
112
115
|
readonly additionalProperties: false;
|
|
113
116
|
};
|
|
@@ -64,7 +64,6 @@ exports.reuniteConfigSchema = {
|
|
|
64
64
|
ignoreLinkChecker: { type: 'boolean' },
|
|
65
65
|
ignoreMarkdocErrors: { type: 'boolean' },
|
|
66
66
|
ignoreRespectMonitoring: { type: 'boolean' },
|
|
67
|
-
projectUrl: { type: 'string', format: 'uri' },
|
|
68
67
|
jobs: {
|
|
69
68
|
type: 'array',
|
|
70
69
|
items: {
|
|
@@ -89,6 +88,10 @@ exports.reuniteConfigSchema = {
|
|
|
89
88
|
additionalProperties: false,
|
|
90
89
|
},
|
|
91
90
|
},
|
|
91
|
+
/**
|
|
92
|
+
* @deprecated Should use `scorecard.fromProjectUrl` instead
|
|
93
|
+
*/
|
|
94
|
+
projectUrl: { type: 'string', format: 'uri' },
|
|
92
95
|
},
|
|
93
96
|
additionalProperties: false,
|
|
94
97
|
};
|
|
@@ -11527,6 +11527,10 @@ export declare const redoclyConfigSchema: {
|
|
|
11527
11527
|
readonly type: "string";
|
|
11528
11528
|
};
|
|
11529
11529
|
};
|
|
11530
|
+
readonly fromProjectUrl: {
|
|
11531
|
+
readonly type: "string";
|
|
11532
|
+
readonly format: "uri";
|
|
11533
|
+
};
|
|
11530
11534
|
};
|
|
11531
11535
|
};
|
|
11532
11536
|
};
|
|
@@ -11555,10 +11559,6 @@ export declare const redoclyConfigSchema: {
|
|
|
11555
11559
|
readonly ignoreRespectMonitoring: {
|
|
11556
11560
|
readonly type: "boolean";
|
|
11557
11561
|
};
|
|
11558
|
-
readonly projectUrl: {
|
|
11559
|
-
readonly type: "string";
|
|
11560
|
-
readonly format: "uri";
|
|
11561
|
-
};
|
|
11562
11562
|
readonly jobs: {
|
|
11563
11563
|
readonly type: "array";
|
|
11564
11564
|
readonly items: {
|
|
@@ -11642,6 +11642,10 @@ export declare const redoclyConfigSchema: {
|
|
|
11642
11642
|
readonly additionalProperties: false;
|
|
11643
11643
|
};
|
|
11644
11644
|
};
|
|
11645
|
+
readonly projectUrl: {
|
|
11646
|
+
readonly type: "string";
|
|
11647
|
+
readonly format: "uri";
|
|
11648
|
+
};
|
|
11645
11649
|
};
|
|
11646
11650
|
readonly additionalProperties: false;
|
|
11647
11651
|
};
|
|
@@ -16857,6 +16861,10 @@ export declare const redoclyConfigSchema: {
|
|
|
16857
16861
|
readonly type: "string";
|
|
16858
16862
|
};
|
|
16859
16863
|
};
|
|
16864
|
+
readonly fromProjectUrl: {
|
|
16865
|
+
readonly type: "string";
|
|
16866
|
+
readonly format: "uri";
|
|
16867
|
+
};
|
|
16860
16868
|
};
|
|
16861
16869
|
};
|
|
16862
16870
|
readonly preprocessors: {
|
|
@@ -26020,6 +26028,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26020
26028
|
};
|
|
26021
26029
|
type: "array";
|
|
26022
26030
|
};
|
|
26031
|
+
fromProjectUrl: {
|
|
26032
|
+
type: "string";
|
|
26033
|
+
format: "uri";
|
|
26034
|
+
};
|
|
26023
26035
|
};
|
|
26024
26036
|
additionalProperties: true;
|
|
26025
26037
|
type: "object";
|
|
@@ -26705,10 +26717,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26705
26717
|
ignoreRespectMonitoring: {
|
|
26706
26718
|
type: "boolean";
|
|
26707
26719
|
};
|
|
26708
|
-
projectUrl: {
|
|
26709
|
-
type: "string";
|
|
26710
|
-
format: "uri";
|
|
26711
|
-
};
|
|
26712
26720
|
jobs: {
|
|
26713
26721
|
items: {
|
|
26714
26722
|
properties: {
|
|
@@ -26792,6 +26800,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26792
26800
|
};
|
|
26793
26801
|
type: "array";
|
|
26794
26802
|
};
|
|
26803
|
+
projectUrl: {
|
|
26804
|
+
type: "string";
|
|
26805
|
+
format: "uri";
|
|
26806
|
+
};
|
|
26795
26807
|
};
|
|
26796
26808
|
additionalProperties: false;
|
|
26797
26809
|
type: "object";
|
|
@@ -30591,6 +30603,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
30591
30603
|
};
|
|
30592
30604
|
type: "array";
|
|
30593
30605
|
};
|
|
30606
|
+
fromProjectUrl: {
|
|
30607
|
+
type: "string";
|
|
30608
|
+
format: "uri";
|
|
30609
|
+
};
|
|
30594
30610
|
};
|
|
30595
30611
|
additionalProperties: true;
|
|
30596
30612
|
type: "object";
|
|
@@ -40348,6 +40364,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40348
40364
|
readonly type: "string";
|
|
40349
40365
|
};
|
|
40350
40366
|
};
|
|
40367
|
+
readonly fromProjectUrl: {
|
|
40368
|
+
readonly type: "string";
|
|
40369
|
+
readonly format: "uri";
|
|
40370
|
+
};
|
|
40351
40371
|
};
|
|
40352
40372
|
};
|
|
40353
40373
|
};
|
|
@@ -40376,10 +40396,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40376
40396
|
readonly ignoreRespectMonitoring: {
|
|
40377
40397
|
readonly type: "boolean";
|
|
40378
40398
|
};
|
|
40379
|
-
readonly projectUrl: {
|
|
40380
|
-
readonly type: "string";
|
|
40381
|
-
readonly format: "uri";
|
|
40382
|
-
};
|
|
40383
40399
|
readonly jobs: {
|
|
40384
40400
|
readonly type: "array";
|
|
40385
40401
|
readonly items: {
|
|
@@ -40463,6 +40479,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40463
40479
|
readonly additionalProperties: false;
|
|
40464
40480
|
};
|
|
40465
40481
|
};
|
|
40482
|
+
readonly projectUrl: {
|
|
40483
|
+
readonly type: "string";
|
|
40484
|
+
readonly format: "uri";
|
|
40485
|
+
};
|
|
40466
40486
|
};
|
|
40467
40487
|
readonly additionalProperties: false;
|
|
40468
40488
|
};
|
|
@@ -45678,6 +45698,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
45678
45698
|
readonly type: "string";
|
|
45679
45699
|
};
|
|
45680
45700
|
};
|
|
45701
|
+
readonly fromProjectUrl: {
|
|
45702
|
+
readonly type: "string";
|
|
45703
|
+
readonly format: "uri";
|
|
45704
|
+
};
|
|
45681
45705
|
};
|
|
45682
45706
|
};
|
|
45683
45707
|
readonly preprocessors: {
|
|
@@ -21,10 +21,6 @@ export declare const reuniteConfigSchema: {
|
|
|
21
21
|
readonly ignoreRespectMonitoring: {
|
|
22
22
|
readonly type: "boolean";
|
|
23
23
|
};
|
|
24
|
-
readonly projectUrl: {
|
|
25
|
-
readonly type: "string";
|
|
26
|
-
readonly format: "uri";
|
|
27
|
-
};
|
|
28
24
|
readonly jobs: {
|
|
29
25
|
readonly type: "array";
|
|
30
26
|
readonly items: {
|
|
@@ -108,6 +104,13 @@ export declare const reuniteConfigSchema: {
|
|
|
108
104
|
readonly additionalProperties: false;
|
|
109
105
|
};
|
|
110
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* @deprecated Should use `scorecard.fromProjectUrl` instead
|
|
109
|
+
*/
|
|
110
|
+
readonly projectUrl: {
|
|
111
|
+
readonly type: "string";
|
|
112
|
+
readonly format: "uri";
|
|
113
|
+
};
|
|
111
114
|
};
|
|
112
115
|
readonly additionalProperties: false;
|
|
113
116
|
};
|
|
@@ -61,7 +61,6 @@ export const reuniteConfigSchema = {
|
|
|
61
61
|
ignoreLinkChecker: { type: 'boolean' },
|
|
62
62
|
ignoreMarkdocErrors: { type: 'boolean' },
|
|
63
63
|
ignoreRespectMonitoring: { type: 'boolean' },
|
|
64
|
-
projectUrl: { type: 'string', format: 'uri' },
|
|
65
64
|
jobs: {
|
|
66
65
|
type: 'array',
|
|
67
66
|
items: {
|
|
@@ -86,6 +85,10 @@ export const reuniteConfigSchema = {
|
|
|
86
85
|
additionalProperties: false,
|
|
87
86
|
},
|
|
88
87
|
},
|
|
88
|
+
/**
|
|
89
|
+
* @deprecated Should use `scorecard.fromProjectUrl` instead
|
|
90
|
+
*/
|
|
91
|
+
projectUrl: { type: 'string', format: 'uri' },
|
|
89
92
|
},
|
|
90
93
|
additionalProperties: false,
|
|
91
94
|
};
|
|
@@ -11527,6 +11527,10 @@ export declare const redoclyConfigSchema: {
|
|
|
11527
11527
|
readonly type: "string";
|
|
11528
11528
|
};
|
|
11529
11529
|
};
|
|
11530
|
+
readonly fromProjectUrl: {
|
|
11531
|
+
readonly type: "string";
|
|
11532
|
+
readonly format: "uri";
|
|
11533
|
+
};
|
|
11530
11534
|
};
|
|
11531
11535
|
};
|
|
11532
11536
|
};
|
|
@@ -11555,10 +11559,6 @@ export declare const redoclyConfigSchema: {
|
|
|
11555
11559
|
readonly ignoreRespectMonitoring: {
|
|
11556
11560
|
readonly type: "boolean";
|
|
11557
11561
|
};
|
|
11558
|
-
readonly projectUrl: {
|
|
11559
|
-
readonly type: "string";
|
|
11560
|
-
readonly format: "uri";
|
|
11561
|
-
};
|
|
11562
11562
|
readonly jobs: {
|
|
11563
11563
|
readonly type: "array";
|
|
11564
11564
|
readonly items: {
|
|
@@ -11642,6 +11642,10 @@ export declare const redoclyConfigSchema: {
|
|
|
11642
11642
|
readonly additionalProperties: false;
|
|
11643
11643
|
};
|
|
11644
11644
|
};
|
|
11645
|
+
readonly projectUrl: {
|
|
11646
|
+
readonly type: "string";
|
|
11647
|
+
readonly format: "uri";
|
|
11648
|
+
};
|
|
11645
11649
|
};
|
|
11646
11650
|
readonly additionalProperties: false;
|
|
11647
11651
|
};
|
|
@@ -16857,6 +16861,10 @@ export declare const redoclyConfigSchema: {
|
|
|
16857
16861
|
readonly type: "string";
|
|
16858
16862
|
};
|
|
16859
16863
|
};
|
|
16864
|
+
readonly fromProjectUrl: {
|
|
16865
|
+
readonly type: "string";
|
|
16866
|
+
readonly format: "uri";
|
|
16867
|
+
};
|
|
16860
16868
|
};
|
|
16861
16869
|
};
|
|
16862
16870
|
readonly preprocessors: {
|
|
@@ -26020,6 +26028,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26020
26028
|
};
|
|
26021
26029
|
type: "array";
|
|
26022
26030
|
};
|
|
26031
|
+
fromProjectUrl: {
|
|
26032
|
+
type: "string";
|
|
26033
|
+
format: "uri";
|
|
26034
|
+
};
|
|
26023
26035
|
};
|
|
26024
26036
|
additionalProperties: true;
|
|
26025
26037
|
type: "object";
|
|
@@ -26705,10 +26717,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26705
26717
|
ignoreRespectMonitoring: {
|
|
26706
26718
|
type: "boolean";
|
|
26707
26719
|
};
|
|
26708
|
-
projectUrl: {
|
|
26709
|
-
type: "string";
|
|
26710
|
-
format: "uri";
|
|
26711
|
-
};
|
|
26712
26720
|
jobs: {
|
|
26713
26721
|
items: {
|
|
26714
26722
|
properties: {
|
|
@@ -26792,6 +26800,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26792
26800
|
};
|
|
26793
26801
|
type: "array";
|
|
26794
26802
|
};
|
|
26803
|
+
projectUrl: {
|
|
26804
|
+
type: "string";
|
|
26805
|
+
format: "uri";
|
|
26806
|
+
};
|
|
26795
26807
|
};
|
|
26796
26808
|
additionalProperties: false;
|
|
26797
26809
|
type: "object";
|
|
@@ -30591,6 +30603,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
30591
30603
|
};
|
|
30592
30604
|
type: "array";
|
|
30593
30605
|
};
|
|
30606
|
+
fromProjectUrl: {
|
|
30607
|
+
type: "string";
|
|
30608
|
+
format: "uri";
|
|
30609
|
+
};
|
|
30594
30610
|
};
|
|
30595
30611
|
additionalProperties: true;
|
|
30596
30612
|
type: "object";
|
|
@@ -40348,6 +40364,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40348
40364
|
readonly type: "string";
|
|
40349
40365
|
};
|
|
40350
40366
|
};
|
|
40367
|
+
readonly fromProjectUrl: {
|
|
40368
|
+
readonly type: "string";
|
|
40369
|
+
readonly format: "uri";
|
|
40370
|
+
};
|
|
40351
40371
|
};
|
|
40352
40372
|
};
|
|
40353
40373
|
};
|
|
@@ -40376,10 +40396,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40376
40396
|
readonly ignoreRespectMonitoring: {
|
|
40377
40397
|
readonly type: "boolean";
|
|
40378
40398
|
};
|
|
40379
|
-
readonly projectUrl: {
|
|
40380
|
-
readonly type: "string";
|
|
40381
|
-
readonly format: "uri";
|
|
40382
|
-
};
|
|
40383
40399
|
readonly jobs: {
|
|
40384
40400
|
readonly type: "array";
|
|
40385
40401
|
readonly items: {
|
|
@@ -40463,6 +40479,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40463
40479
|
readonly additionalProperties: false;
|
|
40464
40480
|
};
|
|
40465
40481
|
};
|
|
40482
|
+
readonly projectUrl: {
|
|
40483
|
+
readonly type: "string";
|
|
40484
|
+
readonly format: "uri";
|
|
40485
|
+
};
|
|
40466
40486
|
};
|
|
40467
40487
|
readonly additionalProperties: false;
|
|
40468
40488
|
};
|
|
@@ -45678,6 +45698,10 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
45678
45698
|
readonly type: "string";
|
|
45679
45699
|
};
|
|
45680
45700
|
};
|
|
45701
|
+
readonly fromProjectUrl: {
|
|
45702
|
+
readonly type: "string";
|
|
45703
|
+
readonly format: "uri";
|
|
45704
|
+
};
|
|
45681
45705
|
};
|
|
45682
45706
|
};
|
|
45683
45707
|
readonly preprocessors: {
|