@periskope/types 0.6.41 → 0.6.42
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 +10 -0
- package/package.json +1 -1
- package/supabase.types.ts +1384 -1374
package/dist/supabase.types.d.ts
CHANGED
|
@@ -1060,6 +1060,16 @@ export interface Database {
|
|
|
1060
1060
|
};
|
|
1061
1061
|
Returns: Json;
|
|
1062
1062
|
};
|
|
1063
|
+
get_messages_notifications_reactions: {
|
|
1064
|
+
Args: {
|
|
1065
|
+
chat_id_input?: string[];
|
|
1066
|
+
message_limit_input?: number;
|
|
1067
|
+
reaction_notification_limit_input?: number;
|
|
1068
|
+
org_id_input?: string;
|
|
1069
|
+
last_updated_at_input?: string;
|
|
1070
|
+
};
|
|
1071
|
+
Returns: Json;
|
|
1072
|
+
};
|
|
1063
1073
|
get_org: {
|
|
1064
1074
|
Args: {
|
|
1065
1075
|
org_id_input?: string;
|