@periskope/types 0.6.28 → 0.6.30
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.
- package/dist/supabase.types.d.ts +21 -0
- package/package.json +1 -1
- package/supabase.types.ts +1260 -1239
package/dist/supabase.types.d.ts
CHANGED
|
@@ -185,6 +185,7 @@ export interface Database {
|
|
|
185
185
|
timestamp: string | null;
|
|
186
186
|
to: string | null;
|
|
187
187
|
token: string | null;
|
|
188
|
+
unique_id: string | null;
|
|
188
189
|
updated_at: string | null;
|
|
189
190
|
vcards: string[] | null;
|
|
190
191
|
};
|
|
@@ -232,6 +233,7 @@ export interface Database {
|
|
|
232
233
|
timestamp?: string | null;
|
|
233
234
|
to?: string | null;
|
|
234
235
|
token?: string | null;
|
|
236
|
+
unique_id?: string | null;
|
|
235
237
|
updated_at?: string | null;
|
|
236
238
|
vcards?: string[] | null;
|
|
237
239
|
};
|
|
@@ -279,6 +281,7 @@ export interface Database {
|
|
|
279
281
|
timestamp?: string | null;
|
|
280
282
|
to?: string | null;
|
|
281
283
|
token?: string | null;
|
|
284
|
+
unique_id?: string | null;
|
|
282
285
|
updated_at?: string | null;
|
|
283
286
|
vcards?: string[] | null;
|
|
284
287
|
};
|
|
@@ -518,6 +521,7 @@ export interface Database {
|
|
|
518
521
|
pinned: boolean | null;
|
|
519
522
|
timestamp: string | null;
|
|
520
523
|
unread_count: number | null;
|
|
524
|
+
updated_at: string;
|
|
521
525
|
};
|
|
522
526
|
Insert: {
|
|
523
527
|
archived?: boolean | null;
|
|
@@ -537,6 +541,7 @@ export interface Database {
|
|
|
537
541
|
pinned?: boolean | null;
|
|
538
542
|
timestamp?: string | null;
|
|
539
543
|
unread_count?: number | null;
|
|
544
|
+
updated_at?: string;
|
|
540
545
|
};
|
|
541
546
|
Update: {
|
|
542
547
|
archived?: boolean | null;
|
|
@@ -556,6 +561,7 @@ export interface Database {
|
|
|
556
561
|
pinned?: boolean | null;
|
|
557
562
|
timestamp?: string | null;
|
|
558
563
|
unread_count?: number | null;
|
|
564
|
+
updated_at?: string;
|
|
559
565
|
};
|
|
560
566
|
Relationships: [
|
|
561
567
|
{
|
|
@@ -591,6 +597,7 @@ export interface Database {
|
|
|
591
597
|
org_id: string;
|
|
592
598
|
pushname: string | null;
|
|
593
599
|
short_name: string | null;
|
|
600
|
+
updated_at: string | null;
|
|
594
601
|
verified_level: number | null;
|
|
595
602
|
verified_name: string | null;
|
|
596
603
|
};
|
|
@@ -617,6 +624,7 @@ export interface Database {
|
|
|
617
624
|
org_id: string;
|
|
618
625
|
pushname?: string | null;
|
|
619
626
|
short_name?: string | null;
|
|
627
|
+
updated_at?: string | null;
|
|
620
628
|
verified_level?: number | null;
|
|
621
629
|
verified_name?: string | null;
|
|
622
630
|
};
|
|
@@ -643,6 +651,7 @@ export interface Database {
|
|
|
643
651
|
org_id?: string;
|
|
644
652
|
pushname?: string | null;
|
|
645
653
|
short_name?: string | null;
|
|
654
|
+
updated_at?: string | null;
|
|
646
655
|
verified_level?: number | null;
|
|
647
656
|
verified_name?: string | null;
|
|
648
657
|
};
|
|
@@ -661,6 +670,7 @@ export interface Database {
|
|
|
661
670
|
created_at: string;
|
|
662
671
|
org_id: string;
|
|
663
672
|
org_image: string | null;
|
|
673
|
+
org_metadata: Json | null;
|
|
664
674
|
org_name: string | null;
|
|
665
675
|
support_link: string | null;
|
|
666
676
|
};
|
|
@@ -668,6 +678,7 @@ export interface Database {
|
|
|
668
678
|
created_at?: string;
|
|
669
679
|
org_id?: string;
|
|
670
680
|
org_image?: string | null;
|
|
681
|
+
org_metadata?: Json | null;
|
|
671
682
|
org_name?: string | null;
|
|
672
683
|
support_link?: string | null;
|
|
673
684
|
};
|
|
@@ -675,6 +686,7 @@ export interface Database {
|
|
|
675
686
|
created_at?: string;
|
|
676
687
|
org_id?: string;
|
|
677
688
|
org_image?: string | null;
|
|
689
|
+
org_metadata?: Json | null;
|
|
678
690
|
org_name?: string | null;
|
|
679
691
|
support_link?: string | null;
|
|
680
692
|
};
|
|
@@ -874,6 +886,7 @@ export interface Database {
|
|
|
874
886
|
pinned: boolean | null;
|
|
875
887
|
timestamp: string | null;
|
|
876
888
|
unread_count: number | null;
|
|
889
|
+
updated_at: string | null;
|
|
877
890
|
};
|
|
878
891
|
Relationships: [
|
|
879
892
|
{
|
|
@@ -910,12 +923,20 @@ export interface Database {
|
|
|
910
923
|
Args: {
|
|
911
924
|
chat_id_input?: string[];
|
|
912
925
|
with_metadata?: boolean;
|
|
926
|
+
last_updated_at_input?: string;
|
|
913
927
|
};
|
|
914
928
|
Returns: Json;
|
|
915
929
|
};
|
|
916
930
|
get_contacts: {
|
|
917
931
|
Args: {
|
|
918
932
|
contact_ids_input?: string[];
|
|
933
|
+
last_updated_at_input?: string;
|
|
934
|
+
};
|
|
935
|
+
Returns: Json;
|
|
936
|
+
};
|
|
937
|
+
get_dashboard_statistics: {
|
|
938
|
+
Args: {
|
|
939
|
+
org_id_input?: string;
|
|
919
940
|
};
|
|
920
941
|
Returns: Json;
|
|
921
942
|
};
|