@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.
@@ -787,15 +787,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
787
787
  }, {
788
788
  enabled?: boolean | undefined;
789
789
  }>>;
790
- cookieConsent: z.ZodOptional<z.ZodObject<{
791
- enabledKey: z.ZodOptional<z.ZodString>;
792
- enabledValue: z.ZodOptional<z.ZodString>;
790
+ cookies: z.ZodOptional<z.ZodObject<{
791
+ key: z.ZodOptional<z.ZodString>;
792
+ value: z.ZodOptional<z.ZodString>;
793
793
  }, "strip", z.ZodTypeAny, {
794
- enabledKey?: string | undefined;
795
- enabledValue?: string | undefined;
794
+ key?: string | undefined;
795
+ value?: string | undefined;
796
796
  }, {
797
- enabledKey?: string | undefined;
798
- enabledValue?: string | undefined;
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
- cookieConsent?: {
859
- enabledKey?: string | undefined;
860
- enabledValue?: string | undefined;
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
- cookieConsent?: {
921
- enabledKey?: string | undefined;
922
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1202
- enabledKey?: string | undefined;
1203
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1476
- enabledKey?: string | undefined;
1477
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
2271
- enabledKey: z.ZodOptional<z.ZodString>;
2272
- enabledValue: z.ZodOptional<z.ZodString>;
2270
+ cookies: z.ZodOptional<z.ZodObject<{
2271
+ key: z.ZodOptional<z.ZodString>;
2272
+ value: z.ZodOptional<z.ZodString>;
2273
2273
  }, "strip", z.ZodTypeAny, {
2274
- enabledKey?: string | undefined;
2275
- enabledValue?: string | undefined;
2274
+ key?: string | undefined;
2275
+ value?: string | undefined;
2276
2276
  }, {
2277
- enabledKey?: string | undefined;
2278
- enabledValue?: string | undefined;
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
- cookieConsent?: {
2339
- enabledKey?: string | undefined;
2340
- enabledValue?: string | undefined;
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
- cookieConsent?: {
2401
- enabledKey?: string | undefined;
2402
- enabledValue?: string | undefined;
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
- cookieConsent?: {
2682
- enabledKey?: string | undefined;
2683
- enabledValue?: string | undefined;
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
- cookieConsent?: {
2956
- enabledKey?: string | undefined;
2957
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
3751
- enabledKey: z.ZodOptional<z.ZodString>;
3752
- enabledValue: z.ZodOptional<z.ZodString>;
3750
+ cookies: z.ZodOptional<z.ZodObject<{
3751
+ key: z.ZodOptional<z.ZodString>;
3752
+ value: z.ZodOptional<z.ZodString>;
3753
3753
  }, "strip", z.ZodTypeAny, {
3754
- enabledKey?: string | undefined;
3755
- enabledValue?: string | undefined;
3754
+ key?: string | undefined;
3755
+ value?: string | undefined;
3756
3756
  }, {
3757
- enabledKey?: string | undefined;
3758
- enabledValue?: string | undefined;
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
- cookieConsent?: {
3819
- enabledKey?: string | undefined;
3820
- enabledValue?: string | undefined;
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
- cookieConsent?: {
3881
- enabledKey?: string | undefined;
3882
- enabledValue?: string | undefined;
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
- cookieConsent?: {
4162
- enabledKey?: string | undefined;
4163
- enabledValue?: string | undefined;
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
- cookieConsent?: {
4436
- enabledKey?: string | undefined;
4437
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
5231
- enabledKey: z.ZodOptional<z.ZodString>;
5232
- enabledValue: z.ZodOptional<z.ZodString>;
5230
+ cookies: z.ZodOptional<z.ZodObject<{
5231
+ key: z.ZodOptional<z.ZodString>;
5232
+ value: z.ZodOptional<z.ZodString>;
5233
5233
  }, "strip", z.ZodTypeAny, {
5234
- enabledKey?: string | undefined;
5235
- enabledValue?: string | undefined;
5234
+ key?: string | undefined;
5235
+ value?: string | undefined;
5236
5236
  }, {
5237
- enabledKey?: string | undefined;
5238
- enabledValue?: string | undefined;
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
- cookieConsent?: {
5299
- enabledKey?: string | undefined;
5300
- enabledValue?: string | undefined;
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
- cookieConsent?: {
5361
- enabledKey?: string | undefined;
5362
- enabledValue?: string | undefined;
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
- cookieConsent?: {
5642
- enabledKey?: string | undefined;
5643
- enabledValue?: string | undefined;
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
- cookieConsent?: {
5916
- enabledKey?: string | undefined;
5917
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
6711
- enabledKey: z.ZodOptional<z.ZodString>;
6712
- enabledValue: z.ZodOptional<z.ZodString>;
6710
+ cookies: z.ZodOptional<z.ZodObject<{
6711
+ key: z.ZodOptional<z.ZodString>;
6712
+ value: z.ZodOptional<z.ZodString>;
6713
6713
  }, "strip", z.ZodTypeAny, {
6714
- enabledKey?: string | undefined;
6715
- enabledValue?: string | undefined;
6714
+ key?: string | undefined;
6715
+ value?: string | undefined;
6716
6716
  }, {
6717
- enabledKey?: string | undefined;
6718
- enabledValue?: string | undefined;
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
- cookieConsent?: {
6779
- enabledKey?: string | undefined;
6780
- enabledValue?: string | undefined;
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
- cookieConsent?: {
6841
- enabledKey?: string | undefined;
6842
- enabledValue?: string | undefined;
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
- cookieConsent?: {
7122
- enabledKey?: string | undefined;
7123
- enabledValue?: string | undefined;
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
- cookieConsent?: {
7396
- enabledKey?: string | undefined;
7397
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
139
- enabledKey: z.ZodOptional<z.ZodString>;
140
- enabledValue: z.ZodOptional<z.ZodString>;
138
+ cookies: z.ZodOptional<z.ZodObject<{
139
+ key: z.ZodOptional<z.ZodString>;
140
+ value: z.ZodOptional<z.ZodString>;
141
141
  }, "strip", z.ZodTypeAny, {
142
- enabledKey?: string | undefined;
143
- enabledValue?: string | undefined;
142
+ key?: string | undefined;
143
+ value?: string | undefined;
144
144
  }, {
145
- enabledKey?: string | undefined;
146
- enabledValue?: string | undefined;
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
- cookieConsent?: {
207
- enabledKey?: string | undefined;
208
- enabledValue?: string | undefined;
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
- cookieConsent?: {
269
- enabledKey?: string | undefined;
270
- enabledValue?: string | undefined;
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
- enabledKey: z.string().optional(),
69
- enabledValue: z.string().optional(),
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
- cookieConsent: cookieConsentSchema.optional(),
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
789
- enabledKey: z.ZodOptional<z.ZodString>;
790
- enabledValue: z.ZodOptional<z.ZodString>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
791
  }, "strip", z.ZodTypeAny, {
792
- enabledKey?: string | undefined;
793
- enabledValue?: string | undefined;
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
794
  }, {
795
- enabledKey?: string | undefined;
796
- enabledValue?: string | undefined;
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
- cookieConsent?: {
857
- enabledKey?: string | undefined;
858
- enabledValue?: string | undefined;
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
- cookieConsent?: {
919
- enabledKey?: string | undefined;
920
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1200
- enabledKey?: string | undefined;
1201
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1474
- enabledKey?: string | undefined;
1475
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
789
- enabledKey: z.ZodOptional<z.ZodString>;
790
- enabledValue: z.ZodOptional<z.ZodString>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
791
  }, "strip", z.ZodTypeAny, {
792
- enabledKey?: string | undefined;
793
- enabledValue?: string | undefined;
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
794
  }, {
795
- enabledKey?: string | undefined;
796
- enabledValue?: string | undefined;
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
- cookieConsent?: {
857
- enabledKey?: string | undefined;
858
- enabledValue?: string | undefined;
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
- cookieConsent?: {
919
- enabledKey?: string | undefined;
920
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1200
- enabledKey?: string | undefined;
1201
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1474
- enabledKey?: string | undefined;
1475
- enabledValue?: string | undefined;
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
- cookieConsent: z.ZodOptional<z.ZodObject<{
789
- enabledKey: z.ZodOptional<z.ZodString>;
790
- enabledValue: z.ZodOptional<z.ZodString>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
791
  }, "strip", z.ZodTypeAny, {
792
- enabledKey?: string | undefined;
793
- enabledValue?: string | undefined;
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
794
  }, {
795
- enabledKey?: string | undefined;
796
- enabledValue?: string | undefined;
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
- cookieConsent?: {
857
- enabledKey?: string | undefined;
858
- enabledValue?: string | undefined;
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
- cookieConsent?: {
919
- enabledKey?: string | undefined;
920
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1200
- enabledKey?: string | undefined;
1201
- enabledValue?: string | undefined;
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
- cookieConsent?: {
1474
- enabledKey?: string | undefined;
1475
- enabledValue?: string | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
1476
  } | undefined;
1477
1477
  } | undefined;
1478
1478
  banner?: {