@hobenakicoffee/libraries 6.0.0 → 6.1.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 -0
package/package.json
CHANGED
package/src/types/supabase.ts
CHANGED
|
@@ -3993,6 +3993,8 @@ export type Database = {
|
|
|
3993
3993
|
upsert_shop_settings: {
|
|
3994
3994
|
Args: {
|
|
3995
3995
|
p_banner_url?: string;
|
|
3996
|
+
p_clear_banner_url?: boolean;
|
|
3997
|
+
p_clear_logo_url?: boolean;
|
|
3996
3998
|
p_cod_enabled?: boolean;
|
|
3997
3999
|
p_is_active?: boolean;
|
|
3998
4000
|
p_logo_url?: string;
|