@valbuild/shared 0.87.2 → 0.87.4
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.
|
@@ -16,17 +16,17 @@ declare const enableCookieValue: z.ZodObject<{
|
|
|
16
16
|
sameSite: "lax";
|
|
17
17
|
}>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
value: "true";
|
|
19
20
|
options: {
|
|
20
21
|
httpOnly: false;
|
|
21
22
|
sameSite: "lax";
|
|
22
23
|
};
|
|
23
|
-
value: "true";
|
|
24
24
|
}, {
|
|
25
|
+
value: "true";
|
|
25
26
|
options: {
|
|
26
27
|
httpOnly: false;
|
|
27
28
|
sameSite: "lax";
|
|
28
29
|
};
|
|
29
|
-
value: "true";
|
|
30
30
|
}>;
|
|
31
31
|
type EnableCookieValue = z.infer<typeof enableCookieValue>;
|
|
32
32
|
type CookieValue = EnableCookieValue | {
|
|
@@ -252,17 +252,17 @@ export declare const Api: {
|
|
|
252
252
|
sameSite: "lax";
|
|
253
253
|
}>;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
|
+
value: "true";
|
|
255
256
|
options: {
|
|
256
257
|
httpOnly: false;
|
|
257
258
|
sameSite: "lax";
|
|
258
259
|
};
|
|
259
|
-
value: "true";
|
|
260
260
|
}, {
|
|
261
|
+
value: "true";
|
|
261
262
|
options: {
|
|
262
263
|
httpOnly: false;
|
|
263
264
|
sameSite: "lax";
|
|
264
265
|
};
|
|
265
|
-
value: "true";
|
|
266
266
|
}>;
|
|
267
267
|
val_state: z.ZodObject<{
|
|
268
268
|
value: z.ZodString;
|
|
@@ -280,51 +280,51 @@ export declare const Api: {
|
|
|
280
280
|
expires: Date;
|
|
281
281
|
}>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
value: string;
|
|
283
284
|
options: {
|
|
284
285
|
httpOnly: true;
|
|
285
286
|
sameSite: "lax";
|
|
286
287
|
expires: Date;
|
|
287
288
|
};
|
|
288
|
-
value: string;
|
|
289
289
|
}, {
|
|
290
|
+
value: string;
|
|
290
291
|
options: {
|
|
291
292
|
httpOnly: true;
|
|
292
293
|
sameSite: "lax";
|
|
293
294
|
expires: Date;
|
|
294
295
|
};
|
|
295
|
-
value: string;
|
|
296
296
|
}>;
|
|
297
297
|
}, "strip", z.ZodTypeAny, {
|
|
298
298
|
val_enable: {
|
|
299
|
+
value: "true";
|
|
299
300
|
options: {
|
|
300
301
|
httpOnly: false;
|
|
301
302
|
sameSite: "lax";
|
|
302
303
|
};
|
|
303
|
-
value: "true";
|
|
304
304
|
};
|
|
305
305
|
val_state: {
|
|
306
|
+
value: string;
|
|
306
307
|
options: {
|
|
307
308
|
httpOnly: true;
|
|
308
309
|
sameSite: "lax";
|
|
309
310
|
expires: Date;
|
|
310
311
|
};
|
|
311
|
-
value: string;
|
|
312
312
|
};
|
|
313
313
|
}, {
|
|
314
314
|
val_enable: {
|
|
315
|
+
value: "true";
|
|
315
316
|
options: {
|
|
316
317
|
httpOnly: false;
|
|
317
318
|
sameSite: "lax";
|
|
318
319
|
};
|
|
319
|
-
value: "true";
|
|
320
320
|
};
|
|
321
321
|
val_state: {
|
|
322
|
+
value: string;
|
|
322
323
|
options: {
|
|
323
324
|
httpOnly: true;
|
|
324
325
|
sameSite: "lax";
|
|
325
326
|
expires: Date;
|
|
326
327
|
};
|
|
327
|
-
value: string;
|
|
328
328
|
};
|
|
329
329
|
}>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -332,19 +332,19 @@ export declare const Api: {
|
|
|
332
332
|
redirectTo: string;
|
|
333
333
|
cookies: {
|
|
334
334
|
val_enable: {
|
|
335
|
+
value: "true";
|
|
335
336
|
options: {
|
|
336
337
|
httpOnly: false;
|
|
337
338
|
sameSite: "lax";
|
|
338
339
|
};
|
|
339
|
-
value: "true";
|
|
340
340
|
};
|
|
341
341
|
val_state: {
|
|
342
|
+
value: string;
|
|
342
343
|
options: {
|
|
343
344
|
httpOnly: true;
|
|
344
345
|
sameSite: "lax";
|
|
345
346
|
expires: Date;
|
|
346
347
|
};
|
|
347
|
-
value: string;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
350
350
|
}, {
|
|
@@ -352,19 +352,19 @@ export declare const Api: {
|
|
|
352
352
|
redirectTo: string;
|
|
353
353
|
cookies: {
|
|
354
354
|
val_enable: {
|
|
355
|
+
value: "true";
|
|
355
356
|
options: {
|
|
356
357
|
httpOnly: false;
|
|
357
358
|
sameSite: "lax";
|
|
358
359
|
};
|
|
359
|
-
value: "true";
|
|
360
360
|
};
|
|
361
361
|
val_state: {
|
|
362
|
+
value: string;
|
|
362
363
|
options: {
|
|
363
364
|
httpOnly: true;
|
|
364
365
|
sameSite: "lax";
|
|
365
366
|
expires: Date;
|
|
366
367
|
};
|
|
367
|
-
value: string;
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
370
|
}>, z.ZodObject<{
|
|
@@ -384,33 +384,33 @@ export declare const Api: {
|
|
|
384
384
|
sameSite: "lax";
|
|
385
385
|
}>;
|
|
386
386
|
}, "strip", z.ZodTypeAny, {
|
|
387
|
+
value: "true";
|
|
387
388
|
options: {
|
|
388
389
|
httpOnly: false;
|
|
389
390
|
sameSite: "lax";
|
|
390
391
|
};
|
|
391
|
-
value: "true";
|
|
392
392
|
}, {
|
|
393
|
+
value: "true";
|
|
393
394
|
options: {
|
|
394
395
|
httpOnly: false;
|
|
395
396
|
sameSite: "lax";
|
|
396
397
|
};
|
|
397
|
-
value: "true";
|
|
398
398
|
}>;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
400
|
val_enable: {
|
|
401
|
+
value: "true";
|
|
401
402
|
options: {
|
|
402
403
|
httpOnly: false;
|
|
403
404
|
sameSite: "lax";
|
|
404
405
|
};
|
|
405
|
-
value: "true";
|
|
406
406
|
};
|
|
407
407
|
}, {
|
|
408
408
|
val_enable: {
|
|
409
|
+
value: "true";
|
|
409
410
|
options: {
|
|
410
411
|
httpOnly: false;
|
|
411
412
|
sameSite: "lax";
|
|
412
413
|
};
|
|
413
|
-
value: "true";
|
|
414
414
|
};
|
|
415
415
|
}>;
|
|
416
416
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -418,11 +418,11 @@ export declare const Api: {
|
|
|
418
418
|
redirectTo: string;
|
|
419
419
|
cookies: {
|
|
420
420
|
val_enable: {
|
|
421
|
+
value: "true";
|
|
421
422
|
options: {
|
|
422
423
|
httpOnly: false;
|
|
423
424
|
sameSite: "lax";
|
|
424
425
|
};
|
|
425
|
-
value: "true";
|
|
426
426
|
};
|
|
427
427
|
};
|
|
428
428
|
}, {
|
|
@@ -430,11 +430,11 @@ export declare const Api: {
|
|
|
430
430
|
redirectTo: string;
|
|
431
431
|
cookies: {
|
|
432
432
|
val_enable: {
|
|
433
|
+
value: "true";
|
|
433
434
|
options: {
|
|
434
435
|
httpOnly: false;
|
|
435
436
|
sameSite: "lax";
|
|
436
437
|
};
|
|
437
|
-
value: "true";
|
|
438
438
|
};
|
|
439
439
|
};
|
|
440
440
|
}>, z.ZodObject<{
|
|
@@ -570,17 +570,17 @@ export declare const Api: {
|
|
|
570
570
|
sameSite: "lax";
|
|
571
571
|
}>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
|
+
value: "true";
|
|
573
574
|
options: {
|
|
574
575
|
httpOnly: false;
|
|
575
576
|
sameSite: "lax";
|
|
576
577
|
};
|
|
577
|
-
value: "true";
|
|
578
578
|
}, {
|
|
579
|
+
value: "true";
|
|
579
580
|
options: {
|
|
580
581
|
httpOnly: false;
|
|
581
582
|
sameSite: "lax";
|
|
582
583
|
};
|
|
583
|
-
value: "true";
|
|
584
584
|
}>;
|
|
585
585
|
val_state: z.ZodObject<{
|
|
586
586
|
value: z.ZodString;
|
|
@@ -598,51 +598,51 @@ export declare const Api: {
|
|
|
598
598
|
expires: Date;
|
|
599
599
|
}>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
|
+
value: string;
|
|
601
602
|
options: {
|
|
602
603
|
httpOnly: true;
|
|
603
604
|
sameSite: "lax";
|
|
604
605
|
expires: Date;
|
|
605
606
|
};
|
|
606
|
-
value: string;
|
|
607
607
|
}, {
|
|
608
|
+
value: string;
|
|
608
609
|
options: {
|
|
609
610
|
httpOnly: true;
|
|
610
611
|
sameSite: "lax";
|
|
611
612
|
expires: Date;
|
|
612
613
|
};
|
|
613
|
-
value: string;
|
|
614
614
|
}>;
|
|
615
615
|
}, "strip", z.ZodTypeAny, {
|
|
616
616
|
val_enable: {
|
|
617
|
+
value: "true";
|
|
617
618
|
options: {
|
|
618
619
|
httpOnly: false;
|
|
619
620
|
sameSite: "lax";
|
|
620
621
|
};
|
|
621
|
-
value: "true";
|
|
622
622
|
};
|
|
623
623
|
val_state: {
|
|
624
|
+
value: string;
|
|
624
625
|
options: {
|
|
625
626
|
httpOnly: true;
|
|
626
627
|
sameSite: "lax";
|
|
627
628
|
expires: Date;
|
|
628
629
|
};
|
|
629
|
-
value: string;
|
|
630
630
|
};
|
|
631
631
|
}, {
|
|
632
632
|
val_enable: {
|
|
633
|
+
value: "true";
|
|
633
634
|
options: {
|
|
634
635
|
httpOnly: false;
|
|
635
636
|
sameSite: "lax";
|
|
636
637
|
};
|
|
637
|
-
value: "true";
|
|
638
638
|
};
|
|
639
639
|
val_state: {
|
|
640
|
+
value: string;
|
|
640
641
|
options: {
|
|
641
642
|
httpOnly: true;
|
|
642
643
|
sameSite: "lax";
|
|
643
644
|
expires: Date;
|
|
644
645
|
};
|
|
645
|
-
value: string;
|
|
646
646
|
};
|
|
647
647
|
}>;
|
|
648
648
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -650,19 +650,19 @@ export declare const Api: {
|
|
|
650
650
|
redirectTo: string;
|
|
651
651
|
cookies: {
|
|
652
652
|
val_enable: {
|
|
653
|
+
value: "true";
|
|
653
654
|
options: {
|
|
654
655
|
httpOnly: false;
|
|
655
656
|
sameSite: "lax";
|
|
656
657
|
};
|
|
657
|
-
value: "true";
|
|
658
658
|
};
|
|
659
659
|
val_state: {
|
|
660
|
+
value: string;
|
|
660
661
|
options: {
|
|
661
662
|
httpOnly: true;
|
|
662
663
|
sameSite: "lax";
|
|
663
664
|
expires: Date;
|
|
664
665
|
};
|
|
665
|
-
value: string;
|
|
666
666
|
};
|
|
667
667
|
};
|
|
668
668
|
}, {
|
|
@@ -670,19 +670,19 @@ export declare const Api: {
|
|
|
670
670
|
redirectTo: string;
|
|
671
671
|
cookies: {
|
|
672
672
|
val_enable: {
|
|
673
|
+
value: "true";
|
|
673
674
|
options: {
|
|
674
675
|
httpOnly: false;
|
|
675
676
|
sameSite: "lax";
|
|
676
677
|
};
|
|
677
|
-
value: "true";
|
|
678
678
|
};
|
|
679
679
|
val_state: {
|
|
680
|
+
value: string;
|
|
680
681
|
options: {
|
|
681
682
|
httpOnly: true;
|
|
682
683
|
sameSite: "lax";
|
|
683
684
|
expires: Date;
|
|
684
685
|
};
|
|
685
|
-
value: string;
|
|
686
686
|
};
|
|
687
687
|
};
|
|
688
688
|
}>, z.ZodObject<{
|
|
@@ -742,17 +742,17 @@ export declare const Api: {
|
|
|
742
742
|
sameSite: "lax";
|
|
743
743
|
}>;
|
|
744
744
|
}, "strip", z.ZodTypeAny, {
|
|
745
|
+
value: "true";
|
|
745
746
|
options: {
|
|
746
747
|
httpOnly: false;
|
|
747
748
|
sameSite: "lax";
|
|
748
749
|
};
|
|
749
|
-
value: "true";
|
|
750
750
|
}, {
|
|
751
|
+
value: "true";
|
|
751
752
|
options: {
|
|
752
753
|
httpOnly: false;
|
|
753
754
|
sameSite: "lax";
|
|
754
755
|
};
|
|
755
|
-
value: "true";
|
|
756
756
|
}>>;
|
|
757
757
|
val_session: z.ZodOptional<z.ZodObject<{
|
|
758
758
|
value: z.ZodString;
|
|
@@ -799,11 +799,11 @@ export declare const Api: {
|
|
|
799
799
|
value: null;
|
|
800
800
|
};
|
|
801
801
|
val_enable?: {
|
|
802
|
+
value: "true";
|
|
802
803
|
options: {
|
|
803
804
|
httpOnly: false;
|
|
804
805
|
sameSite: "lax";
|
|
805
806
|
};
|
|
806
|
-
value: "true";
|
|
807
807
|
} | undefined;
|
|
808
808
|
val_session?: {
|
|
809
809
|
value: string;
|
|
@@ -820,11 +820,11 @@ export declare const Api: {
|
|
|
820
820
|
value: null;
|
|
821
821
|
};
|
|
822
822
|
val_enable?: {
|
|
823
|
+
value: "true";
|
|
823
824
|
options: {
|
|
824
825
|
httpOnly: false;
|
|
825
826
|
sameSite: "lax";
|
|
826
827
|
};
|
|
827
|
-
value: "true";
|
|
828
828
|
} | undefined;
|
|
829
829
|
val_session?: {
|
|
830
830
|
value: string;
|
|
@@ -845,11 +845,11 @@ export declare const Api: {
|
|
|
845
845
|
value: null;
|
|
846
846
|
};
|
|
847
847
|
val_enable?: {
|
|
848
|
+
value: "true";
|
|
848
849
|
options: {
|
|
849
850
|
httpOnly: false;
|
|
850
851
|
sameSite: "lax";
|
|
851
852
|
};
|
|
852
|
-
value: "true";
|
|
853
853
|
} | undefined;
|
|
854
854
|
val_session?: {
|
|
855
855
|
value: string;
|
|
@@ -870,11 +870,11 @@ export declare const Api: {
|
|
|
870
870
|
value: null;
|
|
871
871
|
};
|
|
872
872
|
val_enable?: {
|
|
873
|
+
value: "true";
|
|
873
874
|
options: {
|
|
874
875
|
httpOnly: false;
|
|
875
876
|
sameSite: "lax";
|
|
876
877
|
};
|
|
877
|
-
value: "true";
|
|
878
878
|
} | undefined;
|
|
879
879
|
val_session?: {
|
|
880
880
|
value: string;
|