@redocly/config 0.22.0-rc.1 → 0.22.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/default-theme-config-schema.d.ts +0 -18
- package/lib/graphql-config-schema.d.ts +0 -9
- package/lib/graphql-config-schema.js +0 -9
- package/lib/product-override-schema.d.ts +0 -18
- package/lib/root-config-schema.d.ts +0 -126
- package/lib-esm/default-theme-config-schema.d.ts +0 -18
- package/lib-esm/graphql-config-schema.d.ts +0 -9
- package/lib-esm/graphql-config-schema.js +0 -9
- package/lib-esm/product-override-schema.d.ts +0 -18
- package/lib-esm/root-config-schema.d.ts +325 -451
- package/package.json +1 -1
- package/lib-esm/graphql-types.d.ts +0 -10
- package/lib-esm/graphql-types.js +0 -2
- package/lib-esm/portal-shared-types.d.ts +0 -286
- package/lib-esm/portal-shared-types.js +0 -2
- package/lib-esm/redoc-types.d.ts +0 -85
- package/lib-esm/redoc-types.js +0 -2
- package/lib-esm/types.d.ts +0 -66
- package/lib-esm/types.js +0 -2
|
@@ -3096,15 +3096,6 @@ export declare const themeConfigSchema: {
|
|
|
3096
3096
|
readonly baseUrlPath: {
|
|
3097
3097
|
readonly type: "string";
|
|
3098
3098
|
};
|
|
3099
|
-
readonly metadata: {
|
|
3100
|
-
readonly type: "object";
|
|
3101
|
-
readonly properties: {
|
|
3102
|
-
readonly apiId: {
|
|
3103
|
-
readonly type: "string";
|
|
3104
|
-
};
|
|
3105
|
-
};
|
|
3106
|
-
readonly additionalProperties: true;
|
|
3107
|
-
};
|
|
3108
3099
|
readonly feedback: {
|
|
3109
3100
|
readonly type: "object";
|
|
3110
3101
|
readonly properties: {
|
|
@@ -7108,15 +7099,6 @@ export declare const closedThemeConfigSchema: {
|
|
|
7108
7099
|
readonly baseUrlPath: {
|
|
7109
7100
|
readonly type: "string";
|
|
7110
7101
|
};
|
|
7111
|
-
readonly metadata: {
|
|
7112
|
-
readonly type: "object";
|
|
7113
|
-
readonly properties: {
|
|
7114
|
-
readonly apiId: {
|
|
7115
|
-
readonly type: "string";
|
|
7116
|
-
};
|
|
7117
|
-
};
|
|
7118
|
-
readonly additionalProperties: true;
|
|
7119
|
-
};
|
|
7120
7102
|
readonly feedback: {
|
|
7121
7103
|
readonly type: "object";
|
|
7122
7104
|
readonly properties: {
|
|
@@ -177,15 +177,6 @@ export declare const graphqlConfigSchema: {
|
|
|
177
177
|
readonly baseUrlPath: {
|
|
178
178
|
readonly type: "string";
|
|
179
179
|
};
|
|
180
|
-
readonly metadata: {
|
|
181
|
-
readonly type: "object";
|
|
182
|
-
readonly properties: {
|
|
183
|
-
readonly apiId: {
|
|
184
|
-
readonly type: "string";
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
readonly additionalProperties: true;
|
|
188
|
-
};
|
|
189
180
|
readonly feedback: {
|
|
190
181
|
readonly type: "object";
|
|
191
182
|
readonly properties: {
|
|
@@ -104,15 +104,6 @@ exports.graphqlConfigSchema = {
|
|
|
104
104
|
baseUrlPath: {
|
|
105
105
|
type: 'string',
|
|
106
106
|
},
|
|
107
|
-
metadata: {
|
|
108
|
-
type: 'object',
|
|
109
|
-
properties: {
|
|
110
|
-
apiId: {
|
|
111
|
-
type: 'string',
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
additionalProperties: true,
|
|
115
|
-
},
|
|
116
107
|
feedback: feedback_config_schema_1.feedbackConfigSchema,
|
|
117
108
|
},
|
|
118
109
|
additionalProperties: false,
|
|
@@ -4690,15 +4690,6 @@ export declare const productConfigOverrideSchema: {
|
|
|
4690
4690
|
readonly baseUrlPath: {
|
|
4691
4691
|
readonly type: "string";
|
|
4692
4692
|
};
|
|
4693
|
-
readonly metadata: {
|
|
4694
|
-
readonly type: "object";
|
|
4695
|
-
readonly properties: {
|
|
4696
|
-
readonly apiId: {
|
|
4697
|
-
readonly type: "string";
|
|
4698
|
-
};
|
|
4699
|
-
};
|
|
4700
|
-
readonly additionalProperties: true;
|
|
4701
|
-
};
|
|
4702
4693
|
readonly feedback: {
|
|
4703
4694
|
readonly type: "object";
|
|
4704
4695
|
readonly properties: {
|
|
@@ -6928,15 +6919,6 @@ export declare const productConfigOverrideSchema: {
|
|
|
6928
6919
|
readonly baseUrlPath: {
|
|
6929
6920
|
readonly type: "string";
|
|
6930
6921
|
};
|
|
6931
|
-
readonly metadata: {
|
|
6932
|
-
readonly type: "object";
|
|
6933
|
-
readonly properties: {
|
|
6934
|
-
readonly apiId: {
|
|
6935
|
-
readonly type: "string";
|
|
6936
|
-
};
|
|
6937
|
-
};
|
|
6938
|
-
readonly additionalProperties: true;
|
|
6939
|
-
};
|
|
6940
6922
|
readonly feedback: {
|
|
6941
6923
|
readonly type: "object";
|
|
6942
6924
|
readonly properties: {
|
|
@@ -2487,15 +2487,6 @@ export declare const apiConfigSchema: {
|
|
|
2487
2487
|
readonly baseUrlPath: {
|
|
2488
2488
|
readonly type: "string";
|
|
2489
2489
|
};
|
|
2490
|
-
readonly metadata: {
|
|
2491
|
-
readonly type: "object";
|
|
2492
|
-
readonly properties: {
|
|
2493
|
-
readonly apiId: {
|
|
2494
|
-
readonly type: "string";
|
|
2495
|
-
};
|
|
2496
|
-
};
|
|
2497
|
-
readonly additionalProperties: true;
|
|
2498
|
-
};
|
|
2499
2490
|
readonly feedback: {
|
|
2500
2491
|
readonly type: "object";
|
|
2501
2492
|
readonly properties: {
|
|
@@ -4728,15 +4719,6 @@ export declare const apiConfigSchema: {
|
|
|
4728
4719
|
readonly baseUrlPath: {
|
|
4729
4720
|
readonly type: "string";
|
|
4730
4721
|
};
|
|
4731
|
-
readonly metadata: {
|
|
4732
|
-
readonly type: "object";
|
|
4733
|
-
readonly properties: {
|
|
4734
|
-
readonly apiId: {
|
|
4735
|
-
readonly type: "string";
|
|
4736
|
-
};
|
|
4737
|
-
};
|
|
4738
|
-
readonly additionalProperties: true;
|
|
4739
|
-
};
|
|
4740
4722
|
readonly feedback: {
|
|
4741
4723
|
readonly type: "object";
|
|
4742
4724
|
readonly properties: {
|
|
@@ -7829,15 +7811,6 @@ export declare const redoclyConfigSchema: {
|
|
|
7829
7811
|
readonly baseUrlPath: {
|
|
7830
7812
|
readonly type: "string";
|
|
7831
7813
|
};
|
|
7832
|
-
readonly metadata: {
|
|
7833
|
-
readonly type: "object";
|
|
7834
|
-
readonly properties: {
|
|
7835
|
-
readonly apiId: {
|
|
7836
|
-
readonly type: "string";
|
|
7837
|
-
};
|
|
7838
|
-
};
|
|
7839
|
-
readonly additionalProperties: true;
|
|
7840
|
-
};
|
|
7841
7814
|
readonly feedback: {
|
|
7842
7815
|
readonly type: "object";
|
|
7843
7816
|
readonly properties: {
|
|
@@ -10070,15 +10043,6 @@ export declare const redoclyConfigSchema: {
|
|
|
10070
10043
|
readonly baseUrlPath: {
|
|
10071
10044
|
readonly type: "string";
|
|
10072
10045
|
};
|
|
10073
|
-
readonly metadata: {
|
|
10074
|
-
readonly type: "object";
|
|
10075
|
-
readonly properties: {
|
|
10076
|
-
readonly apiId: {
|
|
10077
|
-
readonly type: "string";
|
|
10078
|
-
};
|
|
10079
|
-
};
|
|
10080
|
-
readonly additionalProperties: true;
|
|
10081
|
-
};
|
|
10082
10046
|
readonly feedback: {
|
|
10083
10047
|
readonly type: "object";
|
|
10084
10048
|
readonly properties: {
|
|
@@ -13903,15 +13867,6 @@ export declare const redoclyConfigSchema: {
|
|
|
13903
13867
|
readonly baseUrlPath: {
|
|
13904
13868
|
readonly type: "string";
|
|
13905
13869
|
};
|
|
13906
|
-
readonly metadata: {
|
|
13907
|
-
readonly type: "object";
|
|
13908
|
-
readonly properties: {
|
|
13909
|
-
readonly apiId: {
|
|
13910
|
-
readonly type: "string";
|
|
13911
|
-
};
|
|
13912
|
-
};
|
|
13913
|
-
readonly additionalProperties: true;
|
|
13914
|
-
};
|
|
13915
13870
|
readonly feedback: {
|
|
13916
13871
|
readonly type: "object";
|
|
13917
13872
|
readonly properties: {
|
|
@@ -17996,15 +17951,6 @@ export declare const redoclyConfigSchema: {
|
|
|
17996
17951
|
readonly baseUrlPath: {
|
|
17997
17952
|
readonly type: "string";
|
|
17998
17953
|
};
|
|
17999
|
-
readonly metadata: {
|
|
18000
|
-
readonly type: "object";
|
|
18001
|
-
readonly properties: {
|
|
18002
|
-
readonly apiId: {
|
|
18003
|
-
readonly type: "string";
|
|
18004
|
-
};
|
|
18005
|
-
};
|
|
18006
|
-
readonly additionalProperties: true;
|
|
18007
|
-
};
|
|
18008
17954
|
readonly feedback: {
|
|
18009
17955
|
readonly type: "object";
|
|
18010
17956
|
readonly properties: {
|
|
@@ -21264,15 +21210,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
21264
21210
|
};
|
|
21265
21211
|
type: "object";
|
|
21266
21212
|
};
|
|
21267
|
-
metadata: {
|
|
21268
|
-
properties: {
|
|
21269
|
-
apiId: {
|
|
21270
|
-
type: "string";
|
|
21271
|
-
};
|
|
21272
|
-
};
|
|
21273
|
-
additionalProperties: true;
|
|
21274
|
-
type: "object";
|
|
21275
|
-
};
|
|
21276
21213
|
licenseKey: {
|
|
21277
21214
|
type: "string";
|
|
21278
21215
|
};
|
|
@@ -24010,15 +23947,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
24010
23947
|
};
|
|
24011
23948
|
type: "object";
|
|
24012
23949
|
};
|
|
24013
|
-
metadata: {
|
|
24014
|
-
properties: {
|
|
24015
|
-
apiId: {
|
|
24016
|
-
type: "string";
|
|
24017
|
-
};
|
|
24018
|
-
};
|
|
24019
|
-
additionalProperties: true;
|
|
24020
|
-
type: "object";
|
|
24021
|
-
};
|
|
24022
23950
|
licenseKey: {
|
|
24023
23951
|
type: "string";
|
|
24024
23952
|
};
|
|
@@ -25781,15 +25709,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25781
25709
|
};
|
|
25782
25710
|
type: "object";
|
|
25783
25711
|
};
|
|
25784
|
-
metadata: {
|
|
25785
|
-
properties: {
|
|
25786
|
-
apiId: {
|
|
25787
|
-
type: "string";
|
|
25788
|
-
};
|
|
25789
|
-
};
|
|
25790
|
-
additionalProperties: true;
|
|
25791
|
-
type: "object";
|
|
25792
|
-
};
|
|
25793
25712
|
licenseKey: {
|
|
25794
25713
|
type: "string";
|
|
25795
25714
|
};
|
|
@@ -28776,15 +28695,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
28776
28695
|
};
|
|
28777
28696
|
type: "object";
|
|
28778
28697
|
};
|
|
28779
|
-
metadata: {
|
|
28780
|
-
properties: {
|
|
28781
|
-
apiId: {
|
|
28782
|
-
type: "string";
|
|
28783
|
-
};
|
|
28784
|
-
};
|
|
28785
|
-
additionalProperties: true;
|
|
28786
|
-
type: "object";
|
|
28787
|
-
};
|
|
28788
28698
|
licenseKey: {
|
|
28789
28699
|
type: "string";
|
|
28790
28700
|
};
|
|
@@ -31896,15 +31806,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31896
31806
|
readonly baseUrlPath: {
|
|
31897
31807
|
readonly type: "string";
|
|
31898
31808
|
};
|
|
31899
|
-
readonly metadata: {
|
|
31900
|
-
readonly type: "object";
|
|
31901
|
-
readonly properties: {
|
|
31902
|
-
readonly apiId: {
|
|
31903
|
-
readonly type: "string";
|
|
31904
|
-
};
|
|
31905
|
-
};
|
|
31906
|
-
readonly additionalProperties: true;
|
|
31907
|
-
};
|
|
31908
31809
|
readonly feedback: {
|
|
31909
31810
|
readonly type: "object";
|
|
31910
31811
|
readonly properties: {
|
|
@@ -34137,15 +34038,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34137
34038
|
readonly baseUrlPath: {
|
|
34138
34039
|
readonly type: "string";
|
|
34139
34040
|
};
|
|
34140
|
-
readonly metadata: {
|
|
34141
|
-
readonly type: "object";
|
|
34142
|
-
readonly properties: {
|
|
34143
|
-
readonly apiId: {
|
|
34144
|
-
readonly type: "string";
|
|
34145
|
-
};
|
|
34146
|
-
};
|
|
34147
|
-
readonly additionalProperties: true;
|
|
34148
|
-
};
|
|
34149
34041
|
readonly feedback: {
|
|
34150
34042
|
readonly type: "object";
|
|
34151
34043
|
readonly properties: {
|
|
@@ -37970,15 +37862,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
37970
37862
|
readonly baseUrlPath: {
|
|
37971
37863
|
readonly type: "string";
|
|
37972
37864
|
};
|
|
37973
|
-
readonly metadata: {
|
|
37974
|
-
readonly type: "object";
|
|
37975
|
-
readonly properties: {
|
|
37976
|
-
readonly apiId: {
|
|
37977
|
-
readonly type: "string";
|
|
37978
|
-
};
|
|
37979
|
-
};
|
|
37980
|
-
readonly additionalProperties: true;
|
|
37981
|
-
};
|
|
37982
37865
|
readonly feedback: {
|
|
37983
37866
|
readonly type: "object";
|
|
37984
37867
|
readonly properties: {
|
|
@@ -42063,15 +41946,6 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
42063
41946
|
readonly baseUrlPath: {
|
|
42064
41947
|
readonly type: "string";
|
|
42065
41948
|
};
|
|
42066
|
-
readonly metadata: {
|
|
42067
|
-
readonly type: "object";
|
|
42068
|
-
readonly properties: {
|
|
42069
|
-
readonly apiId: {
|
|
42070
|
-
readonly type: "string";
|
|
42071
|
-
};
|
|
42072
|
-
};
|
|
42073
|
-
readonly additionalProperties: true;
|
|
42074
|
-
};
|
|
42075
41949
|
readonly feedback: {
|
|
42076
41950
|
readonly type: "object";
|
|
42077
41951
|
readonly properties: {
|
|
@@ -3096,15 +3096,6 @@ export declare const themeConfigSchema: {
|
|
|
3096
3096
|
readonly baseUrlPath: {
|
|
3097
3097
|
readonly type: "string";
|
|
3098
3098
|
};
|
|
3099
|
-
readonly metadata: {
|
|
3100
|
-
readonly type: "object";
|
|
3101
|
-
readonly properties: {
|
|
3102
|
-
readonly apiId: {
|
|
3103
|
-
readonly type: "string";
|
|
3104
|
-
};
|
|
3105
|
-
};
|
|
3106
|
-
readonly additionalProperties: true;
|
|
3107
|
-
};
|
|
3108
3099
|
readonly feedback: {
|
|
3109
3100
|
readonly type: "object";
|
|
3110
3101
|
readonly properties: {
|
|
@@ -7108,15 +7099,6 @@ export declare const closedThemeConfigSchema: {
|
|
|
7108
7099
|
readonly baseUrlPath: {
|
|
7109
7100
|
readonly type: "string";
|
|
7110
7101
|
};
|
|
7111
|
-
readonly metadata: {
|
|
7112
|
-
readonly type: "object";
|
|
7113
|
-
readonly properties: {
|
|
7114
|
-
readonly apiId: {
|
|
7115
|
-
readonly type: "string";
|
|
7116
|
-
};
|
|
7117
|
-
};
|
|
7118
|
-
readonly additionalProperties: true;
|
|
7119
|
-
};
|
|
7120
7102
|
readonly feedback: {
|
|
7121
7103
|
readonly type: "object";
|
|
7122
7104
|
readonly properties: {
|
|
@@ -177,15 +177,6 @@ export declare const graphqlConfigSchema: {
|
|
|
177
177
|
readonly baseUrlPath: {
|
|
178
178
|
readonly type: "string";
|
|
179
179
|
};
|
|
180
|
-
readonly metadata: {
|
|
181
|
-
readonly type: "object";
|
|
182
|
-
readonly properties: {
|
|
183
|
-
readonly apiId: {
|
|
184
|
-
readonly type: "string";
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
readonly additionalProperties: true;
|
|
188
|
-
};
|
|
189
180
|
readonly feedback: {
|
|
190
181
|
readonly type: "object";
|
|
191
182
|
readonly properties: {
|
|
@@ -101,15 +101,6 @@ export const graphqlConfigSchema = {
|
|
|
101
101
|
baseUrlPath: {
|
|
102
102
|
type: 'string',
|
|
103
103
|
},
|
|
104
|
-
metadata: {
|
|
105
|
-
type: 'object',
|
|
106
|
-
properties: {
|
|
107
|
-
apiId: {
|
|
108
|
-
type: 'string',
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
additionalProperties: true,
|
|
112
|
-
},
|
|
113
104
|
feedback: feedbackConfigSchema,
|
|
114
105
|
},
|
|
115
106
|
additionalProperties: false,
|
|
@@ -4690,15 +4690,6 @@ export declare const productConfigOverrideSchema: {
|
|
|
4690
4690
|
readonly baseUrlPath: {
|
|
4691
4691
|
readonly type: "string";
|
|
4692
4692
|
};
|
|
4693
|
-
readonly metadata: {
|
|
4694
|
-
readonly type: "object";
|
|
4695
|
-
readonly properties: {
|
|
4696
|
-
readonly apiId: {
|
|
4697
|
-
readonly type: "string";
|
|
4698
|
-
};
|
|
4699
|
-
};
|
|
4700
|
-
readonly additionalProperties: true;
|
|
4701
|
-
};
|
|
4702
4693
|
readonly feedback: {
|
|
4703
4694
|
readonly type: "object";
|
|
4704
4695
|
readonly properties: {
|
|
@@ -6928,15 +6919,6 @@ export declare const productConfigOverrideSchema: {
|
|
|
6928
6919
|
readonly baseUrlPath: {
|
|
6929
6920
|
readonly type: "string";
|
|
6930
6921
|
};
|
|
6931
|
-
readonly metadata: {
|
|
6932
|
-
readonly type: "object";
|
|
6933
|
-
readonly properties: {
|
|
6934
|
-
readonly apiId: {
|
|
6935
|
-
readonly type: "string";
|
|
6936
|
-
};
|
|
6937
|
-
};
|
|
6938
|
-
readonly additionalProperties: true;
|
|
6939
|
-
};
|
|
6940
6922
|
readonly feedback: {
|
|
6941
6923
|
readonly type: "object";
|
|
6942
6924
|
readonly properties: {
|