@rlvt/datasources-openapi-client 1.0.278 → 1.0.279

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.
@@ -765,9 +765,9 @@ export declare type _Without_ = {
765
765
  } | {
766
766
  empty?: boolean;
767
767
  } | {
768
- $neq?: AnyValue;
768
+ $neq?: string | number | number[] | null[];
769
769
  } | {
770
- $nne?: AnyValue;
770
+ $nne?: string | number | number[] | null[];
771
771
  } | {
772
772
  $lt?: AnyValue;
773
773
  } | {
@@ -777,9 +777,9 @@ export declare type _Without_ = {
777
777
  } | {
778
778
  $gte?: AnyValue;
779
779
  } | {
780
- neq?: AnyValue;
780
+ neq?: string | number | number[] | null[];
781
781
  } | {
782
- nne?: AnyValue;
782
+ nne?: string | number | number[] | null[];
783
783
  } | {
784
784
  lt?: AnyValue;
785
785
  } | {
@@ -817,9 +817,9 @@ export declare type _Without_ = {
817
817
  } | {
818
818
  empty?: boolean;
819
819
  } | {
820
- $neq?: AnyValue;
820
+ $neq?: string | number | number[] | null[];
821
821
  } | {
822
- $nne?: AnyValue;
822
+ $nne?: string | number | number[] | null[];
823
823
  } | {
824
824
  $lt?: AnyValue;
825
825
  } | {
@@ -829,9 +829,9 @@ export declare type _Without_ = {
829
829
  } | {
830
830
  $gte?: AnyValue;
831
831
  } | {
832
- neq?: AnyValue;
832
+ neq?: string | number | number[] | null[];
833
833
  } | {
834
- nne?: AnyValue;
834
+ nne?: string | number | number[] | null[];
835
835
  } | {
836
836
  lt?: AnyValue;
837
837
  } | {
@@ -871,9 +871,9 @@ export declare type _Without_ = {
871
871
  } | {
872
872
  empty?: boolean;
873
873
  } | {
874
- $neq?: AnyValue;
874
+ $neq?: string | number | number[] | null[];
875
875
  } | {
876
- $nne?: AnyValue;
876
+ $nne?: string | number | number[] | null[];
877
877
  } | {
878
878
  $lt?: AnyValue;
879
879
  } | {
@@ -883,9 +883,9 @@ export declare type _Without_ = {
883
883
  } | {
884
884
  $gte?: AnyValue;
885
885
  } | {
886
- neq?: AnyValue;
886
+ neq?: string | number | number[] | null[];
887
887
  } | {
888
- nne?: AnyValue;
888
+ nne?: string | number | number[] | null[];
889
889
  } | {
890
890
  lt?: AnyValue;
891
891
  } | {
@@ -923,9 +923,9 @@ export declare type _Without_ = {
923
923
  } | {
924
924
  empty?: boolean;
925
925
  } | {
926
- $neq?: AnyValue;
926
+ $neq?: string | number | number[] | null[];
927
927
  } | {
928
- $nne?: AnyValue;
928
+ $nne?: string | number | number[] | null[];
929
929
  } | {
930
930
  $lt?: AnyValue;
931
931
  } | {
@@ -935,9 +935,9 @@ export declare type _Without_ = {
935
935
  } | {
936
936
  $gte?: AnyValue;
937
937
  } | {
938
- neq?: AnyValue;
938
+ neq?: string | number | number[] | null[];
939
939
  } | {
940
- nne?: AnyValue;
940
+ nne?: string | number | number[] | null[];
941
941
  } | {
942
942
  lt?: AnyValue;
943
943
  } | {
@@ -1315,9 +1315,9 @@ export declare type _Without_ = {
1315
1315
  } | {
1316
1316
  empty?: boolean;
1317
1317
  } | {
1318
- $neq?: AnyValue;
1318
+ $neq?: string | number | number[] | null[];
1319
1319
  } | {
1320
- $nne?: AnyValue;
1320
+ $nne?: string | number | number[] | null[];
1321
1321
  } | {
1322
1322
  $lt?: AnyValue;
1323
1323
  } | {
@@ -1327,9 +1327,9 @@ export declare type _Without_ = {
1327
1327
  } | {
1328
1328
  $gte?: AnyValue;
1329
1329
  } | {
1330
- neq?: AnyValue;
1330
+ neq?: string | number | number[] | null[];
1331
1331
  } | {
1332
- nne?: AnyValue;
1332
+ nne?: string | number | number[] | null[];
1333
1333
  } | {
1334
1334
  lt?: AnyValue;
1335
1335
  } | {
@@ -1367,9 +1367,9 @@ export declare type _Without_ = {
1367
1367
  } | {
1368
1368
  empty?: boolean;
1369
1369
  } | {
1370
- $neq?: AnyValue;
1370
+ $neq?: string | number | number[] | null[];
1371
1371
  } | {
1372
- $nne?: AnyValue;
1372
+ $nne?: string | number | number[] | null[];
1373
1373
  } | {
1374
1374
  $lt?: AnyValue;
1375
1375
  } | {
@@ -1379,9 +1379,9 @@ export declare type _Without_ = {
1379
1379
  } | {
1380
1380
  $gte?: AnyValue;
1381
1381
  } | {
1382
- neq?: AnyValue;
1382
+ neq?: string | number | number[] | null[];
1383
1383
  } | {
1384
- nne?: AnyValue;
1384
+ nne?: string | number | number[] | null[];
1385
1385
  } | {
1386
1386
  lt?: AnyValue;
1387
1387
  } | {
@@ -1421,9 +1421,9 @@ export declare type _Without_ = {
1421
1421
  } | {
1422
1422
  empty?: boolean;
1423
1423
  } | {
1424
- $neq?: AnyValue;
1424
+ $neq?: string | number | number[] | null[];
1425
1425
  } | {
1426
- $nne?: AnyValue;
1426
+ $nne?: string | number | number[] | null[];
1427
1427
  } | {
1428
1428
  $lt?: AnyValue;
1429
1429
  } | {
@@ -1433,9 +1433,9 @@ export declare type _Without_ = {
1433
1433
  } | {
1434
1434
  $gte?: AnyValue;
1435
1435
  } | {
1436
- neq?: AnyValue;
1436
+ neq?: string | number | number[] | null[];
1437
1437
  } | {
1438
- nne?: AnyValue;
1438
+ nne?: string | number | number[] | null[];
1439
1439
  } | {
1440
1440
  lt?: AnyValue;
1441
1441
  } | {
@@ -1473,9 +1473,9 @@ export declare type _Without_ = {
1473
1473
  } | {
1474
1474
  empty?: boolean;
1475
1475
  } | {
1476
- $neq?: AnyValue;
1476
+ $neq?: string | number | number[] | null[];
1477
1477
  } | {
1478
- $nne?: AnyValue;
1478
+ $nne?: string | number | number[] | null[];
1479
1479
  } | {
1480
1480
  $lt?: AnyValue;
1481
1481
  } | {
@@ -1485,9 +1485,9 @@ export declare type _Without_ = {
1485
1485
  } | {
1486
1486
  $gte?: AnyValue;
1487
1487
  } | {
1488
- neq?: AnyValue;
1488
+ neq?: string | number | number[] | null[];
1489
1489
  } | {
1490
- nne?: AnyValue;
1490
+ nne?: string | number | number[] | null[];
1491
1491
  } | {
1492
1492
  lt?: AnyValue;
1493
1493
  } | {
@@ -1934,9 +1934,9 @@ export declare type _Without_ = {
1934
1934
  } | {
1935
1935
  empty?: boolean;
1936
1936
  } | {
1937
- $neq?: AnyValue;
1937
+ $neq?: string | number | number[] | null[];
1938
1938
  } | {
1939
- $nne?: AnyValue;
1939
+ $nne?: string | number | number[] | null[];
1940
1940
  } | {
1941
1941
  $lt?: AnyValue;
1942
1942
  } | {
@@ -1946,9 +1946,9 @@ export declare type _Without_ = {
1946
1946
  } | {
1947
1947
  $gte?: AnyValue;
1948
1948
  } | {
1949
- neq?: AnyValue;
1949
+ neq?: string | number | number[] | null[];
1950
1950
  } | {
1951
- nne?: AnyValue;
1951
+ nne?: string | number | number[] | null[];
1952
1952
  } | {
1953
1953
  lt?: AnyValue;
1954
1954
  } | {
@@ -1986,9 +1986,9 @@ export declare type _Without_ = {
1986
1986
  } | {
1987
1987
  empty?: boolean;
1988
1988
  } | {
1989
- $neq?: AnyValue;
1989
+ $neq?: string | number | number[] | null[];
1990
1990
  } | {
1991
- $nne?: AnyValue;
1991
+ $nne?: string | number | number[] | null[];
1992
1992
  } | {
1993
1993
  $lt?: AnyValue;
1994
1994
  } | {
@@ -1998,9 +1998,9 @@ export declare type _Without_ = {
1998
1998
  } | {
1999
1999
  $gte?: AnyValue;
2000
2000
  } | {
2001
- neq?: AnyValue;
2001
+ neq?: string | number | number[] | null[];
2002
2002
  } | {
2003
- nne?: AnyValue;
2003
+ nne?: string | number | number[] | null[];
2004
2004
  } | {
2005
2005
  lt?: AnyValue;
2006
2006
  } | {
@@ -2040,9 +2040,9 @@ export declare type _Without_ = {
2040
2040
  } | {
2041
2041
  empty?: boolean;
2042
2042
  } | {
2043
- $neq?: AnyValue;
2043
+ $neq?: string | number | number[] | null[];
2044
2044
  } | {
2045
- $nne?: AnyValue;
2045
+ $nne?: string | number | number[] | null[];
2046
2046
  } | {
2047
2047
  $lt?: AnyValue;
2048
2048
  } | {
@@ -2052,9 +2052,9 @@ export declare type _Without_ = {
2052
2052
  } | {
2053
2053
  $gte?: AnyValue;
2054
2054
  } | {
2055
- neq?: AnyValue;
2055
+ neq?: string | number | number[] | null[];
2056
2056
  } | {
2057
- nne?: AnyValue;
2057
+ nne?: string | number | number[] | null[];
2058
2058
  } | {
2059
2059
  lt?: AnyValue;
2060
2060
  } | {
@@ -2092,9 +2092,9 @@ export declare type _Without_ = {
2092
2092
  } | {
2093
2093
  empty?: boolean;
2094
2094
  } | {
2095
- $neq?: AnyValue;
2095
+ $neq?: string | number | number[] | null[];
2096
2096
  } | {
2097
- $nne?: AnyValue;
2097
+ $nne?: string | number | number[] | null[];
2098
2098
  } | {
2099
2099
  $lt?: AnyValue;
2100
2100
  } | {
@@ -2104,9 +2104,9 @@ export declare type _Without_ = {
2104
2104
  } | {
2105
2105
  $gte?: AnyValue;
2106
2106
  } | {
2107
- neq?: AnyValue;
2107
+ neq?: string | number | number[] | null[];
2108
2108
  } | {
2109
- nne?: AnyValue;
2109
+ nne?: string | number | number[] | null[];
2110
2110
  } | {
2111
2111
  lt?: AnyValue;
2112
2112
  } | {
@@ -2484,9 +2484,9 @@ export declare type _Without_ = {
2484
2484
  } | {
2485
2485
  empty?: boolean;
2486
2486
  } | {
2487
- $neq?: AnyValue;
2487
+ $neq?: string | number | number[] | null[];
2488
2488
  } | {
2489
- $nne?: AnyValue;
2489
+ $nne?: string | number | number[] | null[];
2490
2490
  } | {
2491
2491
  $lt?: AnyValue;
2492
2492
  } | {
@@ -2496,9 +2496,9 @@ export declare type _Without_ = {
2496
2496
  } | {
2497
2497
  $gte?: AnyValue;
2498
2498
  } | {
2499
- neq?: AnyValue;
2499
+ neq?: string | number | number[] | null[];
2500
2500
  } | {
2501
- nne?: AnyValue;
2501
+ nne?: string | number | number[] | null[];
2502
2502
  } | {
2503
2503
  lt?: AnyValue;
2504
2504
  } | {
@@ -2536,9 +2536,9 @@ export declare type _Without_ = {
2536
2536
  } | {
2537
2537
  empty?: boolean;
2538
2538
  } | {
2539
- $neq?: AnyValue;
2539
+ $neq?: string | number | number[] | null[];
2540
2540
  } | {
2541
- $nne?: AnyValue;
2541
+ $nne?: string | number | number[] | null[];
2542
2542
  } | {
2543
2543
  $lt?: AnyValue;
2544
2544
  } | {
@@ -2548,9 +2548,9 @@ export declare type _Without_ = {
2548
2548
  } | {
2549
2549
  $gte?: AnyValue;
2550
2550
  } | {
2551
- neq?: AnyValue;
2551
+ neq?: string | number | number[] | null[];
2552
2552
  } | {
2553
- nne?: AnyValue;
2553
+ nne?: string | number | number[] | null[];
2554
2554
  } | {
2555
2555
  lt?: AnyValue;
2556
2556
  } | {
@@ -2590,9 +2590,9 @@ export declare type _Without_ = {
2590
2590
  } | {
2591
2591
  empty?: boolean;
2592
2592
  } | {
2593
- $neq?: AnyValue;
2593
+ $neq?: string | number | number[] | null[];
2594
2594
  } | {
2595
- $nne?: AnyValue;
2595
+ $nne?: string | number | number[] | null[];
2596
2596
  } | {
2597
2597
  $lt?: AnyValue;
2598
2598
  } | {
@@ -2602,9 +2602,9 @@ export declare type _Without_ = {
2602
2602
  } | {
2603
2603
  $gte?: AnyValue;
2604
2604
  } | {
2605
- neq?: AnyValue;
2605
+ neq?: string | number | number[] | null[];
2606
2606
  } | {
2607
- nne?: AnyValue;
2607
+ nne?: string | number | number[] | null[];
2608
2608
  } | {
2609
2609
  lt?: AnyValue;
2610
2610
  } | {
@@ -2642,9 +2642,9 @@ export declare type _Without_ = {
2642
2642
  } | {
2643
2643
  empty?: boolean;
2644
2644
  } | {
2645
- $neq?: AnyValue;
2645
+ $neq?: string | number | number[] | null[];
2646
2646
  } | {
2647
- $nne?: AnyValue;
2647
+ $nne?: string | number | number[] | null[];
2648
2648
  } | {
2649
2649
  $lt?: AnyValue;
2650
2650
  } | {
@@ -2654,9 +2654,9 @@ export declare type _Without_ = {
2654
2654
  } | {
2655
2655
  $gte?: AnyValue;
2656
2656
  } | {
2657
- neq?: AnyValue;
2657
+ neq?: string | number | number[] | null[];
2658
2658
  } | {
2659
- nne?: AnyValue;
2659
+ nne?: string | number | number[] | null[];
2660
2660
  } | {
2661
2661
  lt?: AnyValue;
2662
2662
  } | {
@@ -3401,9 +3401,9 @@ export declare type SourceInput = {
3401
3401
  } | {
3402
3402
  empty: boolean;
3403
3403
  } | {
3404
- $neq: AnyValue;
3404
+ $neq: string | number | number[] | null[];
3405
3405
  } | {
3406
- $nne: AnyValue;
3406
+ $nne: string | number | number[] | null[];
3407
3407
  } | {
3408
3408
  $lt: AnyValue;
3409
3409
  } | {
@@ -3413,9 +3413,9 @@ export declare type SourceInput = {
3413
3413
  } | {
3414
3414
  $gte: AnyValue;
3415
3415
  } | {
3416
- neq: AnyValue;
3416
+ neq: string | number | number[] | null[];
3417
3417
  } | {
3418
- nne: AnyValue;
3418
+ nne: string | number | number[] | null[];
3419
3419
  } | {
3420
3420
  lt: AnyValue;
3421
3421
  } | {
@@ -3451,9 +3451,9 @@ export declare type SourceInput = {
3451
3451
  } | {
3452
3452
  empty: boolean;
3453
3453
  } | {
3454
- $neq: AnyValue;
3454
+ $neq: string | number | number[] | null[];
3455
3455
  } | {
3456
- $nne: AnyValue;
3456
+ $nne: string | number | number[] | null[];
3457
3457
  } | {
3458
3458
  $lt: AnyValue;
3459
3459
  } | {
@@ -3463,9 +3463,9 @@ export declare type SourceInput = {
3463
3463
  } | {
3464
3464
  $gte: AnyValue;
3465
3465
  } | {
3466
- neq: AnyValue;
3466
+ neq: string | number | number[] | null[];
3467
3467
  } | {
3468
- nne: AnyValue;
3468
+ nne: string | number | number[] | null[];
3469
3469
  } | {
3470
3470
  lt: AnyValue;
3471
3471
  } | {
@@ -3503,9 +3503,9 @@ export declare type SourceInput = {
3503
3503
  } | {
3504
3504
  empty: boolean;
3505
3505
  } | {
3506
- $neq: AnyValue;
3506
+ $neq: string | number | number[] | null[];
3507
3507
  } | {
3508
- $nne: AnyValue;
3508
+ $nne: string | number | number[] | null[];
3509
3509
  } | {
3510
3510
  $lt: AnyValue;
3511
3511
  } | {
@@ -3515,9 +3515,9 @@ export declare type SourceInput = {
3515
3515
  } | {
3516
3516
  $gte: AnyValue;
3517
3517
  } | {
3518
- neq: AnyValue;
3518
+ neq: string | number | number[] | null[];
3519
3519
  } | {
3520
- nne: AnyValue;
3520
+ nne: string | number | number[] | null[];
3521
3521
  } | {
3522
3522
  lt: AnyValue;
3523
3523
  } | {
@@ -3553,9 +3553,9 @@ export declare type SourceInput = {
3553
3553
  } | {
3554
3554
  empty: boolean;
3555
3555
  } | {
3556
- $neq: AnyValue;
3556
+ $neq: string | number | number[] | null[];
3557
3557
  } | {
3558
- $nne: AnyValue;
3558
+ $nne: string | number | number[] | null[];
3559
3559
  } | {
3560
3560
  $lt: AnyValue;
3561
3561
  } | {
@@ -3565,9 +3565,9 @@ export declare type SourceInput = {
3565
3565
  } | {
3566
3566
  $gte: AnyValue;
3567
3567
  } | {
3568
- neq: AnyValue;
3568
+ neq: string | number | number[] | null[];
3569
3569
  } | {
3570
- nne: AnyValue;
3570
+ nne: string | number | number[] | null[];
3571
3571
  } | {
3572
3572
  lt: AnyValue;
3573
3573
  } | {
@@ -3607,9 +3607,9 @@ export declare type SourceInput = {
3607
3607
  } | {
3608
3608
  empty: boolean;
3609
3609
  } | {
3610
- $neq: AnyValue;
3610
+ $neq: string | number | number[] | null[];
3611
3611
  } | {
3612
- $nne: AnyValue;
3612
+ $nne: string | number | number[] | null[];
3613
3613
  } | {
3614
3614
  $lt: AnyValue;
3615
3615
  } | {
@@ -3619,9 +3619,9 @@ export declare type SourceInput = {
3619
3619
  } | {
3620
3620
  $gte: AnyValue;
3621
3621
  } | {
3622
- neq: AnyValue;
3622
+ neq: string | number | number[] | null[];
3623
3623
  } | {
3624
- nne: AnyValue;
3624
+ nne: string | number | number[] | null[];
3625
3625
  } | {
3626
3626
  lt: AnyValue;
3627
3627
  } | {
@@ -3657,9 +3657,9 @@ export declare type SourceInput = {
3657
3657
  } | {
3658
3658
  empty: boolean;
3659
3659
  } | {
3660
- $neq: AnyValue;
3660
+ $neq: string | number | number[] | null[];
3661
3661
  } | {
3662
- $nne: AnyValue;
3662
+ $nne: string | number | number[] | null[];
3663
3663
  } | {
3664
3664
  $lt: AnyValue;
3665
3665
  } | {
@@ -3669,9 +3669,9 @@ export declare type SourceInput = {
3669
3669
  } | {
3670
3670
  $gte: AnyValue;
3671
3671
  } | {
3672
- neq: AnyValue;
3672
+ neq: string | number | number[] | null[];
3673
3673
  } | {
3674
- nne: AnyValue;
3674
+ nne: string | number | number[] | null[];
3675
3675
  } | {
3676
3676
  lt: AnyValue;
3677
3677
  } | {
@@ -3709,9 +3709,9 @@ export declare type SourceInput = {
3709
3709
  } | {
3710
3710
  empty: boolean;
3711
3711
  } | {
3712
- $neq: AnyValue;
3712
+ $neq: string | number | number[] | null[];
3713
3713
  } | {
3714
- $nne: AnyValue;
3714
+ $nne: string | number | number[] | null[];
3715
3715
  } | {
3716
3716
  $lt: AnyValue;
3717
3717
  } | {
@@ -3721,9 +3721,9 @@ export declare type SourceInput = {
3721
3721
  } | {
3722
3722
  $gte: AnyValue;
3723
3723
  } | {
3724
- neq: AnyValue;
3724
+ neq: string | number | number[] | null[];
3725
3725
  } | {
3726
- nne: AnyValue;
3726
+ nne: string | number | number[] | null[];
3727
3727
  } | {
3728
3728
  lt: AnyValue;
3729
3729
  } | {
@@ -3759,9 +3759,9 @@ export declare type SourceInput = {
3759
3759
  } | {
3760
3760
  empty: boolean;
3761
3761
  } | {
3762
- $neq: AnyValue;
3762
+ $neq: string | number | number[] | null[];
3763
3763
  } | {
3764
- $nne: AnyValue;
3764
+ $nne: string | number | number[] | null[];
3765
3765
  } | {
3766
3766
  $lt: AnyValue;
3767
3767
  } | {
@@ -3771,9 +3771,9 @@ export declare type SourceInput = {
3771
3771
  } | {
3772
3772
  $gte: AnyValue;
3773
3773
  } | {
3774
- neq: AnyValue;
3774
+ neq: string | number | number[] | null[];
3775
3775
  } | {
3776
- nne: AnyValue;
3776
+ nne: string | number | number[] | null[];
3777
3777
  } | {
3778
3778
  lt: AnyValue;
3779
3779
  } | {
@@ -4473,9 +4473,9 @@ export declare type SourceInput_Without_Source_Filter = {
4473
4473
  } | {
4474
4474
  empty: boolean;
4475
4475
  } | {
4476
- $neq: AnyValue;
4476
+ $neq: string | number | number[] | null[];
4477
4477
  } | {
4478
- $nne: AnyValue;
4478
+ $nne: string | number | number[] | null[];
4479
4479
  } | {
4480
4480
  $lt: AnyValue;
4481
4481
  } | {
@@ -4485,9 +4485,9 @@ export declare type SourceInput_Without_Source_Filter = {
4485
4485
  } | {
4486
4486
  $gte: AnyValue;
4487
4487
  } | {
4488
- neq: AnyValue;
4488
+ neq: string | number | number[] | null[];
4489
4489
  } | {
4490
- nne: AnyValue;
4490
+ nne: string | number | number[] | null[];
4491
4491
  } | {
4492
4492
  lt: AnyValue;
4493
4493
  } | {
@@ -4523,9 +4523,9 @@ export declare type SourceInput_Without_Source_Filter = {
4523
4523
  } | {
4524
4524
  empty: boolean;
4525
4525
  } | {
4526
- $neq: AnyValue;
4526
+ $neq: string | number | number[] | null[];
4527
4527
  } | {
4528
- $nne: AnyValue;
4528
+ $nne: string | number | number[] | null[];
4529
4529
  } | {
4530
4530
  $lt: AnyValue;
4531
4531
  } | {
@@ -4535,9 +4535,9 @@ export declare type SourceInput_Without_Source_Filter = {
4535
4535
  } | {
4536
4536
  $gte: AnyValue;
4537
4537
  } | {
4538
- neq: AnyValue;
4538
+ neq: string | number | number[] | null[];
4539
4539
  } | {
4540
- nne: AnyValue;
4540
+ nne: string | number | number[] | null[];
4541
4541
  } | {
4542
4542
  lt: AnyValue;
4543
4543
  } | {
@@ -4575,9 +4575,9 @@ export declare type SourceInput_Without_Source_Filter = {
4575
4575
  } | {
4576
4576
  empty: boolean;
4577
4577
  } | {
4578
- $neq: AnyValue;
4578
+ $neq: string | number | number[] | null[];
4579
4579
  } | {
4580
- $nne: AnyValue;
4580
+ $nne: string | number | number[] | null[];
4581
4581
  } | {
4582
4582
  $lt: AnyValue;
4583
4583
  } | {
@@ -4587,9 +4587,9 @@ export declare type SourceInput_Without_Source_Filter = {
4587
4587
  } | {
4588
4588
  $gte: AnyValue;
4589
4589
  } | {
4590
- neq: AnyValue;
4590
+ neq: string | number | number[] | null[];
4591
4591
  } | {
4592
- nne: AnyValue;
4592
+ nne: string | number | number[] | null[];
4593
4593
  } | {
4594
4594
  lt: AnyValue;
4595
4595
  } | {
@@ -4625,9 +4625,9 @@ export declare type SourceInput_Without_Source_Filter = {
4625
4625
  } | {
4626
4626
  empty: boolean;
4627
4627
  } | {
4628
- $neq: AnyValue;
4628
+ $neq: string | number | number[] | null[];
4629
4629
  } | {
4630
- $nne: AnyValue;
4630
+ $nne: string | number | number[] | null[];
4631
4631
  } | {
4632
4632
  $lt: AnyValue;
4633
4633
  } | {
@@ -4637,9 +4637,9 @@ export declare type SourceInput_Without_Source_Filter = {
4637
4637
  } | {
4638
4638
  $gte: AnyValue;
4639
4639
  } | {
4640
- neq: AnyValue;
4640
+ neq: string | number | number[] | null[];
4641
4641
  } | {
4642
- nne: AnyValue;
4642
+ nne: string | number | number[] | null[];
4643
4643
  } | {
4644
4644
  lt: AnyValue;
4645
4645
  } | {
@@ -4679,9 +4679,9 @@ export declare type SourceInput_Without_Source_Filter = {
4679
4679
  } | {
4680
4680
  empty: boolean;
4681
4681
  } | {
4682
- $neq: AnyValue;
4682
+ $neq: string | number | number[] | null[];
4683
4683
  } | {
4684
- $nne: AnyValue;
4684
+ $nne: string | number | number[] | null[];
4685
4685
  } | {
4686
4686
  $lt: AnyValue;
4687
4687
  } | {
@@ -4691,9 +4691,9 @@ export declare type SourceInput_Without_Source_Filter = {
4691
4691
  } | {
4692
4692
  $gte: AnyValue;
4693
4693
  } | {
4694
- neq: AnyValue;
4694
+ neq: string | number | number[] | null[];
4695
4695
  } | {
4696
- nne: AnyValue;
4696
+ nne: string | number | number[] | null[];
4697
4697
  } | {
4698
4698
  lt: AnyValue;
4699
4699
  } | {
@@ -4729,9 +4729,9 @@ export declare type SourceInput_Without_Source_Filter = {
4729
4729
  } | {
4730
4730
  empty: boolean;
4731
4731
  } | {
4732
- $neq: AnyValue;
4732
+ $neq: string | number | number[] | null[];
4733
4733
  } | {
4734
- $nne: AnyValue;
4734
+ $nne: string | number | number[] | null[];
4735
4735
  } | {
4736
4736
  $lt: AnyValue;
4737
4737
  } | {
@@ -4741,9 +4741,9 @@ export declare type SourceInput_Without_Source_Filter = {
4741
4741
  } | {
4742
4742
  $gte: AnyValue;
4743
4743
  } | {
4744
- neq: AnyValue;
4744
+ neq: string | number | number[] | null[];
4745
4745
  } | {
4746
- nne: AnyValue;
4746
+ nne: string | number | number[] | null[];
4747
4747
  } | {
4748
4748
  lt: AnyValue;
4749
4749
  } | {
@@ -4781,9 +4781,9 @@ export declare type SourceInput_Without_Source_Filter = {
4781
4781
  } | {
4782
4782
  empty: boolean;
4783
4783
  } | {
4784
- $neq: AnyValue;
4784
+ $neq: string | number | number[] | null[];
4785
4785
  } | {
4786
- $nne: AnyValue;
4786
+ $nne: string | number | number[] | null[];
4787
4787
  } | {
4788
4788
  $lt: AnyValue;
4789
4789
  } | {
@@ -4793,9 +4793,9 @@ export declare type SourceInput_Without_Source_Filter = {
4793
4793
  } | {
4794
4794
  $gte: AnyValue;
4795
4795
  } | {
4796
- neq: AnyValue;
4796
+ neq: string | number | number[] | null[];
4797
4797
  } | {
4798
- nne: AnyValue;
4798
+ nne: string | number | number[] | null[];
4799
4799
  } | {
4800
4800
  lt: AnyValue;
4801
4801
  } | {
@@ -4831,9 +4831,9 @@ export declare type SourceInput_Without_Source_Filter = {
4831
4831
  } | {
4832
4832
  empty: boolean;
4833
4833
  } | {
4834
- $neq: AnyValue;
4834
+ $neq: string | number | number[] | null[];
4835
4835
  } | {
4836
- $nne: AnyValue;
4836
+ $nne: string | number | number[] | null[];
4837
4837
  } | {
4838
4838
  $lt: AnyValue;
4839
4839
  } | {
@@ -4843,9 +4843,9 @@ export declare type SourceInput_Without_Source_Filter = {
4843
4843
  } | {
4844
4844
  $gte: AnyValue;
4845
4845
  } | {
4846
- neq: AnyValue;
4846
+ neq: string | number | number[] | null[];
4847
4847
  } | {
4848
- nne: AnyValue;
4848
+ nne: string | number | number[] | null[];
4849
4849
  } | {
4850
4850
  lt: AnyValue;
4851
4851
  } | {