@redocly/config 0.19.1 → 0.19.2
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 +96 -0
- package/lib/ex-theme-config-schemas.d.ts +16 -0
- package/lib/feedback-config-schema.d.ts +33 -1
- package/lib/feedback-config-schema.js +16 -3
- package/lib/graphql-config-schema.d.ts +16 -0
- package/lib/product-override-schema.d.ts +160 -0
- package/lib/redoc-config-schema.d.ts +16 -0
- package/lib/root-config-schema.d.ts +582 -0
- package/lib/root-config-schema.js +7 -0
- package/lib/types.d.ts +3 -2
- package/lib-esm/default-theme-config-schema.d.ts +96 -0
- package/lib-esm/ex-theme-config-schemas.d.ts +16 -0
- package/lib-esm/feedback-config-schema.d.ts +33 -1
- package/lib-esm/feedback-config-schema.js +15 -2
- package/lib-esm/graphql-config-schema.d.ts +16 -0
- package/lib-esm/product-override-schema.d.ts +160 -0
- package/lib-esm/redoc-config-schema.d.ts +16 -0
- package/lib-esm/root-config-schema.d.ts +582 -0
- package/lib-esm/root-config-schema.js +7 -0
- package/lib-esm/types.d.ts +3 -2
- package/package.json +1 -1
|
@@ -804,6 +804,22 @@ export declare const themeConfigSchema: {
|
|
|
804
804
|
};
|
|
805
805
|
readonly additionalProperties: false;
|
|
806
806
|
};
|
|
807
|
+
readonly anonymousUserEmail: {
|
|
808
|
+
readonly type: "object";
|
|
809
|
+
readonly properties: {
|
|
810
|
+
readonly enabled: {
|
|
811
|
+
readonly type: "boolean";
|
|
812
|
+
readonly default: false;
|
|
813
|
+
};
|
|
814
|
+
readonly label: {
|
|
815
|
+
readonly type: "string";
|
|
816
|
+
};
|
|
817
|
+
readonly placeholder: {
|
|
818
|
+
readonly type: "string";
|
|
819
|
+
};
|
|
820
|
+
};
|
|
821
|
+
readonly additionalProperties: false;
|
|
822
|
+
};
|
|
807
823
|
};
|
|
808
824
|
readonly additionalProperties: false;
|
|
809
825
|
};
|
|
@@ -2683,6 +2699,22 @@ export declare const themeConfigSchema: {
|
|
|
2683
2699
|
};
|
|
2684
2700
|
readonly additionalProperties: false;
|
|
2685
2701
|
};
|
|
2702
|
+
readonly anonymousUserEmail: {
|
|
2703
|
+
readonly type: "object";
|
|
2704
|
+
readonly properties: {
|
|
2705
|
+
readonly enabled: {
|
|
2706
|
+
readonly type: "boolean";
|
|
2707
|
+
readonly default: false;
|
|
2708
|
+
};
|
|
2709
|
+
readonly label: {
|
|
2710
|
+
readonly type: "string";
|
|
2711
|
+
};
|
|
2712
|
+
readonly placeholder: {
|
|
2713
|
+
readonly type: "string";
|
|
2714
|
+
};
|
|
2715
|
+
};
|
|
2716
|
+
readonly additionalProperties: false;
|
|
2717
|
+
};
|
|
2686
2718
|
};
|
|
2687
2719
|
readonly additionalProperties: false;
|
|
2688
2720
|
};
|
|
@@ -3265,6 +3297,22 @@ export declare const themeConfigSchema: {
|
|
|
3265
3297
|
};
|
|
3266
3298
|
readonly additionalProperties: false;
|
|
3267
3299
|
};
|
|
3300
|
+
readonly anonymousUserEmail: {
|
|
3301
|
+
readonly type: "object";
|
|
3302
|
+
readonly properties: {
|
|
3303
|
+
readonly enabled: {
|
|
3304
|
+
readonly type: "boolean";
|
|
3305
|
+
readonly default: false;
|
|
3306
|
+
};
|
|
3307
|
+
readonly label: {
|
|
3308
|
+
readonly type: "string";
|
|
3309
|
+
};
|
|
3310
|
+
readonly placeholder: {
|
|
3311
|
+
readonly type: "string";
|
|
3312
|
+
};
|
|
3313
|
+
};
|
|
3314
|
+
readonly additionalProperties: false;
|
|
3315
|
+
};
|
|
3268
3316
|
};
|
|
3269
3317
|
readonly additionalProperties: false;
|
|
3270
3318
|
};
|
|
@@ -4746,6 +4794,22 @@ export declare const closedThemeConfigSchema: {
|
|
|
4746
4794
|
};
|
|
4747
4795
|
readonly additionalProperties: false;
|
|
4748
4796
|
};
|
|
4797
|
+
readonly anonymousUserEmail: {
|
|
4798
|
+
readonly type: "object";
|
|
4799
|
+
readonly properties: {
|
|
4800
|
+
readonly enabled: {
|
|
4801
|
+
readonly type: "boolean";
|
|
4802
|
+
readonly default: false;
|
|
4803
|
+
};
|
|
4804
|
+
readonly label: {
|
|
4805
|
+
readonly type: "string";
|
|
4806
|
+
};
|
|
4807
|
+
readonly placeholder: {
|
|
4808
|
+
readonly type: "string";
|
|
4809
|
+
};
|
|
4810
|
+
};
|
|
4811
|
+
readonly additionalProperties: false;
|
|
4812
|
+
};
|
|
4749
4813
|
};
|
|
4750
4814
|
readonly additionalProperties: false;
|
|
4751
4815
|
};
|
|
@@ -6625,6 +6689,22 @@ export declare const closedThemeConfigSchema: {
|
|
|
6625
6689
|
};
|
|
6626
6690
|
readonly additionalProperties: false;
|
|
6627
6691
|
};
|
|
6692
|
+
readonly anonymousUserEmail: {
|
|
6693
|
+
readonly type: "object";
|
|
6694
|
+
readonly properties: {
|
|
6695
|
+
readonly enabled: {
|
|
6696
|
+
readonly type: "boolean";
|
|
6697
|
+
readonly default: false;
|
|
6698
|
+
};
|
|
6699
|
+
readonly label: {
|
|
6700
|
+
readonly type: "string";
|
|
6701
|
+
};
|
|
6702
|
+
readonly placeholder: {
|
|
6703
|
+
readonly type: "string";
|
|
6704
|
+
};
|
|
6705
|
+
};
|
|
6706
|
+
readonly additionalProperties: false;
|
|
6707
|
+
};
|
|
6628
6708
|
};
|
|
6629
6709
|
readonly additionalProperties: false;
|
|
6630
6710
|
};
|
|
@@ -7207,6 +7287,22 @@ export declare const closedThemeConfigSchema: {
|
|
|
7207
7287
|
};
|
|
7208
7288
|
readonly additionalProperties: false;
|
|
7209
7289
|
};
|
|
7290
|
+
readonly anonymousUserEmail: {
|
|
7291
|
+
readonly type: "object";
|
|
7292
|
+
readonly properties: {
|
|
7293
|
+
readonly enabled: {
|
|
7294
|
+
readonly type: "boolean";
|
|
7295
|
+
readonly default: false;
|
|
7296
|
+
};
|
|
7297
|
+
readonly label: {
|
|
7298
|
+
readonly type: "string";
|
|
7299
|
+
};
|
|
7300
|
+
readonly placeholder: {
|
|
7301
|
+
readonly type: "string";
|
|
7302
|
+
};
|
|
7303
|
+
};
|
|
7304
|
+
readonly additionalProperties: false;
|
|
7305
|
+
};
|
|
7210
7306
|
};
|
|
7211
7307
|
readonly additionalProperties: false;
|
|
7212
7308
|
};
|
|
@@ -2676,6 +2676,22 @@ export declare const openapiConfigSchema: {
|
|
|
2676
2676
|
};
|
|
2677
2677
|
readonly additionalProperties: false;
|
|
2678
2678
|
};
|
|
2679
|
+
readonly anonymousUserEmail: {
|
|
2680
|
+
readonly type: "object";
|
|
2681
|
+
readonly properties: {
|
|
2682
|
+
readonly enabled: {
|
|
2683
|
+
readonly type: "boolean";
|
|
2684
|
+
readonly default: false;
|
|
2685
|
+
};
|
|
2686
|
+
readonly label: {
|
|
2687
|
+
readonly type: "string";
|
|
2688
|
+
};
|
|
2689
|
+
readonly placeholder: {
|
|
2690
|
+
readonly type: "string";
|
|
2691
|
+
};
|
|
2692
|
+
};
|
|
2693
|
+
readonly additionalProperties: false;
|
|
2694
|
+
};
|
|
2679
2695
|
};
|
|
2680
2696
|
readonly additionalProperties: false;
|
|
2681
2697
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const reasonsSettings: {
|
|
2
2
|
readonly type: "object";
|
|
3
3
|
readonly properties: {
|
|
4
4
|
readonly hide: {
|
|
@@ -22,6 +22,22 @@ export declare const reasonsSettingsSchema: {
|
|
|
22
22
|
};
|
|
23
23
|
readonly additionalProperties: false;
|
|
24
24
|
};
|
|
25
|
+
export declare const anonymousUserEmailSettings: {
|
|
26
|
+
readonly type: "object";
|
|
27
|
+
readonly properties: {
|
|
28
|
+
readonly enabled: {
|
|
29
|
+
readonly type: "boolean";
|
|
30
|
+
readonly default: false;
|
|
31
|
+
};
|
|
32
|
+
readonly label: {
|
|
33
|
+
readonly type: "string";
|
|
34
|
+
};
|
|
35
|
+
readonly placeholder: {
|
|
36
|
+
readonly type: "string";
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
readonly additionalProperties: false;
|
|
40
|
+
};
|
|
25
41
|
export declare const feedbackConfigSchema: {
|
|
26
42
|
readonly type: "object";
|
|
27
43
|
readonly properties: {
|
|
@@ -236,6 +252,22 @@ export declare const feedbackConfigSchema: {
|
|
|
236
252
|
};
|
|
237
253
|
readonly additionalProperties: false;
|
|
238
254
|
};
|
|
255
|
+
readonly anonymousUserEmail: {
|
|
256
|
+
readonly type: "object";
|
|
257
|
+
readonly properties: {
|
|
258
|
+
readonly enabled: {
|
|
259
|
+
readonly type: "boolean";
|
|
260
|
+
readonly default: false;
|
|
261
|
+
};
|
|
262
|
+
readonly label: {
|
|
263
|
+
readonly type: "string";
|
|
264
|
+
};
|
|
265
|
+
readonly placeholder: {
|
|
266
|
+
readonly type: "string";
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
readonly additionalProperties: false;
|
|
270
|
+
};
|
|
239
271
|
};
|
|
240
272
|
readonly additionalProperties: false;
|
|
241
273
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.feedbackConfigSchema = exports.
|
|
3
|
+
exports.feedbackConfigSchema = exports.anonymousUserEmailSettings = exports.reasonsSettings = void 0;
|
|
4
4
|
const reasonsBaseProperties = {
|
|
5
5
|
hide: {
|
|
6
6
|
type: 'boolean',
|
|
@@ -14,11 +14,23 @@ const reasonsBaseProperties = {
|
|
|
14
14
|
label: { type: 'string' },
|
|
15
15
|
items: { type: 'array', items: { type: 'string' } },
|
|
16
16
|
};
|
|
17
|
-
exports.
|
|
17
|
+
exports.reasonsSettings = {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: reasonsBaseProperties,
|
|
20
20
|
additionalProperties: false,
|
|
21
21
|
};
|
|
22
|
+
exports.anonymousUserEmailSettings = {
|
|
23
|
+
type: 'object',
|
|
24
|
+
properties: {
|
|
25
|
+
enabled: {
|
|
26
|
+
type: 'boolean',
|
|
27
|
+
default: false,
|
|
28
|
+
},
|
|
29
|
+
label: { type: 'string' },
|
|
30
|
+
placeholder: { type: 'string' },
|
|
31
|
+
},
|
|
32
|
+
additionalProperties: false,
|
|
33
|
+
};
|
|
22
34
|
exports.feedbackConfigSchema = {
|
|
23
35
|
type: 'object',
|
|
24
36
|
properties: {
|
|
@@ -47,7 +59,7 @@ exports.feedbackConfigSchema = {
|
|
|
47
59
|
rightScaleLabel: { type: 'string' },
|
|
48
60
|
reasons: {
|
|
49
61
|
type: 'object',
|
|
50
|
-
properties: Object.assign(Object.assign({}, reasonsBaseProperties), { like: exports.
|
|
62
|
+
properties: Object.assign(Object.assign({}, reasonsBaseProperties), { like: exports.reasonsSettings, dislike: exports.reasonsSettings, satisfied: exports.reasonsSettings, neutral: exports.reasonsSettings, dissatisfied: exports.reasonsSettings }),
|
|
51
63
|
additionalProperties: false,
|
|
52
64
|
},
|
|
53
65
|
comment: {
|
|
@@ -66,6 +78,7 @@ exports.feedbackConfigSchema = {
|
|
|
66
78
|
},
|
|
67
79
|
additionalProperties: false,
|
|
68
80
|
},
|
|
81
|
+
anonymousUserEmail: exports.anonymousUserEmailSettings,
|
|
69
82
|
},
|
|
70
83
|
additionalProperties: false,
|
|
71
84
|
},
|
|
@@ -391,6 +391,22 @@ export declare const graphqlConfigSchema: {
|
|
|
391
391
|
};
|
|
392
392
|
readonly additionalProperties: false;
|
|
393
393
|
};
|
|
394
|
+
readonly anonymousUserEmail: {
|
|
395
|
+
readonly type: "object";
|
|
396
|
+
readonly properties: {
|
|
397
|
+
readonly enabled: {
|
|
398
|
+
readonly type: "boolean";
|
|
399
|
+
readonly default: false;
|
|
400
|
+
};
|
|
401
|
+
readonly label: {
|
|
402
|
+
readonly type: "string";
|
|
403
|
+
};
|
|
404
|
+
readonly placeholder: {
|
|
405
|
+
readonly type: "string";
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
readonly additionalProperties: false;
|
|
409
|
+
};
|
|
394
410
|
};
|
|
395
411
|
readonly additionalProperties: false;
|
|
396
412
|
};
|
|
@@ -2192,6 +2192,22 @@ export declare const productThemeOverrideSchema: {
|
|
|
2192
2192
|
};
|
|
2193
2193
|
readonly additionalProperties: false;
|
|
2194
2194
|
};
|
|
2195
|
+
readonly anonymousUserEmail: {
|
|
2196
|
+
readonly type: "object";
|
|
2197
|
+
readonly properties: {
|
|
2198
|
+
readonly enabled: {
|
|
2199
|
+
readonly type: "boolean";
|
|
2200
|
+
readonly default: false;
|
|
2201
|
+
};
|
|
2202
|
+
readonly label: {
|
|
2203
|
+
readonly type: "string";
|
|
2204
|
+
};
|
|
2205
|
+
readonly placeholder: {
|
|
2206
|
+
readonly type: "string";
|
|
2207
|
+
};
|
|
2208
|
+
};
|
|
2209
|
+
readonly additionalProperties: false;
|
|
2210
|
+
};
|
|
2195
2211
|
};
|
|
2196
2212
|
readonly additionalProperties: false;
|
|
2197
2213
|
};
|
|
@@ -2595,6 +2611,22 @@ export declare const productThemeOverrideSchema: {
|
|
|
2595
2611
|
};
|
|
2596
2612
|
readonly additionalProperties: false;
|
|
2597
2613
|
};
|
|
2614
|
+
readonly anonymousUserEmail: {
|
|
2615
|
+
readonly type: "object";
|
|
2616
|
+
readonly properties: {
|
|
2617
|
+
readonly enabled: {
|
|
2618
|
+
readonly type: "boolean";
|
|
2619
|
+
readonly default: false;
|
|
2620
|
+
};
|
|
2621
|
+
readonly label: {
|
|
2622
|
+
readonly type: "string";
|
|
2623
|
+
};
|
|
2624
|
+
readonly placeholder: {
|
|
2625
|
+
readonly type: "string";
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
readonly additionalProperties: false;
|
|
2629
|
+
};
|
|
2598
2630
|
};
|
|
2599
2631
|
readonly additionalProperties: false;
|
|
2600
2632
|
};
|
|
@@ -4261,6 +4293,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
4261
4293
|
};
|
|
4262
4294
|
readonly additionalProperties: false;
|
|
4263
4295
|
};
|
|
4296
|
+
readonly anonymousUserEmail: {
|
|
4297
|
+
readonly type: "object";
|
|
4298
|
+
readonly properties: {
|
|
4299
|
+
readonly enabled: {
|
|
4300
|
+
readonly type: "boolean";
|
|
4301
|
+
readonly default: false;
|
|
4302
|
+
};
|
|
4303
|
+
readonly label: {
|
|
4304
|
+
readonly type: "string";
|
|
4305
|
+
};
|
|
4306
|
+
readonly placeholder: {
|
|
4307
|
+
readonly type: "string";
|
|
4308
|
+
};
|
|
4309
|
+
};
|
|
4310
|
+
readonly additionalProperties: false;
|
|
4311
|
+
};
|
|
4264
4312
|
};
|
|
4265
4313
|
readonly additionalProperties: false;
|
|
4266
4314
|
};
|
|
@@ -4843,6 +4891,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
4843
4891
|
};
|
|
4844
4892
|
readonly additionalProperties: false;
|
|
4845
4893
|
};
|
|
4894
|
+
readonly anonymousUserEmail: {
|
|
4895
|
+
readonly type: "object";
|
|
4896
|
+
readonly properties: {
|
|
4897
|
+
readonly enabled: {
|
|
4898
|
+
readonly type: "boolean";
|
|
4899
|
+
readonly default: false;
|
|
4900
|
+
};
|
|
4901
|
+
readonly label: {
|
|
4902
|
+
readonly type: "string";
|
|
4903
|
+
};
|
|
4904
|
+
readonly placeholder: {
|
|
4905
|
+
readonly type: "string";
|
|
4906
|
+
};
|
|
4907
|
+
};
|
|
4908
|
+
readonly additionalProperties: false;
|
|
4909
|
+
};
|
|
4846
4910
|
};
|
|
4847
4911
|
readonly additionalProperties: false;
|
|
4848
4912
|
};
|
|
@@ -6458,6 +6522,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
6458
6522
|
};
|
|
6459
6523
|
readonly additionalProperties: false;
|
|
6460
6524
|
};
|
|
6525
|
+
readonly anonymousUserEmail: {
|
|
6526
|
+
readonly type: "object";
|
|
6527
|
+
readonly properties: {
|
|
6528
|
+
readonly enabled: {
|
|
6529
|
+
readonly type: "boolean";
|
|
6530
|
+
readonly default: false;
|
|
6531
|
+
};
|
|
6532
|
+
readonly label: {
|
|
6533
|
+
readonly type: "string";
|
|
6534
|
+
};
|
|
6535
|
+
readonly placeholder: {
|
|
6536
|
+
readonly type: "string";
|
|
6537
|
+
};
|
|
6538
|
+
};
|
|
6539
|
+
readonly additionalProperties: false;
|
|
6540
|
+
};
|
|
6461
6541
|
};
|
|
6462
6542
|
readonly additionalProperties: false;
|
|
6463
6543
|
};
|
|
@@ -7040,6 +7120,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
7040
7120
|
};
|
|
7041
7121
|
readonly additionalProperties: false;
|
|
7042
7122
|
};
|
|
7123
|
+
readonly anonymousUserEmail: {
|
|
7124
|
+
readonly type: "object";
|
|
7125
|
+
readonly properties: {
|
|
7126
|
+
readonly enabled: {
|
|
7127
|
+
readonly type: "boolean";
|
|
7128
|
+
readonly default: false;
|
|
7129
|
+
};
|
|
7130
|
+
readonly label: {
|
|
7131
|
+
readonly type: "string";
|
|
7132
|
+
};
|
|
7133
|
+
readonly placeholder: {
|
|
7134
|
+
readonly type: "string";
|
|
7135
|
+
};
|
|
7136
|
+
};
|
|
7137
|
+
readonly additionalProperties: false;
|
|
7138
|
+
};
|
|
7043
7139
|
};
|
|
7044
7140
|
readonly additionalProperties: false;
|
|
7045
7141
|
};
|
|
@@ -9278,6 +9374,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
9278
9374
|
};
|
|
9279
9375
|
readonly additionalProperties: false;
|
|
9280
9376
|
};
|
|
9377
|
+
readonly anonymousUserEmail: {
|
|
9378
|
+
readonly type: "object";
|
|
9379
|
+
readonly properties: {
|
|
9380
|
+
readonly enabled: {
|
|
9381
|
+
readonly type: "boolean";
|
|
9382
|
+
readonly default: false;
|
|
9383
|
+
};
|
|
9384
|
+
readonly label: {
|
|
9385
|
+
readonly type: "string";
|
|
9386
|
+
};
|
|
9387
|
+
readonly placeholder: {
|
|
9388
|
+
readonly type: "string";
|
|
9389
|
+
};
|
|
9390
|
+
};
|
|
9391
|
+
readonly additionalProperties: false;
|
|
9392
|
+
};
|
|
9281
9393
|
};
|
|
9282
9394
|
readonly additionalProperties: false;
|
|
9283
9395
|
};
|
|
@@ -9681,6 +9793,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
9681
9793
|
};
|
|
9682
9794
|
readonly additionalProperties: false;
|
|
9683
9795
|
};
|
|
9796
|
+
readonly anonymousUserEmail: {
|
|
9797
|
+
readonly type: "object";
|
|
9798
|
+
readonly properties: {
|
|
9799
|
+
readonly enabled: {
|
|
9800
|
+
readonly type: "boolean";
|
|
9801
|
+
readonly default: false;
|
|
9802
|
+
};
|
|
9803
|
+
readonly label: {
|
|
9804
|
+
readonly type: "string";
|
|
9805
|
+
};
|
|
9806
|
+
readonly placeholder: {
|
|
9807
|
+
readonly type: "string";
|
|
9808
|
+
};
|
|
9809
|
+
};
|
|
9810
|
+
readonly additionalProperties: false;
|
|
9811
|
+
};
|
|
9684
9812
|
};
|
|
9685
9813
|
readonly additionalProperties: false;
|
|
9686
9814
|
};
|
|
@@ -11915,6 +12043,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
11915
12043
|
};
|
|
11916
12044
|
readonly additionalProperties: false;
|
|
11917
12045
|
};
|
|
12046
|
+
readonly anonymousUserEmail: {
|
|
12047
|
+
readonly type: "object";
|
|
12048
|
+
readonly properties: {
|
|
12049
|
+
readonly enabled: {
|
|
12050
|
+
readonly type: "boolean";
|
|
12051
|
+
readonly default: false;
|
|
12052
|
+
};
|
|
12053
|
+
readonly label: {
|
|
12054
|
+
readonly type: "string";
|
|
12055
|
+
};
|
|
12056
|
+
readonly placeholder: {
|
|
12057
|
+
readonly type: "string";
|
|
12058
|
+
};
|
|
12059
|
+
};
|
|
12060
|
+
readonly additionalProperties: false;
|
|
12061
|
+
};
|
|
11918
12062
|
};
|
|
11919
12063
|
readonly additionalProperties: false;
|
|
11920
12064
|
};
|
|
@@ -12318,6 +12462,22 @@ export declare const productConfigOverrideSchema: {
|
|
|
12318
12462
|
};
|
|
12319
12463
|
readonly additionalProperties: false;
|
|
12320
12464
|
};
|
|
12465
|
+
readonly anonymousUserEmail: {
|
|
12466
|
+
readonly type: "object";
|
|
12467
|
+
readonly properties: {
|
|
12468
|
+
readonly enabled: {
|
|
12469
|
+
readonly type: "boolean";
|
|
12470
|
+
readonly default: false;
|
|
12471
|
+
};
|
|
12472
|
+
readonly label: {
|
|
12473
|
+
readonly type: "string";
|
|
12474
|
+
};
|
|
12475
|
+
readonly placeholder: {
|
|
12476
|
+
readonly type: "string";
|
|
12477
|
+
};
|
|
12478
|
+
};
|
|
12479
|
+
readonly additionalProperties: false;
|
|
12480
|
+
};
|
|
12321
12481
|
};
|
|
12322
12482
|
readonly additionalProperties: false;
|
|
12323
12483
|
};
|
|
@@ -227,6 +227,22 @@ export declare const redocConfigSchema: {
|
|
|
227
227
|
};
|
|
228
228
|
readonly additionalProperties: false;
|
|
229
229
|
};
|
|
230
|
+
readonly anonymousUserEmail: {
|
|
231
|
+
readonly type: "object";
|
|
232
|
+
readonly properties: {
|
|
233
|
+
readonly enabled: {
|
|
234
|
+
readonly type: "boolean";
|
|
235
|
+
readonly default: false;
|
|
236
|
+
};
|
|
237
|
+
readonly label: {
|
|
238
|
+
readonly type: "string";
|
|
239
|
+
};
|
|
240
|
+
readonly placeholder: {
|
|
241
|
+
readonly type: "string";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
readonly additionalProperties: false;
|
|
245
|
+
};
|
|
230
246
|
};
|
|
231
247
|
readonly additionalProperties: false;
|
|
232
248
|
};
|