@hobenakicoffee/libraries 6.11.0 → 6.12.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 +2 -2
package/package.json
CHANGED
package/src/types/supabase.ts
CHANGED
|
@@ -3435,9 +3435,9 @@ export type Database = {
|
|
|
3435
3435
|
apply_unsubscribe: {
|
|
3436
3436
|
Args: {
|
|
3437
3437
|
p_comment: string;
|
|
3438
|
-
|
|
3438
|
+
p_disabled_type_keys: string[];
|
|
3439
|
+
p_email_notifications_enabled: boolean;
|
|
3439
3440
|
p_reason: string;
|
|
3440
|
-
p_type_keys: string[];
|
|
3441
3441
|
p_user_id: string;
|
|
3442
3442
|
};
|
|
3443
3443
|
Returns: Json;
|