@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
|
@@ -2103,6 +2103,22 @@ export declare const apiConfigSchema: {
|
|
|
2103
2103
|
};
|
|
2104
2104
|
readonly additionalProperties: false;
|
|
2105
2105
|
};
|
|
2106
|
+
readonly anonymousUserEmail: {
|
|
2107
|
+
readonly type: "object";
|
|
2108
|
+
readonly properties: {
|
|
2109
|
+
readonly enabled: {
|
|
2110
|
+
readonly type: "boolean";
|
|
2111
|
+
readonly default: false;
|
|
2112
|
+
};
|
|
2113
|
+
readonly label: {
|
|
2114
|
+
readonly type: "string";
|
|
2115
|
+
};
|
|
2116
|
+
readonly placeholder: {
|
|
2117
|
+
readonly type: "string";
|
|
2118
|
+
};
|
|
2119
|
+
};
|
|
2120
|
+
readonly additionalProperties: false;
|
|
2121
|
+
};
|
|
2106
2122
|
};
|
|
2107
2123
|
readonly additionalProperties: false;
|
|
2108
2124
|
};
|
|
@@ -2685,6 +2701,22 @@ export declare const apiConfigSchema: {
|
|
|
2685
2701
|
};
|
|
2686
2702
|
readonly additionalProperties: false;
|
|
2687
2703
|
};
|
|
2704
|
+
readonly anonymousUserEmail: {
|
|
2705
|
+
readonly type: "object";
|
|
2706
|
+
readonly properties: {
|
|
2707
|
+
readonly enabled: {
|
|
2708
|
+
readonly type: "boolean";
|
|
2709
|
+
readonly default: false;
|
|
2710
|
+
};
|
|
2711
|
+
readonly label: {
|
|
2712
|
+
readonly type: "string";
|
|
2713
|
+
};
|
|
2714
|
+
readonly placeholder: {
|
|
2715
|
+
readonly type: "string";
|
|
2716
|
+
};
|
|
2717
|
+
};
|
|
2718
|
+
readonly additionalProperties: false;
|
|
2719
|
+
};
|
|
2688
2720
|
};
|
|
2689
2721
|
readonly additionalProperties: false;
|
|
2690
2722
|
};
|
|
@@ -4303,6 +4335,22 @@ export declare const apiConfigSchema: {
|
|
|
4303
4335
|
};
|
|
4304
4336
|
readonly additionalProperties: false;
|
|
4305
4337
|
};
|
|
4338
|
+
readonly anonymousUserEmail: {
|
|
4339
|
+
readonly type: "object";
|
|
4340
|
+
readonly properties: {
|
|
4341
|
+
readonly enabled: {
|
|
4342
|
+
readonly type: "boolean";
|
|
4343
|
+
readonly default: false;
|
|
4344
|
+
};
|
|
4345
|
+
readonly label: {
|
|
4346
|
+
readonly type: "string";
|
|
4347
|
+
};
|
|
4348
|
+
readonly placeholder: {
|
|
4349
|
+
readonly type: "string";
|
|
4350
|
+
};
|
|
4351
|
+
};
|
|
4352
|
+
readonly additionalProperties: false;
|
|
4353
|
+
};
|
|
4306
4354
|
};
|
|
4307
4355
|
readonly additionalProperties: false;
|
|
4308
4356
|
};
|
|
@@ -4885,6 +4933,22 @@ export declare const apiConfigSchema: {
|
|
|
4885
4933
|
};
|
|
4886
4934
|
readonly additionalProperties: false;
|
|
4887
4935
|
};
|
|
4936
|
+
readonly anonymousUserEmail: {
|
|
4937
|
+
readonly type: "object";
|
|
4938
|
+
readonly properties: {
|
|
4939
|
+
readonly enabled: {
|
|
4940
|
+
readonly type: "boolean";
|
|
4941
|
+
readonly default: false;
|
|
4942
|
+
};
|
|
4943
|
+
readonly label: {
|
|
4944
|
+
readonly type: "string";
|
|
4945
|
+
};
|
|
4946
|
+
readonly placeholder: {
|
|
4947
|
+
readonly type: "string";
|
|
4948
|
+
};
|
|
4949
|
+
};
|
|
4950
|
+
readonly additionalProperties: false;
|
|
4951
|
+
};
|
|
4888
4952
|
};
|
|
4889
4953
|
readonly additionalProperties: false;
|
|
4890
4954
|
};
|
|
@@ -5014,6 +5078,18 @@ export declare const rbacConfigSchema: {
|
|
|
5014
5078
|
readonly type: "string";
|
|
5015
5079
|
};
|
|
5016
5080
|
};
|
|
5081
|
+
readonly features: {
|
|
5082
|
+
readonly type: "object";
|
|
5083
|
+
readonly properties: {
|
|
5084
|
+
readonly aiSearch: {
|
|
5085
|
+
readonly type: "object";
|
|
5086
|
+
readonly additionalProperties: {
|
|
5087
|
+
readonly type: "string";
|
|
5088
|
+
};
|
|
5089
|
+
};
|
|
5090
|
+
};
|
|
5091
|
+
readonly additionalProperties: false;
|
|
5092
|
+
};
|
|
5017
5093
|
readonly content: {
|
|
5018
5094
|
readonly type: "object";
|
|
5019
5095
|
readonly properties: {
|
|
@@ -5624,6 +5700,18 @@ export declare const redoclyConfigSchema: {
|
|
|
5624
5700
|
readonly type: "string";
|
|
5625
5701
|
};
|
|
5626
5702
|
};
|
|
5703
|
+
readonly features: {
|
|
5704
|
+
readonly type: "object";
|
|
5705
|
+
readonly properties: {
|
|
5706
|
+
readonly aiSearch: {
|
|
5707
|
+
readonly type: "object";
|
|
5708
|
+
readonly additionalProperties: {
|
|
5709
|
+
readonly type: "string";
|
|
5710
|
+
};
|
|
5711
|
+
};
|
|
5712
|
+
};
|
|
5713
|
+
readonly additionalProperties: false;
|
|
5714
|
+
};
|
|
5627
5715
|
readonly content: {
|
|
5628
5716
|
readonly type: "object";
|
|
5629
5717
|
readonly properties: {
|
|
@@ -7315,6 +7403,22 @@ export declare const redoclyConfigSchema: {
|
|
|
7315
7403
|
};
|
|
7316
7404
|
readonly additionalProperties: false;
|
|
7317
7405
|
};
|
|
7406
|
+
readonly anonymousUserEmail: {
|
|
7407
|
+
readonly type: "object";
|
|
7408
|
+
readonly properties: {
|
|
7409
|
+
readonly enabled: {
|
|
7410
|
+
readonly type: "boolean";
|
|
7411
|
+
readonly default: false;
|
|
7412
|
+
};
|
|
7413
|
+
readonly label: {
|
|
7414
|
+
readonly type: "string";
|
|
7415
|
+
};
|
|
7416
|
+
readonly placeholder: {
|
|
7417
|
+
readonly type: "string";
|
|
7418
|
+
};
|
|
7419
|
+
};
|
|
7420
|
+
readonly additionalProperties: false;
|
|
7421
|
+
};
|
|
7318
7422
|
};
|
|
7319
7423
|
readonly additionalProperties: false;
|
|
7320
7424
|
};
|
|
@@ -7897,6 +8001,22 @@ export declare const redoclyConfigSchema: {
|
|
|
7897
8001
|
};
|
|
7898
8002
|
readonly additionalProperties: false;
|
|
7899
8003
|
};
|
|
8004
|
+
readonly anonymousUserEmail: {
|
|
8005
|
+
readonly type: "object";
|
|
8006
|
+
readonly properties: {
|
|
8007
|
+
readonly enabled: {
|
|
8008
|
+
readonly type: "boolean";
|
|
8009
|
+
readonly default: false;
|
|
8010
|
+
};
|
|
8011
|
+
readonly label: {
|
|
8012
|
+
readonly type: "string";
|
|
8013
|
+
};
|
|
8014
|
+
readonly placeholder: {
|
|
8015
|
+
readonly type: "string";
|
|
8016
|
+
};
|
|
8017
|
+
};
|
|
8018
|
+
readonly additionalProperties: false;
|
|
8019
|
+
};
|
|
7900
8020
|
};
|
|
7901
8021
|
readonly additionalProperties: false;
|
|
7902
8022
|
};
|
|
@@ -9515,6 +9635,22 @@ export declare const redoclyConfigSchema: {
|
|
|
9515
9635
|
};
|
|
9516
9636
|
readonly additionalProperties: false;
|
|
9517
9637
|
};
|
|
9638
|
+
readonly anonymousUserEmail: {
|
|
9639
|
+
readonly type: "object";
|
|
9640
|
+
readonly properties: {
|
|
9641
|
+
readonly enabled: {
|
|
9642
|
+
readonly type: "boolean";
|
|
9643
|
+
readonly default: false;
|
|
9644
|
+
};
|
|
9645
|
+
readonly label: {
|
|
9646
|
+
readonly type: "string";
|
|
9647
|
+
};
|
|
9648
|
+
readonly placeholder: {
|
|
9649
|
+
readonly type: "string";
|
|
9650
|
+
};
|
|
9651
|
+
};
|
|
9652
|
+
readonly additionalProperties: false;
|
|
9653
|
+
};
|
|
9518
9654
|
};
|
|
9519
9655
|
readonly additionalProperties: false;
|
|
9520
9656
|
};
|
|
@@ -10097,6 +10233,22 @@ export declare const redoclyConfigSchema: {
|
|
|
10097
10233
|
};
|
|
10098
10234
|
readonly additionalProperties: false;
|
|
10099
10235
|
};
|
|
10236
|
+
readonly anonymousUserEmail: {
|
|
10237
|
+
readonly type: "object";
|
|
10238
|
+
readonly properties: {
|
|
10239
|
+
readonly enabled: {
|
|
10240
|
+
readonly type: "boolean";
|
|
10241
|
+
readonly default: false;
|
|
10242
|
+
};
|
|
10243
|
+
readonly label: {
|
|
10244
|
+
readonly type: "string";
|
|
10245
|
+
};
|
|
10246
|
+
readonly placeholder: {
|
|
10247
|
+
readonly type: "string";
|
|
10248
|
+
};
|
|
10249
|
+
};
|
|
10250
|
+
readonly additionalProperties: false;
|
|
10251
|
+
};
|
|
10100
10252
|
};
|
|
10101
10253
|
readonly additionalProperties: false;
|
|
10102
10254
|
};
|
|
@@ -11399,6 +11551,22 @@ export declare const redoclyConfigSchema: {
|
|
|
11399
11551
|
};
|
|
11400
11552
|
readonly additionalProperties: false;
|
|
11401
11553
|
};
|
|
11554
|
+
readonly anonymousUserEmail: {
|
|
11555
|
+
readonly type: "object";
|
|
11556
|
+
readonly properties: {
|
|
11557
|
+
readonly enabled: {
|
|
11558
|
+
readonly type: "boolean";
|
|
11559
|
+
readonly default: false;
|
|
11560
|
+
};
|
|
11561
|
+
readonly label: {
|
|
11562
|
+
readonly type: "string";
|
|
11563
|
+
};
|
|
11564
|
+
readonly placeholder: {
|
|
11565
|
+
readonly type: "string";
|
|
11566
|
+
};
|
|
11567
|
+
};
|
|
11568
|
+
readonly additionalProperties: false;
|
|
11569
|
+
};
|
|
11402
11570
|
};
|
|
11403
11571
|
readonly additionalProperties: false;
|
|
11404
11572
|
};
|
|
@@ -13278,6 +13446,22 @@ export declare const redoclyConfigSchema: {
|
|
|
13278
13446
|
};
|
|
13279
13447
|
readonly additionalProperties: false;
|
|
13280
13448
|
};
|
|
13449
|
+
readonly anonymousUserEmail: {
|
|
13450
|
+
readonly type: "object";
|
|
13451
|
+
readonly properties: {
|
|
13452
|
+
readonly enabled: {
|
|
13453
|
+
readonly type: "boolean";
|
|
13454
|
+
readonly default: false;
|
|
13455
|
+
};
|
|
13456
|
+
readonly label: {
|
|
13457
|
+
readonly type: "string";
|
|
13458
|
+
};
|
|
13459
|
+
readonly placeholder: {
|
|
13460
|
+
readonly type: "string";
|
|
13461
|
+
};
|
|
13462
|
+
};
|
|
13463
|
+
readonly additionalProperties: false;
|
|
13464
|
+
};
|
|
13281
13465
|
};
|
|
13282
13466
|
readonly additionalProperties: false;
|
|
13283
13467
|
};
|
|
@@ -13860,6 +14044,22 @@ export declare const redoclyConfigSchema: {
|
|
|
13860
14044
|
};
|
|
13861
14045
|
readonly additionalProperties: false;
|
|
13862
14046
|
};
|
|
14047
|
+
readonly anonymousUserEmail: {
|
|
14048
|
+
readonly type: "object";
|
|
14049
|
+
readonly properties: {
|
|
14050
|
+
readonly enabled: {
|
|
14051
|
+
readonly type: "boolean";
|
|
14052
|
+
readonly default: false;
|
|
14053
|
+
};
|
|
14054
|
+
readonly label: {
|
|
14055
|
+
readonly type: "string";
|
|
14056
|
+
};
|
|
14057
|
+
readonly placeholder: {
|
|
14058
|
+
readonly type: "string";
|
|
14059
|
+
};
|
|
14060
|
+
};
|
|
14061
|
+
readonly additionalProperties: false;
|
|
14062
|
+
};
|
|
13863
14063
|
};
|
|
13864
14064
|
readonly additionalProperties: false;
|
|
13865
14065
|
};
|
|
@@ -15390,6 +15590,22 @@ export declare const redoclyConfigSchema: {
|
|
|
15390
15590
|
};
|
|
15391
15591
|
readonly additionalProperties: false;
|
|
15392
15592
|
};
|
|
15593
|
+
readonly anonymousUserEmail: {
|
|
15594
|
+
readonly type: "object";
|
|
15595
|
+
readonly properties: {
|
|
15596
|
+
readonly enabled: {
|
|
15597
|
+
readonly type: "boolean";
|
|
15598
|
+
readonly default: false;
|
|
15599
|
+
};
|
|
15600
|
+
readonly label: {
|
|
15601
|
+
readonly type: "string";
|
|
15602
|
+
};
|
|
15603
|
+
readonly placeholder: {
|
|
15604
|
+
readonly type: "string";
|
|
15605
|
+
};
|
|
15606
|
+
};
|
|
15607
|
+
readonly additionalProperties: false;
|
|
15608
|
+
};
|
|
15393
15609
|
};
|
|
15394
15610
|
readonly additionalProperties: false;
|
|
15395
15611
|
};
|
|
@@ -17269,6 +17485,22 @@ export declare const redoclyConfigSchema: {
|
|
|
17269
17485
|
};
|
|
17270
17486
|
readonly additionalProperties: false;
|
|
17271
17487
|
};
|
|
17488
|
+
readonly anonymousUserEmail: {
|
|
17489
|
+
readonly type: "object";
|
|
17490
|
+
readonly properties: {
|
|
17491
|
+
readonly enabled: {
|
|
17492
|
+
readonly type: "boolean";
|
|
17493
|
+
readonly default: false;
|
|
17494
|
+
};
|
|
17495
|
+
readonly label: {
|
|
17496
|
+
readonly type: "string";
|
|
17497
|
+
};
|
|
17498
|
+
readonly placeholder: {
|
|
17499
|
+
readonly type: "string";
|
|
17500
|
+
};
|
|
17501
|
+
};
|
|
17502
|
+
readonly additionalProperties: false;
|
|
17503
|
+
};
|
|
17272
17504
|
};
|
|
17273
17505
|
readonly additionalProperties: false;
|
|
17274
17506
|
};
|
|
@@ -17851,6 +18083,22 @@ export declare const redoclyConfigSchema: {
|
|
|
17851
18083
|
};
|
|
17852
18084
|
readonly additionalProperties: false;
|
|
17853
18085
|
};
|
|
18086
|
+
readonly anonymousUserEmail: {
|
|
18087
|
+
readonly type: "object";
|
|
18088
|
+
readonly properties: {
|
|
18089
|
+
readonly enabled: {
|
|
18090
|
+
readonly type: "boolean";
|
|
18091
|
+
readonly default: false;
|
|
18092
|
+
};
|
|
18093
|
+
readonly label: {
|
|
18094
|
+
readonly type: "string";
|
|
18095
|
+
};
|
|
18096
|
+
readonly placeholder: {
|
|
18097
|
+
readonly type: "string";
|
|
18098
|
+
};
|
|
18099
|
+
};
|
|
18100
|
+
readonly additionalProperties: false;
|
|
18101
|
+
};
|
|
17854
18102
|
};
|
|
17855
18103
|
readonly additionalProperties: false;
|
|
17856
18104
|
};
|
|
@@ -18943,6 +19191,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
18943
19191
|
rightScaleLabel: {
|
|
18944
19192
|
type: "string";
|
|
18945
19193
|
};
|
|
19194
|
+
anonymousUserEmail: {
|
|
19195
|
+
properties: {
|
|
19196
|
+
label: {
|
|
19197
|
+
type: "string";
|
|
19198
|
+
};
|
|
19199
|
+
enabled: {
|
|
19200
|
+
type: "boolean";
|
|
19201
|
+
};
|
|
19202
|
+
placeholder: {
|
|
19203
|
+
type: "string";
|
|
19204
|
+
};
|
|
19205
|
+
};
|
|
19206
|
+
additionalProperties: false;
|
|
19207
|
+
type: "object";
|
|
19208
|
+
};
|
|
18946
19209
|
};
|
|
18947
19210
|
additionalProperties: false;
|
|
18948
19211
|
type: "object";
|
|
@@ -20649,6 +20912,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
20649
20912
|
rightScaleLabel: {
|
|
20650
20913
|
type: "string";
|
|
20651
20914
|
};
|
|
20915
|
+
anonymousUserEmail: {
|
|
20916
|
+
properties: {
|
|
20917
|
+
label: {
|
|
20918
|
+
type: "string";
|
|
20919
|
+
};
|
|
20920
|
+
enabled: {
|
|
20921
|
+
type: "boolean";
|
|
20922
|
+
};
|
|
20923
|
+
placeholder: {
|
|
20924
|
+
type: "string";
|
|
20925
|
+
};
|
|
20926
|
+
};
|
|
20927
|
+
additionalProperties: false;
|
|
20928
|
+
type: "object";
|
|
20929
|
+
};
|
|
20652
20930
|
};
|
|
20653
20931
|
additionalProperties: false;
|
|
20654
20932
|
type: "object";
|
|
@@ -21124,6 +21402,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
21124
21402
|
rightScaleLabel: {
|
|
21125
21403
|
type: "string";
|
|
21126
21404
|
};
|
|
21405
|
+
anonymousUserEmail: {
|
|
21406
|
+
properties: {
|
|
21407
|
+
label: {
|
|
21408
|
+
type: "string";
|
|
21409
|
+
};
|
|
21410
|
+
enabled: {
|
|
21411
|
+
type: "boolean";
|
|
21412
|
+
};
|
|
21413
|
+
placeholder: {
|
|
21414
|
+
type: "string";
|
|
21415
|
+
};
|
|
21416
|
+
};
|
|
21417
|
+
additionalProperties: false;
|
|
21418
|
+
type: "object";
|
|
21419
|
+
};
|
|
21127
21420
|
};
|
|
21128
21421
|
additionalProperties: false;
|
|
21129
21422
|
type: "object";
|
|
@@ -22136,6 +22429,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
22136
22429
|
rightScaleLabel: {
|
|
22137
22430
|
type: "string";
|
|
22138
22431
|
};
|
|
22432
|
+
anonymousUserEmail: {
|
|
22433
|
+
properties: {
|
|
22434
|
+
label: {
|
|
22435
|
+
type: "string";
|
|
22436
|
+
};
|
|
22437
|
+
enabled: {
|
|
22438
|
+
type: "boolean";
|
|
22439
|
+
};
|
|
22440
|
+
placeholder: {
|
|
22441
|
+
type: "string";
|
|
22442
|
+
};
|
|
22443
|
+
};
|
|
22444
|
+
additionalProperties: false;
|
|
22445
|
+
type: "object";
|
|
22446
|
+
};
|
|
22139
22447
|
};
|
|
22140
22448
|
additionalProperties: false;
|
|
22141
22449
|
type: "object";
|
|
@@ -22264,6 +22572,18 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
22264
22572
|
};
|
|
22265
22573
|
type: "object";
|
|
22266
22574
|
};
|
|
22575
|
+
features: {
|
|
22576
|
+
properties: {
|
|
22577
|
+
aiSearch: {
|
|
22578
|
+
additionalProperties: {
|
|
22579
|
+
type: "string";
|
|
22580
|
+
};
|
|
22581
|
+
type: "object";
|
|
22582
|
+
};
|
|
22583
|
+
};
|
|
22584
|
+
additionalProperties: false;
|
|
22585
|
+
type: "object";
|
|
22586
|
+
};
|
|
22267
22587
|
};
|
|
22268
22588
|
additionalProperties: {
|
|
22269
22589
|
additionalProperties: {
|
|
@@ -23536,6 +23856,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
23536
23856
|
rightScaleLabel: {
|
|
23537
23857
|
type: "string";
|
|
23538
23858
|
};
|
|
23859
|
+
anonymousUserEmail: {
|
|
23860
|
+
properties: {
|
|
23861
|
+
label: {
|
|
23862
|
+
type: "string";
|
|
23863
|
+
};
|
|
23864
|
+
enabled: {
|
|
23865
|
+
type: "boolean";
|
|
23866
|
+
};
|
|
23867
|
+
placeholder: {
|
|
23868
|
+
type: "string";
|
|
23869
|
+
};
|
|
23870
|
+
};
|
|
23871
|
+
additionalProperties: false;
|
|
23872
|
+
type: "object";
|
|
23873
|
+
};
|
|
23539
23874
|
};
|
|
23540
23875
|
additionalProperties: false;
|
|
23541
23876
|
type: "object";
|
|
@@ -24011,6 +24346,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
24011
24346
|
rightScaleLabel: {
|
|
24012
24347
|
type: "string";
|
|
24013
24348
|
};
|
|
24349
|
+
anonymousUserEmail: {
|
|
24350
|
+
properties: {
|
|
24351
|
+
label: {
|
|
24352
|
+
type: "string";
|
|
24353
|
+
};
|
|
24354
|
+
enabled: {
|
|
24355
|
+
type: "boolean";
|
|
24356
|
+
};
|
|
24357
|
+
placeholder: {
|
|
24358
|
+
type: "string";
|
|
24359
|
+
};
|
|
24360
|
+
};
|
|
24361
|
+
additionalProperties: false;
|
|
24362
|
+
type: "object";
|
|
24363
|
+
};
|
|
24014
24364
|
};
|
|
24015
24365
|
additionalProperties: false;
|
|
24016
24366
|
type: "object";
|
|
@@ -25268,6 +25618,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25268
25618
|
rightScaleLabel: {
|
|
25269
25619
|
type: "string";
|
|
25270
25620
|
};
|
|
25621
|
+
anonymousUserEmail: {
|
|
25622
|
+
properties: {
|
|
25623
|
+
label: {
|
|
25624
|
+
type: "string";
|
|
25625
|
+
};
|
|
25626
|
+
enabled: {
|
|
25627
|
+
type: "boolean";
|
|
25628
|
+
};
|
|
25629
|
+
placeholder: {
|
|
25630
|
+
type: "string";
|
|
25631
|
+
};
|
|
25632
|
+
};
|
|
25633
|
+
additionalProperties: false;
|
|
25634
|
+
type: "object";
|
|
25635
|
+
};
|
|
25271
25636
|
};
|
|
25272
25637
|
additionalProperties: false;
|
|
25273
25638
|
type: "object";
|
|
@@ -25743,6 +26108,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
25743
26108
|
rightScaleLabel: {
|
|
25744
26109
|
type: "string";
|
|
25745
26110
|
};
|
|
26111
|
+
anonymousUserEmail: {
|
|
26112
|
+
properties: {
|
|
26113
|
+
label: {
|
|
26114
|
+
type: "string";
|
|
26115
|
+
};
|
|
26116
|
+
enabled: {
|
|
26117
|
+
type: "boolean";
|
|
26118
|
+
};
|
|
26119
|
+
placeholder: {
|
|
26120
|
+
type: "string";
|
|
26121
|
+
};
|
|
26122
|
+
};
|
|
26123
|
+
additionalProperties: false;
|
|
26124
|
+
type: "object";
|
|
26125
|
+
};
|
|
25746
26126
|
};
|
|
25747
26127
|
additionalProperties: false;
|
|
25748
26128
|
type: "object";
|
|
@@ -27961,6 +28341,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
27961
28341
|
rightScaleLabel: {
|
|
27962
28342
|
type: "string";
|
|
27963
28343
|
};
|
|
28344
|
+
anonymousUserEmail: {
|
|
28345
|
+
properties: {
|
|
28346
|
+
label: {
|
|
28347
|
+
type: "string";
|
|
28348
|
+
};
|
|
28349
|
+
enabled: {
|
|
28350
|
+
type: "boolean";
|
|
28351
|
+
};
|
|
28352
|
+
placeholder: {
|
|
28353
|
+
type: "string";
|
|
28354
|
+
};
|
|
28355
|
+
};
|
|
28356
|
+
additionalProperties: false;
|
|
28357
|
+
type: "object";
|
|
28358
|
+
};
|
|
27964
28359
|
};
|
|
27965
28360
|
additionalProperties: false;
|
|
27966
28361
|
type: "object";
|
|
@@ -28436,6 +28831,21 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
28436
28831
|
rightScaleLabel: {
|
|
28437
28832
|
type: "string";
|
|
28438
28833
|
};
|
|
28834
|
+
anonymousUserEmail: {
|
|
28835
|
+
properties: {
|
|
28836
|
+
label: {
|
|
28837
|
+
type: "string";
|
|
28838
|
+
};
|
|
28839
|
+
enabled: {
|
|
28840
|
+
type: "boolean";
|
|
28841
|
+
};
|
|
28842
|
+
placeholder: {
|
|
28843
|
+
type: "string";
|
|
28844
|
+
};
|
|
28845
|
+
};
|
|
28846
|
+
additionalProperties: false;
|
|
28847
|
+
type: "object";
|
|
28848
|
+
};
|
|
28439
28849
|
};
|
|
28440
28850
|
additionalProperties: false;
|
|
28441
28851
|
type: "object";
|
|
@@ -29147,6 +29557,18 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
29147
29557
|
readonly type: "string";
|
|
29148
29558
|
};
|
|
29149
29559
|
};
|
|
29560
|
+
readonly features: {
|
|
29561
|
+
readonly type: "object";
|
|
29562
|
+
readonly properties: {
|
|
29563
|
+
readonly aiSearch: {
|
|
29564
|
+
readonly type: "object";
|
|
29565
|
+
readonly additionalProperties: {
|
|
29566
|
+
readonly type: "string";
|
|
29567
|
+
};
|
|
29568
|
+
};
|
|
29569
|
+
};
|
|
29570
|
+
readonly additionalProperties: false;
|
|
29571
|
+
};
|
|
29150
29572
|
readonly content: {
|
|
29151
29573
|
readonly type: "object";
|
|
29152
29574
|
readonly properties: {
|
|
@@ -30838,6 +31260,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
30838
31260
|
};
|
|
30839
31261
|
readonly additionalProperties: false;
|
|
30840
31262
|
};
|
|
31263
|
+
readonly anonymousUserEmail: {
|
|
31264
|
+
readonly type: "object";
|
|
31265
|
+
readonly properties: {
|
|
31266
|
+
readonly enabled: {
|
|
31267
|
+
readonly type: "boolean";
|
|
31268
|
+
readonly default: false;
|
|
31269
|
+
};
|
|
31270
|
+
readonly label: {
|
|
31271
|
+
readonly type: "string";
|
|
31272
|
+
};
|
|
31273
|
+
readonly placeholder: {
|
|
31274
|
+
readonly type: "string";
|
|
31275
|
+
};
|
|
31276
|
+
};
|
|
31277
|
+
readonly additionalProperties: false;
|
|
31278
|
+
};
|
|
30841
31279
|
};
|
|
30842
31280
|
readonly additionalProperties: false;
|
|
30843
31281
|
};
|
|
@@ -31420,6 +31858,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
31420
31858
|
};
|
|
31421
31859
|
readonly additionalProperties: false;
|
|
31422
31860
|
};
|
|
31861
|
+
readonly anonymousUserEmail: {
|
|
31862
|
+
readonly type: "object";
|
|
31863
|
+
readonly properties: {
|
|
31864
|
+
readonly enabled: {
|
|
31865
|
+
readonly type: "boolean";
|
|
31866
|
+
readonly default: false;
|
|
31867
|
+
};
|
|
31868
|
+
readonly label: {
|
|
31869
|
+
readonly type: "string";
|
|
31870
|
+
};
|
|
31871
|
+
readonly placeholder: {
|
|
31872
|
+
readonly type: "string";
|
|
31873
|
+
};
|
|
31874
|
+
};
|
|
31875
|
+
readonly additionalProperties: false;
|
|
31876
|
+
};
|
|
31423
31877
|
};
|
|
31424
31878
|
readonly additionalProperties: false;
|
|
31425
31879
|
};
|
|
@@ -33038,6 +33492,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
33038
33492
|
};
|
|
33039
33493
|
readonly additionalProperties: false;
|
|
33040
33494
|
};
|
|
33495
|
+
readonly anonymousUserEmail: {
|
|
33496
|
+
readonly type: "object";
|
|
33497
|
+
readonly properties: {
|
|
33498
|
+
readonly enabled: {
|
|
33499
|
+
readonly type: "boolean";
|
|
33500
|
+
readonly default: false;
|
|
33501
|
+
};
|
|
33502
|
+
readonly label: {
|
|
33503
|
+
readonly type: "string";
|
|
33504
|
+
};
|
|
33505
|
+
readonly placeholder: {
|
|
33506
|
+
readonly type: "string";
|
|
33507
|
+
};
|
|
33508
|
+
};
|
|
33509
|
+
readonly additionalProperties: false;
|
|
33510
|
+
};
|
|
33041
33511
|
};
|
|
33042
33512
|
readonly additionalProperties: false;
|
|
33043
33513
|
};
|
|
@@ -33620,6 +34090,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
33620
34090
|
};
|
|
33621
34091
|
readonly additionalProperties: false;
|
|
33622
34092
|
};
|
|
34093
|
+
readonly anonymousUserEmail: {
|
|
34094
|
+
readonly type: "object";
|
|
34095
|
+
readonly properties: {
|
|
34096
|
+
readonly enabled: {
|
|
34097
|
+
readonly type: "boolean";
|
|
34098
|
+
readonly default: false;
|
|
34099
|
+
};
|
|
34100
|
+
readonly label: {
|
|
34101
|
+
readonly type: "string";
|
|
34102
|
+
};
|
|
34103
|
+
readonly placeholder: {
|
|
34104
|
+
readonly type: "string";
|
|
34105
|
+
};
|
|
34106
|
+
};
|
|
34107
|
+
readonly additionalProperties: false;
|
|
34108
|
+
};
|
|
33623
34109
|
};
|
|
33624
34110
|
readonly additionalProperties: false;
|
|
33625
34111
|
};
|
|
@@ -34922,6 +35408,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
34922
35408
|
};
|
|
34923
35409
|
readonly additionalProperties: false;
|
|
34924
35410
|
};
|
|
35411
|
+
readonly anonymousUserEmail: {
|
|
35412
|
+
readonly type: "object";
|
|
35413
|
+
readonly properties: {
|
|
35414
|
+
readonly enabled: {
|
|
35415
|
+
readonly type: "boolean";
|
|
35416
|
+
readonly default: false;
|
|
35417
|
+
};
|
|
35418
|
+
readonly label: {
|
|
35419
|
+
readonly type: "string";
|
|
35420
|
+
};
|
|
35421
|
+
readonly placeholder: {
|
|
35422
|
+
readonly type: "string";
|
|
35423
|
+
};
|
|
35424
|
+
};
|
|
35425
|
+
readonly additionalProperties: false;
|
|
35426
|
+
};
|
|
34925
35427
|
};
|
|
34926
35428
|
readonly additionalProperties: false;
|
|
34927
35429
|
};
|
|
@@ -36801,6 +37303,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
36801
37303
|
};
|
|
36802
37304
|
readonly additionalProperties: false;
|
|
36803
37305
|
};
|
|
37306
|
+
readonly anonymousUserEmail: {
|
|
37307
|
+
readonly type: "object";
|
|
37308
|
+
readonly properties: {
|
|
37309
|
+
readonly enabled: {
|
|
37310
|
+
readonly type: "boolean";
|
|
37311
|
+
readonly default: false;
|
|
37312
|
+
};
|
|
37313
|
+
readonly label: {
|
|
37314
|
+
readonly type: "string";
|
|
37315
|
+
};
|
|
37316
|
+
readonly placeholder: {
|
|
37317
|
+
readonly type: "string";
|
|
37318
|
+
};
|
|
37319
|
+
};
|
|
37320
|
+
readonly additionalProperties: false;
|
|
37321
|
+
};
|
|
36804
37322
|
};
|
|
36805
37323
|
readonly additionalProperties: false;
|
|
36806
37324
|
};
|
|
@@ -37383,6 +37901,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
37383
37901
|
};
|
|
37384
37902
|
readonly additionalProperties: false;
|
|
37385
37903
|
};
|
|
37904
|
+
readonly anonymousUserEmail: {
|
|
37905
|
+
readonly type: "object";
|
|
37906
|
+
readonly properties: {
|
|
37907
|
+
readonly enabled: {
|
|
37908
|
+
readonly type: "boolean";
|
|
37909
|
+
readonly default: false;
|
|
37910
|
+
};
|
|
37911
|
+
readonly label: {
|
|
37912
|
+
readonly type: "string";
|
|
37913
|
+
};
|
|
37914
|
+
readonly placeholder: {
|
|
37915
|
+
readonly type: "string";
|
|
37916
|
+
};
|
|
37917
|
+
};
|
|
37918
|
+
readonly additionalProperties: false;
|
|
37919
|
+
};
|
|
37386
37920
|
};
|
|
37387
37921
|
readonly additionalProperties: false;
|
|
37388
37922
|
};
|
|
@@ -38913,6 +39447,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
38913
39447
|
};
|
|
38914
39448
|
readonly additionalProperties: false;
|
|
38915
39449
|
};
|
|
39450
|
+
readonly anonymousUserEmail: {
|
|
39451
|
+
readonly type: "object";
|
|
39452
|
+
readonly properties: {
|
|
39453
|
+
readonly enabled: {
|
|
39454
|
+
readonly type: "boolean";
|
|
39455
|
+
readonly default: false;
|
|
39456
|
+
};
|
|
39457
|
+
readonly label: {
|
|
39458
|
+
readonly type: "string";
|
|
39459
|
+
};
|
|
39460
|
+
readonly placeholder: {
|
|
39461
|
+
readonly type: "string";
|
|
39462
|
+
};
|
|
39463
|
+
};
|
|
39464
|
+
readonly additionalProperties: false;
|
|
39465
|
+
};
|
|
38916
39466
|
};
|
|
38917
39467
|
readonly additionalProperties: false;
|
|
38918
39468
|
};
|
|
@@ -40792,6 +41342,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
40792
41342
|
};
|
|
40793
41343
|
readonly additionalProperties: false;
|
|
40794
41344
|
};
|
|
41345
|
+
readonly anonymousUserEmail: {
|
|
41346
|
+
readonly type: "object";
|
|
41347
|
+
readonly properties: {
|
|
41348
|
+
readonly enabled: {
|
|
41349
|
+
readonly type: "boolean";
|
|
41350
|
+
readonly default: false;
|
|
41351
|
+
};
|
|
41352
|
+
readonly label: {
|
|
41353
|
+
readonly type: "string";
|
|
41354
|
+
};
|
|
41355
|
+
readonly placeholder: {
|
|
41356
|
+
readonly type: "string";
|
|
41357
|
+
};
|
|
41358
|
+
};
|
|
41359
|
+
readonly additionalProperties: false;
|
|
41360
|
+
};
|
|
40795
41361
|
};
|
|
40796
41362
|
readonly additionalProperties: false;
|
|
40797
41363
|
};
|
|
@@ -41374,6 +41940,22 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
41374
41940
|
};
|
|
41375
41941
|
readonly additionalProperties: false;
|
|
41376
41942
|
};
|
|
41943
|
+
readonly anonymousUserEmail: {
|
|
41944
|
+
readonly type: "object";
|
|
41945
|
+
readonly properties: {
|
|
41946
|
+
readonly enabled: {
|
|
41947
|
+
readonly type: "boolean";
|
|
41948
|
+
readonly default: false;
|
|
41949
|
+
};
|
|
41950
|
+
readonly label: {
|
|
41951
|
+
readonly type: "string";
|
|
41952
|
+
};
|
|
41953
|
+
readonly placeholder: {
|
|
41954
|
+
readonly type: "string";
|
|
41955
|
+
};
|
|
41956
|
+
};
|
|
41957
|
+
readonly additionalProperties: false;
|
|
41958
|
+
};
|
|
41377
41959
|
};
|
|
41378
41960
|
readonly additionalProperties: false;
|
|
41379
41961
|
};
|