@mintlify/validation 0.1.308 → 0.1.310
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 +95 -95
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +13 -13
- package/dist/mint-config/schemas/v2/properties/integrations.js +3 -3
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +19 -19
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +19 -19
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +19 -19
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +19 -19
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +13 -13
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +19 -19
- package/dist/mint-config/validateConfig.d.ts +30 -30
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -787,15 +787,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
787
787
|
}, {
|
|
788
788
|
enabled?: boolean | undefined;
|
|
789
789
|
}>>;
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
790
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
791
|
+
key: z.ZodOptional<z.ZodString>;
|
|
792
|
+
value: z.ZodOptional<z.ZodString>;
|
|
793
793
|
}, "strip", z.ZodTypeAny, {
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
key?: string | undefined;
|
|
795
|
+
value?: string | undefined;
|
|
796
796
|
}, {
|
|
797
|
-
|
|
798
|
-
|
|
797
|
+
key?: string | undefined;
|
|
798
|
+
value?: string | undefined;
|
|
799
799
|
}>>;
|
|
800
800
|
}, "strict", z.ZodTypeAny, {
|
|
801
801
|
amplitude?: {
|
|
@@ -855,9 +855,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
855
855
|
telemetry?: {
|
|
856
856
|
enabled?: boolean | undefined;
|
|
857
857
|
} | undefined;
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
858
|
+
cookies?: {
|
|
859
|
+
key?: string | undefined;
|
|
860
|
+
value?: string | undefined;
|
|
861
861
|
} | undefined;
|
|
862
862
|
}, {
|
|
863
863
|
amplitude?: {
|
|
@@ -917,9 +917,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
917
917
|
telemetry?: {
|
|
918
918
|
enabled?: boolean | undefined;
|
|
919
919
|
} | undefined;
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
920
|
+
cookies?: {
|
|
921
|
+
key?: string | undefined;
|
|
922
|
+
value?: string | undefined;
|
|
923
923
|
} | undefined;
|
|
924
924
|
}>>;
|
|
925
925
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -1198,9 +1198,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1198
1198
|
telemetry?: {
|
|
1199
1199
|
enabled?: boolean | undefined;
|
|
1200
1200
|
} | undefined;
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1201
|
+
cookies?: {
|
|
1202
|
+
key?: string | undefined;
|
|
1203
|
+
value?: string | undefined;
|
|
1204
1204
|
} | undefined;
|
|
1205
1205
|
} | undefined;
|
|
1206
1206
|
banner?: {
|
|
@@ -1472,9 +1472,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1472
1472
|
telemetry?: {
|
|
1473
1473
|
enabled?: boolean | undefined;
|
|
1474
1474
|
} | undefined;
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1475
|
+
cookies?: {
|
|
1476
|
+
key?: string | undefined;
|
|
1477
|
+
value?: string | undefined;
|
|
1478
1478
|
} | undefined;
|
|
1479
1479
|
} | undefined;
|
|
1480
1480
|
banner?: {
|
|
@@ -2267,15 +2267,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2267
2267
|
}, {
|
|
2268
2268
|
enabled?: boolean | undefined;
|
|
2269
2269
|
}>>;
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2270
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
2271
|
+
key: z.ZodOptional<z.ZodString>;
|
|
2272
|
+
value: z.ZodOptional<z.ZodString>;
|
|
2273
2273
|
}, "strip", z.ZodTypeAny, {
|
|
2274
|
-
|
|
2275
|
-
|
|
2274
|
+
key?: string | undefined;
|
|
2275
|
+
value?: string | undefined;
|
|
2276
2276
|
}, {
|
|
2277
|
-
|
|
2278
|
-
|
|
2277
|
+
key?: string | undefined;
|
|
2278
|
+
value?: string | undefined;
|
|
2279
2279
|
}>>;
|
|
2280
2280
|
}, "strict", z.ZodTypeAny, {
|
|
2281
2281
|
amplitude?: {
|
|
@@ -2335,9 +2335,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2335
2335
|
telemetry?: {
|
|
2336
2336
|
enabled?: boolean | undefined;
|
|
2337
2337
|
} | undefined;
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2338
|
+
cookies?: {
|
|
2339
|
+
key?: string | undefined;
|
|
2340
|
+
value?: string | undefined;
|
|
2341
2341
|
} | undefined;
|
|
2342
2342
|
}, {
|
|
2343
2343
|
amplitude?: {
|
|
@@ -2397,9 +2397,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2397
2397
|
telemetry?: {
|
|
2398
2398
|
enabled?: boolean | undefined;
|
|
2399
2399
|
} | undefined;
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2400
|
+
cookies?: {
|
|
2401
|
+
key?: string | undefined;
|
|
2402
|
+
value?: string | undefined;
|
|
2403
2403
|
} | undefined;
|
|
2404
2404
|
}>>;
|
|
2405
2405
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -2678,9 +2678,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2678
2678
|
telemetry?: {
|
|
2679
2679
|
enabled?: boolean | undefined;
|
|
2680
2680
|
} | undefined;
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2681
|
+
cookies?: {
|
|
2682
|
+
key?: string | undefined;
|
|
2683
|
+
value?: string | undefined;
|
|
2684
2684
|
} | undefined;
|
|
2685
2685
|
} | undefined;
|
|
2686
2686
|
banner?: {
|
|
@@ -2952,9 +2952,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2952
2952
|
telemetry?: {
|
|
2953
2953
|
enabled?: boolean | undefined;
|
|
2954
2954
|
} | undefined;
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2955
|
+
cookies?: {
|
|
2956
|
+
key?: string | undefined;
|
|
2957
|
+
value?: string | undefined;
|
|
2958
2958
|
} | undefined;
|
|
2959
2959
|
} | undefined;
|
|
2960
2960
|
banner?: {
|
|
@@ -3747,15 +3747,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3747
3747
|
}, {
|
|
3748
3748
|
enabled?: boolean | undefined;
|
|
3749
3749
|
}>>;
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3750
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
3751
|
+
key: z.ZodOptional<z.ZodString>;
|
|
3752
|
+
value: z.ZodOptional<z.ZodString>;
|
|
3753
3753
|
}, "strip", z.ZodTypeAny, {
|
|
3754
|
-
|
|
3755
|
-
|
|
3754
|
+
key?: string | undefined;
|
|
3755
|
+
value?: string | undefined;
|
|
3756
3756
|
}, {
|
|
3757
|
-
|
|
3758
|
-
|
|
3757
|
+
key?: string | undefined;
|
|
3758
|
+
value?: string | undefined;
|
|
3759
3759
|
}>>;
|
|
3760
3760
|
}, "strict", z.ZodTypeAny, {
|
|
3761
3761
|
amplitude?: {
|
|
@@ -3815,9 +3815,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3815
3815
|
telemetry?: {
|
|
3816
3816
|
enabled?: boolean | undefined;
|
|
3817
3817
|
} | undefined;
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3818
|
+
cookies?: {
|
|
3819
|
+
key?: string | undefined;
|
|
3820
|
+
value?: string | undefined;
|
|
3821
3821
|
} | undefined;
|
|
3822
3822
|
}, {
|
|
3823
3823
|
amplitude?: {
|
|
@@ -3877,9 +3877,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3877
3877
|
telemetry?: {
|
|
3878
3878
|
enabled?: boolean | undefined;
|
|
3879
3879
|
} | undefined;
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3880
|
+
cookies?: {
|
|
3881
|
+
key?: string | undefined;
|
|
3882
|
+
value?: string | undefined;
|
|
3883
3883
|
} | undefined;
|
|
3884
3884
|
}>>;
|
|
3885
3885
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -4158,9 +4158,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4158
4158
|
telemetry?: {
|
|
4159
4159
|
enabled?: boolean | undefined;
|
|
4160
4160
|
} | undefined;
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4161
|
+
cookies?: {
|
|
4162
|
+
key?: string | undefined;
|
|
4163
|
+
value?: string | undefined;
|
|
4164
4164
|
} | undefined;
|
|
4165
4165
|
} | undefined;
|
|
4166
4166
|
banner?: {
|
|
@@ -4432,9 +4432,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4432
4432
|
telemetry?: {
|
|
4433
4433
|
enabled?: boolean | undefined;
|
|
4434
4434
|
} | undefined;
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4435
|
+
cookies?: {
|
|
4436
|
+
key?: string | undefined;
|
|
4437
|
+
value?: string | undefined;
|
|
4438
4438
|
} | undefined;
|
|
4439
4439
|
} | undefined;
|
|
4440
4440
|
banner?: {
|
|
@@ -5227,15 +5227,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5227
5227
|
}, {
|
|
5228
5228
|
enabled?: boolean | undefined;
|
|
5229
5229
|
}>>;
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5230
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
5231
|
+
key: z.ZodOptional<z.ZodString>;
|
|
5232
|
+
value: z.ZodOptional<z.ZodString>;
|
|
5233
5233
|
}, "strip", z.ZodTypeAny, {
|
|
5234
|
-
|
|
5235
|
-
|
|
5234
|
+
key?: string | undefined;
|
|
5235
|
+
value?: string | undefined;
|
|
5236
5236
|
}, {
|
|
5237
|
-
|
|
5238
|
-
|
|
5237
|
+
key?: string | undefined;
|
|
5238
|
+
value?: string | undefined;
|
|
5239
5239
|
}>>;
|
|
5240
5240
|
}, "strict", z.ZodTypeAny, {
|
|
5241
5241
|
amplitude?: {
|
|
@@ -5295,9 +5295,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5295
5295
|
telemetry?: {
|
|
5296
5296
|
enabled?: boolean | undefined;
|
|
5297
5297
|
} | undefined;
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5298
|
+
cookies?: {
|
|
5299
|
+
key?: string | undefined;
|
|
5300
|
+
value?: string | undefined;
|
|
5301
5301
|
} | undefined;
|
|
5302
5302
|
}, {
|
|
5303
5303
|
amplitude?: {
|
|
@@ -5357,9 +5357,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5357
5357
|
telemetry?: {
|
|
5358
5358
|
enabled?: boolean | undefined;
|
|
5359
5359
|
} | undefined;
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5360
|
+
cookies?: {
|
|
5361
|
+
key?: string | undefined;
|
|
5362
|
+
value?: string | undefined;
|
|
5363
5363
|
} | undefined;
|
|
5364
5364
|
}>>;
|
|
5365
5365
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -5638,9 +5638,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5638
5638
|
telemetry?: {
|
|
5639
5639
|
enabled?: boolean | undefined;
|
|
5640
5640
|
} | undefined;
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5641
|
+
cookies?: {
|
|
5642
|
+
key?: string | undefined;
|
|
5643
|
+
value?: string | undefined;
|
|
5644
5644
|
} | undefined;
|
|
5645
5645
|
} | undefined;
|
|
5646
5646
|
banner?: {
|
|
@@ -5912,9 +5912,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5912
5912
|
telemetry?: {
|
|
5913
5913
|
enabled?: boolean | undefined;
|
|
5914
5914
|
} | undefined;
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
|
|
5915
|
+
cookies?: {
|
|
5916
|
+
key?: string | undefined;
|
|
5917
|
+
value?: string | undefined;
|
|
5918
5918
|
} | undefined;
|
|
5919
5919
|
} | undefined;
|
|
5920
5920
|
banner?: {
|
|
@@ -6707,15 +6707,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6707
6707
|
}, {
|
|
6708
6708
|
enabled?: boolean | undefined;
|
|
6709
6709
|
}>>;
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6710
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
6711
|
+
key: z.ZodOptional<z.ZodString>;
|
|
6712
|
+
value: z.ZodOptional<z.ZodString>;
|
|
6713
6713
|
}, "strip", z.ZodTypeAny, {
|
|
6714
|
-
|
|
6715
|
-
|
|
6714
|
+
key?: string | undefined;
|
|
6715
|
+
value?: string | undefined;
|
|
6716
6716
|
}, {
|
|
6717
|
-
|
|
6718
|
-
|
|
6717
|
+
key?: string | undefined;
|
|
6718
|
+
value?: string | undefined;
|
|
6719
6719
|
}>>;
|
|
6720
6720
|
}, "strict", z.ZodTypeAny, {
|
|
6721
6721
|
amplitude?: {
|
|
@@ -6775,9 +6775,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6775
6775
|
telemetry?: {
|
|
6776
6776
|
enabled?: boolean | undefined;
|
|
6777
6777
|
} | undefined;
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6778
|
+
cookies?: {
|
|
6779
|
+
key?: string | undefined;
|
|
6780
|
+
value?: string | undefined;
|
|
6781
6781
|
} | undefined;
|
|
6782
6782
|
}, {
|
|
6783
6783
|
amplitude?: {
|
|
@@ -6837,9 +6837,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6837
6837
|
telemetry?: {
|
|
6838
6838
|
enabled?: boolean | undefined;
|
|
6839
6839
|
} | undefined;
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6840
|
+
cookies?: {
|
|
6841
|
+
key?: string | undefined;
|
|
6842
|
+
value?: string | undefined;
|
|
6843
6843
|
} | undefined;
|
|
6844
6844
|
}>>;
|
|
6845
6845
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -7118,9 +7118,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7118
7118
|
telemetry?: {
|
|
7119
7119
|
enabled?: boolean | undefined;
|
|
7120
7120
|
} | undefined;
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7121
|
+
cookies?: {
|
|
7122
|
+
key?: string | undefined;
|
|
7123
|
+
value?: string | undefined;
|
|
7124
7124
|
} | undefined;
|
|
7125
7125
|
} | undefined;
|
|
7126
7126
|
banner?: {
|
|
@@ -7392,9 +7392,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7392
7392
|
telemetry?: {
|
|
7393
7393
|
enabled?: boolean | undefined;
|
|
7394
7394
|
} | undefined;
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7395
|
+
cookies?: {
|
|
7396
|
+
key?: string | undefined;
|
|
7397
|
+
value?: string | undefined;
|
|
7398
7398
|
} | undefined;
|
|
7399
7399
|
} | undefined;
|
|
7400
7400
|
banner?: {
|
|
@@ -135,15 +135,15 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
135
135
|
}, {
|
|
136
136
|
enabled?: boolean | undefined;
|
|
137
137
|
}>>;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
138
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
139
|
+
key: z.ZodOptional<z.ZodString>;
|
|
140
|
+
value: z.ZodOptional<z.ZodString>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
|
|
143
|
-
|
|
142
|
+
key?: string | undefined;
|
|
143
|
+
value?: string | undefined;
|
|
144
144
|
}, {
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
key?: string | undefined;
|
|
146
|
+
value?: string | undefined;
|
|
147
147
|
}>>;
|
|
148
148
|
}, "strict", z.ZodTypeAny, {
|
|
149
149
|
amplitude?: {
|
|
@@ -203,9 +203,9 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
203
203
|
telemetry?: {
|
|
204
204
|
enabled?: boolean | undefined;
|
|
205
205
|
} | undefined;
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
206
|
+
cookies?: {
|
|
207
|
+
key?: string | undefined;
|
|
208
|
+
value?: string | undefined;
|
|
209
209
|
} | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
amplitude?: {
|
|
@@ -265,8 +265,8 @@ export declare const integrationsSchema: z.ZodObject<{
|
|
|
265
265
|
telemetry?: {
|
|
266
266
|
enabled?: boolean | undefined;
|
|
267
267
|
} | undefined;
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
268
|
+
cookies?: {
|
|
269
|
+
key?: string | undefined;
|
|
270
|
+
value?: string | undefined;
|
|
271
271
|
} | undefined;
|
|
272
272
|
}>;
|
|
@@ -65,8 +65,8 @@ const telemetrySchema = z.object({
|
|
|
65
65
|
enabled: z.boolean().optional(),
|
|
66
66
|
});
|
|
67
67
|
const cookieConsentSchema = z.object({
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
key: z.string().optional(),
|
|
69
|
+
value: z.string().optional(),
|
|
70
70
|
});
|
|
71
71
|
export const integrationsSchema = z
|
|
72
72
|
.object({
|
|
@@ -88,7 +88,7 @@ export const integrationsSchema = z
|
|
|
88
88
|
plausible: plausibleConfigSchema.optional(),
|
|
89
89
|
segment: segmentConfigSchema.optional(),
|
|
90
90
|
telemetry: telemetrySchema.optional(),
|
|
91
|
-
|
|
91
|
+
cookies: cookieConsentSchema.optional(),
|
|
92
92
|
})
|
|
93
93
|
.strict()
|
|
94
94
|
.describe('Configurations for official integrations');
|
|
@@ -785,15 +785,15 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
785
785
|
}, {
|
|
786
786
|
enabled?: boolean | undefined;
|
|
787
787
|
}>>;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
788
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
789
|
+
key: z.ZodOptional<z.ZodString>;
|
|
790
|
+
value: z.ZodOptional<z.ZodString>;
|
|
791
791
|
}, "strip", z.ZodTypeAny, {
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
key?: string | undefined;
|
|
793
|
+
value?: string | undefined;
|
|
794
794
|
}, {
|
|
795
|
-
|
|
796
|
-
|
|
795
|
+
key?: string | undefined;
|
|
796
|
+
value?: string | undefined;
|
|
797
797
|
}>>;
|
|
798
798
|
}, "strict", z.ZodTypeAny, {
|
|
799
799
|
amplitude?: {
|
|
@@ -853,9 +853,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
853
853
|
telemetry?: {
|
|
854
854
|
enabled?: boolean | undefined;
|
|
855
855
|
} | undefined;
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
856
|
+
cookies?: {
|
|
857
|
+
key?: string | undefined;
|
|
858
|
+
value?: string | undefined;
|
|
859
859
|
} | undefined;
|
|
860
860
|
}, {
|
|
861
861
|
amplitude?: {
|
|
@@ -915,9 +915,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
915
915
|
telemetry?: {
|
|
916
916
|
enabled?: boolean | undefined;
|
|
917
917
|
} | undefined;
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
918
|
+
cookies?: {
|
|
919
|
+
key?: string | undefined;
|
|
920
|
+
value?: string | undefined;
|
|
921
921
|
} | undefined;
|
|
922
922
|
}>>;
|
|
923
923
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -1196,9 +1196,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1196
1196
|
telemetry?: {
|
|
1197
1197
|
enabled?: boolean | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1199
|
+
cookies?: {
|
|
1200
|
+
key?: string | undefined;
|
|
1201
|
+
value?: string | undefined;
|
|
1202
1202
|
} | undefined;
|
|
1203
1203
|
} | undefined;
|
|
1204
1204
|
banner?: {
|
|
@@ -1470,9 +1470,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1470
1470
|
telemetry?: {
|
|
1471
1471
|
enabled?: boolean | undefined;
|
|
1472
1472
|
} | undefined;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1473
|
+
cookies?: {
|
|
1474
|
+
key?: string | undefined;
|
|
1475
|
+
value?: string | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
} | undefined;
|
|
1478
1478
|
banner?: {
|
|
@@ -785,15 +785,15 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
785
785
|
}, {
|
|
786
786
|
enabled?: boolean | undefined;
|
|
787
787
|
}>>;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
788
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
789
|
+
key: z.ZodOptional<z.ZodString>;
|
|
790
|
+
value: z.ZodOptional<z.ZodString>;
|
|
791
791
|
}, "strip", z.ZodTypeAny, {
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
key?: string | undefined;
|
|
793
|
+
value?: string | undefined;
|
|
794
794
|
}, {
|
|
795
|
-
|
|
796
|
-
|
|
795
|
+
key?: string | undefined;
|
|
796
|
+
value?: string | undefined;
|
|
797
797
|
}>>;
|
|
798
798
|
}, "strict", z.ZodTypeAny, {
|
|
799
799
|
amplitude?: {
|
|
@@ -853,9 +853,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
853
853
|
telemetry?: {
|
|
854
854
|
enabled?: boolean | undefined;
|
|
855
855
|
} | undefined;
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
856
|
+
cookies?: {
|
|
857
|
+
key?: string | undefined;
|
|
858
|
+
value?: string | undefined;
|
|
859
859
|
} | undefined;
|
|
860
860
|
}, {
|
|
861
861
|
amplitude?: {
|
|
@@ -915,9 +915,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
915
915
|
telemetry?: {
|
|
916
916
|
enabled?: boolean | undefined;
|
|
917
917
|
} | undefined;
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
918
|
+
cookies?: {
|
|
919
|
+
key?: string | undefined;
|
|
920
|
+
value?: string | undefined;
|
|
921
921
|
} | undefined;
|
|
922
922
|
}>>;
|
|
923
923
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -1196,9 +1196,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1196
1196
|
telemetry?: {
|
|
1197
1197
|
enabled?: boolean | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1199
|
+
cookies?: {
|
|
1200
|
+
key?: string | undefined;
|
|
1201
|
+
value?: string | undefined;
|
|
1202
1202
|
} | undefined;
|
|
1203
1203
|
} | undefined;
|
|
1204
1204
|
banner?: {
|
|
@@ -1470,9 +1470,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1470
1470
|
telemetry?: {
|
|
1471
1471
|
enabled?: boolean | undefined;
|
|
1472
1472
|
} | undefined;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1473
|
+
cookies?: {
|
|
1474
|
+
key?: string | undefined;
|
|
1475
|
+
value?: string | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
} | undefined;
|
|
1478
1478
|
banner?: {
|
|
@@ -785,15 +785,15 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
785
785
|
}, {
|
|
786
786
|
enabled?: boolean | undefined;
|
|
787
787
|
}>>;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
788
|
+
cookies: z.ZodOptional<z.ZodObject<{
|
|
789
|
+
key: z.ZodOptional<z.ZodString>;
|
|
790
|
+
value: z.ZodOptional<z.ZodString>;
|
|
791
791
|
}, "strip", z.ZodTypeAny, {
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
key?: string | undefined;
|
|
793
|
+
value?: string | undefined;
|
|
794
794
|
}, {
|
|
795
|
-
|
|
796
|
-
|
|
795
|
+
key?: string | undefined;
|
|
796
|
+
value?: string | undefined;
|
|
797
797
|
}>>;
|
|
798
798
|
}, "strict", z.ZodTypeAny, {
|
|
799
799
|
amplitude?: {
|
|
@@ -853,9 +853,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
853
853
|
telemetry?: {
|
|
854
854
|
enabled?: boolean | undefined;
|
|
855
855
|
} | undefined;
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
856
|
+
cookies?: {
|
|
857
|
+
key?: string | undefined;
|
|
858
|
+
value?: string | undefined;
|
|
859
859
|
} | undefined;
|
|
860
860
|
}, {
|
|
861
861
|
amplitude?: {
|
|
@@ -915,9 +915,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
915
915
|
telemetry?: {
|
|
916
916
|
enabled?: boolean | undefined;
|
|
917
917
|
} | undefined;
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
918
|
+
cookies?: {
|
|
919
|
+
key?: string | undefined;
|
|
920
|
+
value?: string | undefined;
|
|
921
921
|
} | undefined;
|
|
922
922
|
}>>;
|
|
923
923
|
banner: z.ZodOptional<z.ZodObject<{
|
|
@@ -1196,9 +1196,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1196
1196
|
telemetry?: {
|
|
1197
1197
|
enabled?: boolean | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1199
|
+
cookies?: {
|
|
1200
|
+
key?: string | undefined;
|
|
1201
|
+
value?: string | undefined;
|
|
1202
1202
|
} | undefined;
|
|
1203
1203
|
} | undefined;
|
|
1204
1204
|
banner?: {
|
|
@@ -1470,9 +1470,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1470
1470
|
telemetry?: {
|
|
1471
1471
|
enabled?: boolean | undefined;
|
|
1472
1472
|
} | undefined;
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1473
|
+
cookies?: {
|
|
1474
|
+
key?: string | undefined;
|
|
1475
|
+
value?: string | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
} | undefined;
|
|
1478
1478
|
banner?: {
|