@redocly/config 0.19.3 → 0.20.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.
Files changed (53) hide show
  1. package/lib/default-theme-config-schema.d.ts +62 -50
  2. package/lib/ex-theme-config-schemas.d.ts +56 -24
  3. package/lib/ex-theme-config-schemas.js +7 -3
  4. package/lib/feedback-config-schema.d.ts +4 -4
  5. package/lib/feedback-config-schema.js +4 -4
  6. package/lib/graphql-config-schema.d.ts +2 -2
  7. package/lib/index.d.ts +0 -1
  8. package/lib/index.js +0 -1
  9. package/lib/product-override-schema.d.ts +95 -77
  10. package/lib/redoc-config-schema.d.ts +2 -2
  11. package/lib/reunite-config-schema.d.ts +1 -1
  12. package/lib/reunite-config-schema.js +1 -1
  13. package/lib/root-config-schema.d.ts +1066 -1030
  14. package/lib/types/code-walkthrough-types.d.ts +82 -0
  15. package/lib/{portal-shared-types.js → types/code-walkthrough-types.js} +1 -1
  16. package/lib/{types.d.ts → types/config-types.d.ts} +7 -7
  17. package/lib/{types.js → types/config-types.js} +1 -1
  18. package/lib/{graphql-types.d.ts → types/graphql-types.d.ts} +1 -1
  19. package/lib/types/index.d.ts +2 -0
  20. package/lib/types/index.js +19 -0
  21. package/{lib-esm → lib/types}/portal-shared-types.d.ts +3 -2
  22. package/lib/types/portal-shared-types.js +18 -0
  23. package/lib/{redoc-types.d.ts → types/redoc-types.d.ts} +1 -1
  24. package/lib-esm/default-theme-config-schema.d.ts +62 -50
  25. package/lib-esm/ex-theme-config-schemas.d.ts +56 -24
  26. package/lib-esm/ex-theme-config-schemas.js +6 -2
  27. package/lib-esm/feedback-config-schema.d.ts +4 -4
  28. package/lib-esm/feedback-config-schema.js +3 -3
  29. package/lib-esm/graphql-config-schema.d.ts +2 -2
  30. package/lib-esm/index.d.ts +0 -1
  31. package/lib-esm/index.js +0 -1
  32. package/lib-esm/product-override-schema.d.ts +95 -77
  33. package/lib-esm/redoc-config-schema.d.ts +2 -2
  34. package/lib-esm/reunite-config-schema.d.ts +1 -1
  35. package/lib-esm/reunite-config-schema.js +1 -1
  36. package/lib-esm/root-config-schema.d.ts +1066 -1030
  37. package/lib-esm/types/code-walkthrough-types.d.ts +82 -0
  38. package/lib-esm/types/code-walkthrough-types.js +2 -0
  39. package/lib-esm/{types.d.ts → types/config-types.d.ts} +7 -7
  40. package/lib-esm/types/config-types.js +2 -0
  41. package/lib-esm/{graphql-types.d.ts → types/graphql-types.d.ts} +1 -1
  42. package/lib-esm/types/index.d.ts +2 -0
  43. package/lib-esm/types/index.js +3 -0
  44. package/{lib → lib-esm/types}/portal-shared-types.d.ts +3 -2
  45. package/lib-esm/types/portal-shared-types.js +2 -0
  46. package/lib-esm/{redoc-types.d.ts → types/redoc-types.d.ts} +1 -1
  47. package/package.json +1 -1
  48. package/lib-esm/portal-shared-types.js +0 -2
  49. package/lib-esm/types.js +0 -2
  50. /package/lib/{graphql-types.js → types/graphql-types.js} +0 -0
  51. /package/lib/{redoc-types.js → types/redoc-types.js} +0 -0
  52. /package/lib-esm/{graphql-types.js → types/graphql-types.js} +0 -0
  53. /package/lib-esm/{redoc-types.js → types/redoc-types.js} +0 -0
@@ -2103,10 +2103,10 @@ export declare const apiConfigSchema: {
2103
2103
  };
2104
2104
  readonly additionalProperties: false;
2105
2105
  };
2106
- readonly anonymousUserEmail: {
2106
+ readonly optionalEmail: {
2107
2107
  readonly type: "object";
2108
2108
  readonly properties: {
2109
- readonly enabled: {
2109
+ readonly hide: {
2110
2110
  readonly type: "boolean";
2111
2111
  readonly default: false;
2112
2112
  };
@@ -2701,10 +2701,10 @@ export declare const apiConfigSchema: {
2701
2701
  };
2702
2702
  readonly additionalProperties: false;
2703
2703
  };
2704
- readonly anonymousUserEmail: {
2704
+ readonly optionalEmail: {
2705
2705
  readonly type: "object";
2706
2706
  readonly properties: {
2707
- readonly enabled: {
2707
+ readonly hide: {
2708
2708
  readonly type: "boolean";
2709
2709
  readonly default: false;
2710
2710
  };
@@ -4335,10 +4335,10 @@ export declare const apiConfigSchema: {
4335
4335
  };
4336
4336
  readonly additionalProperties: false;
4337
4337
  };
4338
- readonly anonymousUserEmail: {
4338
+ readonly optionalEmail: {
4339
4339
  readonly type: "object";
4340
4340
  readonly properties: {
4341
- readonly enabled: {
4341
+ readonly hide: {
4342
4342
  readonly type: "boolean";
4343
4343
  readonly default: false;
4344
4344
  };
@@ -4933,10 +4933,10 @@ export declare const apiConfigSchema: {
4933
4933
  };
4934
4934
  readonly additionalProperties: false;
4935
4935
  };
4936
- readonly anonymousUserEmail: {
4936
+ readonly optionalEmail: {
4937
4937
  readonly type: "object";
4938
4938
  readonly properties: {
4939
- readonly enabled: {
4939
+ readonly hide: {
4940
4940
  readonly type: "boolean";
4941
4941
  readonly default: false;
4942
4942
  };
@@ -7403,10 +7403,10 @@ export declare const redoclyConfigSchema: {
7403
7403
  };
7404
7404
  readonly additionalProperties: false;
7405
7405
  };
7406
- readonly anonymousUserEmail: {
7406
+ readonly optionalEmail: {
7407
7407
  readonly type: "object";
7408
7408
  readonly properties: {
7409
- readonly enabled: {
7409
+ readonly hide: {
7410
7410
  readonly type: "boolean";
7411
7411
  readonly default: false;
7412
7412
  };
@@ -8001,10 +8001,10 @@ export declare const redoclyConfigSchema: {
8001
8001
  };
8002
8002
  readonly additionalProperties: false;
8003
8003
  };
8004
- readonly anonymousUserEmail: {
8004
+ readonly optionalEmail: {
8005
8005
  readonly type: "object";
8006
8006
  readonly properties: {
8007
- readonly enabled: {
8007
+ readonly hide: {
8008
8008
  readonly type: "boolean";
8009
8009
  readonly default: false;
8010
8010
  };
@@ -9635,10 +9635,10 @@ export declare const redoclyConfigSchema: {
9635
9635
  };
9636
9636
  readonly additionalProperties: false;
9637
9637
  };
9638
- readonly anonymousUserEmail: {
9638
+ readonly optionalEmail: {
9639
9639
  readonly type: "object";
9640
9640
  readonly properties: {
9641
- readonly enabled: {
9641
+ readonly hide: {
9642
9642
  readonly type: "boolean";
9643
9643
  readonly default: false;
9644
9644
  };
@@ -10233,10 +10233,10 @@ export declare const redoclyConfigSchema: {
10233
10233
  };
10234
10234
  readonly additionalProperties: false;
10235
10235
  };
10236
- readonly anonymousUserEmail: {
10236
+ readonly optionalEmail: {
10237
10237
  readonly type: "object";
10238
10238
  readonly properties: {
10239
- readonly enabled: {
10239
+ readonly hide: {
10240
10240
  readonly type: "boolean";
10241
10241
  readonly default: false;
10242
10242
  };
@@ -11551,10 +11551,10 @@ export declare const redoclyConfigSchema: {
11551
11551
  };
11552
11552
  readonly additionalProperties: false;
11553
11553
  };
11554
- readonly anonymousUserEmail: {
11554
+ readonly optionalEmail: {
11555
11555
  readonly type: "object";
11556
11556
  readonly properties: {
11557
- readonly enabled: {
11557
+ readonly hide: {
11558
11558
  readonly type: "boolean";
11559
11559
  readonly default: false;
11560
11560
  };
@@ -11597,28 +11597,34 @@ export declare const redoclyConfigSchema: {
11597
11597
  };
11598
11598
  readonly additionalProperties: false;
11599
11599
  };
11600
- readonly facets: {
11601
- readonly type: "array";
11602
- readonly items: {
11603
- readonly type: "object";
11604
- readonly required: readonly ["name", "field", "type"];
11605
- readonly properties: {
11606
- readonly name: {
11607
- readonly type: "string";
11608
- };
11609
- readonly field: {
11610
- readonly type: "string";
11611
- };
11612
- readonly type: {
11613
- readonly type: "string";
11614
- readonly enum: readonly ["multi-select", "select", "tags"];
11615
- };
11616
- readonly isTop: {
11617
- readonly type: "boolean";
11600
+ readonly filters: {
11601
+ readonly type: "object";
11602
+ readonly properties: {
11603
+ readonly hide: {
11604
+ readonly type: "boolean";
11605
+ };
11606
+ readonly facets: {
11607
+ readonly type: "array";
11608
+ readonly items: {
11609
+ readonly type: "object";
11610
+ readonly required: readonly ["name", "field", "type"];
11611
+ readonly properties: {
11612
+ readonly name: {
11613
+ readonly type: "string";
11614
+ };
11615
+ readonly field: {
11616
+ readonly type: "string";
11617
+ };
11618
+ readonly type: {
11619
+ readonly type: "string";
11620
+ readonly enum: readonly ["multi-select", "select", "tags"];
11621
+ };
11622
+ };
11623
+ readonly additionalProperties: false;
11618
11624
  };
11619
11625
  };
11620
- readonly additionalProperties: false;
11621
11626
  };
11627
+ readonly additionalProperties: false;
11622
11628
  };
11623
11629
  readonly placement: {
11624
11630
  readonly type: "string";
@@ -13446,10 +13452,10 @@ export declare const redoclyConfigSchema: {
13446
13452
  };
13447
13453
  readonly additionalProperties: false;
13448
13454
  };
13449
- readonly anonymousUserEmail: {
13455
+ readonly optionalEmail: {
13450
13456
  readonly type: "object";
13451
13457
  readonly properties: {
13452
- readonly enabled: {
13458
+ readonly hide: {
13453
13459
  readonly type: "boolean";
13454
13460
  readonly default: false;
13455
13461
  };
@@ -14044,10 +14050,10 @@ export declare const redoclyConfigSchema: {
14044
14050
  };
14045
14051
  readonly additionalProperties: false;
14046
14052
  };
14047
- readonly anonymousUserEmail: {
14053
+ readonly optionalEmail: {
14048
14054
  readonly type: "object";
14049
14055
  readonly properties: {
14050
- readonly enabled: {
14056
+ readonly hide: {
14051
14057
  readonly type: "boolean";
14052
14058
  readonly default: false;
14053
14059
  };
@@ -14794,7 +14800,7 @@ export declare const redoclyConfigSchema: {
14794
14800
  readonly patternProperties: {
14795
14801
  readonly '^[a-zA-Z0-9_-]+$': {
14796
14802
  readonly type: "string";
14797
- readonly format: "uri";
14803
+ readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
14798
14804
  };
14799
14805
  };
14800
14806
  };
@@ -15600,10 +15606,10 @@ export declare const redoclyConfigSchema: {
15600
15606
  };
15601
15607
  readonly additionalProperties: false;
15602
15608
  };
15603
- readonly anonymousUserEmail: {
15609
+ readonly optionalEmail: {
15604
15610
  readonly type: "object";
15605
15611
  readonly properties: {
15606
- readonly enabled: {
15612
+ readonly hide: {
15607
15613
  readonly type: "boolean";
15608
15614
  readonly default: false;
15609
15615
  };
@@ -15646,28 +15652,34 @@ export declare const redoclyConfigSchema: {
15646
15652
  };
15647
15653
  readonly additionalProperties: false;
15648
15654
  };
15649
- readonly facets: {
15650
- readonly type: "array";
15651
- readonly items: {
15652
- readonly type: "object";
15653
- readonly required: readonly ["name", "field", "type"];
15654
- readonly properties: {
15655
- readonly name: {
15656
- readonly type: "string";
15657
- };
15658
- readonly field: {
15659
- readonly type: "string";
15660
- };
15661
- readonly type: {
15662
- readonly type: "string";
15663
- readonly enum: readonly ["multi-select", "select", "tags"];
15664
- };
15665
- readonly isTop: {
15666
- readonly type: "boolean";
15655
+ readonly filters: {
15656
+ readonly type: "object";
15657
+ readonly properties: {
15658
+ readonly hide: {
15659
+ readonly type: "boolean";
15660
+ };
15661
+ readonly facets: {
15662
+ readonly type: "array";
15663
+ readonly items: {
15664
+ readonly type: "object";
15665
+ readonly required: readonly ["name", "field", "type"];
15666
+ readonly properties: {
15667
+ readonly name: {
15668
+ readonly type: "string";
15669
+ };
15670
+ readonly field: {
15671
+ readonly type: "string";
15672
+ };
15673
+ readonly type: {
15674
+ readonly type: "string";
15675
+ readonly enum: readonly ["multi-select", "select", "tags"];
15676
+ };
15677
+ };
15678
+ readonly additionalProperties: false;
15667
15679
  };
15668
15680
  };
15669
- readonly additionalProperties: false;
15670
15681
  };
15682
+ readonly additionalProperties: false;
15671
15683
  };
15672
15684
  readonly placement: {
15673
15685
  readonly type: "string";
@@ -17495,10 +17507,10 @@ export declare const redoclyConfigSchema: {
17495
17507
  };
17496
17508
  readonly additionalProperties: false;
17497
17509
  };
17498
- readonly anonymousUserEmail: {
17510
+ readonly optionalEmail: {
17499
17511
  readonly type: "object";
17500
17512
  readonly properties: {
17501
- readonly enabled: {
17513
+ readonly hide: {
17502
17514
  readonly type: "boolean";
17503
17515
  readonly default: false;
17504
17516
  };
@@ -18093,10 +18105,10 @@ export declare const redoclyConfigSchema: {
18093
18105
  };
18094
18106
  readonly additionalProperties: false;
18095
18107
  };
18096
- readonly anonymousUserEmail: {
18108
+ readonly optionalEmail: {
18097
18109
  readonly type: "object";
18098
18110
  readonly properties: {
18099
- readonly enabled: {
18111
+ readonly hide: {
18100
18112
  readonly type: "boolean";
18101
18113
  readonly default: false;
18102
18114
  };
@@ -19005,225 +19017,6 @@ export declare const rootRedoclyConfigSchema: {
19005
19017
  additionalProperties: false;
19006
19018
  type: "object";
19007
19019
  };
19008
- feedback: {
19009
- properties: {
19010
- type: {
19011
- enum: ("rating" | "sentiment" | "comment" | "reasons" | "mood" | "scale")[];
19012
- type: "string";
19013
- };
19014
- hide: {
19015
- type: "boolean";
19016
- };
19017
- settings: {
19018
- properties: {
19019
- comment: {
19020
- properties: {
19021
- label: {
19022
- type: "string";
19023
- };
19024
- hide: {
19025
- type: "boolean";
19026
- };
19027
- likeLabel: {
19028
- type: "string";
19029
- };
19030
- dislikeLabel: {
19031
- type: "string";
19032
- };
19033
- satisfiedLabel: {
19034
- type: "string";
19035
- };
19036
- neutralLabel: {
19037
- type: "string";
19038
- };
19039
- dissatisfiedLabel: {
19040
- type: "string";
19041
- };
19042
- };
19043
- additionalProperties: false;
19044
- type: "object";
19045
- };
19046
- reasons: {
19047
- properties: {
19048
- label: {
19049
- type: "string";
19050
- };
19051
- items: {
19052
- items: {
19053
- type: "string";
19054
- };
19055
- type: "array";
19056
- };
19057
- hide: {
19058
- type: "boolean";
19059
- };
19060
- component: {
19061
- enum: ("radio" | "checkbox")[];
19062
- type: "string";
19063
- };
19064
- like: {
19065
- properties: {
19066
- label: {
19067
- type: "string";
19068
- };
19069
- items: {
19070
- items: {
19071
- type: "string";
19072
- };
19073
- type: "array";
19074
- };
19075
- hide: {
19076
- type: "boolean";
19077
- };
19078
- component: {
19079
- enum: ("radio" | "checkbox")[];
19080
- type: "string";
19081
- };
19082
- };
19083
- additionalProperties: false;
19084
- type: "object";
19085
- };
19086
- dislike: {
19087
- properties: {
19088
- label: {
19089
- type: "string";
19090
- };
19091
- items: {
19092
- items: {
19093
- type: "string";
19094
- };
19095
- type: "array";
19096
- };
19097
- hide: {
19098
- type: "boolean";
19099
- };
19100
- component: {
19101
- enum: ("radio" | "checkbox")[];
19102
- type: "string";
19103
- };
19104
- };
19105
- additionalProperties: false;
19106
- type: "object";
19107
- };
19108
- satisfied: {
19109
- properties: {
19110
- label: {
19111
- type: "string";
19112
- };
19113
- items: {
19114
- items: {
19115
- type: "string";
19116
- };
19117
- type: "array";
19118
- };
19119
- hide: {
19120
- type: "boolean";
19121
- };
19122
- component: {
19123
- enum: ("radio" | "checkbox")[];
19124
- type: "string";
19125
- };
19126
- };
19127
- additionalProperties: false;
19128
- type: "object";
19129
- };
19130
- neutral: {
19131
- properties: {
19132
- label: {
19133
- type: "string";
19134
- };
19135
- items: {
19136
- items: {
19137
- type: "string";
19138
- };
19139
- type: "array";
19140
- };
19141
- hide: {
19142
- type: "boolean";
19143
- };
19144
- component: {
19145
- enum: ("radio" | "checkbox")[];
19146
- type: "string";
19147
- };
19148
- };
19149
- additionalProperties: false;
19150
- type: "object";
19151
- };
19152
- dissatisfied: {
19153
- properties: {
19154
- label: {
19155
- type: "string";
19156
- };
19157
- items: {
19158
- items: {
19159
- type: "string";
19160
- };
19161
- type: "array";
19162
- };
19163
- hide: {
19164
- type: "boolean";
19165
- };
19166
- component: {
19167
- enum: ("radio" | "checkbox")[];
19168
- type: "string";
19169
- };
19170
- };
19171
- additionalProperties: false;
19172
- type: "object";
19173
- };
19174
- };
19175
- additionalProperties: false;
19176
- type: "object";
19177
- };
19178
- label: {
19179
- type: "string";
19180
- };
19181
- items: {
19182
- items: {
19183
- type: "string";
19184
- };
19185
- type: "array";
19186
- minItems: 1;
19187
- };
19188
- submitText: {
19189
- type: "string";
19190
- };
19191
- buttonText: {
19192
- type: "string";
19193
- };
19194
- component: {
19195
- enum: ("radio" | "checkbox")[];
19196
- type: "string";
19197
- };
19198
- leftScaleLabel: {
19199
- type: "string";
19200
- };
19201
- rightScaleLabel: {
19202
- type: "string";
19203
- };
19204
- anonymousUserEmail: {
19205
- properties: {
19206
- label: {
19207
- type: "string";
19208
- };
19209
- enabled: {
19210
- type: "boolean";
19211
- };
19212
- placeholder: {
19213
- type: "string";
19214
- };
19215
- };
19216
- additionalProperties: false;
19217
- type: "object";
19218
- };
19219
- };
19220
- additionalProperties: false;
19221
- type: "object";
19222
- };
19223
- };
19224
- additionalProperties: false;
19225
- type: "object";
19226
- };
19227
19020
  imports: {
19228
19021
  items: {
19229
19022
  type: "string";
@@ -19471,6 +19264,225 @@ export declare const rootRedoclyConfigSchema: {
19471
19264
  additionalProperties: false;
19472
19265
  type: "object";
19473
19266
  };
19267
+ feedback: {
19268
+ properties: {
19269
+ type: {
19270
+ enum: ("rating" | "sentiment" | "comment" | "reasons" | "mood" | "scale")[];
19271
+ type: "string";
19272
+ };
19273
+ hide: {
19274
+ type: "boolean";
19275
+ };
19276
+ settings: {
19277
+ properties: {
19278
+ comment: {
19279
+ properties: {
19280
+ label: {
19281
+ type: "string";
19282
+ };
19283
+ hide: {
19284
+ type: "boolean";
19285
+ };
19286
+ likeLabel: {
19287
+ type: "string";
19288
+ };
19289
+ dislikeLabel: {
19290
+ type: "string";
19291
+ };
19292
+ satisfiedLabel: {
19293
+ type: "string";
19294
+ };
19295
+ neutralLabel: {
19296
+ type: "string";
19297
+ };
19298
+ dissatisfiedLabel: {
19299
+ type: "string";
19300
+ };
19301
+ };
19302
+ additionalProperties: false;
19303
+ type: "object";
19304
+ };
19305
+ reasons: {
19306
+ properties: {
19307
+ label: {
19308
+ type: "string";
19309
+ };
19310
+ items: {
19311
+ items: {
19312
+ type: "string";
19313
+ };
19314
+ type: "array";
19315
+ };
19316
+ hide: {
19317
+ type: "boolean";
19318
+ };
19319
+ component: {
19320
+ enum: ("radio" | "checkbox")[];
19321
+ type: "string";
19322
+ };
19323
+ like: {
19324
+ properties: {
19325
+ label: {
19326
+ type: "string";
19327
+ };
19328
+ items: {
19329
+ items: {
19330
+ type: "string";
19331
+ };
19332
+ type: "array";
19333
+ };
19334
+ hide: {
19335
+ type: "boolean";
19336
+ };
19337
+ component: {
19338
+ enum: ("radio" | "checkbox")[];
19339
+ type: "string";
19340
+ };
19341
+ };
19342
+ additionalProperties: false;
19343
+ type: "object";
19344
+ };
19345
+ dislike: {
19346
+ properties: {
19347
+ label: {
19348
+ type: "string";
19349
+ };
19350
+ items: {
19351
+ items: {
19352
+ type: "string";
19353
+ };
19354
+ type: "array";
19355
+ };
19356
+ hide: {
19357
+ type: "boolean";
19358
+ };
19359
+ component: {
19360
+ enum: ("radio" | "checkbox")[];
19361
+ type: "string";
19362
+ };
19363
+ };
19364
+ additionalProperties: false;
19365
+ type: "object";
19366
+ };
19367
+ satisfied: {
19368
+ properties: {
19369
+ label: {
19370
+ type: "string";
19371
+ };
19372
+ items: {
19373
+ items: {
19374
+ type: "string";
19375
+ };
19376
+ type: "array";
19377
+ };
19378
+ hide: {
19379
+ type: "boolean";
19380
+ };
19381
+ component: {
19382
+ enum: ("radio" | "checkbox")[];
19383
+ type: "string";
19384
+ };
19385
+ };
19386
+ additionalProperties: false;
19387
+ type: "object";
19388
+ };
19389
+ neutral: {
19390
+ properties: {
19391
+ label: {
19392
+ type: "string";
19393
+ };
19394
+ items: {
19395
+ items: {
19396
+ type: "string";
19397
+ };
19398
+ type: "array";
19399
+ };
19400
+ hide: {
19401
+ type: "boolean";
19402
+ };
19403
+ component: {
19404
+ enum: ("radio" | "checkbox")[];
19405
+ type: "string";
19406
+ };
19407
+ };
19408
+ additionalProperties: false;
19409
+ type: "object";
19410
+ };
19411
+ dissatisfied: {
19412
+ properties: {
19413
+ label: {
19414
+ type: "string";
19415
+ };
19416
+ items: {
19417
+ items: {
19418
+ type: "string";
19419
+ };
19420
+ type: "array";
19421
+ };
19422
+ hide: {
19423
+ type: "boolean";
19424
+ };
19425
+ component: {
19426
+ enum: ("radio" | "checkbox")[];
19427
+ type: "string";
19428
+ };
19429
+ };
19430
+ additionalProperties: false;
19431
+ type: "object";
19432
+ };
19433
+ };
19434
+ additionalProperties: false;
19435
+ type: "object";
19436
+ };
19437
+ label: {
19438
+ type: "string";
19439
+ };
19440
+ items: {
19441
+ items: {
19442
+ type: "string";
19443
+ };
19444
+ type: "array";
19445
+ minItems: 1;
19446
+ };
19447
+ submitText: {
19448
+ type: "string";
19449
+ };
19450
+ buttonText: {
19451
+ type: "string";
19452
+ };
19453
+ component: {
19454
+ enum: ("radio" | "checkbox")[];
19455
+ type: "string";
19456
+ };
19457
+ leftScaleLabel: {
19458
+ type: "string";
19459
+ };
19460
+ rightScaleLabel: {
19461
+ type: "string";
19462
+ };
19463
+ optionalEmail: {
19464
+ properties: {
19465
+ label: {
19466
+ type: "string";
19467
+ };
19468
+ hide: {
19469
+ type: "boolean";
19470
+ };
19471
+ placeholder: {
19472
+ type: "string";
19473
+ };
19474
+ };
19475
+ additionalProperties: false;
19476
+ type: "object";
19477
+ };
19478
+ };
19479
+ additionalProperties: false;
19480
+ type: "object";
19481
+ };
19482
+ };
19483
+ additionalProperties: false;
19484
+ type: "object";
19485
+ };
19474
19486
  search: {
19475
19487
  properties: {
19476
19488
  hide: {
@@ -19492,28 +19504,34 @@ export declare const rootRedoclyConfigSchema: {
19492
19504
  additionalProperties: false;
19493
19505
  type: "object";
19494
19506
  };
19495
- facets: {
19496
- items: {
19497
- properties: {
19498
- name: {
19499
- type: "string";
19500
- };
19501
- type: {
19502
- enum: ("multi-select" | "select" | "tags")[];
19503
- type: "string";
19504
- };
19505
- field: {
19506
- type: "string";
19507
- };
19508
- isTop: {
19509
- type: "boolean";
19507
+ filters: {
19508
+ properties: {
19509
+ hide: {
19510
+ type: "boolean";
19511
+ };
19512
+ facets: {
19513
+ items: {
19514
+ properties: {
19515
+ name: {
19516
+ type: "string";
19517
+ };
19518
+ type: {
19519
+ enum: ("multi-select" | "select" | "tags")[];
19520
+ type: "string";
19521
+ };
19522
+ field: {
19523
+ type: "string";
19524
+ };
19525
+ };
19526
+ additionalProperties: false;
19527
+ type: "object";
19528
+ required: ("name" | "type" | "field")[];
19510
19529
  };
19530
+ type: "array";
19511
19531
  };
19512
- additionalProperties: false;
19513
- type: "object";
19514
- required: ("name" | "type" | "field")[];
19515
19532
  };
19516
- type: "array";
19533
+ additionalProperties: false;
19534
+ type: "object";
19517
19535
  };
19518
19536
  placement: {
19519
19537
  type: "string";
@@ -20726,6 +20744,21 @@ export declare const rootRedoclyConfigSchema: {
20726
20744
  licenseKey: {
20727
20745
  type: "string";
20728
20746
  };
20747
+ mockServer: {
20748
+ properties: {
20749
+ url: {
20750
+ type: "string";
20751
+ };
20752
+ description: {
20753
+ type: "string";
20754
+ };
20755
+ position: {
20756
+ enum: ("first" | "last" | "replace" | "off")[];
20757
+ type: "string";
20758
+ };
20759
+ };
20760
+ type: "object";
20761
+ };
20729
20762
  feedback: {
20730
20763
  properties: {
20731
20764
  type: {
@@ -20922,12 +20955,12 @@ export declare const rootRedoclyConfigSchema: {
20922
20955
  rightScaleLabel: {
20923
20956
  type: "string";
20924
20957
  };
20925
- anonymousUserEmail: {
20958
+ optionalEmail: {
20926
20959
  properties: {
20927
20960
  label: {
20928
20961
  type: "string";
20929
20962
  };
20930
- enabled: {
20963
+ hide: {
20931
20964
  type: "boolean";
20932
20965
  };
20933
20966
  placeholder: {
@@ -20945,21 +20978,6 @@ export declare const rootRedoclyConfigSchema: {
20945
20978
  additionalProperties: false;
20946
20979
  type: "object";
20947
20980
  };
20948
- mockServer: {
20949
- properties: {
20950
- url: {
20951
- type: "string";
20952
- };
20953
- description: {
20954
- type: "string";
20955
- };
20956
- position: {
20957
- enum: ("first" | "last" | "replace" | "off")[];
20958
- type: "string";
20959
- };
20960
- };
20961
- type: "object";
20962
- };
20963
20981
  hideLoading: {
20964
20982
  type: "boolean";
20965
20983
  };
@@ -21126,96 +21144,9 @@ export declare const rootRedoclyConfigSchema: {
21126
21144
  };
21127
21145
  type: "object";
21128
21146
  };
21129
- hidePaginationButtons: {
21130
- type: "boolean";
21131
- };
21132
- menu: {
21133
- properties: {
21134
- requireExactGroups: {
21135
- type: "boolean";
21136
- };
21137
- groups: {
21138
- items: {
21139
- properties: {
21140
- name: {
21141
- type: "string";
21142
- };
21143
- items: {
21144
- properties: any;
21145
- additionalProperties: false;
21146
- type: "object";
21147
- };
21148
- queries: {
21149
- properties: any;
21150
- additionalProperties: false;
21151
- type: "object";
21152
- };
21153
- mutations: {
21154
- properties: any;
21155
- additionalProperties: false;
21156
- type: "object";
21157
- };
21158
- subscriptions: {
21159
- properties: any;
21160
- additionalProperties: false;
21161
- type: "object";
21162
- };
21163
- types: {
21164
- properties: any;
21165
- additionalProperties: false;
21166
- type: "object";
21167
- };
21168
- directives: {
21169
- properties: any;
21170
- additionalProperties: false;
21171
- type: "object";
21172
- };
21173
- };
21174
- additionalProperties: false;
21175
- type: "object";
21176
- required: "name"[];
21177
- };
21178
- type: "array";
21179
- };
21180
- otherItemsGroupName: {
21181
- type: "string";
21182
- };
21183
- };
21184
- additionalProperties: false;
21185
- type: "object";
21186
- };
21187
- apiLogo: {
21188
- properties: {
21189
- backgroundColor: {
21190
- type: "string";
21191
- };
21192
- href: {
21193
- type: "string";
21194
- };
21195
- imageUrl: {
21196
- type: "string";
21197
- };
21198
- altText: {
21199
- type: "string";
21200
- };
21201
- };
21202
- type: "object";
21203
- };
21204
- jsonSamplesDepth: {
21205
- type: "number";
21206
- };
21207
- samplesMaxInlineArgs: {
21208
- type: "number";
21209
- };
21210
21147
  licenseKey: {
21211
21148
  type: "string";
21212
21149
  };
21213
- fieldExpandLevel: {
21214
- type: "number";
21215
- };
21216
- baseUrlPath: {
21217
- type: "string";
21218
- };
21219
21150
  feedback: {
21220
21151
  properties: {
21221
21152
  type: {
@@ -21412,12 +21343,12 @@ export declare const rootRedoclyConfigSchema: {
21412
21343
  rightScaleLabel: {
21413
21344
  type: "string";
21414
21345
  };
21415
- anonymousUserEmail: {
21346
+ optionalEmail: {
21416
21347
  properties: {
21417
21348
  label: {
21418
21349
  type: "string";
21419
21350
  };
21420
- enabled: {
21351
+ hide: {
21421
21352
  type: "boolean";
21422
21353
  };
21423
21354
  placeholder: {
@@ -21435,6 +21366,93 @@ export declare const rootRedoclyConfigSchema: {
21435
21366
  additionalProperties: false;
21436
21367
  type: "object";
21437
21368
  };
21369
+ hidePaginationButtons: {
21370
+ type: "boolean";
21371
+ };
21372
+ menu: {
21373
+ properties: {
21374
+ requireExactGroups: {
21375
+ type: "boolean";
21376
+ };
21377
+ groups: {
21378
+ items: {
21379
+ properties: {
21380
+ name: {
21381
+ type: "string";
21382
+ };
21383
+ items: {
21384
+ properties: any;
21385
+ additionalProperties: false;
21386
+ type: "object";
21387
+ };
21388
+ queries: {
21389
+ properties: any;
21390
+ additionalProperties: false;
21391
+ type: "object";
21392
+ };
21393
+ mutations: {
21394
+ properties: any;
21395
+ additionalProperties: false;
21396
+ type: "object";
21397
+ };
21398
+ subscriptions: {
21399
+ properties: any;
21400
+ additionalProperties: false;
21401
+ type: "object";
21402
+ };
21403
+ types: {
21404
+ properties: any;
21405
+ additionalProperties: false;
21406
+ type: "object";
21407
+ };
21408
+ directives: {
21409
+ properties: any;
21410
+ additionalProperties: false;
21411
+ type: "object";
21412
+ };
21413
+ };
21414
+ additionalProperties: false;
21415
+ type: "object";
21416
+ required: "name"[];
21417
+ };
21418
+ type: "array";
21419
+ };
21420
+ otherItemsGroupName: {
21421
+ type: "string";
21422
+ };
21423
+ };
21424
+ additionalProperties: false;
21425
+ type: "object";
21426
+ };
21427
+ apiLogo: {
21428
+ properties: {
21429
+ backgroundColor: {
21430
+ type: "string";
21431
+ };
21432
+ href: {
21433
+ type: "string";
21434
+ };
21435
+ imageUrl: {
21436
+ type: "string";
21437
+ };
21438
+ altText: {
21439
+ type: "string";
21440
+ };
21441
+ };
21442
+ type: "object";
21443
+ };
21444
+ jsonSamplesDepth: {
21445
+ type: "number";
21446
+ };
21447
+ samplesMaxInlineArgs: {
21448
+ type: "number";
21449
+ };
21450
+ fieldExpandLevel: {
21451
+ type: "number";
21452
+ };
21453
+ baseUrlPath: {
21454
+ type: "string";
21455
+ };
21438
21456
  };
21439
21457
  additionalProperties: false;
21440
21458
  type: "object";
@@ -22240,234 +22258,15 @@ export declare const rootRedoclyConfigSchema: {
22240
22258
  additionalProperties: true;
22241
22259
  type: "object";
22242
22260
  };
22243
- licenseKey: {
22244
- type: "string";
22245
- };
22246
- feedback: {
22247
- properties: {
22248
- type: {
22249
- enum: ("rating" | "sentiment" | "comment" | "reasons" | "mood" | "scale")[];
22250
- type: "string";
22251
- };
22252
- hide: {
22253
- type: "boolean";
22254
- };
22255
- settings: {
22256
- properties: {
22257
- comment: {
22258
- properties: {
22259
- label: {
22260
- type: "string";
22261
- };
22262
- hide: {
22263
- type: "boolean";
22264
- };
22265
- likeLabel: {
22266
- type: "string";
22267
- };
22268
- dislikeLabel: {
22269
- type: "string";
22270
- };
22271
- satisfiedLabel: {
22272
- type: "string";
22273
- };
22274
- neutralLabel: {
22275
- type: "string";
22276
- };
22277
- dissatisfiedLabel: {
22278
- type: "string";
22279
- };
22280
- };
22281
- additionalProperties: false;
22282
- type: "object";
22283
- };
22284
- reasons: {
22285
- properties: {
22286
- label: {
22287
- type: "string";
22288
- };
22289
- items: {
22290
- items: {
22291
- type: "string";
22292
- };
22293
- type: "array";
22294
- };
22295
- hide: {
22296
- type: "boolean";
22297
- };
22298
- component: {
22299
- enum: ("radio" | "checkbox")[];
22300
- type: "string";
22301
- };
22302
- like: {
22303
- properties: {
22304
- label: {
22305
- type: "string";
22306
- };
22307
- items: {
22308
- items: {
22309
- type: "string";
22310
- };
22311
- type: "array";
22312
- };
22313
- hide: {
22314
- type: "boolean";
22315
- };
22316
- component: {
22317
- enum: ("radio" | "checkbox")[];
22318
- type: "string";
22319
- };
22320
- };
22321
- additionalProperties: false;
22322
- type: "object";
22323
- };
22324
- dislike: {
22325
- properties: {
22326
- label: {
22327
- type: "string";
22328
- };
22329
- items: {
22330
- items: {
22331
- type: "string";
22332
- };
22333
- type: "array";
22334
- };
22335
- hide: {
22336
- type: "boolean";
22337
- };
22338
- component: {
22339
- enum: ("radio" | "checkbox")[];
22340
- type: "string";
22341
- };
22342
- };
22343
- additionalProperties: false;
22344
- type: "object";
22345
- };
22346
- satisfied: {
22347
- properties: {
22348
- label: {
22349
- type: "string";
22350
- };
22351
- items: {
22352
- items: {
22353
- type: "string";
22354
- };
22355
- type: "array";
22356
- };
22357
- hide: {
22358
- type: "boolean";
22359
- };
22360
- component: {
22361
- enum: ("radio" | "checkbox")[];
22362
- type: "string";
22363
- };
22364
- };
22365
- additionalProperties: false;
22366
- type: "object";
22367
- };
22368
- neutral: {
22369
- properties: {
22370
- label: {
22371
- type: "string";
22372
- };
22373
- items: {
22374
- items: {
22375
- type: "string";
22376
- };
22377
- type: "array";
22378
- };
22379
- hide: {
22380
- type: "boolean";
22381
- };
22382
- component: {
22383
- enum: ("radio" | "checkbox")[];
22384
- type: "string";
22385
- };
22386
- };
22387
- additionalProperties: false;
22388
- type: "object";
22389
- };
22390
- dissatisfied: {
22391
- properties: {
22392
- label: {
22393
- type: "string";
22394
- };
22395
- items: {
22396
- items: {
22397
- type: "string";
22398
- };
22399
- type: "array";
22400
- };
22401
- hide: {
22402
- type: "boolean";
22403
- };
22404
- component: {
22405
- enum: ("radio" | "checkbox")[];
22406
- type: "string";
22407
- };
22408
- };
22409
- additionalProperties: false;
22410
- type: "object";
22411
- };
22412
- };
22413
- additionalProperties: false;
22414
- type: "object";
22415
- };
22416
- label: {
22417
- type: "string";
22418
- };
22419
- items: {
22420
- items: {
22421
- type: "string";
22422
- };
22423
- type: "array";
22424
- minItems: 1;
22425
- };
22426
- submitText: {
22427
- type: "string";
22428
- };
22429
- buttonText: {
22430
- type: "string";
22431
- };
22432
- component: {
22433
- enum: ("radio" | "checkbox")[];
22434
- type: "string";
22435
- };
22436
- leftScaleLabel: {
22437
- type: "string";
22438
- };
22439
- rightScaleLabel: {
22440
- type: "string";
22441
- };
22442
- anonymousUserEmail: {
22443
- properties: {
22444
- label: {
22445
- type: "string";
22446
- };
22447
- enabled: {
22448
- type: "boolean";
22449
- };
22450
- placeholder: {
22451
- type: "string";
22452
- };
22453
- };
22454
- additionalProperties: false;
22455
- type: "object";
22456
- };
22457
- };
22458
- additionalProperties: false;
22459
- type: "object";
22460
- };
22461
- };
22462
- additionalProperties: false;
22463
- type: "object";
22464
- };
22465
22261
  imports: {
22466
22262
  items: {
22467
22263
  type: "string";
22468
22264
  };
22469
22265
  type: "array";
22470
22266
  };
22267
+ licenseKey: {
22268
+ type: "string";
22269
+ };
22471
22270
  redirects: {
22472
22271
  additionalProperties: {
22473
22272
  properties: {
@@ -23670,6 +23469,21 @@ export declare const rootRedoclyConfigSchema: {
23670
23469
  licenseKey: {
23671
23470
  type: "string";
23672
23471
  };
23472
+ mockServer: {
23473
+ properties: {
23474
+ url: {
23475
+ type: "string";
23476
+ };
23477
+ description: {
23478
+ type: "string";
23479
+ };
23480
+ position: {
23481
+ enum: ("first" | "last" | "replace" | "off")[];
23482
+ type: "string";
23483
+ };
23484
+ };
23485
+ type: "object";
23486
+ };
23673
23487
  feedback: {
23674
23488
  properties: {
23675
23489
  type: {
@@ -23866,12 +23680,12 @@ export declare const rootRedoclyConfigSchema: {
23866
23680
  rightScaleLabel: {
23867
23681
  type: "string";
23868
23682
  };
23869
- anonymousUserEmail: {
23683
+ optionalEmail: {
23870
23684
  properties: {
23871
23685
  label: {
23872
23686
  type: "string";
23873
23687
  };
23874
- enabled: {
23688
+ hide: {
23875
23689
  type: "boolean";
23876
23690
  };
23877
23691
  placeholder: {
@@ -23889,21 +23703,6 @@ export declare const rootRedoclyConfigSchema: {
23889
23703
  additionalProperties: false;
23890
23704
  type: "object";
23891
23705
  };
23892
- mockServer: {
23893
- properties: {
23894
- url: {
23895
- type: "string";
23896
- };
23897
- description: {
23898
- type: "string";
23899
- };
23900
- position: {
23901
- enum: ("first" | "last" | "replace" | "off")[];
23902
- type: "string";
23903
- };
23904
- };
23905
- type: "object";
23906
- };
23907
23706
  hideLoading: {
23908
23707
  type: "boolean";
23909
23708
  };
@@ -24070,96 +23869,9 @@ export declare const rootRedoclyConfigSchema: {
24070
23869
  };
24071
23870
  type: "object";
24072
23871
  };
24073
- hidePaginationButtons: {
24074
- type: "boolean";
24075
- };
24076
- menu: {
24077
- properties: {
24078
- requireExactGroups: {
24079
- type: "boolean";
24080
- };
24081
- groups: {
24082
- items: {
24083
- properties: {
24084
- name: {
24085
- type: "string";
24086
- };
24087
- items: {
24088
- properties: any;
24089
- additionalProperties: false;
24090
- type: "object";
24091
- };
24092
- queries: {
24093
- properties: any;
24094
- additionalProperties: false;
24095
- type: "object";
24096
- };
24097
- mutations: {
24098
- properties: any;
24099
- additionalProperties: false;
24100
- type: "object";
24101
- };
24102
- subscriptions: {
24103
- properties: any;
24104
- additionalProperties: false;
24105
- type: "object";
24106
- };
24107
- types: {
24108
- properties: any;
24109
- additionalProperties: false;
24110
- type: "object";
24111
- };
24112
- directives: {
24113
- properties: any;
24114
- additionalProperties: false;
24115
- type: "object";
24116
- };
24117
- };
24118
- additionalProperties: false;
24119
- type: "object";
24120
- required: "name"[];
24121
- };
24122
- type: "array";
24123
- };
24124
- otherItemsGroupName: {
24125
- type: "string";
24126
- };
24127
- };
24128
- additionalProperties: false;
24129
- type: "object";
24130
- };
24131
- apiLogo: {
24132
- properties: {
24133
- backgroundColor: {
24134
- type: "string";
24135
- };
24136
- href: {
24137
- type: "string";
24138
- };
24139
- imageUrl: {
24140
- type: "string";
24141
- };
24142
- altText: {
24143
- type: "string";
24144
- };
24145
- };
24146
- type: "object";
24147
- };
24148
- jsonSamplesDepth: {
24149
- type: "number";
24150
- };
24151
- samplesMaxInlineArgs: {
24152
- type: "number";
24153
- };
24154
23872
  licenseKey: {
24155
23873
  type: "string";
24156
23874
  };
24157
- fieldExpandLevel: {
24158
- type: "number";
24159
- };
24160
- baseUrlPath: {
24161
- type: "string";
24162
- };
24163
23875
  feedback: {
24164
23876
  properties: {
24165
23877
  type: {
@@ -24356,12 +24068,12 @@ export declare const rootRedoclyConfigSchema: {
24356
24068
  rightScaleLabel: {
24357
24069
  type: "string";
24358
24070
  };
24359
- anonymousUserEmail: {
24071
+ optionalEmail: {
24360
24072
  properties: {
24361
24073
  label: {
24362
24074
  type: "string";
24363
24075
  };
24364
- enabled: {
24076
+ hide: {
24365
24077
  type: "boolean";
24366
24078
  };
24367
24079
  placeholder: {
@@ -24379,6 +24091,93 @@ export declare const rootRedoclyConfigSchema: {
24379
24091
  additionalProperties: false;
24380
24092
  type: "object";
24381
24093
  };
24094
+ hidePaginationButtons: {
24095
+ type: "boolean";
24096
+ };
24097
+ menu: {
24098
+ properties: {
24099
+ requireExactGroups: {
24100
+ type: "boolean";
24101
+ };
24102
+ groups: {
24103
+ items: {
24104
+ properties: {
24105
+ name: {
24106
+ type: "string";
24107
+ };
24108
+ items: {
24109
+ properties: any;
24110
+ additionalProperties: false;
24111
+ type: "object";
24112
+ };
24113
+ queries: {
24114
+ properties: any;
24115
+ additionalProperties: false;
24116
+ type: "object";
24117
+ };
24118
+ mutations: {
24119
+ properties: any;
24120
+ additionalProperties: false;
24121
+ type: "object";
24122
+ };
24123
+ subscriptions: {
24124
+ properties: any;
24125
+ additionalProperties: false;
24126
+ type: "object";
24127
+ };
24128
+ types: {
24129
+ properties: any;
24130
+ additionalProperties: false;
24131
+ type: "object";
24132
+ };
24133
+ directives: {
24134
+ properties: any;
24135
+ additionalProperties: false;
24136
+ type: "object";
24137
+ };
24138
+ };
24139
+ additionalProperties: false;
24140
+ type: "object";
24141
+ required: "name"[];
24142
+ };
24143
+ type: "array";
24144
+ };
24145
+ otherItemsGroupName: {
24146
+ type: "string";
24147
+ };
24148
+ };
24149
+ additionalProperties: false;
24150
+ type: "object";
24151
+ };
24152
+ apiLogo: {
24153
+ properties: {
24154
+ backgroundColor: {
24155
+ type: "string";
24156
+ };
24157
+ href: {
24158
+ type: "string";
24159
+ };
24160
+ imageUrl: {
24161
+ type: "string";
24162
+ };
24163
+ altText: {
24164
+ type: "string";
24165
+ };
24166
+ };
24167
+ type: "object";
24168
+ };
24169
+ jsonSamplesDepth: {
24170
+ type: "number";
24171
+ };
24172
+ samplesMaxInlineArgs: {
24173
+ type: "number";
24174
+ };
24175
+ fieldExpandLevel: {
24176
+ type: "number";
24177
+ };
24178
+ baseUrlPath: {
24179
+ type: "string";
24180
+ };
24382
24181
  };
24383
24182
  additionalProperties: false;
24384
24183
  type: "object";
@@ -25432,6 +25231,21 @@ export declare const rootRedoclyConfigSchema: {
25432
25231
  licenseKey: {
25433
25232
  type: "string";
25434
25233
  };
25234
+ mockServer: {
25235
+ properties: {
25236
+ url: {
25237
+ type: "string";
25238
+ };
25239
+ description: {
25240
+ type: "string";
25241
+ };
25242
+ position: {
25243
+ enum: ("first" | "last" | "replace" | "off")[];
25244
+ type: "string";
25245
+ };
25246
+ };
25247
+ type: "object";
25248
+ };
25435
25249
  feedback: {
25436
25250
  properties: {
25437
25251
  type: {
@@ -25628,12 +25442,12 @@ export declare const rootRedoclyConfigSchema: {
25628
25442
  rightScaleLabel: {
25629
25443
  type: "string";
25630
25444
  };
25631
- anonymousUserEmail: {
25445
+ optionalEmail: {
25632
25446
  properties: {
25633
25447
  label: {
25634
25448
  type: "string";
25635
25449
  };
25636
- enabled: {
25450
+ hide: {
25637
25451
  type: "boolean";
25638
25452
  };
25639
25453
  placeholder: {
@@ -25651,21 +25465,6 @@ export declare const rootRedoclyConfigSchema: {
25651
25465
  additionalProperties: false;
25652
25466
  type: "object";
25653
25467
  };
25654
- mockServer: {
25655
- properties: {
25656
- url: {
25657
- type: "string";
25658
- };
25659
- description: {
25660
- type: "string";
25661
- };
25662
- position: {
25663
- enum: ("first" | "last" | "replace" | "off")[];
25664
- type: "string";
25665
- };
25666
- };
25667
- type: "object";
25668
- };
25669
25468
  hideLoading: {
25670
25469
  type: "boolean";
25671
25470
  };
@@ -25832,96 +25631,9 @@ export declare const rootRedoclyConfigSchema: {
25832
25631
  };
25833
25632
  type: "object";
25834
25633
  };
25835
- hidePaginationButtons: {
25836
- type: "boolean";
25837
- };
25838
- menu: {
25839
- properties: {
25840
- requireExactGroups: {
25841
- type: "boolean";
25842
- };
25843
- groups: {
25844
- items: {
25845
- properties: {
25846
- name: {
25847
- type: "string";
25848
- };
25849
- items: {
25850
- properties: any;
25851
- additionalProperties: false;
25852
- type: "object";
25853
- };
25854
- queries: {
25855
- properties: any;
25856
- additionalProperties: false;
25857
- type: "object";
25858
- };
25859
- mutations: {
25860
- properties: any;
25861
- additionalProperties: false;
25862
- type: "object";
25863
- };
25864
- subscriptions: {
25865
- properties: any;
25866
- additionalProperties: false;
25867
- type: "object";
25868
- };
25869
- types: {
25870
- properties: any;
25871
- additionalProperties: false;
25872
- type: "object";
25873
- };
25874
- directives: {
25875
- properties: any;
25876
- additionalProperties: false;
25877
- type: "object";
25878
- };
25879
- };
25880
- additionalProperties: false;
25881
- type: "object";
25882
- required: "name"[];
25883
- };
25884
- type: "array";
25885
- };
25886
- otherItemsGroupName: {
25887
- type: "string";
25888
- };
25889
- };
25890
- additionalProperties: false;
25891
- type: "object";
25892
- };
25893
- apiLogo: {
25894
- properties: {
25895
- backgroundColor: {
25896
- type: "string";
25897
- };
25898
- href: {
25899
- type: "string";
25900
- };
25901
- imageUrl: {
25902
- type: "string";
25903
- };
25904
- altText: {
25905
- type: "string";
25906
- };
25907
- };
25908
- type: "object";
25909
- };
25910
- jsonSamplesDepth: {
25911
- type: "number";
25912
- };
25913
- samplesMaxInlineArgs: {
25914
- type: "number";
25915
- };
25916
25634
  licenseKey: {
25917
25635
  type: "string";
25918
25636
  };
25919
- fieldExpandLevel: {
25920
- type: "number";
25921
- };
25922
- baseUrlPath: {
25923
- type: "string";
25924
- };
25925
25637
  feedback: {
25926
25638
  properties: {
25927
25639
  type: {
@@ -26118,12 +25830,12 @@ export declare const rootRedoclyConfigSchema: {
26118
25830
  rightScaleLabel: {
26119
25831
  type: "string";
26120
25832
  };
26121
- anonymousUserEmail: {
25833
+ optionalEmail: {
26122
25834
  properties: {
26123
25835
  label: {
26124
25836
  type: "string";
26125
25837
  };
26126
- enabled: {
25838
+ hide: {
26127
25839
  type: "boolean";
26128
25840
  };
26129
25841
  placeholder: {
@@ -26141,6 +25853,93 @@ export declare const rootRedoclyConfigSchema: {
26141
25853
  additionalProperties: false;
26142
25854
  type: "object";
26143
25855
  };
25856
+ hidePaginationButtons: {
25857
+ type: "boolean";
25858
+ };
25859
+ menu: {
25860
+ properties: {
25861
+ requireExactGroups: {
25862
+ type: "boolean";
25863
+ };
25864
+ groups: {
25865
+ items: {
25866
+ properties: {
25867
+ name: {
25868
+ type: "string";
25869
+ };
25870
+ items: {
25871
+ properties: any;
25872
+ additionalProperties: false;
25873
+ type: "object";
25874
+ };
25875
+ queries: {
25876
+ properties: any;
25877
+ additionalProperties: false;
25878
+ type: "object";
25879
+ };
25880
+ mutations: {
25881
+ properties: any;
25882
+ additionalProperties: false;
25883
+ type: "object";
25884
+ };
25885
+ subscriptions: {
25886
+ properties: any;
25887
+ additionalProperties: false;
25888
+ type: "object";
25889
+ };
25890
+ types: {
25891
+ properties: any;
25892
+ additionalProperties: false;
25893
+ type: "object";
25894
+ };
25895
+ directives: {
25896
+ properties: any;
25897
+ additionalProperties: false;
25898
+ type: "object";
25899
+ };
25900
+ };
25901
+ additionalProperties: false;
25902
+ type: "object";
25903
+ required: "name"[];
25904
+ };
25905
+ type: "array";
25906
+ };
25907
+ otherItemsGroupName: {
25908
+ type: "string";
25909
+ };
25910
+ };
25911
+ additionalProperties: false;
25912
+ type: "object";
25913
+ };
25914
+ apiLogo: {
25915
+ properties: {
25916
+ backgroundColor: {
25917
+ type: "string";
25918
+ };
25919
+ href: {
25920
+ type: "string";
25921
+ };
25922
+ imageUrl: {
25923
+ type: "string";
25924
+ };
25925
+ altText: {
25926
+ type: "string";
25927
+ };
25928
+ };
25929
+ type: "object";
25930
+ };
25931
+ jsonSamplesDepth: {
25932
+ type: "number";
25933
+ };
25934
+ samplesMaxInlineArgs: {
25935
+ type: "number";
25936
+ };
25937
+ fieldExpandLevel: {
25938
+ type: "number";
25939
+ };
25940
+ baseUrlPath: {
25941
+ type: "string";
25942
+ };
26144
25943
  };
26145
25944
  additionalProperties: false;
26146
25945
  type: "object";
@@ -26652,7 +26451,7 @@ export declare const rootRedoclyConfigSchema: {
26652
26451
  patternProperties: {
26653
26452
  "^[a-zA-Z0-9_-]+$": {
26654
26453
  type: "string";
26655
- format: "uri";
26454
+ pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
26656
26455
  };
26657
26456
  };
26658
26457
  additionalProperties: false;
@@ -26910,6 +26709,225 @@ export declare const rootRedoclyConfigSchema: {
26910
26709
  additionalProperties: false;
26911
26710
  type: "object";
26912
26711
  };
26712
+ feedback: {
26713
+ properties: {
26714
+ type: {
26715
+ enum: ("rating" | "sentiment" | "comment" | "reasons" | "mood" | "scale")[];
26716
+ type: "string";
26717
+ };
26718
+ hide: {
26719
+ type: "boolean";
26720
+ };
26721
+ settings: {
26722
+ properties: {
26723
+ comment: {
26724
+ properties: {
26725
+ label: {
26726
+ type: "string";
26727
+ };
26728
+ hide: {
26729
+ type: "boolean";
26730
+ };
26731
+ likeLabel: {
26732
+ type: "string";
26733
+ };
26734
+ dislikeLabel: {
26735
+ type: "string";
26736
+ };
26737
+ satisfiedLabel: {
26738
+ type: "string";
26739
+ };
26740
+ neutralLabel: {
26741
+ type: "string";
26742
+ };
26743
+ dissatisfiedLabel: {
26744
+ type: "string";
26745
+ };
26746
+ };
26747
+ additionalProperties: false;
26748
+ type: "object";
26749
+ };
26750
+ reasons: {
26751
+ properties: {
26752
+ label: {
26753
+ type: "string";
26754
+ };
26755
+ items: {
26756
+ items: {
26757
+ type: "string";
26758
+ };
26759
+ type: "array";
26760
+ };
26761
+ hide: {
26762
+ type: "boolean";
26763
+ };
26764
+ component: {
26765
+ enum: ("radio" | "checkbox")[];
26766
+ type: "string";
26767
+ };
26768
+ like: {
26769
+ properties: {
26770
+ label: {
26771
+ type: "string";
26772
+ };
26773
+ items: {
26774
+ items: {
26775
+ type: "string";
26776
+ };
26777
+ type: "array";
26778
+ };
26779
+ hide: {
26780
+ type: "boolean";
26781
+ };
26782
+ component: {
26783
+ enum: ("radio" | "checkbox")[];
26784
+ type: "string";
26785
+ };
26786
+ };
26787
+ additionalProperties: false;
26788
+ type: "object";
26789
+ };
26790
+ dislike: {
26791
+ properties: {
26792
+ label: {
26793
+ type: "string";
26794
+ };
26795
+ items: {
26796
+ items: {
26797
+ type: "string";
26798
+ };
26799
+ type: "array";
26800
+ };
26801
+ hide: {
26802
+ type: "boolean";
26803
+ };
26804
+ component: {
26805
+ enum: ("radio" | "checkbox")[];
26806
+ type: "string";
26807
+ };
26808
+ };
26809
+ additionalProperties: false;
26810
+ type: "object";
26811
+ };
26812
+ satisfied: {
26813
+ properties: {
26814
+ label: {
26815
+ type: "string";
26816
+ };
26817
+ items: {
26818
+ items: {
26819
+ type: "string";
26820
+ };
26821
+ type: "array";
26822
+ };
26823
+ hide: {
26824
+ type: "boolean";
26825
+ };
26826
+ component: {
26827
+ enum: ("radio" | "checkbox")[];
26828
+ type: "string";
26829
+ };
26830
+ };
26831
+ additionalProperties: false;
26832
+ type: "object";
26833
+ };
26834
+ neutral: {
26835
+ properties: {
26836
+ label: {
26837
+ type: "string";
26838
+ };
26839
+ items: {
26840
+ items: {
26841
+ type: "string";
26842
+ };
26843
+ type: "array";
26844
+ };
26845
+ hide: {
26846
+ type: "boolean";
26847
+ };
26848
+ component: {
26849
+ enum: ("radio" | "checkbox")[];
26850
+ type: "string";
26851
+ };
26852
+ };
26853
+ additionalProperties: false;
26854
+ type: "object";
26855
+ };
26856
+ dissatisfied: {
26857
+ properties: {
26858
+ label: {
26859
+ type: "string";
26860
+ };
26861
+ items: {
26862
+ items: {
26863
+ type: "string";
26864
+ };
26865
+ type: "array";
26866
+ };
26867
+ hide: {
26868
+ type: "boolean";
26869
+ };
26870
+ component: {
26871
+ enum: ("radio" | "checkbox")[];
26872
+ type: "string";
26873
+ };
26874
+ };
26875
+ additionalProperties: false;
26876
+ type: "object";
26877
+ };
26878
+ };
26879
+ additionalProperties: false;
26880
+ type: "object";
26881
+ };
26882
+ label: {
26883
+ type: "string";
26884
+ };
26885
+ items: {
26886
+ items: {
26887
+ type: "string";
26888
+ };
26889
+ type: "array";
26890
+ minItems: 1;
26891
+ };
26892
+ submitText: {
26893
+ type: "string";
26894
+ };
26895
+ buttonText: {
26896
+ type: "string";
26897
+ };
26898
+ component: {
26899
+ enum: ("radio" | "checkbox")[];
26900
+ type: "string";
26901
+ };
26902
+ leftScaleLabel: {
26903
+ type: "string";
26904
+ };
26905
+ rightScaleLabel: {
26906
+ type: "string";
26907
+ };
26908
+ optionalEmail: {
26909
+ properties: {
26910
+ label: {
26911
+ type: "string";
26912
+ };
26913
+ hide: {
26914
+ type: "boolean";
26915
+ };
26916
+ placeholder: {
26917
+ type: "string";
26918
+ };
26919
+ };
26920
+ additionalProperties: false;
26921
+ type: "object";
26922
+ };
26923
+ };
26924
+ additionalProperties: false;
26925
+ type: "object";
26926
+ };
26927
+ };
26928
+ additionalProperties: false;
26929
+ type: "object";
26930
+ };
26913
26931
  search: {
26914
26932
  properties: {
26915
26933
  hide: {
@@ -26931,28 +26949,34 @@ export declare const rootRedoclyConfigSchema: {
26931
26949
  additionalProperties: false;
26932
26950
  type: "object";
26933
26951
  };
26934
- facets: {
26935
- items: {
26936
- properties: {
26937
- name: {
26938
- type: "string";
26939
- };
26940
- type: {
26941
- enum: ("multi-select" | "select" | "tags")[];
26942
- type: "string";
26943
- };
26944
- field: {
26945
- type: "string";
26946
- };
26947
- isTop: {
26948
- type: "boolean";
26952
+ filters: {
26953
+ properties: {
26954
+ hide: {
26955
+ type: "boolean";
26956
+ };
26957
+ facets: {
26958
+ items: {
26959
+ properties: {
26960
+ name: {
26961
+ type: "string";
26962
+ };
26963
+ type: {
26964
+ enum: ("multi-select" | "select" | "tags")[];
26965
+ type: "string";
26966
+ };
26967
+ field: {
26968
+ type: "string";
26969
+ };
26970
+ };
26971
+ additionalProperties: false;
26972
+ type: "object";
26973
+ required: ("name" | "type" | "field")[];
26949
26974
  };
26975
+ type: "array";
26950
26976
  };
26951
- additionalProperties: false;
26952
- type: "object";
26953
- required: ("name" | "type" | "field")[];
26954
26977
  };
26955
- type: "array";
26978
+ additionalProperties: false;
26979
+ type: "object";
26956
26980
  };
26957
26981
  placement: {
26958
26982
  type: "string";
@@ -28165,6 +28189,21 @@ export declare const rootRedoclyConfigSchema: {
28165
28189
  licenseKey: {
28166
28190
  type: "string";
28167
28191
  };
28192
+ mockServer: {
28193
+ properties: {
28194
+ url: {
28195
+ type: "string";
28196
+ };
28197
+ description: {
28198
+ type: "string";
28199
+ };
28200
+ position: {
28201
+ enum: ("first" | "last" | "replace" | "off")[];
28202
+ type: "string";
28203
+ };
28204
+ };
28205
+ type: "object";
28206
+ };
28168
28207
  feedback: {
28169
28208
  properties: {
28170
28209
  type: {
@@ -28361,12 +28400,12 @@ export declare const rootRedoclyConfigSchema: {
28361
28400
  rightScaleLabel: {
28362
28401
  type: "string";
28363
28402
  };
28364
- anonymousUserEmail: {
28403
+ optionalEmail: {
28365
28404
  properties: {
28366
28405
  label: {
28367
28406
  type: "string";
28368
28407
  };
28369
- enabled: {
28408
+ hide: {
28370
28409
  type: "boolean";
28371
28410
  };
28372
28411
  placeholder: {
@@ -28384,21 +28423,6 @@ export declare const rootRedoclyConfigSchema: {
28384
28423
  additionalProperties: false;
28385
28424
  type: "object";
28386
28425
  };
28387
- mockServer: {
28388
- properties: {
28389
- url: {
28390
- type: "string";
28391
- };
28392
- description: {
28393
- type: "string";
28394
- };
28395
- position: {
28396
- enum: ("first" | "last" | "replace" | "off")[];
28397
- type: "string";
28398
- };
28399
- };
28400
- type: "object";
28401
- };
28402
28426
  hideLoading: {
28403
28427
  type: "boolean";
28404
28428
  };
@@ -28565,96 +28589,9 @@ export declare const rootRedoclyConfigSchema: {
28565
28589
  };
28566
28590
  type: "object";
28567
28591
  };
28568
- hidePaginationButtons: {
28569
- type: "boolean";
28570
- };
28571
- menu: {
28572
- properties: {
28573
- requireExactGroups: {
28574
- type: "boolean";
28575
- };
28576
- groups: {
28577
- items: {
28578
- properties: {
28579
- name: {
28580
- type: "string";
28581
- };
28582
- items: {
28583
- properties: any;
28584
- additionalProperties: false;
28585
- type: "object";
28586
- };
28587
- queries: {
28588
- properties: any;
28589
- additionalProperties: false;
28590
- type: "object";
28591
- };
28592
- mutations: {
28593
- properties: any;
28594
- additionalProperties: false;
28595
- type: "object";
28596
- };
28597
- subscriptions: {
28598
- properties: any;
28599
- additionalProperties: false;
28600
- type: "object";
28601
- };
28602
- types: {
28603
- properties: any;
28604
- additionalProperties: false;
28605
- type: "object";
28606
- };
28607
- directives: {
28608
- properties: any;
28609
- additionalProperties: false;
28610
- type: "object";
28611
- };
28612
- };
28613
- additionalProperties: false;
28614
- type: "object";
28615
- required: "name"[];
28616
- };
28617
- type: "array";
28618
- };
28619
- otherItemsGroupName: {
28620
- type: "string";
28621
- };
28622
- };
28623
- additionalProperties: false;
28624
- type: "object";
28625
- };
28626
- apiLogo: {
28627
- properties: {
28628
- backgroundColor: {
28629
- type: "string";
28630
- };
28631
- href: {
28632
- type: "string";
28633
- };
28634
- imageUrl: {
28635
- type: "string";
28636
- };
28637
- altText: {
28638
- type: "string";
28639
- };
28640
- };
28641
- type: "object";
28642
- };
28643
- jsonSamplesDepth: {
28644
- type: "number";
28645
- };
28646
- samplesMaxInlineArgs: {
28647
- type: "number";
28648
- };
28649
28592
  licenseKey: {
28650
28593
  type: "string";
28651
28594
  };
28652
- fieldExpandLevel: {
28653
- type: "number";
28654
- };
28655
- baseUrlPath: {
28656
- type: "string";
28657
- };
28658
28595
  feedback: {
28659
28596
  properties: {
28660
28597
  type: {
@@ -28851,12 +28788,12 @@ export declare const rootRedoclyConfigSchema: {
28851
28788
  rightScaleLabel: {
28852
28789
  type: "string";
28853
28790
  };
28854
- anonymousUserEmail: {
28791
+ optionalEmail: {
28855
28792
  properties: {
28856
28793
  label: {
28857
28794
  type: "string";
28858
28795
  };
28859
- enabled: {
28796
+ hide: {
28860
28797
  type: "boolean";
28861
28798
  };
28862
28799
  placeholder: {
@@ -28874,6 +28811,93 @@ export declare const rootRedoclyConfigSchema: {
28874
28811
  additionalProperties: false;
28875
28812
  type: "object";
28876
28813
  };
28814
+ hidePaginationButtons: {
28815
+ type: "boolean";
28816
+ };
28817
+ menu: {
28818
+ properties: {
28819
+ requireExactGroups: {
28820
+ type: "boolean";
28821
+ };
28822
+ groups: {
28823
+ items: {
28824
+ properties: {
28825
+ name: {
28826
+ type: "string";
28827
+ };
28828
+ items: {
28829
+ properties: any;
28830
+ additionalProperties: false;
28831
+ type: "object";
28832
+ };
28833
+ queries: {
28834
+ properties: any;
28835
+ additionalProperties: false;
28836
+ type: "object";
28837
+ };
28838
+ mutations: {
28839
+ properties: any;
28840
+ additionalProperties: false;
28841
+ type: "object";
28842
+ };
28843
+ subscriptions: {
28844
+ properties: any;
28845
+ additionalProperties: false;
28846
+ type: "object";
28847
+ };
28848
+ types: {
28849
+ properties: any;
28850
+ additionalProperties: false;
28851
+ type: "object";
28852
+ };
28853
+ directives: {
28854
+ properties: any;
28855
+ additionalProperties: false;
28856
+ type: "object";
28857
+ };
28858
+ };
28859
+ additionalProperties: false;
28860
+ type: "object";
28861
+ required: "name"[];
28862
+ };
28863
+ type: "array";
28864
+ };
28865
+ otherItemsGroupName: {
28866
+ type: "string";
28867
+ };
28868
+ };
28869
+ additionalProperties: false;
28870
+ type: "object";
28871
+ };
28872
+ apiLogo: {
28873
+ properties: {
28874
+ backgroundColor: {
28875
+ type: "string";
28876
+ };
28877
+ href: {
28878
+ type: "string";
28879
+ };
28880
+ imageUrl: {
28881
+ type: "string";
28882
+ };
28883
+ altText: {
28884
+ type: "string";
28885
+ };
28886
+ };
28887
+ type: "object";
28888
+ };
28889
+ jsonSamplesDepth: {
28890
+ type: "number";
28891
+ };
28892
+ samplesMaxInlineArgs: {
28893
+ type: "number";
28894
+ };
28895
+ fieldExpandLevel: {
28896
+ type: "number";
28897
+ };
28898
+ baseUrlPath: {
28899
+ type: "string";
28900
+ };
28877
28901
  };
28878
28902
  additionalProperties: false;
28879
28903
  type: "object";
@@ -31280,10 +31304,10 @@ export declare const rootRedoclyConfigSchema: {
31280
31304
  };
31281
31305
  readonly additionalProperties: false;
31282
31306
  };
31283
- readonly anonymousUserEmail: {
31307
+ readonly optionalEmail: {
31284
31308
  readonly type: "object";
31285
31309
  readonly properties: {
31286
- readonly enabled: {
31310
+ readonly hide: {
31287
31311
  readonly type: "boolean";
31288
31312
  readonly default: false;
31289
31313
  };
@@ -31878,10 +31902,10 @@ export declare const rootRedoclyConfigSchema: {
31878
31902
  };
31879
31903
  readonly additionalProperties: false;
31880
31904
  };
31881
- readonly anonymousUserEmail: {
31905
+ readonly optionalEmail: {
31882
31906
  readonly type: "object";
31883
31907
  readonly properties: {
31884
- readonly enabled: {
31908
+ readonly hide: {
31885
31909
  readonly type: "boolean";
31886
31910
  readonly default: false;
31887
31911
  };
@@ -33512,10 +33536,10 @@ export declare const rootRedoclyConfigSchema: {
33512
33536
  };
33513
33537
  readonly additionalProperties: false;
33514
33538
  };
33515
- readonly anonymousUserEmail: {
33539
+ readonly optionalEmail: {
33516
33540
  readonly type: "object";
33517
33541
  readonly properties: {
33518
- readonly enabled: {
33542
+ readonly hide: {
33519
33543
  readonly type: "boolean";
33520
33544
  readonly default: false;
33521
33545
  };
@@ -34110,10 +34134,10 @@ export declare const rootRedoclyConfigSchema: {
34110
34134
  };
34111
34135
  readonly additionalProperties: false;
34112
34136
  };
34113
- readonly anonymousUserEmail: {
34137
+ readonly optionalEmail: {
34114
34138
  readonly type: "object";
34115
34139
  readonly properties: {
34116
- readonly enabled: {
34140
+ readonly hide: {
34117
34141
  readonly type: "boolean";
34118
34142
  readonly default: false;
34119
34143
  };
@@ -35428,10 +35452,10 @@ export declare const rootRedoclyConfigSchema: {
35428
35452
  };
35429
35453
  readonly additionalProperties: false;
35430
35454
  };
35431
- readonly anonymousUserEmail: {
35455
+ readonly optionalEmail: {
35432
35456
  readonly type: "object";
35433
35457
  readonly properties: {
35434
- readonly enabled: {
35458
+ readonly hide: {
35435
35459
  readonly type: "boolean";
35436
35460
  readonly default: false;
35437
35461
  };
@@ -35474,28 +35498,34 @@ export declare const rootRedoclyConfigSchema: {
35474
35498
  };
35475
35499
  readonly additionalProperties: false;
35476
35500
  };
35477
- readonly facets: {
35478
- readonly type: "array";
35479
- readonly items: {
35480
- readonly type: "object";
35481
- readonly required: readonly ["name", "field", "type"];
35482
- readonly properties: {
35483
- readonly name: {
35484
- readonly type: "string";
35485
- };
35486
- readonly field: {
35487
- readonly type: "string";
35488
- };
35489
- readonly type: {
35490
- readonly type: "string";
35491
- readonly enum: readonly ["multi-select", "select", "tags"];
35492
- };
35493
- readonly isTop: {
35494
- readonly type: "boolean";
35501
+ readonly filters: {
35502
+ readonly type: "object";
35503
+ readonly properties: {
35504
+ readonly hide: {
35505
+ readonly type: "boolean";
35506
+ };
35507
+ readonly facets: {
35508
+ readonly type: "array";
35509
+ readonly items: {
35510
+ readonly type: "object";
35511
+ readonly required: readonly ["name", "field", "type"];
35512
+ readonly properties: {
35513
+ readonly name: {
35514
+ readonly type: "string";
35515
+ };
35516
+ readonly field: {
35517
+ readonly type: "string";
35518
+ };
35519
+ readonly type: {
35520
+ readonly type: "string";
35521
+ readonly enum: readonly ["multi-select", "select", "tags"];
35522
+ };
35523
+ };
35524
+ readonly additionalProperties: false;
35495
35525
  };
35496
35526
  };
35497
- readonly additionalProperties: false;
35498
35527
  };
35528
+ readonly additionalProperties: false;
35499
35529
  };
35500
35530
  readonly placement: {
35501
35531
  readonly type: "string";
@@ -37323,10 +37353,10 @@ export declare const rootRedoclyConfigSchema: {
37323
37353
  };
37324
37354
  readonly additionalProperties: false;
37325
37355
  };
37326
- readonly anonymousUserEmail: {
37356
+ readonly optionalEmail: {
37327
37357
  readonly type: "object";
37328
37358
  readonly properties: {
37329
- readonly enabled: {
37359
+ readonly hide: {
37330
37360
  readonly type: "boolean";
37331
37361
  readonly default: false;
37332
37362
  };
@@ -37921,10 +37951,10 @@ export declare const rootRedoclyConfigSchema: {
37921
37951
  };
37922
37952
  readonly additionalProperties: false;
37923
37953
  };
37924
- readonly anonymousUserEmail: {
37954
+ readonly optionalEmail: {
37925
37955
  readonly type: "object";
37926
37956
  readonly properties: {
37927
- readonly enabled: {
37957
+ readonly hide: {
37928
37958
  readonly type: "boolean";
37929
37959
  readonly default: false;
37930
37960
  };
@@ -38671,7 +38701,7 @@ export declare const rootRedoclyConfigSchema: {
38671
38701
  readonly patternProperties: {
38672
38702
  readonly '^[a-zA-Z0-9_-]+$': {
38673
38703
  readonly type: "string";
38674
- readonly format: "uri";
38704
+ readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
38675
38705
  };
38676
38706
  };
38677
38707
  };
@@ -39477,10 +39507,10 @@ export declare const rootRedoclyConfigSchema: {
39477
39507
  };
39478
39508
  readonly additionalProperties: false;
39479
39509
  };
39480
- readonly anonymousUserEmail: {
39510
+ readonly optionalEmail: {
39481
39511
  readonly type: "object";
39482
39512
  readonly properties: {
39483
- readonly enabled: {
39513
+ readonly hide: {
39484
39514
  readonly type: "boolean";
39485
39515
  readonly default: false;
39486
39516
  };
@@ -39523,28 +39553,34 @@ export declare const rootRedoclyConfigSchema: {
39523
39553
  };
39524
39554
  readonly additionalProperties: false;
39525
39555
  };
39526
- readonly facets: {
39527
- readonly type: "array";
39528
- readonly items: {
39529
- readonly type: "object";
39530
- readonly required: readonly ["name", "field", "type"];
39531
- readonly properties: {
39532
- readonly name: {
39533
- readonly type: "string";
39534
- };
39535
- readonly field: {
39536
- readonly type: "string";
39537
- };
39538
- readonly type: {
39539
- readonly type: "string";
39540
- readonly enum: readonly ["multi-select", "select", "tags"];
39541
- };
39542
- readonly isTop: {
39543
- readonly type: "boolean";
39556
+ readonly filters: {
39557
+ readonly type: "object";
39558
+ readonly properties: {
39559
+ readonly hide: {
39560
+ readonly type: "boolean";
39561
+ };
39562
+ readonly facets: {
39563
+ readonly type: "array";
39564
+ readonly items: {
39565
+ readonly type: "object";
39566
+ readonly required: readonly ["name", "field", "type"];
39567
+ readonly properties: {
39568
+ readonly name: {
39569
+ readonly type: "string";
39570
+ };
39571
+ readonly field: {
39572
+ readonly type: "string";
39573
+ };
39574
+ readonly type: {
39575
+ readonly type: "string";
39576
+ readonly enum: readonly ["multi-select", "select", "tags"];
39577
+ };
39578
+ };
39579
+ readonly additionalProperties: false;
39544
39580
  };
39545
39581
  };
39546
- readonly additionalProperties: false;
39547
39582
  };
39583
+ readonly additionalProperties: false;
39548
39584
  };
39549
39585
  readonly placement: {
39550
39586
  readonly type: "string";
@@ -41372,10 +41408,10 @@ export declare const rootRedoclyConfigSchema: {
41372
41408
  };
41373
41409
  readonly additionalProperties: false;
41374
41410
  };
41375
- readonly anonymousUserEmail: {
41411
+ readonly optionalEmail: {
41376
41412
  readonly type: "object";
41377
41413
  readonly properties: {
41378
- readonly enabled: {
41414
+ readonly hide: {
41379
41415
  readonly type: "boolean";
41380
41416
  readonly default: false;
41381
41417
  };
@@ -41970,10 +42006,10 @@ export declare const rootRedoclyConfigSchema: {
41970
42006
  };
41971
42007
  readonly additionalProperties: false;
41972
42008
  };
41973
- readonly anonymousUserEmail: {
42009
+ readonly optionalEmail: {
41974
42010
  readonly type: "object";
41975
42011
  readonly properties: {
41976
- readonly enabled: {
42012
+ readonly hide: {
41977
42013
  readonly type: "boolean";
41978
42014
  readonly default: false;
41979
42015
  };