@visactor/vseed 0.0.26 → 0.0.27

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.
@@ -360,7 +360,7 @@ export declare const zColumnParallel: z.ZodObject<{
360
360
  }, z.core.$strip>>;
361
361
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
362
362
  theme: z.ZodOptional<z.ZodString>;
363
- barStyle: z.ZodOptional<z.ZodObject<{
363
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
364
364
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
365
365
  field: z.ZodString;
366
366
  operator: z.ZodOptional<z.ZodEnum<{
@@ -436,7 +436,83 @@ export declare const zColumnParallel: z.ZodObject<{
436
436
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
437
437
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
438
438
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
439
- }, z.core.$strip>>;
439
+ }, z.core.$strip>>, z.ZodObject<{
440
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
441
+ field: z.ZodString;
442
+ operator: z.ZodOptional<z.ZodEnum<{
443
+ "=": "=";
444
+ "==": "==";
445
+ "!=": "!=";
446
+ ">": ">";
447
+ "<": "<";
448
+ ">=": ">=";
449
+ "<=": "<=";
450
+ between: "between";
451
+ }>>;
452
+ op: z.ZodOptional<z.ZodEnum<{
453
+ "=": "=";
454
+ "==": "==";
455
+ "!=": "!=";
456
+ ">": ">";
457
+ "<": "<";
458
+ ">=": ">=";
459
+ "<=": "<=";
460
+ between: "between";
461
+ }>>;
462
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
463
+ }, z.core.$strip>, z.ZodObject<{
464
+ field: z.ZodString;
465
+ operator: z.ZodOptional<z.ZodEnum<{
466
+ in: "in";
467
+ "not in": "not in";
468
+ }>>;
469
+ op: z.ZodOptional<z.ZodEnum<{
470
+ in: "in";
471
+ "not in": "not in";
472
+ }>>;
473
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
474
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
475
+ field: z.ZodString;
476
+ operator: z.ZodOptional<z.ZodEnum<{
477
+ "=": "=";
478
+ "==": "==";
479
+ "!=": "!=";
480
+ ">": ">";
481
+ "<": "<";
482
+ ">=": ">=";
483
+ "<=": "<=";
484
+ between: "between";
485
+ }>>;
486
+ op: z.ZodOptional<z.ZodEnum<{
487
+ "=": "=";
488
+ "==": "==";
489
+ "!=": "!=";
490
+ ">": ">";
491
+ "<": "<";
492
+ ">=": ">=";
493
+ "<=": "<=";
494
+ between: "between";
495
+ }>>;
496
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
497
+ }, z.core.$strip>, z.ZodObject<{
498
+ field: z.ZodString;
499
+ operator: z.ZodOptional<z.ZodEnum<{
500
+ in: "in";
501
+ "not in": "not in";
502
+ }>>;
503
+ op: z.ZodOptional<z.ZodEnum<{
504
+ in: "in";
505
+ "not in": "not in";
506
+ }>>;
507
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
508
+ }, z.core.$strip>]>>]>>;
509
+ barColor: z.ZodOptional<z.ZodString>;
510
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ barBorderColor: z.ZodOptional<z.ZodString>;
512
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
513
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
514
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
515
+ }, z.core.$strip>]>>;
440
516
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
441
517
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
518
  field: z.ZodString;
@@ -360,7 +360,7 @@ export declare const zColumnPercent: z.ZodObject<{
360
360
  }, z.core.$strip>>;
361
361
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
362
362
  theme: z.ZodOptional<z.ZodString>;
363
- barStyle: z.ZodOptional<z.ZodObject<{
363
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
364
364
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
365
365
  field: z.ZodString;
366
366
  operator: z.ZodOptional<z.ZodEnum<{
@@ -436,7 +436,83 @@ export declare const zColumnPercent: z.ZodObject<{
436
436
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
437
437
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
438
438
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
439
- }, z.core.$strip>>;
439
+ }, z.core.$strip>>, z.ZodObject<{
440
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
441
+ field: z.ZodString;
442
+ operator: z.ZodOptional<z.ZodEnum<{
443
+ "=": "=";
444
+ "==": "==";
445
+ "!=": "!=";
446
+ ">": ">";
447
+ "<": "<";
448
+ ">=": ">=";
449
+ "<=": "<=";
450
+ between: "between";
451
+ }>>;
452
+ op: z.ZodOptional<z.ZodEnum<{
453
+ "=": "=";
454
+ "==": "==";
455
+ "!=": "!=";
456
+ ">": ">";
457
+ "<": "<";
458
+ ">=": ">=";
459
+ "<=": "<=";
460
+ between: "between";
461
+ }>>;
462
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
463
+ }, z.core.$strip>, z.ZodObject<{
464
+ field: z.ZodString;
465
+ operator: z.ZodOptional<z.ZodEnum<{
466
+ in: "in";
467
+ "not in": "not in";
468
+ }>>;
469
+ op: z.ZodOptional<z.ZodEnum<{
470
+ in: "in";
471
+ "not in": "not in";
472
+ }>>;
473
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
474
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
475
+ field: z.ZodString;
476
+ operator: z.ZodOptional<z.ZodEnum<{
477
+ "=": "=";
478
+ "==": "==";
479
+ "!=": "!=";
480
+ ">": ">";
481
+ "<": "<";
482
+ ">=": ">=";
483
+ "<=": "<=";
484
+ between: "between";
485
+ }>>;
486
+ op: z.ZodOptional<z.ZodEnum<{
487
+ "=": "=";
488
+ "==": "==";
489
+ "!=": "!=";
490
+ ">": ">";
491
+ "<": "<";
492
+ ">=": ">=";
493
+ "<=": "<=";
494
+ between: "between";
495
+ }>>;
496
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
497
+ }, z.core.$strip>, z.ZodObject<{
498
+ field: z.ZodString;
499
+ operator: z.ZodOptional<z.ZodEnum<{
500
+ in: "in";
501
+ "not in": "not in";
502
+ }>>;
503
+ op: z.ZodOptional<z.ZodEnum<{
504
+ in: "in";
505
+ "not in": "not in";
506
+ }>>;
507
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
508
+ }, z.core.$strip>]>>]>>;
509
+ barColor: z.ZodOptional<z.ZodString>;
510
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ barBorderColor: z.ZodOptional<z.ZodString>;
512
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
513
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
514
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
515
+ }, z.core.$strip>]>>;
440
516
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
441
517
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
518
  field: z.ZodString;
@@ -378,7 +378,7 @@ export declare const zLine: z.ZodObject<{
378
378
  customOrder: z.ZodOptional<z.ZodArray<z.ZodAny>>;
379
379
  }, z.core.$strip>>;
380
380
  theme: z.ZodOptional<z.ZodString>;
381
- pointStyle: z.ZodOptional<z.ZodObject<{
381
+ pointStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
382
382
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
383
383
  field: z.ZodString;
384
384
  operator: z.ZodOptional<z.ZodEnum<{
@@ -458,8 +458,88 @@ export declare const zLine: z.ZodObject<{
458
458
  dashed: "dashed";
459
459
  dotted: "dotted";
460
460
  }>]>>;
461
- }, z.core.$strip>>;
462
- lineStyle: z.ZodOptional<z.ZodObject<{
461
+ }, z.core.$strip>>, z.ZodObject<{
462
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
463
+ field: z.ZodString;
464
+ operator: z.ZodOptional<z.ZodEnum<{
465
+ "=": "=";
466
+ "==": "==";
467
+ "!=": "!=";
468
+ ">": ">";
469
+ "<": "<";
470
+ ">=": ">=";
471
+ "<=": "<=";
472
+ between: "between";
473
+ }>>;
474
+ op: z.ZodOptional<z.ZodEnum<{
475
+ "=": "=";
476
+ "==": "==";
477
+ "!=": "!=";
478
+ ">": ">";
479
+ "<": "<";
480
+ ">=": ">=";
481
+ "<=": "<=";
482
+ between: "between";
483
+ }>>;
484
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
485
+ }, z.core.$strip>, z.ZodObject<{
486
+ field: z.ZodString;
487
+ operator: z.ZodOptional<z.ZodEnum<{
488
+ in: "in";
489
+ "not in": "not in";
490
+ }>>;
491
+ op: z.ZodOptional<z.ZodEnum<{
492
+ in: "in";
493
+ "not in": "not in";
494
+ }>>;
495
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
496
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
497
+ field: z.ZodString;
498
+ operator: z.ZodOptional<z.ZodEnum<{
499
+ "=": "=";
500
+ "==": "==";
501
+ "!=": "!=";
502
+ ">": ">";
503
+ "<": "<";
504
+ ">=": ">=";
505
+ "<=": "<=";
506
+ between: "between";
507
+ }>>;
508
+ op: z.ZodOptional<z.ZodEnum<{
509
+ "=": "=";
510
+ "==": "==";
511
+ "!=": "!=";
512
+ ">": ">";
513
+ "<": "<";
514
+ ">=": ">=";
515
+ "<=": "<=";
516
+ between: "between";
517
+ }>>;
518
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
519
+ }, z.core.$strip>, z.ZodObject<{
520
+ field: z.ZodString;
521
+ operator: z.ZodOptional<z.ZodEnum<{
522
+ in: "in";
523
+ "not in": "not in";
524
+ }>>;
525
+ op: z.ZodOptional<z.ZodEnum<{
526
+ in: "in";
527
+ "not in": "not in";
528
+ }>>;
529
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
530
+ }, z.core.$strip>]>>]>>;
531
+ pointSize: z.ZodOptional<z.ZodNumber>;
532
+ pointColor: z.ZodOptional<z.ZodString>;
533
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
534
+ pointBorderColor: z.ZodOptional<z.ZodString>;
535
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
536
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
537
+ solid: "solid";
538
+ dashed: "dashed";
539
+ dotted: "dotted";
540
+ }>]>>;
541
+ }, z.core.$strip>]>>;
542
+ lineStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
463
543
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
464
544
  field: z.ZodString;
465
545
  operator: z.ZodOptional<z.ZodEnum<{
@@ -538,7 +618,86 @@ export declare const zLine: z.ZodObject<{
538
618
  dashed: "dashed";
539
619
  dotted: "dotted";
540
620
  }>]>>;
541
- }, z.core.$strip>>;
621
+ }, z.core.$strip>>, z.ZodObject<{
622
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
623
+ field: z.ZodString;
624
+ operator: z.ZodOptional<z.ZodEnum<{
625
+ "=": "=";
626
+ "==": "==";
627
+ "!=": "!=";
628
+ ">": ">";
629
+ "<": "<";
630
+ ">=": ">=";
631
+ "<=": "<=";
632
+ between: "between";
633
+ }>>;
634
+ op: z.ZodOptional<z.ZodEnum<{
635
+ "=": "=";
636
+ "==": "==";
637
+ "!=": "!=";
638
+ ">": ">";
639
+ "<": "<";
640
+ ">=": ">=";
641
+ "<=": "<=";
642
+ between: "between";
643
+ }>>;
644
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
645
+ }, z.core.$strip>, z.ZodObject<{
646
+ field: z.ZodString;
647
+ operator: z.ZodOptional<z.ZodEnum<{
648
+ in: "in";
649
+ "not in": "not in";
650
+ }>>;
651
+ op: z.ZodOptional<z.ZodEnum<{
652
+ in: "in";
653
+ "not in": "not in";
654
+ }>>;
655
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
656
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
657
+ field: z.ZodString;
658
+ operator: z.ZodOptional<z.ZodEnum<{
659
+ "=": "=";
660
+ "==": "==";
661
+ "!=": "!=";
662
+ ">": ">";
663
+ "<": "<";
664
+ ">=": ">=";
665
+ "<=": "<=";
666
+ between: "between";
667
+ }>>;
668
+ op: z.ZodOptional<z.ZodEnum<{
669
+ "=": "=";
670
+ "==": "==";
671
+ "!=": "!=";
672
+ ">": ">";
673
+ "<": "<";
674
+ ">=": ">=";
675
+ "<=": "<=";
676
+ between: "between";
677
+ }>>;
678
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
679
+ }, z.core.$strip>, z.ZodObject<{
680
+ field: z.ZodString;
681
+ operator: z.ZodOptional<z.ZodEnum<{
682
+ in: "in";
683
+ "not in": "not in";
684
+ }>>;
685
+ op: z.ZodOptional<z.ZodEnum<{
686
+ in: "in";
687
+ "not in": "not in";
688
+ }>>;
689
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
690
+ }, z.core.$strip>]>>]>>;
691
+ lineSmooth: z.ZodOptional<z.ZodBoolean>;
692
+ lineColor: z.ZodOptional<z.ZodString>;
693
+ lineColorOpacity: z.ZodOptional<z.ZodNumber>;
694
+ lineWidth: z.ZodOptional<z.ZodNumber>;
695
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
696
+ solid: "solid";
697
+ dashed: "dashed";
698
+ dotted: "dotted";
699
+ }>]>>;
700
+ }, z.core.$strip>]>>;
542
701
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
543
702
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
544
703
  field: z.ZodString;
@@ -328,7 +328,7 @@ export declare const zScatter: z.ZodObject<{
328
328
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
329
329
  }, z.core.$strip>>;
330
330
  theme: z.ZodOptional<z.ZodString>;
331
- pointStyle: z.ZodOptional<z.ZodObject<{
331
+ pointStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
332
332
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
333
333
  field: z.ZodString;
334
334
  operator: z.ZodOptional<z.ZodEnum<{
@@ -408,7 +408,87 @@ export declare const zScatter: z.ZodObject<{
408
408
  dashed: "dashed";
409
409
  dotted: "dotted";
410
410
  }>]>>;
411
- }, z.core.$strip>>;
411
+ }, z.core.$strip>>, z.ZodObject<{
412
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
413
+ field: z.ZodString;
414
+ operator: z.ZodOptional<z.ZodEnum<{
415
+ "=": "=";
416
+ "==": "==";
417
+ "!=": "!=";
418
+ ">": ">";
419
+ "<": "<";
420
+ ">=": ">=";
421
+ "<=": "<=";
422
+ between: "between";
423
+ }>>;
424
+ op: z.ZodOptional<z.ZodEnum<{
425
+ "=": "=";
426
+ "==": "==";
427
+ "!=": "!=";
428
+ ">": ">";
429
+ "<": "<";
430
+ ">=": ">=";
431
+ "<=": "<=";
432
+ between: "between";
433
+ }>>;
434
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
435
+ }, z.core.$strip>, z.ZodObject<{
436
+ field: z.ZodString;
437
+ operator: z.ZodOptional<z.ZodEnum<{
438
+ in: "in";
439
+ "not in": "not in";
440
+ }>>;
441
+ op: z.ZodOptional<z.ZodEnum<{
442
+ in: "in";
443
+ "not in": "not in";
444
+ }>>;
445
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
446
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
447
+ field: z.ZodString;
448
+ operator: z.ZodOptional<z.ZodEnum<{
449
+ "=": "=";
450
+ "==": "==";
451
+ "!=": "!=";
452
+ ">": ">";
453
+ "<": "<";
454
+ ">=": ">=";
455
+ "<=": "<=";
456
+ between: "between";
457
+ }>>;
458
+ op: z.ZodOptional<z.ZodEnum<{
459
+ "=": "=";
460
+ "==": "==";
461
+ "!=": "!=";
462
+ ">": ">";
463
+ "<": "<";
464
+ ">=": ">=";
465
+ "<=": "<=";
466
+ between: "between";
467
+ }>>;
468
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
469
+ }, z.core.$strip>, z.ZodObject<{
470
+ field: z.ZodString;
471
+ operator: z.ZodOptional<z.ZodEnum<{
472
+ in: "in";
473
+ "not in": "not in";
474
+ }>>;
475
+ op: z.ZodOptional<z.ZodEnum<{
476
+ in: "in";
477
+ "not in": "not in";
478
+ }>>;
479
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
480
+ }, z.core.$strip>]>>]>>;
481
+ pointSize: z.ZodOptional<z.ZodNumber>;
482
+ pointColor: z.ZodOptional<z.ZodString>;
483
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
484
+ pointBorderColor: z.ZodOptional<z.ZodString>;
485
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
486
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
487
+ solid: "solid";
488
+ dashed: "dashed";
489
+ dotted: "dotted";
490
+ }>]>>;
491
+ }, z.core.$strip>]>>;
412
492
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
413
493
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
414
494
  field: z.ZodString;