@mintlify/validation 0.1.309 → 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,6 +787,16 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
787
787
  }, {
788
788
  enabled?: boolean | undefined;
789
789
  }>>;
790
+ cookies: z.ZodOptional<z.ZodObject<{
791
+ key: z.ZodOptional<z.ZodString>;
792
+ value: z.ZodOptional<z.ZodString>;
793
+ }, "strip", z.ZodTypeAny, {
794
+ key?: string | undefined;
795
+ value?: string | undefined;
796
+ }, {
797
+ key?: string | undefined;
798
+ value?: string | undefined;
799
+ }>>;
790
800
  }, "strict", z.ZodTypeAny, {
791
801
  amplitude?: {
792
802
  apiKey: string;
@@ -845,6 +855,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
845
855
  telemetry?: {
846
856
  enabled?: boolean | undefined;
847
857
  } | undefined;
858
+ cookies?: {
859
+ key?: string | undefined;
860
+ value?: string | undefined;
861
+ } | undefined;
848
862
  }, {
849
863
  amplitude?: {
850
864
  apiKey: string;
@@ -903,6 +917,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
903
917
  telemetry?: {
904
918
  enabled?: boolean | undefined;
905
919
  } | undefined;
920
+ cookies?: {
921
+ key?: string | undefined;
922
+ value?: string | undefined;
923
+ } | undefined;
906
924
  }>>;
907
925
  banner: z.ZodOptional<z.ZodObject<{
908
926
  content: z.ZodString;
@@ -1180,6 +1198,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1180
1198
  telemetry?: {
1181
1199
  enabled?: boolean | undefined;
1182
1200
  } | undefined;
1201
+ cookies?: {
1202
+ key?: string | undefined;
1203
+ value?: string | undefined;
1204
+ } | undefined;
1183
1205
  } | undefined;
1184
1206
  banner?: {
1185
1207
  content: string;
@@ -1450,6 +1472,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1450
1472
  telemetry?: {
1451
1473
  enabled?: boolean | undefined;
1452
1474
  } | undefined;
1475
+ cookies?: {
1476
+ key?: string | undefined;
1477
+ value?: string | undefined;
1478
+ } | undefined;
1453
1479
  } | undefined;
1454
1480
  banner?: {
1455
1481
  content: string;
@@ -2241,6 +2267,16 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2241
2267
  }, {
2242
2268
  enabled?: boolean | undefined;
2243
2269
  }>>;
2270
+ cookies: z.ZodOptional<z.ZodObject<{
2271
+ key: z.ZodOptional<z.ZodString>;
2272
+ value: z.ZodOptional<z.ZodString>;
2273
+ }, "strip", z.ZodTypeAny, {
2274
+ key?: string | undefined;
2275
+ value?: string | undefined;
2276
+ }, {
2277
+ key?: string | undefined;
2278
+ value?: string | undefined;
2279
+ }>>;
2244
2280
  }, "strict", z.ZodTypeAny, {
2245
2281
  amplitude?: {
2246
2282
  apiKey: string;
@@ -2299,6 +2335,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2299
2335
  telemetry?: {
2300
2336
  enabled?: boolean | undefined;
2301
2337
  } | undefined;
2338
+ cookies?: {
2339
+ key?: string | undefined;
2340
+ value?: string | undefined;
2341
+ } | undefined;
2302
2342
  }, {
2303
2343
  amplitude?: {
2304
2344
  apiKey: string;
@@ -2357,6 +2397,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2357
2397
  telemetry?: {
2358
2398
  enabled?: boolean | undefined;
2359
2399
  } | undefined;
2400
+ cookies?: {
2401
+ key?: string | undefined;
2402
+ value?: string | undefined;
2403
+ } | undefined;
2360
2404
  }>>;
2361
2405
  banner: z.ZodOptional<z.ZodObject<{
2362
2406
  content: z.ZodString;
@@ -2634,6 +2678,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2634
2678
  telemetry?: {
2635
2679
  enabled?: boolean | undefined;
2636
2680
  } | undefined;
2681
+ cookies?: {
2682
+ key?: string | undefined;
2683
+ value?: string | undefined;
2684
+ } | undefined;
2637
2685
  } | undefined;
2638
2686
  banner?: {
2639
2687
  content: string;
@@ -2904,6 +2952,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2904
2952
  telemetry?: {
2905
2953
  enabled?: boolean | undefined;
2906
2954
  } | undefined;
2955
+ cookies?: {
2956
+ key?: string | undefined;
2957
+ value?: string | undefined;
2958
+ } | undefined;
2907
2959
  } | undefined;
2908
2960
  banner?: {
2909
2961
  content: string;
@@ -3695,6 +3747,16 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3695
3747
  }, {
3696
3748
  enabled?: boolean | undefined;
3697
3749
  }>>;
3750
+ cookies: z.ZodOptional<z.ZodObject<{
3751
+ key: z.ZodOptional<z.ZodString>;
3752
+ value: z.ZodOptional<z.ZodString>;
3753
+ }, "strip", z.ZodTypeAny, {
3754
+ key?: string | undefined;
3755
+ value?: string | undefined;
3756
+ }, {
3757
+ key?: string | undefined;
3758
+ value?: string | undefined;
3759
+ }>>;
3698
3760
  }, "strict", z.ZodTypeAny, {
3699
3761
  amplitude?: {
3700
3762
  apiKey: string;
@@ -3753,6 +3815,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3753
3815
  telemetry?: {
3754
3816
  enabled?: boolean | undefined;
3755
3817
  } | undefined;
3818
+ cookies?: {
3819
+ key?: string | undefined;
3820
+ value?: string | undefined;
3821
+ } | undefined;
3756
3822
  }, {
3757
3823
  amplitude?: {
3758
3824
  apiKey: string;
@@ -3811,6 +3877,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3811
3877
  telemetry?: {
3812
3878
  enabled?: boolean | undefined;
3813
3879
  } | undefined;
3880
+ cookies?: {
3881
+ key?: string | undefined;
3882
+ value?: string | undefined;
3883
+ } | undefined;
3814
3884
  }>>;
3815
3885
  banner: z.ZodOptional<z.ZodObject<{
3816
3886
  content: z.ZodString;
@@ -4088,6 +4158,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4088
4158
  telemetry?: {
4089
4159
  enabled?: boolean | undefined;
4090
4160
  } | undefined;
4161
+ cookies?: {
4162
+ key?: string | undefined;
4163
+ value?: string | undefined;
4164
+ } | undefined;
4091
4165
  } | undefined;
4092
4166
  banner?: {
4093
4167
  content: string;
@@ -4358,6 +4432,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4358
4432
  telemetry?: {
4359
4433
  enabled?: boolean | undefined;
4360
4434
  } | undefined;
4435
+ cookies?: {
4436
+ key?: string | undefined;
4437
+ value?: string | undefined;
4438
+ } | undefined;
4361
4439
  } | undefined;
4362
4440
  banner?: {
4363
4441
  content: string;
@@ -5149,6 +5227,16 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5149
5227
  }, {
5150
5228
  enabled?: boolean | undefined;
5151
5229
  }>>;
5230
+ cookies: z.ZodOptional<z.ZodObject<{
5231
+ key: z.ZodOptional<z.ZodString>;
5232
+ value: z.ZodOptional<z.ZodString>;
5233
+ }, "strip", z.ZodTypeAny, {
5234
+ key?: string | undefined;
5235
+ value?: string | undefined;
5236
+ }, {
5237
+ key?: string | undefined;
5238
+ value?: string | undefined;
5239
+ }>>;
5152
5240
  }, "strict", z.ZodTypeAny, {
5153
5241
  amplitude?: {
5154
5242
  apiKey: string;
@@ -5207,6 +5295,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5207
5295
  telemetry?: {
5208
5296
  enabled?: boolean | undefined;
5209
5297
  } | undefined;
5298
+ cookies?: {
5299
+ key?: string | undefined;
5300
+ value?: string | undefined;
5301
+ } | undefined;
5210
5302
  }, {
5211
5303
  amplitude?: {
5212
5304
  apiKey: string;
@@ -5265,6 +5357,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5265
5357
  telemetry?: {
5266
5358
  enabled?: boolean | undefined;
5267
5359
  } | undefined;
5360
+ cookies?: {
5361
+ key?: string | undefined;
5362
+ value?: string | undefined;
5363
+ } | undefined;
5268
5364
  }>>;
5269
5365
  banner: z.ZodOptional<z.ZodObject<{
5270
5366
  content: z.ZodString;
@@ -5542,6 +5638,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5542
5638
  telemetry?: {
5543
5639
  enabled?: boolean | undefined;
5544
5640
  } | undefined;
5641
+ cookies?: {
5642
+ key?: string | undefined;
5643
+ value?: string | undefined;
5644
+ } | undefined;
5545
5645
  } | undefined;
5546
5646
  banner?: {
5547
5647
  content: string;
@@ -5812,6 +5912,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5812
5912
  telemetry?: {
5813
5913
  enabled?: boolean | undefined;
5814
5914
  } | undefined;
5915
+ cookies?: {
5916
+ key?: string | undefined;
5917
+ value?: string | undefined;
5918
+ } | undefined;
5815
5919
  } | undefined;
5816
5920
  banner?: {
5817
5921
  content: string;
@@ -6603,6 +6707,16 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6603
6707
  }, {
6604
6708
  enabled?: boolean | undefined;
6605
6709
  }>>;
6710
+ cookies: z.ZodOptional<z.ZodObject<{
6711
+ key: z.ZodOptional<z.ZodString>;
6712
+ value: z.ZodOptional<z.ZodString>;
6713
+ }, "strip", z.ZodTypeAny, {
6714
+ key?: string | undefined;
6715
+ value?: string | undefined;
6716
+ }, {
6717
+ key?: string | undefined;
6718
+ value?: string | undefined;
6719
+ }>>;
6606
6720
  }, "strict", z.ZodTypeAny, {
6607
6721
  amplitude?: {
6608
6722
  apiKey: string;
@@ -6661,6 +6775,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6661
6775
  telemetry?: {
6662
6776
  enabled?: boolean | undefined;
6663
6777
  } | undefined;
6778
+ cookies?: {
6779
+ key?: string | undefined;
6780
+ value?: string | undefined;
6781
+ } | undefined;
6664
6782
  }, {
6665
6783
  amplitude?: {
6666
6784
  apiKey: string;
@@ -6719,6 +6837,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6719
6837
  telemetry?: {
6720
6838
  enabled?: boolean | undefined;
6721
6839
  } | undefined;
6840
+ cookies?: {
6841
+ key?: string | undefined;
6842
+ value?: string | undefined;
6843
+ } | undefined;
6722
6844
  }>>;
6723
6845
  banner: z.ZodOptional<z.ZodObject<{
6724
6846
  content: z.ZodString;
@@ -6996,6 +7118,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6996
7118
  telemetry?: {
6997
7119
  enabled?: boolean | undefined;
6998
7120
  } | undefined;
7121
+ cookies?: {
7122
+ key?: string | undefined;
7123
+ value?: string | undefined;
7124
+ } | undefined;
6999
7125
  } | undefined;
7000
7126
  banner?: {
7001
7127
  content: string;
@@ -7266,6 +7392,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7266
7392
  telemetry?: {
7267
7393
  enabled?: boolean | undefined;
7268
7394
  } | undefined;
7395
+ cookies?: {
7396
+ key?: string | undefined;
7397
+ value?: string | undefined;
7398
+ } | undefined;
7269
7399
  } | undefined;
7270
7400
  banner?: {
7271
7401
  content: string;
@@ -135,6 +135,16 @@ export declare const integrationsSchema: z.ZodObject<{
135
135
  }, {
136
136
  enabled?: boolean | undefined;
137
137
  }>>;
138
+ cookies: z.ZodOptional<z.ZodObject<{
139
+ key: z.ZodOptional<z.ZodString>;
140
+ value: z.ZodOptional<z.ZodString>;
141
+ }, "strip", z.ZodTypeAny, {
142
+ key?: string | undefined;
143
+ value?: string | undefined;
144
+ }, {
145
+ key?: string | undefined;
146
+ value?: string | undefined;
147
+ }>>;
138
148
  }, "strict", z.ZodTypeAny, {
139
149
  amplitude?: {
140
150
  apiKey: string;
@@ -193,6 +203,10 @@ export declare const integrationsSchema: z.ZodObject<{
193
203
  telemetry?: {
194
204
  enabled?: boolean | undefined;
195
205
  } | undefined;
206
+ cookies?: {
207
+ key?: string | undefined;
208
+ value?: string | undefined;
209
+ } | undefined;
196
210
  }, {
197
211
  amplitude?: {
198
212
  apiKey: string;
@@ -251,4 +265,8 @@ export declare const integrationsSchema: z.ZodObject<{
251
265
  telemetry?: {
252
266
  enabled?: boolean | undefined;
253
267
  } | undefined;
268
+ cookies?: {
269
+ key?: string | undefined;
270
+ value?: string | undefined;
271
+ } | undefined;
254
272
  }>;
@@ -64,6 +64,10 @@ const osanoSchema = z.object({
64
64
  const telemetrySchema = z.object({
65
65
  enabled: z.boolean().optional(),
66
66
  });
67
+ const cookieConsentSchema = z.object({
68
+ key: z.string().optional(),
69
+ value: z.string().optional(),
70
+ });
67
71
  export const integrationsSchema = z
68
72
  .object({
69
73
  amplitude: amplitudeConfigSchema.optional(),
@@ -84,6 +88,7 @@ export const integrationsSchema = z
84
88
  plausible: plausibleConfigSchema.optional(),
85
89
  segment: segmentConfigSchema.optional(),
86
90
  telemetry: telemetrySchema.optional(),
91
+ cookies: cookieConsentSchema.optional(),
87
92
  })
88
93
  .strict()
89
94
  .describe('Configurations for official integrations');
@@ -785,6 +785,16 @@ export declare const lindenConfigSchema: z.ZodObject<{
785
785
  }, {
786
786
  enabled?: boolean | undefined;
787
787
  }>>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
+ }, {
795
+ key?: string | undefined;
796
+ value?: string | undefined;
797
+ }>>;
788
798
  }, "strict", z.ZodTypeAny, {
789
799
  amplitude?: {
790
800
  apiKey: string;
@@ -843,6 +853,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
843
853
  telemetry?: {
844
854
  enabled?: boolean | undefined;
845
855
  } | undefined;
856
+ cookies?: {
857
+ key?: string | undefined;
858
+ value?: string | undefined;
859
+ } | undefined;
846
860
  }, {
847
861
  amplitude?: {
848
862
  apiKey: string;
@@ -901,6 +915,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
901
915
  telemetry?: {
902
916
  enabled?: boolean | undefined;
903
917
  } | undefined;
918
+ cookies?: {
919
+ key?: string | undefined;
920
+ value?: string | undefined;
921
+ } | undefined;
904
922
  }>>;
905
923
  banner: z.ZodOptional<z.ZodObject<{
906
924
  content: z.ZodString;
@@ -1178,6 +1196,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
1178
1196
  telemetry?: {
1179
1197
  enabled?: boolean | undefined;
1180
1198
  } | undefined;
1199
+ cookies?: {
1200
+ key?: string | undefined;
1201
+ value?: string | undefined;
1202
+ } | undefined;
1181
1203
  } | undefined;
1182
1204
  banner?: {
1183
1205
  content: string;
@@ -1448,6 +1470,10 @@ export declare const lindenConfigSchema: z.ZodObject<{
1448
1470
  telemetry?: {
1449
1471
  enabled?: boolean | undefined;
1450
1472
  } | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
+ } | undefined;
1451
1477
  } | undefined;
1452
1478
  banner?: {
1453
1479
  content: string;
@@ -785,6 +785,16 @@ export declare const mapleConfigSchema: z.ZodObject<{
785
785
  }, {
786
786
  enabled?: boolean | undefined;
787
787
  }>>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
+ }, {
795
+ key?: string | undefined;
796
+ value?: string | undefined;
797
+ }>>;
788
798
  }, "strict", z.ZodTypeAny, {
789
799
  amplitude?: {
790
800
  apiKey: string;
@@ -843,6 +853,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
843
853
  telemetry?: {
844
854
  enabled?: boolean | undefined;
845
855
  } | undefined;
856
+ cookies?: {
857
+ key?: string | undefined;
858
+ value?: string | undefined;
859
+ } | undefined;
846
860
  }, {
847
861
  amplitude?: {
848
862
  apiKey: string;
@@ -901,6 +915,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
901
915
  telemetry?: {
902
916
  enabled?: boolean | undefined;
903
917
  } | undefined;
918
+ cookies?: {
919
+ key?: string | undefined;
920
+ value?: string | undefined;
921
+ } | undefined;
904
922
  }>>;
905
923
  banner: z.ZodOptional<z.ZodObject<{
906
924
  content: z.ZodString;
@@ -1178,6 +1196,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
1178
1196
  telemetry?: {
1179
1197
  enabled?: boolean | undefined;
1180
1198
  } | undefined;
1199
+ cookies?: {
1200
+ key?: string | undefined;
1201
+ value?: string | undefined;
1202
+ } | undefined;
1181
1203
  } | undefined;
1182
1204
  banner?: {
1183
1205
  content: string;
@@ -1448,6 +1470,10 @@ export declare const mapleConfigSchema: z.ZodObject<{
1448
1470
  telemetry?: {
1449
1471
  enabled?: boolean | undefined;
1450
1472
  } | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
+ } | undefined;
1451
1477
  } | undefined;
1452
1478
  banner?: {
1453
1479
  content: string;
@@ -785,6 +785,16 @@ export declare const mintConfigSchema: z.ZodObject<{
785
785
  }, {
786
786
  enabled?: boolean | undefined;
787
787
  }>>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
+ }, {
795
+ key?: string | undefined;
796
+ value?: string | undefined;
797
+ }>>;
788
798
  }, "strict", z.ZodTypeAny, {
789
799
  amplitude?: {
790
800
  apiKey: string;
@@ -843,6 +853,10 @@ export declare const mintConfigSchema: z.ZodObject<{
843
853
  telemetry?: {
844
854
  enabled?: boolean | undefined;
845
855
  } | undefined;
856
+ cookies?: {
857
+ key?: string | undefined;
858
+ value?: string | undefined;
859
+ } | undefined;
846
860
  }, {
847
861
  amplitude?: {
848
862
  apiKey: string;
@@ -901,6 +915,10 @@ export declare const mintConfigSchema: z.ZodObject<{
901
915
  telemetry?: {
902
916
  enabled?: boolean | undefined;
903
917
  } | undefined;
918
+ cookies?: {
919
+ key?: string | undefined;
920
+ value?: string | undefined;
921
+ } | undefined;
904
922
  }>>;
905
923
  banner: z.ZodOptional<z.ZodObject<{
906
924
  content: z.ZodString;
@@ -1178,6 +1196,10 @@ export declare const mintConfigSchema: z.ZodObject<{
1178
1196
  telemetry?: {
1179
1197
  enabled?: boolean | undefined;
1180
1198
  } | undefined;
1199
+ cookies?: {
1200
+ key?: string | undefined;
1201
+ value?: string | undefined;
1202
+ } | undefined;
1181
1203
  } | undefined;
1182
1204
  banner?: {
1183
1205
  content: string;
@@ -1448,6 +1470,10 @@ export declare const mintConfigSchema: z.ZodObject<{
1448
1470
  telemetry?: {
1449
1471
  enabled?: boolean | undefined;
1450
1472
  } | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
+ } | undefined;
1451
1477
  } | undefined;
1452
1478
  banner?: {
1453
1479
  content: string;
@@ -785,6 +785,16 @@ export declare const palmConfigSchema: z.ZodObject<{
785
785
  }, {
786
786
  enabled?: boolean | undefined;
787
787
  }>>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
+ }, {
795
+ key?: string | undefined;
796
+ value?: string | undefined;
797
+ }>>;
788
798
  }, "strict", z.ZodTypeAny, {
789
799
  amplitude?: {
790
800
  apiKey: string;
@@ -843,6 +853,10 @@ export declare const palmConfigSchema: z.ZodObject<{
843
853
  telemetry?: {
844
854
  enabled?: boolean | undefined;
845
855
  } | undefined;
856
+ cookies?: {
857
+ key?: string | undefined;
858
+ value?: string | undefined;
859
+ } | undefined;
846
860
  }, {
847
861
  amplitude?: {
848
862
  apiKey: string;
@@ -901,6 +915,10 @@ export declare const palmConfigSchema: z.ZodObject<{
901
915
  telemetry?: {
902
916
  enabled?: boolean | undefined;
903
917
  } | undefined;
918
+ cookies?: {
919
+ key?: string | undefined;
920
+ value?: string | undefined;
921
+ } | undefined;
904
922
  }>>;
905
923
  banner: z.ZodOptional<z.ZodObject<{
906
924
  content: z.ZodString;
@@ -1178,6 +1196,10 @@ export declare const palmConfigSchema: z.ZodObject<{
1178
1196
  telemetry?: {
1179
1197
  enabled?: boolean | undefined;
1180
1198
  } | undefined;
1199
+ cookies?: {
1200
+ key?: string | undefined;
1201
+ value?: string | undefined;
1202
+ } | undefined;
1181
1203
  } | undefined;
1182
1204
  banner?: {
1183
1205
  content: string;
@@ -1448,6 +1470,10 @@ export declare const palmConfigSchema: z.ZodObject<{
1448
1470
  telemetry?: {
1449
1471
  enabled?: boolean | undefined;
1450
1472
  } | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
+ } | undefined;
1451
1477
  } | undefined;
1452
1478
  banner?: {
1453
1479
  content: string;
@@ -784,6 +784,16 @@ export declare const standardConfigSchema: {
784
784
  }, {
785
785
  enabled?: boolean | undefined;
786
786
  }>>;
787
+ cookies: import("zod").ZodOptional<import("zod").ZodObject<{
788
+ key: import("zod").ZodOptional<import("zod").ZodString>;
789
+ value: import("zod").ZodOptional<import("zod").ZodString>;
790
+ }, "strip", import("zod").ZodTypeAny, {
791
+ key?: string | undefined;
792
+ value?: string | undefined;
793
+ }, {
794
+ key?: string | undefined;
795
+ value?: string | undefined;
796
+ }>>;
787
797
  }, "strict", import("zod").ZodTypeAny, {
788
798
  amplitude?: {
789
799
  apiKey: string;
@@ -842,6 +852,10 @@ export declare const standardConfigSchema: {
842
852
  telemetry?: {
843
853
  enabled?: boolean | undefined;
844
854
  } | undefined;
855
+ cookies?: {
856
+ key?: string | undefined;
857
+ value?: string | undefined;
858
+ } | undefined;
845
859
  }, {
846
860
  amplitude?: {
847
861
  apiKey: string;
@@ -900,6 +914,10 @@ export declare const standardConfigSchema: {
900
914
  telemetry?: {
901
915
  enabled?: boolean | undefined;
902
916
  } | undefined;
917
+ cookies?: {
918
+ key?: string | undefined;
919
+ value?: string | undefined;
920
+ } | undefined;
903
921
  }>>;
904
922
  banner: import("zod").ZodOptional<import("zod").ZodObject<{
905
923
  content: import("zod").ZodString;
@@ -785,6 +785,16 @@ export declare const willowConfigSchema: z.ZodObject<{
785
785
  }, {
786
786
  enabled?: boolean | undefined;
787
787
  }>>;
788
+ cookies: z.ZodOptional<z.ZodObject<{
789
+ key: z.ZodOptional<z.ZodString>;
790
+ value: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ key?: string | undefined;
793
+ value?: string | undefined;
794
+ }, {
795
+ key?: string | undefined;
796
+ value?: string | undefined;
797
+ }>>;
788
798
  }, "strict", z.ZodTypeAny, {
789
799
  amplitude?: {
790
800
  apiKey: string;
@@ -843,6 +853,10 @@ export declare const willowConfigSchema: z.ZodObject<{
843
853
  telemetry?: {
844
854
  enabled?: boolean | undefined;
845
855
  } | undefined;
856
+ cookies?: {
857
+ key?: string | undefined;
858
+ value?: string | undefined;
859
+ } | undefined;
846
860
  }, {
847
861
  amplitude?: {
848
862
  apiKey: string;
@@ -901,6 +915,10 @@ export declare const willowConfigSchema: z.ZodObject<{
901
915
  telemetry?: {
902
916
  enabled?: boolean | undefined;
903
917
  } | undefined;
918
+ cookies?: {
919
+ key?: string | undefined;
920
+ value?: string | undefined;
921
+ } | undefined;
904
922
  }>>;
905
923
  banner: z.ZodOptional<z.ZodObject<{
906
924
  content: z.ZodString;
@@ -1178,6 +1196,10 @@ export declare const willowConfigSchema: z.ZodObject<{
1178
1196
  telemetry?: {
1179
1197
  enabled?: boolean | undefined;
1180
1198
  } | undefined;
1199
+ cookies?: {
1200
+ key?: string | undefined;
1201
+ value?: string | undefined;
1202
+ } | undefined;
1181
1203
  } | undefined;
1182
1204
  banner?: {
1183
1205
  content: string;
@@ -1448,6 +1470,10 @@ export declare const willowConfigSchema: z.ZodObject<{
1448
1470
  telemetry?: {
1449
1471
  enabled?: boolean | undefined;
1450
1472
  } | undefined;
1473
+ cookies?: {
1474
+ key?: string | undefined;
1475
+ value?: string | undefined;
1476
+ } | undefined;
1451
1477
  } | undefined;
1452
1478
  banner?: {
1453
1479
  content: string;