@@ -627,12 +627,6 @@ test('typegen: typescript', async () => {
627
627
user_name: string | null
628
628
user_status: Database["public"]["Enums"]["user_status"] | null
629
629
}
630
- SetofOptions: {
631
- from: "*"
632
- to: "user_todos_summary_view"
633
- isOneToOne: true
634
- isSetofReturn: true
635
- }
636
630
}
637
631
get_todos_from_user:
638
632
| {
@@ -672,12 +666,6 @@ test('typegen: typescript', async () => {
672
666
id: number
673
667
"user-id": number
674
668
}[]
675
- SetofOptions: {
676
- from: "*"
677
- to: "todos"
678
- isOneToOne: false
679
- isSetofReturn: true
680
- }
681
669
}
682
670
get_todos_setof_rows:
683
671
| {
@@ -778,12 +766,6 @@ test('typegen: typescript', async () => {
778
766
name: string | null
779
767
status: Database["public"]["Enums"]["user_status"] | null
780
768
}[]
781
- SetofOptions: {
782
- from: "*"
783
- to: "users"
784
- isOneToOne: false
785
- isSetofReturn: true
786
- }
787
769
}
788
770
| {
789
771
Args: { completed: boolean; todo_id: number }
@@ -854,12 +836,6 @@ test('typegen: typescript', async () => {
854
836
id: number
855
837
"user-id": number
856
838
}[]
857
- SetofOptions: {
858
- from: "*"
859
- to: "todos"
860
- isOneToOne: false
861
- isSetofReturn: true
862
- }
863
839
}
864
840
| {
865
841
Args: { "": Database["public"]["Tables"]["todos"]["Row"] }
@@ -1704,12 +1680,6 @@ test('typegen w/ one-to-one relationships', async () => {
1704
1680
user_name: string | null
1705
1681
user_status: Database["public"]["Enums"]["user_status"] | null
1706
1682
}
1707
- SetofOptions: {
1708
- from: "*"
1709
- to: "user_todos_summary_view"
1710
- isOneToOne: true
1711
- isSetofReturn: true
1712
- }
1713
1683
}
1714
1684
get_todos_from_user:
1715
1685
| {
@@ -1749,12 +1719,6 @@ test('typegen w/ one-to-one relationships', async () => {
1749
1719
id: number
1750
1720
"user-id": number
1751
1721
}[]
1752
- SetofOptions: {
1753
- from: "*"
1754
- to: "todos"
1755
- isOneToOne: false
1756
- isSetofReturn: true
1757
- }
1758
1722
}
1759
1723
get_todos_setof_rows:
1760
1724
| {
@@ -1855,12 +1819,6 @@ test('typegen w/ one-to-one relationships', async () => {
1855
1819
name: string | null
1856
1820
status: Database["public"]["Enums"]["user_status"] | null
1857
1821
}[]
1858
- SetofOptions: {
1859
- from: "*"
1860
- to: "users"
1861
- isOneToOne: false
1862
- isSetofReturn: true
1863
- }
1864
1822
}
1865
1823
| {
1866
1824
Args: { completed: boolean; todo_id: number }
@@ -1931,12 +1889,6 @@ test('typegen w/ one-to-one relationships', async () => {
1931
1889
id: number
1932
1890
"user-id": number
1933
1891
}[]
1934
- SetofOptions: {
1935
- from: "*"
1936
- to: "todos"
1937
- isOneToOne: false
1938
- isSetofReturn: true
1939
- }
1940
1892
}
1941
1893
| {
1942
1894
Args: { "": Database["public"]["Tables"]["todos"]["Row"] }
@@ -2781,12 +2733,6 @@ test('typegen: typescript w/ one-to-one relationships', async () => {
2781
2733
user_name: string | null
2782
2734
user_status: Database["public"]["Enums"]["user_status"] | null
2783
2735
}
2784
- SetofOptions: {
2785
- from: "*"
2786
- to: "user_todos_summary_view"
2787
- isOneToOne: true
2788
- isSetofReturn: true
2789
- }
2790
2736
}
2791
2737
get_todos_from_user:
2792
2738
| {
@@ -2826,12 +2772,6 @@ test('typegen: typescript w/ one-to-one relationships', async () => {
2826
2772
id: number
2827
2773
"user-id": number
2828
2774
}[]
2829
- SetofOptions: {
2830
- from: "*"
2831
- to: "todos"
2832
- isOneToOne: false
2833
- isSetofReturn: true
2834
- }
2835
2775
}
2836
2776
get_todos_setof_rows:
2837
2777
| {
@@ -2932,12 +2872,6 @@ test('typegen: typescript w/ one-to-one relationships', async () => {
2932
2872
name: string | null
2933
2873
status: Database["public"]["Enums"]["user_status"] | null
2934
2874
}[]
2935
- SetofOptions: {
2936
- from: "*"
2937
- to: "users"
2938
- isOneToOne: false
2939
- isSetofReturn: true
2940
- }
2941
2875
}
2942
2876
| {
2943
2877
Args: { completed: boolean; todo_id: number }
@@ -3008,12 +2942,6 @@ test('typegen: typescript w/ one-to-one relationships', async () => {
3008
2942
id: number
3009
2943
"user-id": number
3010
2944
}[]
3011
- SetofOptions: {
3012
- from: "*"
3013
- to: "todos"
3014
- isOneToOne: false
3015
- isSetofReturn: true
3016
- }
3017
2945
}
3018
2946
| {
3019
2947
Args: { "": Database["public"]["Tables"]["todos"]["Row"] }
@@ -3863,12 +3791,6 @@ test('typegen: typescript w/ postgrestVersion', async () => {
3863
3791
user_name: string | null
3864
3792
user_status: Database["public"]["Enums"]["user_status"] | null
3865
3793
}
3866
- SetofOptions: {
3867
- from: "*"
3868
- to: "user_todos_summary_view"
3869
- isOneToOne: true
3870
- isSetofReturn: true
3871
- }
3872
3794
}
3873
3795
get_todos_from_user:
3874
3796
| {
@@ -3908,12 +3830,6 @@ test('typegen: typescript w/ postgrestVersion', async () => {
3908
3830
id: number
3909
3831
"user-id": number
3910
3832
}[]
3911
- SetofOptions: {
3912
- from: "*"
3913
- to: "todos"
3914
- isOneToOne: false
3915
- isSetofReturn: true
3916
- }
3917
3833
}
3918
3834
get_todos_setof_rows:
3919
3835
| {
@@ -4014,12 +3930,6 @@ test('typegen: typescript w/ postgrestVersion', async () => {
4014
3930
name: string | null
4015
3931
status: Database["public"]["Enums"]["user_status"] | null
4016
3932
}[]
4017
- SetofOptions: {
4018
- from: "*"
4019
- to: "users"
4020
- isOneToOne: false
4021
- isSetofReturn: true
4022
- }
4023
3933
}
4024
3934
| {
4025
3935
Args: { completed: boolean; todo_id: number }
@@ -4090,12 +4000,6 @@ test('typegen: typescript w/ postgrestVersion', async () => {
4090
4000
id: number
4091
4001
"user-id": number
4092
4002
}[]
4093
- SetofOptions: {
4094
- from: "*"
4095
- to: "todos"
4096
- isOneToOne: false
4097
- isSetofReturn: true
4098
- }
4099
4003
}
4100
4004
| {
4101
4005
Args: { "": Database["public"]["Tables"]["todos"]["Row"] }
0 commit comments