@mintlify/validation 0.1.592 → 0.1.594
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/dist/mint-config/schemas/v2/index.d.ts +63 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +5 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +1 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -0
- package/dist/mint-config/validateConfig.d.ts +16 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1105,12 +1105,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1105
1105
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1106
1106
|
apiKey: z.ZodString;
|
|
1107
1107
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1108
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1108
1109
|
}, "strip", z.ZodTypeAny, {
|
|
1109
1110
|
apiKey: string;
|
|
1110
1111
|
apiHost?: string | undefined;
|
|
1112
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1113
|
}, {
|
|
1112
1114
|
apiKey: string;
|
|
1113
1115
|
apiHost?: string | undefined;
|
|
1116
|
+
sessionRecording?: boolean | undefined;
|
|
1114
1117
|
}>>;
|
|
1115
1118
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1116
1119
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1191,6 +1194,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1191
1194
|
posthog?: {
|
|
1192
1195
|
apiKey: string;
|
|
1193
1196
|
apiHost?: string | undefined;
|
|
1197
|
+
sessionRecording?: boolean | undefined;
|
|
1194
1198
|
} | undefined;
|
|
1195
1199
|
plausible?: {
|
|
1196
1200
|
domain: string;
|
|
@@ -1257,6 +1261,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1257
1261
|
posthog?: {
|
|
1258
1262
|
apiKey: string;
|
|
1259
1263
|
apiHost?: string | undefined;
|
|
1264
|
+
sessionRecording?: boolean | undefined;
|
|
1260
1265
|
} | undefined;
|
|
1261
1266
|
plausible?: {
|
|
1262
1267
|
domain: string;
|
|
@@ -1684,6 +1689,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1684
1689
|
posthog?: {
|
|
1685
1690
|
apiKey: string;
|
|
1686
1691
|
apiHost?: string | undefined;
|
|
1692
|
+
sessionRecording?: boolean | undefined;
|
|
1687
1693
|
} | undefined;
|
|
1688
1694
|
plausible?: {
|
|
1689
1695
|
domain: string;
|
|
@@ -2030,6 +2036,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2030
2036
|
posthog?: {
|
|
2031
2037
|
apiKey: string;
|
|
2032
2038
|
apiHost?: string | undefined;
|
|
2039
|
+
sessionRecording?: boolean | undefined;
|
|
2033
2040
|
} | undefined;
|
|
2034
2041
|
plausible?: {
|
|
2035
2042
|
domain: string;
|
|
@@ -3290,12 +3297,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3290
3297
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
3291
3298
|
apiKey: z.ZodString;
|
|
3292
3299
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
3300
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
3293
3301
|
}, "strip", z.ZodTypeAny, {
|
|
3294
3302
|
apiKey: string;
|
|
3295
3303
|
apiHost?: string | undefined;
|
|
3304
|
+
sessionRecording?: boolean | undefined;
|
|
3296
3305
|
}, {
|
|
3297
3306
|
apiKey: string;
|
|
3298
3307
|
apiHost?: string | undefined;
|
|
3308
|
+
sessionRecording?: boolean | undefined;
|
|
3299
3309
|
}>>;
|
|
3300
3310
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
3301
3311
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -3376,6 +3386,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3376
3386
|
posthog?: {
|
|
3377
3387
|
apiKey: string;
|
|
3378
3388
|
apiHost?: string | undefined;
|
|
3389
|
+
sessionRecording?: boolean | undefined;
|
|
3379
3390
|
} | undefined;
|
|
3380
3391
|
plausible?: {
|
|
3381
3392
|
domain: string;
|
|
@@ -3442,6 +3453,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3442
3453
|
posthog?: {
|
|
3443
3454
|
apiKey: string;
|
|
3444
3455
|
apiHost?: string | undefined;
|
|
3456
|
+
sessionRecording?: boolean | undefined;
|
|
3445
3457
|
} | undefined;
|
|
3446
3458
|
plausible?: {
|
|
3447
3459
|
domain: string;
|
|
@@ -3869,6 +3881,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3869
3881
|
posthog?: {
|
|
3870
3882
|
apiKey: string;
|
|
3871
3883
|
apiHost?: string | undefined;
|
|
3884
|
+
sessionRecording?: boolean | undefined;
|
|
3872
3885
|
} | undefined;
|
|
3873
3886
|
plausible?: {
|
|
3874
3887
|
domain: string;
|
|
@@ -4215,6 +4228,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4215
4228
|
posthog?: {
|
|
4216
4229
|
apiKey: string;
|
|
4217
4230
|
apiHost?: string | undefined;
|
|
4231
|
+
sessionRecording?: boolean | undefined;
|
|
4218
4232
|
} | undefined;
|
|
4219
4233
|
plausible?: {
|
|
4220
4234
|
domain: string;
|
|
@@ -5475,12 +5489,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5475
5489
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
5476
5490
|
apiKey: z.ZodString;
|
|
5477
5491
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
5492
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
5478
5493
|
}, "strip", z.ZodTypeAny, {
|
|
5479
5494
|
apiKey: string;
|
|
5480
5495
|
apiHost?: string | undefined;
|
|
5496
|
+
sessionRecording?: boolean | undefined;
|
|
5481
5497
|
}, {
|
|
5482
5498
|
apiKey: string;
|
|
5483
5499
|
apiHost?: string | undefined;
|
|
5500
|
+
sessionRecording?: boolean | undefined;
|
|
5484
5501
|
}>>;
|
|
5485
5502
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
5486
5503
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -5561,6 +5578,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5561
5578
|
posthog?: {
|
|
5562
5579
|
apiKey: string;
|
|
5563
5580
|
apiHost?: string | undefined;
|
|
5581
|
+
sessionRecording?: boolean | undefined;
|
|
5564
5582
|
} | undefined;
|
|
5565
5583
|
plausible?: {
|
|
5566
5584
|
domain: string;
|
|
@@ -5627,6 +5645,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5627
5645
|
posthog?: {
|
|
5628
5646
|
apiKey: string;
|
|
5629
5647
|
apiHost?: string | undefined;
|
|
5648
|
+
sessionRecording?: boolean | undefined;
|
|
5630
5649
|
} | undefined;
|
|
5631
5650
|
plausible?: {
|
|
5632
5651
|
domain: string;
|
|
@@ -6054,6 +6073,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6054
6073
|
posthog?: {
|
|
6055
6074
|
apiKey: string;
|
|
6056
6075
|
apiHost?: string | undefined;
|
|
6076
|
+
sessionRecording?: boolean | undefined;
|
|
6057
6077
|
} | undefined;
|
|
6058
6078
|
plausible?: {
|
|
6059
6079
|
domain: string;
|
|
@@ -6400,6 +6420,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6400
6420
|
posthog?: {
|
|
6401
6421
|
apiKey: string;
|
|
6402
6422
|
apiHost?: string | undefined;
|
|
6423
|
+
sessionRecording?: boolean | undefined;
|
|
6403
6424
|
} | undefined;
|
|
6404
6425
|
plausible?: {
|
|
6405
6426
|
domain: string;
|
|
@@ -7660,12 +7681,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7660
7681
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
7661
7682
|
apiKey: z.ZodString;
|
|
7662
7683
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
7684
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
7663
7685
|
}, "strip", z.ZodTypeAny, {
|
|
7664
7686
|
apiKey: string;
|
|
7665
7687
|
apiHost?: string | undefined;
|
|
7688
|
+
sessionRecording?: boolean | undefined;
|
|
7666
7689
|
}, {
|
|
7667
7690
|
apiKey: string;
|
|
7668
7691
|
apiHost?: string | undefined;
|
|
7692
|
+
sessionRecording?: boolean | undefined;
|
|
7669
7693
|
}>>;
|
|
7670
7694
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
7671
7695
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7746,6 +7770,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7746
7770
|
posthog?: {
|
|
7747
7771
|
apiKey: string;
|
|
7748
7772
|
apiHost?: string | undefined;
|
|
7773
|
+
sessionRecording?: boolean | undefined;
|
|
7749
7774
|
} | undefined;
|
|
7750
7775
|
plausible?: {
|
|
7751
7776
|
domain: string;
|
|
@@ -7812,6 +7837,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7812
7837
|
posthog?: {
|
|
7813
7838
|
apiKey: string;
|
|
7814
7839
|
apiHost?: string | undefined;
|
|
7840
|
+
sessionRecording?: boolean | undefined;
|
|
7815
7841
|
} | undefined;
|
|
7816
7842
|
plausible?: {
|
|
7817
7843
|
domain: string;
|
|
@@ -8239,6 +8265,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8239
8265
|
posthog?: {
|
|
8240
8266
|
apiKey: string;
|
|
8241
8267
|
apiHost?: string | undefined;
|
|
8268
|
+
sessionRecording?: boolean | undefined;
|
|
8242
8269
|
} | undefined;
|
|
8243
8270
|
plausible?: {
|
|
8244
8271
|
domain: string;
|
|
@@ -8585,6 +8612,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8585
8612
|
posthog?: {
|
|
8586
8613
|
apiKey: string;
|
|
8587
8614
|
apiHost?: string | undefined;
|
|
8615
|
+
sessionRecording?: boolean | undefined;
|
|
8588
8616
|
} | undefined;
|
|
8589
8617
|
plausible?: {
|
|
8590
8618
|
domain: string;
|
|
@@ -9845,12 +9873,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9845
9873
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
9846
9874
|
apiKey: z.ZodString;
|
|
9847
9875
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
9876
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
9848
9877
|
}, "strip", z.ZodTypeAny, {
|
|
9849
9878
|
apiKey: string;
|
|
9850
9879
|
apiHost?: string | undefined;
|
|
9880
|
+
sessionRecording?: boolean | undefined;
|
|
9851
9881
|
}, {
|
|
9852
9882
|
apiKey: string;
|
|
9853
9883
|
apiHost?: string | undefined;
|
|
9884
|
+
sessionRecording?: boolean | undefined;
|
|
9854
9885
|
}>>;
|
|
9855
9886
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
9856
9887
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -9931,6 +9962,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9931
9962
|
posthog?: {
|
|
9932
9963
|
apiKey: string;
|
|
9933
9964
|
apiHost?: string | undefined;
|
|
9965
|
+
sessionRecording?: boolean | undefined;
|
|
9934
9966
|
} | undefined;
|
|
9935
9967
|
plausible?: {
|
|
9936
9968
|
domain: string;
|
|
@@ -9997,6 +10029,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9997
10029
|
posthog?: {
|
|
9998
10030
|
apiKey: string;
|
|
9999
10031
|
apiHost?: string | undefined;
|
|
10032
|
+
sessionRecording?: boolean | undefined;
|
|
10000
10033
|
} | undefined;
|
|
10001
10034
|
plausible?: {
|
|
10002
10035
|
domain: string;
|
|
@@ -10424,6 +10457,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10424
10457
|
posthog?: {
|
|
10425
10458
|
apiKey: string;
|
|
10426
10459
|
apiHost?: string | undefined;
|
|
10460
|
+
sessionRecording?: boolean | undefined;
|
|
10427
10461
|
} | undefined;
|
|
10428
10462
|
plausible?: {
|
|
10429
10463
|
domain: string;
|
|
@@ -10770,6 +10804,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10770
10804
|
posthog?: {
|
|
10771
10805
|
apiKey: string;
|
|
10772
10806
|
apiHost?: string | undefined;
|
|
10807
|
+
sessionRecording?: boolean | undefined;
|
|
10773
10808
|
} | undefined;
|
|
10774
10809
|
plausible?: {
|
|
10775
10810
|
domain: string;
|
|
@@ -12030,12 +12065,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12030
12065
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
12031
12066
|
apiKey: z.ZodString;
|
|
12032
12067
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
12068
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
12033
12069
|
}, "strip", z.ZodTypeAny, {
|
|
12034
12070
|
apiKey: string;
|
|
12035
12071
|
apiHost?: string | undefined;
|
|
12072
|
+
sessionRecording?: boolean | undefined;
|
|
12036
12073
|
}, {
|
|
12037
12074
|
apiKey: string;
|
|
12038
12075
|
apiHost?: string | undefined;
|
|
12076
|
+
sessionRecording?: boolean | undefined;
|
|
12039
12077
|
}>>;
|
|
12040
12078
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
12041
12079
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -12116,6 +12154,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12116
12154
|
posthog?: {
|
|
12117
12155
|
apiKey: string;
|
|
12118
12156
|
apiHost?: string | undefined;
|
|
12157
|
+
sessionRecording?: boolean | undefined;
|
|
12119
12158
|
} | undefined;
|
|
12120
12159
|
plausible?: {
|
|
12121
12160
|
domain: string;
|
|
@@ -12182,6 +12221,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12182
12221
|
posthog?: {
|
|
12183
12222
|
apiKey: string;
|
|
12184
12223
|
apiHost?: string | undefined;
|
|
12224
|
+
sessionRecording?: boolean | undefined;
|
|
12185
12225
|
} | undefined;
|
|
12186
12226
|
plausible?: {
|
|
12187
12227
|
domain: string;
|
|
@@ -12609,6 +12649,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12609
12649
|
posthog?: {
|
|
12610
12650
|
apiKey: string;
|
|
12611
12651
|
apiHost?: string | undefined;
|
|
12652
|
+
sessionRecording?: boolean | undefined;
|
|
12612
12653
|
} | undefined;
|
|
12613
12654
|
plausible?: {
|
|
12614
12655
|
domain: string;
|
|
@@ -12955,6 +12996,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12955
12996
|
posthog?: {
|
|
12956
12997
|
apiKey: string;
|
|
12957
12998
|
apiHost?: string | undefined;
|
|
12999
|
+
sessionRecording?: boolean | undefined;
|
|
12958
13000
|
} | undefined;
|
|
12959
13001
|
plausible?: {
|
|
12960
13002
|
domain: string;
|
|
@@ -14215,12 +14257,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14215
14257
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
14216
14258
|
apiKey: z.ZodString;
|
|
14217
14259
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
14260
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
14218
14261
|
}, "strip", z.ZodTypeAny, {
|
|
14219
14262
|
apiKey: string;
|
|
14220
14263
|
apiHost?: string | undefined;
|
|
14264
|
+
sessionRecording?: boolean | undefined;
|
|
14221
14265
|
}, {
|
|
14222
14266
|
apiKey: string;
|
|
14223
14267
|
apiHost?: string | undefined;
|
|
14268
|
+
sessionRecording?: boolean | undefined;
|
|
14224
14269
|
}>>;
|
|
14225
14270
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
14226
14271
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -14301,6 +14346,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14301
14346
|
posthog?: {
|
|
14302
14347
|
apiKey: string;
|
|
14303
14348
|
apiHost?: string | undefined;
|
|
14349
|
+
sessionRecording?: boolean | undefined;
|
|
14304
14350
|
} | undefined;
|
|
14305
14351
|
plausible?: {
|
|
14306
14352
|
domain: string;
|
|
@@ -14367,6 +14413,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14367
14413
|
posthog?: {
|
|
14368
14414
|
apiKey: string;
|
|
14369
14415
|
apiHost?: string | undefined;
|
|
14416
|
+
sessionRecording?: boolean | undefined;
|
|
14370
14417
|
} | undefined;
|
|
14371
14418
|
plausible?: {
|
|
14372
14419
|
domain: string;
|
|
@@ -14794,6 +14841,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14794
14841
|
posthog?: {
|
|
14795
14842
|
apiKey: string;
|
|
14796
14843
|
apiHost?: string | undefined;
|
|
14844
|
+
sessionRecording?: boolean | undefined;
|
|
14797
14845
|
} | undefined;
|
|
14798
14846
|
plausible?: {
|
|
14799
14847
|
domain: string;
|
|
@@ -15140,6 +15188,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15140
15188
|
posthog?: {
|
|
15141
15189
|
apiKey: string;
|
|
15142
15190
|
apiHost?: string | undefined;
|
|
15191
|
+
sessionRecording?: boolean | undefined;
|
|
15143
15192
|
} | undefined;
|
|
15144
15193
|
plausible?: {
|
|
15145
15194
|
domain: string;
|
|
@@ -16400,12 +16449,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16400
16449
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
16401
16450
|
apiKey: z.ZodString;
|
|
16402
16451
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
16452
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
16403
16453
|
}, "strip", z.ZodTypeAny, {
|
|
16404
16454
|
apiKey: string;
|
|
16405
16455
|
apiHost?: string | undefined;
|
|
16456
|
+
sessionRecording?: boolean | undefined;
|
|
16406
16457
|
}, {
|
|
16407
16458
|
apiKey: string;
|
|
16408
16459
|
apiHost?: string | undefined;
|
|
16460
|
+
sessionRecording?: boolean | undefined;
|
|
16409
16461
|
}>>;
|
|
16410
16462
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
16411
16463
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -16486,6 +16538,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16486
16538
|
posthog?: {
|
|
16487
16539
|
apiKey: string;
|
|
16488
16540
|
apiHost?: string | undefined;
|
|
16541
|
+
sessionRecording?: boolean | undefined;
|
|
16489
16542
|
} | undefined;
|
|
16490
16543
|
plausible?: {
|
|
16491
16544
|
domain: string;
|
|
@@ -16552,6 +16605,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16552
16605
|
posthog?: {
|
|
16553
16606
|
apiKey: string;
|
|
16554
16607
|
apiHost?: string | undefined;
|
|
16608
|
+
sessionRecording?: boolean | undefined;
|
|
16555
16609
|
} | undefined;
|
|
16556
16610
|
plausible?: {
|
|
16557
16611
|
domain: string;
|
|
@@ -16979,6 +17033,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16979
17033
|
posthog?: {
|
|
16980
17034
|
apiKey: string;
|
|
16981
17035
|
apiHost?: string | undefined;
|
|
17036
|
+
sessionRecording?: boolean | undefined;
|
|
16982
17037
|
} | undefined;
|
|
16983
17038
|
plausible?: {
|
|
16984
17039
|
domain: string;
|
|
@@ -17325,6 +17380,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17325
17380
|
posthog?: {
|
|
17326
17381
|
apiKey: string;
|
|
17327
17382
|
apiHost?: string | undefined;
|
|
17383
|
+
sessionRecording?: boolean | undefined;
|
|
17328
17384
|
} | undefined;
|
|
17329
17385
|
plausible?: {
|
|
17330
17386
|
domain: string;
|
|
@@ -18586,12 +18642,15 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
18586
18642
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
18587
18643
|
apiKey: z.ZodString;
|
|
18588
18644
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
18645
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
18589
18646
|
}, "strip", z.ZodTypeAny, {
|
|
18590
18647
|
apiKey: string;
|
|
18591
18648
|
apiHost?: string | undefined;
|
|
18649
|
+
sessionRecording?: boolean | undefined;
|
|
18592
18650
|
}, {
|
|
18593
18651
|
apiKey: string;
|
|
18594
18652
|
apiHost?: string | undefined;
|
|
18653
|
+
sessionRecording?: boolean | undefined;
|
|
18595
18654
|
}>>;
|
|
18596
18655
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
18597
18656
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -18672,6 +18731,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
18672
18731
|
posthog?: {
|
|
18673
18732
|
apiKey: string;
|
|
18674
18733
|
apiHost?: string | undefined;
|
|
18734
|
+
sessionRecording?: boolean | undefined;
|
|
18675
18735
|
} | undefined;
|
|
18676
18736
|
plausible?: {
|
|
18677
18737
|
domain: string;
|
|
@@ -18738,6 +18798,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
18738
18798
|
posthog?: {
|
|
18739
18799
|
apiKey: string;
|
|
18740
18800
|
apiHost?: string | undefined;
|
|
18801
|
+
sessionRecording?: boolean | undefined;
|
|
18741
18802
|
} | undefined;
|
|
18742
18803
|
plausible?: {
|
|
18743
18804
|
domain: string;
|
|
@@ -19165,6 +19226,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
19165
19226
|
posthog?: {
|
|
19166
19227
|
apiKey: string;
|
|
19167
19228
|
apiHost?: string | undefined;
|
|
19229
|
+
sessionRecording?: boolean | undefined;
|
|
19168
19230
|
} | undefined;
|
|
19169
19231
|
plausible?: {
|
|
19170
19232
|
domain: string;
|
|
@@ -19511,6 +19573,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
19511
19573
|
posthog?: {
|
|
19512
19574
|
apiKey: string;
|
|
19513
19575
|
apiHost?: string | undefined;
|
|
19576
|
+
sessionRecording?: boolean | undefined;
|
|
19514
19577
|
} | undefined;
|
|
19515
19578
|
plausible?: {
|
|
19516
19579
|
domain: string;
|
|
@@ -114,12 +114,15 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
114
114
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
115
115
|
apiKey: z.ZodString;
|
|
116
116
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
117
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
117
118
|
}, "strip", z.ZodTypeAny, {
|
|
118
119
|
apiKey: string;
|
|
119
120
|
apiHost?: string | undefined;
|
|
121
|
+
sessionRecording?: boolean | undefined;
|
|
120
122
|
}, {
|
|
121
123
|
apiKey: string;
|
|
122
124
|
apiHost?: string | undefined;
|
|
125
|
+
sessionRecording?: boolean | undefined;
|
|
123
126
|
}>>;
|
|
124
127
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
125
128
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -200,6 +203,7 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
200
203
|
posthog?: {
|
|
201
204
|
apiKey: string;
|
|
202
205
|
apiHost?: string | undefined;
|
|
206
|
+
sessionRecording?: boolean | undefined;
|
|
203
207
|
} | undefined;
|
|
204
208
|
plausible?: {
|
|
205
209
|
domain: string;
|
|
@@ -266,6 +270,7 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
266
270
|
posthog?: {
|
|
267
271
|
apiKey: string;
|
|
268
272
|
apiHost?: string | undefined;
|
|
273
|
+
sessionRecording?: boolean | undefined;
|
|
269
274
|
} | undefined;
|
|
270
275
|
plausible?: {
|
|
271
276
|
domain: string;
|
|
@@ -33,6 +33,7 @@ const pirschConfigSchema = z.object({
|
|
|
33
33
|
const postHogConfigSchema = z.object({
|
|
34
34
|
apiKey: z.string().startsWith('phc_', 'Must start with phc_'),
|
|
35
35
|
apiHost: z.string().url('Must be a valid URL').optional(),
|
|
36
|
+
sessionRecording: z.boolean().optional(),
|
|
36
37
|
});
|
|
37
38
|
const plausibleConfigSchema = z.object({
|
|
38
39
|
domain: z
|
|
@@ -1102,12 +1102,15 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|
|
@@ -1102,12 +1102,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1102
1102
|
posthog: z.ZodOptional<z.ZodObject<{
|
|
1103
1103
|
apiKey: z.ZodString;
|
|
1104
1104
|
apiHost: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
sessionRecording: z.ZodOptional<z.ZodBoolean>;
|
|
1105
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1107
|
apiKey: string;
|
|
1107
1108
|
apiHost?: string | undefined;
|
|
1109
|
+
sessionRecording?: boolean | undefined;
|
|
1108
1110
|
}, {
|
|
1109
1111
|
apiKey: string;
|
|
1110
1112
|
apiHost?: string | undefined;
|
|
1113
|
+
sessionRecording?: boolean | undefined;
|
|
1111
1114
|
}>>;
|
|
1112
1115
|
plausible: z.ZodOptional<z.ZodObject<{
|
|
1113
1116
|
domain: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1188,6 +1191,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1188
1191
|
posthog?: {
|
|
1189
1192
|
apiKey: string;
|
|
1190
1193
|
apiHost?: string | undefined;
|
|
1194
|
+
sessionRecording?: boolean | undefined;
|
|
1191
1195
|
} | undefined;
|
|
1192
1196
|
plausible?: {
|
|
1193
1197
|
domain: string;
|
|
@@ -1254,6 +1258,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1254
1258
|
posthog?: {
|
|
1255
1259
|
apiKey: string;
|
|
1256
1260
|
apiHost?: string | undefined;
|
|
1261
|
+
sessionRecording?: boolean | undefined;
|
|
1257
1262
|
} | undefined;
|
|
1258
1263
|
plausible?: {
|
|
1259
1264
|
domain: string;
|
|
@@ -1681,6 +1686,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1681
1686
|
posthog?: {
|
|
1682
1687
|
apiKey: string;
|
|
1683
1688
|
apiHost?: string | undefined;
|
|
1689
|
+
sessionRecording?: boolean | undefined;
|
|
1684
1690
|
} | undefined;
|
|
1685
1691
|
plausible?: {
|
|
1686
1692
|
domain: string;
|
|
@@ -2027,6 +2033,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2027
2033
|
posthog?: {
|
|
2028
2034
|
apiKey: string;
|
|
2029
2035
|
apiHost?: string | undefined;
|
|
2036
|
+
sessionRecording?: boolean | undefined;
|
|
2030
2037
|
} | undefined;
|
|
2031
2038
|
plausible?: {
|
|
2032
2039
|
domain: string;
|