@hobenakicoffee/libraries 1.26.0 → 1.27.0
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/package.json +1 -1
- package/src/types/supabase.ts +4 -0
package/package.json
CHANGED
package/src/types/supabase.ts
CHANGED
|
@@ -1722,6 +1722,10 @@ export type Database = {
|
|
|
1722
1722
|
Args: { p_post_id: string };
|
|
1723
1723
|
Returns: undefined;
|
|
1724
1724
|
};
|
|
1725
|
+
record_newsletter_post_view: {
|
|
1726
|
+
Args: { p_post_id: string };
|
|
1727
|
+
Returns: undefined;
|
|
1728
|
+
};
|
|
1725
1729
|
request_withdrawal: {
|
|
1726
1730
|
Args: { p_amount: number; p_payout_method_id: string };
|
|
1727
1731
|
Returns: string;
|